<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* base CSS */
.store-header-menu a {
    color:#ffffff!important;
}
        
.store-header-menu {
    background-color:#000000!important;
}        
.store-main-color { 
    background-color:#1b1c1d!important;
}

.page-item.active .page-link {
    background-color:#1b1c1d!important;
    border-color:#1b1c1d;
}

.list-picture-height-product {
    height: 125px;
}
.list-picture-height-class {
    height: 500px;
}
.list-picture-height-activity {
    max-height: 200px;
}

.btn-primary:hover {
    background-color: #1b1c1d!important;
    opacity: 0.5;
}

.btn-primary, .btn-secondary, .btn-primary:visited{
    background-color: #1b1c1d;
    border-color:#1b1c1d;
}

.modal-header { 
    background : linear-gradient(#1b1c1d, #1b1c1d 80%, #eee 100%, #1b1c1d 10%);
}

.side-box .title {
    background :linear-gradient(to bottom right, #bbbbbc, #ffffff)!important;
}
/* CUSTOM CSS */
.topnav-menu{
  background: rgb(69,70,107);
  background: linear-gradient(0deg, rgba(69,70,107,1) 8%, rgba(11,12,60,1) 35%, rgba(28,45,102,1) 95%);
}

.myTopnav-header {
  height:210px!important;
  background-size:auto!important;
}

.header-logo {
  padding-top:20px;
  padding-left: 10px;

}

#header-logo {
  padding-left: 10px;
  height:130px;
}

.store_title {
   font-size: 30px!important;
  padding-top:10px;
}

.card-product {
  width:160px;
  height: 250px;
}

.card-product  a{
color:#000000;
}
</pre></body></html>