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

/*ABOVETOPBANNER*/

.c-abovetopbanner-text-left {
gap: 10px;
}

@media (max-width: 912px) {
.c-abovetopbanner-text-left {
font-size: 0.9em;
}
}


div.filter_iconsearch input {
border: 1px solid #ffcfda;
    border-radius: 0px;
    height: 15px;
    background-color: transparent;
    border-bottom: 1px solid #f0444a;
border-radius: 8px;
}

#abovetopbanner div.filter_iconsearch button span.material-icons {
    color: #f0444a;
}

#abovetopbanner .itemsgroup {
    padding: 12px 0 8px 20px;
}
.material-icons.md-24 {
    font-size: 20px;
}

@media (max-width: 912px) {
#abovetopbanner {
background-color: #fffdf8;
        background-image: none;
}
}

/*END OF ABOVETOPBANNER*/


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


/*TOP MENU*/

div.topmenu ul ul {
width: 500px;
padding: 20px;
min-height: 400px;
border-radius: 0px 30px 4px 30px;
}

div.topmenu ul li:nth-child(1) ul {
   background-image: url('/cache/files/a504fc164ebc13425bd1bc6200ece75fe45cc85c.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}
div.topmenu ul li:nth-child(2) ul {
   background-image: url('/cache/files/697116cbb85d5e7ffe32933f51687a8381cf3bc4.jpg');
   background-size: contain;
   background-repeat: no-repeat;
   background-position: right;
}

div.topmenu ul li:hover {
    border-radius: 4px 25px;
}

div.topmenu ul li:nth-child(1):hover {
border-radius: 4px 25px 0px 0px;
}

div.topmenu ul li:nth-child(2):hover {
border-radius: 4px 25px 0px 0px;
}


div.topmenu ul li li:hover {
    border-radius: 4px 25px !important;
}


/*END OF TOP MENU*/



/*TOP RIGHT MENU*/

.c-top-right-menu {
display: flex;
justify-content: flex-end;
float: right;
}

.c-top-right-menu a {
font-weight: 700;
color: #f0444a !important;
    padding: 8px 20px;
    padding-left: 20px !important;
}

.c-top-right-menu a:hover {
    background-color: #f0444a;
    color: #fff !important;
    border-radius: 4px 25px;
}

/*END OF TOP RIGHT MENU*/

.c-newlogo {
    background-image: url('/cache/files/1b26a88b1c02a0f0498df4e8dd2a274ce1a55cd5.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/1b26a88b1c02a0f0498df4e8dd2a274ce1a55cd5.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin: 2vw;
}

.side-nav__header {
    max-height: 100px;
    height: 16%;
}.cartButton{
background-color: #ffcfda;
    padding: 25px 25px;
border-radius: 4px 30px 30px 30px;
    font-weight: 500;
    letter-spacing: 1px;
    transition: all 0.6s ease;
    text-decoration: none;
   box-shadow: 4px 4px #f0444a;
width: 200px;
    margin: 20px auto;
}

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

.cartButton:hover {
   box-shadow: 8px 8px #f0444a;
border-radius: 30px;
}

.itemsgroup .boxy {
    border-radius: 80px 0px 80px 80px;
    padding: 20px 10px 20px 30px;
    background-color: #fdf5ce;
box-shadow: 4px 4px 0px 0px #f0444a;
height: calc(100vh - 80px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div.sumprice div {
    margin: 10px;
letter-spacing: 1px;
font-weight: 500;
}

div.sumprice span.label {
    font-weight: 300;
}.c-newsletter {
width: 450px;
}

.c-newsletter form {
    margin: auto;
position: relative;
    top: 0;
}

.c-newsletter form label {
    display: block;
color: #f0444a;
    font-weight: 800;
    letter-spacing: 6px;
    margin-bottom: 0px;
margin-bottom: 20px;
}

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

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



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

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

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

.c-newsletter form .submit button {
display: inline-block;
background-color: #fff;
    color: #f0444a;
    padding: 15px 25px;
    border-radius: 4px 30px 30px 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
   box-shadow: 4px 4px #f0444a;
border: none !important;
}

.c-newsletter form .submit button:hover {
   box-shadow: 8px 8px #f0444a;
border-radius: 30px;
}body {
  cursor: url('/cache/files/3c80ad2913e0af91e17d4d9e00563b7ed0b12c95.png') 16 16, auto;
}

a {
  cursor: pointer; /* Το κλασικό χέρι πάνω από τα links */
}div.horizontalitems div.infoboxy div.price {
    display: flex ;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.am_1615 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}


div.items div.photos img {
    border-radius: 80px 10px 80px 80px;
}

div.items div.contentboxy div.group {
    border-radius: 4px 20px 20px 20px;
    transition: all 0.3s ease;
   box-shadow: 4px 4px #f0444a;
background-color: #ffcfda;
}

div.items div.contentboxy div.group:hover {
   box-shadow: 8px 8px #f0444a;
}

div.items div.contentboxy div.group:hover a {
    color: #f0444a !important;
}

div.basket div.finish_order div.paybutton button {
    border-radius: 4px 20px 20px 20px;
    transition: all 0.3s ease;
    box-shadow: 4px 4px #ffcfda;
margin-top: 20px;
}

div.basket div.finish_order div.paybutton button:hover {
    border-radius: 20px 20px 20px 20px;
    box-shadow: 8px 8px #ffcfda;
}

.c-perigrafi {
    letter-spacing: 2px;
}

/*price view*/
.horizontalitems .price .pricenovat .value {
        color: #f0444a;
        font-weight: 700;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #f0444a;
        font-weight: 700;
}
.items .detail .price .startprice .value {
        color: #666;
}
/*end of price*/



/*CLOTH SIZES */

.p_options_boxes a {
    border: 1px solid #f0444a;
    border-radius: 17px 0px;
    width: auto;
    height: 22px;
min-width: 22px;
}

.p_options_boxes a.selected {
    background-color: #f0444a;
    color: white;
}

/*END OF CLOTH SIZES*/


/*MOBILE PRODUCTS VIEW*/

@media (max-width: 768px) {
    #contenttop div.items div.detail div.horizontalitems div.item, #contenttop div.horizontalitems div.item {
        width: 50%;
        clear: none;
    }
}

@media (max-width: 912px) {
div.horizontalitems div.item div.photos {
    height: auto;
}
}

.c-title-red {
color: #f0444a;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 0px;
}

.c-title-pink {
color: #f5a4b7;
font-family: "Molle", cursive;
font-size: clamp(1.25rem, 0.998rem + 0.939vw, 2.5rem); /*20-40*/
margin-bottom: 5px;
}


.c-very-big-title {
font-family: "Molle", cursive;
font-style: italic;
color: #f0444a;
font-size: clamp(3.75rem, 1.964rem + 4.762vw, 6.25rem); /*60-100*/
line-height: 1em;
text-shadow: 2px 2px #fff;
    margin-bottom: 0px;
}

.c-title-red-2 {
color: #f0444a;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 20px;
text-align: center;
}
@keyframes slow-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}



@keyframes swing {
  0% { transform: rotate(-30deg); }
 
  50% { transform: rotate(0deg); }   
 
  100% { transform: rotate(-30deg); }  
}


@keyframes rotate-slowly {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(-360deg);
    }
}
.c-button-1 {
display: inline-block;
background-color: #ffcfda;
    color: #f0444a;
    padding: 15px 25px;
border-radius: 4px 30px 30px 30px;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 14px;
    transition: all 0.6s ease;
    text-decoration: none;
   box-shadow: 4px 4px #f0444a;
font-weight: 900;
}

.c-button-1:hover {
   box-shadow: 8px 8px #f0444a;
border-radius: 30px;

}.c-footer-container {
background-color: #ffcfda;
    position: relative;
    padding: 4vh;
    border-radius: 0% 20% 20% 20% / 50%;
margin: 6vh 2vh 20px 2vh;
position: relative;
}

@media (max-width: 1024px) {
.c-footer-container {
    border-radius: 0% 20% 20% 20%;
}
}


@media (max-width: 912px) {
.c-footer-container {
border-radius: 0px 80px 80px 80px;
}
}


@media (max-width: 540px) {
.c-footer-logo {
margin-top: 30px;
}
}


.c-footer-data {
padding: 6vh 0px 4vh 0px;
display: flex;
gap: 4vh;
align-items: flex-start;
justify-content: space-around;
}

@media (max-width: 1024px) {
.c-footer-data {
align-items: center;
    flex-direction: column;
}
}

.c-footer-data div{
text-align: center;
}

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


.c-footer-orario { 
text-align: center;
font-size: 0.9em;
}



.c-footer-social {
    position: absolute;
    left: 10%;
    top: -30px;
display: flex;
gap: 15px;
}

.c-footer-social img{
height: 30px;
width: auto;
}


@media (max-width: 540px) {
.c-footer-social img{
height: 25px;
}
}

.c-footer-social div{
scale: 1;
    transition: all 0.6s ease;
}


.c-footer-social div:hover{
scale: 1.2;
}

.c-instagram-container {
    background-color: #f0444a;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 4px 33px;
    box-shadow: -4px -3px #c9a6e8;
}



.c-tik-tok-container {
    background-color: #f0444a;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 4px 33px;
    box-shadow: -4px -3px #08FFF9;
}


.c-facebook-container {
    background-color: #f0444a;
    display: inline-block;
    padding: 10px;
    border-radius: 30px 30px 4px 33px;
    box-shadow: -4px -3px #1976D2;
}.badgeid2284 {
    background-color: #f0444a;
}

.badgeid2286 {
    background-color: #000;

}

.badgeid2285 {
    background-color: #ffcfda;
color: #f0444a !important;
}

.badgeid2287 {
    background-color: #fbd476;
color: #f0444a !important;
}

.badgeid2288 {
    background-color: #4eae8f;
}


.badge_wrapper {
    position: absolute;
    width: 100%;
 z-index: 3;
}

.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: 10px;
    width: fit-content;
    text-align: center;
    padding: 10px 15px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
border-radius: 0px 14px 0px 14px;
font-size: 0.7em;
}.contactform p input, .contactform p textarea {
    padding: 4px;
    font-size: 18px;
    border: 1px solid #ffffff;
    border-radius: 30px;
    background-color: #ffcfda;
}@media (max-width: 912px) {
#abovetopbanner div.filter {
    display: none;
}
}

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

.itemsgroup a.showgroup {
color: #f0444a;
}

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

.side-nav button.side-nav__hide {
    font-size: 28px;
    font-weight: 900;
}


.side-nav__container {

    width: 90%;
    height: 99%;
    box-shadow: 4px 4px #f0444a;
    border-radius: 0px 20vw 20vw 20vw;
}

.side-nav__content {
margin: 10vw;
}

.side-nav ul li {
    line-height: 50px;
    border-bottom: 1px solid #ffcfda;
}

.side-nav ul li li{
    line-height: 40px;
    border-bottom: none;
}

.side-nav ul li.haschilds > a::before {
    color: #f0444a;
}



.c-mobile-menu-social {
display: flex;
gap: 15px;
justify-content: center;
}

.c-mobile-menu-social img{
height: 22px;
width: auto;
}#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: -12px;
    right: 7px;
    color: #f0444a;
}

#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: #ffcfda;
    border-radius: 30px;
}

#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: #f0444a;
}

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

#mobile-header .c-search-button.c-activated {
background-color: #f0444a;
    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;
}





.c-login-icon img {
height: 18px;
width: auto;
margin-top: -6px;
}/*MAIN BANNER*/

.c-main-banner-container {
padding: 6vh;
position: relative;
}

@media (max-width: 912px) {
.c-main-banner-container {
padding: 0vh;
}
}

.c-main-banner-container::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffdae2;
    width: 96vw;
    height: 48vh;
    border-radius: 20% 10px 20% 20% / 80%;
}

.c-main-banner {
display: flex;
gap: 10px;
align-items: center;
position: relative;
}

@media (max-width: 912px) {
.c-main-banner {
    flex-direction: column;
}
}


.c-main-slider {
max-width: 75vw;
}

@media (max-width: 912px) {
.c-main-slider {
max-width: 100vw;
}
}


.c-main-slider img{
height: auto;
border-radius: 60px;
margin: 10px;
}


.c-main-slider .slider-arrows {
    color: #f0444a;
top: 45%;
}
.c-main-slider .slider-arrows span {
    font-size: 16px;
}

.c-main-slider .slider-arrow-right {
    right: 10px;
}

.c-main-slider .slider-arrow-left{
    left: 10px;
}


.c-main-right-container {
max-width: 15vw;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10vh;
position: relative;
}

@media (max-width: 912px) {
.c-main-right-container {
max-width: 100%;
    margin-top: 0vh;
}
}




.c-main-text {
text-align: right;
}

.c-main-text-1 {
color: #f0444a;
    font-weight: 900;
    letter-spacing: 6px;
    margin-bottom: 0px;
}

.c-main-text-2 {
color: #fb9dcc;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1em;
    letter-spacing: 3px;
}

.c-main-text-title {
font-family: "Molle", cursive;
font-style: italic;
    color: #f0444a;
     line-height: 1em;
    margin-bottom: 10px;
       margin-left: auto;
    white-space: nowrap;
    font-size: 8vw;
text-shadow: 2px 2px #fff;
}


.c-main-small-images {
display: none;
gap: 15px;
width: 35vw;
justify-content: flex-end;
margin-top: 6vh;
}

.c-main-small-images img{
width: 25%;
    height: auto;
}


.c-main-small-images img:nth-child(1) { 
  border-radius: 90px 40px 40px 40px; /* Πρώτη εικόνα */
}

.c-main-small-images img:nth-child(2) { 
  border-radius: 60px 10px 60px 10px; /* Δεύτερη εικόνα */
}

.c-main-small-images img:nth-child(3) { 
  border-radius: 40px 40px 60px 10px; /* Τρίτη εικόνα */
}



.c-yellow-shape {
max-width: 6vw;
height: auto;
position: absolute;
bottom: -4vh;
left: -4vh;
z-index: 10;
animation: slow-rotate 20s linear infinite;
}

@media (max-width: 912px) {
.c-yellow-shape {
    max-width: 5vh;
    left: 0vw;
bottom: 20vh;
}
}

.c-green-shape {
    max-width: 3vw;
    height: auto;
    position: absolute;
    top: 8vh;
    right: 42vw;
    z-index: 10;
animation: swing 10s linear  infinite;
}

@media (max-width: 912px) {
.c-green-shape {
    max-width: 5vh;
    right: 0vw;
}
}

.c-cherry-shape {
max-height: 5vw;
    width: auto;
    position: absolute;
    top: -9vh;
    right: 6vh;
    z-index: 1;
    transform: rotate(-40deg);
    transform-origin: top center;
/*  animation: swing 3s cubic-bezier(0.36, 0.07, 0.19, 0.97) infinite;*/
}

@media (max-width: 912px) {
.c-cherry-shape {
max-height: 10vh;
}
}


/*END OF MAIN BANNER*/




/*TITLE - SUBTITLE CONTAINER*/

.c-title-subtitle-container {
text-align: center;
padding-top: 8vh;
padding-bottom: 2vh;
}




/*END OF TITLE - SUBTITLE CONTAINER*/






/*workshop*/

.c-workshop-container {
display: flex;
gap: 5vh;
    padding: 10vh 2vh;
    align-items: flex-end;
    justify-content: center;
position: relative;
}

@media (max-width: 912px) {
.c-workshop-container {
    flex-direction: column;
align-items: center;
justify-content: center;
    padding: 6vh 2vh;
}
}



.c-workshop-container video{
border-radius: 80px;
min-height: 90vh;
width: auto;
}

@media (max-width: 912px) {
.c-workshop-container video{
min-height: 80vh;
}

}

.c-workshop-text {
max-width: 650px;
padding: 5vh;
}

@media (max-width: 912px) {
.c-workshop-text {
padding: 2vh;
}
}

.c-workshop-title {
color: #ed1c24;
    font-weight: 900;
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 1.6em;
    text-transform: uppercase;
    line-height: 1.2em;
text-align: left !important;
}




.c-workshop-subtext {
letter-spacing: 2px;
margin-bottom: 40px;
}

.c-workshop-big-title {
font-family: "Molle", cursive;
font-style: italic;
color: #f0444a;
font-size: clamp(3.75rem, 0.625rem + 12.5vw, 15.625rem); /*60-250*/
line-height: 1em;
text-shadow: 2px 2px #fff;
}

.c-workshop-big-title-pos-1 {
position: absolute;
    left: 50%;
    top: 30%;
    transform: translate(-50%, -50%);
}


.c-workshop-terquase-shape {
    height: 45vw;
    width: auto;
    position: absolute;
    right: 0vw;
    top: -20vh;
    transform: rotate(90deg);
    opacity: 0.2;
}

@media (max-width: 912px) {
.c-workshop-terquase-shape {
    top: 0vh;
    opacity: 0.7;
}
}

.c-workshop-yellow-1-shape {
height: 6vw;
    width: auto;
    position: absolute;
    right: 18vw;
    top: 0vh;
animation: slow-rotate 20s linear infinite;
}

@media (max-width: 912px) {
.c-workshop-yellow-1-shape {
    height: 18vw;
    right: 7vw;
    top: 12vh;
}
}

.c-workshop-yellow-2-shape {
height: 11vw;
    width: auto;
    position: absolute;
    left: 25vh;
    bottom: 12vh;
    animation: slow-rotate 40s linear infinite;
    z-index: -2;
}

@media (max-width: 912px) {
.c-workshop-yellow-2-shape {
height: 16vw;
    left: auto;
    bottom: 3vh;
right: 10vw;

}
}

.c-workshop-purple-shape {
height: 7vw;
    width: auto;
    position: absolute;
    left: 7vh;
    bottom: 18vh;
    z-index: 0;
}


@media (max-width: 912px) {
.c-workshop-purple-shape {
height: 16vw;
    left: auto;
    bottom: -3vh;
right: -5vw;
}
}

/*END OF WORKSHOP*/





/*STORE*/

.c-shop-img{
    border-radius: 20% 20% 20% 10px;
    height: 80vh;
    width: auto;
position: relative;
z-index: 1;
}

@media (max-width: 912px) {
.c-shop-img{
    height: 55vh;
}
}




.c-workshop-big-title-pos-2 {
position: absolute;
    left: 5vh;
    top: 30%;
    transform: translateY(-50%);
z-index: 3;
}

@media (max-width: 1024px) {
.c-workshop-big-title-pos-2 {
position: relative;
    left: 0vh;
    top: 0%;
    transform: none;
margin-bottom: 20px;
line-height: 0.7em;
}
}



#mon-cherry-shop {
background-color: #ffffc5;
border-radius: 20% 0px;
}

@media (max-width: 912px) {
#mon-cherry-shop {
border-radius: 20% 0px / 10%;
}
}

.c-mon-cherry-circle {
    max-width: 33vw;
    height: auto;
    position: absolute;
    bottom: -5vh;
    right: 5vh;
    z-index: 0;
    animation: rotate-slowly 50s linear infinite;
filter: invert(31%) sepia(100%) saturate(6394%) hue-rotate(346deg) brightness(96%) contrast(94%);
}


@media (max-width: 912px) {
.c-mon-cherry-circle {
    max-width: 45vw;
    bottom: -10vh;
    right: 0vh;
}
}




.c-store-love{
max-width: 4vw;
    height: auto;
    position: absolute;
    bottom: -4vh;
    left: 2vw;
    z-index: 5;
animation: slow-rotate 20s linear infinite;
}


@media (max-width: 912px) {
.c-store-love{
max-width: 15vw;
    bottom: -1vh;
right: 9vh;
left: auto;
}
}

@media (max-width: 430px) {
.c-store-love{
max-width: 17vw;
    bottom: -3vh;
right: 6vh;
left: auto;
}
}



/*INSTAGRAM*/

#instagram {
padding-top: 6vh;
}

.instagram_module_container .instagram-image {
    border-radius: 30px;
}
/*PRODUCT SLIDER*/
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
    margin-left: 20px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
border-radius: 50%;
    background-color: #f5a4b7bf;
}

 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 1;
margin-right: 0px;
    bottom: 0;
    width: 50px;
    height: 50px;
    opacity: 1;
top: 40%;
right: 0;
border-radius: 50%;
    background-color: #f5a4b7bf;
}

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

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


.slick-next:before {
    top: 12px;
    height: 25px;
    width: auto;
 background-image: url('/cache/files/93fe62045e169e5d69ac55cc2842d3aaaf36679e.svg');
    background-size: contain;
    background-position-x: 50%;
}

.slick-prev:before {
    top: 12px;
    height: 25px;
    width: auto;
background-image: url('/cache/files/93fe62045e169e5d69ac55cc2842d3aaaf36679e.svg');
    background-size: contain;
    background-position-x: 50%;
}