div.price div.startprice span.value {
    text-decoration: none;
}

.logged_user {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    font-weight: 300;
    font-size: 0.95em;
}

div.innerpopuplogos, #innertopbanner {
    background-size: auto 88px;
}

#contenttop h1, #rightytop h1, #rightyl h1, #belowcontent h1{
font-weight: 200;
font-size: 2em;
line-height: 2em;
padding: 20px;
margin-bottom: 20px;
text-align: center;
}
.c-belowsitetext {
font-weight: 300;
font-size: 1.4em;
line-height: 1.2em;
    margin-bottom: 5px;
}

#belowsite p {
    margin-bottom: 5px;
}

#abovetopbanner .filter input,
#abovetopbanner .filter,
#abovetopbanner .itemsgroup,
.c-texttop {
font-weight: 300;
font-size: 0.9em;
}
#abovetopbanner .itemsgroup .htmlbox .row a {
    font-weight: normal;
    font-size: 1.1em;
    background-color: #00595a;
    color: white;
    border: 1px solid white;
    border-bottom-width: 2px;
}
#abovetopbanner .itemsgroup .htmlbox .row a:hover {
    color: #00595a;
    background-color: white;
    border: 1px solid #00595a;
    margin-top: 1px;
}


.c-imageheader {
background-position: 90% 50%;
background-size: cover;
height: 550px;
border-radius: 0px 0px 0px 90px;
}
@media (max-width: 768px) {
.c-imageheader {
background-position: 50% 50%;
background-size: cover;
height: 300px;
border-radius: 0px;
}
}




.c-buttonlink{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1.2em;
line-height: 1.1em;
text-align: center;
padding: 15px 15px;
width: 300px;
color: #fff;
background-color: #d74848;
border-radius: 5px;
}
.c-buttonlink:hover {
color: #fff;
background-color: #00b5b8;
}
.c-buttonlink2{
display: inline-block;
text-decoration: none;
font-weight: 300;
font-size: 1.2em;
line-height: 1.1em;
text-align: center;
padding: 15px 15px;
width: 270px;
color: #fff;
background-color: #019597;
}
.c-buttonlink2:hover {
color: #fff;
background-color: #00b5b8;
}
.c-titlos1 {
font-size: 1.8em;
font-weight: 300;
line-height: 1.2em;
margin-bottom: 15px;
color: #fff;
}
.c-titlosbold {
font-size: 1.8em;
font-weight: 500;
line-height: 1.2em;
margin-bottom: 15px;
color: #fff;
}
.c-titlos2 {
font-size: 1.4em;
font-weight: 300;
line-height: 1.2em;
margin-bottom: 15px;
color: #fff;
}
.c-titlos3 {
border-radius: 5px;
font-size: 1.2em;
font-weight: 300;
line-height: 1.1em;
margin-top: 25px;
margin-bottom: 5px;
padding-bottom: 15px;
padding-top: 15px;
text-align: center;
background-color: #f6f6f6;
}
.c-titlos4 {
font-size: 1.4em;
font-weight: 300;
line-height: 1.4em;
margin-bottom: 5px;
color: #00b5b8;
}
.c-text1{
font-size: 1.2em;
font-weight: 300;
line-height: 1.2em;
color: #fff;
}
.c-text2{
font-size: 1em;
font-weight: 300;
line-height: 1.3em;
text-align: justify;
}
.c-titlosmanibanners{
display: inline;
border-radius: 5px;
background-color: #00b5b8;
color: #ffffff;
font-weight: 300;
font-size: 1.4em;
text-align: center;
margin-left: -15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
.c-titlosmanibanners a{
text-decoration: none;
color: #ffffff;
}
.c-titlosmanibanners2{
display: inline;
border-radius: 5px;
background-color: #00b5b8;
color: #ffffff;
font-weight: 300;
font-size: 1em;
text-align: center;
margin-left: -15px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 20px;
padding-right: 20px;
}
.c-titlosmanibanners2 a{
text-decoration: none;
color: #ffffff;
}

@media (max-width: 990px) {
.c-mobile-image {
width: 100%;
height: auto;
}

div.innerpopuplogos, #innertopbanner {
    background-size: auto 88px;
}

a.mobile-header-startlink {
    height: 100%;
    background-position: center;
    background-size: 80%;
}

}

div.horizontalitemsnews div.item h3 {
    font-size: 16px !important;
    font-weight: 600 !important;
}.c-modal-black-shape {
    background-color: #000000;
    color: white;
    margin: 30px 15px 15px 15px;
    padding: 15px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}


.c-modal-white-shape {
    background-color: transparent;
    color: black;
    margin: 30px 15px 15px 15px;
    padding: 20px 15px;
    box-sizing: border-box;
    border-radius: 20px;
    font-size: 1.2rem;
    margin-bottom: 40px;
    position: relative;
    z-index: 3;
    padding-top: 53px;
    margin-top: 40px;
}

/* Overlay */
.modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 9999;
}

/* Active state */
.modal-overlay.active {
  opacity: 1;
  pointer-events: all;
}

/* Modal box */

.modal {
    background: #ffffff;
    color: #fff;
    padding: 2rem 2rem;
    border-radius: 12px;
    max-width: 900px;
    width: 90%;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.6);
    text-align: center;
    height: auto;
    max-height: 90vh;
    overflow-y: auto;
    overflow-x: hidden;
    /* aspect-ratio: 4 / 5; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-size: cover;
}

/*.modal::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(0 0 0 / 19%);
   z-index: 1;
}

.modal > * {
   position: relative;
   z-index: 2;
}*/

.modal p {
    max-width: 440px;
    margin: 30px auto;
}

.modal .c-modal-button {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.1em;
    text-align: center;
    padding: 15px 15px;
    width: 270px;
    color: #fff;
    background-color: #019597;
    margin-top: 20px;
}
.modal .c-modal-button:hover {
    color: #fff;
    background-color: #00b5b8;
}


.modal .c-modal-white-shape p {
    margin: 0px auto;   
}

.modal .c-modal-white-shape p.c-title {
    font-size: 1.6rem;
    font-weight: bold;
}

/* Close button */
.modal-close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
    line-height: 1;
    background-color: black;
    padding: 7px 17px 13px;
    border-radius: 50%;
    z-index: 9;
}
.c-bottom-learnmore {
    background-color: black;
    padding: 1rem;
    border-radius: 2rem 2rem 0 0;
    color: white;
    text-decoration: none;
    display: block;
}

.c-gift-modal-image {
   position: relative;
}

.c-gift-modal-image img {
   position: relative;
   z-index: 3;
   width: 100%;
   height: auto;
}

.c-gift-modal-image::before {
   content: '';
   background-image: url('cache/files/notfound');
display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 140%;
    height: 140%;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.1;
} 

#openModal {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 120px;
    height: 120px;
    background-color: red;
    padding: 0;
    border: 3px solid white;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 38%);
    transition: 0.5s;
    cursor: pointer;
    z-index: 10;
}

#openModal:hover {
    width: 150px;
    height: 150px;
}

#openModal img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 5px;
}

.c-modal-white-shape a.c-red-button {
    background-image: linear-gradient(45deg, #9556da, #3f3881);
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 50px;
    margin-top: 10px;
    display: block;
}

.c-modal-white-shape img {
    position: absolute;
    top: -30px;
    margin: 0;
    left: 50%;
    transform: translateX(-50%);
}