*,::before,::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;

}


body {
    font-family: Arial, sans-serif;
    /* font-size: 14px; */
    min-width: 320px;
    background-color: #ebebeb;
    position: relative;
    
}

body::-webkit-scrollbar {
    width: 7px;
}

body::-webkit-scrollbar-thumb {
    background-color:#b8b8c3;
    /* border-radius: 7px; */
}

.o_popup {
    color: #fff;
    font-size: 15px;
    margin-top: 11px;
}
.h1_principal_base {
    display: flex;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    background: #96daea;
    padding: 10px;
    margin-top: 0px;
    margin-bottom: 140px;
}

.vender {
    background-color: #e95224;
    color: #585858;
    font-weight: 600;
    font-size: 16px;
    padding: 5px 12px;
    margin: 0 35px;
    display: flex;
    justify-content: center;
    border-radius: 6px;
}

.vender span {
    color: #fff;
}



.donacion span{
    padding: 5px 15px;
    background-color: #7c7c7c;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 3px;
}


.container {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* aca van los estilos de notificaciones */


.notificaciones {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.notificaciones-icono {
    position: relative;
    font-size: 20px;
    color: #fff;
}

.contador {
    background-color: red;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 50%;
    position: absolute;
    top: -6px;
    right: -10px;
    display: none;
}

.notificaciones-menu {
    position: absolute;
    right: 0;
    top: 30px;
    background: #131921;
    border: 1px solid #ccc;
    width: 300px;
    max-height: 350px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
    z-index: 500;
    border-radius: 6px;
    display: none;
}

.notificaciones-lista {
    list-style: none;
    margin: 0;
    padding: 0;
}

.notificaciones-lista li {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

.notificaciones-lista li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.notificaciones-lista li a:hover {
    background-color: #f0f0f0;
}

.ver-todas {
    display: block;
    text-align: center;
    padding: 10px;
    background-color: #fafafa;
    text-decoration: none;
    color: #007bff;
    font-weight: bold;
}

/* fin de notificacion */


.h1-titulo {
    font-size: 10px;
    margin: 0;
    color: #ffffff;
}

/* .active {
    background-color: #dddddd;
}  */

/* #################### Section Mobile ####################*/

/* Propiedades para el Header */
.header {
    width: 100%;
    position: relative;
    /* background-color: #008affa8; */
}

/* end */



/* ############################################################
############################################################ */


.error-msj {
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin: 0 60px;
}



.container__buscador-icon > a > i {
    position: relative;
}

.color__iconos-buscador{
    color: #ffb400;
}

.contenedor__icon-msj, .contenedor__icon-corazon{
    background-color: #ff4646;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    color: #ffffff;
    position: absolute;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -2px;
    right: -5px;
}


.container__logo {
    display: none;
}


.opciones_buscador {
    display: none;
}

.container__buscador-icon {
    display: none;
}


.container__section-buscador {
    position: sticky;
    top: -1px;
    z-index: 320;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}

.container__buscador {
    width: 100%;
    height: 60px;
    background-color: #232f3e;
    display: flex;
    align-items: center;
    justify-content: space-between;
    justify-content: center;

}

.container__input {
    width: 80%;
    position: relative;
}

.container__input input{
    height: 35px;
    width: 100%;
    border-radius: 20px;
    outline: none;
    padding: 0px 20px;
    font-size: 18px;
    border: 1px solid #ffb500;
    box-shadow: 0px 1px 2px -1px;

}

.btn_buscar {
    height: 35px;
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-top: 4px;
    width: 35px;
    justify-content: center;
    color: #ff4747;
    right: 10%;
    position: absolute;

}

#sugerencias {
    display: none;
    background: #ffffff;
    padding: 5px;
    border-radius: 0 0 5px;
    position: absolute;
    top: 30px;
    width: 80%;
}

.sugerencia {
    padding: 5px;
    cursor: pointer;
    text-align: left;
}

.sugerencia:hover,
.sugerencia.seleccionada {
    background-color: #ffb500; /* Color de fondo rojo */
    color: #fff; /* Color de texto blanco */
}



#search-form {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
}

#search-form > input::placeholder { 
    color: #2b2b2b; 
}

/* ###################### */
/*  Contenido del Slider  */
/* ###################### */

.contenedor_del_banner-producto {
    width: 100%;
    max-width: 1579px;
    height: 400px;
    margin: 0 auto 10px;
    overflow: hidden;
}

.contenedor_del_banner-producto > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.fade > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    display: block;
}

.redict__product {
    color: #333333;    
}

.slideshow-container {
    width: 100%;
    /* max-width: 1279px; */
    height: 400px;
    position: relative;
    margin: 0 auto 20px;
    overflow: hidden;
}


/* Hide the images by default */
.mySlides {
    display: none;
    height: 100%;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    z-index: 2;
}

.next {
    right: 0;
    border-radius: 7px 0 0 7px;
}

.prev:hover, .next:hover {
    background-color: #ffb4005e;
}

/* Number text */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.container__indicador {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 8px;
    width: 8px;
    margin: 0 2px;
    border-radius: 50%;
    border: 2px solid #ffb500;
    display: inline-block;
    transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
    height: 100%;
    width: 100%;
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
}

/* ########## */
/* End Slider */
/* ########## */

  



@media screen and (min-width:660px) {
    .container__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;

    }

    
}

@media screen and (min-width:768px) {
    .numbertext {
        display: none;
    }


   

    .row {
        display: flex;
        flex-direction: column;
        width: 55px;
        margin: 0 7px;
    }

    .container__product-img {
        display: flex;
        align-content: center;
        justify-content: center;
        width: 100%;
        margin: 5px 0;
        position: relative;
    }

    .container__content {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* grid-gap: 5px; */
        justify-items: center;
        border-radius: 4px;
        box-shadow: 0 1px 2px 0 rgb(0 0 0 / 25%);
        background-color: #fff;
        padding: 20px 0;

    }
    
    .container__product {
        max-width: 700px;
        min-width: 380px;
        width: 100%;
        height: 430px;
        position: relative;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;

    }
  

    

    .container__description-product {
        min-height: 500px;
        height: 100%;    
        width: 95%;
        font-size: 14px;
        border: 1px solid rgba(0,0,0,.1);
        padding: 12px 16px;
        border-radius: 8px;
    }   
}



@media screen and (min-width:980px) {
    .container__content {
        width: 93%;
        max-width: 1450px;
    }
}

.nav__item-list {
    margin-top: 7px;
    display: none;
}

.content__title-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
    color: #05b262;
}


.content__title-price > span {
    color: #ff4040;
}


.ubicacion__site {
    color: #ffb400;
}


.content__descripcion {
    margin-top: 5px;
}

.content__descripcion > h2 {
    margin-bottom: 5px;

}













  





  
  /* ############################## */
  /*  Contenido del Cars-productos  */
  /* ############################## */

  
.main {
    padding: 0 10px;
    margin: 30px auto;
    max-width: 400px;
    min-width: 360px;
}
  
.title{
    padding: 3px 10px;
    color: #403e3e;
    background: orange;
}
.ver {
    padding: 7px;
    color: #403e3e;
    display: flex;
    justify-content: center;
    background: orange;

}


.container__title-category > a {
    font-weight: 600;
    font-size: 16px;
    width: 100px;
    font-family: system-ui;
}
  
.container-products {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 20px 7px;
min-width: 140px;
}
  
  
  
  
.container__img-producto {
width: 100%;
height: 180px;
display: flex;
align-items: center;
justify-content: center;
background: #ebebeb;
border-bottom: 1px solid #ebebeb;
border-radius: inherit;
}

.container__img-producto > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #ffffff;
    
}
  
  
  
 
  
.container__ubicacion {
    margin: 7px 0;
    font-size: 14px;
    font-family: sans-serif;
    height: 17px;
    overflow: hidden;
    color: #77c184;
}

.product__title {
    font-size: 14px;
    margin-top: 10px;
    max-height: 62px;
    overflow: hidden;
    color: #686767;
    font-family: system-ui, sans-serif;
}


/* .container_icons > i:hover {
    color: #ff4646;

} */

.product__price {
    font-family: sans-serif;
    font-size: 22px;
    word-wrap: break-word;
    overflow: hidden;
}

@media screen and (min-width:400px) {
    .product__price {
        font-size: 18px;
        
    }
    
}

.product__description {
    width: 100%;
    height: 100%;
    padding: 5px 14px 0;
    display: flex;
    /* border-top: 1px solid #e6e6e6; */
    flex-direction: column;

}

.container_icons {
    width: 100%;
    margin: 7px 0;
    display: flex;
    align-content: center;
    justify-content: space-between;
    display: none;
/* Aca oculto el chat y el deseo */
}

.product-carts > img {
    width: 100%;
    height: 180px;
    object-fit: contain;
    
}

.container__description {
    overflow: hidden;
    max-height: 60px;
    min-height: 50px;
    font-size: 17px;
    margin-top: 8px;
    margin-bottom: 15px;
    color: #959494;
}


  

.container_icons > a > i:hover,
.container_icons > button > i:hover {
    color: #ff4646;
    
}

.main {
    padding: 0 10px;
    margin: 30px auto;
    max-width: 400px;
    min-width: 320px;
}


.container__title-category {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
    color: #505051;
    /* margin: 10px 0 15px; */
    padding: 5px;
}

.container-products {
    display: grid;
    justify-items: center;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 5px;
    min-width: 302px;
}


.product-carts {
    background: #ffffff;
    border-bottom: 2px solid #2243b959;
    border-radius: 8px;
    object-fit: cover;
    margin-top: 20px;
    min-width: 135px;
    max-width: 200px;
    display: flex;
    flex-direction: column;
    

}



.product-carts:hover,
.product-carts:active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  transition: transform 0s ease-in-out;
}







/* ######################################
#########################################
#########  BANNER 1 y 2 #################
#########################################
###################################### */

.container__banner-row {
    width: 100%;
    padding: 0 10px;
    margin: 0px auto;
    max-width: 400px;
    min-width:300px;
    margin-bottom: 40px;
}



.banner__item {
    height: 187px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 5px 7px 5px 0 #fd410720;
    border-bottom: 4px solid #ffb400;
    border-top: 4px solid #ffb400;
    border-radius: 7px;
    
}

.banner__img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: contain;
    background: #ffffff;
    

}


.etiqueta-mas-visto {
    color: white;
    font-weight: bold;
    font-size: 11px;
    padding: 4px 12px;
    border-radius: 4px;
    background: linear-gradient(to right, #00c8b5, #763ee8); /* Violeta degradado */
    text-transform: uppercase;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: popin 0.4s ease-in-out;
}

.banner__circulo {
    width: 100px;
    height: 100px;
    border: 1px solid #b2ed0d;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -403px;
    right: -200px;
    z-index: 999;
    color: #b2ed0d;
    background-color: #8585858f;
    padding: 10px;
    padding-right: 25px;
    padding-bottom: 40px;
    font-size: 15px;
    transition: 0.3s;

}




/* #######################################################
############## Propiedades para el Foteer ################
####################################################### */

/* propiedades para las redes sociales */

.container__list-util > ul > li {
    margin: 10px 0;
}

.container__footer {
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.container__follow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.follow-h6 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px;
    color: #696969;
}


.container__social {
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}

.container__group-social {
    display: flex;
    align-items: center;
    justify-content: center;
}

.container__social-img {
    margin: 0 20px;
}
.container__social-img  img {
    width: 40px;

}

/* end */

.container-line {
    width: 90%;
    margin: 0 auto;
}

.news-line {
    border: 1px solid #a3a3a377;
}

/*  propiedades para el Newslatter */

.container__news {
    width: 100%;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container__news-2 {
    width: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;  
}

.container__p {
    margin: 10px auto;
}
.container__p p {
    font-weight: 700;
    color: #6b6b6b;
    font-size: 18px;

}

.container__input-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 15px;
}


.container__input-btn input {
    height: 30px;
    border: 1px solid #424242;
    outline: none;
    padding: 0 8px;
    border-radius: 4px;
    margin-left: 3px;
    
}

.news-btn {
    width: 70px;
    background-color: #ff4747;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}

/* end */


/* propiedades para la informacion util de la pagina */

.container__util {
    display: flex;
    align-content: center;
    justify-content: center;
    position: relative;

}


.container__group-util {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 5px;
    margin: 15px 0;
    justify-items: center;
}

.container__list-util {
    /* width: 200px; */
    /* height: 100px; */
    padding: 15px;
    border-radius: 5px;
    font-size: 16px;
}

.container__list-util a {
    color: #696969;
}
.list-util-h5 {
    font-size: 17px;
    color: #696969;
    margin-bottom: 7px;
}

/*  end  */


/* ########### propiedades para el copyright ########## */


.container__copyright {
    display: flex;
    align-items: center;
    justify-content: center;
}




.footer-copyright {
    color: #696969;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    height: 40px;
    border-top: 1px solid #ededed;
}



.mibban {
    color: #ffb400;
    font-weight: bold;
}

.mibban-x {
    color: #ff4747;
    font-weight: bold;
}
.contenedor__aviso-legal {
    display: flex;
    align-items: center;
    width: 100%;
}

/* #################### end ##################### */
/* #######################################################
#################### END FOTEER ##########################
####################################################### */
@media screen and (min-width:360px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 170px;
    }
    .donacion {
        position: relative;
        top: 0;
    }
}


@media screen and (min-width:390px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 180px;
    }

}


@media screen and (min-width:420px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 200px;
    }

}

@media screen and (min-width:480px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 220px;
    }

}

@media screen and (min-width:520px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 235px;
    }

}

/* ################### Resposibe tablet ################## */

@media screen and (min-width:665px) {
    
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 250px;
    }

    /* ########## menu cars ############ */
    
    .main {
        margin: 40px auto;
        max-width: 665px;
    }
    
    
    .container-products {
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px 15px;
    }

    .container__banner-row {
        max-width: 665px;        
    }

    .banner__item {
        height: 300px;
    }
    
    .container__social-img img {
        width: 55px;
    }

    .telegram {
        width: 47px !important;
    }


   
}


@media screen and (min-width:767px) {
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        height: 250px;
    }

}

.btn-categorias {
    display: none;
}


.show {
    background: #131921;
}

.show ul li a {
    color: #ffffff;
}
 


@media screen and (min-width:884px) {
    /* ########## nav menu ############ */
    

    /* ########## Tamaño Slider ############ */
    .nav a {
        font-size: 14px;
        color: #ffffff;
    }
    .slideshow-container {
        height: 268px;
    } 


    

    .container__mobile-top {
        display: none;
    }


    .header {
        width: 100%;
        background: #131921;
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        
    }
    
    .container__user {
        display: none;
    }

    .container__marquesina {
    display: block;
    width: 50%;
    text-align: center;
        
    }
    .container__marquesina marquee {
        width: 350px;
        border-radius: 4px;
        font-size: 22px;
            
        }
    
    
    /* ####################### Buscador Section ################ */

    .container__section-buscador {
        height: 80px;
        width: 100%;
        background-color: #232f3e;
        /* border-bottom: 1px solid #c2c2c2; */
        display: flex;
        justify-content: center;
        flex-direction: row;

    }

    .container__logo {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20%;
    }

    
    .nav__item-list {
        margin-top: 5px;
        display: none;
    }

    .logo-category {
        height: 70px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }

    .logo-category > a img {
        height: 192px;
        width: 185px;
    }

    
    .btn-categorias{
        position: relative;
        display: flex;
        align-items: flex-end;
        color: aliceblue;
    }
    .container__categoria{
        font-size: 18px;
        display: none;
    }
    
    
    .container__categoria > i {
        padding-top: 5px;
    }

    .container__buscador {
        background-color: inherit;
        margin: 5px 0 0;
        text-align: center;
        width: 45%;
    }
    .container__input {
        width: 100%;
        /* background-color: lightgreen; */
        display: flex;
    }

    .container__input form {
        width: 100%;
        display: flex;

    }
    
    .container__input input {
        width: 80%;
        height: 35px;
        padding: 0 10px;
        font-size: 17px;
        border: 1px solid #ffb500;
        box-shadow: 0px 1px 2px -1px;
    }


    .btn_buscar {
        height: 27px;
        padding-top: 10px;
        margin-right: 4px;
        width: 32px;
        justify-content: center;
        color: #F44336;
        position: absolute;
    }

    .container__buscador-icon {
        display: flex;
        justify-content: space-around;
        align-content: center;
        font-size: 22px;
        margin: 0px 0 0 35px;
        align-items: center;
    }

    .container__buscador-icon > a:first-child > i {
        color: #ffa500;
    }


    .container__buscador-icon > a:last-child > i {
        color: #6b6b6b;
    }

    .container__buscador-icon .filter {
        display: none;
    }

    .container__buscador-icon i {
        padding: 5px 3px 0;        
    }

    .opciones_buscador {
        display: flex;
        justify-content: space-evenly;
        margin-top: 10px;
    }

    .opciones_buscador > span > a {
        color: #d2d2d2;
        font-size: 14px;
           
    }

    .opciones_buscador > span > a:hover {
        background-color: #ffc107;
        color: #262626;
        
    }

    .btn-categorias > span {
        font-size: 16px;
        padding: 3px 5px;
        color: #1d1d1d;
        position: relative;
        background: #FFC107;
        border-radius: 4px; 
    }


    





    /* .container-slider {
        box-shadow: none; 
        
    } */

    
    
    .main {
        margin: 40px auto;
        max-width: 884px;
    }
    
    .container-products {
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 0px;
    }

    .container__banner-row {
        max-width: 884px;        
    }

    .banner__item {
        height: 250px;
    }

    .container__social-img img {
        width: 50px;
    }

    .telegram {
        width: 50px !important;
    }

    .container__group-util {
        grid-template-columns: repeat(3, 1fr);
    }
    
}





@media screen and (min-width:1024px) {
    .main {
        margin: 40px auto;
        max-width: 1170px;;
        /* top: -110px; */
        position: relative;
        z-index: 5;

    }
    /* ########## Tamaño Slider ############ */
    
    .slideshow-container {
        min-height: 400px;
        /* position: absolute; */
        /* top: 138px; */
    }

    .gradient {
        background: linear-gradient(180deg, transparent, #ebebeb);
        bottom: 0;
        height: 15%;
        left: 0;
        position: absolute;
        width: 100%;
        z-index: 3;
    }


    /* .container-products {
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 10px;
    }
     */

     .container__banner-row {
        position: relative;
        max-width: 1168px;
        /* top: -110px;      */
    }

    .container__banner {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2,2fr);
        grid-gap: 15px;
    }

    .container__social-img  img {
        width: 50px;
    
    }

    .telegram {
        width: 50px !important;
    }

    

    .banner__item {
        height: 250px;
    }


    .container__group-util {
        grid-template-columns: repeat(4, 1fr);
    }

}

.notificaciones-icono i {
    color: #ffa500;
    font-size: 22px;
    margin-left: 15px;
}




/* #########################--- RATE STARS ---############################ */
.rating {
    position: relative;
    line-height: 35px;
    font-size: 20px;
  }
  
.rating label {
position: absolute;
top: 0;
left: 0;
height: 100%;
cursor: pointer;
}

.rating label:last-child {
position: static;
}

.rating label:nth-child(1) {
z-index: 5;
}

.rating label:nth-child(2) {
z-index: 4;
}

.rating label:nth-child(3) {
z-index: 3;
}

.rating label:nth-child(4) {
z-index: 2;
}

.rating label:nth-child(5) {
z-index: 1;
}

.rating label input {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}

.rating label .icon {
float: left;
color: transparent;
}

.rating label:last-child .icon {
color:#c9c8c8;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
color: #ffb400;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
color: #f2f2f2;
text-shadow: 0 0 5px #ffb400;
}

.vender-stiky {
    display: none;
}

@media screen and (max-width:884px) {
    .vender-stiky {
        display: flex;
        background-color: #f75308;
        padding: 5px 5px;
        font-size: 20px;
        font-weight: 600;
        border-radius: 3px;
        margin-right: 25px;
        z-index: 1107;
        width: 144px;
        justify-content: center;
        color: #fff;   

    }

}

.container__price-icons {
    display: flex;
    justify-content: space-between;
    /* align-items: flex-end; */
    width: 100%;
    margin: 7px 0;
    flex-direction: column;
}

.container_icons > a > i,
.container_icons > button > i {
    color: #6b6b6b;
    font-size: 18px;
}

.container_icons > a:last-child > i,
.container_icons > button:last-child > i {
    color: #6b6b6b;
    font-size: 18px;
}

.container_icons > button {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.tendencias__contenedor {
    width: 56%;
    max-width: 492px;
    height: 30px;
    overflow: hidden;
}

/* ########## */
/*  End Cars  */
/* ########## */

.donacion {
    margin: 0 35px;
    display: flex;
    justify-content: center;
    position: relative;
    top: -155px;
}
