.theme-background-color{
    background-color: #2E004B;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.btn-green{
    color: #fff !important;
    background: #00D363;

}

.btn-primary {
    color: var(--btn-primary-color) !important;
    background:  #00D363 !important;
    border-color:#36c055 !important;
}

.panel-check.checked {
    border-color: #2E004B !important;
    z-index: 9;
}

.logo-text{

    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.2em;
}

.panel-summary-primarys {
    background: #2E004B !important;
    color: var(--primary-block-text-faded-color);
}
.panel-title{
    font-family: "Roboto", sans-serif;
    color:white;

}
.item-name{
    font-family: "Roboto", sans-serif;
    color:white;
}
.item-value{
    font-family: "Roboto", sans-serif;
    color:white;
}
.price-total,.price-amount{
    font-family: "Roboto", sans-serif;
    color:white;
}
