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-fix-container {
padding-top: 7vh;
padding-bottom: 7vh;
max-width: 1280px;
margin: 0 auto;
    padding-left: 4vh;
    padding-right: 4vh;
}

@media (max-width: 912px) {
.c-fix-container {
padding-top: 4vh;
padding-bottom: 2vh;
}
}

.c-fix-container a{
text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #be9a47;
    padding: 10px 20px;
    transition: 0.4s;
margin-right: 5px;
margin-top: 10px;
}

.c-fix-container a:hover{
background-color: #be9a47;
color: #fff !important;
}

.c-main-title {
font-size: 2em;
font-weight: 800;
color: #be9a47;
margin-bottom: 10px;
line-height: 1em;
}

.c-main-subtitle {
max-width: 500px;
margin-bottom: 8px;
line-height: 1.4em;
}

/*DOREA*/

.c-dorea {
    max-width: 1280px;
    margin: 0 auto;
padding: 8vh 4vh;
display: flex ;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}


.c-dorea a{
text-decoration: none;
background-color: #be9a47;
color: #fff;
border: 1px solid #be9a47;
padding: 10px 15px;
    transition: 0.4s;
}


.c-dorea a:hover{
background-color: transparent;
color: #be9a47;
}


/*END OF DOREA*/




/*BANNERS*/
#banners {
    background-color: #f2eadb;
}


.c-banners {
display: flex;
flex-wrap: wrap;
    justify-content: center;
    gap: 4vh;
padding-bottom: 10vh;
}

@media (max-width: 768px) {
.c-banners {
padding: 20px;
}
}


.c-banners img{
max-width: 40vw;
height: auto;
margin-bottom: 10px;
}

@media (max-width: 768px) {
.c-banners img{
max-width: 90vw;
height: auto;
margin-bottom: 15px;
}


}


.c-banners div {
position: relative;
}

.c-banners a{
text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #be9a47;
    padding: 10px 20px;
    transition: 0.4s;
margin-right: 5px;
margin-top: 10px;
}

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

/*END OF BANNERS*/



/*KALATHI DORA*/

.c-kalathi-dora-container {
 background-color: #be9a47;
padding-top: 0vh;
padding-bottom: 7vh;
padding-left: 4vh;
    padding-right: 4vh;
}

@media (max-width: 912px) {

.c-kalathi-dora-container {
margin-top: 20vh;
}
}

.c-kalathi-dora-flex {
display: flex ;
    max-width: 1280px;
    margin: 0 auto;
    color: #fff;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 912px) {
.c-kalathi-dora-flex {
flex-direction: column-reverse;
    margin-top: 20vh;
gap: 4vh;
text-align: center;
}
}

.c-kalathi-dora-flex .c-main-title {
    color: #fff;
}


.c-kalathi-dora-flex a {
text-decoration: none;
color: #fff !important;
padding: 10px 20px;
    transition: 0.4s;
border: 1px solid #fff;
margin-top: 20px;
}

.c-kalathi-dora-flex img {
    margin-top: -20vh;
    max-width: 35vw;
    height: auto;
}

@media (max-width: 912px) {
.c-kalathi-dora-flex img {
    margin-top: -10vh;
    max-width: 50vw;
    height: auto;
}

}


/*PRODUCT SLIDER*/

#am_1677 {
    background-color: #f2e9da;
padding-top: 10vh;
padding-bottom: 10vh;
}

@media (max-width: 912px) {
#am_1677 {
padding-top: 0vh;
padding-bottom: 4vh;
}
}

div.horizontalitems div.theitems {
    max-width: 90vw;
    margin: 0 auto;
}

@media (max-width: 912px) {

div.horizontalitems div.theitems {
    max-width: 100%;
    margin: 0 auto;
}
}

div.horizontalitems div.item {
padding-left: 0px;
}

/*END OF PRODUCT SLIDER/*PRODUCT SLIDER*/
.slick-prev {
width: 10vh;
    height: 10vh;
    opacity: 1;
    background-color: transparent;
top: 33%;
    left: -5vh;
    border: 1px solid #be9a47;
    border-radius: 50%;
}

 .slick-next {
width: 10vh;
    height: 10vh;
    opacity: 1;
    background-color: transparent;
top: 33%;
    right: -5vh;
    border: 1px solid #be9a47;
    border-radius: 50%;
}



.slick-next:before {
content: ">";
color: #be9a47;
font-size: 22px;
background-image: none;
top: 50%;
    height: 10vh;
    width: 10vh;
}

.slick-prev:before {
content: ">";
color: #be9a47;
font-size: 22px;
background-image: none;
top: -50%;
    height: 10vh;
    width: 10vh;
}


.slick-prev:hover, .slick-next:hover {
background-color: #be9a47;
}

.slick-next:focus, .slick-prev:focus {
background-color: transparent;
}


.slick-next:hover:before {
color: #fff;
}

.slick-next:focus:before {
color: #be9a47;
}.c-intro-container {
width: 100%;
position: relative;
}


.c-bg-text {
position: absolute;
    width: 90vw;
    padding-left: 10vw;
    padding-right: 10vw;
    opacity: 0.2;
top: 0vh;
}

.c-bg-text p{
font-size: 12vw;
margin-bottom: 0px;
line-height: 1em;
color: #be9a47;
}


.c-bg-text p:nth-child(1) {
    animation: moveLeftRight 20s infinite alternate ease-in-out;
}

.c-bg-text p:nth-child(2) {
text-align: right;
    animation: moveRightLeft 20s infinite alternate ease-in-out;
}

@keyframes moveLeftRight {
    0% {
        transform: translateX(0vw);
    }
    100% {
        transform: translateX(15vw);
    }
}

@keyframes moveRightLeft {
    0% {
        transform: translateX(-5vw);
    }
    100% {
        transform: translateX(-45vw);
    }
}


.c-intro-slider {
position: relative;
}

.c-intro-slider-product-box {
    display: flex;
    align-items: flex-end;
justify-content: center;
    gap: 4vh;
margin-bottom: 4vh;
height: calc(100vh - 200px);
}



.c-intro-slider-product-text{
padding: 4vh;
width: 25vw;
}

.c-intro-slider-product-box img{
max-height: calc(100vh - 230px);
width: auto;
}

.c-intro-slider-product-text a{
display: inline-block;
    padding: 10px 20px;
    border: 1px solid #be9a47;
    text-decoration: none;
}





.c-intro-slider .slider-arrows {
    border: 1px solid #be9a47;
    border-radius: 50%;
    height: 10vh;
    width: 10vh;
    color: #be9a47;
}




/*MOBILE*/

@media (max-width: 912px) {
.c-intro-slider-product-box {
flex-direction: column;
align-items: center;
height: auto;
margin-bottom: 0;
}


.c-intro-slider-product-box img{
max-height: 30vh;
width: auto;
}

.c-intro-slider-product-text{
width: 90vw;
}

.c-bg-text p{
font-size: 22vw;
}




.c-intro-slider .slider-arrows {
    height: 5vh;
    width: 5vh;
top: 25%;
padding: 12px 14px 18px 14px;
}
}



@media (max-width: 400px) {

.c-intro-slider .slider-arrows {
border: 0px solid;
}
}.c-espa-container {

}

.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 3%;
    bottom: 0%;
    z-index: 999;
transform: scale(1);
}

.c-espa-container.active-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
width: 100%;
}


.c-espa-container.active-espa .c-espa-mini img {
    width: 110px;
    height: auto;
transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.active-espa .c-espa-box {
    background-color: #be9a47;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
    box-shadow: none;
    transition: 0.5s;
    transition: border-radius 0s;
    width: 300px;
overflow: hidden;
height: 300px;
position: relative;
z-index: 3;
border-radius: 10px;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -18px;
    background-color: #cc0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.active-espa .c-linetop {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa .c-linebottom {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.active-espa p {
width: 90%;
margin: auto;
}

.c-espa-container.active-espa p, .c-espa-container.active-espa a {
opacity: 1;
transition: 0.5s;
}


/* DECTIVATE */

.c-espa-container.deactive-espa {
    position: fixed;
    max-width: auto;
    right: 60px;
    bottom: 3%;
z-index: 999;
transition: 0.5s;
transform: scale(1);
}

.c-espa-container.deactive-espa .c-espa-mini {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
opacity: 1;
width: 100%;
}

.c-espa-container.deactive-espa .c-espa-mini img {
    width: 100%;
    height: 80px;
    transition: 0.5s;
    overflow: hidden;
    border-radius: 50%;
}

.c-espa-container.deactive-espa .c-espa-box {
    background-color: #be9a47;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    height: 100px;
    width: 100px;
overflow: hidden;
}


.c-espa-container.deactive-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -15px;
    background-color: #cc0000;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
transition: 0.5s;
z-index: 90;
}

.c-espa-container.deactive-espa .c-linetop {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa .c-linebottom {
    position: absolute;
    width: 15px;
    height: 3px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    background-color: white;
transition: 0.5s;
}

.c-espa-container.deactive-espa p, .c-espa-container.deactive-espa a {
opacity: 0;
transition: 0.5s;
}




.c-espa-container.active-espa .c-espa-box img {
width: auto;
height: 100px;
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: auto;
height: 100%;
opacity: 0;
transition: 0.5s;
transition: opacity 0s;
}


@media (max-width:768px) {

.c-espa-container.active-espa {
transform: scale(0.8);
}

.c-espa-container.deactive-espa {
transform: scale(0.8);
}

.c-espa-container.active-espa .c-espa-box {
height: 100%;
}

.c-espa-container.active-espa .c-espa-box img {
width: auto;
height: 100%;
}

}



.c-pop-up-text {
    color: White;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.c-pop-up-text p{
font-size: 1.2em;
line-height: 1.4em;
font-weight: 800;
padding-top: 20px;
}

.c-pop-up-text a{
text-decoration: none;
color: #4f1490;
background-color: #fff;
padding: 15px;
border-radius: 8px;
}


.c-pop-up-text a:hover{
color: #fff;
background-color: #7336b6;
}