body{
    background-color: white !important;
}

.page-body{
    margin-bottom: 0px;
}

.tag-box{
    color: white;
    background-color: rgba(255, 140, 100, 0.9);
    border-color: rgb(255, 130, 88);
}

.top-header{
    background-color: #FF8C64;
    color: white;
}

.list-group-item.active{
    background-color: rgba(239, 95, 60, 0.8) !important;
    color: white !important;
}

.top-header h1{
    color: white !important;
}

.top-header-text:hover{
    color: white !important;
}

.top-header-text:active{
    color: white !important;
}

.top-header-text:link{
    color: white !important;
}

.top-header-text:visited{
    color: white !important;
}

.menu-panel{
    box-shadow: none;
    background-color: transparent;
    margin-top: 18px;
}

.menu-panel a{
    color: rgb(255, 140, 100) !important;
    font-size: 18px;
    padding: 15px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
}

.menu-panel a:hover{
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 0 !important;
}

.flex-end{
    justify-content: flex-end !important;
}

.footer-background{
    background-image: url("/app/web/img/footer_background.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 5%;
    padding-bottom: 20px;
}

.logo-footer{
    max-height: 96px;
    padding-right: 5px;
    padding-left: 5px;
}

.small-header{
    color: rgb(65,65,65);
    font-size: 14px;
    text-transform: uppercase;
}

.cassovium-logo-footer{
    max-height: 55px;
}

.footer-link{
    color: rgb(7,34,53) !important;
    font-size: 18px;
    font-weight: 700;
    margin-left: 25px;
    margin-right: 25px;
}

.footer-link:hover {
    color: rgb(7,34,53) !important;
}

.footer-link:active {
    color: rgb(7,34,53) !important;
}

.footer-link:visited {
    color: rgb(7,34,53) !important;
}

.footer-list{
    font-size: 18px;
    color: rgb(7, 34, 53) !important;

}

.footer-list i{
    margin-right: 15px;
    margin-bottom: 15px;
    color: rgb(255, 140, 100) !important;
    font-size: 24px;
}

.footer-list a{
    color: rgb(7, 34, 53) !important;
}

.footer-list a:hover{
    color: rgb(7, 34, 53) !important;
}

.footer-list a:active{
    color: rgb(7, 34, 53) !important;
}

.footer-list a:visited{
    color: rgb(7, 34, 53) !important;
}

.header-social{
    color: white !important;
    margin-right: 30px;
    font-size: 13px;
}

.header-social i{
    margin-right: 5px;
}

.header-social a{
    color: white !important;
}

.header-social a:hover{
    color: white !important;
}

.header-social a:active{
    color: white !important;
}

.header-social a:visited{
    color: white !important;
}

.main-header{
    margin-top: 20px;
    margin-bottom: 20px;
}

.main-header h1{
    text-transform: uppercase;
}

.main-header-logo{
    width: 100%;
    max-width: 180px;
    margin-top: 10px;
}

.banner-img{
    background-image: url("/app/web/img/banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner-text{
    font-size: 18px;
    color: white;
    background: linear-gradient(45deg, rgba(0,0,0,0.05), rgba(0,0,0,0.75), rgba(0,0,0,0.05));
    padding: 40px 100px;
}

.important-text{
    color: rgb(18, 34, 51) !important;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 25px;

}

.contact-banner-box{
    background-color: rgb(255, 140, 100);
    background-image: url("/app/web/img/lines.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 50px 60px;
    color: white;
    font-size: 23px;
    font-weight: 500;
    border-radius: 10px;
}

.contact-banner-box h1{
    margin-top: 0px;
    padding-top: 0px;
    font-size: 50px;
    text-transform: uppercase;
}

.contact-banner-box-text{
    margin-bottom: 15px;
}

.black-button{
    background-color: rgb(7, 34, 53);
    color: white !important;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.black-button:hover{
    color: white !important;
    opacity: 0.85;
}

.black-button:active{
    color: white !important;
    opacity: 0.8;
}

.black-button:visited{
    color: white !important;
}

.orange-button{
    background-color: rgb(239, 95, 60);
    color: white !important;
    text-transform: uppercase;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 5px;
}

.orange-button:hover{
    color: white !important;
    opacity: 0.85;
}

.orange-button:active{
    color: white !important;
    opacity: 0.8;
}

.orange-button:visited{
    color: white !important;
}


.center-zone{
    text-align: center;
    margin: auto;
}

.catalog-table span{
    white-space: normal !important;
}

.offer-link{
    color: rgb(239, 95, 60) !important;
    font-weight: 700;
}

.flex-icon{
    align-items: center;
}

.style-header{
    font-size: 36px;
    color: rgb(255, 140, 100);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.style-header-small{
    font-size: 24px;
    color: rgb(255, 140, 100);
    text-transform: uppercase;
    margin-bottom: 10px;
}

.checkbox-space{
    margin-bottom: 20px;
    margin-top: 2px;
}

.button-offer-size{
    text-align: center;
    display: block;
    min-width: 220px;
}

.card-header-custom{
    background-color: #F6F8FB;
    padding-bottom: 0px;
}

.card-header-title{
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.custom-text-set{
    font-family: 'Barlow', sans-serif !important;
}

.custom-text-set span, div, a, p{
    font-family: 'Barlow', sans-serif !important;
}

.black-small-text{
    font-weight: bold;
    color: rgb(7, 34, 53);
    font-size: 20px;
}

.small-line-price{
    width: 350px;
    margin-top: 3px;
    margin-bottom: 5px;
}