<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Add here all your css styles (customizations) */
.glyphicon
{
    margin-right:4px !important; /*override*/
}

.pagination .glyphicon
{
    margin-right:0px !important; /*override*/
}

.pagination a
{
    color:#555;
}

.product-preview .product-photo .product-price {
    font-size: 22px;
}

@media (max-width: 4000px) {
.page-header {
    position: static;
    left: auto;
    top: auto;
}
}

.list-tabs li a {
  padding: 7px 7px;
}

.toptext {
    color: white;
    font-size: 23px;
}

.offer .offer-price-small .offer-price-val1 {
    font-size: 16px;
    text-align: center;
}

.tel-fixed {
    display: none !important;
}

.fixed-pos.active .tel-fixed {
    visibility: visible;
    display: block !important;
}

.fixed-pos.active .name-fixed {
    display: none;
}

@media (max-width: 767px) {
.offer .offer-detail {
    display: block;
}
}

@media (max-width: 991px) {
.offer .offer-detail {
    visibility: visible;
    opacity: 1;
}
}

.fixed-pos.active .page-logo {
    height: 53px;
}

.panel ul
{
    padding:0px;
    margin:0px;
    list-style:none;
}

.mb60 {
    margin-bottom: 60px !important;
}

.news-item
{
    padding:4px 4px;
    margin:0px;
    border-bottom:1px dotted #555; 
}

#access_map {
    height: 350px;
    width: 100%;
}

ul.parsley-errors-list {
    padding-left: 0;
    list-style-type: none;
    margin-top: 5px;
    color: red;
}

li.parsley-length, li.parsley-required, li.parsley-type {
    color: red;
}

@media (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 992px) and (max-width: 1199px) {
}

@media (min-width: 1200px) {
}</pre></body></html>