/* 15.11.23 - Webbax | PS 1.8 TUTO 23 */
.faq-question {
    cursor: pointer;
    padding: 10px;
    margin-bottom: 5px;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
}
.faq-answer {
    display: none;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
 /* 09.10.19 - Webbax | TUTO 86 */  
 #banner_msg_legal{font-size:12px;border-bottom:1px dashed #333;text-align:center;background-color:#fef3ca;}
 #banner_msg_legal a{color:#222;}
 #banner_msg_legal a img{width:12px;vertical-align:middle;line-height:5px;display:inline-block;margin-bottom:2px;}
/* 03.03.21 - Webbax | TUTO 119 */
#block_shipping_header{padding-top:2px;padding-bottom:2px;text-align:center;background-color:#44b517;font-size:14px;color:#fff;font-weight:bold;}
#block_shipping_header img{max-width:25px;}
/* 25.11.20 - Webbax | TUTO 113 */
#product .product-information img{max-width:100%;height:auto;display:block;}
#cms #content img{max-width:100%;height:auto;display:block;}
/* 06.07.22 - Webbax | TUTO 151 */
#category .block-category{min-height: inherit;}
