/*
Theme Name: Rolos
Description: Tema hijo de Flatsome
Author: Luis Sanoja
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*Order tracking*/
.img-status-tracking{
	margin-top: -30px !important;
    margin-bottom: 15px !important;
}
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
}
.track {
    position: relative;
    background-color: #ddd;
    height: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 60px;
    margin-top: 50px
}
.track .step {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 20%;
    margin-top: -27px;
    text-align: center;
    position: relative
}
.track .step.active:before {
    background: #0971ce
}
.track .step::before {
    height: 7px;
    position: absolute;
    content: "";
    width: 100%;
    left: 0;
    top: 27px
}
.img-auto{
	max-width: 60%;
	filter: grayscale(100%);
}
.img-auto.active{
	filter: none !important;
}
.track .step.active .icon {
    border: solid 1px #0971ce;
}
.track .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 55px;
    position: relative;
    border-radius: 100%;
    background: #ddd;
}
.track .step.active .text {
    font-weight: 400;
    color: #1e1e1e;
}
.text.active {
    font-weight: 600 !important;
    color: #0971ce !important;
}
.track .text {
    display: block;
    margin-top: 7px
}


.mfp-close-btn-in .mfp-close{
	background: #0971ce;
    color: #ffffff !important
}

p.stock {
    display: none;
}

.nav-center{
    justify-content: center !important;
}
.box-push .box-text{
    max-width: 35% !important;
}
.textCardio{
    margin-top: -60px;
    padding-bottom: 55px;
}
.textFuerza{
    margin-top: -60px;
    padding-bottom: 55px;
}
.textFuncional{
    margin-top: -60px;
    padding-bottom: 55px;
}
div#categoryWoo li.product_cat{
    font-size: 0px;
    list-style: none;
}
div#categoryWoo li.product_cat ul> li{
    font-size: 16px;
    list-style: none;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #ffffff;
}
div#categoryWoo li.product_cat ul> li a{
    color: #ffffff;
}
div#categoryWoo li.product_cat ul.children{
    display: none !important;
}
.afterPie{
    padding-bottom: 0px !important;
}
div.LineRolos > h3.section-title {
    border-bottom: 2px solid #0971ce !important;
}

.tabPoliticas > ul.nav-center{
    justify-content: flex-start !important;
}
.form-flat input:not([type="submit"]), .form-flat textarea, .form-flat select{
    background-color: #fff;
    border-radius: 0px;
}
input.wpcf7-form-control.wpcf7-submit.button.primary.suscribirse {
    border-radius: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output{
        display: none !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #fff;
}

/*************** UX MENU ***************/

.ux-menu .nav-dropdown {
    padding-top: 10px;
	padding-left: 20px;
}

.ux-menu > .nav-dropdown-default .nav-column li>a, .nav-dropdown.nav-dropdown-default>li>a{
	color: #fff;
	border-bottom: 1px solid #0971ce;
}

ul.nav-dropdown.nav-dropdown-default{
	background: #1e1e1e;
}

li.header-search ul.nav-dropdown.nav-dropdown-default{
	background: #ffffff;
}

.ux-menu .nav-dropdown-default del{
	color: #fff;
}

.ux-menu .nav-dropdown-default del bdi{
	color: #fff;
}

.ux-menu .nav-dropdown-default bdi{
	color: #fff;
}

.ux-menu .nav-dropdown-default ul.product_list_widget li{
	margin-left: 0px !important;
	border: none !important;
}

.ux-megamenu .nav-dropdown {
    min-width: 100vw;
    padding: 0px;
}

.ux-megamenu li.menu-item {
    width:100%;
}

.container .ux-megamenu .row:not(.row-collapse) {
    margin-left: auto;
    margin-right: auto;
}

.dark ul.product_list_widget li{
	margin-left: 0px;
}
.text-white{
    color: #ffffff;
    padding: 10px 15px;
    font-size: 14px;
    background-color: #656565;
    font-weight: 800;
}
.contenedorLiquidacionRow{
    margin-bottom: 40px!important;
}
ins .woocommerce-Price-amount{
    color: #1a71ce!important;
}
/*Color Huincha de Promoción*/ /*Luego de Black Friday regresar a #0971ce!important;*/
.badge-inner.secondary.on-sale{
    background-color: #000000!important;
    color: #FFF;
    border-color: #000000!important;
    padding: 5px;
}
.badge-inner.secondary.on-sale > span.onsale{
    font-size: 15px;
    text-transform: uppercase;
}
.container-width, .full-width .ubermenu-nav, .container, .row {
    max-width: 1300px!important;
}
.posicion-aviso{
    position: absolute;
    top: 100px;
    right: 0;
    margin-bottom: 0;
    z-index: 10;
    background-color:rgba(9,113, 206, .6);
    text-transform: uppercase;
    padding: 5px 10px;
	font-weight: bold;
    transition: all .3s ease-in;
}
.posicion-aviso:hover{
    background-color: rgba(9,113, 206, 1);
}
.anchoCaja{
    width: 80%;
    margin: 0 auto;
    padding: 100px 0;
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@media only screen and (max-width: 576px) {

    .badge-inner.secondary.on-sale > span.onsale {
        font-size: 12px;
    }
    .posicion-aviso{
        display: none;
    }
    
}
@media screen and (max-width: 850px){
    .cambiarFondo{
        background-image: url(https://rolos.cl/wp-content/uploads/2022/11/banner-rolos-tablet.jpg)!important;
        background-position: center top !important;
    }
}
@media screen and (max-width: 576px){      
    .cambiarFondo{
        background-image: url(https://rolos.cl/wp-content/uploads/2022/11/banner-rolos-mobile.jpg)!important;
        background-position: center top !important;
    }

}
.pum-theme-7213 .pum-container, .pum-theme-lightbox .pum-container{
    padding:0;
}
.px-3{
    padding: 15px!important;
}
.noEncuentras{
    cursor: pointer;
}
.pago-en-cuotas{
    color:#1a71ce;
    font-weight: bold;
}
.padding-top{
    padding-top: 15px;
}
.no-padding-botton{
    padding-bottom: 0!important;
    position: relative;
}
.contenedorFormulario .wpcf7-spinner{
    position: absolute;
    left: 0;
}
.contenedorFormulario .wpcf7-response-output{
    background-color: #46b450;
    color: #FFF;
}
.border-colors a.ux-logo-link{
    padding: 0!important;
}
#masthead > div.header-inner.flex-row.container.logo-left.medium-logo-center > div.flex-col.hide-for-medium.flex-right > ul > li.html.header-button-1 > div > a{
    background-color:#1a71ce; 
}
.grecaptcha-badge {
    opacity:0;
}
.position-whatsapp{
    position: fixed;
    right: 2px;
    bottom: 86px;
    z-index: 12;
}
.whatsapp-fixed {
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 3;
}
.whatsapp-fixed .wsp-msg-close {
    position: absolute;
    left: -6px;
    top: -6px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    box-shadow: 0 0 4px rgb(0 0 0 / 40%);
    color: #a2a2a2;
    cursor: pointer;
    padding-top: 1px;
    background-color: white!important;
    opacity: 1!important;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 0;
}
.whatsapp-fixed .popover {
    border: 0;
    margin-bottom: 10px;
    font-size: 11px;
    max-width: 200px;
    color: #303e48;
    padding: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 20%);
    margin-right: 10px;
    background-color: #FFF;
}
.whatsapp-fixed img {
    max-width: 50px;
}
.whatsapp-fixed .wsp-msg-close-button {
    width: 8px;
    height: 15px;
    overflow: visible;
}
#top-link{
    display: none!important;
}