/* override default */

body {
    font-family: 'Geologica Regular', Verdana, Arial, Helvetica, sans-serif;
}

span.num_wish {
    background-color: #B62323;
    color: #fff;
    padding: 1px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: -3px;
    right: -1px;
}

.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    padding-top: 0;
    background: #000;
    font-family: 'Geologica ExtraLight';
}

#header_desktop .logo-wrapper {
    display: flex;
    /* justify-content: center; */
    padding-top: 15px;
}

.metaforika-header-div {
    height: 40px;
    background-color: #1D1D1B;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.favorites-icon-mobile .num_wish,
.mobile-basket .num_pieces {
    font-size: 8px;
}

.search_area_in_r {
    background: #EBDFD4;
}

.cards-logo #on-mobile {
    height: 120px;
    width: 340px;
    display: none;
}

.metaforika-wrapper {
    color: #9C9B9B;
    font-family: "Geologica Medium", Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.1em;
    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: #979797;
}

.top_item.favorite img {
    width: 22px;
    height: 20px;
}

.top_item:last-child {
    margin-right: 0;
}

.top_item a {
    font-size: 8px;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    color: #333333;
}

.top_item .language_item a {
    font-size: 14px;
    color: #262626;
    font-weight: normal;
}

.top_item .language_item.lang-selected a {
    color: #6C5133;
}

.top_item .language_item img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

.language-bar-mobile {
    max-width: 60px;
}

.mobile-header-div .top_item:not(.favorites-icon-mobile) a {
    font-size: 23px;
}

.mobile_header .top_item a span.font-icons,
.mobile_header .top_item_in span {
    color: #fff;
}

.top_item a span.font-icons {
    font-size: 20px;
}

.language-bar img {
    width: 23px;
}

.search {
    position: relative;
    width: 100%;
    height: 40px;
    max-width: 340px;
    border: 1px solid #fff;
    border-radius: 40px;
    z-index: 16;
    color: #fff;
}

.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-style: italic; */
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    height: 40px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    letter-spacing: normal;
    text-transform: uppercase;
}

.search_left input.searchid.search_live::placeholder {
    color: #979797;
}

.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: 40px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 22px;
    color: #fff;
}

.telephone-wrapper {
    font-size: 24px;
    margin-right: 35px;
}

.telephone-wrapper a {
    color: #333333;
}

.brown-background {
    background-color: #EBDFD4;
}

.banner_out .main_box_area {
    background:none;
}

.homepage_item_more {
    background: none;
    padding-top: 20px;
    font-size: 16px;
    color: #000000;
    height: 50px;
    letter-spacing: 0.1em;
    font-family: 'Geologica ExtraLight';
    text-transform: uppercase;
}

.ins_feed_title {
    position: static;
    top: 0;
    left: 0;
    margin: 0;
}

.ins_feed_img {
    background-color: #fff;
    color: #1D1D1B;
    font-family: 'Geologica Light';
    font-size: 39px;
    letter-spacing: 0.02em;
}

.ins_feed_data {
    padding-top: 35px;
}

span.num_pieces {
    margin-left: 5px;
    background-color: #B62323;
    color: #fff;
    padding: 1px;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    text-align: center;
    position: absolute;
    bottom: -4px;
    right: -6px;
}

.cart-details {
    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: relative;
    z-index: 15;
    background-color: #FFFFFF;
}

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: 15px 10px;
    font-size: 15px;
    text-align: center;
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    letter-spacing: 0.1em;
    font-family: 'Geologica ExtraLight';
    text-transform: uppercase;
}

/* nav.menu>ul>li:hover>a {
    color: #f7e0cc;
} */

.menu_column_container {
    /* width:100%;
   
    column-count: 5;
    column-gap: 3%;
    column-width: 20%; */
    padding-left: 70px;
    width: 100%;
    /* column-count: 2; */
    column-gap: 30px;
    column-width: 50%;
}

.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%;
    padding-left: 10px;
    margin-bottom: 10px;
    letter-spacing: 0.75px;
}

.sub_menu_item {}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}


/* end menu */

.newsletter-section {
    background-color: #000000;
}

.newsletter_title h3 {
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.12em;
    line-height: 30px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.newsletter_area_out_top {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 27.2px;
    letter-spacing: 0.06em;
    font-family: 'Geologica Light';
    max-width: 80%;
}

.newsletter_item {
    padding-left: 2px;
    padding-right: 13px;
    /* background: #6C5133; */
    border: 1px solid transparent;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

.newsletter_item input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: #C8A789;
    background: none;
    font-size: 17px;
    letter-spacing: 0.1em;
    outline: none;
    color: #fff;
    text-align: left;
    font-family: 'Geologica ExtraLight';
}

.newsletter_item input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
    opacity: 1; /* Firefox */
}
  
.newsletter_item input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff !important;
}
  
.newsletter_item input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff !important;
}

.newsletter_submit {
    background: #FFFFFF;
    height: 46px;
    line-height: 46px;    
    /* border-radius: 4px; */
    font-weight: normal;
    font-size: 16px;
    font-family: 'Geologica Regular';
    letter-spacing: 0.15em;
    max-width: 92px;
    margin: 0 auto;
    text-align: center;
    color: #1D1D1B;
    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;
}

.eshop_oroi.newsletter_terms {
    color: #fff;
    font-size: 12px;
}

.eshop_oroi.newsletter_terms input[type="checkbox"]+label {
    font-family: 'Geologica ExtraLight';
    font-size: 15px;
    letter-spacing: 0.04em;
}

.custom-icons-1 {
    background-color: #333333;
}

.custom-icon-phone {
    font-size: 35px;
}

.custom-title {
    color: #fff;
    font-size: 21px;
    letter-spacing: 1px;
}

.custom-phone-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: 1px;
}

.custom-phone-title a {
    color: #fff;
}

.custom-subtitle {
    color: #fff;
    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; */
}

.row.footer-mobile-policy {
    margin-left: -30px;
    margin-right: -30px;
    border-bottom: 1px solid #dadada;
}

#footer a {
    color: #262626;
}

.bottom_item h3 {
    font-family: 'Geologica SemiBold';
    font-weight: normal;
    font-size: 13px;
    color: #262626;
    letter-spacing: 0.15em;
    margin-bottom: 15px;
}

.social_area h5 {
    letter-spacing: 2px;
}

.footer-hours-in>div {
    color: #262626;
}

.footer-hours-in {
    font-size: 13px;
    color: #262626;
    letter-spacing: 1px;
}

.social_item {
    /* float: left; */
    margin-right: 20px;
    font-size: 25px;
    color: #FFF;
    background: #1D1D1B;
    width: 38px;
    height: 38px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social_item a,
.follow_social .social_item a {
    color: #fff;
}

#footer .social_item a {
    font-size: 21px;
}

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.01em;
    font-family: 'Geologica ExtraLight';
}

.bottom_item > div {
    font-size: 11px;
    color: #262626;
    font-family: 'Geologica ExtraLight';
}

.footer-copyright {
    border-top:1px solid #dadada;
    color: #9b9c9e;
    font-size: 12px;
    font-family: 'Geologica ExtraLight';
}

#footer_center a,
.footer-mobile-policy a {
    color: #808080!important;
}

#footer_right a {
    color: #9b9c9e;
}

.footer-copyright #footer_left,
.footer-copyright #footer_center,
.footer-copyright #footer_right {
    font-size: 12px;
    font-family: 'Geologica ExtraLight';
    letter-spacing: 0.05em;
}

.footer-copyright #footer_center {
    font-size: 11px;
    letter-spacing: 0.06em;
}

.product_item_text {
    height: 25px;
    padding: 0;
}

.product_item_text h3 {
    font-weight: normal;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    text-align: left;
    font-family: 'Geologica Light';
    letter-spacing: 0.02em;
}

.product_item_text h4 {
    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-weight: normal;
    font-size: 17px;
    color: #262626;
    margin-bottom: 5px;
    font-family: 'Geologica Light';
}

.products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 17px;
    color: #808080;
    /* margin-right: 15px; */
    text-decoration: line-through;
    /* margin-top: 2px; */
    font-family: 'Geologica Light';
}

.products_price_new {
    float: left;
    color: #262626;
    margin-right: 10px;
}

.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: 50px;
    height: 50px;
    border-radius: 50px;
    background: #B62323;
    text-align: center;
}

.product_item_new {
    background: #1D1D1B;
}

.product_item_best {
    background: transparent;
    border: 1px solid #000;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Geologica SemiBold';
    letter-spacing: -0.02em;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.product_item_new_in {
    font-size: 10px;
}

.product_item_best_in {
    font-size: 10px;
    line-height: 10px;
    color: #1D1D1B;
}

.product_item_new_in {
    color: #FFFFFF;
}

#product_out .product_item_offer,
#product_out .product_item_new,
#product_out .product_item_best {
    width: 72px;
    height: 72px;
}

#product_out .product_item_offer_in,
#product_out .product_item_new_in,
#product_out .product_item_best_in {
    font-size: 26px;
}

#product_out .product_item_best_in {
    font-size: 17px;
    line-height: 20px;
}

#product_out .product_item_new_in {
    font-size: 20px;
}

.color_item {
    border-radius: 100px;
    width: 24px;
    height: 24px;
    margin-right: 0;
}

.page_product .color_item,
.page_total_look .color_item {
    width: 40px;
    height: 40px;
}

.color_box_in {
    border-radius: 100px;
    width: 34px;
    height: 34px;
}

.number_item {
    border-radius: 100px;
}

.number_item_in {
    border-radius: 100px;
    width: 40px;
    height: 40px;    
}

.number_item_in_in {
    width: 40px;
    height: 40px;  
}

.number_item.disactive .number_item_in {  
    background: url(/images/design/diag-background.png) 0px center no-repeat;
}

.div_table .number_item_in {
    font-family: 'Geologica Light';
    font-size: 11px;
    color: #1D1D1B;
}

.product_title {
    margin-bottom: 30px;
}

.color_item img {
    border-radius: 100px;
    display: block;
}

#filter_basic .color_item img {
    width: 18px;
    height: 18px;
}

.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; */
}

.page_total_looks .pro_area .pr_item {
    padding-left: 30px;
    padding-right: 30px;
}

.product_item_favorite {
    float: right;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
}

.product_item_favorite span.far.fa-heart {
    color: #6F6F6E;
}

.product_item_favorite span.fas.fa-heart {
    color: #B62323;
}

.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;
}

.product_details_item {
    margin-top: 15px;
    font-family: 'Geologica ExtraLight';
    letter-spacing: 0.08em;
}

.product_details_item a {
    display: flex;
    align-items: center;
    font-size: 11px;
    /* font-family: 'Geologica Regular'; */
    /* background-color: #EBDFD4; */
    color: #262626;
    text-decoration: underline;
    letter-spacing: 0.08em;
}

.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-size: 35px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.12em;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-family: 'Geologica Light';
}

.banners_cat .title_b {
    font-size: 36px;
}

.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: #525252;
}

.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: 30px;
}


/* 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: 14px;
    color: #1D1D1B;
    letter-spacing: 0.01em;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 85%;
    text-transform: uppercase;
    -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: 14px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.1em;
    cursor: pointer;
    font-family: 'Geologica Light';
    /* padding-left: 20px; */
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    text-transform: uppercase;
    -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: #C8A789;
}

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: #262626;
    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: #262626;
    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 {
    border-top: 1px solid #d8d8d8;
}

.mobile-static-rest-link {
    border-bottom: 1px solid #d8d8d8;
}

nav#mobile_menu .mobile-static-rest-links .menu_item_title_m a {
    font-size: 13px;
    color: #000;
}

.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,
.all-products-result  {
    color: #808080;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.16em;
}

.title_path a {
    color: #808080;
}

.basic_col_l.col-sm-height.col-full-height {
    border-right: 1px solid #e5e5e5;
    padding-left: 20px;
}

.products_bar_out.top>.row {
    border-bottom: 1px solid #80808040;
}

.grid_out {
    margin-top: 0;
    font-family: 'Geologica ExtraLight';
}

.grid_title {
    font-size: 13px;
    color: #000000;
}

.eshop_oroi a{
    color:#fff !important;
}

.eshop_oroi:not(.newsletter_terms) input[type="checkbox"]+label,
.eshop_oroi:not(.newsletter_terms) a {
    color: #000!important;
}

.grid_btn {
    padding-right: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #808080;
    font-size: 17px;
    border-right: 1px solid #808080;
}

.grid_btn.font-geologica-bold {
    color:#B62323;
}

.grid_btn:last-child {
    border-right: none;
}

.filter-title-desktop {
    padding: 10px 0 10px 0;
    /* border-bottom: 1px solid #e5e5e5; */
    height: 44px;
    font-size: 13px;
    cursor: pointer;
    color: #262626;
    letter-spacing: 0.14em;
}

.filter-title-desktop .font-geologica-semibold {
    color: #262626;
    letter-spacing: 0.14em;
    display: flex;
    align-items: center;
}

.filter-border-bottom-1 {
    border-bottom:1px solid #e5e5e5;
}

.filter_area_item.all-products-result {
    font-family: 'Geologica Light';
    font-size: 13px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.accordion-filter-desktop {
    font-size: 20px;
    padding-left: 10px;
}

.title_path a:last-child {
    color: #808080;
    font-size: 13px;
}

.title_area .title_path {
    font-family: 'Geologica Light';
    font-size: 11px;
    letter-spacing: 0.16em;
}

.page_total_looks .title_area .title_path {
    font-family: 'Noto SansMedium';
    font-size: 24px;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 0;
}

.page_total_looks .title_area .title_path h1 {
    font-size: 24px;
}

.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: 30px;
    text-align: center;
    color: #000;
}

.search_select_in2,
.search_select_in2_title_left {
    height: 25px;
    line-height: 28px;
    width: 110px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.9px;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: #000000;
}

.search_select_in2 {
    font-family: 'Geologica Bold';
    letter-spacing: 0.14em;

}

.search_select_in2_title_left {
    font-family: 'Geologica ExtraLight';
}

.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; */
    color: #808080;
}

.select_options2 {
    display: none;
    position: absolute;
    z-index: 102;
    min-width: 150px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #000;
    background: #fff;
    overflow: auto;
    top: 30px;
    width: unset;
    max-height: unset;
    min-width: unset;
}

.select_options2.select_languages {
    border: none;
    background: none;
}

.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_area_item.last-circle-font {
    border-bottom: 1px solid #80808040;
}

.filter_area_item {
    padding-left: 5px;
    /* padding-right: 25px; */
}

.filter_text_prices {
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.noUi-background {
    background: #000;
    /* left: auto!important;
    right: 0; */
}

.filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.1em;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Geologica Medium';
}

.filter_categories_item.active .filter_categories_item_title a {
    color: #b62323;
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.6px;
    font-family: 'Geologica Light';
    cursor: pointer;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    -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: #000000;
    /* 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: #b62323;
    /* 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: 13px;
    font-weight: normal;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 33px;
    padding-right: 20px;
    font-family: 'Geologica Light';
}

.sub_sub_filter_categories_item_title:hover a {
    color: #000000;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a {
    color: #b62323;
}

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #262626;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #262626;
}

/* .sub_filter_categories_item {
    border-bottom: 1px solid #cdcdce;
} */

/* .filter_categories_item.active a {
    font-family: 'Geologica Regular', Arial, Helvetica, sans-serif;
} */

.slide_filter {
    font-size: 13px;
}

.two-column .filter_area_item_area {
    column-count: 2;
}

.filter_area_item_title {
    position: relative;
    /* font-weight: normal; */
    font-size: 16px;
    color: #1D1D1B;
    padding-top: 5px;
    padding-bottom: 15px;
    /* letter-spacing: 0.5px; */
    cursor: pointer;
    /* margin-bottom: 15px; */
    border-bottom: 1px solid #80808040;
    font-family: 'Geologica Medium', Arial, Helvetica, sans-serif;
    padding-right: 25px;
}

#filter_basic .filter_area_item:last-of-type .filter_area_item_title {
    border-bottom: none;
}

.filter_area_item_area .filter_item_data.active a {
    color: #000000;
    font-family: 'Geologica Regular', Arial, Helvetica, sans-serif;
}

.filter_area_item_area .filter_item_data:hover a {
    color: #262626;
}

.filter_checkbox_item label {
    font-size: 14px;
    color: #000;
    font-family: 'Geologica Bold';
    letter-spacing: 0.06em;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}

.filter_checkbox_item input:checked + label {
    font-family: 'Geologica Medium';
}

.filter_area_item.box_radius .filter_checkbox_item label {
    font-family:'Geologica ExtraLight';
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #5B5B5B;
}

.filter_area_item_area .filter_item_data a {
    display: block;
    font-size: 14px;    
    color: #5b5b5b;
    /* text-transform: uppercase; */
    padding-left: 5px;
    padding-right: 5px;
    font-family:'Geologica ExtraLight';
    letter-spacing: 0.1em;
}

.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: #262626;
}


/* .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';
}

.last-circle-font .filter_checkbox_item input[type="checkbox"]+label span:after,
.circle-font .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f061';
}

.arrow-right .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f061';
    font-weight: bold;
}

.filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f14a';
    font-weight: bold;
}

.circle-font .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
    color: #c8a789;
    font-weight: bold;
}

.arrow-right .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f061';
    color: #c8a789;
    font-weight: bold;
}

.refresh_price a,
.clear-all-filters a {
    display: block;
    background: #FFFFFF;
    /* border: 1px solid #8c8c8c; */
    font-size: 9px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.06em;
    padding: 8px;
    font-family: 'Geologica Regular';
}

.clear-all-filters a {
    font-size: 11px;
    padding: 14px;
}

.clear-all-filters a {
    text-align: end;
}

/* .refresh_price a:hover {
    background: #ebdfd4;
    color: #fff;
} */

.filter_area_categories {
    position: relative;
    background: #fff;
    padding-top: 10px;
}

.filter_categories_item.active-filter-category > div:not(.filter_categories_item_data) a,
.sub_filter_categories_item.active-filter-category > div:not(.sub_filter_categories_item_data) a,
.sub_sub_filter_categories_item.active-filter-category > div:not(.sub_sub_filter_categories_item_data) a,
.sub_sub_sub_filter_categories_item_title.active-filter-category a {
    font-family: 'Geologica Medium', Arial, Helvetica, sans-serif;
}


/* .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 {
    height: 50px;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #333;
}

.show-filters-resp {
    border-right: 1px solid #fff;
    letter-spacing: 0.14em;
}

.filters-resp-bar .select_box2 {
    background: none;
}

.filter_responsive {
    position: absolute;
    display: none;
    left: 0;
    top: 45px;
    left: -300px;
    z-index: 1550;
    background: #fff;
}

.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_ {
    display: none;
}

.filter_area_prices {
    padding-right: 35px;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

.filter_area_prices .noUi-target {
    width: calc(100% - 5px);
}

.filter_text_prices .div_left {
    margin-top: 10px;
    float:left;
    display: block;
    font-family: 'Geologica ExtraLight';
    font-size: 16px;
}

.filter_text_prices .div_right {
    margin-top: 10px;
    float:right;
    display: block;
    font-family: 'Geologica ExtraLight';
    font-size: 16px;
    margin-right: -10px;
}

#owl_product_quick,
.owl_product_r .item {
    position: relative;
    overflow: hidden;    
}

.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_image_out.row {
    flex-direction: row-reverse;
}

.swiper-container {
    height: 650px;
    margin-top: 0;
}

.product_social {
    margin-top: 30px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 1.3px;
    line-height: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.product_social .social_text {
    font-family: 'Geologica ExtraLight';
    font-size: 13px;
    letter-spacing: 0.15em;
    color: #000;
    padding-right: 15px;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s:not(.share-button) {
    border: 1.5px solid #000;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s a {
    display: block;
    font-size: 15px;
}

.product_item_icons {
    /* position: absolute; */
    left: 7px;
    top: 10px;
    z-index: 3;
}

.product_gallery_big .product_item_icons {
    position: absolute;
    left: 25px;
    top: 10px;
    z-index: 3;
}

.product_item_icons_item {
    /* display: table; */
    /* margin: 0 auto; */
    margin-bottom: 8px;
    /* 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-style: italic; */
    color: #4D4D4D;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product_title h1 {
    font-size: 22px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 5px;
    font-family: 'Geologica ExtraLight';
}

.product_title h2,
#total_look_out .kwdikos_pr {
    font-size: 12px;
    color: #808080;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    font-family: 'Geologica Light';
}

.product_price {
    font-size: 22px;
    color: #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

.product_price .products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 22px;
    color: #808080;
    margin-right: 25px;
    /* text-decoration: line-through; */
    margin-top: 0;
}

.products_price_discount,
.percentage_discount  {
    color: #B62323;
}

.product_price .products_price_new {
    float: left;
    font-size: 22px;
    color: #000;
    font-family: 'Geologica Light';
}

.page_total_look .product_price {
    font-family: 'Geologica Light';
}

.product_feautures .div_table,
.product_buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.product .product_buttons {
    justify-content: space-between;
}

.product_buttons #basket_btn {
    width: 100%;
}

.basket_btn {
    float: left;
    background: #B62323;
    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_bag.png) right center no-repeat;
    font-size: 14px;
    font-family: 'Geologica Medium';
    color: #fff !important;
    letter-spacing: 0.12em;
    padding-left: 45px;
    padding-right: 55px;
    padding-top: 16px;
    padding-bottom: 16px;
    -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: 20px;
    /* margin-left: 25px; */
    margin-left: 12px;
    padding: 12px 17px;
    background: #F5F5F5;
    -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; */
    color: #9C9B9B;
}

.product_favorite_in .fas {
    color: #B62323;
}

/* .product_favorite:hover span {
    color: #9C9B9B;
} */

.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: 'Geologica 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: 15px;
    margin-bottom: 48px;
    font-size: 12px;
    letter-spacing: 0;
    color: #575756;
    text-transform: uppercase;
    font-family: 'Geologica Light';
}

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: 'Geologica 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: 'Geologica 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-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 #c8a789;
}

ul.my_pagination>li.active>a {
    color: #333;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    
    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-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;
}

nav.menu>ul>li>a>div>div>div>div>div>div>div>.sub_menu_item_title>a {
    color: #000;
}

nav.menu>ul>li>a:hover::after {
    content: " ";
    position: absolute;
    border: 2px solid #B62323;
    width: 100%;
    bottom: 0;
}

.main_content_out {
    position: relative;
    z-index: 11;
}

#products_out {
    border-top: 1px solid #80808040;
}

.page_total_looks #products_out_in > .container {
    max-width: 1330px;
}

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    z-index: 14;
}

.menu_item_bottom {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    left: 0;
    background: #fff;
}

.sub_menu_item_title>a {
    font-size: 12px;
    text-transform: uppercase;
    font-family: 'Geologica ExtraLight';
    letter-spacing: 0.01em;
}

.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: 'Geologica ExtraLight', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #fff;
    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%;
}

.owl_slider_area_s_1 .owl-prev {
    left: -40px;
    top: 35%;
}

.owl_slider_area_s_1 .owl-next {
    right: -40px;
    top: 35%;
}

.owl_slider_area_s_1 .owl-prev,
.owl_slider_area_s_1 .owl-next,
.banners_cat  .owl-prev,
.banners_cat  .owl-next {
    outline: none;
}

.product_item_colors .color_item,
.product_item_colors .color_item img {
    width: 23px;
    height: 23px;
    padding: 3px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners_cat {
    background-color: #F5F5F5;
    margin-bottom: 0;
    margin-top: 40px;
    padding: 0 140px;
}

.banners_cat .banner_title_area {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.banners_cat .sub_title_b {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 11px 0px 8px;
    border-bottom: 1.5px solid #000;
    font-family: 'Geologica ExtraLight';
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banners_cat .sub_title_b i {
    padding-right: 10px;
}

.banners_cat .main_box_area.cat_area {
    margin: 0 auto;
    padding-top: 155px;
    padding-bottom: 77px;
}

.ins_feed_out {
    padding-top: 45px;
}

.instagram_banner {
    margin-bottom: 60px;
}

.gold_cat {
    font-family: 'Geologica Regular';
}

.product_item_colors_text {
    cursor: pointer;
}

.products_bar_out.top .div_left {
    text-transform: uppercase;
}

.products_bar_out.top .div_left .title_area {
    padding-bottom: 12px;
}

.select_box2 {
    text-transform: uppercase;
    width: auto;
}

.filter_area_item.box_radius .filter_area_item_area {
    column-count: 2;
}

/* .filter_area_item_area {
    margin-left: 10px;
} */

.refresh_price, .filter_area_item.clear-all-filters {
    margin-top: 30px;
}

.refresh_price.no_responsive  {
    max-width: 165px;
}

.filter_area_item.clear-all-filters {
    padding-bottom: 0;
}

.hide {
    display: none;
}

.product_feautures_item {
    margin-top: 30px;
}

.product_feautures_item_title h3 {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.product_text {
    position: relative;
    border-top: 1px solid #97979740;
    padding: 20px 0;
    margin: 0;
}

.product_text h3 {
    cursor: pointer;
    color: #000;
    letter-spacing: 0;
    font-size: 15px;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: space-between;
    text-transform: initial;
    font-family: 'Geologica Light';
}

.product_text>span {
    position: absolute;
    top: 20px;
    font-size: 18px;
}

.product_text .far {
    color: #000;
}

.product_text .content {
    display: none;
    font-family: 'Geologica Light';
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 20px;
    padding: 0 40px;
    color: #5B5B5B;
}

.product_text.phone_txt {
    border-bottom: 1px solid #97979740;
}

.product_text.phone_txt a {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.product_text.phone_txt .fa-phone-alt {
    font-size: 16px;
}

.product_text.phone_txt h3 {
    margin: 0 0 0 25px;
}

#product_out .col-lg-7,
#product_out .col-lg-8 {
    margin-left: -5%;
}

#product_out .col-lg-5,
#product_out .col-lg-4 {
    margin-left: 5%;
}

.next_page_btn {
    max-width: 315px;
    width: 80%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    background: #000000;
    color: #fff;
    font-size: 16px;
    font-family: 'Geologica Light';
    letter-spacing: 0.08em;
}

.next_page_mobile .num_text,
.next_page_mobile .num_of_elements,
.next_page_mobile .total_num_of_elements,
.next_page_mobile .next_page_mobile_in div:last-child
{
    font-family: 'Geologica Light';
    font-size: 13px;
    letter-spacing: 0;
    color: #9C9B9B;
}

.basic_col_l.col-sm-height, .basic_col_l.col-sm-height.col-full-height {
    border-right: 1px solid #80808040;
    padding-left: 20px;
}

#products_list_out {
    /* padding: 15px 30px; */
    padding: 30px;
}

.page_total_looks #products_list_out {
    padding: 0;
}

.filter_selected {
    padding-left: 15px;
    padding-top: 0px;
    padding-bottom: 20px;
    margin-top: -10px;
}

.checkout_out .three_steps.dots,
.checkout_out .three_steps.dots_title {
    display: flex;
    justify-content: space-between;
}

.checkout ul.three_steps.dots li:after {
    right: 92%;
    width: 134%;
}

.popup_basket_area_title {
    position: relative;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #000000;
}

.popup_basket_area_title h2 {
    font-family: 'Geologica Medium';
    font-size: 15px;
    letter-spacing: 0.09em;
}

.popup_basket_area_title img {
    width: 20px;
    margin-right: 20px;
}

.popup_delete.popup_basket_close {
    font-size: 21px;
    top: 20px;
    right: 10px;
}

.popup_basket_area_in {
    padding: 45px 80px;
}

.popup_basket_area {
    width: 600px;
}

.popup_basket_photo {
    margin-right: 65px;
    width: 170px;
}

.popup_basket_txt h2 {
    font-size: 16px;
    color: #000;
    font-family: 'Geologica ExtraLight';
}

.popup_basket_txt h3 {
    font-size: 10px!important;
    color: #808080!important;
    font-family: 'Geologica Light';
    letter-spacing: 0.08em;
}

.popup_basket_txt h4 {
    text-transform: uppercase;
    font-family: 'Geologica Light';
    letter-spacing: 0.05em;
}

.popup_basket_txt h4 strong {
    color: #000;
    /* font-weight: 700; */
    font-family: 'Geologica Light';
    letter-spacing: 0.05em;
}

.popup_basket_txt h4:last-child {
    margin-top: 5px;
}

.popup_basket_photo_in .img-fluid {
    width: 100%;
}

.popup_basket_btn a {
    padding: 11px 15px;
    background: #fff;
    color: #000000!important;
    border: 1px solid #000000;
    font-family: 'Geologica Medium';
    font-size: 11px;
    letter-spacing: 0.06em;
    font-weight: 400;
}

.popup_basket_btn.red a {
    padding: 11px 10px;
    font-family: 'Geologica Medium';
    letter-spacing: 0.06em;
    color: #FFFFFF!important;
}

.popup_basket_btn {
    margin-top: 5px;
}

.popup_basket_btn.red a {
    background: #B62323;
    border: none;
}

.popup_basket_area hr.horizontal-line {
    border-top: 1px solid #fce7e0;
    padding-top: 20px;
    margin: 0px;
}

.images-no-space.banner_out .h_item{
    max-width: 870px;
}

.three-photos>.container-fluid>.row {
    max-width: 1800px;
}

.popup_basket_area_title.d-md-flex.align-items-end.justify-content-center h2 {
    font-weight: 400;
}

.cards-logo img {
    width: 70px;
    aspect-ratio: 118 / 75;
}

.product_text .content .send_way_product_title {
    font-size: 14px;
    color: #000000;
}

.swiper-slide.photo_small.active img {
    opacity: 0.5;
}

.top_item .language_item img {
    width: 30px;
}

.basket_order_btn a, .btn_back a {
    font-weight: 500;
}


/* CLS */

#header_desktop .logo {
    width: 100%;
    height: 100%;
    aspect-ratio: 300 / 71;
    object-fit: cover;
}

#header_desktop .logo img,
#header_mobile .logo img {
    aspect-ratio: 300 / 77;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .h_item.col-lg-6 .banner_img img {
    aspect-ratio: 871 / 781;
}

.banner_out .h_item.col-lg-6 .banner_img {
    width: 100%;
    aspect-ratio: 871 / 781;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .h_item.col-lg-6 .banner_img img,
.banner_out .h_item.col-lg-4 .banner_img img,
.banner_out .h_item.col-lg-3 .banner_img img,
.banners_cat .homepage_item_image img,
#slideshow_out .slider_item img,
#slideshow_out_r .item img ,
#mobile_menu_in .col-lg-4 img,
.homepage_tabs_bottom .homepage_tab_data .owl_slider_area_s_1 .product_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner_out .h_item.col-lg-4 .banner_img {
    width: 100%;
    aspect-ratio: 585 / 348;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .h_item.col-lg-3 .banner_img {
    width: 100%;
    aspect-ratio: 430 / 573;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .row_3 .h_item:nth-child(1) {
    padding-right: 20px;
}

.banner_out .row_3 .h_item:nth-child(2) {
    padding-right: 12px;
    padding-left: 8px;
}

.banner_out .row_3 .h_item:nth-child(3) {
    padding-right: 8px;
    padding-left: 12px;
}

.banner_out .row_3 .h_item:nth-child(4) {
    padding-left: 20px;
}

#slideshow_out,
#slideshow_out .slideshow,
#slideshow_out .slider_item {
    width: 100%;
    aspect-ratio: 1920 / 782;
    overflow: hidden; /* Αποφυγή CLS */
} 

#slideshow_out_r, 
#slideshow_out_r .slideshow .item {
    width: 100%;
    aspect-ratio: 362 / 439;
    overflow: hidden;
}

.images-no-space .product_item_image {
    width: 100%;
    aspect-ratio: 119 / 180;
    overflow: hidden; /* Αποφυγή CLS */
}

.images-no-space .product_item_image .product_item_image_in,
.images-no-space .product_item_image .product_image_first {
    width: 100%;
    height: 100%;
    aspect-ratio: 119 / 180;
    object-fit: cover;
}

.banners_cat .homepage_item_image {
    aspect-ratio: 356 / 387;
}

.banners_cat .homepage_item_image .product_image_first,
.banners_cat .homepage_item_image .product_image_second {
    width: 100%;
    aspect-ratio: 122 / 135;
    overflow: hidden; /* Αποφυγή CLS */
}

#products_list_out .product_item_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 101 / 150;
    object-fit: cover;
}

#products_list_out .product_item_image img {
    width: 100%;
    aspect-ratio: 101 / 150;
    overflow: hidden; /* Αποφυγή CLS */
}

.page_total_looks #products_list_out .product_item_image img,
.page_total_looks #products_list_out .product_item_image {
    aspect-ratio: 431 / 574;
}

#owl_product_quick .item {
    width: 100%;
    aspect-ratio: 574 / 855;
    overflow: hidden; /* Αποφυγή CLS */
}

#owl_product_quick .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_gallery_small .photo_small {
    width: 100%;
    aspect-ratio: 45 / 68;
    object-fit: cover;   
}

.product_gallery_small .photo_small img {
    width: 100%;
    height: 100%;
    aspect-ratio: 45 / 68;
    overflow: hidden; /* Αποφυγή CLS */
}

.product_details_item .mezura-pic {
    aspect-ratio: 75 / 26;
    overflow: hidden;
}

.color_item.idio_show_gallery {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.color_item.idio_show_gallery a img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Αποφυγή CLS */
}

.product_gallery_out .product_image_out_r {
    width: 100%;
    aspect-ratio: 574 / 855;
    object-fit: cover;
}

.product_gallery_out .product_image_out_r .item img {
    width: 100%;
    aspect-ratio: 574 / 855;
    overflow: hidden; /* Αποφυγή CLS */
}

.refresh_price a:not([href]):not([class]) {
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 50px;
    font-size: 9px;
    letter-spacing: 0.06em;
}

.filter_area_item.clear-all-filters {
    padding-bottom: 0;
    border: 1px solid #000;
    padding-left: 0;
    /* margin-left: 9px; */
    max-width: 308px;
}

.filter_area_item_area:not(:first-child) {
    margin-top: 15px;
}

.seen_recently {
    padding-top: 140px!important;
}

.diy_template_title_area {
    margin-top: 45px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.diy_template_title {
    font-size: 35px;
    font-family: 'Geologica Light';
    color: #262626;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.diy_template_subtitle {
    margin-top: 30px;
    margin-bottom: 35px;
    font-size: 19px;
    font-family: 'Geologica Thin';
    color: #000000;
    max-width: 40%;
    text-align: center;
}

.diy_template_area {
    padding-bottom: 60px;
}

.diy_template_area_mobile {
    padding-bottom: 25px;
}

.diy_template_area .container {
    max-width: 1400px;
}

.diy_template_outer {
    background: #F5F5F5;
}

.diy_template_area .image_text,
.photo_slider_make_your_own_item .image_text {
    color: #000000;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 2px;
    font-family: 'Geologica ExtraLight';
    font-size: 16px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
}

.active_diy_item {
    background: #B62323;
}

.diy_template_area .image_text.active_diy_category,
.diy_template_area_mobile .image_text.active_diy_category {
    /* background: #B62323; */
    color: #fff;
}

.product_item_sold_out_ticket {
    position: absolute;
    height: 33px;
    width: 100%;
    max-width: 240px;
    z-index: 9;
    cursor: pointer;
    background: #B623235F;
    font-family: 'Geologica SemiBold';
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    bottom: 50%;
    font-weight: bold;
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.charms_button {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1D1D1B;
    padding: 10px;
    margin-top: 30px;
    font-family: 'Geologica SemiBold';
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.12em;
    color: #FFF;
    cursor: pointer;
}

.charms_count {
    font-family: 'Geologica Light';
}

.charms_text {
    padding-left: 10px;
}

.charms_icon {
    font-size: 29px;
}

.charms_alert_popup {
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

.charms_outer {
    display: none;
    position: fixed;
    z-index: 3000;
    /* z-index: 10000; */
    width: 65%;
    height: 81%;
    left: 50%;
    top: 50%;
    /* box-shadow: 0 0 135px black; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
}

.charms_filter_outer {
    display: none;
    position: fixed;
    z-index: 3001;
    width: 35%;
    width: 62vh;
    height: 80%;
    max-width: 415px;
    max-height: 577px;
    left: 50%;
    top: 48%;
    /* box-shadow: 0 0 135px black; */
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    overflow: hidden;
    padding: 20px 40px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* #charms_close {
    position: absolute;
    /* top: 8px;
    right: 8px; * /
    top: 20px;
    right: 20px;
    /* background: url(/images/design/login-close.svg) top left no-repeat; * /
    background: url(/images/design/library_close.svg) top left no-repeat;
    /* width: 14px;
    height: 14px; * /
    width: 26px;
    height: 26px;
    background-size: 26px;
    cursor: pointer;
} */

.charms_outer_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* z-index: 1000; */
    z-index: 9999;
}

.charms_head_outer {
    position: relative;
    padding-top: 18px;
    padding-bottom: 18px;
    /* border-bottom: 1px solid #e5e5e5; */
    font-family: 'Geologica Regular';
    font-size: 18px;
    line-height: 30px;
    color: #000000;
    display: flex;
    justify-content: space-between;
}

.charms_filters {
    font-family: 'Geologica Bold';
}

.charms_head_text {
    position: relative;
    width: 120px;
    left: 20px;
    display: flex;
	align-items: center;
	/* justify-content: space-between; */
	/* gap: 40px; προαιρετικό διάστημα μεταξύ των στοιχείων */
	flex-wrap: wrap; /* Αν μικρή οθόνη, πάνε από κάτω */
}

.charms_filters {
    border: 1px solid #262626;
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #262626;
    width: 120px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    cursor: pointer;
}

.selected_charms_text {
    display: none;
	font-size: 14px;
	color: #262626;
	white-space: nowrap; /* Να μην κάνει break το κείμενο */
    font-family: 'Geologica Light';
    font-size: 13px;
    letter-spacing: 0.02em;
    justify-content: center;
    align-items: center;
    padding: 12px 0;
    background: #DBF3E1;
}

.selected_charms_text i {
    padding-right: 10px;
    font-size: 17px;
}

.selected_charms_text .charm_alert_strong {
    font-family: 'Geologica Medium';
}

#charms_close {
    /* position: absolute; */
    position: relative;
    font-size: 31px;
    right: 20px;
    cursor: pointer;
    width: 120px;
    display: flex;
    justify-content: end;
}

.charms_popup_area {
    /* height: 680px; */
    height: 85%;
    overflow-y: auto;
    border-top: 1px solid #80808040;
}

#charms_list_out {
    padding: 18px 30px;    
}

.charms_popup_area .product_item_image img {
    /* max-width: 236px; */
    max-height: 315px;
    aspect-ratio: 236 / 315;
    object-fit: cover;
}

.charms_footer {
    /* position: relative; */
    position: fixed;
    bottom: 3.4%;
    z-index: 2;
}

.charm_select_button {
    /* position: absolute; */
    position: fixed;
    left: 50%;
    /* bottom: 50%; */
    /* transform: translate(-50%, -130%); */
    transform: translate(-50%, -50%);
    width: 310px;
    max-width: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #B62323;
    padding: 10px;
    font-family: 'Geologica Medium';
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.12em;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
}

.charm_select_button.disabled {
    /* background: #F4F3F1;
    color: #D5CDC4; */
    display: none;
}

.charm_select_button a {
    background: url(/images/design/cart_bag.png) right center no-repeat;
    padding-right: 35px;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 90%;
    display: flex;
    justify-content: space-around;
    -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;
}

#charms_list_out .charms_item .product_item_image.selected .product_image_first img {
    border: 1px solid #231F20;
}

.selectedDivCharms {
    display: flex;
    align-items: center;
    padding: 0;
    border-bottom: 1px solid #ECECEC;
}

.selectedDivCharms:first-child {
    border-top: 1px solid #ECECEC;
}

.selected_charm_image {
    max-width: 51px;
    max-height: 50px;
    min-width: 51px;
    border-right: 1px solid #ECECEC;
}

.selected_charm_image img {
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.selected_charm_text {
    flex-grow: 2;
    padding-left: 20px;
}

.selected_charm_price {
    padding-right: 3%;
}

.selected_charm_delete {
    font-size: 29px;
    color: #000;
    padding-right: 10px;
    cursor: pointer;
}

.charm_item .product_item_text h3 {
    /* text-align: center; */
}

.charm_item .product_item_prices {
    width: 100%;
    /* text-align: center;
    display: flex;
    justify-content: center; */
}

.charms_container {
    font-family: 'Geologica Light';
    font-size: 14px;
    letter-spacing: 0.14em;
    color: #1D1D1B;
}

.charms_filter_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* border-bottom: 1px solid #80808040; */
    font-family: 'Geologica Bold';
    font-size: 13px;
    letter-spacing: 0.14em;
    color: #262626;
    padding-bottom: 20px;
}

#charms_fliter_close {
    font-size: 20px;
    cursor: pointer;
}

.filters {
    background: #ccc;
    padding: 20px;
    margin-bottom: 20px;
}

select, label {
    margin-right: 20px;
}

/* .myList span,
.charms-row .product_item, */
.charms-row .charm_item {
    display: block;
}

.no-results {
    display: none;
}

.is-empty + .no-results {
    display: block;
}

.lastVisible {
    padding-bottom: 0.5em;
    border-bottom: solid 1px #ccc;
}

.filter-group {    
    border-bottom: 1px solid #80808040;
    /* padding-bottom: 10px; */
    height: 100px;
    min-height: 150px;
    overflow-y: auto;
}

.filter-group.filter-color {
    min-height: 95px;
}

.filter-group legend {
    font-family: 'Geologica Medium';
    font-size: 16px;
    color: #1D1D1B;
    line-height: 34px;
    border-top: 1px solid #80808040;
    padding-top: 10px;
}

.filter-group .filter-option {
    font-family: 'Geologica Light';
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.02em;
    margin-right: 0;
}

.filter-group .filter-option.active {
    font-family: 'Geologica Medium';
}

.filter-group.filter-type,
.filter-group.filter-material {
    display: flex;
    flex-direction: column;
}

.charms_filter_button_outer {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    position: absolute;
    bottom: 25px;
    width: 80%;
}

#applyFiltersBtn {
    font-family: 'Geologica Regular';
    font-size: 10px;
    color: #fff;
    background: #000000;
    letter-spacing: 0.06em;
    /* border: 1px solid #000000; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 37px;
    cursor: pointer;
}

#resetFiltersBtn {
    font-family: 'Geologica Regular';
    font-size: 10px;
    color: #000000;
    letter-spacing: 0.06em;
    border: 1px solid #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 37px;
    cursor: pointer;
}

/* #charms .filter-color .filter-option input[type="checkbox"] {
    display: none;
} */

#charms .color_item {
    cursor: pointer;
    border: 2px solid transparent;
    border-radius: 6px;
    border-radius: 100px;
    width: 23px;
    height: 23px;
    margin-right: 0;
    /* padding-bottom: 0; */
}

#charms .color_item:hover {
    border: 1px solid #4d4d4d;
}

.filter-option input:checked + .color_item {
    border-color: #c9a24d; /* χρυσό περίγραμμα */
}

#charms .filter-color .filter-option input {
    display: none;
}

#charms .color_item {
    border: 1px solid transparent;
    cursor: pointer;
}

/* ACTIVE όταν είναι επιλεγμένο */
#charms .filter-option input:checked + .color_item {
    border: 1px solid #4d4d4d;
}

.page_total_looks .title_out {
    padding-top: 30px;
    padding-bottom: 25px;
}

.total_look_item_text {
    margin-top: 18px;
    margin-bottom: 15px;
}

.total_look_item_text h3,
.total_look_item_btn {
    font-family: 'Geologica Light';
    font-size: 14px;
    letter-spacing: 0.02em;
    color: #262626;
    text-align: unset;
    text-transform: uppercase;
}

.total_look_item_btn a {
    /* justify-content: center; */
    align-items: center;
    font-family: 'Geologica Bold';
}

.total_look_item_btn a i {
    padding-left: 20px;
    font-size: 18px;
}

.titlos_in_productlook {
    height: auto;
}

.titlos_in_productlook h5 {
    font-family: 'Geologica ExtraLight';
    font-size: 22px;
    letter-spacing: 0;
    color: #000000;
}

.grey_line {
    padding-top: 25px;
    border-bottom: 0;
}

.total_took_in .product_feautures {
    margin-top: 0;
}

#total_look_out .product .col-4 {
    display: flex;
    justify-content: center;
}

#total_look_out a.photo_total_link_inner {
    height: fit-content;
}

#total_look_out #product_info_out .basket_btn {
    width: 80%;
}

#total_look_out #product_info_out .product_favorite {
    border: 1px solid #9C9B9B;
}

#total_look_out .extra_padd_right .pr_item {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 50px;
    margin-bottom: 50px;
}

.article-in {
    width: calc(100% - 30px);
    max-width: 640px;
}

.article-in .article-text, 
#articles_out_in {
    font-family: 'Geologica ExtraLight';
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000000;
}

.article-in .article-text p:last-child {
    font-family: 'Geologica Medium';
}

.article-in h1, 
.articles_out h1, 
.contact_out h1 {
    font-family: 'Geologica Medium';
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase;
}

.article-in h1 {
    font-family: 'Noto SansMedium';
}

.noUi-handle {
    border: 2px solid #B62323;
    background: #B62323;
}