.c-mybigproject {
    font-size: 1em;
}
@media (max-width: 768px) {
    .c-mybigproject {
        font-size: 0.8em;
    }
}

body, body p, body a {
font-family: 'Manrope', sans-serif;
}



/* ======= TITLES ======= */

#contenttop h1.c-title-xl {
    border: 0;
    text-align: left;
    font-size: 6vw;
    margin-bottom: 0;
    font-family: 'Fira Sans Condensed', sans-serif;
    line-height: 0.9em;
font-weight: 500;
}

#contenttop h1.c-title-lg ,#belowsite h1.c-title-lg {
    border: 0;
    text-align: left;
    font-size: 4vw;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed', sans-serif;
}

#contenttop h1.c-title-lg::after {
    content: '';
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'><path d='M0,6c6,0,6,13,12,13S18,6,24,6'/></svg>");
    background-size: 50px 30px;
    position: relative;
    bottom: 0;
    width: 90%;
    height: 30px;
    left: 0;
    background-repeat-y: no-repeat;
    background-position: center;
    margin: 0 auto;
    display: block;
}
#contenttop .c-companyprofile-container h1.c-title-lg::after {
display: none;
}

#contenttop h1.c-title-md {
    border: 0;
    text-align: left;
    font-size: 2vw;
    margin-bottom: 0;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-family: 'Fira Sans Condensed', sans-serif;
}


/* ======= END TITLES ======= */

/* ======= TEXTS ======= */

.c-text-lg {
font-size: 24px;
}

/* ======= END TEXTS ======= */

/* ======= CONTAINERS ======= */

.c-top-container, .c-companyprofile-container {
position: relative;
}

.c-flexcolumn-container-100 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100vh;
align-items: center;
}

.c-inner-container {
    margin-left: 6vw;
    margin-right: 6vw;
}

.c-flexcolumn-container-100 .c-inner-container p {
    max-width: 640px;
}

/* ======= END CONTAINERS ======= */

.c-top-image {
    height: 100vh;
    width: 100%;
    position: relative;
}

.c-top-image img {
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    object-fit: cover;
}

/* ======= BUTTONS ======= */

.c-button {
    display: inline-block;
    position: relative;
    border-radius: 200px;
    font-weight: 500;
    margin-right: 20px;
    padding: 20px 50px 20px 50px;
    background-color: white;
    position: relative;
    border: 3px solid white;
    transition: 0.3s;
}

.c-button-text {
    height: auto;
    display: inline-block;
    position: relative;
    line-height: 1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.5px;
}

/* WHITE BUTTON */
.c-button.c-button-white {
    background-color: white;
}

.c-button.c-button-white .c-button-text {
color: #0591c7;
}
.c-button.c-button-white:hover {
    background-color: transparent;
}

.c-button.c-button-white:hover .c-button-text {
color: white;
}

/* END WHITE BUTTON */

/* BLUE BUTTON */
.c-button.c-button-blue {
    background-color: #0591c7;
    border-color: #0591c7;
}

.c-button.c-button-blue .c-button-text {
color: white;
}
.c-button.c-button-blue:hover {
    background-color: transparent;
}

.c-button.c-button-blue:hover .c-button-text {
color: #0591c7;
}

/* END BLUE BUTTON */


/* ======= END BUTTONS ======= */

/* ======= SECTIONS HEADER ======= */
.c-section-header {
    padding-bottom: 30px;
    max-width: 1280px;
    margin: 0 auto;
}

.c-section-header p {
    width: 60%;
    margin: 20px auto 40px auto;
}

/* ======= END SECTIONS HEADER ======= */

/* ======= WAVES ======= */

.c-bottom-wave {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: -1px;
    left: 0;
 z-index: 9;
}

.c-top-wave {
    width: 100%;
    height: auto;
    position: absolute;
    top: -1px;
    left: 0;
 z-index: 9;
}

.c-top-wave img {
    transform: rotate(180deg);
}

/* ======= END WAVES ======= */


/* ======= STICKERS ======= */

.c-sticker {
    position: relative;
    float: right;
    margin-bottom: -10vw;
}

.c-sticker-element {
    position: relative;
    display: inline-block;
    background-color: white;
    padding: 50px;
    border-radius: 50%;
}

.c-sticker-element img {
    width: 120px;
    height: auto;
}

.c-sticker-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    width: 95%;
  animation: spin-sticker 20s linear infinite;
}


@keyframes spin-sticker {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(359deg);
  }
}

.c-sticker-text img {
    width: 100%;
    height: auto;
}

/* ======= END STICKERS ======= */

/* ======= FOOTER ======= */

#innerbelowsite, #belowsite {
padding-top: 100px;
padding-bottom: 20px;
}

.c-footer-info {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.c-footer-info a {
text-decoration: none;
}

.c-info-title {
    margin-right: 15px;
    font-weight: 800;
}

#belowsite h1.c-title-lg {
    font-size: 30px;
color: white;
    padding-bottom: 0px;
}

.c-social.c-footer-social {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* ======= END STICKERS ======= */

.c-top-image-bg {
    width: 100%;
    background-size: cover;
    max-height: 720px;
    height: 30vh;
    padding-bottom: 4vw;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    position: relative;
}

#contenttop .c-top-image-bg h1 {
    color: #214185;
    margin-top: 100px;
}

.c-certif-container {
     background-color: #e5d2e0;
    padding-top: 70px;
    padding-bottom: 70px;
    text-align:center;
}

.c-certif-inner{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    align-items: center;
}

.c-certificate-box {
    text-align: center;
    max-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.c-certif-container p{
    margin-bottom: 10px;
    font-size: 22px;
}

.c-certif-container p:nth-child(1) img {
    padding: 10px;
    background-color: white;
}

.c-icon-cert {
padding: 20px;
background-color: white;
    border-radius: 50%;
    width: auto;
    aspect-ratio: 1/1;
    overflow: hidden;
}

.c-icon-cert img {
width: 50px;
height: auto;
}

.notloggedin .filegallery {
display: none;
}

.c-politikipoiotitas-page {
    padding-top: 100px;
    padding-bottom: 100px;
}.c-newlogo {
    background-image: url('/cache/files/63b410e14d05b09fe183e07e9eee9de659030b12.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 13vw !important;
    max-height: 115px;
    height: 4.6vw !important;
    aspect-ratio: 39/25;
    max-width: 200px !important;
    min-width: 120px !important;
    transition: 0.3s;
}

a.mobile-header-startlink {
    background-image: url('/cache/files/63b410e14d05b09fe183e07e9eee9de659030b12.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 220px;
    transform: translate(-50%, 0%);
}

.side-nav__header {
    background-color: #0591c7;
    background-image: url('/cache/files/63b410e14d05b09fe183e07e9eee9de659030b12.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 50%;
    margin-left: 0;
    margin-right: 0;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-product-detail-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
}

/* ===== LEFT BOX SETTINGS ===== */

.c-product-detail-left-box {
    width: 45%;
    max-width: 830px;
    height: auto;
    aspect-ratio: 37/54;
}

.c-product-detail-image img {
    height: auto;
    width: auto;
    width: 102%;
    object-fit: cover;
    object-position: center;
    aspect-ratio: 37/54;
}

/* ===== END LEFT BOX SETTINGS ===== */

/* ===== RIGHT BOX SETTINGS ===== */

.c-product-detail-right-box {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #91e2ff;
    overflow: hidden;
}

.c-cloud {
    position: relative;
    height: auto;
    width: 100%;
    z-index: 9;
}

.c-cloud img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1vw;
    width: 28vw;
    height: auto;
    mix-blend-mode: luminosity;
    opacity: 0.6;
}

#contenttop .c-product-detail-right-box h1, #contenttop .c-product-detail-right-box h2 {
    color: #0591c7;
    border: 0px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

#contenttop .c-product-detail-right-box h1 {
    height: auto;
    position: relative;
    width: 100%;
overflow: hidden;
text-align: center;
}

#contenttop .c-product-detail-right-box h1 span {
    position: relative;
    top: 0;
    text-align: center;
}

#contenttop .c-product-detail-right-box h2 {
    font-size: 24px;
    line-height: 1;
    margin-top: 0;
}

#contenttop .c-product-detail-right-box h1.c-title-lg::after {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='%230591c7' stroke-width='2' stroke-linecap='square' stroke-miterlimit='10'><path d='M0,6c6,0,6,13,12,13S18,6,24,6'/></svg>");
    max-width: 350px;
}

.c-product-detail-info {
    width: 100%;
    height: 100%;
    text-align: center;
}

.c-product-description {
overflow: hidden;
position: relative
}

.c-product-description p {
font-size: 18px;
font-weight: 800;
position: relative;
display: block;
}

.c-product-description p span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 800;
}

/* ===== SLIDER THUMBNAILS ===== */

.c-product-thumbnail-slider {
    width: 50%;
    max-width: 600px;
    position: absolute;
    bottom: 4vw;
}

.c-product-detail-right-box-slider {
    width: 100%;
    height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.c-product-detail-right-box-slider .slick-list, .c-product-detail-right-box-slider  .slick-track{
height: 100%;
}

.c-product-thumbnail-slider img {
    margin: 0 auto;
max-height: 120px;
height: 8vw;
width: auto;
}

/* SLIDER ARROWS */

.c-product-container .slider-arrow-left {
    left: calc(50% - 10vw);
    transform: translateX(-50%);
}

.c-product-container .slider-arrow-right {
    right: calc(50% - 10vw);
    transform: translateX(50%);
}

.slider-arrows span {
    font-size: 12px;
    font-weight: 100;
    background-color: white;
    height: 3vw;
    width: 3vw;
    min-height: 60px;
    min-width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.slider-arrows span:before {
    content: '';
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' x='0px' y='0px' width='15px' height='14.9px' viewBox='0 0 15 14.9' fill='%230591c7' stroke='none' stroke-width='0' stroke-linecap='square' stroke-miterlimit='0'><path d='M15,7.8c0,0.1-0.1,0.2-0.2,0.3l-6.4,6.4c-0.2,0.2-0.5,0.3-0.7,0.3c-0.2,0-0.5-0.1-0.7-0.3c-0.4-0.4-0.4-1,0-1.4 l4.7-4.8H1c-0.5,0-1-0.5-1-1s0.5-1,1-1h10.6L6.9,1.7c-0.4-0.4-0.4-1,0-1.4c0.4-0.4,1-0.4,1.4,0l6.3,6.3l0,0l0.1,0.1 C14.8,6.8,14.9,6.9,15,7C15,7.3,15,7.6,15,7.8z'/></svg>");
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
}

.slider-arrows.slider-arrow-left span:before {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' x='0px' y='0px' width='15px' height='14.9px' viewBox='0 0 15 14.9' fill='%230591c7' stroke='none' stroke-width='0' stroke-linecap='square' stroke-miterlimit='0'><path d='M0.1,7.1c0-0.1,0.1-0.2,0.2-0.3l6.4-6.4C6.9,0.1,7.2,0,7.4,0c0.2,0,0.5,0.1,0.7,0.3c0.4,0.4,0.4,1,0,1.4 L3.4,6.5l10.6,0c0.5,0,1,0.5,1,1s-0.5,1-1,1l-10.6,0l4.7,4.7c0.4,0.4,0.4,1,0,1.4c-0.4,0.4-1,0.4-1.4,0L0.4,8.3l0,0L0.3,8.2 C0.2,8.1,0.1,8,0.1,7.8C0,7.6,0,7.3,0.1,7.1z'/></svg>");
}


/* END SLIDER ARROWS */

/* ===== END SLIDER THUMBNAILS ===== */


/* ===== ICONS ===== */


.c-product-icon-container {
    display: flex;
    justify-content: space-evenly;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.c-product-icon {
    background-color: white;
    padding: 20px;
    border-radius: 50%;
    display: inline-block;
}

.c-product-icon img {
    width: 100%;
    width: 4.5vw;
    max-width: 70px;
    height: auto;
}

.c-product-icon-box p {
    font-size: 20px;
    font-weight: 800;
}

.c-product-icon-box p.c-xs-fonts {
    font-size: 14px;
    color: white;
    margin-bottom: 0;
    margin-top: 10px;
}

/* ===== END ICONS ===== */

/* SLIDER SE PRODUCTS */

.c-product-detail-right-box-slider .slick-slide {
position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#contenttop .c-product-detail-right-box-slider h1.c-title-lg::after {

}/* MENU */

.loggedin #topmenu {
background-color: #eee;
}

.notloggedin #topmenu {
    position: fixed;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: all 0.5s ease 0s;
}

.notloggedin #topmenu.c-active-menu-color {
    background-color: #0591c7;
    transition: all 0.5s ease 0s;
    padding-top: 25px;
    padding-bottom: 25px;
}

.notloggedin #innertopmenu {
    max-width: 100%;
    margin-left: 6vw;
    margin-right: 6vw;
}

div.topmenu ul {
    text-align: left;
    float: left;
}

div.topmenu ul li a {
font-weight: 700;
}

#overlay1990 {
    left: 50%;
    transform: translateX(-50%);
    top: 10px !important;
    margin-left: 0px !important;
    position: fixed;
    transition: all 0.5s ease 0s;
}

#overlay1990.c-active-logo {
height: 80px !important;
}


div.topmenu ul li.inactive, div.topmenu ul li.active {
border-radius: 100px;
}

div.topmenu ul li ul li.inactive, div.topmenu ul li ul li.active {
border-radius: 0px;
}

div.topmenu ul li.inactive.haschilds:hover, div.topmenu ul li.active.haschilds:hover {
   border-bottom-right-radius: 0px; 
   border-bottom-left-radius: 0px; 
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

div.topmenu ul li ul li.inactive.haschilds:hover, div.topmenu ul  ul li.active.haschilds:hover {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

/* END MENU */@media (max-width: 1920px) {
.c-product-detail-left-box {
width: 35%;
}
}

@media (max-width: 1680px) {
.c-product-detail-left-box {
width: 36%;
}
}

@media (max-width: 1440px) {
.c-product-detail-left-box {
width: 35%;
}
.c-cloud img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -1vw;
    width: 22vw;
}
}

@media (max-width: 1280px) {
.c-procuct-title p span {
    font-size: 24px;
}
.c-procuct-title p span.c-subtitle {
    font-size: 16px;
}
.c-button-text {
    font-size: 16px;
}

.c-product-container .slider-arrow-left {
    left: calc(50% - 15vw);
}
.c-product-container .slider-arrow-right {
    right: calc(50% - 15vw);
}
.c-parallax-bg p {
    font-size: 16px;
}

.c-sticker-element {
    padding: 40px;
}
.c-sticker-text {
    width: 90%;
}
.c-sticker-element img {
    width: 90px;
}
#innerbelowsite, #belowsite {
    padding-top: 50px;
    padding-bottom: 20px;
}
.c-gallery-container {
    width: 85% !important;
}
.c-product-category-link {
    font-size: 24px !important;
}

.c-product-detail-right-box .slick-slide.slick-current.slick-active .c-product-icon-container .c-product-icon-box {
    max-width: 130px;
}
.c-product-detail-left-box {
    width: 40%;
    height: 90vh;
    aspect-ratio: unset;
}
.c-product-detail-image img {
    height: 100%;
    width: 100%;
    aspect-ratio: unset;
}

.c-product-detail-image.slick-slide {
    height: 90vh;
}

}


@media (max-width: 1024px) {
#overlay1990.c-active-logo {
    height: 60px !important;
}
.notloggedin #topmenu.c-active-menu-color {
    background-color: #0591c7;
    transition: all 0.5s ease 0s;
    padding-top: 15px;
    padding-bottom: 15px;
}
}

@media (max-width: 768px) {
.c-product-detail {
    margin-top: -56px;
}
.c-product-detail-inner {
    flex-direction: column;
}
.c-product-detail-left-box {
    width: 100%;
    height: auto;
    height: 65vh;
    aspect-ratio: unset;
}
.c-product-detail-image img {
    height: auto;
    height: 100%;
    width: 100%;
    aspect-ratio: unset;
}
.c-product-detail-image.slick-slide {
    height: auto;
    height: 65vh;
}
#contenttop .c-product-detail-right-box-slider h1.c-title-lg::after {
display: none;
}
#contenttop .c-product-detail-right-box h2 {
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
    font-weight: 500;
}
.c-title-lg {
    font-size: 20px;
}
.c-product-description p {
    font-size: 12px;
}
.c-cloud {
    display: none;
}

.c-product-thumbnail-slider {
    width: 100%;
    max-width: initial;
    position: absolute;
    bottom: auto;
    top: 50vh;
}

.c-product-thumbnail-slider img {
    display: none;
}

.c-product-icon {
    padding: 10px;
}

.c-product-icon img {
    width: 45px;
}
.c-product-icon-box p {
    font-size: 14px;
}

#contenttop .c-product-detail-right-box h1 {
font-size: 20px;
    margin-bottom: 0;
}

.c-product-description p {
    margin-bottom: 10px;
}

.c-product-icon-box p.c-xs-fonts {
    margin-top: 5px;
    font-size: 12px;
}

.c-product-icon-container {
    justify-content: space-around;
}

.c-product-detail-right-box .slick-slide.slick-current.slick-active .c-product-icon-container .c-product-icon-box {
    width: 33.33%;
}

.c-bottom-wave {
    bottom: -3px;
}

.c-top-wave {
    top: -6px;
}

.c-bottom-wave img, .c-top-wave img  {
    height: 110%;
    width: 130%;
    object-fit: cover;
}

#contenttop h1.c-title-lg, #belowsite h1.c-title-lg {
font-size: 30px;
}

#contenttop h1.c-title-lg::after {
    content: '';
    background-size: 30px 15px;
    height: 20px;
}

.c-section-header p {
    width: 90%;
    margin: 0px auto 40px auto;
}
.c-button {
    padding: 15px 20px 15px 20px;
    margin-bottom: 10px;
}

.c-button-text {
    font-size: 14px;
}

.c-product-container .slider-arrow-left {
    left: 0px !important;
    transform: translateX(0%) !important;
}

.c-product-container .slider-arrow-right {
    right: 0 !important;
    transform: translateX(0%) !important;
}

.c-procuct-title p span {
    font-size: 20px !important;
}
.c-procuct-title p span.c-subtitle {
    font-size: 16px !important;
}

.c-gallery-container {
    width: auto !important;
    margin: 9vw auto !important;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: wrap;
}

.c-gallery-text-left {
    width: 100% !important;
    margin-right: 0 !important;
}

.c-gallery-text-right {
    width: 100% !important;;
    margin-left: 0 !important;;
}

.c-gallery-images {
    display: flex;
    width: 90% !important;
}

#contenttop h1.c-title-md {
font-size: 30px;
}

.c-companyprofile-container .c-flexcolumn-container-100 {
    height: auto;
}

.c-companyprofile-container .c-flexcolumn-container-100 .c-inner-container {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 9vw;
    padding-bottom: 18vw;
}

.c-gallery-images.c-order-2 {
order: 2;
}

.c-gallery-image.c-gallery-image-4 {
    width: calc(45% - 10px) !important;
}

.c-certif-container {
    gap: 15px !important;
    padding-top: 9vw !important;
    padding-bottom: 9vw !important;
    padding-left: 15px;
    padding-right: 15px;
}

.c-certif-container p {
    font-size: 16px !important;
}

.c-certif-container p img {
    width: 60px;
    height: auto;
}

.c-certif-container p.c-icon-cert {
    padding: 10px;
}

.c-certif-container p.c-icon-cert img {
    width: 40px;
    height: auto;
}
.c-top-image {
    height: 50vh !important;
}

.c-contact-page .container-fluid {
    padding-top: 9vw !important;
    padding-bottom: 15vw !important;
}

#contenttop h1.c-title-xl {
    font-size: 40px;
}

#contenttop .c-top-image-bg h1 {
    margin-top: 9vw !important;
}

.c-top-image-bg {
    height: 20vh;
}

.c-product-category-list {
    padding-top: 9vw !important;
    padding-bottom:  9vw !important;
}

.c-product-category-image {
    margin: 0px !important;
}

.c-product-category-link {
    font-size: 20px !important;
    margin-bottom: 30px !important;
}

}.notloggedin #topmenu {
    position: relative;
    padding-top: 35px;
    padding-bottom: 35px;
    transition: all 0.5s ease 0s;
}

.notloggedin #topmenu.c-active-menu-color, .notloggedin #topmenu {
    background-color: #0591c7;
}

.c-newlogo {
    height: 100px !important;
    aspect-ratio: 39/25;
}

#contenttop {
    padding: 6vw;
}