/* Estilos Generales */

/* Preloader */
.mfp-preloader {
    content: '' !important;
    background: transparent;
    margin: auto !important;
    position: fixed !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 100;
    width: 30px !important;
    height: 30px !important;
    border: 2px dashed #ff641c;
    border-radius: 100%;
    animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
}

img, object, video, embed {
    max-height: 100%;
    max-width: 100%;
}

/* Header */
.header-maininner-row {
    padding: 15px 0 !important;
    min-height: 80px !important;
}

.header-content-action .authorization-link a, .dts-links-section a {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 21px;
    color: #4A5A6D;
}

.dts-links-section .user-topbar, .dts-links-section .user-topbar i, 
.dts-links-section .wishlist-icon i, .dts-links-section .action.showcart > i, .dts-links-section .minicart-action  {
    font-size: initial;
    line-height: initial;
    vertical-align: middle;
}

.dts-links-section .mbi-user:before, .icon-top-mobile .user-topbar .mbi-user:before {
    content: '' !important;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/media/wysiwyg/icon-login.svg) no-repeat;
    background-size: contain;
    margin: 0;
}

.dts-links-section .mbi-heart:before, .icon-top-mobile .mbi-heart:before {
    content: '' !important;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/media/wysiwyg/icon-wishlist.svg) no-repeat;
    background-size: contain;
    margin: 0;
}

.dts-links-section .mbi-bag2:before, .icon-top-mobile .minicart-action .mbi-bag2:before {
    content: '' !important;
    display: inline-block;
    width: 21px;
    height: 21px;
    background: url(/media/wysiwyg/icon-shopping-bag.svg) no-repeat;
    background-size: contain;
    margin: 0;
}

.action.showcart .counter.qty {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 0;
    background-color: #D01C1C;
    width: 8px;
    height: 8px;
}

.counter-number {
    margin-left: 10px;
    font-family: Brandon Grotesque;
    font-size: 20px;
    font-style: normal;
    font-weight: 390;
    line-height: 20px;
    color: #202121;
}

/* Landing Nueva */
.producto-solo-bloque {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.landing-nueva-section .amxnotif-container {
    display: none;
}

.landing-nueva-section button.action.tocart.primary {
    border-radius: 4px;
    border-radius: 4px;
    background: #f2ede5;
    display: inline-flex;
    font-size: 13px;
    height: 50px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    color: #202121;
    gap: 4px;
    margin: auto;
    width: 100%;
    border: none;
    box-shadow: none;
}

.pagebuilder-column [data-content-type=products] .block.widget .products-grid .widget-product-grid.product-items .product-item {
    display: inline-block;
}

.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.landing-nueva-section .product-item-actions .actions-secondary {
    display: none !important;
}

.landing-nueva-section .slick-slider .slick-arrow {
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.landing-nueva-section .slick-dots li button {
    border: 1px solid #000 !important;
    width: 15px;
    height: 15px;
}

.landing-nueva-section a.pagebuilder-button-primary:hover, 
.landing-nueva-section button.pagebuilder-button-primary:hover, 
.landing-nueva-section div.pagebuilder-button-primary:hover {
    background:#ff641c;
}

/* WhatsApp */
#wachat a {
    width: auto!important;
    height: auto!important;
    background: transparent!important;
    bottom: 10%!important;
}


/* Menu Desktop */
.dts-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    box-shadow: none;
  }

.dts-menu .mega_menu_dropdown .desktop-menu-content {
    display: flex;
    align-items: center;
}

.dts-menu .mega_menu_dropdown .icon {
    display: flex;
    align-items: center;
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.dts-menu .desktop-menu-content .menu_text {
    color: #fff;
}

  .mega_menu.sub_menu {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }

  /* .dts-menu .mega_menu_dropdown.has_dropdown:hover:after {
    content: '';
    position: absolute;
    background: rgba(0,0,0,.5);
    top: calc(100% + 9px);
    left: -5000%;
    right: -5000%;
    z-index: 10;
    bottom: 0;
    pointer-events: none;
    width: 100000%;
    height: 100000%;
} */


  .dts-menu a {
    text-decoration: none;
  }
  .dts-menu ul,
  .dts-menu ol {
    list-style-type: none;
  }

  /* normal menu css */
  .dts-menu .main_menu ul {
    display: flex;
    align-items: center;
    padding: 0;
  }
  .dts-menu .main_menu > ul > li {
    display: inline-block;
    position: relative;
    margin: 0 -2px;
  }
  .dts-menu .main_menu ul li {
    position: relative;
  }
  
  .dts-menu .main_menu ul li a {
    font-size: 16px;
    color: #ffffff;
    padding: 10px;
    display: flex;
    align-items: center;
    font-weight: 400;

  }
  
  .sticky-menu.active .dts-menu .main_menu ul li a:hover {
    color: #fff;
}

.sticky-menu.active .dts-menu .mega_menu.sub_menu a:hover {
    color: #212121;
}
  
  .horizontal-menu-wrap .dts-menu .main_menu ul li .mega_menu_item_large .mega_menu_title strong, .horizontal-menu-wrap .dts-menu .main_menu ul li .mega_menu_item .mega_menu_title strong {
    font-weight: bold;
  }

  .dts-menu .mega_menu_title {
    margin: 8px 0px;
  }

  .dts-menu .main_menu ul li .mega_menu_item_large a{
    font-size: 16px;
    color: #212121;
    padding: 5px 0px;
    display: flex;
    align-items: center;
    font-weight: 400;
  }
  /*.dts-menu .main_menu ul li .active,
  .dts-menu .main_menu ul li:hover > a {
  color: var(--hover-color);
  }*/
  /* Normal Dropdown menu */
  .dts-menu .main_menu ul li ul {
    width: 200px;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  }

  .dts-menu .main_menu ul li ul li a {
    padding: 15px;
    font-size: 15px;
  }
  .dts-menu .main_menu ul li ul li a i {
    float: right;
  }

  .dts-menu .main_menu ul li ul li ul {
    left: 100%;
    top: 0;
  }

  /* mega menu css */
  .dts-menu .mega_menu_dropdown {
    position: static !important;
  }
  .dts-menu .mega_menu {
    left: 0;
    right: 0;
    background: #fff;
    transition: 0.5s;
    box-shadow: 0px 5px 15px 0px rgba(212, 201, 201, 0.75);
  }
  .dts-menu .mega_menu_item.large {
    width: 48%;
  }
  .mega_menu_content {
    max-width: 1600px;
    padding: 0 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .mega_menu_content_large {
    max-width: 1600px;
    padding: 0 60px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .dts-menu .mega_menu_item.small {
    width: 30%;
  }
  .dts-menu .mega_menu_item {
    width: 20%;
    padding: 30px 20px;
  }
  .dts-menu .mega_menu_item_large {
    width: 14%;
    padding: 30px 20px;
  }

  .dts-menu .main_menu ul li .mega_menu_item a {
    padding: 5px 0;
    color: #212121;
  }

  .dts-menu .mega_menu_item h1 {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #202121;
    margin-bottom: 10px;
  }
  .dts-menu .mega_menu_item_large h1 {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #202121;
    margin-bottom: 10px;
  }

  .dts-menu .mega_menu_item img {
    width: 100%;
  }

  .dts-menu .mobile_btn {
    display: none;
  }


/* Menu Mobile */
.magebig-mobile-menu .nav-bar-wrap {
    padding-top: 72px;
    padding-right: 0;
}

.magebig-mobile-menu ul.nav-collapse li a {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 21px;
    padding: 15px 42px 15px 15px;
    border-bottom: 1px solid #D9E3E8 !important;
    color: #202121;
}

.magebig-mobile-menu .nav-bar-wrap:before {
    right: 0;
}

.magebig-mobile-menu .close-nav {
    color: #202121;
    background-color: transparent;
    margin-left: -50px;
    padding: 18px 10px;
    z-index: 9999;
}

ul.nav-collapse ul.level1 > li > a {
    padding-left: 30px;
    border: none !important;
}

/* Buscador */
.dts #search_mini_form #search {
    background-color: #F3F3F3;
    height: 48px;
    border: none;
    border-radius: 8px;
}

.dts .block-search {
    padding-right: 0px;
}

.dts .block-search .minisearch .loading-mask {
    position: absolute;
    left: auto;
    right: 0;
}

.dts .block-search .action.search {
    height: 48px;
    border-radius: 8px;
    border-right: 1px solid #ccc;
    background-color: transparent;
    border: none;
}

.dts .block-search .action.search span {
    display: none;
}

.dts #search_mini_form #search {
    padding-left: 35px;
}

.dts #search_mini_form #search::placeholder {
    color: #877770;
    font-family: 'Brandon Grotesque';
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
}

.dts .search-placeholder-image {
    position: absolute;
    left: 15px;
    top: 16px;
    width: 16px;
    height: 16px;
}

.heading-title {
    font-family: 'Joane';
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-top: 25px;
    margin-bottom: 25px;
    color: #202121;
}

/* Campos */
.checkout-index-index input, .amcheckout-step-container select, 
.customer-account-create .block.block-new-customer input, .customer-account-login .login-container input, .form.password.forget input{
    width: 100%;
    height: 56px !important;
    border-radius: 4px !important;
    border: 1px solid #4A5A6D !important;
}

.customer-account-login .page-main, .customer-account-forgotpassword .page-main, .customer-account-create .page-main, .customer-account-confirmation .page-main, .multishipping-checkout-login .page-main {
    background-color: #fff !important;
}

.account.customer-blog-posts.customer-address-form .field.street>.label {
    display: block;
}

.modal-slide._inner-scroll .modal-footer {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

aside.modal-popup.new-shipping-address-modal.modal-slide._inner-scroll._show .modal-popup button.action.primary.action-save-address {
    width: 100%;
}

/* Pagina de Registro */
.block.block-new-customer, .block.block-login-customer, .login-container, .form.password.reset, .form.send.confirmation, .form.password.forget {
    max-width: 100%;
    width: 100%;
    margin: 48px auto;
}

.block.block-new-customer .fieldset, .login-container .fieldset, .form.password.reset .fieldset, .form.send.confirmation .fieldset, .form.password.forget .fieldset {
    background-color: transparent;
    box-shadow: none;
    border-radius: 4px;
    padding: 0;
}

.customer-account-create .block-title, .login-container .block .block-title, .customer-account-forgotpassword .block-title {
    font-family: Joane;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.8px;
    color: #202121;
    margin-bottom: 25px;
}

.customer-account-create .block.block-login-customer, .login-container .block.block-customer-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

.customer-account-create .block.block-login-customer .login-button, .login-container .block.block-customer-register .register-button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0;
}

.customer-account-create .container.main-container button, .customer-account-create .action.primary, .action.secondary, .login-container button, .login-container .action.primary, .action.secondary {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    min-width: 160px;
    padding: 16px 24px;
    border-radius: 4px;
    border: none;
    background: #4A5A6D;
    color:#fff;
}

/* Pagina Contraseña Olvidada */

.login-container button.action, .form.password.reset button.action, .form.send.confirmation button.action, .form.password.forget button.action {
    width: 100% !important;
    height: 53px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 16px;
    border-radius: 4px;
    background: #4A5A6D;
    border: none;
    color: #fff;
}

/* Popup Subscribe Out of Stock */
.category .subscribe-popup {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 570px;
    height: 330px;
    border-radius: 8px;
    margin: auto;
    background: #FFF;
}

.category .subscribe-popup .notification-container {
    margin-top: 0px!important;
    width: 80%;
}

.amxnotif-block .notification-container {
    display: flex;
    flex-wrap: nowrap;
}

.close-subscribe-popup {
  font-size: 0;
  background: #F2EDE5;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
}

span.close-subscribe-popup:before {
    content: "\e92a";
    font-family: mbicon;
    color: #877770;
    font-size: 30px;
    opacity: 1;
    background: transparent;
}

.amxnotif-block label {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.pw-back-in-stock-notification {
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: self-start;
    gap: 10px;
}

.pw-back-in-stock-notification .notification-description {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #202121;
}

.category .subscribe-popup .action.primary, .action.secondary {
    display: inline-flex;
    height: 40px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #4A5A6D!important;
    border: none!important;
    color: #fff!important;
}

.label.subscribe-popup a {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 14px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    padding: 8px 0;
    color: #4A5A6D;
}

.label.subscribe-popup a {
    display: flex;
    width: 70%;
    justify-content: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    border-radius: 4px;
    border: 1px solid #4A5A6D;
    background: #FFF;
    text-decoration: auto;
}

.product-info-main .amxnotif-block #notification-container-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}

.product-info-main .amxnotif-block .input-fields {
    display: inline-block;
    margin: 0;
    vertical-align: top;
    width: 80%;
}

.product-info-main .amxnotif-block .action.primary, .action.secondary {
    height: 42px;
}

.stock.unavailable {
    text-align: left;
}

.stock.unavailable span {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 20px; 
    color: #FACDD8;
}

/* Pagina de Login */
.login-container .block .block-title .title {
    padding: 0px!important;
}

/* Banner Principal Home */
.main-slider-full {
    margin: 0;
}

.banner-slider-top.dts{
    margin:25px 0px;
    border: none;
}

.banner-slider-top.dts .owl-theme .owl-nav {
    position: static;
}

.banner-slider-top.dts .item-bn-slider-05 .item-slider .item {
    height: 100%;
    min-height: 100%;
}

.banner-slider-top.dts .img-native-wrap img {
    position: relative;
}

.banner-slider-top.dts .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 0;
}

.banner-slider-top.dts .img-slide {
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
}

.banner-slider-top.dts .item-slider img {
    border-radius: 4px;
}

.banner-slider-top.dts .item-bn-slider-05 {
    margin-left: 10px;
    margin-right: 10px;
}

.banner-slider-top.dts .item-slider {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
    object-fit: cover;
}

.banner-slider-top.dts .owl-carousel .owl-nav button {
    opacity: 1;
    visibility: visible;
}

.banner-slider-top.dts .owl-theme .owl-nav [class*='owl-'] > * {
    font-weight: 700;
    font-size: 16px;
    line-height: 45px;
}

.banner-slider-top.dts .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
}
.banner-slider-top.dts .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
}

.banner-slider-top.dts .owl-carousel .owl-nav button.owl-next,.banner-slider-top.dts .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    color: #fff;
    font-weight:bold;
}

.banner-slider-top.dts .owl-carousel .owl-nav button.owl-next:hover, .banner-slider-top.dts .owl-carousel .owl-nav button.owl-prev:hover {
    background: #fff;
    color: #000;
}

.banner-slider-top.dts.slider-2 .owl-carousel > li, .banner-slider-top.dts .slider-2 .owl-carousel > div {
    width: auto; 
}

/* Home featured products */
.home-featured-products {
    margin-top: 60px;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 0;
    top: -77px;
}

.owl-stage {
    margin-top: 25px;
}

.widget-heading-center .heading-title {
    text-align: left;
    background: transparent;
    border: none;
}

 .widget-product .owl-theme .owl-nav .owl-prev {
    left: -110px;
}

 .widget-product .owl-theme .owl-nav .owl-next {
    left: auto;
    right: 0;
}

 .widget-product .owl-theme .owl-nav [class*='owl-'] {
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 15px;
    color: #000;
    border-radius: 50%;
    border: 1px solid #202121;
    width: 45px;
    height: 45px;
}

.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
    color: #fff;
    background-color: #202121;
}

.widgetplus.widget-product.related .heading-title{
    font-family: Joane;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.8px;
    color: #202121;
}


/* Productos Relacionados*/
.mst-related_products__productsList .block-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: initial !important;
    margin-bottom: 40px;
}

.mst-related_products__productsList .block-title strong{
    font-weight: 700 !important;
}

.mst-related_products__productsList .product-item {
    padding: 0 12px !important;
}

.mst-related_products__productsList .productsList-paging {
    display: none!important;
}

.mst-related_products__productsList .productsList-prev, .mst-related_products__productsList .productsList-next {
    right: 0px;
    top: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #e3e3e3;
    font-size: 15px;
    color: rgb(0, 0, 0);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-image: initial;
    z-index: 100!important;
}

.mst-related_products__productsList .productsList-prev {
    left: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 16px 16px;
}

.mst-related_products__productsList .productsList-next {
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 16px 16px!important;
}

.mst-related_products__productsList .productsList-prev:hover, .mst-related_products__productsList .productsList-next:hover {
    transform: none!important;
    border-color: #a3a3a3;
    box-shadow: none;
}

/* Pagina del Producto*/
.product-item {
    margin-bottom: 30px;
}

.product-item-info {
    padding: 12px;
    border: 1px solid #f3f3f0;
    border-radius: 3px;
}

.product-item-photo .discount-percent, .product.media .discount-percent {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    display: flex;
    padding: 2px 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    background: #ff641c;
    color: #FFF;
    font-family: 'Brandon Grotesque';
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: -0.2px;
    text-transform: uppercase;
}

.product-item-name {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 420;
    line-height: 20px;
    color: #202121;
}

.product-item-name a {
    color: #202121 !important;
}

.special-price .price {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #4A5A6D;
}

.old-price .price {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 420;
    line-height: 24px;
    color: #4A5A6D;
}

.price-container .price {
    color: #4A5A6D;
}

.product-info-main .product-info-price .old-price .price-label {
    display: inline-block !important;
}

.product-info-main .box-tocart .actions .tocart, .box-tocart .instant-purchase {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    display: flex;
    height: 53px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    color: #FFF;
}

.product-info-main .box-tocart .actions .tocart:hover, .box-tocart .instant-purchase:hover {
    border: 1px solid #ff641c;
    background-color: #ff641c;
    color: #FFF;
}

.product-info-main .box-tocart .actions .tocart, .box-tocart .instant-purchase {
    display: flex;
    width: 100%;
    min-width: 100%;
    height: 53px;
    justify-content: center;
    align-items: center;
    margin: 0;
    gap: 4px;
}

.product-info-main.active {
      /* Estilos cuando la clase active está presente (posición sticky) */
      position: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 100;
      background-color: #fff; /* Cambia el color de fondo cuando se vuelve pegajoso */
}

/* Sticky Add-To-Cart*/
.sticky-addcart.active {
    padding: 5px;
}

.pw-sticky .sticky-addcart.active .outer-container, .pw-sticky .sticky-addcart.active .product-image-wrapper, .pw-sticky .sticky-addcart.active .price-box.promo {
    display: block !important;
    overflow: visible;
    opacity: 1;
    margin: 0;
    height: 100%;
}

.pw-sticky .sticky-addcart.active .product-image-wrapper img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 8px;
}

.pw-sticky .sticky-addcart.active .page-title-wrapper , .pw-sticky .sticky-addcart.active .stick-info {
    display: none !important;
}

.pw-sticky .sticky-addcart.active .towishlist,.pw-sticky  .sticky-addcart.active #instant-purchase,.pw-sticky  .sticky-addcart.active .paypal {
    display: block !important;
}

.pw-sticky .sticky-addcart.active .fieldset-add {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.pw-sticky .sticky-addcart.active .inner-container {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
    gap: 8px;
}

.pw-sticky .sticky-addcart.active .inner-container .category-container {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #202121;
}

.pw-sticky .sticky-addcart.active .inner-container .product-container {
    font-family: Joane;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: #202121;
}

.sticky-addcart .box-tocart .fieldset-add .control {
    height: 53px;
    min-height: 53px;
}

.sticky-addcart .box-tocart .fieldset-add {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    vertical-align: top;
    gap: 10px;
}

.sticky-addcart .box-tocart .field {
    margin-right: 0;
    margin-bottom: 10px;
}

.sticky-addcart .box-tocart .actions {
    flex: 1;
}

.sticky-addcart .box-tocart #instant-purchase {
    display: none;
}

.box-tocart .fieldset-add .custom-qty,
.box-tocart .fieldset-add .custom-qty button {
    height: 100%;
}

.sticky-addcart .box-tocart .field > label {
    display: none;
}

.sticky-addcart .box-tocart .towishlist {
    border-radius: 4px;
    background: #F3F3F3;
    height: 53px;
}

.sticky-addcart .box-tocart .towishlist > span {
    line-height: 53px;
    display: block;
    width: 56px;
    height: 53px;
}

.sticky-addcart .box-tocart .towishlist {
    display: inline-block;
    font-size: 24px;
    height: 53px;
}

.sticky-addcart .box-tocart .towishlist .mbi-heart:before {
    content: '' !important;
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/media/wysiwyg/Wishlist.svg) no-repeat;
    background-size: contain;
}

.product-item .btn-wishlist {
    position: absolute;
    top: 0;
    right: 0px;
    left: auto;
    text-align: right;
    padding: 0px;
}

.product-item .col.btn-quick-view {
    position: absolute;
    top: 35px;
    right: 0px;
    left: auto;
    text-align: right;
    padding: 0px;
}

.product-item .btn-quick-view .icono,.product-item .btn-wishlist .icono, .product-item .action.tocart.mb-tooltip .icono{
    width: 16px;
    height: 16px;
}

.product-item .btn-quick-view button, .product-item .btn-wishlist button{
    position: relative;
    background-color: transparent;
    border: none;
    z-index: 2;
}

.product-item button.action.tocart.mb-tooltip {
    border-radius: 4px;
    background:#fffdee;
    display: inline-flex;
    font-size: 13px;
    height: 50px;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    color: #202121;
    gap: 4px;
}

.product-item button.action.tocart.mb-tooltip:hover {
    background: #f5eeb5;
}

.product-item button.action.tocart.mb-tooltip .mobile-text, .product-info-main .box-tocart .mobile-text {
    display: none;
}

.product-item .product-btn {
    position: relative;
    background-color: transparent;
    margin-bottom: 0px; 
    opacity: 1;
    visibility: visible;
}

.product-btn:has(.stock.unavailable) {
  display: block;
  visibility: visible;
  opacity: 0.78; /* Ajusta según sea necesario */
}

.product-item .col.btn-quick-view {
    display:none;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0s, opacity 0.5s ease-in;
}

.product-reviews-summary.short {
    margin-top: 15px;
    margin-bottom: 15px;
}

.rating-summary .rating-result > span:before {
    color: #877770!important;
}

.cat-links {
    border-top: none !important;
    margin-top: 0px !important; 
}

.cat-links a {
    color: #202121;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
}

.cat-links span:nth-child(1) {
    display:none;
}

/* Pagina del Product Media */
/* Galeria de Imagenes del Producto*/
.product.media .gallery-placeholder .fotorama__thumb {
    border: none;
}

.product.media .gallery-placeholder .fotorama__thumb-border {
    border-radius: 8px;
    border: 1px solid #4A5A6D;
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border-radius: 8px;
}

.catalog-product-view .product.media .discount-percent {
    position: absolute;
    left: auto;
    top: 0;
}

/* Pagina del Product Info */
.product-info-main .box-tocart .fieldset-add input.input-text {
    border-radius: 4px;
    border: 1px solid #202121;
    height: 53px;
    min-height: 53px;
}

.product-info-main-top {
    border-bottom: none;
    padding: 0;
    margin-bottom: 15px;
}

.product-info-main-top .cat-links {
    padding-top: 0;
}

.product-info-main-top .product-reviews-summary.short {
    margin: 0;
}

.product-info-main .product.attribute.overview {
    width: 100%;
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #202121;
    margin-bottom: 30px;
}

.product-info-main .product-info-price {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

.product-info-main .product-info-stock-sku {
    margin: 0;
}

.product-info-main .stock.available span {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    color: #4A5A6D;
}

.stock.available:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    margin-right: 5px;
}

.product-info-main .price-box.price-final_price {
    display: flex;
    flex-direction: column;
    align-items: start;
    flex: 1;
}

.product-info-main .benefits-container {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: wrap;
    background-color: #F2EDE5;
    border-radius: 8px;
    margin-top: 35px;
    padding: 28px;
}

.product-info-main .benefits-title {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #202121;
}

.product-info-main .benefit-list {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.product-info-main .benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    width: 30%;
    padding: 5px;
}
        
.product-info-main .benefit-item p {
    color: #202121;
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    margin: 0;
}
        
.product-info-main .benefit-item img {
    max-width: 100px;
    height: auto;
    margin-right: 10px;
}

/*Product-tab*/
.product.info.detailed {
    border-top: 1px solid #D9E3E8;
    background: #FFF;
    margin-bottom: 0;
}

.product.info.detailed.product-tab .product.data.items {
    text-align: left!important;
    padding-left: 50px;
}

.product.info.detailed.product-tab .product.data.items > .item.title {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 420;
    line-height: 20px;
    color: #202121;
}

.product.info.detailed.product-tab .product.data.items .item.title > .switch:before, .product.data.items .item.title > .switch:after {
    height: 2px;
    background: #202121 !important;
}

.product.info.detailed.product-tab .product.data.items:before {
    background-color: #D9E3E8 !important;
}

.additional-attributes-wrapper.table-wrapper img {
    display: none;
}

.detalles-del-producto-dts {
    border-top: 1px solid #D9E3E8;
}

.detalles-del-producto-dts .ingredientes-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.detalles-del-producto-dts .ingredientes-column .description {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #202121;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal; 
    max-height: 8em;
    transition: max-height 0.3s ease-out;
}

.detalles-del-producto-dts .ingredientes-column .showContent {
    max-height: none !important;
}

.detalles-del-producto-dts .ingredientes-column #showButton {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
    text-decoration-line: underline;
    margin: 10px 0;
    color: #4A5A6D;
    padding: 5px 0;
    border: none;
    text-align: left;
    width: max-content;
}

.detalles-del-producto-dts .product-details .icon-text {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    gap: 20px;
}

.detalles-del-producto-dts .product-details .icon {
    display: flex;
    width: 38px;
    height: 38px;
    padding: 7px;
    justify-content: center;
    align-items: center;
}

.detalles-del-producto-dts .product-details .text-container .title {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
}

.detalles-del-producto-dts .product-details .text-container .text {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #202121;
}

.banner-product-page{
    border-top: 1px solid #D9E3E8;
    padding: 48px 0;
    margin-top: 56px;
}


/* breadcrums*/
.wrapper-breadcrums {
    background-color: transparent !important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.wrapper-breadcrums .breadcrumbs ul.items {
    padding: 0;
}

.wrapper-breadcrums .breadcrumbs {
    min-height: auto;
}

.breadcrumbs .items > li {
    display: inline-block;
    font-size: 1.4rem;
    color: #4A5A6D;
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
}

.wrapper-breadcrums li a {
    color: #4A5A6D;
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
}

/* Pagina de la Categoria*/
.catalog-category-view .home-top-promociones {
    margin: 0!important;
}

.catalog-category-view .home-top-promociones .container {
    padding: 0!important;
}

.catalog-category-view .home-top-promociones .slick-slider {
    padding: 0!important;
}

/* Sidebar*/
.banner-sidebar .desktop-banner {
    height: 100%;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.block-nav, .block.filter  {
    background-color: transparent !important;
    border-bottom: 1px solid #D9E3E8 !important;
    padding: 25px 0;
}

.mb-range-slider .ui-slider-handle {
    background: #FACDD8!important;
}

.mb-range-slider .action.primary,.mb-range-slider .action.secondary {
    background-color: #FACDD8;
    border: 1px solid #FACDD8;
}

.sidebar .block-title {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 420;
    line-height: 20px;
    color: #202121;
}


.sidebar ul.nav-collapse li a {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    padding: 10px 0;
    color: #202121;
    border-bottom: 1px solid #D9E3E8;
}

.catalog-category-view .page-title {
    text-align: left!important;
}

.category-image .image {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.page-title {
    color: #202121;
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
}


.toolbar-products {
    background: transparent;
}

.toolbar-products .sorter {
    float: right;
    border: none;
    background: transparent;
    margin: 0px;
    color: #4A5A6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
}

.toolbar-products .sorter .sorter-action {
    display: none;
}

.catalog-category-view .toolbar-amount {
    color: #4A5A6D;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
}

.category-bottom-content {
    background: #F3F3F3;
    margin-top: 15px;
}

.category-bottom-content .category-description-container {
    color: #202121;
    font-size: 18px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.mb-trigger .action.primary, .action.secondary {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid #4A5A6D;
    background: #FFF;
    color: #4A5A6D;
}

/* Minicart*/
.pw-carrito .cart-sum-wrap {
    border-top: 1px solid #D9E3E8;
    padding: 15px 25px;
}

.pw-carrito .block-minicart .subtotal {
    margin: 0 0 25px 0;
}

.pw-carrito #minicart-content-wrapper .title-top span {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.pw-carrito .block-minicart .block-content .cart-sum-wrap .actions > .primary .action.primary, .pw-carrito .block-minicart .block-content .cart-sum-wrap .actions .action {
    border-radius: 4px;
    background: #ff641c;
    color: #fff;
}

.pw-carrito .block-minicart .subtotal .amount ,.pw-carrito .block-minicart .subtotal .label {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #202121;
    text-align: right;
}

.pw-carrito #minicart-content-wrapper .title-top .qty:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    position: relative;
    top: -5px;
    left: -45px;
    background-color: #D01C1C;
    border-radius: 50%;
    margin-right: 12px;
}

.pw-carrito #minicart-content-wrapper .title-top .cart-count {
    margin-left: 5px;
}

.minicart-items .action.delete:before,.cart.table-wrapper .actions-toolbar > .action-delete:before {
    content: "\e92a" !important;
    font-size: 16px;
    color: #4A5A6D;
}


.minicart-items .cart-input-update {
    display: inline-flex;
    height: 32px;
    padding: 8px;
    align-items: center;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #202121;
}

.minicart-items .cart-input-update .item-qty {
    border: none;
    text-align: center;
    height: 100%;
    padding: 0 20px;
    line-height: 24px;
    font-size: 1.4rem;
}

.minicart-items .cart-input-update button {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 32px;
    font-size: 16px;
    border: none;
    font-size: 11px;
    background: transparent;
    padding: 0 10px;
}

.minicart-items .update-cart-item {
    min-width: 80px;
    height: 32px;
}

.mfp-wrap.mfp-slide-right {
    width: 498px!important;
}

.pw-carrito #minicart-content-wrapper .title-top {
    /*top: 80px;*/
    background: #fff;
    border-bottom: none;
    padding: 10px 25px;
}

.pw-carrito #minicart-content-wrapper {
    padding-left: 25px;
    padding-right: 25px;
    overflow-x: auto;
    height: 60%;
    max-height: 60%;
    padding: 60px 25px 60px;
}

/* Oculta temporalmente el botón de finalizar compra en el carrito. Eliminar para mostrar. */
.pw-carrito #top-cart-btn-checkout {
    display: none;
}

.pw-carrito .block-minicart .block-content .cart-sum-wrap .actions > div {
    width: 100%;
}

.pw-carrito .minicart-items .product-item {
    border-top: none;
}

.pw-carrito .minicart-items .product-item-pricing .label {
    display: none;
}

.pw-productos-minicart {
    position: absolute;
    width: 100%;
    top: auto;
    bottom: 20%;
    padding: 0 25px;
    margin: 25px 0;
    margin: 0;
    z-index: 999;
    background: #fff;
}

.cart-sum-wrap {
    z-index: 9999;
}

.pw-productos-minicart .heading-title {
    font-family: Joane;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: #202121;
    margin: 5px 0;
}

.pw-productos-minicart .product-items {
    background: #F3F3F3;
    height: 100%;
    padding: 8px 15px;
    border-radius: 4px;
    margin-bottom: 0px;
}

.pw-productos-minicart .owl-stage {
    margin: 0;
}

.pw-productos-minicart .product-show {
    overflow: visible;
    padding-bottom: 10px;
    width: 64px;
    height: 64px;
    padding: 0;
}

.pw-productos-minicart .product-item-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.pw-productos-minicart .product-item-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

.pw-productos-minicart .product-reviews-summary.short,
.pw-productos-minicart .product-item button.action.tocart.mb-tooltip .desktop-text,
.pw-productos-minicart .icono,.pw-productos-minicart .product-item-photo .discount-percent, .pw-productos-minicart .product.media .discount-percent,
.pw-productos-minicart .category-name {
    display: none !important
}

.pw-productos-minicart .product-item button.action.tocart.mb-tooltip .mobile-text {
    display: block;
}

.pw-productos-minicart .product-item-name {
    width: 57%;
    order: 1;
    font-size: 14px;
    margin: 0;
}

.pw-productos-minicart .product-btn {
    order: 2;
    width: 39%;
    opacity: initial;
    visibility: initial;
    padding: 0;
}

.pw-productos-minicart .price-wrap {
    order: 3;
}

.pw-productos-minicart  .product-item button.action.tocart.mb-tooltip {
    background: #fff;
    border: 1px solid #4A5A6D;
    border-radius: 4px;
    height: 34px;
}

/* Pagina del Carrito de compras*/
.checkout-cart-index .page-title {
    text-align: left !important;
}

.checkout-cart-index #block-shipping {
    display: none !important;
}

.checkout-cart-index .action.primary:hover, .action.secondary:hover {
    background-color: #ff641c !important;
    color: #fff !important;
}

.opc-estimated-wrapper {
    display: none !important;
}

.cart.table-wrapper .cart > .item {
    position: relative;
    border-radius: 4px;
    border: 1px solid #D9E3E8;
    padding: 20px;
    margin-bottom: 10px;
}

.cart-summary > .title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.checkout-cart-index .cart.table-wrapper .cart thead tr th.col {
    border-bottom: none;
    padding: 15px 0;
    color: #202121;
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    text-align: left;
}

.checkout-cart-index .cart.table-wrapper .col {
    padding-top: 15px;
    text-align: left !important;
}

.cart-summary {
    border-radius: 8px;
    background: #F3F3F3;
}

.checkout-cart-index .cart.table-wrapper {
    border-top: none;
}

.checkout-cart-index .qty-field-wrapper {
    display: inline-flex;
    align-items: center;
    padding: 0;
    border-radius: 4px;
    border: 1px solid #202121;
}

.checkout-cart-index .cart.table-wrapper .col.qty .input-text {
    width: 40px;
    height: 40px;
    border: none;
    margin-top: 0;
    border-radius: 0;
}

.checkout-cart-index .qty-field-wrapper .decreaseQty, .checkout-cart-index .qty-field-wrapper .increaseQty {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    padding: 0;
}

.checkout-cart-index .minicart-items .action.delete:before, .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete:before {
    content: "\e92a" !important;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F3F3F3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #877770;
}

.checkout-cart-index .cart-summary.multiple-payment-methods-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
}

.checkout-cart-index .cart-summary.multiple-payment-methods-container .cart-summary {
    max-width: 360px;
    width: 100%;
    order: 1;
    border-radius: 8px;
    background: #F3F3F3;
    padding: 30px;
    margin-bottom: 20px;
}

.checkout-cart-index .cart-metodos-pago {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
}

.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #FFF;
}

.checkout-cart-index .cart-totals .grand strong, .opc-block-summary .table-totals .grand strong {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-align: right;
}

.checkout-cart-index .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    color: #ff641c;
}

.checkout-cart-index .cart-totals .grand .mark, .opc-block-summary .table-totals .grand .mark,.checkout-cart-index .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount  {
    border-top: none;
}

/* Pagina del Checkout */
.checkout-index-index .container {
    max-width: 1600px !important;
}

.am-checkout.-modern .checkout-header {
    padding: 0 7px;
}

.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 10px;
    display: flex;
}

.checkout-index-index #wachat a {
    display: none;
}

.amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 0;
}

.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container, .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options  {
    background: #F3F3F3 !important;
}

.checkout-index-index .checkout-header {
    width: 70%;
    padding-right: 48px !important;
    margin: 12px 0 15px;
}

.amcheckout-step-container .amcheckout-additional-options {
    border: none!important;
}

.checkout-index-index .widget-promo {
    display: none;
}

.checkout-index-index .field-error,.checkout-index-index .field-notice,.checkout-index-index div.mage-error  {
    position: relative;
    top: 100%;
    bottom: auto;
    left: 0;
    right: auto;
    border: none !important;
    box-shadow: none!important;
    background: transparent !important;
    margin-bottom: 0px !important;
}

.checkout-index-index .field-error:after, .checkout-index-index .field-notice:after,.checkout-index-index  div.mage-error:after {
    display:none!important;
}


.checkout-index-index .checkout-header .title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #4A5A6D;
    margin-bottom: 50px;
}

.amcheckout-step-container .amcheckout-title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    padding: 0;
    color: #202121;
    background: transparent;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background-color: #F3F3F3 !important;
    color: #202121 !important;
}

.dts-checkout-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 45px;
}

.dts-checkout-logo {
    display: flex;
    align-items: center;
}

.dts-checkout-logo img {
    max-width: 225px; /* Ajusta el tamaño del logo según sea necesario */
    margin-right: 10px;
    display: flex;
    width: 225px;
    height: 30.659px;
}

.dts-checkout-help-text {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #000;
    text-align: center;
}

/* Oculta el botón de inicio de sesión para simplificar el flujo de compra */
.am-checkout.-modern .authentication-wrapper {
    display: none;
}

/* Oculta el campo de país */
.fieldset.address div[name$=".country_id"] {
    display: none;
}

/* Oculta el campo label paso_2_de_3_envio */
.field[name="amastyShippingAttributes.paso_2_de_3_envio"] .label {
    display: none;
}

/* Oculta el campo label paso_3_de_3_pago */
.field[name="amastyPaymentAttributes.paso_3_de_3_pago"] .label {
    display: none;
}

/* Oculta el campo label como_despachamos_tu_producto */
.field[name="amastyShippingAttributes.como_despachamos_tu_producto"] .label {
    display: none;
}

.order-attributes .order-attributes-form {
    margin-top: 0;
}

.fieldset.address {
    margin: 0;
}

.field[name="amastyShippingAttributes.dni"] {
    width: 50% !important;
}

.field[name="amastyShippingAttributes.ruc"] {
    width: 50% !important;
    float: left;
}

.field[name="amastyShippingAttributes.razon_social"] {
    width: 50% !important;
}

.field[name="amastyShippingMethodAttributes.tipo_de_documento_recibe_pedido"] {
    width: 25%;
    max-width: 25%;
    float: left;
}

.field[name="amastyShippingMethodAttributes.num_documento_recibe_el_pedido"] {
    width: 25%;
    max-width: 25%;
    float: left;
}

.field[name="amastyShippingMethodAttributes.num_contacto_recibe_el_pedido"] {
    width: 50%;
    max-width: 50%;
}

/* Oculta el boton Delete del checkout */
/* Comentando el bloque CSS
   .checkout-index-index .opc-block-summary .product-item .delete {
       display: none;
   }
*/


/* Oculta el boton Delete del checkout */
.pw-shipping-address #shipping-new-address-form {
    display: flex;
    flex-wrap: wrap;
}

.pw-shipping-address .form.form-login.amcheckout-form-login {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding: 0 7px;
}

.fieldset.address div[name$=".firstname"] {
    width: 50%;
    float: left;
    order: 1;
}

.fieldset.address div[name$=".lastname"] {
    width: 50%;
    order: 2;
}

.fieldset.address div[name*=".street"] {
    width: 100%;
    margin-bottom: 10px;
}

.fieldset.address div[name$=".telephone"] {
    width: 50%;
    order: 3;
}

.pw-shipping-address .order-attributes {
    order: 4;
}

.fieldset.address div[name$=".region"] {
    width: 33.3% !important;
    order: 5;
}

.fieldset.address div[name$=".city"] {
    width: 33.3% !important;
    order: 6;
}

.fieldset.address div[name$=".postcode"] {
    width: 33.3% !important;
    order: 7;
}

.fieldset.address div[name$=".country_id"] {
    width: 33.3% !important;
    order: 8;
}

.pw-shipping-address .field.street.admin__control-fields.required {
    order: 9;
}

.pw-shipping-address .despacho-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}

.pw-shipping-address .despacho-icon img {
    display: inline-block;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
}

.pw-shipping-method .amcheckout-method {
    display: flex !important;
    align-items: center !important;
    padding-left: 25px !important;
    padding-right: 0 !important;
    height: 56px !important;
    border-radius: 8px!important;
    border: 1px solid #4A5A6D !important;
    background: #F3F3F3 !important;
    margin-bottom: 15px !important;
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
    padding: 0 !important;
    font-size: 13px !important;
    line-height: 1.2;
}

.order-attributes-form.fieldset.address section .label, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label{
    display: flex;
    align-items: center;
    padding-left: 25px;
    height: 56px;
    border-radius: 8px;
    border: 1px solid #4A5A6D;
    background: #F3F3F3;
}

#checkout-step-shipping_method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods {
    padding: 0 7px;
}

.order-attributes-form.fieldset.address section {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 15px;
    margin: 0;
}

.order-attributes-form.fieldset.address section p{
    flex:1;
    margin: 0;
}

.amcheckout-step-container input[type='radio'] + label:before {
    background: #ffffff !important;
    border: 1px solid #4A5A6D;
    box-sizing: border-box;
    content: '';
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0px 15px 0 0;
    min-height: 24px;
    min-width: 24px;
    width: 24px;
}

.amcheckout-step-container input[type='checkbox'] + label:hover:before, .amcheckout-step-container input[type='radio'] + label:hover:before, .amcheckout-step-container input[type='checkbox']:checked + label:before, .amcheckout-step-container input[type='radio']:checked + label:before {
    border-color: #4A5A6D !important;
    box-shadow: none !important;
}

.field>input[type=radio]+label:before {
    content: '';
    width: 24px;
    height: 24px;
    border: 1px solid #ff641c;
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 25px;
    right: 0;
    border-radius: 50%;
    font-size: 24px;
}

.field > input[type="radio"]:checked + label:after {
    content: '';
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    margin: -8px 0px;
    opacity: 0;
    left: 25px;
    right: 0;
    border: 1px solid #ff641c;
    font-size: 10px;
    text-align: center;
    font-weight: bold;
    border-radius: 50%;
    background-color: #ff641c;
}

.amcheckout-step-container .fieldset > .field > .label, .amcheckout-step-container .fieldset > .fields > .field > .label {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    color: #202121;
}

.checkout-shipping-method .amcheckout-title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    margin-top: 15px;
    padding: 0;
    color: #202121;
    background: transparent;
}

.checkout-payment-method .checkout-billing-address {
    display: none;
}

.amcheckout-step-container .amcheckout-summary-container .product-image-wrapper {
    overflow: visible !important;
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    max-width: 100% !important;
}

.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100% !important;
    max-width: 100% !important;
}

.amcheckout-step-container input[type=radio]:checked+label:before {
    border-color: #ff641c !important;
    box-shadow: none;
    border-width: 1px;
}

.amcheckout-step-container input[type=radio]:checked+label:after {
    content: '';
    display: block;
    width: 16px;
    height: 16px;
    background: #ff641c;
    position: absolute;
    border-radius: 50%;
    opacity: 1;
    margin-left: 4px;
    transform: scale(1, 1);
    transition: all 0.2s cubic-bezier(0.64, 0.57, 0.67, 1.53);
}

.amcheckout-label.-radio:after {
    margin-top: 4px;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    border: none;
    background: transparent;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.checkout-payment-method .payment-method-title .payment-icon {
    width: 20px!important;
    max-width: 20px!important;
    height: 14px!important;
    margin-left: 50px;
    margin-right: 0;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title span {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 50px;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
    padding: 10px!important;
}

.amcheckout-step-container .amcheckout-summary-container .amcheckout-content > .amcheckout-wrapper {
    padding: 0!important;
}

.opc-block-summary .items-in-cart > .title, .amcheckout-step-container .amcheckout-summary-container .items-in-cart {
    border-bottom: 1px solid #D9E3E8 !important;
}

.cart-totals tbody .mark, .cart-totals tfoot .mark, .opc-block-summary .table-totals tbody .mark, .opc-block-summary .table-totals tfoot .mark {
    padding: 15px 0!important;
}

.amcheckout-step-container .amcheckout-summary-container .details-qty .qty {
    height: 30px !important;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-name-block {
    margin: 0;
    width: 70%;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: self-start;
}

.amcheckout-step-container .amcheckout-summary-container .table-totals {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px; 
    font-size: 16px;
    color: #202121;
}

.amcheckout-step-container input[type='checkbox'] + label:before {
    border-radius: 5px;
    margin: 0;
    top: 0;
    border: 1px solid #4A5A6D !important;
}

.amcheckout-summary-container .product-item-details .product-item-inner {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
}

.amcheckout-summary-container .am-checkout .product-item .product-item-inner {
    flex-direction: row;
}

.totals.sub {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #202121;
    border-top: 1px solid #D9E3E8;
    border-bottom: 1px solid #D9E3E8;
}

.grand.totals {
    border-top: 1px solid #202121;
}

.cart-totals .grand .amount, .opc-block-summary .table-totals .grand .amount {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #ff641c;
    text-align: right;
}

.totals-tax, .totals-tax-summary {
    display: none;
    border-bottom: none;
} 

.primary .action.checkout, .action.checkout.amasty, .amcheckout-step-container .form-discount .actions-toolbar .action {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    background-color: #ff641c !important;
    border: none !important;
    border-radius: 4px;
    color: #FFF;
}

.flujo {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    color: #202121;
}

.ampickup-store-container .ampickup-choosemap {
    background-color: #ff641c !important;
    border: none !important;
}

label[for=micuentaweb_standard] span {
    margin-left: 10px!important;
}

label[for=banktransfer] span:before {
    content: "";
    background-image: url(/pub/media/wysiwyg/icon-transfer.svg);
    background-repeat: no-repeat;
    margin-left: 0;
    display: inline-block;
    width: 24px !important;
    height: 24px !important;
    margin-right: 10px;
}

._amcheckout-selectable-item:hover, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover, .amcheckout-step-container .shipping-address-items .shipping-address-item:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
    box-shadow: none!important;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-content .actions-toolbar > .primary {
    float: none!important;
    text-align: center;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    padding: 25px 0 !important;
}

.checkout-payment-method .actions-toolbar .primary {
    min-width: 200px!important;
}

.pw-shipping-address {
    padding-bottom: 0px !important;
}

.pw-shipping-address .amcheckout-step-container .amcheckout-title:first-of-type {
    padding: 0 7px;
}

.amcheckout-step-container .amcheckout-title > .amcheckout-icon.-minus,.amcheckout-step-container .amcheckout-title > .amcheckout-icon {
    border: 2px solid #4a5a6d;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover:before, .amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus:hover:before {
    border-bottom: 2px solid #4a5a6d;
    border-right: 2px solid #4a5a6d;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:hover, .amcheckout-step-container .amcheckout-title>.amcheckout-icon.-minus:hover {
    border: 2px solid #4a5a6d;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
    border-bottom: 2px solid #4a5a6d;
    border-right: 2px solid #4a5a6d;
}

/* Home Category Block */
.home-category-block .container.hanger {
    position: relative;
    margin-top: 70px;
}

.home-category-block .container.hanger img {
    position: absolute;
    right: 3%;
    bottom: -50px;
    z-index: 2;
}

.home-category-block .h-category-img img {
    width: 100%;
    padding: 5px;
}

.home-category-block .pagebuilder-column {
    z-index: 1;
    flex: 1;
}

.home-category-block .background-balls {
    position: relative;
    margin-bottom: 70px;
}

.home-category-block .background-balls img {
    position: absolute;
    top: -40px;
    left: 0;
    right: auto;
}

/* Home Top Promociones */
.home-top-promociones .slick-slide {
    margin-right: 20px;
}

.home-top-promociones .slick-track {
    display: flex;
}

.home-top-promociones .title {
    font-family: Joane;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.8px;
    color: #202121;
    margin-bottom: 35px;
}

.home-top-promociones .title-box {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #202121;
}

.home-top-promociones .description-box {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    color: #202121;
}

.home-top-promociones .img-promociones {
    border-radius: 4px;
}

.home-top-promociones .img-promociones img {
    width: 100%;
}

.home-top-promociones .container.lazo {
    position: relative;
}

.home-top-promociones .container.lazo img {
    position: absolute;
    left: auto;
    right: 30px;
    top: -50px;
    z-index: 1;
}

/* Home Banner Producto*/
.home-banner-producto .img-banner-producto img {
    width: 100%;
}

/* Home Otras Categorias Galeria*/
.home-category {
    margin-top: 10px;
    margin-bottom: 10px;
}

.home-category .title {
    text-align: center;
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.home-category .gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.home-category .item {
    padding: 20px;
    text-align: center;
}

.home-category .item img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}

.home-category .item h3 {
    margin-top: 10px;
    color: #000;
    text-align: center;
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.home-category .gallery .item:hover,
.home-category .gallery .item:hover a {
    color: #ff641c;
}

.home-category .gallery .item {
      position: relative;
      cursor: pointer;
      transition: transform 0.3s ease-in-out;
}

.home-category .gallery .item img {
      width: 100%;
      height: auto;
      display: block;
}

.home-category .gallery .item:hover {
      transform: scale(1.1);
}

.home-category .gallery .item:hover h3 {
      transform: translateY(0);
}

/* Home Newsletter */

.newsletter-home-page .subscribe .input-box button {
    border-radius:  4px;
    background: #ff641c;
    color: #FFF;
    font-family: 'Brandon Grotesque';
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px; 
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.newsletter-home-page .main-newsletter .subscribe .input-box input {
    padding: 0 0 0 10px;
    margin-right: 15px;
    height: 40px;
    min-height: 40px;
    flex: 1;
}

.newsletter-home-page .subscribe .input-box button {
    position: relative;
    height: 40px;
    line-height: 40px;
}

.newsletter-privacy {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.newsletter-privacy label {
    margin-bottom: 0px;
}

.newsletter-home-page .newsletter-privacy {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #202121;
    text-align: left;
}

.newsletter-home-page .newsletter-privacy a {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
    color: #4A5A6D;
    text-decoration-line: underline;
}

.newsletter-home-page .subscribe .input-box {
    display: flex;
    align-items: center;
}

/* Home Conoce Nuestras Tiendas Fisicas */
.home-conoce-tiendas-fisicas {
    padding-top: 60px;
    padding-bottom: 60px;
}

.home-conoce-tiendas-fisicas .slick-track {
    display: flex;
}

.home-conoce-tiendas-fisicas .slick-initialized .slick-slide {
    display: flex !important;
    margin-right: 15px;
    flex: 1;
}

.home-conoce-tiendas-fisicas .slick-slide > div:first-child  {
    display: flex !important;
    width: 100% !important;
}

.home-conoce-tiendas-fisicas .heading-1 {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #fff;
    text-align: center;
}

.home-conoce-tiendas-fisicas .heading-2 {
    font-family: Joane;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px;
    letter-spacing: -0.8px;
    color: #fff;
    text-align: center;
}

.home-conoce-tiendas-fisicas .title-box {
    font-family: Joane;
    font-size: 14px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.28px;
    text-align: left;
    color: #202121;
}

.home-conoce-tiendas-fisicas figure.img-tienda img {
    width: 100%;
}

.home-conoce-tiendas-fisicas .description-box {
    display: flex;
    align-items: start;
    justify-content: start;
    padding: 15px 50px;
}

.home-conoce-tiendas-fisicas .description-box .icon {
    margin-right: 15px; 
}

.home-conoce-tiendas-fisicas .description-box .description p {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #202121;
    text-align: start;
}

.home-conoce-tiendas-fisicas .description-box .icon img {
    width: 24px;
    height: 24px; 
}

.home-conoce-tiendas-fisicas .btn-ver-todas .pagebuilder-button-primary {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    background: #D9E3E8;
    color: #4A5A6D;
}

/* Inicio Footer */
.footer.content {
    border-top: none;
    padding-top: 15px;
}

.page-footer a:hover {
    color: #fff !important;
}

.footer.content .selling-feature {
    margin: 0;
    background-color: #f2ede5;
    padding-top: 30px;
    padding-bottom: 30px;
}

.selling-feature .media-heading {
    color: #202121;
    text-align: center;
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
}

.selling-feature .text {
    color: #202121;
    text-align: center;
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 21px;
}

.selling-feature .row > div {
    border-right: none;
    margin-bottom: 0;
}

.selling-feature .row > div .media {
    flex-direction: column;
    gap: 10px;
}

.footer-main .footer-links li {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Estilo para el logotipo en el pie de página */
.footer-dts .logo-footer {
    /* border-right: 1px solid rgba(217, 227, 232, 0.1); */ /* Comentado para desactivar el borde derecho del logotipo */
    padding-top: 10px; /* Espaciado superior del logotipo */
    padding-bottom: 10px; /* Espaciado inferior del logotipo */
}


.footer-dts .newsletter-privacy {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    color: #FFF;
    text-align: left;
}

.footer-dts .newsletter-privacy a {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
    color: #FFF;
    text-decoration-line: underline;
}

.footer-dts .container.boletin-dts .main-newsletter .subscribe .input-box input {
    border: 1px solid #D9E3E8;
    background: none;
    color: #D9E3E8;
    border-radius: 4px;
    padding: 0 0 0 10px;
    margin-right: 15px;
    height: 40px;
    min-height: 40px;
    flex: 1;
}

.footer-dts .container.boletin-dts .columna-boletin {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-dts .container.boletin-dts .main-newsletter .subscribe .input-box {
    display: flex;
}

.footer-dts .container.boletin-dts .main-newsletter .subscribe .input-box button {
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    position: relative;
    border-radius: 4px;
    border: 1px solid #4A5A6D;
    height: 40px;
    line-height: 40px;
    background: #FFF;
    color: #4A5A6D;
}

.footer-dts .footer-main {
    padding-bottom: 0px;
}

.footer-dts .container.links-dts {
    border-top: 1px solid rgba(217, 227, 232, 0.1); /* Borde superior con 10% de opacidad */
    border-bottom: 1px solid rgba(217, 227, 232, 0.1); /* Borde inferior con 10% de opacidad */
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-dts .container.links-dts .footer-links-wrap {
    text-align: start;
}

.footer-dts .container.links-dts .footer-links-wrap .h4.title {
    font-family: 'Brandon Grotesque';
    text-transform: uppercase;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #ffffff;
    margin-bottom: 15px;
}

.footer-dts .links-dts .empresa,.footer-dts .links-dts .mi-cuenta, .footer-dts .links-dts .legales{
    font-family: 'Brandon Grotesque Light';
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
}

.footer-dts .redes-sociales ul {
    display: flex;
    align-items: center;
}

.footer-dts .redes-sociales ul li {
    margin-top: 10px;
    margin-right: 10px;
}

.footer-dts .libro-de-reclamaciones ul{
    display: flex;
    align-items: center;
}

.footer-dts .libro-de-reclamaciones img.img-lb-re {
    margin-right: 5px;
}

.footer-dts ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-dts #newsletter::placeholder {
    color: #fff;
}

/* Fin Footer */

/*Openpay*/
.checkout-payment-method .ccard .number {
    width: 100%;
}

#openpay_cards-form .field>input[type=checkbox]:checked+label:after {
    margin: -12px 0 0;
}

/*Mi cuenta web*/

/*** Color de todos los textos dentro del formulario ***/
/*
span{
    color: rgb(230, 10, 10) !important;
}
*/

/*** div para controlar el formulario ***/
.kr-embedded {    
    background-image: url(/pub/media/wysiwyg/Logo-Checkout.svg);
    background-color: #fff;
    background-position: center top 15px;
    background-size: 200px;
    background-repeat: no-repeat;
    border: 1px solid #b3b6b5;
    border-radius: 6px;
    box-shadow: 0px 10px 25px rgba(92, 99, 105, .2);
    padding: 25px;
    width: 100%;
    min-height: 90px;
}


/*** Maneja la caja del formulario de pago ***/
.kr-embedded {
    margin-top: 60px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #b3b6b5;    
    box-shadow: 0px 10px 25px rgba(92, 99, 105, .2);
    padding: 20px;
    width: 100% !important;
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;    
}

/*** Número de tarjeta ***/
.kr-pan{
    margin-top: 50px !important;
    height: 56px !important;
    border-radius: 4px !important;
}

/*** Fecha de tarjeta ***/
.kr-expiry{
    height: 56px !important;
    border-radius: 4px !important;
    max-width: 49% !important;
}

/*** Codigo CVV ***/
.kr-security-code{
    height: 56px !important;
    border-radius: 4px !important;
    max-width: 49% !important;
}

/*** Cuotas ***/
.kr-installment-number{
    border-radius: 4px !important;
    height: 56px !important;
}

/*** Pago diferido ***/
.kr-first-installment-delay{
    border-radius: 4px !important;
    height: 56px !important;
}

/* Button */
.kr-embedded .kr-payment-button {
    color: #ffffff !important;
    background-color: #00A09D !important;
    border-radius: 4px !important;
    height:56px !important;
    margin-bottom: 0px !important;
}
  
.kr-embedded .kr-payment-button span:hover{
    transition-duration: 0.2s;
    font-size: large;
    text-shadow: -0.5px -0.5px 0.5px #000, 0.5px 0.5px 0.5px #000, -0.5px 0.5px 0.5px #000, 0.5px -0.5px 0.5px #000;
}
  
.kr-embedded .kr-payment-button:hover {
    background-color: #3DD2CE !important;
    border-radius: 4px !important;
    color: #ffffff !important;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
    display: block;
    padding: 0 20px 0 20px !important;
}

.kr-embedded .kr-field-wrapper .kr-field-component {
    height: 100% !important;
    padding: 0px 4px !important;
}

.kr-embedded .kr-field-wrapper.kr-select-wrapper.kr-custom-select .kr-select {
    height: 56px !important;
}

.izipay-description p{
    font-size: 14px!important;
}

.checkout-payment-method .payment-method-content{
    max-width: 100%!important;
}

/* Inicio Blog */
body[class*='amblog-index-post'] .page-title-wrapper {
     display: none;
}

body[class*='amblog-index-'] .page-title-wrapper {
    flex-wrap: nowrap;
    border-radius: 0px;
    background: #F2EDE5;
    margin-top: 0;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.amblog-aside-right, .amblog-aside-left {
    z-index: 100000;
}

body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
    width: 1600px;
    max-width: 1600px;
    margin: auto;
}

body[class*='amblog-index-'], body[class*='amblog-index-'] aside[class*='amblog-aside-'] {
    background: #ffffff;
}

.amblog-swipe {
    cursor: pointer;
    height: 40px;
    margin-bottom: 0 !important;
    margin-right: 5px;
    max-width: 40px;
    min-width: 40px;
    transition: all 0.5s 0.3s ease-in-out;
    width: 40px;
}

.list-item.amblog-item.amblog-post-container img {
    width: 100%;
    border-radius: 4px;
}

.amblog-post-title .post-title, .amblog-post-title .post-title:active, .amblog-post-title .post-title:visited
,.amblog-list .post-title.amblog-headline{
    font-family: Joane;
    /* font-size: 14px; */
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: #4A5A6D;
}

.amblog-post-container .amblog-shot, .amblog-grid-list .slick-slide .amblog-item .amblog-shot,
.amblog-short-description-container .short-description-content {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #4A5A6D;
}

.amblog-footer,.amblog-footer .amblog-wrap,.amblog-footer .amblog-social-container {
    display: none;
}

.amblog-index-post .amblog-footer {
    display: block!important;
}

.amblog-container-dts .amblog-container .amblog-post-title
,.amblog-container-dts .amblog-container .amblog-short-description-container{
    margin: 25px 0;
}

.amblog-post-title .post-title:hover {
    color: #4A5A6D!important;
}

.widget.amblog-post-list.amblog-element-block {
    display: none;
}

.amblog-index-post .widget.amblog-post-list.amblog-element-block {
    display: block!important;
}

.amblog-post-container.-post-page img {
    max-width: 100% !important;
}

.amblog-list img, .amblog-container-list img{
    max-width: 100% !important;
}

.amblog-index-post .sidebar.sidebar-main {
    width: 20.83333333%;
    order: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 25px;
    position: relative;
    top: 536px;
}

.amblog-index-post .column.main.main-wrap.col-12.col-lg-9.col-xl-10.order-2.order-md-3 {
    order: 2;
    flex: 1;
    width: 58.33333333%;
}

.amblog-index-post .sidebar-wrap.col-12.col-lg-3.col-xl-2.order-1.order-md-2 {
    order: 3;
    min-width: 20.83333333% !important;
    max-width: 20.83333333% !important;
    position: relative;
    top: 536px;
    margin-top: 25px;
}

.amblog-container-dts {
    margin: 0 !important;
    box-shadow: none !important;
}

.amblog-container-dts .amblog-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    background: #F2EDE5;
    padding-left: 35px !important;
    padding-right: 10% !important;
}

.amblog-container-dts .row{
    position: relative;
    margin-bottom: 25px;
}

.amblog-container-dts .amblog-image-container,
.amblog-container-dts .amblog-container {
    padding: 0;
}

.amblog-container-dts .amblog-container .amblog-dates {
    padding: 15px 0;
    border-top: 1px solid #D9E3E8;
    border-bottom: 1px solid #D9E3E8;
}

.amblog-container-dts .amblog-container .amblog-dates span {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    color: #4A5A6D;
}

.amblog-element-block .amblog-date, .amblog-post-container .amblog-widget-container .amblog-date, .amblog-element-block .amblog-views, .amblog-element-block .amblog-minread, .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-date {
    margin-top: 0!important;
    /* margin: 0 10px; */
    margin-right: 25px;
}

.amblog-container-dts .amblog-image-container img{
    width: 100%;
    max-width: 100%;
}

.back-button-container {
    margin: 15px 0;
}

.back-button-container .back-button{
    font-family: Brandon Grotesque;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #4A5A6D;
}

.amblog-container-dts .amblog-wrap {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.amblog-container-dts .amblog-posted-in {
    display: none;
}

.amblog-container-dts .amblog-ref {
    text-align: center;
    font-family: Joane;
    font-size: 10px;
    font-style: normal;
    font-weight: 900;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    padding: 4px 8px 2px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 32px;
    background: #877770;
    color: #fff;
}

.amblog-container-dts .amblog-ref:hover {
    color: #fff!important;
}

.amblog-newsletter.amblog-widget-container.-newsletter {
    border-radius: 8px !important;
    background: #F3F3F3 !important;
    box-shadow: none !important;
}

.amblog-form-newsletter .amblog-btn {
    display: flex;
    height: 40px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #4A5A6D;
}

.amblog-form-newsletter .newsletter-privacy {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 16px;
    margin-bottom: 10px;
    color: #4A5A6D;
}

.amblog-form-newsletter .newsletter-privacy a {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 390;
    line-height: 24px;
    text-decoration-line: underline;
    color: #4A5A6D;
}

.amblog-newsletter .home-descripcion-offer {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 21px;
    color: #202121;
}

.amblog-newsletter .register-offer-text {
    font-family: Joane;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    letter-spacing: -0.28px;
    color: #202121;
}

.amblog-newsletter .register-offer {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.amblog-element-block .amblog-headline:hover, .amblog-post-container .amblog-widget-container .amblog-headline:hover, .amblog-element-block .amblog-categories .amblog-link:hover, .amblog-post-container .amblog-widget-container .amblog-categories .amblog-link:hover, .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-headline:hover, .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-categories .amblog-link:hover {
    color: #ff641c!important;
}

.amblog-tag:hover {
    background: #ff641c!important;
}

.amblog-author-info .amblog-description {
    font-family: Brandon Grotesque;
    font-size: 16px;
    font-style: normal;
    font-weight: 390;
    line-height: 22px;
    color: #4A5A6D;
    text-align: left;
    margin-top: 15px;
}

.amblog-social-container .amblog-icon {
    width: 24px;
    height: 24px;
}

.share-container {
    margin-top: 50px;
    margin-bottom: 50px !important;
    padding-top: 15px;
    padding-left:15px;
    padding-right:15px;
    border-top: 1px solid #D9E3E8;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.share-container .share-text {
    font-family: Brandon Grotesque;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    line-height: 20px;
    color: #4A5A6D;
    margin-bottom: 20px;
}

.amblog-content h3,.amblog-content h2,.amblog-content h4,.amblog-content h5 {
    font-family: Joane;
    font-style: normal;
    font-weight: 900;
    line-height: 18px; 
    letter-spacing: -0.28px;
    color: #202121;
    margin-top: 15px;
    margin-bottom: 15px !important;
}

.amblog-features .author-info-header {
    color: #000;
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.amblog-features .author-info-header {
    width: 100%;
    padding-bottom: 15px;
    border-bottom: 1px solid #D9E3E8;
}

.amblog-author-info .amblog-content {
    display: flex !important;
    align-items: flex-start;
    padding: 25px 0px;
    gap: 10px;
}

.amblog-author-info .amblog-image {
    margin: 0;
}

.amblog-author-info .amblog-image-wrapper {
    overflow: visible;
    margin: 0;
}

.author-info-container {
    display: flex;
    flex-direction: column;
    align-items: self-start;
    justify-content: flex-start;
}

.amblog-author-info .amblog-social-container {
    display: none;
}

.widget.amblog-post-list .amblog-dates {
    display: none;
}

/* Inicio Querys */
@media (min-width: 1200px) {
.container {
    padding-right: 60px!important;
    padding-left: 60px!important;
}    

body[class*='amblog-index-'] .page-title {
    padding: 20px 60px;
}
    
.main-newsletter .subscribe .input-box input {
    width: 272px;
    max-width: 272px;
}

.customer-account-create .block.block-new-customer, .login-container .block.block-customer-login {
    border-right: 1px solid #D9E3E8;
}

.customer-account-create .block.block-new-customer .block-content, .login-container .block.block-customer-login .block-content{
    max-width: 416px;
}

.customer-account-create .block.block-login-customer, .login-container .block.block-customer-register {
    padding: 0px 120px;
}
    
.label.subscribe-popup a {
    position: absolute;
    left: 50px;
    right: 0px;
    transform: translateY(-50%);
    padding: 16px 24px;
    z-index: 999;
    top: 126px;
}    
    
/* Pagina de la Categoria*/
.catalog-category-view .products.wrapper.grid.products-grid,
.search.results, .catalog-category-view .toolbar-products{
    padding-left: 40px;
}

.detalles-del-producto-dts .ingredientes-column {
    padding-right: 40px;
}

.home-conoce-tiendas-fisicas .container {
    width: 1200px;
    max-width: 1200px;
}

.back-button-container {
    position: absolute;
    top: 8%;
}

.landing-nueva-section .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%)/5) !important;
}
    
}

@media (min-width: 1024px) { 
/* Estilos para fijar el bloque de resumen en la página de checkout */
.checkout-index-index .amcheckout-block.amcheckout-step-container.-summary {
    position: fixed;
    background-color: #F3F3F3 !important;
    top: 0;
    right:0;
    left:auto;
    width: 30%;
    border: none !important;
    padding: 80px 50px;
    height: 100%;
    z-index: 99999;
}

.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background-color: #F3F3F3 !important;
    color: #202121;
}

.checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    width: 70% !important;
    padding-right: 48px;
}

}

/* CSS personalizado para Bootstrap */
@media (min-width: 992px) { /* Pantallas grandes (lg) y superiores */
    .custom-col-lg-20 {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex: 0 0 20%; /* Ancho del 20% */
        max-width: 20%; /* Ancho máximo del 20% */
    }
    
    .banner-slider-top.dts.slider-2 .owl-carousel > li, .banner-slider-top.dts .slider-2 .owl-carousel > div {
    width: 33% !important;
    min-width: 33% !important;
    visibility: visible!important;
    overflow: visible!important;
}

}


@media (min-width: 768px) {
/* Header Content Action */
.dts-links-section {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 20px;
}

#wachat a {
    width: auto!important;
    height: auto!important;
    left:0!important;
    right:0!important;
    float: left !important;
    margin: 0 !important;
    background: transparent!important;
    bottom: 10%!important;
}

.header-content-action .authorization-link + li a {
    display: none;
}

.header-content-action > div {
    margin-right: 0px !important;
}

.header-menu-content {
    background: #ff641c !important;
}

.header-menu-content .horizontal-menu {
    position: relative;
    display: block;
    text-align: center;
}

.sticky-menu.active {
    z-index: 999999!important;
}

.sticky-menu.active .menu-logo {
    display: block !important;
}

.magebig-nav li.level0 a, .magebig-nav .simple-dropdown ul.level0 li a  {
    font-size: 17px;
}

.magebig-nav li .show-sub li div.show-sub {
    left: 100% !important;
}

.home-top-promociones .slick-track {
    width: 100% !important;
}

.home-top-promociones .slick-initialized .slick-slide {
    width: 100% !important;
}

.home-top-promociones .slick-slide:last-child {
    margin: 0;
}

.dts-menu .main_menu ul li .mega_menu_icon {
    position: absolute;
    top: 35px;
    margin-left: 15px; 
    opacity: 0; /* Inicialmente oculto */
    transition: opacity 0.3s ease; /* Agrega una transición suave */
}

.dts-menu .main_menu ul li:hover .mega_menu_icon {
    opacity: 1; /* Se vuelve visible al pasar el ratón */
}

.dts-menu .main_menu ul li ul {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
}
.dts-menu .main_menu ul li .mega_menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-top: 50px;
}
.dts-menu .main_menu ul li:hover > ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0px;
    z-index: 99;
}

.dts-menu .main_menu ul li:hover > .mega_menu {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    z-index: 99;
}

.dts-links-section .user-topbar.col {
    display: flex;
    align-items: center;
}

.dts-links-section .user-topbar .header.links {
    width: max-content;
    padding: 0;
}

.dts-links-section .dts_shop {
    display: flex;
    align-items: center;
}

.dts-links-section .dts_shop img {
    width: 21px;
    height: 20px;
    margin-right: 5px;
}

.dts-links-section .dts_track {
    display: flex;
    align-items: center;
}

.dts-links-section .dts_track img{
    width: 21px;
    height: 20px;
    margin-right: 5px;
}

.detalles-del-producto-dts .modo-de-uso-column {
    padding-left: 40px;
    padding-top: 20px;
}

.detalles-del-producto-dts {
    padding: 56px 0 0;
}

.magebig-nav li.level0 {
    padding: 0 15px !important;
}

.form.password.forget {
    max-width: 50%!important;
    width: 50%!important;
}

/* Productos Relacionados*/
.mst-related_products__productsList .productsList-prev, .mst-related_products__productsList .productsList-next {
    right: 0px !important;
    top: 10px !important;
    background-color: rgba(255, 255, 255, 0.2);
    border: 1px solid #e3e3e3;
    font-size: 15px;
    color: rgb(0, 0, 0);
    width: 45px !important;
    height: 45px !important;
    border-radius: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: #e3e3e3;
    border-image: initial;
}

.mst-related_products__productsList .productsList-prev {
    left: auto!important;
    right: 50px!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 16px 16px!important;
}


/* Producto */
 .product-item:hover .col.btn-quick-view {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.5s ease-in;
}

.product-info-main-content .product.media {
    padding-right: 42px;
}

.catalog-product-view .product.media .discount-percent {
    right: 42px;
}

/* Pop-up Login */
#social-login-popup {
    width: 338px;
    max-width: 338px;
    height: 394px;
    border-radius: 8px;
    background: #F3F3F3;
    padding: 15px;
}

.amblog-grid-list > .amblog-item, .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 1% !important;
    width: 32%!important;
    box-shadow: none;
}

.amblog-index-category .amblog-post-container .amblog-content, .amblog-grid-list .amblog-content, .amblog-grid-list .slick-slide .amblog-item .amblog-content {
    padding: 0;
}

.amblog-container-dts .amblog-image-container img{
    min-height: 536px;
    height: 536px;
}

.amblog-container-dts .row{
    height:536px;
    min-height: 536px;
    margin-left: calc(50% - 50vw)!important;
    margin-right: calc(50% - 50vw)!important;
    display: flex;
}

.amblog-container-dts .amblog-container .amblog-post-title a,
.amblog-container-dts .amblog-container .amblog-post-title a:hover {
    font-family: Joane;
    font-size: 40px;
    font-style: normal;
    font-weight: 900;
    line-height: 45px; 
    letter-spacing: -0.8px;
    color: #202121;
    margin: 15px 0;
}

.checkout-index-index .modal-popup .modal-footer .action-save-address {
    margin: 0 !important;
}

.amcheckout-step-container .shipping-address-items .shipping-address-item {
    width: 100%;

}

}

@media (max-width: 991px){
.widget-product .heading-title, .block-main-product .top-title .title {
    font-size: 18px;
    color: #202121;
    font-family: Joane;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.4px;
}

.newsletter-home-page .subscribe .input-box {
    display: flex;
    align-items: start;
    flex-direction: column;
    gap: 15px;
}

.selling-feature .row > div .media {
    flex-direction: row;
    gap: 10px;
    align-items: start;
    margin-bottom: 10px;
    justify-content: start;
}

.selling-feature .media-heading, .selling-feature .text {
    text-align: left;
}

.product-info-main .benefits-container {
    padding: 15px;
}

.product-info-main .benefit-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: left;
    width: 100%;
    padding: 5px;
    gap: 3px;
}

.product-info-main .benefit-item img {
    margin-right: 0;
}

.product-info-main .benefit-item p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.footer-dts .container.boletin-dts .columna-boletin {
    justify-content: start;
    align-items: start;
}

.footer-dts .container.links-dts {
    padding-top: 25px;
    padding-bottom: 25px;
}

.footer-dts .logo-footer {
    display: flex;
    justify-content: start;
    align-items: start;
    border-right: none;
}

}

@media (max-width: 768px){
.landing-nueva-section .pagebuilder-column {
    margin: 0px !important;
}    
    
.product-item button.action.tocart.mb-tooltip .desktop-text, .product-info-main .box-tocart .desktop-text {
    display: none;
}

.product-item button.action.tocart.mb-tooltip .mobile-text, .product-info-main .box-tocart .mobile-text {
    display: inline;
}    
    
.home-featured-products .owl-stage {
    margin-top: 15px;
}

.home-category {
    margin-top: 48px;
    margin-bottom: 48px;
}
    
.home-category-block .pagebuilder-column {
    flex-basis: 50%;
    max-width: 50%;
    padding-right: 0px !important;
}

.home-category-block .container.hanger {
    position: relative;
    margin-top: 35px;
}

.home-category-block .background-balls {
    position: relative;
    margin-bottom: 35px;
}

.home-category-block .background-balls img {
    position: absolute;
    top: -20px;
    left: auto;
    right: 0;
}

.home-category-block .container.hanger img {
    position: absolute;
    top: -55px;
    left: 0;
    right: auto;
    z-index: 1;
}

.home-top-promociones .pagebuilder-column-group.container {
    padding-right: 0px;
}

.home-top-promociones .title {
    margin-bottom: 25px;
}

.home-top-promociones .title .first-word {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 30px;
    letter-spacing: -0.48px;
    color: #4A5A6D;
}

.home-top-promociones .title .second-word {
    font-family: Photoshoot;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.48px;
    color: #4A5A6D;
}

.newsletter-home-page .pagebuilder-column-group {
    margin: 65px 20px!important;
}

.home-conoce-tiendas-fisicas {
    padding-top: 40px;
    padding-bottom: 40px;
}

.home-conoce-tiendas-fisicas .pagebuilder-column {
    margin: 0px !important;
}

.home-conoce-tiendas-fisicas .heading-2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.48px;
}

.home-conoce-tiendas-fisicas .title-box {
    margin-top: 15px;
    padding: 0px !important;
}

.home-conoce-tiendas-fisicas .description-box {
    margin-top: 15px;
    padding: 0px;
}

.footer-dts .logo-footer {
    border-bottom: 1px solid rgba(217, 227, 232, 0.1);
}

.columna-boletin .newsletter-footer {
    width: 100%;
    max-width: 100%;
}

body[class*='amblog-index-'] .page-title,.amblog-index-author .page-title-wrapper .page-title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

body[class*='amblog-index-'] .page-title {
    padding: 15px;
}
   
.amblog-content,.amblog-item.-newsletter.amblog-form-newsletter {
    display: block !important;
}

.amblog-features .amblog-title.mobile {
    display: none;
}

body[class*='amblog-index-'] h3.amblog-title:before {
    display: none;
}

.amblog-form-newsletter .input-box {
    flex-direction: column;
    align-items: flex-start;
}

.cart-container .cart.table-wrapper .product-item-name {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
    /* max-height: 3.5em; */
    transition: max-height 0.3s ease-out;
}

.footer-logo {
    padding: 20px;
    text-align: center;
}

}

@media (max-width: 767px) {
/* Header Mobile */
.header-maininner-row {
    border-bottom: 1px solid #D9E3E8;
    background: #FFF;
}

.page-header .wishlist-icon, .page-header .showcart {
    width: 21px;
    height: 21px;
    vertical-align: middle;
}

.counter-number {
    margin-left: 10px;
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 390;
    line-height: 20px;
    color: #202121;
}

.banner-slider-top.dts .item-bn-slider-05 {
    margin-right: 0px;
}

#wachat a {
    right: 0px!important;
    bottom: 15%!important;
}

.sticky-menu.active .menu-logo {
    margin: 0;
    padding: 0;
    display: table;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.menu-logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.menu-logo .logo {
    width: 130px;
    height: 30px;
}

.btn-nav-mobile-top {
    order: 3;
}

.icon-top-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    gap: 15px;
}

.search-icon-mobile {
    cursor: pointer;
    display: inline-block;
}

.search-icon-mobile img {
    width: 21px;
    height: 21px;
}

.col-logo {
    padding-bottom: 15px;
}

.col-search.dts {
    padding-top: 15px;
}

.col-search.show {
    display: block !important;
    position: relative!important;
    bottom: 0;
    z-index: 1000;
    border-radius: 0px;
    border-top: 1px solid #D9E3E8;
    background: #FFF;
}

.icon-top-mobile .user-topbar i {
    font-size: 21px;
    line-height: 21px;
}

.icon-top-mobile .wishlist-icon i {
    font-size: 21px;
    line-height: 21px;
}

.icon-top-mobile .action.showcart > i {
    font-size: 21px;
    line-height: 21px;
}

.menu-logo .btn-nav {
    margin: 0;
    width: 21px;
    height: 21px;
}

/* Buscador Mobile */
.col-search.dts {
    display: none;
}
    
.pw-sticky .sticky-addcart.active .outer-container, .pw-sticky .sticky-addcart.active .product-image-wrapper, .pw-sticky .sticky-addcart.active .price-box.promo,.pw-sticky .sticky-addcart.active .towishlist, .pw-sticky .sticky-addcart.active #instant-purchase, .pw-sticky .sticky-addcart.active .paypal {
    display: none !important;
}    

.pw-sticky .sticky-addcart.active {
    top: auto;
    bottom: 0;
}

.product-item .col.btn-quick-view {
    display: block;
    opacity: 1;
    visibility: visible;
    
    }
    
.home-featured-products {
    margin-top: 10px;
}

.customer-account-create .block-title, .login-container .block .block-title, .customer-account-forgotpassword .block-title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.widget-product .owl-theme .owl-nav [class*='owl-'] {
    width: 32px;
    height: 32px;
}

.widget-product .owl-theme .owl-nav .owl-prev {
    left: -85px;
}

.product-item button.action.tocart.mb-tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    height: 50px;
    padding: 8px 24px;
    font-size: 13px;
    font-style: normal;
    font-weight: 420;
    line-height: 18px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}

.pw-back-in-stock-notification {
    justify-content: center;
    align-items: center;
}

.category .subscribe-popup .notification-container {
    flex-direction: column;
}

.category .subscribe-popup .action.primary, .action.secondary {
    width: 100%;
}

.actions-toolbar.amxnotif_guest_action {
    margin-left: 0!important;
}

.home-top-promociones .slick-list.draggable {
    padding-right: 50px;
}

.home-top-promociones .container.lazo {
    display: none;
}

.home-conoce-tiendas-fisicas .pagebuilder-column-group.container {
    padding-right: 0px;
}

.pagebuilder-column-line.slick-initialized.slick-slider {
    padding: 0!important;
}

.home-conoce-tiendas-fisicas .slick-list.draggable {
    padding-right: 50px;
}

.boletin-dts {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.widgetplus.widget-product.related .heading-title {
    font-family: Joane;
    font-size: 20px;
    font-style: normal;
    font-weight: 900;
    line-height: 24px;
    letter-spacing: -0.4px;
    color: #202121;
}

.product-info-main-top {
    margin-top: 15px;
}

.product.info.detailed.product-tab .product.data.items {
    padding-left: 0px;
}

.detalles-del-producto-dts .ingredientes-column {
    order: 1;
}

.detalles-del-producto-dts .modo-de-uso-column {
    order: 2;
}

.detalles-del-producto-dts .image-column {
    order: 3;
}

.checkout-index-index .checkout-header {
    width: 100%;
    padding-right: 0 !important;
    margin: 12px 0 15px;
}

.dts-checkout-logo img {
    display: flex;
    width: 130px;
    height: 30px;
    padding-bottom: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.pw-productos-minicart .product-item button.action.tocart.mb-tooltip {
    font-size: 11px;
}

.fieldset.address div[name$=".firstname"] {
    width: 100% !important;
}

.fieldset.address div[name$=".lastname"] {
    width: 100% !important;
}

.fieldset.address div[name$=".telephone"] {
    width: 100% !important;
}

.order-attributes-form.fieldset.address section {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.field[name="amastyShippingAttributes.dni"] {
    width: 100% !important;
}

.field[name="amastyShippingAttributes.ruc"] {
    width: 100% !important;
}

.field[name="amastyShippingAttributes.razon_social"] {
    width: 100% !important;
}

.fieldset.address div[name$=".region"] {
    width: 100% !important;
}

.fieldset.address div[name$=".city"] {
    width: 100% !important;
}

.fieldset.address div[name$=".postcode"] {
    width: 100% !important;
}

.field[name="amastyShippingMethodAttributes.tipo_de_documento_recibe_pedido"] {
    width: 100% !important;
    max-width: 100% !important;
}

.field[name="amastyShippingMethodAttributes.num_documento_recibe_el_pedido"] {
    width: 100% !important;
    max-width: 100% !important;
}

.field[name="amastyShippingMethodAttributes.num_contacto_recibe_el_pedido"] {
    width: 100% !important;
    max-width: 100% !important;
}

.checkout-index-index .checkout-header .title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.amcheckout-step-container .amcheckout-title {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #4A5A6D;
    background: transparent;
}

.checkout-shipping-method .amcheckout-title {
    font-family: Brandon Grotesque;
    font-size: 12px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    padding: 0 7px;
    color: #202121;
}

.flujo {
    font-family: Brandon Grotesque;
    font-size: 14px;
    font-style: normal;
    font-weight: 420;
    line-height: normal;
    letter-spacing: 0.42px;
    color: #4A5A6D;
    text-transform: uppercase;
}

.checkout-index-index .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container, .checkout-index-index .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #F3F3F3 !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding: 30px 15px;
}

.amcheckout-step-container .amcheckout-form-login .amcheckout-email .note, .amcheckout-step-container .form-login .amcheckout-email .note {
    margin: 0!important;
}

.pw-shipping-method .amcheckout-method {
    height: 100% !important;
}

.catalog-category-view .home-category {
    margin-top: 15px;
    margin-bottom: 15px;
}

.catalog-category-view .home-category .container, .catalog-category-view .home-category .gallery  {
    padding: 0!important;
}

.catalog-category-view .home-category .title {
    display: none;
}

.catalog-category-view .home-category .item {
    padding: 5px!important;
}

.filter-mobile-wrap.d-block.d-lg-none {
    width: 50%;
    float: left;
    border: 1px solid #D9E3E8;
}

.filter-mobile-btn {
    background-color: transparent;
    margin: 0;
    padding: 18px 0;
    text-align: center;
}

.filter-mobile-btn i {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: auto;
    height: 30px;
    width: 20px;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
}

.category-title-mobile {
    margin: 20px 0;
}

.category-title-mobile h2 {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
}

.filter-mobile-btn .text {
    font-weight: 500;
    text-transform: inherit;
}

.toolbar-products {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background: transparent;
    width: 50%;
    border: 1px solid #D9E3E8;
    padding: 18px 0;
    text-align: center;
}

.toolbar-products select {
    height: auto;
}


.label.subscribe-popup a {
    font-size: 11px;
}

.label.subscribe-popup a {
    width: 100%;
}

.footer-main .title {
    border-top: none;
}

.footer-dts .container.links-dts .footer-links-wrap .h4.title {
    margin-bottom: 0;
}

.amblog-container-dts .amblog-container .amblog-post-title a,
.amblog-container-dts .amblog-container .amblog-post-title a:hover {
    font-family: Joane;
    font-size: 24px;
    font-style: normal;
    font-weight: 900;
    line-height: 32px;
    letter-spacing: -0.48px;
    color: #202121;
    margin: 15px 0;
}

}

@media (max-width: 438px) {
  .block.widget .products-grid .product-item {
    display: inline-block;
    margin-left: 2%;
    width: calc((100% - 2%)/2) !important;
}

}
