@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: 'Abrade-Regular';
    src: url('types/Abrade-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Light';
    src: url('types/Abrade-Light.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Light-Italic';
    src: url('types/Abrade-Light-Italic.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Bold';
    src: url('types/Abrade-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Book';
    src: url('types/Abrade-Book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Black';
    src: url('types/Abrade-Black.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Abrade-Medium';
    src: url('types/Abrade-Medium.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century-Regular';
    src: url('types/Century-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #4d4d4d;
    background: #ffffff;
    margin: 0;
    padding: 0;
    line-height: 24px;
    overflow-y: scroll;
    overflow-x: hidden !important;
    /*-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	-ms-transform: all 1.3s ease-out;
	transition: all 1.3s ease-out;*/
}

a {
    color: #666;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #666;
    text-decoration: none;
    outline: none;
}

img {
    border: 0;
}

embed {
    position: relative;
    z-index: 50;
}

iframe {
    border: 0;
}

sup {
    margin: 0;
    padding: 0;
}

h1 {
    padding: 0;
    margin: 0;
    color: #1A8B8B;
    font-family: 'Abrade-Black', Verdana, Arial, Helvetica, sans-serif;
    font-size: 66px;
}

h2 {
    padding: 0;
    margin: 0;
    font-family: 'Abrade-Black', Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #1A8B8B;
}

h3 {
    padding: 0;
    margin: 0;
    color: #4d4d4d;
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 25px;
}

h4 {
    padding: 0;
    margin: 0;
}

h5 {
    padding: 0;
    margin: 0;
}

h6 {
    padding: 0;
    margin: 0;
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-size: 27px;
    color: #1A8B8B;
}

h6 a,
h6 a:hover {
    /* color: #000; */
}

p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
}

object {
    position: relative;
    z-index: 10;
}

div {
    margin: 0;
    padding: 0;
}

blockquote {
    border: 0;
    margin: 0;
    padding: 0;
}

::selection {
    background: #1A8B8B;
    color: white;
}

.div_table_center {
    display: table;
    margin: 0 auto;
}

.div_table {
    display: table;
}

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

.div_left {
    float: left;
}

.div_right {
    float: right;
}

.right_side_menu_opened #wrapper {
    right: 250px;
}

#wrapper_out {
    overflow-x: hidden !important;
}

#wrapper {
    background: #fff;
    left: 0;
    position: relative;
    z-index: 1000;
    -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);
    z-index: 3;
}

#wrapper_inner {
    /*overflow:hidden;*/
    width: 100%;
}

.grand_blue {
    background: #a40b2a;
    background: -moz-linear-gradient(left, #a40b2a 0%, #30b2dc 100%);
    background: -webkit-linear-gradient(left, #a40b2a 0%, #30b2dc 100%);
    background: linear-gradient(to right, #a40b2a 0%, #30b2dc 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a40b2a', endColorstr='#30b2dc', GradientType=1);
}

.photo_article {
    width: 100%;
}

.photo_article img {
    width: 100%;
}

.flex_tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 30px 10px;
    margin-top: 27px;
    margin-bottom: 38px;
}

.nav-tabs {
    border-bottom: 1px solid transparent;
    width: 100%;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.nav-tabs>li>a:hover {}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    font-family: "Abrade-Black", Arial, Helvetica, sans-serif;
    border: unset;
    /* border-top: 1px solid transparent; */
    border-left: 0.5px solid #92969a;
    border-right: 0.5px solid #92969a
}

.nav-tabs>li.active>a {
    /* border: 1px solid #92969a; */
}

.nav-tabs-pr {
    border-top: 0px solid;
}

.nav>li>a {
    padding: 12px 49px;
}

.nav-tabs>li>a,
.nav-tabs>li>a:hover,
.nav-tabs>li>a:focus {
    border-radius: unset;
    border: unset;
    border-left: 0.5px solid #92969a;
    border-right: 0.5px solid #92969a;
}

.nav-tabs>li>a {
    margin-right: unset;
    line-height: 8px;
}

.flex_tabs .nav-tabs li:nth-of-type(1) a {
    border-right: unset;
}

.flex_tabs .nav-tabs li:nth-of-type(3) a {
    border-left: unset;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background-color: unset;
}

#top_out,
#top_out_r,
#top_out_r_mob {
    position: relative;
    z-index: 1;
}

#top_out {
    height: 38px;
    line-height: 38px;
}

#top_out_r,
#top_out_r_mob,
.mobile-metaforika-wrapper {
    display: none !important;
}

#top_out_r .top_item {
    /*width:20%;*/
    margin: 0;
}

#top_out_r .top_item a {
    padding: 0;
}

#top_out_r .top_item:first-child {
    border-left: 0;
}

.top_item_in {
    display: table;
    width: 100%;
}

.top_item_in_in {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
}

.top_item_in_in_in {
    display: table;
    margin: 0 auto;
}

#top_left {
    float: left;
}

#top_right {
    float: right;
}

.top_item {
    float: left;
    margin-right: 20px;
    /*position: relative;*/
}

.top_item:last-child {
    margin-right: 0;
}

#header .top_item:last-child {
    margin-right: 10px;
}

.top_item a {
    font-size: 11px;
    font-weight: 700;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

.top_item.login_icon a {
    background: url(../images/design/login_icon2.png) left center no-repeat;
}

.top_item.register_icon a {
    background: url(../images/design/register_icon.png) left center no-repeat;
}

.top_item.favorite_icon a {
    background: url(../images/design/favorite_icon.png) left center no-repeat;
}

.top_item.faqs_icon a {
    background: url(../images/design/login_icon2.png) left center no-repeat;
}

.top_item.contact_icon a {
    background: url(../images/design/contact_icon.png) left center no-repeat;
}

.top_item.basket_icon a {
    background: url(../images/design/basket_icon.png) left center no-repeat;
}

.top_item.company_icon a {
    background: url(../images/design/company_icon.png) left center no-repeat;
}

.top_item.blog_icon a {
    background: url(../images/design/blog_icon.png) left center no-repeat;
}

.b_circle {
    position: absolute;
    top: 4px;
    right: -13px;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    background: #5ac0e0;
    border-radius: 100px;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

.shipping {
    background: url(../images/design/bus.png) left center no-repeat;
    padding-left: 35px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
}

.order_phone {
    background: url(../images/design/phone_icon.png) left center no-repeat;
    padding-left: 30px;
    font-size: 17px;
    font-weight: 600;
    color: #fff;
}

.free_ship {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.6px;
    color: #fff;
    text-align: center;
}

#header {
    background: #fff;
    position: absolute;
    margin-top: 13px;
}

.landing-page-header {
    background: unset !important;
    border-bottom: unset !important;
}

.col-full-height {
    height: 100%;
    vertical-align: top;
}

.col-full-height.middle {
    vertical-align: middle;
}

#header .col-full-height {
    vertical-align: middle;
}

.row-same-height {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.col-xs-height {
    display: table-cell;
    float: none !important;
}

.search {
    position: relative;
    width: 100%;
    max-width: 345px;
    /*border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;*/
    z-index: 16;
    color: #fff;
}

.fal.fa-search {
    color: #000;
}

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

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

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

.search_left input[type="text"] {
    background: none;
    border: none;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    height: 35px;
    line-height: 35px;
    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: 35px;
    /*padding-left: 20px;
	padding-right: 20px;*/
    font-size: 18px;
}

.logo a {
    display: block;
}

.header {
    display: flex;
    align-items: flex-end;
}

.header_right {
    margin-top: 15px;
}

.idea h3 {
    color: #92969a;
}

.idea .col-md-6:first-of-type {
    padding-right: 30px;
}

.idea .col-md-6:last-of-type {
    padding-left: 20px;
}


/* Menu */

#menu_btn {
    font-size: 30px;
    cursor: pointer;
    padding: 6px 16px;
    padding-right: 0;
    margin-left: 26px;
    margin-top: 10px;
    display: inline-block;
    align-self: flex-start;
}

.landing-page-header #menu_btn {
    /* filter: invert(1); */
}

.landing-page-header #language_area {
    border: 1px solid #1A8B8B;
}

.landing-page-header {
    position: fixed;
    z-index: 9999999;
    width: 100%
}

.landing-page-header #language_area_top {
    /* filter: invert(1); */
}

#myNav {
    display: none;
    line-height: normal;
}

#myNav ul {
    list-style-type: none;
    margin-bottom: 18px;
    padding-left: 18px;
}

.overlay {
    height: 100%;
    width: 530px;
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    background-color: #3d4348;
}

.overlay-content {
    position: relative;
    display: block;
    margin-left: 67px;
    width: 428px;
    text-align: left;
    margin-top: 4px;
}

.overlay a:nth-of-type(1):not(.closebtn) {
    border-top: 1px solid #676b6e;
}

.overlay a {
    padding: 19px 19px;
    width: auto;
    text-decoration: none;
    font-family: 'Abrade-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #1A8B8B;
    display: block;
    border-bottom: 1px solid #676b6e;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}

#menu-item-evgaia {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 13px;
}

#menu-item-evgaia:hover .caret-menu,
#menu-item-evgaia:active .caret-menu,
#menu-item-evgaia:focus .caret-menu {
    filter: brightness(28%);
}

#menu-item-products {
    border-top: 1px solid #676b6e;
}


/* Caret up */

#myNav .caret-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8.77 4.44' width='8.77' height='4.44'%3E %3Cpath fill='%2392969a' d='M8.09 4.44l-3.7-2.83L.68 4.44 0 3.35 4.39 0l4.38 3.35z' data-name='Caret up'/%3E %3C/svg%3E");
    width: 1em;
    height: 1em;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}


/* Caret down */

#myNav .collapsed .caret-menu {
    transform: rotateZ(180deg);
    transition: all .3s;
}

.submenu li {
    background: #676b6e;
}

.submenu a {
    padding-left: 20px;
    border-bottom: 1px solid #92969a;
}

.overlay a:hover:not(.closebtn),
.overlay a:focus:not(.closebtn) {
    color: #3d4348;
    background-color: #1A8B8B;
}

#mobile_menu .closebtn {
    font-size: 60px;
    position: absolute;
    top: 11px;
    left: 5vw;
    margin-top: 10px;
}

#mobile_menu a.closebtn {
    border: none;
    color: #1A8B8B;
    display: block;
}

#mobile_menu a.closebtn:hover {
    color: #4d4d4d;
}

#darkness {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 6;
}


/* End Menu */

.basket_button {
    float: left;
    position: relative;
    margin-top: 5px;
    padding-right: 21px;
}

.basket_button.basket_button_r {
    display: none;
    position: absolute;
    top: 28px;
    right: 15px;
    margin: 0;
}

.basket_items {
    position: absolute;
    top: -10px;
    right: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #ee7f00;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.h_menu_out {
    margin-bottom: 15px;
}

.h_menu ul {
    display: inline-block;
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}

.h_menu ul li {
    float: left;
    background: url(../images/design/top_sep.png) center right no-repeat;
    margin-right: 10px;
}

.h_menu ul li:last-child {
    background: none;
    margin-right: 0;
}

.h_menu ul li a {
    display: block;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #a67c52;
    padding-right: 10px;
}

.h_menu ul li:last-child a {
    padding-right: 0;
}

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

.main_content_out .owl-stage {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 55% !important;
    /* margin: 0 auto; */
}

.main_content_out .owl-carousel .owl-stage-outer {
    overflow: unset !important;
    height: auto !important;
    display: flex;
    justify-content: center;
}

.owl-carousel .nav-btn {
     position: absolute; 
}

.owl-carousel .owl-left {
    border-bottom: 1px solid #84878c;
    border-left: 1px solid #84878c;
    width: 52px;
    height: 52px;
    transform: rotateZ(45deg);
    left: -33px;
}

.owl-carousel .owl-right {
    border-bottom: 1px solid #84878c;
    border-right: 1px solid #84878c;
    width: 52px;
    height: 52px;
    transform: rotateZ(-45deg);
    left: -33px;
}

.homepage_slider .photo_slider_item {
    margin-left: 1vw;
    margin-right: 1vw;
}

.background {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.tooltipster-default2 {
    border: 2px solid #666 !important;
}


/*#mobile_menu_btn
{
	display:none;
	position:absolute;
	top:22px;
	left:15px;
	cursor:pointer;
}*/

#mobile_menu_btn {
    cursor: pointer;
}

#mobile_menu_in {
    margin-top: 20px;
}


/* mobile_menu */

#mobile_menu_btn {
    display: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30.36 22.7' width='30.35' height='20.03'%3E %3Cdefs%3E %3Cstyle%3E .ffffa659-73fa-4d7a-b263-9ec66b48849f%7Bfill:none;stroke:%23fff;stroke-miterlimit:10;stroke-width:2.67203px%7D %3C/style%3E %3C/defs%3E %3Cg id='fdbf23e3-bc2f-476e-9417-d2bea0740816' data-name='Layer 2'%3E %3Cg id='b940300c-4deb-4fa1-afec-23188cafc2cc' data-name='Bio-2'%3E %3Cpath d='M0 1.34h30.36M0 11.35h30.36M0 21.37h30.36' class='ffffa659-73fa-4d7a-b263-9ec66b48849f'/%3E %3C/g%3E %3C/g%3E %3C/svg%3E");
    width: 30.35px;
    height: 20.03px;
    line-height: 1em;
}

nav#mobile_menu {
    background-color: #fff;
    height: 100%;
    border-right: 1px solid #cdcdce;
    overflow: hidden;
    padding-top: 35px;
    padding-bottom: 25px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 310;
    visibility: hidden;
}

nav#mobile_menu .menu_item_m {
    border-bottom: 1px solid #cdcdce;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
}

nav#mobile_menu .menu_item_m:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

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

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #42474C;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav#mobile_menu .menu_item_title_m:hover>a {
    background: #666;
    color: #fff;
}

nav#mobile_menu .menu_item_data_m {
    display: none;
}

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

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

nav#mobile_menu .sub_menu_item_title_m a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    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_menu_item_title_m:hover a {
    color: #666;
}

nav#mobile_menu .sub_menu_item_data_m {
    display: none;
}

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: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 25px;
    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: #000;
    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;
}


/* end mobile_menu */


/* menu */

.menu {
    min-height: 61px;
}

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

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

.menu_item {
    margin: 0;
    position: relative;
    padding-left: 4.219vw;
    padding-right: 4.219vw
}


/*.menu_item
{
	border-right:1px solid #c6c5c6;
}

.menu_item:first-child
{
	/*border-left:1px solid #c6c5c6;
}*/

.bg-blue {
    background: #666;
    margin-top: 10px;
}

.bg-white {
    height: 63px;
    background-image: -webkit-linear-gradient(135deg, #666 82%, #666 15%);
    position: relative;
}

.far.fa-search {
    color: #fff;
    font-size: 19px;
    position: absolute;
    top: 25px;
    right: 10px;
}

.menu_item a {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    display: block;
    font-size: 14px;
    text-align: center;
    color: #fff;
    line-height: 3;
    letter-spacing: 1px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    /* text-transform: uppercase; */
}

.index-contact-text2 h3{
    margin:15px;
}

.menu_link:hover a {
    border-bottom: 3px solid white;
}

.sub_menu_item_title {
    padding-left: 20px;
    padding-right: 20px;
}

.menu_item .sub_menu_item_title a {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    text-transform: none;
    font-size: 14px;
    padding-right: 15px;
    margin-bottom: 8px;
    line-height: 2;
}

.menu_item .sub_menu_item_title a:hover {
    color: white;
}

.menu_item:hover>a {
    /*border-bottom: 3px solid #666;
	background:#a40b2a;
    color:#fff;*/
    border-bottom: 3px solid white;
}


/* with images */

nav.menu.with_images ul li a {
    display: block;
    padding: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}

nav.menu.with_images ul li .menu_item_image {
    margin-bottom: 8px;
}

nav.menu.with_images ul li .menu_item_image_in {
    text-align: center;
    height: 70px;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    -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.with_images ul li .menu_item_title {
    font-style: normal;
    font-size: 9px;
    font-weight: 700;
    color: #333333;
    text-align: center;
    letter-spacing: 0.6px;
    height: 23px;
}

nav.menu.with_images ul li:hover>a {
    background: none;
}

nav.menu.with_images ul li:hover>a .menu_item_title {
    color: #a40b2a;
    text-decoration: underline;
}


/* end with images */


/* end menu */


/*
*/

.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: 999999999;
    width: 246px;
    left: 15px;
    /*background:#fff;*/
    margin-top: -7px;
}

.this-menu-link {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
}

.this-menu-link.active {
    border-bottom: 3px solid #1A8B8B;
}


/* */

.sub_box_title {
    margin-bottom: 10px;
}

.menu_item .sub_box_title a {
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0.7px;
    color: #4d4d4d;
    text-align: left;
    padding: 0;
    border: none;
}

.menu_item .sub_box_data {
    border-bottom: 1px solid #c0bfc0;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.menu_item .sub_box_data_item {
    margin-bottom: 10px;
}

.menu_item .sub_box_data_item a {
    display: block;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.5px;
    color: #4d4d4d;
    text-align: left;
    padding: 0;
    border: none;
}

.menu_item .sub_box_data_item.blue a {
    color: #5ac0e0;
}

.menu_item .menu_sizes h3 {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.9px;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.menu_item .menu_sizes_data .number_item a {
    display: block;
    padding: 0;
    border: none;
}


/* */

.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 0 8px 0;
    /*padding-bottom:100px;*/
}

.menu_column_container {
    /*width:100%;
   -moz-column-count:5;
    -moz-column-gap: 3%;
    -moz-column-width: 20%;
    -webkit-column-count:5;
    -webkit-column-gap: 3%;
    -webkit-column-width: 20%;
    column-count: 5;
    column-gap: 3%;
    column-width: 20%;*/
    width: 100%;
    -webkit-column-count: 4;
    -webkit-column-gap: 30px;
    -webkit-column-width: 25%;
    /* Firefox */
    -moz-column-count: 4;
    -moz-column-gap: 30px;
    -moz-column-width: 25%;
    column-count: 4;
    column-gap: 30px;
    column-width: 25%;
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
}

.sub_menu_item {
    margin-bottom: 0px;
}

.sub_menu_item_title {
    margin-bottom: 0px;
}

.sub_menu_item_title a {
    text-align: left !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;
}

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

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

.envelope {
    width: 26px;
}

#slideshow_out_out {
    position: relative;
    z-index: 1;
}

#slideshow_out {
    position: relative;
}

.slide-text {
    position: absolute;
    top: 50%;
    color: white;
    text-align: center;
    width: 100%;
    transform: translateY(-50%);
}

.slide-text h1 {
    font-family: "Abrade-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
}

.slide-text h1::after {
    border-bottom: 3px solid #ffffff;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}

.slide-text h3 {
    font-family: "Century-Regular", Arial, Helvetica, sans-serif;
    font-size: 54px;
    color: inherit;
    max-width: 755px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    line-height: 1.148em;
}

.homepage_out_txt {
    padding-top: 35px;
    padding-bottom: 35px;
    font-size: 19px;
    letter-spacing: 0.3px;
    font-weight: 300;
    line-height: 34px;
    color: #333333;
    text-align: center;
}

.homepage_txt {
    max-width: 970px;
    margin: 0 auto;
}

#slideshow_out_r {
    display: none;
    /* margin-bottom: 20px; */
}


/*.newsletter_wrapper_in
{
	padding-top:25px;
	padding-bottom:25px;
	background:url(../images/design/bg_cude.jpg) top left repeat;
}*/

.newsletter_title {
    display: table;
    margin: 0 auto;
    margin-top: 35px;
}

.newsletter_title h3 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 45px;
    letter-spacing: 2.3px;
    color: #000;
    margin-bottom: 20px;
}

.newsletter_area_out_top {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    margin-top: 10px;
    font-weight: normal;
    font-size: 20px;
    letter-spacing: 0.7px;
    color: #000;
    text-align: center;
    margin-bottom: 40px;
}

.newsletter_area {
    max-width: 800px;
    margin: 0 auto;
}

.newsletter_area .row {
    margin-left: -5px;
    margin-right: -5px;
}

.newsletter_area .col-md-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.newsletter_item {
    padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
    border: 1px solid #afafaf;
    margin-bottom: 10px;
}

.newsletter_item input[type="text"] {
    width: 100%;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 1.3px;
    outline: none;
    color: #4d4d4d;
    text-align: center;
}

.newsletter_submit {
    background: #666666;
    height: 40px;
    line-height: 40px;
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    max-width: 155px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter_submit:hover {
    background: #1a1a1a;
}

.newsletter_results {
    color: #58585a;
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
}

.news_right {
    color: #26b774;
}

.news_wrong {
    color: #A90D0D;
}

.multi_bar {
    display: table;
    width: 100%;
}

.multibar_item {
    display: table-cell;
    width: 33.3333%;
    height: 110px;
    vertical-align: middle;
}

.multibar_item_in {
    display: table;
    margin: 0 auto;
}

.multibar_item_in h3 {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1.3px;
    color: #fff;
    margin-bottom: 5px;
}

.multibar_item_in h4 {
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.3px;
    color: #fff;
}

.multibar_item_in h4 a {
    display: inline-block;
    color: #fff;
    background: url(../images/design/white_arrow.png) right center no-repeat;
    padding-right: 20px;
}

.multibar_item_in h5 {
    font-weight: 300;
    font-size: 23px;
    letter-spacing: 0.3px;
    color: #fff;
}

.multibar_item.yellow {
    background: #edb753;
}

.multibar_item.red {
    background: #ed6253;
}

.multibar_item.blue {
    background: #5ac0e0;
}

.ship {
    background: url(../images/design/bus.png) left center no-repeat;
    padding-left: 80px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.change {
    background: url(../images/design/change.png) left center no-repeat;
    padding-left: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.phone {
    background: url(../images/design/phone.png) left center no-repeat;
    padding-left: 65px;
    padding-top: 5px;
    padding-bottom: 5px;
}

#bottom_out {
    padding-top: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid #92969a;
    font-family: 'Abrade-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: white;
    background: #F4F4F4;
}

#bottom_out.landing-page-bottom {
    display: none;
}

#bottom_out a {
    color: #92969a;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -ms-transition: all 0.1s;
    transition: all 0.1s;
}

.bottom_item {
    /*font-weight: normal;
    font-size: 14px;
    color: #cccccc;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: left;*/
    color: #fff;
    font-size: 13px;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    margin-left: 4px;
}

#bottom_in {
    justify-content: space-evenly;
}

#bottom_out .col-xs-height:first-child {
    border-left: 1px solid #ececec;
}

#bottom_out .col-xs-height {
    border-right: 1px solid #ececec;
}

.bottom_item h4 {
    font-weight: 700;
    font-size: 12px;
    color: #fff;
}

.bottom_item h3 {
    font-family: 'Abrade-Black', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #1A8B8B;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 3px;
}

.bottom_item .fas,
.bottom_item .far {
    color: #ffffff;
    font-size: 13px;
}

.bottom_item .fa-phone,
.bottom_item .fa-print {
    padding-right: 5px;
}

.bottom_item .fa-map-marker-alt {
    padding-right: 12px;
}

.bottom_item .fa-envelope {
    padding-right: 7px;
}

.bottom_item ul li span {
    padding-left: 25px;
}

.bottom_item ul li {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.2px;
    /* padding-bottom: 15px; */
}

.bottom_item.motto li {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.1px;
    line-height: 14px;
    color: #1A8B8B !important;
}

.bottom_item.motto .footer-subtitle {
    font-family: "Abrade-Italic", Arial, Helvetica, sans-serif;
    color: white !important;
}

.bottom_item ul li div {
    /* padding-bottom: 14px; */
}

.bottom_item h3.center {
    text-align: center;
}

.bottom_item ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*list-style-image:url(../images/design/blue_arrow.png);
	list-style-position:outside;*/
}

.bottom_item ul li a {
    margin-bottom: 4px;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.2px;
    -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;
}

.bottom_item ul li:hover>a {
    color: #666;
}

.bottom_item p::before {
    font-family: Font Awesome\ 5 Pro;
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    background: #1A8B8B;
    color: white;
    border-radius: 2em;
    line-height: 0.8em;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 1.07em;
    width: 1em;
    height: 1em;
    margin-right: 11px;
}

.bottom_item.motto p::before {
    content: "\f3c5";
}

.bottom_item.phone-footer p::before {
    content: "\f095";
    line-height: 1em;
}

.bottom_item.contact p::before {
    content: "\f0e0";
    line-height: 1em;
}

.bottom_item.facebook-footer p::before {
    content: "\f39e";
    font-family: Font Awesome\ 5 Brands;
    line-height: 1em;
}

.order_phone_b {
    display: table;
    margin: 0 auto;
    background: url(../images/design/phone_icon_w.png) center left no-repeat;
    font-weight: 300;
    font-size: 28px;
    color: #ffffff;
    padding-left: 40px;
    margin-top: 23px;
}

.certifications_bottom {
    padding: 35px;
    padding-bottom: 39px;
    background: #f9f7f2;
}

.certifications_bottom .certifications-h4 {
    text-align: center;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
}

.certifications_logo {
    /* margin-bottom: 13px; */
    max-width: 412px;
    margin: 25px auto;
    margin-bottom: 0;
}

.social_item {
    float: left;
    margin-right: 10px;
    font-size: 25px;
    color: #808080;
}

.social_item:last-child {
    margin-right: 0;
}

.social_area {
    display: table;
    /* margin:0 auto; */
}

.social_center {
    display: table;
    margin: 0 auto;
}

.social_item a {
    display: block;
    color: #666;
}

.facebook {
    background: url(../images/design/facebook.png) top left no-repeat;
}

.twitter {
    background: url(../images/design/twitter.png) top left no-repeat;
}

.youtube {
    background: url(../images/design/youtube.png) top left no-repeat;
}

.pinterest {
    background: url(../images/design/pinterest.png) top left no-repeat;
}

.instagram {
    background: url(../images/design/instagram.png) top left no-repeat;
}

.google_plus {
    background: url(../images/design/google_plus.png) top left no-repeat;
}

.blog_home_out {
    padding-top: 50px;
    padding-bottom: 50px;
}

.blog_home_title_out {
    margin-bottom: 30px;
}

.blog_home_title {
    display: table;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top: 7px solid #ee7f00;
    border-bottom: 7px solid #ee7f00;
}

.blog_home_title h2 {
    font-weight: 700;
    font-size: 44px;
    color: #ee7f00;
    letter-spacing: 0.6px;
    padding-left: 15px;
    padding-right: 15px;
}

.homepage_blog_item_data {
    margin-top: 10px;
    text-align: center;
}

.homepage_blog_item_data h2 {
    font-weight: 700;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.homepage_blog_item_data h2 a {
    color: #4d4d4d;
}

.homepage_blog_item_txt {
    font-weight: 300;
    font-size: 15px;
    color: #4d4d4d;
    margin-bottom: 20px;
}

.homepage_blog_item_more {
    display: table;
    margin: 0 auto;
}

.homepage_blog_item_more a {
    display: block;
    background: #ee7f00;
    border-radius: 8px;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
    text-transform: uppercase;
    -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;
}

.homepage_blog_item_more a:hover {
    background: #13a1c6;
}

.box_banner_item {
    margin: 0 auto;
    max-width: 350px;
}

.box_banners_area {
    border-top: 1px solid #e0d8d2;
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
}

.box_banner_image {
    display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

.box_banner_image_in {
    height: 106px;
    display: table-cell;
    vertical-align: bottom;
}

.box_banner_title_out {
    background: url(../images/design/dot_green.png) center left repeat-x;
}

.box_banner_title {
    display: table;
    margin: 0 auto;
}

.box_banner_title_in {
    display: table;
}

.box_banner_title_l {
    display: table-cell;
    width: 9px;
    height: 40px;
    background: url(../images/design/r_g_l.png) top left no-repeat;
}

.box_banner_title_c {
    display: table-cell;
    width: 100%;
    background: #79a949;
    height: 40px;
    vertical-align: top;
}

.box_banner_title_c_in {
    padding-left: 20px;
    padding-right: 20px;
    display: table-cell;
    width: 100%;
    height: inherit;
    vertical-align: middle;
}

.box_banner_title_c h3 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 22px;
    color: #ffffff;
    letter-spacing: 0.2px;
    text-align: center;
}

.box_banner_title_r {
    display: table-cell;
    width: 9px;
    height: 40px;
    background: url(../images/design/r_g_r.png) top left no-repeat;
}

.box_banner_title_l_in,
.box_banner_title_r_in {
    width: 9px;
    height: 40px;
}

.box_banner_text {
    margin-top: 10px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #ffffff;
    letter-spacing: 0.3px;
    color: #666666;
    text-align: center;
}

.title_out {
    /* padding-top: 25px; */
    /* padding-bottom:25px;
	border-bottom:1px solid #e5e5e5; */
}

.elaionas .title_out {
    display: none;
}

.title_area {
    margin-top: 40px;
    margin-bottom: 19px;
}

.title {
    font-family: 'Abrade-Black', Verdana, Arial, Helvetica, sans-serif;
    font-size: 66px;
    font-weight: normal;
    color: #666666;
}

.title.center {
    text-align: center;
}

.title.left {
    text-align: left;
}

.title_path h2 {
    color: #666666;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-top: 10px;
    margin-bottom: 17px;
    margin-left: -13px;
}

.title_path a {
    color: #1A8B8B;
}


/* products */

.basic_col_l {
    background: #00b2e2;
    padding-left: 0;
    padding-right: 0;
}

.basic_col_c.no_space {
    padding-left: 0;
    padding-right: 0;
}

.basic_col_r {
    background: #000;
    padding-left: 0;
    padding-right: 0;
}

.pro_area .row {
    margin-left: -10px;
    margin-right: -10px;
}

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

.product_item {
    position: relative;
    margin-bottom: 27px;
    background: #ffffff;
    border: 0.5px solid #92969a;
    /* min-height: 410px; */
}

.product_item_image {
    position: relative;
    overflow: hidden;
}

.product_item_image img {
    image-rendering: -webkit-optimize-contrast;
    padding-top: 17px;
}

.product_image_first,
.product_image_second {
    position: relative;
    top: 0;
    left: 0;
    /*width:100%;
	height:100%;*/
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.product_image_second {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
}

.product_item_image.on:hover .product_image_first {
    opacity: 0;
    filter: alpha(opacity=0);
}

.product_item_image.on:hover .product_image_second {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product_item_image a {
    display: block;
}

.product_item_image_in {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    max-width: 50%;
}

.product_item_image_in_in {
    max-width: 195px;
    height: 195px;
    margin: 0 auto;
}

.product_item_image_in_in_in {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    max-width: 195px;
    height: 195px;
}

.product_item:hover .product_item_over {
    left: 0;
    opacity: 1;
}

.product_item_over {
    position: absolute;
    bottom: 0;
    opacity: 0;
    left: -800px;
    width: 100%;
    background-color: rgba(90, 192, 224, 0.9);
    z-index: 10;
    padding: 8px;
    -webkit-transition: all 0.6s ease 0s;
    -moz-transition: all 0.6s ease 0s;
    -o-transition: all 0.6s ease 0s;
    transition: all 0.6s ease 0s;
}

.product_item_over_in {
    display: table;
    margin: 0 auto;
}

.product_item_favorite {
    float: left;
    cursor: pointer;
}

.btn_sep {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.product_item_show {
    float: left;
}

.product_item_show a {
    display: block;
}

.product_item_icons {
    position: absolute;
    right: 7px;
    top: 10px;
    z-index: 3;
}

.product_item_offer,
.product_item_new,
.product_item_best {
    /* background: url(../images/design/offer.png) top left no-repeat; */
    width: 48px;
    height: 48px;
    border-radius: 50px;
    background: #fff;
    text-align: center;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.product_item_new_in,
.product_item_best_in {
    font-size: 11px;
}


/* .product_item_best_offer
{
	background: url(../images/design/best_offer.png) top left no-repeat;
	width: 45px;
	height:46px;
}

.product_item_new 
{
	background: url(../images/design/new.png) top left no-repeat;
	width: 45px;
	height:44px;
}

.product_item_best 
{
	background: url(../images/design/best_seller.png) top left no-repeat;
	width: 42px;
	height:41px;
}

.product_item_proposal 
{
	background: url(../images/design/proposal.png) top left no-repeat;
	width: 40px;
	height:40px;
}

.product_item_eupathi
{
	background: url(../images/design/eupathi.png) top left no-repeat;
	width: 36px;
	height:40px;
} */

.product_item_icons_item {
    display: table;
    margin: 0 auto;
    margin-bottom: 5px;
}

.product_item_icons_item:last-child {
    margin-bottom: 0;
}

.product_item_one {
    position: absolute;
    top: -5px;
    left: -5px;
    background: url(../images/design/one_one.png) top left no-repeat;
    width: 86px;
    height: 88px;
    z-index: 10;
}

.product_item_greek {
    position: absolute;
    top: 90px;
    left: -6px;
    background: url(../images/design/greek.png) top left no-repeat;
    width: 45px;
    height: 30px;
    z-index: 11;
}

.product_feautures {
    margin-top: 30px;
}

.product_feautures_item_title h3 {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    letter-spacing: 1.7px;
    padding-bottom: 7px;
    margin-bottom: 10px;
    /* border-bottom:1px solid #d2d2d2; */
}

.product_item_text {
    position: relative;
    z-index: 2;
    min-height: 115px;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    width: 72%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.product_item_text h3 {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #666;
    line-height: 18px;
    text-align: center;
    max-width: 210px;
    margin: 0 auto;
    /* letter-spacing: 0.5px; */
}

.product_item_text h5 {
    font-weight: 300;
    font-size: 12px;
    font-style: italic;
    color: #000000;
    letter-spacing: 0.5px;
}

.product_item_text h4 {
    font-family: 'Abrade-Light-Italic', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.7px;
    margin-bottom: 12px;
}

.product_item_prices {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666666;
    margin-bottom: 5px;
}

.products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
    text-decoration: line-through;
    margin-top: 2px;
}

.products_price_new {
    float: left;
    color: #a40b2a;
}

.product_item_price_txt {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-family: 'Abrade-Italic', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #808080;
    padding-bottom: 15px;
}

.price_txt {
    font-weight: normal;
    font-style: italic;
    font-size: 11px;
    text-align: center;
    color: #808080;
    margin-bottom: 15px;
}

.product_price_out .price_txt {
    font-size: 12px;
    text-align: left;
}


/*.product_item_buttons_in
{
	display:table;
	width:100%;
}*/


/*.product_item_buttons
{
	border-top:1px solid #d9d9d9;
}

.product_item_btn
{
	float:left;
	display:table-cell;
	width:50%;
	height:45px;
	cursor:pointer;	
}

.product_item_btn:first-child
{
	border-right:1px solid #d9d9d9;
}

.product_item_btn_in
{
	display:table;
	text-align:center;
	margin:0 auto;
	height:45px;
}

.product_item_btn_in_in
{
	display:table-cell;
	vertical-align:middle;
	height:45px;
}

.product_item_basket:hover .list_btn_basket,
.product_item_favorite:hover .list_btn_favorite
{
	background-position:bottom left;	
}*/

.pr_message {
    height: 35px;
    font-size: 12px;
    text-align: center;
    color: #e20054
}

.product_item_info {
    background: url(../images/design/dot.png) top left repeat-x;
}

.product_item_buttons {
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
}

.product_item_buttons.active {
    border-radius: 10px;
    background: #000;
}

.product_item_buttons_in {
    display: table;
    margin: 0 auto;
}

.product_item_btn {
    float: left;
    margin-left: 15px;
    cursor: pointer;
}

.product_item_btn:first-child {
    margin-left: 0;
}


/*.product_item_basket
{
	background:#93bd2b;
	border:1px solid #93bd2b;
	border-radius:7px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height:35px;
}

.product_item_basket a
{
	font-family:'pf_transportblack',Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding-right:30px;
	line-height:33px;
	background:url(../images/design/basket_list_btn.png) right center no-repeat;
}*/

.product_item_basket:hover>a {
    color: #fff;
    text-decoration: none;
}

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

.product_item_quantity {
    display: table;
    /*margin:0 auto;*/
    border-radius: 7px;
}

.product_item_quantity_down {
    /*float:left;*/
    display: table-cell;
    width: 44px;
    height: 44px;
    background: url(../images/design/pos_down2.png) center center no-repeat;
    cursor: pointer;
}

.product_item_quantity_up {
    display: table-cell;
    width: 44px;
    height: 44px;
    background: url(../images/design/pos_up2.png) center center no-repeat;
    cursor: pointer;
}

.product_item_quantity_down_in,
.product_item_quantity_up_in {
    width: 44px;
    height: 44px;
}

.product_item_quantity_area_edit {
    display: table-cell;
    /*width:100%;*/
    width: 60px;
    height: 44px;
    margin-right: 10px;
    margin-left: 10px;
    vertical-align: top;
}

.product_item_quantity_area_edit input[type="text"] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
    color: #fff;
    text-align: center;
}

.list_btn_favorite {
    background: url(../images/design/favorite_icon_l.png) no-repeat;
    background-position: top left;
    width: 20px;
    height: 17px;
    -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;
}

.list_btn_basket {
    background: url(../images/design/basket_icon_l.png) no-repeat;
    background-position: top left;
    width: 26px;
    height: 20px;
    -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;
}

.product_item_favorite {}

.product_item_basket a {
    display: block;
}

.products_bar_out {
    padding-top: 10px;
    padding-bottom: 10px;
}

.products_bar {
    padding-top: 15px;
    padding-bottom: 15px;
}

.pagination_text {
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1.3px;
    color: #58585a;
    line-height: 30px;
}

.my_pagination_area {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

ul.my_pagination {
    display: table;
    margin: 0 auto;
    list-style: outside none none;
    padding: 0;
    margin: 0 auto;
}

.page_txt {
    display: table;
    margin: 0 auto;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 0.4px;
    color: #808080;
}

.my_pagination>li {
    display: inline-block;
    margin-left: 5px;
}

.my_pagination>li:first-child {
    margin-left: 0;
}

.my_pagination>li>a {
    display: block;
    font-family: 'Abrade-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #999999;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    /* border: 1px solid #c5c5c5; */
}

.my_pagination>li>a:hover {
    color: #000;
}

.my_pagination>li.active>a {
    color: #000;
}

.my_pagination li.pag_first {
    margin-right: 5px;
}

.my_pagination li.pag_last,
.my_pagination li.pag_next {
    margin-left: 5px;
}

.my_pagination li.pag_prev,
.my_pagination li.pag_next,
.my_pagination li.pag_first,
.my_pagination li.pag_last {
    height: 30px;
    background: #e6e6e6;
    border-radius: 3px;
}

.my_pagination li.pag_prev a,
.my_pagination li.pag_next a,
.my_pagination li.pag_first a,
.my_pagination li.pag_last a {
    margin: 0;
    padding: 0;
}

.pagination_out {
    display: flex;
    justify-content: center;
}

.pagination_out .pag_prev,
.pagination_out .pag_next {
    display: table-cell;
    width: 35px;
    vertical-align: middle;
}

.pagination_out .pag_prev_in,
.pagination_out .pag_next_in {
    display: block;
    font-family: 'Abrade-Medium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #4d4d4d;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.pagination_out .pag_prev_in {
    margin-right: 5px;
}

.pagination_out .pag_next_in {
    margin-left: 5px;
}

.pagination_out .pag_prev a,
.pagination_out .pag_next a {
    display: block;
    color: #999999;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: normal;
    line-height: 34px;
    width: auto !important;
}

.pagination_out .pag_prev a {
    text-align: center;
}

.pagination_out .pag_next a {
    text-align: center;
}

.pagination_out .pag_prev_in a:hover,
.pagination_out .pag_next_in a:hover {
    color: #000;
}

.my_pagination li.pag_prev:hover,
.my_pagination li.pag_next:hover,
.my_pagination li.pag_first:hover,
.my_pagination li.pag_last:hover {
    background: #ee7f00;
}

.my_pagination li.pag_prev:hover a>i,
.my_pagination li.pag_next:hover a>i,
.my_pagination li.pag_first:hover a>i,
.my_pagination li.pag_last:hover a>i {
    color: #fff;
}

.title_right {
    margin-top: 10px;
}

.grid_out {
    margin-top: 4px;
    float: left;
}

.grid_title {
    float: left;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
    color: #808080;
    margin-right: 15px;
    line-height: 26px;
}

.grid_area {
    float: left;
}

.grid_btn {
    float: left;
    margin-right: 8px;
    cursor: pointer;
    color: #b3b3b3;
    font-size: 18px;
}

.grid_btn:last-child {
    margin-right: 0;
}

.products_results_out {
    margin-top: 10px;
}

.products_results {
    color: #b3b3b3;
    float: left;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 28px;
    margin: 0 20px;
}

.products_results span {
    font-size: 14px;
}

.select_box2 {
    float: left;
    height: 30px;
    /*margin-left:25px;*/
    background: #fff;
    width: 150px;
}

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

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

.search_select_in2 {
    height: 25x;
    line-height: 28px;
    width: 110px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.select_options2 {
    display: none;
    position: absolute;
    z-index: 102;
    min-width: 150px;
    max-height: 300px;
    overflow: auto;
    border: 1px solid #b3b3b3;
    background: #fff;
}

.option_item2 {}

.option_item2 a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: normal;
    color: #888;
    letter-spacing: 0.9px;
}

.option_item2 a:hover {
    background: #888;
    color: #fff;
}

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

.no_products {
    padding-bottom: 30px;
    min-height: 800px;
}


/* product */


/*#product_out .row
{
	margin-left:-80px;
	margin-right:-80px;
}

#product_out .product_col
{
	padding-left:80px;
	padding-right:80px;
}*/

.product_col {
    padding-left: 0px;
    padding-right: 0px;
}

#product_out {
    /* max-width:850px; */
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-top: 13px;
}

#products {
    padding-top: 15px;
}

.product_cols .product_item_icons {
    top: 5px;
    left: auto;
    right: 20px;
}

.product_cols .product_item_one,
.product_cols .product_item_greek {
    position: static;
}


/* .product_cols .product_item_icons_item
{
	margin:0;
} */

.product_gallery_out {
    position: relative;
}

.product_gallery {
    position: relative;
}

.product_gallery_big .item_in {
    max-width: 100%;
}

.product_gallery_big .item_in_in {}

#owl_product_quick_s .item {
    padding-left: 9px;
    padding-right: 9px;
}


/* .item {
    margin-right: 10px;
} */

#owl_product_quick_s .owl-prev {
    background: #92969a;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    left: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 100;
    text-align: center;
    display: block;
}

#owl_product_quick_s .owl-next {
    background: #92969a;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    right: 2px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 100;
    text-align: center;
    -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;
    display: block;
}

#owl_product_quick_s .owl-prev:hover,
#owl_product_quick_s .owl-next:hover {
    background: #000;
    display: block;
}

#owl_product_quick_s .owl-nav i {
    color: #fff;
    font-size: 20px;
    height: 26px;
    line-height: 24px;
    display: block;
}


/* .product_gallery_small
{
	margin-top:30px;
} */

.photo_small {
    /* margin-top:3px;
	margin-bottom:3px;
	text-align:center;
	height:80px; */
    cursor: pointer;
    /* background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);
	box-shadow:0 0 3px rgba(0,0,0,0.25); */
}


/*
.photo_small img
{
}

.photo_small_in
{
	
} */

.photo_small_in_in {
    display: table;
    margin: 0 auto;
    text-align: center;
}

.photo_small_in_in_in {
    display: table-cell;
    text-align: center;
    height: 80px;
    vertical-align: middle;
}

.padding_top_bottom {
    padding-top: 30px;
    padding-bottom: 30px;
}

.padding_top_bottom2 {
    padding-top: 30px;
    padding-bottom: 0px;
}

.padding_top {
    padding-top: 30px;
}

.product {
    text-align: center;
}

.product_video {
    margin-top: 30px;
}

.product_video iframe {
    width: 100%;
}

.product_title {
    margin-bottom: 15px;
    display: none;
}

.product_text {
    margin-top: 25px;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 0.2px;
    color: #4d4d4d;
    line-height: 18px;
}

.product_text h3 {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.8px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.product_title h1 {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.2px;
}

.product_title h3 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #b3b3b3;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.product_title h4 {
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
    color: #333333;
    letter-spacing: 0.2px;
}


/*.product_title h2
{
    font-family: 'PFHighwayGothicComp-Regular',Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #a59a7f;
}*/

.grey_line {
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: none;
}

.product_price {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 29px;
    color: #000000;
    display: none;
    justify-content: center;
    align-items: center;
}

.product_price .products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 25px;
    color: #999999;
    margin-right: 25px;
    text-decoration: line-through;
    margin-top: 0;
}

.product_price .products_price_new {
    float: left;
    color: #a40b2a;
}

#product_quantity_title {
    /* float:left; */
    line-height: 34px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    letter-spacing: 0.8px;
    /* padding-right:35px; */
}

#product_quantity {
    /* float:left; */
    max-width: 120px;
    border: 1px solid #ccc;
    /* border-radius:15px; */
    display: table;
    margin: 0 auto;
}

#product_quantity_left {
    display: table-cell;
    width: 40px;
    height: 48px;
    vertical-align: middle;
    cursor: pointer;
}

.product_q_arrow {
    width: 40px;
    text-align: center;
}

#product_quantity_center {
    display: table-cell;
    width: 100%;
}

#product_quantity_right {
    display: table-cell;
    width: 40px;
    height: 48px;
    vertical-align: middle;
    cursor: pointer;
}

#product_quantity_center input[type="text"] {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.products_buttons {
    margin-top: 20px;
}

.pr_message_d {
    float: left;
    font-size: 14px;
    color: #000;
}

.basket_btn {
    float: left;
    background: #000;
    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;
}

.basket_btn a {
    display: block;
    background: url(../images/design/basket_icon_w.png) left center no-repeat;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    padding-left: 45px;
    padding-right: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    -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;
}

.goto_basket {
    float: left;
    background: #a40b2a;
    /* border-radius:20px; */
    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: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    padding-top: 18px;
    padding-bottom: 18px;
    -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: #000;
}

.products_other_btn {
    float: left;
    margin-left: 25px;
}

.product_list {
    float: left;
    cursor: pointer;
}

.product_favorite {
    float: left;
    cursor: pointer;
    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;
}

.select_box_q {
    width: 200px;
}

.search_select_out_q {
    position: relative;
    height: 45px;
    z-index: 101;
    border: 1px solid #d5d5d6;
    border-radius: 7px;
}

.search_select_q {
    background: url(../images/design/select_arrow2.png) center right no-repeat;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 15px;
}

.search_select_in_q {
    height: 43px;
    line-height: 43px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.2px;
    color: #4d4d4d;
    overflow: hidden;
    white-space: nowrap;
}

.seacrh_select_left_q {
    float: left;
    background: url(../images/design/select_sep.png) center right no-repeat;
    width: 100px;
}

.seacrh_select_right_q {
    float: left;
    width: 46px;
    text-align: center;
}

.select_options_q {
    display: none;
    position: absolute;
    z-index: 100;
    border: 1px solid #d5d5d6;
    border-radius: 7px;
    min-width: 200px;
    height: 200px;
    overflow: auto;
    background: #fff;
}

.option_item_q {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 5px;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #4d4d4d;
    text-align: center;
    border-bottom: 1px solid #d5d5d6;
}

.option_item_q:hover {
    background: #4d4d4d;
    color: #fff;
    cursor: pointer;
}

#product_avail_out {
    border-bottom: 1px solid #d1d2d4;
    margin-bottom: 15px;
}

#product_avail_out_in {
    display: table;
    width: 100%;
}

.product_avail,
.product_favorite_out {
    display: table-cell;
    width: 50%;
    height: 70px;
    text-align: center;
    vertical-align: middle;
}

.product_avail {
    border-right: 1px solid #d1d2d4;
}

.p_feaututres {
    margin: 0 auto;
    max-width: 750px;
}

.product_f_details {
    margin-bottom: 15px;
}

.product_f_details:last-child {
    margin-bottom: 0;
}

.product_f_details_item {
    background: #f2f2f2;
}

.product_f_details_item:nth-child(2n) {
    background: #ffffff;
}

.product_f_det_item {
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
}

.product_f_det_item.bold {
    font-weight: 700;
}

.product_f_details h3 {
    font-size: 16px;
    font-weight: 900;
    color: #ee7f00;
    margin-bottom: 15px;
}

.product_f_details ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product_f_details ul li {
    margin-bottom: 8px;
}


/*.social_item 
{
    float: left;
    margin-right: 15px;
}

.social_item:last-child
{
	margin-right:0;
}*/

.product_tabs {
    /* max-width: 500px;*/
    margin: 0 auto;
    margin-top: 20px;
    background-color: #f9f7f2;
    margin-top: -44px;
}

.tabs_item:first-child .tabs_item_data {
    display: block;
}

.tabs_item {
    border-bottom: 1px solid #cfcecf;
}

.tabs_item_title {
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    letter-spacing: 1.7px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom:1px solid #bfbfbf;*/
    cursor: pointer;
}

.tabs_item_data {
    display: none;
    font-size: 13px;
    font-weight: 300;
    color: #4d4d4d;
    line-height: 23px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.tabs_item_title .tab_icon {
    float: right;
    margin-top: 3px;
    background: url(../images/design/tab_icon.png) no-repeat;
    background-position: bottom left;
    width: 10px;
    height: 10px;
}

.tabs_item_title.active .tab_icon {
    background-position: top left;
}

.product_details_item.q_product a {
    background: url(../images/design/q_product.png) left center no-repeat;
}

.product_details_item.find_size a {
    background: url(../images/design/find_size.png) left center no-repeat;
}

.product_details {
    margin-bottom: 15px;
}

.product_details_item a {
    display: block;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 0.7px;
    padding-top: 8px;
    padding-bottom: 8px;
    /* padding-left:40px; */
}

.product_social {
    margin-top: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #aaaaaa;
    letter-spacing: 1.7px;
    line-height: 37px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s {
    float: left;
    margin-right: 10px;
}

.social_item_s a {
    display: block;
    color: #aaaaaa;
    font-size: 16px;
}

.products_icons .row {
    margin: 0;
}

.products_icons .col-md-4:first-child {
    border-left: 1px solid #d5d5d6;
}

.products_icons .col-md-4 {
    border-right: 1px solid #d5d5d6;
}

.products_icons_item {
    padding-top: 7px;
    padding-bottom: 7px;
}

.products_icons_image_in {
    display: table;
    margin: 0 auto;
}

.products_icons_image_in_in {
    display: table-cell;
    vertical-align: bottom;
    height: 31px;
}

.products_icons_txt {
    font-size: 11px;
    font-weight: 700;
    color: #808080;
    text-align: center;
    margin-top: 5px;
}

.product_tabs_out {
    margin-top: 30px;
}

#product_tabs_top {
    position: relative;
    /*border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;*/
}

#product_tabs_top_c {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #13a1c6;
    height: 43px;
}

#tab_1 {
    margin-top: 71px;
}

#product_tabs_top_in {
    padding-left: 15px;
    padding-right: 15px;
}

#product_tabs_bottom {
    /* padding-top: 106px; */
    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: auto;
    overflow-y: auto;
}

#product_tabs_bottom_in {
    margin-top: 31px;
    margin-bottom: 119px;
    padding-bottom: 20px;
    text-align: justify;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 26px;
}

#product_tabs_bottom_in h3 {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 34px;
    line-height: 26px;
    letter-spacing: normal;
    margin-bottom: 8px;
    text-align: left;
}

#product_tabs_bottom_in h4 {
    font-family: "Abrade-Light-Italic", Arial, Helvetica, sans-serif;
    font-size: 19.5px;
    margin-bottom: 76px;
}

#product_tabs_bottom_in p {
    /* width: 95%; */
    line-height: 28px;
    letter-spacing: 0px;
    text-align: left;
}

#product_tabs_bottom_in img {
    width: 80%;
    padding: 92px;
    padding-bottom: 26px;
    background: white;
}

#text {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #000;
    text-align: left;
}

.w_pan_item {
    margin-bottom: 30px;
}

.w_pan_item_icon {
    float: left;
    text-align: center;
    display: inline-block;
}

.w_pan_item.big_icon .w_pan_item_icon {
    width: 120px;
    text-align: center;
}

.w_pan_item_txt {
    padding-left: 80px;
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    line-height: 21px;
}

.w_pan_item.big_icon .w_pan_item_txt {
    padding-left: 120px;
}

.w_pan_item_txt h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ee7f00;
    margin-bottom: 5px;
    line-height: normal;
}

.w_info_item {
    margin-bottom: 30px;
}

.w_info_item_icon {
    display: table;
    margin: 0 auto;
    margin-bottom: 8px;
}

.w_info_item_icon img {
    border-radius: 100px;
}

.w_info_item_txt {
    font-size: 13px;
    font-weight: normal;
    color: #333333;
    line-height: 21px;
    text-align: center;
}

.w_info_item_txt h3 {
    font-size: 16px;
    font-weight: 700;
    color: #ee7f00;
    margin-bottom: 5px;
    line-height: normal;
}


/* articles */

.text_center {
    margin: 0 auto;
    text-align: left;
}

.text_center h3 {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}


/*.text_center h3:after {
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}*/

.text_left {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.orama_description p {
    text-align: center;
}

.counter_orama {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 72px;
}

.counter_diadrasi,
.counter_diadrasi2 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 72px;
    text-align: left;
    color: #42474C;
}

.counter_orama p,
.counter_diadrasi2 p {
    font-family: 'Abrade-Medium', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: left;
    letter-spacing: 0.04em;
    line-height: 1em;
    color: #42474C;
    text-transform: uppercase;
    margin-top: 13px;
}

.counter_diadrasi2 {
    background-image: url('../images/photos/back.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    text-align: center;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 223px;
}

.counter_diadrasi2 p {
    font-family: 'Abrade-Medium', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    color: white;
    margin-top: 23px;
}

.counter_diadrasi .plus_sign,
.counter_diadrasi2 .plus_sign {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 51px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #1A8B8B;
    margin-left: 10px;
}

.counter_diadrasi2 .container-fluid {}


/*
.counter_diadrasi .col-md-12 {
    background-image: url(../images/photos/back.png);
}*/

.nomos .text_center {
    column-count: 2;
}

.text_center.margin_bottom {
    margin-bottom: 25px;
}

.text_left.margin_bottom {
    margin-bottom: 25px;
}

.articles_out h4 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #42474C;
    letter-spacing: 0.12em;
}

.articles_out ul {
   /* list-style: none;*/
    padding: 0;
    margin: 0;
    position: relative;
    margin: 1.5rem 0;
}

.articles_out .banner_out:not(.products-banners),
.banner_out:last-child:not(.products-banners) {
    margin-bottom: 0 !important;
}

.banner_out:last-child {
    margin-top: 0 !important;
}

.articles_out img {
    display: block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
    margin-bottom: 38px;
}


/* ΠΑΡΟΧΕΣ */

.b_img_paroxes {
    /*background: #F4F4F4;*/
}

.paroxes_title h2 {
    text-align: center;
}

.paroxes_title h2::after {
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 4px auto 7px auto;
}

.articles_out .b_img_paroxes .h_item img {
    margin-bottom: 9px;
}

.articles_out .b_img_paroxes .h_item,
.articles_out .b_img_paroxes .h_c_item {
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-basis: 40%;
    max-width: 20%;
}

.articles_out .b_img_paroxes .row.row_b {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-wrap: wrap;
}

.articles_out .b_img_paroxes p {
    line-height: 1.176em;
    max-width: 128px;
    text-align: center;
}

.paroxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#articles_out_in {
    padding-top: 80px;
}

.sygkomidi .title_out {
    display: none;
}

#our-products {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 36px;
    font-weight: normal;
    color: white;
    letter-spacing: 0em;
    text-align: center;
    margin-bottom: 50px;
}


/* .sygkomidi .banner_out,
.sygkomidi .banner_out:last-child {
    margin-bottom: 80px !important;
} */

.awards .title_area {
    width: 100%;
    position: absolute;
    top: -11vw;
    left: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.awards .title_area h6,
.awards .title_area h1 {
    text-align: center;
}

.viologiki_georgia .title_out {
    display: none;
}

.viologiki_georgia .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.aksies ul li:before {
    content: '';
    display: inline-block;
    /* height: 1.4rem; */
    width: 1rem;
    background-image: url('../images/bullet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 12px;
    /* content: url(../images/bullet.svg);
    width: 2px;
    height: 4px; */
    height: 2rem;
    position: absolute;
    left: -1.5rem;
}

.aksies .col-md-6 p:before {
    content: '';
    display: inline-block;
    width: 1rem;
    background-image: url('../images/bullet.svg');
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 12px;
    height: 2rem;
    position: absolute;
    left: 0rem;
}

.aksies p {
    margin-bottom: 30px;
}

.subtitle {
    margin-bottom: 100px;
}

.video-container {
    text-align: center;
    margin-bottom: 107px
}

.members h3 {
    margin-bottom: 18px;
}

.members .col-md-6 {
    margin-bottom: 30px;
}

.members .col-md-6 h3~span {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
}


/* ΤΕΣΤ ΔΙΑΜΕΣΟΛΑΒΗΣΗΣ */

.test_form {
    padding-top: 45px;
}

.test_form h2 {
    font-family: 'Century-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 21px;
    color: #1A8B8B;
}

.test_form p {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 19px;
    color: #42474C;
}


/* contact */

#map {
    width: 100%;
    height: 536px;
    margin-bottom: 30px;
}

#contact {
    padding-top: 20px;
}

#contact_in {
    margin-bottom: 40px;
}

#contact_text {
    letter-spacing: 0.2px;
    line-height: 25px;
}

#contact_text h3 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

#contact_form {
    /*margin:0 auto;
	max-width:720px;*/
}

.contact_item {
    /*border:1px solid #d5d5d6;
	 border-radius:7px; 
	padding-left:18px;
	padding-right:18px;
	margin-bottom:5px;*/
    padding-bottom: 20px;
}

#contact_form input[type="text"],
#contact_form_c input[type="text"] {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    height: 46px;
    line-height: 46px;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
    padding-top: 2px;
    padding-left: 10px;
    border: 1px solid #42474C;
}

.contact_item_reserve{
    width: 100%;
    border: none;
    /* height: 300px; */
    margin: 0;
    overflow: auto;
    resize: none;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
    padding-top: 10px;
    padding-left: 10px;
    /* margin-bottom: 12px; */
    border: 1px solid #42474C;
    margin-top: 10px;
    display:flex;

}

.contact_item_reserve p{
    margin-left:20px
}

#contact_form textarea,
#contact_form_c textarea {
    width: 100%;
    border: none;
    /*height: 300px;*/
    margin: 0;
    overflow: auto;
    resize: none;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
    padding-top: 10px;
    padding-left: 10px;
    /* margin-bottom: 12px; */
    border: 1px solid #42474C;
}

#contact_submit_btn,
#contact_submit_btn_c,
#contact_submit_btn_1,
#friend_submit_btn {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    /* margin-top: 10px; */
    margin: 0 auto;
    text-align: center;
    margin-bottom: 80px;
}

#contact_submit_btn a,
#contact_submit_btn_c a,
#contact_submit_btn_1 a,
#friend_submit_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Abrade-Medium', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0.16em;
    color: #ffffff;
    background: #1A8B8B;
    /* border-radius: 5px; */
    height: 64px;
    padding-right: 35px;
    padding-left: 35px;
    /* padding-top: 25px; */
    /* padding-bottom: 25px; */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-top:10px
}

.interest_subtitle h3 {
    font-family: 'Century-Regular';
    color: #000;
    font-size: 36px;
    margin-bottom: 43px;
}

#contact_submit_btn a:hover,
#contact_submit_btn_c a:hover,
#contact_submit_btn_1 a:hover,
#friend_submit_btn a:hover {
    background: #fff;
    color: #1A8B8B;
}

#contact_results {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}

.contact_right {
    color: #6CBD58;
}

.contact_wrong {
    color: #FF0000;
}

#contact_form .col-md-6,
#contact_form_c .col-md-6 {
    /*padding-left:5px;
    padding-right:0;*/
}

#contact_form .col-md-6:nth-of-type(1n) {
    padding-left: 0;
}

#contact_form .col-md-6:nth-of-type(2n) {
    padding-right: 0;
}

#contact_form .col-md-6:first-child,
#contact_form_c .col-md-6:first-child {
    /*padding-left:15px;*/
}

#contact_form .col-md-6:last-child,
#contact_form_c .col-md-6:last-child {
    /*padding-right:15px;*/
}

#contact_form .col-md-3,
#contact_form_c .col-md-3 {
    /*padding-right:5px;*/
}

#contact_form .col-md-9,
#contact_form_c .col-md-9 {
    /*padding-left:0;*/
}

#contact_form .col-md-12 .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}


/* news_list */

.news_list_item_text {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000;
}

.news_list_item h2 {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    letter-spacing: 0.1px;
    margin-bottom: 30px;
    text-align: center;
}

.news_list_item h2 a {
    color: #000000;
}

.news_list_item {
    /* width: 50%;
    float: left; */
    border: 10px #fff solid;
    /*background-color: #f1f1f1;*/
    margin-bottom: 100px;
    height: 540px;
}

.news_list_item img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}


/* .news_list_item:nth-of-type(odd) {
    padding-right: 100px;
}

.news_list_item:nth-of-type(even) {
    padding-left: 100px;
} */


/* blog_list */

hr.line {
    margin: 0;
    background: #d6d5d1;
    height: 1px;
    margin-bottom: 40px;
    margin-top: 40px;
    display: none;
}

.blog_list_item_text {
    font-weight: normal;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000;
}

.blog_list_item h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0px;
    margin-bottom: 30px;
    text-align: center;
}

.blog_list_item h2 a {
    color: #4d4d4d;
    width: 90%;
    display: inline-block;
}

.blog_list_item {
    width: 33%;
    float: left;
    /*background-color: #f1f1f1;*/
    margin-bottom: 86px;
    height: 409px;
}

.blog_list_item img {
    width: 90%;
}

.awards .padding_top_bottom {
    padding-top: 60px;
}


/* .blog_list_item:nth-of-type(odd) {
    padding-right: 100px;
}

.blog_list_item:nth-of-type(even) {
    padding-left: 100px;
} */

.blog_date {
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.1px;
    color: #a40b2a;
    margin-bottom: 15px;
    display: none;
}

.blog_date i {
    font-size: 16px;
}

.blog_list_more {
    /* float: right; */
    margin-top: 30px;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog_list_more a {
    display: block;
    background: #1A8B8B;
    font-family: 'Abrade-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 2.8px;
    color: #fff;
    padding: 0px 20px;
    line-height: 35px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.blog_list_more a:hover {
    background: #000;
    color: #ffffff;
}

.blog_list_info {
    margin-top: 20px;
    font-size: 13px;
    color: #a1a19c;
    letter-spacing: 0.4px;
    display: none;
}

.blog_list_info i {
    font-size: 15px;
    margin-right: 8px;
}

.blog_list_info span {
    margin-right: 20px;
}

.blog_list_info span:last-child {
    margin-right: 0;
}

.blog_list_info_bottom {
    margin-top: 10px;
}

.blog_search {
    position: relative;
    display: none;
}

.blog_search_left {
    display: table-cell;
    width: 100%;
    border-radius: 7.5px 0 0 7.5px;
    border: 1px solid #a40b2a;
    display: none;
}

.blog_search_left_in {
    padding-left: 10px;
    padding-right: 10px;
}

.blog_search_left input[type="text"] {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 300;
    color: #000;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.blog_search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    border-radius: 0 7.5px 7.5px 0;
    border: 1px solid #a40b2a;
    background: #a40b2a;
}

.blog_search_right button {
    border-radius: 0 7.5px 7.5px 0;
    background: #a40b2a;
    padding: 0;
    margin: 0;
    height: 35px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}

.blog_search_right i {
    display: inline-block;
    font-size: 17px;
    color: #fff;
}

.blog_filter_item {
    margin-bottom: 40px;
}

.blog_filter_item_title h3 {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d1d0;
}

.blog_f_item {
    border-bottom: 1px solid #d0d1d0;
}

.blog_f_item a {
    display: block;
    font-size: 15px;
    font-weight: 300;
    color: #666666;
    padding-top: 12px;
    padding-bottom: 12px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_f_item i {
    float: right;
    margin-top: 5px;
}

.blog_f_item a:hover {
    color: #a40b2a;
}

.blog_f_item.active a {
    color: #a40b2a;
}

.tags_area {
    margin-top: 10px;
}

.tag_item {
    float: left;
    margin-bottom: 6px;
    margin-right: 6px;
}

.tag_item a {
    display: block;
    border-radius: 5px;
    background: #7ab51d;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.tag_item a:hover {
    background: #8e938e;
}

.blog_post_item {
    border-bottom: 1px solid #d0d1d0;
}

.blog_post_item a {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blog_post_item_image {
    display: table-cell;
    vertical-align: top;
    padding-right: 12px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog_post_item_image_in {
    width: 80px;
    height: 80px;
    overflow: hidden;
}

.blog_post_item_image img {
    -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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.blog_post_item_text {
    display: table-cell;
    vertical-align: top;
}

.blog_post_item_text h4 {
    font-size: 10px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #4d4d4d;
    margin-bottom: 10px;
}

.blog_post_item_text h3 {
    font-size: 15px;
    font-weight: normal;
    color: #000000;
    -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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog_post_item a:hover h3 {
    color: #a40b2a;
}

.blog_post_item a:hover .blog_post_item_image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.pagination {
    display: table;
    margin: 0 auto;
}

ul.pag_list {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.pag_list.center {
    display: table;
    margin: 0 auto;
}

ul.pag_list.right {
    float: right;
}

ul.pag_list li.pag_link {
    float: left;
    margin-right: 8px;
}

ul.pag_list li.pag_link:last-child {
    margin-right: 0;
}

ul.pag_list li.pag_link.active a {
    background: #a40b2a;
    color: #fff;
}

ul.pag_list li.pag_link a {
    display: block;
    background: #ccc;
    border-radius: 4px;
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
    -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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

ul.pag_list li.pag_link:hover>a {
    background: #a40b2a;
    color: #fff;
}

ul.pag_list li.pag_link i {
    font-size: 18px;
    line-height: 35px;
}


/* blog */

#blog {
    /* margin-top: 25px; */
}

#blog h1 {
    font-size: 35px;
    color: #4d4d4d;
    margin-bottom: 19px;
    letter-spacing: -0.7px;
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    margin-top: 42px;
    margin-bottom: 42px;
}

#blog h2 {
    font-size: 20px;
    font-weight: normal;
    color: #4d4d4d;
    margin-bottom: 10px;
}

#blog_text {
    margin-bottom: 25px;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000;
}

.green_text,
.green_text a {
    color: #a40b2a;
}

#blog_image img {
    margin: 0 auto;
}

#blog_text img {
    margin-top: 63px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto !important;
}

#blog_share_out {
    display: flex;
    justify-content: center;
    align-items: center;
}

#blog_share {
    /* margin-top: 90px; */
    background-color: #3d4348;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 300px;
    margin-bottom: 50px;
}

.blog_share_title {
    float: left;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #fff;
    margin-right: 15px;
    padding-left: 3vw;
    font-family: 'Abrade-Medium', Arial, Helvetica, sans-serif;
}

.blog_share_item {
    float: left;
    margin-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.blog_share_item:last-of-type {
    padding-right: 56px;
}

.blog_share_item a {
    display: block;
    color: #ffffff;
    -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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.product_list_more {
    /* float: left; */
    margin-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}

.product_list_more a {
    display: block;
    background: #1A8B8B;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #ffffff;
    padding: 6px 15px 3px 20px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.product_banner_more {
    /* float: left; */
    margin-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}

.product_banner_more a {
    display: block;
    /* background: #96482B; */
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 3px;
    color: #1A8B8B;
    padding: 11px 13px 11px 13px;
    line-height: 1em;
    /* padding: 1px 9px 3px 12px; */
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border: 1px solid #1A8B8B;
}

.antikeimeno_more {
    /* float: left; */
    margin-top: 0px;
    display: inline-block;
    text-transform: uppercase;
}

.antikeimeno_more a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Abrade-Medium', Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 0.16em;
    color: #fff;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border: 1px solid #fff;
    height: 23px;
    padding-left: 8px;
    padding-right: 8px;
}

.blog_share_item i {
    font-size: 32px;
}

.f_color a:hover {
    color: #3b579d;
}

.t_color a:hover {
    color: #00aced;
}

.g_color a:hover {
    color: #dc4a36;
}

.in_color a:hover {
    color: #007bb6;
}

.en_color a:hover {
    /* color: #7ab51d; */
}

#blog_comments h2 {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: #a40b2a;
}

#blog_comments h2 i {
    margin-right: 20px;
}

#blog_comments_area {
    margin-top: 40px;
}

.comment_item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 40px;
}

.comment_item_image {
    position: absolute;
    width: 101px;
    z-index: 2;
    top: 50%;
    margin-top: -50px;
    left: 0;
}

.comment_item_image img {
    border-radius: 6px;
}

.comment_item_text {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    border: 1px solid #d6d5d1;
    padding: 20px;
    padding-left: 80px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #4d4d4d;
    min-height: 121px;
}

.comment_item_title {
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #4d4d4d;
}

.comment_item_title h3 {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #000000;
}

#comments_form_out {
    margin-bottom: 40px;
}

#comments_form {
    margin-top: 20px;
}

#comments_form .contact_item {
    margin-bottom: 12px;
}

#comments_form input[type="text"] {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    background: none;
    height: 42px;
    line-height: 42px;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #000000;
}

#comments_form textarea {
    width: 100%;
    border: none;
    background: none;
    height: 150px;
    margin: 0;
    overflow: auto;
    resize: none;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #000000;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

#comment_submit_btn {
    float: right;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    background: #a40b2a;
    border-radius: 6px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#comment_submit_btn input[type="submit"] {
    border: none;
    background: url(../images/design/arrow_button.png) center right no-repeat;
    padding-right: 20px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
}

#comment_submit_btn:hover {
    background: #000;
}

.captcha_img {
    margin-bottom: 12px;
    text-align: right;
}

#send_friend {
    padding: 5px;
}

#send_friend #contact_form {
    margin-top: 20px;
}

#send_friend input[type="text"],
#send_friend textarea {
    color: #34332d;
}

#send_friend textarea {
    height: 200px;
}

#friend_results {
    font-size: 15px;
    margin-top: 10px;
}


/* register */

#register {
    padding-top: 20px;
}

#register_text {
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.win_row {
    margin-left: -5px;
    margin-right: -5px;
}

.win_col {
    padding-left: 5px;
    padding-right: 5px;
}

.window {
    background: #FFF;
    position: absolute;
    z-index: 100;
    height: 200px;
    border: 1px #666 solid;
}

.register_fields {
    display: table;
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: #F5F5F5;
    padding: 30px;
}

.form_save {
    display: table;
    margin: 0 auto;
    margin-top: 15px;
    background: #a40b2a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
    padding-top: 8px;
    padding-bottom: 8px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 25px;
    -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;
}

.form_save:hover {
    background: #000;
}

.required_field_txt {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
}

#div_active_newsletter .form_item .form_item_checkbox {
    float: right;
}

.register_tabs_top .nav-tabs {
    border: none;
    display: flex;
    background: #f5f5f5;
    /*justify-content: flex-start | flex-end | center | space-between | space-around;*/
}

.register_tabs_top .nav-tabs>li {
    display: inline-block;
    flex-grow: 1;
    position: relative;
    border: 0;
    margin: 0;
}

.register_tabs_top .nav-tabs>li>a {
    display: block;
    margin: 0;
    border: none;
    text-align: center;
    line-height: normal;
    border-radius: 0;
    font-size: 16px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #1a171b;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    /*border-bottom:2px solid rgba(255, 255, 255, 0);*/
    -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;
}

.register_tabs_top .nav-tabs>li>a:hover,
.register_tabs_top .nav-tabs>li>a:focus {
    background: #a40b2a;
    color: #fff;
    border: none;
    /*border-bottom:2px solid #a40b2a;*/
}

.register_tabs_top .nav-tabs>li.active>a,
.register_tabs_top .nav-tabs>li.active>a:hover,
.register_tabs_top .nav-tabs>li.active>a:focus {
    background: #a40b2a;
    color: #fff;
    border: none;
    /*border-bottom:2px solid #a40b2a;*/
}

.register_tabs_top .nav-tabs>li.active>a:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #a40b2a;
    border-width: 7px;
}


/*.register_tabs_top .nav-tabs > li:last-child > a, 
.register_tabs_top .nav-tabs > li.active:last-child > a
{
	border-right:none;	
}*/

.register_tabs_top .nav-tabs>li span {
    margin-right: 15px;
}

.register_tabs_bottom_in {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*.register_tabs_bottom
{
	font-family:'pf_highway_sans_prothin',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:25px;
	color: #333333;
}

.pay_area_bottom h3
{
	font-family:'pf_highway_gothic_complight',Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:0.4px;
	font-weight:normal;
	color: #001744;
	cursor:pointer;
	margin-bottom:5px;
}

.pay_area_bottom_in
{
	padding-top:30px;
	padding-bottom:30px;
}*/

.announce_register {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.announcewrong {
    background: #fbe1e3;
    color: #e73d4a;
    font-size: 14px;
    padding: 3px;
    margin-bottom: 3px;
}

.announceright {
    background: #abe7ed;
    color: #27a4b0;
    font-size: 14px;
    padding: 3px;
    margin-bottom: 3px;
}

.announcemiddle {
    background: #fbddad;
    color: #fd9b01;
    font-size: 14px;
    padding: 3px;
    margin-bottom: 3px;
}

.announcewrong a {
    color: #fff;
}

.announcewrong_message_title {
    position: relative;
    z-index: 2;
    display: table;
    margin: 0 auto;
    background: #a40b2a;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}

.announcewrong_message_title.green {
    background: #5eaf67;
}

.announcewrong_message_title .green {
    background: url(../images/design/complete_arrow.png) left center no-repeat #5eaf67;
    color: #fff;
    padding-left: 50px;
}

.announcewrong_message_text {
    position: relative;
    z-index: 1;
    background: #f2f2f2;
    color: #000;
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 52px;
    letter-spacing: 0.7px;
    padding-bottom: 30px;
    text-align: center;
    margin-top: -22px;
}

.announcewrong_message_text a {
    font-weight: 700;
    color: #333333;
}


/* login */

#login_click {
    cursor: pointer;
}

.login_wrapper_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.login_popup {
    display: none;
    position: fixed;
    z-index: 3000;
    width: 360px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.login_popup_area_in {
    padding: 20px;
}

#login_close {
    position: absolute;
    top: 8px;
    right: 8px;
    background: url(../images/design/close.png) top left no-repeat;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

.login_popup_title {
    margin-bottom: 15px;
}

.login_popup_title h3 {
    color: #1a171b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
}

.login_popup_register {
    background: #adadad;
    padding: 5px 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
}

.login_popup_register a {
    text-decoration: underline;
    color: #fff;
}

.login_input_item {
    position: relative;
    border: 1px solid #ccc;
    padding: 3px;
    margin-bottom: 10px;
}

.login_input_item:last-child {
    margin-bottom: 0;
}


/*.login_input_item input
{
	width:100%;
	padding:0;
	border:none;
	background:none;
	/*height:30px;
	line-height:30px;*/


/*font-size:14px;
	font-weight:normal;
	letter-spacing:0.4px;
	color:#1a171b;
	/*padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	line-height:1.2em;
	padding-bottom:5px;*/


/*height: auto;
    line-height: 1.2em;
    outline: 0 none;
    padding: 1.5em 1em 0.5em;
    width: 100%;
}*/


/*.login_input_item.active,
.login_input_item.active.filled
{
	border:1px solid #1a171b;
	
}

.login_input_item.active label,
.login_input_item.active.filled label
{
	color: #0d1010;
    font-size: 13px;
    top: 0px;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}*/

.login_btn_area {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
}

.login_btn {
    /* border-radius:3px; */
    background: #1a171b;
    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;
}

.login_btn input[type="submit"] {
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    background: none;
    color: #fff;
    letter-spacing: 1.6px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 30px;
}

.login_btn:hover {
    background: #a40b2a;
}

.lost_pass_area {
    margin-top: 5px;
    text-align: center;
}

.lost_pass {
    display: table;
    margin: 0 auto;
}

.lost_pass a {
    cursor: pointer;
    color: #666;
    font-size: 12px;
    white-space: nowrap;
}

.lost_pass_area a:hover {
    text-decoration: underline;
}

.login_popup_area .div_or {
    border-top: 1px solid #ebebed;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.login_popup_area .div_or span {
    background: #fff;
    font-size: 16px;
    font-style: italic;
    color: #adadad;
    dist-splay: block;
    position: absolute;
    left: 50%;
    top: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.login_popup_other {
    display: flex;
}

.social_login {
    display: inline-block;
    flex-grow: 1;
    border-radius: 3px;
    background: #000;
    text-align: center;
    -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;
}

.social_login a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    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 a i {
    font-size: 18px;
    line-height: normal;
    margin-right: 5px;
}

.social_login:first-child {
    margin-left: 0;
}

.social_login.f_btn_l {
    border: 1px solid #3B5998;
    background: #3B5998;
}

.social_login.f_btn_l:hover {
    background: none;
}

.social_login.f_btn_l:hover a {
    color: #3B5998;
}

.social_login.g_btn_l {
    border: 1px solid #db4437;
    background: #db4437;
}

.social_login.g_btn_l:hover {
    background: none;
}

.social_login.g_btn_l:hover a {
    color: #db4437;
}

.login_user_btn {
    margin-bottom: 10px;
    cursor: pointer;
}

.login_user_btn:last-child {
    margin-bottom: 0;
}

.login_user_btn a,
.current-points,
.current-e-wallet {
    color: #a9a9a9;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login_user_btn .log_user_icon {
    margin-right: 20px;
    font-size: 25px;
}

.login_user_btn .log_user_title {
    vertical-align: 4px;
}

.login_user_btn a:hover {
    color: #1a171b;
}

.login_results .announcewrong,
.login_results .announceright,
.login_results .announcemiddle {
    font-size: 12px;
    padding: 3px;
    margin-top: 0;
    margin-top: 3px;
    text-align: center;
}

.login_results .announcewrong {
    background: #fbe1e3;
    color: #e73d4a;
}

.login_results .announceright {
    background: #abe7ed;
    color: #27a4b0;
}

.login_results .announcemiddle {
    background: #fbddad;
    color: #fd9b01;
}


/* login */

.favorite_delete_btn {
    position: absolute;
    top: -13px;
    right: -10px;
    cursor: pointer;
    z-index: 2;
}

#back_to_top {
    color: #FFF;
    height: auto;
    margin: 0;
    position: fixed;
    right: -70px;
    top: 85%;
    -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;
    z-index: 10000;
}

#back_to_top span {
    background: #666;
    border-radius: 40px;
    color: #fff;
    width: 45px;
    height: 45px;
    text-align: center;
    text-decoration: none;
    -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;
}

#back_to_top span i {
    color: #FFF;
    font-size: 35px;
    font-weight: bold;
    line-height: 41px;
}

#back_to_top:hover span {
    background: #1a1a1a;
}

#back_to_top.on {
    opacity: 1;
    right: 40px;
}

#back_to_top.off {
    opacity: 0;
    right: -70px;
}


/* */

.filter_area_categories {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.filter_categories_item {}

.filter_categories_item:last-child {
    margin-bottom: 0;
}


/*
.filter_area_item_title 
{
	position:relative;
	
	margin-bottom:15px;
}

.filter_area_item_title:after 
{
	top: 100%;
	left: 17px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #93bd2b;
	border-width: 7px;
	margin-left: -7px;
}
*/

.filter_categories_item_title {
    position: relative;
    /* border-radius:8px; */
    background: #fff;
    /* background: #e5f4fb;
	background: -moz-linear-gradient(left,  #e5f4fb 13%, #ffffff 30%); 
	background: -webkit-linear-gradient(left,  #e5f4fb 13%,#ffffff 30%);
	background: linear-gradient(to right,  #e5f4fb 13%,#ffffff 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4fb', endColorstr='#ffffff',GradientType=1 );  */
    margin-bottom: 2px;
}

.filter_categories_item:last-child .filter_categories_item_title {
    margin-bottom: 0;
}

.filter_categories_item_title a {
    display: block;
    font-weight: 900;
    font-size: 12px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    padding-left: 7px;
    padding-right: 7px;
}

.filter_cat_t {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.filter_cat_arrow {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.filter_cat_arrow_in {
    background: url(../images/design/slide_filter.png) top left no-repeat;
    width: 13px;
    height: 10px;
}

.filter_categories_item_title:hover .filter_cat_icon_in {
    background-position: bottom left !important;
}

.filter_categories_item_title:hover .filter_cat_arrow_in {
    background-position: bottom left;
}

.filter_categories_item.active .filter_categories_item_title .filter_cat_arrow_in {
    background-position: top left;
}


/*.sub_filter_categories_item
{
	border-bottom:1px solid #d5d5d6;
}

.sub_filter_categories_item:last-child
{
	border-bottom:none;	
}*/

.sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.5px;
    /*padding-left:5px;
	padding-right:5px;*/
    margin-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.sub_filter_categories_item_title:hover a {
    /* color:#fff;
	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:#fff;
	background:url(../images/design/f_arrow.png) left center no-repeat; */
    padding-left: 10px;
}

.sub_filter_categories_item.active .sub_filter_cat_arrow_in {
    background-position: bottom left !important;
}

.sub_filter_cat_t {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.sub_filter_cat_arrow {
    display: table-cell;
    vertical-align: middle;
    padding-left: 5px;
}

.sub_filter_cat_arrow_in {
    background: url(../images/design/filter_arrow2.png) top left no-repeat;
    width: 10px;
    height: 10px;
}

.filter_categories_item_data {
    position: relative;
    z-index: 1;
}

.sub_filter_categories_item_data {}

.filter_categories_item_data.off,
.sub_filter_categories_item_data.off,
.sub_sub_filter_categories_item_data.off {
    display: none;
}

.filter_categories_item_data.on,
.sub_filter_categories_item_data.on,
.sub_sub_filter_categories_item_data.on {
    display: block;
}

.sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
}

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

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

.sub_sub_sub_filter_categories_item_title a {
    display: block;
    font-size: 13px;
    font-weight: normal;
    color: #4d4d4d;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 25px;
    padding-right: 20px;
}

.sub_sub_sub_filter_categories_item_title:hover a {
    color: #ee7f00;
}

.sub_sub_sub_filter_categories_item_title.active a {
    color: #ee7f00;
}


/* */

.search_mobile_btn,
.login_click_r {
    cursor: pointer;
}

.search_area {
    width: 100%;
    position: relative;
    z-index: 23;
    top: 0;
    left: 0;
    display: none;
}

.search_area_in_r {
    background: #eaeaea;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.search_area i {
    float: left;
    margin-right: 5px;
    font-size: 15px;
    /* font-weight:normal; */
    color: #000;
    line-height: 36px;
}

.search_area_input {
    float: left;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    height: 36px;
}

.search_area_input input[type="text"] {
    background: none;
    width: 100%;
    height: 36px;
    line-height: 36px;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1px;
}

.search_area_buttons {
    position: absolute;
    right: 0;
}

.search_area_submit {
    float: left;
    margin-right: 5px;
}

.search_area_submit button {
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    cursor: pointer;
}

.close_search_area {
    float: left;
    cursor: pointer;
}

#search_hover_in {
    padding-top: 4px;
}

#search_hover_r {
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    border: 1px solid #dbcbba;
    border-top: 0;
    background: #fff;
}

#search_hover_r .search_hover_item:last-child a:hover {
    border-radius: 0;
}

.f_title {
    font-weight: 700;
    font-size: 13px;
    color: #4d4d4d;
    letter-spacing: 0.2px;
    line-height: 45px;
}

.product_feautures_item {
    margin-bottom: 15px;
    margin-top: 40px;
}

.product_feautures_item:last-child {
    margin-bottom: 0;
}

.product_feautures_item:first-child {
    margin-top: 0;
}

.select_box_idiotita {
    position: relative;
    height: 45px;
    background: #fff;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.search_select_idiotita {
    background: url(../images/design/select_arrow_id.png) center right no-repeat;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 18px;
}

.search_select_in_idiotita {
    height: 45x;
    line-height: 45px;
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
}

.select_options_idiotita {
    display: none;
    position: absolute;
    z-index: 102;
    background: #fff;
    width: 100%;
    max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    border-top: 0;
    background: #fff;
    border-radius: 7px;
}

.option_item_idiotita {
    display: block;
    background: #fff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0.6px;
    border-bottom: 1px solid #d4d4d5;
    cursor: pointer;
}

.option_item_idiotita:last-child {
    border-bottom: 0;
}

.option_item_idiotita.option_item_default {
    color: #4d4d4d;
}

.option_item_idiotita.disactive {
    color: #e42842;
}

.idiotites_radio_button {
    margin-bottom: 5px;
}

.idiotites_radio_button label {
    font-weight: normal;
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
    font-weight: normal;
    margin: 0;
}

.idiotites_radio_button label {
    display: inline-block;
}

.idiotites_radio_button input[type="radio"]+label span {
    float: left;
    background: url(../images/design/checkbox.png) top left no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 18px;
    margin: 0;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 1px;
}

.test_form input[type="checkbox"]+label span {
    float: left;
    background: url(../images/design/checkbox_oroi.png) top left no-repeat;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    margin-top: 9px;
    margin-right: 15px;
}

.test_apotelesmata h3 {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    color: white;
    text-align: center;
}

.test_apotelesmata {
    background: #1A8B8B;
}

.test_form .col-md-9 {
    display: inline-flex;
}

.test-descr p {
    line-height: 1.375em;
    text-align: center;
    color: #fff;
    max-width: 39.563em;
    margin-left: auto;
    margin-right: auto;
}

.test_form h2 {
    margin-right: 10px;
}

.test-descr h3:after {
    border-bottom: 3px solid #fff;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}

.idiotites_radio_button input[type="radio"] {
    display: none;
}

.idiotites_radio_button input[type="radio"]:checked+label span {
    background-position: bottom left;
}

#faqs,
#faq {
    padding-bottom: 30px;
}

.faqs_item {
    cursor: pointer;
}

.faqs_item:nth-child(2n) .faqs_item_in {
    background: #efecec;
}

.faqs_item_in {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.faqs_item h2 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1px;
    color: #000;
}

.faqs_item h2 span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    margin-right: 8px;
}

.faqs_item:hover .faqs_item_in {
    background: #ee7f00;
}

.faqs_item:hover h2,
.faqs_item:hover h2 span {
    color: #fff;
}

.faqs_item_bottom {
    padding: 15px;
    padding-top: 5px;
    display: none;
    font-size: 15px;
    line-height: 23px;
}

.cookies_alert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #efefef;
    padding: 5px 15px;
    font-size: 12px;
    color: #333;
    text-align: center;
}

.cookies_alert_in {
    padding-right: 30px;
}

.cookies_alert a {
    text-decoration: underline;
}

.cookies_close {
    background-color: #ee7f00;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
}

.address_bar {
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ececec;
    text-align: center;
    font-weight: normal;
    font-size: 13px;
    color: #000000;
}

.info_bar {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #d2dbdf;
}

.footer-text,
#bottom_out,
.bottom_item {
    color: #42474C;
    font-size: 18px;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    margin-left: 69px;
}

.bottom_item,
#bottom_out {
    margin-left: 0;
}

.cards {
    /*margin-top:22px;*/
}

.cards table td,
.cards_mobile table td {
    padding-right: 15px;
}

.cards table td:last-child,
.cards_mobile table td:last-child {
    padding-right: 0;
}

#footer {
    color: #92969a;
    background: #3d4348;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    font-weight: normal;
}

#footer_left {
    /* float:left; */
    text-align: center;
    margin: 0 auto;
}

#footer_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

#footer a {
    color: #92969a;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

#footer a:hover,
.bottom_item ul li a:hover {
    color: #ffffff !important;
}

.landing-page~#footer a {
    color: white;
    font-size: 12px;
    letter-spacing: 0.05em;
}


/* .landing-page-bottom #developed-by-fedenet {
    order: 3;
}

.landing-page-bottom #footer-cols-social-landing {
    order: 2;
}

*/

.landing-page~#footer {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 100%;
    border: none !important;
    background: none;
    color: white;
}

#developed-by-fedenet a {
    color: #fff;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
}


/* .landing-page-bottom .fab,
.landing-page-bottom .far {
    color: #fff !important;
    border: 1px solid #fff !important;
    padding: 8px;
    font-size: 16px;
} */

.landing-page .owl-carousel .owl-item img {
    height: 100vh;
    object-fit: cover;
    filter: brightness(40%);
}

.category_item {
    position: relative;
    margin-bottom: 30px;
}

.category_item a {
    display: block;
}

.category_item_title {
    margin-top: 20px;
    height: 40px;
}

.category_item_title h3 {
    font-weight: normal;
    font-size: 15px;
    color: #3e3d40;
    text-align: center;
    text-transform: uppercase;
}

.list_basket_area {
    padding-right: 15px;
    margin-bottom: 25px;
}

.list_basket_area_in {
    background: #93bd2b;
    border-radius: 5px;
    padding: 10px;
}

.list_basket_title {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background: url(../images/design/list_b_icon.png) right center no-repeat;
    padding-right: 20px;
    margin-bottom: 15px;
}

.list_basket_data {
    border-radius: 4px;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
}

.list_basket_item {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #333333;
    margin-bottom: 5px;
}

.list_basket_item:last-child {
    margin-bottom: 0;
}

.list_basket_item span.right {
    float: right;
}

.list_basket_item span {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
}

.send_txt {
    display: table;
    margin: 0 auto;
    margin-top: 8px;
}

.buy_btn {
    display: table;
    margin: 0 auto;
    margin-top: -12px;
    border-radius: 3px;
    background: #e20054;
}

.buy_btn a {
    display: block;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.4px;
    color: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.send_txt a {
    background: url(../images/design/send_icon.png) left center no-repeat;
    padding-left: 40px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.4px;
}


/* popup_login */

#popup_login {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    top: 0;
    left: 0;
    position: absolute;
    width: 290px;
    background: #fff;
    z-index: 1002;
    -moz-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.6);
}

#popup_login_in {
    padding: 20px;
}

.popup_login_bottom {
    border-top: 1px solid #d1d2d4;
    padding-top: 20px;
    margin-top: 20px;
}

#popup_login h2 {
    color: #000;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    text-align: center;
}

#popup_login h3 {
    color: #00569a;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}

.popup_input {
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #d1d2d4;
}

.popup_input input[type="text"] {
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

#popup_login_submit_btn {
    margin-top: 10px;
    background: #000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#popup_login .formobjects select {
    width: 100%;
}

#popup_login .formobjects .style_select:after {
    height: 36px;
    margin-top: -37px;
    margin-right: 4px;
}

#popup_login .login_register_btn {
    width: 100%;
}

#popup_login_close {
    position: absolute;
    top: 5px;
    right: 4px;
    background: url(../images/design/close.png) top left no-repeat;
    width: 14px;
    height: 13px;
    cursor: pointer;
}

#div_login_region_kind {
    display: none;
}

.ins_feed {
    position: relative;
}

.ins_feed_out {
    background: #fff;
    padding-top: 25px;
}

.ins_feed_title {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 50%;
    margin-left: -95px;
}

.ins_feed_title_in {
    display: table;
    margin: 0 auto;
}

.ins_feed_img {
    width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    color: #fff;
    font-size: 28px;
    opacity: 0.8;
}

.ins_feed_img i {
    margin-right: 10px;
}

.ins_feed_t {
    margin-top: 3px;
    font-size: 21px;
    font-weight: 300;
    color: #4d4d4d;
    letter-spacing: 0.8px;
    text-align: center;
}

#form_popup_out_in #contact_form {
    margin: 0;
    max-width: none;
}

#form_popup_out_in .container {
    width: auto;
}

#form_popup_out_in #contact_form .col-md-6,
#form_popup_out_in #contact_form .col-md-3,
#form_popup_out_in #contact_form .col-md-9 {
    float: left;
}

#form_popup_out_in #contact_form .col-md-6 {
    width: 50%;
}

#form_popup_out_in #contact_form .col-md-3 {
    width: 25%;
}

#form_popup_out_in #contact_form .col-md-9 {
    width: 75%;
}

.cards_mobile {
    display: none;
}

.info_links_item {
    background: #fff;
    padding: 15px;
    padding-bottom: 25px;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.info_links_item a {
    display: block;
}

.info_links_image {
    position: relative;
    z-index: 1;
}

.info_links_title {
    position: relative;
    z-index: 2;
    margin-top: -20px;
}

.info_links_title_icon {
    display: table;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.info_links_title_s {
    position: relative;
    z-index: 1;
    margin-top: -8px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.2px;
    color: #fff;
    line-height: 20px;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.info_links_title_s span {
    font-size: 21px;
}

.info_links_title.blue .info_links_title_s {
    background: #00acd8;
}

.info_links_title.red .info_links_title_s {
    background: #000;
}

.info_links_title.dark_blue .info_links_title_s {
    background: #a40b2a;
}

.banner_out.no_margin_bottom {
    margin-bottom: 0;
}

.history .col-md-6.col_grid_no {
    height: 760px;
}

.nomos p {
    text-align: center;
    font-size: 23px;
}

.nomos .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.our-goal {
    background: url("../images/goal-background.jpg") center no-repeat;
    height: 232px;
    background-size: contain;
}

span.our-goal-white {
    display: block;
    font-size: 32px;
    color: #ffffff;
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    padding-top: 52px;
    text-align: center;
}

span.our-goal-black {
    display: block;
    font-size: 21px;
    color: #1a171b;
    font-family: 'Abrade-Regular', Verdana, Arial, Helvetica, sans-serif;
    padding-top: 13px;
    text-align: center;
}

.banner_out h4.album_title {
    margin-top: 34px;
    margin-bottom: 96px;
    text-align: left;
    font-size: 10px;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
}

.banner_out p {
    margin-bottom: 45px;
    line-height: 31px;
}

.blue_bar {
    position: relative;
    z-index: 3;
    /*	margin-top:-34px;*/
}

.blue_bar_bottom {
    /*background:#006faa;*/
    padding-top: 15px;
    padding-bottom: 15px;
}

.blue_bar_top {
    height: 15px;
    background: url(../images/design/blue_arrow.png) top left repeat-x;
}

.blue_bar .col-full-height {
    vertical-align: middle;
}

.blue_bar .col-xs-height {
    border-left: 1px solid #fff;
}

.blue_bar .col-xs-height:first-child {
    border-left: none;
}

.blue_item {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blue_item span {
    font-size: 28px;
}

.blue_item.bus {
    background: url(../images/design/bus_big.png) left center no-repeat;
    padding-left: 60px;
}

.blue_item.hour {
    display: table;
    margin: 0 auto;
    background: url(../images/design/hour_big.png) left center no-repeat;
    padding-left: 55px;
}

.blue_item.phone {
    background: url(../images/design/phone_big.png) left center no-repeat;
    padding-left: 55px;
}

.basket_data_area_out {
    padding: 15px;
}


/*.basket_data_area_out_in
{
	position:relative;	
}

.basket_data_scroll
{
	position:absolute;
	width:100%;
}*/

.basket_data_area_out.fixed {
    position: fixed;
    top: 0;
    right: 0;
    width: 304px;
    z-index: 1000;
}

.basket_data_area_title {
    position: relative;
    padding-bottom: 10px;
    padding-left: 5px;
}

.basket_data_area_title h3 {
    padding-left: 40px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    background: url(../images/design/basket_img.png) left center no-repeat;
}

.basket_data_area_title:after {
    top: 100%;
    left: 20px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #000;
    border-width: 10px;
    margin-left: -10px;
}

.basket_data_area {
    background: #fff;
}

.baskek_data_area_top {
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-top: 15px;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.basket_data_btn {
    background: #000;
    border-radius: 14px;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}

.basket_data_btn a {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: #fff;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.basket_data_results {
    font-size: 14px;
    font-weight: normal;
    color: #000;
    padding-bottom: 15px;
    line-height: 24px;
}

.basket_data_results span.right {
    float: right;
}

.s_total {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 24px;
    color: #000;
}

.basket_data_area_bottom {
    padding-left: 10px;
    padding-right: 10px;
    overflow: auto;
    max-height: 400px;
}

.b_item_data {
    position: relative;
    padding-top: 7px;
    padding-bottom: 7px;
    background: url(../images/design/dot.png) bottom left repeat-x;
}

.b_item_data:last-child {
    background: none;
}

.b_item_data_image {
    display: table-cell;
    vertical-align: middle;
}

.b_item_data_image_in {
    width: 60px;
    text-align: center;
}

.b_item_data_title {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 10px;
}

.b_item_data_title h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.b_item_data_title h4 {
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
}

.b_item_delete {
    position: absolute;
    top: 5;
    right: 0;
    cursor: pointer;
    z-index: 2;
}

.b_item_data_prices {
    position: relative;
    z-index: 1;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #a40b2a;
    margin-top: 5px;
}

.b_item_data_prices .products_price_old {
    font-size: 18px;
}

.lists_item_area:first-child {
    margin-bottom: 15px;
}

.lists_item_area h3 {
    color: #a40b2a;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

.lists_input_item {
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #808080;
    border-radius: 15px;
}

.lists_input_item input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    border: 0;
    background: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    font-weight: normal;
    color: #4d4d4d;
}

.lists_input_button {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 8px;
    background: #00B2E2;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #fff;
    cursor: pointer;
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.lists_select_item .style_select {
    position: relative;
    width: 100%;
    border-radius: 5px;
}

.lists_select_item select {
    width: 100%;
    outline: none;
    border: none;
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    border: 1px solid #a40b2a;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    background: #a40b2a;
}

.lists_select_item select:not([multiple]) {
    line-height: 42px;
    height: 42px !important;
}

.lists_select_item .style_select:after {
    content: '';
    width: 40px;
    height: 40px;
    float: right;
    clear: both;
    border-radius: 15px;
    display: inline-block;
    margin-top: -41px;
    margin-right: 1px;
    position: relative;
    background: url(../images/design/select_arrow_form2.png) no-repeat right center #a40b2a;
    pointer-events: none;
}

.lists_select_item select option {
    background: #fff;
    padding: 5px;
    padding-bottom: 5px;
    color: #a40b2a;
}

.dot_blue {
    background: url(../images/design/dot_blue.png) top left repeat-x;
    height: 1px;
    margin-top: 25px;
    padding-bottom: 25px;
}

.list_results {
    margin-top: 10px;
}

.user_list_item {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #00B2E2;
}

.user_list_item:hover .user_list_area a {
    color: #00B2E2;
}

.user_list_button_item {
    float: left;
}

.user_list_button_item {
    cursor: pointer;
}

.user_list_button_item:first-child {
    margin-right: 10px;
}

.user_list_button {
    float: right;
    color: #00B2E2;
}

.user_list_button_item.red {
    color: #E2152D;
}

.caption_edit {
    padding: 3px;
}

.caption_edit.active {
    border: 1px solid #64aad6;
}

.caption_edit_txt.active {
    display: block;
}

.caption_edit_txt {
    display: none;
    color: #808080;
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    letter-spacing: 0.2px;
    margin-top: 5px;
}

#send_all_basket {
    display: table;
    margin: 0 auto;
    background: #000;
    border-radius: 20px;
    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;
}

#send_all_basket a {
    display: block;
    background: url(../images/design/basket_icon_w.png) right center no-repeat;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    padding-right: 45px;
    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;
}

#send_all_basket:hover {
    background: #a40b2a;
}

#send_all_results {
    margin-top: 20px;
}

#show_basket {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: #a40b2a;
    border-radius: 20px;
    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;
}

#show_basket a {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #fff;
    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;
}

#show_basket:hover {
    background: #000;
}

.list_delete_btn {
    position: absolute;
    top: -13px;
    right: -10px;
    cursor: pointer;
    z-index: 2;
}

.product_image_out_r {
    display: none;
    margin-bottom: 20px;
}

.product_image_out_r_in {
    max-width: 500px;
    margin: 0 auto;
}

.product_image_out_r .owl_item_big {
    display: table;
    margin: 0 auto;
}

.owl_product_r .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.owl_product_r .owl-dots .owl-dot {
    display: inline-block;
}

.owl_product_r .owl-dots .owl-dot span {
    background: #a40b2a;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.owl_product_r .owl-controls {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.owl_product_r .owl-dots .owl-dot.active span {
    background: #a40b2a;
    opacity: 1;
}

.change_area .product_image_out_r .item img {
    cursor: default;
}

.perioxes_item {
    margin-bottom: 4px;
}

.perioxes_item .row {
    margin-left: -5px;
    margin-right: -5px;
}

.per_item {
    padding: 5px;
    color: #fff;
}

.per_item_l {
    padding-left: 5px;
    padding-right: 5px;
    border-right: 2px solid #fff;
}

.per_item_r {
    padding-left: 5px;
    padding-right: 5px;
    border-left: 2px solid #fff;
}

.perioxes_item .col-full-height {
    vertical-align: middle;
}

.basket_bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #000;
    z-index: 10004;
}

.basket_bar_in {
    display: table;
    margin: 0 auto;
}

.basket_bar_btn {
    float: left;
    margin-left: 20px;
    min-width: 200px;
    cursor: pointer;
}

.basket_bar_btn:first-child {
    float: left;
    margin-left: 0;
}

.basket_bar_btn a {
    display: block;
    background: #fff;
    border: 1px solid #000;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #000;
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.basket_bar_btn a:hover {
    border: 1px solid #fff;
    background: #000;
    color: #fff;
}

#contact_form_c {
    margin: 0 auto;
    margin-top: 20px;
    max-width: 900px;
}

#search_hover {
    display: none;
    position: absolute;
    z-index: 1000;
    /*width:368px;*/
    /* width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px); */
    width: 100%;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    /* margin-top:-18px; */
    padding-top: 18px;
}

#search_hover_in {
    padding-top: 4px;
}

.search_hover_item a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 1px solid #ccc;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    color: #505050;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.8px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.search_hover_item a span {
    font-family: "PFTransport-Bold", Arial, Helvetica, sans-serif;
}

.search_hover_item_img {
    display: table-cell;
    width: 60px;
    padding-right: 15px;
}

.search_hover_item_img_in {
    width: 60px;
    text-align: center;
}


/*.search_hover_item_img img
{
	width:60px;
}*/

.search_hover_item_txt {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}

.search_hover_item:last-child a {
    border-bottom: 0;
}

.search_hover_item a:hover {
    background: #9e9e9e;
    color: #fff;
}

.search_hover_item:last-child a:hover {
    border-radius: 0;
}

#map_order {
    width: 100%;
    height: 600px;
}

.search_track_out {}

.search_track_area {
    position: relative;
    width: 100%;
    border: 1px solid #56b8de;
    border-radius: 20px;
    z-index: 16;
}

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

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

.search_track_area_left_in {
    padding-left: 20px;
    padding-right: 20px;
}

.search_track_area_left input[type="text"] {
    background: none;
    border: none;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #56b8de;
    height: 45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
}

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

.search_track_area_right button {
    background: url(../images/design/search.png) center center no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    height: 45px;
    padding-left: 30px;
    padding-right: 30px;
}

.track_message {
    margin-bottom: 25px;
}

.bank_btn_win {
    border: none;
    background: url(../admin/images/banks/bank_btn_win.png) top left no-repeat;
    width: 474px;
    height: 81px;
    cursor: pointer;
}

.clear {
    clear: both;
}


/*Σύστημα διαχειριστή*/

#top_out2 {
    position: relative;
    z-index: 1;
    background: #353535;
    padding-left: 25px;
}

.top_item2 {
    float: left;
    margin-right: 20px;
    position: relative;
}

.top_item2 .header_item_in_in {
    height: auto;
}

.top_item2 .b_circle {
    top: -3px;
    right: -17px;
}

.top_item2:last-child {
    margin-right: 0;
}

.top_item2 a {
    display: block;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #b3b3b3;
    padding-top: 8px;
    padding-bottom: 8px;
}

#customer_search {
    padding-top: 20px;
    padding-bottom: 20px;
}

.customer_search_table {
    border-top: 1px #CCCCCC solid;
    border-left: 1px #CCC solid;
    margin-bottom: 20px;
}

.customer_search_table_header {
    font-weight: bold;
}

.customer_search_table td {
    padding: 3px;
    border-bottom: 1px #CCCCCC solid;
    border-right: 1px #CCC solid;
    text-align: center;
}

.in_search_left {
    display: table-cell;
    width: 100%;
    border-top: 1px solid #c6c5c6;
    border-bottom: 1px solid #c6c5c6;
}

.in_search_left_in {
    padding-left: 10px;
    padding-right: 10px;
}

.in_search_left input[type="text"] {
    background: none;
    border: none;
    font-family: 'pf_transportmedium', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #b0b2b3;
    letter-spacing: 2.2px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.in_search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    border-top: 1px solid #c6c5c6;
    border-bottom: 1px solid #c6c5c6;
    border-left: 0;
}

.in_search_right button {
    background: url(../images/design/search_icon_black.png) center center no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Σύστημα διαχείρισης END */

.counter_area_out {
    background: #ea2030;
    padding-top: 5px;
    padding-bottom: 5px;
}

.counter_center {
    display: table;
    margin: 0 auto;
}

.counter_area_title {
    float: left;
    margin-right: 25px;
}

.counter_area_title h3 {
    font-family: "Cera-Greek-Medium", Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    letter-spacing: 2px;
    color: #fff;
    line-height: 42px;
}

.counter_area_title h3 span {
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
}

.counter_area_b {
    float: left;
    margin-top: 8px;
}

.pr_out_of_stock {
    background: #000;
    /* padding-top: 23px; */
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 24px; */
    color: #fff;
    text-align: center;
    font-size: 13px;
    height: 69px;
    display: table-cell;
    vertical-align: middle;
}

.idiot_loader_out {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    z-index: 1;
}

.idiot_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    background: url(../images/design/loading.gif) top left no-repeat;
    width: 16px;
    height: 16px;
}


/* ΜΠΑΡΑ COUNTER */

.bar_counter_area {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.bar_counter_center {
    display: table;
    margin: 0 auto;
}

.bar_counter_title {
    display: table-cell;
    padding-right: 25px;
    vertical-align: middle;
    font-size: 29px;
    font-weight: 700;
    color: #fff;
}

.bar_counter_out {
    display: table-cell;
    vertical-align: middle;
}

.product_item_bar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}


/* END ΜΠΑΡΑ COUNTER */

.logo-wrapper {
    /* margin-left: 25px; */
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 42px;
}

.logo-wrapper .logo {
    max-width: 246px;
}

.img-logo {
    max-height: 122px;
    transition: all 0.3s;
}

.logo-wrapper+.col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.d-flex {
    display: flex;
}

.flex-align.flex-align-middle {
    display: flex;
    align-content: center;
    align-items: center;
    align-self: center;
}

.flex-align.flex-align-start {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    align-self: flex-start;
}

.flex-align.sp-bt {
    justify-content: space-between;
}

.flex-align.sp-ct {
    justify-content: space-around;
}

.flex-align.sp-ar {
    justify-content: space-around;
}

.flex-align.start {
    justify-content: start;
}

.flex-align.end {
    justify-content: end;
}

.flex-align.base {
    justify-content: baseline;
}

.flex-align.base {
    justify-content: baseline;
}

.flex-align.center {
    justify-content: center;
}

.telephone-wrapper span,
.email-wrapper span {
    color: #808080;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
}

.email-wrapper {
    letter-spacing: 2px;
    display: inline-block;
    padding-left: 40px;
}

.telephone-wrapper {
    padding-left: 40px;
    display: inline-block;
}

div.in-list .telephone-wrapper {
    padding-left: 90px;
}

.top-bar-wrapper {
    width: 100%;
}

.top_item .fa-search {
    display: none;
}

.top_item a i {
    font-size: 14px;
    color: #666;
}

.top_item:last-child a i,
.top_item:nth-last-child(2) a i {
    font-size: 20px;
}

span.num_total_fpa {
    color: #666;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    margin-right: 6px;
    margin-bottom: 1px;
}

.top_item.basket_btn_h {
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 7px 15px;
}

.top_item.search-desktop {
    /*border-left: 1px solid #cccccc;
	padding: 10px 15px;
	margin-right: 0;*/
    cursor: pointer;
}

.search-desktop {
    cursor: pointer;
}

.top_item.basket_btn_h a {
    position: relative;
}

.basket-text,
.search-text {
    color: #b3b3b3;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
}

span.num_pieces {
    right: 11px;
    position: absolute;
    top: 11px;
}

span.search-text+i {
    color: #666;
    font-size: 18px;
}

.search_space .search {
    display: none;
}

.search_space {
    position: relative;
}

.search_close {
    position: absolute;
    top: 6px;
    left: 23px;
    z-index: 2;
    color: #fff;
    font-size: 18px;
    /*background: url(../images/design/search_close.png) top left no-repeat;*/
    cursor: pointer;
}

.logo-wrapper.head .logo {
    /*visibility: hidden;*/
}

.side-menu-button-wrapper {
    display: inline;
    padding-right: 40px;
    cursor: pointer;
    font-size: 18px;
    color: #666;
}

.menu-padding {
    padding-top: 35px;
}

.menu-padding2 {
    padding-top: 100px;
}

.language {
    position: absolute;
    /* top: 50px; */
    right: 30px;
    z-index: 2;
    display: flex;
}

.language_left {
    float: left;
    border-right: 1px solid #808080;
}

.language_right {
    width: 50%;
    float: left;
}

.language_middle{
    color: #fff;
    float: left;
    border-right: 1px solid #808080;
}

.language_middle a{
    color: #fff;
    padding-right: 10px;
    padding-left: 10px;
}

.language_left a {
    padding-right: 10px;
    color: #fff;
}

.language_right a {
    padding-left: 10px;
    /*border-left: 2px solid white;*/
    color: #fff;
}

.language_left a:lang(el),
.language_right a:lang(en),
.language_middle a:lang(ge) {
    color: #fff;
    
}


/* side menu */

div.menu_out_side {
    background-color: #fff;
    height: 100%;
    overflow: hidden;
    top: 10px;
    padding-bottom: 25px;
    position: fixed;
    -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);
    left: 0;
    width: 300px;
    z-index: 310;
}

div.menu_out_side.closed {
    left: -300px;
}

div.menu_out_side.pos-abs.closed {
    left: -350px;
}

div.menu_out_side.top_admin_height {
    top: 42px
}

div.menu_out_side.pos-abs {
    position: absolute;
    height: auto;
    width: 350px;
}

div#side-wrapper-in {
    background: #fff;
    left: 300px;
    position: relative;
    -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);
    z-index: 2;
    width: calc(100% - 300px);
}

.landing-page .banner_out {
    margin-bottom: 0;
}

.landing-page .banner_out.b_img {
    margin-bottom: 0;
}

.landing-page #side-wrapper-in {
    background: #F4F4F4;
}

div#side-wrapper-in.full-width {
    left: 0 !important;
    width: 100% !important;
}

nav.menu-fixed-left li {
    list-style-type: none;
    line-height: 30px;
}

div.menu_out_side.pos-abs+div#side-wrapper-in {
    left: 350px;
    width: calc(100% - 350px);
}

nav.menu-fixed-left div.menu_title {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav.menu-fixed-left div.menu_title:hover,
nav.menu-fixed-left a.menu_link.open div.menu_title {
    color: #000;
    margin-left: 5px;
}

.menu_out_side .logo-wrapper {
    max-width: 230px;
    margin: 6px 0 30px 40px;
}

nav.menu-fixed-left .menu_item_bottom {
    display: none;
    position: static;
    background: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav.menu-fixed-left .sub_menu_item {
    margin-bottom: 0;
}

nav.menu-fixed-left .menu_item_bottom_in_in {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

nav.menu-fixed-left .sub_menu_item_title {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}

nav.menu-fixed-left .sub_menu_item_title a {
    display: block;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #666666;
}

nav.menu-fixed-left .sub_menu_item_title:hover>a,
nav.menu-fixed-left .sub_menu_item_title.open>a {
    color: #000!important;
    margin-left: 5px !important;
}

nav.menu-fixed-left .sub_menu_item_data {
    margin-left: 10px;
}

nav.menu-fixed-left .sub_menu_data_item {
    margin-bottom: 0;
}

nav.menu-fixed-left .sub_menu_data_item a {
    display: block;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
}

nav.menu-fixed-left .sub_menu_data_item:hover>a,
nav.menu-fixed-left .sub_menu_data_item.open>a {
    color: #000!important;
    margin-left: 5px !important;
}

nav.menu-fixed-left .menu_item_bottom.open {
    display: block;
}

.pos-rel {
    position: relative;
}

.nested-newsletter {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
}

.newsletter-separator {
    width: 80px;
    display: table;
    margin: 0 auto;
    border-bottom: 1px solid #666666;
    margin-bottom: 10px;
}

.footer-cols {
    display: block;
}

.footer-cols .bottom_item li {
    color: #92969a;
}

.footer-cols p {
    margin-bottom: 0;
}

.bottom_item.motto {
    /* max-width: 300px;
    line-height: 22px; */
    display: flex;
    align-items: center;
}

.footer-subtitle {}

.social_icons {
    /*margin-top:20px;*/
}


/* #footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
} */

div.shop-more-button {
    font-family: "Cera-Greek-Medium", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #fff;
    padding-right: 25px;
}

div.shop-more-button a {
    color: #fff;
}

#products_out {
    /* border-top: 1px solid #e5e5e5;
    margin-bottom: 106px; */
}

.product_image_first,
.product_image_second {
    position: relative;
    top: 0;
    left: 0;
    transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
}

.product_image_second {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    z-index: 2;
}


/* SWIPER CUSTOM CSS*/

.swiper-container {
    height: 500px;
    margin-top: 30px;
}

.swiper-container.no-margin-top {
    margin-top: 0;
}

.swiper-container-for-navi {
    position: relative;
    display: table;
    display: none;
}

.swiper-button-next.abs {
    position: absolute;
    top: auto;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
    display: block;
}

.swiper-button-next.abs::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f063';
    color: #000;
}

.swiper-button-prev.abs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 10;
    cursor: pointer;
    background-image: none;
    font-size: 20px;
    text-align: center;
    margin: 0 auto;
}

.swiper-button-prev.abs::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f062';
    color: #000;
}

.swiper-slide img {
    max-height: 100%;
}


/* END SWIPER*/

.div_table .number_item {
    border: 1px solid #ccc !important;
}

.div_table .number_item.active .number_item_in {
    background: #000 !important;
    color: #fff !important;
}

.div_table .number_item:hover {
    border: 1px solid #000 !important;
}

.div_table .number_item:hover .number_item_in {
    background: #000 !important;
    color: #fff !important;
}

.product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
}

.product_buttons {
    margin-top: 30px;
}

.product_favorite:hover i {
    color: #a40b2a;
}

.product_favorite:hover i::before {
    content: '\f004';
}

div.product_gallery_small {
    padding: 0;
    display: block;
}

div.avail {
    margin-top: 30px;
    font-size: 12px;
    color: #333333;
}

#product_tabs_top .nav-tabs {
    display: none;
    justify-content: space-between;
}

#product_tabs_top .nav-tabs>li>a {
    color: #808080;
}

#product_tabs_top .nav-tabs>li {
    margin-bottom: 0;
}

#product_tabs_top .nav-tabs>li.active>a,
#product_tabs_top .nav-tabs>li.active>a:hover,
#product_tabs_top .nav-tabs>li.active>a:focus {
    color: #000000;
    border: 1px solid transparent;
}

#product_tabs_top .nav>li>a:hover,
#product_tabs_top .nav>li>a:focus {
    background-color: #fff;
}

#product_tabs_top .nav-tabs>li>a:hover {
    border-color: #fff #fff #ddd;
}

.mobile_header .mobile.logo {
    margin: 0;
    display: flex;
}

.mobile_header .top_item a i {
    font-size: 14px;
    color: #666;
    padding-right: 5px;
    padding-left: 5px;
}

.mobile-metaforika-wrapper {
    padding: 10px;
    background: #000;
    color: #fff;
}

.metaforika-inner {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.mobile-basket {
    position: relative;
}

.mobile-basket span.num_pieces {
    position: absolute;
    right: 12px;
    top: 14px;
}

.mobile-basket span.num_total_fpa {
    position: absolute;
    right: -5px;
    top: 35px;
    margin-right: 0;
    font-size: 12px;
}

#top_out_r_mob {
    padding: 10px 10px 10px 10px
}

.menu_out_side:not(.closed)+#side-wrapper-in .col-md-6.product_col,
.menu_out_side:not(.closed)+#side-wrapper-in .col-md-10.product_gallery_big {
    padding-left: 0;
}

.lazy {
    color: transparent;
    animation: 2s linear 0s normal none infinite running fa-spin;
    /*  background-color:#fff;
    background-image:url(../images/design/lazyload_loader.gif);
    background-repeat:no-repeat;
    background-position:center;*/
}

.lazy.loaded {
    animation: 0.5s ease 0s normal none 1 running fadein;
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.margin-top-30 {
    margin-top: 30px;
}


/* points system*/

.current-points.p-value,
.current-e-wallet.e-value {
    color: #000;
}

.margin-top-15 {
    margin-top: 15px;
}

.show_current_points,
.show_current_e_wallet {
    display: block;
    color: #a40b2a;
}

.points-system-text {
    max-width: 600px;
    float: right;
}

.show_current_points span,
.points-total-amount {
    font-weight: bold;
}

.points-use-total,
.points-cash-in-total {
    display: flex;
    justify-content: flex-end;
    align-content: center;
    align-items: center;
    align-self: center;
    margin-top: 10px;
    padding-right: 5px;
}

.points-total-text,
.points-total-amount {
    color: #a40b2a;
}

.points-total-amount {
    margin-right: 15px;
}

.points-use {
    margin-right: 10px;
}

.points-use-total .form_item {
    margin-bottom: 0;
    width: 80px;
}

.points-cash-in-total .form_item {
    margin-bottom: 0;
}

.points_use_order {
    margin-left: 15px;
    background: #a40b2a;
    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;
    height: 45px;
}

#points_revert_order.points_use_order {
    background: #9e9e9e;
}

.points_use_order:hover,
#points_revert_order.points_use_order:hover {
    background: #000;
}

.points_use_order div {
    display: block;
    padding: 0 15px;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
}

.points-system-convert-success {
    margin-top: 10px;
}

.table_results_item.points_system {
    /* background: linear-gradient(90deg, #ffffff 70%, #e2e2e273 70%); */
    background: linear-gradient(270deg, #e2e2e273 450px, #ffffff 450px);
    padding: 15px 0;
}


/* end points system*/


/*Αναζήτηση πελάτη*/

h1.title2 {
    text-align: center;
}

.add_new_customer {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}

.black_button {
    display: table;
    cursor: pointer;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.black_button a {
    display: block;
    padding-right: 105px;
    padding-left: 105px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table.customer_search_table thead tr th {
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #000;
    text-align: center;
    padding: 7px 5px;
    border-bottom: 1px solid #ececed;
}

table.customer_search_table tbody tr td {
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #000;
    padding: 7px 5px;
    border-bottom: 1px solid #ececed;
    /*border-bottom:1px #CCCCCC solid;
	border-right:1px #CCC solid;*/
    text-align: center;
}

table.customer_search_table tbody tr td a {
    font-weight: normal;
    cursor: pointer;
}

table.customer_search_table tbody tr td a:hover {
    color: #000;
    text-decoration: underline;
}

table.customer_search_table tbody tr:nth-child(2n) td {
    background: #fafafa;
}


/* Newsletter popup exit intent*/

div.beforeyougo {
    font-family: "Cera-Greek-Medium", Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: "Cera-Greek-Medium", Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: "Abrade-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: 90px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #333333;
    font-family: "Cera-Greek-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;
}

.fab {
    font-size: 16px;
    color: #000;
}

.social_item2 .fab {
    color: #ffffff;
    display: flex;
    justify-content: center;
    float: left;
    margin-right: 10px;
    font-size: 25px;
}

.social_item2 {
    padding-left: 9px;
    padding-right: 9px;
}

.social_item2:last-child {
    margin-right: 0;
}

.social_icons2 {
    float: left;
    margin-right: 12px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    display: flex;
}

#bottom_out .fab {
    color: #000;
    padding: 8px;
    border: 1px solid #cccccc;
}

#bottom_out .fab:hover {
    border: 1px solid #000;
}

#bottom_out .fa-facebook-f {
    padding-left: 13px;
    padding-right: 13px;
}

#bottom_out .fa-instagram {
    padding-left: 10px;
    padding-right: 10px;
}

#bottom_out .container {
    width: auto;
}


/*Language*/

.language-drop-down {
    align-self: flex-start;
    margin-top: 20px;
    margin-right: 27px;
}

#language_area {
    display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    height: 30px;
    padding-right: 8px;
    vertical-align: top;
    line-height: 30px;
    border: 1px solid #000;
}

#language_area_top {
    background: url(../images/design/arrow_lang.svg) center right no-repeat;
    background-size: 9px 4px;
    padding-right: 14px;
    padding-left: 12px;
    cursor: pointer;
    font-size: 13px;
    color: #1A8B8B;
}

#language_area_bottom {
    display: none;
    position: absolute;
    z-index: 100;
    line-height: normal;
    /*-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
    background: #fff;
}

.language_item {
    font-size: 13px;
    /*font-weight:700;*/
    letter-spacing: 1px;
    color: #000;
}

.language_item a {
    display: block;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    color: #000;
    border-bottom: 1px solid #000;
    /*border: 1px solid #e2dede;
    border-bottom: none;*/
}

.language_area_bottom .language_item a:first-child {
    border-top: 1px solid #000;
}


/*
.language_item:last-child a
{
	border-bottom:1px solid #e2dede;
}
*/


/*------------------------ WELCOME SECTION -------------------------------*/

.welcome {
    /* padding-top: 7px; */
    /*padding-bottom: 70px;*/
    background: #42474C;
}

.welcome .olive-tree {
    margin: -50px auto;
    width: 105px;
}


/* .welcome h2 {
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #666;
    padding: 22px;
    margin-bottom: 100px;
    background: url(../images/corner-top-left.svg) left top no-repeat, url(../images/corner-bottom-left.svg) left bottom no-repeat, url(../images/corner-top-right.svg) right top no-repeat, url(../images/corner-bottom-right.svg) right bottom no-repeat;
    background-size: 22px, 22px, 22px, 22px;
    display: none;
} */

.welcome p {
    font-size: 26px;
}

.welcome-image {
    margin-top: 71px;
}

.welcome h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.welcome h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 17px;
    color: white;
}

.welcome-descr {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #BABCBE;
    margin-top: 60px;
    line-height: 1.667em;
    text-align: justify;
    letter-spacing: 0.025em;
    column-count: 2;
    column-gap: 48px;
}

.welcome-descr2 p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #333333;
    margin-top: 67px;
    padding-bottom: 20px;
    text-align: center;
    max-width: 815px;
    margin-left: auto;
    margin-right: auto;
}

.why_us_button {
    text-align: right;
    margin-top: 26px;
}

.why_us_button a {
    margin-bottom: 220px;
    text-align: right;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-family: 'Abrade-Medium', Arial, Helvetica, sans-serif;
    font-size: 10px;
    letter-spacing: 0.16em;
    color: #BEAB89;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    border: 1px solid #BEAB89;
    height: 29px;
    padding-left: 13px;
    padding-right: 13px;
}

.why_us_button a:hover {
    background: #BEAB89;
    color: white;
}

.welcome ul {
    margin-left: -10px;
}

.welcome .company-button {
    line-height: 45px;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 49px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    display: flex;
    width: 97%;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: none;
}

.welcome .company-button:before,
.welcome .company-button:after {
    content: '';
    border-top: 1px solid;
    margin: 0 20px 0 0;
    flex: 1 0 10px;
}

.welcome .company-button:after {
    margin: 0 0 0 20px;
}

.welcome .membrers-button {
    /*background: #0daade; */
    /*height: 63px;*/
    /* line-height: 45px; */
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    max-width: 298px;
    margin: 0 auto;
    text-align: center;
    color: #777171;
    cursor: pointer;
    border: 1px solid;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* Γιατί να μας επιλέξετε */

.why_us {
    background: #F4F4F4;
}

.why_us .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.why_us .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.why_us .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.why_us-descr {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #BABCBE;
    line-height: 35px;
    text-align: center;
    margin-left: 99px;
    margin-right: 20px;
    /* column-count:2;*/
}

.why_us-descr h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.why_us-descr h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 17px;
}

.why_us-descr h3+p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.375em;
    text-align: left;
    color: #42474C;
    max-width: 39.563em;
    margin-bottom: 73px;
}


/* Αντικείμενο Υπηρεσιών */

.antikeimeno-descr h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    color: #42474C;
    text-align: center;
    margin-bottom: 8px;
}

.antikeimeno-descr h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    color: white;
    text-align: center;
}

.antikeimeno-descr h3:after {
    border-bottom: 3px solid #ffffff;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}


/* Ο Χ΄ώρος */

.xwros {
    background: #F4F4F4;
}

.xwros .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.xwros .col-md-12 {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.xwros .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.xwros_us .container-fluid {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

.xwros_us .col-md-12 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xwros_us .col-md-6 {
    padding-left: 0;
    padding-right: 0;
}

.xwros-descr {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #BABCBE;
    line-height: 35px;
    text-align: center;
    /* column-count:2;*/
}


/* .xwros-descr h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.xwros-descr h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 17px;
} */

.description_article {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.875em;
}

.description_article .text_center .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.xwros-descr h2,
.articles_out h2 {
    font-family: 'Abrade', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    letter-spacing: 0.15em;
    color: #42474C;
    text-align: center;
    margin-bottom: 8px;
}




.xwros-descr h3,
.articles_out h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 26px;
    letter-spacing: 0em;
    color: #42474C;
    text-align: center;
    margin-bottom: 30px;
}

.articles_out h2,
.articles_out h3 {
    text-align: left;
}

.articles_out h2::after{
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px 0px 27px 0px;
}

.title_path h2::after{
    border-bottom: 2px solid #fff;
    content: '';
    display: block;
    max-width: 371px;
    margin: -66px 30px 27px -400px;
    opacity: 0.4;
    
}

.title_path_contact h2::after{
     border-bottom: 2px solid #fff;
    content: '';
    display: block;
    max-width: 371px;
    margin: -66px 30px 27px -400px;
    opacity: 0.4;
    
}

.xwros-descr h3::after,
.articles_out h3::after,
.contact-index h3::after,
.index-contact-text2 h3::after {
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}

.articles_out .paroxes h3::after{
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;

}

.articles_out h3::after {
    margin-left: 0;
    margin-right: 0;
}



.articles_out h3::after {
    margin-left: 0;
    margin-right: 0;
}

.aithouses_description h3::after {
    content: unset;
}

.xwros-descr p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.375em;
    text-align: center;
    color: #42474C;
    max-width: 38.188em;
    margin-left: auto;
    margin-right: auto;
}

.homepage_sliders .banner_img {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.three-small-icons {
    height: 206px;
    background-size: cover;
    width: 100%;
}

.three-small-icons:last-child {
    margin-top: 0 !important;
}

.three-small-icons .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    margin-top: -220px;
}

.three-small-icons .row {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-bottom: 0 !important;
}

.paroxes .row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 0 !important;
}

.three-small-icons .h_item {
    margin-left: 10px;
    margin-right: 10px;
    max-width: 380px;
    background: white;
}

.banner_out .row_4 .h_item:nth-child(1n) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.three-small-icons .banner_img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 28px 40px 40px;
}

.three-small-icons .h_item:hover .banner_img {
    background: #1A8B8B;
}

.three-small-icons .h_item:hover h3:after {
    border-bottom: 3px solid white;
}

.three-small-icons .h_item:hover h3,
.three-small-icons .h_item:hover p {
    color: white;
}

.three-small-icons .h_item:hover img {
    filter: brightness(2);
}

.three-small-icons .homepage_banners {
    text-align: left;
    margin-left: unset;
}

.three-small-icons h3 {
    margin-top: 23px;
    margin-bottom: 0;
}

.three-small-icons h3:after {
    border-bottom: 3px solid #CDB893;
    content: '';
    display: block;
    max-width: 51px;
    margin: 17px;
    margin-left: 0;
}

.three-small-icons p {
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 1.250em;
    max-width: 310px;
}

.two-arxiki>.container-fluid,
.mythos>.container-fluid,
.homepage_sliders>.container-fluid,
.nomos>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.two-arxiki {
    margin-top: 0 !important;
}

.two-arxiki .banner_img {
    margin-bottom: 0px !important;
}


/* Γιατί να επιλέξω */

.giati_na_epileksw {
    background-image: url(../images/photos/services-article-background.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 93px;
    padding-bottom: 100px;
}

.giati_na_epileksw h2 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.250em;
    letter-spacing: 0;
    color: #1A8B8B;
}

.giati_na_epileksw p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 30px;
}

.giati_na_epileksw .col-md-12>h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 20px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.giati_na_epileksw .col-md-12>h2::after {
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}

.giati_na_epileksw .col-md-12>h2+p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.222em;
    letter-spacing: 0;
    color: #fff;
    text-align: center;
    max-width: 592px;
    margin-bottom: 90px;
    margin-left: auto;
    margin-right: auto;
}

#eed_tetrada .container-fluid,
#eed_tetrada .col-md-12 {
    padding-left: 0;
    padding-right: 0;
}

.eed_text_center {
    text-align: left;
}

.giati_na_epileksw+.container {
    padding-top: 73px;
    padding-bottom: 70px;
}

.methodoi_eed {
    background-image: url(../images/photos/services-background-2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 73px;
}

.vasikes_methodoi_container .col-md-12>h2,
.methodoi_eed .col-md-12>h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 20px;
    margin-bottom: 61px;
    text-transform: uppercase;
    color: #42474C;
    text-align: center;
}

.vasikes_methodoi_container .col-md-12>h2::after,
.methodoi_eed .col-md-12>h2::after {
    border-bottom: 3px solid #1A8B8B;
    content: '';
    display: block;
    max-width: 51px;
    margin: 24px auto 27px auto;
}

.vasikes_methodoi_container h2 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.250em;
    letter-spacing: 0;
    color: #1A8B8B;
}

.methodoi_eed h2 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.250em;
    letter-spacing: 0;
    color: white !important;
}

.methodoi_eed p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.875em;
    letter-spacing: 0;
    color: #fff;
    margin-bottom: 105px;
}

.methodoi_eed .col-md-12>h2::after {
    border-bottom: 3px solid white;
}

.mythos {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    position: relative;
}

.mythos .row_b {
    margin-bottom: 0 !important;
}

.mythos .homepage_banners {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-family: 'Abrade-Black-Italic', Arial, Helvetica, sans-serif;
    font-size: 3.9vw;
    line-height: 4vw;
    text-align: center;
    width: 35vw;
    margin: 0;
}

.mythos img {
    filter: sepia(1);
}

.product_banner_more_mythos {
    display: flex;
    position: absolute;
    top: 64%;
    left: 50%;
    transform: translateX(-50%);
}

.product_banner_more_mythos a {
    display: inline-block;
    text-align: center;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-size: 0.7vw;
    font-weight: normal;
    line-height: 2vw;
    letter-spacing: 0.2vw;
    color: #ffffff;
    padding: 0 0.9vw 0 1.1vw;
    margin: 0 auto;
    border: 1px solid white;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.product_banner_more_mythos a:hover {
    background: white;
    color: black;
}

.products-banners h3,
.products-banners p {
    text-align: center;
}

.products-banners h2 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.15em;
    text-align: center;
    padding-top: 81px;
    padding-bottom: 10px;
}

.products-banners h3 {
    margin-bottom: 13px;
    color: #1A8B8B;
}

.products-banners .banner_img {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding: 20px 28px 24px 40px;
    background: white;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    min-height: 583px;
}

.products-banners {
    background: #42474C;
    margin-bottom: 0 !important;
}

.products-banners .banner_img:hover {
    box-shadow: 5px 5px 17px 2px #33333394;
}

.products-banners .product_banner_more a:first-child {
    display: none;
}

.products-banners img {
    margin-bottom: 21px;
}

.products-banners .homepage_banners {
    min-height: 118px;
    margin-left: 0;
    margin-bottom: 15px;
}

.products-banners .homepage_banners p {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: unset;
    width: 94%;
    margin: 0 auto;
}

.products-banners .row_4 .h_item:nth-child(1n) {
    padding-right: 80px !important;
}

.products-banners .row_4 .h_item:nth-child(3n+2) {
    padding-left: 40px !important;
    padding-right: 40px !important;
}

.products-banners .row_4 .h_item:nth-child(3n) {
    padding-left: 80px !important;
    padding-right: 0 !important;
    margin-bottom: 40px;
}


/*------------------------ CONTACT INDEX SECTION -------------------------------*/

.contact-index {
    background: #F4F4F4;
    padding-top: 43px;
    padding-bottom: 38px;
}

.contact-index h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    letter-spacing: 0.15em;
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.contact-index h3 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 36px;
    letter-spacing: 0em;
    margin-bottom: 17px;
}

.contact-index p {
    font-family: 'Abrade-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0em;
    line-height: 1.375em;
    text-align: left;
    color: #42474C;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 3px solid #1A8B8B;
    margin: 1em 0;
    padding: 0;
    width: 51px;
    margin: 0 auto;
}


/*------------------------ SERVICES SECTION -------------------------------*/

.services {
    /* background-image: url(../images/design/services-back.jpg);*/
}

.services .col-sm-9 {
    padding-left: 3px;
}

.services .col-sm-3 {
    padding-right: 3px;
}

.services h2 {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 40px;
    border: 1px solid #fff;
    padding: 10px 0;
}

.services .services-header-certain-width {
    max-width: 350px;
    margin: 50px auto 70px auto;
}

.homepage_banners {
    /* position: absolute;
    margin-top: -73px; */
    margin-left: 13px;
    color: #2a2a2a;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 19px;
}

.six-small-icons .container {
    margin-top: 125px;
    margin-bottom: 184px;
}

.six-small-icons {
    /* background-color: #f9f7f2;*/
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    background: url(../images/photos/services-background.jpg) center no-repeat;
    background-size: cover;
}

.six-small-icons .banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.six-small-icons .row.row_b {
    margin-bottom: 0 !important;
}

.six-small-icons .homepage_banners {
    margin-left: 0;
}

.six-small-icons .homepage_banners h3 {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding-top: 38px;
    padding-bottom: 51px;
    color: #fff;
    text-align: center;
}

.six-small-icons img {
    float: left;
}

.six-small-icons p {
    font-size: 18px;
    text-align: center;
    color: white;
    letter-spacing: 0em;
    line-height: 1.222em;
    margin-bottom: 135px;
    max-width: 513px;
    margin-left: auto;
    margin-right: auto;
}

.six-small-icons .banner_img {
    border-right: 1px solid white;
}

.six-small-icons .h_item:last-of-type .banner_img {
    border-right: none !important;
}

.six-small-icons .homepage_banners {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.six-small-icons .row_4 .h_item:nth-child(3) {
    padding-left: 20px;
    padding-right: 0;
    margin-bottom: 65px;
}

.services-padding {
    padding-bottom: 20px;
}

.services .services-title a {
    color: #666;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 25px;
    padding: 12px 0 15px 0;
}

.services .services-title a:hover {
    color: #666;
}

.services .services-descr {
    color: #fff;
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.services .row.services-row {
    padding-bottom: 70px;
}


/*----------------- PHOTO GALLERY CSS ----------------------------*/

#single_banner img {
    width: 100%;
    position: relative;
}

.gallery-imgs-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.photo-album-heading {
    font-family: "Century-Regular", Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
     margin-top: -5vw; 
    position: absolute;
    top: 19vw;
    left: 20.1vw;
}



.photo-album-heading h1 {
    font-family: "Abrade-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
}

.photo-album-heading h2 {
    font-family: "Century-Regular", Arial, Helvetica, sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0em;
    color: #fff;
    max-width:70%;
    
}

.photo-contact-heading {
    font-family: "Century-Regular", Arial, Helvetica, sans-serif;
    font-size: 40px;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
     margin-top: -5vw; 
    position: absolute;
    top: 19vw;
    left: 20.1vw;
}



.photo-contact-heading h1 {
    font-family: "Abrade-Medium", Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: white;
}

.photo-contact-heading h2 {
    font-family: "Century-Regular", Arial, Helvetica, sans-serif;
    font-size: 2.0vw;
    letter-spacing: 0em;
    color: #fff;
    max-width:110%;
    
}

.photo-album-heading h6 a {
    color: #1A8B8B;
}

.awards-in .photo-album-heading {
    top: -12vw;
    margin-top: 0;
}

.photo-album-heading2 {
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-size: 42px;
    color: #fff;
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 15%; */
    display: flex;
    align-items: center;
    flex-direction: column;
    /* margin-top: -30vw; */
    width: 100%;
    position: absolute;
    top: 15vw;
    left: 0;
}

.financial-banner .photo-album-heading {
    top: 17%;
}

.company-banner .photo-album-heading {
    top: 9%;
}

.services-banner .photo-album-heading {
    top: 11%;
}

.photo-album-bellow a {
    color: #fff;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 1px;
}

.photo-album-bellow {
    margin: 20px 0 0 0;
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 1px;
}

.pd-bottom {
    padding-bottom: 20px;
}

.photo-gallery-img {
    margin-left: auto;
    margin-right: auto;
    max-height: 233px;
}

.financial {
    padding: 30px 0 50px 0;
}

.financial p {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #666;
    padding: 10px 0;
    border-bottom: 1px solid #e6e6e6;
}

.financial p:first-child {
    border-top: 1px solid #e6e6e6;
}

.financial p a {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 19px;
    font-weight: normal;
    color: #666;
    float: right;
}

.financial p a:hover {
    color: #666;
}


/*----------------- FINANCIAL -----------------*/

#contact_out_in ul {
    margin: 0;
    padding: 0;
    list-style: none;
    /*list-style-image:url(../images/design/blue_arrow.png);
	list-style-position:outside;*/
}

#contact_out_in ul li a {
    margin-bottom: 4px;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #4d4d4d;
    letter-spacing: 0.5px;
}

#contact_out_in .fas,
#contact_out_in .far {
    color: #96482b;
    font-size: 17px;
}

#contact_out_in .fa-phone,
#contact_out_in .fa-print,
#contact_out_in .fa-mobile {
    padding-right: 10px;
}

#contact_out_in .fa-map-marker-alt {
    padding-right: 17px;
}

#contact_out_in .fa-envelope {
    padding-right: 12px;
}

#contact_out_in ul li span {
    padding-left: 25px;
}

#contact_out_in ul li {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    padding-bottom: 15px;
}

#contact_out_in ul li div {
    padding-bottom: 20px;
}


/*------------------------COMPANY------------------*/

.text-descr img {
    margin: 0 auto;
    display: block;
    padding-bottom: 20px;
}

.company-text-title {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: #000;
    font-size: 18px;
    padding-bottom: 20px;
}

.bg-company {
    background-image: url("../images/design/about-img-2.jpg");
    background-repeat: no-repeat;
    min-height: 700px;
    padding-left: 0px;
    padding-right: 0px;
}

.container-fluid.whole {
    padding-left: 0px;
    margin-top: 50px;
}

.company-heading {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 38px;
    color: #666;
    padding-bottom: 30px;
    padding-left: 50px;
}

.company-heading span {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #666;
}

.second-part {
    padding-left: 0px;
}

.company-big-text {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
    padding-bottom: 70px;
}

.bg-company .container {
    margin-top: 350px;
    float: right;
    width: 50%;
    background: #fff;
}

.company-heading2 {
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
    padding-top: 30px;
    padding-bottom: 10px;
}

.bg-company hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    margin: 0;
    padding: 0;
    width: 40px;
}

.second-part .container {
    width: 50%;
    float: left;
}

.bg-company-blue {
    background: #666;
}

.company-heading3 {
    font-family: "Abrade-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
    padding-top: 30px;
    padding-bottom: 10px;
}

.second-part hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #666;
    margin: 0;
    padding: 0;
    width: 40px;
}

.company-big-text2 {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #fff;
    padding-bottom: 20px;
}

.blog_list_item img {
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.company-big-text3 {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
    padding-left: 50px;
}

.mheight {
    min-height: 350px;
}


/*------------SERVICES PAGE------------*/

.services-page {
    padding: 70px 0 100px 0;
}

.services-page .services-title h1 {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 48px;
    color: #666;
    padding-bottom: 10px;
}

.services-page .services-descr {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
}

.services-page .all-services {
    padding: 10px 0;
}

.services-page .all-services:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.services-page .all-services::last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.services-page .all-services a {
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
}

.services-page .all-services a.this-link {
    color: #666;
}

.services-page .all-services a:hover {
    color: #666;
}

.services-page .all-services img {
    max-height: 40px;
    padding-right: 20px;
}

.services-page .whole-services {
    padding: 15px 15px 5px 15px;
    border: 1px solid #e6e6e6;
    margin-top: 65px;
}


/*-------MENU-------*/

.sub_item_bottom_inner {
    background: #42474C;
    border-top: 4px solid #1A8B8B;
}


/*----GALLERY FOOTER-----*/

.gallery_area img {
    max-width: 80px;
    display: inline-block;
}


/*-------------SEARCH-------------*/

.ergo_title {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 40px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.title_s {
    font-family: "Abrade-Regular", Arial, Helvetica, sans-serif;
    color: #666;
    font-size: 20px;
    padding-bottom: 20px;
}

.search_item_out {
    padding-bottom: 30px;
}

.interest_prompt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    font-family: 'Abrade-Book', Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0em;
    text-align: center;
    background: #42474ccc;
    color: #1A8B8B;
    padding-top: 9px;
    padding-bottom: 8px;
    z-index: 2;
    display: none;
}

.interest_text {
    margin-right: 0.918em;
}

.interest_button a {
    font-family: 'Abrade-Book', Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 0.04em;
    color: #1A8B8B;
    /*background: #2cb997;*/
    padding: 0.567em 1.083em 0.483em 1.083em;
    border-radius: 0.2em;
    transition: all .8s;
    -webkit-transition: all .5s;
    border: 1px solid #1A8B8B
}

.interest_button a:hover {
    color: white;
    background-color: #1A8B8B;
    transition: all .2s;
    -webkit-transition: all .2s;
}

.diamesolavisi1 {
    background-color: #f4f4f4;
}

.diamesolavisi.row,
.diamesolavisi.container-fluid .row,
.diamesolavisi1~.container .row {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 60px;
}

.diamesolavisi h2,
.diamesolavisi1 h2,
.diamesolavisi1~.container h2 {
    font-family: 'Century-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0;
    color: #B09F80;
    text-align: left;
    margin-bottom: unset;
}

.banner_out.b_img_paroxes {
    padding-top: 0px;
}

.paroxes_banners p {
    text-align: center;
}

.interest_form {
    /*background: #2CB997;*/
    background-image: url(../images/photos/xwros-article-background.jpg);
    text-align: center;
    padding: 60px 15px 60px 15px;
}

.interest_title {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    ;
    color: #fff;
    font-size: 40px;
    padding-bottom: 28px;
    margin-bottom: 28px;
    position: relative;
}

.interest_subtitle {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    ;
    color: #fff;
    font-size: 21px;
    margin-bottom: 43px;
}

#eshop,
#site,
#webapp,
#branding,
#other,
#digital {
    max-width: 520px;
    margin: 0 auto;
    margin-bottom: 3px;
}

.service_item {
    padding: 10px;
    padding-left: 1.059em;
    padding-right: 0.706em;
    /* background: #fff; */
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 15px;
}

.check_item {
    display: inline-block;
    position: relative;
    width: 90%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.check_box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    /* background: #bfeae0; */
    margin-right: 1.095em;
    flex-shrink: 0;
    border: 1px solid #fff;
}

.name_item {
    color: #fff;
}

#submit_interest_form_button {
    background: #fff;
    color: #1A8B8B;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    ;
    font-size: 16px;
    letter-spacing: 0.1em;
    padding: 15px;
    padding-left: 37px;
    padding-right: 37px;
    border: none;
    margin-top: 30px;
    outline: none;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

#submit_interest_form_button:hover {
    color: #fff;
    background: #1A8B8B;
}

.title_adress h4{
    font-weight:bold;
    font-family: 'Century-Regular', Arial, Helvetica, sans-serif;
    font-size:18px;

}

.map-location{
    display:flex;
}

#question_2, #question_3, #question_4, #question_5{
    display:none;
}