/* PRODUCT SLIDERS CSS (TEMP) - REMOVE ONCE UPDATED */
.p_photos-main-slider img {
width: 100%;
}

.slider-arrows span {
    font-size: 12px;
    font-weight: 100;
width: 32px;
height: 32px;
    background-color: rgba(255,255,255,0.5);
    border-radius: 50%;
position: relative;
}
.slider-arrows span:before {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}
.slider-arrow-right span:before {
    left: calc(50% + 1px);
}
.slider-arrow-left span:before {
    left: calc(50% - 1px);
}
/* PROD SLIDER */


/* BADGES */

.badgeid2149 {
    background-color: #d8b66d;
}

.badgeid2148 {
    background-color: #b10000;
}

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

/* ================== */
body, select, input, textarea, label, table, form, button, optgroup {
font-family: 'Advent Pro', sans-serif;
}

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

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

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



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

/*end of menu underline*/

/*price view*/
.horizontalitems .price .pricenovat .value {
        font-size: 1.4em;
        color: #333;
        font-weight: 100;
line-height: 1.6em;
}

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




/*search style*/
div.filter_iconsearch input {
    background-color: transparent;
}
/*end of search style*/



/*basket style*/
 #abovetopbanner .itemsgroup {
    float: right;
    padding: 12px 0 8px 10px;
}

/*end of basket style*/


/*basket button*/
div.items div.group:hover {
    background-color: #d8b66d;
    transition: 0.9s;
}

/*end of basket button*/

/*FILTERS*/

div.boxcollapsible a.toggle span{
  font-size: 130%;
}

.boxcollapsible {
  border-style: solid;
  border-width: 1px;
  border-color: #852d6a;
  padding: 10px;
}

/* Κενό μεταξύ του κουτιού με τα φίλτρα και των items */
.theitems {
  margin-top: 10px;
}.c-newlogo {
    background-image: url('/cache/files/abf41acdb18003253b026de1e35ee792f8b66f63.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/abf41acdb18003253b026de1e35ee792f8b66f63.svg') !important;
       background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.cartButton{
  background: #f4f3f1;
  border-radius: 4px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;

}

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

.cartButton:hover {
  background-color: #cccccc;
  color: white;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

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

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    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 {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    flex-direction: row;
}

.c-filters .filter_opt {
    padding: 0 10px 20px 0px;
    min-width: 200px;
}

.c-filters .amodule {
    // flex-basis: 500px;
}

/* ORDER notloggedin  */

.notloggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.notloggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.notloggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.notloggedin .c-filters .amodule:nth-child(4) {
display: none;
order: 6;
}

.notloggedin .c-filters .amodule:nth-child(5) {
order: 4;
}

.notloggedin .c-filters .amodule:nth-child(6) {
order: 5;
}

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

/* ORDER loggedin  */

.loggedin .c-filters .amodule:nth-child(1) {
order: 1;
}

.loggedin .c-filters .amodule:nth-child(2) {
order: 2;
}

.loggedin .c-filters .amodule:nth-child(3) {
order: 3;
}

.loggedin .c-filters .amodule:nth-child(4) {
display: initial;
order: 4;
}

.loggedin .c-filters .amodule:nth-child(5) {
order: 5;
}

.loggedin .c-filters .amodule:nth-child(6) {
order: 6;
}

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

.c-filters .chosen-container-active .chosen-single, .c-filters .chosen-container-single .chosen-single, #cCloneLehrberufe .chosen-container-active .chosen-single, #cCloneLehrberufe .chosen-container-single .chosen-single, #cCloneUnternehmen .chosen-container-active .chosen-single, #cCloneUnternehmen .chosen-container-single .chosen-single {
    background: white !important;
    border: 1px solid #bdc6ce !important;
padding: 10px 0px 10px 10px !important;
    height: auto !important;
}

.c-filters .chosen-container, #cCloneLehrberufe .chosen-container, #cCloneUnternehmen .chosen-container {
width: 100% !important;
}

.c-filters .chosen-container-single .chosen-single div b, #cCloneLehrberufe .chosen-container-single .chosen-single div b, #cCloneUnternehmen .chosen-container-single .chosen-single div b {
background-image: url('cache/files/notfound') !important;
    background-position: center !important;
    background-size: contain !important;
transform: rotate(0deg);
}


.c-filters .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneLehrberufe .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneUnternehmen .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}

.c-filters .chosen-container-single .chosen-single div, #cCloneLehrberufe .chosen-container-single .chosen-single div, #cCloneUnternehmen .chosen-container-single .chosen-single div {
    right: 10px;
}

.c-filters .chosen-container-single .chosen-search, #cCloneLehrberufe .chosen-container-single .chosen-search, #cCloneUnternehmen .chosen-container-single .chosen-search {
    padding: 10px 10px;
}

.c-filters .chosen-container-single .chosen-search input[type="text"], #cCloneLehrberufe .chosen-container-single .chosen-search input[type="text"], #cCloneUnternehmen .chosen-container-single .chosen-search input[type="text"] {
    padding: 10px 20px 10px 10px;
    background-image: url('cache/files/notfound') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.c-filters .chosen-container-single .chosen-single abbr, #cCloneLehrberufe .chosen-container-single .chosen-single abbr, #cCloneUnternehmen .chosen-container-single .chosen-single abbr {
    top: 17px;
    right: 36px;
}

.c-filters ul, #cCloneLehrberufe ul, #cCloneUnternehmen ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-filters .chosen-container-single .chosen-single span, #cCloneLehrberufe .chosen-container-single .chosen-single span, #cCloneUnternehmen .chosen-container-single .chosen-single span {
    color: #2a3056;
}

.c-filters .filterlabel, #cCloneLehrberufe .filterlabel, #cCloneUnternehmen .filterlabel {
    font-size: 20px;
    font-weight: 600;
color: #2a3056;
}


.c-filters button, #cCloneLehrberufe button, #cCloneUnternehmen button {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #2a3056;
    border-color: transparent;
    border-radius: 5px;
}

.c-filters button:hover, #cCloneLehrberufe button:hover, #cCloneUnternehmen button:hover {
    background-color: #00ccbd;
}


/* FILTERS INSIDE PAGES */

.c-filters-in {
    max-width: 1280px;
background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
}

.c-filters-in form {
    max-width: 500px;
}

a.toggle {
background-image: url('/cache/files/ad268e74ba5732afb812bcab9c709408be42c6bc.svg');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('/cache/files/7c47d361eecc7f8552acc88769abfdc93ee0c3d9.svg');
    padding-left: 35px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

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


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    background-color: #eff3f7;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 100px;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: column;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 50px;
}
}.notloggedin div.items div.list div.item {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 15px;
    display: inline-block;
    width: calc(25% - 20px);
    text-align: center;
    height: 200px;
    position: relative;
    margin: 10px;
background-color: #fff;

}



.notloggedin div.items div.list div.itemcontent {
    position: absolute;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
}

.notloggedin div.items div.detail div.horizontalitems div.itemcontent {
    position: relative;
    padding-bottom: 10px;
    background-repeat: repeat-x;
    background-position: 0 100%;
    top: 0%;
    width: 100%;
    transform: translateY(0%);
}

.notloggedin div.items div.detail div.horizontalitems div.item {
height: auto;
}

.notloggedin div.items div.detail div.theitem {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 10px;
    padding-top: 35px;
    display: block;
    width: 100%;
    text-align: center;
}


.notloggedin div.horizontalitems div.theitems {
    display: inline-block;
    max-width: 1280px;
    width: 100%;
}

.loggedin div.items div.item {
    margin-bottom: 10px;
    margin-top: 0;
    padding-bottom: 0px;
    padding-top: 0px;
}


.loggedin div.horizontalitems div.theitems {
    display: flex;
}

div.items div.detail div.horizontalitems div.item, div.horizontalitems div.item {
    padding-right: 10px;
}

/* CENTER PHOTOS */

.notloggedin div.items div.photos {
    width: 100%;
    padding-right: 0;
}

.notloggedin div.items div.photos img {
    margin: auto;
    width: 100px;
    height: auto;
}

.loggedin div.items div.photos {
    width: auto;
}

.loggedin div.items div.photos img {
margin: initial;
}



/* BRAND NAME */

div.items div.list h3 a {
opacity: 1;
font-weight: 700;
}


/* DESIGN STO DETAIL */

.notloggedin div.items div.detail div.horizontalitems div.item {
    border: 0px;
    margin: 10px;
}

.notloggedin.itemdetail div.items div.photos img {
    margin: 0;
}


/* DESIGN GIA MOBILE */

@media (max-width: 768px) {
.notloggedin div.items div.list div.item {
    width: calc(50% - 10px);
    margin: 0px;
margin-bottom: 10px;
    margin-top: 10px;
}

.notloggedin div.items div.list div.item:nth-child(even) {
    margin-right: 10px;
}
.notloggedin div.items div.list div.item:nth-child(odd) {
    margin-left: 10px;
}
}