

html, body{
    image-rendering: -webkit-optimize-contrast;
    font-family: Arial;
}

.container{
    max-width: 575px;
}

header, footer{
    background: #DD3648;
}

.main-color{
    color: #F0EBC3;
}
.logo{
    position: absolute;
    top: 0;
    left: 0;
    height: 175px;
}
.style1{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.strong{
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}
h1{
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.cookies a {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #ffffff;
}
p{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: #5B2B39;
}
.line-15{
    line-height: 15px;
    padding: 0.62rem;
}
.bg-white.mt-3 {
    margin-top: 0!important;
}
small, small a {
    font-weight: 400;
    font-size: 12px!important;
}
.footer{
    padding: 1rem;
}
.footer p{
    color: #fff;
    font-size: 16px;
}

.header{
    padding: 1.5rem 1rem 0;
}

main{
    padding: 0 0 1.5rem;
    min-height: calc(100vh - 161px);
    background-color: #E8D7C5;
}
.tag{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E8D7C5;
    padding: .25rem .25rem .25rem calc(var(--bs-gutter-x) * .5);
}
.tag p{
    margin-bottom: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}
.tag .price{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}
label{
    color: #5B2B39;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
}
.image{
    height: auto;
    overflow: hidden;
}
.image img{
    object-fit: cover;
    width: 100%;
}
.cta{
    background-color: #DD3648;
    color: #fff;
    border: 1px solid #DD3648;
    display: inline-block;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    text-transform: uppercase;
    padding: 1rem 2rem;
}
form a{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    color: #5B2B39;
    line-height: 90%;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.form-check-label{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 90%;
}
.form-control, .form-select{
    border-radius: 0;
}
.form-control:focus, .form-select:focus{
    outline: none;
    box-shadow: none;
}
#notifyModal p.main-color{
    color: #5B2B39;
}
#notifyModal .modal-header{
    border: none;
}