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


#mobile-header {
box-shadow: 0 1px 2px rgba(0,0,0,0);
}

/*BASEKT*/

.fa-shopping-bag {
color: #e63333;
}

/*END OF BASKET*/



/*BASKET BUTTON HOVER*/
div.items div.group:hover {
    background-color: #e63333;
    transition: 0.8s;
}

/*END OF BASKET BUTTON HOVER*/


/*BADGES*/
.badgeid9899 {
    background-color: #2c99b6;
}

.badgeid9898 {
    background-color: #e63333;
}

.badge_wrapper  {
    top: 3px;
    left: -5px;
}

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

/*END OF BADGES*/



/*PRODUCT LIST*/

div.horizontalitems div.itemcontent {
border-radius: 40px;
box-shadow: 0px 5px 20px #00000026;
 transition: 0.3s;
}

div.horizontalitems div.itemcontent:hover {
border-radius: 40px;
box-shadow: 0px 5px 20px #00000042;
 transition: 0.3s;
}

/*END OF PRODUCT LIST*/


/*SEARCH*/
div.filter_iconsearch input {
    border-radius: 14px;
font-size: 0.9em;
margin-bottom: 0px;
}
/*----*/


.c-maintitle {
padding-top: 20px;
font-weight: 300;
font-size: 1.6em;
line-height: 2em;
margin-bottom: 10px;
text-align: center;
color: #000;
}

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

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


/*YPOKATHGORIES*/
.imagemenu ul li.inactive a {
    box-shadow: 0px 5px 20px #00000026;
    font-weight: 900;
 transition: 0.3s;
}

.imagemenu ul li.inactive a:hover {
    box-shadow: 0px 5px 20px #00000042;
    font-weight: 900;
 transition: 0.3s;
}


/*SERVICE*/
.c-service-container {
background-color: #e63333;
padding: 5vh 20px;
overflow: visible;
}

.c-service {
display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 1380px;
    margin: 0 auto;
position: relative;
}

@media (max-width: 768px) {
.c-service {
display: flex;
    flex-direction: column;
text-align: center;
}
}

.c-service-title {
font-size: 3.2em;
line-height: 1em;
font-weight: 900;
margin-bottom: 5px;
}

.c-service-subtitle {
font-weight: 600;
letter-spacing: 2px;
}

.c-service-img {
position: absolute;
    top: -15vh;
    right: 0;
    max-height: 50vh;
    width: auto;
    z-index: 10;
    border-radius: 30px;
z-index: 3;
}


@media (max-width: 768px) {
.c-service-img {
position: relative;
    max-height: 40vh;
top: 0;
}
}

.c-service-cycle {
    z-index: 10;
    background-color: #fff;
    width: 210px;
    height: 210px;
    border-radius: 100%;
    position: absolute;
    top: -15px;
    right: 20%;
    padding: 20px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
box-shadow: 1px 1px 20px #00000063;
}

@media (max-width: 768px) {
.c-service-cycle {
top: auto;
bottom: -20%;
}
}

.c-service-cycle p{
    text-align: center;
    font-weight: 900;
    color: #000;
margin-bottom: 5px;
}

/*END OF SERVICE*/

/*FOOTER*/

.c-footer-text{
text-align: center;
font-weight: 700;
margin-bottom: 4px;
}

.c-social-icons {
    display: flex;
justify-content: center;
    align-items: center;
    padding-top: 50px;
}


.c-icon-bg {
background-image: linear-gradient(45deg, #bbb, #fff, #bbb);
width: 50px;
height: 50px;
border-radius: 30px;
display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 5px;
}

.c-icon-bg img {
    max-height: 30px;
width: auto;
}

/*END OF FOOTER*/


/*INFO PRODUCT DETAIL*/

.c-info-box {
margin-top: 30px;
margin-bottom: 30px;
background-color: #f1f1f1;
padding: 20px;
border-radius: 30px;
max-width: 500px;
}

.c-info-box p{
margin-bottom: 0px;
padding-left: 10px;
font-size: 0.9em;
font-weight: 700;
}

.c-info-box span{
color: #e63333;
font-size: 1.4em;
}

.c-dottes{
border-bottom: 1px dashed #bebebe;
margin-bottom: 10px;
    line-height: 1em;
    font-size: 0.7em;
}

.c-info {
display: flex;
    align-items: center;
    flex-direction: row;
}

.c-info-icon {
    background-color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*END OF PRODUCT DETAIL*/.c-newsletter {
width: 100%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

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

.c-newsletter form input {
    padding: 10px;
    border-radius: 30px;
    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 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #e63333;
border: 1px solid #e63333;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}

.c-newsletter form .submit button:hover {
background-color: #fff;
border: 1px solid #fff;
color: #000 !important;
transition: 0.8s;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.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: #e63333;
    transition: 0.4s;
}#topbanner .htmlbox a, .c-button1 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #000;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
#topbanner .c-button1:hover {
    background-color: #e63333 ;
color: #fff!important;
   transition: 0.8s;
}

.c-button2{
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #e63333 ;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
.c-button2:hover {
    background-color: #fff;
color: #000 !important;
   transition: 0.8s;
}

.c-button3{
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
font-weight: 700;
    text-align: center;
    padding: 15px 15px;
    width: auto;
    background-color: #fff;
border-radius: 30px;
   transition: 0.8s;
color: #000 !important;
}
.c-button3:hover {
    background-color: #000;
color: #fff !important;
   transition: 0.8s;
}

.c-button4 {
    display: inline-block;
    text-decoration: none;
    line-height: 1em;
    text-align: center;
    padding: 15px 15px;
    width: 120px;
    background-color: #000;
border-radius: 30px;
   transition: 0.8s;
color: #fff !important;
font-size: 14px;
}
.c-button4:hover {
    background-color: #e63333 ;
color: #fff!important;
   transition: 0.8s;
}