.book-notice,
.message-calendar {
    display: block;
    padding: 5px 15px;
    border-left: 5px solid red;
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, .1);
    background: #fff;
}

 .color-dark {
     color: #555;
 }

 .mb-0 {
     margin-bottom: 0px !important;
 }
 .booked-profile-page {
    position: relative;
  }
    .cou {
      top: 10px;
      right: 15px;
      position: absolute;
      padding: 15px;
      width: 55px;
      height: 55px;
      display: flex !important;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      background: #fff;
      font-size: 25px;
      color: #000 !important;
      font-weight: bold;
    }
    /* .cou:after {
        content: "μαθήματα";
        font-size: 10px;
    } */
    .cou span {
        font-size: 10px;
    }

.expired-day {
    text-align: right;
    padding: 5px 15px;
    background: #ffc000;
    display: inline-block;
    font-family: Arial;
    color: #fff;
    font-size: 16px;
    margin-bottom: -5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    position: absolute;
    top: -26px;
    text-align: center;
    min-width: 300px;
    right: 0;
    text-shadow: 1px 1px rgba(0,0,0,0.5);
    font-weight: bold;
}

.inform-user {
    font-size: 16px !important;
   margin-bottom: 8px;
  }

@media (max-width: 380px) {
    .cou {
    top: 2px;
    right: 2px;
    }
}

.booked-appt-list .inform-user:not(:first-of-type) {
    display: none;
}


/* # WooCommerce Cart Icon CSS with FontAwesome 5
---------------------------------------------------------------------------------------------------- */

.cart-contents {
    position: relative;
    display: flex !important;
    flex-flow: column nowrap;
    justify-content: center;
}

.cart-contents:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;	
    content: "\f290" !important;
    font-size: 30px;
    color: #FF1493;
}

.cart-contents:hover {
    text-decoration: none;
}

.cart-contents-count {
	position: absolute;
    	top: 15px;
   	right: 1px;
   	transform: translateY(-105%) translateX(25%);
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	height: 22px;
   	width: 22px;
	vertical-align: middle;
	text-align: center;
	color: #fff;
    	background: #000;
    	border-radius: 50%;
    	padding: 1px;  
}

@media (max-width: 600px) {
    .cou {
        top: -35px !important;
        right: 0px !important;
      font-size: 20px !important;
    }
}