/* ovveride default */

body {
    font-family: 'Roboto-Regular', Verdana, Arial, Helvetica, sans-serif;
}

.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    padding-top: 0;
    /* padding-bottom: 15px; */
    background: #fff;
}

.menu_out {
    background: #914723;
}

.metaforika-header-div {
    height: 40px;
    background-color: #EAD4C7;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.eshop_oroi a{
    color:#000 !important;
}

.metaforika-wrapper {
    color: #231F20;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.04em;
    position: relative;
    display: flex;
    align-items: center;
}

.metaforika-mobile-header-div .metaforika-wrapper {
    letter-spacing: normal;
}

.slider_item_box {
    background: transparent;
}

.slider_item_box .slider_title,
.slider_item_box .slider_hero_title,
.slider_item_box .slider_subtitle {
    color: #EAD4C7;
}

.slider_item_box .slider_title {
    font-family: 'Roboto-Regular';
    font-size: 48px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    line-height: 60px;
}

.slider_item_box {
    margin-bottom: 0px;
    padding: 2px;
}

.slider_item_text.left {
    left: 170px;
}

.slider_item_box.black,
.slider_item_box.no_bg {
    padding-top: 45px;
}

.slider_item_box .slider_hero_title {
    font-family: 'DMSerifDisplay-Regular';
    font-size: 134px;
    line-height: 123px;
}

.slider_item_box .slider_subtitle {
    font-family: 'Roboto-Light';
    font-size: 24px;
    letter-spacing: 0.04em;
    line-height: 60px;
}

.slider_item_button {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #EAD4C7;
    border: 2px solid #EAD4C7;
    padding: 5px;
    letter-spacing: 0.16em;
    min-width: 238px;
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider_item_button a {
    color: #EAD4C7;
}

img.shipping-truck {
    width: 44px;
    margin-right: 5px;
}

.top-icons {
    position: absolute;
    right: 50px;
}

.top_item {
    float: left;
    margin-right: 20px;
    position: relative;
    color: #333333;
}

.top_item:last-child {
    margin-right: 0;
}

.search_mobile_btn.top_item {
    margin-right: 20px;   
}

#mobile_menu_btn.top_item {
    margin-right: 10px;
}

.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;
}

.mobile-header-div .top_item a {
    font-size: 23px;
}

.top_item a span.font-icons {
    font-size: 20px;
}

.main-header {
    border-bottom: 1px solid #ccc;
}

.search {
    position: relative;
    width: 100%;
    height: 45px;
    max-width: 550px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    z-index: 16;
    color: #666;
}

.search_in {
    position: relative;
    z-index: 5;
}

.search_left {
    display: table-cell;
    width: 100%;
}

.search_left_in {
    padding-left: 15px;
    padding-right: 20px;
}

.search_left input[type="text"] {
    background: none;
    border: none;
    /* font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif; */
    /* font-style: italic; */
    font-size: 16px;
    font-weight: normal;
    color: #b3b3b3;
    height: 45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: 0.04em;
}

.search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

.search_right button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 22px;
}

.top_item.basket_btn_h {
    border-left: 1px solid #cccccc;
    padding: 7px 15px;
    padding-left: 35px;
}

.telephone-wrapper {
    font-size: 24px;
    margin-right: 35px;
}

.telephone-wrapper a {
    color: #333333;
}

div.num-pieces-text {
    position: absolute;
    left: 47px;
    top: 6px;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
}

span.num_pieces {
    position: absolute;
    left: 0;
    right: 0;
}

.cart-details {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cart-text-total {
    font-size: 24px;
}

.cart-text {
    letter-spacing: 0.8px;
}

.slideshow .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.slideshow .owl-dots .owl-dot span {
    border: 1px solid #cccccc;
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    /* opacity: 0.5; */
    width: 12px;
}

.slideshow .owl-dots .owl-dot.active span {
    border: 1px solid #999999;
    background: #999999;
    height: 14px;
    width: 14px;
}


/* css hack for companies carousel only. */

.owl_slider_companies.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: -1%;
    margin-left: -20px;
    font-size: 14px;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: -1%;
    margin-right: -20px;
    font-size: 14px;
}

.banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* menu */

.menu_out {
    position: relative;
    z-index: 15;
}

nav.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.menu ul li {
    flex-grow: 1;
    margin: 0;
}


/* nav.menu ul li {
    border-right: 1px solid #c6c5c6;
}

nav.menu ul li:first-child {
    border-left: 1px solid #c6c5c6;
} */

nav.menu ul li a {
    padding: 8px 15px 8px 15px;
    font-size: 17px;
    text-align: center;
    color: #EAD4C7;
    letter-spacing: 0.04em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.menu ul li a:hover {
    color: #EAD4C7;
}

nav.menu ul li .menu_item_bottom a,
nav.menu ul li .menu_item_bottom span,
.sub_sub_menu_item_title span {
    font-size: 15px;
    font-weight: 500;
    /* color: #808080; */
    color: #914723;
}

/* nav.menu ul li:hover>a {
    background: #a40b2a;
    color: #fff;
} */

.menu_column_container {
    /* width:100%;
   
    column-count: 5;
    column-gap: 3%;
    column-width: 20%; */
    width: 100%;
    column-count: 4;
    column-gap: 30px;
    column-width: 25%;
}

.sub_menu_item_title,
.sub_sub_menu_item_title,
.sub_sub_sub_menu_item_title {
    margin-bottom: 5px;
    padding: 0 20px;
}

.sub_menu_item_title a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #a40b2a;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_item_title:hover>a,
.sub_sub_menu_item_title:hover>a,
.sub_sub_sub_menu_item_title:hover>a {
    color: #333 !important;
}

.sub_menu_data_item {
    margin-bottom: 5px;
}

.sub_menu_data_item:last-child {
    margin-bottom: 0;
}

.sub_menu_data_item a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_data_item:hover>a {
    color: #a40b2a !important;
}

.main_content_out {
    position: relative;
    z-index: 11;
}

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 15;
}

.menu_item_bottom {
    display: none;
    position: absolute;
    z-index: -1;
    width: 100%;
    /* left: 0; */
    /* background: #fff; */
    background: #EAD4C7;
    opacity: 0.9;
    margin-top: -7px;
    /* top: calc(100% + 23px); */
    /* padding-top: 23px!important; */
    padding-top: 55px!important;
    /* width: 250px; */
    /* width: 180px; */
    width: 246px;
    top: -10px;
    margin-left: 10px;
}

.menu_item_bottom .container:first-child {
    float: left;
    /* width: 250px; */
    width: 180px;
    width: 100%;
}

.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;*/
    margin: 30px 0px;
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
}

.sub_menu_item,
.sub_menu_data_item,
.sub_sub_menu_data_item {
    /* margin-bottom: 20px; */
    /* padding: 20px 0; */
    margin-top: 33px;
}

.sub_menu_item.has-children .sub_menu_item_title,
.sub_menu_data_item.has-children .sub_sub_menu_item_title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    cursor: pointer;
}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}

.sub_menu_item_data,
.sub_sub_menu_item_data {
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0%;
    background: #fff;
    height: 100%;
    margin: 0!important;
    border-left: 1px solid #E6E6E6;
}

.sub_child_menu .submenu_item_bottom {
    padding: 0;
}

/* end menu */

.newsletter-section {
    /* background-color: #ffd1d1; */
    background-image: url('/images/design/Images_Eshop-19.jpg');
    background-size: 100% 100%;
}

.newsletter_area_out_top {
    margin-bottom: 35px;
}

.newsletter_title h3 {
    font-family: 'DMSerifDisplay-Regular';
    font-weight: normal;
    font-size: 135px;
    letter-spacing: 0;
    color: #EAD4C7;
    margin-bottom: 20px;
}

.newsletter_item {
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
    border: 1px solid transparent;
    margin-bottom: 10px;
    padding-top: 4px;
    padding-bottom: 3px;
}

.newsletter_item input[type="text"] {
    width: 100%;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-size: 19px;
    letter-spacing: 0.06em;
    outline: none;
    color: #000;
    text-align: left;
}

.newsletter_submit {
    background: #333333;
    height: 45px;
    line-height: 45px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    border-radius: 4px;
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.16em;
    max-width: 182px;
    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 {
    font-size: 12px;
    color: #000;
}

.custom-icons-1 {
    background-color: #333333;
}

.custom-icon-phone {
    font-size: 35px;
}

.custom-title {
    color: #fff;
    font-size: 26px;
    letter-spacing: 0.02em;
}

.custom-phone-title {
    color: #fff;
    font-size: 35px;
    letter-spacing: 0.02em;
}

.custom-phone-title a {
    color: #fff;
}

.custom-subtitle {
    color: #fff;
    font-size: 22px;
    letter-spacing: 0.1em;
    background-color: #333;
}

.custom-phone-title + .custom-subtitle,
.custom-card-title + .custom-subtitle {
    font-size: 16px;
}

#bottom_out {
    padding-top: 20px;
    padding-bottom: 20px;
    /* background: #f3f3f3; */
}

#footer {
    /* background: #f3f3f3; */
    padding-top: 85px;
    /* padding-bottom: 20px; */
}

#footer a {
    color: #333;
}

.bottom_item h3 {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #333;
    letter-spacing: 0.04em;
    margin-bottom: 15px;
    margin: auto;
    margin-bottom: 15px;
    width: fit-content;
    min-width: 232px;
    line-height: 15px;
}

.bottom_item ul {
    margin: 0 auto;
    width: fit-content;
}

.footer-hours-in>div {
    color: #333;
}

.footer-hours-in {
    font-size: 20px;
    color: #333;
    letter-spacing: 0.04em;
}

.social_item {
    /* float: left; */
    margin-right: 20px;
    font-size: 25px;
    color: #333;
    background: #F2F2F2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-size: 20px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.5px;
}

.cards-logo {
    padding-top: 35px;
    padding-bottom: 35px;
}

.cards-logo img {
    width: 70px;
    aspect-ratio: 118 / 75;
}

.footer-copyright {
    background-color: #F2F2F2;
    font-size: 14px;
    color: #999999;
}

#footer_right a {
    font-size: 14px;
    color: #999999;
}

.product_item_text {
    margin: auto;
    margin-top: 20px;
    width: 80%;
    height: 35px;
}


.product_item_text h3 {
    font-weight: normal;
    font-size: 18px;
    color: #4D4D4D;
    line-height: 20px;
    overflow: hidden;
    /* white-space: nowrap;
    text-overflow: ellipsis; */
    width: 100%;
}

.product_item_text h4 {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.7px;
}

.product_item_prices {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 27px;
    color: #333333;
    margin-bottom: 5px;
}

.products_price_old {
    float: left;
    position: relative;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #999999;
    margin-right: 15px;
    /* text-decoration: line-through; */
    margin-top: 2px;
}

.products_price_new {
    float: left;
    color: #333333;
    font-size: 27px;
}

.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: 52px;
    height: 52px;
    border-radius: 50px;
    background: #914723;
    text-align: center;
}

.product_item_new {
    background: #333333;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #EAD4C7;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.product_item_offer_in .item_percent {
    font-size: 15px;
}

.product_item_best_in {
    font-size: 11px;
}

.product_item_new_in {
    color: #EAD4C7;
    font-size: 15px;
}

.color_box_in {    
    width: 32px;
    height: 32px;
}

.pro_area .pr_item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* to flex dimiourgei provlima otan px exw megalo titlo k den kovetai apo to ellipsis*/
    /* display: flex;
    justify-content: center; */
}

.product_item_favorite {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 2;
}

.product_item_favorite span.far.fa-heart {
    color: #e6e6e6;
    font-size: 23px;
}

.product_item_favorite span.fas.fa-heart {
    color: #FFD1D1;
    font-size: 23px;
}

.product_item_cart {
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    color: #333;
}

.product_item_cart a {
    color: #fff;
}

.col.footer-cols {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.col.footer-cols:last-child {
    border-bottom: 1px solid #ccc;
}

.accordion-footer-content {
    display: none;
}

.title_b {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 26px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.04em;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

li .title_b span {
    border-bottom: 2px solid #333;
    padding-bottom: 4px;
}

.homepage_tabs_top {
    max-width: 500px;
    text-transform: uppercase;s
}

.homepage_tabs li a:not(.active) .title_b span {
    border-bottom: none;
}

.homepage_tabs li a:not(.active) h3 {
    color: #999999;
}

.pink-cirle {
    border-radius: 20px;
    background: #EAD4C7;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.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; */
    background: #914723;
    height: 100%;
    border-right: 1px solid #cdcdce;
    overflow: hidden;
    /* padding-top: 25px; */
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 310;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m .sub_menu_item_m {
    border-bottom: 1px solid #cdcdce;
    margin-left: 20px;
}


/* nav#mobile_menu .menu_item_m:last-child {
    margin-bottom: 0;
} */

nav#mobile_menu .menu_item_title_m {
    position: relative;
    cursor: pointer;
}

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    /* color: #333333; */
    color: #EAD4C7;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav#mobile_menu .menu_item_title_m.black a {
    color: #333333;
}

nav#mobile_menu .menu_item_title_m span,
.language-bar-mobile i,
#close_mobile_menu span {
    color: #EAD4C7;
}


/* nav#mobile_menu .menu_item_title_m:hover>a {
    background: #a40b2a;
    color: #fff;
} */

nav#mobile_menu .menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_menu_item_title_m a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    /* color: #808080; */
    color: #EAD4C7;
    letter-spacing: 0.6px;
    cursor: pointer;
    /* padding-left: 20px; */
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_menu_item_title_m.active a,
nav#mobile_menu .sub_sub_sub_menu_item_title_m.active a {
    color: #333333;
}

nav#mobile_menu .sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

nav#mobile_menu .sub_sub_menu_item_data_m {
    display: none;
}

nav#mobile_menu .sub_sub_sub_menu_item_m {
    margin-bottom: 5px;
    cursor: pointer;
}

nav#mobile_menu .sub_sub_sub_menu_item_m:last-child {
    margin-bottom: 0;
}

nav#mobile_menu .sub_sub_sub_menu_item_title_m a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


/* nav#mobile_menu .sub_sub_sub_menu_item_title_m:hover a {
    color: #a40b2a;
} */

.width-6px {
    width: 6px;
}

.mobile-static-rest-links {
    background-color: #F6F6F6;
}

nav#mobile_menu .mobile-static-rest-links .menu_item_title_m a {
    font-size: 15px;
}

.mobile-static-rest-icons {
    width: 20px;
}


/* end mobile_menu */


/* TOASTS */

div.toast.favorite-toast {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 15000;
    display: none;
}


/* END TOASTS */

.title_path h2 {
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.title_path a {
    color: #808080;
}

.title_path a:last-child {
    color: #333;
}

.search_select2 {
    position: relative;
    z-index: 101;
    cursor: pointer;
    /* background: url(/images/design/select_arrow.png) center right no-repeat; */
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    color: #EAD4C7;
}

.search_select_in2,
.search_select_in2_title_left {
    height: 25px;
    line-height: 28px;
    width: 110px;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    color: #EAD4C7;
}

.search_select2::after {
    /* background:url(/images/design/select_arrow.png) center right no-repeat; */
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
    margin-left: 10px;
}

.select_options2 {
    display: none;
    position: absolute;
    z-index: 102;
    min-width: 100px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #000;
    background: #fff;
}

.select_options2.select_languages {
    border: none;
    overflow: auto;
    top: 30px;
    left: 0;
    width: unset;
    max-height: unset;
    min-width: unset;
}

.option_item2 a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.9px;
}

.option_item2 a:hover {
    background: #333;
    color: #fff;
}

#filter_basic {
    margin-left: 25px;
    margin-top: 10px;
    margin-right: 25px;
}

.filter_text_prices {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.filter_categories_item_title a {
    display: block;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.04em;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub_filter_categories_item_title:hover a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_filter_categories_item.active .sub_filter_categories_item_title a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 20px;
}

.sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #333;
}

.sub_filter_categories_item {
    border-bottom: 1px solid #cdcdce;
}

.categories .filter_area_item_title_in {
    font-family: 'Roboto-Medium';
    font-size: 25px;
    letter-spacing: 0.04em;
}

.filter_area_item_title {
    position: relative;
    font-weight: normal;
    font-size: 21px;
    color: #333;
    padding-top: 45px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 15px;
    border-bottom: 1px solid #333333;
}

.filter_checkbox_item label {
    font-size: 17px;
    color: #333;
    cursor: pointer;
    margin: 0;
    display: inline-block;
}

.filter_area_item_area .filter_item_data a {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.filter_checkbox_item input[type="checkbox"]+label span {
    float: left;
    /* background: url(/images/design/checkbox.png) top left no-repeat; */
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 0;
    color: #808080;
}

.filter_area_item .filter-end-line {
    position: absolute;
    width: calc(100% - 30px);
    height: 1px;
    background: rgba(0,0,0,0.1);
    bottom: 0px;
    left: 15px;
}

.filter_area_item.filter-end-line {
    overflow: hidden;
    padding-top: 20px;
    /* padding-bottom: 20px; */
    padding-bottom: 10px;
    margin-bottom: 0;
}

.filter_area_item .filter-end-shadow {
    position: absolute;
    width: 80%;
    border-radius: 50%;
    height: 10px;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: -5px 0px 15px 15px rgba(0,0,0,0.08);
}


/* .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';
    color: #bbbbbb;
}

.circle-font .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
}

.filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f14a';
}

.circle-font .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f192';
    color: #914723;
    font-weight: bold;
}

.refresh_price a {
    display: block;
    background: #fff;
    border: 1px solid #8c8c8c;
    font-size: 12px;
    font-weight: normal;
    color: #8c8c8c;
    letter-spacing: 1.5px;
    padding: 8px;
}

.refresh_price a:hover {
    background: #FFD1D1;
    color: #fff;
}

.filter_area_categories {
    position: relative;
    background: #fff;
}


/* .filter_area_item_title span.slide_filter {
    background: url(/images/design/slide_filter.png) top left no-repeat;
    cursor: pointer;
    float: right;
    height: 10px;
    margin-left: 7px;
    width: 13px;
    margin-top: 4px;
}
.filter_area_item_title span.slide_filter.active {
    background-position: left bottom;
} */


/* .filter_area_item_title span.slide_filter:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f106';
}

.filter_area_item_title span.slide_filter.active:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
} */

.filters-resp-bar {
    background: #914723;
    height: 50px;
    font-size: 12px;
    letter-spacing: 0.04em;
    color: #EAD4C7;
}

.show-filters-resp {
    border-right: 1px solid #fff;
}

.filters-resp-bar .select_box2 {
    background: none;
}

.select_box2 {
    width: 110px;
}

.filter_responsive {
    /* position: absolute;
    top: 45px; */
    display: none;
    left: 0;
    left: -300px;
    z-index: 1550;
    background: #fff;
    position: fixed;
    top: 0;
    height: 100vh;
}

.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;
    padding-bottom: 10vh;
    padding-left: 10px;
}

.filter_responsive_right {
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background: #000;
    cursor: pointer;
}

.filter_responsive_right_in {
    width: 14px;
    height: 13px;
    background: url(/images/design/slider_filter.png) no-repeat;
    background-position: top left;
}

.filter_responsive_right_in.active {
    background-position: bottom left;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

#owl_product_quick,
.owl_product_r .item {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 7px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.photo_small {
    margin-top: 3px;
    margin-bottom: 3px;
    /*text-align:center;
	height:80px; */
    cursor: pointer;
    /* background:#fff;
	border-radius:8px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

a.zoom_id.mag-glass {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #E6E6E6;
    font-size: 25px;
}

.product_social {
    margin-top: 25px;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.04em;
    line-height: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s:not(.share-button) {
    border: 1px solid #333;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s a {
    display: block;
    color: #333;
    font-size: 16px;
}

.product_item_icons {
    /* position: absolute; */
    right: 10px;
    top: 10px;
    z-index: 3;
}

.product_item_icons_item {
    /* display: table; */
    /* margin: 0 auto; */
    margin-bottom: 25px;
    margin-right: 8px;
}

.product_item_icons_item:last-child {
    /* margin-bottom: 0; */
    margin-right: 0;
}

.product_item_image_in .product_item_icons {
    position: absolute;
}

.product_item_image_in .product_item_icons_item {
    margin-bottom: 8px;
    margin-right: 0;
}

.product {
    text-align: left;
}

.product_title div.brand {
    font-size: 16px;
    font-weight: normal;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    color: #4D4D4D;
    letter-spacing: 0.02em;
    margin-bottom: 8px;
    /* text-transform */
}

.product_title {
    margin-bottom: 40px;
}

.product_title h1 {
    font-size: 18px;
    font-weight: normal;
    color: #4D4D4D;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.product_title h2 {
    /* font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product_price {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 29px;
    color: #333;
    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: #999999;
    margin-right: 25px;
    /* text-decoration: line-through; */
    margin-top: 0;
}

.product_price .products_price_new {
    float: left;
    font-size: 27px;
    color: #333;
}

#product_info_out {
    margin-top: 20px;
}

.product_feautures .div_table,
.product_buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.basket_btn {
    float: left;
    background: #333;
    padding-left: 30px;
    padding-right: 30px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
}

.basket_btn a {
    display: block;
    background: url(/images/design/cart_add.svg) left center no-repeat;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 0.16em;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/* .basket_btn:hover {
    background: #a40b2a;
} */

.product_favorite {
    float: left;
    cursor: pointer;
    font-size: 30px;
    margin-left: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* .product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
} */

.product_favorite:hover span {
    color: #FFD1D1;
}

.product_favorite:hover span::before {
    content: '\f004';
}

#product_quantity {
    float: left;
    max-width: 120px;
    border: 1px solid #ccc;
    /* border-radius:15px; */
    /* display: table;
    margin: 0 auto; */
}

.goto_basket {
    float: left;
    background: #f5afaf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket a {
    display: block;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket:hover {
    background: #333;
}

div.avail {
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
}

div.avail.get-now {
    color: #51cc23;
}

.product_tabs {
    /* max-width: 500px; */
    margin: 0 auto;
    margin-top: 100px;
}

#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: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

#product_tabs_top .nav-tabs .nav-item {
    position: relative;
}

#product_tabs_top .nav-tabs li a::after {
    /* content: "|"; */
    content: " ";
    position: absolute;
    right: 0;
    border-right: 1px solid #CCCCCC;
    height: 60%;
}

#product_tabs_top .nav-tabs .nav-item:last-child a::after {
    content: " ";
    border-right: none;
}

#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 #914723;
}

#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 #914723;
}

#product_tabs_bottom_in {
    padding-top: 60px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #4D4D4D;
}

.p_features {
    max-width: 750px;
}

.tabs_item_title {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 0.02em;
    padding: 20px;
    /*border-bottom:1px solid #bfbfbf;*/
    background-color: #F7F7F7;
    cursor: pointer;
    text-transform: uppercase;
}

.tabs_item_title.active {
    background-color: #914723;
    color: #EAD5C8;
}

label[for="search-text-r"],
label[for="news_email"],
label[for="search-text"] {
    display: none;
}

.custom-icons-1>div>div>div>div>div {
    background-color: #333333;
}

.basket-text,
.search-text {
    color: #b3b3b3;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}

ul.my_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding: 0;
    margin: 0;
}

ul.my_pagination>li {
    list-style: none;
    margin-right: 15px;
    border-bottom: 4px solid transparent;
}

ul.my_pagination>li:last-child {
    margin-right: 0;
}

ul.my_pagination>li>a {
    color: #D1D3D4;
}

ul.my_pagination>li:hover>a {
    color: #333;
}

ul.my_pagination>li.active {
    border-bottom: 4px solid #FFD1D1;
}

ul.my_pagination>li.active>a {
    color: #333;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 25px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #4e4949;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.newsletter_submit_exit_intent:hover {
    background: #1a1a1a;
}

.newsletter_results_exit_intent {
    background: #fff;
    margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.fb-plugin-followers {
    margin-top: 20px;
    max-width: 250px;
}

.x_y_pr_list {
    position: absolute;
    width: 100%;
    height: 44px;
    text-align: center;
    z-index: 9998;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgb(240, 124, 174, 0.8);   
    font-family: 'Roboto-Medium', 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%;
}

.banner_out .row_4 .h_item:nth-child(1n) {
    padding-right: 30px;
}

.banner_out .row_4 .h_item:nth-child(3n) {
    padding-left: 30px;
    padding-right: 0;
}

.banner_out .row_4 .h_item:nth-child(3n+2) {
    padding-left: 15px;
    padding-right: 15px;
}


.button_under_image a {
    font-family: 'Roboto-Bold';
    font-size: 18px;
    text-decoration: underline;
    letter-spacing: 0.16em;
    color: #333;
}

.homepage_tabs_bottom {
    padding-top: 50px;
}

.mt-6 {
    margin-top: 6rem;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev
/* , .owl-carousel button.owl-dot  */
{
    outline: none;
    width: 35px;
    height: 35px;
    background: #f2f2f2 !important;
    border-radius: 50%;
    /* box-shadow: 0 0 5px #333; */
    position: Absolute;
    top: 45%;
    transform: translateY(-45%);
}

.owl-carousel.slideshow .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.brands_slider .owl-carousel .owl-nav button.owl-next,
.brands_slider .owl-carousel .owl-nav button.owl-prev {
    width: 30px;
    height: 30px;
}

.owl_slider_area_s_1 .owl-nav button.owl-prev {
    left: -5%;
}

.owl_slider_area_s_1 .owl-nav button.owl-next {
    right: -5%;
}

.brands_slider .brands_area_out {
    width: 95%;
    margin: 0 auto;
}
.hide {
    display: none;
}

.product_item_image:hover .hover_cart_outer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    text-align: center;
    overflow: hidden;
    background: transparent;
}

.product_item_image:hover .hover_cart_outer .hover_cart_product_item_cart .fa-shopping-cart,
.product_item_image:hover .hover_cart_outer .hover_cart_product_item_favorite {
    color: #fff;
}

.hover_cart_product_item_cart {
    padding-right: 20px;
    border-right: 1px solid #cccccc;
    font-size: 20px;
}

.hover_cart_product_item_favorite {
    padding-left: 20px;
    font-size: 20px;
}

/* .hover_cart_outer:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #fff, #ccc); /* Black to #fff Gradient * /
    filter: blur(5px); /* Adjust the blur value as needed * /
    z-index: -1;
} */

.product_item_image:hover .hover_cart_outer::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, #fff, #ccc); /* Black to #fff Gradient */
    filter: blur(5px); /* Adjust the blur value as needed */
    z-index: -1;
}

#products_list_out .product_item {
    margin-bottom: 100px;
    /* margin-bottom: 0; */
}

/* #products_out_in.basic_cols > .container-fluid {
    padding-left: 25px;
    padding-right: 25px;
} */

.seen_recently {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 20vw;
    padding-right: 20vw;
}

.next_page_mobile_in {
    margin-top: 30px;
    margin-bottom: 110px;
}

.next_page_mobile_in span {
    color: #333333;
    font-size: 16px;
}

.next_page_btn {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 14px 25px;
    border-radius: 4px;
    background: #e6e6e6;
    box-sizing: border-box;
    /* margin-bottom: 355px; */
    margin-top: 18px;
    cursor: pointer;
    color: #fff;
}

.next_page_btn a {
    font-family: 'Roboto-Bold';
    font-size: 18px;   
    letter-spacing: 0.08em;
}

.py-8 {
    padding-top: 8rem!important;
    padding-bottom: 8rem!important;
}

/* .products_bar_out, */
.div_left {
    margin-left: 25px;
}

.more_filters_toggle {
    padding-top: 10px;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    letter-spacing: 0.04em;
}

.more_filters_toggle > i {
    font-size: 10px;
    padding-right: 5px;
}

.owl_slider_area_s_1 .item {
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

.show {
    display: block;
}

.product_item_buttons.active {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    height: 70px;
    text-align: center;
    overflow: hidden;
    background: transparent;
    background: linear-gradient(to bottom, #fff, #ccc);
    width: 100%;
}

.product_item_quantity_area_edit input[type="text"] {
    color: #000;
}

/* CLS */

.banner_out .h_item.col-lg-6 .banner_img img {
    aspect-ratio: 743 / 427;
    max-width: 736px;
}

.banner_out .h_item.col-lg-6 .banner_img {
    width: 100%;
    aspect-ratio: 743 / 427;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .h_item.col-lg-4 .banner_img {
    width: 100%;
    aspect-ratio: 473 / 257;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out .h_item.col-lg-4 .banner_img img {
    aspect-ratio: 473 / 257;
    max-width: 473px;
}

.banner_out .h_item.col-lg-6 .banner_img img ,
.banner_out .h_item.col-lg-4 .banner_img img,
.banners_cat .homepage_item_image img,
#slideshow_out_r .item img,
#slideshow_out .slider_item img,
#mobile_menu .col-lg-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.owl_slider_area_s_1 .product_item_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 65 / 89;
    object-fit: cover;
}

.owl_slider_area_s_1 .product_item_image img {
    width: 100%;
    aspect-ratio: 65 / 89;
    overflow: hidden; /* Αποφυγή CLS */
}

.banner_out.asymmetric-images .h_item .banner_img {
    width: 100%;
    aspect-ratio: 192 / 85;
    overflow: hidden; /* Αποφυγή CLS */
}

/* .banner_out.asymmetric-images .h_item:last-child .banner_img,
.banner_out.asymmetric-images-mobile .h_item .banner_img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden; /* Αποφυγή CLS * /
} */

.banner_out.asymmetric-images .h_item .banner_img img {
    width: 100%;
    aspect-ratio: 192 / 85;
    overflow: hidden; /* Αποφυγή CLS */
}

/* .banner_out.asymmetric-images .h_item:last-child .banner_img img,
.banner_out.asymmetric-images-mobile .h_item .banner_img img {
    width: 100%;
    aspect-ratio: 3 / 2;
    overflow: hidden; /* Αποφυγή CLS * /
} */

#slideshow_out,
#slideshow_out .slideshow .item {
    width: 100%;
    aspect-ratio: 1920 / 625;
    overflow: hidden; /* Αποφυγή CLS */
}

#slideshow_out_r,
#slideshow_out_r .slideshow .item {
    width: 100%;
    /* aspect-ratio: 371 / 382; */
    aspect-ratio: 5 / 6;
    overflow: hidden; /* Αποφυγή CLS */
}

/* .newsletter-section,
.newsletter_wrapper {
    min-height: 450px;
} */

.brands_slider,
.brands_slider .brands_area_out {
    min-height: 50px;
}

.owl_slider_companies .brand_home_item {
    width: 100%;
    height: 100%;
    aspect-ratio: 137 / 55;
    object-fit: cover;
}

.owl_slider_companies .brand_home_item img {
    width: 100%;
    aspect-ratio: 137 / 55;
    overflow: hidden; /* Αποφυγή CLS */
}

#header_desktop .logo {
    width: 100%;
    height: 100%;
    aspect-ratio: 75 / 26;
    object-fit: cover;
}

#header_desktop .logo img,
#header_mobile .logo img,
.footer-cols .footer-logo img {
    aspect-ratio: 75 / 26;
    overflow: hidden; /* Αποφυγή CLS */
}

#header_desktop .metaforika-wrapper img,
#header_mobile .metaforika-wrapper img {
    aspect-ratio: 2 / 1;
    overflow: hidden;
}

.custom-icons-1 {
    min-height: 200px;
}

.custom-icons-1 .col-md-4 {
    min-height: 110px;
}

.custom-icons-1 .col-md-4:first-child img {
    aspect-ratio: 60 / 29;
    overflow: hidden;
}

.custom-icons-1 .col-md-4:last-child img {
    aspect-ratio: 13 / 10;
    overflow: hidden;
}

.homepage_tab_data .product_item_image .product_item_image_in,
.homepage_tab_data .product_item_image .product_item_image_in .product_image_first {
    width: 100%;
    height: 100%;
    aspect-ratio: 65 / 89;
    object-fit: cover;
}

.homepage_tab_data .product_item_image .product_item_image_in img {
    width: 100%;
    aspect-ratio: 65 / 89;
    overflow: hidden; /* Αποφυγή CLS */
}

.product_item_image {
    width: 100%;
    height: 100%;
    aspect-ratio: 65 / 89;
    object-fit: cover;
}

.product_item_image img {
    width: 100%;
    aspect-ratio: 65 / 89;
    overflow: hidden; /* Αποφυγή CLS */
}

.product-in-banner .banner_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1920 / 625;
    object-fit: cover;
}

.product-in-banner .banner_img img {
    width: 100%;
    aspect-ratio: 1920 / 625;
    overflow: hidden; /* Αποφυγή CLS */
}

.product-in-banner-mobile .banner_img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1050 / 1260;
    object-fit: cover;
}

.product-in-banner-mobile .banner_img img {
    width: 100%;
    aspect-ratio: 1050 / 1260;
    overflow: hidden; /* Αποφυγή CLS */
}

.product_gallery #owl_product_quick_s .photo_small {
    width: 100%;
    /* height: 100%; */
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product_gallery #owl_product_quick_s .photo_small img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Αποφυγή CLS */
}

.product_image_out_r .owl_product_r .owl-stage-outer {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.product_image_out_r .owl_product_r .owl-stage-outer img {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Αποφυγή CLS */
}

#owl_product_quick .item {
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden; /* Αποφυγή CLS */
}

#owl_product_quick .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* END CLS */

.owl_product_r .f-carousel__dot:after {
    background: #CCCCCC;
}

.owl_product_r .f-carousel__dot.is-selected:after {
    background: #999999;
}

.newsletter_terms label,
.newsletter_terms label a {
    color: #fff !important;
}

#contact_form .newsletter_terms label,
#contact_form .newsletter_terms label a {
    color: #333 !important;
}

#bottom_out .container-fluid > .row {
    justify-content: space-evenly;
}

.top_item.language-bar {
    margin-right: 35px;
}

.top_item.language-bar i,
.top_item.language-bar-mobile i {
    padding-left: 5px;
    font-size: 10px;
    display: flex;
    align-items: center;
}

#mobile_menu_in {
    padding-top: 15px;
}

.noUi-horizontal .noUi-handle {
    background: #914723;
    border: 2px solid #914723;
}

.article-in {
    width: calc(100% - 30px);
    max-width: 700px;
}

.article-in h1,
.articles_out h1,
.contact_out h1 {
    font-family: 'Roboto-Bold';
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #914723;
    text-transform: uppercase;
}

.article-in .article-text,
#articles_out_in {
    font-family: 'Roboto-Light';
    font-size: 20px;
    line-height: 27px;
    letter-spacing: 0;
    color: #914723;
}

.article-in a,
#articles_out_in a {
    color: #914723;
}

.slider_item_box h4 {
    border-bottom: 0;
}

.article-img {
    object-fit: cover;
}

.number_item_in {
    width: max-content;
    height: auto;
    padding: 0 10px;
}

.popup_basket_photo {
    margin-right: 0;
}

.popup_basket_right .product_price_out .product_price_in {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.popup_basket_buttons {
    margin-top: 10px;
}

.banner_out.desktop.b_img {
    display: flex;
}