div.filter_iconsearch button {
color: #666;
}

.logged_user {
  margin-right: 20px;
}

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

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



/*basket hover*/
div.items div.group:hover {
    background-color: #fdd8d6;
color: #1a1a1a !important;
    transition: 0.9s;
}
/*end of basket hover*/


/*top menu shadow*/
div.topmenu ul ul {
box-shadow: 7px 15px 16px 0px #00000047;
}
/*end of top menu shadow*/



/*menu underline*/
div.topmenu ul li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #fdd8d6;
  transition: width 0.5s ease 0s, left 0.5s ease 0s;
  width: 0;
}
div.topmenu ul li a:hover:after { 
  width: 100%; 
  left: 0%; 
}

/*end of menu underline*/


/*BADGES*/

.badgeid2169 {
    background-color: #fdd8d6;
color: #1a1a1a;
}

.badgeid2168 {
    background-color: #fdd8d6;
color: #1a1a1a;
}

/*END OF BADEGES*/


.am_1677 {
background-color: #f1f1f1;
    padding-bottom: 7vh;
    padding-top: 7vh;
}


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

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.6em;
        color: #1a1a1a;
        font-weight: 500;
}

.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: #1a1a1a;
        font-weight: 500;
}
.items .detail .price .startprice .value {
        color: #666;
}

.c-metaforika-button {
background-color: #1a1a1a;
    color: #fff;
    display: inline;
    padding: 10px;
font-size: 14px;
}

@media (max-width: 990px) {
#abovetopbanner {
background-color: #fff;
}
}

.p_options_boxes a.selected {
  background-color: #fdd8d6;
  color: #524444;
}

/*VIEW OF SIZES*/


.horizontalitems div.infoline.p_options_boxes a {
    font-size: 1em;
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 8px 0px 8px 0px;
    padding: 6px;
}

.detail div.infoline.p_options_boxes a {
    font-size: 1.2em;
    margin-left: 8px;
    margin-top: 8px;
    border-radius: 8px 0px 8px 0px;
    padding: 12px;
}

span.diffpercent {
    font-size: 1.2em;
    color: #f86381;

}

/*END OF VIEW OF SIZES*/

.infoline a{
border-color: unset !important;
position: relative;
}
.infoline .disabled:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    content: "";
    color: #000;
    opacity: 1;
    height: 100%;
    width: 1px; 
background-color: black;
   transform: rotate(45deg);
}
.infoline .disabled:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    right: 0;
    content: "";
    color: #000;
    opacity: 1;
    height: 100%;
    width: 1px; 
background-color: black;
   transform: rotate(-45deg);
}

.infoline .disabled {
opacity: 0.5;
}.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-bottom-title {
text-align: center;
    font-size: 2em;
    margin-bottom: 10px;
    line-height: 1.4em;
}

.c-bottom-text {
text-align: center; 
padding: 10px 30px; 
font-size: 0.9em; 
border: 1px solid #a1a1a1;
color: #fff;
}

.c-bottom-box {
margin: 0 auto;
max-width: 480px;
}

.c-buttons-in-row-2 {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}

@media (max-width: 800px) {
.c-buttons-in-row-2 {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
}
}





/*NEWSLETTER FORM*/

.c-form input::placeholder {
color: #fff;
}

.c-form {
    max-width: 450px;
    margin: auto;
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 80%;
    height: 45px;
    left: -52.5px;
    border: 1px solid #a1a1a1;
}
.c-form .c-inputContainer i {
   position: absolute;
}

.c-inputContainer {
    width: 100%;
    margin-bottom: 0px;
    position: absolute;
    left: 0%;
    transform: translate(0%, -50%);
    top: 50%;
    text-align: left;
}
.c-form .icon  {
   padding: 10px;
   color: #000;
   width: 70px;
   text-align: left;
}
#mod1388-email {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 0;
    width: 100%;
    padding: 10px;
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    border: 0px;
    background-color: transparent;
}
.c-form .btn {
font-size: 14px;
    position: relative;
    right: -10px;
    bottom: 0px;
    background-color: #fdd8d6;
border: 1px solid #fdd8d6;
    border: 0px;
    height: 45px;
color: #1a1a1a;
}

.c-form .btn:hover {
    background-color: #1a1a1a;
border: 1px solid #a1a1a1;
color: #a1a1a1;
}

.c-form .submit {
    position: absolute;
    top: 50%;
    right: -107px;
    transform: translate(0%, -50%);
}


@media (max-width: 768px) {

.c-form {
    max-width: 320px;
    margin: auto;
    position: relative;
    top: 0;
    transform: translateY(0%);
    width: 100%;
    height: 45px;
    left: 0px;
    border: 1px solid #a1a1a1;
margin-bottom: 40px;
}

.c-inputContainer {
    width: 300px;
    margin-bottom: 0px;
    position: absolute;
    left: 0;
    text-align: left;
    padding-left: 15px;
}
.c-form .submit {
    position: relative;
   top: 70px;
margin: 0 auto;
}
}

.c-form input {
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: -internal-light-dark(black, white);
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    appearance: textfield;
    background-color: -internal-light-dark(rgb(255, 255, 255), rgb(59, 59, 59));
    -webkit-rtl-ordering: logical;
    cursor: text;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 2px;
    border-width: 2px;
    border-style: inset;
    border-color: transparent;
    border-image: initial;
}
.c-form input:focus {
    outline: none;
}

.c-form textarea:focus {
    color: #333;
}

.c-form input, .c-form select, .c-form textarea{
    color: #333;
}

/*END OF NEWSLETTER FORM*/


/*BUTTONS*/
.c-button-2{
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 1em;
    text-align: center;
    padding: 12px 15px;
    color: #1a1a1a !important;
    margin: auto;
    background-color: #fdd8d6;
border: 1px solid #fdd8d6;
    transition: 0.3s;
}

.c-button-2:hover {
color: #fff !important;
background-color: #1a1a1a;
border: 1px solid #a1a1a1;
}

@media (max-width: 800px) {
.c-button-2{
margin-top: 5px;
}
}