@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/* ============================================ *
 * Codazon_Theme_Var
 * ============================================ */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat/Montserrat-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
}
/**
Navigation less
*/
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.wordpress-posts {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0 auto;
  padding: 0px;
  width: 100%;
}
.wordpress-posts .heading {
  font-weight: 500;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  width: 100%;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
}
.wordpress-posts > a {
  order: -1;
  max-width: 100%;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
  color: #181716;
  position: absolute;
  left: 0;
  top: 4.2%;
}
.wordpress-posts > a::before {
  content: url("../images/icons/pentagonArrow.svg");
  margin-right: 10px;
  top: 50%;
}
.wordpress-posts .content {
  padding-left: 22px;
  padding-right: 22px;
}
.wordpress-posts .content a {
  width: 100%;
  margin: 0;
  color: #181716;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  border: 1px solid #ec6d00;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  transition: all 0.3s;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover {
  background-color: #ec6d00;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:hover::before,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:hover::before {
  background-color: #fff;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  position: initial;
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  content: "";
  background-color: #ec6d00;
  border: none;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-prev::before,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-prev::before {
  transform: none;
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.owl-next::before,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.owl-next::before {
  transform: rotate(180deg);
}
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::after,
.wordpress-posts .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::after {
  display: none;
}
.wordpress-posts .owl-stage-outer {
  padding: 0;
}
.wordpress-posts .owl-carousel.owl-loaded {
  margin-top: 40px;
  padding: 0;
  position: initial;
}
.wordpress-posts .owl-carousel li {
  background-color: #F8F8F8;
  list-style: none;
  min-height: 500px;
}
.wordpress-posts .owl-carousel li > a {
  margin-bottom: 20px;
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  color: #181716;
}
.wordpress-posts .owl-carousel li > a img {
  margin-bottom: 35px;
}
.wordpress-posts .owl-carousel li > p {
  font-size: 1.4rem;
  color: #181716;
  line-height: 1.8;
}
.wordpress-posts .owl-nav {
  position: absolute;
  top: 7%;
  right: 0;
  display: flex;
  margin: 0;
  gap: 10px;
}
@media (max-width: 768px) {
  padding: 0;
  margin: 0 -15px 0 -15px;
  
  .wordpress-posts {
    padding: 0px;
  }
  .wordpress-posts > a {
    max-width: 75%;
    top: 60px;
  }
  .wordpress-posts .owl-nav {
    top: 75px;
  }
  .wordpress-posts .owl-stage {
    width: max-content !important;
  }
  .wordpress-posts .owl-item.active {
    width: 385px !important;
  }
  .wordpress-posts .owl-item img {
    width: 90%;
  }
  h2 {
    font-size: 1.8rem;
  }
}
.google-reviews .owl-carousel .owl-stage {
  display: flex;
}
.google-reviews .owl-carousel .owl-stage .owl-item {
  display: flex;
  flex: 1 0 auto;
}
.google-reviews .average-rating {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 102px;
}
@media screen and (min-width: 1024px) {
  .google-reviews .average-rating {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-end;
    justify-content: space-between;
  }
}
.google-reviews .average-rating div {
  min-width: 190px;
}
@media screen and (min-width: 1024px) {
  .google-reviews .average-rating div h2 {
    margin-top: 0;
    text-align: center;
  }
}
.google-reviews .average-rating div.allreviews {
  order: 2;
  margin-top: 20px;
}
@media screen and (min-width: 1024px) {
  .google-reviews .average-rating div.allreviews {
    order: initial;
  }
}
.google-reviews .average-rating div.allreviews > a {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  color: #181716;
  font-weight: 400;
}
.google-reviews .average-rating div.allreviews > a::before {
  content: url("../images/icons/pentagonArrow.svg");
  width: 20px;
  height: 20px;
  margin-right: 7px;
}
.google-reviews .average-rating div .heading {
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 9px;
}
@media screen and (min-width: 1024px) {
  .google-reviews .average-rating div .heading {
    width: 100%;
    font-size: 30px;
    line-height: 35px;
  }
}
.google-reviews .average-rating div .stars {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  gap: 6px;
}
@media screen and (min-width: 1024px) {
  .google-reviews .average-rating div .stars {
    flex-direction: row;
    font-size: 26px;
    gap: 15px;
  }
}
.google-reviews .average-rating div .stars div {
  display: flex;
  gap: 9px;
}
.google-reviews .average-rating div .stars div .star {
  font-size: 32px;
  color: #EC6E00;
  line-height: 22px;
}
.google-reviews #google-reviews-carousel .review-item {
  background-color: #F9F7F2;
  border-radius: 10px;
  padding: 27px 32px;
}
.google-reviews #google-reviews-carousel .review-item .name {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
}
.google-reviews #google-reviews-carousel .review-item .stars .star {
  font-size: 22px;
  color: #EC6E00;
}
.google-reviews #google-reviews-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  margin: 0;
  gap: 10px;
}
@media screen and (min-width: 1024px) {
  .google-reviews #google-reviews-carousel .owl-nav {
    top: 75px;
    top: 0;
  }
}
.google-reviews #google-reviews-carousel .owl-nav .owl-prev,
.google-reviews #google-reviews-carousel .owl-nav .owl-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  display: flex;
  border: 1px solid #ec6e00;
  border-radius: 0;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: none;
  transition: all 0.3s;
  margin-top: -30px;
}
.google-reviews #google-reviews-carousel .owl-nav .owl-prev::before,
.google-reviews #google-reviews-carousel .owl-nav .owl-next::before {
  position: initial;
  display: block;
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  content: "";
  background-color: #ec6e00;
  border: none;
  transform: none;
}
.google-reviews #google-reviews-carousel .owl-nav .owl-prev::after,
.google-reviews #google-reviews-carousel .owl-nav .owl-next::after {
  display: none;
}
.google-reviews #google-reviews-carousel .owl-nav .owl-next::before {
  transform: rotate(180deg);
}
/* Turnstile: siempre a 100% y en su propia fila */
.field-turnstile {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 12px 0;
}
/* Asegurar que el widget interno no colapse */
.field-turnstile .cf-turnstile,
.field-turnstile .cf-turnstile > div {
  display: block;
  width: 100%;
  max-width: 100%;
}
.field-turnstile iframe {
  display: block;
}
/**
 * BSS Commerce Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://bsscommerce.com/Bss-Commerce-License.txt
 *
 * @category   BSS
 * @package    Bss_CustomOrderNumber
 * @author     Extension Team
 * @copyright  Copyright (c) 2017-2018 BSS Commerce Co. ( http://bsscommerce.com )
 * @license    http://bsscommerce.com/Bss-Commerce-License.txt
 */
@media only screen and (min-width: 1700px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 80%;
    overflow-wrap: break-word;
  }
}
@media only screen and (max-width: 1400px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 65%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 768px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 47%;
    word-wrap: break-word;
  }
}
@media only screen and (max-width: 500px) {
  .payment-option-title.field.choice,
  .payment-method-content {
    max-width: 37%;
    word-wrap: break-word;
  }
}
.download-attachment {
  text-align: center;
}
.download-attachment a {
  color: #333;
  font-size: 0;
  text-decoration: none;
}
.download-attachment a:before {
  background: url("../Mageprince_Productattach/images/download.svg") no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  font-size: 25px;
  height: 20px;
  width: 20px;
}
.product-info-main .table.attachment-table {
  width: 100%;
}
.all-attachment-block .table.attachment-table {
  width: 100%;
}
.table.attachment-table {
  width: 70%;
}
.table.attachment-table th.download {
  width: 10%;
}
.table.attachment-table td.attachment-icon img {
  width: 40px;
}
.product-attachment {
  line-height: 30px;
  margin-bottom: 10px;
}
.product-attachment .attachment-icon {
  float: left;
  padding-right: 10px;
}
.product-attachment .attachment-icon img {
  width: 30px;
}
.redsys-payment-label,
.bizum-payment-label {
  line-height: 40px;
  vertical-align: middle;
}
.redsys-payment-label img,
.bizum-payment-label img {
  margin-right: 10px;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
.mst-rma__message-attachments {
  margin-top: 2rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}
.mst-rma__message-attachments .attachment-block {
  flex-grow: 1;
  padding: 10px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: row;
  overflow: hidden;
  gap: 2rem;
}
.mst-rma__message-attachments .attachment-block a {
  font-weight: 600;
}
.mst-rma__message-attachments .attachment-block img {
  max-width: 100px;
  width: 100px;
  cursor: pointer;
  display: block;
  background: #fff;
  border-radius: 3px;
}
.mst-rma__message-attachments .attachment-block .attachment-block-meta {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
legend.hidden {
  display: none;
}
.pagebuilder-staff .staff-title {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  line-height: 28px;
}
.pagebuilder-staff .staff-description {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 57px;
}
.pagebuilder-staff .pagebuilder-staff-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  row-gap: 71px;
  grid-template-columns: repeat(4, 1fr);
  gap: 132px;
  row-gap: 111px;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item {
  text-align: center;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item .image {
  margin-bottom: 22px;
  margin-bottom: 34px;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item .image img {
  border-radius: 50%;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item .name {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item .cargo {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
}
.tdtprofesional_claim {
  border: 1px solid #D9D9D9;
  padding: 26px 19px;
  border-radius: 2px;
  text-align: center;
  max-width: 639px;
  box-sizing: border-box;
  padding: 51px;
}
.tdtprofesional_claim .claim-content .claim-texto {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 13px;
}
.tdtprofesional_claim .claim-content .pagebuilder-claim-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  margin: 0;
  width: 100%;
  max-width: 300px;
}
.extend_1,
.owl-carousel.products .owl-controls .owl-nav .owl-prev,
.owl-carousel.products .owl-controls .owl-nav .owl-next,
.owl-carousel.products .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  user-select: none;
  font-size: 0;
}
.products.products-grid,
.custom-slider {
  position: relative;
  padding: 0 0 20px;
}
.owl-carousel.products {
  display: none;
  width: 100%;
  position: relative;
  z-index: 0;
}
.owl-carousel.products .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel.products .owl-animated-in {
  z-index: 0;
}
.owl-carousel.products .owl-animated-out {
  z-index: 1;
}
.owl-carousel.products .fadeOut {
  animation-name: fadeOut;
}
.owl-carousel.products .owl-stage {
  position: relative;
}
.owl-carousel.products .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel.products .owl-stage-outer {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev {
  width: 40px !important;
  top: 0 !important;
  left: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-prev:hover {
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next {
  width: 40px !important;
  top: 0 !important;
  right: 0 !important;
  background: none transparent !important;
}
:root .catalog-product-view .owl-carousel.products .owl-controls .owl-nav.fullscreen .owl-next:hover {
  background: none transparent !important;
}
.owl-carousel.products.owl-loaded {
  display: block;
}
.owl-carousel.products.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.products.owl-hidden {
  opacity: 0;
}
.owl-carousel.products .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  user-select: none;
}
.owl-carousel.products .owl-item img {
  display: block;
  width: 100%;
  transform-style: preserve-3d;
}
.owl-carousel.products .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-item .product-item {
  width: 100% !important;
  margin: 10px;
}
.owl-carousel.products .owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.products.owl-rtl {
  direction: rtl;
}
.owl-carousel.products.owl-rtl .owl-item {
  float: right;
}
.owl-carousel.products .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000000;
}
.owl-carousel.products .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(../../../../../frontend/Magento/blank/es_ES/Mageplaza_Core/css/owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  transition: scale 100ms ease;
}
.owl-carousel.products .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel.products .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel.products .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel.products .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel.products .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-carousel.products .owl-refresh .owl-item {
  display: none;
}
.owl-carousel.products.owl-text-select-on .owl-item {
  user-select: auto;
}
.owl-carousel.products .banner-item .content_slider {
  position: absolute;
  top: 25%;
  left: 50px;
  width: calc(100% - 120px);
  z-index: 1;
  color: #ffffff;
}
.owl-carousel.products .banner-item .content_slider .banner-title {
  width: 100%;
  color: #ffffff;
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  clear: both;
}
.owl-carousel.products .banner-item .content_slider .banner-description {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
  padding: 15px 0;
}
.owl-carousel.products .banner-item .content_slider .buttons {
  width: 100%;
  clear: both;
  display: inline-block;
  text-align: center;
}
.owl-carousel.products .banner-item .content_slider .buttons a.action.primary {
  margin: 10px;
}
.owl-carousel.products .banner-item .content_slider .buttons .custom_content {
  margin: 10px 0 0;
  text-align: center;
}
.owl-carousel.products .product-item-details {
  float: left;
  width: 100%;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-theme.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme.owl-carousel .owl-controls .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  border: 1px solid #d6d6d6;
  background: white;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme.owl-carousel .owl-controls .owl-dot:hover span {
  background: #000000;
}
.owl-theme.owl-carousel .owl-controls .owl-dot.active span {
  background: #000000;
  border: 1px solid #000000;
}
.owl-theme.owl-carousel .product .price-container .price {
  padding-right: 3px;
}
.owl-theme .owl-controls {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #ffffff;
  font-size: 0px;
  margin: calc(-@size / 2) 0 0;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  text-indent: 100%;
  overflow: hidden;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-] {
  background: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev {
  left: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:before {
  position: absolute;
  top: 8px;
  left: 6px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  text-indent: 0;
  border-top: none;
  transform: rotate(360deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: 15px;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  right: -55px;
  font-size: 0;
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:before {
  position: absolute;
  top: 8px;
  left: 7px;
  z-index: 1;
  width: 26px;
  height: 25px;
  content: "";
  background-color: black;
  border-top: none;
  transform: rotate(180deg);
  -webkit-mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
  mask-image: url(../WeltPixel_OwlCarouselSlider/images/arrow.svg);
}
.owl-theme .owl-controls .owl-nav [class*=owl-].owl-next:after {
  border-top: none;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #000000;
  color: #ffffff;
  text-decoration: none;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #000000;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  background-color: #ffffff;
}
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before,
[class*=owl-carousel-products-] .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:after {
  border-color: #000000;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}
.owl-theme .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
}
[class*=owl-carousel-products-] .owl-theme .owl-dots {
  position: relative;
  bottom: -20px;
}
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:before,
.owl-theme[class*=owl-carousel-product] .owl-controls .owl-nav [class*=owl-]:hover:after {
  background: #000000;
}
.no-js .owl-carousel {
  display: block;
}
#pre-div-ajax {
  position: relative;
  top: 80px;
}
#pre-div {
  background-color: #ffffff;
  bottom: 0;
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#pre-div .cssload-loader {
  position: relative;
  left: calc(50% - 31px);
  top: calc(50% - 31px);
  width: 62px;
  height: 62px;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  perspective: 780px;
}
#pre-div .cssload-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
#pre-div .cssload-inner.cssload-one {
  left: 0%;
  top: 0%;
  animation: cssload-rotate-one 1.15s linear infinite;
  -o-animation: cssload-rotate-one 1.15s linear infinite;
  -ms-animation: cssload-rotate-one 1.15s linear infinite;
  -webkit-animation: cssload-rotate-one 1.15s linear infinite;
  -moz-animation: cssload-rotate-one 1.15s linear infinite;
  border-bottom: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-two {
  right: 0%;
  top: 0%;
  animation: cssload-rotate-two 1.15s linear infinite;
  -o-animation: cssload-rotate-two 1.15s linear infinite;
  -ms-animation: cssload-rotate-two 1.15s linear infinite;
  -webkit-animation: cssload-rotate-two 1.15s linear infinite;
  -moz-animation: cssload-rotate-two 1.15s linear infinite;
  border-right: 3px solid #000000;
}
#pre-div .cssload-inner.cssload-three {
  right: 0%;
  bottom: 0%;
  animation: cssload-rotate-three 1.15s linear infinite;
  -o-animation: cssload-rotate-three 1.15s linear infinite;
  -ms-animation: cssload-rotate-three 1.15s linear infinite;
  -webkit-animation: cssload-rotate-three 1.15s linear infinite;
  -moz-animation: cssload-rotate-three 1.15s linear infinite;
  border-top: 3px solid #000000;
}
#pre-div .catalog-product-view .product-items .product-item-actions .actions-secondary {
  display: inline-block !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.tocompare {
  position: absolute !important;
  right: 0 !important;
}
#pre-div .catalog-product-view .product-items .product-item-actions .action.towishlist {
  position: absolute !important;
  left: 0 !important;
}
@keyframes cssload-rotate-one {
  0% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-one {
  0% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-one {
  0% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-one {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-one {
  0% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-two {
  0% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-two {
  0% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-two {
  0% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-two {
  0% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-two {
  0% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
  }
}
@keyframes cssload-rotate-three {
  0% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-o-keyframes cssload-rotate-three {
  0% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-ms-keyframes cssload-rotate-three {
  0% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -ms-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-webkit-keyframes cssload-rotate-three {
  0% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
@-moz-keyframes cssload-rotate-three {
  0% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);
  }
  100% {
    -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
  }
}
.catalog-product-view.theme-pearl .column.main .block-content.content .block-actions .action.select {
  font-size: 18px;
}
.catalog-product-view .column.main .block-content.content .block-actions .action.select {
  margin-left: 10px;
}
.catalog-product-view .column.main .products-grid.products-related .product-item .product-item-info .product-item-details .field.choice.related {
  width: 80px;
  margin: 0 auto;
  float: none;
  position: static;
}
/* Mixins */
.css-code-ie-edge {
  /* IE10+ Edge CSS styles go here */
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 5px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e608" !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
  overflow: visible !important;
  right: 30px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
  content: "\e7a4" !important;
  font-size: 41px !important;
  line-height: 23px !important;
  background: transparent;
  color: black;
  left: 42px;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
  content: "\e617" !important;
  font-family: "luma-icons";
  font-size: 22px !important;
  line-height: 24px !important;
  left: 45px;
}
.css-code-ie-edge [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
  right: -55px !important;
}
.css-code-ie-edge .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
  background: transparent !important;
  color: #fff !important;
}
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
.css-code-ie-edge [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
  color: black !important;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
@supports (-ms-ime-align:auto) {
  /* IE10+ Edge CSS styles go here */
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 5px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e608" !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next {
    overflow: visible !important;
    right: 30px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next::before {
    content: "\e7a4" !important;
    font-size: 41px !important;
    line-height: 23px !important;
    background: transparent;
    color: black;
    left: 42px;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-prev.icon-angle-left-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento::before {
    content: "\e617" !important;
    font-family: "luma-icons";
    font-size: 22px !important;
    line-height: 24px !important;
    left: 45px;
  }
  [class*=owl-carousel-products-].owl-theme .owl-controls .owl-nav [class*=owl-].owl-next.icon-angle-right-magento {
    right: -55px !important;
  }
  .owl-theme .owl-controls .owl-nav [class*=owl-]:hover:before {
    background: transparent !important;
    color: #fff !important;
  }
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::before,
  [class*=owl-carousel-product].owl-theme .owl-controls .owl-nav [class*=owl-]:hover::after {
    color: black !important;
  }
}
/*@product-name-link__text-decoration__active: @link__hover__text-decoration;
@product-name-link__text-decoration__hover: @link__hover__text-decoration;
@product-name-link__text-decoration__visited: @link__hover__text-decoration;*/
.enviogratis_badget {
  position: absolute;
  z-index: 2;
  top: 0;
  background-color: #BAE780;
  border-radius: 5px;
  width: 102px;
  height: 27px;
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: initial;
  justify-content: center;
  text-transform: uppercase;
}
.catalog-category-view .columns .main {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
ul.cdz-product-labels {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}
ul.cdz-product-labels li.label-item {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #000;
  z-index: 10000;
  list-style: none;
  color: #FFF;
  display: table;
  font-size: 11px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
ul.cdz-product-labels li.label-item .label-content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
ul.cdz-product-labels li.label-item.sale {
  background-color: #C97178;
}
@media (min-width: 768px) {
  .product.media ul.cdz-product-labels {
    left: 100px;
    right: auto;
    z-index: 1;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .abs-blocks-2columns:nth-child(even),
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 29px;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #dbdbdb;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 1px solid #dbdbdb;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #dbdbdb;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #dbdbdb;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 15px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amgdpr-modal-container .modal-header {
    padding: 40px 50px 20px;
  }
  .amgdpr-modal-container .modal-header .modal-title {
    font-size: 30px;
  }
  .amgdpr-modal-container .modal-content {
    padding: 0 30px 0 50px;
  }
  .amgdpr-modal-container .modal-footer {
    padding: 30px 50px 50px;
  }
  .amgdpr-modal-container .action.action-primary {
    width: auto;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .amgdprprem-details-container {
    display: flex;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin: 0 30px 0 0;
  }
  .amgdprjs-bar-template.-popup.-upgraded .amgdprcookie-buttons-block .amgdprcookie-button {
    margin: 15px 0 0;
  }
  .amgdprjs-bar-template.-upgraded .amgdprcookie-bar-container {
    padding: 20px 30px 30px;
  }
  .amgdprprem-popup-buttons .amgdprprem-button {
    padding: 20px 0;
  }
  .amgdprprem-popup-buttons .amgdprprem-label {
    margin-bottom: 15px;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #dbdbdb;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #7d7d7d;
    background: #e4e4e4;
  }
  .modes-mode:last-child {
    border-right: 1px solid #dbdbdb;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: inherit;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 33.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #dbdbdb;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-header .header-wrapper-content {
    padding: 30px 20px 42px;
  }
  .page-header .header-wrapper-content .header-logo {
    max-width: 204px;
  }
}
@media all and (min-width: 1024px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .amgdprprem-details-container {
    display: flex;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin: 0 30px 0 0;
  }
  .amgdprjs-bar-template.-popup.-upgraded {
    width: 80%;
  }
  .amgdprjs-bar-template.-popup.-upgraded .amgdprcookie-bar-container {
    display: block;
    padding: 20px 50px 50px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .navigation-menu .brand-menu .brands-toggle {
    width: 215px;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin-right: 60px;
  }
  .amgdprjs-bar-template.-popup.-upgraded {
    width: 70%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
body {
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #181716;
}
body div.page-wrapper {
  width: 100%;
  height: 100%;
}
.leermas.content {
  display: none;
}
.tocompare {
  display: none !important;
}
.slick-dots {
  margin-top: 10px;
}
.slick-dots li.slick-active button {
  background-color: #ec6d00;
}
.slick-dots li button {
  border: 1px solid #333333;
  width: 4px;
  height: 4px;
}
/* Chrome, Edge and Safari */
::-webkit-scrollbar {
  width: 10px;
  /* Para scrollbars verticales */
  height: 10px;
  /* Para scrollbars horizontales */
}
/* Estiliza la barra del scroll (thumb) */
::-webkit-scrollbar-thumb {
  background-color: #ec6d00;
  /* Color de la barra */
  border-radius: 5px;
}
/* Estiliza el fondo del scroll (track) */
::-webkit-scrollbar-track {
  background-color: #efeeee;
  /* Color de fondo de la pista */
}
/* Estiliza la esquina donde se cruzan los scrollbars */
::-webkit-scrollbar-corner {
  background-color: #efeeee;
  /* Color de la esquina */
}
.mt-42 {
  margin-top: 42px;
}
.cdz-popup-wrapper .amgdprcookie-groups-modal .modal-inner-wrap {
  padding: 47px 20px;
}
.cdz-popup-wrapper .amgdprcookie-groups-modal .modal-inner-wrap button {
  background-color: #3A321B;
  border-color: #3A321B;
  color: #FFFFFF;
}
.page-products .paypal {
  display: none;
}
main {
  padding-left: 0;
  padding-right: 0;
}
main .columns .main {
  max-width: 1850px;
  margin: 0 auto;
}
main .columns .main div[data-content-type="row"][data-appearance="full-bleed"] {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 8px);
  margin-right: calc(-50vw + 8px);
  width: calc(100vw - 16px);
  box-sizing: border-box;
}
main .columns .main div[data-content-type="row"][data-appearance="full-width"] {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 5px);
  margin-right: calc(-50vw + 5px);
  width: calc(100vw - 10px);
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 30px;
}
main .columns .main div[data-content-type="row"][data-appearance="full-width"] > .row-full-width-inner {
  margin: 0 auto;
  box-sizing: border-box;
}
.g-recaptcha {
  margin-bottom: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.flex {
  display: flex;
}
.flex.justify-between {
  justify-content: space-between;
}
.flex.align-center {
  align-items: center;
}
.flex.flex-wrap {
  flex-wrap: wrap;
}
.flex.flex-column {
  flex-direction: column;
}
.flex-row {
  flex-direction: row !important;
}
.gap-50 {
  gap: 50px;
}
.gap-49 {
  gap: 49px;
}
.gap-48 {
  gap: 48px;
}
.gap-47 {
  gap: 47px;
}
.gap-46 {
  gap: 46px;
}
.gap-45 {
  gap: 45px;
}
.gap-44 {
  gap: 44px;
}
.gap-43 {
  gap: 43px;
}
.gap-42 {
  gap: 42px;
}
.gap-41 {
  gap: 41px;
}
.gap-40 {
  gap: 40px;
}
.gap-39 {
  gap: 39px;
}
.gap-38 {
  gap: 38px;
}
.gap-37 {
  gap: 37px;
}
.gap-36 {
  gap: 36px;
}
.gap-35 {
  gap: 35px;
}
.gap-34 {
  gap: 34px;
}
.gap-33 {
  gap: 33px;
}
.gap-32 {
  gap: 32px;
}
.gap-31 {
  gap: 31px;
}
.gap-30 {
  gap: 30px;
}
.gap-29 {
  gap: 29px;
}
.gap-28 {
  gap: 28px;
}
.gap-27 {
  gap: 27px;
}
.gap-26 {
  gap: 26px;
}
.gap-25 {
  gap: 25px;
}
.gap-24 {
  gap: 24px;
}
.gap-23 {
  gap: 23px;
}
.gap-22 {
  gap: 22px;
}
.gap-21 {
  gap: 21px;
}
.gap-20 {
  gap: 20px;
}
.gap-19 {
  gap: 19px;
}
.gap-18 {
  gap: 18px;
}
.gap-17 {
  gap: 17px;
}
.gap-16 {
  gap: 16px;
}
.gap-15 {
  gap: 15px;
}
.gap-14 {
  gap: 14px;
}
.gap-13 {
  gap: 13px;
}
.gap-12 {
  gap: 12px;
}
.gap-11 {
  gap: 11px;
}
.gap-10 {
  gap: 10px;
}
.gap-9 {
  gap: 9px;
}
.gap-8 {
  gap: 8px;
}
.gap-7 {
  gap: 7px;
}
.gap-6 {
  gap: 6px;
}
.gap-5 {
  gap: 5px;
}
.gap-4 {
  gap: 4px;
}
.gap-3 {
  gap: 3px;
}
.gap-2 {
  gap: 2px;
}
.gap-1 {
  gap: 1px;
}
a {
  color: #ec6d00;
}
a.pagebuilder-button-link:hover,
a:hover {
  text-decoration: none;
}
a:visited {
  color: #ec6d00;
}
@media screen and (max-width: 768px) {
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .hidden-sm {
    display: none !important;
  }
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
}
.breadcrumbs .item:last-child strong {
  font-size: 14px;
  font-weight: 600;
  color: #EC6E00;
}
@media (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}
.page-header {
  font-weight: 400;
  color: #181716;
  font-family: Montserrat;
  font-size: 12px;
  min-height: auto !important;
}
.page-header .header-top {
  background-color: #f8f5ed;
}
.page-header .header-top a {
  color: #181716;
  padding: 0;
  font-size: 14px;
  margin: 0;
}
.page-header .header-top p {
  margin-bottom: 0;
}
.page-header .header-top strong {
  color: #EC6E00;
  font-weight: 800;
}
.page-header .header-top .faqs {
  width: 18px;
  height: 18px;
}
.page-header .header-top > div {
  width: calc(100% / 3);
  height: 41px;
  align-items: center;
}
.page-header .header-top > div.left {
  padding-left: 20px;
  display: none;
}
@media screen and (min-width: 1025px) {
  .page-header .header-top > div.left {
    display: flex;
  }
}
.page-header .header-top > div.left > div {
  margin-left: 0 !important;
}
.page-header .header-top > div.center {
  position: relative;
  align-items: center;
  display: flex;
  width: 90%;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 1025px) {
  .page-header .header-top > div.center {
    width: calc(100% / 3);
  }
}
.page-header .header-top > div.center > div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-header .header-top > div.right {
  justify-content: flex-end;
}
.page-header .header-top > div.right .pagebuilder-button-primary {
  border: 0;
  font-size: 14px;
  color: #fff;
  margin: 0;
  padding: 0 21px;
  display: flex;
  height: 41px;
  align-items: center;
  font-weight: 700;
  line-height: initial;
}
.page-header .header-top > div.right .profesional .pagebuilder-button-primary {
  background-color: #ec6d00;
}
.page-header .header-top > div.right .particular .pagebuilder-button-primary {
  background-color: #181716;
}
.page-header .header-top > div.right .switcher {
  float: initial;
  order: 0;
  margin-right: 0;
  display: flex;
  align-items: center;
  height: 100%;
}
.page-header .header-top > div.right .switcher .options {
  height: 100%;
  display: flex;
}
.page-header .header-top > div.right .switcher .options ul.dropdown {
  position: relative;
  margin: 0;
  top: initial;
  display: flex;
  box-shadow: none;
  min-width: auto;
  gap: 1px;
  font-size: 14px;
  font-weight: 700;
  border: none;
  background: transparent;
  align-items: center;
  padding-left: 0;
}
.page-header .header-top > div.right .switcher .options ul.dropdown li {
  height: 100%;
  align-items: center;
  background: #F1EBDC;
  display: flex;
  margin-bottom: 0;
  width: 41px;
  justify-content: center;
}
.page-header .header-top > div.right .switcher .options ul.dropdown li:hover {
  background: #F1EBDC;
}
.page-header .header-top > div.right .switcher .options ul.dropdown li a {
  text-transform: uppercase;
  font-weight: 300;
}
.page-header .header-top > div.right .switcher .options ul.dropdown li a.active,
.page-header .header-top > div.right .switcher .options ul.dropdown li a:hover {
  color: #ec6d00;
  font-weight: 700;
}
.page-header .header-top > div.right div {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-header .header-wrapper-content {
  padding: 30px;
  position: relative;
}
.page-header .header-wrapper-content .second_header {
  gap: 48px;
}
.page-header .header-wrapper-content .header-logo {
  width: 20%;
  display: flex;
  margin-left: 0px;
}
.page-header .header-wrapper-content .header-logo a {
  margin-top: 0px;
}
.page-header .header-wrapper-content .center .categories-menu {
  display: none;
}
.page-header .header-wrapper-content .right {
  min-width: 125px;
  margin-left: 0px;
}
.page-header .header-wrapper-content .right > a {
  width: 100%;
  height: 18px;
  display: flex;
  max-width: 18px;
}
.page-header .header-wrapper-content .right > a img {
  width: 18px;
}
.page-header .header-wrapper-content .right .wishlist-icon {
  position: relative;
}
.page-header .header-wrapper-content .right .wishlist-icon .counter {
  display: flex;
  background: #ec6d00;
  color: #ffffff;
  width: 12px;
  height: 12px;
  top: -6px;
  left: auto;
  right: -5px;
  min-width: auto;
  padding: 2px;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  margin-top: 0;
}
.page-header .header-wrapper-content .minicart-wrapper {
  float: initial;
  margin-left: 0;
}
.page-header .header-wrapper-content .minicart-wrapper .action.showcart {
  background-color: transparent;
}
.page-header .header-wrapper-content .minicart-wrapper .action.showcart::before {
  background-image: url('https://www.tdtprofesional.com/media/wysiwyg/icons/shopping_cart-svg.png');
  padding: 0;
  width: 18px;
  height: 18px;
  background-position: center;
  min-height: auto;
  content: "";
}
.page-header .header-wrapper-content .minicart-wrapper .action.showcart .text,
.page-header .header-wrapper-content .minicart-wrapper .action.showcart .price-label {
  display: none;
}
.page-header .header-wrapper-content .minicart-wrapper .action.showcart .counter.qty {
  display: flex;
  background: #ec6d00;
  width: 12px;
  height: 12px;
  top: -6px;
  left: auto;
  right: -5px;
  min-width: auto;
  padding: 2px;
  font-size: 8px;
  align-items: center;
  justify-content: center;
  position: absolute;
  border-radius: 50%;
  margin-top: 0;
}
.page-header .block-search {
  display: flex;
  padding: 0;
  float: none;
  max-width: 395px;
  width: 100%;
  justify-content: flex-end;
  margin-top: 0;
}
.page-header .block-search form {
  width: 100%;
}
.page-header .block-search .action.search {
  padding: 0px 0;
}
.page-header .block-search .search {
  display: flex;
}
.page-header .block-search .search.field {
  width: 100%;
}
.page-header .block-search .search .control {
  display: flex;
  width: 100%;
  min-width: 220px;
  padding: 0;
}
.page-header .block-search input {
  height: initial;
  border: none;
  padding-right: 9px;
  background-color: #F3F3F3;
  color: #181716;
  outline: none;
  text-align: center;
  box-shadow: none;
}
.page-header .block-search .actions {
  display: flex;
  width: 100%;
  max-width: 110px;
  position: relative;
}
.page-header .block-search .actions button {
  background-color: #181716;
  width: 110px;
  justify-content: center;
  align-items: center;
  height: 100%;
  cursor: pointer;
  text-transform: none;
  position: relative;
  right: 0;
  left: 0;
}
.page-header .block-search .actions button[disabled] {
  opacity: 1;
}
.page-header .block-search .actions button::before {
  display: none;
}
.page-header .block-search .search-autocomplete {
  margin-top: 49px;
}
.page-header .menu-button-toggle {
  background-color: transparent;
  border: none;
  padding: 0;
}
.page-header .menu-modal-wrapper {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  top: 0;
  transform: translate(-100%);
  transition: all 0.3s;
  z-index: 999;
  width: 100%;
}
.page-header .menu-modal-wrapper.active {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
}
.page-header .menu-modal {
  width: 100%;
  max-width: 320px;
  min-width: 80%;
  height: 100vh;
  background: #f4f4f4;
  box-shadow: 1px 0px 5px #989898;
  z-index: 1;
}
.page-header .menu-modal-back {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.page-header .menu-modal-container {
  height: 100%;
  padding: 0px 0 10px;
  display: grid;
  grid-template-rows: auto 1fr auto;
}
.page-header .menu-contacts > div > div {
  justify-content: space-between !important;
  flex-wrap: wrap;
  gap: 10px;
  padding: 10px;
}
.page-header .menu-contacts a {
  max-width: initial;
  height: auto;
  padding: 0;
  margin: 0;
  color: #000;
  font-size: 1.3rem;
  letter-spacing: -0.5px;
}
.page-header .menu-top-actions {
  margin: 0;
}
.page-header .menu-top-actions .pagebuilder-button-primary {
  margin: 0;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
  width: 100%;
}
.page-header .menu-top-actions div[data-content-type="buttons"] {
  width: 100%;
}
.page-header .menu-top-actions div[data-content-type="button-item"] {
  width: 100%;
}
.page-header .menu-top-actions .gap-1 {
  gap: 5px;
}
.page-header .menu-modal-content {
  flex: 1;
  padding: 20px 10px;
  margin: 0;
  background: #e7e7e7;
  height: calc(100vh - 75px);
  overflow-y: scroll;
}
.page-header .menu-modal-content .block-search .control {
  border: none;
  margin: 0;
  padding: 0;
  min-width: 67%;
}
.page-header .menu-modal-content .block-search input {
  position: initial;
  margin: 0;
  border: none;
  padding-right: 9px;
  background-color: #F3F3F3;
  color: #181716;
  text-align: center;
  font-size: 1.3rem;
  outline: none;
  height: 50px;
}
.page-header .menu-modal-content .block-search .block-search .action.search {
  display: block;
}
.page-header .menu-modal-content .block-search .field.search {
  flex: 1;
  max-width: 67%;
}
.page-header .menu-modal-content .action.search {
  height: 100%;
  background: #000;
  border-color: #000;
  font-weight: 500;
  display: block;
}
.page-header .menu-modal-content .categories-menu {
  margin-bottom: 10px;
}
.page-header .menu-modal-content .categories-menu .categories-toggle {
  width: 100%;
  height: 30px;
}
.page-header .menu-modal-content .categories-menu .navigation {
  position: relative;
  overflow-y: scroll;
  height: calc(100vh - 200px);
}
.page-header .menu-modal-content .brands-toggle {
  width: 100%;
  padding: 5px;
  height: auto;
}
.page-header .menu-modal-content .brand-menu ul.brands-list.visible {
  position: static;
  display: block;
  margin-top: 5px;
  max-height: 55vh;
}
.page-header .minicart-wrapper .block-minicart::before {
  display: none;
}
.page-header .minicart-wrapper.active .block-minicart {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 600px;
  min-width: inherit;
  margin-top: 0;
  height: 100vh;
  padding: 35px 20px;
}
.page-header .minicart-wrapper #minicart-content-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-header .minicart-wrapper .action.close::before {
  color: #000;
  font-size: 20px;
}
@media (max-width: 1024px) {
  .page-header .header-top .particular {
    display: none !important;
  }
  .page-header .header-top .profesional {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .page-header {
    border-bottom: none;
  }
  .page-header .header-wrapper-content {
    padding: 10px 15px 12px 15px;
  }
  .page-header .header-wrapper-content .header-logo {
    margin-left: 0;
    width: initial;
  }
  .page-header .header-wrapper-content .minicart-wrapper {
    margin: 0;
  }
  .page-header .header-wrapper-content .center {
    width: initial;
    flex: 1;
    align-items: center;
    justify-content: center;
    height: initial;
  }
  .page-header .header-wrapper-content .second_header {
    gap: 5px;
    align-items: center;
  }
  .page-header .header-wrapper-content .second_header > a {
    line-height: 1;
  }
  .page-header .header-wrapper-content .right {
    margin-left: 0;
    min-width: initial;
    gap: 15px;
  }
  .page-header .brand-menu {
    display: none;
  }
  .page-header #search-content .toggleSearch::after {
    content: "\f002";
    font-family: "FontAwesome";
    font-size: 21px;
    margin-right: 8px;
  }
  .page-header #search-content .minisearch {
    display: flex;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding-left: 15px;
    padding-right: 15px;
    height: 0;
    transition: height 0.4s ease-out, opacity 0.4s ease-out;
    overflow: hidden;
    opacity: 0;
  }
  .page-header #search-content .minisearch .search {
    background-color: #f3f3f3;
  }
  .page-header #search-content .minisearch .search .control {
    border-top: none;
    margin: 0;
  }
  .page-header #search-content .minisearch .search .control input {
    left: 0;
    position: relative;
    padding: 0;
    height: 30px;
    margin: 0;
  }
  .page-header #search-content .minisearch .actions button {
    background-color: #181716;
    border: none;
  }
  .page-header #search-content .minisearch.visible {
    height: 30px;
    opacity: 1;
  }
  .page-header .menu-mobile .brand-menu {
    display: flex;
    flex: 1;
    flex-direction: column;
  }
  .page-header .menu-mobile #search-content {
    display: block;
    margin: 0 0 20px;
  }
  .page-header div.brand-menu ul.brands-list li a {
    font-size: 1.3rem;
    padding: 5px 15px;
    font-weight: 500;
  }
  .page-header div.categories-toggle {
    width: 100px;
    height: 25px;
    font-weight: 500;
    letter-spacing: -0.5px;
  }
  .page-header .header-logo img {
    max-width: 120px;
  }
  .page-header .header-logo a {
    line-height: 0;
  }
  .page-header .wishlist-icon {
    display: none;
  }
  .page-header .minicart-wrapper.active .block-minicart {
    max-width: 320px;
    min-width: 80%;
  }
}
.page-header .menu-mobile {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page-header .menu-mobile {
    display: none;
  }
}
.page-header .banner-header {
  margin-top: auto;
}
.page-header .banner-header > div {
  margin-top: -21px;
}
@media (min-width: 1024px) {
  .page-header .header-wrapper-content .center {
    width: 100%;
    height: 47px;
    justify-content: center;
  }
  .page-header .header-wrapper-content .center .categories-menu {
    display: block;
  }
  .page-header .header-wrapper-content .center .navigation-menu {
    width: 100%;
  }
}
@media (min-width: 1440px) {
  .page-header .header-wrapper-content .categories-menu .categories-toggle,
  .page-header .header-wrapper-content .brand-menu .brands-toggle {
    width: 215px;
  }
  .page-header .header-wrapper-content .second_header {
    gap: 80px;
  }
  .page-header .header-wrapper-content .center .block-search {
    width: 396px;
  }
}
@media (min-width: 1441px), print {
  .page-header {
    font-size: 16px;
  }
  .page-header .header-wrapper-content .center {
    justify-content: center;
  }
}
.leermas.button a.pagebuilder-button-primary,
.leermas.button button.pagebuilder-button-primary,
.leermas.button div.pagebuilder-button-primary {
  padding: 7px 15px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}
h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  line-height: 42px;
}
.page-main > .page-title-wrapper .page-title {
  display: block;
}
h3[data-content-type='heading'] {
  color: #ec6d00;
}
.fotorama__wrap .fotorama__stage {
  width: 100% !important;
}
.cms-home .section-banner-home .pagebuilder-slider {
  padding: 0;
  margin: 0 -30px;
  min-height: initial !important;
  position: relative;
}
.cms-home .section-banner-home .slick-dots {
  position: absolute;
  bottom: 25px;
}
.cms-home .section-banner-home .slick-dots li {
  height: auto;
  width: auto;
  margin: 0 10px;
}
.cms-home .section-banner-home .slick-dots li.slick-active button {
  border-color: #ec6d00;
}
.cms-home .section-banner-home .slick-dots button {
  height: 14px;
  width: 14px;
  padding: 0;
  border: 2px solid #a1a1a1;
}
.cms-home .section-banner-home .slick-dots button::before {
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  opacity: 1;
}
.cms-home .section-banner-home .slick-dots button:hover {
  border-width: 2px;
}
.cms-home .section-banner-home .pagebuilder-slide-wrapper {
  min-height: 90px;
  aspect-ratio: 0.87179487;
  width: 100%;
  background-size: 100% 100%;
  background-position: top !important;
  aspect-ratio: 4.59330144;
}
.cms-home .section-banner-home .slick-slide div[data-content-type='slide'] {
  height: fit-content;
}
.cms-home .column.main {
  /*padding: 0 20px;*/
}
.cms-home h1 {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  color: #181716;
  margin: 17px auto 42px;
  max-width: 994px;
  font-size: 28px;
  line-height: 42px;
  margin: 42px auto 42px;
}
.cms-home .home-categories {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  grid-template-columns: repeat(5, 1fr);
}
.cms-home .home-categories .pagebuilder-column-group {
  background-color: #f9f7f2;
  border-radius: 20px;
  padding: 29px 14px 14px;
  padding: 83px 13% 20px;
}
@media screen and (min-width: 1600px) {
  .cms-home .home-categories .pagebuilder-column-group {
    padding: 83px 17% 20px;
  }
}
.cms-home .home-categories .pagebuilder-column-group figure {
  height: 142px;
}
.cms-home .home-categories .pagebuilder-column-group figure img {
  max-height: 69px;
  margin-left: auto;
  margin-right: auto;
  max-height: 142px;
}
.cms-home .home-categories .pagebuilder-column-group h2 {
  margin: 9px 0 0;
}
.cms-home .home-categories .pagebuilder-column-group h2 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #5d5338;
  margin: 0;
  padding: 0;
  font-size: 20px;
  line-height: 32px;
}
.cms-home .outlet-claim {
  margin-top: 37px;
  margin-bottom: 60px;
  margin-top: 60px;
  margin-bottom: 119px;
}
.cms-home .outlet-claim .pagebuilder-column > div {
  max-width: 874px;
  margin-right: auto;
  margin-left: auto;
  background: #d6c8bb;
  border-radius: 20px;
  gap: 34px;
  font-size: 28px;
  line-height: 36px;
  color: #5d5338;
}
@media screen and (min-width: 1024px) {
  .cms-home .outlet-claim .pagebuilder-column > div {
    padding: 0 0 0 26px;
  }
}
.cms-home .outlet-claim .pagebuilder-column > div a {
  display: flex !important;
  flex-direction: row !important;
  align-items: center;
  font-weight: 400;
}
.cms-home .outlet-claim .pagebuilder-column > div a > div {
  background-position: top 20px center !important;
}
@media screen and (min-width: 1024px) {
  .cms-home .outlet-claim .pagebuilder-column > div a > div {
    background-position: left center !important;
  }
}
.cms-home .outlet-claim .pagebuilder-column > div a .pagebuilder-overlay {
  min-height: auto !important;
  padding: 130px 32px 30px;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .cms-home .outlet-claim .pagebuilder-column > div a .pagebuilder-overlay {
    padding: 30px 0 30px 132px;
    text-align: initial;
  }
}
.cms-home .outlet-claim .pagebuilder-column > div a img {
  min-width: 102px;
}
.cms-home .home-marcas {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.cms-home .home-marcas .slick-slider .slick-list {
  margin-top: 45px;
}
.cms-home .home-marcas .slick-slider .slick-arrow {
  position: absolute;
  top: 12px;
  background: url(../images/icons/arrow.svg) #ffffff no-repeat center center !important;
  left: calc(35%);
  width: 30px;
  height: 30px;
  border: 1px solid orange;
  transform: rotate(0deg) translateX(-55px);
  top: 53%;
  left: 0;
  transform: rotate(0deg) translateX(0);
}
.cms-home .home-marcas .slick-slider .slick-arrow.slick-next {
  transform: translateX(55px) rotateY(180deg);
  transform: translateX(0) rotateY(180deg);
  left: auto;
  right: 0;
}
.cms-home .home-marcas .slick-slider .slick-arrow:hover {
  background: url(../images/icons/arrow-white.svg) #ec6d00 no-repeat center center !important;
}
.cms-home .product-tabs-text {
  margin-bottom: 30px;
}
.cms-home .product-tabs-text p {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  font-weight: 500;
  font-size: 30px;
  line-height: 42px;
}
.cms-home .products-grid .product-items.widget-product-grid {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
.cms-home .products-grid .product-items.widget-product-grid .product-item {
  margin: 0 0 60px !important;
}
@media screen and (min-width: 769px) {
  .cms-home .products-grid .product-items.widget-product-grid {
    gap: 40px 15px;
    grid-template-columns: repeat(5, 1fr);
  }
  .cms-home .products-grid .product-items.widget-product-grid .product-item {
    margin: 0 !important;
  }
}
.category-cms {
  display: flex;
  align-items: end;
  justify-content: end;
  text-align: center;
  margin-left: 0px;
  width: 100%;
  padding-left: 400px;
  padding-right: 400px;
}
.categories-featured-block-title {
  font-size: 30px;
  color: #000;
  font-weight: 500;
  line-height: 42px;
  margin-bottom: 40px;
}
.category-cms p {
  font-size: 16px;
  color: #000;
  font-weight: 300;
  line-height: 24px;
}
.category-cms p a {
  font-size: 16px;
  color: #EC6E00;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
}
.catalog-category-view {
  /*
    .filter-subtitle {
        text-align: left;
        display: block;
        width: ~"calc(100% - 110px)";
        background: #F9F9F9;
        font-size: 1.4rem;
        line-height: 1.3;
        font-weight: 400;
        padding: 5px 15px;
        float: none;
        margin-left: auto;
        height: 30px;
    }*/
}
.catalog-category-view .sidebar-main {
  width: 25%;
  max-width: 380px;
  padding: 0;
  min-width: 300px;
  margin-left: -10px;
}
.catalog-category-view .column.main {
  max-width: calc(100% - 300px);
  width: 75%;
  padding-left: 30px;
  padding-right: 15px;
}
.toolbar.toolbar-products {
  padding: 0;
}
.toolbar.toolbar-products dl {
  display: flex;
  gap: 10px;
}
.toolbar .toolbar-amount {
  background: #F9F9F9;
  padding: 3px 40px 3px 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.toolbar .toolbar-amount .toolbar-number {
  font-weight: 700;
  color: #EC6E00;
}
.block.filter .filter-options-title {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #F0F0F0;
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
}
.block.filter .filter-options-title::after {
  content: url("/media/.renditions/wysiwyg/icons/line.png");
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
}
.block.filter .filter-options-title::before {
  content: url("/media/.renditions/wysiwyg/icons/line.png");
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  transform: rotate(90deg);
}
.block.filter .filter-options-title[aria-selected="true"]::before {
  display: none;
}
.block.filter .filter-options-item {
  margin-bottom: 13px;
  position: relative;
}
.block.filter .filter-options-item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: #EC6E00;
}
.block.filter .count {
  color: initial;
  font-weight: 400;
}
.block.filter .filter-options-content {
  background-color: #FFF;
  margin: 0%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 0 0 0 15px;
}
.block.filter .filter-options-content label {
  font-size: 18px;
  color: #181716;
  font-weight: 400;
  line-height: 1;
}
.block.filter .filter-options-content li {
  height: 31px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.block.filter .filter-options-content li:first-child {
  margin-top: 15px;
}
.block.filter .filter-options-content li .checkbox-container .js-cdz-checkbox {
  background-color: #F0F0F0;
  border: 1px solid #B0B0B0;
  width: 22px;
  height: 22px;
  top: 0%;
}
.block.filter .filter-options-content li input[type="checkbox"] {
  margin: 0;
}
.block.filter .filter-options-content li a {
  font-size: 1.8rem;
  color: #000;
}
.block.filter .filter-options-content-outer {
  width: 100%;
}
.block.filter .filter-options-content-outer .count {
  color: #EC6E00;
  font-weight: 700;
}
.block.filter .filter-options-content-outer .count:before {
  display: none;
}
.block.filter .filter-options-content-outer .count:after {
  display: none;
}
.product-item-details strong a {
  color: #181716;
  font-weight: 400;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
}
.product-item-details .get_data {
  margin-bottom: 10px;
}
.product-item-details .stock.available {
  margin-bottom: 10px;
}
.product-item-details .control {
  display: none;
}
.categories-featured-block {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #ffffff;
}
.categories-featured-block .categories-featured-block-title {
  text-align: center;
}
.categories-featured-block .pagebuilder-column-line {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 210px;
  min-height: 240px;
}
.categories-featured-block .pagebuilder-mobile-hidden {
  display: block;
}
.categories-featured-block .pagebuilder-column {
  position: relative;
  background-color: #F9F7F2;
  border-radius: 20px;
  width: calc(20% - 10px);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  margin: 5px;
  aspect-ratio: 1.08571429;
  width: calc(20% - 10px) !important;
  height: fit-content;
}
.categories-featured-block .pagebuilder-column:hover {
  background-color: #EC6E00;
}
.categories-featured-block .pagebuilder-column:not(:last-child):hover img {
  filter: brightness(1000%);
}
.categories-featured-block .pagebuilder-column:last-child {
  background-color: #D6C8BB;
}
.categories-featured-block .pagebuilder-column:last-child:hover {
  background-color: #B59E8A;
}
.categories-featured-block .pagebuilder-column figure {
  margin: 0;
}
.categories-featured-block .pagebuilder-column figure img {
  height: 130px !important;
}
.categories-featured-block .pagebuilder-column div {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.categories-featured-block .pagebuilder-column div p {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}
.categories-featured-block .pagebuilder-column a {
  font-size: 2rem;
  line-height: 2.4rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
  background: none;
  border: none;
  z-index: 1;
  text-align: center;
  padding: 0px 15px 0px 15px;
}
.categories-featured-block .pagebuilder-column:hover a {
  font-weight: 600;
  color: #ffffff;
}
.categories-featured-block .pagebuilder-column:last-child a {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 2.4rem;
  color: #5D5338;
}
.categories-featured-block .pagebuilder-column figure,
.categories-featured-block .pagebuilder-column div {
  z-index: 2;
  position: relative;
}
.categories-featured-block .top-category-description .row-full-width-inner .pagebuilder-mobile-hidden {
  display: none;
}
@media (max-width: 1200px) {
  .categories-featured-block .categories-featured-block .pagebuilder-column-group.container-antenas {
    min-height: 1400px;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column-line {
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column {
    width: 100% !important;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column figure img {
    height: 110px !important;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column a {
    font-size: 18px;
    line-height: 1.2;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column:last-child {
    grid-column: span 2;
    max-height: 450px;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-mobile-hidden {
    display: none;
  }
}
@media (max-width: 768px) {
  .categories-featured-block .categories-featured-block .pagebuilder-column {
    width: 100% !important;
    height: initial;
    grid-column: span 1;
    padding: 26px 0;
    margin: 0;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column div p {
    margin: 20px 0;
    padding: 0;
    text-align: center;
  }
  .categories-featured-block .categories-featured-block .pagebuilder-column:last-child {
    width: 100%;
    grid-column: span 2;
  }
  .categories-featured-block .pagebuilder-column-group {
    max-height: 500px !important;
  }
  .categories-featured-block .pagebuilder-column-group .pagebuilder-column-line {
    display: grid !important;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
  .categories-featured-block .pagebuilder-column {
    width: 100%;
  }
  .categories-featured-block .pagebuilder-column p a {
    font-size: 15px;
    line-height: 16px;
  }
  .categories-featured-block .pagebuilder-column figure img {
    height: 70px !important;
  }
  .categories-featured-block .categories-featured-block-title {
    font-size: 18px;
  }
  .categories-featured-block .pagebuilder-column {
    width: 100% !important;
    height: initial;
    grid-column: span 1;
    padding: 26px 0;
    margin: 0;
    aspect-ratio: initial;
  }
  .categories-featured-block .pagebuilder-column:last-child {
    grid-column: span 2;
  }
  .categories-featured-block .pagebuilder-column figure img {
    height: 70px !important;
  }
}
@media (max-width: 768px) {
  .category-cms {
    display: flex;
    align-items: end;
    justify-content: end;
    text-align: center;
    margin-left: 0px !important;
    width: 100% !important;
    padding-left: 0px;
    padding-right: 0px;
  }
  .category-cms p {
    line-height: 24px;
    font-size: 18px;
  }
}
.catalogsearch-result-index .page-main .sidebar-main,
.catalog-category-view .page-main .sidebar-main {
  width: 100%;
  max-width: 380px;
  padding-right: 0;
  margin-left: 0;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item {
  background-color: #f9f9f9;
  padding: 4px 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item .filter-label,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item .filter-label {
  width: 100%;
  font-weight: 400;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item .filter-value,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-current .items .item .filter-value {
  color: #ec6d00;
  font-style: italic;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-actions a.filter-clear,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-actions a.filter-clear {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border: 1px solid #D9D9D9;
  padding: 5px 52px;
  color: #ec6d00;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-title,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-title {
  color: #181716;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .ui-slider-horizontal,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .ui-slider-horizontal {
  margin-right: 5px;
  margin-left: 5px;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .ui-slider-horizontal .ui-slider-handle .ph,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .ui-slider-horizontal .ui-slider-handle .ph {
  display: none;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .input-wrap,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .input-wrap {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center;
  gap: 5px;
}
.catalogsearch-result-index .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .input-wrap .currency,
.catalog-category-view .page-main .sidebar-main .filter .block-content.filter-content .filter-options .filter-options-item.has-prslider .filter-options-content .input-wrap .currency {
  font-size: 24px;
}
.catalogsearch-result-index .page-main .column.main,
.catalog-category-view .page-main .column.main {
  max-width: calc(100% - 380px);
  width: 100%;
  padding-left: 30px;
  padding-right: 15px;
}
.catalogsearch-result-index .toolbar.toolbar-products,
.catalog-category-view .toolbar.toolbar-products {
  padding: 0;
}
.catalogsearch-result-index .toolbar .toolbar-amount,
.catalog-category-view .toolbar .toolbar-amount {
  background: #F9F9F9;
  padding: 3px 40px 3px 15px;
  font-size: 1.4rem;
  line-height: 1.7;
  letter-spacing: 0.5px;
}
.catalogsearch-result-index .toolbar .toolbar-amount .toolbar-number,
.catalog-category-view .toolbar .toolbar-amount .toolbar-number {
  font-weight: 700;
  color: #EC6E00;
}
.catalogsearch-result-index .block.filter .filter-options-title,
.catalog-category-view .block.filter .filter-options-title {
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #F0F0F0;
  width: 100%;
  height: 50px;
  padding: 10px 50px 10px 20px;
  cursor: pointer;
  margin-top: 10px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  box-sizing: border-box;
}
.catalogsearch-result-index .block.filter .filter-options-title::after,
.catalog-category-view .block.filter .filter-options-title::after {
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
}
.catalogsearch-result-index .block.filter .filter-options-title::before,
.catalog-category-view .block.filter .filter-options-title::before {
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  width: 30px;
  height: 30px;
  display: flex;
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
  padding-right: 0px;
  transform: rotate(90deg);
}
.catalogsearch-result-index .block.filter .filter-options-title[aria-selected="true"]::before,
.catalog-category-view .block.filter .filter-options-title[aria-selected="true"]::before {
  display: none;
}
.catalogsearch-result-index .block.filter .filter-options-item,
.catalog-category-view .block.filter .filter-options-item {
  margin-bottom: 13px;
  position: relative;
}
.catalogsearch-result-index .block.filter .filter-options-item::after,
.catalog-category-view .block.filter .filter-options-item::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 15px;
  background: #EC6E00;
}
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::before,
.catalog-category-view .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::before,
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::after,
.catalog-category-view .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::after {
  content: ')';
  display: block;
  width: 10px;
  height: 10px;
}
.catalogsearch-result-index .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::before,
.catalog-category-view .block.filter .filter-options-item .filter-options-content .filter-checkbox .count::before {
  content: '(';
}
.catalogsearch-result-index .block.filter .count,
.catalog-category-view .block.filter .count {
  color: initial;
  font-weight: 400;
  display: flex;
}
.catalogsearch-result-index .block.filter .filter-options-content,
.catalog-category-view .block.filter .filter-options-content {
  background-color: #FFF;
  margin: 0%;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
.catalogsearch-result-index .block.filter .filter-options-content label,
.catalog-category-view .block.filter .filter-options-content label {
  font-size: 18px;
  color: #181716;
  font-weight: 400;
  line-height: 1;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.catalogsearch-result-index .block.filter .filter-options-content li,
.catalog-category-view .block.filter .filter-options-content li {
  height: 31px;
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.catalogsearch-result-index .block.filter .filter-options-content li:first-child,
.catalog-category-view .block.filter .filter-options-content li:first-child {
  margin-top: 15px;
}
.catalogsearch-result-index .block.filter .filter-options-content li .checkbox-container .js-cdz-checkbox,
.catalog-category-view .block.filter .filter-options-content li .checkbox-container .js-cdz-checkbox {
  background-color: #F0F0F0;
  border: 1px solid #B0B0B0;
  width: 22px;
  height: 22px;
  top: 0%;
}
.catalogsearch-result-index .block.filter .filter-options-content li input[type="checkbox"],
.catalog-category-view .block.filter .filter-options-content li input[type="checkbox"] {
  margin: 0;
}
.catalogsearch-result-index .block.filter .filter-options-content li a,
.catalog-category-view .block.filter .filter-options-content li a {
  font-size: 1.8rem;
  color: #000;
}
.catalogsearch-result-index .block.filter .filter-options-content-outer,
.catalog-category-view .block.filter .filter-options-content-outer {
  width: 100%;
}
.catalogsearch-result-index .block.filter .filter-options-content-outer .count,
.catalog-category-view .block.filter .filter-options-content-outer .count {
  color: #EC6E00;
  font-weight: 700;
}
.catalogsearch-result-index .block.filter .filter-options-content-outer .count:before,
.catalog-category-view .block.filter .filter-options-content-outer .count:before {
  display: none;
}
.catalogsearch-result-index .block.filter .filter-options-content-outer .count:after,
.catalog-category-view .block.filter .filter-options-content-outer .count:after {
  display: none;
}
@media (max-width: 1024px) {
  .catalogsearch-result-index #maincontent .sidebar-main,
  .catalog-category-view #maincontent .sidebar-main {
    width: 100%;
    max-width: 300px;
    min-width: 250px;
  }
  .catalogsearch-result-index #maincontent .column.main,
  .catalog-category-view #maincontent .column.main {
    max-width: calc(100% - 380px);
    width: 50%;
    padding-left: 20px;
  }
  .catalogsearch-result-index .column.main .product-items,
  .catalog-category-view .column.main .product-items {
    grid-template-columns: repeat(2, calc(42%));
    gap: 15px;
    max-width: 100%;
  }
  .catalogsearch-result-index .columns,
  .catalog-category-view .columns {
    display: flex;
    flex-direction: row-reverse;
  }
  .catalogsearch-result-index .sidebar-main,
  .catalog-category-view .sidebar-main {
    width: 100%;
    margin: 0;
    max-width: initial;
  }
  .catalogsearch-result-index .block-title strong,
  .catalog-category-view .block-title strong {
    font-size: 13px;
    letter-spacing: -0.5px;
  }
  .catalogsearch-result-index .filter-subtitle,
  .catalog-category-view .filter-subtitle {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .catalogsearch-result-index .block.filter .filter-options-title,
  .catalog-category-view .block.filter .filter-options-title {
    height: 40px;
    padding: 5px 50px 5px 15px;
    font-size: 1.6rem;
    line-height: 1;
    font-weight: 500;
  }
  .catalogsearch-result-index .block.filter .filter-options-item::after,
  .catalog-category-view .block.filter .filter-options-item::after {
    width: 25px;
    height: 25px;
    top: 8px;
    right: 10px;
  }
  .catalogsearch-result-index .block.filter .filter-options-title::after,
  .catalog-category-view .block.filter .filter-options-title::after {
    width: 25px;
    height: 25px;
    right: 11px;
    top: 8px;
  }
  .catalogsearch-result-index .block.filter .filter-options-title::before,
  .catalog-category-view .block.filter .filter-options-title::before {
    width: 25px;
    height: 25px;
    right: 10px;
    top: 8px;
  }
}
@media (max-width: 768px) {
  .catalogsearch-result-index .columns,
  .catalog-category-view .columns {
    flex-direction: column;
  }
  .catalogsearch-result-index .block.filter,
  .catalog-category-view .block.filter {
    margin-bottom: 0px;
  }
  .catalogsearch-result-index .block.filter #narrow-by-list,
  .catalog-category-view .block.filter #narrow-by-list {
    display: none;
  }
  .catalogsearch-result-index .block.filter.active #narrow-by-list,
  .catalog-category-view .block.filter.active #narrow-by-list {
    display: block;
  }
  .catalogsearch-result-index #maincontent .sidebar-main,
  .catalog-category-view #maincontent .sidebar-main {
    width: 100%;
    max-width: initial;
    min-width: initial;
    margin: 0;
  }
  .catalogsearch-result-index #maincontent .column.main,
  .catalog-category-view #maincontent .column.main {
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    max-width: initial;
  }
  .catalogsearch-result-index .toolbar-amount,
  .catalog-category-view .toolbar-amount {
    margin-bottom: 15px;
    padding: 2px 40px 2px 15px;
    line-height: 1.5;
  }
  .catalogsearch-result-index .toolbar-sorter,
  .catalog-category-view .toolbar-sorter {
    width: fit-content;
    margin: 0 auto;
  }
  .catalogsearch-result-index .toolbar-sorter select,
  .catalog-category-view .toolbar-sorter select {
    width: 195px;
    padding: 0 30px 0 5px;
  }
  .catalogsearch-result-index .toolbar-amount,
  .catalog-category-view .toolbar-amount {
    padding: 2px 15px;
    margin: 0 -20px 15px;
  }
  .catalogsearch-result-index .toolbar-products,
  .catalog-category-view .toolbar-products {
    margin: 20px 0 30px;
  }
}
.category-view .subcategory-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 21px;
  display: flex;
  gap: 5px;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 90px;
}
.category-view .subcategory-grid .subcategory-item {
  background-color: #f9f7f2;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
  text-align: center;
  flex-direction: column;
  color: #5d5338;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  width: 175px;
  max-width: 175px;
}
.category-view .subcategory-grid .subcategory-item svg {
  max-width: 100%;
  height: 100%;
  max-height: 70px;
  max-height: 104px;
}
.category-view .subcategory-grid .subcategory-item:hover {
  background-color: #ec6d00;
  color: #ffffff;
}
.category-view .subcategory-grid .subcategory-item:hover svg rect,
.category-view .subcategory-grid .subcategory-item:hover svg path,
.category-view .subcategory-grid .subcategory-item:hover svg circle {
  stroke: #ffffff;
}
.category-view .subcategory-grid .subcategory-item .subcategory-thumbnail {
  max-height: 106px;
  height: 100%;
  width: 100%;
  min-height: 70px;
  min-height: 106px;
}
.category-view .subcategory-grid .subcategory-item .subcategory-name {
  height: 100%;
}
.category-view .top-category-description {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.category-view .top-category-description h2 {
  font-size: 3rem;
  font-weight: 500;
}
.category-view .top-category-description p {
  font-size: 1.4rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: center;
}
.category-view .top-category-description p a {
  font-size: 1.4rem;
  line-height: 1.4;
  color: #EC6E00;
}
@media (max-width: 768px) {
  .category-view .category-cms h2 {
    margin: 0 0 20px;
    font-size: 1.8rem;
  }
  .category-view .category-cms p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 20px;
  }
  .category-view .category-cms p a {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.categories-menu .navigation {
  padding: 0;
  margin-top: 15px;
  height: calc(100% - 50px);
}
.categories-menu .navigation > ul {
  padding: 0;
}
.categories-menu .navigation ul li.level0 {
  background: #F8F8F8;
  padding: 0px 20px 0px 10px;
  border: none;
  line-height: 1;
  min-height: initial;
  width: 100%;
  max-width: 350px;
  box-sizing: border-box;
}
.categories-menu .navigation ul li.level0 > a {
  color: #181716;
  font-size: 1.6rem;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D3D3D3;
  padding: 0 15px;
  line-height: 1;
  position: relative;
  margin-top: 5px;
}
.categories-menu .navigation ul li.level0 > a::after {
  font-family: FontAwesome;
  font-style: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  position: absolute;
  right: 2px;
  color: #EC6E00;
  font-weight: bold;
  font-size: 20px;
  display: flex;
  height: 100%;
  align-items: center;
}
.categories-menu .navigation ul li.level0::after {
  display: none;
}
.categories-menu .navigation ul li.level0.active > a {
  color: #EC6E00;
  font-weight: 600;
}
.categories-menu .navigation ul li.level0:hover > a {
  color: #EC6E00;
}
.categories-menu .navigation ul li.level0.active .level0.submenu {
  display: flex;
}
@media screen and (min-width: 1280px) {
  .categories-menu .navigation ul li.level0:hover ul {
    display: grid;
  }
}
.categories-menu .navigation .level0.submenu {
  width: 100%;
  max-width: calc(100% - 350px);
  left: initial;
  right: 0;
  background: #F8F8F8;
  padding: 10px 20px;
  flex-direction: row;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (min-width: 1280px) {
  .categories-menu .navigation > ul li.level0:first-child .level0.submenu {
    display: grid;
  }
}
.categories-menu .navigation li.level1 {
  max-width: 25%;
  display: flex;
  flex-direction: column;
  min-width: 220px;
}
.categories-menu .navigation li.level1 ul.submenu {
  margin: 0;
  padding: 0;
  background: none;
}
.categories-menu .navigation li.level1 > a {
  font-weight: 600 !important;
  padding: 0 0 15px;
  margin: 0;
}
.categories-menu .navigation li.level2 {
  padding: 0;
  min-width: initial;
}
.categories-menu .navigation li.level2 a {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px;
}
.categories-menu .navigation ul li.level0 > a:first-child {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .categories-menu .navigation li.level1 {
    max-width: inherit;
    min-width: initial;
    margin: 0 0 10px;
    padding: 0;
  }
  .categories-menu .navigation li.level1 ul.submenu {
    width: 100%;
  }
  .categories-menu .navigation li.level1 > a {
    padding: 0;
  }
  .categories-menu .navigation li.level2 {
    padding: 0 !important;
    min-width: initial !important;
  }
  .categories-menu .navigation li.level2 a {
    margin: 0 0 10px;
    line-height: 1.4;
  }
  .categories-menu .navigation .level0.submenu {
    position: inherit;
    max-width: 100%;
    padding: 15px 30px;
  }
  .categories-menu .navigation li.level0 {
    max-width: initial;
    padding: 0 10px;
  }
  .categories-menu .navigation li.level0 > a {
    height: 40px;
  }
  .categories-menu .navigation li.level0 > a.active::after {
    transform: rotate(90deg);
    right: 20px;
  }
  .categories-menu .navigation li.level0.active > a {
    border: none;
  }
}
@media (max-width: 768px) and screen and (min-width: 1280px) {
  .categories-menu .navigation li.level0:hover ul.level0.submenu {
    display: flex;
  }
}
.page-header .brand-menu ul.brands-list {
  left: 0;
  display: none;
  flex-direction: column;
  transform: none;
  width: 100%;
  padding: 10px 0;
  background: #F8F8F8;
  border: none;
  margin-top: 25px;
  max-height: 688px;
  overflow: auto;
  box-shadow: 0px 0px 5px #ccc;
}
.page-header .brand-menu ul.brands-list.visible {
  display: flex;
}
.page-header .brand-menu ul.brands-list li {
  padding: 0;
}
.page-header .brand-menu ul.brands-list li.line {
  border-top: 1px solid #ec6d00;
}
.page-header .brand-menu ul.brands-list li a {
  color: #181716;
  font-size: 1.4rem;
  line-height: 1.3;
  padding: 10px 25px;
}
.products-grid .product-items {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.products-grid .product-item .product-item-photo {
  display: block;
  width: 100%;
  background: #E8E8E833;
}
.products-grid .product-item .product-image-container {
  width: 100% !important;
}
.products-grid .product-item .towishlist {
  width: 40px;
  height: 40px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.products-grid .product-item .towishlist::before {
  line-height: 1;
  font-size: 0;
  display: flex;
}
.products-grid .product-item .action.primary {
  width: 100%;
  min-height: 40px;
  font-weight: 500;
  max-width: 165px;
}
.products-grid .product-item .action.primary:hover {
  color: #181716;
}
.products-grid .product-item .product-reviews-summary {
  display: none;
}
.products-grid #category-products-grid .product-item .actions-secondary .towishlist:before {
  content: url("../images/icons/favoritos.svg") !important;
}
.products-grid #category-products-grid .product-item .actions-secondary .wishlist-marker.towishlist:before {
  content: url(../images/icons/favorite-marked.svg) !important;
}
@media (max-width: 1200px) {
  .products-grid .product-items {
    grid-template-columns: repeat(3, 33%);
  }
  .products-grid #category-products-grid .product-item .actions-secondary .towishlist::before {
    font-size: 20px;
    line-height: 1;
  }
}
@media (max-width: 768px) {
  .products-grid .product-item .product-item-details a.product-item-link {
    min-height: 80px;
  }
  .products-grid .product-item .product-item-info {
    max-width: initial;
  }
  .products-grid .product-item .product-item-info .product-item-details.product.details {
    padding: 20px 0px;
  }
  .products-grid .product-item .price-box {
    margin: 0 0 5px !important;
    line-height: 1.5;
  }
  .products-grid .product-item .action.primary {
    min-height: initial;
    line-height: 1;
    padding: 10px 10px;
    letter-spacing: -0.5px;
  }
  .products-grid .product-item .towishlist {
    width: 36px;
    height: 36px;
  }
  .products-grid .product-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .products-grid .product-items .product-item {
    width: calc(50% - 8px) !important;
  }
}
.page-title-wrapper .page-title {
  font-size: 2.4rem;
  margin-bottom: 0px;
}
.catalog-product-view {
  margin-bottom: 0px;
}
.catalog-product-view .product-info-left {
  display: flex;
  flex-direction: column;
  flex-direction: row;
}
.catalog-product-view .product-info-left .product.media {
  flex: 1;
  width: initial;
}
.catalog-product-view .product-info-left .product.media .fotorama__arr {
  display: block !important;
}
.catalog-product-view .product-info-left .product.media img {
  width: 100%;
}
.catalog-product-view .product-info-main {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: initial;
  float: initial;
  padding-left: 20px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .product-info-main .page-title {
  font-size: 24px;
  color: #525151;
  text-align: left;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  margin-top: 30px;
}
.catalog-product-view .product-info-main .page-title-wrapper .product.attribute.sku {
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}
.catalog-product-view .product-info-main .page-title-wrapper .product.attribute.sku .type {
  font-weight: 500;
}
.catalog-product-view .product-info-main .page-title-wrapper .product.attribute.sku .value {
  color: #525151;
}
.catalog-product-view .product-info-main .page-title-wrapper .product.attribute.sku .brand {
  display: none;
}
.catalog-product-view .product-info-main .professional-discount {
  display: flex;
  width: 150px;
  gap: 9px;
  align-items: center;
  padding: 0;
}
.catalog-product-view .product-info-main .professional-discount a {
  margin: 0 !important;
  font-size: 12px;
  color: #525151;
}
.catalog-product-view .product-info-main .discount-icon {
  height: 28px;
  width: 28px;
  background-color: #B2A78A;
  border-radius: 4px;
  text-align: center;
  align-content: center;
  color: #fff;
  padding: 2px;
  font-weight: 700;
  font-size: 12px;
  text-transform: initial;
  position: relative;
}
.catalog-product-view .product-info-main .discount-icon::after {
  content: "+";
  position: absolute;
  top: -3px;
  right: -3px;
  background-color: #EC6E00;
  color: white;
  width: 10px;
  height: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 11px;
  font-weight: bolder;
  font-family: none;
}
.catalog-product-view .product-info-main .stockicon {
  vertical-align: middle;
  color: #333333;
  font-size: 0;
  margin-right: 7px;
}
.catalog-product-view .product-info-main .stockicon .fa {
  color: #B2A78A;
  padding: 2px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 0;
  border: 1px solid #B2A78A;
  font-size: 8px;
  font-weight: 100;
}
.catalog-product-view .product-info-main .product-available {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 0px;
}
.catalog-product-view .product-info-main .product-available .price {
  font-size: 2.35714em;
  font-weight: 700;
}
.catalog-product-view .product-info-main .product-available .iva {
  font-size: 12px;
}
.catalog-product-view .product-info-main .product-addto-links {
  display: none;
}
.catalog-product-view .product-info-main .availaibity-stockstatus {
  display: flex;
  width: 100%;
  margin-top: 25px;
  margin-bottom: 10px;
  gap: 30px;
  color: #525151;
}
.catalog-product-view .product-info-main .availability {
  font-size: 1.4rem;
  font-weight: 500;
  color: #525151;
}
.catalog-product-view .product-info-main .availability .stack.envio::before {
  content: "";
}
.catalog-product-view .product-info-main .availability .stack.envio::after {
  content: url(../images/icons/package.svg);
}
.catalog-product-view .product-info-main .availability .stack.envio .label {
  margin-left: 5px;
}
.catalog-product-view .product-info-main .product-add-form .box-tocart {
  width: 100%;
  display: block;
}
.catalog-product-view .product-info-main .product-add-form .fieldset {
  display: flex;
  flex-direction: column;
  margin: 0 0 10px;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty {
  width: 100%;
  max-width: 200px;
  margin: 0 0 10px;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .label {
  display: none;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control {
  display: flex;
  gap: 2px;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control a {
  color: #525151;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control .qty-input input {
  height: 40px;
  border: 1px solid #F0EEEB;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control .qty-minus,
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control .qty-plus {
  width: 40px;
  height: 40px;
  background: #F0EEEB;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control .btn-qty.minus {
  content: "";
  display: inline-block;
  width: 20px;
  font-size: 0;
  height: 2px;
  background-color: #525151;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-add-form .fieldset .field.qty .control .qty-plus {
  font-size: 40px;
  font-weight: 300;
}
.catalog-product-view .product-info-main .product-add-form .tocart {
  padding: 0;
  width: 100%;
  height: 40px;
  max-width: 350px;
  font-size: 1.4rem;
  line-height: 1.7;
}
.catalog-product-view .product-info-main .product-add-form .actions {
  width: 100%;
  padding: 0;
  text-align: left;
}
.catalog-product-view .product-info-main .product.attibute.overview {
  order: 1;
}
.catalog-product-view .product-info-main #short_description_content p {
  color: #525151;
}
.catalog-product-view .product-info-main #short_description_content p strong {
  font-weight: 600;
}
.catalog-product-view .owl-carousel.products.owl-loaded {
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
}
.catalog-product-view .block-title.title {
  margin-bottom: 0;
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #181716;
  line-height: 1.2;
}
.catalog-product-view .column.main {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  padding: 0 20px;
  max-width: 100%;
}
.catalog-product-view .product-main-content,
.catalog-product-view .product.info.detailed {
  width: 100%;
  align-self: center;
  max-width: 1400px;
}
.catalog-product-view .product.info.detailed {
  background-color: #FAFAFA;
  padding: 40px 35px;
  border-radius: 30px;
  margin-bottom: 100px;
  margin-top: 50px;
}
.catalog-product-view .product.data.items {
  display: block;
  margin: 0;
  position: relative;
}
.catalog-product-view .product.data.items .item.title {
  left: 0;
  top: 50px;
  position: absolute;
  width: 306px;
  background-color: #F2F2F2;
  margin-bottom: 10px;
  border: none;
  border-radius: 4px;
  align-content: center;
}
.catalog-product-view .product.data.items .item.title.data {
  position: relative;
  float: initial;
  top: 0;
}
.catalog-product-view .product.data.items .item.title.active {
  background-color: #EC6E00;
  top: 0;
}
.catalog-product-view .product.data.items .item.title.active .switch {
  color: #fff;
}
.catalog-product-view .product.data.items .item.title.active .switch::after {
  filter: brightness(1) invert(0);
}
.catalog-product-view .product.data.items .item.title:hover {
  background-color: rgba(236, 110, 0, 0.2);
}
.catalog-product-view .product.data.items .item.content {
  margin: 0;
  border: none;
  min-height: 600px;
  padding: 40px;
  border-radius: 0;
  position: initial;
  width: calc(100% - 330px);
  float: right;
}
.catalog-product-view .product.data.items .data.switch {
  height: 42px;
  align-content: center;
  padding: 0;
  background: none !important;
  border: none;
  padding: 0px 0px 0px 20px;
  color: unset;
  padding-bottom: 0 !important;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  text-align: left;
}
.catalog-product-view .product.data.items .data.switch::after {
  content: url(../images/icons/desc_arrow.svg);
  position: absolute;
  transform: translateY(-50%);
  right: 10px;
  top: 50%;
}
.catalog-product-view .item.content h2 {
  margin: 0 0 30px;
  font-weight: 600;
  font-size: 2.4rem;
}
.catalog-product-view .item.content h3 {
  font-size: 2.6rem;
  font-weight: 500;
  margin-top: 0;
}
.catalog-product-view .owl-controls {
  display: none;
}
.catalog-product-view .product-item .product-item-info {
  padding: 0 20px;
}
.catalog-product-view .product-item .product-item-details a.product-item-link {
  width: 80%;
  margin: 0 auto;
}
.catalog-product-view .page-bottom {
  padding: 0 20px;
}
.catalog-product-view .average-rating {
  text-align: center;
}
.catalog-product-view .average-rating h2 {
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 35px;
}
.catalog-product-view .review-item {
  background: #F9F7F2;
  min-height: 230px;
  padding: 30px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-product-view .review-item h3 {
  margin: 0;
  order: -2;
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 0;
}
.catalog-product-view .review-item p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.catalog-product-view .review-item .stars {
  order: -1;
  margin: 5px 0;
}
.catalog-product-view .review-item .stars span {
  color: #EC6E00;
  font-size: 18px;
}
@media (max-width: 1024px) {
  .catalog-product-view .product.data.items .item.title {
    width: 225px;
  }
  .catalog-product-view .product.data.items .item.content.data {
    width: calc(100% - 250px);
  }
  .catalog-product-view .product-item .product-item-info {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .catalog-product-view .column.main {
    padding: 0;
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main {
    width: 100%;
    padding-left: 5px;
  }
  .catalog-product-view .product-info-main .page-title-wrapper h1.page-title {
    font-size: 1.8rem;
  }
  .catalog-product-view .product-info-main .product-available .price {
    font-size: 3.6rem;
    display: block;
    line-height: 1;
  }
  .catalog-product-view .product-info-main .price-box {
    flex: 1;
  }
  .catalog-product-view .product-info-main .product.attibute.overview {
    margin: 20px 0;
  }
  .catalog-product-view .product-info-main .availaibity-stockstatus {
    justify-content: space-between;
    gap: 20px;
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .catalog-product-view .product-add-form button.tocart.action {
    width: 100% !important;
    font-size: 1.4rem !important;
    max-width: initial;
  }
  .catalog-product-view .block-title.title {
    text-align: center;
    font-size: 1.8rem;
  }
  .catalog-product-view .product.info.detailed {
    background-color: #FAFAFA;
    padding: 20px;
    border-radius: 20px;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title {
    background-color: #F2F2F2;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
    float: inline-start;
    top: initial;
    left: inherit;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.title.active {
    background-color: #EC6E00;
  }
  .catalog-product-view .product.info.detailed .product.data.items .item.content {
    margin: 10px 0 20px;
    border: none;
    border-radius: 10px;
    min-height: 300px;
    width: 100%;
    float: inline-end;
    padding: 30px 20px;
    font-size: 1.4rem;
  }
  .catalog-product-view .product.info.detailed .data.switch {
    height: 42px;
    align-content: center;
    padding: 0;
    background: none !important;
    border: none;
    padding: 0px 0px 0px 20px;
    color: unset;
    font-size: 16px;
    font-weight: 500;
    padding-left: 35px;
    border-radius: 0px;
  }
  .catalog-product-view .product.info.detailed .data.switch::after {
    content: url(../../../../../frontend/Codazon/tdt/default/images/icons/desc.svg) !important;
    position: absolute;
    transform: translateY(-45%);
    right: 20px;
    top: 50%;
    filter: invert(100%);
  }
  .catalog-product-view .item.content h2 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #525151;
  }
  .catalog-product-view .item.content h3 {
    margin: 0 0 10px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #525151;
  }
  .catalog-product-view .owl-carousel.products .owl-item .product-item {
    width: calc(95% - 8px) !important;
  }
  .catalog-product-view .product-item .product-item-details a.product-item-link {
    width: 100%;
  }
  .catalog-product-view .average-rating h2 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .catalog-product-view .average-rating h3 {
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 430px) {
  .catalog-product-view .info.detailed .attachment-table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .catalog-product-view .info.detailed .attachment-table thead th:first-child {
    display: none;
  }
  .catalog-product-view .info.detailed .attachment-table tbody td {
    content: attr(data-label);
    float: left;
  }
  .catalog-product-view .info.detailed .attachment-table tbody td:first-child {
    display: none;
  }
}
.catalog-product-view .product-info-left #priceTable td {
  padding-top: 0;
  padding-bottom: 0;
}
.catalog-product-view .product-info-left #priceTable td .price-label {
  display: none;
}
.catalog-product-view .product-info-left .special-tax-price .price,
.catalog-product-view .product-info-left .retail-price .price {
  color: gray;
  font-size: 16px !important;
  line-height: 14px;
  font-weight: 600 !important;
}
.catalog-product-view .product-info-left .productBrand .brand-image img {
  max-width: 150px;
  max-height: 34px;
}
.catalog-product-view .product-info-left .sku strong:after {
  content: ':' !important;
}
.catalog-product-view .product-info-left .sku .brand {
  display: inline-block;
  margin-left: 30px;
}
.catalog-product-view .product-info-left .block-title.title {
  text-align: center;
}
.description table {
  border-top: 1px solid #eaeaea;
  border-left: 1px solid #eaeaea;
}
.description table td {
  border-bottom: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
}
.review-add .block-content form {
  display: flex;
  flex-direction: column;
}
.review-add .block-content form fieldset {
  order: 1;
}
.review-add .block-content form .field-recaptcha {
  order: 2;
}
.review-add .block-content form .review-form-actions {
  order: 3;
}
.product-items {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
  padding-inline-start: 0;
}
.product-items.widget-product-carousel {
  display: block;
}
.product-items .product-item {
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.product-items .product-item .product-item-info .product-image-wrapper img {
  margin: 0;
  width: 100%;
}
.product-items .product-item .product-item-info .product-item-details .product-item-name {
  margin-top: 0;
  margin-bottom: 6px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
}
.product-items .product-item .product-item-info .product-item-details .price-box {
  margin-top: 0;
  margin-bottom: 14px;
}
.product-items .product-item .product-item-info .product-item-details .price-box .product-available {
  display: flex;
  flex-direction: column;
}
.product-items .product-item .product-item-info .product-item-details .price-box .product-available .price {
  color: #ec6d00;
  font-weight: 700;
  font-size: 24px;
}
.product-items .product-item .product-item-info .product-item-details .price-box .product-available .iva {
  font-size: 12px;
}
.product-items .product-item .product-item-info .product-item-details .product-item-actions {
  margin: 0;
}
.product-items .product-item .product-item-info .product-item-details .product-item-actions button {
  text-transform: initial;
  font-size: 14px;
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary .towishlist {
  background-color: #efeeee;
  border: none;
  text-shadow: -1px -1px 0 #181716, 1px -1px 0 #181716, -1px 1px 0 #181716, 1px 1px 0 #181716;
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary .towishlist::before {
  color: #efeeee;
  content: url(../images/icons/favoritos.svg);
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary .towishlist.wishlist-marker::before {
  content: url(../images/icons/favorite-marked.svg);
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary .towishlist:hover {
  text-shadow: -1px -1px 0 #ec6d00, 1px -1px 0 #ec6d00, -1px 1px 0 #ec6d00, 1px 1px 0 #ec6d00;
}
.product-items .product-item .product-item-info .product-item-details .actions-secondary .towishlist:hover::before {
  color: #ec6d00;
}
.block.related .product-items {
  display: flex;
  flex-direction: column;
}
.block.related .product-items .product-item-info {
  padding: 0;
  display: flex;
}
.block.related .product-items .product-item-info .product-item-photo {
  max-width: 152px;
}
.block.related .product-items .product-item-info .product-item-details {
  margin-top: 0;
  text-align: left;
  gap: 5px;
}
.block-reorder .block-title {
  background-color: #ec6d00;
  color: #ffffff;
  padding: 7px 20px;
}
.block-reorder #cart-sidebar-reorder.product-items {
  display: block;
}
.block-reorder .actions-toolbar {
  max-width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label {
  word-break: normal;
}
.checkout-index-index .form-login .fieldset .field .label,
.checkout-index-index .form-shipping-address .fieldset .field .label {
  font-weight: 600;
}
.checkout-index-index .fieldset > .field,
.checkout-index-index .fieldset > .fields > .field {
  margin: 0 0 5px;
}
.checkout-index-index .items-in-cart {
  margin-bottom: 20px;
}
.checkout-index-index .checkout-payment-method > .step-content {
  padding: 0 !important;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-title {
  display: flex;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-title label {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  max-height: 22px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-title label img {
  order: 2;
  margin: 0;
  max-height: 22px;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-title label span {
  white-space: nowrap;
}
.checkout-index-index .checkout-payment-method .payment-method .payment-method-title label .action-help {
  display: none;
}
.checkout-index-index .order-attributes .order-attributes-form {
  margin-top: 0;
}
.checkout-index-index .order-attributes .order-attributes-form .control .field,
.checkout-index-index .order-attributes .order-attributes-form p {
  margin-bottom: 0;
}
.checkout-index-index .order-attributes .order-attributes-form.fieldset .field:last-child {
  margin-bottom: 0;
}
.checkout-index-index .field-error {
  color: #e02b27;
}
.checkout-index-index .field-error span {
  color: #e02b27;
  font-weight: 600;
}
.checkout-index-index .checkout-header {
  display: flex;
  gap: 30px;
  width: 100%;
  flex-direction: column;
}
@media screen and (min-width: 1280px) {
  .checkout-index-index .checkout-header {
    flex-direction: row;
    align-items: center;
  }
}
.checkout-index-index .authentication-wrapper {
  margin-top: 18px;
}
@media screen and (min-width: 1280px) {
  .checkout-index-index .authentication-wrapper {
    margin-top: -60px;
  }
}
.multicheckout .block-title strong,
.paypal-review .block .block-title strong,
.account .column.main .block:not(.widget) .block-title strong,
.magento-rma-guest-returns .column.main .block:not(.widget) .block-title strong,
[class^="sales-guest-"] .column.main .block:not(.widget) .block-title strong,
.sales-guest-view .column.main .block:not(.widget) .block-title strong,
.multicheckout .box-title > span,
.paypal-review .block .box-title > span,
.account .column.main .block:not(.widget) .box-title > span,
.magento-rma-guest-returns .column.main .block:not(.widget) .box-title > span,
[class^="sales-guest-"] .column.main .block:not(.widget) .box-title > span,
.sales-guest-view .column.main .block:not(.widget) .box-title > span {
  font-weight: 700;
}
.page-footer {
  margin-top: 5px;
}
.page-footer .footer-container-top {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media screen and (min-width: 1441px) {
  .page-footer .footer-container-top {
    flex-direction: row;
  }
}
.page-footer .footer-container-top .footer-top-blocks {
  display: flex;
  gap: 5px;
  flex-direction: column;
  flex-direction: row;
}
.page-footer .footer-container-top .footer-top-blocks > div {
  width: 100%;
  width: calc(50% - 2.5px);
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks {
  position: relative;
  background: #353535;
  color: #ffffff;
  text-align: center;
  padding: 24px 16px;
  height: 100%;
  padding: 20px 60px;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks .mobile {
  display: none;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks .block-title {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks .block-title p {
  margin-bottom: 0;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks ul {
  list-style: none;
  text-align: left;
  padding: 0;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks ul li {
  display: flex;
  align-items: center;
  background-color: #181716;
  gap: 16px;
  min-height: 33px;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks ul li a {
  color: #ffffff;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks ul li::before {
  content: '';
  background: #ec6d00 url(../images/icons/downloading.svg) no-repeat center;
  min-width: 33px;
  display: block;
  align-self: stretch;
  background-size: 20px 20px;
}
.page-footer .footer-container-top .footer-top-blocks > div .homelinks::after {
  content: '';
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: #ec6d00;
  background-image: url(../images/icons/article_shortcut.svg);
  background-repeat: no-repeat;
  background-size: 29px 29px;
  background-position: center center;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe {
  position: relative;
  flex: 1;
  background: #4c4c4c;
  padding: 24px 45px;
  box-sizing: border-box;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title {
  text-align: center;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title h3 {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #ffffff;
  text-align: left;
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title h3 i {
  display: none;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title h3 p {
  margin-bottom: 0;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title h3 i {
  display: inline-block;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .news-title p {
  color: #ffffff;
  text-align: left;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter > div:first-child {
  width: 100%;
  padding: 0;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter > div:nth-child(2) {
  padding: 0;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter > div:nth-child(2) .control {
  display: block;
  display: flex;
  flex-wrap: wrap;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter > div:nth-child(2) .control .control {
  align-items: flex-start;
  width: 100%;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .social {
  display: none;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter input[type="email"] {
  flex: 2;
  height: 75px;
  text-align: center;
  font-weight: 300;
  font-size: 16px;
  color: #181716;
  border: none;
  height: 55px;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter input[type="email"]::placeholder {
  color: #181716;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .actions {
  flex: 1;
  margin-bottom: 20px;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter .action.primary {
  width: 100%;
  height: 100%;
  border: none;
  font-size: 16px;
  font-weight: 700;
  min-height: 70px;
  min-height: 55px;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .newsletter label {
  width: calc(100% - 20px);
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe .home-links-icon-block {
  display: none;
  display: block;
}
.page-footer .footer-container-top .footer-top-blocks .homesubscribe::after {
  content: '';
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  background-color: #ec6d00;
  background-image: url(../images/icons/breaking_news.svg);
  background-repeat: no-repeat;
  background-size: 29px 26px;
  background-position: center center;
}
.page-footer .footer-container-top .footer-top-right {
  width: 100%;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-links {
  display: flex;
  height: 100%;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line {
  padding: 0;
  display: flex;
  gap: 5px;
}
@media screen and (min-width: 1441px) {
  .page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line {
    flex-direction: column;
  }
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line .pagebuilder-column {
  height: auto;
  background-color: #6b6b6b;
  padding: 20px 14px;
  gap: 16px;
  justify-content: flex-start;
  max-width: calc(50% - 2.5px);
}
@media screen and (min-width: 1441px) {
  .page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line .pagebuilder-column {
    max-width: 100%;
    width: 100% !important;
  }
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line .pagebuilder-column figure img {
  max-height: 47px;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-links .pagebuilder-column-line .pagebuilder-column:last-child {
  background: #a1a1a1;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-item {
  padding: 15px;
  align-items: center;
  justify-content: center !important;
  max-height: initial;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-item div {
  margin-top: 0;
  max-width: 200px;
  padding: 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  letter-spacing: -1px;
  letter-spacing: 0.14px;
}
.page-footer .footer-container-top .footer-top-right .footer-top-columns-item div span {
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 1441px) {
  .page-footer .footer-container-top .footer-top-right {
    max-width: 382px;
  }
  .page-footer .footer-container-top .footer-top-right .footer-top-columns-item {
    height: 50% !important;
    justify-content: center !important;
  }
}
.page-footer .footer-container-bottom {
  display: flex;
  gap: 5px;
  margin-top: 5px;
  flex-direction: column;
  flex-direction: row;
}
.page-footer .footer-container-bottom .footer-static-content {
  background: #ec6d00;
  flex: 4;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 21px 46px;
  padding: 42px 78px 17px 60px;
}
.page-footer .footer-container-bottom .footer-static-content p {
  color: #ffffff;
  font-size: 12px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links {
  margin: 19px 0 0;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links ul {
  padding: 0;
  list-style: none;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links ul li {
  margin-bottom: 0;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links ul li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  gap: 5px;
  line-height: 28px;
  align-items: center;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links ul li a::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icons/forward_to_inbox.png) no-repeat center;
}
.page-footer .footer-container-bottom .footer-static-content .footer-list-links ul li a.phone::before {
  background: url(../images/icons/phone_forwarded.png) no-repeat center;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container {
  align-items: start;
  margin-top: 32px;
  color: #ffffff;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container p {
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  text-align: left;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container a {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  display: flex;
  gap: 5px;
  align-items: center;
  line-height: 28px;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container ul {
  padding: 0;
  list-style: none;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container ul li {
  margin-bottom: 0;
  display: flex;
  gap: 5px;
  align-items: flex-start;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container ul li::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/icons/arrow_circle_right.svg) no-repeat center;
  margin-top: 6px;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container ul li a {
  display: block;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 28px;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container ul.noimage li a::before {
  display: none;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container .footer-social-links .footer-social-list {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.page-footer .footer-container-bottom .footer-static-content .footer-links-container .footer-social-links .footer-social-list .footer-social-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  font-size: 1.8rem;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
}
.page-footer .footer-container-bottom .footer-static-right {
  line-height: 0;
  width: 100%;
  max-width: 382px;
}
.page-footer .footer-container-bottom .footer-static-right > div {
  height: 100%;
  line-height: 0;
}
.page-footer .footer-container-bottom .footer-static-right .footer-static-right-image {
  height: 100%;
}
.page-footer .footer-container-bottom .footer-static-right .footer-static-right-image figure {
  height: 100%;
}
.page-footer .footer-container-bottom .footer-static-right .footer-static-right-image figure img {
  width: 100%;
  height: 100% !important;
}
.page-footer .footer-container-bottom .footer-legal-links {
  width: 100%;
}
.page-footer .footer-container-bottom .footer-legal-links p {
  text-align: left;
  text-align: right;
}
.page-footer .footer-container-bottom .footer-legal-links p a {
  color: #ffffff;
}
.page-footer .footer-container-bottom .footer-copyright {
  width: 100%;
  color: #ffffff;
  text-align: right;
}
.page-footer .footer-container-bottom .footer-copyright a {
  color: #ffffff;
}
#chat-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  text-align: center;
  z-index: 20;
}
.cart-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 100;
  left: 0;
}
.cart-footer .cart-qty {
  position: absolute;
  background: #ec6d00;
  color: #fff;
  top: -33px;
  font-size: 11px;
  text-transform: uppercase;
  padding: 10px 20px 7px;
  z-index: 200;
  cursor: pointer;
  z-index: 0;
}
.cart-footer .cart-qty:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f106';
  font-size: 20px;
  float: right;
  margin-top: -4px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-left: 5px;
}
.cart-footer .cart-qty.active:after {
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.cart-footer .footer-mini-cart {
  display: flex;
  background: #fff;
  padding: 0;
  overflow: hidden;
  position: relative;
}
.cart-footer .footer-mini-cart:before {
  content: '';
  position: absolute;
  width: 100%;
  top: -3px;
  left: 0;
  height: 3px;
  box-shadow: 0 2px 3px #e1e1e1;
}
.cart-footer .footer-mini-cart .cart-items {
  list-style: none;
  float: left;
  width: calc(100% - 600px);
  overflow-x: auto;
  overflow-y: hidden;
}
.cart-footer .footer-mini-cart .cart-items .cart-items-inner {
  float: left;
  white-space: nowrap;
}
.cart-footer .footer-mini-cart .cart-items .item {
  margin-right: 10px;
  position: relative;
  float: none;
  display: inline-block;
}
.cart-footer .footer-mini-cart .cart-items .item .product {
  float: left;
  position: relative;
  width: 65px;
  padding: 10px 0;
  height: 85px;
}
.cart-footer .footer-mini-cart .cart-items .item .product img {
  width: 65px !important;
  height: 65px !important;
}
.cart-footer .footer-mini-cart .cart-items .item span.item-qty {
  position: absolute;
  top: 10px;
  right: 5px;
  background: #fc7070;
  color: #fff;
  display: block;
  border-radius: 100%;
  width: 17px;
  height: 17px;
  line-height: 18px;
  text-align: center;
  font-size: 85%;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec {
  position: absolute;
  left: 100%;
  float: left;
  height: 85px;
  padding: 23px 0;
  background: #F4F4F4;
  width: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 1;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .details-qty {
  float: left;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .details-qty .label {
  display: none;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .details-qty input {
  width: 50px;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .details-qty button {
  position: absolute;
  top: 23px;
  right: 0;
  z-index: 3;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .product.actions {
  width: auto;
  padding: 0;
  float: right;
}
.cart-footer .footer-mini-cart .cart-items .item .hover-sec .product.actions .secondary a:before {
  content: '\e604';
}
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec {
  width: 100px;
  padding: 23px 10px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  visibility: inherit;
}
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec .product.actions .primary a:before,
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec .product.actions .secondary a:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 18px;
  color: #8f8f8f;
  content: '\e601';
  font-family: 'luma-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec .cart-items .item .hover-sec .product.actions .secondary a:before {
  content: '\e604';
}
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec .product.actions .primary a > span,
.cart-footer .footer-mini-cart .cart-items .item .show-options.hover-sec .product.actions .secondary a > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart-footer .footer-mini-cart .cart-items .item .edit-icon {
  cursor: pointer;
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 0;
  width: 17px;
  height: 17px;
  text-align: center;
  color: #ffffff;
}
.cart-footer .footer-mini-cart .cart-items .item .edit-icon:before {
  background: #282828;
  width: 17px;
  height: 17px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 17px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f040';
  font-size: 11px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.cart-footer .footer-mini-cart .footer-cart-additional {
  max-width: 600px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-summary {
  padding: 24px 20px 17px;
  border-left: 1px solid #e1e1e1;
  min-height: 85px;
  width: 100%;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-summary .summary.title {
  display: none;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-summary .summary-content {
  font-size: 14px;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-summary .summary-content .row {
  display: flex;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-summary .summary-content .price {
  color: #ec6d00;
}
.cart-footer .footer-mini-cart .footer-cart-additional .footer-cart-actions {
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #e1e1e1;
  height: 100%;
  align-items: center;
  display: flex;
  min-width: 200px;
  justify-content: center;
}
.ui-helper-hidden-accessible {
  display: none;
}
.searchsuite-autocomplete .product ul li {
  display: flex;
  width: 100%;
}
.searchsuite-autocomplete .product ul li .qs-option-info {
  width: 100%;
}
.searchsuite-autocomplete .product ul li .qs-option-info .qs-option-price {
  width: 100%;
}
.sticky-menu.active .searchsuite-autocomplete {
  width: 100%;
}
.searchsuite-autocomplete .product ul li .qs-option-info .qs-option-price #priceTable tr:first-child td:first-child .price-label,
.searchsuite-autocomplete .product ul li .qs-option-info .qs-option-price #priceTable tr:first-child td:last-child,
.searchsuite-autocomplete .product ul li .qs-option-info .qs-option-price #priceTable tr:last-child {
  display: none;
}
.info-tdtprofesional-double {
  max-width: calc(1400px);
  margin-left: auto;
  margin-right: auto;
}
.info-tdtprofesional-double .pagebuilder-column-line {
  gap: 9px;
  gap: 20px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  padding: 44px 29px 19px;
  flex-direction: row !important;
  border-radius: 85px 85px 10px 10px;
  gap: 20px;
  border-radius: 80px 10px 10px 80px;
  padding: 24px 23px 24px 43px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column img {
  margin-top: 8px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column p {
  font-size: 18px;
  line-height: 26px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column:last-child {
  border-radius: 10px 10px 85px 85px;
  padding: 21px 29px 26px;
  border-radius: 10px 80px 80px 10px;
  padding: 24px 109px 15px 39px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column:last-child img {
  margin-top: 14px;
}
.info-tdtprofesional-double .pagebuilder-column-line .pagebuilder-column h3 {
  margin: 0;
  font-size: 18px;
  line-height: 20px;
  color: #ec6d00;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
.info-tdtprofesional-one {
  margin-top: 21px;
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  padding: 76px 29px 81px;
  border-radius: 85px;
  max-width: calc(1400px);
  margin-left: auto;
  margin-right: auto;
  padding: 65px 70px 59px 48px;
  border-radius: 60px;
}
.info-tdtprofesional-one .pagebuilder-column:first-child {
  flex-wrap: wrap;
  flex-direction: row !important;
}
.info-tdtprofesional-one .pagebuilder-column:first-child .claimnumber {
  width: 50%;
}
.info-tdtprofesional-one .pagebuilder-column:first-child .claimnumber p {
  font-size: 76px;
  line-height: 60px;
  color: #ec6d00;
  text-align: center;
  font-weight: 250;
  font-size: 140px;
  line-height: 98px;
  margin-bottom: 19px;
  text-align: left;
}
.info-tdtprofesional-one .pagebuilder-column:first-child .claimnumber p:last-child {
  margin-top: 4px;
  font-size: 14px;
  line-height: normal;
  color: #525151;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.info-tdtprofesional-one .pagebuilder-column:first-child div:not(.claimnumber) {
  margin-top: auto;
}
.info-tdtprofesional-one .pagebuilder-column h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
  margin-top: 0;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] {
  margin-top: 25px;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] div {
  width: 100%;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] div .pagebuilder-button-primary {
  color: #ffffff;
  width: 100%;
  margin-right: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  border-radius: 2px;
  padding: 17px;
  position: relative;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] div .pagebuilder-button-primary::after {
  content: url(../images/icons/arrow-submit.svg);
  position: absolute;
  right: 16px;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] div .pagebuilder-button-primary:hover {
  color: #ec6d00;
}
.info-tdtprofesional-one .pagebuilder-column div[data-content-type='buttons'] div .pagebuilder-button-secondary {
  color: #ec6d00;
  width: 100%;
  margin-right: 0;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #181716;
  border-radius: 2px;
}
.info-tdtprofesional-one .pagebuilder-column:last-child p {
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.cms-page-view .column.main .info-tienda {
  margin-top: 164px;
  margin-bottom: 32px;
}
.cms-page-view .column.main .info-tienda .pagebuilder-column:first-child {
  background-color: #fafafa;
  border: 1px solid #d9d9d9;
  padding: 44px 29px 19px;
  flex-direction: row !important;
  border-radius: 85px 85px 10px 10px;
  gap: 20px;
  flex-wrap: wrap;
  border-radius: 40px 10px 10px 40px;
}
.cms-page-view .column.main .info-tienda .pagebuilder-column:first-child .tdtprofesional_phototext {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: calc(100% / 3 - 14px);
}
.cms-page-view .column.main .info-tienda .pagebuilder-column-line .pagebuilder-column:last-child figure img {
  border-radius: 10px 10px 85px 85px;
  border: 1px solid #d9d9d9;
  border-radius: 10px 40px 40px 10px;
}
.page-main {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .page-main > .page-title-wrapper .page-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .page-main > .page-title-wrapper .page-title {
    font-size: 2.4rem;
    margin-bottom: 0;
  }
}
.product-list-container .main-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
}
.product-list-container .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: opacity 0.3s ease;
  opacity: 0;
}
.product-list-container .cdz-product-top:hover .main-image {
  opacity: 0;
}
.product-list-container .cdz-product-top:hover .hover-image {
  opacity: 1;
  display: inline-block;
}
body .row {
  margin: 0;
}
img.pagebuilder-mobile-hidden {
  display: none;
}
@media screen and (min-width: 1024px) {
  img.pagebuilder-mobile-hidden {
    display: block;
  }
}
img.pagebuilder-mobile-only {
  display: block;
}
@media screen and (min-width: 1024px) {
  img.pagebuilder-mobile-only {
    display: none;
  }
}
.p-leermas .pagebuilder-button-primary {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
  border: none;
  position: relative;
}
.p-leermas .pagebuilder-button-primary::before {
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  height: 2px;
  display: flex;
  position: absolute;
  right: 5px;
  top: 72%;
  z-index: 2;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
  transform: rotate(90deg) translateX(-50%);
  background: none;
}
.p-leermas .pagebuilder-button-primary::after {
  background-color: #EC6E00;
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
}
.p-leermas .pagebuilder-button-primary span[data-element="link_text"] {
  margin-right: 25px;
}
.p-leermas .pagebuilder-button-primary:hover {
  background-color: #FFFFFF;
  color: #000000;
  font-weight: 400;
  border: none;
}
.block.crosssell .owl-stage .owl-item .product-item {
  width: 89% !important;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions {
  text-align: center;
}
.block.crosssell .owl-stage .owl-item .product-item .product-item-actions .actions-primary {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
.checkout-index-index .checkout-steps {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  width: 100%;
  max-width: 561px;
  margin-left: auto;
  margin-right: auto;
}
.checkout-index-index .checkout-steps .numbers {
  display: flex;
}
.checkout-index-index .checkout-steps .numbers .number {
  min-width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.011em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A6A6A6;
  margin-left: 9px;
  margin-right: 9px;
}
.checkout-index-index .checkout-steps .numbers .number.active {
  background-color: #ec6d00;
  color: #ffffff;
}
.checkout-index-index .checkout-steps .numbers .number:first-child {
  margin-left: 31px;
}
@media screen and (min-width: 1280px) {
  .checkout-index-index .checkout-steps .numbers .number:first-child {
    margin-left: 69px;
  }
}
.checkout-index-index .checkout-steps .numbers .number:last-child {
  margin-right: 31px;
}
@media screen and (min-width: 1280px) {
  .checkout-index-index .checkout-steps .numbers .number:last-child {
    margin-right: 69px;
  }
}
.checkout-index-index .checkout-steps .numbers .line {
  width: 100%;
  position: relative;
}
.checkout-index-index .checkout-steps .numbers .line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px dashed #000000;
  width: 100%;
}
.checkout-index-index .checkout-steps .steps {
  display: flex;
  justify-content: space-between;
}
.checkout-index-index .checkout-steps .steps .step {
  text-align: center;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 94px;
}
@media screen and (min-width: 1280px) {
  .checkout-index-index .checkout-steps .steps .step {
    max-width: 170px;
  }
}
.checkout-index-index .checkout-steps .steps .step h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.011em;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
}
.checkout-index-index .checkout-steps .steps .step p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.011em;
  text-align: center;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper.layout-3columns .shipping-address-item {
  width: 100%;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .checkout-billing-address .primary {
  float: none;
}
#checkout {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
  background-color: transparent;
}
@media screen and (min-width: 1024px) {
  #checkout {
    flex-direction: row;
  }
}
#checkout .authentication-wrapper {
  margin-top: 0;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
#checkout .authentication-wrapper .action-auth-toggle {
  background: transparent;
  border: 1px solid #d9d9d9;
  width: 184px;
  display: flex;
  height: 37px;
  align-items: center;
  justify-content: center;
}
#checkout .authentication-wrapper .action-auth-toggle span {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  color: #ec6d00;
  margin-left: 0;
}
#checkout .authentication-wrapper .action-auth-toggle span::after {
  content: url(../Amasty_CheckoutCore/images/person.svg);
  margin-left: 20px;
}
#checkout .amcheckout-column .amcheckout-block {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-email-customer,
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-address,
#checkout .amcheckout-column .amcheckout-block .amcheckout-billing-address {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  margin-bottom: 17px;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-email-customer .fieldset .field .label,
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-address .fieldset .field .label,
#checkout .amcheckout-column .amcheckout-block .amcheckout-billing-address .fieldset .field .label {
  font-weight: 400;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-email-customer .fieldset .actions-toolbar .primary,
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-address .fieldset .actions-toolbar .primary,
#checkout .amcheckout-column .amcheckout-block .amcheckout-billing-address .fieldset .actions-toolbar .primary {
  padding: 0;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-title {
  background-color: #fafafa;
  font-size: 20px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
  padding: 19px 28px;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  color: #ec6d00;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-title > .amcheckout-icon {
  border-color: #ec6d00;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-title > .amcheckout-icon::before {
  border-color: #ec6d00;
}
#checkout .amcheckout-column .amcheckout-block div.-closed .amcheckout-title {
  border-radius: 10px;
}
#checkout .amcheckout-column .amcheckout-block .step-content.amcheckout-content {
  padding: 0 28px;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-email-customer .amcheckout-content {
  padding-top: 20px;
}
#checkout .amcheckout-column .amcheckout-block .fieldset.address {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin: 0;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".city"],
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".country_id"],
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".region_id"],
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".postcode"],
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".telephone"],
#checkout .amcheckout-column .amcheckout-block .fieldset.address div[name$=".company"] {
  width: 100%;
}
#checkout .amcheckout-column .amcheckout-block .checkout-billing-address .checkout-billing-address .fieldset {
  margin-top: 20px;
}
#checkout .amcheckout-column .amcheckout-block .checkout-billing-address .field-select-billing .label {
  display: none;
}
#checkout .amcheckout-column .amcheckout-block .checkout-billing-address .actions-toolbar .action-update {
  background-color: #ec6d00;
  border-radius: 0;
}
#checkout .amcheckout-column .amcheckout-block .checkout-billing-address .actions-toolbar .action-cancel {
  border: 1px solid #ec6d00;
  border-radius: 0;
  color: #ec6d00;
}
#checkout .amcheckout-column .amcheckout-block .fieldset > .field {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
#checkout .amcheckout-column .amcheckout-block input[type='checkbox'] + label:hover:before,
#checkout .amcheckout-column .amcheckout-block input[type='radio'] + label:hover:before,
#checkout .amcheckout-column .amcheckout-block input[type='checkbox']:checked + label:before,
#checkout .amcheckout-column .amcheckout-block input[type='radio']:checked + label:before,
#checkout .amcheckout-column .amcheckout-block input[type='checkbox']:focus + label:before,
#checkout .amcheckout-column .amcheckout-block input[type='radio']:focus + label:before {
  border-color: #ec6d00;
  box-shadow: none;
}
#checkout .amcheckout-column .amcheckout-block input[type='checkbox']:checked + label:before {
  background: url(../Amasty_CheckoutCore/images/check.svg) center no-repeat !important;
  box-shadow: none;
}
#checkout .amcheckout-column .amcheckout-block #payment .payment-method-title .label {
  justify-content: flex-start;
}
#checkout .amcheckout-column .amcheckout-block #payment .payment-method-title .label img {
  margin-left: auto;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary {
  background-color: transparent;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart > .title:after {
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product {
  display: flex;
  gap: 5px;
  padding-bottom: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product::before,
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product::after {
  display: none;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoMTJ2MTJILTF6Ii8+PHBhdGggZmlsbD0iI2I1YjViNSIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkPSJNNiA1bDQtNC0xLTEtNCA0LTQtNC0xIDEgNCA0LTQgNCAxIDEgNC00IDQgNCAxLTEtNC00eiIgc3Ryb2tlPSJudWxsIi8+PC9zdmc+) #ffffff no-repeat center;
  border: 1px #b6b6b6 solid;
  cursor: pointer;
  height: 16px;
  width: 16px;
  position: relative;
  right: 0;
  min-width: 16px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .product-image-container {
  min-width: 55px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .product-item-details {
  display: flex;
  padding-left: 0;
  padding-bottom: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .product-item-details .product-item-inner {
  align-items: start;
  font-size: 14px;
  margin-bottom: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .product-item-details .product-item-inner .product-item-name {
  font-size: 14px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product .product-item-details .product-item-name-block {
  margin: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .amcheckout-wrapper {
  padding: 20px 0 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .amcheckout-wrapper .order-attributes-form {
  display: block;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .amcheckout-content {
  padding-left: 15px;
  padding-right: 15px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .minicart-items-wrapper {
  padding-right: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product-image-container {
  margin-left: 0;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product-item-details {
  padding-left: 78px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart .product-item .product-item-details .product-item-inner .product-item-name-block {
  display: block;
  max-width: 70%;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .items-in-cart > .title:after,
#checkout .amcheckout-column .amcheckout-block .opc-block-summary .table-totals .totals-tax-summary .amount .price:after {
  top: auto;
  font-size: 14px;
}
#checkout .amcheckout-column .amcheckout-block .opc-block-summary input[type='checkbox'] + label {
  display: inline;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-methods .amcheckout-method {
  background-color: transparent;
  padding: 0;
  border: none;
  font-size: 14px;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-methods .amcheckout-method:hover {
  box-shadow: none;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-methods .amcheckout-method .col-method {
  width: 100%;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-methods .amcheckout-method .col-method:first-child {
  width: auto;
}
#checkout .amcheckout-column .amcheckout-block .amcheckout-shipping-methods .amcheckout-method .col-carrier {
  min-width: 35px;
}
#checkout .amcheckout-column .amcheckout-block .payment-method {
  background: transparent;
  box-shadow: none;
  border: none;
}
#checkout .amcheckout-column.-main {
  width: calc(100% - (466px + 60px));
}
#checkout .amcheckout-column.-main .amcheckout-block:first-child {
  border: none;
  border-radius: 0;
}
#checkout .amcheckout-column.-main .amcheckout-block #checkout-step-shipping .shipping-address-items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  font-size: 14px;
  grid-template-columns: 1fr 1fr 1fr;
}
#checkout .amcheckout-column.-main .amcheckout-block #checkout-step-shipping .shipping-address-items .shipping-address-item {
  width: 100%;
  background-color: transparent;
  border: 1px solid #d9d9d9;
}
#checkout .amcheckout-column.-main .amcheckout-block #checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item {
  border: 1px solid #ec6d00;
}
#checkout .amcheckout-column.-main .amcheckout-block #checkout-step-shipping button {
  background-color: #ec6d00;
  color: #ffffff;
  border: none;
}
#checkout .amcheckout-column.-sidebar {
  width: 466px;
}
#checkout .amcheckout-column.-sidebar.-sticky {
  overflow-x: hidden;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .additional-options {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: 0;
  margin-right: 0;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .additional-options .amcheckout-checkboxes {
  margin-top: 0;
  margin-bottom: 11px;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .checkout-payment-method {
  padding-left: 15px;
  padding-right: 15px;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .checkout-payment-method .payment-option {
  padding-left: 0;
  padding-right: 0;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .checkout-payment-method .payment-option > div {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .checkout-payment-method .payment-option .form-discount .actions-toolbar {
  margin-bottom: 0;
}
#checkout .amcheckout-column.-sidebar .amcheckout-block .checkout-payment-method .payment-option .form-discount .actions-toolbar button {
  margin-bottom: 0;
}
#checkout .checkout-payment-method .payment-methods {
  margin: 0;
}
#checkout .checkout-payment-method .payment-methods .step-title,
#checkout .checkout-payment-method .payment-methods .payment-method-title {
  padding-left: 0;
  padding-right: 0;
}
#checkout .checkout-payment-method .opc-payment .payment-method .radio:focus {
  box-shadow: none;
}
#checkout .checkout-payment-method .payment-option {
  margin-left: 0;
  margin-right: 0;
}
#checkout .checkout-payment-method .payment-option .payment-option-title {
  max-width: 100%;
  padding: 15px 28px;
}
#checkout .checkout-payment-method .payment-option.discount-code .action-toggle {
  width: 100%;
  border: 1px solid #d9d9d9;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #181716;
  padding: 16px 19px;
  box-sizing: border-box;
}
#checkout .checkout-payment-method .payment-option.discount-code .action-toggle::after {
  float: right;
}
#checkout .checkout-payment-method .payment-option.discount-code._collapsible .payment-option-content {
  padding: 0 28px 20px;
}
#checkout .checkout-payment-method .payment-option.discount-code._collapsible .payment-option-content .actions-toolbar {
  padding: 0;
}
#checkout .checkout-payment-method .payment-option.discount-code._collapsible .payment-option-content .actions-toolbar .primary {
  width: 100%;
}
#checkout .checkout-payment-method .actions-toolbar {
  padding: 0 28px;
}
#checkout .checkout-payment-method .actions-toolbar button {
  width: 100%;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  text-align: center;
}
#checkout .checkout-payment-method .actions-toolbar button {
  background-color: #ec6d00;
  color: #ffffff;
  border: none;
}
.shipping-address-item.selected-item {
  border-color: #ec6d00;
}
.shipping-address-item.selected-item:after {
  background: #ec6d00;
}
.columns-2 .products-grid .product-items {
  grid-template-columns: repeat(2, 1fr);
}
.catalog-category-view .category-description {
  margin-bottom: 0;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 35px;
  padding-left: 35px;
  margin-bottom: 40px;
  order: 2;
}
.catalog-category-view .category-description .pagebuilder-column-group .pagebuilder-column-line {
  gap: 35px;
}
.catalog-category-view .category-description h2 {
  text-align: center;
}
.catalog-category-view .category-description .instalacion-tdt {
  margin: 110px 0 5px;
  background: #F8F8F8;
  padding: 60px 30px 40px;
  position: relative;
}
.catalog-category-view .category-description .instalacion-tdt .p-leermas {
  width: 100%;
}
.catalog-category-view .category-description .instalacion-tdt .title {
  text-align: center;
}
.catalog-category-view .category-description .instalacion-tdt .title h2 {
  font-size: 3rem;
  font-weight: 500;
  margin: 30px 0 30px 0;
}
.catalog-category-view .category-description .instalacion-tdt > p {
  margin-bottom: 0px;
  line-height: 1.7;
  max-width: 1380px;
  margin: 0 auto;
}
.catalog-category-view .category-description .instalacion-tdt > p b {
  font-weight: 500;
}
.catalog-category-view .category-description .instalacion-tdt .leermas.button {
  width: auto;
  margin: 0;
  position: absolute;
  right: 40px;
  top: 30px;
  background: none;
  color: #181716;
  font-weight: 400;
  padding: 10px 40px 10px 10px;
  border: none;
}
.catalog-category-view .category-description .instalacion-tdt .leermas.button::before {
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  height: 2px;
  display: flex;
  position: absolute;
  right: 5px;
  top: 72%;
  z-index: 2;
  text-align: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
  transform: rotate(90deg) translateX(-50%);
  padding-right: 0px;
  background: none;
}
.catalog-category-view .category-description .instalacion-tdt .leermas.button::after {
  background-color: #EC6E00;
  content: url("https://www.tdtprofesional.com/media/.renditions/wysiwyg/icons/line.png");
  width: 28px;
  height: 28px;
  display: flex;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  color: #fff;
  padding-top: 0px;
}
.catalog-category-view .category-description .leermas.content.show {
  max-width: 1380px;
  margin: 40px auto 0;
}
.catalog-category-view .category-description .leermas.content.show h2 {
  margin: 0;
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 20px;
}
.catalog-product-view .product.data.items .item.title .counter {
  color: #181716;
}
.catalog-product-view .product.data.items .item.title.active .counter {
  color: #ffffff;
}
.catalog-product-view .product.data.items .item.content {
  margin-top: -55px;
}
.sidebar-main .filter .block-header {
  display: flex;
  margin-bottom: 12px;
}
.sidebar-main .filter .block-header .filter-title {
  background: #EC6E00;
  height: 29px;
  width: 100%;
  max-width: 118px;
  padding-left: 10px;
  padding-right: 15px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  box-sizing: border-box;
}
.sidebar-main .filter .block-header .filter-title strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
}
.sidebar-main .filter .block-header .filter-title::after {
  content: url(../images/icons/filters.svg);
  margin-top: 3px;
}
.sidebar-main .filter .block-header div:last-child {
  width: calc(100% - 109px);
  background: #F9F9F9;
  padding-left: 14px;
  display: flex;
  align-items: center;
}
.sidebar-main .filter .block-header div:last-child strong {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 0;
}
.sidebar-main .filter .filter-options-title {
  font-size: 18px;
}
.toolbar .sorter {
  display: flex;
  align-items: center;
  background: #F9F9F9;
  position: relative;
  padding: 0;
  height: 30px;
  padding: 0 0 0 20px;
}
.toolbar .sorter .sorter-action {
  display: block;
  top: 0;
  line-height: 30px;
  min-width: 30px;
}
.toolbar .sorter .sorter-action::after {
  content: "\f062";
  font-family: "FontAwesome";
  background: #EC6E00;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.toolbar .sorter .sorter-action.sort-asc::after {
  transform: rotate(180deg);
}
.toolbar .sorter select {
  margin: 0;
  height: 30px;
  background: transparent;
  border: none;
  padding: 0 50px 0 5px;
  font-weight: 700;
  color: #EC6E00;
  width: 160px;
  outline: none;
  z-index: 1;
  box-shadow: none;
}
.product-items .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 310px;
  width: 100%;
  height: 100%;
}
.product-items .product-item .product-item-info .product-item-details {
  padding: 0;
  font-size: 13px;
  line-height: 19px;
  text-align: center;
  position: initial;
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.product-items .product-item .product-item-info .product-item-details:last-child {
  flex-grow: 1;
}
.product-items .product-item .product-item-info .product-item-details .get_data {
  margin-top: auto;
}
.catalog-product-view .product-info-main .product-info-price,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price {
  gap: 18px;
  align-items: flex-start;
  margin: 29px 0 0;
  display: flex;
  flex-direction: column;
  flex-direction: row;
}
.catalog-product-view .product-info-main .product-info-price > div,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  /*
            &:last-child {
                width: 100%;
                max-width: 100%;
                display: flex;
                height: 100%;
                align-items: center;
                text-align: center;

                & when (@media-common =false) {
                    width: auto;
                }

                a {
                    color: @tdt_black;
                }
            }*/
}
.catalog-product-view .product-info-main .product-info-price > div::before,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div::before,
.catalog-product-view .product-info-main .product-info-price > div::after,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div::after {
  display: none;
}
.catalog-product-view .product-info-main .product-info-price > div.promo,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div.promo {
  gap: 18px;
}
.catalog-product-view .product-info-main .product-info-price > div.promo::before,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div.promo::before,
.catalog-product-view .product-info-main .product-info-price > div.productBrand::before,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div.productBrand::before,
.catalog-product-view .product-info-main .product-info-price > div .professional-discount::before,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price > div .professional-discount::before {
  display: block;
  content: '';
  border-right: 1px solid #B2A78A;
  height: 26px;
  margin-right: 8px;
}
.catalog-product-view .product-info-main .product-info-price .price-box,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price .price-box {
  margin-top: 0;
}
.catalog-product-view .product-info-main .product-info-price .shipping-promo,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price .shipping-promo {
  display: flex;
  gap: 10px;
  position: relative;
  color: #181716;
  font-weight: 500;
  font-size: 14px;
  line-height: 32px;
  vertical-align: middle;
}
.catalog-product-view .product-info-main .product-info-price .shipping-promo .fa-truck,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price .shipping-promo .fa-truck {
  font-size: 20px;
  margin-top: 10px;
}
.catalog-product-view .product-info-main .product-info-price .shipping-promo > div,
.product-items .product-item .product-item-info .product-item-details .product-info-main .product-info-price .shipping-promo > div {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
  gap: 0;
  line-height: 20px;
}
.catalog-product-view .product-available .priceTable,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable {
  display: flex;
  width: 100%;
  gap: 18px;
}
.catalog-product-view .product-available .priceTable .price-container,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .price-container {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.48px;
  vertical-align: middle;
  color: #181716;
}
.catalog-product-view .product-available .priceTable .price-container .price,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .price-container .price {
  font-weight: 700;
  font-size: 36px;
  line-height: 36px;
}
.catalog-product-view .product-available .priceTable .price-container .suffix,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .price-container .suffix {
  letter-spacing: normal;
}
.catalog-product-view .product-available .priceTable .first-col,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .first-col {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1024px) {
  .catalog-product-view .product-available .priceTable .first-col,
  .product-items .product-item .product-item-info .product-item-details .product-available .priceTable .first-col {
    min-width: 168px;
  }
}
.catalog-product-view .product-available .priceTable .first-col::after,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .first-col::after {
  content: '';
  border-right: 1px solid #B2A78A;
  top: 8px;
  right: 0;
  position: absolute;
  height: 26px;
}
.catalog-product-view .product-available .priceTable .second-col .price-container,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .second-col .price-container,
.catalog-product-view .product-available .priceTable .third-col .price-container,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .third-col .price-container {
  display: flex;
  flex-direction: column;
  white-space: nowrap;
}
.catalog-product-view .product-available .priceTable .second-col .price-container .price,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .second-col .price-container .price,
.catalog-product-view .product-available .priceTable .third-col .price-container .price,
.product-items .product-item .product-item-info .product-item-details .product-available .priceTable .third-col .price-container .price {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.56px;
  vertical-align: middle;
}
.block-products-list.widget .product-items .product-item .product-item-info .product-item-details .price-box,
.amsearch-pagebuilder-carousel .widget-product-carousel .product-item .product-item-info .product-item-details .price-box {
  margin-top: auto !important;
}
.block-products-list.widget .product-items .product-item .product-item-info .product-item-details .price-box .product-available .priceTable,
.amsearch-pagebuilder-carousel .widget-product-carousel .product-item .product-item-info .product-item-details .price-box .product-available .priceTable {
  flex-direction: column;
  gap: 0;
}
.block-products-list.widget .product-items .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col .price-container,
.amsearch-pagebuilder-carousel .widget-product-carousel .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col .price-container {
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  align-items: baseline;
}
.block-products-list.widget .product-items .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col .price-container .price,
.amsearch-pagebuilder-carousel .widget-product-carousel .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col .price-container .price {
  font-size: 24px;
}
.block-products-list.widget .product-items .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col::after,
.amsearch-pagebuilder-carousel .widget-product-carousel .product-item .product-item-info .product-item-details .price-box .product-available .priceTable .first-col::after {
  display: none;
}
.cart-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 32px;
}
@media screen and (min-width: 1024px) {
  .cart-container {
    flex-direction: row;
  }
}
.cart-container #gift-options-cart,
.cart-container::before,
.cart-container::after {
  display: none;
}
.cart-container .checkout-steps {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
  width: 100%;
  max-width: 561px;
  margin-left: auto;
  margin-right: auto;
}
.cart-container .checkout-steps .numbers {
  display: flex;
}
.cart-container .checkout-steps .numbers .number {
  min-width: 32px;
  height: 32px;
  background-color: #f5f5f5;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.011em;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #A6A6A6;
  margin-left: 9px;
  margin-right: 9px;
}
.cart-container .checkout-steps .numbers .number.active {
  background-color: #ec6d00;
  color: #ffffff;
}
.cart-container .checkout-steps .numbers .number:first-child {
  margin-left: 31px;
}
@media screen and (min-width: 1280px) {
  .cart-container .checkout-steps .numbers .number:first-child {
    margin-left: 69px;
  }
}
.cart-container .checkout-steps .numbers .number:last-child {
  margin-right: 31px;
}
@media screen and (min-width: 1280px) {
  .cart-container .checkout-steps .numbers .number:last-child {
    margin-right: 69px;
  }
}
.cart-container .checkout-steps .numbers .line {
  width: 100%;
  position: relative;
}
.cart-container .checkout-steps .numbers .line::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px dashed #000000;
  width: 100%;
}
.cart-container .checkout-steps .steps {
  display: flex;
  justify-content: space-between;
}
.cart-container .checkout-steps .steps .step {
  text-align: center;
  flex: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 94px;
}
@media screen and (min-width: 1280px) {
  .cart-container .checkout-steps .steps .step {
    max-width: 170px;
  }
}
.cart-container .checkout-steps .steps .step h2 {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.011em;
  text-align: center;
  margin-top: 17px;
  margin-bottom: 0;
}
.cart-container .checkout-steps .steps .step p {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.011em;
  text-align: center;
}
.cart-container .cart-summary {
  order: 2;
  background-color: transparent;
  float: none;
  width: 100%;
  border: 1px solid #D9D9D9;
  padding: 0;
}
@media screen and (min-width: 1280px) {
  .cart-container .cart-summary {
    max-width: 340px;
  }
}
.cart-container .cart-summary > .title {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin: 9px 17px 15px 23px;
}
.cart-container .cart-summary .block .title {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  justify-content: space-between;
  padding-left: 0;
  padding-right: 0;
}
.cart-container .cart-summary .block .title::after {
  position: relative;
  font-size: 14px;
  top: initial;
  right: initial;
}
.cart-container .cart-summary .block#block-shipping {
  padding-left: 23px;
  padding-right: 23px;
}
.cart-container .cart-summary .block#block-shipping .title {
  border-top: none;
}
.cart-container .cart-summary .block#block-discount {
  padding-left: 23px;
  padding-right: 23px;
}
.cart-container .cart-summary .cart-totals {
  border-top: none;
}
.cart-container .cart-summary .cart-totals .totals th {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  padding-left: 23px;
}
.cart-container .cart-summary .cart-totals .totals td {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #181716;
  padding-right: 17px;
}
.cart-container .cart-summary .cart-totals .totals td .price {
  font-size: 18px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #181716;
}
.cart-container .cart-summary .cart-totals .totals.grand {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  background-color: #F2F2F2;
}
.cart-container .cart-summary .cart-totals .totals.grand th strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  padding-top: 19px;
  padding-bottom: 19px;
}
.cart-container .cart-summary .cart-totals .totals.grand td {
  padding-top: 19px;
  padding-bottom: 19px;
}
.cart-container .cart-summary .cart-totals .totals.grand td .price {
  font-size: 18px;
  font-weight: 800;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: right;
  color: #ec6d00;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito {
    width: 100%;
    max-width: 1025px;
  }
}
.cart-container .carrito .form-cart {
  padding: 0;
  width: 100%;
}
.cart-container .carrito .form-cart .cart .cart-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 14px;
  background-color: #fff;
  padding-bottom: 50px;
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito .form-cart .cart .cart-item {
    gap: 48px;
  }
}
.cart-container .carrito .form-cart .cart .cart-item .item-remove {
  position: absolute;
  top: 36px;
  left: 0;
  z-index: 10;
}
.cart-container .carrito .form-cart .cart .cart-item .item-remove .action-edit {
  display: none;
}
.cart-container .carrito .form-cart .cart .cart-item .item-remove .action-delete span {
  display: none;
}
.cart-container .carrito .form-cart .cart .cart-item .item-remove .action-delete::before {
  content: url(../Magento_Checkout/images/close.svg);
  width: 32px;
  height: 32px;
  display: block;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main {
  display: flex;
  gap: 15px;
  flex: 1;
  align-items: center;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main .item-image {
  background: #E8E8E833;
  width: 112px;
  margin-left: 16px;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main .item-image img {
  width: 100%;
  height: auto;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main .item-details {
  flex-grow: 1;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #242424;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main .item-details .item-name a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-align: left;
  color: #242424;
}
.cart-container .carrito .form-cart .cart .cart-item .item-main .item-details .item-options .option {
  font-size: 14px;
  color: #666;
}
.cart-container .carrito .form-cart .cart .cart-item .titles {
  width: 100%;
  background-color: #F6F6F6;
  padding: 5px 5px 2px;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  margin-top: 24px;
  margin-bottom: 12px;
}
.cart-container .carrito .form-cart .cart .cart-item .titles div {
  width: 30%;
  text-align: center;
}
.cart-container .carrito .form-cart .cart .cart-item .titles div:first-child {
  text-align: left;
}
.cart-container .carrito .form-cart .cart .cart-item .titles div:last-child {
  text-align: right;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito .form-cart .cart .cart-item .titles {
    display: none;
  }
}
.cart-container .carrito .form-cart .cart .cart-item .item-price,
.cart-container .carrito .form-cart .cart .cart-item .item-quantity,
.cart-container .carrito .form-cart .cart .cart-item .item-subtotal {
  flex-basis: 100%;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #555;
  max-width: 33%;
}
.cart-container .carrito .form-cart .cart .cart-item .item-price strong,
.cart-container .carrito .form-cart .cart .cart-item .item-quantity strong,
.cart-container .carrito .form-cart .cart .cart-item .item-subtotal strong {
  font-size: 16px;
  color: #333;
}
.cart-container .carrito .form-cart .cart .cart-item .item-quantity {
  max-width: 130px;
  justify-content: center;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito .form-cart .cart .cart-item .item-price {
    width: 100%;
    max-width: 128px;
    justify-content: flex-end;
  }
}
.cart-container .carrito .form-cart .cart .cart-item .item-price .price {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.02em;
  color: #181716;
}
.cart-container .carrito .form-cart .cart .cart-item .item-subtotal {
  justify-content: flex-end;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito .form-cart .cart .cart-item .item-subtotal {
    margin-right: 12px;
    width: 100%;
    max-width: 128px;
  }
}
.cart-container .carrito .form-cart .cart .cart-item .item-subtotal .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.cart-container .carrito .form-cart .cart .cart-item .quantity-controls {
  display: flex;
  align-items: center;
  gap: 1px;
}
.cart-container .carrito .form-cart .cart .cart-item .quantity-controls button {
  background: #F0EEEB;
  display: flex;
  height: 40px;
  width: 40px;
  align-items: center;
  padding: 0;
  justify-content: center;
  border: none;
}
.cart-container .carrito .form-cart .cart .cart-item .quantity-controls button::before {
  width: 16px;
  height: 16px;
  background: url(../Magento_Checkout/images/plus.svg) no-repeat center center;
  content: '';
}
.cart-container .carrito .form-cart .cart .cart-item .quantity-controls button.minus::before {
  background: url(../Magento_Checkout/images/minus.svg) no-repeat center center;
}
.cart-container .carrito .form-cart .cart .cart-item .quantity-controls input {
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  color: #525151;
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.02em;
  border-radius: 0;
}
.cart-container .carrito .form-cart .actions {
  display: flex;
  flex-wrap: wrap;
}
.cart-container .carrito .form-cart .actions .updateaction {
  width: 100%;
}
.cart-container .carrito .form-cart .actions .action.update {
  margin-left: 0;
  width: 211px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #ec6d00;
}
.cart-container .carrito .form-cart .actions .action.update:before {
  display: none;
}
.cart-container .carrito .form-cart .actions .action.continue {
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  background-color: transparent;
  border: 1px solid #D9D9D9;
  color: #ec6d00;
  position: relative;
}
@media screen and (min-width: 1280px) {
  .cart-container .carrito .form-cart .actions .action.continue {
    max-width: 255px;
  }
}
.cart-container .carrito .form-cart .actions .action.continue::before {
  content: url(../Magento_Checkout/images/back.svg);
  position: absolute;
  left: 66px;
  top: 7px;
}
.cms-page-view .column.main {
  max-width: 1400px;
}
.cms-page-view .column.main [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column-line {
  column-gap: 44px;
  row-gap: 16px;
}
.cms-page-view .column.main [data-content-type="row"] .pagebuilder-column-group .pagebuilder-column-line figure img {
  border-radius: 30px;
}
.cms-page-view .column.main .sobre-nosotros-header {
  margin-top: 42px;
  margin-bottom: 100px;
}
.cms-page-view .column.main .sobre-nosotros-header img {
  display: block;
  margin: 0 auto;
}
.cms-page-view .column.main .sobre-nosotros {
  margin-bottom: 60px;
  margin-bottom: 100px;
}
.cms-page-view .slick-dots li button {
  border: 1px solid #181716;
}
.cms-page-view .slick-track {
  display: flex !important;
}
.cms-page-view .slick-track .slick-slide {
  display: flex !important;
}
.cms-page-view .slick-track .slick-slide > div {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.cms-page-view .slick-track .slick-slide > div .product-item {
  display: flex !important;
  flex-direction: column;
  height: 100%;
}
.cms-page-view .slick-track .slick-slide > div .product-item .product-item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cms-page-view .slick-track .slick-slide > div .product-item .product-item-info .product-item-details {
  height: 100%;
}
.cms-page-view .slick-track .slick-slide > div .product-item .product-item-info .product-item-details .product-reviews-summary {
  display: none;
}
.cms-page-view .slick-track .slick-slide > div .product-item .product-item-info .product-item-details .price-box {
  margin-top: auto !important;
}
.contact-container {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}
h1 {
  margin-bottom: 15px;
  margin-bottom: 25px;
}
h2 {
  color: #ec6d00;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}
a {
  color: #ec6d00;
  font-weight: 700;
}
.contact-claims {
  margin-top: 30px;
}
.contact-claims .pagebuilder-column-group .pagebuilder-column-line {
  row-gap: 51px;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  max-width: 944px;
  margin-left: auto;
  margin-right: auto;
}
.contact-claims .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
  width: 50% !important;
  flex-basis: auto;
  width: 100% !important;
}
.contact-claims .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.contact-claims .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column a {
  margin-right: 0;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  line-height: 26px;
  padding: 7px 34px;
  border-radius: 2px;
}
.contact-claims .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column a:hover {
  color: #ec6d00;
  border: 1px solid #ec6d00;
}
.formulario {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.formulario h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  color: #181716;
}
.formulario iframe {
  max-height: 300px;
  max-height: 100%;
}
.formulario .form.contact {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 41px 29px 26px;
  padding: 41px 32px 45px;
}
.formulario .form.contact .fieldset {
  margin: 0;
}
.formulario .form.contact .fieldset .field {
  margin: 0 0 10px;
}
.formulario .form.contact .fieldset .field.choice label {
  display: inline;
  font-weight: 400;
  width: auto;
}
.formulario .form.contact .fieldset .field.choice label.acepto {
  position: relative;
}
.formulario .form.contact .fieldset .field.choice label.acepto::after {
  position: absolute;
  left: -8px;
  top: 2px;
}
.formulario .form.contact .fieldset .field.choice label span {
  display: block;
  margin-left: 30px;
}
.formulario .form.contact .fieldset .field.choice input {
  float: left;
  margin: 0 10px 0 0;
}
.formulario .form.contact .actions-toolbar {
  margin-left: 0;
  margin-top: 26px;
}
.formulario .form.contact .actions-toolbar .primary {
  width: 50%;
}
.formulario .form.contact .actions-toolbar .submit {
  position: relative;
  padding: 11px 47px;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  border-radius: 2px;
  width: 100%;
}
.formulario .form.contact .actions-toolbar .submit::after {
  content: url(../images/icons/arrow-submit.svg);
  position: absolute;
  right: 16px;
}
.form.contact {
  margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
  .form.contact {
    margin-bottom: 40px;
  }
}
.form.contact a {
  color: #ec6d00;
}
.form.contact .actions-toolbar {
  margin-left: 0;
}
.customer-account-create .page-main {
  margin-top: 30px;
  margin-top: 40px;
}
.customer-account-create .page-main .form-create-account {
  max-width: calc(1400px);
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 110px;
  margin-bottom: 110px;
}
.customer-account-create .page-main .form-create-account .steps {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
}
.customer-account-create .page-main .form-create-account .steps .step {
  display: flex;
  flex-direction: column;
  gap: 13px;
  gap: 49px;
}
.customer-account-create .page-main .form-create-account .actions-toolbar {
  display: flex;
  justify-content: center;
  margin-top: 66px;
  margin-left: 0;
}
.customer-account-create .page-main .form-create-account .actions-toolbar button {
  background-color: #ec6d00;
  position: relative;
  padding: 11px 47px;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  border-radius: 2px;
  width: 100%;
  max-width: 290px;
}
.customer-account-create .page-main .form-create-account .actions-toolbar button::after {
  content: url(../images/icons/arrow-submit.svg);
  position: absolute;
  right: 16px;
}
.customer-account-create .page-main .form-create-account .actions-toolbar button:hover {
  background-color: #ffffff;
}
.account .sidebar-main .block-collapsible-nav {
  top: 0;
}
.account .sidebar-main .block-collapsible-nav:last-child {
  display: none;
}
.account fieldset,
.account .fieldset {
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  padding: 0;
  margin: 0;
}
.account fieldset > legend,
.account .fieldset > legend {
  width: 100%;
  color: #ec6d00;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  padding: 19px 27px;
  background-color: #fafafa;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  float: left;
}
.account fieldset > legend.legend,
.account .fieldset > legend.legend {
  margin-left: 0;
}
.account fieldset .step-inputs,
.account .fieldset .step-inputs {
  padding: 22px 29px;
  margin-top: 9px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.account fieldset .step-inputs .control-radio,
.account .fieldset .step-inputs .control-radio {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 3px;
  cursor: pointer;
  font-size: 16px;
}
.account fieldset .step-inputs .control-radio input[type=radio],
.account .fieldset .step-inputs .control-radio input[type=radio] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.account fieldset .step-inputs .control-radio .control_indicator,
.account .fieldset .step-inputs .control-radio .control_indicator {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #ffffff;
  border: 1px solid #a1a1a1;
  border-radius: 50%;
}
.account fieldset .step-inputs .control-radio .control_indicator:after,
.account .fieldset .step-inputs .control-radio .control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
  left: 3px;
  top: 3px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #EC6E00;
  transition: background 250ms;
}
.account fieldset .step-inputs .control-radio input:checked ~ .control_indicator:after,
.account .fieldset .step-inputs .control-radio input:checked ~ .control_indicator:after {
  display: block;
}
.account fieldset .step-inputs .control,
.account .fieldset .step-inputs .control {
  flex: 1;
}
.account fieldset .step-inputs .control .nested,
.account .fieldset .step-inputs .control .nested {
  margin-top: 10px;
}
.account fieldset.step1-box1 .step-inputs,
.account .fieldset.step1-box1 .step-inputs {
  gap: 31px;
}
.account fieldset .aditional_info,
.account .fieldset .aditional_info {
  color: #181716;
}
.account .fieldset {
  padding-bottom: 22px;
}
.account .fieldset .field {
  padding: 0 29px;
}
.account .column.main .block {
  padding: 20px;
  border: 1px solid #c2c2c2;
  margin-bottom: 20px;
}
.account .column.main .block:not(.widget) .block-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c2c2;
}
.account .column.main .block .block-content {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 1024px) {
  .account .column.main .block .block-content {
    flex-direction: row;
  }
}
.account .column.main .block .block-content .box {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .account .column.main .block .block-content .box {
    width: 48%;
  }
}
.account .column.main .block .block-content .table-wrapper {
  width: 100%;
}
.form-address-edit .fieldset {
  margin-top: 20px;
}
.form-address-edit .fieldset:first-child {
  margin-top: 0;
}
.form-newsletter-manage .fieldset .fieldset {
  display: none;
}
.customer-account-login .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  text-align: center;
  margin-top: 58px;
}
.customer-account-login .page-title-wrapper h1,
.customer-account-forgotpassword .page-title-wrapper h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  margin-bottom: 20px;
}
.customer-account-login .login-container,
.customer-account-forgotpassword .login-container {
  max-width: 920px;
  margin: 40px auto;
  text-align: center;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .customer-account-login .login-container,
  .customer-account-forgotpassword .login-container {
    flex-direction: column;
    gap: 50px;
  }
}
.customer-account-login .login-container::before,
.customer-account-forgotpassword .login-container::before,
.customer-account-login .login-container::after,
.customer-account-forgotpassword .login-container::after {
  display: none;
}
.customer-account-login .login-container .block-title,
.customer-account-forgotpassword .login-container .block-title {
  font-size: 14px;
}
.customer-account-login .login-container .block-title strong,
.customer-account-forgotpassword .login-container .block-title strong {
  font-size: 24px;
  padding: 0;
  border-width: 0;
  text-transform: capitalize;
  font-weight: 600;
}
.customer-account-login .login-container .block-content,
.customer-account-forgotpassword .login-container .block-content {
  text-align: center;
}
.customer-account-login .login-container .block-content .actions-toolbar .primary .action,
.customer-account-forgotpassword .login-container .block-content .actions-toolbar .primary .action {
  margin: 0;
}
.customer-account-login .login-container .block,
.customer-account-forgotpassword .login-container .block {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
}
.customer-account-login .login-container .block .block-title,
.customer-account-forgotpassword .login-container .block .block-title {
  color: #ec6d00;
  background-color: #fafafa;
  border-radius: 10px 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  flex-direction: column;
  padding-bottom: 0;
}
.customer-account-login .login-container .block .block-content .primary,
.customer-account-forgotpassword .login-container .block .block-content .primary {
  width: 100%;
  display: flex;
  margin-right: 0;
  margin-left: 0;
  justify-content: center;
}
.customer-account-login .login-container .block .block-content .primary button,
.customer-account-forgotpassword .login-container .block .block-content .primary button,
.customer-account-login .login-container .block .block-content .primary a,
.customer-account-forgotpassword .login-container .block .block-content .primary a {
  width: 100%;
  max-width: 312px;
  font-weight: 500;
  text-transform: uppercase;
  justify-content: center;
}
.customer-account-login .login-container .block .block-content .primary button,
.customer-account-forgotpassword .login-container .block .block-content .primary button {
  margin: 0 auto;
}
.customer-account-login .login-container .block .block-content .primary a,
.customer-account-forgotpassword .login-container .block .block-content .primary a {
  margin-top: 10px;
}
.customer-account-login .login-container .block-customer-login,
.customer-account-forgotpassword .login-container .block-customer-login {
  margin-bottom: 0;
}
.customer-account-login .login-container .block-customer-login .block-content,
.customer-account-forgotpassword .login-container .block-customer-login .block-content {
  padding: 30px;
}
.customer-account-login .login-container .block-customer-login .block-content .fieldset,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .fieldset {
  margin-bottom: 0;
}
.customer-account-login .login-container .block-customer-login .block-content .fieldset label,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .fieldset label {
  display: none;
}
.customer-account-login .login-container .block-customer-login .block-content .fieldset input,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .fieldset input {
  border: 1px solid #d9d9d9;
}
.customer-account-login .login-container .block-customer-login .block-content .fieldset:after,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .fieldset:after {
  display: none;
}
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .actions-toolbar {
  margin-left: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar .secondary,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .actions-toolbar .secondary {
  margin-top: 13px;
}
.customer-account-login .login-container .block-customer-login .block-content .actions-toolbar .secondary a,
.customer-account-forgotpassword .login-container .block-customer-login .block-content .actions-toolbar .secondary a {
  color: #181716;
  text-decoration: none;
}
.customer-account-login .login-container .block-new-customer .block-content,
.customer-account-forgotpassword .login-container .block-new-customer .block-content {
  padding: 30px;
}
.customer-account-login .login-container .block-forgot,
.customer-account-forgotpassword .login-container .block-forgot {
  width: 100%;
}
.customer-account-login .login-container .block-forgot .block-content form,
.customer-account-forgotpassword .login-container .block-forgot .block-content form {
  width: 100%;
}
.customer-account-login .login-container .block-forgot .block-content form fieldset,
.customer-account-forgotpassword .login-container .block-forgot .block-content form fieldset {
  margin-bottom: 29px;
}
.customer-account-login .login-container .block-forgot .block-content form fieldset label,
.customer-account-forgotpassword .login-container .block-forgot .block-content form fieldset label,
.customer-account-login .login-container .block-forgot .block-content form fieldset::after,
.customer-account-forgotpassword .login-container .block-forgot .block-content form fieldset::after {
  display: none;
}
.customer-account-login .login-container .block-forgot .block-content form fieldset .control,
.customer-account-forgotpassword .login-container .block-forgot .block-content form fieldset .control {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.customer-account-login .login-container .block-forgot .block-content form .actions-toolbar,
.customer-account-forgotpassword .login-container .block-forgot .block-content form .actions-toolbar {
  margin-left: 0;
  margin-bottom: 29px;
}
.account.page-layout-2columns-left .column.main {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .account.page-layout-2columns-left .column.main {
    width: calc(100% - 380px);
  }
}
.account.page-layout-2columns-left .column.main .form-address-edit .actions-toolbar {
  margin-left: 0;
}
.account.page-layout-2columns-left .sidebar-main {
  width: 100%;
  max-width: 380px;
  padding-right: 0;
  margin-left: 0;
}
.account .messages {
  margin-bottom: 20px;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main .block:not(.widget) .block-title strong {
  font-size: 14px;
}
.account-popup .account-info-summary {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.account-popup .account-info-summary .info-summary-top {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  z-index: 1000;
  border-radius: 10px;
}
.account-popup .account-info-summary .info-summary-top .actions-toolbar {
  margin-top: 20px;
}
.account-popup .account-info-summary .info-summary-top .close-popup {
  position: absolute;
  top: 0;
  right: 9px;
  padding: 4px;
  display: flex;
  font-weight: bold;
  border-radius: 60px;
}
.account-popup .account-info-summary .info-summary-top .close-popup a {
  color: #181716;
}
.account-popup .account-info-summary .info-summary-bottom {
  position: fixed;
  top: calc(50% + 125px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  padding: 20px;
  background-color: white;
  z-index: 1000;
  border-radius: 10px;
}
.aditional_info {
  color: #ffffff;
}
.aditional_info a {
  color: #ffffff;
}
/* Hacer que las columnas en responsive se invierta el orden */
@media screen and (max-width: 1280px) {
  .responsive-reverse .pagebuilder-column-group .pagebuilder-column-line {
    flex-direction: column-reverse;
  }
  .responsive-reverse .pagebuilder-column-group .pagebuilder-column-line .pagebuilder-column {
    width: 100% !important;
  }
}
.pagebuilder-button-primary {
  color: #ffffff;
  background-color: #ec6d00;
}
.pagebuilder-button-primary:visited {
  color: #ffffff;
  background-color: #ec6d00;
}
.pagebuilder-staff .pagebuilder-staff-wrapper .tdtprofesional_staff_item .name {
  color: #ec6d00;
}
.tdtprofesional_claim {
  margin-top: 10px;
  margin-top: 40px;
}
.tdtprofesional_claim .claim-content {
  color: #181716;
}
.tdtprofesional_claim .claim-content a {
  color: #ffffff;
}
.tdtprofesional_claim .claim-content a:hover {
  color: #ec6d00;
}
.ves-brandlist .page-title-wrapper {
  margin-bottom: 30px;
}
.ves-brandlist .brandlist .block-content {
  display: grid;
  gap: 20px;
}
.ves-brandlist .brandlist .block-content .row {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-columns: repeat(6, 1fr);
}
.ves-brandlist .brandlist .block-content .row > div {
  display: flex;
  align-items: center;
  justify-content: center;
}
.ves-brandlist .brandlist .block-content .row > div .brand-item {
  height: auto;
}
.ves-brandlist .brand-searchform .search-field {
  height: 38px;
}
.ves-brandlist .brand-searchform .search-submit {
  top: 0;
}
.vesbrand-brand-view .page-main {
  max-width: 1440px;
}
.vesbrand-brand-view .page-main .pagebuilder-column-group .pagebuilder-column-line {
  column-gap: 44px;
  row-gap: 16px;
}
.vesbrand-brand-view .page-main .pagebuilder-column-group .pagebuilder-column-line figure img {
  border-radius: 30px;
}
.vesbrand-brand-view .page-main .brand-description {
  margin-bottom: 170px;
}
.brand-especialista {
  border: 1px solid #D9D9D9;
  padding: 29px 33px;
  border-radius: 2px;
  max-width: max-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  margin-top: 49px;
  margin-bottom: 49px;
}
.brand-especialista a {
  color: #ffffff;
  background-color: #ec6d00;
  display: block;
  padding: 9px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  text-align: center;
}
