div.amethod label[for='auto1208217288'] {
  display: none!important;
}

body {
font-family: "Caudex", serif;
overflow-x: hidden;
}



.logged_user {
  float:right;
  margin-top: 5px;
  margin-right: 10px;
}






/*BADGES*/
.badge {
    background-color: #be9a47;
}
.badge_wrapper {
    position: absolute;
    width: 100%;
 z-index: 1;
}

.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: 0px;
    width: fit-content;
    text-align: center;
    padding: 10px 15px;
    z-index: 51;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
letter-spacing: 1px;
border-radius: 15px 15px 0px 15px;
font-size: 1em;
}

/* ================== */


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

.c-above-text {
font-size: 14px; 
font-weight: 800;
}




/*price view*/
.horizontalitems .price .pricenovat .value {
font-size: 1.4em;
        color: #be9a47;
font-weight: 400;
}

.items .detail .price .pricenovat .value {
        font-size: 2.2em;
        color: #be9a47;
font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/




/*PRODUCTS LIST*/

div.horizontalitems div.textboxy {
    display: flex;
    gap: 20px;
    justify-content: space-between;
margin-bottom: 10px;
}


div.horizontalitems div.group a {
    color: #be9a47;
    text-align: center;
    background-image: none;
border: 1px solid #be9a47;
    transition: 0.4s;
display: inline-block;
}

div.horizontalitems div.group a:hover {
    background-color: #be9a47;
color: #fff;
}

/*END OF PRODUCT LIST*/


/*DETAILS PROIONTON APOSTOLES*/
.c-details-apostoles {
margin-top: 30px;
padding: 2vh;
    border: 1px solid #be9a474a;
    max-width: 400px;
}

.c-details-apostoles-title {
font-weight: 500;
color: #be9a474a;
margin-bottom: 5px;
font-size: 14px !important;
}


.c-details-apostoles-button {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #be9a474a;
color: #121212;
}

.c-details-apostoles-button:hover {
    background-color: #121212;
color: #fff;
}

.accordion h3:hover {
    color: #be9a47;
}
/*END OF DETAILS PROIONTON APOSTOLES*/





/*LISTS*/
.c-detail-list ul{
list-style-type: none !important;
padding-left: 0px !important;
display: flex;
gap: 10px;
flex-wrap: wrap;
    justify-content: center;
}

.c-detail-list ul li{
padding: 10px 15px;
    border: 1px solid #be9a47;
font-weight: 900;
text-align: center;
}




/*FOOTER*/
.c-footer-container {
display: flex;
    gap: 5vh;
    align-items: flex-start;
justify-content: space-between;
padding: 20px;
}
@media (max-width: 820px) {
.c-footer-container {
flex-direction: column;
padding-left: 20px;
padding-right 20px;
align-items: center;
text-align: center;
}
}


.c-footer-title {
    font-weight: 600;
    font-size: 1.4em;
    margin-bottom: 25px;
}

.c-footer-container p{
line-height: 1em;
}


.c-footer-policy-text {
font-size: 0.8em;
font-size: 0.8em;
    font-weight: 100;
    line-height: 1.4em !important;
    margin-top: 20px;
    font-style: italic;
}


.c-recaptcha {
width: 300px;
margin-top: 20px;
}

/*END OF FOOTER*/

.c-belowsitetitle {
font-weight: 700;
font-size: 1.2em;
padding-top: 20px;
color: #fff;
text-align: center;
}

.c-footer-social {
display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}


/*GO TO TOP BUTTON*/

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 60px; /* Place the button at the bottom of the page */
  right: 10px; /* Place the button 30px from the right */
  z-index: 100;
    transition: 0.3s;
}


/*END OF GO TO TOP BUTTON*/

#footernew {
max-width: 1280px;
margin: 0 auto;
    padding-top: 50px;
}

#auto-p_quantity-2615 span {
  font-family: "Caudex", serif;
}.c-newlogo {
    background-image: url('/cache/files/6bc97902188114ce40c37b25394437427cbbdda9.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

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

.side-nav__header {
    max-height: 140px;
    height: 30%;
}.cartButton{
  background: #1a1a1a;
  border-radius: 0px;
  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: #BE9A47;
  color: #fff!important;
}

.itemsgroup .boxy {
    z-index: 2000;
}/* NEW */

#topbanner div.filter {
    float: right;
    margin-top: 30px;
    margin-right: 20px;
}

#topbanner .itemsgroup {
    float: right;
    margin-top: 30px;
}

div.filter_iconsearch input {
    border: 1px solid #12121269;
    background-color: transparent;
    width: 220px;
border-radius: 15px;
}

#abovetopbanner .logged_user {
margin-top: 0px;
}

#abovetopbanner .itemsgroup {
    padding: 10px 0 8px 10px;
}.c-newsletter {

}

.c-newsletter form {
position: relative;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    font-size: 1.4em;
font-family: "Caudex", serif;
letter-spacing: 1px;
}

.c-newsletter form input {
padding: 10px;
    border: 1px solid #ffffff;
    text-align: left;
    width: 95%;
    box-sizing: content-box;
    background-color: transparent;
}


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

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

.c-newsletter form .submit {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

@media (max-width: 540px) {
.c-newsletter form input {
    width: 90%;
}

.c-newsletter form .submit {
    position: relative;
    bottom: auto;
    right: auto;
margin-top: 20px;
}
}


.c-newsletter form .submit button {
font-size: 14px;
    font-weight: 400;
    padding: 12px 20px;
    color: #c7a040;
    background-color: #fff;
    transition: 0.3s;
    letter-spacing: 1px;
    min-width: 120px;
font-family: "Caudex", serif;
border: 1px solid #fff;
}

.c-newsletter form .submit button:hover {
color: #fff;
background-color: #c7a040;;
border: 1px solid #fff;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 100%;
}
}.c-button-1 {
font-family: "Times New Roman";
display: inline-block;
    text-align: center;
    padding: 12px 20px;
    transition: 0.4s;
    text-decoration: none;
    background-color: #BE9A47;
color: #fff;
letter-spacing: 1px;
}
.c-button-1:hover {
    background-color: #121212;
color: #fff;
}/*div.horizontalitems div.itemcontent {
    position: relative;
    aspect-ratio: 5 / 6;
}


div.horizontalitems div.itemcontent:before {
    content: '';
    background-image: url('/cache/files/5fe065d0cad930c4e833c0209702660ee44eccbf.svg');
    height: 100%;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0px;
    aspect-ratio: 5 / 6;
    pointer-events: none;
}


#contenttop div.horizontalitems div.item div.photos img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
}

div.horizontalitems div.item div.photos {
    height: 100%;
    max-height: none;
    width: 100%;
    margin-left: 0;
}

div.horizontalitems div.infoboxy {
    box-sizing: border-box;
    padding: 10px;
    display: flex;
    flex-direction: column;
    aspect-ratio: 5 / 6;
    justify-content: flex-start;
}

div.horizontalitems div.infoboxy > div:nth-child(1) {
    overflow: hidden;
    width: 100%;
    height: 80%;
}

div.horizontalitems div.infoboxy > div:nth-child(2) {
    overflow: hidden;
    width: 100%;
    height: 0%;
}

div.horizontalitems div.infoboxy > div:nth-child(3) {
    overflow: hidden;
    width: 100%;
    height: 20%;
}

@media (max-width: 1024px) {
div.horizontalitems div.infoboxy > div:nth-child(1) {
    overflow: hidden;
    width: 100%;
    height: 75%;
}

div.horizontalitems div.infoboxy > div:nth-child(3) {
    overflow: hidden;
    width: 100%;
    height: 25%;
}
}

@media (max-width: 1024px) {
div.horizontalitems div.infoboxy > div:nth-child(1) {
    overflow: hidden;
    width: 100%;
    height: 70%;
}

div.horizontalitems div.infoboxy > div:nth-child(3) {
    overflow: hidden;
    width: 100%;
    height: 30%;
}
}
*//*TOP MENU*/

.notloggedin #topmenu {
    position: relative;
    z-index: 1000;
}

div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 2px;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 90%; 
  left: 10px; 
}


/*END OF TOP MENU*/




/*TOP RIGHT MENU*/

.c-top-right-menu {
display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
}

.c-top-right-menu a {
    font-size: 14px;
    font-weight: 700;
    background-color: transparent;
    padding: 10px 20px;
    padding-left: 20px !important;
    color: #be9a47 !important;
    transition: all 0.3s ease;
    letter-spacing: 3px;
    border: 1px solid #be9a47;
}


.c-top-right-menu a:hover{    
background-color: #be9a47;
color: #fff !important;
}

/*TOP RIGHT MENU*/




/*EIKONES STO MENU*/


div.topmenu ul ul {
   border-radius: 3px;
width: 800px;
padding: 20px;
box-shadow: 0px 0px 20px #ffffff5c;
min-height: 300px;
}

div.topmenu ul li:nth-child(2) ul {
   background-image: url('/cache/files/89b4eb3cc277ea2e63e8b6c79b83d8994e16309d.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}
div.topmenu ul li:nth-child(3) ul {
   background-image: url('/cache/files/5f676bf02e269bd31ee843a50a6308321d562e38.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

div.topmenu ul li:nth-child(4) ul {
   background-image: url('/cache/files/96482bc2a1570d59ab51d6f1be713af11a6c6316.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}#popupcontent a.editme, #content a.editme, a {
    color: #be9a47;
}

@media (max-width: 768px) {
    #abovetopbanner .logged_user, #abovetopbanner div.itemsgroup {
        position: absolute;
        top: 7px;
        right: 0;
        font-size: 14px;
        color: #777;
    }
}

@media (max-width: 912px) {
#abovetopbanner .langchooser {
    display: none;
}
}


/*MOBILE MENU*/
.side-nav__footer {
    box-shadow: none;
padding: 20px 16px;
    background-color: #c7a147;
}


.mobile-header {
    box-shadow: none;
}

.side-nav__footer {
    box-shadow: none;
}


.c-mobile-social-icons {
display: flex;
gap: 20px;
justify-content: flex-end;
}

.c-mobile-social-icons img{
height: 25px;
width: auto;
}

.side-nav ul li.inactive > ul {
    display: none;
    background-color: whitesmoke;
}


div.langlist ul li a {
    background-color: transparent !important;
}


/*END OF MOBILE MENU*/#mobile-header {
z-index: 999;
}

#mobile-header div.filter {
    z-index: 99;
    height: auto;
    overflow: hidden;
    margin-bottom: 0;
    position: absolute;
    max-height: 0;
    width: 90% !important;
    max-width: 500px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 0%);
    background-color: transparent;
    padding: 0px;
    padding-top: 5px;
    margin: 0 !important;
    left: auto;
    right: 10px;
    top: 100px;
    transition: all 0.5s;
}



#mobile-header div.filter form {
margin-top: 5px;
    margin-bottom: 0;
    width: 100%;
}

#mobile-header div.filter_iconsearch input {
    padding: 10px 40px 10px 5px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

#mobile-header div.filter_iconsearch button {
    top: 2px;
    right: 7px;
    color: white;
}

#mobile-header div.filter.c-active-search-bar {
    max-height: 200px;
    box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
    transition: all 0.5s;
padding: 15px 15px;
background-color: #fff;
}

#mobile-header .c-search-button {
    position: absolute;
top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    right: 60px;
    padding: 3px 5px 5px 9px;
    margin-right: 4px;
    cursor: pointer;
    background-color: transparent;
    color: #be9a47;
}

#mobile-header .c-search-button .fa {
    font-size: large;
}

#mobile-header .c-search-button.c-activated {
background-color: #be9a47;
    color: white;
border-radius: 50%;
}

#mobile-header .c-search-button.c-activated .fa-search:before {
    content: "x";
font-family: 'Manrope', sans-serif;
font-weight: 800;
}


#abovetopbanner div.filter {
    display: none;
}



.c-login-icon img {
height: 18px;
width: auto;
margin-top: -6px;
}.c-about-moni {
min-height: 400px;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #fff;
gap: 20px;
}

@media (max-width: 820px) {
.c-about-moni {
flex-direction: column;
text-align: center;
}
}

.c-about-title {
font-size: 40px;
font-weight: 800;
margin-bottom: 20px;
}
.c-about-subtitle {
font-size: 20px;
font-weight: 500;
margin-bottom: 10px;
}

.c-about-button {
display: inline-block;
    text-align: center;
    padding: 10px 15px;
    transition: 1.4s;
    text-decoration: none;
        background-color: #f1f1f1;
color: #121212;
}

.c-about-button:hover {
    background-color: #121212;
color: #fff;
}