body{
	background: #1e2225; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#1e2225, #2d3134); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#1e2225, #2d3134); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#1e2225, #2d3134); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#1e2225, #2d3134); /* Standard syntax */
	font-family: sans-serif;
	font-size: 16px;
	height: 100%;
}


h3{
	margin-bottom:0px;

}

a:visited { 
    color: blue;
}

.main
{   
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 300px;
	height: 150px;
	background-color: #f3f3f3;
	padding: 35px;
	border-radius: 25px;
	}
	
.wrong{
	color:#f11000;
    text-align: center;
    margin-top: 20px;
	
}
	
.row{
	margin:0px;
	
}


.col-1{
	width:200px;
	float:left;

	
}

.entry_but{
	margin-left: auto;
    margin-right: auto;
    padding: 20px;
    width: 70px;
	
}

input[type=submit] {
	padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

input[type=button] {
	padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

button{
    padding: 15px 25px;
    background: #d6d4d4;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 6px;
}

.container{
	margin-left:auto;
	margin-right:auto;
	width:80%;
	padding:10px;
}

.container_forms {
    margin-left: auto;
    margin-right: auto;
    width: 750px;
    padding: 10px;
}

.header{
	text-align:center;
	padding: 5px;
	background-color: #f3f3f3;
	border-radius: 7px;
}

.header_text{
	height: 100px;
}

.logo{
	float: left;
    width:150px;
}

.menu{
	display: -webkit-box;
	list-style-type: none;
	background-color: #f3f3f3;
	margin-top: 20px;
	}
	
.menu li{
	background-color: #f3f3f3;
    padding: 0px;
	
}

.menu li a{
	background-color: #f3f3f3;
	padding: 22px;
	color:#000;
}


.menu li a:hover, .dropdown:hover .dropbtn{
	background-color: #03A9F4;
    color: #f3f3f3;
	cursor: pointer;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 15px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}


.top_container{
	background-color: #f3f3f3;
	padding: 20px 20px;
	border-radius: 7px;
	min-height: 460px;
}


.page_title{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
}



.search_form td{
	padding:10px;
}



table {
	margin-bottom: -15px;
    border-collapse: collapse;

}

.CSSTableGenerator {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGenerator tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGenerator td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}
.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}



/*2os pinakas css table generator*/

.CSSTableGeneratordate {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGeneratordate table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratordate tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGeneratordate table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGeneratordate table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGeneratordate tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}
.CSSTableGeneratordate td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:center;
}.CSSTableGeneratordate tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratordate tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratordate tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGeneratordate tr:first-child td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGeneratordate tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}
.CSSTableGeneratordate tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratordate tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

/* 3os pinakas table generator */
.CSSTableGeneratorAccount {
	margin:0px;padding:0px;
	width:100%;
	box-shadow: 0px 7px 7px #888888;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
	
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
	
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
	
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}.CSSTableGeneratorAccount table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	margin:0px;padding:0px;
}.CSSTableGeneratorAccount tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
	border-bottom-right-radius:5px;
}
.CSSTableGeneratorAccount table tr:first-child td:first-child {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	border-top-left-radius:5px;
}
.CSSTableGeneratorAccount table tr:first-child td:last-child {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px;
	border-top-right-radius:5px;
}.CSSTableGeneratorAccount tr:last-child td:first-child{
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
}.CSSTableGeneratorAccount tr:hover td{
	background-color:#ffffff;
		

}
.CSSTableGeneratorAccount td{
	vertical-align:middle;
	
	background-color:#becbd9;

	border:1px solid #000000;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:14px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
	text-align:left;
}.CSSTableGeneratorAccount tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGeneratorAccount tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGeneratorAccount tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
/*.CSSTableGeneratorAccount tr:first-child td{
		background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGeneratorAccount tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #d0deed 5%, #2d3134 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d0deed), color-stop(1, #2d3134) );
	background:-moz-linear-gradient( center top, #d0deed 5%, #2d3134 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d0deed", endColorstr="#2d3134");	background: -o-linear-gradient(top,#d0deed,003f7f);

	background-color:#d0deed;
}*/
.CSSTableGeneratorAccount tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGeneratorAccount tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.CSSTableGeneratorAccount input[type=text], input[type=email] {
width:370px;
}


.trans_line{
	width:100%;
	text-align:center
}

.trans_line td{
	padding:5px;
}

.right_div{
    width: 30%;
    text-align: center;
    float: right;
}

.left_div{
    width: 65%;
    height: 380px;
    border-right: 1px solid black;
}


.copyrights{
	padding-top:10px;
	color:azure;	
	
}

.copyrights a{
	color: dodgerblue;
	
}

/*############# B2B ##########*/
.b2b_flex{
    display:flex;
    justify-content: flex-start;
}

.font_22{
    font-size: 22px;
}

.reset_button{
    padding: 2px 10px !important; 
    border-radius:0px !important;
}

.dropdown_link{
    background-color: #f3f3f3;
    padding: 22px;
    color: #000;
}

.self_center{
    justify-self: center;
    margin-left: auto;
    margin-right: auto;
}

.margin_top_large{
    margin-top:0rem;
}

.font_15x{
    font-size: 1.5rem;
}

.hidden{
    display:none;
}

.products_popup{
    position: absolute;
    top: 5%;
    width: 74vw;
    height: 90vh;
    background: aliceblue;
    padding: 20px;
}

.close{
    position:absolute;
    right:0;
    cursor:pointer;
    color: red;
    font-size: 30px;
    padding: 0px 15px;
}

.center{
    text-align:center;
}

.qty_btn{
    display: inline-block;
    background-color: #39b5c3;
    color: #FFFFFF;
    padding: 2px 10px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}

.msg{
    display:block;
    opacity:0.75;
    padding:3px;
    transition-duration:1s; /* <= creates fade out effect */
    transition-delay:1s;
}

.green{
    background:green;
}

.red{
    background:red;
}

.center-absolute{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.addtocart_popup{
border: solid 1px; 
background-color: antiquewhite;
padding: 4px 0px;
color:#000;
}


/* FAST ORDERS ΓΙΑ MOBILE, TABLET Giorgos 08022024 */

table.for-mobile {
    display: none;
}

@media screen and (max-width: 1024px) {

    .for-desktop {
        display: none;
    }

    .row-spacer {
        padding: 10px;
        display: table;
    }

    .for-mobile {
        display: table!important;
        border-collapse: separate;
        table-layout: fixed;
        width:100%;
    }

    .for-mobile td,tr {
        padding: 10px;
    }

    .for-mobile td:hover, .for-mobile tr:hover {
        background-color: #cccccc;
    }

    /* Giorgos-08022024 το container ήταν 80% */
    div.container {
        width: 100%!important;
    }

    div.top_container {
        background-color: #f3f3f3;
        padding: 20px 20px;
        border-radius: 7px;
        min-height: 0px!important;
    }

    .for-mobile tr:not(.row-spacer) {
        background-color: #e6e6e6;
    }

    .for-mobile input {
        font-size:23px;
        width:100%;
        height:50px;
    }
    
    .for-mobile th,td {
        font-size:23px;
    }
    
    /* Styling περισσότερες πληροφορίες */
    
    .more-options-header{
        padding: 13px;
    }
    
    .more-options {
        display: none;
    }
    
    .more-options td{
        font-size:19px;
        background-color: #d9d9d9;
    }
    /* Τέλος Styling περισσότερων πληροφοριών */
    
    .no-save-order{
        font-size:23px;
    }
    
    .save-order {
        font-size:23px;
    }
    
    .price-notice {
        font-size:23px;
    }
}

/* MOBILE NAV MENU GIORGOS 09022024 */

    .topnav-mobile {
        display:none;
    }


@media screen and (max-width: 1024px) {  
    
    ul.menu {
        display:none;
    }
    
    .mobile-container {
        margin-right:-20px;
        padding: 10px;
    }
    
    /* Style the navigation menu */
    .topnav-mobile {
      display: block;
      overflow: hidden;
      background-color: #f3f3f3;
      position: relative;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .mobile-links {
      display: none;
    }
    
    /* Hide the links inside the navigation menu (except for logo/home) */
    .mobile-dropdown {
      display: none;
    }

    /* Style navigation menu links */
    .topnav-mobile a {
      color: black;
      padding: 14px 16px;
      text-decoration: none;
      font-size:23px;
      font-weight:bold;
      display: block;
    }
    
    /* Different styling for first link */
    .first-nav-link {
        background-color: #e6e6e6;
        padding:20px!important;
        font-size:37px!important;
    }

    /* Style the hamburger menu */
    .topnav-mobile .icon {
        padding:23px!important;
        font-size:35px;
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    
    /* Plus sign position and styling */
    .dropdown-icon {
        right: 0;
        display: block;
        position: absolute;
        font-size:35px!important;
        padding:10px!important;
    }
    

    /* Add a grey background color on mouse-over */
    .topnav-mobile a:hover {
      background-color: #ddd;
      color: black;
    }

    /* Style the active link (or home/logo) */
    .topnav-mobile .active {
      background-color: #04AA6D;
      color: white;
    }
    
    
    /* Header text Giorgos 12022024 */
    .header_text {
        font-size: 20px;
        height: auto;
        margin-bottom: 30px;
    }
    
    .top-links,.top-links a {
        font-size: 15px;
    }
    
    
    
}


/* RESPONSIVE CSSTABLEGENERATOR TABLES ΓΙΑ MOBILE, TABLET Giorgos 12022024 */

@media screen and (max-width: 1024px) {  

    .CSSTableGenerator {
        display:block;
        overflow-y:scroll;
    }
    
    .CSSTableGenerator td {
        width:5%;
    }
    
    .search_form tr {
        display: flex;
        flex-direction: column;
    }
    
    .search_form td, .search_form input {
        font-size:25px;
        text-align:center;
    }
}