/*  Scss  */
@font-face {
  font-family: "Montserrat Bold";
  src: url("../fonts/Montserrat-Bold.woff2");
}
@font-face {
  font-family: "Montserrat Medium";
  src: url("../fonts/Montserrat-Medium.woff2");
}
@font-face {
  font-family: "Montserrat Regular";
  src: url("../fonts/Montserrat-Regular.woff2");
}
@font-face {
  font-family: "Montserrat Light";
  src: url("../fonts/Montserrat-Light.woff2");
}
@font-face {
  font-family: "Vitali";
  src: url("../fonts/VitaliNeue-Blackitalic.woff2");
}
@font-face {
  font-family: "Fira";
  src: url("../fonts/FiraSans-Regular.woff2");
}
.btn-primary {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 16px 32px;
  font-size: 16px;
  white-space: normal;
  display: inline-block;
}
.btn-primary:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-secondary {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 16px 32px;
  font-size: 16px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.btn-primary-icon-right {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-primary-icon-right::after {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-left: 8px;
}
.btn-primary-icon-right:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-primary-icon-left {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-primary-icon-left::before {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-right: 8px;
}
.btn-primary-icon-left:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
}

.btn-secondary-icon-right {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary-icon-right::after {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-left: 8px;
}
.btn-secondary-icon-right:hover::after {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
}
.btn-secondary-icon-right:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.btn-secondary-icon-left {
  background: rgba(0, 207, 179, 0.0745098039);
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: normal;
  display: inline-block;
}
.btn-secondary-icon-left::before {
  content: "";
  background: url(../img/arrow-btn.svg) no-repeat;
  background-position: center;
  background-size: 15px;
  width: 15px;
  height: 15px;
  padding: 7.5px;
  margin-right: 8px;
}
.btn-secondary-icon-left:hover::before {
  content: "";
  background: url(../img/arrow-btn-w.svg) no-repeat;
  background-position: center;
}
.btn-secondary-icon-left:hover {
  background: #66BAB0;
  border: solid 1px #66BAB0;
  color: #FFFFFF !important;
}

.menu-desktop .dropdown-menu.show {
  position: absolute;
}

.owl-carousel.off {
  display: block;
}

/* Mi cuenta */
.path-user.user-logged-in article.profile {
  display: none;
}
.path-user.user-logged-in main {
  padding-bottom: 40px;
}
.path-user.user-logged-in #enlaces-usuario {
  padding: 40px 0px;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-pedidos::before {
  background: url(../img/icon-package.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-pedidos:hover::before {
  background: url(../img/package-w.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-devoluciones::before {
  background: url(../img/devolver-green.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-devoluciones:hover::before {
  background: url(../img/devolver-w.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-direcciones::before {
  background: url(../img/map-green.svg) no-repeat;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-direcciones:hover::before {
  background-image: url(../img/mapa-w.svg) !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-cuenta::before {
  background: url(../img/cuenta-green.svg) no-repeat;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-cuenta:hover::before {
  background: url(../img/cuenta-w.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-logout::before {
  background: url(../img/off-green.svg) no-repeat;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in #enlaces-usuario a.btn-order-logout:hover::before {
  background: url(../img/off-w.svg) no-repeat !important;
  background-size: 15px !important;
  background-position: center !important;
}
.path-user.user-logged-in main .region-content form#user-form {
  max-width: 750px;
  margin: 0px auto 70px;
}
.path-user.user-logged-in #filtros-pedidos {
  margin-bottom: 32px;
  position: relative;
}
.path-user.user-logged-in #filtros-pedidos::after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
  height: 2px;
  background: #EAE5E1;
  position: absolute;
  z-index: -1;
  bottom: 0;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div {
  text-align: center;
  padding: 12px 0px 12px 0px;
  cursor: pointer;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div::before {
  content: "";
  background: url(../img/icon-package.svg) no-repeat 18px center;
  background-size: 15px;
  background-position: center !important;
  width: 15px;
  height: 15px;
  padding: 10.5px;
  margin-right: 8px;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.active {
  border-bottom: 2px solid #00CFB5;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.pedidos-all::before {
  background: url(../img/icon-package.svg) no-repeat 18px center;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.pedidos-preparacion::before {
  content: "";
  background: url(../img/icon-clipboard.svg) no-repeat 18px center;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.pedidos-enviados::before {
  content: "";
  background: url(../img/icon-truck.svg) no-repeat 18px center;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.pedidos-cancelacion-solicitada::before {
  content: "";
  background: url(../img/Shape.svg) no-repeat 18px center;
}
.path-user.user-logged-in #filtros-pedidos .owl-item div.pedidos-cancelados::before {
  content: "";
  background: url(../img/icon-trash-2.svg) no-repeat 18px center;
}
.path-user.user-logged-in .view-commerce-user-orders .view-filters {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px 20px 20px 0;
  border: 2px solid #EAE5E1;
  padding: 33px 36px;
  margin-bottom: 30px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido {
  width: 60%;
  padding-right: 32px;
  border-right: 1px solid #EAE5E1;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .resumen-pedido {
  margin-right: 30px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .resumen-pedido h3 {
  font-family: "Montserrat Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .fecha-pedido {
  font-size: 16px;
  margin-right: 30px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado {
  font-size: 16px;
  display: flex;
  align-items: baseline;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado .item-estado {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #EAE5E1;
  margin-left: 8px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Montserrat Bold";
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-en_preparacion .item-estado, .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-pagado .item-estado, .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-completed .item-estado {
  background-color: #B0DCFF;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-enviado .item-estado {
  background-color: #D1FFD9;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-cancelacion-solicitada .item-estado {
  background-color: #FED7AD;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado.estado-canceled .item-estado {
  background-color: #FFB8B8;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion {
  width: 100%;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item {
  border: none;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-header h4 {
  font-family: "Montserrat Bold";
  font-size: 18px;
  color: #4B4846;
  padding: 16px 0;
  margin-bottom: 16px;
  background: #FFFFFF;
  margin-top: 30px;
  border-radius: 0 !important;
  border-bottom: 1px solid #B4B0AD !important;
  box-shadow: none !important;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table {
  margin: 0;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table thead tr {
  border-bottom: 1px solid #EAE5E1;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr {
  border-color: transparent;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr th {
  font-family: "Montserrat Regular";
  font-size: 14px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr th#view-quantity-table-column {
  text-align: center;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr th#view-total-price-number-table-column {
  text-align: right;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td {
  background-color: #FFFFFF !important;
  --bs-table-color-type: 0;
  --bs-table-bg-type: 0;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td.views-field-quantity {
  text-align: center;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td.views-field-total-price__number {
  text-align: right;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td.views-field-title, .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td.views-field-total-price__number,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .view-commerce-order-item-table table tr td .order-total-line-value {
  font-family: "Montserrat Bold";
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .order-total-line {
  padding: 10px;
  border-top: 1px solid #EAE5E1;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .order-total-line .order-total-line-label,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-lineas-pedido .accordion .accordion-item .accordion-body .order-total-line .order-total-line-value {
  font-family: "Montserrat Bold";
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido {
  width: 40%;
  padding-left: 32px;
  border-left: 1px solid #EAE5E1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio {
  margin-bottom: 16px;
  width: 50%;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion label,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio label {
  font-family: "Montserrat Bold";
  margin-bottom: 8px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion .address,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion .field--name-field-telefono,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio .address,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio .field--name-field-telefono {
  margin: 0;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion .field--name-shipping-method,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio .field--name-shipping-method {
  display: none;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .acciones-order button,
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .acciones-order a {
  margin-top: 20px;
  margin-bottom: 20px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .button-cancelar-order::before {
  background: url(../img/icon-trash-white.svg) no-repeat;
  background-position: center;
  background-size: 15px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .button-devolver-order {
  background-color: #FFFFFF;
  color: #00CFB5 !important;
  border-color: #00CFB5;
  float: right;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .button-devolver-order::before {
  background: url(../img/devolver-green.svg) no-repeat;
  background-position: center;
  background-size: 15px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .button-seguimiento-order::before {
  background: url(../img/eyes-white.svg) no-repeat;
  background-position: center;
  background-size: 15px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .frase-estado p {
  font-size: 14px;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .modal .modal-footer {
  justify-content: center;
}
.path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .modal .modal-footer a {
  padding: 8px 16px !important;
  margin: 0;
}
.path-user.user-logged-in .address-book__container .address-book__add-link {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin: 0 0 20px 0;
}
.path-user.user-logged-in .address-book__container .address-book__profiles {
  justify-content: space-between;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile {
  border-radius: 20px 20px 20px 0;
  border: 1px solid #EAE5E1;
  padding: 23px 26px;
  margin-bottom: 16px;
  max-width: 100% !important;
  min-width: 49% !important;
  margin: 0;
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile.address-book__profile--default {
  border: 1px solid #B4B0AD;
  box-shadow: 0px 4px 12px 0px rgba(180, 176, 173, 0.2);
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile .address {
  margin-bottom: 0;
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile .address-book__operations a.address-book__edit-link {
  background: #00CFB5;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile .address-book__operations a.address-book__delete-link {
  background: #ff7575;
  border: solid 1px #ff7575;
  border-radius: 40px;
  color: #FFFFFF !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.path-user.user-logged-in .address-book__container .address-book__profiles .address-book__profile .address-book__operations a.address-book__set-default-link {
  background: #FFFFFF;
  border: solid 1px #00CFB5;
  border-radius: 40px;
  color: #00CFB5 !important;
  font-family: "Montserrat Bold";
  padding: 8px 16px;
  font-size: 14px;
  white-space: nowrap;
  display: inline-block;
  margin-top: 10px;
  text-align: center;
}
.path-user.user-logged-in .profile-customer-address-book-edit-form .field--name-field-id-erp {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.path-user.user-logged-in .profile-customer-address-book-edit-form .field--name-field-crc {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.path-user.user-logged-in .profile-customer-address-book-edit-form .form-actions {
  margin: 24px 0 40px 0;
}
.path-user.user-logged-in .profile-customer-address-book-edit-form .form-actions .button--danger {
  background: #FFFFFF;
  border: solid 1px #B4B0AD;
  border-radius: 40px;
  color: #B4B0AD !important;
  font-family: "Montserrat Bold";
  padding: 16px 32px;
  white-space: nowrap;
  display: inline-block;
  text-align: center;
}

.path-devoluciones main {
  padding: 72px 0px;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form {
  max-width: 900px;
  margin: auto;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form h1 {
  font-family: "Vitali";
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  margin: 24px 0;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #00CFB5;
  padding-bottom: 14px;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #F2EEEB;
  padding: 16px 0;
  align-items: center;
  gap: 16px;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto div {
  width: 330px;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto .title-producto {
  font-family: "Montserrat Bold";
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto .form-type-number {
  width: 100px;
  margin: 0;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto .form-type-number input[type=number] {
  text-align: center;
  margin: 0;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto .form-type-select {
  margin: 0;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .item-producto .form-type-select select {
  margin: 0;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form .form-item-motivo-devolucion,
.path-devoluciones main #integra-araven-erp-devoluciones-form .form-item-problema,
.path-devoluciones main #integra-araven-erp-devoluciones-form .form-item-observaciones {
  margin-top: 24px;
}
.path-devoluciones main #integra-araven-erp-devoluciones-form input#edit-submit {
  margin: 24px 0;
  float: right;
}

.view-mis-devoluciones .teaser.devolucion {
  display: flex;
  flex-wrap: wrap;
  border-radius: 20px 20px 20px 0;
  border: 2px solid #EAE5E1;
  padding: 33px 36px;
  margin-bottom: 30px;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion {
  width: 60%;
  padding-right: 32px;
  border-right: 1px solid #EAE5E1;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-bottom: 16px;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .resumen-devolucion {
  margin-right: 30px;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .resumen-devolucion h3 {
  font-family: "Montserrat Bold";
  font-size: 20px;
  margin-bottom: 10px;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion {
  font-size: 16px;
  margin-right: 30px;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion .wrapper-estado {
  font-size: 16px;
  display: flex;
  align-items: baseline;
  margin: 16px 0 0px 0;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion .wrapper-estado .item-estado {
  padding: 8px 16px;
  border-radius: 6px;
  background-color: #EAE5E1;
  margin-left: 8px;
  font-size: 14px;
  line-height: 14px;
  font-family: "Montserrat Bold";
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion .wrapper-estado.estado-cerrada .item-estado {
  background-color: #B0DCFF;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion .wrapper-estado.estado-abierta .item-estado {
  background-color: #D1FFD9;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-basica-devolucion .fecha-devolucion .wrapper-estado.estado-en_investigacion .item-estado {
  background-color: #FED7AD;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion {
  width: 100%;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item {
  border: none;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item .accordion-header h4 {
  font-family: "Montserrat Bold";
  font-size: 18px;
  color: #4B4846;
  padding: 16px 0;
  margin-bottom: 16px;
  background: #FFFFFF;
  margin-top: 30px;
  border-radius: 0 !important;
  border-bottom: 1px solid #B4B0AD !important;
  box-shadow: none !important;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item .accordion-body .items-devueltos .devueltos-body .item {
  font-family: "Montserrat Bold";
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item .accordion-body .items-devueltos .item {
  display: flex;
  flex-wrap: nowrap;
  gap: 24px;
  justify-content: flex-end;
  border-bottom: 1px solid #F2EEEB;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item .accordion-body .items-devueltos .item .producto {
  width: 80%;
  padding: 10px 0;
  text-align: right;
}
.view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .informacion-lineas-devolucion .accordion .accordion-item .accordion-body .items-devueltos .item .cantidad {
  width: 20%;
  text-align: center;
  padding: 10px 0;
}
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion {
  width: 40%;
  padding-left: 32px;
  border-left: 1px solid #EAE5E1;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-min-observaciones,
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-comentarios-tienda,
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-cantidad-devuelta {
  margin-bottom: 16px;
  width: 100%;
}
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-min-observaciones label,
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-comentarios-tienda label,
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-cantidad-devuelta label {
  font-family: "Montserrat Bold";
  margin-bottom: 8px;
}
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-cantidad-devuelta {
  text-align: right !important;
}
.view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-cantidad-devuelta * {
  font-family: "Vitali";
  font-size: 16px;
}

.node-97 #block-personalizado-views-block-buscador-block-1 .view-content {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
}
.node-97 #block-personalizado-views-block-buscador-block-1 .view-content > div {
  display: inline-block;
}

@media (max-width: 991.98px) {
  .view-mis-devoluciones .teaser.devolucion .mensajes-devolucion .wrapper-cantidad-devuelta * {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  #filtros-pedidos .owl-item div {
    text-align: center;
    padding: 12px 0px 12px 0px;
    font-size: 12px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order {
    padding: 30px 25px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido {
    width: 100%;
    border-right: none;
    padding-right: 0;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .resumen-pedido {
    margin-right: 0;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .fecha-pedido {
    margin-right: 0;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .informacion-basica-pedido .wrapper-estado {
    margin-top: 16px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion {
    padding: 16px 0;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion h4 {
    margin-top: 0 !important;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion .accordion-body {
    padding: 0;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion table {
    font-size: 12px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion table thead tr th {
    padding: 0;
    font-size: 12px !important;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion table thead tr th#view-quantity-table-column {
    padding-right: 10px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion table tbody tr td {
    padding: 10px 0;
    vertical-align: middle;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .informacion-principal-pedido .accordion .order-total-line {
    padding: 10px 0 !important;
    font-size: 12px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido {
    width: 100%;
    padding-left: 0;
    border-left: none;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido button {
    margin-bottom: 16px;
  }
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-facturacion,
  .path-user.user-logged-in .view-commerce-user-orders .teaser-order .direcciones-acciones-pedido .wrapper-direccion-envio {
    width: 100%;
  }
  .path-user.user-logged-in .address-book__profiles .address-book__profile .address-book__operations a {
    white-space: nowrap;
  }
}
@media (max-width: 575.98px) {
  .path-devoluciones #integra-araven-erp-devoluciones-form .item-producto {
    flex-wrap: wrap;
  }
  .path-devoluciones #integra-araven-erp-devoluciones-form .item-producto .title-producto {
    width: 66%;
  }
  .path-devoluciones #integra-araven-erp-devoluciones-form .item-producto .form-type-number {
    width: 26%;
  }
  .path-devoluciones #integra-araven-erp-devoluciones-form .item-producto .form-type-select {
    width: 100%;
  }
  .view-mis-devoluciones .teaser.devolucion {
    padding: 30px 25px;
  }
  .view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion {
    width: 100% !important;
    border-right: none !important;
    padding-right: 0;
  }
  .view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .accordion h4 {
    margin-top: 0 !important;
  }
  .view-mis-devoluciones .teaser.devolucion .informacion-principal-devolucion .accordion-body {
    padding: 0;
    margin-bottom: 24px;
  }
  .view-mis-devoluciones .teaser.devolucion .mensajes-devolucion {
    width: 100% !important;
    padding-left: 0 !important;
    border-left: none;
  }
}/*# sourceMappingURL=estilos-pablo.css.map */