<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">  @import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700&amp;display=swap');

  
  html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li {
font-family: 'Manrope' !important;
}
.slide-price{

}

.image{
    height:120px;
}

@media(max-width: 767px){
    .image{
        height: 90px!important;
    }
}

.navbar{
    border:0px!important;
}

.footer{
    border:0px;
}


@media (max-width: 767px){
.flex {
    flex-direction: column;
}
    .items-center{
        align-items: start!important;
    }
}
@media(max-width:768px){
 .repeating-header {
      position: unset !important;
  }
}.owl-stage &gt; div &gt; div&gt; a&gt; div&gt; span{
 
    display:none;
 
}
.post-container &gt; div &gt; a &gt; div &gt; span{
   display:none;
}
.post-info &gt; div &gt; h6{
    display:none;
}



div.footer{
background-color: #0a0a08!important;
}
.footer-text&gt;a{
    color: #fff!important;
    font-size: 16px!important;
    font-weight: 500!important;
}


.rendered-form textarea.form-control{
    color: #151515!important;
}
</pre></body></html>