/* ----------------------------------------------------------------
    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; 
}

*{
    -webkit-transition: all 0.3s ease;                  
    -moz-transition: all 0.3s ease;                 
    -o-transition: all 0.3s ease;   
    -ms-transition: all 0.3s ease;          
    transition: all 0.3s ease;
}

.ta-right{
    text-align: right!important;
}

.f-right{
    float: right!important;
}

.table{
    margin-bottom: 0;
}

.slider-caption .button{
    width: max-content;
    margin: 20px auto 0;
}

.content-wrap{
    padding:0;
}

.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;
}

.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;
}

.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2{
    text-transform: none;
}

.fbox-bg.fbox-center {
    padding: 0 0rem 2rem;
}

#top-bar {
    z-index: 999;
}

@media (min-width: 992px) {

    #top-bar.transparent-topbar {
        z-index: 399;
        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: 3rem;
}

.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: 298;
}

#header {
    margin-bottom: -1px;
}

#page-title-wrapper{
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
}

.button-black {
    background-color: #111!important;
}

.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: flex;
    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;
}

.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;
}