/* ----------------------------------------------------------------
    Add all your Custom Styled CSS here for New Styles or
    Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/*Estilos barra de desaplzamiento*/

*::-webkit-scrollbar-track
{ background-color:transparent; }

*::-webkit-scrollbar
{ width: 7px; height: 7px; }

*::-webkit-scrollbar-thumb
{
    background-color:#404040; 
}

.ta-right{
    text-align: right!important;
}

.ta-left{
    text-align: left!important;
}

.f-right{
    float: right!important;
}

.f-left{
    float: left!important;
}

.table{
    margin-bottom: 0;
    border: none;
}

.slider-caption .button{
    width: max-content;
    margin: 20px auto 0;
}

.content-wrap{
    padding:0 15px;
}

.my-account-icon{
    min-width:21px;
    min-height:21px;
}

:root {
    --color-success: rgb(65, 177, 141);
}

:root {
    --color-success-darker: rgb(58, 158, 126);
}

:root {
    --color-warning: #ffb606;
}

:root {
    --color-warning-darker: #ffb606;
}

:root {
    --color-error: #F05555;
}

:root {
    --color-error-darker: #F05555;
}

p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
    margin-bottom: 15px;
}

label{
    font-size: 1em;
}

.dark .menu-item:hover > .menu-link{
    color: white!important;
}

.btn-success{
    background-color: #54a905;
    border-color: #54a905;
    background-color: var(--color-success);
    border-color: var(--color-success);
}

.btn-success:hover{
    background-color: #189c82;
    border-color: #189c82;
    background-color: var(--color-success-darker);
    border-color: var(--color-success-darker);
}

.leform-inline.leform-container .leform-form:first-child{
    display: block!important
}

.submit_btn_footer_form{
    margin-top: 10px
}

.fbox-content .subtitle a{
    margin:0 3px;
}

.pagination-container{ display: block!important; margin: 15px 25px; }

#page-title-wrapper .container{
    position: relative;
}

.page-title-mini h1{
    margin-bottom: 0;
}

#page-title h1, .entry-title h2, .entry-title h3, .entry-title h4{
    text-transform: none
}

.entry-title h1{
    margin-bottom: 10px;
}

.post-grid .entry-title h2 {
    font-size: revert;
}

.post-grid .entry{
    margin-bottom: 15px;
}

.entry-content {
    margin-top: 15px;
}
.entry-image{
    margin-bottom: 15px;
}
.page-title-mini span{
    position: relative;
    top: -5px
}

.section.parallax{
    background-size: cover
}

#oc-clients .oc-item{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}


#oc-clients .oc-item img{
    opacity: 0;
}

.slider-caption {
    position: absolute;
    padding: 20px 40px;
}

.slider-caption-top-right {
    top: 0;
    right: 15px;
}

.slider-caption-top-left {
    top: 0;
}

.slider-caption{
    max-width: 580px;
}

.slider-caption-bg{
    bottom: unset
}

.title-center {
    text-align: center ;
}

.title-right{
    text-align: right;
}

.fancy-title {
    margin-bottom: 0.5rem;
}

.fbox-bg.fbox-center {
    padding: 0 0rem 2rem;
}

#top-bar {
    z-index: 999999999;
}

@media (min-width: 992px) {

    #top-bar.transparent-topbar {
        z-index: 999999;
        border-bottom: 0;
        margin-top: 15px;
    }

    #top-bar.transparent-topbar {
        background: transparent !important;
    }

    #top-bar + #header.transparent-header.floating-header {
        margin-top: 15px;
    }

}

.dark .top-links li > a,
.dark #top-social li a { color: #FFF; }

.dark .top-links li:hover { background-color: rgba(255,255,255,0.15); }

.top-links-item .flag_img{
    position: relative;
    top: -2px;
    margin-right: 2px
}

.slider-caption h2 {
    font-size: 2.5rem;
}
.slider-caption p{
    margin-bottom: 15px;
}

.force-transparent-container .container{
    background-color: transparent!important;
}

.slider-caption-bg{
    background-color: transparent;
    opacity: 0
}

.animated.slider-caption-bg-dark{
    background-color: rgba(0,0,0,0.6);
    opacity: 1
}

.animated.slider-caption-bg-light{
    background-color: rgba(255,255,255,0.6);
    opacity: 1
}


#top-search .fa-times, .top-search-open #top-search .fa-search {
  opacity: 0;
  display: none;
}

.top-search-open #top-search .fa-times {
  opacity: 1;
  display: block;
  z-index: 11;
  font-size: 1rem;
}

@media (min-width: 992px){
    #top-bar.transparent-topbar {
        margin-bottom: -45px;
        margin-top: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
    }
    #top-bar.transparent-topbar.dark {
        border-bottom: 1px solid rgba(255,255,255,0.15);
    }

    #top-bar.transparent-topbar + #header{
        padding-top: 45px;
    }
}

.sticky-top {
    z-index: 999999999;
}

#header {
    margin-bottom: -1px;
}

#page-title-wrapper{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.slider-caption.slider-caption-right {
    right: 0;
    text-align: right;
}

.slider-caption.slider-caption-right .button{
    margin-right: 0
}

.slider-caption.slider-caption-left .button{
    margin-left: 0
}

ul.pagination {
    margin: 0 auto;
    display: inline-flex;
}

.dark .testimonial, .testimonial{
    background:transparent;
    border:none;
}

.bwblock{
    background-size: cover;
    background-repeat: no-repeat;
}

#page-title-wrapper.page-title-mini h1 {
    font-weight: 600;
    font-size: 20px;
    color: #444;
    line-height: 2em;
}

.divider{
    margin: 0 auto;
}

.titular-title + .titular-sub-title{
    margin-bottom: 0
}

.owl-carousel .owl-dots .owl-dot {
    margin-top: 5px;
}

.noborder{
    border:none!important;
}

.entry::after{
    margin-top: 10px;
}

.entry{
    margin-bottom: 20px;
}

.bwshare .social-icon {
    margin: 0 auto;
    display: inline-block;
    float: none;
}

.bwshare .sharelabel{
    position: relative;
    top: -15px;
    right: 5px;
}

.eapp-whatsapp-chat-root-layout-component .jQhAbw, .eapp-whatsapp-chat-root-layout-component .fahXuH{
    width: 50px;
    height: 50px;
}

.eapp-whatsapp-chat-root-layout-component .czvWiu{
    width: 31px;
    height: 31px;
}

.top-links-sub-menu form{
    margin-bottom: 0;
}

.cart-product-remove button{
    border: none;
    background-color: transparent;
}

.bootstrap-select .btn-light{
    background-color: transparent;
    border-radius: 0;
}

.hidden{
    display: none;
}

.bootstrap-switch.bootstrap-switch-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #eaeaea;
}

.checkbox-style-1-label, .radio-style-1-label, .checkbox-style-2-label, .radio-style-2-label, .checkbox-style-3-label, .radio-style-3-label{
    font-size: 1em;
}

.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before{
    padding: 2px;
    margin-right: 2px;
    position: relative;
    top: -2px;
}

#shipping_details label p{
    font-weight: 400;
}

.cart td {
    padding: 12px 5px !important;
}

.radio-style:checked + .radio-style-3-label:before {
    color: white;
    background-color: #1ABC9C ;
}

.inner_text_center {
    display: inline-block;;
    margin: 0 auto;
}

.color-dot {
    width: 18px;
    height: 18px;
    border-radius: 20px;
    margin: 0 5px;
    border: 2px solid #FFF;
    position: relative;
}

.color-dot i{
    display: none;
}

.color-dot.disabled {
    top: -6px;
    filter: grayscale(0.2);
    opacity: 0.75;
}
.color-dot.disabled i, .color-dot.disabled svg {
    display: block;
    position: absolute;
    font-size: 30px;
    top: -4px;
    left: -4px;
}

.color-dot.active {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 30%);
    transform: scale(1.2);
}

.leform-element div.leform-input.leform-input-medium{
    z-index: 0;
}

.color-dot-sm{
    width: 16px;
    height: 16px;
}

.button:disabled, .button:disabled:hover {
    background-color: #eaeaea;
    color: #cacaca;
    text-shadow: none;
    cursor: not-allowed;
}

.top-cart-items {
    max-height: calc(100vh - 230px);
    overflow-y: scroll;
    padding: 0.5rem;
}

.top-cart-item-desc a{
    line-height: 1;
}

.before-heading svg{
    font-size: 0.8em;
}

.cart-product-thumbnail a{
    background-size: cover;
    background-position: center;
    border: 1px solid #eaeaea;
}

.cart-product-thumbnail img{
    opacity: 0;
}

.form_success .form_response {
    color: green;
}
.form_response {
    font-size: 0.8em;
    display: block;
    margin-top: 10px;
}
.form_error .form_response {
    color: red;
}

.profile-photo, .profile-photo-thumb{
    background-size: cover;
    background-position: center;
    display: inline-block;
    border-radius: 50px;
}

.profile-photo {
    padding: 29px;
    float: left;
    border: 3px solid white;
    box-shadow: 0px 0px 0px 1px #ddd;
}

.profile-photo-thumb{
    padding: 10px;
    position: relative;
    top: 3px;
    box-shadow: 0px 0px 0px 1px #ddd;
}

.menu-link i{
    width: auto
}

.accordion-lg .accordion-header {
    font-size: 18px;
}

.mercadopago-button {
    border-radius: 3px;
    color: #FFF!important;
    padding: 10px !important;
    font-weight: 500;
    margin: 10px 0;
    background-color: #009EE3;
    text-decoration: none!important;
}

.tabs-alt .tab-nav li a {
    background-color: #FFF;
    border: 1px solid white;
    border-bottom: 0;
}

.quantity .qty {
    width: 30px;
    height: 25px;
    line-height: 25px;
}

.quantity .plus, .quantity .minus{
    width: 25px;
    height: 25px;
    line-height: 25px;
}

.slider-arrow-right svg, .slider-arrow-left svg {
    margin: 9px 15px;
}

.swiper-producto .swiper-slide {
    float: left;
}

.swiper-producto .swiper-wrapper {
    width: auto;
}

.swiper-button-disabled{
    opacity: 0.3;
}

#message_cart_button {
    font-size: small;
    padding: 5px;
    margin-left: 10px;
}

.quantity{
    margin-right: 15px;
}

@media(min-width: 992px){
    .text-center .standard-logo, .text-center .retina-logo{
        margin: 0 auto;
    }
}

#toast-container {
    z-index: 999999999;
}

.top-search-form input::-moz-placeholder {
    text-transform: none;
}
.top-search-form input:-ms-input-placeholder {
    text-transform: none;
}
.top-search-form input::-webkit-input-placeholder {
    text-transform: none;
}

#location-input{
    width: calc(100% - 80px);
}


.shape_divider{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo img {
    max-height: 100px;
    max-width: 300px;
    margin-right: 10px;
}

.margin-auto {
    margin: 0 auto;
}

li.breadcrumb-item p {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis!important;
    margin-bottom: 0;
}

#bwblock_42947 {
    position: fixed;
}

.brand_thumb{
    max-width: 30px;
    max-height: 30px;
}

.widget-filter-links .widget-filter-reset{
    z-index: 99999;
    top: -35px;
}

.top-search-form-inline input{
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #555;
    max-width: 115px;
    background: transparent!important;
    float: left;
}

.menu-link{
    padding-left: 10px;
    padding-right: 10px;
}

@media(max-width: 992px){
    .top-search-form-inline input{
        max-width: 80px;
    }
}

@media(max-width: 340px){
    .top-search-form-inline input{
        max-width: 60px;
    }

    .top-search-form-inline select{
        max-width: 85px!important;
    }
}

.product-image > .badge, .sale-flash {
    font-size: 1.15em;
}

.cupon_dto{
    border-style:dashed!important;
    width: 170px;
}

.oneem{
    font-size: 1em;
}

.top-cart-item:not(:first-child) {
    padding-top: 0.5rem;
    margin-top: 0.5rem;
}

/* RESPONSIVE OVERALL FIXES*/
@media(max-width: 575px){

    #logo img{
        margin: 10px 0
    }

    #copyrights .middot {
        display: block;
        opacity: 0;
        line-height: 0;
    }

    ol.flex-control-nav.flex-control-thumbs li {
        float: left;
        width: 32%!important;
    }

}

.fbox-content {
    word-break: break-all;
}

.product-meta p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label{
    font-size: 14px;
}

.switch_with_text > label, .switch_with_text > .switch{
    display: inline-block;
}

.switch_with_text > label{
    margin-left: 10px;
    position: relative;
    top: -3px;
}

.widget-filter-links li a {
    width: calc(100% - 25px);
    min-width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.widget-filter-reset{
    text-align: right;
}



/* ESTILOS PARA MANEJAR TAMAÑOS DE IMAGEN EN PREFERENCIAS */

.text-center .product-image-size-lg, .text-center .product-image-size-md, .text-center .product-image-size-sm, .text-center .product-image-size-xs{
    margin: 0 auto;
}
.product-image-size-lg{ width: 80%; }
.product-image-size-md{ width: 60%; }
.product-image-size-sm{ width: 40%; }
.product-image-size-xs{ min-width: 70px; width: 25%; }

/* TERMINA ESTILOS PARA TAMAÑOS DE IMAGEN */

.center .heading-block::after, .text-center .heading-block::after, .heading-block.center::after, .heading-block.text-center::after {
    margin-top: 15px;
}

.team-image .bg-overlay a {
    background-color: rgba(0,0,0,0.75);
}

.team-image .bg-overlay a p{
    line-height: 1.25!important;
    margin: 0!important;
}


.product-meta p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.row_suscripcion{
    border-bottom: 1px solid #ddd;
}

.tachado{
    text-decoration: line-through ;
}

.row_suscripcion .tachado{
    color: #aaa;
}

.sm-form-control{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 5px!important;
    min-height: 39px;
}

.dark .dropdown-toggle {
    color: white;
}

#builder_contact_form .g-recaptcha{
    position: relative;
    top: 2px;
}

.text-gray{
    color: #aaaaaa;
}

#ajaxTopSearch{
    display: none;
    position: absolute;
    margin-top: 25px;
    background: white;
    padding: 5px;
    box-shadow: 0px 0px 6px 2px rgb(0 0 0 / 15%);
    min-height: 50px;
    min-width: 260px;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

#ajaxTopSearch.ajaxLoading{
    background-image: url('../images/ajaxLoading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
}

.ajaxItemBW p{
    max-width: 170px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 12px 10px;
    float: left;
}

.ajaxItemBW {
    margin: 5px 0;
    display: block;
}

.top-search-form-inline select {
    padding: 5px;
    background: transparent;
    max-width: 105px;
    border: none;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
}