/* ----------------------------------------------------------------
    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; 
}

.font-lg{
    font-size: 1.75rem!important;
}

.ta-right{
    text-align: right!important;
}

.ta-left{
    text-align: left!important;
}

.f-right{
    float: right!important;
}

.f-left{
    float: left!important;
}

.mx-auto{
    margin-right: auto!important;
    margin-left: auto!important;
}

.o-hidden{
    overflow: hidden!important;
}

.c-pointer{
    cursor: pointer!important;
}

h1, h2, h3, h4, h5, h6{
    line-height: 1.3;
}

.table{
    margin-bottom: 0;
    border: none;
}

.lowerOpacity{
    opacity: 0.3;
    filter: grayscale(100%);
}

.slider-caption .button{
    width: max-content;
    margin: 20px auto 0;
}

.content-wrap {
    padding: 0;
    min-height: calc(100vh - 200px);
}

.cart th {
    border: none;
}

.my-account-icon{
    min-width:21px;
    min-height:21px;
}

.border-none{
    border: none!important;
}

.pos-top--5{
    position: relative;
    top: -5px;
}

.pos-top--2{
    position: relative;
    top: -2px;
}

.lh-13{
    line-height: 1.3!important;
}

input.price_range_slider.input-range-slider {
    display: none;
}

: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: 5px;
}

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;
}

.sidebarbw h2{
    font-size: 18px;
    line-height: 1.2;
}

.sidebarbw .entry-content{
    margin-top: 5px;
}

.sidebarbw .entry-meta{
    display: none;
}

.top-cart-number {
    min-width: 1.125rem;
    min-height: 1.125rem;
    width: fit-content;
    padding: 0 5px;
    border-radius: 10px;
}

#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: 550px;
}

.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: 3.5rem;
    text-transform: none;
}

.slider-caption p{
    font-size: 1.2rem;
}

.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: 44px;
    }
}

.sticky-top {
    z-index: 99999;
}

#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;
}

.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;
}

.button.btn-shadow:disabled {
    --bg-color: rgba(65,177,141,0.2);
    --border-color: rgba(65,177,141,0.2);
    --position: ;
    box-shadow: -4px -4px 0px 0px rgba(0,0,0,0.1), -4px -4px 0px 1px rgba(0,0,0,0.1);
    transition: all .3s ease-out !important;
}

.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;
    position: relative;
    top: 5px;
}

.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:60px;
    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% - 100px);
    margin: 0 10px;
}


.shape_divider{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#logo img {
    max-height: 100px;
    max-width: 300px;
}

.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: -25px;
}

.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;
    }
}

.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;
    }

    .slider-caption{
        max-width: 285px;
    }

    .slider-arrow-left, .slider-arrow-right, .flex-prev, .flex-next, .slider-arrow-top-sm, .slider-arrow-bottom-sm{
        width: 30px;
    }

    .header-misc {
        position: absolute;
        right: 45px;
        margin-left: 0;
    }

    .header-misc-element, .header-misc-icon{
        margin: 0 5px;
    }

    #logo img {
        max-width: calc(100% - 50px);
    }

    #top-search a .fa-xmark {
        right: -90px;
        position: relative;
    }

    #primary-menu-trigger, #page-menu-trigger {
        z-index: 99999!important;
    }

    small, .small{
        font-size: 0.975em;
    }

    .widget-filter-links li {
        font-size: 17px;
    }

    .top-cart-content{
        z-index: 999999!important;
    }

    .top-cart-item-desc a{
        font-size: 0.975em;
    }

    .top-cart-item-price, .top-cart-item-quantity{
        font-size: 0.85em;
    }

    .header-misc-icon .dropdown {
        margin: 0 -7px 0 5px!important;
    }

}

@media(min-width: 768px){
    #tab-orders .table-responsive{
        display: table;
    }
}

.table th{
    border-top: none;
}

.product-meta p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

label{
    letter-spacing: normal;
}

.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;
}

.visibleAjax #ajaxTopSearch{
    display: block!important;
}

.sticky-header #ajaxTopSearch {
    width: 480px;
}

#ajaxTopSearch.ajaxLoading{
    background-image: url('../images/ajaxLoading.gif');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 60px;
}

.ajaxItemBW p{
    width: calc(100% - 80px);;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 12px 0 12px 10px;
    float: left;
}

.ajaxItemBW p span {
    color: #404040;
    font-weight: 500;
    position: absolute;
    right: 10px;
    background: white;
    padding: 0 5px 0 10px;
}

.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;
}

.tooltip-inner {
  min-width: 200px;
}

.delivery_label {
    width: 80px;
    font-size: 0.75em;
    line-height: 1.25!important;
    text-align: right;
    position: absolute;
    right: 15px;
    font-style: italic;
    top: 5px;
    opacity: 0.8;
    background: white;
    border-radius: 5px;
}

.gm-style .delivery_label {
    right: unset;
    left: 5px;
    
    text-align: left;
}

.pricing > div > label {
    width: 100%;
}

.row_suscripcion .alert-error, .row_suscripcion .alert-success{
    position: relative;
    top: -3px;
}

.menu-item.sub-menu > span.menu-link{
    cursor: pointer;
}

.bw-triangle-exclamation{
    width: 0px;
    height: 0px;
    border-style: inset;
    border-width: 0 14px 25px 14px;
    border-color: transparent transparent #f8d7da transparent;
    color: #721c24;
    float: right;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    position: relative;
    top: -2px;
}

.bw-triangle-exclamation p {
    text-align: center;
    top: 5px;
    left: -14px;
    position: relative;
    width: 28px;
    height: 25px;
    margin: 0px;
    font-size: 0.85em;
    line-height: 1.5!important;
    color: #721c24;
    font-weight: 600;
}

.button.button-small {
    font-size: 1em;
}

.table-striped td {
    border: none;
}

span.input-group-addon {
    padding: 7px 5px;
    min-width: 38px;
    text-align: center;
}

.input-group.form-group label {
    width: 100%;
    margin-bottom: 0;
    padding-left: 3rem;
    font-size: 0.8em;
}

.foto-producto{
    height: 200px;
    object-fit: contain;
}