/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24. 8. 2021, 11:07:40
    Author     : Peto
*/





.page-submenu li a:hover {    
    background-color: #f5f5f5;  
}

.page-submenu .current_page_item {
    background-color: #f5f5f5;
}

/*Custom menu */
.page-submenu .page-item-315 a:hover{
    background-color: pink; 
}

.page-submenu .page-item-315.current_page_item{
    background-color: pink; 
}

/********************************************************************************/
@media (max-width:767px){
    .product-platform-align{
        text-align: center;
    }
}
