/* COLORS               */
/* 
YELLOW          e2a500      
BLUE            0e4c77
XTRLIGHTBLUE    eef1f4
LIGHTBLUE       8192a4
GREY            f7f7f7
GREY/BLUE       626c77
HEADGREY        dcdcdc      
FOOTGREY        808080      
LOGOGREY        6c6c6c      
MENUGREY        4e4e4e      
HOVERGREY       6c6c6c      
*/
body {
    /*background:#f7f7f7;*/
    background:#666666;
}

/* HEADER */
#header {
    /*height:159px;*/
    background-color: #dcdcdc;
    position:relative;
    z-index:1;
}
#header .logo {
    position:absolute;
    left:0;
    right:0;
    height:156px;
    width:156px;
    margin:0 auto;
    z-index:3;
}
#header .logo a{
    display:block;
    height:156px;
    width:156px;
    background-image: url(../_images/logo.blue.png);
    background-repeat: no-repeat;
    background-size: cover;
}
#header .logo h2 {
    overflow:hidden;
    text-indent:200%;

    text-align: -webkit-center;
    text-align: center;
}

/* NAV */
#header nav {
    padding:124px 0 0 0;
}
#header nav ul {
    text-align:right;
    padding:0 80px 0 0;
    margin:0;
    width:50%;
}
#header nav ul + ul {
    text-align:left;
    padding:0 0 0 79px;
}
#header .nav li {
    display: inline-block;
    position:relative;
}
#header .nav li a {
    color: #000;
    padding:0 13px 10px;
    white-space: nowrap;

    font-size: 0.9em;
}
#header .nav li li a {
    color: #fff;
    /*padding:6px 16px;*/
    padding: 0 16px;
    text-align: left;
    font-size:14px;
    font-size:1.4rem;
}
#header .nav li li:first-child a{padding-top: 6px;}
#header .nav li li:last-child a{padding-bottom: 6px;}

#header .nav li a:hover {
    background-color: #e2a500;
}
#header .nav li li a:hover {
    background-color: #686868;
}


#header nav ul {font-size: 0;}
#header nav ul ul.sub-menu {display: none; position: absolute; padding: 0; min-width: 100%; top:100%; z-index:2;}
#header nav ul ul.sub-menu li {display: block; padding: 0; }
#header nav ul li:hover ul.sub-menu {display: block;}
#header nav > ul:after {content: ''; display: inline-block; width: 100%; }
#header nav ul li {display: inline-block; position: relative; font-size:16px; font-size:1.6rem}
#header nav .menu {display: none; }
#header nav a {text-decoration: none; display: block; font-size: 1em; padding:.25em .5em;}
#header nav a span:before {padding-left: .5em; }

#header .sub-menu {
        background:#4e4e4e;
        width:auto;
}
#header .nav li.active > a,
#header .nav li.current-menu-item > a,
#header .nav li.current-menu-ancestor > a{
    background: #bbb; 
}
#header .nav li li.active > a,
#header .nav li li.current-menu-item > a{
    background: #686868; 
}
#header .nav li:hover > a { 
    background: #e2a500; 
}



@media (max-width: 960px) {
    #header nav ul {
        text-align:right;
        padding:0 79px 0 0;
        margin:0;
        width:50%;
    }
    #header .logo {
        width: 117px;
        height: 117px;
    }
    #header .logo a{
        width: 117px;
        height: 117px;
    }

    #header nav {
        padding:2em 0 0 ;
    }
    #header .column {
        width:50%;
    }
    #header .nav li {
        display:block;
        padding:0
    }
    #header .nav li a {
        color: #000;
        padding:6px 12px;
    }



}


/* BREADCRAMB */
.brdcrmb {
    background-color:#eef1f4;
}
.brdcrmb {
    margin:0;
}
.brdcrmb figure img {
    border:none;
    margin:0;
}
.brdcrmb li {
    display:inline-block;
    font-size:24px;
    font-size:2.4rem;
    text-transform: uppercase;
    padding:.25em 0;
}
.brdcrmb li:after {
    content:">";
    padding:0 .1em 0 .3em;
    display:inline-block
}
.brdcrmb li:last-child:after {
    content:"";
    padding:0;
}
.brdcrmb a {
    color:#000;
    text-decoration:none;
}
.brdcrmb a:hover {
    color:#0e4c77;
    text-decoration:underline;
}



/* MEDIA */
figure {
    width:100%;
    padding:0;
    margin:0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
figure img {
    display:block;
    min-width:100%;
    width:100%;
    height:auto;
    border:1px solid #eeeeee;
    margin:0 0 1em;
}

/* CONTENT HEADER */
.content header {
    padding:0 0 1em;
    overflow: hidden;
}
.content header a{
    text-decoration:none;
    color:#000;
}
.content header a:hover{
    color:#0e4c77;
}
.content header h1,.content header h2,.content header h3,.content header h4,.content header h5,.content header h6,.content header p {
    margin:0;
    line-height:1.5;
}
header .icon {
    float:left;
    padding:0 1em 0 0 ;
}
header .icon + h4 {
    margin:1em 0 0
}

/* CONTENT */
.content {
    padding:2em 0 4em;
}
.alt_font {
    font-family: "droid_serif", serif;
}
.content h4 {
    font-weight:400;
}

/* FORMS */
button {
    border:none;
}
label > span:first-child {
    display:block;
    line-height:1;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight:400;
    padding: .5em 0 .25em
}
.form .input, .wpcf7 .input {
    min-width:50%;
}
.form .textarea, .wpcf7 .textarea {
    width:100%;
    min-height:10em;
    overflow: hidden;
}
.form button, .wpcf7 button {background:#c7c7c7; border:none; font-size:1em; }
.form button:hover, .wpcf7 button:hover {background:#e2a500;}
.form button + button, .wpcf7 button + button {margin:0 0 0 .5em;}

/* PRODUCTS */
.product .-blue, .product .-blue a{
    color:#8192a4;
}
.entry-title.-blue, .entry-title.-blue a{
    color:#8192a4;
}

.details .product figure, .details .product .box.action,
.details .post figure{
    float:left;
    width:30.6666666667%;
    clear:left;
}
.details .product header, .details .product .description,
.details .post header, .details .post .description  {
    overflow:hidden;
    position:relative;
    width:65.3333333333%;
    display:inline-block;
    margin-left:4%;
    
}


.list .title {
    font-size:1.8rem;
    line-height:1.2;
    font-family: "droid_serif", serif;
}
.single-product .title {font-family: "droid_serif", serif;}

.list .title.-category {
    font-size:1.1rem;
    font-weight:400;
}
.list .product {
    background:#fff;
    border:1px solid #eee;
    padding:1em 0 0;
    margin-bottom: 4%;
}
.list .product header {
    text-align:center;
    border-bottom: 1px solid #eee;
    min-height: 55px;
}
.list .product figure {
    padding:.25em;
}
.list .product figure img {
    border:none;
}

.product .action {
    color:#fff;
    font-weight:500;
    text-align:center;
    margin:.75em 0 0;
    position: relative;
}
.product .action .-price {
    background:#626c77;
    padding:.5em;
    margin:.375em 0;
    font-size:14px;
    font-size:1.4rem;
}
.product .action .-price small{
    font-weight:400;
}
.product .-buy {
    display: block;
    color:#fff;
    background:#a6b7c9;
    font-style: italic;
    font-weight:500;
    font-size:14px;
    font-size:1.4rem;
    line-height:1;
    padding:.375em 0;
    width:100%
}

.product a.-buy{text-decoration: none;}

.-buy span.-block {
    display:block;
    font-size:1rem;
    font-weight:400;
}

.product .-buy:hover {
    background-color:#0e4c77;
}
.product .-buy:active {
    background-color:#e2a500;
}

/* FOOTER */
/*body footer#colophon epeidi yparxei div.id=page endiamesa*/
body footer#colophon {
    /*margin:2em 0 0;*/
    margin:0 auto;
    padding:3em 0;
    background:#808080;
    color:#fff;
    font-size: 1.3rem;
}
body footer#colophon .container{
    width: 81%;
}

body footer#colophon a {
    text-decoration:none;
    color:#fff
}
body footer#colophon a:hover {
    text-decoration:underline;
}
body footer#colophon .logo {
    height:126px;
    width:126px;
    margin:0 auto;
}
body footer#colophon .logo a{
    display:block;
    height:126px;
    width:126px;
    background-image: url(../_images/logo.grey.png);
    background-repeat: no-repeat;
}
body footer#colophon .logo h2 {
    overflow:hidden;
    text-indent:200%;
}
body footer#colophon nav li {
    display: block;
}
body footer#colophon nav li a:hover{
    color:#fff;
    
}

@media (max-width: 960px) {
    body footer#colophon ul {
        text-align:center;
        margin:.5em
    }
    body footer#colophon .logo a{
        margin:0 auto;
    }
    body footer#colophon ul {
        margin:.5em
    }
    body footer#colophon .columns, body footer#colophon .columns.four {
        text-align:center;
        width:100%;
        margin:1em 0 0;
    }
    body footer#colophon nav li {
        display:inline-block;
    }
    
    body footer#colophon .four.columns:nth-child(2n){
        margin-left: 0%;
    }

    html{
        font-size: 50%;
    }

    .woocommerce-breadcrumb{
        font-size: 1.6rem;
    }

    #brands-sidebar div#woocommerce_brand_nav-2{display: none;}
}



/* CT */
#header .logo a span{
    visibility: hidden;
}


/* Woocomerce */
.single-product div.product form.cart {
    margin-bottom: 0;
    padding: 0;
    border-top: none;
    border-bottom: none;
}

.single-product div.product form.cart .quantity{width: 12%; color: #787E87;}
.single-product div.product form.cart .-buy{width: 85%; float: right;}

/*override inline styles */
button.alt, input[type="button"].alt, input[type="reset"].alt, input[type="submit"].alt, .button.alt, .added_to_cart.alt, .widget-area .widget a.button.alt, .added_to_cart {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #787E87 !important;
    text-decoration: none !important;
}

.added_to_cart{
    position: absolute;
    right: 0;
}


figure.header-image img{
    margin: 0;
    border: none;
}



/* mini cart */
.woocommerce-active .site-header .site-header-cart {
    position: absolute;
    right: 0;
    top: 0;
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
    /*padding-top: 1.618em;*/
}


.site-search label{display: none;}
.site-search .widget_product_search input[type=search], .site-search .widget_product_search input[type=text]{padding: 0.5em; width: 100%;}
.site-search input[type="submit"]{
    display: inline-block;
    height: 38px;
    /*padding: 0 30px;*/
    padding: 0;
    color: #555;
    text-align: center;
    font-size: 11px;
    /* font-weight: 600; */
    line-height: 38px;
    letter-spacing: .1rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    /* border-radius: 2px; */
    border: 1px solid #bbb;
    cursor: pointer;
    box-sizing: border-box;
    max-width: 100%;

    width: 20px;
    background: url(../_images/icon-search.png) no-repeat center left;
    text-indent: -9999px;
    border: none;
    /*margin-right: 40px;*/

    position: absolute;
    top: 0;
    right: 5px;
}

.site-search input[type="submit"]:hover{
    background-color: transparent;
    border-color: transparent;
    color: transparent;
}

/* fix */
.product .action .-price .-extras{
    display: none;
}

.product.post-25 .action .-price .-extras{
    display: inline;
}


#brands-sidebar{
    /*text-align: right;*/
    /*display: inline-block;*/
}

.filter-label{
    margin-right: 10px;
}


#brands-sidebar div{
    float: right;
    /*max-width: 250px;*/
    display: inline-block;
    vertical-align: bottom;
}


.widget_product_categories span,
.widget_product_categories ul{
    display: inline-block;
}


.woof > div{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}

.woof > .woo_submit_search_form_container{
    margin-top: 0;
}



/* SOD */
.styled-select{
    /*display: inline-block;*/
}

#brands-sidebar div.styled-select.hide-select{
    display: none;
}

.sod_select.custom{
    border: 1px solid #D1D1D1;
    text-transform: none;
    color: #787E87;
    /*line-height: 0.9;*/
    font-size: inherit;
    font-weight: inherit;

    padding: 10px 10px 11px 10px;
    width: 150px;
}

.sod_select.custom:before{display: none;}
.sod_select.custom:after {
    content: "\25BC";
    top: auto;
    /* bottom: 12px; */
    font-size: 9px;
    color: #000000;
}

.sod_select.custom .sod_option{
    color: #787E87;
}

.sod_select.custom .sod_option.active{
    color: #787E87;
}
.sod_select.custom.focus{
    box-shadow: none;
}

.sod_select.custom .sod_list_wrapper {
    border: 1px solid #D1D1D1;
    font-weight: inherit;
    margin: 0 0 0 -1px;
}

/*.sod_select.custom.custom .sod_list_wrapper {*/
    /*position: absolute;*/
    /*top: 100%;*/
    /*left: 0;*/
    /*display: none;*/
    /*height: auto;*/
    /*width: 200px;*/
    /*margin: 0 0 0 -3px;*/
    /*background: #ffffff;*/
    /*border: 1px solid #D1D1D1;*/
    /*border-top: none;*/
    /*color: inherit;*/
    /*font-weight: inherit;*/
    /*z-index: 1;*/
/*}*/


footer#colophon .menu-item-has-children{
    display: none;
}

.list{clear: both;}


/* FLEX SLIDER */
.flexslider{
    margin: 0;
    border: none;
    background-color: #eef1f4;
}

.flex-direction-nav a{
    height: 60px;
    display: none;
}

/*.flex-direction-nav a:before{*/
    /*font-size: 20px;*/
/*}*/

/*@media screen and (min-width: 768px) {*/
    /*.flex-direction-nav a:before{*/
        /*font-size: 40px;*/
    /*}*/
/*}*/


.search-results div#woocommerce_brand_nav-2{
    display: none;
}


.skip-link{
    display: none;
}

.page h4.entry-title{display: none;}

/*screen-reader-text*/
.onsale{color:#ffffff !important; }
.single-product .onsale{background-color: #787E87; }

/*REMOVE ESHOP ELEMENTS*/
.woocommerce-active .site-header .site-header-cart {display: none;}
/*.product .action {display: none;}*/
.site-search{top:0;}


.single-product div.product form.cart{display:none;}


#header nav ul li ul.sub-menu li ul.sub-menu{
    display: none;
    /*margin-left: 162px;*/
    /*margin-top: -10px;*/
    position: absolute;
    top: 0;
    left: 100%;
}
#header nav ul li ul.sub-menu li:hover ul.sub-menu{display: block;}
