body, select, input, textarea, label, table, form, button, optgroup {
font-family: 'Manrope', sans-serif;
}

.badgeid4149 {
    background-color: #4ac325;
}

.c-abovetext {
font-size: 0.9em;
font-weight: 300;
line-height: 1em;
padding-top: 5px;
margin-bottom: 0px;
}

.c-belowsitetitle{
padding-top: 20px;
font-weight: 300;
font-size: 1.4em;
line-height: 2em;
margin-bottom: 10px;
}

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




.c-top-video {
width: 100%;
height: 100vh;
position: relative;
}

.c-top-video video {
position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
object-fit: cover;
}

.c-top-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
text-align: center;
}


/* TITLES */

.c-title-lg {
   font-family: 'EB Garamond', serif;
   font-size: 80px;
margin-bottom: 0px;
}

.c-title-md {
   font-family: 'EB Garamond', serif;
   font-size: 50px;
margin-bottom: 0px;
}

.c-title-sm {
   font-family: 'EB Garamond', serif;
   font-size: 30px;
margin-bottom: 0px;
}

.c-title-xs {
font-size: 12px;
    letter-spacing: 1px;
    font-weight: 500;
}


/* BUTTON */

.c-button-1 {
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 30px;
    color: white;
    margin: auto;
    background-color: #0b1130;
    letter-spacing: 2px;
}

/* BANNERS */

.c-banner-lg {
position: relative;
    height: 140vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.c-banner-md {
    position: relative;
    height: 85vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
background-color: black;
}


.c-banner-content-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.c-banner-content-align-bottom {
    position: absolute;
    bottom: 20px;
    left: 30px;
    color: white;
}

.c-banner-margin {
margin-top: 40px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 40px;
}

.c-banner-margin-l {
    margin-left: 40px;
}

.c-banner-margin-r {
    margin-right: 40px;
}

/* FOOTER */

.c-footer {
    padding-top: 50px;
    padding-bottom: 50px;
padding-left: 40px;
padding-right: 40px;
}

.c-footer p {
font-size: 14px;
}

.c-footer .c-title-sm {
margin-bottom: 15px;
    font-size: 30px;
}

#copyinfo {
padding-left: 40px;
padding-right: 40px;
}

@media (max-width: 990px) {
.c-banner-lg {
height: 100vh;
}

.c-banner-md {
    height: 65vh;
}

.c-banner-margin-l {
    margin-left: 20px;
}

.c-banner-margin-r {
    margin-right: 20px;
}

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


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

.side-nav__header {
    background-color: white;
    background-image: url('/cache/files/f58084948da8fbf19b20da3e8b4363369b43a742.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}.cartButton{
  background: #D1C8C6;
  border-radius: 12px;
  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: #0b1130;
  color: white;
}

.cartButton:hover span {
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 30 px;
  font-weight: bold;
}/* CONTENT TOP */

.loggedin #content {
    position: relative;
top: 0;
}

.notloggedin #content {
    position: relative;
    padding-top: 140px;
}

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


/* HIDE DEFAULT MENU */

.loggedin #topmenu, .loggedin #topbanner, .loggedin #abovetopbanner {
display: block;
}

.notloggedin #topmenu, .notloggedin #topbanner{
display: none;
}

.notloggedin #abovetopbanner {
background-color: transparent;
    position: absolute;
    z-index: 92;
}

.notloggedin #abovetopbanner .langchooser, .notloggedin #abovetopbanner div.filter {
display: none;
}

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

/* FIX MENU SELIDES */



/* ============ END FIX MENU SELIDES ============ */ 

/* LOGO POSITION & DESIGN */

.loggedin .c-logo {
    position: relative;
}

.notloggedin .c-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 30px;
z-index: 999;
}

.c-logo img {
    width: 70px;
    height: auto;
}

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


/* MENU DESIGN */

.loggedin .c-menu-container {
    position: relative;
}

.notloggedin .c-menu-container {
    position: absolute;
    top: 0px;
height: auto;
    width: 100%;
    z-index: 90;
background-color: rgb(255 255 255 / 0%);
transition: 0.3s;
//overflow: hidden;
box-shadow: 0px 0px 10px rgb(0 0 0 / 0%);
}

.notloggedin .c-menu-container.cHoverBG {
background-color: rgb(255 255 255 / 100%);
}

/*.notloggedin .c-menu-container.activeBag {
overflow: initial;
}*/

 .c-menu-container .c-title-xs {
    font-size: 9px;
    letter-spacing: 2px;
    font-weight: 700;
}

.c-shipping-box {
    background-color: #0b1130;
    color: white;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 7px;
}

.c-shipping-box p {
    line-height: 1;
    margin-bottom: 0;
letter-spacing: 1px;
font-weight: 400;
}

.c-menu-container:hover {
background-color: rgb(255 255 255 / 100%)
}

.c-menu-container.active {
background-color: rgb(255 255 255 / 100%);
box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-menu-tab {
display: flex;
    width: 100%;
float: left;
    border-bottom: 1px solid #d5d5d5;
}

.c-menu-tab-right {
display: flex;
    width: 100%;
float: right;
}

.c-menu-tab div {
    cursor: pointer;
    flex-grow: 1;
}

.c-menu-tab div.c-menu-gap {
    flex-grow: 500;
    cursor: initial;
}

.c-menu-tab .c-menu-category {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.c-menu-category.active {
border-bottom: 1px solid #9e9e9e;
}

.c-menu-tab .c-menu-category::after {
content: "\f053";
    font-family: FontAwesome;
    transform: scale(0.8) rotate(-90deg);
    position: absolute;
    right: 5px;
    top: 32px;
}



.cCloneMenuClothing ul, .cCloneMenuAccessories ul, .cCloneMenuAbout ul {
    list-style-type: none;
    padding-inline-start: 0px;
}


.cCloneMenuClothing ul li, .cCloneMenuAccessories ul li, .cCloneMenuAbout ul li {
margin-bottom: 10px;
}

.cCloneMenuClothing ul li a, .cCloneMenuAccessories ul li a, .cCloneMenuAbout ul li  a {
color: #333;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
}

@media (min-width: 990px) { 
.cCloneMenuClothing > ul {
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.cCloneMenuClothing > ul > li {
width: 100%;
}

.cCloneMenuClothing > ul > li:nth-child(1), .cCloneMenuClothing > ul > li:nth-child(2), .cCloneMenuClothing > ul > li:nth-child(3) {
width: 50%;
}
}


.cCloneMenuClothing, .cCloneMenuAccessories, .cCloneMenuAbout {
opacity: 0;
transition: 0.3s;
transition-delay: 0.3s;
display: none;
}

.cCloneMenuClothing.activeMenu, .cCloneMenuAccessories.activeMenu, .cCloneMenuAbout.activeMenu {
opacity: 1;
display: initial;
}


.cCloneMenuClothing.activeMenu ul li a.haschilds, .cCloneMenuAccessories.activeMenu ul li a.haschilds, .cCloneMenuAbout.activeMenu ul li a.haschilds {

}

.cCloneMenuClothing.activeMenu ul li > ul, .cCloneMenuAccessories.activeMenu ul li > ul, .cCloneMenuAbout.activeMenu ul li > ul {
padding-left: 20px;
font-size: 13px;
margin-top: 7px;
}

.cCloneMenuClothing.activeMenu ul li > ul a, .cCloneMenuAccessories.activeMenu ul li > ul a, .cCloneMenuAbout.activeMenu ul li > ul a {
    font-weight: 400;
}


.c-menu-box {
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 0;
    overflow: hidden;
    position: relative;
    transition: 0.1s;
    border-top: 0px solid #d5d5d5;
}

.c-menu-box.active {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 60vh;
    min-height: 500px;
}


/* SEARCH DESIGN */

.c-searchbox {
    border-bottom: 1px solid #d5d5d5;
}

.c-searchbox .cCloneMenuSearch div.filter, .c-searchbox .cCloneMenuSearch div.filter {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 20px;
}

.c-searchbox div.filter_iconsearch form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.c-searchbox div.filter_iconsearch input {
    border: 0px solid #cacaca;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    width: 80%;
    display: block;
    padding: 15px 20px 15px 40px;
}

.c-searchbox div.filter_iconsearch button {
    background-image: url(http://bagutta.netsystem.gr/managed_images/search-icon.svg);
    position: absolute;
    top: 15px;
    left: 3px;
    margin-left: 0;
    padding: 0;
    border: none;
    background-color: transparent;
    color: #d5d5d5;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.c-searchbox div.filter_iconsearch button span {
display: none;
}

.c-searchbox form input:focus-visible {
outline: none;
}


.c-searchbox {
display: none;
}

.c-searchbox.active {
display: block;
}

#search.c-menu-category::after {
 background-image: url('/cache/files/0d35d937d0a2921cb29eff235ec6003b7ef0768d.svg');
content: " ";
    background-size: contain;
    width: 15px;
    height: 15px;
    transform: scale(1);
    top: 31px;
    right: auto;
    left: -5px;
}


/* BASKET DESIGN */

.c-menu-tab #bag {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

.c-menu-tab #bagMobile {
position: absolute;
}

.c-menu-tab #bag .itemsgroup {
font-size: 14px;
}

.c-menu-tab #bag .itemsgroup a.showgroup, #bagMobile .itemsgroup a.showgroup, #innerabovetopbanner .cCloneMenuBag.itemsgroup a.showgroup {
    position: relative;
color: #0b1130;
}


.c-menu-tab #bag .itemsgroup a.showgroup span, #bagMobile .itemsgroup a.showgroup span, #innerabovetopbanner .cCloneMenuBag.itemsgroup a.showgroup span {
    background-color: white;
    position: absolute;
    top: -7px;
    right: -12px;
    padding-right: 4px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 50%;
    font-size: 12px;
}

#bagMobile {
display: none;
}

.notloggedin .itemsgroup.cCloneMenuBag {
    position: absolute;
    top: 45px;
    right: 150px;
}

.notloggedin #innerabovetopbanner {
max-width: 100%;
}


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

/* GLWSSES */

.c-menu-tab #clang {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-right: 20px;
    position: relative;
    border-bottom: 1px solid transparent;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
}

#clang ul {
display: flex;
}

#clang ul li {
    max-width: 18px;
    overflow: hidden;
    text-transform: uppercase;
margin-right: 5px;
}

#clang ul li.active span {
font-weight: 800;
}


.c-menu-banner {
    height: 60vh;
    min-height: 500px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.c-menu-paddings {
    padding-left: 40px;
}

.c-menu-margin-r {
margin-right: 20px;
}

.c-menu-margin-r-40 {
margin-right: 40px;
}

.c-menu-margin-l {
margin-left: 20px;
}

.c-menu-margin-l-40 {
margin-left: 40px;
}

.c-border-menu {
    position: absolute;
    right: 0;
    top: -30px;
    background-color: #d5d5d5;
    width: 1px;
    height: calc(100% + 60px);
    z-index: 90;
}

.c-menu-link {
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: fit-content;
    margin-top: 5px;
    text-transform: uppercase;
}

#search-mobile {
    position: absolute;
    top: 45px;
    right: 15px;
display: none;
}

.cCloneMenuBag .itemsgroup .boxy {
    right: 0;
}


/* MOBILE */
@media (max-width: 768px) {

div.langlist span.langtext {
display: inline-block;
}

#clang ul li {
    max-width: 15px;
margin-right: 10px;
}

.c-burger {
    position: absolute;
    left: 10px;
    height: 14px;
    top: 42px;
    width: 24px;
    padding: 10px;
z-index: 9999;
cursor: pointer;
}

.c-top {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #0b1130;
    top: 10px;
}

.c-mid {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #0b1130;
    top: 16px;
}

.c-bottom {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #0b1130;
    top: 22px;
}

.c-menu-tab {
margin-top: 85px;
border-top: 1px solid #d5d5d5;
font-size: 14px;
    justify-content: space-around;
}

.c-menu-inner {
    position: relative;
    left: -100%;
transition: 1s;
transition-delay: 0.3s;
}

.c-menu-container.active .c-menu-inner {
    position: relative;
    left: 0%;
}

.c-menu-tab .c-menu-category {
    margin-right: 0;
}


.c-menu-tab .c-menu-category::after {
    content: " ";
    font-family: FontAwesome;
    transform: scale(0.8) rotate(-90deg);
    position: absolute;
    right: 5px;
    top: 32px;
}

#search.c-menu-category, #bag.c-menu-category, #clang.c-menu-category {
display: none;
}

.c-menu-tab .c-menu-category, .c-menu-tab #bag, .c-menu-tab #clang {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
    font-size: 11px;
}

.c-menu-tab #clothing {
margin-left: 20px;
}

.c-menu-banner {
    height: 50vh;
}

.c-menu-margin-l {
    margin-left: 0px;
}
.c-menu-margin-r-40 {
    margin-right: 0px;
}

.c-margin-top-col-3 {
margin-top: 20px;
}

/* 
.c-menu-container:hover {
    background-color: rgb(255 255 255 / 0%);
}

.c-menu-container.active {
    background-color: rgb(255 255 255 / 100%);
}
*/

.c-menu-box.active {
    padding-top: 30px;
    padding-bottom: 30px;
    height: auto;
    min-height: 500px;
}

.notloggedin .c-menu-container {
    height: 110px;
}


.notloggedin .c-menu-container.active {
overflow-y: scroll;
    height: 100%;
position: fixed;
}

body.activeMenu {
overflow: hidden;
}

.c-menu-paddings {
    padding-left: 10px;
}

.col-md-3.c-margin-top-col-3 .c-menu-paddings {
    padding-left: 10px;
    padding-top: 20px;
}

/* SEARCH MOBILE */

#search-mobile {
    position: absolute;
    top: 45px;
    right: 15px;
display: block;
z-index: 999;
    cursor: pointer;
}

#search-mobile img {
    width: 20px;
    height: auto;
}

.c-border-menu {
display: none;
}

.c-menu-tab #bag {
display: none;
}

#bagMobile {
    display: block;
    position: absolute;
    top: 50px;
    right: 60px;
    cursor: pointer;
z-index: 999;
}

.notloggedin .itemsgroup.cCloneMenuBag {
    position: absolute;
    top: 45px;
    right: 60px;
}

}.c-newsletter {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: rgb(250, 249, 247);
    color: #0b1130;
    padding-left: 15px;
    padding-right: 15px;
}

.c-newsletter .c-title-xs {
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
}

.c-newsletter form {
max-width: 750px;
margin: auto;
}

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

.c-newsletter form input {
    padding: 10px;
    border-color: white;
    border-style: none;
    border-radius: 5px;
    background-color: white;
    margin: auto;
    text-align: center;
    width: calc(100% - 20px);
    max-width: 500px;
}


.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;
    font-size: 12px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 30px;
    color: white;
    margin: auto;
    background-color: #0b1130;
    transition: 0.3s;
    letter-spacing: 2px;
    border-radius: 0px;
    border-color: transparent;

}

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

@media (max-width: 990px) {
.c-newsletter form label {
    font-size: 30px;
}

.c-newsletter form input {
    max-width: 400px;
}
}div.horizontalitems div.item div.photos img {
    max-height: 40vw;
}

div.horizontalitems div.item div.photos {
    height: 40vw;
}


div.items div.detail {
    max-width: 1280px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

div.items div.list .p_photos_slider-main .slider-arrows span {
    width: 50px;
    height: 50px;
    background-color: #0b1130;
    color: white;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
}


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

div.horizontalitems div.item div.photos img {
    max-height: initial;
}
}/* ITEM BACK BUTTON AND TITLE */

div.items div.back {
    margin-top: -90px;
    margin-bottom: 100px;
    border: 1px solid #0b1130;
    background-image: none;
    border-radius: 0;
    border: 0px;
}


div.items div.back a {
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 1em;
    text-align: center;
    padding: 20px 25px;
    color: white;
    margin: auto;
    background-color: #0b1130;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 0px;
}

div.items div.back a:hover {
color: white;
background-color: #0b1130;
}

h1 a.backtocat {
    padding-left: 0;
}

h1 a.backtocat:before {
    border-right-color: transparent;
}
@media(max-width:768px){
div.items div.back {
    margin-top: -10px;
    margin-bottom: 20px;
    border: 1px solid #0b1130;
    background-image: none;
    border-radius: 0;
    border: 0px;
}

#contenttop h1.pagetitle {
   
   padding-bottom: 20px;
}
    
}

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

/* DISABLED OPTION DISPLAY */

div.detail .p_options_boxes a.disabled {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    opacity: 0.3;
}.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/0d35d937d0a2921cb29eff235ec6003b7ef0768d.svg') !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/notfound');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('cache/files/notfound');
    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;
}
}@media (max-width: 768px) {
#mobile-header .itemsgroup.cCloneMenuBag .boxy, #abovetopbanner .itemsgroup .boxy {
    right: -61px;
    left: auto;
    max-width: 100%;
    margin-left: 0;
    min-width: 100vw;
    margin-top: 10px;
    border: 1px solid #0b1130;
    border-radius: 0;
    -moz-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 20%);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.itemsgroup.cCloneMenuBag .items.itemsquickview {
    padding: 15px;
    padding-top: 30px;
}

.itemsgroup.cCloneMenuBag .cartButton {
    margin-right: 15px;
    margin-left: 15px;
    background: #0b1130;
    border-radius: 0;
}

#abovetopbanner .itemsgroup.cCloneMenuBag .htmlbox a.cartButton, #abovetopbanner .itemsgroup.cCloneMenuBag .htmlbox a.cartButton span {
color: white;
font-weight: 300;
}

.itemsgroup.cCloneMenuBag .cartButton:nth-child(2) {
    margin-bottom: 30px;
}
}.p_options_boxes a.c-giakas-icon {
    color: #0b1130;
    position: relative;
    padding-left: 40px;
}

.p_options_boxes a.selected {
    background-color: #e6e7ea;
    color: #0b1130;
    position: relative;
}

.p_options_boxes a.c-giakas-icon.selected {
    background-color: #e6e7ea;
    color: #0b1130;
    position: relative;
    padding-left: 40px;
}

.p_options_boxes a.c-giakas-icon:before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background-size: cover;
    background-repeat: norepeat;
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 5px;
}

.p_options_boxes a.c-giakas-icon.c-klasikos:before {
    background-image: url('/cache/files/b86140ee6ef859990c0e58639e22bef285c5abe1.svg');
}

.p_options_boxes a.c-giakas-icon.c-klasikos-malakos:before {
    background-image: url('/cache/files/6833d89739e2db52a7339c90c93f6b6303fd22af.svg');
}

.p_options_boxes a.c-giakas-icon.c-rex:before {
    background-image: url('/cache/files/b51f0b4388b687b0a7866f43698d862dd7712f2f.svg');
}

.p_options_boxes a.c-giakas-icon.c-rex-cutaway:before {
    background-image: url('/cache/files/a45d5eb41d0de37ec104a52f7a249776ae46d1d1.svg');
}

.p_options_boxes a.c-giakas-icon.c-mao:before {
    background-image: url('/cache/files/16a4094af28b4fe24325fe517d120b3d174fc245.svg');
}

.p_options_boxes a.c-giakas-icon.c-koumpia:before {
    background-image: url('/cache/files/dc4d99845386ad72f19b01d6a98bc4125f44feb6.svg');
}div.horizontalitems div.item div.photos img {
    max-height: 40vw;
}

div.horizontalitems div.item div.photos {
    height: 40vw;
}


div.items div.detail {
max-width: 1280px;
margin: auto;
}

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

div.horizontalitems div.item div.photos img {
    max-height: initial;
}
}



/* NEW BUTTONS SLIDER */

.slick-prev:before, .slick-next:before {
background-image: url('/cache/files/4bc1740f91daa7d57330e889835db324dcd05887.svg');
}

.slick-prev, .slick-next {
    width: 30px;
    height: 30px;
opacity: 1;
    top: -55px;
    background-color: rgba(0,0,0,0);
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
display: inline-block !important;
opacity: 0.3;
}

.slick-slider:hover .slick-prev.slick-disabled, .slick-slider:hover .slick-next.slick-disabled {
opacity: 0.3 !important;
}

.slick-prev {
    right: 50px !important;
    left: auto !important;
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    background-color: rgba(0,0,0,0);
}


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

/* price view */

.horizontalitems .price .pricenovat .value {
        font-size: 16px;
        font-weight: 300;
}

div.items div.infoboxy span.label {
display: none;
}

div.horizontalitems div.item h3 {
letter-spacing: 0px;
}



.items .detail .price .pricenovat .value {
        font-size: 2em;
        color: red;
        font-weight: 300;
}
.items .detail .price .startprice .value {
        color: #666;
}
.items .detail .price .label {
        display: none;
}.loggedin #content {
    position: relative;
top: 0;
}

.notloggedin #content {
    position: relative;
padding-top: 0;
}

.c-menu-tab {
    display: flex;
    width: 100%;
    float: left;
    border-bottom: 0px solid #d5d5d5;
}

.c-menu-box.active {
    border-top: 1px solid #d5d5d5;
}.c-espa-container .c-close-espa {
cursor: pointer;
}

.c-espa-container.active-espa {
    position: fixed;
    max-width: auto;
    right: 3%;
    bottom: 3%;
    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;
}


.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: white;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 15%);
    transition: 0.5s;
    transition: border-radius 0s;
    width: auto;
    height: auto;
overflow: hidden;
height: 60px;
position: relative;
z-index: 3;
}



.c-espa-container.active-espa .c-close-espa {
    position: absolute;
    right: 0px;
    top: -45px;
    background-color: black;
    width: 35px;
    height: 35px;
    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: 20px;
    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: 20px;
    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: 3%;
    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;
}

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

.c-espa-container.deactive-espa .c-espa-box {
    background-color: white;
    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: black;
    width: 35px;
    height: 35px;
    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: 20px;
    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: 20px;
    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: 100%;
height: auto;
opacity: 1;
transition: 0.5s;
transition: opacity 0s;
height: 60px;
width: 460;
}

.c-espa-container.deactive-espa .c-espa-box img {
width: 100%;
height: auto;
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:auto;
}

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

}