/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */


 #lgcomment{
    margin-bottom: 30px;
 }

 #lgcomment .productComment.row{
     margin-bottom: 30px;
 }

 .product_list.row, .plist-default > .row{
    display: flex;

    /*justify-content: space-between;*/
    justify-content: flex-start;
    
    flex-wrap: wrap;
 }

/*Cabecera*/
.header-banner{
   background-color: #000;
   color: white;
   font-size: 12px;
   padding: 5px 0;
}
 .header-banner .ApColumn .block{
    margin-bottom: 0;
 }

 #main_col_header{
    display: flex;
 }

 #main_col_header .header_envio{
   flex-grow: 1;
 }

 #main_col_header a, #main_col_header a:hover{
      color: white;
 }
/*
 #main_col_header .header_contacts a:first-child{
   margin-right: 10px;
 }*/
 

 #customizeAddButton{
    background: #5A77A8;
    width: 100%;
    font-size: 14px;
    
 }
 #customizeAddButton:hover{
    background: #294068;
    
 }