/*------HEADER------*/
header {
    position: fixed;
    width: 100%;
    z-index: 10;
    top: 0;
}
img{
    max-width: 100%;
}
/*------- CARRUSEL MENU------------*/
.owl-nav button {
    display: none;
    outline: none;
    border: none;
}

.th_nav {
    max-width: 1784px;
    margin: 0 auto;
    max-height: 46px;
    overflow-y: hidden;
}
.th_nav a {
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: auto;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    margin: 0 7px;
    border-radius: 25px;
}

@media screen and (min-width: 460px){
    .th_nav a {
        font-size: 19px !important;
        padding: 11px 19px;
    }
}

@media screen and (min-width: 768px){
    .th_nav a {
        font-size: 20px !important;
        padding: 15px 23px;
    }
}

/*------- CONTENEDOR GENERAL------------*/
#wrap_main {
    -webkit-box-shadow: 0px 0px 32px rgba(21,21,21,.2);
    box-shadow: 0px 0px 32px rgba(21,21,21,.2);
}

@media screen and (min-width: 560px){
    #wrap_main{width: 460px;}
}

@media screen and (min-width: 768px){
    #wrap_main{width: 720px;}
}

/*----------CLASES DE AYUDA-----------*/
.th_mx720{max-width: 720px}
.th_bgs100{background-size: 100% auto;}

/*---------- PRODUCTO-----------*/
.producto{
    width: 65%;
    margin: 0 auto;
}
.bonus {
    width: 56px;
    margin-bottom: 5px;
}

.bonus img {
    width: 100%;
}

.th-card-cencosud{
    background:url('../img/cencosud-card.png') left bottom no-repeat;
    background-size: 20px auto;
    width: 20px;
    height: 19px;
    margin-bottom: 4px;
}
.th-producto-img{
    margin: 0 auto;
    height: auto;
}

/*------ PRODUTOS EN FILA - BORDES-------*/
.row-borders>div{
    position: relative;
}
.row-borders>div:after{
    position: absolute;
    right:0;
    top:0%;
    content:"";
    display: block;
    width: 1.5px;
    height: 100%;
    background-color: #FFC400;
    
}
.row-borders>div:last-child:after{
    display: none;
}
.th_divisor{
    height: 1.5px;
    width: 90%;
    background-color: #FFC400;
}
@media screen and (min-width: 560px){
    .producto{
        width: 67%;
    }
    .th-card-cencosud{
        width: 30px;
        height: 23px;
    }
    
}




/*------- NAVS -------*/
.themeNav button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0 5px;
    background-color: transparent;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 35px;
    height: 35px;
}
.themeNav button.owl-prev{background-image: url(../img/navPrev.png);}
.themeNav button.owl-next{background-image: url(../img/navNext.png);}
.themeNav.themeNav_yellow button.owl-prev.active {background-image: url(../img/navPrev_yellow.png);}
.themeNav.themeNav_yellow button.owl-next.active {background-image: url(../img/navNext_yellow.png);}

@media screen and (min-width: 768px){
    .themeNav button {
        width: 50px;
        margin: 0 10px;
        height: 50px;
    }
    
}
/*------- LEGAL ----------*/
.icon_appmetro{width: 83px;}

/*------- LEGAL ----------*/
.theme-legal{border-radius:30px 30px 0 0;padding: 6%;}
.theme-legal p{font-size: 0.8rem;line-height: 130%;}
.theme-legal .tcea{padding:3px;margin-bottom:15px}
.theme-legal-logo{width: 120px;}
.icon_appmetro{width: 83px;}
.theme-legal-card{width: 74px;float: left;margin: 0 10px 5px 0;}

/*------ PRODUTOS EN FILA - BORDES-------*/
@media screen and (min-width: 560px){
    .icon_appmetro{
        width: 140px;
    }
    .bonus {
        width: 66px;
    }
}
    @media screen and (min-width: 768px){
        .icon_appmetro{
            width: 166px;
        }
        .bonus {
            width: 87px;
        }
    }
    

    .precio_cencosud {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
    }

/*------FEB29 PRODUCTOS FLOTANTES -------*/
.position-absolute .producto {
    margin-left: 0;
    margin-right: 0;
    padding-left: 6%;
}

.pro_borde {
    border-left-width: 3px;
    border-left-style: solid;
}

.pro_borde {
    border-left-color: #FFC400
}



.themeDots{display:flex;justify-content:center;align-items:center;z-index:3}
.themeDots button{width: 15px;height: 15px;border-radius:50%;margin-left:7px;margin-right:7px;outline: none;border: none;display: block;border: solid 2px #FEA543;padding: 0;}
.themeDots button{background-color:#FEA543}
.themeDots button.active{background-color: transparent;}
.themeDots.themeDotsRed button{background-color:#F94461;border-color: #F94461;}
.themeDots.themeDotsRed button.active{background-color: transparent;}