/*
 * Product css code goes here.
 */
:root {
  --gap: 30px;
  --halfGap:
    calc(var(--gap) / 2);
  --doubleGap:
    calc(var(--gap) * 2);
}

#wrapper {
  padding-top: 1rem;
}

.product-price-message {
  padding: 5px;
  background-color: orange;
  color: white;
  border-radius: 5px;
}

.login-product-add-cart-message {
  padding: 10px;
  background-color: var(--yellow);
  color: white;
  border-radius: 5px;
  text-align: center;
}

.product-actions .product-discounts {
  margin: 0;
}

.breadcrumb ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.breadcrumb li {
  padding-right: 12px;
  position: relative;
  margin-right: 6px;
  line-height: 1;
}

.breadcrumb a {
  font-size: 14px;
  color: #261f47;
}

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

.breadcrumb li:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  color: #17b2bc;
  font-size: 12px;
}

.breadcrumb li:nth-last-child(2) span {
  text-decoration: none;
  pointer-events: none
}

.breadcrumb li:last-child:not(.breadcrumb li:nth-child(2)),
.breadcrumb li:nth-last-child(2):not(.breadcrumb li:first-child):before,
.breadcrumb li:last-child:before {
  display: none;
}

.breadcrumb li span {
  text-decoration: underline;
}

.breadcrumb li span {
  /*text-transform: lowercase;*/
  display: inline-block;
}

.breadcrumb li span::first-letter {
  text-transform: uppercase;
}

span#limit_send_to {
  text-transform: lowercase;
}

div#product-modal .modal-dialog {
  margin: 0;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: auto;
  bottom: unset;
  position: absolute;
  max-width: 90vw;
}

#product-modal .modal-content .modal-body {
  padding: 0;
  margin: 0;
  max-height: 90vh;
}

#product-modal .modal-content .modal-body figure {
  margin: 0;
  position: relative;
  background: #fff;
  overflow: auto;
}

.ui-accordion .ui-accordion-header {
  margin: 0;
  border-radius: 0;
  border: 0;
  border-bottom: 2px solid var(--blue);
  margin-bottom: 15px;
  background: none;
  padding: 10px 10px 5px 0;
  text-transform: uppercase;
  font-weight: 600;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  right: 10px;
  left: unset;
}

.ui-accordion .ui-accordion-content {
  padding: 0;
  border: 0;
  margin-top: 15px;
}

#product-modal .modal-content .modal-body .product-cover-modal {
  display: block;
  margin: 0 auto;
  height: auto;
}

#product-modal .modal-content .modal-body .image-caption {
  position: absolute;
  width: 100%;
  bottom: 0;
  max-height: 85px;
  display: none;
}

#product-modal .modal-content .modal-body .thumbnails {
  display: none;
}

#product-details {
  display: none !important;
}

.images-container .sw-nav {
  background: #f8f8f8;
}

.images-container .sw-nav:before {
  border-color: var(--darkblue);
}

.images-container .sw-nav:hover {
  background-color: #f2f2f2;
}

.images-container .sw-nav:active {
  background-color: #dedede;
}

ul.product-images.js-qv-product-images.no-imgs {
  display: none;
}


/* .catalog-product-variants {opacity: 0;}

body.solbyte .catalog-product-variants {opacity: 1;} */
.grupito .input-container-product-variants:hover,
.grupito .input-container-product-variants.active {
  box-shadow: 0 0 0px 2px var(--darkblue);
}

.grupito .input-container-product-variants:hover {
  border-color: #efefef;
}

.grupito .input-container-product-variants.active {
  border-color: var(--darkblue);
}

.active .base-price,
.grupito .input-container-product-variants:hover .base-price {
  border-radius: 0 0 0 5px;
}

.group-qty-attr {
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transition: 0.2s ease-in-out;
  opacity: 0;
  display: block !important;
}

.base-label {
  border-radius: 5px;
  transition: 0.2s ease-in-out;
  margin: auto;
}

.group-qty-attr button {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 5px;
  color: var(--darkblue);
}

.group-qty-attr button.bootstrap-touchspin-down {
  left: 0;
}

.group-qty-attr button.bootstrap-touchspin-up {
  right: 0;
}

.editable .group-qty-attr {
  display: block !important;
}

.active.editable .base-title {
  transform: translateY(-5px);
  color: var(--darkblue);
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
}

.grupito .input-container-product-variants.active.editable img,
.grupito .input-container-product-variants:hover img {
  opacity: 1;
}

.active .group-qty-attr {
  bottom: 0;
  opacity: 1;
}

.active.editable .base-label {
  padding-bottom: 20px;
}

.product-variants .product-variants-item .grupito {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  align-items: stretch;
  padding: 15px;
  padding-top: 25px;
  background: #f3f3f3;
  width: 100%;
  border-radius: 5px;
}

.grupito .input-container-product-variants {
  width: calc(25% - 15px);
  margin: 0 7.5px 15px;
  background-color: #fff;
  border-radius: 5px;
  cursor: pointer;
  transition: var(--trans);
  min-width: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.base-title {
  font-size: 12px;
  /* white-space: nowrap; */
  /* text-overflow: ellipsis; */
  display: block;
  /* overflow: hidden; */
  font-family: "Montserrat";
  font-weight: 500;
  padding: 15px 5px;
  text-align: center;
  transition: 0.2s ease-in-out;
}

.base-price {
  color: #fff;
  background-color: var(--darkblue);
  /* box-shadow: 0 0 12px 3px #17b2bc66; */
  border-radius: 5px;
  position: absolute;
  right: -1px;
  top: 0;
  width: auto;
  padding: 3px 7px;
  font-weight: 300;
  font-size: 14px;
  z-index: 1;
}

.choose_group_wrapper {
  width: 100%;
  justify-content: space-around;
  align-items: stretch;
}

.col-var {
  width: 50%;
  text-align: center;
}

.col-var>input {
  display: none;
}

.col-var label {
  padding: 15px;
  width: 100%;
  cursor: pointer;
  display: flex;
  user-select: none;
  height: 100%;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.col-var>input:checked+label {
  background: #f3f3f3;
}

.grupito .input-container-product-variants .input-checkbox,
.grupito .input-container-product-variants .input-radio {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: initial !important;
  height: 100%;
  cursor: pointer;
}

.product-cover img {
  max-width: 100%;
  margin: 0 auto;
}

img.thumb.js-thumb.selected {
  border: 2px solid var(--blue);
}

#gallery,
.product-images img {
  width: 100%;
}

.lg-img-wrap {
  pointer-events: none;
  user-select: none;
}

.images-container>ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -7.5px;
}

.swiper-container.gallery-top {
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: contain;
  background-position: center;
}

.gallery-thumbs {
  height: 150px;
  box-sizing: content-box;
}

.gallery-thumbs .swiper-slide {
  width: 33.33%;
  height: 100%;
  opacity: 0.4;
  background-repeat: no-repeat;
}

.gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
}

/* .solete-product-image {
  position: relative;
}

.images-container .zoom-solete {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #ffffff40;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.zoom-solete:hover {
  opacity: 1;
}
 */
.zoom-solete {
  display: none !important;
}

.solete-product-image:hover {
  cursor: zoom-in;
}

.solete-product-image>img {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
  /* width: 100%; */
  height: 100%;
}

.solete-product-image {
  text-align: center;
}

.product-images li {
  width: calc(25% - 15px);
  margin: 15px 7.5px;
}

.product_process {
  list-style: none;
  counter-reset: contador;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

.stepper {
  width: 100%;
  padding: var(--gap);
  display: block;
}

.active .stepper {
  display: none;
}

.active .step_toggler {
  transform: rotate(180deg);
}

.step_toggler {
  transition: transform var(--trans);
  transform: rotate(0deg);
}

.product_process>li {
  counter-increment: contador;
  width: 100%;
  margin-bottom: var(--gap);
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #e8e8e8;
  box-shadow: var(--shadow);
  background-color: #fff;
  position: relative;
  flex-wrap: wrap;
  border-radius: 5px;
  overflow: hidden;
}

#group_5 .input-container-product-variants {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  padding: 10px;
}

#group_5 .group-qty-attr {
  position: static;
  order: 2;
  background: #f3f3f3;
  border-radius: 5px;
  width: 125px;
}

#group_5 .group-qty-attr>.input-group {
  position: relative;
}

#group_5 .input-container img {
  order: 1;
  max-height: 120px;
}

#group_5 .input-container-product-variants .base-label {
  margin: 0;
  padding: 0;
}

#group_5 .input-container-product-variants .base-label .base-title {
  transform: none;
}

#group_5 .input-container-product-variants:hover .base-price {
  border-radius: 0 0 5px 0;
}

#group_5 .base-price {
  right: unset;
  left: 0;
  border-radius: 5px;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0;
}

.title-right:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 250px;
  height: 250px;
  top: 0;
  right: calc(100% - 55px);
  background-color: #17b2bc;
  box-shadow: 0 0 12px 5px #17b2bc66;
  transform: rotate(20deg);
  transform-origin: 100% 0%;
}

.prices_wrap {
  display: flex;
  flex-direction: column;
  /* margin-right: 15px; */
  width: 50%;
}

.block_qty .input-group,
.custom-product-customization-item .input-group {

  position: relative;
  /* margin: 0 auto; */
  overflow: hidden;
  padding: 0 33px;
  background: #f7f7f9;
  border-radius: 5px;
}

.block_qty .input-group button:hover,
.custom-product-customization-item .input-group button:hover {
  background-color: var(--darkblue);
  color: #fff;
}

.block_qty .input-group button:active,
.custom-product-customization-item .input-group button:active {
  background-color: hsl(250deg 39% 30%);
}

.block_qty .input-group button,
.custom-product-customization-item .input-group button {
  position: absolute;
  top: 0;
  height: 100%;
  border: 0;
  background-color: #efefef;
  border-radius: 5px;
  transition: var(--trans);
}

.block_qty .input-group button.bootstrap-touchspin-down,
.custom-product-customization-item .input-group button.bootstrap-touchspin-down {
  left: 0;
}

.block_qty .input-group button.bootstrap-touchspin-up,
.custom-product-customization-item .input-group button.bootstrap-touchspin-up {
  right: 0;
}

.product_qty.qty {
  margin: 0 auto;
}

.form-control-select {
  justify-content: center;
  width: 100%;
  align-items: stretch;
}

.size_item,
.same_qty_item {
  flex-direction: column;
  padding: 10px;
  font-size: 14px;
  border-radius: 5px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: var(--trans);
  user-select: none;
  position: relative;
  width: max(100px, 110px);
  text-align: center;
  justify-content: flex-start;
  margin: 0 5px 10px;
}

.radio-select {
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.sizes_attr {
  width: 86px;
  height: 86px;
  object-fit: contain;
}

.size_item:hover,
.same_qty_item:hover {
  box-shadow: var(--shadow);
  border-color: #efefef;
}

.size_item.selected,
.same_qty_item.selected {
  border-color: var(--darkblue);
  box-shadow: 0 0 10px -5px rgb(0 0 0 / 50%);
}

ul#group_allow_pack {
  display: flex;
}

.product-variants {
  width: 100%;
}

.product_process>li:before {
  content: counter(contador);
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
  display: flex;
  position: absolute;
  left: 16px;
  top: 8px;
  font-family: "Montserrat";
  z-index: 1;
}

#show_button_designer i,
#hide_button_designer i {
  display: none;
}

.buttons_bottom_block {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}

ul.product-images.js-qv-product-images img {
  max-width: 100%;
  cursor: pointer;
}

.alt-text {
  font-size: 0.65rem;
  padding-bottom: 5px;
}

.disenador {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#usar-disenador {
  background-image: var(--gradient);
  color: #fff;
  border: 0;
}

.modal_sol-fullwidth .modal-content {
  background: #ffffffe3;
  max-width: unset;
  max-height: unset;
  width: 100%;
  height: 100%;
  border-radius: 0;
}

.modal_sol-fullwidth .modal-body {
  padding: 0;
  height: calc(100% - 50px);
}

.modal_sol-noheader.modal_sol-fullwidth .modal-body {
  height: 100%;
}

.modal_sol-fullwidth iframe {
  width: 100%;
  height: 100%;
  outline: 0;
  box-shadow: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
}

.modal_sol-fullwidth .modal-header {
  padding: 0 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffffe3;
}

#show_button_designer,
#sube_diseno {
  width: 300px;
  max-width: 100%;
}

/* Estilo inicial del botón */
#sube_diseno {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

/* Barra de carga */
.progress-bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: green;
  transition: width 2s;
}


/* Asegurarse de que el texto no se salga del área visible */
#sube_diseno span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 2;
}

/*Mejora del estilo de la barra de progreso */
.progress-bar {
  background-color: #17b2bc;
  height: 100%;
  border-radius: 4px;
  transition: width 0.2s ease;
}


.product-variants-item.Color {
  display: none;
}

.product-variants-item .cta {
  border-radius: 0;
  margin-right: 15px;
  box-shadow: none;
  text-transform: none;
}

.product-variants-item .cta:hover {
  transform: none;
  box-shadow: none;
  opacity: 0.75;
}

.product-variants-item .cta1 {
  border: 2px solid var(--blue);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: #b3b3b3;
}

.sliderSameCategory button.slick-arrow {
  background: #ffffffb8 !important;
  width: auto;
}

ul.product-images.js-qv-product-images.js-qv-product-slick {
  display: flex;
}

span.price-def {
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 22px;
  display: block;
}

.slick-next,
.slick-prev {
  background: #ffffffa1 !important;
  z-index: 1;
}

.slick-arrow.slick-disabled {
  opacity: 0.5;
}

.images-container .product-cover {
  width: 100%;
  margin: 0;
  box-shadow: var(--shadow);
}

.product-claim img {
  max-width: 30px;
  margin-right: 10px;
}

span.claim-text {
  line-height: 1.25;
  font-size: 0.65rem;
}

.product-claim {
  display: flex;
  text-align: left;
  flex-direction: row;
  align-items: center;
  padding: 0 15px;
}

.general-claims {
  padding: 0;
  margin: 0 -15px;
}

.general-claims .banner-item-content {
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.displayReassurance {
  padding: 15px 0 25px;
  position: relative;
  overflow: hidden;
}

span.ico-claims.material-icons {
  color: #ff33ff;
  margin-right: 10px;
}

.displayReassurance .custom-html {
  margin: 0 -15px;
  display: flex;
  justify-content: space-between;
  overflow-x: auto;
}

.cb-wrapper.general-claims p {
  margin: 0;
}

#main .images-container .js-qv-mask.scroll {
  width: 100%;
  padding: 1rem 0;
}

.js-qv-product-noslick {
  display: flex;
}

.product-flex {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

/* .sticky-ma {
  position: sticky;
  top: 180px;
} */

.product-description>table:last-child {
  margin-bottom: 0;
}

.tab-content:before {
  position: absolute;
  left: 50%;
  top: 0;
  background: #f7f7f7;
  width: calc(100vw - 17px);
  height: 100%;
  z-index: -1;
  content: "";
  transform: translateX(-50%);
}

div#tab-content {
  position: relative;
}

.product-description p:last-child {
  margin-bottom: 0;
}

.product_process>li.product-variants-item.qty_prod {
  flex-wrap: nowrap;
}

.price-item.expandable .price-item_value {
  position: relative;
}

.price-item-row-expandable.opened .material-icons,
.price-item.expandable.opened .material-icons {
  transform: rotate(270deg);
}

/*.price-item-extra:before {content: "-";position: absolute;left: 0;}*/

.price-item-extra {
  font-weight: 500;
}

.tax-shipping-delivery-label {
  text-align: right;
}

.price-item,
.price-item_inner {
  display: flex;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid var(--border);
  align-items: baseline;
  user-select: none;
  padding: 3px 0;
}

.price-item_inner.extra-items {
  padding-top: 8px;
  display: none;
}

/*.price-item.expandable .price-item-extra {
    display: flex;
    justify-content: space-between;
}*/

.opened .price-item_inner.extra-items {
  display: block;
}

.product-prices {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.current-unit-price {
  order: 12;
}

.price-item-extra {
  /* margin: 0px 50px 10px 50px; */
  font-size: .75em;
  width: 100%;
  border: 0;
  padding-left: 8px;
  position: relative;
}

.price-item:empty,
.price-item-extra:empty {
  display: none;
}

.product-prices .price-item_title {
  font-weight: 400;
  padding-right: 10px;
}

.price-item-row-expandable .material-icons,
.price-item.expandable .material-icons {
  position: absolute;
  right: calc(100% + 3px);
  top: calc(50% - 8px);
  font-size: 16px;
  transform: rotate(90deg);
  transition: var(--trans);
}

.qty_discount_label {
  font-size: 0.75rem;
  display: block;
  color: var(--valid);
  text-align: right;
}

a#guia {
  margin: 0;
}

li.product-flag {
  display: block;
  color: #fff;
  font-weight: 600;
  padding: 0.3rem;
  margin-bottom: 5px;
}

.flags {
  left: 0;
}

.product-flex .product-left {
  width: 550px;
  text-align: center;
}

.product-flex .product-right,
.product-heading {
  width: calc(100% - 550px);
  padding-left: calc(var(--gap)*1.5);
  max-width: 100%;
}

.breadcrumb {
  max-width: 550px;
}

.product-top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1.75rem;
  margin-top: 1.5rem;
  align-items: baseline;
}

.text-center {
  text-align: center;
}

.title-product {
  font-size: 1.75rem;
  font-weight: 600;
  /* margin: 0; */
  width: 100%;
  color: var(--darkblue);
}

.description_short {
  margin: 10px 0 20px;
}

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

.product-heading {
  margin-left: auto;
}

.customization-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.sol-label {
  width: 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: initial;
  margin-bottom: 10px;
}

.custom-dimension-item-wrap {
  width: 100%;
  max-width: 200px;
}

.custom-dimension-item-wrap>span {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.65rem;
  opacity: 0.66;
  display: block;
  text-transform: capitalize;
  user-select: none;
  line-height: 1;
  pointer-events: none;
}

.custom-product-message {
  max-width: 120px;
  min-width: 120px;
  text-align: center;
  border: 0;
  border-bottom: 2px solid var(--blue);
  padding: 0.5rem 1.75rem 0.5rem 0.75rem;
  line-height: 1;
}

.customization-item {
  display: flex;
  width: 100%;
  justify-content: center;
}

.product-customization-item {
  justify-content: center;
  display: flex;
  align-items: center;
  gap: 20px;
}

.customization-options {
  width: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  position: relative;
  flex-direction: row;
  gap: 50px;
}

@media screen and (max-width: 700px) {
  .customization-options {
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .product-customization-item {
    justify-content: center;
    width: 100%;
  }
}

.custom-dimension-item-wrap .bootstrap-touchspin .custom-product-field {
  /* padding-right: 60px; */
  min-width: unset;
  width: 35px;
  line-height: 1;
}

.custom-dimension-item-wrap .bootstrap-touchspin-input-wrap>span {
  /* position: absolute; */
  right: 5px;
  top: 50%;
  /* transform: translateY(-50%); */
}

.custom-dimension-item-wrap .bootstrap-touchspin-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10px;
  gap: 2px;
}

.prices-ratings {
  width: 100%;
}

.product-actions p {
  margin: 0;
}

.product-variants select,
.bootstrap-touchspin input.input-group {
  border: 0;
  /* width: 100%; */
  text-align: center;
  background-color: transparent;
  padding: 5px 0;
}

.group-qty-attr {
  display: none !important;
}

.group-qty-attr .btn .material-icons {
  margin: 0;
}

.group-qty-attr .btn {
  background: transparent;
}

.qty_prod .bootstrap-touchspin .input-group-btn-vertical>.btn {
  margin: 0;
  padding: 1px;
  width: 25px;
  height: 50%;
  border: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: static;
}

ul#group_allow_pack .radio-label,
ul#group_allow_pack .checkbox-label {
  box-shadow: 0 3px 15px -10px #000;
  border-bottom: 1px solid var(--darkblue);
}

.qty_prod .input-group.bootstrap-touchspin {
  width: 90px;
  display: inline-block;
}

.desc_short {
  margin: 1rem 0;
}

.desc_short p {
  margin: 0;
}

.title-right {
  font-family: "Montserrat";
  font-size: 1.2rem;
  position: relative;
  color: #fff;
  width: 100%;
  padding: 8px 15px;
  padding-left: 65px;
  background-color: var(--darkblue);
  line-height: 1.2;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  user-select: none;
}

.group-qty_prod-attr {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70px;
  /* height: 100%; */
  border-top-left-radius: 5px;
}

.wrap_qty {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.group-qty_prod-attr .qty_prod-attr {
  border: 0 !important;
  padding: 3px 20px 3px 11px !important;
  height: 29px !important;
  border-top-left-radius: 5px;
  text-align: center !important;
}

.product-variants .product-variants-item ul .input-radio:checked+span:after,
.product-variants .product-variants-item ul .input-checkbox:checked+span:after,
.product-actions .product-variants .product-variants-item.attr-5 label .input-radio:checked+span+span:after {
  position: absolute;
  content: "check_circle";
  font-family: "Material Icons";
  display: none;
}

.product-variants-item img {
  max-width: 100%;
  pointer-events: none;
}

.product-variants .product-variants-item ul img {
  z-index: 0;
  transition: 0.1s linear;
  opacity: .8;
}

/*
.product-variants-item img.size_s {
  width: 100%;
}

.product-variants-item img.size_m {
  width: 100%;
}

.product-variants-item img.size_l {
  width: 100%;
}

.product-variants-item img.size_xl {
  width: 100%;
}

.product-variants-item img.size_xxl {
  width: 100%;
} */

.product-features span.feature-name {
  color: #7a7a7a;
  background-color: white;
}

.features-title {
  font-size: 1rem;
  margin-bottom: 0.2rem;
  font-weight: bold;
  color: var(--blue);
  text-transform: uppercase;
}

.social-sharing>span {
  font-size: 0;
}

.social-sharing li:first-child {
  margin: 0;
}

#product-availability {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

#product-availability .product-last-items,
#product-availability .product-unavailable {
  font-size: 15px;
  line-height: 1;
  font-weight: bold;
  padding-right: 5px;
  width: auto;
}

span.label-stock {
  font-size: 14px;
  font-weight: normal;
  color: #7a7a7a;
  padding-left: 5px;
}

i.material-icons.warning-sol {
  color: #f5d64c;
}

label.psgdpr_consent_message a {
  text-decoration: underline;
}

label.psgdpr_consent_message {
  cursor: pointer;
  display: flex;
  align-items: center;
}

button.nostock {
  display: none !important;
}

.sol-buy {
  border-top: 1px solid #e6e6e6;
  padding-top: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.sol-buy .btn-primary:focus {
  background-color: var(--valid);
}

.product-add-to-cart .btn-primary {
  width: 100%;
  background-color: var(--yellow);
  font-size: 1.25rem;
  padding: 10px 50px;
}

body#product .featured-products .product-miniature {
  width: calc(25% - 15px);
}

.footerBefore section.featured-products>h3 {
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.page-product-heading {
  font-size: 2.25rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

.tabla-precios td {
  border: 1px solid #e8e8e8;
  padding: 5px 0;
}

.tabla-precios tr:nth-child(even) {
  background: #fbfbfb;
}

.tabla-precios tbody tr:hover {
  background: #f5f5f5;
}

/* franja de compra
.helper_fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid var(--border);
  z-index: 4;
  box-shadow: 0px -10px 35px 0px #261f471f;
}
#product main {padding-bottom: 97px;}
.bottom_tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 19px;
}

.bottom_tools .price-item.price_total .price-item_value {
  font-size: 2rem;
}

.price-item_value {
  color: var(--darkblue);
  font-family: 'Montserrat';
}

.product-add-to-cart .btn-primary:hover {
  background-color: var(--valid);
}

.bottom_tools .block_qty .bootstrap-touchspin input.input-group {
  width: 50px;
  padding: 5px 6px;
}

.product-prices {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.bottom_tools .price-item,
.bottom_tools .price-item-extra {
  margin: 0 calc(var(--gap) / 2) 0 0;
  border: 0;
  flex-direction: column;
  align-items: flex-start;
}

.bottom_tools .price-item:not(.price_total) {
  background: #f7f7f9;
  padding: 10px 15px;
  border-radius: 5px;

}
.price-item.expandable.opened .extra-items {
    display: flex !important;
}
.bottom_tools .block_qty {
  margin-left: auto;
  position: relative;
}

.bottom_tools .product-prices .price-item_title {
  padding-right: 0;
  padding-bottom: 5px;
  font-size: 14px;
  white-space: nowrap;
}

.bottom_tools .price-item.price_total {
  margin-left: auto;
margin-right: var(--gap);}

.bottom_tools #view_prices_table {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  padding-top: 3px;
  font-size: 10px;
  color: var(--darkblue);
  font-family: 'Montserrat';
  font-weight: 600;
}
 */
/*EDITOR*/

#view_prices_table {
  display: none;
}


#md-loading .mp-message-loading {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  position: fixed;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 40%;
  margin: 0;
  line-height: 1.35;
}

#md-loading .mp-message-loading span {
  font-size: 1rem;
}

#md-loading .mp-message-loading br {
  display: none;
}

#md-loading .mp-message-loading img {
  display: block;
  margin: 15px auto 0;
  max-width: 40px;
}

.footerBefore {
  position: relative;
}

#add_modal_designer {
  line-height: 1;
  color: #fff;
  font-size: 0.75rem;
}

input#md_modal_quantity {
  text-align: center;
  border: 0;
  border-bottom: 2px solid var(--darkblue);
  margin: 0 40px 0 0;
  font-size: 1rem;
}

.select2-results__option[role="group"] {
  position: relative;
}

.select2-results__option[role="group"]:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 2px;
  background: #858585;
  width: calc(100% - 12px);
}

.fpd-right .number-input .input-group.bootstrap-touchspin .input-group-btn-vertical i.material-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fpd-right .number-input .input-group.bootstrap-touchspin .input-group-btn-vertical {
  right: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.45em;
}

.product-discounts-hidden {
  display: none !important;
}

.layer-options-title {
  width: 50%;
  text-align: left !important;
}

.custom_product_overflow {
  display: none;
  font-size: 10px;
  background: #f0ddb5;
  padding: 10px;
  width: 100%;
}

/* .loading-spinner {
height: var(--gap);
width: var(--gap) !important;
overflow-y: auto;
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
z-index: 12;
background: url("./img/spinner.gif") no-repeat scroll center center;
background-size: cover;
}
*/
.product-sheet td,
.product-sheet tr {
  border: 1px solid #e8e8e8;
}

.product-sheet td {
  padding: 11px;
}

.product-sheet div>table>tbody>tr>td {
  background: #fff;
}

.product-sheet div>table>tbody>tr>td:nth-child(odd) {
  background: white !important;
  border-left: 1px solid #e8e8e8;
}

/* offset de tabla incrustada+borde */
.product-sheet td>table {
  margin: -11px -16px;
  width: calc(100% + 32px);
  max-width: unset;
}

.product-sheet td>table>tbody>tr:last-child td {
  border-bottom: 1px solid #e8e8e8;
}

.product-sheet td>table>tbody>tr td {
  border-right: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  background: transparent !important;
}

.product-sheet td>table>tbody>tr td:first-child {
  border-left: 1px solid #e8e8e8;
}

.product-sheet td>table>tbody>tr:nth-child(odd) {
  border-bottom: 1px solid #e8e8e8;
}

.product-sheet td>table tr:first-child {
  background: #f7f7f7;
}

.product-sheet td {
  padding: 10px 15px;
  vertical-align: baseline;
}

.product-sheet p {
  margin: 0;
}

.product-sheet div>table>tbody>tr>td:nth-child(2),
.product-sheet div>table>tbody>tr>td:first-child {
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
}

.product-sheet div>table>tbody>tr:first-child td {
  border-top: 1px solid #e8e8e8;
}

.product-description-right span {
  display: block;
}

.product-sheet td>p+table {
  margin-top: 8px;
}

.product-sheet>table {
  width: 100%;
  margin: 15px 0 var(--gap);
  background: #fff;
}

.product-sheet {
  line-height: 1.5;
}

#product_info {
  padding-top: var(--doubleGap);
  font-family: "Montserrat";
  color: var(--darkblue);
}

.info_wrap {
  background: #f5f5f5;
  padding: var(--doubleGap) 0;
  border-top: 1px solid #e8e8e8;
  overflow: hidden;
}

.product-sheet div>table>tbody>tr>td {
  text-wrap: balance;
}

.product-description {
  text-align: center;
  line-height: 1.5;
}

li.nav-item {
  display: flex;
  align-items: flex-end;
}

.nav-link {
  padding: 0.75rem 3rem;
  transform: translateY(1px);
  display: block;
  border: 1px solid #efefef;
  border-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--darkblue);
  /* transition: var(--trans); */
}

.nav-link.active {
  background: whitesmoke;
  color: var(--darkblue);
  padding: 1rem 3rem;
  border-color: #e8e8e8;
}

#product_info .title-product {
  margin-bottom: var(--doubleGap);
  margin-bottom: var(--gap);
}

.product-description table {
  margin: 15px 0;
}

.product-description-title {
  font-size: 1.5em;
}

/*  End Product Sheet   */
.envio-estimado-wrap-product-sheet {
  padding: var(--gap) 0 var(--gap);
  text-align: right;
}

.extra-sort-asc,
.extra-sort-desc {
  padding: 0 0 0 10px;
  cursor: pointer;
}

.extra-sort-asc {
  vertical-align: middle;
}

.price-item_inner {
  width: 100%;
  border: 0;
}

.price-item_value {
  font-weight: 600;
}

.price-item.expandable {
  flex-direction: column;
  cursor: pointer;
}

.extra-sort-desc {
  vertical-align: text-top;
}

@media (max-width: 1199px) {
  :root {
    --gap: 30px;
  }
}

@media (min-width: 992px) {
  .footerBefore {
    padding: 50px 0 25px;
  }

  .images-container {
    margin-bottom: 10px;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: 40px;
  }

  .slick-next {
    right: 1px;
  }

  .slick-prev {
    left: 1px;
  }
}

@media (max-width: 991px) {
  :root {
    --gap: 25px;
  }

  .product-flex .product-right>.hidden-dk {
    margin: 0 auto;
  }

  .solete-product-image>img {
    max-height: calc(100vh - 400px);
    min-height: 300px;
  }

  .product-description>table {
    max-width: 100vw;
    margin-left: -26px;
    overflow: scroll;
  }

  .prices_wrap {
    width: 100%;
    margin-bottom: 15px;
  }

  .product-flex .product-left,
  .product-flex .product-right {
    max-width: unset;
    display: flex;
    flex-wrap: wrap;
    min-width: unset;
    z-index: 2;
    width: 100%;
    padding: 0;
  }

  #description {
    padding: var(--gap);
  }

  .featured-products {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .product-customization .customization-options {
    margin: 10px 0 5px;
    justify-content: center;
    padding: 0;
  }



  .sol-alto,
  .sol-ancho {
    margin-right: 5px;
  }

  .sol-buy {
    border: 0;
    padding: 0;
  }

  .tabs {
    margin-top: 15px;
  }

  div#description-short table {
    overflow-x: auto;
  }

  .tab-content:before {
    width: 100vw;
  }

  .disenador {
    margin: 0;
    padding: 15px 0 0;
    flex-wrap: wrap;
  }

  .sol-upload,
  .product-additional-info.sol-disena {
    width: 100% !important;
    margin-bottom: 15px;
  }

  #show_button_designer,
  #sube_diseno,
  .buttons_bottom_block {
    width: 100%;
  }

  .title-right {
    font-size: 1rem;
  }

  .product_process>li::before {
    top: 6px;
    font-weight: normal;
  }

  .product-cover img {
    width: auto;
    object-position: center center;
    max-height: 50vh;
  }

  .custombanners.displayReassurance.clearfix {
    display: none;
  }

  .title-product {
    font-size: 1.25rem;
    margin: 0;
    text-align: left;
  }

  .tabs .nav-tabs {
    max-width: 100vw;
    overflow-x: auto;
  }

  .tabs .nav-tabs .nav-link {
    padding: 10px;
    font-size: 14px;
  }

  .tab-content {
    font-size: 14px;
  }

  .tabs .tab-pane {
    padding: 20px 15px;
  }

  .product-claim:last-child {
    padding-right: 15px;
  }

  body#product .featured-products .product-miniature {
    width: calc(33.33% - 10px);
  }

  .product-cover .layer {
    display: flex !important;
  }

  span.claim-text {
    white-space: nowrap;
  }

  span.ico-claims.material-icons {
    margin-right: 5px;
  }

  .product-claim {
    margin-right: 15px;
  }

  .cb-wrapper.general-claims {
    padding: 0;
    position: relative;
  }

  .cb-wrapper.general-claims:after,
  .cb-wrapper.general-claims:before {
    content: "";
    background: linear-gradient(90deg, transparent, #f0f0f0 60%);
    width: 15px;
    height: calc(100% + 20px);
    position: absolute;
    top: -10px;
    z-index: 1;
  }

  .cb-wrapper.general-claims:after {
    right: 0;
  }

  .cb-wrapper.general-claims:before {
    background: linear-gradient(-90deg, transparent, #f0f0f0 60%);
    left: 0;
  }

  .displayReassurance .custom-html {
    padding: 0 15px;
  }

  .slick-list {
    padding: 0.5rem 0;
  }

  span.price-def {
    width: 85px;
  }

  body#product .cb-wrapper.whatsapp-button {
    bottom: 100px;
  }

  .custombanners.displayLeftColumnProduct {
    margin: 0 -15px;
    background: #f3f3f3;
  }

  body#product .featured-products .product-miniature {
    width: calc(50% - 15px);
  }

  #main .images-container .js-qv-mask {
    width: 100%;
  }

  span.label-stock {
    padding-bottom: 0;
  }

  #product-availability {
    padding: 0;
    margin: 0;
  }

  body#product>main {
    margin-bottom: 40px;
  }

  .relacionados .slick-prev,
  .relacionados .slick-next,
  .featured-products .slick-prev,
  .featured-products .slick-next {
    bottom: calc(100% + 1.3rem);
  }

  a#wishlist_button_nopop {
    position: fixed;
    right: 99px;
    bottom: 10px;
    z-index: 12;
    width: 28px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  a#wishlist_button_nopop note {
    display: none !important;
  }

  #wishlist_button:before,
  #wishlist_button_nopop:before {
    height: 24px;
    width: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    margin: 0;
    line-height: 0px;
    background: #b8b8b8;
  }

  .social-sharing {
    margin: 0;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 12;
    width: 84px;
    display: flex;
    justify-content: flex-end;
  }

  .product-quantity .add button.btn.btn-primary.add-to-cart:disabled {
    background: #bbb;
    opacity: 1;
    font-size: 1rem;
    height: 40px;
  }

  .add-to-cart {
    position: fixed;
    left: 0;
    bottom: 48px;
    height: 50px;
    z-index: 5;
    padding: 0;
  }

  span.price-def {
    position: fixed;
    left: 11px;
    bottom: 45px;
    z-index: 13;
    font-size: 1.5rem;
    line-height: 1;
  }

  .variants-abajo {
    position: fixed;
    bottom: 40px;
    z-index: 13;
    left: 105px;
  }

  .variants-abajo span.control-label {
    display: none;
  }

  .variants-abajo select {
    background-color: white;
    width: 55px;
    height: 30px !important;
    background-position: right;
  }

  .product-quantity .add,
  .product-quantity .qty_prod {
    position: fixed;
    z-index: 1;
  }

  .product-quantity .add {
    right: 10px;
    bottom: 40px;
    width: 45%;
  }

  body#product .bootstrap-touchspin .input-group-btn-vertical {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .product-quantity .qty_prod {
    width: 71px;
    bottom: 10px;
    left: 10px;
    margin: 0;
    display: inline-flex;
  }

  .product-quantity #quantity_wanted {
    height: 28px;
    width: 40px;
  }

  .product-quantity .btn-touchspin {
    height: 13px !important;
    padding: 0 !important;
    border: 0 !important;
    width: 20px !important;
  }

  .product-quantity .input-group-btn-vertical .btn i {
    top: 50%;
    left: 50%;
    border: 0;
    transform: translate(-50%, -50%);
    position: absolute;
  }

  .product-quantity .add button.btn.btn-primary.add-to-cart i {
    display: none;
  }

  .slick-prev:before,
  .slick-next:before {
    font-size: var(--gap);
  }

  .bootstrap-touchspin {
    /* width: 63px !important; */
    min-width: unset !important;
  }

  .slick-next {
    right: -40px;
  }

  .slick-prev {
    left: -40px;
  }

  .product-flags li.product-flag {
    font-size: 1rem;
    font-weight: normal;
    padding: 5px 10px;
    margin-bottom: 5px;
  }

  section.product-accessories.clearfix {
    display: none;
  }

  .product-heading {
    width: 100%;
    padding: 0;
    text-align: center;
  }


  .product-flex {
    /* flex-wrap: wrap-reverse; */
    padding: var(--gap);
    padding-top: 0;
  }

  .product-flags {
    margin: 0 0 15px;
  }

  .images-container .product-cover {
    margin: 0;
    width: 100%;
    padding: 0;
    text-align: center;
  }

  #main .images-container .js-qv-mask.scroll {
    width: 100%;
  }

  #main .images-container .js-qv-mask ul.product-images.js-qv-product-images {
    /* flex-direction: row; */
    margin: 0 var(--gap);
  }

  .product-images>li.thumb-container {
    max-width: 25%;
  }

  .product-add-to-cart span.control-label,
  .product-add-to-cart .product-minimal-quantity {
    display: none;
  }

  .sol-buy .product-add-to-cart {
    width: 100%;
  }

  .product-quantity .add {
    width: calc(100% - 180px);
    margin: 0 !important;
  }

  .product-discount {
    display: none;
  }

  span.alert-toggler.btn-primary {
    margin-left: auto;
    max-height: 30px;
  }

  label.psgdpr_consent_message span {
    font-size: 11px;
  }

  .product-quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .product-quantity .add button.btn.btn-primary.add-to-cart {
    height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: center;
    border-radius: 0;
    border: 0;
    transition: 0.1s linear;
  }

  section.featured-products h2,
  section.product-accessories h2 {
    font-size: 1.4rem;
    margin: 0 0 15px;
    margin-bottom: 1rem !important;
  }

  .breadcrumb ol {
    margin-bottom: 0;
  }

  #wrapper {
    padding-top: 0;
  }
}

@media (max-width: 480px) {
  :root {
    --gap: 15px;
  }

  .product_process>li {
    margin-bottom: calc(var(--gap) * 1.5);
  }

  .solete-product-image>img {
    max-height: calc(100vh - 300px);
    min-height: 250px;
  }
}

.nav {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: var(--halfGap);
  flex-wrap: wrap;
}

.tab-content>.tab-pane {
  display: none
}

.tab-content>.active {
  display: block;
  opacity: 1 !important;
}

#description-short {
  position: relative;
}

#description-short .content[data-readmore]:before {
  pointer-events: none;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0, whitesmoke, transparent);
}

.login-product-add-cart-message a {
  font-weight: bold;
  text-decoration: underline;
  color: #fff;
}

#description-short .rm-btn.rm-cerrar {
  transform: translateX(-50%) rotate(45deg);
  color: var(--darkblue);
}

#description-short .content[data-readmore] {
  padding-bottom: 55px;
}

#description-short .rm-btn {
  transition: var(--trans);
  text-align: center;
  font-size: 50px;
  line-height: 1;
  width: 50px !important;
  height: 50px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 6px 20px -11px var(--darkblue);
}

.product-same-qty-combination-item {
  display: flex;
  justify-content: space-between;
  position: relative;
  align-items: baseline;
  user-select: none;
  padding: 3px 0;
}

.product-same-qty-combinations {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.product-same-qty-combinations .product-same-qty-combination-item_title {
  font-weight: 400;
  padding-right: 10px;
}

.product-same-qty-combinations .product-same-qty-combination-item_value {
  font-weight: 600;
}

.price-item-wrapper {
  width: 100%;
  display: flex;
}

.price-item-wrapper-col {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: stretch;
}

.price-item-wrapper-col:first-child {
  flex-grow: 1;
}

.price-item-row {
  user-select: none;
  padding: 6px 5px;
  position: relative;
  z-index: 1;
}

.adivin-price-item-pvp-wrapper .row.price-item-row.price-item-row-bordered.price-item-row-right:last-child {
  margin-top: auto;
}

.adivin-price-item-wrapper {
  position: relative;
  color: #000;
}

.price-item-extra span.price-item_value.adivin-price-item-wrapper,
.price-item-extra span.price-item_value .price-item-extra {
  font-weight: 300;
}

.adivin-price-item-pvp-wrapper .price-item-row {
  padding-left: 25px;
}

.price-item-row-bordered {
  border-bottom: 2px solid #e9e9e9;
}

.price-item-row-right {
  text-align: right;
}

.product-prices .price-item_title-bold {
  font-weight: 600 !important;
}

.price-empty-title {
  width: 20%;
}

.price-item-wrapper-col.adivin-price-item-wrapper:before {
  background-color: #d9eff4 !important;
  content: "";
  width: calc(100% + 20px);
  position: absolute;
  height: calc(100% + 20px);
  z-index: 0;
  right: -10px;
  top: -10px;
  border-radius: 5px;
}

.adivin-price-item-pvp-wrapper {
  color: grey;
}

.adivin-price-item-wrapper .price-item_value-total {
  color: #0097B2;
  font-weight: bolder;
  font-size: 1.5rem;
}

.price-item_value-message {
  font-size: 0.66rem;
}

.price-item_title-total {
  margin-top: auto;
}

.price-item-row-expandable>.extra-items {
  padding-top: 8px;
  display: none;
}

.price-item-row-expandable.opened>.extra-items {
  display: block;
}

.sol-upload-filename {
  max-width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-warning-size {
  width: 100%;
  margin-left: 1rem;
  margin-right: 1rem;
}

.product-warning-size>span {
  display: none;
  width: 100%;
  color: red;
  justify-content: center;
}

.flex>span {
  display: flex;
}
