﻿

/**
 * General
 */
/*----------------------------------------------------------------------------*/

.container {
    margin: 0 auto;
    max-width: 1420px;
    
    width: 100%;
}








/**
 * Header
 */
/*----------------------------------------------------------------------------*/

.header-display {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    box-sizing: border-box;
}

.top-head {
    height: 36px;
    font-size: 12px;
    padding: 10.5px 0;
}

.bottom-head {
    align-items: center;
    height: 80px;
}
   














/**
 * Catalogue - Listing
 */
/*----------------------------------------------------------------------------*/

.catalogue-listing {
    display: flex;    
    flex-direction: row;
    gap: 0 40px;
}

.catalogue-listing-menu {
    border: 1px solid red;
    flex: 0 0 319px;
}

.catalogue-listing-body {
    border: 1px solid blue;
    flex: 1;
}


/**
 * Flex template
 */
/*----------------------------------------------------------------------------*/








/**
 * Grid template
 */
/*----------------------------------------------------------------------------*/