/* ovveride default */

body {
    font-family: 'Jost-Regular', Verdana, Arial, Helvetica, sans-serif;
}

.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    padding-top: 0;
    /* padding-bottom: 15px; */
    background: #fff;
}

.metaforika-header-div {
    height: 40px;
    background-color: #E6E6E6;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.eshop_oroi a{
    color:#fff !important;
}

.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;
}

.search {
    position: relative;
    width: 100%;
    height: 46px;
    width: 284px;
    /* border: 1px solid #cccccc; */
    background: #F7F1EB;
    z-index: 16;
    color: #A38F83;
}

.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-family: 'Jost-Light';
    font-size : 14px;
    letter-spacing : 0.28px;
    color: #A38F83;
    height: 46px;
    line-height: 46px;
    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: 46px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 22px;
    outline:none;
}

#search_hover {
    padding-top:0px;
}

.search_right button span{
    color:#A38F83;
}

.search_hover_item a,  .search_hover_item  .search_hover_item_txt{
    font-family: 'Jost-Light';
    text-align: left;
    color:#595959;
    font-size : 14px;
    letter-spacing : 0.28px;
}

.search_hover_item  .search_hover_item_txt{
    padding:5px;
}
#search_hover_in {
    padding-top: 0px;
}
.top_item.basket_btn_h {
    border-left: 1px solid #cccccc;
    padding: 7px 15px;
    padding-left: 35px;
}

.telephone-wrapper {
    font-size: 24px;
    margin-right: 35px;
}

.telephone-wrapper a {
    color: #333333;
}

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;
}

.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;
    align-items: center;
}


/* menu */

.menu_out {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 15;
}

nav.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.menu ul li {
    flex-grow: 1;
    margin: 0;
    position:relative;
}


/* 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: 10px 20px 10px 20px;
    text-align: center;
    font-size : 16px;
    letter-spacing : 1.28px;
    color : #595959;
    -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.menu_item.active a {
    color:#A38F83;
}

.menu_item .menu_item_name{
    position:relative;
}

.menu_item .menu_item_name:after{
    content:'';
    position:Absolute;
    width:0%;
    height:2px;
    left:0;
    bottom:-4px;
    background: #A38F83;
}

.menu_item.active .menu_item_name:after{
    width:100%;
}

/* nav.menu ul li:hover>a {
    background: #a40b2a;
    color: #fff;
} */
.search_area_input input[type="text"] {
    outline: none;
    font-family: 'Jost-Light';
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #A38F83;
}
.search_area_in_r {
    background: #F6EDE7;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
}

.mobile_search_submit {
    float: left;
    margin-right: 5px;
    width: 20px;
    margin-top: 7px;
}

.search_area_submit button{
    margin-top: 7px;
    margin-right:5px;
    font-size: 17px;
    color:#A38F83;
    outline: none;
}
.close_search_area i{
    margin-top: 10px;
    font-size: 17px;
    margin-right: 7px;
    color: #A38F83;
}
.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: 0px;
}

.sub_menu_item_title a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size : 15px !important;
    letter-spacing : 0.6px !important;
    color : #595959 !important;
    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: 15px;
}

.sub_menu_data_item:last-child {
    margin-bottom: 0;
}

.sub_menu_item_data{
    margin-top:15px;
}

.sub_menu_data_item a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size : 15px;
    letter-spacing : 0.6px;
    color : #595959;
    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 .fa-angle-right{
    margin-right:8px;
}
/* .sub_menu_data_item:hover>a {
    color: #a40b2a !important;
} */

.main_content_out {
    position: relative;
    z-index: 11;
}
.main_content_out .category_image{
   position:Absolute;
   width:100%;
}

.main_content_out .category_image .desktop{
   background-repeat: no-repeat;
   background-size: cover;
   padding:75px 0px 85px 0px;
}

.main_content_out .category_image .mobile{
    background-repeat: no-repeat;
    background-size: 100%;
    padding:40px 0px 0px 0px;
}

.main_content_out .category_image .category_card{
    background: #fff;
    width:90%;
    max-width:1200px;
    margin:0 auto;
    padding:35px 0px 100px 0px;
}

.program_of_retreat.banner_out{
    width:90%;
    max-width:1200px;
    margin:0 auto;
    padding:100px 0px 130px 0px;
}

.program_of_retreat.banner_out .title{
    font-family: 'Jost-Light';
    font-size : 42px;
    color : #A38F83;
    margin-bottom:60px;
}

.program_of_retreat.banner_out .text{
    font-family: 'Jost-Light';
    font-size : 18px;
    color:#595959;
    /* margin-bottom:85px; */
}

.program_of_retreat.banner_out .container-fluid{
    width:80%;
}

.main_content_out .category_image .category_card .category_card_in{
    width:85%;
    margin:0 auto;
}

.main_content_out .banners.push_up{
    padding-top:165px;
}
.main_content_out .banners.push_up .col-lg-7, .main_content_out .banners.push_up .col-lg-12{
    justify-content: start !important;
    align-items: start !important;
}
.main_content_out .banners.push_up .center_all.col-lg-12{
    justify-content: center !important;
    align-items: center !important;
}
.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;
    background: #F6EDE7;
    left: 0;
    margin-top: 5px;
}
li.menu_item .fa-sort-up{
    display: none;
    position: absolute;
    color:#F6EDE7;
    left:50%;
    transform: translateX(-50%);
    z-index: -1;
    bottom: -23px;
    font-size: 30px;
}
.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: 25px;
    padding-bottom: 15px;
    /*padding-bottom:100px;*/
}

.menu_column_container div {
    /*display: inline-block;
     width: 100%; */
}

.menu_column_container .sub_menu_item {
    padding:0px 5px 15px 5px;
    border-bottom:2px solid #D5C8BB;
    margin-bottom: 20px;
}

.menu_column_container .sub_menu_item:last-child {
    margin-bottom: 0px;
    border-bottom:none;
}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}


/* end menu */

.newsletter-section {
    background-color: #000;
}

.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: 20px;
    padding-bottom: 20px;
    /* background: #f3f3f3; */
}

#footer {
    /* background: #f3f3f3; */
    /* padding-top: 20px; */
    /* padding-bottom: 20px; */
}

#footer .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}


#footer .footer_social{
    width:100%;
    height:201px;
    background: #C4AFA1;
}

#footer .footer_social a i{
    color:#fff;
    margin:0 20px;
    font-size: 27px;
}
#footer 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 {
    background: #fff;
    font-family: 'Jost-Regular';
    font-size : 12px;
    letter-spacing : 0.48px;
    color : #C4AFA1;
}

#footer_right a {
    color : #C4AFA1;
}


.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;
}

.color_box_in {    
    width: 32px;
    height: 32px;
}

.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: #fff;
}

.col.footer-cols {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.col.footer-cols:last-child {
    border-bottom: 1px solid #ccc;
}

.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: #545454;
}

.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: 320px;
}

#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: 320px;
    z-index: 310;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m .menu_item_data_m_area .menu_item_data_m .sub_menu_item_m {
    border-bottom: 2px solid #D5C8BB;
    margin: 0px 25px;
}
nav#mobile_menu .menu_item_m .menu_item_data_m_area .menu_item_data_m:last-child .sub_menu_item_m {
    border-bottom:none;
}


/* 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-family: 'Jost-Regular';
    font-size : 16px;
    letter-spacing : 0.64px;
    color : #595959;
    cursor: pointer;
    margin-left:25px;
    padding-top: 15px;
    padding-bottom: 15px;
    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_area {
    display: none;
    position:relative;
    padding:5px 0px 8px 0px;
    background: #F6EDE7;
} 

nav#mobile_menu .menu_item_data_m_area .fa-sort-down{
    position: Absolute;
    color: #fff;
    left: 23px;
    font-size: 30px;
    top: -19px;
}

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-family: 'Jost-Regular';
    font-size : 16px;
    letter-spacing : 0.64px;
    color : #595959;
    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.has_children a {
    padding-bottom: 5px;
}

/* 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-family: 'Jost-Regular';
    font-size : 16px;
    letter-spacing : 0.64px;
    color : #595959;
    cursor: pointer;
    padding-left: 10px;
    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_menu_item_m .sub_menu_item_data_m:last-child .sub_sub_menu_item_title_m a {
    padding-bottom: 13px;
}
.mobile_menu_social_area{
    position:Absolute;
    bottom:45px;
    padding:25px 28px 0px 32px;
    border-top:1px solid #F6EDE7;
}
.mobile_menu_social_area a i{
    color:#A38F83;
    font-size: 25px;
    margin:0 18px;
}
/* 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: #000;
    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 div.brand {
    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: #000;
    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: #235D0E;
}

.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="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: #4e4949;
    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;
}

.x_y_pr_list {
    position: absolute;
    width: 100%;
    height: 44px;
    text-align: center;
    z-index: 9998;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgb(240, 124, 174, 0.8);   
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.x_y_pr_list span {
    font-size: 38px;
}

.product_item:hover .x_y_pr_list {
    opacity: 0;
}

.basic_col_l {
    max-width: 400px;
    width: 100%;
}
.wellness-preloader{
    position:fixed;
    width:100vw;
    height:100vh;
    background: #C4AFA1;
    z-index:9999;
    font-family: 'Jost-ExtraLight';
    font-weight: 100;
    font-size : 104px;
    line-height : 125px;
    color : #FFFFFF;
}
.wellness-preloader-moto{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity:0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.wellness-preloader-moto span{
    opacity:0;
}
.wellness-preloader-moto.show{
    opacity:1;
}
.wellness-preloader-o{
    position:relative;
    top:50%;
    left:50%;
    width:300px;
    height: 300px;
    transform: translate(-50%,-50%);
    line-height: 50px;
    opacity:0;
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}
.wellness-preloader-o div{
    position:absolute;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.wellness-preloader-o div{
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}
.wellness-preloader-o div:nth-child(1){
    top:calc(50% - 48px);
    animation: move1 1.5s 1 ease 1s;
}

@keyframes move1 {
    0% {
        top:calc(50% - 48px);
        left:50%;
    }
    33% {
        top:50%;
        left:calc(50% + 26px);
    }
    66% {
        top:50%;
        left:calc(50% - 26px);
    }
    99% {
        top:calc(50% - 48px);
        left:50%;
    }
  }

.wellness-preloader-o div:nth-child(2){
    left:calc(50% - 26px);
    animation: move2 1.5s 1 ease 1.1s;
}

@keyframes move2 {
    0% {
        top:50%;
        left:calc(50% - 26px);
    }
    33% {
        top:calc(50% - 48px);
        left:50%;
    }
    66% {
        top:50%;
        left:calc(50% + 26px);
    }
    99% {
        top:50%;
        left:calc(50% - 26px);
    }
  }


.wellness-preloader-o div:nth-child(3){
    left:calc(50% + 26px);
    animation: move3 1.5s 1 ease 1.2s;
}

@keyframes move3 {
    0% {
        top:50%;
        left:calc(50% + 26px);
    }
    33% {
        top:50%;
        left:calc(50% - 26px);
    }
    66% {
        top:calc(50% - 48px);
        left:50%;
    }
    99% {
        top:50%;
        left:calc(50% + 26px);
    }
  }
.wellness-preloader-o.show{
    opacity:1;
}
.wellness-preloader-o.show.rotate{
    transform: translate(-50%,-50%) rotate(1440deg);
}
.wellness-preloader-o.take_position div:nth-child(1){
    top: calc(50% - 61px);
    left: calc(50% + 114px);
}
.wellness-preloader-o.take_position div:nth-child(2){
    left: calc(50% - 44px);
    top: calc(50% + 63px);
}
.wellness-preloader-o.take_position div:nth-child(3){
    left: calc(50% + 304px);
    top: calc(50% + 64px);
}
.wellness-preloader-logo{
    position: absolute;
    width:fit-content;
    top:10%;
    lefT:50%;
    transform: translateX(-50%);
    opacity:0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.wellness-preloader-logo.show{
    opacity:1;
}
.wellness-preloader-logo img{
    width:120px;
}
#slideshow_out_out{
    margin-bottom:-6px;
}
.slideshow_out, .slideshow_out_r{
    position:relative;
}
.slideshow_title_button{
    position:Absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    text-align: center;
    z-index:999;
}
.slideshow_title{
    font-family: 'Jost-Light';
    font-size : 104px;
    line-height : 125px;
    color : #FFFFFF;
    opacity:0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}

.slideshow_button{
    margin:0 auto;
    opacity:0;
    margin-top:85px;
    width:130px;
    height:38px;
    border:1px solid #fff;
    display:flex;
    align-items:center;
    justify-content: center;
    font-family: 'Jost-Regular';
    font-size : 15px;
    color : #FFFFFF;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    -ms-transition: all .6s ease;
    transition: all .6s ease;
}
.slideshow_title_button.show .slideshow_title{
    opacity:1;
}

.slideshow_title_button.show .slideshow_button{
    opacity:1;
    margin-top:55px;
}
.homepage_about_bannner{
    background:#F6EDE7;
    padding:156px 15px;
}
.homepage_about_bannner.white{
    background: #fff;
}
.homepage_about_bannner.responsive_diff .banner_inside{
   max-width: 1180px;
   width:100%;
   margin:0 auto;
}
.homepage_about_bannner.responsive_diff .col-lg-7{
    align-items: start !important;
}
.homepage_about_bannner.responsive_diff .col-lg-7 .inner {
    width: calc(100% - 50px);
    padding: 30px 0px 76px 0px;
}
.homepage_about_bannner.responsive_diff .col-lg-7 .inner .title{
    font-family: 'Jost-Light';
    font-size : 42px;
}
.homepage_about_bannner.responsive_diff .col-lg-7 .inner .text{
    margin-bottom:70px;
}

.homepage_about_bannner  .container-fluid.photo_b{
    width:100%;
    max-width:1480px;
 }
 .homepage_about_bannner.responsive_diff  .container-fluid.photo_b{
    width:85%;
 }
.homepage_about_bannner .col-lg-7{
    background: #fff;
}
.homepage_about_bannner.responsive_diff .col-lg-7{
    background: none;
}
.homepage_about_bannner .col-lg-7 .inner{
    width:calc(100% - 30px);
    max-width:620px;
    padding:78px 0px 110px 0px;
}
.homepage_about_bannner .col-lg-5 img{
    width:100%;
    min-height: 100%;
    object-fit: cover;
}
.homepage_about_bannner .col-lg-7 .inner .title{
    font-family: 'Jost-Regular';
    font-size : 46px;
    line-height : 55px;
    color:#A69481;
    margin-bottom:44px;
}
.homepage_about_bannner .col-lg-7 .inner .text{
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 29px;
    letter-spacing : 0.36px;
    color : #595959;
    margin-bottom:30px;
}
.homepage_about_bannner .col-lg-7 button{
    outline:none;
    font-family: 'Jost-Regular';
    font-size : 15px;
    color:#A69481;
    bordeR:1px solid #A69481;
    background: #fff;
    padding:8px 17px 8px 15px;
}
.homepage_about_bannner.responsive_diff .col-lg-7 button {
    background: none;
}
.homepage_services_list{
    padding:80px 15px 100px 15px;
}
.homepage_services_list .main_box_area.cat_area{
    padding: 0px;
    margin-top:75px;
}
.homepage_services_list .title_b {
    font-family: 'Jost-Light';
    font-size : 39px;
    letter-spacing : 6.24px;
    color : #A69481;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}
.homepage_services_list .title_b span{
    border-bottom:0px;
    padding-bottom:0px;
}
.homepage_services_list .container-fluid{
    width:100%;
    max-width:1600px;
}
.homepage_services_list .homepage_item{
    width:100%;
    max-width: 385px;
    border:1px solid #D5C8BB;
    margin:0 auto;
    margin-bottom:50px;
}
.homepage_services_list .homepage_item .title{
    font-family: 'Jost-Light';
    font-size : 40px;
    color : #595959;
    margin:30px;
    margin-right:0px;
}
.banner_out.push_up{
    position:relative;
}
.banner_out.not_only_do{
    padding:90px 0px;
}
.homepage_services_list .homepage_item_more {
    background: #fff;
    padding:0px;
    padding-left:30px;
    text-align: left;
    font-size: 14px;
    font-family: 'Jost-Regular';
    font-size : 16px;
    font-weight: normal;
    color: #A69481;
    letter-spacing: 0.6px;
    height: 50px;
}
.homeepage_about_me.container-fluid, .banner_out.not_only_do.container-fluid, .custom_contact_form_in{
    width:90%;
    max-width:1200px;
    background: #fff;
    padding:80px 0px;
}
.banner_out.category_photo_slider{
    width:90%;
    max-width:1200px;
    margin-top:20px;
    margin-bottom:100px;
}
.banner_out.category_photo_slider .container-fluid{
    width:80%;
}
.category_photo_slider_carousel .owl-dots{
    text-align: center;
    margin-top:35px;
}

.category_photo_slider_carousel .owl-dots button{
    width:16px;
    height:16px;
    border-radius:50%;
    border:1px solid #D5C8BB;
    margin-right:7px;
    outline: none;
}

.category_photo_slider_carousel .owl-dots button:last-child{
    margin-right:0px;
}

.category_photo_slider_carousel .owl-dots button.active{
    background: #D5C8BB;
}

.homeepage_about_me.container-fluid{
    width:90%;
    position:relative;
}
.custom_contact_form_in{
    margin:0 auto;
    padding:0px;
}
.banner_out.not_only_do.container-fluid{
    padding:90px 0px 110px 0px;
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 30px;
    letter-spacing : 0.36px;
    color : #595959;
}
.banner_out.contact_form_section.container-fluid{
    border-top:1px solid #D5C8BB;
    padding:120px 0px 100px 0px;
}
.homeepage_about_me.extra_field.container-fluid{
    padding:0px 0px 80px 0px;
}
.banners section.homeepage_about_me.extra_field.container-fluid:not(:first-child) {
    padding: 0px 0px 60px 0px;
}
.banners section.homeepage_about_me.extra_field.container-fluid:last-child {
    padding: 0px 0px 120px 0px;
}
.banners section.homeepage_about_me.extra_field.container-fluid:last-child .text{
    padding-top:60px;
    border-top:1px solid #C4AFA1;
}
.banners section.homeepage_about_me.one_child.extra_field.container-fluid:last-child .text{
    padding-top:0px;
    border-top:none;
}
.homeepage_about_me.container-fluid .container-fluid, .banner_out.not_only_do .container-fluid, .banner_out.contact_form_section .container-fluid{
   width:80%;
}
.banner_breadcrumb{
    margin-bottom:34px;
}
.banner_out.homeepage_about_me.border-second-style-top a, .banner_out.homeepage_about_me.one_child a, .program_of_retreat.banner_out a{
   width:200px;
   height:46px;
   display:flex;
   align-items:center;
   justify-content: center;
   background: #A38F83;
   font-family: 'Jost-Regular';
   color:#fff;
   font-size : 13px;
   margin-top:60px;
}
.banner_out.homeepage_about_me.one_child a{
    width:300px;
}
.banner_breadcrumb, .banner_breadcrumb a{
    font-family: 'Jost-Regular';
    font-size : 12px;
    letter-spacing : 0.96px;
    color : #B3B3B3;
}
.homeepage_about_me .title, .category_card .title{
    font-family: 'Jost-Regular';
    font-size : 52px;
    line-height:62px;
    color : #A38F83;
}
.homeepage_about_me.extra_field .title{
    font-family: 'Jost-Light';
    font-size : 32px;
    color : #A38F83;
    margin-top:-3px;
}
.homeepage_about_me .sub_title, .category_card .sub_title{
    font-family: 'Jost-Light';
    font-size : 32px;
    line-height: 38.4px;
    color:#A38F83;
    margin-bottom:44px;
}
.homeepage_about_me .text, .category_card .text{
    font-family: 'Jost-Light';
    font-size : 21px;
    line-height: 33px;
    color:#595959;
} 
.homeepage_about_me.extra_field .text{
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 30px;
    letter-spacing : 0.36px;
    color : #595959;
}
.banner_out.have_background_img{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.banner_out.about_extra_text{
    padding:190px 0px;
}
.about_extra_text .container-fluid{
    width:100%;
    max-width:1000px;
    margin:0px auto;
    text-align: center;
    font-family: 'Jost-Regular';
    font-size : 50px;
    line-height : 71.43px;
    color : #FFFFFF;
}

.custom_contact_form_in .container-fluid .title{
    font-family: 'Jost-Light';
    font-size : 72px;
    color : #A38F83;
    margin-bottom:30px;
}
.custom_contact_form_in .container-fluid .sub_title{
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 29px;
    letter-spacing : 0.36px;
    color : #595959;
}
#contact_form {
    margin-top: 10px;
}
.contact_item {
    border:none;
    border-bottom: 1px solid #D5C8BB;
    padding:0px;
    padding-bottom:10px;
    margin-top: 35px;
}
.contact_item.no_border{
    border-bottom: none;
}
#contact_form .contact_item:first-child{
    margin-top: 0px;
}
#contact_form .contact_item.error {
    border:none;
    border-bottom: 1px solid #a94442;
}
#contact_form input[type="text"]{
    height: 26px;
    font-style: unset;
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 26px;
    letter-spacing : 0.36px;
    color : #595959;
    outline: none;
}
#contact_form textarea{
    background: #F6EDE7;
    border: none;
    height: 126px;
    font-family: 'Jost-Light';
    font-style : italic;
    font-size : 16px;
    line-height : 26px;
    letter-spacing : 0.32px;
    color : #A69481;
    padding:20px 10px;
    margin-bottom:0px;
    outline: none;
}

#contact_submit_btn{
    display: block;
    cursor: pointer;
    margin-top: 0px;
}

#contact_submit_btn a{
    display: block;
    background: #A38F83;
    text-align: center;
    padding:17px 0px;
    font-weight: normal;
    font-family: 'Jost-Medium';
    font-size : 15px;
    letter-spacing : 1.2px;
    color : #FFFFFF;
    letter-spacing: 1.6px;
}

#contact_submit_btn a:hover{
    background: #595959;
}
.about_extra_text .container-fluid{
    width:100%;
    max-width:1200px;
    padding:0px;
}
.about_extra_text .container-fluid .col-lg-12{
    padding:0px;
}
.about_extra_text .container-fluid .col-lg-12 .text{
    width:80%;
    margin:0 auto;
}
.homeepage_about_me.as_background.container-fluid{
   background-repeat: no-repeat;
   background-size: cover;
   width:100%;
}
.homeepage_about_me.as_background.container-fluid .container-fluid{
    background: #fff;
}
.banner_out video, .banner_out .videobg, .banner_out.photo_video_image img{
    width:calc(100% - 30px);
    max-width:795px;
}
.banner_out .videobg{
    height:447px;
    margin:0 auto;
    background: #000;
    position:relative;
}

.banner_out .videobg iframe{
    height:100% !important;
    top:50% !important;
    left:50% !important;
    transform: translate(-50%, -50%) !important;
    margin-top:0px !important;
    margin-left:0px !important;
}
.banner_out.photo_video_image{
    background: #F6EDE7;
    padding:112px 0px 80px 0px;
    text-align: center;
}
.banner_out.photo_video_image .title{
    color:#A38F83;
    font-family: 'Jost-Light';
    font-size : 42px;
    margin-bottom:20px;
}

.banner_out.photo_video_image .text{
    width:calc(100% - 30px);
    margin:0 auto;
    margin-bottom:70px;
    max-width:980px;
    color:#595959;
    font-family: 'Jost-Light';
    font-size : 18px;
}
.banner_out.photo_video_image button{
    border:none;
    background: #A38F83;
    width:260px;
    height:45px;
    display:Flex;
    align-items:center;
    justify-content: center;
    font-family: 'Jost-Regular';
    font-size : 13px;
    color:#fff;
    margin:0 auto;
    margin-top:50px;
    outline: none;
}
.container-fluid.buttons_area{
    text-align: center;
    padding:80px 15px 55px 15px;
    background: #C4AFA1;
}
.container-fluid.buttons_area .title{
    font-family: 'Jost-Light';
    font-size : 51px;
    line-height : 54.4px;
    color : #FFFFFF;
    margin-bottom:50px;
}
.container-fluid.buttons_area a{
    width:166px;
    height:44px;
    display:flex;
    align-items: center;
    justify-content: center;
    background: none;
    border:1px solid #fff;
    font-family: 'Jost-Medium';
    font-size : 15px;
    letter-spacing : 4.2px;
    color : #FFFFFF;
}
.container-fluid.buttons_area a:first-child{
    margin-right:30px;
}
.container-fluid.buttons_area a.active{
    background:#fff;
    color:#C4AFA1;
}
.container-fluid.retreats_item_area{
    padding:100px 15px 150px 15px;
}
.container-fluid.retreats_item_area .retreats_item .container{
    padding:0px;
    padding-bottom:100px;
    margin-bottom:100px;
    position:relative;
    /* border-bottom:1px solid #D5C8BB; */
}
.container-fluid.retreats_item_area .retreats_item .container:after{
    content:'';
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    height:1px;
    background: #D5C8BB;
    width:100%;
    max-width: calc(100% - 120px);
}
.container-fluid.retreats_item_area .retreats_item:last-child .container:after{
    content:'';
    display:none;
}
.container-fluid.retreats_item_area .retreats_item:last-child .container{
    padding-bottom:0px;
    margin-bottom:0px;
    /* border-bottom:none; */
}
.retreats_item .inner{
    width:100%;
    max-width: 480px;
}
.retreats_item .title{
    font-family: 'Jost-Regular';
    font-size: 32px;
    color:#595959;
}
.retreats_item .date, .retreats_item .hotel{
    font-family: 'Jost-Light';
    font-size: 24px;
    color:#A38F83;
    margin-bottom:10px;
}
.retreats_item .hotel, .retreats_item .img{
    margin-bottom:30px;
}
.retreats_item .text{
    font-family: 'Jost-Light';
    font-size: 18px;
    color:#595959;
    margin-bottom:60px;
}
.retreats_item img{
    width:85%;
}
.retreats_item .img img{
    width:100%;
}
.retreats_item a .button{
    width:132px;
    height:38px;
    border:1px solid #A38F83;
    font-family: 'Jost-Regular';
    font-size: 14px;
    color:#A38F83;
    display:flex;
    align-items:center;
    justify-content: center;
}
.retreats_item .row .col-lg-6:first-child .inner, .retreats_item .row .col-lg-6:first-child img{
    margin-right:15px;
}
.retreats_item .row .col-lg-6:last-child .inner, .retreats_item .row .col-lg-6:last-child img{
    margin-left:15px;
}
.banner_out.simple_text_on_retreat{
    padding:170px 15px 200px 15px;
}
.banner_out.simple_text_on_retreat .container-fluid{
    text-align: center;
}
.banner_out.simple_text_on_retreat .container-fluid .title{
    font-family: 'Jost-Light';
    font-size : 51px;
    line-height : 54.4px;
    color : #FFFFFF;
    width:100%;
    max-width:480px;
    margin:0 auto;
    margin-bottom:90px;
}
.banner_out.simple_text_on_retreat .container-fluid .text{
    font-family: 'Jost-Light';
    font-size : 18px;
    line-height : 29px;
    letter-spacing : 0.36px;
    color : #FFFFFF;
    width:100%;
    max-width:880px;
    margin:0 auto;
    margin-bottom:90px;
}

.banner_out.simple_text_on_retreat .container-fluid a{
    width:272px;
    height:42px;
    display:flex;
    align-items:center;
    justify-content: center;
    background: #fff;
    font-family: 'Jost-Regular';
    font-size: 16px;
    color:#A69481;
    margin:0 auto;
}