
.brochureutils {
    padding-top: 10px;
}

.brochuredetail .ri-cross {
    position: absolute;
    margin-top: 2px;
    margin-left: 10px;
}

.brochuredetail .col-md-3 a {
    text-decoration: none;
    color: #000000;
}

.brochuredetail .col-md-3 a:after {
    display: none !important;
}

.brochure_thumb {
    height: 180px;
    text-align: center;
}

.brochure_thumb img {
    height : 100%;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.etnic_brochure_title {
    text-align: center;
    height: auto;
    padding-top: 10px;
    margin-top: 1px;
    font-size: 20px;
    min-height: 5.5em;
}

.etnic_box_vertical .fa-download, .etnic_box_vertical .ri-download {
    position: absolute;
    right : 50px;
    bottom : 10px;
    padding: 0;
    border: none;
    background: none;
}

.brochuredetail .ri-cross, .etnic_box_vertical .ri-cross {
    transform: rotate(-45deg);
    font-size: 15px;
}

.etnic_box_vertical .fa-plus, .etnic_box_vertical .ri-cross {
    position: absolute;
    right : 20px;
    bottom: 10px;
    padding: 0;
    border: none;
    background: none;
}



.etnic_box_vertical a.external-link-new-window::after {
    content:"";
}

#etnic_brochure_panier {
    display: none;
    position: fixed;
    bottom: 0px;
    right : 200px;
    width : 600px;
    height : 45px;
    background-color: rgba(69,69,69,0.9);
    z-index: 99;
    padding : 10px;
    color: #FFFFFF;
    font-weight: 400;
    transition: height 0.15s ease-out;
}

#etnic_brochure_panier a {
    color: #ffffff;
}

#etnic_brochure_panier.visible {
    display: block;
}

#brochure_panier img {
    width:75px;
}

.content a.btn {
    border-bottom: solid 1px #ccc;
}

#brochure_openclose {
    position: absolute;
    right: 5px;
    top: 10px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

#etnic_hidden_cart {
    background-color: #ffffff;
    opacity:0;
    color: #000000;
    padding: 5px;
    margin-top:5px;
    margin-bottom:5px;
    transition: opacity 0.2s, visibility 0s 0.5s;
}

.etnic_cart_item span {
    float : right;
}

#etnic_hidden_cart_link {
    text-align: right;
    margin : 5px;
}

#etnic_hidden_cart_link a {
    color : #000000;
}

.brochure-date-container
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    height: 45px;
    margin-bottom: 15px;
}

.brochure-date
{
    display: inline-block;
    font-size: 12px;
    font-style: italic;
}

.brochure-date-container span
{
    position: absolute;
    display: inline-block;
    right: 10px;
}
