/* override default */

body {
    font-family: 'NotoSans-Medium', Verdana, Arial, Helvetica, sans-serif;
}

span.num_wish {
    background-color: #AF8B8B;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 8px;
    bottom: -4px;
    right: 0px;
}

.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    padding-top: 0;
    /* padding-bottom: 15px; */
    background: #fff;
    font-family: 'NotoSans-LightItalic';
}

.metaforika-header-div {
    height: 40px;
    background-color: #DBC5C5;
}

/* .main-header {
    padding-top: 35px;
    padding-bottom: 35px;
} */

.logo-wrapper .logo {
    /* max-width: 270px; */
    max-width: fit-content;
}

.favorites-icon-mobile .num_wish,
.mobile-basket .num_pieces {
    font-size: 10px;
}

.cards-logo #on-mobile {
    height: 120px;
    width: 340px;
    display: none;
}

.cards-logo img {
    width: 70px;
    aspect-ratio: 118 / 75;
}

.search_area_in_r {
    background: #EBDFD4;
}

.metaforika-wrapper {
    color: #fff;
    font-family: 'NotoSans-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.05em;
    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;
    font-family: 'NotoSans-Medium';
}

.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;
}

.top_item .basket_list_p_btn a {
    color: #fff;
}

.top_item .language_item a {
    font-size: 14px;
    color: #262626;
    font-weight: normal;
}

.top_item .language_item.lang-selected a {
    color: #6C5133;
}

.language-bar-mobile {
    max-width: 60px;
}

.mobile-header-div .top_item:not(.favorites-icon-mobile) a {
    font-size: 23px;
}

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

.search {
    position: relative;
    width: 100%;
    height: 38px;
    max-width: 400px;
    border: 1px solid #979797;
    border-radius: 20px;
    z-index: 16;
    color: #666;
}

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

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

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

.search_left input[type="text"] {
    background: none;
    border: none;
    /* font-style: italic; */
    font-size: 13px;
    font-weight: normal;
    color: #979797;
    height: 38px;
    line-height: 38px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.1em;
    text-transform: uppercase
}

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

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

.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: 15px;
    font-size: 22px;
    font-family: 'NotoSans-Light';
    color: #262626;
    height: auto;
}

.ins_feed_out {
    padding-top: 45px;
}

.ins_feed_title {
    position: static;
    top: 0;
    left: 0;
    margin: 0;
    padding-bottom: 30px;
}

.ins_feed_img {
    background-color: #fff;
    color: #262626;
    font-size: 31px;
    letter-spacing: 0.04em;
    font-family: 'NotoSans-Regular';
}

span.num_pieces {
    margin-left: 5px;
    background-color: #AF8B8B;
    color: #fff;
    border-radius: 10px;
    text-align: center;
    position: absolute;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    font-size: 8px;
    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: #AF8B8B;
}

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

nav.menu>ul>li {
    flex-grow: 1;
    margin: 0;
    text-transform: uppercase;
}

nav.menu>ul>li.menu_item .sub_menu_item_title {
    text-transform: none;
}


/* 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: 13px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    -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;
}

nav.menu>ul>li>a.active_menu_item {
    background: #FFFFFF;
    color: #AF8B8B;
}

nav.menu>ul>li:hover>a {
    background: #FFFFFF;
}

nav.menu>ul>li:hover>a>div {
    color: #AF8B8B;
}

.menu_column_container {
    /* width:100%;
   
    column-count: 5;
    column-gap: 3%;
    column-width: 20%; */
    width: 100%;
    column-count: 1;
    column-width: 50%;
}

.menu_item_bottom .menu_in_col {
}

.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: 5px;
    letter-spacing: 0.75px;
    color: #000;
}

.sub_menu_item {}

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

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


/* end menu */

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

.newsletter_wrapper_in > .row {
    align-items: center;
}

.newsletter_title {
    margin-top: 95px;
}

.newsletter_area_out_bottom {
    margin-top: 70px;
}

.newsletter_title h3 {
    font-weight: normal;
    font-size: 36px;
    letter-spacing: 0.12em;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.newsletter_area_out_top {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-family: 'NotoSans-Light';
    margin-bottom: 76px;
}

.newsletter_item {
    border: 1px solid transparent;
    border-bottom: 1px solid black;
    font-family: 'NotoSans-Light';
}

.eshop_oroi.newsletter_terms {
    margin-top: 0;
}

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

.newsletter_item input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    opacity: 1; /* Firefox */
}
  
.newsletter_item input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white !important;
}
  
.newsletter_item input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
    color: white !important;
}

.newsletter_submit {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #890201;
    width: 90px;
    height: 45px;
    line-height: 40px;    
    /* border-radius: 4px; */
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.15em;
    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;
}

.eshop_oroi.newsletter_terms {
    color: #000;
    font-size: 15px;
    text-align: left;
}

.eshop_oroi input[type="checkbox"]+label {
    font-family: 'NotoSans-Light';
    color: #000;
}

.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;
    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;
}

#footer {
    background: #F8EFEF;
    padding-top: 20px;
}

.bottom_item {
    background-color: #F8EFEF;
}

.row.footer-mobile-policy {
    border-bottom: 1px solid #dadada;
}

#footer a {
    color: #262626;
}

.bottom_item h3 {
    font-weight: normal;
    font-size: 13px;
    color: #262626;
    letter-spacing: 0.15em;
    margin-bottom: 5px;
    font-family: 'NotoSans-Regular';
    text-transform: uppercase;
}

.bottom_item.service h3:not(:first-child) {
    padding-top: 25px;
}

.bottom_item.service div {
    line-height: 22px;
}

.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 {
    margin-right: 20px;
    font-size: 25px;
    color: #FFF;
    background: #AF8B8B;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#footer .social_item a {
    color: #fff;
}

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-size: 11px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.1em;
    font-family: 'NotoSans-Regular';
}

.bottom_item div:not(.social_item) {
    font-family: 'NotoSans-Regular';
    font-size: 11px;
}

.footer-copyright {
    border-top:1px solid #dadada;
    color: #000;
    font-size: 12px;
}

.footer-copyright #footer_left,
.footer-copyright #footer_right a {
    color: #4D4D4D!important;
}

.footer-copyright #footer_center a {
    color: #4D4D4D!important;
}

#footer_right a,
#footer_center a,
.footer-mobile-policy a {
    color: #000!important;
}

.product_item_text {
    height: auto;
    padding: 0;
}

.product_item_text h3 {
    font-weight: normal;
    font-size: 14px;
    color: #262626;
    line-height: 20px;
    letter-spacing: 0.06em;
    /* overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; */
    width: 100%;
    text-align: left;
    font-family: 'NotoSans-Light';
}

#products_list_out .product_item_text h3 {
    font-family: 'NotoSans-Light';
    font-size: 14px;
    color: #262626;
}

#products_list_out {
    padding: 15px 6px;
}

.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: 'NotoSans-Light';
}

.products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 17px;
    color: #808080;
    margin-right: 10px;
    text-decoration: line-through;
    /* margin-top: 2px; */
}

.products-row.row-cols-xl-6 .product_item_prices,
.products-row.row-cols-xl-6 .products_price_old {
    font-size: 14px;
}

.products_price_new {
    float: left;
    color: #262626;
    margin-right: 10px;
}

.strikediag {
    background: linear-gradient(to top, transparent 47.75%, #333 57.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_out_of_stock {
    width: 146px;
    height: 32px;
    background: #000000;
    text-align: center;
}

.product_item_offer,
.product_item_best {
    width: 72px;
    height: 32px;
    background: #000000;
    text-align: center;
}

.product_item_new {
    width: 72px;
    height: 32px;
    text-align: center;
}

.products-row.row-cols-xl-6 .product_item_offer,
.products-row.row-cols-xl-6 .product_item_best,
.products-row.row-cols-xl-6 .product_item_new {
    width: 50px;
    height: 25px;
}

.product_item_best {
    background: none;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-family: 'NotoSans-ExtraBold';
    font-weight: normal;
    font-size: 19px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.products-row.row-cols-xl-6 .product_item_offer_in,
.products-row.row-cols-xl-6 .product_item_new_in,
.products-row.row-cols-xl-6 .product_item_best_in {
    font-size: 14px;
}

.product_item_out_of_stock_in {
    font-family: 'NotoSans-Medium';
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

/* .product_item_best_in, */
.product_item_best {
    font-size: 19px;
    color: #AF8B8B;
    text-align: center;
}

.products-row.row-cols-xl-6 .product_item_best {
    font-size: 14px;
}

.product_item_new_in {
    font-family: 'NotoSans-MediumItalic';
}

.product_item_best .product_best_in {
    font-family: 'NotoSans-MediumItalic';
    line-height: 22px;
}

.products-row.row-cols-xl-6 .product_item_best .product_best_in {
    font-size: 15px;
}

.product_item_best .product_seller_in {
    font-family: 'NotoSans-ExtraBold';
}

.product_item_new_in {
    color: #000000;
}

.color_item {
    border-radius: 100px;
    width: 40px;
    height: 40px;
}

.filter_area_item_area .color_item {
    width: 20px;
    height: 20px;
    padding: 0px !important;

}

.filter_area_item_area .color_item.idio_show_gallery.this-color-has-photo {
    border-radius: 0px;
}

.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;    
    margin: auto;
}

.number_item_in_in {
    width: 40px;
    height: 40px;
    color: #000;
    font-family: 'NotoSans-Light';
    font-size: 11px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.number_item.active .number_item_in_in {
    color: #fff;
}

.number_item.disactive .number_item_in {  
    background: url(/images/design/diag-background.png) 0px center no-repeat;
}

.product_title {
}

.color_item img {
    border-radius: 100px;
    display: block;
}

.color_item.idio_show_gallery.this-color-has-photo img {
    border-radius: 0px;
}

.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: right;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 2;
} */

.product_item_favorite {
    cursor: pointer;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 2;
    background: #DBC5C5;
    border-radius: 50%;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 31px;
    height: 31px;
}

.products-row.row-cols-xl-6 .product_item_favorite {
    width: 25px;
    height: 25px;
    right: 6px;
    top: 6px;
}

.products-row.row-cols-xl-6 .product_item_favorite span {
    font-size: 12px;
}

.products-row.row-cols-xl-2 .product_item_favorite {
    right: 64px;
}

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

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

.product_item_favorite span.fas.fa-heart.red,
.product_favorite span.fas.fa-heart.red {
    color: #A10201;
}

.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 a {
    background-color: #F4F4F4;
    color: #262626;
    text-decoration: underline;
    font-family: 'NotoSans-Regular';
    font-size: 11px;
}

.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: 'NotoSans-BlackItalic';
    font-size: 36px;
    font-weight: normal;
    color: #AF8B8B;
    letter-spacing: 0.12em;
    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: #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;
}

#mobile_menu_btn .top_item_in,
.search_mobile_btn .top_item_in {
    color: #979797;
}

.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; */
}


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

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

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    /* padding-bottom: 10px; */
    width: 85%;
    -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.mobile-static-rest-link a {
    padding-bottom: 10px;
}


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

nav#mobile_menu .menu_item_data_m {
    display: none;
}

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

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

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


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

nav#mobile_menu .sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_sub_menu_item_title_m.active a {
    color: #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-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;
    letter-spacing: 0.09em;
}

nav#mobile_menu .bottom_item div:not(.social_item) {
    font-family: 'NotoSans-Medium';
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #262626;
}

.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: #525252;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.16em;
}

/* .title_path a {
    color: #525252;
} */

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

.title_path,
.title_path h2,
.title_path .all-products-result {
    font-family: 'NotoSans-Medium';
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}

.filter_area_item.all-products-result {
    color: #808080;
    font-family: 'NotoSans-Light';
}

.basic_col_l.col-sm-height,
.basic_col_l.col-sm-height.col-full-height {
    border-right: 1px solid #e5e5e5;
    /* padding-right: 15px; */
}

.products_bar_out.top>.row {
    padding-top: 2px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e5e5e5;
}

.grid_out {
    margin-top: 0;
}

.eshop_oroi a{
    color:#000 !important;
}
.grid_btn {
    padding-right: 5px;
    margin-right: 5px;
    cursor: pointer;
    color: #525252;
    font-size: 17px;
    border-right: 1px solid #808080;
}

.grid_btn.font-4-bold {
    color:#000;
}

.grid_btn:last-child {
    border-right: none;
}

.filter-title-desktop {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    height: 57px;
    font-size: 15px;
    cursor: pointer;
    /* margin-left: 10px; */
    letter-spacing: 0.16em;
    color: #000000;
}

.accordion-filter-desktop {
    vertical-align: bottom;
}

.filter-border-bottom-1 {
    border-bottom:1px solid #e5e5e5;
}

.accordion-filter-desktop {
    font-size: 20px;
}

.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: 13px;
    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; */
    margin-right: 30px;
}

.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: 23px;
    margin-top: 10px;
    margin-right: 21px;
}

/* #filter_basic .filter_checkbox_item {
    width: 40%;
} */

.filter_text_prices {
    font-size: 14px;
    font-weight: normal;
    color: #262626;
}

.filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0.05em;
    cursor: pointer;
    /* padding-left: 10px; */
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'NotoSans-Light';
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #262626;
    letter-spacing: 0.6px;
    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: #262626;
    /* 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: #262626;
    /* 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: #262626;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 33px;
    padding-right: 20px;
}

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

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

.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: 'PFFuturaNeuMedium Regular', Arial, Helvetica, sans-serif;
} */

.slide_filter {
    font-size: 13px;
}

.two-column .filter_area_item_area {
    column-count: 2;
}

.filter_area_item.box_radius .filter_area_item_area,
.filter_area_item.checkbox .filter_area_item_area {
    column-count: 2;
}

.filter_area_item_title {
    position: relative;
    font-weight: normal;
    font-size: 16px;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    /* margin-bottom: 15px; */
    /* border-bottom: 1px solid black; */
    /* font-family: 'PFFuturaNeuMedium Regular', Arial, Helvetica, sans-serif; */
    font-family: 'NotoSans-Medium';
}

.filter_area_item_area .filter_item_data.active a {
    color: #000000;
    font-family: 'NotoSans-Medium', Arial, Helvetica, sans-serif;
}

.filter_area_item_area .filter_item_data:hover a {
    color: #262626;
}

.filter_checkbox_item label {
    font-size: 14px;
    color: #4D4D4D;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    font-family: 'NotoSans-Light';
}

.filter_checkbox_item input:checked+label {
    color: #000;
}

input:checked + label span {
  font-weight: normal; /* χωρίς bold */
}

input:checked + label {
  font-weight: bold; /* όλο το label γίνεται bold */
}

.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: 'NotoSans-Light';
}

/* .filter_area_item_area {
    margin-left: 10px;
} */

.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: #5b5b5b;
}


/* .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';
}

.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:not([href]):not([class]),
.clear-all-filters a {
    display: block;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.16em;
    padding: 15px 8px;
    font-family: 'NotoSans-Regular';
}

.refresh_price a:not([href]):not([class]) {
    text-decoration: underline;
}

/* .refresh_price a:hover {
    background: #ebdfd4;
    color: #fff;
} */

.refresh_price,
.filter_area_item.clear-all-filters {
    margin-top: 25px;
}

.filter_area_item.clear-all-filters {
    border: 1px solid #000;
    max-width: 302px;
    padding-left: 0;
    padding-bottom: 0;
}

.filter_area_item.clear-all-filters span {
    padding-left: 15px;
    font-size: 17px;
}

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

.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: 'NotoSans-Medium', Arial, Helvetica, sans-serif;
    color: #000;
}


/* .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: 15px;
    letter-spacing: 0.16em;
    color: #333;
}

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

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

.filters-resp-bar .col:last-child {
    font-family: 'NotoSans-Light';
    font-size: 13px;
    letter-spacing: 0.16em;
    color: #808080;
    padding-right: 25px;
}

.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_ {
    display: none;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

.filter_text_prices .div_left {
    margin-top: 10px;
    float:left;
    display: block;
}

.filter_text_prices .div_right {
    margin-top: 10px;
    float:right;
    display: block;
}

#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: 610px; */
    height: 680px;
    margin-top: 50px
}

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

.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; */
    /* 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_item_best.product_item_icons_item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-top: 8px;
}

.product_gallery_big .product_item_best.product_item_icons_item {
    margin-left: 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: 25px;
    font-family: 'NotoSans-Medium';
    font-weight: normal;
    color: #000;
    /* letter-spacing: 0.8px; */
    margin-bottom: 5px;
}

.product_title h2 {
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.08em;
    margin-bottom: 10px;
    font-family: 'NotoSans-Light';
}

.product_price {
    font-weight: normal;
    font-size: 24px;
    color: #000;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    font-family: 'NotoSans-Light';
    flex-wrap: wrap;
}

.product_price .products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 24px;
    color: #808080;
    margin-right: 25px;
    /* text-decoration: line-through; */
    margin-top: 0;
    font-family: 'NotoSans-Light';
}

.products_price_discount {
    font-family: 'NotoSans-Regular';
    color: #A10201;
    float: left;
}

#products_list_out .products_price_discount {
    font-family: 'NotoSans-ExtraBold';
}

.product_price .products_price_new {
    float: left;
    font-size: 24px;
    color: #000000;
    font-family: 'NotoSans-Light';
}

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

.product_buttons {
    margin-top: 25px;
}

.product_buttons .basket_btn {
    width: 100%;
}

.product_feautures_item_title h3 {
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 11px;
    letter-spacing: 0.08em;
}

.product_feautures {
    margin-bottom: 20px;
}

.basket_btn {
    float: left;
    background: #262626;
    /* padding-left: 15px;
    padding-right: 15px; */
    padding-left: 18px;
    padding-right: 18px;
    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; */
    background: url(/images/design/cart_bag.png) right center no-repeat;
    background-size: 20px 26px;
    font-weight: normal;
    font-size: 14px;
    font-family: 'NotoSans-Medium';
    color: #fff !important;
    letter-spacing: 0.12em;
    /* padding-left: 45px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px; */
    padding-left: 43px;
    /* padding-right: 70px; */
    padding-right: 50px;
    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: 6px;
    padding: 12px 17px;
    background: #DBC5C5;
    -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: #fff;
} 

.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: 15px;
    margin-bottom: 48px;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #000000;
    text-transform: uppercase;
    font-family: 'NotoSans-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: '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-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;
}

div.minxaseteekpt {
    
    font-size: 20px;
    color: #fff;
}

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: .015em;
    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 #EBDFD4;
    width: 100%;
    bottom: 0;
} */

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

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.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: 14px;
    font-family: 'NotoSans-Light';
    /* text-transform: uppercase; */
}

.sub_menu_item_title>a.menu_sale {
    font-family: 'Abrade Ultra';
}

.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: 'PFFuturaNeuBook Regular', 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%;
}

.owl_slider_area_s_1 .item {
    padding-left: 7px;
    padding-right: 7px;
}

.new_banner_in
{
    width: 83%;
    padding-top: 70px;
    padding-bottom: 50px;
}

.homepage_tabs_top {
    padding-bottom: 34px
}

.banners_cat {
    padding-top: 30px;
    width: 81%;
    padding-top: 40px;
    padding-bottom: 50px;
}

.banner_out.images-no-space,
.banner_out.images-no-space .row_4 .h_item,
.banner_out.without_spaces .row_6 .h_item:nth-child(1n),
.banner_out.without_spaces .row_6 .h_item:nth-child(2n) {
    padding: 0;
}

.banner_out .main_box_area {
    padding-top: 10px;
}

.banner_out .main_box_area.cat_area {
    padding-top: 30px;
}

.product_item_colors_text {
    cursor: pointer;
    font-size: 14px;
    color: #262626;
    font-family: 'NotoSans-Light';
}

/* .color_item, */
.color_item.idio_show_gallery.this-color-has-photo:not(.active) a {
    border: 2px solid #fff;
    outline: 1px solid #ccc;
}

.color_item:hover {
    border: none;
}

.color_item.idio_show_gallery.this-color-has-photo:not(.active) a:hover {
    border: 2px solid #fff;
    outline: 1px solid #ccc;
}

.color_item.idio_show_gallery.this-color-has-photo.active a {
    border: 2px solid #EEB0C6;
    outline: 1px solid #EEB0C6;
}

.color_item.active .idiotita_photo {
    border: 2px solid #EEB0C6;
}

.color_item.active .color_name {
    background: #EEB0C6;
}

.color_item.this-color-has-photo {
    width: 107px;
}

.idiotita_photo {
    height: 126px;
}

.color_name {
    font-size: 12px;
    color: #808080;
}

.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: #AF8B8B;
    color: #fff;
    font-family: 'NotoSans-Light';
    letter-spacing: 0.08em;
    font-size: 16px;
}

.next_page_mobile_in .d-flex.margin-top-20 {
    font-size: 13px;
    font-family: 'NotoSans-Light';
    color: #000000;
}

.div_table .number_item:hover {
    border: 1px solid #AF8B8B;
}

.div_table .number_item:hover .number_item_in {
    background: #AF8B8B;
}

.product_text {
    position: relative;
    border-top: 1px solid #979797;
    padding: 20px 0;
    margin: 0;
}

/* .product_text.brd-bottom {
    line-height: 12px;
} */

.product_text h3 {
    cursor: pointer;
    font-family: 'NotoSans-Light';
    letter-spacing: 0;
    font-size: 15px;
    margin: 0 0 0 40px;
    display: flex;
    justify-content: space-between;
    text-transform: initial;
    color: #000;
}

.product_text>span {
    position: absolute;
    top: 20px;
    font-size: 18px;
}

.product_text .content {
    display: none;
    font-family: 'NotoSans-Light';
    color: #5b5b5b;
    font-size: 12px;
    letter-spacing: 0.08em;
    margin-top: 20px;
}

.product_text.phone_txt {
    border-bottom: 1px solid #979797;
}

.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;
}

.products_related_products.banner_out .main_box_area,
.seen_recently_products .main_box_area {
    padding-left: 175px;
    padding-right: 175px;
}

.search_select_in2_title_left,
.search_select2,
.grid_title,
.grid_btn {
    color: #808080;
    font-family: 'NotoSans-Medium';
}

.grid_title {
    font-size: 13px;
}

.select_box2 {
    width: auto;
}

.search_select_in2,
.option_item2 a {
    text-transform: uppercase;
    letter-spacing: 1.6px;
}

.swiper-slide.photo_small,
.swiper-slide.photo_small.swiper-slide-active {
    opacity: 1;
}

.swiper-slide.photo_small.active {
    opacity: 0.4;
}

.popup_basket_area {
    width: 530px;
    /* height: 390px; */
}

.popup_basket_area_in {
    /* padding: 55px 80px; */
    padding: 35px 60px;
}

.popup_basket_photo {
    width: 180px;
}

.popup_basket_photo_in .img-fluid {
    width: 100%;
}

.popup_basket_area_title {
    padding-top: 19px;
    padding-bottom: 19px;
    background: #AF8B8B;
}

.popup_basket_area_title h2 {
    color: #fff;
    font-family: 'NotoSans-Medium';
    font-size: 15px;
    letter-spacing: 0.09em;
    font-weight: 300;
}

.popup_basket_txt h2 {
    font-family: 'NotoSans-Medium';
    font-size: 15px;
    color: #000000;
}

.popup_basket_txt h3 {
    font-size: 10px!important;
    color: #808080!important;
    font-family: 'NotoSans-Light';
    letter-spacing: 0.08em;
}

.popup_basket_txt h4 {
    text-transform: uppercase;
    font-family: 'NotoSans-Regular';
    font-size: 11px;
    color: #9B9C9E;
    margin-top: 5px;
}

.popup_basket_txt h4 strong,
.popup_basket_txt h4 span {
    text-transform: capitalize;
    color: #000000;
}

.popup_basket_btn a {
    font-family: 'NotoSans-Medium';;
    font-size: 11px;
    color: #fff;   
    background: #262626;
    padding: 11px 15px;
    letter-spacing: 0.06em;
    font-weight: 500;
}

.basket_order_btn a,
.btn_back a {
    font-weight: 500;
}

.popup_basket_btn.red a {
    background: #AF8B8B;
}

.popup_basket_btn {
    margin-top: 5px;
}

.popup_delete {
/* position: relative;
display: inline-block; */
top: 10%;
}

.popup_delete::before {
content: "";
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 40px; /* Adjust the width of the background */
height: 40px; /* Adjust the height of the background */
background: #000; /* Change this to the desired background color */
border-radius: 50%; /* Make the background circular */
z-index: -1;
}

.popup_delete i {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
z-index: 1;
font-size: 20px;
font-weight: lighter;
}  

#product_out {
    max-width: 1280px;
}

/* #product_out .col-lg-7.product_col {
} */

#product_out .col-lg-5.product_col {
    padding-left: 90px;
}

#product_out .col-lg-7.product_col .product_gallery_big {
    padding-left: 5px;
}

.page_eshop_order_visitor .form_item.form_effect input[type="text"],
.page_eshop_order_visitor .form_item.form_effect input[type="password"],
.page_eshop_order_visitor .form_item.form_effect select {
    padding-top: 5px;
}

.lost_pass_area {
    text-decoration: underline;
}

.page_eshop_order_visitor .login_register_btn {
    background: none;
    border: none;
}

.page_eshop_order_visitor .login_register_btn a {
    color: #000!important;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
}

.checkout-login .div_or {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 19px;
    letter-spacing: 2.52px;
    color: #000;
}

.checkout-login .other_choice {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
}

.other_choice_sub {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.checkout-procced {
    background: #f5f5f5;
    padding: 40px;
}

.checkout .step-line {
    position: absolute;
    /* width: calc(100% - 50px); */
    width: 50%;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    /* background: #fff; */
}

.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%;
}

.page_eshop_order_visitor .login_register_btn {
    background: none;
    border: none;
}

.page_eshop_order_visitor .login_register_btn a {
    color: #000!important;
    text-align: center;
    font-size: 15px;
    text-decoration: underline;
}

.checkout-login .div_or {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 19px;
    letter-spacing: 2.52px;
    color: #000;
}

.checkout-login .other_choice {
    font-size: 20px;
    letter-spacing: 0.4px;
    color: #000;
    text-align: center;
}

.other_choice_sub {
    font-size: 17px;
    color: #000;
    text-align: center;
    margin-top: 5px;
}

.language_item img {
    padding: 2px;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}
.language_item.lang-selected img {
    border: 2px solid #CCCCCC;
    border-radius: 50%;
}

.language-item-title {
    font-family: 'NotoSans-Light';
    font-size: 14px;
    color: #262626;
    text-transform: uppercase;
    letter-spacing: .7px;
}

.basket_title h2 {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    height: 2.4em;
    line-height: 1.2em;
}

/* CLS */

#header_desktop .logo {
    width: 100%;
    height: 100%;
    aspect-ratio: 192 / 89;
    object-fit: cover;
}

#header_desktop .logo img,
#header_mobile .logo img {
    aspect-ratio: 192 / 89;
    overflow: hidden; /* Αποφυγή CLS */
}

#slideshow_out .slider_item img {
    aspect-ratio: 1920 / 780;
}

#slideshow_out .slider_item img,
.images-no-space .banner_img img,
#mobile_menu_in .col-lg-4 img,
#mobile_menu_in .p-3 img,
#slideshow_out_r .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#header_mobile .logo img {
    width: 100%;
    object-fit: cover;
}

#slideshow_out,
#slideshow_out .slideshow .item {
    width: 100%;
    aspect-ratio: 1920 / 780;
    overflow: hidden; /* Αποφυγή CLS */
}

#slideshow_out_r, 
#slideshow_out_r .slideshow .item {
    width: 100%;
    aspect-ratio: 362 / 499;
    overflow: hidden;
}

.images-no-space .banner_img img {
    aspect-ratio: 322 / 309;
}

.images-no-space .banner_img {
    width: 100%;
    aspect-ratio: 322 / 309;
    overflow: hidden; /* Αποφυγή CLS */
}

.owl_slider_area_s .homepage_item_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 366 / 488;
    object-fit: cover;
}

.owl_slider_area_s .homepage_item_image img {
    width: 100%;
    aspect-ratio: 366 / 488;
    overflow: hidden; /* Αποφυγή CLS */
}

.without_spaces .banner_img {
    width: 100%;
    aspect-ratio: 959 / 781;
    overflow: hidden; /* Αποφυγή CLS */
}

.without_spaces .banner_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.without_spaces .banner_img img {
    aspect-ratio: 959 / 781;
}

#mobile_menu_in .col-lg-4 {
    width: 100%;
    aspect-ratio: 437 / 306;
    overflow: hidden;
}

#mobile_menu_in .p-3 {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

#products_list_out .product_image_first,
#products_list_out .product_image_second {
    width: 100%;
    height: 100%;
    aspect-ratio: 301 / 401;
    object-fit: cover;
}

#products_list_out .product_item_image img {
    width: 100%;
    aspect-ratio: 301 / 401;
    overflow: hidden; /* Αποφυγή CLS */
}

.filter_area_item .color_item {
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Αποφυγή CLS */
}

.filter_area_item .color_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#owl_product_quick .item,
.seen_recently_products .product_item_image {
    width: 100%;
    aspect-ratio: 301 / 401;
    overflow: hidden; /* Αποφυγή CLS */
}

#owl_product_quick .item img,
.seen_recently_products .product_item_image img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    aspect-ratio: 301 / 401;
}

.products_related_products .product_item_image {
    width: 100%;
    aspect-ratio: 301 / 401;
    overflow: hidden; /* Αποφυγή CLS */
}

.products_related_products .product_item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_details_item .mezura-pic {
    aspect-ratio: 75 / 26;
    overflow: hidden;
}

.product_gallery_out .product_image_out_r {
    width: 100%;
    aspect-ratio: 301 / 401;
    object-fit: cover;
}

.product_gallery_out .product_image_out_r .item img {
    width: 100%;
    aspect-ratio: 301 / 401;
    overflow: hidden;
}

.newsletter-section .discount_amount {
    color: #262626;
    font-family: 'NotoSans-Bold';
    font-size: 28px;
    letter-spacing: 0;
}

.newsletter-section .coupon_code_amount {
    color: #262626;
    font-family: 'NotoSans-Bold';
    font-size: 18px;
}

.filter_area_outer {
    display: flex;
    justify-content: space-between;
}

.noUi-handle {
    background: #AF8B8B;
    border-color: #AF8B8B;
}

.giftcard-page.container-fluid {
    width: 100%;
    max-width: 1145px;
    padding-left: 5px;
    padding-right: 5px;
}

.giftcard-page.container-fluid .title {
    height: 100px;
    font-family: 'NotoSans-Regular';
    font-size: 32px;
    letter-spacing: 0;
    color: #262626;
    margin-top: 15px;
    margin-bottom: 30px;
}

.gift_card_form .title_data,
.gift_card_form .pay_way_title {
    font-family: 'NotoSans-Bold';
    font-size: 17px;
    letter-spacing: 0.05em;
    color: #54595F;
    margin-bottom: 40px;
}

.gift_card_form .pay_way_title {
    margin-bottom: 20px;
}

.gift_card_form .forms .giftcards-item input[type="text"],
#CardholderName {
    height: 35px;
    margin-top: 20px;
    border: none;
    border-bottom: 0.05rem solid #F2E0E0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-family: 'NotoSans-Regular';
    font-size: 15px;
    line-height: 55.1px;
    letter-spacing: 0.05em;
    color: #54595F;
    outline: none;
    width: 100%;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

#CardholderName {
    text-transform: uppercase;
}

.gift_card_debit_name_in {
    border: none !important;
}

.gift_card_form .gift_card_debit_name {
    text-align: center;
    display: none;
    border: 1px solid #FFE6F4;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}

.gift_card_form .required_fileds {
    position: absolute;
    width: 130px;
    height: 20px;
    background: #fff;
    top: -13px;
    right: 15px;
    color: #AF8B8B;
    font-family: 'NotoSans-Regular';
    font-size: 12px;
    z-index: 999;
}

.gift_card_form #CardholderName {
    margin-top: 0px;
    margin-bottom: 20px;
    width: 90%;
}

.gift_card_form .forms input[type="text"]#giftcard-sender-name,
.gift_card_form .forms input[type="text"]#giftcard-receiver-name {
    margin-top: 0px;
}

.for_amount_selection {
    margin-top: 25px;
    height: 50px;
    background: #F2E0E0;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.for_amount_selection div:first-child {
    font-family: 'NotoSans-Regular';
    font-size: 15px;
    line-height: 55.1px;
    letter-spacing: 0.05em;
    color: #54595F;
}

.for_amount_selection .fa-chevron-down {
    font-size: 10px;
    color: #54595F;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.for_amount_selection .fa-chevron-down.rotate {
    transform: rotate(-90deg);
}

.amounts_for_selection {
    border: 1px solid #FFE6F4;
    border-top: none;
    height: 0px;
    overflow: hidden;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.amounts_for_selection.open_box {
    height: 200px;
}

.amounts_for_selection .amounts_for_selection_first {
    padding-top: 10px;
}

.amounts_for_selection .amounts_for_selection_third {
    width: 33%;
}

.amounts_for_selection .amounts_for_selection_third .amount_item {
    width: 60%;
}

.amounts_for_selection .amount_item {
    width: 20%;
    height: 43px;
    margin-top: 15px;
    border-radius: 30px;
    background: #AF8B8B;
    font-family: 'NotoSans-Regular';
    font-size: 20px;
    letter-spacing: 1px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.amounts_for_selection .amount_item.selected {
    background: #000;
}

.gift_card_form textarea {
    margin-top: 25px;
    margin-bottom: 30px;
    width: 100%;
    height: 115px;
    border: 0.05rem solid #F2E0E0;
    padding: 10px;
    font-family: 'NotoSans-Regular';
    letter-spacing: 0.05em;
    font-size: 15px;
    color: #54595F;
    outline: none;
}

.giftcards-select-pay-way-item {
    width: 100%;
    height: 50px;
    border-radius: 30px;
    padding-left: 20px;
    padding-right: 10px;
    margin-bottom: 25px;
    box-shadow: 5px 5px 8px 0px #F2E0E0;
    font-family: 'NotoSans-Regular';
    font-size: 16px;
    border: 0.05rem solid #FFE6F480;
    color: #54595F;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}

.giftcards-select-pay-way-item[data-id="14"],
.giftcards-select-pay-way-item[data-id="3"]{
    color:#fff;
    background: #000;
    padding-left: 10px;
    justify-content: center;
}
.giftcards-select-pay-way-item[data-id="14"] span,
.giftcards-select-pay-way-item[data-id="3"] span{
    margin-left:5px;
    font-style: italic;
    font-size: 19px;
    font-weight: bold;
}

.giftcards-select-pay-way-item[data-id="13"]{
    width:fit-content;
    margin: 0 auto;
    margin-bottom:25px;
    max-width:50%;
}

.giftcards-select-pay-way-item.selected {
    box-shadow: 3px 3px 2px 0px rgb(0 0 0 / 25%);
}

.gift_card_form #submit_button {
    border: none;
    width: 100%;
    height: 50px;
    font-family: 'NotoSans-Bold';
    border-radius: 30px;
    background: #AF8B8B;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #FFF;
    box-shadow: 5px 5px 12px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 50px;
    outline: none;
    cursor: pointer;
}

.gift_card_message_in {
    width: calc(100% - 30px);
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

.gift_card_message_in.fault {
    background: rgba(204, 0, 0, 0.1);
    color: #cc0000;
}

.gift_card_message_in.success {
    background: rgba(0, 204, 0, 0.1);
    color: #00cc00;
}

.gift_card_form select#countries,
.gift_card_form select#regions,
.gift_card_form select#sub_regions {
    border: none;
    height: 35px;
    margin-bottom: 20px;
    width: 90%;
    border-bottom: 0.05rem solid rgba(222, 222, 222, .5);
    font-family: 'NotoSans-Regular';
    font-size: 16px;
    line-height: 37.2px;
    color: #54595F;
    outline: none;
}

.gift_card_form #other_region_id,
.gift_card_form #other_country_region,
.gift_card_form #giftcard_sender_address,
.gift_card_form #giftcard_sender_tk {
    height: 35px;
    margin-bottom: 20px;
    border: none;
    width: 90% !important;
    border-bottom: 0.05rem solid rgba(222, 222, 222, .5);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    font-family: 'NotoSans-Regular';
    font-size: 16px;
    line-height: 37.2px;
    color: #54595F;
    outline: none;
    width: 100%;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.gift_card_form #other_region_id,
.gift_card_form #other_country_region {
    display: none;
}

.complete_gift_card_img{
    width:100%;
    max-width:400px;
    margin:0 auto;
}

.product_f_details_area {
    margin-left: 40px;
}

.xaraktiristika-title {
    font-size: 14px;
    color: #262626;
}

.xaraktiristika-txt {
    color: #5B5B5B;
}

.product_col.gift_card_img img {
    width: 100%;
}

.dial-box-learn-stock {
    width: 240px;
    position: absolute;
    top: -120px;
    left: 90%;
    opacity: 0;
    z-index: -1;
    transform: translateX(-50%);
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}


.div_table .number_item .learn_about_avail_button {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    right: -2px;
    top: -6px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
}

.div_table .number_item .learn_about_avail_button .fa-exclamation {
    font-size: 10px;
}

.cover_for_info_stock {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.popup_window_basket_form_stock {
    display: none;
    position: fixed;
    z-index: 3000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.popup_window_basket_form_stock.show {
    display: flex;
}

.popup_window_basket_form_stock_in, .popup_window_basket_form_stock.show .popup_window_basket_form_stock_in {
    /* width: 90vw; */
    width: 27vw;
}

.popup_window_basket_form_stock_in .title {
    background: #000;
    color: #fff;
    font-size: 18px;
    font-family: 'NotoSans-Bold';
    text-align: center;
    padding: 15px;
}

.popup_window_basket_form_stock_in .close_popup_window {
    color: #fff;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}

.main_body.interest_form {
    background: #fff;
    padding: 15px;
}

.interest_form .error_txt {
    display: none;
    color: #a94442;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
}

.interest_form .form_item.form_effect input[type="text"] {
    outline: none;
    border: none;
    border-bottom: 1px solid #B3B3B3;
}

#interest_send {
    background: #000;
    color: #fff;
    cursor: pointer;
    width: 40%;
    margin: auto;
    padding: 15px;
    margin-top: 20px;
}