/* 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 */

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


#contenttop h1, #rightytop h1, #rightyl h1 {
font-family: 'Noto Serif Display', serif;
    font-size: 2em;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1em;
}


/*BADGES*/
.badge {
    background-color: #1a1a1a;
}
.badge_wrapper .badge {
    color: white;
    position: absolute;
    top: 15px;
    left: 5px;
    width: auto;
    text-align: center;
    padding: 12px 18px;
    z-index: 51;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
    text-transform: uppercase;
}

/*END OF BADGES*/

.c-footer-title {
font-size: 1.4em;
    font-weight: 200;
    margin-bottom: 5px;
    letter-spacing: 3px;
}

.c-newsletter-title {
font-family: 'Noto Serif Display', serif;
font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 3px;
line-height: 1em;
}


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

div.items div.group a {
    font-weight: 300;
}


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

/*end of basket button*/

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

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

.items .detail .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}


.horizontalitems .price .startprice .value {
        color: #666;
        font-weight: 200;
}

.horizontalitems .price .startprice .diffpercent{
        color: #666;
        font-weight: 200;
}
/*end of price*/

/*SIZE VIEW*/

.p_options_boxes a.availtype1 {
    border-color: #bdbbbb;
padding: 5px 10px;
}
.p_options_boxes a.selected {
    background-color: #1a1a1a;
    color: white;
}

/*END OF SIZE VIEW*/


/*BUTTONS*/
.c-button-1 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
    margin: 5px;
}

.c-button-1:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-2 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
}

.c-button-2:hover {
    background-color: #1a1a1a;
color: #fff;
}

.c-button-3 {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #fff;
    background-color: #transparent;
    transition: 0.9s;
    border: 1px solid #ffffff63;
}

.c-button-3:hover {
    background-color: #fff;
color: #1a1a1a;
}

/*END OF BUTTONS*/.cartButton{
  background: #1a1a1a;
  border-radius: 4px;
  margin-top: 0.5em;
  margin-right: 2em;
  margin-left: 2em;
  margin-bottom: 1em;
}

.cartButton span {
  color: white;
  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-newsletter {

}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form input {
    padding: 10px;
    width: 90%;
border-bottom: 1px solid #1a1a1a52;
border-top: 1px solid transparent;
border-left: 1px solid transparent;
border-right: 1px solid transparent;
}


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

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

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

.c-newsletter form .submit button {
    position: relative;
    text-decoration: none;
    font-weight: 100;
    line-height: 1em;
    text-align: center;
    padding: 10px 15px;
    color: #1a1a1a;
    background-color: transparent;
    transition: 0.9s;
    border: 1px solid #1a1a1a52;
min-width: 150px;
}

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

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}/* CONTENT TOP */

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

.notloggedin #content {
    position: relative;
    padding-top: 200px !important;
}

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

/* HIDE DEFAULT MENU */

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

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

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

/* LOGO POSITION & DESIGN */

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

.notloggedin .c-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 40px;
    z-index: 91;
    width: 150px;
    background-color: white;
    height: 150px;
    border-radius: 50%;
    transition: 0.3s;
}

.notloggedin .c-logo img {
    width: 150px;
    height: auto;
    transition: 0.3s;
}

.notloggedin .c-logo.cActive {
    top: 30px;
    width: 70px;
    height: 70px;
transition: 0.3s;
}

.notloggedin .c-logo.cActive img {
    width: 70px;
    height: auto;
transition: 0.3s;
}


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


/* MENU DESIGN */

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

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

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

.c-shipping-box {
    background-color: #1a1a1a;
    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: 0px solid #d5d5d5;
transition: 0.3s;
}

.c-menu-container.active .c-menu-tab, .c-menu-container .c-menu-tab.active {
    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: auto;
}

.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;
}

.c-menu-tab #na.c-menu-category::after {
content: " ";
}

.c-menu-tab #na.c-menu-category a {
    text-decoration: none;
}



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


.cCloneMenuClothing li, .cCloneMenuAccessories li, .cCloneMenuAbout li {
    list-style-type: none !important;
    padding-inline-start: 0px;
    padding-left: 0px !important;
}

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

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

.cCloneMenuClothing ul li a, .cCloneMenuAccessories ul li a, .cCloneMenuAbout ul li  a {
color: #333;
    text-decoration: none;
}

.cCloneMenuClothing li a, .cCloneMenuAccessories li a, .cCloneMenuAbout li  a {
color: #333;
    text-decoration: none;
}

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

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

/* DYO STILES MENU */

.cCloneMenuAccessories.activeMenu {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    width: 100%;
}

.cCloneMenuAccessories.activeMenu li {
    margin-bottom: 10px;
    flex-basis: 50%;
}

.cCloneMenuAccessories.activeMenu li>ul {
display: none;
}

/* ======= */

.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/35d460a23c60df3da61cd7837a51380832b46347.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 #bag .itemsgroup {
font-size: 14px;
}

.c-menu-tab #bag .itemsgroup a.showgroup {
    position: relative;
}

.c-menu-tab #bag .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;
}


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

/* 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 div.langlist ul {
display: flex;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

#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-banner::after {
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 25%);
    z-index: 0;
}
.c-banner-content-align {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
z-index: 1;
}

.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-title-sm {
font-family: 'Noto Serif Display', serif;
font-size: 2.2em;
    font-weight: 600;
    letter-spacing: 3px;
line-height: 1em;
}



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

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

.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;
}

.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: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-right: 10px;
    font-size: 11px;
}

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

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

}.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;
}