/*#Catalogue*/

button.no-style-button
{
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	display: flex;
    justify-content: center;
    align-items: center;
	width:100%;
	height:100%;
}

div.catalogue-container
{
	width: 100%;
}

div.catalogue-page-container
{
	width: 100%;
	margin: 0 auto;
}

div.catalogue-top-menu
{
	width: 100%;
	height: 56px;
	background-color: #000000;
	display: flex;
    align-items: center;
}

div.catalogue-menu-button
{
	width: 56px;
	height: 56px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-right: 2px solid white;
	cursor: pointer;
}

div.catalogue-page-info
{
	width: 56px;
	height: 56px;
	display: flex;
    align-items: center;
    justify-content: center;
	border-right: 2px solid white;
	color: white;
}

div.catalogue-page-title
{
	height: 56px;
	display: flex;
    align-items: center;
    justify-content: center;
	color: white;
	padding-left: 16px;
}

div.catalogue-view
{
	height: calc(100vh - 80px);
	width: 100%;
	display: flex;
	position: relative;
}

div.catalogue-view-image
{
	height: 100%;
	width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	position: relative;
}

div.catalogue-species-menu-row
{
	width: 280px;
	background-color: #000000;
	border-top: 2px solid white;
	height: 64px;
	display: flex;
	cursor: pointer;
}

div.catalogue-species-menu-row-icon
{
	height: 64px;
	width: 64px;
	display: flex;
    justify-content: center;
    align-items: center;
}

img.catalogue-species-menu-row-icon
{
	width: 90%;
	height: 90%;
}

img.catalogue-menu-button
{
	width: 80%;
	height: 80%;
}

div.catalogue-species-menu-row-text
{
	height: 64px;
	width: 216px;
	display: flex;
    align-items: center;
}

p.catalogue-species-menu-row-text
{
    font-family: 'Bebas Neue';
    font-size: 38px;
	margin: 0;
	padding: 0;
	margin-left: 12px;
	color: white;
}

div.catalogue-view-text
{
	height: 100%;
	width: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}

div.catalogue-view-text-inner
{
	height: 98%;
	width: 90%;
}

div.catalogue-image-selector
{
	height:36px;
	width:auto;
	background-color: black;
	position: absolute;
    bottom: 3.5%;
	border-radius: 18px;
	display: flex;
	align-items: center;
	opacity: 0.35;
}

div.catalogue-image-selector-button
{
	height: 36px;
	width: 36px;
	cursor: pointer;
}

div.catalogue-view-menu
{
	width: 100%;
    height: 100%;
    display: flex;
    overflow-y: scroll;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}

div.catalogue-view-item
{
	/*width: 16.66666666666667%;*/
	/*width: 20%;*/
	height:410px;
	margin-bottom: 32px;
}

div.catalogue-info-sort
{
    display: flex;
}

div.catalogue-view-item-image
{
	height: 360px;
	width: 100%;
	display: flex;
    justify-content: center;
}

div.catalogue-view-item-text
{
	height: 50px;
	width: 100%;
}

div.catalogue-curtain
{
	width: 100%;
    height: calc(100vh - 80px);
    background-color: black;
    position: absolute;
    opacity: 0;
    z-index: 100;
    display: none;
}

div.catalogue-species-menu
{
	width: 280px;
    height: 0px;
    position: absolute;
    z-index: 101;
    top: 0px;
	overflow: hidden;
}

p.catalogue-view-item-text
{
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	text-align: center;
}

p.catalogue-view-text-title
{
	font-family: 'Bebas Neue';
	font-size: 42px;
	margin-bottom: 18px;
}

p.catalogue-view-text-info
{
	font-family: 'Montserrat', sans-serif;
    font-size: 18px;
}

p.catalogue-page-info
{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: center;
	color: white;
}

img.catalogue-view-item-image
{
	max-width: 100%;
	max-height: 100%;
}

img.catalogue-view-image
{
	max-width: 98%;
	max-height: 98%;
}

div.mob-product-nav-wrapper
{
    display: none;
}

/*Mobile, portrait*/
/*@media only screen and (max-width: 768px) and (orientation: portrait)*/
@media only screen and (min-device-width : 1px) and (max-device-width : 480px)
{
    div.catalogue-page-container
    {
        display: grid;
    }

    div.catalogue-top-menu
    {
        height: 200px;
    }

    div.catalogue-menu-button
    {
        width:200px;
        height: 200px;
    }

    div.catalogue-info-sort
    {
        flex-direction: column;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: space-between;
        width: calc(100% - 212px);
    }

    div.catalogue-page-info
    {
        border: none;
        padding-left: 24px;
        height: auto;
        width: auto;
        padding-right: 24px;
    }

    div.catalogue-page-title
    {
        padding-left: 24px;
    }

    p.catalogue-page-info
    {
        font-size:5rem;
        margin: 0;
    }

    div.catalogue-view
    {
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    div.catalogue-view-image
    {
        width: 90%;
        min-height: 1575px;
    }

    div.catalogue-image-selector
    {
        height: 160px;
        border-radius: 80px;
    }

    div.catalogue-image-selector-button
    {
        height: 180px;
        width: 180px;
        cursor: pointer;
    }

    div.catalogue-image-selector-button-circles
    {
        height: 180px;
        width: 120px;
        cursor: pointer;
    }

    svg.menu-icons-mob
    {
        height: 80%;
        width: 80%;
    }

    svg.mobile-image-selector-arrows
    {
        width: 180px;
        height: 180px;
    }
    
    svg.mobile-image-selector-circles
    {
        width: 120px;
        height: 180px;
    }

    div.sticky-wrapper
    {
        display: none;
    }

    div.catalogue-image-selector-button-mobile-arrows
    {
        display:none;
    }

    div.catalogue-view-text
    {
        width: 90%;
    }

    div.mob-product-nav-wrapper
    {
        display: flex;
        justify-content: space-between;
        width: 90%;
        align-items: center;
    }

    button.catalogue-page-select
    {
        height: 180px !important;
        width: 180px !important;
        border-radius: 32px !important;
        margin-top: 24px;
    }

    p.mob-product-nav-name
    {
        font-family: 'Bebas Neue';
        font-size: 6.5rem;
        margin: 0;
        text-align: center;
    }

    p.catalogue-view-text-title
    {
        display: none;
    }

    p.catalogue-view-text-info
    {
        font-size: 3.8rem;
    }

    div.catalogue-species-menu
    {
        left: 0;
        width: 50%
    }

    div.catalogue-species-menu-row
    {
        height: 180px;
        width: 100%;
    }

    div.catalogue-species-menu-row-icon
    {
        height: 180px;
        width: 180px;
    }

    div.catalogue-species-menu-row-text
    {
        height: 100%;
        width: calc(100% - 180px);
    }

    p.catalogue-species-menu-row-text
    {
        font-size: 6.8rem;
    }

    div.catalogue-view-item
    {
        width: 33.33%;
        height: 680px;
    }

    div.catalogue-view-item-image
    {
        height: 550px;
    }

    p.catalogue-view-item-text
    {
        font-size: 3.5rem;
    }

}

/*tablet quick css fixes*/
@media only screen and (min-device-width : 481px) and (max-device-width : 1366px)
{
    div.top-banner-container, div.top-menu-container, div.mailing-list-quick-join, div.footer-container
    {
        min-width: auto;
    }

    div.mailing-list-quick-join
    {
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    div.catalogue-view-text-inner
    {
        height: auto;
    }

    div.catalogue-view-item
    {
        width: 33.3%;
    }

    div.catalogue-view
    {
        height: auto;
        min-height: 40vh;
        align-items: center;
    }
}