body {
    font-family: 'CeraGreek-Regular', Verdana, Arial, Helvetica, sans-serif;
}


[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    position:absolute;
    z-index:999;
    /* padding-top: 0;
    padding-bottom: 15px; */
    width:100%;
    /* background: #fff; */
}
#header_desktop.background_colored{
    background: #BFA295;
}
.search_desktop{
    position:fixed;
    width:100%;
    height:100px;
    z-index:-1;
    bottom:calc(100% - 100px);
    left:0;
    transform: rotate(180deg);
}
.search_desktop_in{
    position:absolute;
    width:100%;
    height:0px;
    top:0;
    left:0;
    z-index:9999;
    background: #E5DAD5;
    overflow:hidden;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.search_desktop.if_admin{
    bottom:calc(100% - 135px);
}
.search_desktop .logo-wrapper, .search_desktop .search_space, .search_desktop .search-button{
    transform: rotate(180deg);
}
.search_desktop.full-index{
    z-index:9999;
}
.search_desktop.full-height .search_desktop_in{
    height:100px;
}
.search_line_sep{
    position: absolute;
    bottom: -7px;
    width: 0%;
    height: 2px;
    background: #fff;
    z-index: 9999;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.search_line_sep.full-width{
    width:100%;
}
.search_desktop .main_logo, .search_desktop .sub_logo{
   color:#000;
}
.search-wrapper{
    width:100%;
    height:100%;
}
.search-wrapper input{
    width:100%;
    height:100%;
    background: none;
    border:none;
    display:flex;
    outline:none;
    align-items: center;
    padding-left:15px;
    padding-right:15px;
    color:#000;
}
.search-wrapper input::-webkit-input-placeholder {
    font-family: 'PFFuturaNeu-Light';
    font-size: 20px;
    letter-spacing: 2.4px;
    color: #000;
}
.search-wrapper input:-moz-placeholder {
    font-family: 'PFFuturaNeu-Light';
    font-size: 20px;
    letter-spacing: 2.4px;
    color: #000;
    opacity: 1;
}
.search-wrapper input::-moz-placeholder {
    font-family: 'PFFuturaNeu-Light';
    font-size: 20px;
    letter-spacing: 2.4px;
    color: #000;
    opacity: 1;
}
.search-wrapper input:-ms-input-placeholder {
    font-family: 'PFFuturaNeu-Light';
    font-size: 20px;
    letter-spacing: 2.4px;
    color: #000;
}
.page_loader{
    position:fixed;
    width:100%;
    height:100vh;
    z-index:9999;
    background: #E5DAD5;
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    overflow:hidden;
}
.page_loader.no_height{
    height:0vh;
}
.page_loader.other_page{
    background: #E5DAD5;
    opacity:1;
}
.page_loader.other_page.leave{
    opacity:0;
    z-index:-3;
}
.page_loader_logo{
    position:relative;
}
.page_loader_logo img{
     opacity:0;
     transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.main_menu{
    position:fixed;
    width:0%;
    right:0;
    height:100vh;
    z-index:9999;
    background: #BFA295;
    display:flex;
    overflow-y: auto;
    -webkit-transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.5s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.main_menu.full-width{
    width:100%;
}
.main_menu .main_menu_img{
 width:45%;
 height:100%;
 overflow: hidden;
 position:relative;
}
.main_menu .main_menu_img .open_img_animation{
 position:absolute;
 width:100%;
 top:0;
 left:0;
 height:100%;
 display:flex;
 z-index:999;
}
.search_mobile{
    margin-bottom:25px;
}
.search_mobile_in{
    display:flex;
    align-items: flex-end;
    width:100%;
}
.search_mobile_in .search-input{
    width:100%;
}
.search_mobile_in .search-input input{
    background: none;
    width:100%;
    border:none;
    border-bottom: 2px solid rgba(255,255,255,0.7);
    outline: none;
}
.item_strip{
    width:5%;
    height:100%;
    position:relative;
}
.item_strip_background{
    position:absolute;
    width:100%;
    height:100%;
    opacity:1;
    background: #BFA295;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.item_strip_background.hide{
    width:0%;
    opacity:0;
}
.main_menu .main_menu_container{
 padding-right:30px;
 padding-left:30px;
 width:55%;
}
.main_menu_container_header{
    width:100%;
    height:110px;
    /* margin-top:20px; */
    margin-bottom:60px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.main_menu_container_header .language{
    display:flex;
    align-items: center;
}
.main_menu_container_header .language .item{
    width:38px;
    height:38px;
    font-family: 'Roboto-Black';
    font-size : 16px;
    letter-spacing : 0.32px;
    color : #BFA295;
    border-radius:50%;
    background: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
.main_menu_container_header .language .item.gr{
    margin-left:25px;
}

.main_menu_container_header .language .item.selected{
    background: none;
    border:2px solid rgba(255,255,255,0.5);
    color:rgba(255,255,255,0.5);
}
.main_menu_container_header .close_menu{
  cursor:pointer;
}
.main_menu_container_header .close_menu{
    cursor:pointer;
    outline:none;
}
.main_menu_container .menu_item{
    display:flex;
    align-items: flex-start;
    position:relative;
    height:55px;
    letter-spacing: 3px;
    font-family: 'PFFuturaNeu-Medium';
    font-size: 18px;
    color:#fff;
    margin-bottom: 25px;
    position:relative;
}
.main_menu_container .menu_item .under_sep_line{
   position:absolute;
   left:0;
   bottom:0;
   width:33px;
   height:1px;
   background: #FFF;
}
.main_menu_container .menu_item .under_sep_line.no_width{
    width:0px;
 }
.main_menu .main_menu_img img{
    position:fixed;
    width:45%;
    height:100%;
}

.my_site_logo{
    text-align: center;
}
.main_logo{
  font-family: 'PFFuturaNeu-Book';
  font-size : 30px;
  letter-spacing : 2.4px;
  color : #FFF;
}
.main_logo.black{
    color : #000;
}
.sub_logo{
    font-family: 'PFFuturaNeu-Book';
    font-size : 11px;
    letter-spacing : 3.08px;
    color : #FFF;
}
.sub_logo.black{
    color : #000;
}
.logo-wrapper{
    padding:0px;
}
.vertical-line{
    width: 0.05em;
    height:0px;
    box-shadow: -.5px 0 0 #000;
    position:Absolute;
    bottom:-40px;
    left:-20px;
    -webkit-transition: all 0.8s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.8s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.8s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.8s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.8s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.vertical-line.full_height{
    height:150px;
}
.page_loader_logo img.show_on_load{
    opacity:1;
}
.metaforika-header-div {
    height: 40px;
    background-color: #E6E6E6;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.metaforika-wrapper {
    color: #333333;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 1px;
    position: relative;
}

.metaforika-mobile-header-div .metaforika-wrapper {
    letter-spacing: normal;
}

img.shipping-truck {
    width: 44px;
    margin-right: 5px;
}

.top-icons {
    position: absolute;
    right: 50px;
}

.top_item {
    float: left;
    margin-right: 20px;
    position: relative;
    color: #333333;
}

.top_item:last-child {
    margin-right: 0;
}

.top_item a {
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    color: #333333;
}

.mobile-header-div .top_item a {
    font-size: 23px;
}

.top_item a span.font-icons {
    font-size: 20px;
}

.main-header {
    /*border-bottom: 1px solid #ccc;*/
    margin-top:10px;
}
.search_desktop .main-header{
    margin-top:6px;
}
.search {
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 550px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 16;
    color: #666;
}

.search_in {
    position: relative;
    z-index: 5;
}

.search_left {
    display: table-cell;
    width: 100%;
}

.search_left_in {
    padding-left: 15px;
    padding-right: 20px;
}

.search_left input[type="text"] {
    background: none;
    border: none;
    /* font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif; */
    /* font-style: italic; */
    font-size: 16px;
    font-weight: normal;
    color: #b3b3b3;
    height: 45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: normal;
}

.search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

.search_right button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 22px;
}

.top_item.basket_btn_h {
    /*border-left: 1px solid #cccccc;*/
    padding: 7px 15px;
    padding-left: 35px;
}

.telephone-wrapper {
    /* font-size: 24px;
    display:flex;
    justify-content: center; */
    display: none;
}

.telephone-wrapper a {
  font-family: 'PFFuturaNeu-Medium';
  font-size : 16px;
  letter-spacing : 0.96px;
  color : #FFF;
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-search:before {
	content: "\e618";
}
.telephone-wrapper .pe-7s-call{
    font-size : 31px;
    color : #FFF;
    text-outline : #FFF;
}
.search-button {
    cursor:pointer;
    margin-right:8px;
}
.search-button .pe-7s-search{
    font-size : 31px;
    letter-spacing : 14.26px;
    color : #FFF;
    text-outline : #FFF;
}
.search_desktop .search-button .pe-7s-search {
    color: #000;
    text-outline: #000;
    cursor: pointer;
}
.search_mobile_in .search-button.main_header{
    margin-bottom:-5px;
}
.search_mobile_in .search-button .pe-7s-search {
    letter-spacing: 0px;
}
.search-close-button{
    cursor:pointer;
}
div.num-pieces-text {
    position: absolute;
    left: 47px;
    top: 5px;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
}

span.num_pieces {
    position: absolute;
    left: 0;
    right: 0;
}

.cart-details {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cart-text-total {
    font-size: 24px;
}

.cart-text {
    letter-spacing: 0.8px;
}
.menu-button{
    cursor:pointer;
    margin-right:15px;
}
.menu-button .menu-line{
    width:37px;
    height:2px;
    background: #fff;
    margin-bottom:8px;
}
.menu-button .menu-line:last-child{
    margin-bottom:0px;
}
.my_design_dots{
    position: absolute;
    top:calc(100vh - 70px);
    width:auto;
    left:50%;
    z-index:9999;
    transform: translateX(-50%);
    display:flex;
    align-items: center;
    justify-content: center;
}
.my_design_dots div.item{
  font-family: 'PFFuturaNeu-Book';
  font-size : 18px;
  letter-spacing : 1.44px;
  color : #FFF;
  cursor:pointer;
  display:flex;
  align-items: center;
}
.my_design_dots div.item .slider_arrow{
   margin-left:15px;
   margin-right:15px;
   overflow:hidden;
   width:0px;
   transition: all .5s ease-out;
   -moz-transition: all .5s ease-out;
   -webkit-transition: all .5s ease-out;
   -o-transition: all .5s ease-out;
}
.my_design_dots div.item .slider_arrow.full-height{
      width:80px;
}
.slideshow .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.slideshow .owl-dots .owl-dot span {
    border: 1px solid #cccccc;
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    /* opacity: 0.5; */
    width: 12px;
}
.slideshow .owl-dots .owl-dot.active span {
    border: 1px solid #999999;
    background: #999999;
    height: 14px;
    width: 14px;
}


/* css hack for companies carousel only. */

.owl_slider_companies.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -20px;
    font-size: 20px;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: -20px;
    font-size: 20px;
}

.banner_img {
    display: flex;
    justify-content: center;
}


/* menu */

.menu_out {
    position: relative;
    z-index: 15;
}

nav.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.menu ul li {
    flex-grow: 1;
    margin: 0;
}


/* nav.menu ul li {
    border-right: 1px solid #c6c5c6;
}

nav.menu ul li:first-child {
    border-left: 1px solid #c6c5c6;
} */

nav.menu ul li a {
    padding: 8px 15px 8px 15px;
    font-size: 17px;
    text-align: center;
    color: #333333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.menu ul li:hover>a {
    background: #a40b2a;
    color: #fff;
}

.menu_column_container {
    /* width:100%;
   
    column-count: 5;
    column-gap: 3%;
    column-width: 20%; */
    width: 100%;
    column-count: 4;
    column-gap: 30px;
    column-width: 25%;
}

.sub_menu_item_title {
    margin-bottom: 5px;
}

.sub_menu_item_title a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #a40b2a;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_item_title:hover>a {
    color: #000 !important;
}

.sub_menu_data_item {
    margin-bottom: 5px;
}

.sub_menu_data_item:last-child {
    margin-bottom: 0;
}

.sub_menu_data_item a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_data_item:hover>a {
    color: #a40b2a !important;
}

.main_content_out {
    position: relative;
    z-index: 11;
}

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.menu_item_bottom {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: #fff;
    margin-top: -7px;
}

.menu_item_bottom .menu_in_col {
    padding-left: 30px;
    padding-right: 30px;
}

.menu_item_bottom .menu_in_col:nth-child(4n+1) {
    clear: both;
}

.menu_item_bottom_in_in {
    padding: 15px;
    padding-top: 22px;
    /*padding-bottom:100px;*/
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
}

.sub_menu_item {
    margin-bottom: 20px;
}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}


/* end menu */

.newsletter-section {
    background-color: #FFD1D1;
}

.newsletter_title h3 {
    /* font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: 100px;
    letter-spacing: 2.3px;
    color: #fff;
    margin-bottom: 20px;
}

.newsletter_item {
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
    border: 1px solid transparent;
    margin-bottom: 10px;
}

.newsletter_item input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 19px;
    letter-spacing: 1.3px;
    outline: none;
    color: #4d4d4d;
    text-align: left;
}

.newsletter_submit {
    background: #333333;
    height: 40px;
    line-height: 40px;
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    border-radius: 4px;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 3px;
    max-width: 155px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-icons-1 {
    background-color: #333333;
}

.custom-icon-phone {
    font-size: 35px;
}

.custom-title {
    color: white;
    font-size: 21px;
    letter-spacing: 1px;
}

.custom-phone-title {
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
}

.custom-phone-title a {
    color: white;
}

.custom-subtitle {
    color: white;
    font-size: 15px;
    letter-spacing: 1px;
    background-color: #333;
}

#bottom_out {
    padding-top: 45px;
    padding-bottom: 45px;
    /* background: #f3f3f3; */
}

#footer, #footer2 {
    /* background: #f3f3f3; */
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

#footer a, #footer2 a {
    color: #333;
}

.bottom_item h3 {
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.footer-hours-in>div {
    color: #333;
}

.footer-hours-in {
    font-size: 17px;
    color: #333;
    letter-spacing: normal;
}

.social_item {
    /* float: left; */
    margin-right: 20px;
    font-size: 25px;
    color: #333;
    background: #F2F2F2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.5px;
}

.footer-copyright {
    box-shadow: 0 -2px 2px -2px #808080;
    font-family: 'Roboto-Light';
    font-size : 9px;
    line-height : 34px;
    letter-spacing : 0.36px;
    color: #808080;
}
#footer_right a {
    color: #808080;
}

.product_item_text h3 {
    font-weight: normal;
    font-size: 17px;
    color: #4D4D4D;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.product_item_text h4 {
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.7px;
}

.product_item_prices {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #333333;
    margin-bottom: 5px;
}

.products_price_old {
    float: left;
    position: relative;
    font-family: 'CeraGreek-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #999999;
    margin-right: 15px;
    /* text-decoration: line-through; */
    margin-top: 2px;
}

.products_price_new {
    float: left;
    color: #333333;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, #333 49.5%, #333 50.5%, transparent 52.25%);
    text-decoration: none;
}

.product_item_image {
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.product_item_offer,
.product_item_new,
.product_item_best {
    /* background: url(/images/design/offer.png) top left no-repeat; */
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background: #FFD1D1;
    text-align: center;
}

.product_item_new {
    background: #333333;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.product_item_best_in {
    font-size: 11px;
}

.product_item_new_in {
    color: #FFD1D1;
}

.pro_area .pr_item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* to flex dimiourgei provlima otan px exw megalo titlo k den kovetai apo to ellipsis*/
    /* display: flex;
    justify-content: center; */
}

.product_item_favorite {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.product_item_favorite span.far.fa-heart {
    color: #ccc;
}

.product_item_favorite span.fas.fa-heart {
    color: #FFD1D1;
}

.product_item_cart {
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    color: #333;
}

.product_item_cart a {
    color: #333;
}

.col.footer-cols {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.col.footer-cols:last-child {
    border-bottom: 1px solid #ccc;
}
.contact_page_footer .col.footer-cols:last-child{
    border-bottom:none;
}
.accordion-footer-content {
    display: none;
}

.title_b {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.8px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.title_b span {
    border-bottom: 2px solid #333;
    padding-bottom: 4px;
}

.homepage_tabs_top {
    max-width: 500px;
}

.homepage_tabs li a:not(.active) .title_b span {
    border-bottom: none;
}

.homepage_tabs li a:not(.active) h3 {
    color: #999999;
}

.pink-cirle {
    border-radius: 20px;
    background: #FFD1D1;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    font-size: 13px;
}

.no_products_image {
    max-width: 200px;
}


/* mobile_menu */

.responsive-menu-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: black;
    z-index: 1500;
}

#mobile_menu_btn,
#close_mobile_menu,
#close_filter_resp {
    cursor: pointer;
}

.right_side_menu_opened #wrapper {
    left: 300px;
}

#close_mobile_menu,
#close_filter_resp {
    font-size: 23px;
}

nav#mobile_menu {
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #cdcdce;
    overflow: hidden;
    /* padding-top: 25px; */
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 310;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m .sub_menu_item_m {
    border-bottom: 1px solid #cdcdce;
    margin-left: 20px;
}


/* nav#mobile_menu .menu_item_m:last-child {
    margin-bottom: 0;
} */

nav#mobile_menu .menu_item_title_m {
    position: relative;
    cursor: pointer;
}

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .menu_item_title_m:hover>a {
    background: #a40b2a;
    color: #fff;
} */

nav#mobile_menu .menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_menu_item_title_m a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* padding-left: 20px; */
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_sub_menu_item_title_m.active a {
    color: #333333;
}

nav#mobile_menu .sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

.width-6px {
    width: 6px;
}

.mobile-static-rest-links {
    background-color: #F6F6F6;
}

nav#mobile_menu .mobile-static-rest-links .menu_item_title_m a {
    font-size: 15px;
}

.mobile-static-rest-icons {
    width: 20px;
}


/* end mobile_menu */


/* TOASTS */

div.toast.favorite-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 15000;
    display: none;
}


/* END TOASTS */

.title_path h2 {
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.title_path a {
    color: #808080;
}

.title_path a:last-child {
    color: #333;
}

.search_select2 {
    position: relative;
    z-index: 101;
    cursor: pointer;
    /* background: url(/images/design/select_arrow.png) center right no-repeat; */
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    color: #333;
}

.search_select_in2,
.search_select_in2_title_left {
    height: 25px;
    line-height: 28px;
    width: 110px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.search_select2::after {
    /* background:url(/images/design/select_arrow.png) center right no-repeat; */
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
    margin-left: 10px;
}

.select_options2 {
    display: none;
    position: absolute;
    z-index: 102;
    min-width: 150px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #000;
    background: #fff;
}

.option_item2 a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.9px;
}

.option_item2 a:hover {
    background: #333;
    color: #fff;
}

#filter_basic {
    margin-left: 25px;
    margin-top: 10px;
    margin-right: 25px;
}

.filter_text_prices {
    font-family: "CeraGreek-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.filter_categories_item_title a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub_filter_categories_item_title:hover a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_filter_categories_item.active .sub_filter_categories_item_title a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 20px;
}

.sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #333;
}

.sub_filter_categories_item {
    border-bottom: 1px solid #cdcdce;
}

.filter_area_item_title {
    position: relative;
    font-weight: normal;
    font-size: 20px;
    color: #333;
    padding-top: 5px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
}

.filter_checkbox_item label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}

.filter_area_item_area .filter_item_data a {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.filter_checkbox_item input[type="checkbox"]+label span {
    float: left;
    /* background: url(/images/design/checkbox.png) top left no-repeat; */
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0;
    color: #808080;
}


/* .filter_checkbox_item input[type="checkbox"]:checked+label span {
    background-position: bottom left;
} */

.filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f0c8';
}

.circle-font .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
}

.filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f14a';
}

.circle-font .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
    color: #FFD1D1;
    font-weight: bold;
}

.refresh_price a {
    display: block;
    background: #fff;
    border: 1px solid #8c8c8c;
    font-size: 12px;
    font-weight: normal;
    color: #8c8c8c;
    letter-spacing: 1.5px;
    padding: 8px;
}

.refresh_price a:hover {
    background: #FFD1D1;
    color: #fff;
}

.filter_area_categories {
    position: relative;
    background: #fff;
}


/* .filter_area_item_title span.slide_filter {
    background: url(/images/design/slide_filter.png) top left no-repeat;
    cursor: pointer;
    float: right;
    height: 10px;
    margin-left: 7px;
    width: 13px;
    margin-top: 4px;
}
.filter_area_item_title span.slide_filter.active {
    background-position: left bottom;
} */


/* .filter_area_item_title span.slide_filter:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f106';
}

.filter_area_item_title span.slide_filter.active:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
} */

.filters-resp-bar {
    background: #FFD1D1;
    height: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.show-filters-resp {
    border-right: 1px solid white;
}

.filters-resp-bar .select_box2 {
    background: none;
}

.filter_responsive {
    position: absolute;
    display: none;
    left: 0;
    top: 45px;
    left: -300px;
    z-index: 1550;
    background: white;
}

.filter_responsive_left {
    float: left;
    position: relative;
    z-index: 1;
    width: 300px;
    /*padding:10px;
	background:#fff;*/
    background: #fff;
    /* -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5); */
    height: 100vh;
    overflow-y: scroll !important;
}

.filter_responsive_right {
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background: #000;
    cursor: pointer;
}

.filter_responsive_right_in {
    width: 14px;
    height: 13px;
    background: url(/images/design/slider_filter.png) no-repeat;
    background-position: top left;
}

.filter_responsive_right_in.active {
    background-position: bottom left;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

#owl_product_quick,
.owl_product_r .item {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 7px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.photo_small {
    margin-top: 3px;
    margin-bottom: 3px;
    /*text-align:center;
	height:80px; */
    cursor: pointer;
    /* background:#fff;
	border-radius:8px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

a.zoom_id.mag-glass {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #E6E6E6;
    font-size: 25px;
}

.product_social {
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1.3px;
    line-height: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s:not(.share-button) {
    border: 1px solid #333;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s a {
    display: block;
    color: #333;
    font-size: 16px;
}

.product_item_icons {
    /* position: absolute; */
    right: 7px;
    top: 10px;
    z-index: 3;
}

.product_item_icons_item {
    /* display: table; */
    /* margin: 0 auto; */
    margin-bottom: 25px;
    margin-right: 8px;
}

.product_item_icons_item:last-child {
    /* margin-bottom: 0; */
    margin-right: 0;
}

.product_item_image_in .product_item_icons {
    position: absolute;
}

.product_item_image_in .product_item_icons_item {
    margin-bottom: 8px;
    margin-right: 0;
}

.product {
    text-align: left;
}

.product_title h4 {
    font-size: 15px;
    font-weight: normal;
    font-family: "CeraGreek-Bold", Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    color: #4D4D4D;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product_title h1 {
    font-size: 18px;
    font-weight: normal;
    color: #4D4D4D;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.product_title h2 {
    /* font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product_price {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 29px;
    color: #333;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.product_price .products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    color: #999999;
    margin-right: 25px;
    /* text-decoration: line-through; */
    margin-top: 0;
}

.product_price .products_price_new {
    float: left;
    font-size: 27px;
    color: #333;
}

.product_feautures .div_table,
.product_buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.basket_btn {
    float: left;
    background: #333;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
}

.basket_btn a {
    display: block;
    background: url(/images/design/cart_add.svg) left center no-repeat;
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 3px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/* .basket_btn:hover {
    background: #a40b2a;
} */

.product_favorite {
    float: left;
    cursor: pointer;
    font-size: 30px;
    margin-left: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* .product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
} */

.product_favorite:hover span {
    color: #FFD1D1;
}

.product_favorite:hover span::before {
    content: '\f004';
}

#product_quantity {
    float: left;
    max-width: 120px;
    border: 1px solid #ccc;
    /* border-radius:15px; */
    /* display: table;
    margin: 0 auto; */
}

.goto_basket {
    float: left;
    background: #f5afaf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket a {
    display: block;
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket:hover {
    background: #333;
}

div.avail {
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
}

div.avail.get-now {
    color: #51CC23;
}

.product_tabs {
    /* max-width: 500px; */
    margin: 0 auto;
    margin-top: 20px;
}

#product_tabs_top {
    position: relative;
    background: #F7F7F7;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4; */
}

#product_tabs_bottom {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 18px;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; */
    height: 165px;
    overflow-y: auto;
}

#product_tabs_top .nav-tabs {
    display: flex;
    justify-content: space-around;
}

#product_tabs_top .nav-tabs>li>a {
    color: #4D4D4D;
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#product_tabs_top .nav-tabs>li {
    margin-bottom: 0;
    flex: auto;
    text-align: center;
}

#product_tabs_top .nav-tabs>li>a.active,
#product_tabs_top .nav-tabs>li>a.active:hover,
#product_tabs_top .nav-tabs>li>a.active:focus {
    /* color: #000000; */
    border: 1px solid transparent;
    background-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_top .nav>li>a:hover,
#product_tabs_top .nav>li>a:focus {
    background-color: #F7F7F7;
}

#product_tabs_top .nav-tabs>li>a:hover {
    border-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_bottom_in {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #4D4D4D;
}

.p_features {
    max-width: 750px;
}

.tabs_item_title {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    padding: 20px;
    /*border-bottom:1px solid #bfbfbf;*/
    background-color: #F7F7F7;
    cursor: pointer;
}

.tabs_item_title.active {
    background-color: #FFD1D1;
}

label[for="search-text-r"],
label[for="news_email"],
label[for="news_email_footer"],
label[for="search-text"] {
    display: none;
}

.custom-icons-1>div>div>div>div>div {
    background-color: #333333;
}

.basket-text,
.search-text {
    color: #b3b3b3;
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}

ul.my_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding: 0;
    margin: 0;
}

ul.my_pagination>li {
    list-style: none;
    margin-right: 15px;
    border-bottom: 4px solid transparent;
}

ul.my_pagination>li:last-child {
    margin-right: 0;
}

ul.my_pagination>li>a {
    color: #D1D3D4;
}

ul.my_pagination>li:hover>a {
    color: #333;
}

ul.my_pagination>li.active {
    border-bottom: 4px solid #FFD1D1;
}

ul.my_pagination>li.active>a {
    color: #333;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 25px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #333333;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.newsletter_submit_exit_intent:hover {
    background: #1a1a1a;
}

.newsletter_results_exit_intent {
    background: #fff;
    margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.fb-plugin-followers {
    margin-top: 20px;
    max-width: 250px;
}
/* #slideshow_out_r .slideshow .item{
    height:100vh;
} */
.banner_out {
    /*margin-bottom:30px;*/
    /*margin-bottom: 20px;*/
    margin-bottom: 0px;
    /*-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);*/
    padding:0px;
}
.banner_out .container-fluid{
    padding:0px;
}
.first-index-banner{
    width:70%;
    max-width:1200px;
    margin:0 auto;
    margin-top:100px;
    margin-bottom:100px;
    overflow:hidden;
}
.banner_out.amenities .col-lg-4{
    display: flex;
    justify-content: center;
}
.first-index-banner img.column_img{
    width:100%;
    max-width:442px;
    float:right;
    margin-top:500px;
    transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
}
.first-index-banner img.column_img.final_margin_top{
    margin-top:0px;
}
.first-index-banner .banner_description .title{
    font-family: 'PFFuturaNeu-Light';
    font-size : 54px;
    line-height : 74.01px;
    letter-spacing : 4.32px;
    color : #000;
    max-width:200px;
    margin-top:0px;
    margin-bottom:60px;
    text-shadow: 0 0 32px #000;
    color: transparent;
    transition: all .7s ease-out;
    -moz-transition: all .7s ease-out;
    -webkit-transition: all .7s ease-out;
    -o-transition: all .7s ease-out;
}
.first-index-banner .banner_description .title.no_blur{
    text-shadow: 0 0 0px #000;
}
.first-index-banner .banner_description .title.final_margin_top{
    margin-top:130px;
}
.first-index-banner .banner_description .subtitle{
    font-family: 'Roboto-Light';
    font-size : 16px;
    line-height : 30px;
    letter-spacing : 0.64px;
    color : #333333;
    max-width:400px;
    margin-bottom:60px;
}
.first-index-banner .button, .location .button{
    border-radius:20px;
    font-family: 'PFFuturaNeu-Book';
    font-size : 12px;
    letter-spacing : 0.96px;
    display:flex;
    align-items: center;
    justify-content: space-between;
    padding:10px;
}
.parallax_1{
    padding:0px;
}
.parallax_1 .container-fluid{
    padding:0px;
}
section#parallax_1{
   width:100%;
   height:500px;
   background-repeat: no-repeat;
   background-size: 100% !important;
   background-position: 0% 0px;
}
section#parallax_2 {
    width: 100%;
    height: 400px;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 0% 0px;
}
section#parallax_second_category{
    width: 100%;
    height: 567px;
    background-repeat: no-repeat;
    background-size: 100% !important;
    background-position: 0% 0px;
}
section#parallax_3{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display:flex;
    align-items: center;
    justify-content: center;
    padding-top:200px;
    padding-bottom:150px;
}
section#parallax_contact{
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    align-items: center;
    justify-content: center;
    padding-top:200px;
    padding-bottom:0px;
    position:relative;
    margin-bottom:200px;
}
.amenities{
    width:90%;
    margin:80px auto;
    max-width:1200px;
}
.amenities div.title{
  font-family: 'PFFuturaNeu-Light';
  font-size : 54px;
  line-height : 74.01px;
  text-align: center;
  letter-spacing : 4.32px;
  color : #000;
  padding-bottom:60px;
  position:relative;
  margin-bottom:90px;
}
.amenities div.title .underline{
    position:absolute;
    width:115px;
    height:1px;
    background: #BFA295;
    left: 50%;
    transform: translateX(-50%);
    bottom:0;
}

.amenities div.photo_name{
    position:relative;
    height:10px;
    margin-top:26px;
    margin-bottom:26px;
    font-family: 'PFFuturaNeu-Medium';
    font-size : 14px;
    letter-spacing : 1.96px;
    color : #000;
}

.amenities div.photo_name_in{
    position:absolute;
    top:50px;
    opacity:0;
    left:0;
    width:100%;
    height: 100%;
    display:flex;
    align-items: center;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}
.amenities div.photo_name_in.full_opacity{
    top:0px;
    opacity:1;
}
.amenities img.column_img{
    opacity:0;
    width:60px;
    transition: all .5s linear;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
}

.amenities img.column_img.full_opacity{
    opacity:1;
}
.amenities div.photo_desc{
    margin-bottom:60px;
    position:relative;
    font-family: 'Roboto-Light';
    font-size : 14px;
    line-height : 26px;
    letter-spacing : 0.56px;
    color : #333333;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}

.amenities div.hide_desc{
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
    background: #fff;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.amenities div.hide_desc.full_opacity{
    height:0%;
}

.amenities .button{
    margin:0 auto;
    border-radius:20px;
    padding-left:30px;
    padding-right:20px;
    font-family: 'PFFuturaNeu-Medium';
    font-size : 12px;
    letter-spacing : 2.16px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.room_cards{
    display:flex;
    padding:0px;
    background: #E5DAD5;
    position:relative;
    margin-bottom:0px;
}
.room_cards .arrows{
  position:absolute;
  z-index:9999;
  top:50%;
  transform: translateY(-50%);
}
.room_cards .arrows.previous{
  left:calc(45% - 30px);
  cursor:pointer;
}
.room_cards .arrows.next{
  right:calc(45% - 30px);
  cursor:pointer;
}
.rooms_img{
    width:50%;
    position: relative;
    overflow:hidden;
    height:590px;
}
.rooms_img .center_img{
    width:0%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    overflow:hidden;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.rooms_img .center_img.show{
    width:100%;
}
.rooms_img .my_control_img{
    width:70%;
    opacity:0;
}
.rooms_img .center_img img{
   height:100%;
}
.rooms_infos{
    width:50%;
    overflow:hidden;
}

.rooms_infos{
    width:50%;
    display:flex;
}
.rooms_infos_title{
    width:20%;
    height:100%;
    position:relative;
}
.rooms_infos_rest{
    width:80%;
    height:100%;
    position:relative;
}
.rooms_infos_rest_in{
    position:absolute;
    width:100%;
    height:100%;
    top:0%;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.rooms_infos_rest_in_infos{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
}
.rooms_infos img.sign{
    position:absolute;
    height:90%;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
}
.room_number{
    font-family: 'PFFuturaNeu-Bold';
    font-size: 16px;
    line-height: 23px;
    color:#000;
}
.room_title{
    font-family: 'PFFuturaNeu-Light';
    font-size: 34px;
    line-height: 45px;
    color:#000;
    margin-bottom:35px;
}
.room_sub_text{
  font-family: 'Roboto-Light';
  max-width:580px;
  width:80%;
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.64px;
  color : #000;
  margin-bottom:35px;
}

.rooms_infos button{
    display:Flex;
    width:170px;
    height:40px;
    font-family: 'PFFuturaNeu-Medium';
    font-size : 12px;
    letter-spacing : 2.16px;
    background: none;
    color : #FFF;
    align-items: center;
    justify-content: space-between;
    padding:0px 20px;
    border:1px solid #fff;
    border-radius:20px;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    outline: none;
}
.rooms_infos button:hover{
    box-shadow: 8px 8px 15px 0px rgba(0, 0, 0, 0.19);
}
.gallery_container{
    width:100%;
    height:480px;
    position:relative;
    overflow:hidden;
}
.gallery_container_in{
    position:absolute;
    width:100%;
    height:100%;
    top:0px;
    left:0px;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.gallery_room_cards .owl-nav{
    display:none;
}
.gallery_room_cards.owl-carousel .owl-item img {
    display: block;
    height:480px;
    object-fit: cover;
}

.gallery_room_cards a.zoom_id.mag-glass{
  position:relative;
  bottom:0px;
  right:0px;
}
.melia .container-fluid{
   display:flex;
   padding:0px;
   padding-right:40px;
   position:relative;
   z-index:9999;
}
.melia-gold-line{
    width:10%;
    max-width:118px;
    position:relative;
    min-height:100px;
}
.melia-gold-line-in{
    position:absolute;
    width:100%;
    height:0%;
    background: #CAB1A7;
    top:0;
    left:0;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.melia-gold-line-in.full-height{
    height:100%;
}
.melia-rest-infos{
    width:90%;
    padding: 100px 0px 70px 100px;
}
.melia-rest-infos .title{
    font-family : 'PFFuturaNeu-Light';
    font-size : 54px;
    line-height : 54.01px;
    letter-spacing : 4.32px;
    color : #000;
    width:560px;
    margin-bottom:85px;
}
.melia-rest-infos .img_chef{
   display:none;
}
.melia-rest-infos .title span{
    font-family: 'PFFuturaNeu-Book';
    font-size : 140px;
    letter-spacing : 11.2px;
    color : #CAB1A7;
}

.melia-rest-infos .rest .text{
    font-family: 'Roboto-Light';
    width:400px;
    padding-top:20px;
    font-size : 16px;
    line-height : 30px;
    letter-spacing : 0.64px;
    color : #333333;
    margin-bottom:80px;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}

.melia-rest-infos .button{
border-radius:20px;
padding-left:30px;
padding-right:20px;
font-family: 'PFFuturaNeu-Medium';
font-size : 12px;
letter-spacing : 2.16px;
display:flex;
align-items: center;
justify-content: space-between;
}
.background-dish{
    position:absolute;
    z-index:-1;
    top:0;
    left:0;
    transform: rotate(-360deg);
    display:flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 1.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 1.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 1.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 1.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 1.2s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.background-dish img{
    width:90%;
}
.background-dish.center{
    left:50%;
    transform: translateX(-50%) rotate(0deg);
}
.melia_gallery{
    margin-top:70px;
    position:relative;
    left:140%;
    justify-content: center;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.melia_gallery.show{
    left:0%;
}
.melia_gallery .item img{
    height:460px;
    object-fit: cover;
}

.melia-rest-infos .chef_img{
    position:absolute;
    top:-100px;
    left:-150px;
    z-index:9999;
    overflow:hidden;
}
.melia-rest-infos .chef_img img{
    position:relative;
    left:-100%;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.melia-rest-infos .chef_img img.show{
    left:0%;
}
.melia_gallery.owl-carousel .owl-dots{
    text-align: center;
    margin-top:20px;
    margin-bottom:20px;
}
.melia_gallery.owl-carousel button.owl-dot {
    width:15px;
    height:15px;
    margin-right:5px;
    margin-left:5px;
    border-radius: 50%;
    background:#fff;
    border: 1px solid #CAB1A7;
    padding: 0px !important;
    position:relative;
}
.melia_gallery.owl-carousel button.owl-dot span{
    width:9px;
    height:9px;
    background: #fff;
    position:absolute;
    top:2px;
    left:2px;
    border-radius:50%;
    outline:none;
    transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
}
.melia_gallery.owl-carousel button.owl-dot.active span{
    background: #CAB1A7;
}
.location{
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding-top:95px;
    padding-bottom:95px;
}
.location .column_img{
    position:absolute;
    top:0%;
    left:50%;
    transform: translateX(-50%);
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.location .column_img.show{
    top:-60%;
    width:80%;
    max-width:500px;
}
.location .title{
  font-family: 'PFFuturaNeu-Light';
  font-size : 54px;
  line-height : 74.01px;
  letter-spacing : 4.32px;
  color : #000000;
  margin-bottom:60px;
}
.location .subtitle{
  font-family: 'Roboto-Light';
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.64px;
  color : #333333;
  margin-bottom:40px;
  position:relative;
}
.sub_title_hide, .title_hide{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    right:0;
    background: #fff;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.sub_title_hide.hide, .title_hide.hide{
    width:0%;
}
.map-location #map{
    overflow:hidden;
    position:relative;
    height:134px;
    bottom:0;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.map-location #map.full-height{
    height:456px;
}
.map-location .social{
    position:absolute;
    width:100%;
    left:0;
    bottom:0;
    z-index:9999;
    height: 134px;
    background: #BFA295;
    display:flex;
    align-items: center;
    justify-content: center;
}
.map-location .social.no_absolute{
    position:relative;
}
.map-location .social .text{
    font-family: 'PFFuturaNeu-Light';
    font-size: 32px;
    line-height: 74.01px;
    letter-spacing : 4.32px;
    color:#fff;
    margin-right:100px;
}
.map-location .social .social_item{
    background: none;
    border:1px solid #fff;
}
.map-location .social .social_item:last-child{
    margin-left:45px;
}
.map-location .social .social_item a{
    color:#fff;
}
.map-location #map img.my_map{
   position:absolute;
  
   width: 100%;
}
.main-content-wrapper, .banners{
    background: #fff;
}

.main-content-wrapper{
    position: relative;
    z-index:99;
    background: #fff;
    -webkit-box-shadow: 0 4px 6px -6px #333;
    -moz-box-shadow: 0 4px 6px -6px #333;
    box-shadow: 0 4px 6px -6px #333;
}

#footer{
    position:fixed;
    width:100%;
    left:0;
    bottom:0;
}
#footer2.contact_page_footer{
    position:absolute;
    width:100%;
    top:50%;
    padding-top:0px;
}
#footer2 .eshop_oroi{
    letter-spacing: 0.5px;
}
.parallax_3 #contact-form{
    width:95%;
    max-width: 549px;
    padding-top:80px;
    padding-bottom:70px;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.contact-form-in{
    width:313px;
    margin:0 auto;
}

.contact-form-in .title{
    font-family: 'PFFuturaNeu-Light';
    font-size: 32px;
    line-height: 74.01px;
    letter-spacing : 4.32px;
    margin-bottom:20px;
}
.parallax_3 #contact-form .contact_item{
    border:none;
    padding:0px;
    margin-bottom:10px;
    position:relative;
}
.parallax_3 #contact-form  .contact_item .underline, #footer .newsletter_item .underline, #footer2 .newsletter_item .underline{
    position:absolute;
    white-space: nowrap; 
    font-family: 'Roboto-Light';
    font-size : 10px;
    line-height : 31px;
    letter-spacing : 1.2px;
    width:0px;
    height:20px;
    overflow:hidden;
    display:flex;
    align-items: center;
    color:#B65D59;
    background:rgba(182,93,89,0.1);
    left:0;
    top:100%;
    z-index:9999;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
#footer .newsletter_item .underline_2, #footer2 .newsletter_item .underline_2{
    position:absolute;
    white-space: nowrap; 
    font-family: 'Roboto-Light';
    font-size : 10px;
    line-height : 31px;
    letter-spacing : 1.2px;
    width:0px;
    height:20px;
    overflow:hidden;
    display:flex;
    align-items: center;
    color:#FFA500;
    background:rgba(255,165,0,0.1);
    left:0;
    top:100%;
    z-index:9999;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.parallax_3 #contact-form  .contact_item.wrong .underline, #footer .newsletter_item.wrong .underline, #footer .newsletter_item.wrong_2 .underline_2, #footer2 .newsletter_item.wrong .underline, #footer2 .newsletter_item.wrong_2 .underline_2{
    width:100%;
}
.parallax_3 #contact-form .contact_item input{
    height:60px;
    width:100%;
    display:flex;
    align-items: center;
    border:none;
    outline:none;
    border-bottom:1px solid #BFA295;
}
.parallax_3 #contact-form .contact_item textarea{
    height: 60px;
    width: 100%;
    padding-top: 17px;
    display: flex;
    align-items: center;
    border:none;
    outline:none;
    border-bottom:1px solid #BFA295;
}

.parallax_3 #contact-form  .contact_item_required_fields{
    font-family: 'Roboto-Light';
    font-size : 10px;
    line-height : 31px;
    letter-spacing : 1.2px;
    color : #B65D59;
    display: flex;
    align-items: center;
}
.parallax_3 #contact-form  .contact_item_required_fields span{
    font-size : 24px;
    margin-right:5px;
    margin-top:3px;
}
.parallax_3 #contact-form  .contact_item_oroi{
    font-family: 'Roboto-Light';
    font-size : 10px;
    line-height : 31px;
    letter-spacing : 1.2px;
    display: flex;
    align-items: center;
    position:relative;
}
.parallax_3 #contact-form  .contact_item_oroi .underline, #footer .newsletter_terms .underline, #footer2 .newsletter_terms .underline{
    position:absolute;
    white-space: nowrap; 
    width:0px;
    height:20px;
    overflow:hidden;
    display:flex;
    align-items: center;
    color:#B65D59;
    background:rgba(182,93,89,0.1);
    left:0;
    top:100%;
    z-index:9999;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.parallax_3 #contact-form  .contact_item_oroi .underline_ok, #footer .newsletter_terms .underline_ok, #footer2 .newsletter_terms .underline_ok{
    position:absolute;
    white-space: nowrap; 
    width:0px;
    height:20px;
    overflow:hidden;
    display:flex;
    align-items: center;
    color:#008800;
    background:rgba(0,128,0,0.1);
    left:0;
    top:100%;
    z-index:9999;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.parallax_3 #contact-form  .contact_item_oroi.success .underline_ok, #footer .newsletter_terms.success .underline_ok, #footer2 .newsletter_terms.success .underline_ok{
    width:100%;
}
.parallax_3 #contact-form  .contact_item_oroi.wrong .underline, #footer .newsletter_terms.wrong .underline, #footer2 .newsletter_terms.wrong .underline{
    width:100%;
}
.parallax_3 #contact-form  .contact_item_oroi label{
    margin-bottom:0px;
    cursor: pointer;
}

.parallax_3 #contact-form  .contact_item_oroi input[type=checkbox], #footer .newsletter_terms input[type=checkbox], #footer2 .newsletter_terms input[type=checkbox]{
  margin-right:7px;
  display: none;
}

.parallax_3 #contact-form  .contact_item_oroi .checkbox, #footer .newsletter_terms .checkbox, #footer2 .newsletter_terms .checkbox{
  width:20px;
  height:20px;
  display:flex;
  align-items: center;
  justify-content: center;
  border:1px solid #808080;
  border-radius:2px;
  margin-right:7px;
}
#footer .newsletter_terms, #footer2 .newsletter_terms{
    display:flex;
    margin-top:22px;
    margin-bottom:27px;
    position:relative;
}
#footer .eshop_oroi input[type="checkbox"]+label span, #footer2 .eshop_oroi input[type="checkbox"]+label span{
    display:none;
}
#footer .newsletter_terms.eshop_oroi, #footer2 .newsletter_terms.eshop_oroi{
    line-height: 18px;
} 
.bottom_item{
line-height: 5px;
}
#footer .bottom_item.news, #footer2 .bottom_item.news{
width:265px;
}
#footer2.contact_page_footer .bottom_item.news{
    width:90%;
    padding:30px;
    box-shadow: 0 0 10px #cbcbcb;
}
.parallax_3 #contact-form button{
    margin-top:40px;
    display:flex;
    border:1px solid #A17663;
    background: none;
    color:#A17663;
    width:196px;
    height:40px;
    align-items: center;
    justify-content: space-between;
    padding-left:20px;
    padding-right:10px;
    border-radius:20px;
    outline: none;
}
#footer .footer-cols .item{
    font-family: 'PFFuturaNeu-Book';
    font-size: 11px;
    color:#808080;
    line-height: 14.4px;
    margin-bottom:24px;
    letter-spacing: 3px;
}
#footer .footer-cols .item.title{
    font-family: 'PFFuturaNeu-Bold';
    font-size: 10px;
    margin-bottom:24px;
}
#footer .footer-cols .item.news_title, #footer2 .footer-cols .item.news_title{
    font-family: 'PFFuturaNeu-Light';
    font-size: 32px;
    line-height: 34.01px;
    letter-spacing : 4.32px;
    color:#000;
    margin-bottom:42px;
}
#footer .newsletter_item, #footer2 .newsletter_item{
    padding: 0px;
    background:none;
    border-bottom:1px solid #BFA295;
    margin-bottom: 10px;
    position:relative;
}
#footer .newsletter_item input[type="text"], #footer2 .newsletter_item input[type="text"] {
    font-family: 'Roboto-Light';
    font-size : 16px;
    line-height : 34px;
    letter-spacing : 0.64px;
    color : #333333;
}
#footer .newsletter_footer_submit, #footer2 .newsletter_footer_submit{
    width:197px;
    height:40px;
    display:flex;
    align-items:center;
    justify-content: space-between;
    padding-left:20px;
    padding-right:10px;
    border-radius: 20px;
    border:1px solid #A17663;
    font-family: 'PFFuturaNeu-Medium';
    font-size : 12px;
    letter-spacing : 2.16px;
    background: none;
    margin-left:0px;
    max-width:197px;
    color : #A17663;
    cursor:pointer;
}
.photo_column_container{
    display:flex;
    width:100%;
}
.photo_column_container.hide{
    display:none;
}
.mobile_room_gallery{
    width:100%;
}
.mobile_room_gallery .container_photos_column{
    display:flex;
}
.mobile_room_gallery .item{
    width:50%;
    height:179px;
    overflow: hidden;
}
.mobile_room_gallery .item.hide{
    display:none;
}
.mobile_room_gallery .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.category_title{
    width:90%;
    height:368px;
    max-width:1000px;
    position:relative;
    margin:0 auto;
}
.category_title_in{
    position:absolute;
    top:20px;
    width:100%;
    height:100%;
    font-family: 'PFFuturaNeu-Light';
    font-size : 54px;
    line-height : 74.01px;
    letter-spacing : 3.24px;
    color : #000000;
    display:flex;
    align-items: flex-end;
    padding-bottom:25px;
    padding-left:20px;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.category_title_in.up{
    top:-60px;
}
.category_title_in .line{
    position:absolute;
    width:1px;
    height:0%;
    z-index:9999;
    left:0;
    background: #000;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.category_title_in .line.full-height{
    height:100%;
}
.s_category_img img{
    width:100%;
}
.room_item img{
 width:100%;
 max-width:700px;
 height:402px;
 object-fit: cover;
 object-position: center;
 transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -webkit-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
}

.room_item_container{
    display:flex;
    justify-content: center;
}
.container-rooms{
    width:100%;
    max-width:1600px;
    margin:0 auto;
}
.room_item_container.align_bottom{
    margin-top:50px;
    align-items: flex-end;
}
.room_item .text{
 padding:25px;
 margin-left:20px;
 position:relative;
}
.room_item .text .line{
    position:absolute;
    bottom:42px;
    left:0;
    width:1px;
    height:0%;
    background: #000;
    z-index:999;
    background: #000;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.room_item .text .line.top-place{
    height:100%;
}
.room_item .room_number{
    font-family: 'PFFuturaNeu-Bold';
    font-size : 12px;
    line-height : 19.46px;
}

.room_item  .room_title{
    font-family: 'PFFuturaNeu-Light';
    font-size : 28px;
    line-height : 37.57px;
    letter-spacing : 1.12px;
    color : #000000;
    display:flex;
    align-items: center;
}
.room_item  .room_title span{
    margin-bottom:-5px;
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
    margin-left:25px;
}
.room_page_main_photo{
    width:100%;
    position:relative;
}
.room_page_main_photo img{
    width:100%;
}
.room_page_gallery{
    width:100%;
    padding-left:45px;
    padding-right:45px;
}
.location_page_gallery{
    width:80%;
    margin:0 auto;
    margin-bottom:80px;
}
.room_page_gallery .item, .gallery_page_gallery .item{
    overflow:hidden;
}
.room_page_gallery .item img, .gallery_page_gallery .item img{
    height:630px;
    width:auto;
    object-fit: cover;
    object-position: center;
}
.location_page_gallery .item img{
    width:100%;
    height:360px;
    object-fit: cover;
    object-position: center;
}
.room_page_main_photo.mobile, .room_page_gallery.mobile, .gallery_page_gallery.mobile{
    display:none;
}
.room_page_infos{
    width:100%;
    padding:20px 25% 0px 25%;
}
.room_page_extra_infos{
    width:100%;
    background: #F5F1EF;
    padding:80px 25% 80px 25%;
}
.room_page_infos .text{
    padding-left:25px;
}
.room_page_infos .text .room_number{
    font-family: 'PFFuturaNeu-Bold';
    font-size : 12px;
    line-height : 19.46px;
}
.room_page_infos .text .room_title{
    font-family: 'PFFuturaNeu-Light';
    font-size : 54px;
    line-height : 57px;
    margin-bottom:30px;
}
.room_page_infos .text .text_title_in{
 padding-top:40px;
 padding-bottom:40px;
 position:relative;

}
.room_page_infos .text .room_sub_text{
    font-family: 'PFFuturaNeu-Light';
    font-size : 28px;
    line-height : 37.57px;
}
.room_page_infos .text .room_description{
    font-family: 'Roboto-Light';
    font-size : 16px;
    line-height : 30px;
    letter-spacing : 0.64px;
    color : #333333;
    margin-bottom:100px;
    width:100%;
    max-width:358px;
}
.room_page_infos .line{
    position:absolute;
    width:1px;
    height:0%;
    bottom:30px;
    left:-25px;
    background:#000;
    transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.room_page_infos .line.full_height{
    position:absolute;
    width:1px;
    height:calc(100% + 80px);
    bottom:30px;
    left:-25px;
    background:#000;
}
.room_page_gallery .item{
   position:relative;
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-check:before {
	content: "\e66c";
}
.room_page_gallery .item div.pe-7s-plus, .gallery_page_gallery .item div.pe-7s-plus, .location_page_gallery .item div.pe-7s-plus{
    position:absolute;
    font-size : 52px;
    color : #FFFFFF;
    right:10px;
    bottom:10px;
}
.room_page_gallery .owl-dots{
    display: flex;
    height: 120px;
    align-items: center;
    justify-content: center;
}
.room_page_gallery .owl-dots button{
    width:12px;
    height:12px;
    display:flex;
    border: 1px solid #A17663;
    margin-left:10px;
    margin-right:10px;
    border-radius:50%;
    outline:none;
}
.room_page_gallery .owl-dots button span{
    width:6px;
    height:6px;
    border-radius:50%;
    margin:2px 0px 0px 2px;
    background: none;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.room_page_gallery .owl-dots button.active span{ 
    background: #A17663;
}
.room_page_extra_infos .charge_title{
    font-family: 'PFFuturaNeu-Light';
    font-size : 32px;
    margin-bottom:40px;
}
.room_page_extra_infos .charges_column{
    padding-left:25px;
    position:relative;
}
.room_page_extra_infos .line{
    position:absolute;
    width:1px;
    height:381px;
    background: #000;
    top:0;
    left:0px;
}
.room_page_extra_infos .charges_column.first .charge_item{
  display:flex;
  width:100%;
  align-items: center;
  justify-content: space-between;
  width:100%;
  max-width:280px;
}
.room_page_extra_infos .charges_column.first .charge_item .title{
    font-family: 'Roboto-Medium';
    font-size : 16px;
    line-height : 60px;
    letter-spacing : 0.8px;
    color : #000;
  }
  .room_page_extra_infos .charges_column.first .charge_item .amount{
    font-family: 'Roboto-Light';
    font-size : 16px;
    line-height : 60px;
    letter-spacing : 0.8px;
    color : #000;
    margin-bottom:0px;
  }
  .room_page_extra_infos .charges_column .charge_item .title{
    font-family: 'Roboto-Medium';
    font-size : 14px;
    color : #000;
  }
  .room_page_extra_infos .charges_column.second .charge_item .amount{
    font-family: 'Roboto-Light';
    font-size : 14px;
    line-height : 25px;
    width:100%;
    max-width:200px;
    letter-spacing : 0.8px;
    color : #000;
    margin-bottom:20px 
  }
  .room_page_extra_infos .charges_column.second .charge_item:last-child .amount{
    margin-bottom:60px 
  }
  .melia_page_desc{
   position:relative;
   margin-bottom:100px;
  }
  .melia_page_desc .title{
      position:relative;
      margin-left:25%;
      margin-top:90px;
      margin-bottom:64px;
      font-family: 'PFFuturaNeu-Light';
      font-size : 54px;
      letter-spacing : 4.32px;
      color : #000;
      padding-left:25px;
  }
  .melia_page_desc.amenities_page .title{
    max-width:580px;
    width:70%;
    font-size : 54px;
    line-height : 74.01px;
    letter-spacing : 3.24px;
}
  .melia_page_desc .title .line{
      position: absolute;
      width:1px;
      height:0%;
      background: #000;
      bottom:-20px;
      left:0;
      -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
      -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
      -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
      -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
      transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .melia_page_desc .title .line.full_height{
    height:200%;
  }
  .melia_page_desc.location .title .line{
    bottom:0px;
}
  .melia_page_desc.location .title .line.full_height{
    height:160%;
  }
  .melia_page_desc span{
    font-family: 'PFFuturaNeu-Book';
    font-size : 140px;
    letter-spacing : 11.2px;
    color : #E5DAD5;
  }
  .melia_page_desc .title .last_title_word{
      margin-top:-40px;
  }
  .melia_page_desc .sub-title{
    margin-left:25%;
    padding-left:25px;
    width:50%;
    display:flex;
    align-items: center;
}
.melia_page_desc .sub-title .img{
    position:relative;
    margin-left:-40px;
    cursor: pointer;
}
.melia_page_desc .sub-title .img .pe-7s-plus{
    position:absolute;
    color:#000;
    bottom:20px;
    right:40px;
    font-size: 30px;
}
.melia-background-dish{
    position:absolute;
    width:40%;
    top:-50%;
    left:-40%;
    transform: rotate(-18px);
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.melia-background-dish.full_came{
    left:-5%;
    transform: rotate(0px);
}
.room_page_extra_infos.melia_extra .download_sub_menu{
  display:none;
  font-family: 'Roboto-Light';
  font-size : 16px;
  line-height : 30px;
  letter-spacing : 0.64px;
  margin-bottom:30px;
  color : #333333;
}
.melia_page_desc .sub-title .text{
  position:relative;
  font-family: 'Roboto-Light';
  font-size : 14px;
  line-height : 34px;
  letter-spacing : 0.64px;
  color : #333333;
  width:100%;
  overflow:hidden;
  max-width:481px;
}
.melia_page_desc .sub-title .chef_text{
    position:absolute;
    width:0%;
    height:100%;
    background: #fff;
    overflow:hidden;
    top:0;
    lefT:0;
    box-shadow: 5px 0 5px -5px #333;
    -webkit-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: all 0.88s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
  .melia_page_desc .sub-title .chef_text.full_wdth{
    width:100%;
  }
  .melia_page_desc .sub-title .chef_text_in{
   position:absolute;
   height:100%;
   top:0;
   lefT:0;
   display:flex;
   align-items: center;
  }
  .melia-menu-title{
      font-family: 'PFFuturaNeu-Light';
      position:relative;
      margin-top:-35px;
      margin-bottom:5px;
      font-size : 32px;
      letter-spacing : 2.56px;
      color : #000000;
  }
  .melia-menu-title .line{
      position:absolute;
      width:1px;
      height:320%;
      top:-210%;
      left:-20px;
  }
  .room_page_extra_infos.melia_extra .charges_column {
     padding-left:0px;
     position:relative;
     margin-left:-10px;
}
.room_page_extra_infos.melia_extra .charge_title {
    font-family: 'PFFuturaNeu-Medium';
    font-size : 18px;
    line-height : 77.31px;
    letter-spacing : 4.68px;
    color : #000000;
    margin-bottom:0px;
}
.room_page_extra_infos.melia_extra .download_button{
    width:100%;
    max-width:284px;
    height:40px;
    background: #A17663;
    display:flex;
    font-family: 'PFFuturaNeu-Medium';
    color:#fff;
    font-size : 12px;
    letter-spacing : 2.16px;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right:20px;
    border-radius:20px;
    box-shadow: 0 0 10px #c5c5c5;
}
.room_page_extra_infos.melia_extra .charge_item{
    font-family: 'PFFuturaNeu-Medium';
    font-size : 14px;
    margin-top:45px;
    width:100%;
    max-width:390px;
    padding-bottom:45px;
    letter-spacing : 1.12px;
    color : #000000;
}
.melia_extra .room_page_extra_infos_in.container-fluid{
    padding-right:0px;
}
.room_page_extra_infos.melia_extra .charge_item.border-bottom{
    border-bottom: 1px solid #A17663 !important;
}
.room_page_extra_infos.melia_extra .charge_item .main_title{
    margin-bottom:30px;
}
.room_page_extra_infos.melia_extra .charge_item .title{
    font-family: 'Roboto-Medium';
    font-size : 15px;
}
.room_page_extra_infos.melia_extra .charge_item .sub_title{
    display:flex;
    margin-bottom:30px;
    align-items: center;
    justify-content: space-between;
}
.room_page_extra_infos.melia_extra .charge_item .sub_title div{
    margin-right:10px;
    font-family: 'Roboto-Light';
    font-size : 15px;
}
.room_page_extra_infos.melia_extra .charge_item .sub_title div:first-child{
    font-family: 'Roboto-LightItalic';
    font-size : 15px;
}
.dishes_container{
    display:flex;
    height:480px;
}
.dishes_container_item{
    display:flex;
    width:50%;
}
.dishes_container_item .item{
    width:50%;
    overflow: hidden;
}
.dishes_container_item .item img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.dishes_container_item .item.first img{
    width:130%;
    height:130%;
}
.container-fluid.contact_page{
    width:75%;
    margin-top:70px;
    margin-bottom:80px;
    margin-left:25%;
}
.contact_page .main_title.mobile{
    display:none;
}
.contact_page .main_title{
    position:relative;
    font-family: 'PFFuturaNeu-Light';
    margin-bottom:80px;
}
.contact_page .main_title .line{
    position:absolute;
    width:1px;
    height:230%;
    background: #000;
    left:-15px;
    top:-100%;
}
.contact_page .title{
    font-size : 54px;
    line-height : 74.01px;
}
.contact_page .sub_title{
    font-size : 28px;
    line-height : 37.57px;
    width:300px;
}

.contact_page .parallax_3 #contact-form {
    width: 100%;
    max-width: 466px;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
    box-shadow: none;
}
.contact_page   .contact-form-in{
    width:100%;
    margin-left:0px;
}
.contact_page .address .title{
    font-family: 'PFFuturaNeu-Medium';
    font-size : 16px;
    line-height : 38px;
}
.contact_page .address .item{
    font-family: 'Roboto-Light';
    font-size : 18px;
    line-height : 30px;
    letter-spacing: 2px;
}
.melia_page_desc.location, .melia_page_desc.amenities_page{
    padding-top:50px;
    padding-bottom:0px;
    margin-bottom:60px;
    max-width: 1400px;
}
.amenities_page{
  margin:0 auto;
  width:100%;
}
.melia_page_desc.amenities_page .title{
    margin-top:0px;
    margin-left:5%;
  }
.melia_page_desc.location .title{
  margin-top:0px;
  margin-left:5%;
}
.container-fluid.location_desc{
    width:100%;
    max-width: 1400px;
    margin-bottom:80px;
}
.container-fluid.amenities_page.location_desc{
    width:calc(100% - 50px);
    margin:0 auto;
    padding-left:0px;
    padding-right:0px;
    max-width: 1400px;
    margin-bottom:80px;
}
.container-fluid.location_desc .row{
    margin-lefT:5%;
}
.container-fluid.location_desc .row .col-lg-6{
    font-family: 'Roboto-Light';
    font-size : 16px;
    line-height : 34px;
    letter-spacing : 0.64px;
    color : #333333;
}
.gallery_page_container{
    width:80%;
    max-width: 1440px;
    margin:0 auto;
    margin-top:60px;
    margin-bottom:90px;
}
.gallery_page_column{
    width:100%;
    display:flex;
}
.gallery_page_item{
    width:25%;
    height:360px;
    position:relative;
}
.gallery_page_item img{
    position:absolute;
    width:100%;
    heighT:100%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 0 10px #cbcbcb;
    opacity:0;
    transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}

.gallery_page_item img.final_place{
    top:0% !important;
    left:0% !important;
    opacity:1 !important;
    box-shadow: none !important;
}
.amenities_title{
    font-family: 'PFFuturaNeu-Light';
    font-size : 28px;
    line-height : 52px;
    margin-bottom:30px;
    display:flex;
    align-items: center;
    justify-content: space-between;
}

.amenities_item{
    display:flex;
    width:100%;
    max-width:400px;
    align-items: flex-start;
    margin-bottom:34px;
}
.amenities_item div.pe-7s-plus{
  font-family: 'Pe-icon-7-stroke';
  font-size : 28px;
  line-height : 34px;
  color : #A17663;
  margin-right:15px;
}
.amenities_item .title{
    font-family: 'Roboto-Light';
    font-size : 16px;
}
.amenities_item .title div.subtitle{
    font-family: 'Roboto-LightItalic';
    font-size : 16px;
    margin-top:-10px;
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.amenities_title div.pe-7s-angle-down{
    display:none;
    font-family: 'Pe-icon-7-stroke';
    font-size : 48px;
    line-height : 52px;
    transform: rotate(0deg);
    letter-spacing : 22.08px;
    color : #A17663;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.amenities_title div.pe-7s-angle-down.rotate{
    transform: rotate(-180deg);
}
.results_container{
    width:100%;
    max-width:1200px;
    padding:80px 30px 80px 30px;
    background: #fff;
}
.results_div_container{
    margin-left:5%;
    padding-left:25px;
}
#search_form_mobile{
    width:100%;
}
.search-button.mobile{
 cursor:pointer;
}
.results_div_container .result_title{
    font-family: 'PFFuturaNeu-Light';
    font-size: 34px;
    line-height: 54.01px;
    letter-spacing: 3.24px;
    color : #A17663;
    text-decoration: underline;
    margin-bottom:10px;
}

.results_div_container .result_description{
    font-family: 'PFFuturaNeu-Light';
    font-size: 24px;
    line-height: 44.01px;
    letter-spacing: 2.24px;
    margin-bottom:20px;
}
.slide_title{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%);
    font-family: 'PFFuturaNeu-Medium';
    font-size : 77px;
    line-height : 84.81px;
    color : #FFFF;
    z-index:999;
    width: 90%;
    height: 368px;
    max-width: 1000px;
}
.room_page_main_photo .slide_title{
    max-width: 1400px;
    width:100%;
    margin-left:calc(5% - 25px);

}
.room_page_main_photo.contact .slide_title{
    max-width: 1400px;
    width:100%;

}
.room_page_main_photo .slide_title h6{
    font-family: 'PFFuturaNeu-Medium';
    font-size : 77px;
    line-height : 84.81px;
    color : #FFFF;
}
#slideshow_out .slider_item, #slideshow_out_r .item{
    position:relative;
}
#slideshow_out .slider_item .slider_infos{
 position:absolute;
 top:40%;
 width:70%;
 max-width:1200px;
 left:50%;
 transform: translateX(-50%);
}
#slideshow_out_r .item .slider_infos{
    position:absolute;
    top:50vh;
    width:calc(100% - 60px);
    left:50%;
    transform: translateX(-50%);
}
#slideshow_out .slider_item .slider_infos .title, #slideshow_out .slider_item .slider_infos .sub_title{
    font-family: 'PFFuturaNeu-Medium';
    font-size : 78px;
    line-height : 84.81px;
    color : #FFFFFF;
}

#slideshow_out .slider_item .slider_infos .sub_title_description{
    font-family: 'Roboto-Regular';
    font-size : 20px;
    line-height : 40px;
    letter-spacing : 0.8px;
    color : #FFF;
    width:100%;
    max-width: 350px;
    margin-top:30px;
}
#slideshow_out .slider_item .slider_infos .button{
    display:flex;
    width:197px;
    height:47px;
    margin-top:50px;
    align-items: center;
    justify-content: space-between;
    padding-left:30px;
    padding-right: 10px;
    border:1px solid #fff;
    font-family: 'PFFuturaNeu-Book';
    font-size : 14px;
    letter-spacing : 1.12px;
    color : #FFF;
    border-radius:30px;
}
#slideshow_out_r .item .slider_infos .title, #slideshow_out_r .item .slider_infos .sub_title{
    font-family: 'PFFuturaNeu-Medium';
    font-size : 40px;
    line-height : 44.89px;
    color : #FFFFFF;
}

#slideshow_out_r .item .slider_infos .button{
    display:flex;
    width:177px;
    height:40px;
    margin-top:30px;
    align-items: center;
    justify-content: space-between;
    padding-left:20px;
    padding-right: 10px;
    border:1px solid #fff;
    font-size : 12px;
    letter-spacing : 0.96px;
    color : #FFF;
    border-radius:30px;
}
.charge_details_price{
    position: relative;
    font-family: 'Roboto-Light';
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.56px;
    margin-top: 20px;
}
