header .eidi-kipou-img{
    width:100%;
    height:70vh;
    margin:0 auto;
}
.dropdown .btn{
    border:none !important;
}
.reviews-area{
    background:white !important;
}
.work-right-text{
    background: #f9f9f9 !important;
}
.psistaries-room{
    padding:1rem;
}
.product-room{
    padding:1rem;
    height: 360px;
}
.row_psistaries{
    margin-top:14rem;
    bottom:14rem;
}
.products_container{
    bottom:100px;
    margin-bottom: 140px;
}




/************************************************* Product Page *****************************************************************/
#product-section{
    /* background:#657F9A; */
    background: #E5E6EC;
  }
  .product_text{
      color: #8c8c8c;
      font-family: 'Helvetica';
      font-size: 14px;
  }    
  .view-button{
    padding-right: 1rem;
  }
  .product-container{
    /*padding-top:10rem;*/
    background-color: #E5E6EC;
  }
  .category-room{
      margin:1.2rem;
      position:relative;
      display:inline-block;
      
  }
  .overlay {
    width:100%;
    height:100%;
    text-align: center;
    vertical-align: middle;
    background: -webkit-linear-gradient(30deg, rgba(1,58,107,.4) 50%, rgba(0,78,149,.4) 50%);
    background: linear-gradient(30deg, rgba(1,58,107,.4) 50%, rgba(0,78,149,.4) 50%);
    /*background: rgba(0,0,0,.4);*/
    position:absolute;
    top:0;
    left:0;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:background 0.5s ease-in !important;  /* Chrome 1-25, Safari 3.2+ */
      -moz-transition:background 0.5s ease-in;  /* Firefox 4-15 */
      -o-transition:background 0.5s ease-in;  /* Opera 10.50–12.00 */
      transition:background 0.5s ease-in !important;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
   
  }
  
  .overlay:hover{
    background: -webkit-linear-gradient(110deg, rgba(1,58,107,.7) 50%, rgba(0,78,149,.4) 50%);
    background: linear-gradient(110deg, rgba(1,58,107,.7) 50%, rgba(0,78,149,.4) 50%);
  }
  /* All other styling - see example */
  
  img {
    vertical-align:top; /* Default is baseline, this fixes a common alignment issue */
  }
  .centered {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    
  }
  .category-title{
    color:white;
    font-size:14px;
  }
  
  .card_product_img{
    height:100% !important;
  }
  .card_prod_card{
    padding:1rem;
  }
  /* .btn-prod-aral{
    font-weight: 600;
    border-top: 1px solid #002856;
    border-bottom: 8px solid #002856;
    color: #002856;
    transition: all 0.5s;
  }
  .btn-prod-aral:hover{
    background-color:#002856;
    color:white!important;
  } */
  
  
  
  /* Sweep To Top */
  .btn-prod-aral{
    display: inline-block;
    border-top: 1px solid #911212;
    border-bottom: 8px solid #911212;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .btn-prod-aral:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #c23636;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  .btn-prod-aral:hover, .btn-prod-aral:focus, .btn-prod-aral:active {
    color: white;
  }
  .btn-prod-aral:hover:before, .btn-prod-aral:focus:before, .btn-prod-aral:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  
  







  
/**********************************************************      Product.php                     **********************************************/
.product{
    padding-top: 10rem;
  }
  .card-subtitle{
      margin-bottom: 1.75rem;
      margin-top: .85rem;
      color: gray;
  }
     
  .divider { 
    height: 1px; 
    overflow: hidden; 
    background-color: color("grey", "lighten-2"); 
  }
  
  
  
  
  
  
  
  /************************************************        New Products        **********************************************/
  #new-products{
    background:#002856;
  }
  .new-product{
    padding:1.2rem;
  }
  
  .new-product-card-img{
    width:300px;
    height:300px;
    padding:1rem;
  }
  
  .inside{
    z-index: 9;
      background: red;
      width: 65px;
      height: 65px;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0px 0px 0px 200px;
      transition: all 0.5s, border-radius 2s, top 1s;
      overflow: hidden;
  }
  .inside .icon{
    position:absolute;
    right: -5px;
    top: -5px;
    opacity: 1;
  }
  
  input[type="search"], textarea {
    outline: none;
    box-shadow:none !important;
    border:none;
    }
  
  #aral.container{
    max-width: 1340px !important;
  }
  
  
  
  /********* Search ***********/
  .search-container{
    padding: 0 1rem;
      /*top: 30%;*/
      margin-top: 1rem;
  
  }
  .search-btn{
    /*background:#FF8300;*/
    background:white;
    padding-left: 33px;
    color:white;
    
  }
  .search-btn:hover{
    color:white !important;
  }
  /*Resize the wrap to see the search bar change!*/
  
  @media screen and (max-width: 768px){
    .search-container{
      width: 100%;
      /*padding: 0 3rem;*/
        left:0;
        /*top: 30%;*/
    }
  }
  @media screen and (max-width: 400px){
    .search-container{
      width: 100%;
      padding: 0 3rem;
        left:0;
        /*top: 30%;*/
    }
  }
  /*Trapezoid*/
  .trapezoid {
    border-bottom: 34px solid #ff8300;
      border-left: 35px solid transparent;
      height: 0;
      left:0;
      position: absolute;
      top: 0;
      width: 60px;
      z-index: -1;
  }
  
  .search-container {
    
      outline: 0 !important;
      
  }
  
  
  .gif-bg{
    width:100vw;
    height:80vh;
  }
  
  .sunergates-text{
    overflow-y: scroll;
  }
                                                    /*Search Section*/
  #search-results {
      background-color: #fff;
      padding: 1rem;
      position: absolute;
      border-radius: 4px;
      top: 100%;
      z-index: 999;/*apo 9999*/
      width: auto;
      box-shadow: 3px 22px 35px 0px rgba(0,0,0,0.75);
  }
  
  .product_img{
    width:80px;
    height:80px;
  }
  
  
  /*Single Product */
  
  .pop-up-container {
    height: 100%;
    width: auto;
    display: table;
    margin: auto;
    position: static;
  }
  
  @media (max-width:400px) {
    .pop-up-container {
      width: 96%;
      margin: 2%;
    }
  }
  
  .pop-up-container-vertical {
    height: 100%;
    vertical-align: middle;
    display: table-cell;
  }
  
  .pop-up-wrapper {
    /* -webkit-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45);
    box-shadow: -45px 49px 83px 1px rgba(0, 0, 0, 0.45); 
    -webkit-box-shadow: -5px 20px 60px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: -5px 20px 60px 1px rgba(0, 0, 0, 0.45);
    box-shadow: -5px 20px 60px 1px rgba(0, 0, 0, 0.45);*/
    -webkit-box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.45);
    -moz-box-shadow:0px 10px 25px 1px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 10px 25px 1px rgba(0, 0, 0, 0.45);
    display: block;
    margin: 20px auto;
    width: auto;
    position: relative;
  }
  
  .pop-up-wrapper {
    background-color: white;
    display: block;
    padding: 50px;
  }
  
  .go-back {
    position: absolute;
    left: 0;/*default 10px*/
    top: 0;/*default 10px*/
    color:white;/**/
    width: 0;
    height: 0;
    border-top: 80px solid #002856;/*default 60px #CAE00D*/
    border-right: 80px solid transparent;/*default 60px*/
  }
  .go-front {
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    width: 0;
    height: 0;
    border-bottom: 80px solid #657F9A;
    border-left: 80px solid transparent;
  }
  .go-front i {
    font-size:20px;
    position: relative;
    top: 42px;
    right: 33px;
  }
  .go-back i {
    font-size:20px;
    position: relative;
    top: -62px;/*default -52px*/
    left: 15px;/*default 10px*/
  }
  
  /* .product-details {
    max-width: 600px αν θέλω να το εχω λιγο μικροτερο να βαλω αυτη τη γραμμη οπως ειναι στο default;
  } */
  
  .product-left {
    display: inline-block;
    padding-right: 4%;
    vertical-align: top;
    width: 46%;
  }
  
  .product-right {
    display: inline-block;
    vertical-align: top;
    width: 49%;
  }
  
  .product-bottom{border-top:1px solid #ccc; position:relative; padding-top:20px;}
  
  @media (max-width:650px){
    .product-left, .product-right, .product-bottom{
      width:100%;}
    .product-left{padding-right:0;}
    .product-info{display:inline-block; width:60%; vertical-align:top;}
     /* .product-image{display:inline-block; width:39%; vertical-align:top;} */
  }
  
  @media (max-width:512px){
    .product-info, .product-image{width:100%;}
  }
  
  .product-manufacturer {
    color:#222;
    font-size: 70px;
    font-weight: bold;
    line-height: 1;
    margin: -2px;
  }
  
  .product-title {
    font-size: 28px;
    color: #888;
  }
  .product-category{
    padding: 1.5rem 0;
    color:#495057;
  }
  .product-price {
    color:#222;
    font-size: 24px;
    letter-spacing: 1px;
  }
  
  .product-price-cents {
    text-decoration: underline;
    vertical-align: top;
    padding-left:3px;
  }
  
  .product-image {
    padding: 10px 10px 0 10px;
  }
  
  .product-image img {
    width: 100%;
      height: 100%;
      object-fit: contain;
      height: 295px;
  }
  
  .product-description {line-height:1.5;}
  
  .product-available {
    margin-top: 25px;
  }
  
  .product-rating{
    margin-top:25px;
  }
  
  i.fa-star{color:#aaa; display:inline-block;}
  i.fa-star.rating{color: rgb(232, 217, 31);}
  .product-rating-details{display:inline-block; padding-left: 10px;}
  @media(max-width:515px){
    .product-rating-details{padding-left:0;}
  }
  .product-extended {
    color: #235ba8;
    padding-left: 5px;
  }
  .product-quantity{margin-top:25px;
    margin-bottom:25px;}
  
  .product-checkout{position:absolute; left:0;font-size: 12px; text-transform: uppercase;}
  .product-checkout-actions{position:absolute; right:0;}
  .product-checkout-total, .product-checkout-total-amount{font-size: 20px; color: #C17A41;}
  .product-checkout-total * {display:inline-block;}
  .product-checkout-actions{}
  
  /* 6. Components - buttons, menus, images, etc. */
  .product-quantity-label{text-transform:uppercase;}
  .product-quantity *{display:inline-block;}
  
  #product-quantity-input{background-color: #eee;border: none; width:2.5em; text-align: center;}
  .product-quantity-subtract, .product-quantity-add{margin-left: 20px; padding-left:5px; padding-right: 5px;}
  .product-quantity-subtract{margin-right:20px;}
  
  
  .toast{
    position: fixed;
    top: -50px;
    left: calc(50vw - 50px);
    z-index:25;
    padding:5px 10px;
    border-radius: 15px;
  }
  
  .toast-success{
    background-color: green;
    color:white;
    font-size: 9pt;
  }
  
  .toast-transition{
    top: calc(50px);
    transition:top 1s;
  }
  
  
  /* 7. Trumps - text helpers, often !important */
  
  .hidden {
    display: none;
  }
  
  
  
  /*Product Pagination Style*/
  #pagination-list .page-item.active .page-link{
      color: #fff;
      background-color: #002856;
      border-color:#002856;
  }
  #pagination-list .page-item.active .page-link:hover{
    color: #fff;
    border:1px solid #fff;
  }
  #pagination-list .page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #002856;
    background-color: #fff;
    border: 1px solid #dee2e6;
    transition:all 0.5s;
  }
  #pagination-list .page-link:hover {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    background-color: #002856;
    color: #fff;
    border: 1px solid #dee2e6;
  }
  
  
  .pagination-row{
    padding: 10px 20px 0px;
    border-top: solid 1px #CCC;
  }
  /*Pagination End*/
  
  /*************************             Breadcrumb     ************************/
  .breadcrumb{
  background-color: #E5E6EC !important;
  position: relative;
  }
  .breadcrumb-link{
    color: #777 !important;
    transition: color ease-in .5s;
  }
  .custom-breadcrumb{
    border: 2px solid;
    padding: .5rem;
    background: #002856;
    color: white;
  }
  .breadcrumb .circle {
    position: relative;
      top: -10px;
      right: 15px;
      width: 25px;
      height: 25px;
      -webkit-border-radius: 25px;
      -moz-border-radius: 25px;
      border-radius: 25px;
      background: white;
      border: 1px solid white;
      z-index: 100;
      text-align: center;
  
  }







  /***************         Touristika Katalimata arxiki            ****************/
  .touristiko-kataluma-on-index{
    padding: 0 !important;
  }



  .project-dec .touristika-h4 {
    color: #ddd;
    font-size: 24px;
    padding-top: 30%;
    line-height: 1em;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 800;
}

.touristika-headline{
  padding-top: 4rem;
}

.touristika{
  padding:0 !important;
}

.about-container{
	max-width:1280px !important;
}


