/* ovveride default */

body {
    font-family: 'CeraGreek-Regular', Verdana, Arial, Helvetica, sans-serif;
}

.nav-tabs {
    border-bottom: none;
}

#header_desktop {
    padding-top: 0;
    padding-bottom: 15px;
    background: #fff;
}

.metaforika-header-div {
    height: 30px;
    background-color: #000;
}

.logo-wrapper .logo {
    max-width: 270px;
}

.eshop_oroi a{
    color:#fff !important;
}

.metaforika-wrapper {
    font-family: 'RobotoCondensed-Regular';
    font-size : 11px;
    letter-spacing : 0.66px;
    color : #FFFFFF;
    font-weight: normal;
    position: relative;
}

.metaforika-mobile-header-div .metaforika-wrapper {
    letter-spacing: normal;
}

#header_mobile .marquee-mobile {
    overflow: hidden;
    width: 100%;
}

#header_mobile .marquee-mobile .metaforika-wrapper {
    opacity: 0;
}

#header_mobile .marquee-mobile .metaforika-wrapper.visible {
    opacity: 1;
}

img.shipping-truck {
    width: 44px;
    margin-right: 5px;
}

.top-icons {
    position: absolute;
    right: 50px;
}

.top_item {
    float: left;
    margin-right: 20px;
    position: relative;
    color: #333333;
}

.top_item:last-child {
    margin-right: 0;
}

.top_item a {
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
    color: #333333;
}

.mobile-header-div .top_item a {
    font-size: unset;
}

.top_item a span.font-icons {
    font-size: 20px;
}

.main-header {
    border-bottom: 1px solid #ccc;
}

.main-header .searchIcon, .main-header .restsIcons{
    width:165px;
    height:100%;
}

.main-header .searchIcon button{
    outline:none;
    background: none;
    border:none;
}

.main-header .languageSelector, #mobile_menu .languageSelector{
    width:27px;
    height:27px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'RobotoCondensed-Regular';
    font-size : 12px;
    color : #000000;
    border:1px solid #000;
    border-radius:50%;
}

 #mobile_menu .languageSelector.deactivated{
    opacity:.5;
 }

  #mobile_menu .login_click_r{
    font-family: 'RobotoCondensed-Bold';
    font-weight: 300;
    font-size : 13px;
    letter-spacing : 1.17px;
    color : #262626;
    text-transform: uppercase;
    margin-top:20px;
 }

 #mobile_menu .login_click_r span{
   position:relative;
   top:2px;
 }

.main-header .nums_no_float, .main-header .num_wish, .mobile-header-div .num_wish, .mobile-header-div .nums_no_float{
  position:absolute;
  top:-5px;
  right:-13px;
  width:17px;
  height:17px;
  background: #000;
  border-radius:50%;
  font-family: 'Roboto-Medium';
  font-size : 10px;
  letter-spacing : 1.8px;
  color : #FFFFFF;
}

.main-header  .search_form{
    height:50px;
    width:500px;
}

.main-header  .search_form .line{
    position:Absolute;
    opacity:0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.main-header  .search_form .line.up, .main-header  .search_form .line.down{
    width:100%;
    height:1px;
    background-image: linear-gradient(to top, #fff, #000);
    left:0px;
    top:0px;
}

.main-header  .search_form .line.down{
    top:100%;
}

.main-header  .search_form .line.left, .main-header  .search_form .line.right{
    width:1px;
    height:100%;
    background-image: linear-gradient(to right, #fff, #000);
    left:0px;
    top:0px;
}


.main-header  .search_form .line.right{
    left:100%;
}

.main-header  .search_form.active .line{
    opacity:1;
}

.main-header  .search_form #search-text, .search_area_input input[type="text"] {
   width:calc(100% - 36px);
   height:45px;
   display: flex;
   align-items: center;
   outline:none;
   border:none;
   padding-left:15px;
   font-family: 'RobotoCondensed-Regular';
   font-size: 12px;
   color: #000000;
   display: none;
}

.search_area_input {
    float: unset;
    width: 90%;
    padding-left: 0px;
    padding-right: 10px;
}

.search_area_input input[type="text"] {
    display: flex;
    height:100%;
    width:100%;
}

.search_area_in_r button{
    border:none;
    background: none;
    outline:none;
}

#search_hover{
    top:calc(100% + 5px);
    width:500px;
}

.search_hover_item a{
    font-family: 'Roboto-Light';
    font-size : 12px;
    line-height : 15.6px;
    color : #000000;
}

.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: black;
    height: 45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: normal;
}

.search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

.search_right button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    padding-left: 20px;
    padding-right: 15px;
    font-size: 22px;
}

.top_item.basket_btn_h {
    border-left: 1px solid #cccccc;
    padding: 7px 15px;
    padding-left: 35px;
}

.telephone-wrapper {
    font-size: 24px;
    margin-right: 35px;
}

.telephone-wrapper a {
    color: #333333;
}

div.num-pieces-text {
    position: absolute;
    left: 47px;
    top: 5px;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
}

span.num_pieces {
    position: absolute;
    left: 0;
    right: 0;
}

.cart-details {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.cart-text-total {
    font-size: 24px;
}

.cart-text {
    letter-spacing: 0.8px;
}

.slideshow .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.slideshow .owl-dots .owl-dot span {
    border: 1px solid #cccccc;
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    /* opacity: 0.5; */
    width: 12px;
}

.slideshow .owl-dots .owl-dot.active span {
    border: 1px solid #999999;
    background: #999999;
    height: 14px;
    width: 14px;
}


/* css hack for companies carousel only. */

.owl_slider_companies.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 40%;
    left: 0;
    margin-left: -20px;
    font-size: 20px;
}

.owl_slider_companies.owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    right: 0;
    margin-right: -20px;
    font-size: 20px;
}

.banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
}


/* menu */

.menu_out {
    position: relative;
    z-index: 15;
    background: #000;
}

nav.menu ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav.menu ul li {
    flex-grow: 0;
    margin: 0;
    margin-right:60px;
}

nav.menu ul li:last-child {
    margin-right:0px;
}

/* 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: 0px;
    text-align: center;
    font-family: 'Roboto-Black';
    font-size : 14px;
    letter-spacing : 0.84px;
    color : #FFFFFF;
    -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.allProductsLink{
    text-decoration: underline;
}

nav.menu ul li .sub_menu_item a {
  font-family: 'Roboto-Regular';
  font-size : 14px;
  /* line-height : 38px; */
  letter-spacing : 0.28px;
  color : #000000;
  font-weight: 100;
}

nav.menu ul li .menu_column_container .menuColumn:first-child{
   width:fit-content;
   margin-right:80px;
}

nav.menu ul li .menuColumn div a{
  font-family: 'Roboto-Regular';
  font-size : 14px;
  /* line-height : 38px; */
  letter-spacing : 0.28px;
  color : #000000;
  font-weight: 100;
}

nav.menu ul li .menuColumn div{
    margin-bottom:30px;
    width:fit-content;
    min-width:180px;
}

nav.menu ul li:hover>a {
    background: none;
    color: #fff;
}

nav.menu ul li.menu_item a{
    padding:15px 0px;
}

nav.menu ul li.menu_item.has-children a{
    padding-right:20px;
}

nav.menu ul li.menu_item a.menu_link::after{
    content:'';
    position: absolute;
    width:0%;
    height:5px;
    background: #000;
    left:0px;
    top:calc(100%);
    z-index:999999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav.menu ul li.menu_item:hover a.menu_link::after{
     width:100%;
}

nav.menu ul li.menu_item .arrow-has-children{
   position:absolute;
   top:50%;
   transform: translateY(-50%);
   right:0px;
   font-size: 18px;
}

.menu_column_container {
    width: 100%;
}

.sub_menu_item_title {
    margin-bottom: 0px;
}

.sub_menu_item_title a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #a40b2a;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_item_title:hover>a {
    color: #000 !important;
}

.sub_menu_data_item {
    margin-bottom: 5px;
}

.sub_menu_data_item:last-child {
    margin-bottom: 0;
}

.sub_menu_data_item a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_data_item:hover>a {
    color: #a40b2a !important;
}

.main_content_out {
    position: relative;
    z-index: 11;
}

.menu_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 13;
}

.menu_item_bottom {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 100%;
    left: 0;
    background: #fff;
    top:100%;
    padding-top:35px;
    padding-bottom:15px;
}

.menu_item_bottom img.img-fluid{
    max-width:275px;
}

.menu_item_bottom .menu_in_col {
    padding-left: 30px;
    padding-right: 30px;
}

.menu_item_bottom .menu_in_col:nth-child(4n+1) {
    clear: both;
}

.menu_item_bottom_in_in {
    padding: 15px;
    padding-top: 22px;
    /*padding-bottom:100px;*/
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
}

.sub_menu_item {
    margin-bottom: 30px;
}

.menu_img img {
    border-radius: 5px;
}

.menu_img a {
    display: block;
    padding: 0 !important;
}


/* end menu */

.newsletter-section {
    background-color: #000;
}
.newsletter_area {
    max-width: 1000px;
    margin: 0 auto;
}
.newsletter_title h3 {
    font-weight: normal;
    font-family: 'Roboto-Black';
    font-size : 30px;
    letter-spacing : 1.2px;
    color : #FFFFFF;
    text-transform: uppercase;
}

.newsletter_item {
    padding:0px 15px;
    background: none;
    border: 1px solid #fff;
}

.newsletter_item input[type="text"] {
    width: 100%;
    height: 45px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    outline: none;
    font-family: 'Roboto-Regular';
    font-size : 16px;
    line-height : 14px;
    letter-spacing : 0.96px;
    color : #FFFFFF;
    text-align: left;
}

.eshop_oroi.newsletter_terms input[type="checkbox"]+label span {
    margin-top: 0px;
}

.eshop_oroi.newsletter_terms label{
    display:flex;
    align-items: center;
    justify-content: center;
}

.eshop_oroi.newsletter_terms label,  .eshop_oroi.newsletter_terms label a{
  font-family: 'Roboto-Regular';
  font-size : 12px;
  color : #FFFFFF;
  letter-spacing: unset;
  line-height: 16px;
  text-align: left !important;
}

.eshop_oroi.newsletter_terms label a{
    margin-left:7px;
}

.newsletter_submit {
    background: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
    width:calc(100% + 2px);
    height: 47px;
    font-weight: normal;
    /* max-width: 155px; */
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto-Bold';
    font-size : 18px;
    letter-spacing : 2.88px;
    color : #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.custom-icons-1 {
    background-color: #333333;
}

.custom-icon-phone {
    font-size: 35px;
}

.custom-title {
    font-family: 'Roboto-Bold';
    color: #000;
    font-size: 18px;
}

.custom-phone-title {
    color: white;
    font-size: 30px;
    letter-spacing: 1px;
}

.custom-phone-title a {
    color: white;
}

.custom-subtitle {
    font-family: 'Roboto-Regular';
    color: #000;
    font-size: 13px;
    background-color: #FFF;
}

/* #bottom_out {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f3f3f3; 
} */

#footer {
    background: #000;
}

.bottom_item {
    background:none;
}

#footer a {
    color: #fff;
}

.bottom_item div.column_item{
    height:33px;
}

#bottom_out{
    position: relative;
}

#bottom_out .container .footer-cols{
    width:calc(100% / 3);
}

#bottom_out .container .footer-cols.socialArea{
    margin-top:-15px;
}

#bottom_out::before{
  content:'';
  position: absolute;
  width:calc(100% - 30px);
  max-width:1140px;
  height:1px;
  background: rgba(255,255,255,0.2);
  left:50%;
  transform:translateX(-50%);
  top:0px;
}

.mobile-footer .bottom_item{
    width:calc(100% - 45px);
    max-width:400px;
}

.mobile-footer .bottom_item_content{
    display:none;
}

.mobile-footer .bottom_item_title{
    position:relative;
}

.mobile-footer .bottom_item_title i{
    color:#fff;
    position:absolute;
    top:50%;
    transform: translateY(-50%);
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.mobile-footer .bottom_item_title.active i{
    transform: translateY(-50%) rotate(180deg);
}

.bottom_item h3 {
    font-family: 'Roboto-Black';
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.bottom_item .column_item a{
  font-family: 'Roboto-Regular';
  font-size : 13px;
  letter-spacing : 0.6px;
  color: #fff;
  text-transform: uppercase;
}

.bottom_item a.emailFooter{
  text-transform: none;
}

.footer-hours-in>div {
    color: #333;
}

.footer-hours-in {
    font-size: 17px;
    color: #333;
    letter-spacing: normal;
}

.social_item {
    /* float: left; */
    margin-right: 20px;
    font-size: 20px;
    color: #fff;
    background:none;
    width: 50px;
    height: 50px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #fff;
}

.social_area .social_item:last-child{
    margin-right:0px;
}

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-size: 17px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.5px;
}

.footer-copyright {
    background-color: #000;
    font-family: 'Roboto-Regular';
    font-size : 10px;
    color : #999999;
}

#footer_right a {
    font-family: 'Roboto-Regular';
    font-size : 10px;
    color : #999999;
}

.product_item_text {
    height: fit-content;
}

.product_item_text h3 {
    font-family: 'Roboto-Regular';
    font-size : 11px;
    letter-spacing : 0.44px;
    text-align: left;
    color : #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.product_item_text h4 {
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #b3b3b3;
    letter-spacing: 0.7px;
}

.product_item_prices {
    display: flex;
    align-items: baseline;
    margin-top:10px;
    position: relative;
    z-index: 1;
    font-family: 'Roboto-Bold';
    font-weight: normal;
    font-size: 15px;
    color: #000;
    margin-bottom: 0px;
}

.products_price_old {
    position: relative;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    font-size: 14px;
    color: #000;
    margin-right: 15px;
    text-decoration: line-through; 
    margin-top: 0px;
}

.products_price_new {
    color: #333333;
}

.strikediag {
    background: linear-gradient(to left top, transparent 47.75%, #333 49.5%, #333 50.5%, transparent 52.25%);
    text-decoration: none;
}

.product_item_image {
    position: relative;
    overflow: hidden;
    /*border-radius: 7px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
}

.product_item_offer,
.product_item_new,
.product_item_best {
    /* background: url(/images/design/offer.png) top left no-repeat; */
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #000;
    text-align: center;
}

.product_item_new {
    background: #333333;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-family: 'Roboto-Bold';
    font-size : 11px;
    letter-spacing : 0.88px;
    color : #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

/* .product_item_best_in {
    font-size: 11px;
}

.product_item_new_in {
    color: #FFD1D1;
} */

.color_box_in {    
    width: 32px;
    height: 32px;
}

.pro_area .pr_item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* to flex dimiourgei provlima otan px exw megalo titlo k den kovetai apo to ellipsis*/
    /* display: flex;
    justify-content: center; */
}

.product_item_favorite {
    float: left;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.product_item_favorite span.fa-heart{
    font-size: 20px;
}

.product_item_favorite span.far.fa-heart {
    color: #000;
}

.product_item_favorite span.fas.fa-heart {
    color: #000;
}

.product_item_cart {
    float: left;
    cursor: pointer;
    position: absolute;
    bottom: 15px;
    right: 20px;
    z-index: 2;
    font-size: 22px;
    color: #333;
}

.product_item_cart a {
    color: #fff;
}

.col.footer-cols {
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

.col.footer-cols:last-child {
    border-bottom: 1px solid #ccc;
}

.accordion-footer-content {
    display: none;
}

.title_b {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.8px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.title_b span {
    border-bottom: 2px solid #333;
    padding-bottom: 4px;
}

.homepage_tabs_top {
    max-width: 500px;
}

.homepage_tabs li a:not(.active) .title_b span {
    border-bottom: none;
}

.homepage_tabs li a:not(.active) h3 {
    color: #545454;
}

.pink-cirle {
    border-radius: 20px;
    background: #FFD1D1;
    width: 20px;
    height: 20px;
    top: -10px;
    right: -10px;
    font-size: 13px;
}

.no_products_image {
    max-width: 200px;
}


/* mobile_menu */

.responsive-menu-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0.7;
    background: black;
    z-index: 1500;
}

#mobile_menu_btn,
#close_mobile_menu,
#close_filter_resp {
    cursor: pointer;
}

.right_side_menu_opened #wrapper {
    left: 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;
    overflow-y: auto;
    /* padding-top: 25px; */
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    z-index: 99999;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m .sub_menu_item_m {
    border-bottom:none;
    margin-left: 0px;
}


/* nav#mobile_menu .menu_item_m:last-child {
    margin-bottom: 0;
} */


nav#mobile_menu #mobile_menu_in .menu_item_m  .menu_item_title_m {
    position: relative;
    cursor: pointer;
    padding:15px 0px;
    border-top:1px solid #ccc;
}

nav#mobile_menu #mobile_menu_in .menu_item_m:last-child  .menu_item_title_m {
    border-bottom:1px solid #ccc;
}

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-family: 'Roboto-Black';
    font-size : 14px;
    letter-spacing : 0.84px;
    color : #000000;
    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 i{
    font-size: 18px;
}


/* 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-family: 'Roboto-Regular';
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing : 0.84px;
    cursor: pointer;
    /* padding-left: 20px; */
    -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 a.allProductsLink{
    text-decoration: underline;
}

nav#mobile_menu  .menu_item_m .menu_item_data_m{
    margin-bottom:30px;
}

/* 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: #F2F2F2;
}

.mobile-static-rest-links .static-item-tab{
  font-family: 'Roboto-Regular';
  font-size : 13px;
  letter-spacing : 0.65px;
  color : #000000;
  padding: 15px 0px;
  border-top: 1px solid #ccc;
}

.mobile-static-rest-links .static-item-tab:last-child{
  border-bottom: 1px solid #ccc;
}

.mobile-static-rest-links .static-item-content{
  display: none;
  padding-top:16px;
} 
 
.mobile-static-rest-links .static-item-content div{
    font-family: 'Roboto-Regular';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #000000;
    padding: 8px 0px;
}

.mobile-static-rest-links .static-item-content div a{
    font-family: 'Roboto-Regular';
    font-size: 13px;
    letter-spacing: 0.65px;
    color: #000000;
}

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 {
    font-family: 'Roboto-Regular';
    font-size : 9px;
    letter-spacing : 1.44px;
    color : #808080;
}

.title_path a {
    color: #808080;
}

.title_path a:last-child {
    color: #333;
}

.select_box2 {
    float: unset;
    height: auto;
    /* margin-left: 25px; */
    background: #fff;
    width: fit-content;
}

.search_select2 {
    position: relative;
    padding-right:20px;
    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 {
    font-family: 'Roboto-Regular';
    font-size : 13px;
    line-height : 21px;
    letter-spacing : 2.08px;
    color : #808080;
}

.search_select2::after {
    position: absolute;
    right:2px;
    top:calc(50% + 3px);
    transform: translateY(-50%);
    font-family: Font Awesome\ 5 Pro;
    content: '\f078';
    font-size: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.search_select2.active::after {
    transform: translateY(-50%) rotate(180deg);
}

.select_options2 {
    display: none;
    position: absolute;
    top:calc(100% + 2px);
    z-index: 102;
    width:fit-content;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #ccc;
    background: #fff;
}

.option_item2 a {
    display: block;
    font-family: 'Roboto-Regular';
    font-size : 12px;
    padding:8px 10px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.9px;
}

.option_item2 a:hover {
    background: #000;
    color: #fff;
}

.grid_out {
    margin-top: 0px;
    float: unset;
    margin-left:35px;
}

.grid_title {
    float: unset;
    margin-right: 0px;
    font-family: 'Roboto-Regular';
    font-size : 13px;
    letter-spacing : 2.08px;
    color : #808080;
}

.grid_area{
    float: unset;
}

.grid_btn {
    float: unset;
    position: relative;
    margin-top:-2px;
    margin-right: 16px;
    font-family: 'Roboto-Regular';
    font-size : 17px;
    letter-spacing : 3.4px;
    color : #808080;
}

.grid_area .grid_btn::before {
    content:'';
    position: absolute;
    width:1px;
    height:100%;
    background: #999999;
    right:-7px;
}

.grid_area .grid_btn:nth-child(2):before {
    right:-9px;
}

.grid_area .grid_btn:last-child::before {
    width:0px;
}

.grid_btn span.active{
    color:#000;
    font-family: 'Roboto-Bold';
}

#filter_basic {
    margin:0px;
    margin-left:20px;
    max-width: 277px;
}

.filter_text_prices {
    font-family: 'Roboto-Regular';
    font-size : 16px;
    line-height : 30px;
    color : #000000;
    color: #000000;
}

.filter_categories_item_title a, .filter_checkbox_item a {
    display: block;
    font-family: 'Roboto-Regular';
    font-size : 14px;
    line-height : 31px;
    color : #000000;
    cursor: pointer;
    padding:3px 0px;
    padding-left:25px;
}

.filter_checkbox_item a {
     padding-left:0px;
}

.sub_filter_categories_item_title a {
    display: block;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.sub_filter_categories_item_title:hover a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_filter_categories_item.active .sub_filter_categories_item_title a {
    color: #333;
    /* background:url(/images/design/f_arrow.png) left center no-repeat; */
    /* padding-left: 10px; */
}

.sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 20px;
}

.sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #333;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #333;
}

.sub_filter_categories_item {
    border-bottom: 1px solid #cdcdce;
}

.filter_area_item.p_top{
    padding:20px 0px;
}

.filterTitle{
  font-family: 'Roboto-Black';
  font-size : 14px;
  letter-spacing : 0.28px;
  color : #000000; 
  padding:20px 0px; 
}

.filterTitle i{
    font-weight: 300;
    margin-right:0px;
}

.filter_area_item{
    padding:20px 0px;
    border-top: 1px solid #e6e6e6;
}

.filter_area_item_title {
    position: relative;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0px;
    font-family: 'Roboto-Bold';
    font-size : 14px;
    letter-spacing : 0.28px;
    color : #000000;
    border:none;
    position:relative;
}
.filter_area_item_area{
    display: none;
}
.filter_area_item_title::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f078';
    position:Absolute;
    font-weight: 300;
    top:50%;
    transform: translateY(-50%);
    right:0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter_area_item_title.active::after {
     transform: translateY(-50%) rotate(180deg);
}

.filter_checkbox_item{
    padding:0px;
}

/* .filter_checkbox_item label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    margin: 0;
    display: inline-block;
} */

.filter_area_item_area .filter_item_data a {
    display: block;
    font-size: 12px;
    font-weight: 900;
    color: #333;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

.filter_checkbox_item a{
    line-height: 26px;
    padding:5px 0px;
}

.filter_checkbox_item input[type="checkbox"]+label{
    margin-bottom:0px !important;
}

.filter_checkbox_item input[type="checkbox"]+label span {
    float: left;
    /* background: url(/images/design/checkbox.png) top left no-repeat; */
    background: none;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    margin-right: 13px;
    margin-top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    position: relative;
    top:5px;
}


/* .filter_checkbox_item input[type="checkbox"]:checked+label span {
    background-position: bottom left;
} */

/* .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f0c8';
} */

.circle-font .filter_checkbox_item input[type="checkbox"]+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
}

.filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 9px;
    color:#000;
}

.circle-font .filter_checkbox_item input[type="checkbox"]:checked+label span:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
    color: #FFD1D1;
    font-weight: bold;
}

.refresh_price {
    float: unset;
    margin:0 auto;
    cursor: pointer;
    width:fit-content;
}

.refresh_price a {
    display: block;
    background: #fff;
    border:none;
    font-family: 'Roboto-Medium';
    font-size : 10px;
    line-height :normal;
    letter-spacing : 0.6px;
    color : #000000;
    padding: 3px 0px;
    border-bottom:2px solid #000;
    margin:0 auto;
}

.refresh_price a:hover {
    background: #FFD1D1;
    color: #fff;
}

.filter_area_categories {
    position: relative;
    background: #fff;
    padding-top:0px;
}

.filter_area_item_area{
    padding-top:8px;
}


/* .filter_area_item_title span.slide_filter {
    background: url(/images/design/slide_filter.png) top left no-repeat;
    cursor: pointer;
    float: right;
    height: 10px;
    margin-left: 7px;
    width: 13px;
    margin-top: 4px;
}
.filter_area_item_title span.slide_filter.active {
    background-position: left bottom;
} */


/* .filter_area_item_title span.slide_filter:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f106';
}

.filter_area_item_title span.slide_filter.active:after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
} */

.filters-resp-bar {
    background: #FFD1D1;
    height: 50px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #333;
}

.show-filters-resp {
    border-right: 1px solid white;
}

.filters-resp-bar .select_box2 {
    background: none;
}

.filter_responsive {
    position: fixed;
    display: none;
    left: 0;
    top: 0px;
    left: -300px;
    z-index: 1550;
    background: white;
    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;
}

.filter_responsive_right {
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background: #000;
    cursor: pointer;
}

.filter_responsive_right_in {
    width: 14px;
    height: 13px;
    background: url(/images/design/slider_filter.png) no-repeat;
    background-position: top left;
}

.filter_responsive_right_in.active {
    background-position: bottom left;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

#owl_product_quick,
.owl_product_r .item {
    position: relative;
    overflow: hidden;
    margin: 10px;
    border-radius: 7px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.photo_small {
    margin-top: 3px;
    margin-bottom: 3px;
    /*text-align:center;
	height:80px; */
    cursor: pointer;
    /* background:#fff;
	border-radius:8px;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

a.zoom_id.mag-glass {
    position: absolute;
    bottom: 15px;
    right: 15px;
    color: #E6E6E6;
    font-size: 25px;
}

.product_social {
    margin-top: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #333;
    letter-spacing: 1.3px;
    line-height: 37px;
    display: flex;
    justify-content: start;
    align-items: center;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s:not(.share-button) {
    border: 1px solid #333;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s a {
    display: block;
    color: #333;
    font-size: 16px;
}

.product_item_icons {
    /* position: absolute; */
    left: 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: 15px;
    font-weight: normal;
    font-family: "CeraGreek-Bold", Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    color: #4D4D4D;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.product_title h1 {
    font-size: 18px;
    font-weight: normal;
    color: #4D4D4D;
    letter-spacing: 0.8px;
    margin-bottom: 25px;
}

.product_title h2 {
    /* font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif; */
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product_price {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 29px;
    color: #333;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    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_feautures .div_table,
.product_buttons {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.basket_btn {
    float: left;
    background: #333;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 4px;
}

.basket_btn a {
    display: block;
    background: url(/images/design/cart_add.svg) left center no-repeat;
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff !important;
    letter-spacing: 3px;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


/* .basket_btn:hover {
    background: #a40b2a;
} */

.product_favorite {
    float: left;
    cursor: pointer;
    font-size: 30px;
    margin-left: 25px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}


/* .product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
} */

.product_favorite:hover span {
    color: #FFD1D1;
}

.product_favorite:hover span::before {
    content: '\f004';
}

#product_quantity {
    float: left;
    max-width: 120px;
    border: 1px solid #ccc;
    /* border-radius:15px; */
    /* display: table;
    margin: 0 auto; */
}

.goto_basket {
    float: left;
    background: #f5afaf;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket a {
    display: block;
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #fff;
    letter-spacing: 3px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.goto_basket:hover {
    background: #333;
}

div.avail {
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
}

div.avail.get-now {
    color: #235D0E;
}

.product_tabs {
    /* max-width: 500px; */
    margin: 0 auto;
    margin-top: 20px;
}

#product_tabs_top {
    position: relative;
    background: #F7F7F7;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4; */
}

#product_tabs_bottom {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 18px;
    /* border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4; */
    height: 165px;
    overflow-y: auto;
}

#product_tabs_top .nav-tabs {
    display: flex;
    justify-content: space-around;
}

#product_tabs_top .nav-tabs>li>a {
    color: #4D4D4D;
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

#product_tabs_top .nav-tabs>li {
    margin-bottom: 0;
    flex: auto;
    text-align: center;
}

#product_tabs_top .nav-tabs>li>a.active,
#product_tabs_top .nav-tabs>li>a.active:hover,
#product_tabs_top .nav-tabs>li>a.active:focus {
    /* color: #000000; */
    border: 1px solid transparent;
    background-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_top .nav>li>a:hover,
#product_tabs_top .nav>li>a:focus {
    background-color: #F7F7F7;
}

#product_tabs_top .nav-tabs>li>a:hover {
    border-color: #F7F7F7;
    border-bottom: 3px solid #FFD1D1;
}

#product_tabs_bottom_in {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: justify;
    font-size: 16px;
    color: #4D4D4D;
}

.p_features {
    max-width: 750px;
}

.tabs_item_title {
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    padding: 20px;
    /*border-bottom:1px solid #bfbfbf;*/
    background-color: #F7F7F7;
    cursor: pointer;
}

.tabs_item_title.active {
    background-color: #FFD1D1;
}

label[for="search-text-r"],
label[for="news_email"],
label[for="search-text"] {
    display: none;
}

.custom-icons-1>div>div>div>div>div {
    background-color: #333333;
}

.basket-text,
.search-text {
    color: #b3b3b3;
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}

ul.my_pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    padding: 0;
    margin: 0;
}

ul.my_pagination>li {
    list-style: none;
    margin-right: 15px;
    border-bottom: 4px solid transparent;
}

ul.my_pagination>li:last-child {
    margin-right: 0;
}

ul.my_pagination>li>a {
    color: #D1D3D4;
}

ul.my_pagination>li:hover>a {
    color: #333;
}

ul.my_pagination>li.active {
    border-bottom: 4px solid #FFD1D1;
}

ul.my_pagination>li.active>a {
    color: #333;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 25px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #4e4949;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.newsletter_submit_exit_intent:hover {
    background: #1a1a1a;
}

.newsletter_results_exit_intent {
    background: #fff;
    margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.fb-plugin-followers {
    margin-top: 20px;
    max-width: 250px;
}

.x_y_pr_list {
    position: absolute;
    width: 100%;
    height: 44px;
    text-align: center;
    z-index: 9998;
    bottom: 0;
    left: 0;
    padding: 0;
    background: rgb(240, 124, 174, 0.8);   
    font-family: 'CeraGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: white;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

.x_y_pr_list span {
    font-size: 38px;
}

.product_item:hover .x_y_pr_list {
    opacity: 0;
}

.basic_col_l {
    max-width: 400px;
    width: 100%;
}

.login_popup {
    border-radius:0px;
}

.login_popup_title h3 {
    color: #000;
    font-family: 'Roboto-Black';
    font-weight: 100;
    letter-spacing: 1.2px;
}

.form_item.form_effect input[type="text"], .form_item.form_effect input[type="password"] {
    border: 1px solid #000;
}

.login_btn input[type="submit"] {
    font-family: 'Roboto-Bold';
    letter-spacing : 0.56px;
    font-size: 14px;
    font-weight: 100;
}

.lost_pass a, .login_popup_area .div_or span {
    font-family: 'Roboto-LightItalic';
    font-size : 13px;
    color : #000000 !important;
}

#login_close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../../../images/design/times.svg) top left no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.social_login.f_btn_l {
    border: 1px solid #1877F2;
    background: #1877F2;
    border-radius: 0px !important;
}

.social_login a {
    display: block;
    font-family: 'Roboto-Bold';
    letter-spacing : 0.56px;
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    cursor: pointer;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.social_login.f_btn_l:hover a {
    color: #1877F2;
}

.apple-login-btn {
    border-radius: 0px;
    font-family: 'Roboto-Bold';
    letter-spacing : 0.56px;
    font-size: 14px;
    font-weight: 100;
}

.social_login.google_login div {
    border-radius: 0px !important;
}

.login_popup_register {
    background: #000;
    font-size : 12px;
    font-family: 'Roboto-Light'
}

.search_area {
    width: calc(100% - 30px);
    position: fixed;
    z-index: 23;
    top: 150px;
    border-radius: 30px;
    /* overflow: hidden; */
    left: 50%;
    transform: translateX(-50%);
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}

.right_side_menu_opened .search_area{
    left: calc(50% + 300px);
}

.search_area_in_r {
    background: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: none;
    border-radius:30px;
}

#search_hover_r {
    width: calc(100% - 30px);
    left: 50%;
    transform: translateX(-50%);
    border: none;
    top:calc(100% + 3px);
}

.search_hover_item a {
    border-bottom: none;
    position: relative;
}

.search_hover_item a::after, .search_hover_item_txt div::after{
    content:'';
    position:absolute;
    width:100%;
    height:1px;
    top:100%;
    left:0px;
    background-image: linear-gradient(to top, #fff, #000);
}

.search_hover_item_txt {
    font-family: 'Roboto-Light';
    position: relative;
    font-size: 12px;
    line-height: 15.6px;
    color: #000000;
}

.owl-carousel.banner .owl-dots button span{
    outline:none;
    width:7px !important;
    height:7px !important;
    border-radius: 50%;
    background: #ccc;
    border:1px solid #ccc !important;
    margin:0px;
    margin-right:12px;
}

.owl-carousel.banner .owl-dots button:last-child span{
    margin-right:0px;
}


.owl-carousel.banner .owl-dots button.active span{
    background: #000;
    border:1px solid #000 !important;
}

#back_to_top.on {
    right: 10px;
}

.home_brands.banner_out{
    margin-top:5px;
}

.home_brands.banner_out .main_box_area{
    width:calc(100% - 150px);
    margin:0 auto;
}

/* .home_brands_slider .item img.img-fluid{
    width:120px !important;
} */

.home_brands_slider .owl-nav{
    display:block !important;
}

.home_brands_slider .owl-nav button{
    width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content: center;
    border-radius:50%;
    background: #f2f2f2 !important;
    position:Absolute;
    top:50%;
    transform: translateY(-50%);
    left:-70px;
}

.home_brands_slider .owl-nav button:last-child{
    left:calc(100% + 40px);
}

.banner_out.new_arrivals{
    display: block !important;
    margin-top:70px;
}

.banner_out.new_arrivals .banner_title_area_out {
    position: relative;
    height: 25px;
}

.banner_out.new_arrivals .title_b span {
    border-bottom: none;
    padding-bottom:0px;
}

.banner_out.new_arrivals .title_b {
  font-family: 'Roboto-Black';
  font-size : 30px;
  letter-spacing : 1.2px;
  color : #000000;
  line-height: 0px;
}

.banner_out.new_arrivals .main_box_area {
    padding-top:0px;
    padding-bottom:0px;
}

.banner_out.customBack, .banner_out.customBack .custom-subtitle{
    background: #f7f7f7;
}

.aboutArticle img{
    height:100%;
    object-fit: cover;
}

.aboutArticlePhoto, .cycrleArticlePhoto{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.cycrleArticlePhoto{
    min-height: 520px;
}

.articleIn{
    width:calc(100% - 30px);
    max-width: 640px;
}

.articleIn .title{
  font-family: 'Roboto-Black';
  font-size : 28px;
  color : #000000;
  text-transform: uppercase;
  margin-bottom:25px;
}

.articleIn p{
    position:relative;
}

.articleIn p.end::after{
    content:'';
    position:absolute;
    bottom:-5px;
    left:0px;
    width:100%;
    height:1px;
    background: #ebebeb;
}

.articleIn p, .articleIn ul{
   list-style: none;
   padding-left:0;
}

.articleIn p, .articleIn ul li{
     font-family: 'Roboto-Regular';
     font-size : 12px;
     line-height : 21px;
     color:#000;
     position:relative;
}

.articleIn ul li::before{
    font-family: Font Awesome\ 5 Pro;
    content: '\f111';
    font-size: 4px;
    position:relative;
    top:-3px;
    border-radius:50%;
    background:#000;
    margin-right:10px;
}

.articleIn p strong{
     font-family: 'Roboto-Bold';
     font-size : 18px;
     color:#000;
}

.cyrcle .articleIn p strong{
    font-size : 21px;
    text-transform: uppercase;
}

.page_articles .breadcrumb{
    position:absolute;
    top:10px;
    left:15px;
    font-family: 'Roboto-Regular';
    font-size : 11px;
    line-height : 21px;
    letter-spacing : 1.76px;
    color : #808080;
    z-index:9999;
    background: none;
    padding:0;
}

.page_articles .breadcrumb a{
    font-family: 'Roboto-Regular';
    font-size : 11px;
    line-height : 21px;
    letter-spacing : 1.76px;
    color : #808080;
}

.page_articles .breadcrumb i{
    margin: 0 10px;
}

.page_articles h1.title{
  font-family: 'Roboto-Black';
  font-size : 28px;
  line-height : 29.72px;
  letter-spacing : 0.56px;
  color : #000000;
  text-transform: uppercase;
}

.page_articles .mentioned{
   background: #000;
   padding:100px 0px;
}

.page_articles .mentioned .text{
    width:100%;
    max-width:870px;
    padding:0px 15px;
    text-align: center;
}

.page_articles .mentioned .text p{
  font-family: 'Roboto-Light';
  font-size : 20px;
  color : #fff;
}

.page_articles .mentioned .text p strong{
  font-family: 'Roboto-Black';
  font-size : 21px;
}

.page_articles .mentioned .text span.source{
   font-family: 'Roboto-Regular';
   font-size : 12px;
   color:#fff;
}

.page_articles span.top{
    font-family: 'Roboto-Bold';
    font-size : 14px;
    color:#000;
    position:relative;
    top:-5px;
}

.product_item_code{
   margin-top:10px;
}

.product_item_code_in{
    width:fit-content;
    font-family: 'Roboto-Bold';
    font-size : 11px;
    letter-spacing : 0.44px;
    color : #FFFFFF;
    background: #000;
    padding:5px;
}

.product_item_code .idiotites_txt{
  font-family: 'Roboto-Regular';
  font-size : 11px;
  letter-spacing : 0.44px;
  color : #000000;
}

.filterContainer{
    padding-right:50px;
}

.filterContainer::after{
    content:'';
    position:absolute;
    top:0;
    right:42px;
    width:1px;
    height:100%;
    background: #979797;
    opacity:0.3;
}

.filter_categories_item{
   position: relative;
}

.filter_categories_item::before{
   content:'';
   position:absolute;
   left:0;
   top:50%;
   transform: translateY(-50%);
   width:14px;
   height:14px;
   border:1px solid #000;
   z-index:9999;
}

.filter_categories_item.active::after{
    font-family: Font Awesome\ 5 Pro;
    content: '\f00c';
    position:absolute;
    left:3px;
    top:50%;
    transform: translateY(-50%);
    font-size: 9px;
    z-index:9999;
    color:#000;
}

.color_item {
    width: 20px;
    height: 20px;
    position: relative;
    float: left;
    border: 1px solid #fff;
    margin-bottom: 6px;
    margin-right: 6px;
    border-radius: 50%;
    cursor: pointer;
    position: unset;
    padding: 0px;
    /* border-radius: 100px; */
}

.color_item a{
    width:100%;
    height:100%;
}

.color_item img{
    width:calc(100% - 2px);
    height:calc(100% - 2px);
    border-radius: 50%;
    position:relative;
    top:-2px;
    left:1px;
}

.filter_area_colors{
    padding:10px 0px;
}

.search_companies_area{
    display: flex;
    width:100%;
    height:40px;
    border:1px solid #e6e6e6;
    margin-bottom:12px;
}

.search_companies_area input{
    width:calc(100% - 30px);
    height:100%;
    outline:none;
    border:none;
    padding:0px 13px;
    font-family: 'Roboto-Regular';
    font-size : 12px;
    line-height : 31px;
    color : #000000;
}

.search_companies_area i{
    margin-right:10px;
    font-size: 20px;
}

.priceInputFieldsArea{
    margin-bottom:15px;
}

.priceInputFieldsArea input{
    width:118px;
    height:42px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline:none;
    border:1px solid #808080;
    text-align: center;
    font-family: 'Roboto-Regular';
    font-size : 16px;
    color : #000000;
}

.priceInputFieldsArea .seperateLine{
    width:9px;
    height:1px;
    background: #000;
}

.noUi-horizontal .noUi-handle {
    color: #000;
}

.noUi-handle {
    border: 2px solid #000;
    background: #000;
}

.noUi-horizontal{
    height: 1px;
}

.restCompanies{
    display:none;
}

.showMoreCompanies{
  font-family: 'Roboto-Medium';
  font-size : 10px;
  line-height : 34.18px;
  letter-spacing : 0.6px;
  color : #000000;
  cursor: pointer;
}

.showMoreCompanies i{
    font-size: 7px;
    margin-right:5px;
}

.filter_selected {
    padding-left: 0px;
    padding-top: 0px;
    margin-bottom:15px;
}

.filter_selected .clear_filters{
    display: inline-block;
    margin-left:10px;
}

.filter_selected .clear_filters .clear_filters_in{
   height: 26px;
   display: flex;
   align-items: center;
}
.filter_selected .clear_filters, .filter_selected .clear_filters a{
    font-family: 'Roboto-Light';
    font-size : 8px;
    letter-spacing : 0.32px;
    color : #000000;
    text-decoration: underline;
}

.filter_sel_item, .filter_sel_item.with_line {
    border:1px solid #979797;
    padding:5px 8px;
    padding-right:12px;
    border-radius:30px;
}

.filter_sel_title, .filter_sel_item_in span {
    font-family: 'Roboto-Light';
    font-size : 9px;
    letter-spacing : 0.36px;
    color : #000000;
    text-transform: uppercase;
}

.filter_sel_item  .color_item{
    width: 14px;
    height: 14px;
    margin-left:-9px;
    margin-right:8px;
}
.filter_sel_item .color_item img {
    width: 14px;
    height: 14px;
    border-radius: 50%;
}

.filter_sel_item  .filter_sel_delete{
   margin-top:-2px;
}

.next_page_btn {
    max-width: 329px;
    width: calc(100% -30px);
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 10px;
    cursor: pointer;
    background: #000;
    font-family: 'Roboto-Regular';
    font-size : 16px;
    line-height : 21px;
    letter-spacing : 1.28px;
    color : #FFFFFF;
}

.next_page_mobile_in .num_text,
.next_page_mobile_in .num_of_elements,
.next_page_mobile_in .total_num_of_elements {
   font-family: 'Roboto-Regular';
   line-height : 23px;
   color : #000000;
}

.pageTitle{
    padding:25px 0px;
    font-family: 'Roboto-Black';
    font-size : 30px;
    letter-spacing : 1.2px;
    color : #000000;
}

.show-filters-resp{
    font-family: 'Roboto-Bold';
    font-size: 14px;
    color:#000;
    letter-spacing : 0.84px;
    margin-bottom:20px;
}

.show-filters-resp img{
    margin-right:8px;
}

.show-filters-resp span{
    font-family: 'Roboto-Light';
    color:#666;
    margin-left:8px;
}

.filter_sel_item{
  margin-bottom:15px;
}

.filter_area_item_area .option_item2{
    display: inline-block;
    margin-right:7px;
    margin-bottom:7px;
    padding:7px 10px;
    border:2px solid #ccc;
}

.filter_area_item_area .option_item2 a{
    font-family: 'Roboto-Regular';
    font-size : 12px;
    color : #000000;
    padding:0px;
}

.filter_area_item_area .option_item2 a:hover{
    background: none;
    color:#000;
}

.filter_area_item_area .option_item2.active{
     color:#fff;
     background: #000;
     border:2px solid #000;
}

.filter_area_item_area .option_item2.active a{
     color:#fff;
}

.filter_sel_item {
    margin-left:0px;
    margin-right: 13px;
}

.idiotites_txt{
    position:absolute;
    bottom:0px;
    width:fit-content;
    padding:5px 10px;
    text-align: right;
    z-index:9999;
    font-family: 'Roboto-Regular';
    font-size : 12px;
    background: #000;
    color:#fff;
    right:0px;
}

.filter_responsive_left .filter_area_item.noTopBorder{
    border-top: none;
}

.insideFilterTitleResp{
  font-family: 'Roboto-Black';
  font-size : 14px;
  letter-spacing : 0.84px;
  text-transform : uppercase;
  color : #000;
}

.insideFilterTitleResp img{
    margin-right:5px;
}

.insideFilterTitleResp span{
  font-family: 'Roboto-Light';
  color : #666666;
  margin-left:5px;
}

.insideFilterTitleRespArea{
    border-bottom:1px solid #e6e6e6;
}

.filter_responsive .filter_selected {
    margin-top:25px;
    margin-bottom: 0px;
    border-bottom:1px solid #e6e6e6;
    width:100%;
}

.filteInsideButtons button{
    width:130px;
    height:40px;
    display:Flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border:1px solid rgba(0,0,0,0.2);
    font-family: 'Roboto-Medium';
    font-size: 11px;
    color:#000;
}

.filteInsideButtons button a{
    font-family: 'Roboto-Medium';
    font-size: 11px;
    color:#000;
}

.filteInsideButtons button#showProducts{
   color:#fff;
   background: #000;
   border:1px solid rgb(0,0,0);
}