<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.formhome{
    position: absolute;
    top: 270px;
    left: 0;
    right: 0;
}
#block-search {

}

.tl-container {
    background: rgba(0, 0, 0, .5);
    max-width: 1340px;
    padding: 30px 20px;
    margin: 0 auto;
}

#block-search.inner{
    max-width: none;
    background: rgba(0, 0, 0, .5);
    padding: 60px 0 0 ;
}
#tl-search-form-inner{
    max-width: 1340px;
    margin: 0 auto;
    padding: 0;
    background: transparent;
}
#system-message-container + .custom{
    background: #f3dfc8;
}
.custom + .clearfix.item-page{
    padding-top: 0;
}

.tl-button,.tl-button:hover{
    display: inline-block;
    padding: 15px 30px;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
    color: #000000;
    background-color: #fca858;
    background-image: linear-gradient(to top, #fca858, #fca858);
}
.tl-button:hover{
    background-color: #fdbd80;
    background-image: linear-gradient(to top, #fdbd80, #fce4cd);
}

@media (max-width: 1200px) {
    .formhome{
        bottom: auto;
        top: 60px;
    }
}
@media (max-width: 480px) {
    h1{
        font-size: 32px;
    }
}

.opacitydiv .option p.price {
    display: flex;
    align-items: center;
    white-space: nowrap;
    bottom: 35px;
}

.opacitydiv .option p.price span {
    width: auto;
}

.price-load-link {
    position: absolute;
    bottom: 7px;
    max-width: 200px;

}

.price-load-link span {
    line-height: 18px !important;
    font-size: 13px !important;
}
</pre></body></html>