/*** The new CSS Reset - version 1.2.0 (last updated 23.7.2021) ***/

/* Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
  Remove list styles (bullets/numbers)
  in case you use it with normalize.css
*/
ol, ul {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* Removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

a {
  text-decoration: none;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
}

/****************************/
/* Font Face */

@font-face {
  font-family: 'MongolianBaiti';
  src: url('fonts/MongolianBaiti/MongolianBaiti.eot');
  src: local('☺'), url('fonts/MongolianBaiti/MongolianBaiti.woff') format('woff'), url('fonts/MongolianBaiti/MongolianBaiti.ttf') format('truetype'), url('fonts/MongolianBaiti/MongolianBaiti.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

/****************************/

html {
  background: url("img/wood_pattern_3.jpg") fixed repeat;
  overflow-x: hidden;
}

body {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  font-family: 'Montserrat';
  font-weight: 400;
  color: #161616;
}

body.lang-el {
  font-family: 'Open Sans';
}

.main-container {
  width: 100%;
  float: left;
  padding: 50px;
}

.inner-wrapper {
  /*-webkit-box-shadow: 0 0 10px #222;
  -moz-box-shadow: 0 0 10px #222;
  box-shadow: 0 0 10px #222;*/
}

.responsive-menu {
  display: none;
}

.top-header {
  width: 100%;
  float: left;
  background-color: #161616;
  color: #fff;
  position: relative;
  padding: 25px 0;
}

.top-header ul.menu {
  width: 100%;
  float: left;
  text-align: center;
}

.top-header ul.menu li {
  display: inline-block;
  list-style: none;
}

.top-header ul.menu li a {
  margin: 0 30px;
  font-size: 25px;
  transition: 0.4s;
}

.top-header ul.menu li a:hover {
  color: #bfa081;
}

.top-header span {
  position: absolute;
  right: 30px;
  font-size: 25px;
}

.top-header span i {
  margin-right: 10px;
}

.top-header span.phone {
  right: 90px;
}

.top-header span.lang img {
  float: left;
  width: 27px;
  margin-top: 5px;
  margin-left: 15px;
}

.top-header span.lang.greek img {
  margin-top: 0px;
}

.top-header ul.menu li a.shop-btn,
.responsive-menu li a.shop-btn {
  padding: 7px 15px;
  background-color: #bfa081;
  color: #161616;
}

.top-header ul.menu li a.shop-btn:hover,
.responsive-menu li a.shop-btn:hover {
  color: #161616;
}

.sticky-nav {
  width: 100%;
  position: fixed;
  top: -200px;
  left: 0;
  right: 0;
  transition: 0.4s;
  z-index: 991;
}

.show-sticky-nav {
  position: fixed;
  top: 0px;
}

.hero-area {
  width: 100%;
  float: left;
  background-color: #b0a59c;
  position: relative;
  overflow: hidden;
}

.hero-area video {
  width: 1344px;
  height: 710px;
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  top: -1px;
}

.hero-area .video-bg {
  width: 1344px;
  height: 710px;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  top: -1px;
  background: rgba(0,0,0,.5);
}

.hero-area img {
  width: 570px;
  float: left;
  position: relative;
  z-index: 5;
}

.hero-area .welcome-area {
  width: 650px;
  float: left;
  margin-top: 200px;
  margin-left: 300px;
  position: relative;
}

.hero-area .logo-area {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 50%;
  position: relative;
  z-index: 5;
}

.hero-area .welcome-area img {
  /*width: 144px;*/
  width: 100%;
  /*margin-left: -72px;*/
  margin-left: -50%;
  position: relative;
  z-index: 5;
  margin-top: 60px;
}

.hero-area .welcome-area h1 {
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
  position: relative;
  z-index: 5;
  color: #fff;
  display: none;
}

.hero-area .welcome-area h2 {
  width: 100%;
  text-align: center;
  font-size: 38px;
  position: relative;
  z-index: 5;
  color: #fff;
}

.circle{
  width:30px;
  height:30px;
  /*background: #fff;*/
  background: url("img/wood_pattern.jpg") fixed repeat;
  border: 1px solid #000;
  border-radius:50%;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle 6s linear infinite;
  display: none;
}

@keyframes circle{
  0%{
    transform:rotate(0deg)
              translate(-60px)
              rotate(0deg);
  
  }
  100%{
    transform:rotate(360deg)
              translate(-60px)
              rotate(-360deg);
  }
}

.about-area {
  width: 100%;
  float: left;
  background-color: #bfa081;
  position: relative;
  z-index: 5;
}

.about-area img {
  width: 650px;
  float: right;
}

.about-area .container {
  width: 650px;
  float: left;
  color: #fff;
  margin-left: 150px;
  margin-top: 150px;
}

.about-area .container h3 {
  width: 100%;
  float: left;
  font-family: 'MongolianBaiti';
  font-size: 50px;
  /*margin-bottom: 80px;*/
  margin-bottom: 40px;
}

.lang-el .about-area .container h3 {
  font-family: 'Open Sans';
  font-weight: 600;
  font-size: 40px;
}

.about-area .container p {
  width: 100%;
  float: left;
  font-size: 27px;
  line-height: 45px;
}

.about-area .container a {
  width: auto;
  float: left;
  font-size: 24px;
  margin-top: 30px;
  padding: 14px 20px;
  background-color: #fff;
  color: #bfa081;
}

.about-area .container a i {
  font-size: 20px;
  margin-left: 10px;
}

.lang-el .about-area .container p {
  font-size: 25px;
}

.process-area {
  width: 100%;
  float: left;
  background-color: #f2efe1;
  padding: 120px;
}

.process-area img {
  width: 640px;
  float: left;
}

.process-area .container {
  width: 650px;
  float: left;
  color: #161616;
  margin-left: 200px;
  margin-top: 120px;
  /*margin-top: 30px;*/
}

.process-area .container h3 {
  width: 80%;
  float: left;
  font-family: 'MongolianBaiti';
  font-size: 50px;
  margin-bottom: 80px;
}

.lang-el .process-area .container h3 {
  font-family: 'Open Sans';
  font-size: 40px;
  font-weight: 600;
}

.process-area .container p {
  width: 100%;
  float: left;
  font-size: 27px;
  line-height: 45px;
}

.lang-el .process-area .container p {
  font-size: 23px;
}

.gallery {
  width: 100%;
  float: left;
  background-color: #fff;
  padding-bottom: 50px;
}

.gallery ul {
  width: 1550px;
  margin: 0 auto;
  margin-top: 50px;
}

.gallery li {
  width: 470px;
  float: left;
  margin-right: 70px;
  border: 1px solid #eee;
  position: relative;
  z-index: 9;
}

.gallery li:nth-child(3) {
  margin-right: 0;
}

.gallery li:nth-child(6) {
  margin-right: 0;
}

.gallery li:nth-child(9) {
  margin-right: 0;
}

.gallery li:nth-child(12) {
  margin-right: 0;
}

.gallery li:nth-child(15) {
  margin-right: 0;
}

.gallery li:nth-child(18) {
  margin-right: 0;
}

.gallery li:nth-child(21) {
  margin-right: 0;
}

.gallery li:nth-child(24) {
  margin-right: 0;
}

.gallery li:nth-child(27) {
  margin-right: 0;
}

.gallery li:nth-child(30) {
  margin-right: 0;
}


.gallery li:nth-child(4) {
  clear: left;
}

.gallery li:nth-child(7) {
  clear: left;
}

.gallery li:nth-child(10) {
  clear: left;
}

.gallery li:nth-child(13) {
  clear: left;
}

.gallery li:nth-child(16) {
  clear: left;
}

.gallery li:nth-child(19) {
  clear: left;
}

.gallery li:nth-child(22) {
  clear: left;
}

.gallery li:nth-child(25) {
  clear: left;
}

.gallery li:nth-child(28) {
  clear: left;
}

.gallery li:nth-child(31) {
  clear: left;
}

.gallery li:nth-child(4),
.gallery li:nth-child(5),
.gallery li:nth-child(6),
.gallery li:nth-child(7),
.gallery li:nth-child(8),
.gallery li:nth-child(9),
.gallery li:nth-child(10),
.gallery li:nth-child(11),
.gallery li:nth-child(12),
.gallery li:nth-child(13),
.gallery li:nth-child(14),
.gallery li:nth-child(15),
.gallery li:nth-child(16),
.gallery li:nth-child(17),
.gallery li:nth-child(18),
.gallery li:nth-child(19),
.gallery li:nth-child(20),
.gallery li:nth-child(21),
.gallery li:nth-child(22),
.gallery li:nth-child(23),
.gallery li:nth-child(24),
.gallery li:nth-child(25),
.gallery li:nth-child(26),
.gallery li:nth-child(27),
.gallery li:nth-child(28),
.gallery li:nth-child(29),
.gallery li:nth-child(30),
.gallery li:nth-child(31) {
  margin-top: 80px;
}

.gallery li img {
  width: 470px;
  height: 470px;
  object-fit: cover;
  /*margin-bottom: 40px;*/
}

.gallery li small {
  width: 100%;
  float: left;
  text-align: center;
  font-family: 'Montserrat';
  font-size: 23px;
  padding: 10px;
}

.lang-el .gallery li small {
  font-family: 'Open Sans';
}

.gallery li small.small {
  font-size: 18px;
}

.gallery li small.price {
  padding: 20px;
  background: #b0a59c;
  color: #fff;
  font-family: 'Montserrat';
  font-weight: 600;
}

.lang-el .gallery li small.price {
  font-family: 'Open Sans';
}

.gallery li small.row-1 {
  background: #e2dfd1;
}

.gallery li small.row-2 {
  background: #f2efe1;
}

.gallery li span {
  width: 100%;
  float: left;
  text-align: center;
  padding: 12px;
  background-color: #161616;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  font-weight: 700;
}

.gallery li span.order-on-demand {
  width: auto;
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 10;
  background-color: #bfa081;
  color: #fff;
  padding: 10px;
  cursor: auto;
}

.gallery li img.first-img {
  transition: 0.3s;
  position: relative;
  z-index: 3;
}

.gallery li:hover > img.first-img {
  opacity: 0;
  pointer-events: none;
}

.gallery li img.second-img {
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 2;
  pointer-events: none;
}

.outter_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 990;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.7);
  display: none;
}

.sauna_details {
  width: 600px;
  height: auto;
  position: fixed;
  transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-webkit-transform: translate(50%, -50%);
  top: 50%; right: 50%;
  z-index: 999;
  display: none;
}

.sauna_det {
  width: 100%;
  float: left;
  text-align: center;
  background-color: #f2efe1;
  border: 5px solid #e2dfd1;
  display: none;
}

.sauna_det img {
  width: 200px;
}

.sauna_det p {
  width: 100%;
  float: left;
  text-align: center;
  padding: 14px;
  border-bottom: 1px solid #ccc;
}

.show-div {
  display: block;
}

.home .articles-area {
  background-color: #e2dfd1;
}

.home .articles-area h3.title {
  font-family: 'MongolianBaiti';
  font-size: 50px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

.home .articles-area h3.title img {
  width: 100px;
  pointer-events: none;
}

.carousel-area {
  width: 100%;
  float: left;
  background: #fff;
}

.img-hover-zoom {
  width: 20%;
  height: 220px; /* [1.1] Set it as per your need */
  overflow: hidden; /* [1.2] Hide the overflowing of child elements */
  float: left;
  position: relative;
  object-fit: cover;
  border: 2px solid #f2efe1;
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
  transition: transform 1s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
  transform: scale(1.5);
}

.img-hover-zoom > div {
  transition: 0.6s;
}

.img-hover-zoom:hover > div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 80;
}

.img-hover-zoom > div i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  -moz-transform: rotate(45deg) translate(-50%, -50%);
  -ms-transform: rotate(45deg) translate(-50%, -50%);
  -o-webkit-transform: rotate(45deg) translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: 0.6s;
  margin-left: -14px;
}

.img-hover-zoom:hover > div i {
  opacity: 1;
}

.carousel-wrapper {
  width: 100%;
  float: left;
  background: #f2efe1;
  padding: 30px;
  overflow: hidden;
}

.swiper {
  max-width: 900px;
  margin: 0 auto;
  overflow: visible !important;
}

.swiper-wrapper {
  /*margin-left: 400px;*/
}

.swiper-slide img {
  width: 900px !important;
  /*padding: 40px;*/
  padding: 40px;
}

.swiper-btn:after {
  color: #333 !important;
  font-size: 20px !important;
  border: 1px solid #333;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  padding: 10px 20px;
  text-align: center;
}

.swiper-button-next:after {
  padding: 10px 23px 10px 17px;
  margin-left: 50px;
}

.swiper-button-prev:after {
  padding: 10px 25px 10px 15px;
  margin-right: 50px;
}

.contact-area {
  width: 100%;
  float: left;
  padding: 100px;
  background-color: #f2efe1;
}

.contact-area h3 {
  width: 600px;
  float: left;
  font-size: 50px;
  font-family: 'MongolianBaiti';
  margin-top: 150px;
  line-height: 60px;
}

.lang-el .contact-area h3 {
  font-family: 'Open Sans';
  font-size: 40px;
}

.frmContact {
  width: 660px;
  float: right;
  margin-right: 100px;
}

.frmContact input {
  border: none;
  outline: none;
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.frmContact textarea {
  border: none;
  outline: none;
  width: 100%;
  float: left;
  padding: 20px;
  background-color: #fff;
}

.frmContact .input-area {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 20px;
}

.frmContact .action-area {
  width: 100%;
  float: left;
}

.frmContact button {
  width: 270px;
  padding: 20px;
  background-color: #161616;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}

.frmContact button:hover {
  color: #bfa081;
}

.frmContact .info {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 15px;
}

.frmContact #mail-status {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 15px;
  color: #53b95c;
}

.faq-area {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 50px;
  border-top: 1px solid #eee;
}

.faq-area .container {
  max-width: 1600px;
  margin: 0 auto;
}

.faq-area h3.title {
  font-family: 'MongolianBaiti';
  font-size: 50px;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 50px;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border: 1px solid #eee;
}

.accordion:after {
  font-family: FontAwesome;
  content: '\f107'; /* Unicode character for "plus" sign (+) */
  font-size: 16px;
  color: #777 !important;
  float: right;
  margin-left: 5px;
}

.active:after {
  font-family: FontAwesome;
  content: "\f106"; /* Unicode character for "minus" sign (-) */
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .accordion:hover {
  background-color: #eee;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 1px solid #eee;
}

.panel .content {
  width: 100%;
  float: left;
  padding: 20px;
}

.panel p {
  line-height: 1.6em;
  margin-bottom: 15px;
}

.footer-area {
  width: 100%;
  float: left;
  background-color: #161616;
  color: #fff;
  text-align: center;
  padding: 40px;
}

.cy-delivery {
  width: 100%;
  float: left;
  background-color: #fff;
  border-top: 1px solid #ddd;
  padding: 50px;
  /*background: url("img/delivery_bg.jpg") repeat;*/
}

.cy-delivery .img-container {
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 30px;
}

.cy-delivery img {
  width: 400px;
  margin: 0 auto;
}

.cy-delivery h1 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
  background-color: #f2efe1;
  padding: 20px;
}

.cy-delivery h1 span {
  font-weight: 700;
}

.cy-delivery h1 i {
  margin-right: 20px;
}

.cy-delivery h3 {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
}

.cy-delivery a {
  width: 100%;
  float: left;
  font-size: 24px;
  margin-top: 15px;
  padding: 10px 16px;
  color: #fff;
  background-color: #161616;
  text-align: center;
}

.cy-delivery a i {
  font-size: 20px;
  margin-left: 10px;
}

.footer-area .logo-area {
  position: relative;
}

.footer-area .logo-area img {
  /*width: 144px;*/
  width: 400px;
  margin-bottom: 30px;
}

.footer-area h1 {
  width: 100%;
  float: left;
  font-size: 60px;
  font-weight: 600;
  margin-bottom: 20px;
  display: none;
}

.footer-area small {
  width: 100%;
  float: left;
  font-size: 20px;
  margin-bottom: 20px;
}

.footer-area small i {
  font-size: 23px;
  margin-right: 10px;
}

.footer-area a {
  transition: 0.4s;
}

.footer-area a:hover {
  color: #bfa081;
}

.footer-area p {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 20px;
  margin-top: 20px;
}


/**********************/
/* Privay Policy CSS */
/**********************/

.popup-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.3);
  z-index: 9990;
  display: none;
}

.close-popup {
  width: 60px;
  height: 60px;
  line-height: 60px !important;
  font-size: 20px;
  position: fixed;
  top: 15px;
  right: 15px;
  background: #bfa081;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.privacy {
  width: 1250px;
  height: 90vh;
  position: fixed;
  background: #fff;
  padding: 50px;
  overflow-y: visible;
  overflow-x: hidden;
  z-index: 9995;
  border: 5px solid #eee;
  top: 0%;
  left: 50%;
  margin-left: -625px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-webkit-transform: translate(-50%, -50%);
  font-family: 'Montserrat';
  opacity: 0;
  pointer-events: none;
  margin-top: 5vh;
  border-radius: 10px;
}

.privacy .page-contnet {
  width: 100%;
  float: left;
  padding: 50px 0;
}

.privacy .page-contnet .content {
  width: 100%;
  margin: 0 auto;
}

.privacy .top-header {
  width: 100%;
  float: left;
  background-color: #bfa081;
  text-align: center;
  padding: 30px 20px;
}

.privacy .top-header h1 {
  color: #fff;
  font-weight: 800;
  font-size: 40px;
}

.privacy .page-contnet p {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #777;
  margin-bottom: 20px;
  line-height: 32px;
  font-weight: 400;
}

.privacy .page-contnet h3 {
  width: 100%;
  float: left;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 20px;
  line-height: 32px;
  color: #000;
}

.privacy .page-contnet p.last-section-paragraph {
  margin-bottom: 40px;
}

.privacy .page-contnet p.strong {
  font-weight: 800;
  color: #000;
}

.privacy .page-contnet ul {
  width: 100%;
  float: left;
  line-height: 1.5em;
  padding: 0 50px;
  margin-bottom: 20px;
}

.privacy .page-contnet ul li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  list-style-type: square;
  text-transform: uppercase;
  font-size: 12px;
  color: #777;
}

.privacy .page-contnet a {
  color: #3dbce7;
}

/* Cookies */

.cookies-label {
  width: 370px;
  position: fixed;
  bottom: -30px;
  left: 30px;
  z-index: 800;
  opacity: 0;
  transition: 0.4s;
  pointer-events: none;
}

.cookies-label .top {
  width: 100%;
  float: left;
  background-color: #22242a;
  padding: 38px;
}

.cookies-label .top p {
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.6em;
  font-family: 'Montserrat';
  font-weight: 700;
}

.cookies-label .top p a {
  text-decoration: none;
  border-bottom: 2px solid #afa081;
  cursor:  pointer;
  color: #afa081;
}

.cookies-label .bottom {
  width: 100%;
  float: left;
  background-color: #afa081;
  padding: 12px 20px;
}

.cookies-label .bottom p {
  color: #333;
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.show-cookie-label {
  opacity: 1 !important;
  bottom: 30px !important;
  pointer-events: auto !important;
}


/***** Blog *****/

ul.articles-area {
  width: 100%;
  float: left;
  background: #fff;
  padding: 100px;
}

ul.articles-area > div.container {
  width: 1300px;
  margin: 0 auto;
}

li.article {
  width: 400px;
  float: left;
  border: 5px solid #eee;
  -webkit-box-shadow: 0 0 20px #eee;
  -moz-box-shadow: 0 0 20px #eee;
  box-shadow: 0 0 20px #eee;
  margin-right: 50px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

li.article:nth-child(3) {
  margin-right: 0;
}

li.article:nth-child(4) {
  margin-top: 50px;
}

li.article img {
  width: 400px;
  height: 300px;
  float: left;
  object-fit: cover;
  position: relative;
  z-index: 2;
}

li.article h1 {
  width: 100%;
  font-family: 'Montserrat';
  font-size: 27px;
  text-align: center;
  padding: 20px;
  /*background: #bfa081;*/
  background: rgba(0,0,0,.5);
  color: #fff;
  font-weight: 600;
  position: absolute;
  left: 0;
  z-index: 3;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-webkit-transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.lang-el li.article h1 {
  font-family: 'Open Sans';
}

/* Single Post */

.single .hero-area > img {
  width: 570px;
  height: 709px;
  object-fit: cover;
}

.single .post-area {
  width: 100%;
  float: left;
  background: #fff;
  padding: 100px;
}

.single .post-area a {
  width: 1005;
  float: left;
  margin-bottom: 50px;
  text-decoration: none;
}

.single .post-area a i {
  margin-right: 10px;
}

.single .post-area p {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 30px;
  line-height: 1.6em;
}

.single .post-area h3 {
  width: 100%;
  float: left;
  font-size: 25px;
  margin-top: 50px;
  margin-bottom: 40px;
  line-height: 1.6em;
  font-weight: 600;
}

.single .post-area ul {
  width: 100%;
  float: left;
  padding: 20px;
  margin-bottom: 20px;
}

.single .post-area ul li {
  width: 100%;
  float: left;
  list-style: square;
  margin-bottom: 15px;
}

.single .post-area .img-container {
  width: 100%;
  float: left;
  text-align: center;
  padding: 30px;
}

.single .post-area img {
  width: 600px;
}


/* Shop Page */

.shop .top-header span.phone {
  right: 30px;
}

.shop .top-message {
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.shop .top-message h3 {
  font-size: 28px;
}

.shop .top-message h3 span {
  font-weight: 700;
}

.shop .content-area {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}

.shop .products-area {
  width: 60%;
  float: left;
}

.shop .product {
  width: 100%;
  float: left;
}

.shop .product.row-1 {
  background-color: #e1ded1;
  padding: 50px 20px;
}

.shop .product.row-2 {
  background-color: #f2eee0;
  padding: 50px 20px;
}

.shop .product .left {
  width: 300px;
  float: left;
  text-align: right;
  margin-right: 30px;
}

.shop .product .right {
  width: 600px;
  float: left;
  text-align: left;
}

.shop .product .left img {
  width: 200px;
  height: 200px;
  object-fit: cover;
}

.shop .product .right h1 {
  font-size: 20px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
  font-weight: 700;
}

.shop .product .right p {
  font-size: 18px;
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.shop .product .right span.price {
  font-size: 25px;
  font-weight: 700;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}

.shop .product .right .add-to-cart-btn {
  width: auto;
  float: left;
  padding: 7px 15px;
  background-color: #bfa081;
  color: #fff;
  font-size: 25px;
  cursor: pointer;
}

.shop .product .right .add-to-cart-btn.added {
  pointer-events: none;
}

.shop .product .right .by-phone-order {
  width: auto;
  float: left;
  padding: 7px 15px;
  background-color: #161616;
  color: #fff;
  font-size: 25px;
}

.shop .cart-area {
  width: 40%;
  float: right;
  background-color: #161616;
  color: #fff;
  padding: 50px 80px;
}

.shop .cart-area h1 {
  width: 100%;
  float: left;
  font-size: 30px;
  margin-bottom: 20px;
}

.shop .empty-cart {
  width: 100%;
  float: left;
}

.shop .empty-cart i {
  margin-right: 15px;
}

.shop .cart-item {
  width: 100%;
  float: left;
  margin: 20px 0;
  position: relative;
}

.shop .cart-item h3 {
  width: auto;
  float: left;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-right: 20px;
}

.shop .cart-item span.price {
  width: 100%;
  float: left;
  font-size: 18px;
  margin-bottom: 10px;
}

.shop .cart-item .remove-item {
  width: auto;
  float: left;
  padding: 5px 10px;
  background-color: #bfa081;
  color: #000;
  font-size: 15px;
  font-weight: 700;
  margin-top: -5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.shop .cart-item .qty-area {
  width: 100%;
  float: left;
}

.shop .cart-item .qty-area i {
  width: 20px;
  height: 20px;
  background-color: #777;
  color: #000;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
}

.shop .cart-item .qty-area i.minus {
  margin-left: 10px;
}

.shop .cart-item .qty-area .qty {
  margin: 0 10px;
  width: 22px;
  text-align: center;
}

.input-box.qty {
   -moz-appearance: textfield;
}
      
.input-box.qty.qty::-webkit-outer-spin-button,
.input-box.qty.qty::-webkit-inner-spin-button {
   -webkit-appearance: none;
   margin: 0;
}

.shop .cy-delivery h1 {
  margin-bottom: 0;
}

.shop .minus {
  pointer-events: none;
}

.pointer-event-auto {
  pointer-events: auto !important;
}

.shop .input-box.qty {
  pointer-events: none;
}

.vat-area {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
  margin-top: 20px;
}

.vat-area small {
  margin-right: 70px;
}

.total-area {
  width: 100%;
  float: left;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}

.total-area small {
  margin-right: 57px;
}

.shop .shipping-details {
  width: 100%;
  float: left;
  margin-top: 50px;
}

.shop .shipping-details h3 {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-size: 16px;
}

.shop .shipping-details .inputs-area {
  width: 100%;
  float: left;
}

.shop .shipping-details .inputs-area .input-area {
  width: 375px;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
}

.shop .shipping-details .inputBox {
  width: 100%;
  float: left;
  border: 1px solid #adadad;
  padding: 18px 16px;
  background-color: #161616;
  color: #7c7c7c;
  font-size: 16px;
}

input.inputBox[type=text]:focus {
  color: #fff;
}

.user-country input.inputBox[type=text] {
  color: #fff;
}

.shop .action-area {
  width: 375px;
  float: left;
  margin-top: 40px;
}

.shop .action-area button {
  width: 100%;
  float: left;
  background-color: #bfa081;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 25px;
  cursor: pointer;
}

.shop .cod {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.shop .cod:before {
  content: '';
  width: 10px;
  height: 10px;
  float: left;
  border-radius: 50%;
  background-color: #bfa081;
  margin-top: 5px;
  margin-right: 10px;
}

.shop .frmShipping .info {
  width: 100%;
  float: left;
  margin-top: 10px;
  font-size: 14px;
  color: #bfa081;
}

.shop #mail-status > * {
  width: 100%;
  float: left;
  background-color: #bfa081;
  color: #fff;
  font-size: 16px;
  text-align: left;
  line-height: 1.6em;
  padding: 20px;
}

.shop #mail-status .success {
  position: relative;
}

.shop #mail-status .success i {
  position: absolute;
  top: -12px;
  left: -12px;
  color: #fff;
  font-size: 30px;
}

/****************************/
/* Responsive Media Queries */
/****************************/

@media screen and (min-width: 1851px) and (max-width: 1921px) {

  .hero-area video {
    width: 1344px;
    height: 710px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    top: -1px;
  }

  .hero-area .video-bg {
    width: 1344px;
    height: 710px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: -1px;
    background: rgba(0,0,0,.5);
  }

  .hero-area img {
    width: 470px;
    float: left;
  }

  .hero-area .welcome-area {
    width: 650px;
    float: left;
    margin-top: 150px;
    margin-left: 300px;
  }

  .about-area img {
    width: 550px;
    float: right;
  }

  .about-area .container {
    width: 650px;
    float: left;
    color: #fff;
    margin-left: 150px;
    margin-top: 100px;
  }

  .single .hero-area > img {
    width: 470px;
    height: 587px;
    object-fit: cover;
  }

  .img-hover-zoom {
    height:  200px;
  }

}

@media screen and (min-width: 1760px) and (max-width: 1850px) {

  .hero-area img {
    width: 470px;
    float: left;
  }

  .hero-area .welcome-area {
    width: 650px;
    float: left;
    margin-top: 150px;
    margin-left: 300px;
  }

  .about-area img {
    width: 550px;
    float: right;
  }

  .about-area .container {
    width: 650px;
    float: left;
    color: #fff;
    margin-left: 150px;
    margin-top: 100px;
  }

  .process-area img {
    width: 540px;
    float: left;
  }

  .process-area .container {
    width: 650px;
    float: left;
    color: #161616;
    margin-left: 200px;
    margin-top: 60px;
  }

  .gallery ul {
    width: 1350px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 400px;
    float: left;
    margin-right: 70px;
  }

  .gallery li img {
    width: 400px;
    height: 400px;
  }

  .single .hero-area > img {
    width: 470px;
    height: 587px;
    object-fit: cover;
  }

  .img-hover-zoom {
    height:  180px;
  }

}


@media screen and (min-width: 1610px) and (max-width: 1759px) {

  .top-header ul.menu li a {
    margin: 0 20px;
    font-size: 25px;
    transition: 0.4s;
  }

  .hero-area img {
    width: 470px;
    float: left;
  }

  .hero-area .welcome-area {
    width: 650px;
    float: left;
    margin-top: 150px;
    margin-left: 200px;
  }

  .about-area img {
    width: 550px;
    float: right;
  }

  .about-area .container {
    width: 650px;
    float: left;
    color: #fff;
    margin-left: 150px;
    margin-top: 100px;
  }

  .process-area img {
    width: 540px;
    float: left;
  }

  .process-area .container {
    width: 550px;
    float: left;
    color: #161616;
    margin-left: 100px;
    margin-top: 60px;
  }

  .gallery ul {
    width: 1350px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 400px;
    float: left;
    margin-right: 70px;
  }

  .gallery li img {
    width: 400px;
    height: 400px;
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 50px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  .single .hero-area > img {
    width: 470px;
    height: 587px;
    object-fit: cover;
  }

  .shop .products-area {
    width: 65%;
    float: left;
  }

  .shop .cart-area {
    width: 35%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 50px 80px;
  }

  .img-hover-zoom {
    height:  180px;
  }

}


@media screen and (min-width: 1400px) and (max-width: 1609px) {

  .top-header .menu {
    display: none;
  }

  .responsive-btn {
    width: 40px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
  }

  .responsive-btn span {
    width: 40px;
    float: left;
    height: 5px;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    right: 0;
  }

  .responsive-menu {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .responsive-menu ul {
    position: fixed;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-webkit-transform: translate(-50%, -50%);
  }

  .responsive-menu li {
    display: block;
    color: #fff;
    margin: 30px 0;
  }

  .responsive-menu li a {
    font-size: 20px;
  }

  .responsive-menu i {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
  }

  .show-responsive-menu {
    display: block !important;
  }

  .hero-area img {
    width: 330px;
    float: left;
  }

  .hero-area .welcome-area {
    width: 650px;
    float: left;
    margin-top: 50px;
    margin-left: 150px;
  }

  .about-area img {
    width: 420px;
    float: right;
  }

  .about-area .container {
    width: 650px;
    float: left;
    color: #fff;
    margin-left: 150px;
    margin-top: 50px;
  }

  .about-area .container a {
    width: auto;
    float: left;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #fff;
    color: #bfa081;
  }

  .process-area img {
    width: 400px;
    float: left;
  }

  .process-area .container {
    width: 550px;
    float: left;
    color: #161616;
    margin-left: 100px;
    margin-top: 0px;
  }

  .process-area .container h3 {
    margin-bottom: 40px !important;
  }

  .gallery ul {
    width: 1100px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 330px;
    float: left;
    margin-right: 40px;
  }

  .gallery li img {
    width: 330px;
    height: 330px;
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 50px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  ul.articles-area > div.container {
    width: 1100px;
    margin: 0 auto;
  }

  li.article {
    width: 330px;
    float: left;
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    -moz-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    margin-right: 50px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
  }

  .single .hero-area > img {
    width: 330px;
    height: 410px;
    object-fit: cover;
  }

  .shop .products-area {
    width: 100%;
    float: left;
  }

  .shop .cart-area {
    width: 100%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 50px 80px;
  }

  .img-hover-zoom {
    height:  180px;
  }

}


@media screen and (min-width: 1100px) and (max-width: 1399px) {

  .top-header .menu {
    display: none;
  }

  .responsive-btn {
    width: 40px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
  }

  .responsive-btn span {
    width: 40px;
    float: left;
    height: 5px;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    right: 0;
  }

  .responsive-menu {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .responsive-menu ul {
    position: fixed;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-webkit-transform: translate(-50%, -50%);
  }

  .responsive-menu li {
    display: block;
    color: #fff;
    margin: 30px 0;
  }

  .responsive-menu li a {
    font-size: 20px;
  }

  .responsive-menu i {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
  }

  .show-responsive-menu {
    display: block !important;
  }

  .hero-area > img {
    width: 330px;
    height: 330px;
    float: right;
    object-fit: cover;
    border-radius: 50%;
    display: none;
  }

  .hero-area .welcome-area {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding: 100px 0;
  }

  .hero-area .welcome-area .logo-area img {
    width: 50%;
    margin: 0 auto;
    margin-left: -25%;
  }

  .about-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
  }

  .about-area img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    float: none;
    border-radius: 50%;
    margin-left: 0;
  }

  .about-area .container {
    width: 100%;
    float: left;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px;
    text-align: center;
  }

  .about-area .container h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .about-area .container p {
    font-size: 24px;
  }

  .about-area .container a {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #fff;
    color: #bfa081;
    text-align: center;
  }

  .process-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .process-area img {
    width: 400px;
    float: none;
  }

  .process-area .container {
    width: 100%;
    float: left;
    color: #161616;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .process-area .container h3 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .gallery ul {
    width: 960px;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 300px;
    float: left;
    margin-right: 30px;
  }

  .gallery li img {
    width: 300px;
    height: 300px;
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 40px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  .privacy {
    width: 960px;
    padding: 10px;
    margin: 30px auto 0 -480px;
  }

  ul.articles-area > div.container {
    width: 400px;
    margin: 0 auto;
  }

  li.article {
    width: 400px;
    float: left;
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    -moz-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    margin-right: 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

  li.article:nth-child(4) {
    margin-top: 0px;
  }

  .shop .products-area {
    width: 100%;
    float: left;
  }

  .shop .cart-area {
    width: 100%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 50px 80px;
  }

  .img-hover-zoom {
    height:  150px;
  }

}


@media screen and (min-width: 769px) and (max-width: 1099px) {

  .top-header .menu {
    display: none;
  }

  .responsive-btn {
    width: 40px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
  }

  .responsive-btn span {
    width: 40px;
    float: left;
    height: 5px;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    right: 0;
  }

  .responsive-menu {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .responsive-menu ul {
    position: fixed;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-webkit-transform: translate(-50%, -50%);
  }

  .responsive-menu li {
    display: block;
    color: #fff;
    margin: 30px 0;
  }

  .responsive-menu li a {
    font-size: 20px;
  }

  .responsive-menu i {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
  }

  .show-responsive-menu {
    display: block !important;
  }

  .hero-area > img {
    width: 330px;
    height: 330px;
    float: right;
    object-fit: cover;
    border-radius: 50%;
    display: none;
  }

  .hero-area .welcome-area {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding: 100px 0;
  }

  .hero-area .welcome-area .logo-area img {
    width: 100%;
    margin: 0 auto;
    margin-left: -50%;
  }

  .about-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
  }

  .about-area img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    float: none;
    border-radius: 50%;
    margin-left: 0;
  }

  .about-area .container {
    width: 100%;
    float: left;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px;
    text-align: center;
  }

  .about-area .container h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .about-area .container p {
    font-size: 24px;
  }

  .about-area .container a {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #fff;
    color: #bfa081;
    text-align: center;
  }

  .process-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .process-area img {
    width: 400px;
    float: none;
  }

  .process-area .container {
    width: 100%;
    float: left;
    color: #161616;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .process-area .container h3 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .gallery ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }

  .gallery li img {
    width: 300px;
    height: 300px;
    margin-left: calc(50% - 150px);
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 40px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  .privacy {
    width: 700px;
    padding: 10px;
    margin: 30px auto 0 -350px;
  }

  ul.articles-area > div.container {
    width: 400px;
    margin: 0 auto;
  }

  li.article {
    width: 400px;
    float: left;
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    -moz-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    margin-right: 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

  li.article:nth-child(4) {
    margin-top: 0px;
  }

  .shop .products-area {
    width: 100%;
    float: left;
  }

  .shop .cart-area {
    width: 100%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 50px 80px;
  }

  .shop .product .left {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .shop .product .right {
    width: 100%;
    float: left;
    text-align: center;
  }

  .shop .product .right .add-to-cart-btn {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #bfa081;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
  }

  .shop .product .right .by-phone-order {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #161616;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }

  .img-hover-zoom {
    height:  90px;
  }

/*  .swiper-btn {
    display: none !important;
  }*/

  .swiper-slide img {
    padding: 10px;
  }

}


@media screen and (min-width: 481px) and (max-width: 768px) {

  .top-header .menu {
    display: none;
  }

  .responsive-btn {
    width: 40px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
  }

  .responsive-btn span {
    width: 40px;
    float: left;
    height: 5px;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    right: 0;
  }

  .responsive-menu {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .responsive-menu ul {
    position: fixed;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-webkit-transform: translate(-50%, -50%);
  }

  .responsive-menu li {
    display: block;
    color: #fff;
    margin: 30px 0;
  }

  .responsive-menu li a {
    font-size: 20px;
  }

  .responsive-menu i {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
  }

  .show-responsive-menu {
    display: block !important;
  }

  .hero-area video {
    width: 850px;
    height: 450px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    top: -1px;
  }

  .hero-area .video-bg {
    width: 850px;
    height: 450px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: -1px;
    background: rgba(0,0,0,.5);
  }

  .hero-area > img {
    width: 330px;
    height: 330px;
    float: right;
    object-fit: cover;
    border-radius: 50%;
    display: none;
  }

  .hero-area .welcome-area {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding: 100px 0;
  }

  .hero-area .welcome-area .logo-area img {
    width: 100%;
    margin: 0 auto;
    margin-left: -50%;
  }

  .hero-area .welcome-area h1 {
    font-size: 40px;
  }

  .hero-area .welcome-area h2 {
    font-size: 26px;
  }

  .about-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
  }

  .about-area img {
    width: 320px;
    height: 320px;
    object-fit: cover;
    float: none;
    border-radius: 50%;
    margin-left: 0;
  }

  .about-area .container {
    width: 100%;
    float: left;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px;
    text-align: center;
  }

  .about-area .container h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .lang-el .about-area .container h3 {
    font-size: 33px;
  }

  .about-area .container p {
    font-size: 24px;
  }

  .about-area .container a {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #fff;
    color: #bfa081;
    text-align: center;
  }

  .process-area {
    padding: 50px;
    padding-bottom: 120px;
  }

  .process-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .process-area img {
    width: 400px;
    float: none;
  }

  .process-area .container {
    width: 100%;
    float: left;
    color: #161616;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .process-area .container h3 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .home .articles-area h3.title {
    font-family: 'MongolianBaiti';
    font-size: 38px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .home .articles-area h3.title img {
    width: 80px;
    pointer-events: none;
  }

  .gallery ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }

  .gallery li img {
    width: 300px;
    height: 300px;
    margin-left: calc(50% - 150px);
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .lang-el .process-area .container h3 {
    font-size: 33px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area {
    padding: 50px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 40px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .lang-el .contact-area h3 {
    font-size: 25px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  .frmContact button {
    width: 100%;
  }

  .footer-area h1 {
    font-size: 40px;
  }

  .privacy {
    width: 480px;
    padding: 10px;
    margin: 30px auto 0 -240px;
  }

  ul.articles-area {
    padding: 30px;
    padding-top: 50px;
  }

  ul.articles-area > div.container {
    width: 320px;
    margin: 0 auto;
  }

  li.article {
    width: 320px;
    float: left;
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    -moz-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    margin-right: 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

  li.article:nth-child(4) {
    margin-top: 0px;
  }

  .single .post-area {
    padding: 50px;
  }

  .sauna_details {
    width: 480px;
  }

  .shop .products-area {
    width: 100%;
    float: left;
  }

  .shop .cart-area {
    width: 100%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 30px 30px;
  }

  .shop .product .left {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .shop .product .right {
    width: 100%;
    float: left;
    text-align: center;
  }

  .shop .product .right .add-to-cart-btn {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #bfa081;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
  }

  .shop .product .right .by-phone-order {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #161616;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }

  .shop .shipping-details .inputs-area .input-area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .shop .action-area {
    width: 100%;
    float: left;
    margin-top: 40px;
  }

  .img-hover-zoom {
    height:  60px;
  }

/*  .swiper-btn {
    display: none !important;
  }*/

  .swiper-slide img {
    padding: 10px;
  }

  .temp-area {
    padding: 0 !important;
    background: #fff !important;
  }

}


@media screen and (max-width: 480px) {

  .main-container {
    padding: 0px;
  }

  .top-header span {
    font-size: 18px;
  }

  .top-header span.lang img {
    float: left;
    width: 22px;
    margin-top: 3px;
    margin-left: 15px;
  }

  .top-header .menu {
    display: none;
  }

  .responsive-btn {
    width: 40px;
    float: left;
    display: block;
    cursor: pointer;
    position: relative;
    margin-left: 30px;
  }

  .responsive-btn span {
    width: 40px;
    float: left;
    height: 5px;
    background-color: #fff;
    margin-bottom: 3px;
    position: relative;
    right: 0;
  }

  .responsive-menu {
    width: 100%;
    height: 100%;
    float: left;
    position: fixed;
    z-index: 999;
    background: rgba(0,0,0,.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .responsive-menu ul {
    position: fixed;
    color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-webkit-transform: translate(-50%, -50%);
  }

  .responsive-menu li {
    display: block;
    color: #fff;
    margin: 30px 0;
  }

  .responsive-menu li a {
    font-size: 20px;
  }

  .responsive-menu i {
    position: fixed;
    top: 30px;
    right: 30px;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #fff;
    text-align: center;
  }

  .show-responsive-menu {
    display: block !important;
  }

  .hero-area video {
    width: 800px;
    height: 420px;
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    top: -1px;
  }

  .hero-area .video-bg {
    width: 800px;
    height: 420px;
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    top: -1px;
    background: rgba(0,0,0,.5);
  }

  .hero-area > img {
    width: 330px;
    height: 330px;
    float: right;
    object-fit: cover;
    border-radius: 50%;
    display: none;
  }

  .hero-area .welcome-area {
    width: 100%;
    float: left;
    margin-top: 50px;
    margin-left: 0px;
    margin-bottom: 50px;
    padding: 50px 0;
  }

  .hero-area .welcome-area .logo-area img {
    width: 100%;
    margin: 0 auto;
    margin-left: -50%;
  }

  .hero-area .welcome-area h1 {
    font-size: 40px;
  }

  .hero-area .welcome-area h2 {
    font-size: 26px;
  }

  .about-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    padding-bottom: 50px;
  }

  .about-area img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    float: none;
    border-radius: 50%;
    margin-left: 0;
  }

  .about-area .container {
    width: 100%;
    float: left;
    color: #fff;
    margin-left: 0px;
    margin-top: 0px;
    padding: 50px;
    text-align: center;
  }

  .about-area .container h3 {
    font-size: 35px;
    margin-bottom: 30px;
  }

  .lang-el .about-area .container h3 {
    font-size: 33px;
  }

  .about-area .container p {
    font-size: 24px;
  }

  .about-area .container a {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 15px;
    padding: 10px 16px;
    background-color: #fff;
    color: #bfa081;
    text-align: center;
  }

  .process-area {
    padding: 50px;
    padding-bottom: 120px;
  }

  .process-area .img-container {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .process-area img {
    width: 400px;
    float: none;
  }

  .process-area .container {
    width: 100%;
    float: left;
    color: #161616;
    margin-left: 0px;
    margin-top: 0px;
    text-align: center;
  }

  .process-area .container h3 {
    width: 100% !important;
    margin-bottom: 40px !important;
  }

  .lang-el .process-area .container h3 {
    font-size: 33px;
  }

  .home .articles-area h3.title {
    font-family: 'MongolianBaiti';
    font-size: 38px;
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 50px;
  }

  .home .articles-area h3.title img {
    width: 80px;
    pointer-events: none;
  }

  .gallery ul {
    width: 100%;
    margin: 0 auto;
    margin-top: 50px;
  }

  .gallery li {
    width: 100%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }

  .gallery li img {
    width: 300px;
    height: 300px;
    margin-left: calc(50% - 150px);
  }

  .process-area .container h3 {
    width: 80%;
    float: left;
    font-family: 'MongolianBaiti';
    font-size: 40px;
    margin-bottom: 80px;
  }

  .process-area .container p {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 45px;
  }

  .contact-area {
    padding: 30px;
  }

  .contact-area h3 {
    width: 100%;
    float: left;
    font-size: 30px;
    font-family: 'MongolianBaiti';
    margin-top: 0px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 50px;
  }

  .lang-el .contact-area h3 {
    font-size: 25px;
  }

  .frmContact {
    width: 100%;
    float: right;
    margin-right: 0px;
  }

  .frmContact button {
    width: 100%;
  }

  .footer-area {
    padding: 20px;
  }

  .footer-area h1 {
    font-size: 40px;
  }

  .cookies-label {
    width: 100%;
    bottom: 0px !important;
    left: 0px;
  }

  .privacy {
    width: 330px;
    padding: 10px;
    margin: 30px auto 0 -165px;
  }

  ul.articles-area {
    padding: 30px;
    padding-top: 50px;
  }

  ul.articles-area > div.container {
    width: 280px;
    margin: 0 auto;
  }

  li.article {
    width: 280px;
    float: left;
    border: 5px solid #eee;
    -webkit-box-shadow: 0 0 20px #eee;
    -moz-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
    margin-right: 0px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

  li.article:nth-child(4) {
    margin-top: 0px;
  }

  li.article img {
    height: 250px;
  }

  li.article h1 {
    font-size: 24px;
  }

  .single .hero-area h2 {
    padding: 0 10px;
  }

  .single .post-area {
    padding: 30px;
  }

  .sauna_details {
    width: 300px;
  }

  .sauna_det img {
    width: 120px;
  }

  .cy-delivery h1 {
    font-size: 24px;
  }

  .cy-delivery h3 {
    font-size: 20px;
  }

  .shop .products-area {
    width: 100%;
    float: left;
  }

  .shop .cart-area {
    width: 100%;
    float: right;
    background-color: #161616;
    color: #fff;
    padding: 30px 30px;
  }

  .shop .product .left {
    width: 100%;
    float: left;
    text-align: center;
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .shop .product .right {
    width: 100%;
    float: left;
    text-align: center;
  }

  .shop .product .right .add-to-cart-btn {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #bfa081;
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    text-align: center;
  }

  .shop .product .right .by-phone-order {
    width: 100%;
    float: left;
    padding: 7px 15px;
    background-color: #161616;
    color: #fff;
    font-size: 25px;
    text-align: center;
  }

  .shop .shipping-details .inputs-area .input-area {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-right: 0px;
  }

  .shop .action-area {
    width: 100%;
    float: left;
    margin-top: 40px;
  }

  .img-hover-zoom {
    height:  50px;
  }

/*  .swiper-btn {
    display: none !important;
  }*/

  .swiper-slide img {
    padding: 10px;
  }

  .temp-area {
    padding: 0 !important;
    background: #fff !important;
  }

}



/**** Shipping timeline section ****/

/* Section Base Styling */
.shipping-timeline-section {
  /*font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;*/
  font-family: 'Montserrat';
  /*background-color: #ffffff;*/
  background: #f2efe1;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  float: left;
  margin-bottom: -50px;
  margin-top: 50px;
}

.shipping-container {
  max-width: 1100px;
  width: 100%;
  background: #f2eeeb;
  border: 1px solid #e5e5e5;
  /*border-radius: 16px;*/
  padding: 40px;
  display: flex;
  gap: 50px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
}

/* Structural Columns */
.timeline-block, .logistics-block {
  flex: 1;
}

.shipping-divider {
  width: 1px;
  background-color: #e5e5e5;
  align-self: fill;
}

/* Typography */
.section-title {
  font-size: 1.4rem;
  color: #1a1a1a;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 16px;
  letter-spacing: -0.02em;
}

.section-description {
  font-size: 0.95rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 40px;
}

.section-description strong {
  color: #1a1a1a;
  font-weight: 700;
}

/* Timeline Graphics */
.progress-timeline {
  position: relative;
  height: 40px;
  margin: 0 20px;
}

.timeline-line {
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e5e5e5;
}

.timeline-node {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Force first and last labels to stay inside boundaries */
.timeline-node[style*="left: 0%;"] { transform: translateX(0); align-items: flex-start; }
.timeline-node[style*="left: 100%;"] { transform: translateX(-100%); align-items: flex-end; }

.node-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ffffff;
  border: 2px solid #a3a3a3;
  z-index: 2;
  transition: all 0.3s ease;
}

.timeline-node:hover .node-dot {
  border-color: #1a1a1a;
  background-color: #1a1a1a;
}

.node-label {
  margin-top: 12px;
  font-size: 0.85rem;
  font-weight: 500;
  color: #737373;
  white-space: nowrap;
}

/* Logistics & Cards Layout */
.freight-options {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.freight-card {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 16px;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  background: #fafafa;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.freight-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(0,0,0,0.03);
  border-color: #e0e0e0;
}

.freight-icon {
  width: 100px;
  height: 70px;
  color: #404040;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.freight-info h4 {
  margin: 0 0 4px 0;
  font-size: 1rem;
  color: #1a1a1a;
  font-weight: 600;
}

.freight-info p {
  margin: 0;
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.4;
}

/* Responsive Design for Tablets/Mobile */
@media (max-width: 1068px) {
  .shipping-container {
    flex-direction: column;
    gap: 40px;
    padding: 30px 20px;
  }
  
  .shipping-divider {
    width: 100%;
    height: 1px;
  }

  .progress-timeline {
    margin-bottom: 20px;
  }
}



/* Light Banner Area - Index */

.light-banner-area {
  position: relative;
  z-index: 1;
}

.light-banner-area a {
  width: 250px;
  padding: 20px;
  background: red;
  color: #fff;
  text-align: center;
  position: absolute;
  z-index: 99;
  bottom: 50px;
  right: 50%;
  margin-right: -125px;
  font-weight: 700;
}

.light-banner-area img {
  border-radius: 10px;
}


/* Light Banner content - article */

.light .post-area {
  width: 100%;
  float: left;
  text-align: center;
}

.light .post-area .img-area {
  width: 100%;
  float: left;
}

.light .post-area img {
  width: 700px;
  clear: right;
}

.light .post-area ul {
  width: 100%;
  float: left;
  border: 1px solid #ccc;
  padding: 0;
  margin: 0;
}

.light .post-area ul li {
  list-style: none;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  margin: 0;
  font-weight: 700;
}

.light .post-area ul li:last-child {
  border-bottom: none;
}

.light .post-area ul li span {
  color: red;
}