div.messages.commerce-add-to-cart-confirmation {
    min-height: 190px;
    background-color: #f6f6f6;
    width: 45%;
    border: 2px #00b9c5 solid;
    padding: 2px 8px 12px 8px;
    background-color: #E4F5FE;        
    top: 50px;
    text-align: center;    
    background-color: white;        
    -moz-box-shadow: 0 2px 15px #57595a;
    -webkit-box-shadow: 0 2px 15px #57595a;
    box-shadow: 0 2px 15px #57595a;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#57595A',direction='180',strength='5');
    color: #aeaaa5;
    overflow: hidden;
    padding: 0;
    z-index: 9999;      
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    width: auto;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    float: left;
    width: 180px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
    color: #000;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .added-product-title {
  color: #00b9c5;
  display: inline-block;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 10px 30px 10px 20px;
  text-align: left;
  text-transform: uppercase;
  width: 70%;  
}

.added-product-title {    
    font-weight: normal;
    font-size: 0.9em;
    color: #000;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper {
  color: #00b9c5;
  display: inline-block;
  float: left;
  font-size: 0.9em;
  font-weight: bold;
  padding: 20px 20px 10px 20px;
  text-align: left;
  text-transform: uppercase;  
  width: 30%;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display {
    float: left;
    padding-bottom: 20px;
    clear: both;
    float: none;
    width: auto;    
    max-width: 70%;
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display {
    clear: both;
}

.view-confirm-message-product-display {
    clear: both;
    float: none;
    width: auto;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content {
    margin: 0;
    margin-left: 30px;
    width: 65%;    
    margin-bottom: 15px;
    text-align: left;    
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content {
    padding: 0px;
    position: relative;    
}

#messages .messages .commerce-add-to-cart-confirmation-close {
    display: none;
}

#messages .messages .button .commerce-add-to-cart-confirmation-close {
    display: block;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .commerce-add-to-cart-confirmation-close {    
    display: block;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 18px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
  background-color: #a9a9a9;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button {
  border-radius: 0;
  color: #000;    
  font-weight: normal;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;    
}

div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .views-field-commerce-total .field-content {
    color: #00b9c5;
}

.mini-cart {
  position: relative;
  display: inline-block;
}

.mini-cart .cart-head {
  padding-left: 35px;
  font-size: 13.5px;
  color: #252525;
  background: url('../images/icon-cart.png') no-repeat left center;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}

.mini-cart .cart-head:after {
  content: '\f107';
  font-size: 14px;
  color: #252525;
  font-family: FontAwesome;
  position: absolute;
  right: 0;
  top: 10px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mini-cart .cart-head label {
  font-weight: normal;
  margin: 0;
}

.mini-cart .cart-head label span {
  color: #d5375f;
}

.mini-cart .cart-head p {
  margin: 0px 0 0 0;
}

.mini-cart .cart-head p span {
  color: #252525;
}

.mini-cart .cart-head p small {
  font-size: 13.5px;
}

.mini-cart .cart-head .cart-count {
  position: absolute;
  top: 0;
  left: 15px;
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  border-radius: 50%;
}

.mini-cart .cart-cn {
  position: absolute;
  width: 470px;
  padding: 20px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  right: 0;
  top: 60px;
  visibility: hidden;
  z-index: 100;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mini-cart .cart-cn:before {
  position: absolute;
  top: -5px;
  right: 50px;
  content: '';
  padding: 6px 0 0 6px;
  border-left: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mini-cart .cart-cn .cart-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mini-cart .cart-cn .cart-list li {
  padding: 15px 0;
  overflow: hidden;
  border-bottom: 1px solid #eaeaea;
}

.mini-cart .cart-cn .cart-list li .img {
  float: left;
  display: block;
  text-decoration: none;
}

.mini-cart .cart-cn .cart-list li .text {
  position: relative;
  padding-right: 40px;
  margin-left: 80px;
}

.mini-cart .cart-cn .cart-list li .text .name {
  margin-bottom: 5px;
}

.mini-cart .cart-cn .cart-list li .text .name a {
  color: #252525;
  font-size: 13px;
  text-decoration: none;
  line-height: 20px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.mini-cart .cart-cn .cart-list li .text .name a:hover {
  color: #d32c56;
}

.mini-cart .cart-cn .cart-list li .text span {
  color: #d32c56;
  margin-top: 5px;
}

.mini-cart .cart-cn .cart-list li .text .delete {
  position: absolute;
  right: 0;
  top: 20px;
  text-decoration: none;
}

.mini-cart .cart-cn .cart-total {
  text-align: right;
  margin: 15px 0 0 0;
  color: #202020;
}

.mini-cart .cart-cn .cart-total span {
  font-size: 16px;
  color: #d32c56;
}

.mini-cart .cart-cn .cart-bt {
  text-align: right;
  font-size: 0;
  margin-top: 15px;
}

.mini-cart .cart-cn .cart-bt .btn {
  font-size: 12px;
}

.mini-cart .cart-cn .cart-bt .btn + .btn {
  margin-left: 12px;
}

.mini-cart.show-view .cart-head:after {
  color: #d32c56;
}

.mini-cart.show-view .cart-cn {
  visibility: visible;
  opacity: 1;
  top: 50px;
}


.mini-cart {
  padding-left: 20px;
  margin-left: 15px;
}

 .mini-cart .cart-head p small {
  display: none;
}

.mini-cart .cart-head .cart-count {
  display: none;
}

.mini-cart:before {
  height: 40px;
  width: 0;
  border-left: 1px solid #e5e5e5;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.mini-cart {
  text-align: left;
  float: right;
  margin-top: 20px;
  padding-right: 10px;
}

.mini-cart .cart-head label {
  display: none;
}

.mini-cart .cart-head p {
  line-height: 40px;
}

.mini-cart .cart-head p span {
  display: none;
}

.delete-line-item, .td-remove .delete-line-item {
    background: rgba(0, 0, 0, 0) url("../images/icon-delete.png") no-repeat scroll left top;
    border: medium none;
    font-size: 0;
    height: 22px;
    text-indent: -9999px;
    width: 18px;
}

.view-commerce-cart-block .views-field-type-image {
  float:left;
  margin-right:15px;
}

.view-commerce-cart-block tr, .view-commerce-cart-block td, .view-commerce-cart-block tr.even, .view-commerce-cart-block table, .view-commerce-cart-block tbody {
    background-color: #fff !important;
    border-top:0px !important;
}

.view-commerce-cart-block .line-item-quantity {
  display:none;
}


.cart-cn .line-item-summary {
    color: #202020;
    margin: 15px 0 0;
    text-align: right;
}

.view-commerce-cart-block .line-item-total {
  margin-bottom:20px; 
}

table {
  width:100%;
}

tr {
  background-color:transparent;
}

td {
  padding:10px;
  background-color:transparent;
}

.views-field-edit-quantity input {
    
    padding: 3px;
    text-align: center;
    
}

#block-commerce-checkout-progress-indication {
  margin-bottom:20px;
}

#block-tb-megamenu-main-menu, #block-tb-megamenu-menu-main-menu-en {
  float:right;
}

.pricedetails legend {
  display:none;
}

.pricedetails #edit-quantity {
    padding: 3px;
    text-align: center;
}

.pricedetails .form-submit {
    padding-left: 28%;
    padding-right: 27%;
}

.pricedetails .field-name-commerce-price  {
  border-top:1px #ddd solid;
  padding-top: 15px;
}

.pricedetails .field-name-commerce-price .field-items {
    border-top: 1px #ddd solid;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;    
    color: #00b9c5;
    font-weight: 300;
    border: none;
    font-size: 1.4em;
    text-align: center;
}

.pricedetails .form-item-quantity label {    
    margin-right: 55px;
}

.block-lang-dropdown {

}

.lang-dropdown-select-element {
  border:none;
  padding: 10px 0px;
  text-transform:uppercase;
}

.lang-dropdown-select-element option {
    -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
  padding:5px;
}

#block-search-api-sorts-search-sorts ul li {
  display:inline-block;
  float:left;
}

#block-search-api-sorts-search-sorts ul li .search-api-sort-active a{
  color:#00b9c5; 
} 

.cloud-zoom-gallery-thumbs {
  margin-top:15px;
}
.cloud-zoom-gallery-thumbs a {
  margin-right:15px;
}

.view-related-properties .owl-item {
  background-color:white;
  padding: 20px;
}

.green {
  color:#005814  !important;
}

.red {
  color:#00b9c5 !important;
}

/*Checkout */
.page-checkout ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.inline.commerce-checkout-progress li a, ol.inline.commerce-checkout-progress li a {
  color:#fff;
}

ul.inline.commerce-checkout-progress li.active, ul.inline.commerce-checkout-progress li.last.active, ol.inline.commerce-checkout-progress li.active, ol.inline.commerce-checkout-progress li.last.active {
    background: #00b9c5;
    color: white;    
}

ul.inline.commerce-checkout-progress li, ol.inline.commerce-checkout-progress li {
    background-color: #a9a9a9;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    width: 247px;
    left: -3px;
    margin: 0 0 10px;
    font-size: 15px;
}

ul.inline.commerce-checkout-progress li, ol.inline.commerce-checkout-progress li {
    background-color: #efefef;
    color: #898a8c;    
    font-weight: 100;
    line-height: 20px;
    margin: 0 0 10px 0;
    padding: 15px 15px 15px 35px;
    position: relative;
    width: auto;
}

ul.inline.commerce-checkout-progress li, ol.inline.commerce-checkout-progress li {
    background-color: #a9a9a9;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    position: relative;
    width: 247px;
    left: -3px;
    margin: 0 0 10px;
    font-size: 15px;
}

ul.inline.commerce-checkout-progress li.active:after, ul.inline.commerce-checkout-progress li.last.active:after, ol.inline.commerce-checkout-progress li.active:after, ol.inline.commerce-checkout-progress li.last.active:after {
    background: transparent url(../images/bg_checkout_progress_active.png) right center no-repeat;
}

ul.inline.commerce-checkout-progress li:after, ol.inline.commerce-checkout-progress li:after {
    background: transparent url(https://www.idietera.gr/sites/all/themes/konordo/css/images/bg_checkout_progress.png) right center no-repeat;
    content: " ";
    font-size: 0;
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: -24px;
    height: 50px;
    width: 25px;
    z-index: 2;
}

ul.inline.commerce-checkout-progress li.last:after, ol.inline.commerce-checkout-progress li.last:after {
    background: #efefef url(https://www.idietera.gr/sites/all/themes/konordo/css/images/bg_checkout_progress_last.png) right center no-repeat;
}



div.messages.commerce-add-to-cart-confirmation {
    /* min-height: 190px; */
    background-color: #f6f6f6;
    width: 65%;
    border: 9px solid #3FC;
    padding: 2px 8px 12px 8px;
}

div.messages.commerce-add-to-cart-confirmation {
    background-color: #E4F5FE;
    border-color: #00b9c5;
    margin-left: -30% !important;
    top: 50px;
    text-align: center;
    width: 60%;
}

div.messages.commerce-add-to-cart-confirmation {
    background-color: white;
    border-color: #00b9c5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 15px #57595a;
    -webkit-box-shadow: 0 2px 15px #57595a;
    box-shadow: 0 2px 15px #57595a;
    filter: progid:DXImageTransform.Microsoft.Shadow(color='#57595A',direction='180',strength='5');
    color: #aeaaa5;
    left: 50%;
    margin-left: -20% !important;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 40%;
    z-index: 201;
	padding-bottom: 20px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button a {
	font-weight:100;
}

div.messages {
    margin: 10px 0 5px 0;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content {    
    width: 90%;
}


div.messages.commerce-add-to-cart-confirmation .message-inner .button-wrapper .button.checkout {
    background-color: #00b9c5;
    color: #fff;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .entity-commerce-product,   
div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .views-field-field-gallery {    
    float:left;
    margin-right: 20px;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content .commerce-product-title .commerce-product-title-label {    
    display:none;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content .commerce-product-title {
	display:none;
}

div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content .views-field-title,  
div.messages.commerce-add-to-cart-confirmation .message-inner .view-confirm-message-product-display .view-content .field-name-commerce-price  {    
    font-size: 1.7em;
    font-weight: 100;
    color: #333;
}
div.messages.commerce-add-to-cart-confirmation .view-confirm-message-product-display .view-content .field {
  clear:none;
}

.page-checkout #block-system-main .content {
  border:2px #00b9c5 solid;
  padding:30px 50px;
  background-color:#FDFDFD;  
  max-width: 88.5%;
}

#commerce-checkout-form-checkout label {
  width:100px;
}

.form-item-customer-profile-shipping-commerce-customer-address-und-0-premise {
  display:none;
}

.checkout-help {
  display:none;
}

.checkout .cart_contents legend {
  display:none;
}

.checkout-continue  {
  margin-right:10px;
}

.checkout-buttons {
  margin-top:20px;
}

.view-confirm-message-product-display .entity-commerce-product h2 {
	display:none;
}

th {
    padding: 5px 10px;
}

/**
 * Chosen Reset CSS
 *
 * This styles are the minimal essential properties
 * to get chosen working without extra styling
 * that you are going to override later
 * 
 * @author uimanwashere <hello@pabloarmentano.com>
 */
.chosen-container {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.chosen-container .chosen-single {
	overflow: hidden;
    display: block;
    background: #fff;
    padding:10px;
    border: 1px solid #dddddd;
    color: #999999;
    height: 1%;
    border-radius: 0;
    box-shadow: none;
    max-width: 250px;
    vertical-align: middle;
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0;
}	

.form-item-customer-profile-shipping-commerce-customer-address-und-0-country, .form-item-customer-profile-shipping-commerce-customer-address-und-0-thoroughfare {
	margin-top:0px;
}

#customer-profile-billing-ajax-wrapper {
	margin:1.5em 0;
}

.page-checkout tr.even, .page-checkout tr.odd {
	background-color:#fff;	
}

.page-cart .field-name-commerce-order-total .field-items {
    background: none repeat scroll 0 0 #F6F6F6;
    float: right;
    margin-bottom: 20px;
    min-width: 280px;
    padding: 10px 15px 10px 15px;
    width: 310px;    
    margin-top: 30px;
}

.field-name-commerce-order-total .field-items table {
    margin:1em 0;
	float:right;
}

.field-name-commerce-order-total .field-items table td {
    background: none repeat scroll 0 0 #F6F6F6;
}

.field-name-commerce-order-total .field-items table tbody {
    border:0;
}

th {
	border:1px;
	font-weight:100;
	font-size:1.2em;
}

.cart_contents legend {
	display:none;
}

#edit-checkout-review {
    background: none repeat scroll 0 0 #F6F6F6;
}

#edit-checkout-review tr, #edit-checkout-review td, #edit-checkout-review tbody {
    border:0;
	padding:0px;	
}

#edit-checkout-review .pane-title td {
    font-weight: 100;
    font-size: 1.2em;
    padding: 10px 0px;    
    border-bottom: 1px #ddd solid;
}

#edit-checkout-review .pane-data td {    
    padding: 10px 0px;        
}

.commerce-order-handler-area-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
	font-weight:100;
	font-size:1.2em;
}

div.addressfield-container-inline > div.form-item {
    float: none;
}

input[type=checkbox], input[type=radio] {
	margin:0px;
}

#payment-details p strong {
	display:none;
}

#edit-commerce-payment-payment-method .form-item-commerce-payment-payment-method{
	margin-top:1em;
}

.view-commerce-cart-block td.price, .view-commerce-cart-form td.price, .view-commerce-cart-summary td.price {
    white-space: nowrap;
    color: #202020;
}

#slideshow .container-fluid {
	padding:0px;
}

#block-lang-dropdown-language .content{
	padding:20px 0px;
}

#main .container {
	padding:40px 0px;
}

input[name=search_block_form] {
	background:#999999;	
	color:whitesmoke;
	border:none;
} 

.form-search .btn {
	text-shadow:none;
	background:#999999;
	background-image:none;
	border:none;
    text-shadow: none; 
    -webkit-box-shadow: none; 
    box-shadow: none;
	line-height: 1.6em;	
}

#block-locale-language ul li a {
	text-transform:uppercase;
}

#headline .block {
	padding:10px 0px;
}

#block-menu-menu-second, #block-locale-language {
	padding-top:17px !important;
}  
#headline .form-group {
	margin-bottom:0px;
}

.headline .menu ul.language-switcher-locale-url {
	float:left;
}

.navbar {
	margin-bottom:0px;
}

.view-event-calendar {
	border:1px #d5d5d5 solid;
}

.view .date-nav-wrapper .date-prev, .view .date-nav-wrapper .date-next  {
		background:none;
}

.content .pager a {    
    border: 1px solid #d5d5d5;
}	

.view .date-nav-wrapper .date-nav {
	margin-bottom:0px;
	padding-bottom:0px;
}

.calendar-calendar th.days {
	background-color:#fff;
	font-weight:normal;
}

.view-event-calendar h3 a {
	color:#686868;
	font-weight:bold;
}	

.calendar-calendar tr td.today, .calendar-calendar tr.odd td.today, .calendar-calendar tr.even td.today {
	background-color:#169a9f;
	color:#fff;
}

.calendar-calendar tr td.today a, .calendar-calendar tr.odd td.today a, .calendar-calendar tr.even td.today a {	
	color:#fff;
}

.calendar-calendar td.has-no-events {
    text-align: center;
    padding: 7px;
    border: 1px #ddd solid;
}

#map {
	background:#169a9f;
}

.region-map {
	padding:30px 0px;
	min-height:300px;
}

#simplenews-block-form-7 label, #contact-site-form label {
    position: relative;
}

.easy-breadcrumb {
	margin-bottom:20px;
}

.page-partners .field-name-field-partner-s-website a {
    font-size: 2.14em;
    text-transform: none;
    margin-bottom: 10px;
	font-family: 'Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-weight: 100;
    color: #363636;
}


.view-logo-slideshow  .flexslider .slides img {
	margin: 0 auto;
	width: 100px;
}


.view-photo-galleries .views-row            
{ 
 margin-top: 4em;
}

.view-photo-galleries h3 {
  margin-bottom:1em;
}



.add_file_link {
  float:right;

}

#edit-field-organisation2-target-id {
width:200px;
}

h1#page-title {
    color: #000 !important;
}