/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

html {
    scroll-padding-top: 120px;
}
.mobile-menu__links-list-li {
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
    padding: 0 !important;
}
.mobile-menu__links-list-li > a {
    color: #333333 !important;
    padding-top: 1.1764705882rem;
    padding-bottom: 1.1764705882rem;
    display: block;
}
.cbp-hrmenu .cbp-links.cbp-valinks-vertical li {
    display: block;
    padding-left: 0;
}
.text-col-2 {
    column-count: 2;
    column-gap: 2rem;
}
:root {
    --border-color: whitesmoke;
    --secondary-color: #F17923;
    --black-color:  #333;
    --font-medium :  clamp(0.75rem, 0.8rem + 0.0625vw, 0.85rem);
}
.font-medium {
    font-size: var(--font-medium);
}

.btn {
    font-weight: 500;
}
.btn-outline-primary {
    color: var(--black-color);
    border-color: var(--black-color)
}

.btn-outline-primary:hover {
    background-color:var(--black-color);
    color: #fff;
}
#_mobile_header_contact {
    text-align: center;
}
#_mobile_header_contact .d-flex.align-items-center.contatct-header {
    justify-content: center;
    flex-direction: column;
    align-content: center;
    
}

/* fix paddings raros.. */
header#header {
    display: flex;
    flex-direction: column;
    gap: 0;
}


.rte-content h3 {
    margin-top: 2rem;
    border-top: 1px solid #f5f5f5;
    padding-top: 2rem !important;
    color: #d71a38 !important;
    font-size: 1.4rem;
}
.rte-content p, .rte-content li {
    margin-bottom: 1rem;
}
.rte-content h2, .rte-content h1, .rte-content h3, .rte-content h4 {
    text-wrap: balance;
}
.rte-content a {
    border-bottom: 1px solid;
}
.rte-content a:hover {
    color: #1B6AB4 !important;
}
.rte-content ol,.rte-content ul {
    list-style-type: disc;
    padding: .6rem .6rem .6rem 1.2rem;
}

.rte-content ol {
    list-style-type: decimal
}

/* menu */
#cbp-hrmenu > ul > li > a::before {
  content: '';
  position: absolute;
  background-color:  #ff9505;
  height: 4px; /* Ajusta el grosor de tu línea aquí */
  width: 0;
  bottom: 0;
  left: 0;
  transition: width 0.3s ease-in-out; /* Ajusta la duración de la animación aquí */
}
#cbp-hrmenu > ul > li#cbp-hrmenu-tab-7 > a::before {
    background-color: #d81a38;
}
#cbp-hrmenu > ul > li:hover > a::before {
  width: 100%;
}


.custom-new-qty {
    max-width: 75px;
    height: 100%;
    max-width: 75px;
    margin: 0 auto;
    min-height: 40px;
}

select.new-qty.form-control:not([size]):not([multiple]) {
    height: 100%;
    width: 75px;
}

div#product-preloader i {
    display: block;
   
}
#main.-combinations-loading #product-preloader {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 10vh;
    font-size: 3rem;
    
}
#facets-loader-icon {

	font-size: 3rem;
}
iframe.bg-loading, .bg-loading
{
   background-color: rgba(255,255,255,0.8);
   background-size: 150px 150px;
   position: inherit;
}
.container.container-contents {
    max-width: 1200px;
    width: 100%;
}
.rte-content iframe {
    border-radius: 8px;
    overflow: hidden;
}

/* */
@media (max-width: 767px)
{
    #footer .block-toggle > .block-title span::after {
       display: none !important;
    }
    #footer .block-toggle._toggled .block-title span::after {
        content: "\ea78";
    }
}

.block-stars {
  height: 15px;
  line-height: 15px;
  margin: 8px 0;
  font-style: normal;
}
.stars_base, .stars_base::after {
  width: 70px;
}
.stars_base, .stars_base::after, .stars_average, .stars_average::after {
  height: 15px;
  line-height: 15px;
  font-size: 14px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}
.stars_base::after, .stars_average::after {
  content: "\f4ee\f4ee\f4ee\f4ee\f4ee";
  font-family: 'gticons';
  color:  var(--border-color);
}
.stars_average::after {
  color: var(--secondary-color);
}
.stars_average {
  position: absolute;
}
.number_reviews {
  font-size: 0.8rem;
  display: inline-block;
  line-height: 15px;
  height: 15px;
  margin-left: 6px;
  vertical-align: top;
}

/* */
@media (max-width: 767px)
{
    #footer .block-toggle > .block-title span::after {
        display: inline-block;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f4a4";
        margin-left: 10px;
        font: normal normal normal 20px / 1 "gticons";
    }
    #footer .block-toggle._toggled .block-title span::after {
        content: "\f4a1";
    }
}
/* detalle reviews */
.bar-filter {
    gap: 1rem;
}
.bar-filter span, .bar-filter small {
    font-size: 0.80rem;
    letter-spacing: -0.04rem;
    font-weight: 500;
}
.bar-filter small {
    flex: 50px;
    max-width: 50px;
    text-align: right;
}
.bar-filter span {
    max-width: 80px;
    flex: 70px;
}
.bar-filter .progress {
    flex: 1;
}
.bar-filter.nofilter span, .bar-filter.nofilter small {
    opacity: 0.6;
}
.bar-filter.nofilter .underline {
    border-bottom: none;
}
.fixed-comments {
    position: sticky;
    top: 110px;
}
.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    border-radius: 10px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    background-color: var(--border-color);
}
.progress-bar {
    background-color: var(--secondary-color);
}
.underlink {
    display: inline-block;
    font-weight: bold;
}
.underlink:hover::after {
    width: 100%;
    transition: width .3s;
}
.underlink::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: var(--black-color);
    transition: width .3s;
}
.iconos-pago img {
    width: 62px;
    height: auto;
    border: 3px solid #fff;
    border-radius: 4px;
    margin: 0 2px;
    padding: 1px 0;
    background-color: #fff;
}
.footer-container .iconos-pago > p {
    overflow: visible;
    height: auto;
}
body #wrapper .breadcrumb {
    padding-bottom: 0;
    margin-bottom: 1rem;

}
@media (max-width: 997px) {
    body #wrapper .breadcrumb ol {
        white-space: nowrap;
        overflow-x: scroll;
    }
    body #wrapper .breadcrumb ol::-webkit-scrollbar {
      -webkit-appearance: none;
      height: 0;
    }
}
/* utiles landings */
.img-100 {
    height: 100%;
}
.img-darken img, img.img-darken  {
    mix-blend-mode: darken;
}
.img-100 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-container-full .elementor-widget-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.img-100 > div, .img-100 > div > div {
    height: 100%;
}

/* basicos vitamix */
.neutral-1 {
    background-color: #F5F5F5;
}
.neutral-2 {
    background-color: #E0E1E3;
}
.neutral-3 {
    background-color: #A2AAAD;
    color: #fff;
}
.neutral-4 {
    background-color: #333f48;
    color: #fff;
}
.neutral-4 a, #content-wrapper .neutral-4 .page-title, .neutral-4 p {color: #fff !important;}

.vitamix-secondary {
    background-color: #8C1356;
    color: #fff;
}
.vitamix-secondary a, #content-wrapper .vitamix-secondary .page-title, .vitamix-secondary p {color: #fff;}
.vitamix-300 {
    font-family: 'Sentinel' !important;
    font-weight: 300 !important;
    text-transform: none !important;
    letter-spacing: 0.019rem;
    font-style: normal;
    line-height: 1.25 !important;
}
.vitamix-300 p, .vitamix-300 h1, .vitamix-300 h2, .vitamix-300 h3 {
    line-height: 1.25 !important;
}
.text-balance {
    text-wrap: balance !important;
}

/* utiles para elementor */
.grid-6-4-2-recipes * {
    margin: 0 !important;
    padding: 0 !important;
}
.grid-6-4-2-recipes .elementor-widget-wrap {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    display: grid;
    gap: 1rem;
}
@media(max-width: 620px) {
    .grid-6-4-2-recipes .elementor-widget-wrap {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    }
    .grid-6-4-2-recipes {
        padding: 0 10px;
    }
}
.grid-6-4-2-recipes .elementor-widget-wrap img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}
.grid-6-4-2-recipes .elementor-widget-wrap  .elementor-widget-container {
    position: relative;
}
.grid-6-4-2-recipes .elementor-widget-wrap  .elementor-image-box-content {
    position: absolute;
    font-weight: bold;
    width: auto;
    top: 20px;
    left: 0px;
}
.grid-container-3-to-1 .elementor-widget-wrap {
   display: grid;
   gap: 1rem;
   grid-template-columns: repeat(auto-fit, minmax(250px, 350px));
   justify-content: center;
}


@media (min-width: 1200px) {
  .grid-container-3-to-1 .elementor-widget-wrap {
        grid-template-columns: repeat(3, 1fr);
        gap: 2rem;
    }
}

.flex-y .elementor-image-box-wrapper {
    display: flex;
    justify-content: flex-start;
    gap: 1rem;
}
.vitamix-products h2 {
    min-height: 32px;
    display: block;
}
.vitamix-products .elementor-container .elementor-row {
    grid-template-columns: 1fr 1fr;
    display: grid !important;
    width: 100% !important;
    gap: 1rem;
    margin: 0 0 2rem 0;
}
@media (min-width: 1200px) {
    .vitamix-products .elementor-container .elementor-row {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    }
}
.vitamix-products .elementor-column {
    width: 100% !important;
}
.vitamix-products img {
    aspect-ratio: 1 / 1;
    mix-blend-mode: darken;
}
.vitamix-products p {
    font-size: clamp(0.81rem, 0.34vw + 0.73rem, 1rem);
    line-height: 1.3;
    margin-bottom: 0rem !important;
}
.vitamix-products .elementor-image-box-content {
    padding: 1vh !important;
}
.bg-vitamix-why {
    background-size: 100% !important;
}
.vitamix-icons p {
    line-height: 1.2;
}
@media (max-width: 700px) {
    .vitamix-icons .elementor-row {
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }
    .vitamix-icons .elementor-row > div {
        min-width: 120px !important;
    }
}
body #wrapper .breadcrumb {background-color: transparent !important;}

body #content-wrapper .page-title {
    font-weight: 500;
}
.modal-dialog {
    max-width: 900px;
    width: 100%;
}
.social-links i {
    font-size: 40px;
}
.underline {
    cursor: pointer;
    text-decoration: underline;
}
.underline:hover {
    text-decoration: none;
}

.grid-recipes .elementor-widget-wrap {
    display: grid;
    justify-content: flex-start;
}

.grid-recipes .elementor-widget-wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1px;
}
.grid-recipes .elementor-widget-wrap img {
    object-fit: cover;
}
.grid-recipes .elementor-widget-wrap > div:first-child {
    grid-column: span 1;
    grid-row: span 2;
}
.grid-recipes .elementor-widget-wrap > div:nth-child(2), .grid-recipes .elementor-widget-wrap > div:nth-child(3) {
  grid-column: span 1; 
  grid-row: span 1;
}

.grid-recipes .elementor-widget-wrap > div:first-child img {
        width: 100%;
        aspect-ratio: 1 / 2;
}
.grid-recipes .elementor-widget-wrap > div:nth-child(2) img, .grid-recipes .elementor-widget-wrap > div:nth-child(3) img {
        width: 100%;
        height: 100%;
        aspect-ratio: 2 / 1;
}

@media(min-width: 768px) {
  .grid-recipes .elementor-widget-wrap > div:first-child img {
        width: 100%;
        aspect-ratio: 5 / 4;
    }  
    .grid-recipes .elementor-widget-wrap > div:nth-child(2) img, .grid-recipes .elementor-widget-wrap > div:nth-child(3) img {
        width: 100%;
        height: 100%;
        aspect-ratio: 10 / 4;
    }
    
}
.grid-recipes .elementor-widget-container {
    margin: 0 !important;
    padding: 0 !important;
} 
.grid-recipes .elementor-image-box-img,
.grid-recipes .elementor-widget-container, .grid-recipes .elementor-image-box-wrapper {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 100% !important;
}
.grid-recipes .elementor-image-box-wrapper {
    position: relative;
}
.grid-recipes .elementor-image-box-content {
    position: absolute;
    font-weight: bold;
    width: auto;
    top: 20px;
    left: 0px;
}
.grid-recipes .elementor-image-box-content a, .grid-6-4-2-recipes .elementor-image-box-content a{
    display: inline-block;
    background-color: rgba(20,20,20,0.4);
    padding: 10px !important;
    max-width: 100px;
    text-wrap: balance;
    text-align: left;
    line-height: 1.2;
    width: auto;
    color: #fff !important;
}
.grid-recipes  .swiper-button-next, .grid-recipes  .swiper-button-prev {
    z-index: 11;
}
.toc ul, ul.toc {
    padding: 0px;
    margin: 0;
    list-style-type: none;
    font-size: var(--font-medium);
}
ul.toc {
    padding: 0rem;
    border: 1px solid #f5f5f5;
    position: sticky;
    top: 100px;
    margin-top: 2rem;
}
h3:empty {
    display: none;
}
.toc li {
    margin: 0;
    padding: 0;
}
.toc a {
    border-top: 1px solid #f5f5f5;
    padding: 1rem;
    border-bottom: none;
    display: block;
    text-transform: uppercase;
    color: #466685 !important;
}
.toc > li > a {
    border-color: #fff;
}

.toc a span.link {
    flex: calc(100% - 10px);
}

.toc > li:first-child a {
    border-top: none;
}

.toc > li > a {
    text-transform: uppercase;
    background-color: #f5f5f5;
}
body.cms-id-1 ul.toc > ul:first-of-type {
    display: none;
}
body#cms .rte-container h1 {
          margin-bottom: 2rem;
}
body#cms .rte-container h1, .rte-container h2 {
  color: #466685;
}
body#cms .rte-container h3 {
  color: #466685 !important;
}

/* custom footer */
  .newsletter-box {
      display: flex;
      justify-content: center;
      align-items: center;
      max-width: 1200px;
      display: flex;
      margin: auto;
  }
  #footer-container-main {
    position: relative;
    z-index: 2;
  }

   .footer-container-box {
      max-width: 1200px;
      margin: auto;
      position: relative;
      z-index: 2;
      padding: 30px 15px 0 15px !important;
  }

@media(min-width: 1230px) {
  .footer-container-box {
    padding: 30px 0 0 0 !important;
  }
}
  @media (max-width: 767px) {
    .newsletter-box {
      flex-wrap: wrap;
    }
  }
  .ps-emailsubscription-block {
    position: relative;
    z-index: 2;
  }
  #footer-container-first {
    overflow: hidden;
  }
  div#footer-container-first::after {
    display: block;
    height: 250px;
    width: 250px;
    content: '';
    position: absolute;
    background-image: url('/themes/vitamix/assets/img/neutral1_aspas_vitamix.svg');
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    margin-top: -100px;
    right: 25px;
    opacity: 0.3;
    z-index: 1;
  }


@keyframes rotateSlow {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



#footer-container-first:hover::after {
    animation: rotateSlow 4s cubic-bezier(0.32, 1, 0.9, 1) forwards;
}

.elements-footer {
    display: flex;
    gap: 3.5rem;
    justify-content: space-between;
}
.elements-footer  > div {
  padding: 0;
  margin:  0;
  flex: 25%;
}
.elements-footer > div:last-child {
  flex: 50%; 
}
.elements-footer hr {
  display: none;
}
.elements-footer .contact-rich i {
  font-size: .9rem !important;
}
.elements-footer .contact-rich .part {
  display: flex;
  gap: .5rem;
  font-size: .9rem !important;
  align-items: center;
  margin-bottom: 0.5rem;
}
.elements-footer .block-title, .elements-footer .title-store, #footer .elements-footer .block-title {
  display: block;
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 500 !important;
  text-transform: uppercase;
}
.elements-footer .contact-rich .part .icon {
  width: auto;
}

#footer .block-title, #checkout-footer .block-title {
    margin-bottom: 0.5em !important;
    padding-bottom: 0 !important;
}
.social-logos-list {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 14px !important;
}
.social-logos-list > li {
    padding: 0.5rem;
    background-color: rgba(255,255,255,0.3);
    border-radius: 8px;
}
.social-logos-list > li > a, .social-logos-list > li > a:hover {
  color: #fff !important;
  font-size: 30px;
}
.social-logos-list > li > a:hover {
  opacity: 0.7;
  font-size: 40px;
}
.social-logo {
  width: 40px;
  height: 40px;
  display: flex; 
  justify-content: center;
  align-items: center; 
  background-size: cover;
  border-radius: 6px; 
  text-decoration: none;
  color: #fff;
}

.facebook-logo {
  background-color: #1877f2;
}

.youtube-logo {
  background-color: #FF0000;
}

.instagram-logo {
  background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
}



.elements-footer .iconos-pago p {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
    padding: .5rem;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 8px;
}
.elements-footer .iconos-pago img {
    width: 50px;
    margin: 0px;
}

.custom-icons-footer {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: flex-end;
    justify-content: center;
}
@media (max-width: 767px) {
    .elements-footer > div {
        flex: 100%;
    }
    .elements-footer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    .elements-footer .contact-rich .part {
        display: inline-flex;
    }
    .elements-footer .contact-rich {
        text-align: center;
    }
    .elements-footer .block-title, .elements-footer .title-store, #footer .elements-footer .block-title {
        text-align: center;
    }
    .custom-icons-footer{
        align-items: center;
    }
    #footer .block {
        padding-bottom: 0;
        cursor: pointer;
    }
    .block-links .block-title::before {
        content: '+ ';
        
    }
    .block-links._toggled .block-title::before {
        content: '- ';
    }
    .block-content > ul > li {
        padding: 0;
        border-bottom: 1px solid;
    }
    .block-links ul>li a {
        padding: 10px;
        font-size: 1rem;
    }
    .block-links ul>li a:before {
        display: none;
    }
}

#footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe, #footer .ps-emailsubscription-block .newsletter-input-group .btn-subscribe.disabled {
    color: #fff;
    font-size: 28px;
    opacity: 1;
}
#footer .ps-emailsubscription-block .newsletter-input-group {
    border: solid 2px #e3e3e3;
}

#footer .ps-emailsubscription-block a {
    color: #fff;
}
#footer .logo-footer {
    width: 100%; 
    max-width: 380px;
}
@media (min-width: 997px) {
    #footer .logo-footer {
        margin-left: -8px;
    }
    .logo-footer-container {
        border-top: 1px solid #d3d3d3;
        margin-top: 1rem;
        padding-top: 0.3rem;
    }
}
.copy-text {
    font-size: 0.75rem;
}

.feature_product {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    max-width: 1140px;
    margin: auto;
    height: 800px;
    font-size: 14px;
    line-height: 1.5;
}
.feature{
    width:265px;
    display:block;
    position:absolute;
}
.feature strong{
    clear:both;
    display:block;
    margin-bottom:10px;
    padding-bottom:5px;
    border-bottom: 1px solid #d3d3d3;
    color: #d81a38;
    font-size: 16px;
    text-wrap: balance;
    line-height: 1.2;
}

.feature.two strong::after {
    content: ' ';
    display: block;
    background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #d3d3d3 calc(50% - 1px), #d3d3d3 50%, transparent 50%);
    width: 200px;
    height: 150px;
    position: absolute;
    margin-left: -200px;
    margin-top: 5px;
}

.feature em {
    background-color: #f5f5f5;
    padding: 10px;
    display: block;
    font-style:normal;
} 
.feature_product .one {
    left: 83px;
    top: 122px;
    width: 373px;
}
.feature_product .one em{
    display: block;
    font-style:normal;
    margin-right: 70px;
}
.feature_product .two{
    right: 135px;
    top: 140px;
}
.feature_product .three {
    bottom: 106px;
    left: 96px;
    width: 348px;
}
.feature_product .three em{
    display: block;
    width: 251px;
    font-style:normal;
}
.feature_product .four{
    right: 78px;
    top: 425px;
    width: 300px;
}
.feature_product .four strong {
    text-align: right;

}
.feature_product .four strong::after {
    content: ' ';
    display: block;
    background-image: linear-gradient(to top right, transparent calc(50% - 1px), #d3d3d3 calc(50% - 1px), #d3d3d3 50%, transparent 50%);
    width: 180px;
    height: 96px;
    position: absolute;
    margin-left: -180px;
    margin-top: -90px;
}
.feature_product .four em{
    display: block;
    width: 251px;
    font-style:normal;
    float:right;
}
@media (max-width: 1150px) {

    .feature_product {
        font-size: 13px;
    }
    .feature_product .one {
        left: 0;
    }
    .feature_product .three {
        bottom: 197px;
        left: 0;
        width: 348px;
    }
    .feature_product .two {
        right: 14px;
        top: 185px;
    }
    .feature_product .four {
         right: 14px;
    }
    .feature.two strong::after {
        content: ' ';
        display: block;
        background-image: linear-gradient(to bottom right, transparent calc(50% - 1px), #d3d3d3 calc(50% - 1px), #d3d3d3 50%, transparent 50%);
        width: 200px;
        height: 93px;
        position: absolute;
        margin-left: -200px;
        margin-top: 5px;
    }

}
@media (max-width: 940px) {
.feature.two strong::after {
    width: 150px;
    height: 100px;
    margin-left: -150px;
  }
  .feature_product .four strong::after {
    width: 110px;
    margin-left: -110px;
    }
}
@media (max-width: 800px) {
    .feature_product{
        height:auto;
        font-size: initial;
    }
    .feature{
        width:50%;
        display:inline-block;
        float:left;
        position:relative;
        margin-bottom:10px;
        padding:10px
    }
    .feature_product .one,.feature_product .two,.feature_product .three,.feature_product .four{
        display:block;
        top:auto;
        bottom:auto;
        left:auto;
        right:auto;
        width:100% !important;
        text-align:left;
        margin-top: 0 !important;
        padding: 10px !important;
    }
    .feature_product em{
        width:100% !important;
        padding: 15px;
        display: block;

    }
    .feature_product .feature strong{
        text-align:left;
    }
    .linea{
        display:none
    }
}

@media (max-width: 480px) {
        .feature{
        width:100%;
    }
}
.feature_image img {
    width: 100%;
    max-width: 400px;
    margin: auto;
    display: block;
}