.elementor-464616 .elementor-element.elementor-element-eed6a0e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-464616 .elementor-element.elementor-element-7431297{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 8px) 0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-464616 .elementor-element.elementor-element-d0f9e90{margin:40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;text-align:center;}.elementor-464616 .elementor-element.elementor-element-d0f9e90 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:18px;font-weight:600;font-style:italic;line-height:24px;color:#008B91;}/* Start custom CSS for html, class: .elementor-element-7431297 *//* --- pricing plans --- */
.products-grid{
    overflow: hidden;
    border-radius: 6px;
}

.products-grid.col-2{
    border: none !important;
    box-shadow: none !important;
}

@media(min-width: 1024px){
    .products-grid{
        border: 1px solid #e5e5e5;
        box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    }
}

.pricing-plan-card{
    height: 100%;
    width: 100%;
    background: #fff;
    max-width: 480px;
    margin: 0 auto;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

.products-grid.col-2 .pricing-plan-card {
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
}

@media(min-width: 1024px){
    .pricing-plan-card {
        border: none;
        box-shadow: none;
        border-radius: 0;
    }
    
    .pricing-plan-card:not(:first-of-type){
        border-left: 1px solid #e5e5e5 !important;
    }
}

.annual, .lifetime{
    display: none;
}

.annual.selected, .lifetime.selected{
    display: inline-block;
}

/* --- pricing toggles --- */
.pricing-toggles {
    display: grid;
    gap: 24px;
    place-items: center;
}

.pricing-toggles .plan-toggle,
.pricing-toggles .license-toggle {
    display: flex;
    gap: 2px;
    /*overflow: hidden;*/
    font-family: 'Open Sans', sans-serif;
    background-color: #DBDBDB;
    border: 1px solid #e5e5e5;
    border-radius: 100vw;
    width: max-content;
    padding: 3px;
}

.pricing-toggles .plan-toggle input,
.pricing-toggles .license-toggle input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.pricing-toggles .plan-toggle label,
.pricing-toggles .license-toggle label {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: #DBDBDB;
    color: #133F3F !important;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    text-align: center;
    padding: 6px 12px;
    border-radius: 100vw;
    transition: all 0.1s ease-in-out;
}

.pricing-toggles .plan-toggle label:hover,
.pricing-toggles .license-toggle label:hover {
    cursor: pointer;
}

.pricing-toggles .plan-toggle input:checked+label,
.pricing-toggles .license-toggle input:checked+label {
    background-color: #fff;
    color: #F75D25 !important;
    box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.05);
}

.pricing-toggles .plan-toggle label .savings {
    font-size: 12px;
    background: #fff;
    color: #F75D25;
    padding: 3px 8px;
    border-radius: 100vw;
    margin-left: 6px;
}

.pricing-toggles .plan-toggle input:checked+label .savings {
    background: #FFF7F4;
}

@media(min-width: 768px){
    .pricing-toggles .plan-toggle,
    .pricing-toggles .license-toggle {
        padding: 4px;
    }
    
    .pricing-toggles .plan-toggle label,
    .pricing-toggles .license-toggle label{
        font-size: 16px;
        line-height: 20px;
        padding: 8px 24px;
    }
}

.pricing-toggles .plan-toggle-switch{
    display: flex;
    align-items: center;
    gap: 12px;
}

.plan-toggle-switch .lifetime-label, 
.plan-toggle-switch .annual-label{
    cursor: pointer;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #133F3F;
}

.plan-toggle-switch .lifetime-label.selected, 
.plan-toggle-switch .annual-label.selected{
    color: #F75D25;
}

.plan-toggle-switch .lifetime-label .savings {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    background: #FFF7F4;
    color: #F75D25;
    border: 1px solid #F75D25;
    border-radius: 100vw;
    padding: 3px 10px 4px;
    margin-left: 6px;
}

.license-toggle .twenty-five-licenses-savings{
    display: none;
    font-size: 10px;
    line-height: 1;
    font-weight: 500;
    background: #fff;
    color: #F75D25;
    border-radius: 100vw;
    padding: 4px 8px 5px;
}

.license-toggle input:checked+label[for="twenty-five-licenses"] .twenty-five-licenses-savings{
    background: #FFF7F4;
}

.plan-toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 28px;
}

.plan-toggle-switch .switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.plan-toggle-switch .switch-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100vw;
  background-color: #DBDBDB;
  transition: .2s ease;
  border: 1px solid #e5e5e5;
}

.plan-toggle-switch .switch-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #fff;
  transition: .3s ease;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.05);
}

.plan-toggle-switch input:checked + .switch-slider {
  background-color: #F75D25;
}

.plan-toggle-switch input:checked + .switch-slider:before {
  transform: translate(26px, -50%);
}

@media(min-width: 768px){
    .license-toggle .twenty-five-licenses-savings{
        display: inline-block;
    }
}

.bfcm-tooltip {
  position: relative;
  top: 0 !important;
}

/*
.bfcm-tooltip:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border-width: 8px;
  left: 50%;
  top: 100%;
  margin-top: 1px;
  transform: translateX(-50%);
  border-style: solid;
  border-color: transparent;
  border-bottom-color: #006266;
}

.bfcm-tooltip:after {
  pointer-events: none;
  content: 'Thanksgiving Sale Special';
  white-space: nowrap;
  position: absolute;
  top: 52px;
  left: 50%;
  transform: translateX(-50%);
  height: max-content;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  border-radius: 4px;
  background-color: #006266;
  color: #fff;
}
*/

/* --- product info --- */
.product-info {
    position: relative;
    overflow: hidden;
}

.pricing-plan-card.best-seller .product-info{
    padding-top: 48px;
}

.pricing-plan-card.best-seller .product-info::before{
    content: 'Mejor Vendedora';
    width: 100%;
    height: auto;
    padding: 10px 12px;
    text-align: center;
    position: absolute;
    z-index: 10;
    top: 0;
    background: linear-gradient(90deg, #00184B -56.16%, #0051F9 50.01%, #00184B 140.91%);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px, rgba(0, 0, 0, 0.1) 0px 3px 12px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fff;
    border-radius: 6px 6px 0 0;
}

@media(min-width: 1024px){
    .pricing-plan-card.best-seller .product-info{
        padding-top: 28px;
    }

    .pricing-plan-card.best-seller .product-info::before{
        width: 200px !important;
        height: auto;
        padding: 8px 12px;
        text-align: center;
        position: absolute;
        z-index: 10;
        top: 20px;
        left: 67%;
        transform: rotate(45deg);
        background: linear-gradient(90deg, #00184B -56.16%, #0051F9 50.01%, #00184B 140.91%);
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 20px, rgba(0, 0, 0, 0.1) 0px 3px 12px;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        color: #fff;
    }
    
    .products-grid.col-4 .pricing-plan-card.best-seller .product-info::before {
        top: 22px;
        left: 58%;
    }
    
    .products-grid.col-2 .pricing-plan-card.best-seller .product-info::before {
        top: 20px;
        left: 72%;
    }
}

.pricing-plan-card.sale .price {
    margin-top: 64px;
}

.pricing-plan-card.sale.free .price {
    margin-top: 68px;
}

.pricing-plan-card.sale:not(.free) .price::before {
    content: 'Black Friday Sale Special Price';
    display: block;
    width: max-content;
    position: absolute;
    top: 28px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(90deg, #00184B -56.16%, #0051F9 50.01%, #00184B 140.91%);
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    padding: 8px 16px 6px;
    border-radius: 32px;
}

.product-price .price {
    display: flex;
    align-items: center;
    gap: 12px;
    line-height: 1;
}

.product-price .price-before {
    text-decoration: line-through;
    font-size: 36px;
    font-weight: 400;
    color: #819596;
}

.product-price .price-now {
    font-size: 32px;
    font-weight: 700;
    color: #133F3F;
}

.product-price .discount-perc {
    font-size: 12px;
    font-weight: 500;
    background: #FFF7F4;
    color: #F75D25;
    border: 1px solid #F75D25;
    padding: 6px 10px 4px;
    border-radius: 100vw;
}

.pricing-plan-card.best-seller .product-cta a{
    background: #F75D25 !important;
    color: #fff !important;
}

.pricing-plan-card.best-seller .product-cta a:hover {
    background: #C64A1E !important;
    border-color: #C64A1E !important;
}

.product-cta {
    cursor: pointer;
}

.chat-live{
    cursor: pointer;
}

/*--- plan features list ---*/
.pricing-features .elementor-tab-title {
    padding: 8px 36px !important;
}

.products-grid.col-4 .pricing-features .elementor-tab-title{
    padding: 8px 24px !important;
}

.pricing-features .plan-feature {
    padding-left: 52px;
}

.products-grid.col-4 .pricing-features .plan-feature {
    padding-left: 44px;
}

.info-icon{
    width: 16px;
    height: 16px;
    padding: 2px;
    border: 1px solid #4B5858;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-icon:after{
    color: #4B5858;
    content: '\2139';
}

.pricing-features .elementor-toggle-item .elementor-tab-title:hover{
    background: rgb(244 91 37 / 5%);
}

.pricing-features .elementor-toggle-title b,
.pricing-features .elementor-toggle-title b .annual,
.pricing-features .elementor-toggle-title b .lifetime{
    font-weight: 600 !important;
    text-decoration: line-through;
}

.pricing-features .elementor-toggle-item > .elementor-tab-title{
    display: flex;
    flex-direction: row-reverse;
    justify-content: start;
}

.pricing-features .elementor-toggle-icon-right{
    margin-top: 1px;
    margin-left: 4px;
    height: 1em;
}

.pricing-features .elementor-toggle-icon-right > .elementor-toggle-icon-opened{
    margin-left: 6px;
}

.feature-title-icon svg{
    fill: #F75D25;
    margin-right: 4px;
    margin-bottom: -2px;
    width: 13px;
    height: 13px;
}

.plan-feature {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 13px;
    padding: 4px 48px 4px 48px;
}

@media (min-width: 760px){
    .plan-feature {
        padding: 4px 48px 4px 64px;
    }
}

@media (min-width: 1024px){
    .plan-feature {
        padding: 4px 24px 4px 40px;
    }
    
    .middle .plan-feature{
        padding: 4px 24px 4px 52px;
    }
}

.plan-feature:hover{
    background: rgb(244 91 37 / 5%);
}

.plan-feature:hover .info-icon{
    opacity: 1;
}

.info {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    width: 28px;
    height: 28px;
}

.info-icon{
    opacity: 0;
}

.info-icon:hover + .tooltip{
    opacity: 1;
    visibility: visible;
}

.tooltip:hover{
    opacity: 1;
    visibility: visible;
}

.tooltip::before:hover .tooltip{
    opacity: 1;
    visibility: visible;
}

.tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 999;
    background: #fefefe;
    color: #4B5858;
    width: 300px;
    bottom: 2.5rem;
    right: -2.25rem;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    box-shadow: 0 3px 8px rgba(0,0,0,.2);
    transition: opacity 0.3s ease-in-out;
}

.tooltip::before {
    content: "";
    position: absolute;
    z-index: 999;
    bottom: -1.5rem;
    right: 2.75rem;
    background: #fefefe;
    width: 16px;
    height: 32px;
    transform: rotate(-90deg);
    box-shadow: -1px -1px 8px 0 rgba(0,0,0,.2);
    clip-path: polygon(0 50%, 100% 100%, 100% 0);
}

.tooltip-heading {
    display: block;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0.5rem;
    color: #283B3C;
}

.tooltip b {
    display: block;
    margin-top: 0.5rem;
}

@media (min-width: 450px){
    .tooltip{
        width: 350px;
    }
}

.pricing-features.hide-first .elementor-toggle-item:first-child .elementor-toggle-icon-right, .pricing-features.hide-first .elementor-toggle-item:nth-child(4) .elementor-toggle-icon-right{
    display: none;
}

.pricing-features.hide-first-six .elementor-toggle-item:first-child .elementor-toggle-icon-right, .pricing-features.hide-first-six .elementor-toggle-item:nth-child(8) .elementor-toggle-icon-right, .pricing-features.hide-first-six .elementor-toggle-item:nth-child(4) .elementor-toggle-icon-right{
    display: none;
}

.priority {
    display: none;
}/* End custom CSS */