#home_icon, #menu_icon{
    display: none;
}

#header_container{
    padding: 0 15rem;
}

#movil_menu{
    display: none;
}

#dropDown_menu{
    display: block;
}

#main_images_container{
    height: 54rem;
    overflow: hidden;
}

.arrow_icon{
    width: 7rem;
    background-color: rgba(94, 159, 171, 0.3);
}

#arrow_icon_left{
    left: 2rem;
    cursor: pointer;
}

#arrow_icon_right{
    right: 2rem;
    cursor: pointer;
}

#socialMedia_icons img:hover{
    transform: scale(1.07);
    transition: all 0.3s;
}

.dropDown_menu_item:hover{
    border-bottom: 2px solid #5E9FAB;
    transition: all 0.2s;
}

#credits a:hover{
    color: #EF2F5C;
    transform: scale(1.05);
}

#whatsapp_icon img:hover{
    transform: scale(1.05);
    transition: all 0.2s;
}

.recien_llegando_card{
    width: 26rem;
}

.recien_llegando_card img{
    width: 24rem;
    height: 31.96rem;
}

#recien_llegando_images a:hover{
    opacity: 0.85;
    transition: all 0.2s;
}

#product_container{
    width: 80%;
}

.small_image{
    cursor: pointer;
}

.product_arrow_icon{
    cursor: pointer;
}

#consult{
    top: 10rem;
    cursor: pointer;
}
