.finish_order {
  margin-top:20px;
}
.badgeid4149 {
    background-color: #4ac325;
}

a.editme {
  margin-bottom: 10px;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}


body, p, #contenttop h1, #contenttop h2 {
  font-family: "Geologica", sans-serif;
}

/*price view*/

.notloggedin span.diffpercent {
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    background-color: var(--color-lightblue);
    padding: 13px 15px;
    border-radius: 15px;
    position: absolute;
    top: 10px;
    right: 10px;
}

div.horizontalitems div.infoboxy div.price {
    font-size: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

div.price div.startprice span.value {
    color: #bbbbbb;
    font-weight: 200;
}

.horizontalitems .price .pricenovat .value {
        font-weight: 600;
}

/*end of price*/

:root {
--color-darkblue: #1c6079;
--color-lightblue: #afefff;
--color-background: #e7eff2;
}


.c-main-container {
    padding: 50px 4%;
    border-radius: 30px;
    margin: 0 15px;
}

.c-main-inner {
    max-width: 1440px;
    margin: 0 auto;
}

#contenttop h1.pagetitle, #contenttop h2.c-section-title {
    font-size: 30px;
    font-weight: bold;
    text-align: left;
    margin: 0;
    padding: 0;
    position: relative;
    border: 0;
}

#contenttop h1.pagetitle {
   text-align: center;
margin-top: 50px;
}

#contenttop h1.pagetitle::after, #contenttop h2.c-section-title::after {
    content: '';
    display: block;
    max-width: 100px;
    height: 5px;
    background-color: var(--color-darkblue);
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
}

#contenttop h1.pagetitle::after {
    margin-left: auto;
    margin-right: auto;
}

.c-button {
    display: inline-block;
    background-color: var(--color-darkblue);
    color: white;
    padding: 15px 25px;
    border-radius: 50px;
    font-weight: bold;
    transition: 0.3s;
    text-decoration: none;
}

.c-button:hover {
    background-color: var(--color-lightblue);
    color: var(--color-darkblue);;
}

.c-section-title-boxy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
margin-bottom: 10px;
}

.c-section-subtitle {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

/* ITEMS DESIGN */

#contenttop div.horizontalitems div.item div.photos img {
border-radius: 20px;
    margin: 20px auto;
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

div.items div.detail div.horizontalitems div.itemcontent, div.horizontalitems div.itemcontent {
    border-radius: 20px;
    border: 1px solid #d0d6d8;
    overflow: hidden;
    position: relative;
}

div.items div.detail {
   max-width: 1440px;
   margin: 0 auto;
}

/* END ITEMS DESIGN */

.c-image-radius img {
    border-radius: 20px;
}

.c-image-hovered {
    position: relative;
    top: 0;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    transition: 0.7s;
    border-radius: 20px;
}

.c-image-hovered:hover {
    top: -15px;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 20%);
}

.c-dark-box {
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
    border-radius: 70px;
    align-items: center;
    gap: 20px;
}

.c-link {
    font-size: 14px;
    text-decoration: none;
}

.c-link:hover {
    text-decoration: underline;
}

#belowsite {
    border-radius: 30px 30px 0 0;
}

#inpage-top .c-section-title-boxy {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    flex-direction: column;
}

#inpage-top .c-section-title-boxy p {
    max-width: 900px;
    margin: 10px auto;
    text-align: center;
}

.imagemenu ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.imagemenu ul li {
    margin-bottom: 30px;
    background-color: #f1f1f1;
    border-radius: 30px;
    width: calc(25% - 15px);
    position: relative;
    top: 0;
    box-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    transition: 0.7s;
    padding-bottom: 20px;
    font-size: 18px;
}
.imagemenu ul li:hover {
    top: -15px;
    box-shadow: 0px 15px 15px rgb(0 0 0 / 20%);
}

.prodmenu.imagemenu  ul li.inactive a, .prodmenu.imagemenu  ul li a {
    font-weight: bold;
}

.imagemenu ul li img.pagethumb {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 30px;
}

.prodmenu ul li.inactive a:hover, .prodmenu ul li.active a {
    color: var(--color-darkblue);
    background-color: transparent;
}

.c-product-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

.c-product-item {
    width: calc(33.33% - 15px);
    text-align: center;
    background-color: #e7eff2;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.6em;
    border-radius: 15px;
}





/*INFORMATION PAGES TITLES*/

.c-info-container h3 {
    font-size: 22px !important;
    color: #00ccfa !important;
}


/*END OF INFORMATION PAGES TITLES*/.c-newlogo {
    background-image: url('/cache/files/71626f4c51bd989e632793cbba6cf18f87c0caf9.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/71626f4c51bd989e632793cbba6cf18f87c0caf9.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

/* SEARCH BOX */

#topbanner div.filter {
    float: none;
    margin-top: 0px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 400px;
    width: 100%;
}

div.filter_iconsearch form {
    width: 100%;
}

div.filter_iconsearch form input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 40px 10px 10px;
    border-radius: 50px;
}

div.filter_iconsearch button {
    color: #135974;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

/* END SEARCH BOX */

#topbanner {
border-bottom: 1px solid #cbd5d9;
}

/* SHOPPING BAG */

.c-basket {
   position: relative;
}

.c-shoppingbag img {
    width: auto;
    height: 30px;
}
.c-shoppingbag-num {
    position: absolute;
    bottom: 0px;
    right: -5px;
    background-color: #cbd5d9;
    display: inline-block;
    padding: 3px 6px;
    line-height: 1;
    border-radius: 50%;
    font-size: 13px;
}

/* END SHOPPING BAG */

.c-above-logo {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.c-above-box {
    width: calc(100% / 3);
}

.c-above-box:nth-child(2) {
    text-align: center;
}

.c-above-box:nth-child(3) {
    text-align: right;
}

.side-nav__footer .langchooser .langlist li, #abovetopbanner .langchooser, #abovetopbanner .htmlbox {
    float: none;
    padding-right: 0;
    padding: 10px 20px;
}

.c-above-link {
    display: inline-block;
    padding: 3px 10px;
    background-color: #24cefe;
    border-radius: 30px;
}

div.topmenu ul li {
    border-radius: 80px;
}

li.haschilds, li.hashiddenchildren {
    border-radius: 25px 25px 0px 0px !important;
}

div.horizmenu ul li:last-child {
    background-color: var(--color-lightblue);
}

div.topmenu ul li:last-child:hover {
    background-color: var(--color-darkblue);
    color: var(--color-lightblue);
}

div.topmenu {
    min-height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#topmenu {
    border-bottom: 1px solid var(--color-darkblue);
}.cartButton{
  background: #1a1a1a;
  border-radius: 12px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}

.cartButton:hover {
  background-color: #cccccc;
  color: #1a1a1a !important;
}.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%;
}
}.notloggedin #belowtopmenu .gallery {
    border-radius: 0px 0px 30px 30px;
    overflow: hidden;
}

#quick-info {
    padding: 30px 15px;
    box-sizing: border-box;
}

.c-quickinfo-inner {
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}

.c-quickinfo-text {
    border-bottom: 3px solid var(--color-darkblue);
    padding: 15px 0;
    font-size: 18px;
}

.c-category {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    margin: 10px;
}

.c-category::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(0 0 0 / 63%) 0%, transparent 70%);
    position: absolute;
    bottom: 0;
    left: 0;
    pointer-events: none;
}

.c-category-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 1;
}

.c-category a {
    color: white;
    text-decoration: none;
    font-size: 20px;
}

.c-category p {
    margin: 0;
}

.c-category-image img {
    width: 100%;
    height: 100%;
    aspect-ratio: 3 / 4;
    object-fit: cover;
}

.slider-arrows {
    background-color: var(--color-lightblue);
    color: var(--color-darkblue);
    padding: 15px 19px;
    border-radius: 50%;
}


#categories.c-main-container {
    background-color: var(--color-background);
}

.firstpageitems {
    max-width: 100%;
    margin: 50px auto;
    padding-left: 15px;
    padding-right: 15px;
}

.firstpageitems div.list {
    max-width: 1440px;
    margin: 0 auto;
}

#katastima.c-main-container {
    background-color: #736154;
    background-color: #806f66;
}

#katastima.c-main-container .edgetoedge {
    overflow: unset;
}

#katastima.c-main-container .c-image-radius {
    margin-bottom: -50px;
}

#katastima.c-main-container .c-image-radius img {
   width: 100%;
   height: auto;
}

#contenttop #katastima h2.c-section-title {
    color: white;
}

#katastima .c-section-boxy {
    color: white;
}