@import url('https://fonts.googleapis.com/css?family=Sora:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,600,700,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Archivo:400,500,600,700,800&display=swap');
  .box {
    /* display: flex; */
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #aaa;
    margin: 20px 0;
    padding: 10px;
    width: 100%;
    min-height: auto;
    border: 2px #ccc solid;
    color: #fff;
  }







  .content {
    position: relative;
    margin: auto;
    overflow: hidden;
  }

  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
  
  .content:hover .content-overlay{
    opacity: 1;
  }
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
  }
  
  .content-details h3{
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  
  .content-details p{
    color: #fff;
    font-size: 0.8em;
  }
  .fadeIn-left{
    left: 20%;
  }  







  /******************************************thermofora index column ******************************/

  .overlay-news{
    /* width: 100%; */
    position: absolute;
    /* padding-right: 15px;
    padding-left: 15px; */
    top: 0;
    left: 0;
    display:none;
  }

/* section.thermofora-index{
    background:#BFBFBF;
} */


.thermofora-product-left {
    display: inline-block;
    padding-right: 4%;
    vertical-align: top;
    width: 46%;
  }
  
  .thermofora-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:799px){
    .thermofora-product-left, .thermofora-product-right, .product-bottom{
      width:100%;}
    .thermofora-product-left{padding-right:0;}
    .thermofora-product-info{display:inline-block; width:100%; vertical-align:top;}
     .thermofora-product-image{display:inline-block; width:100%; vertical-align:top;}
  }
  @media (max-width:650px){
    .thermofora-product-left, .thermofora-product-right, .product-bottom{
      width:100%;}
    .thermofora-product-left{padding-right:0;}
    .thermofora-product-info{display:inline-block; width:100%; vertical-align:top;}
     .thermofora-product-image{display:inline-block; width:100%; vertical-align:top;}
  }
  
  /* @media (max-width:512px){
    .thermofora-product-info, .thermofora-product-image{width:100%;}
  }
   */
  
  .thermofora-product-title {
    font-size: 44px;
    text-transform: uppercase;
    color: #34414d;
    font-weight: 800;
    line-height: normal;
    /* padding: 1rem; */
  }
  .thermofora-product-category{
    padding: 1rem 0;
    color:#495057;
  }
  
  .thermofora-product-image{
    padding:2rem;
  }
  
  .thermofora-product-image img {
    width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  
  .thermofora-product-description{
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
    color: #34414d;
    /* padding:1rem; */
  
  }
  
  ul.check{
    list-style-image: url('../img/check-16.png');
  }
  
  .button_slide {
    color: #FFF;
    background-color: #34414d;
    border-radius: 10px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #34414d;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }
  
  .button-akrateia,.button-thermofora{
    padding:1rem;
  }
  .slide_left:hover {
    box-shadow: inset 0 0 0 50px #34414d;
  }
  
  .thermofora-left-column{
    padding:5rem;
  }
  
  
  /**thermofora index column end*/

  /*top button*/
  .feedback {
    background-color : #3b3b3b;
    color: white;
    padding: 8px 10px 10px;
    border-radius: 0px;
    border: none;
    font-size:15px
  }
  
  #mybutton {
    position: fixed;
    top: 0px;
    left:0px;
  }


  





  /*rologaki section*/


/*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: 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;
    top: 0;
    color: white;
    width: 0;
    height: 0;
    border-top: 120px solid #34414d;
    border-right: 120px solid transparent;
  }
  
  .go-back i {
    font-size: 38px;
    position: relative;
    top: -100px;
    left: 15px;
  }
  
  /* .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:799px){
    .product-left, .product-right, .product-bottom{
      width:100%;}
    .product-left{padding-right:0;}
    .product-info{display:inline-block; width:100%; vertical-align:top;}
     .product-image{display:inline-block; width:100%; vertical-align:top; transition: all 0.5s;}
  }

  @media (max-width:650px){
    .product-left, .product-right, .product-bottom{
      width:100%;}
    .product-left{padding-right:0;}
    .product-info{display:inline-block; width:100%; vertical-align:top;}
     .product-image{display:inline-block; width:100%; vertical-align:top; transition: all 0.5s;}
  }
  
  /* @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: 54px;
    text-transform: uppercase;
    color: #34414d;
    font-weight: 800;
    line-height: normal
  }
  .product-category{
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    padding: 1.5rem 0;
    color: #34414d;
  }
  .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 {
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
    color:#6f7882;  
    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;}
  
  /* 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;
  }
  
  
  *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html,body{
    display: grid;
    height: 100%;
    place-items: center;
    /* background: #456ABD; */
    width: 100%;
    transition: background 0.3s ease;
  }
  
  .pop-up-wrapper .title{
    font-size: 52px;
    font-weight: 500;
  }
  .pop-up-wrapper p{
    font-size: 17px;
    color: grey;
  }
  .pop-up-wrapper .price{
    position: absolute;
    top: 10px;
    right: 30px;
    font-size: 23px;
    font-weight: 600;
    color: #456ABD;
  }
  .pop-up-wrapper .content{
    margin: 25px 0;
    padding: 10px 10px;
  }
  .pop-up-wrapper .content .name{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: #888;
  }
  .pop-up-wrapper .content .size-value{
    width: 50%;
    display: flex;
    margin: 20px 5px;
    justify-content: space-between;
  }
  .content .size-value span{
    display: block;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 28px;
    border-radius: 50%;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    color: #456ABD;
  }
  .content .size-value span.active{
    background: #456ABD;
    color: #fff;
  }
  .content .colour-value{
    /* width: 30%; */
    display: flex;
    margin: 20px 5px;
    justify-content: space-between;
  }
  .content .colour-value span{
    height: 26px;
    width: 26px;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    position: relative;
  }
  .content .colour-value span.black{
    background: #000000;
  }
  .content .colour-value span.lightblue{
    background: #006699;
  }
  .content .colour-value span.yellow{
    background: #cccc33;
  }
  .content .colour-value span.fuchsia{
    background: #cc3366;
  }
  .content .colour-value span.green{
    background: #009966;
  }
  .content .colour-value span.purple{
    background: #663399;
  }
  .content .colour-value span.pink{
    background: #ff6699;
  }
  .content .colour-value span.red{
    background: #cc3333;
  }
  .content .colour-value span.white{
    background: lightgrey;
  }
  .content .colour-value span.blue{
    background: #456ABD;
  }
  .content .colour-value span.active:after{
    position: absolute;
    content: "";
    height: 34px;
    width: 34px;
    left: -4px;
    top: -4px;
    box-sizing: border-box;
    border: 2px solid #456ABD;
    border-radius: 50%;
  }
  .content .colour-value span.white.active:after{
    border-color: lightgrey;
  }
  .content .colour-value span.yellow.active:after{
    border-color: #EAA523;
  }
  .wrapper .btns{
    display: flex;
    height: 80px;
    width: 100%;
    align-items: center;
    justify-content: center;
  }
  .wrapper .btns button{
    height: 40px;
    width: 100%;
    margin: 0 10px;
    border: 2px solid #456ABD;
    background: #456ABD;
    outline: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
  }



  /******************************************rologaki index column ******************************/


.starting-section{
    /* box-shadow: 0px 15px 10px -15px #111; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px;
}
/* section.rologaki-index{
    background:#dfdfdf;
} */

.product-details{
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
    line-height: 1.5;
    padding: 1.5rem 0;
    color: #34414d;
}
.product-details .ww{
  list-style-image: url('../img/ww-34.png');
}

.rologaki-product-left {
    display: inline-block;
    padding-right: 4%;
    vertical-align: top;
    width: 46%;
  }
  
  .rologaki-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:799px){
    .rologaki-product-left, .rologaki-product-right, .product-bottom{
      width:100%;}
    .rologaki-product-left{padding-right:0;}
    .rologaki-product-info{display:inline-block; width:100%; vertical-align:top;}
     .rologaki-product-image{display:inline-block; width:100%; vertical-align:top;}
  }


  @media (max-width:650px){
    .rologaki-product-left, .rologaki-product-right, .product-bottom{
      width:100%;}
    .rologaki-product-left{padding-right:0;}
    .rologaki-product-info{display:inline-block; width:100%; vertical-align:top;}
     .rologaki-product-image{display:inline-block; width:100%; vertical-align:top;}
  }
  
  /* @media (max-width:512px){
    .rologaki-product-info, .rologaki-product-image{width:100%;}
  } */
  
  
  .rologaki-product-title {
    font-size: 44px;
    text-transform: uppercase;
    color: #34414d;
    font-weight: 800;
    line-height: normal;
    /* padding: 1rem; */
  }
  .rologaki-product-category{
    padding: 1rem 0;
    color:#495057;
  }
  
  /* .rologaki-product-image{
    padding:2rem;
  } */
  
  .rologaki-product-image img {
      width: 100%;
      height: 100%;
      object-fit: contain;
  }
  
  
  .rologaki-product-description{
    font-family: 'Inter';
    font-size: 28px;
    font-weight: 600;
    color: #34414d;
    /* padding:1rem; */
  
  }
  
  ul.drop{
    list-style-image: url('../img/drop-24.png');
  }
  
  .button_slide {
    color: #FFF;
    background-color: #34414d;
    border-radius: 10px;
    padding: 18px 36px;
    display: inline-block;
    font-family: "Lucida Console", Monaco, monospace;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #34414d;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
  }
  
  .button-akrateia,.button-rologaki{
    padding:1rem;
  }
  .slide_left:hover {
    box-shadow: inset 0 0 0 50px #34414d;
  }
  
  .rologaki-left-column{
    padding:5rem;
  }
  
  
  /**rologaki index column end*/

  /*top button*/
  .feedback {
    background-color : #3b3b3b;
    color: white;
    padding: 8px 10px 10px;
    border-radius: 0px;
    border: none;
    font-size:15px
  }
  
  
















