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

:root{
    --primary: #202944;
    --primaryLight: #797f8f;
    --secondary : #00a98e;
    --text-color : #322A26;
}
#authentication{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
}

#authentication #content{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 30px 3px #0000002a;
    border-radius: 9px;
}
#authentication #content .logo_auth{
    padding: 30px 0;
}
#wrapper{
    background: #fff;
}

.product-miniature .thumbnail-container {
    position: relative;
    height: auto;
    margin-bottom: 1.563rem;
    overflow: hidden;
    background: #fff;
    padding: 10px;
    box-shadow: 4px 4px 15px 1px #0000002a;
    border-radius: 9px;
}
.product-miniature .stock_disponibility {
    color: var(--primary);
    display: flex;
    padding-top: 15px;
    justify-content: center;
    margin: 0;  
}

#header{
    box-shadow: none;
    border-bottom: 1px solid var(--primary);
}
#footer .footer-container{
    border-top: 1px solid var(--primary);
}
.product-flags li.product-flag{
    margin-top: 15px;
}
.product-miniature .product-flags li.product-flag{
    border-radius: 0 6px 6px 0;
    padding-right: 10px;
}