@charset "utf-8";

/* CSS Document */


/* START style.css */

@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-Bold';
    src: url('types/Abrade-Bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@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-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: 'Roboto-Black';
    src: url('types/Roboto-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@font-face {
    font-family: 'Font Awesome 5 Free-Solid-900';
    src: url('types/Font Awesome 5 Free-Solid-900.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@supports (-webkit-overflow-scrolling: touch) {
    html {
        overflow-x: hidden !important;
    }
    body {
        -webkit-overflow-scrolling: touch;
    }
}

body {
    font-family: 'PFTransport-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    color: #4d4d4d;
    background: #ffffff;
    margin: 0;
    padding: 0;
    line-height: normal;
    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: #000000;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus {
    color: #544727;
    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;
}

h2 {
    padding: 0;
    margin: 0;
}

h3 {
    padding: 0;
    margin: 0;
}

h4 {
    padding: 0;
    margin: 0;
}

h5 {
    padding: 0;
    margin: 0;
}

h6 {
    padding: 0;
    margin: 0;
}

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

div {
    margin: 0;
    padding: 0;
}

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

::selection {
    background-color: #E72D3A;
    color: white;
}

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

.div_table {
    display: table;
}

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

.div_left {
    float: left;
}

.div_right {
    float: right;
}

.right_side_menu_opened #wrapper {
    left: 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: 8;
}

#wrapper_inner {
    overflow: hidden;
    width: 100%;
   /* margin-bottom: 155px;*/
}

.grand_blue {
    background: #4d4d4d;
    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);
}

#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,
.mobile-tel-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%;
}

#mobile_menu_btn .top_item_in .fa-times {
    display: none;
}

#mobile_menu_btn .top_item_in .fa-times {
    font-size: 27px;
    color: #000;
    font-weight: 500;
}

.top_item_in_in {
    display: table-cell;
    height: 35px;
    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;
}

#header .border-right {
    border-right: 0px solid!important;
    margin: 0px 4px;
}

#header .basket_num {
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 20px;
    margin-top: -16px;
    background: #f8293b;
    width: 12px;
    height: 12px;
    border-radius: 10px;
}

#header .basket_num .num_pieces {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

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

.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 .d-flex.justify-content-between {
    display: none!important;
}

#header {
    padding-bottom: 15px;
    background: #fff;
}

.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-sm-height {
    display: table-cell;
    /* float: none !important; */
    float: left;
}

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

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

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

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

.search_left input[type="text"] {
    background: none;
    border: none;
    font-family: "PFTransportLight-Regular", Arial, Helvetica, sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #b3b3b3;
    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 {
    width: 343px;
}

.logo a {
    display: block;
}

.header_right {
    margin-top: 15px;
}

.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: 'PFHighwaySansPro-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: 11;
}


/*#language_area,
#language_area_r {
    display: block;
    background: #2E3192;
    border-radius: 2em;
    position: relative;
    cursor: pointer;
}

.language_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 3px;
}*/

#language_area_top,
#language_area_top_r {
    /* 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: #fff; 
    background: #2E3192;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;*/
}


/*#language_area_bottom,
#language_area_bottom_r {
    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);*/


/*cursor: pointer;
}*/


/*.language_item a,
#language_area_top,
#language_area_top_r {
    font-family: 'Abrade-Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    text-align: center;
    padding: 0.8em; */


/*color: #fff;
    background: #E72D3A;
    border-radius: 2em;
    width: 2.583em;
    height: 2.583em;
    display: flex;
    justify-content: center;
    align-items: center;
}*/


/*#language_area_bottom .language_item a:hover,
#language_area_bottom_r .language_item a:hover {
    background: #F7931E;
}

.language_item a {
    background: #E72D3A;
}*/

.language {
    position: absolute;
    /* top: 50px; */
    left: 30px;
    z-index: 2;
    display: flex;
}

.language_left {
    float: left;
    /* border-right: 1px solid #808080;*/
}

.language_right {
    width: 50%;
    float: left;
}

.language_left a {
    padding-right: 10px;
    color: #000;
}

.language_right a {
    padding-left: 10px;
    border-left: 2px solid white;
    color: #000;
}

.language_left a:lang(el),
.language_right a:lang(en),
.language_middle a:lang(ge) {
    color: #000;
    border-right: 1px solid #000;
    margin-right: 10px;
    
}


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

#mobile_menu_btn {
    cursor: pointer;
}


/* mobile_menu */

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

nav#mobile_menu .menu_item_m {
    border-bottom: 1px solid #cdcdce;
}

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

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

nav#mobile_menu .menu_item_title_m a {
    display: block;
    font-size: 14px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    ;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-transform: uppercase;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

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

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-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    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: #4d4d4d;
}

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-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    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: #4d4d4d;
}

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: #4d4d4d;
}


/* end mobile_menu */


/* menu */

.menu_out {
    position: relative;
    z-index: 15;
    margin-bottom: 8px;
}

.menu_out .menu {
    margin: 0 auto;
    margin-top: 10px;
}

.menu_out .border-right {
    border-right: 0px solid!important;
    margin: 0px 8px;
}

.menu_out .basket_num {
    font-size: 10px;
    color: #fff;
    position: absolute;
    right: 21px;
    top: 19px;
    background: #f8293b;
    width: 11px;
    height: 11px;
    border-radius: 10px;
}

.menu_out .basket_num .num_pieces {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 9px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.menu_out .d-flex.align-items-center {
    margin-right: 0px;
    /*border-left: 1px solid #e2e2e2;*/
}

.menu_out .search_border {
    height: 30px;
    margin: 3px 18px;
}

.menu_out .border-right.favorite a {
    margin: 0px 5px;
}

.basket {
    padding-left: 16px;
    margin-left: -8px;
    line-height: 30px;
}

.menu_out .menu_item:hover {
    background: transparent;
    padding-bottom: 0px;
    margin-bottom: -2px;
}

.banner_info.mobile {
    display: none;
}

.banner_info.desktop {
    display: block;
    /* border-top: 1px solid #eaeaea; */
    /* max-height: 30px; */
    height: auto;
    /* border-bottom: 1px solid #eaeaea; */
    background: #E72D3A;
}

.banner_info .four {
    text-align: right;
}

.banner_info p {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #808080;
    margin: 5px 0px;
}

.banner_info p svg {
    margin-right: 5px;
    margin-bottom: 1px;
    margin-top: -5px;
}

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

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: none;
}

.nav-tabs .nav-link {
    border: none;
    border-top-left-radius: none;
    border-top-right-radius: none;
}

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

.menu_item {
    flex-grow: 1;
    margin: 0;
}

.menu_item {
    /* border-right: 1px solid #c6c5c6; */
    /* min-height: 42px; */
    margin: 0px 4px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_link {
    display: block;
    font-family: 'Abrade-Black', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.08em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 42px;
    padding-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 49px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

.menu_link:hover {
    color: white;
}


/*.menu_item:hover>a {
    background: transparent;
    color: #000;
}*/

.menu_item svg {
    display: block;
    float: right;
    order: 2;
    cursor: pointer;
}

.menu_link div:hover,
.menu_link:hover div {
    color: 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: #4d4d4d;
    text-decoration: underline;
}

.menu_out .menu ul li::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #111111;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
}

.menu_out .menu ul li:hover::after {
    width: 100%;
    transition: width .3s;
}

nav .menu_item .sub_menu_item_title a {
    font-size: 17px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.04em;
    line-height: 2.973em;
    color: #000;
}

nav .menu_item .sub_menu_item_title a:hover {
    color: #E72D3A;
}

nav .menu_item .sub_menu_item .sub_menu_data_item a {
    font-size: 13px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}


/* 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: 100;
    top: 192px;
    background: #fff;
    width: 17.5em;
}


/* */

.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: 10px;
    /*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: 1;
    column-gap: 30px;
    column-width: 25%;
}

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

.sub_menu_item {
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #E4E4E4;
}

.sub_menu_item_title {
    /* margin-bottom: 5px; */
}

.sub_menu_item_title a {
    display: block;
    padding: 0 !important;
    margin: 0 !important;
    font-size: 13px;
    font-weight: 700;
    color: #4d4d4d;
    letter-spacing: 0.2px;
    text-align: left !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.sub_menu_item_title:hover>a {
    color: #000;
}

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

#slideshow_out_out {
    position: relative;
    z-index: 10;
    background: #333;
}

#slideshow_out_out .owl-nav .fal {
    display: none;
}

#slideshow_out {
    position: relative;
}

.banner_product_homepage .banner_img {
    width: 1085px;
    margin-left: 10px;
}

.banner_product_homepage .owl_slider_area_s .owl-next {
    position: absolute;
    right: -8px;
}

.banner_product_homepage .owl_slider_area_s .owl-prev {
    position: absolute;
    left: -8px
}

.banner_out.both.banner-photo-left .owl_slider_area_s {
    max-width: 734px;
    float: right;
    margin-top: 6px;
    margin-right: 10px;
}

.banner_out.both.banner-photo-left .owl_slider_area_s .owl-item .product_item_image {
    width: initial;
    height: initial;
}

.banner_out.both.banner-photo-left .product_item_text {
    margin-top: -2px;
}

.banner_out.both.banner-photo-left .hover_background {
    bottom: 0px;
}

.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: 0px;
}


/* Slideshow Extras*/

.slider_item {
    position: relative;
}

.slider_item_text {
    position: absolute;
    top: 39%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    z-index: 10;
}

.slider_item_text.center {
    left: 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%);
}

.shadow {
    opacity: .5;
    transition: opacity 300ms ease-in-out;
    background-color: #000;
}

.slider_item_text.left {
    left: 52px;
}

.slider_item_text.right {
    right: 15px;
}

.slider_item_text.center .slider_item_box {
    margin: 0 auto;
    margin-bottom: 20px;
}

.slider_item_text.right .slider_item_box {
    float: right;
    text-align: right;
    clear: both;
}

.slider_item_box {
    display: table;
    /* background: #fff;*/
}

.slider_item_box.black {
    /* background: #000;*/
}

.slider_item_box:last-child {
    margin-bottom: 0;
    padding-top: 23px;
}

.slider_item_box h3,
.slider_item_box h4 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 72px;
    font-weight: bold;
    letter-spacing: 0px;
    line-height: 0.917em;
    color: #fff;
    text-align: left;
    /* max-width: 495px; */
}

.slider_item_box h3 {}


/* .slider_item_box h4 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #000;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #000;
} */

.slider_item_button {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.08em;
    color: #fff;
    text-align: center;
    /* border-bottom: 2px solid #fff; */
    border: 1px solid #fff;
    padding: 1.094vw 1.172vw;
}

.slider_item_button::after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.85 11.59' width='11.85' height='11.59'%3E %3Cpath fill='%23fff' d='M4.39 9.88l2.75-2.76H0V4.46h7.14L4.4 1.71 6.08 0l5.77 5.8-5.77 5.79z' data-name='Layer 2'/%3E %3C/svg%3E");
    width: 11.85px;
    height: 11.95px;
    background-repeat: no-repeat;
    margin-left: 9px;
    display: inline-block;
}


/*.blog_list_more2::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11.85 11.59' width='11.85' height='11.59'%3E %3Cpath fill='%23%23E72D3A' d='M4.39 9.88l2.75-2.76H0V4.46h7.14L4.4 1.71 6.08 0l5.77 5.8-5.77 5.79z' data-name='Layer 2'/%3E %3C/svg%3E");
    content: "";
    width: 11.85px;
    height: 11.95px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin-left: 1px;
    display: inline-block;
    
}*/

#brands {
    padding-bottom: 23px;
    border-top: 1px solid #B3B3B3;
}

.newsletter_wrapper_in .newsletter_title_out {
    display: none;
}

.newsletter h1.hidden-lg.hidden-md {
    display: none;
}

.newsletter_wrapper_in .newsletter_area_out_top {
    display: none;
}

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

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

.newsletter_area_out_top {
    font-family: "PFTransportLight-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: 400px;
    margin: 0 auto;
}

.terms-of-use label {
    font-size: 11px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
}

.terms-of-use {
    display: flex;
    margin-top: 5px;
    margin-left: 5px;
}

.terms-of-use #newsletter_terms_check {
    margin: 0px 4px;
}

.newsletter_area_out_bottom .news_middle {
    font-size: 11px;
    color: #000;
    margin-top: 8px;
}

.newsletter_area .row {
    display: flex;
    flex-direction: column;
}

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

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

.newsletter_area .submit_button {
    padding: 0px;
}

.newsletter_item {
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    width: 330px;
}

.newsletter_area_out_bottom {
    margin: 0px 0px;
}

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

.newsletter-items-popup .newsletter_item input[type="text"] {
    max-width: 170px;
}

.newsletter_submit {
    background: #000;
    height: 40px;
    line-height: 40px;
    font-family: "PFTransport-Bold", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    max-width: 330px;
    margin-left: 6px;
    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_wrapper_in {
    margin-left: 200px;
}

.newsletter_submit:hover {
    background: #4d4d4d;
}

.newsletter_results {
    color: #58585a;
    font-size: 11px;
    text-align: center;
    min-width: 873px;
    margin-top: -11px;
}

.newsletter {
    display: none;
    background: #edff00;
    padding-bottom: 30px;
}

.newsletter h1 {
    font-size: 54px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    color: #000;
}

.newsletter p {
    font-size: 16px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    color: #000;
    max-width: 580px;
}

.newsletter .container.custom-width {
    max-width: 1400px;
}

.newsletter .text-wrapper {
    margin: 38px 0px;
}

.news_right {
    color: #26b774;
    padding-left: 80px;
}

.news_wrong {
    color: #A90D0D;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 4px;
}

.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: 20px;
    padding-bottom: 20px;
    background: #333;
}

.bottom_item {
    font-weight: normal;
    font-size: 14px;
    color: #B3B3B3;
    letter-spacing: 0.5px;
    line-height: 26px;
    text-align: left;
}

.bottom_item h3:after {
    content: '';
    border-bottom: 1px solid #B3B3B3;
    display: block;
    max-width: 33px;
    margin: 0.548em 0;
    margin-bottom: 0;
}

.filter_cat_t:after {
    border-bottom: 1px solid #B3B3B3;
    display: block;
    max-width: 6em;
}

.news_list_title h4:after {
    border-bottom: 1px solid #000;
    display: block;
    max-width: 6em;
}

.bottom_item.motto.one {
    line-height: 22px;
}

.bottom_item.motto.one h3:after {
    content: '';
    border-bottom: 1px solid #B3B3B3;
    display: block;
    max-width: 33px;
    margin: 0.548em 0;
    margin-bottom: 0;
}

.bottom_item .social_area {
    float: left;
}

.circle {
    width: 50px;
    height: 50px;
    background: #000;
    -moz-border-radius: 70px;
    -webkit-border-radius: 70px;
    border-radius: 70px;
    margin: 0px 11px;
}

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

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

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

.bottom_item h3 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.18em;
    color: #B3B3B3;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

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

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

.bottom_item ul li a {
    display: block;
    margin-bottom: 4px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #B3B3B3 !important;
    letter-spacing: 0.01em;
    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;
    text-align: left;
}

.social_area ul li a {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
}

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

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

.footer_logo {
    margin-bottom: 25px;
}

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

.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: #fff;
    text-align: center;
    margin: 12px 0px;
}

.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-wrapper .blog_item {
    /* width: 87%; */
    margin: 0px 30px;
}

.blog-wrapper .blog_item .date-text {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

.blog-wrapper .blog_item .icon {
    margin: 0px 4px 0px 0px;
}

.blog-wrapper .title_b {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 72px;
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    color: #000;
}


/* .blog-wrapper .title_b:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: 106px auto;
    width: 8%;
    height: 1px;
    background: #000;
} */

.blog-wrapper .owl-nav .prev {
    position: absolute;
    top: 186px;
}

.blog-wrapper .owl-nav .next {
    position: absolute;
    top: 186px;
    right: 2px;
}

.blog-wrapper .banner_title_area {
    margin-bottom: 100px;
}

.blog_item .blog_desc_title {
    font-size: 21px;
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    color: #000;
    min-width: 300px;
    margin: 15px 0px;
    min-height: 90px;
    letter-spacing: 0.08em;
}

.blog.mobile-buttons {
    display: none;
}

.blog_item .blog_cat_desc {
    font-size: 10px;
    font-family: 'RobotoCondensed-Bold', Arial, Helvetica, sans-serif;
    color: #999999;
    letter-spacing: 1px;
    margin: 17px 0px;
    display: flex;
}

.blog_cat_desc .text_cat {
    margin-top: 8px;
    text-transform: uppercase;
    display: none;
}

.blog_item .blog_cat_desc .icon {
    margin: 8px 2px 0px -4px;
}

.blog_item .date {
    margin: 5px 0px;
}

.blog_inner .blog_list_more2 {
    margin-top: 5px;
    margin-bottom: 7px;
}

.blog-wrapper .blog {
    /* padding: 0px 346px; */
    /*margin-bottom: 35px;*/
}

.blog .blog_inner .owl-nav .prev {
    position: absolute;
    left: -40px!important;
    top: 30%!important;
}

.blog .blog_inner .owl-nav .next {
    position: absolute;
    right: -78px!important;
    top: 30%!important;
}


/*.blog_inner .blog_list_more2 a:hover {
    background: #4d4d4d;
}*/

.blog_list_more2 a {
    color: #E72D3A;
}

.blog_inner .blog_list_more2 a {
    color: #E72D3A;
    font-size: 12px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    /*background: #272425;*/
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-weight: bold;
}

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

.banner_out.b_img.both .banner_3_photos_categories {
    border-bottom: 1px solid #b3b3b361;
    margin-bottom: 50px;
    padding-bottom: 50px;
}

.banner_3_photos_categories .banner_img {
    width: 478px;
    margin: 0px 24px;
}

.banner_3_photos_categories .cat-desc {
    margin: 30px 0px;
}

.banner_3_photos_categories .cat-desc h2 {
    text-align: center;
    font-size: 42px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
}

.banner_out.b_img.both.without_spaces .photo_b {
    margin: 0 auto;
    /* max-width: 1600px; */
}

.banner_out.b_img.both.without_spaces.margin-top-30 .photo_b .h_item:first-of-type img {
    padding: 109px 90px;
}

.editorials_slider .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag {
    padding: 0px;
    background: none;
    max-width: 1550px;
    margin: 0 auto;
    margin-top: 50px;
}

.editorials_slider .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-item .item {
    margin-right: 40px;
}

.editorials_slider .title_b {
    font-size: 72px;
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    margin-top: 60px;
}

.editorials_slider .title_b:after {
    content: '';
    position: absolute;
    left: -25px;
    right: 0;
    top: 100%;
    margin: 10px auto;
    width: 10%;
    height: 1px;
    background: #000;
}


/* Editorial homepage dynamic*/

.wrapper_editorial_homepage {
    max-width: 1500px;
    margin: 0 auto;
}

.wrapper_editorial_homepage .total_look_item_text {
    position: absolute;
    right: 51px;
    top: 142px;
    width: 277px;
    height: 270px;
    opacity: 0.8;
}

.wrapper_editorial_homepage .total_look_item_text .shop_look:hover {
    right: 35px;
    color: #000;
}

.wrapper_editorial_homepage .total_look_item_text .shop_look {
    position: absolute;
    right: 45px;
    bottom: 14px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.wrapper_editorial_homepage .total_look_item_text .title_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #000;
    max-width: 116px;
    position: absolute;
    left: 25px;
    top: 40px;
    line-height: 36px;
}

.wrapper_editorial_homepage .total_look_item_text h3.date_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    left: 27px;
    top: 20px;
}

.wrapper_editorial_homepage .owl_slider_editorials_homepage .owl-nav .prev {
    position: absolute;
    left: -8%;
    top: 29%;
}

.wrapper_editorial_homepage .owl_slider_editorials_homepage .owl-nav .next {
    position: absolute;
    right: -120px;
    top: 29%;
}

.wrapper_editorial_homepage .owl-item .d-table.mx-auto {
    float: left;
}

.wrapper_editorial_homepage .title_b {
    font-size: 72px;
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    color: #000;
    margin-bottom: 100px;
}

.wrapper_editorial_homepage .banner_title_area {
    position: relative;
}

.wrapper_editorial_homepage .title_b:after {
    content: '';
    position: absolute;
    left: 0px;
    right: 0;
    margin: 106px auto;
    width: 8%;
    height: 1px;
    background: #000;
}

.wrapper_editorial_homepage .wrapper_more {
    display: none;
}

.main_content_out .banner-photo-left {
    margin-top: 30px;
}

.banner_out .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag {
    background: #000;
    padding: 40px 175px;
}

.banner_out .editorials_slider .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag {
    padding: 98px 10px;
    margin-top: 123px;
}

.banner_out.homepage .owl_slider_area_s_ban_photo .owl-nav .next {
    position: absolute;
    right: 4%;
    top: 40%;
}

.banner_out.homepage .owl_slider_area_s_ban_photo .owl-nav .prev {
    position: absolute;
    left: 4%;
    top: 40%;
}

.banner_out.homepage.editorials_slider .owl-nav .next {
    margin-top: 80px;
}

.banner_out.homepage.editorials_slider .owl-nav .prev {
    margin-top: 80px;
}

.banner_out.editorials_slider .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag {
    background: #fff;
}

.banner_out .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-next .prev {
    position: absolute;
    top: 300px;
    right: 14px;
}

.banner_out .owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-prev .next {
    position: absolute;
    top: 300px;
    left: 18px;
}

.owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-prev i {
    color: #fff;
    font-size: 40px;
}

.owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-next i {
    color: #fff;
    font-size: 40px;
}

.owl_slider_area_s_ban_photo.owl-carousel.owl-loaded.owl-drag .owl-item .item {
    padding: 0px 10px;
}

.box_banner_title_c h3 {
    font-family: 'PFHighwaySansPro-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: 'PFHighwayGothicComp-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;
}

.pelates_title {
    padding-top: 38px;
}

.pelates_title h1 {
    font-size: 36px;
    color: #333333 !important;
}

.pelates_title .title_area {
    letter-spacing: 0.06em;
}

.title {
    font-weight: normal;
    font-size: 32px;
    color: #000;
    display: none;
}

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

.title_path h2 {
    color: #b3b3b3;
    font-family: 'PFTransportLight-Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.title_path a {
    color: #fff;
    letter-spacing: 0.1em;
}

.title_path .arrow {
    margin-top: -3px;
}


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

.editorials_wrapper .pr_item {
    margin-bottom: 20px;
}

#products_list_out.editorials {
    margin-top: -20px;
}

.title_out.editorials {
    margin-bottom: 70px;
}

.product_item {
    position: relative;
    margin-bottom: 20px;
    background: #ffffff;
}

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

.product_item_image img {
    image-rendering: -webkit-optimize-contrast;
}

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

.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;
    left: 7px;
    top: 10px;
    z-index: 3;
}

.product_item_offer,
.product_item_new,
.product_item_best {
    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: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #b3b3b3;
    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_new.product_item_icons_item.new {
    position: absolute;
    right: 1vw;
    bottom: 2vh;
    z-index: 50;
    margin: 0px;
}

.product_item_icons_new {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    right: 10px;
}

#total_look_out .product_item_icons_new {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    right: 17px;
    top: 22vh;
}

.hover_background_mobile {
    display: none!important;
}

.hover_background {
    position: absolute;
    height: 37px;
    width: 100%;
    z-index: 8;
    bottom: 0px;
    cursor: pointer;
    color: #fff;
    font-family: 'Roboto-Black', Arial, Helvetica, sans-serif;
    font-size: 11px;
    text-align: center;
    padding: 10px 11px;
    display: none;
}

.hover_background .add_wish_text {
    float: left;
    margin-left: 35px;
    opacity: 1;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.51);
    display: none;
}

#products_out .product_item_best_in {
    -webkit-box-shadow: 0px 6px 25px 1px rgb(228, 227, 228);
    -moz-box-shadow: 0px 6px 25px 1px rgba(232, 216, 232, 1);
    box-shadow: 0px 6px 25px 1px rgb(228, 227, 227);
    border-radius: 30px;
}

.product_item_best_in {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #b3b3b3;
}

.product_item_new.product_item_icons_item {
    background: none;
}

.product_item_new_in {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    display: none;
}

.product_item_icons_item:last-child {
    margin-bottom: -5px;
}

.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;
    text-align: left;
    display: none;
}

.product_feautures span {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

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

.product_item_text {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.product_item_text h3 {
    font-family: 'Abrade-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.product_item_colors_more {
    font-size: 11px;
    height: 13px;
    color: #9b9b9b;
    text-align: center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

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

.product_item_text h4 {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #666;
    letter-spacing: 0.9px;
}

.product_item_prices {
    display: none;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    font-size: 14px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #010101;
    margin-bottom: 4px;
    margin-top: 3px;
}

.price-input-selectors {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    margin-bottom: 20px;
    min-width: 250px;
}

.refresh_price {
    float: left;
    margin-top: -10px;
    cursor: pointer;
    margin-right: 20px;
}

.refresh_price a {
    display: block;
    font-family: "PFTransportLight-Regular", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 10px;
    font-weight: normal;
    color: pink;
    letter-spacing: 1.5px;
    padding: 8px;
    font-size: 35px;
}

.filter_text_prices_div {
    position: relative;
    width: 60px;
    height: 31px;
    border: 1px solid #bbbbbb;
}

.price-input-selectors_text {
    padding-top: 5px;
}

.price_from {
    width: 58px;
    margin: 0;
    padding: 0;
    border: none;
    height: 29px;
    text-align: center;
    outline: none;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.price_to {
    width: 58px;
    margin: 0;
    padding: 0;
    border: none;
    height: 29px;
    text-align: center;
    outline: none;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.price-input-selectors_text {
    padding-top: 5px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.products_price_old {
    float: left;
    position: relative;
    font-weight: normal;
    font-size: 14px;
    color: #999999;
    margin-right: 15px;
    text-decoration: line-through;
    margin-top: 0px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.products_price_new {
    float: left;
    color: #ff6666;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.offer-percentage {
    float: left;
    background-color: #ff6666;
    color: #fff;
    padding: 0.13em 0.13em;
    font-size: 13px;
    margin-left: 16px;
    line-height: 14px;
}

.product_item_price_txt {
    display: table;
    margin: 0 auto;
    text-align: center;
    font-family: 'pf_transportlight_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: 'MatrixScriptGrRegular', 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;
    background: #fff;
    display: block;
}

.who_we_are .cat-desc p {
    font-family: 'Abrade-Book', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 1.389em;
    text-align: center;
    max-width: 1140px;
    margin: 0 auto;
    padding-left: 25px;
    padding-right: 25px;
}

.who_we_are h2 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 42px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #333333;
    padding-top: 82px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.who_we_are {
    background: #F4F4F6;
}

.who_we_are h2:last-of-type {
    display: none;
}

.product_info_out {
    display: none;
}

.who_we_are .banner_img img {
    order: 2;
    margin-top: -23px;
    margin-bottom: -33px;
    /* margin-right: 50px; */
    max-width: 400px;
    max-height: 432px;
    flex-basis: 100%;
    display: none;
}

.banner_out.b_img .h_item .banner_img .cat-desc {
    font-family: 'Abrade-Book', Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0em;
    color: #333333;
    text-align: left;
}

.read-more-button_products {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #E72D3A;
}

.brand_item_out {
    padding-right: 4px;
    padding-left: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border-right: 1px solid #b3b3b3;
    margin-bottom: 20px;
    min-height: 110px;
    /* flex-direction: row; */
    /* margin-right: 15px; */
    /* flex-basis: 175px; */
}

.antiproswpeies_item_out {
    padding-right: 4px;
    padding-left: 4px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    border: 1px solid #b3b3b3;
    margin-bottom: 20px;
    flex-basis: 20%;
    min-height: 110px;
    flex-direction: row;
    margin-right: 15px;
    flex-basis: 175px;
}

.title_brands {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 42px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #E72D3A;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 37px;
    text-transform: uppercase;
}

.our-products-banner .banner_img a {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 46px;
    margin-left: 17px;
    margin-right: 17px;
}

.our-products-banner h3 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #000;
    margin-bottom: 30px;
}

.our-products-banner .banner_img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.our-products-banner p {
    font-family: 'Abrade-Book', Arial, Helvetica, sans-serif;
    font-size: 15px;
    text-align: left;
    letter-spacing: 0em;
    color: #4D4D4D;
    margin-bottom: 65px;
}

.our-products-banner .h_item {
    /*flex-basis: 190px;*/
    flex-basis: 312.5px;
    max-height: 368px;
}

.our-products-banner {
    background: #FFFFFF;
    margin-bottom: 73px !important;
}

.our-products-banner .row_b {
    justify-content: center;
}

.our-products-banner h3 {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 17px;
    letter-spacing: 0.1em;
    color: #000;
}

.our-products-banner h2 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 42px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #E72D3A;
    margin-top: 71px;
    margin-bottom: 79px;
}

.products-page h2 {
    color: #333333;
}

.our-products-banner .cat-desc {
    color: white !important;
}

.our-products-banner .banner_img {
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.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: 'PFTransportLight-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: 'Roboto-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;
}

.bloglist-wrapper .pagination .pag_first,
.bloglist-wrapper .pagination .pag_last {
    display: none;
}

.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;
    margin-right: 6px;
    margin-left: 20px;
    line-height: 29px;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    white-space: nowrap;
    color: #333;
}

.grid_title.filters {
    cursor: pointer;
}

.grid_title a {
    color: white;
    line-height: 28px;
    width: 110px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
    display: inline;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
}

.grid_area {
    float: left;
}

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

.grid_btn span {
    font-size: 14px;
    line-height: 22px;
    display: inline;
    color: #999999;
}

.grid_btn.grid8.underline span {
    color: #fff!important;
}

.underline {
    color: #fff!important;
    border-bottom: 3px solid #fff;
    padding: 3px 2px;
}


/* .grid_btn span:hover{
    color:#fff;
    border-bottom:2px solid #fff;
    padding: 5px 0px;
} */

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

.products_results_out {
    margin-top: 10px;
}

.products_results {
    color: #b3b3b3;
    float: left;
    font-family: 'PFTransportLight-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;
    margin-left: 5px;
    margin-right: 10px;
    text-align: center;
    color: #fff;
}


/* .search_select2::after {
    font-family: Font Awesome\ 5 Pro;
    content: '\f107';
    margin-left: 10px;
} */

.search_select_in2 {
    line-height: 28px;
    width: 110px;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    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;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

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

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

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


/* custom product list */

.display_products {
    float: right;
    margin-right: 20px;
    display: none;
}

.display_products_mobile {
    display: none;
}

.display_products_tablet {
    display: none;
}

.next_page_mobile {
    display: block;
    margin-top: 20px;
    margin: 0 auto;
}

@keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lds-dual-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.lds-dual-ring {
    position: relative;
}

.lds-dual-ring div {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px solid #000;
    border-color: #f1b9a76b transparent #f1b9a76b transparent;
    -webkit-animation: lds-dual-ring 1s linear infinite;
    animation: lds-dual-ring 1s linear infinite;
    margin: 0 auto;
}

.lds-dual-ring {
    width: 200px !important;
    height: 200px !important;
    -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
    margin: 0 auto;
}

.spinner {
    margin: 0 auto;
}

.next_page_mobile .spinner {
    display: none;
}

.next_page_mobile.show_spinner .spinner {
    display: block;
}

.next_page_mobile.show_spinner .next_page_mobile_in {
    display: none;
}

.next_page_btn {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 18px 20px;
    background: #000;
    box-sizing: border-box;
    margin-bottom: 50px;
    margin-top: 8px;
    cursor: pointer;
}

.next_page_btn:hover {
    background: #adaaaa;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.next_page_mobile_in .num_text {
    font-family: 'Roboto-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
}

.next_page_mobile_in .num_of_elements,
.next_page_mobile_in .total_num_of_elements {
    font-family: 'Roboto-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
}

.next_page_btn a {
    font-family: "Roboto-Bold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 0.13em;
    cursor: pointer;
}

.editorials_next_page_btn {
    text-align: center;
    max-width: 300px;
    margin: 0 auto;
    padding: 18px 20px;
    background: #000;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.editorials_next_page_btn:hover {
    background: #adaaaa;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.editorials_next_page_btn a {
    font-family: "PFTransport-Bold", Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.products_bar_out.bottom {
    display: block;
}


/* product */

#product_out {
    max-width: 1613px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto
}

#product_out .offer-percentage {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
}

#product_out .swiper-slide.photo_small {
    height: 200px;
    margin-bottom: 10px;
}

#products_out .main_box_area.cat_area .product_item_best_in {
    box-shadow: none;
}

#products_out .product_item_favorite.product {
    display: none;
}

#products {
    padding-top: 25px;
}

#filter_basic .filters_close {
    display: none;
}


/* #product_out .product_gallery_big .fa{
    display: none;
} */

#product_out .product_gallery_big .product_item_icons .product_item_offer {
    position: absolute;
    right: -4vw;
    -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);
    border-radius: 40px;
    display: none;
}

#product_out .product_gallery_big .product_item_new_in {
    display: none;
}

#product_out .product_feautures.model_size.margin_top {
    margin-top: 0px;
}

.owl_slider_area_s_3 .owl-nav .prev {
    position: absolute;
    left: -4%;
    top: 40%;
}

.owl_slider_area_s_3 .owl-nav .next {
    position: absolute;
    right: -4%;
    top: 40%;
}

.owl_slider_area_s_3 {
    margin-top: -10px!important;
}


/* .banner_out.both.sindiase_to .owl_slider_area_s_3{
    margin-top:0px!important;
} */

.owl_slider_area_s_1 .product_item {
    margin-right: 10px;
    margin-left: 10px;
}

.owl_slider_area_s_1 .owl-stage-outer {
    max-width: 1730px;
    margin-top: 25px;
    margin-bottom: 15px;
}

.owl_slider_area_s_1 .owl-nav .prev {
    margin-left: -44px;
}

.owl_slider_area_s_1 .owl-nav .next {
    margin-right: -44px;
}

.main_box_area.cat_area .owl_slider_area_s_4 .owl-stage>.owl-item {
    margin-right: 16px;
    margin-left: 0px;
}

.owl_slider_area_s_4 .owl-nav .fal {
    font-size: 40px;
}

.owl_slider_area_s_4 .owl-nav .prev {
    margin-left: -50px;
}

.owl_slider_area_s_4 .owl-nav .next {
    margin-left: -50px;
}

.load_more_wrapper {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.load_more_wrapper p {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
}

.load_more_wrapper a {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #fff!important;
    margin: 0 auto;
    display: block;
    background: #000;
    border: none;
    padding: 17px 36px;
    letter-spacing: 3px;
    cursor: pointer;
    width: 22%;
}

.progress {
    border-radius: 0px!important;
}

.progress-bar {
    color: #000!important;
}

.fas.fa-heart.total_look {
    color: #f1b9a7cf;
    font-size: 20px;
}

.fas.fa-heart {
    color: #fff;
    font-size: 20px;
}

.far.fa-heart {
    color: #000;
    font-size: 20px;
}

.product_item_favorite {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 12px;
    min-width: 100%;
}

.product_item_favorite .far {
    font-size: 20px;
    font-weight: 200;
}

.product_item_favorite img {
    visibility: hidden;
}

.color_avail .color_avail_text {
    display: flex;
    justify-content: center;
}

.color_avail .color_avail_text img {
    border-radius: 20px;
    width: 15px;
    height: 15px;
    margin: 0px 3px;
}


/* .product_cols .product_item_icons {
    top: 0px;
    left: auto;
    right: -61px;
} */

.product_gallery_out .product_item_icons {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 3;
}

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

.photo_big {
    max-width: 100%;
}


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

.product_gallery_out {
    position: relative;
    overflow-x:hidden;
}

.product_gallery {
    position: relative;
}

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

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

#owl_product_quick_s .owl-prev {
    background: #4d4d4d;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    left: -8px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 100;
    text-align: center;
}

#owl_product_quick_s .owl-next {
    background: #4d4d4d;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    right: -8px;
    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;
}

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

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


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

.photo_small {
    /* margin-top:3px;
	margin-bottom:3px;
	text-align:center;
	height:80px; */
    /* cursor: pointer;
    margin-bottom:10px!important;
    height: 190px!important;
    width: 145px!important; */
    /* 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); */
}

.swiper-slide.photo_small.active {
    border: 1px solid #000;
}

.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 {
    padding-top: 30px;
}

.product {
    text-align: center;
}

.product_video {
    margin-top: 30px;
}

.product_video iframe {
    width: 100%;
}

.product_title {
    margin-bottom: 15px;
}

.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-Bold', Arial, Helvetica, sans-serif;
    font-size: 36px;
    font-weight: normal;
    color: #E72D3A;
    letter-spacing: 0em;
    text-align: left;
}

.product_title h3 {
    font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #333;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
    text-align: left;
}

.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 #cfcecf;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

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

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

.product_price .products_price_new {
    float: left;
    color: #ff6666;
    font-size: 18px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
}

#product_quantity_title {
    /* float:left; */
    line-height: 34px;
    font-family: 'PFTransportMedium-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: #00aa5b;
    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_look {
    float: left;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    border: 1px solid #000;
    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_look a {
    display: block;
    background: url(../images/design/basket_icon.png) right center no-repeat;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    padding-left: 0px;
    padding-right: 130px;
    padding-top: 13px;
    padding-bottom: 15px;
    -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) right center no-repeat;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #fff !important;
    padding-left: 0px;
    padding-right: 87px;
    padding-top: 15px;
    padding-bottom: 14px;
    -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: #10804c;
}

.goto_basket {
    float: left;
    background: #4d4d4d;
    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: 'PFTransportMedium-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: 20px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.product_favorite .fa-heart {
    font-size: 23px;
}

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

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

.margin_top {
    margin-top: 20px;
}

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

.tabs_item {
    /*border-bottom: 1px solid #cfcecf;*/
    font-weight: bold;
}

.tabs_item_title {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #333333;
    letter-spacing: 1.7px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    cursor: pointer;
}

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

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

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

.product_details_item a {
    display: block;
    font-family: 'PFTransportMedium-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: 10px;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    letter-spacing: 1.7px;
    line-height: 37px;
    display: flex;
    justify-content: left;
    align-items: center;
    display: none;
}

.product_more a {
    color: #E72D3A;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.04em;
}

.product .product_tabs.margin_top {
    border-top: 1px solid #cfcecf;
    max-width: 581px;
    margin-left: 0px;
    display: none;
}

.product .color_item:active {
    border: 1px solid #cfcecf;
    border-radius: 20px;
}

.social_item_s {
    float: left;
    margin-right: 10px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000;
}

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

.products_icons .row {
    margin: 0;
}

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

.products_icons .col-lg-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;
}

.col-lg-2.col-sm-height.col-full-height.show {
    -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);
}

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

.col-lg-2.col-sm-height.col-full-height.hide {
    display: none;
}

.col-lg-2.col-sm-height.col-full-height.show {
    display: block;
}

.product_tabs_out {
    margin-top: 30px;
}

.filters-hide-show {
    padding: 9px 0px;
    line-height: 10px;
    display: block;
    height: 28px;
}

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

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

#product_tabs_bottom {
    font-size: 15px;
    letter-spacing: 0.1px;
    line-height: 18px;
    /* height:auto;
    overflow-y: auto; */
}

#product_tabs_bottom .nav-tabs {
    justify-content: center;
}

#product_tabs_bottom_in {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    font-family: "Abrade-Light", Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.06em;
}

#product_tabs_bottom_in ul {
    padding-left: 20px;
}

#product_tabs_bottom_in ul li {
    padding-bottom: 5px;
}

#product_tabs {
    width: 1684px;
    margin: 0 auto;
}

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

#product_tabs .tab-list {
    display: flex;
    justify-content: center;
    padding-bottom: 11px;
    border-bottom: 1px solid #cecece;
}

#product_out li>a {
    color: #989797;
    font-size: 16px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
}

#product_out li>a.active.show {
    /*padding: 10px 15px;
    border-top: 1px solid lightgray;
    border-left: 1px solid lightgray;
    border-right: 1px solid lightgray;
    border-bottom: 2px solid #fff;*/
    color: #000;
    font-size: 16px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.12em;
    cursor: pointer;
    border-bottom: 3px solid #E72D3A;
}

#product_out #product_tabs {
    margin-top: 40px;
}

#product_out .product_gallery_big .product_item_best.product_item_icons_item {
    display: none;
}

#product_out .col-lg-4 .dontmiss {
    display: none;
}

#product_out .col-lg-4 .banner_title_area_out {
    display: none;
}

.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 {
    max-width: 900px;
    margin: 0 auto;
}

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


/* contact */

#map {
    width: 100%;
    height: 400px;
}

#contact {
    padding-top: 20px;
}

#contact_out_in #contact_in .eshop_oroi a {
    margin-left: 0px;
}

#contact_in {
    margin-bottom: 40px;
}

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

#contact_text h3 {
    font-family: 'PFHighwaySansPro-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-bottom: 1px solid #d5d5d6;
    /* border-radius:7px; */
    padding-left: 18px;
    padding-right: 18px;
    margin-bottom: 5px;
}

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

#contact_form input[type="text"],
#contact_form_c input[type="text"] {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    background: none;
    height: 42px;
    line-height: 42px;
    font-family: 'Abrade-Book', Arial, Helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: 0.01em;
    font-size: 16px;
    color: #999999;
}

#offer_form input[type="text"],
#offer_form_c input[type="text"] {
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    background: none;
    height: 42px;
    line-height: 42px;
    font-family: 'RobotoCondensed-LightItalic', Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
}

#contact_offer input[type="text"],
#contact_offer_c input[type="text"] {
    width: 100%;
    border-radius: 5px;
    background: #f7f7f7;
    border: 1px solid #d8d8d8;
    padding: 5px 10px;
}

#offer_form textarea,
#offer_form_c textarea {
    width: 100%;
    border: none;
    background: none;
    height: 150px;
    margin: 0;
    overflow: auto;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

#contact_form textarea,
#contact_form_c textarea {
    width: 100%;
    border: none;
    background: none;
    height: 150px;
    margin: 0;
    overflow: auto;
    resize: none;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 15px;
    color: #4d4d4d;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 12px;
}

#contact_submit_btn,
#contact_submit_btn_c,
#contact_submit_btn_1,
#friend_submit_btn {
    display: table;
    margin: 0 auto;
    cursor: pointer;
    margin-top: 10px;
}

#contact_submit_btn a,
#contact_submit_btn_c a,
#contact_submit_btn_1 a,
#friend_submit_btn a {
    display: block;
    background: #000000;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 16px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    color: #ffffff;
    letter-spacing: 1.6px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


/*#contact_submit_btn a:hover,
#contact_submit_btn_c a:hover,
#contact_submit_btn_1 a:hover,
#friend_submit_btn a:hover {
    background: #696969;
}
*/

#contact_results {
    display: table;
    margin: 0 auto;
    font-size: 18px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    margin-top: 10px;
    text-align: center;
}

.contact_right {
    color: #000;
}

.contact_wrong {
    color: #FF0000;
}

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

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

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

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

#contact_form .col-lg-9,
#contact_form_c .col-lg-9 {
    padding-left: 0;
}

#contact_form .contact_item.error {
    /*border-bottom:1px solid #a94442;*/
    border: 1px solid #a94442;
}

#contact_form .error_txt {
    display: none;
    visibility: hidden;
    /*height:15px;*/
    min-height: 15px;
    color: #a94442;
    font-weight: normal;
    letter-spacing: 0.1px;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: 5px;
}

#offer_form .offer_item.error {
    /*border-bottom:1px solid #a94442;*/
    border: 1px solid #a94442;
}

#offer_form .error_txt {
    display: none;
    visibility: hidden;
    /*height:15px;*/
    min-height: 15px;
    color: #a94442;
    font-weight: normal;
    letter-spacing: 0.1px;
    font-size: 12px;
    margin-top: -3px;
    margin-bottom: 5px;
}

#contact_form .contact_item.error+.error_txt {
    display: block;
    visibility: visible;
}

#contact_form .contact_item.error label {
    color: #a94442;
}

#contact_form .eshop_oroi.newsletter_terms {
    float: left;
    margin-top: 5px;
    margin-left: 21px;
}

#contact_form #contact_buttons {
    float: right;
    margin-top: 40px;
}

#contact_submit_btn a,
#contact_submit_btn_c a,
#contact_submit_btn_1 a,
#friend_submit_btn,
#offer_submit_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 195px;
    background: #E72D3A;
    border-radius: 2em;
    padding: 1em 4.063em;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.12em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.ask_offer a {
    color: #ffffff;
    display: block;
    text-transform: uppercase;
    /*
    background: #E72D3A;
    border-radius: 2em;
    padding: 0.563em 2.625em;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 0.12em;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
*/
}

.ask_offer:hover {
    background: #333333;
    color: #fff;
    transition: all .2s;
}


/*.ask_offer a:hover{
    color:#000;
}*/

.ask_offer {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0em;
    color: #fff;
    background: #E72D3A;
    border-radius: 2em;
    padding: 0.717em 3.333em;
    margin-top: 22px;
    margin-bottom: 71px;
    transition: all .2s;
    max-width: 296px;
}

.technic {
    max-width: 100%;
    display: flex;
}


/* articles */

.articles_out .title_out,
.contact_out .title_out {
    background: white;
    padding-top: 40px;
}

.title_pelates_out {
    padding-top: 9px;
    background: #fff;
}

.articles_out .title.center,
.contact_out .title_out {
    font-family: 'Abrade-bold', Arial, Helvetica, sans-serif;
    font-size: 46px;
    letter-spacing: 0em;
    text-align: center;
}


/* blog_list */

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

.articles_out.blog .title_out {
    background: white;
    padding-top: 0px;
    min-height: 100px;
}

.articles_out.blog .title_area h1 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.06em;
    color: #333;
    margin-top: 53px;
}

.articles_out.blog_article .title_out {
    background: white;
    padding-top: 0px;
    min-height: 100px;
}

.articles_out.blog_article .title_area h1 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.06em;
    text-align: center;
    color: #333;
    margin-top: 53px;
}

.articles_out.blog_article .title_area h4 {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

.articles_out.blog_article .title_area h4 span {
    text-transform: uppercase;
}

.articles_out.blog_article .title_out .fa {
    margin-right: 9px;
    margin-left: 9px;
}

.articles_out.blog .title.center.mobile {
    display: none;
}

.blog-wrapper {
    padding-top: 44px;
    padding-bottom: 57px;
    background: #F4F4F6;
}

.blog-wrapper .icon {
    display: none;
}

.blog-wrapper .blog_item {
    margin: 0px 19px;
}

.blog-wrapper .blog_item .date-text {
    font-family: 'Abrade-Bold', Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #E72D3A;
}

.blog-wrapper .blog_item .icon {
    margin: 0px 4px 0px 0px;
}

.blog-wrapper .title_b,
.title_area h1 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 42px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #E72D3A;
    display: block;
    width: 100%;
    margin-bottom: 14px;
}

.title_area h2 {
    font-family: 'Abrade-Black', Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.04em;
    color: #000;
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

.blog-wrapper.blog_article .title_b {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 29px;
    width: 500px;
    background-color: #fff;
    margin: -12px auto;
    text-transform: uppercase;
}

.blog-wrapper.blog_article .title_b:after {
    display: none;
}

.blog-wrapper.blog_article .banner_title_area {
    border-bottom: 1px solid #b3b3b36b;
}

.bloglist-wrapper {
    max-width: 1276px;
    margin: 0 auto;
}

.blog_list_item_text {
    font-family: 'Roboto-light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    line-height: 23px;
    color: #000;
}

.fa.fa-angle-up.rotate.down {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa.fa-angle-right.rotate.down {
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.blog_list_item h2 {
    font-family: 'RobotoCondensed-Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #000000;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    min-height: 72px;
}

.blog_list_item h2 a {
    color: #000000;
}

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

.blog_filter_item_area.slide .blog_f_item.below a {
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.blog_filter_item_area.slide .blog_f_item.below a:hover {
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #000;
    color: #fff;
}

.background-hide-show.background-show {
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #000;
    color: #fff;
}

.background-hide-show.background-hide {
    padding: 10px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    background-color: #fff;
    color: #000;
}

.blog_date .date-text {
    margin-left: 10px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 20px;
}

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

.blog_list_more {
    float: left;
    margin-top: 20px;
    display: inline-block;
}

.blog_list_more svg {
    margin-left: 5px;
}

.no_padding_left {
    padding-left: 0px!important;
}

.articles_out.blog #articles_out_in .container-fluid {
    padding-left: 0px!important;
}

.blog_list_more a {
    display: block;
    background: #000;
    font-size: 12.50px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    -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;
    -webkit-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

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

.blog_list_info {
    margin-top: 25px;
    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;
    font-family: 'RobotoCondensed-Bold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
}

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

.blog_list_info_bottom {
    margin-top: 10px;
}

.blog_search {
    position: relative;
    margin-bottom: 50px;
}

.blog_filter_item:nth-of-type(3) .blog_filter_item_title h3 {
    border-bottom: none;
    border: 1px solid #999999;
    padding: 11px 10px;
}

.blog_filter_item:nth-of-type(3) .blog_filter_item_title .fa {
    float: right;
    font-weight: 300;
}

.blog_filter_item:nth-of-type(3) .blog_filter_item_title h3 {
    cursor: pointer;
}

.tags_wrapper {
    display: flex;
    width: 332px;
    flex-wrap: wrap;
}

.tags_wrapper p {
    font-size: 14px;
    color: #999999;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    border: 0.5px solid #bbbbbbad;
    padding: 5px 15px;
    margin: 5px 5px;
    letter-spacing: 1px;
}

.blog_filter_item.tags {
    margin-top: 40px;
}

.blog_filter_item.tags .blog_filter_item_title h3 {
    border: none;
}

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

.blog_search_left_in {
    padding-right: 10px;
}

.blog_search_left input[type="text"] {
    background: none;
    border: none;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    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;
}

.blog_search_right button {
    border-radius: 0px;
    background: #fff;
    padding: 0;
    margin: 0;
    height: 36px;
    border: none;
    padding-left: 15px;
    padding-right: 5px;
    border-bottom: 1px solid #000;
}

.bottom_item.blog .social_area {
    float: left;
    margin-left: -5px;
}

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

.blog_filter_item {
    margin-bottom: 40px;
}

.blog_filter_item_title h3 {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d1d0;
    text-transform: uppercase;
}

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

.blog_f_item a {
    display: block;
    font-size: 16px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    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;
    font-weight: 300;
}

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

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

.blog_list_item .row {
    display: flex;
    /*flex-direction: column;*/
    flex-wrap: nowrap;
}

.blog_list_item:nth-child(4n+1),
.blog_list_item:nth-child(4n+4) {
    width: 100%;
    float: left;
    margin-bottom: 80px;
}

.blog_list_item:nth-child(4n+2),
.blog_list_item:nth-child(4n+3) {
    width: 50%;
    float: left;
    margin-bottom: 80px;
}

.blog_list_item:nth-child(4n+2) .col-lg-6,
.blog_list_item:nth-child(4n+3) .col-lg-6 {
    max-width: 90%;
}

.blog_list_item:nth-child(4n+5),
.blog_list_item:nth-child(4n+6) {
    width: 50%;
    float: left;
    margin-bottom: 80px;
}

.blog_list_item:nth-child(4n+5) .col-lg-6,
.blog_list_item:nth-child(4n+6) .col-lg-12 {
    max-width: 90%;
}

.next_page_mobile center {
    margin-bottom: 5px;
}

.next_page_mobile span {
    font-family: 'Roboto-Light', Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #808080;
}

.pagination_out_1 .blog_list_read_more {
    max-width: 250px;
    text-transform: uppercase;
    background: #000;
    color: #fff;
    padding: 18px 20px;
    background: #000;
    box-sizing: border-box;
    margin-bottom: 50px;
    cursor: pointer;
}

.read-more-button {
    display: flex;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #E72D3A;
    border-radius: 2em;
    padding: 0.917em 2.333em;
    margin-top: 22px;
    margin-bottom: 71px;
    transition: all .2s;
    justify-content: center;
    text-transform: uppercase;
}

.read-more-button::after,
.read-more-button_products::after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.397 10.164' width='10.81px' height='10.8px'%3E %3Cdefs%3E %3Cstyle%3E .b9010b81-bd4d-4a06-8ec5-9a649463886d%7Bfill:%23e72d3a%7D %3C/style%3E %3C/defs%3E %3Cg id='a8deee29-f91e-4008-8da0-ee21180942db' data-name='Layer 2'%3E %3Cpath id='a1334c2b-03d8-4fca-a067-41c6c24b8499' d='M4.049 12.31l2.416-2.415H.2V7.562h6.265L4.049 5.146l1.483-1.5 5.066 5.083-5.066 5.082z' class='b9010b81-bd4d-4a06-8ec5-9a649463886d' data-name='Customers' transform='translate(-.2 -3.646)'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    width: 10.81px;
    height: 10.8px;
    margin-left: 0.9em;
}

.read-more-pelates a {
    display: flex;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 0.08em;
    color: #E72D3A;
    border-radius: 2em;
    padding: 0.917em 2.333em;
    margin-top: 22px;
    margin-bottom: 10px;
    transition: all .2s;
    justify-content: center;
    text-transform: uppercase;
}

.read-more-pelates a::after,
.blog_inner .blog_list_more2 a::after,
.product_more a::after {
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10.397 10.164' width='10.81px' height='10.8px'%3E %3Cdefs%3E %3Cstyle%3E .b9010b81-bd4d-4a06-8ec5-9a649463886d%7Bfill:%23e72d3a%7D %3C/style%3E %3C/defs%3E %3Cg id='a8deee29-f91e-4008-8da0-ee21180942db' data-name='Layer 2'%3E %3Cpath id='a1334c2b-03d8-4fca-a067-41c6c24b8499' d='M4.049 12.31l2.416-2.415H.2V7.562h6.265L4.049 5.146l1.483-1.5 5.066 5.083-5.066 5.082z' class='b9010b81-bd4d-4a06-8ec5-9a649463886d' data-name='Customers' transform='translate(-.2 -3.646)'/%3E %3C/g%3E %3C/svg%3E");
    background-repeat: no-repeat;
    width: 10.81px;
    height: 10.8px;
    margin-left: 0.9em;
}

.pagination_out_1 .blog_list_read_more:hover {
    background: #adaaaa;
    transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.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: 'pf_transportregular', 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 #d0d1d07a;
}

.blog_post_item a {
    display: block;
}


/* .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-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.4px;
    color: #4d4d4dbd;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 297px;
    padding-left: 5px;
    padding: 10px 10px;
}

.blog_filter_item_area.slide .blog_post_item_text h4:hover {
    background: #000;
    color: #fff;
}

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

.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;
    clear: both;
}

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: #E72D3A;
    color: #fff;
}

ul.pag_list li.pag_link a {
    display: block;
    border-radius: 0px;
    color: #000;
    border: 1px solid #b3b3b3;
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 175px;
    -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: #E72D3A;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0px;
}

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


/* blog */

#blog {
    margin-top: 25px;
}

#blog h1 {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #000000;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
}

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

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

.green_text,
.green_text a {
    color: #4d4d4d;
}

#blog_share {
    margin-top: 40px;
    float: right;
}

.blog_share_title {
    float: left;
    font-size: 26px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #a1a19c;
    margin-right: 15px;
}

.blog_share_item {
    float: left;
    margin-right: 12px;
}

.blog_share_item a {
    display: block;
    color: #a1a19c;
    -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_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: #000;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

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

#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;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
    cursor: pointer;
    background: #272425;
    border-radius: 0px;
    -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: #4d4d4d;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.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: #4d4d4d;
    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,
#div_accept_terms .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: #4d4d4d;
    color: #fff;
    border: none;
    /*border-bottom:2px solid #4d4d4d;*/
}

.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: #4d4d4d;
    color: #fff;
    border: none;
    /*border-bottom:2px solid #4d4d4d;*/
}

.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: #4d4d4d;
    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: #000;
    color: #fff;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    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 {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    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-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 10px 30px;
}

.login_btn:hover {
    background: #4d4d4d;
}

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

.lost_pass_area a {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.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%; */
    /* logw tou fb chat plugin*/
    top: 75%;
    -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: #ea8d8d;
    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: 48px;
    font-weight: normal;
    line-height: 45px;
}

#back_to_top:hover span {
    background: #E72D3A;
}

#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;
    /*border-top: 1px solid #e8e8e8;*/
}

.filter_category_title {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: none;
}

.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 {
    font-size: 18px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    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;
    border-bottom: 0.5px solid #CCCCCC;
    max-width: 314px;
}

.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: 19px;
    padding-bottom: 19px;
    cursor: pointer;
    padding-left: 12px;
    padding-right: 7px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.filter_categories_item_title a:hover {
    margin-left: 4px;
    color: #E72D3A;
}

.filter_cat_t {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    font-size: 18px;
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0em;
    max-width: 314px;
    /*border-bottom: 1px solid #E4E4E4;
    border-top: 1px solid #e4e4e4;*/
}

.filter_cat_arrow {
    display: table-cell;
    vertical-align: middle;
    padding-left: 9px;
    float: left;
    margin-left: -23px;
    margin-top: -14px;
}

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

.filter_categories_item.active .filter_cat_arrow_in {
    background: url(../images/design/arrow_down.png) top left no-repeat;
    width: 15px;
    height: 10px;
}

.filter_name {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 17px;
    margin-bottom: 17px;
}

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


/* .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;
    margin-left: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.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: 166px;
    font-family: 'Roboto-light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: center;
    background: url(../images/design/circle_filters.png) top left no-repeat;
    max-width: 164px;
}

.sub_filter_cat_tchecked {
    display: table-cell;
    vertical-align: middle;
    width: 79px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: left;
    background: url(../images/design/circle_choise_filters.png) top left no-repeat;
    max-width: 164px;
}

.sub_filter_cat_tchecked span {
    margin-left: 25px;
}

.sub_filter_cat_t span {
    display: flex;
    margin-left: 26px;
}

.choise_filters {
    display: table-cell;
    vertical-align: middle;
    width: 100px;
    font-family: 'Roboto-light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    text-align: right;
    background: url(../images/design/circle_choise_filters.png) top left no-repeat;
    max-width: 164px;
}

.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: #E72D3A;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #fff;
}

.search_area i {
    float: left;
    margin-right: 20px;
    font-size: 19px;
    color: #fff;
    line-height: 36px;
    font-weight: 300;
}

.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: 29px;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0px;
    text-align: center;
}

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

.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: #fff;
    padding: 15px 30px;
    font-size: 15px;
    color: #000;
    text-align: left;
    z-index: 11;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    border-top: 1px solid;
}

.cookies_alert_in {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cookies_alert a {
    color: #000;
    text-decoration: underline;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
}

.cookies_buttons .cookies_close {
    background-color: #fff;
    border-radius: 0px;
    color: #222;
    display: block;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    max-width: 120px;
    margin-right: 65px;
    border: 1px solid #000;
    /*height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top:-10px;
    width: 20px;
    text-align:center;
    font-size:12px;*/
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.cookies_buttons .cookies_close:hover {
    background: #4d4d4d;
    color: #fff;
}

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


/* .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 {
    background: #333;
    color: #747f81;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: 'PFTransport-Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    border-top: 1px solid #ccc;
}

#footer a {
    color: #747f81;
}

.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: 'pf_transportblack', 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: 'pf_transportregular', 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: 'pf_transportbold', 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: 'pf_transportblack', 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: 'pf_transportbold', 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;
}

#bottom-info {
    background: #272425;
    min-height: 140px;
    display: none;
}

#bottom-info .info-box {
    flex-direction: column;
    text-align: center;
    min-height: 140px;
    border-right: 1px solid #4d4d4d;
}

.mobile-show.mobile-show.owl_slider_area_s_c_custom {
    display: none;
}

.desktop-show {
    display: block;
}

.footer-cols.mobile-show .bottom_item.motto {
    display: none;
}


/* .footer-cols:nth-of-type(-n+2){
    margin-left: 11%;
} */

#bottom-info .text span {
    font-size: 16px;
    font-family: 'Roboto-Black', Arial, Helvetica, sans-serif;
    color: #fff;
}

#bottom-info .text p {
    font-size: 13px;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    color: #fff;
}

.ins_feed {
    position: relative;
    margin-bottom: 25px;
}

.ins_feed_out {
    background: #f2f2f2;
    display: none;
}

.ins_feed_out .container-fluid {
    margin: 0px;
    padding: 0px;
}

.ins_feed_title {
    margin: 25px 0px;
}

.ins_feed_title h1 {
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 35px;
}

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


/* 
.ins_feed_img {
    width: auto;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 28px;
    opacity: 0.8;
} */

.ins_feed_img p {
    text-align: center;
    font-family: 'RobotoCondensed-Light', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;
}

.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-lg-6,
#form_popup_out_in #contact_form .col-lg-3,
#form_popup_out_in #contact_form .col-lg-9 {
    float: left;
}

#form_popup_out_in #contact_form .col-lg-6 {
    width: 50%;
}

#form_popup_out_in #contact_form .col-lg-3 {
    width: 25%;
}

#form_popup_out_in #contact_form .col-lg-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: #4d4d4d;
}

.banner_out.no_margin_bottom {
    margin-bottom: 0;
}

.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-sm-height {
    border-left: 1px solid #fff;
}

.blue_bar .col-sm-height:first-child {
    border-left: none;
}

.blue_item {
    font-size: 16px;
    font-weight: 600px;
    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.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: 'MatrixScriptGrRegular', 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: 'MatrixScriptGrRegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #4d4d4d;
    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: #4d4d4d;
    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 #4d4d4d;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding-left: 5px;
    padding-right: 5px;
    background: #4d4d4d;
}

.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 #4d4d4d;
    pointer-events: none;
}

.lists_select_item select option {
    background: #fff;
    padding: 5px;
    padding-bottom: 5px;
    color: #4d4d4d;
}

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

#send_all_results {
    margin-top: 20px;
}

#show_basket {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    background: #4d4d4d;
    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;
    outline: none;
}

.owl_product_r .owl-dots .owl-dot span {
    background: #000;
    border-radius: 20px;
    display: block;
    height: 14px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 14px;
}

.owl_product_r .owl-controls {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.owl_product_r .owl-dots .owl-dot.active span {
    background: #000;
    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: "PFTransportLight-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;
}

#contact_results .news_middle {
    text-align: left;
}

.map_out {
    border-bottom: 1px solid #cccccc;
    border-top: 1px solid #cccccc;
}

.blog_list_read_more.d-none {
    display: none;
}

.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: #000000;
    padding-left: 25px;
    height: 50px;
}

.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: 'PFHighwayGothicComp-Regular', Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1.2px;
    color: #b3b3b3;
    padding-top: 8px;
    padding-bottom: 8px;
}

#top_out2 .top-message {
    margin: 16px 0px;
}

#top_out2 .message {
    text-align: right;
    font-size: 14px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 1px;
}

#top_out2 .ml-5 {
    margin-left: 6rem!important;
}

#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: "FuturaGreek-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: "FuturaGreek-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;
}

#product_info .pr_out_of_stock {
    max-width: 300px;
}

.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: 23px;
    font-weight: 700;
    color: #fff;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

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

.logo-wrapper .logo {
    max-width: 270px;
}

.telephone-wrapper,
.metaforika-wrapper {
    color: #b3b3b3;
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 1px;
}

.metaforika-wrapper {
    letter-spacing: 2px;
}

.telephone-wrapper {
    padding-left: 40px;
}

div.in-list .telephone-wrapper {
    padding-left: 90px;
}

.top-bar-wrapper {
    width: 100%;
}

.top_item a i {
    font-size: 14px;
    color: #cccccc;
}

.top_item:last-child a i,
.top_item:nth-last-child(2) a i {
    font-size: 16px;
}

span.num_total_fpa {
    color: #666;
    font-family: "CeraGreek-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-radius: 15px;
    padding: 8px 0px;
    cursor: pointer;
    /* width: 146px; */
    width: 16.667vw;
    min-width: 351px;
    max-width: 351px;
    margin-left: 8px;
    background: #F4F4F6;
    transition: all .3s;
}

.top_item.search-desktop .style_search {
    position: relative;
    right: 14px;
}

.top_item.basket_btn_h a {
    position: relative;
}

.basket-text,
.search-text {
    color: #808080;
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    margin-right: 5px;
    letter-spacing: 1px;
    margin-left: 15px;
}

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: 10px;
    z-index: 2;
    color: #666;
    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;
}


/* 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;
    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: 1;
    /* width: calc(100% - 300px); */
    width: 100%;
}

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: "PFTransportLight-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;
}

.menu_item .menu_item_bottom {
    border-top: 5px solid #333333;
    margin-top: -4px;
    box-shadow: 6px 8px 8px 0px #00000075;
}

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

nav.menu-fixed-left .sub_menu_item_title a {
    display: block;
    font-family: "PFTransportLight-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: "PFTransportLight-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:nth-of-type(4) .bottom_item h3 {
    text-align: center;
} */

.bottom_item.motto {
    line-height: 22px;
}

.bottom_item.motto p span {
    font-size: 13px;
    color: #000;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.bottom_item.motto li p {
    text-align: center;
}

.cards-logo {
    margin-top: 20px;
}

#footer .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
}

.cards-wrapper {
    background: #333;
    border-top: 1px solid #ccc;
}

.cards-wrapper img {
    width: 100%;
}

.cards-wrapper .cards2 img {
    width: 35%;
    float: left;
    margin: 10px 0px;
}

div.shop-more-button {
    font-family: "CeraGreek-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;
}

#products_out .title_area {
    text-align: center;
    margin-right: 14%;
}

#products_out .title_out {
    padding-top: 20px;
    background-color: #000;
    padding-bottom: 10px;
    display: none;
}

#products_out .banner_out .main_box_area {
    background: #fff;
    padding-top: 25px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 0px;
}

#product_out .owl_slider_area_s_4 {
    margin-top: 0px!important;
    margin-left: -5px;
}


/* .main_box_area.cat_area .owl_slider_area_s_4 .owl-item{
    width: initial!important;
} */

.product_image_first,
.product_image_second {
    position: relative;
    top: 0;
    left: 0;
    border: 1px solid #F2F2F2;
    padding-top: 24px;
    padding-bottom: 24px;
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
    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-container {
    height: 180px;
    margin-top: 30px;
    width: 110%;
}

.swiper-container.no-margin-top {
    margin-top: 0;
}

.swiper-container-for-navi {
    position: relative;
    display: table;
}

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

.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: #fff !important;
    color: #000 !important;
    border: 1px solid #000;
}

.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: 0px;
    display: none;
}

.product_buttons {
    margin-top: 30px;
    display: none;
}

.product_favorite:hover i {
    color: #4d4d4d;
}

.product_favorite:hover i::before {
    content: '\f004';
}

div.product_gallery_small {
    padding-right: 0px;
    margin-top: 0px;
}

#product_out li>a {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    letter-spacing: 0.12em;
    margin: 0px 10px;
    cursor: pointer;
    border-bottom: 3px solid #B3B3B3;
    font-weight: bold;
    color: #B3B3B3;
}

div.avail {
    margin-top: 10px;
    font-size: 12px;
    color: #333333;
    text-align: left;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #1fb574;
    display: none;
}

#product_tabs_top .nav-tabs {
    display: flex;
    justify-content: space-around;
    align-items: baseline;
}

#products_out_in #product_tabs {
    width: initial;
    margin: 0 auto;
    margin-top: 60px;
}

.mobile_header .mobile.logo {
    margin: 0;
    display: flex;
    /* margin-left: -30px; */
}

.mobile_header .top_item a i {
    font-size: 20px;
    color: #000;
}

.mobile-metaforika-wrapper {
    padding: 10px;
    background: #000;
    color: #fff;
}

.mobile-tel-wrapper {
    padding: 10px;
    background: #b3b3b3;
    color: #fff;
}

.metaforika-inner,
.tel-inner {
    font-family: 'CeraGreek-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: 0px 10px 10px 10px
}

#top_out_r_mob .bergur-logo {
    display: flex;
    width: 30vw;
    justify-content: flex-start;
}

#top_out_r_mob .mobile-wishlist-mobile-basket {
    display: flex;
    width: 50vw;
    justify-content: flex-end;
}

.menu_out_side:not(.closed)+#side-wrapper-in .col-lg-6.product_col,
.menu_out_side:not(.closed)+#side-wrapper-in .col-lg-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: #4d4d4d;
}

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

.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: #4d4d4d;
    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;
    margin-bottom: 65px;
}

.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!important;
    -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: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 35px;
    color: #fff;
    margin-top: 30px;
}

div.minxaseteekpt {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: "CeraGreek-Regular", Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 90px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
    width: 60%;
    margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #333333;
    font-family: "CeraGreek-Medium", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 10px;
}

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

.newsletter_results_exit_intent {
    background: #fff;
    margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
    height: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.fb-plugin-followers {
    margin-top: 20px;
    max-width: 250px;
}


/* GDPR compliance*/

#div_accept_terms a {
    color: #000;
    text-decoration: underline;
}

.cookies_buttons {
    display: flex;
    /* width: 300px; */
    justify-content: center;
}

.cookies_buttons .cookies_decline {
    color: #fff;
    display: block;
    text-align: center;
    text-decoration: underline;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 8px 15px;
    max-width: 120px;
    cursor: pointer;
}

div.account-buttons {
    border-top: 1px dashed #4d4d4d;
    border-bottom: 1px dashed #4d4d4d;
    text-align: center;
    padding: 5px 0;
    margin: 10px 0;
}

div.account-buttons a.download-profile-button {
    color: #777777;
    /* font-family: 'FuturaGreek-Medium', Arial; */
    font-size: 13px;
}

div.account-buttons a.delete-profile-button {
    color: #ff0000;
    /* font-family: 'FuturaGreek-Medium', Arial; */
    font-size: 13px;
}

h3.history_order_title {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    border-top: 1px dashed #4d4d4d;
    padding-top: 20px;
    margin-top: 20px;
}

h3.history_order_title:first-child {
    border-top: none;
    padding-top: 0;
    margin-top: 0;
}

#show_profile div.win_col.col-md-4,
#show_profile div.win_col.col-md-6,
#show_profile div.win_col.col-md-12 {
    text-align: center;
}

#show_profile .formobjects_title {
    font-weight: normal;
    letter-spacing: 2.4px;
    font-size: 12px;
    color: #1a1a1a;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

a.download_data_link {
    background: #4d4d4d;
    padding-left: 25px;
    padding-right: 25px;
    max-width: 345px;
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    height: 47px;
    padding: 10px;
    /* font-family: 'FuturaGreek-Medium', Arial, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: 15px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 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;
}

a.delete_data_link {
    background: #ff0000;
}

.eshop_oroi.newsletter_terms {
    float: none;
    margin-top: 10px;
}

.cookies_popup_text {
    /* font-family: 'FuturaGreek-Light', Arial, Helvetica; */
    font-weight: normal;
    font-size: 16px;
    max-height: 300px;
    overflow-y: auto;
}


/* #cookiesPopup1,
#deleteProfile1 {
    font-family: 'FuturaGreek-Medium', Arial, Helvetica;
}

.modal-footer {
    font-family: 'FuturaGreek-Medium', Arial, Helvetica;
} */

.btn {
    font-size: 15px;
}

#cookies-popup .modal-header,
#cookies-popup .modal-footer {
    border-top: none;
    border-bottom: none;
}

div.cookies-popup-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 48px;
    background-color: #4d4d4d;
    border: 1px solid #4d4d4d;
    color: #fff;
    border-radius: 50%;
    transition: all .3s ease;
}

div.cookies-popup-close i {
    font-size: 20px;
}

#cookies-popup .modal-header button.close {
    opacity: 1;
    position: absolute;
    right: -25px;
    top: -20px;
}

div.cookies-popup-close:hover {
    color: #4d4d4d;
    background-color: #fff;
}

.title_area {
    padding-bottom: 10px;
}


/* END GDPR compliance*/

.banner_out .container-fluid.photo_b {
    width: auto;
}

#products_out_in .row.product-row {
    margin: 0;
    padding: 0;
}

#products_out_in .product {
    margin-left: 40px;
}

#products_out_in .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.fancybox-slide--iframe .fancybox-content {
    /* max-height : 80%; */
    margin: 0;
}

.fancybox-iframe,
.fancybox-video {
    padding: 15px;
}

.margin-bottom-65 {
    margin-bottom: 65px;
}


/* TOTAL LOOK START*/

.total_look_item_text {
    height: 17px;
    vertical-align: middle;
    margin-top: 13px;
}

.total_look_item {
    margin-bottom: 44px;
}

#products_out.total_look .title_area {
    margin-right: 0px;
}

.title_total_look_inner_inner {
    display: none;
}

#products_out .title_out_b {
    text-align: center;
}

.total_look .title_path a {
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #fff;
}

.title_out_second {
    background: #f1d8b3;
    padding: 15px 0px;
    min-height: 124px;
}

.title_out_second .date {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}

.total_look .title_out_second h2 {
    color: #000;
    text-align: center;
    font-size: 49px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
}

.total_look .title_out_second .date {
    text-align: center;
    margin-bottom: -5px;
    margin-top: 15px;
}

.shop_the_look {
    margin: 0 auto;
    margin-bottom: 30px;
}

.shop_the_look h1 {
    text-align: center;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 29px;
    letter-spacing: 2px;
}

.shop_the_look h1:after {
    content: '';
    position: absolute;
    right: 26px;
    width: 32%;
    height: 1px;
    background: #000;
    top: 16px;
}

.shop_the_look h1:before {
    content: '';
    position: absolute;
    left: 9px;
    width: 34%;
    height: 1px;
    background: #000;
    top: 16px;
}

.info_product_total_look .titlos_in_productlook,
.info_product_total_look .kwdikos_pr {
    text-align: left;
}

.info_product_total_look .titlos_in_productlook h5 {
    font-family: 'Roboto-Medium', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.info_product_total_look .kwdikos_pr {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #9b9c9e;
}

#total_look_out .product {
    text-align: initial;
    margin: 15px 0px;
}

#total_look_out .product_price .offer-percentage span {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 13px;
}

#total_look_out .product_tabs {
    margin-top: -15px;
}

#total_look_out .tabs_item:first-child .tabs_item_data {
    display: none;
}

#total_look_out .product_price {
    font-size: 18px;
}

#total_look_out .image_wrapper_total_look {
    margin-left: -22px;
}

#owl_product_quick .owl-nav .owl-next,
#owl_product_quick .owl-nav .owl-prev {
    display: none;
}

#owl_product_quick .owl-nav .owl-next {
    position: absolute;
    top: 0%;
    right: 5px;
    height: 100%;
    width: 80px;
    background-color: transparent;
    outline: none;
}

#owl_product_quick .owl-nav .owl-prev {
    position: absolute;
    top: 0%;
    left: 5px;
    height: 100%;
    width: 80px;
    background-color: transparent;
    outline: none;
}

.title_proposed_wrapper {
    width: 100%;
    position: relative;
}

.title_proposed {
    display: block;
    margin: 0 auto;
    max-width: 309px;
    padding: 10px 60px;
    border: 1px solid #b3b3b3;
    background-color: #fff;
}

.title_proposed:before {
    content: '';
    position: absolute;
    left: -26px;
    width: 100%;
    height: 1px;
    background: #cfcecf;
    top: 25px;
    z-index: -3;
}

.title_proposed:after {
    content: '';
    position: absolute;
    right: -28px;
    width: 100%;
    height: 1px;
    background: #cfcecf;
    top: 25px;
    z-index: -3;
}

.title_proposed h1 {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    position: relative;
    text-transform: uppercase;
}

.total_took_in .product_favorite {
    margin-top: 10px;
}

.product_item_prices.in_total_look {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
    margin-bottom: 15px;
    height: 40px;
}


/* Carousel proposed total look */

.carousel_wrapper_proposed {
    margin-top: 50px;
    margin-bottom: 50px;
}

.carousel_wrapper_proposed .owl_slider_total_look_proposed .owl-stage-outer {
    max-width: 1700px;
    margin: 0 auto;
    max-height: 600px;
}

.owl_slider_total_look_proposed .owl-nav .prev {
    position: absolute;
    left: 2%;
    top: 50%;
    font-size: 44px;
}

.owl_slider_total_look_proposed .owl-nav .next {
    position: absolute;
    right: 2%;
    top: 50%;
    font-size: 44px;
}

.owl_slider_total_look_proposed .total_look_item_text {
    width: 278px;
    height: 267px;
    position: absolute;
    right: 54px;
    top: 23%;
    opacity: 0.8;
}

.owl_slider_total_look_proposed .owl-stage-outer .owl-stage .owl-item {
    max-width: 756.167px!important;
    margin: 0 100px 0px 69px!important;
}

.owl_slider_total_look_proposed .owl-stage-outer .owl-stage .owl-item .total_look_item {
    float: left;
    margin-bottom: 0px;
}

.owl_slider_total_look_proposed .total_look_item_text h3.date_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: rgb(0, 0, 0);
    position: absolute;
    left: 27px;
    top: 20px;
}

.owl_slider_total_look_proposed .total_look_item_text .title_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #000;
    max-width: 116px;
    position: absolute;
    left: 25px;
    top: 40px;
    line-height: 36px;
}

.owl_slider_total_look_proposed .total_look_item_text .shop_look:hover {
    right: 35px;
}

.owl_slider_total_look_proposed .total_look_item_text .shop_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000;
    position: absolute;
    bottom: 13px;
    right: 47px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#products_total {
    padding-left: 37px;
    padding-right: 37px;
}

.titlos_total_look_inner {
    margin-bottom: 20px;
}

.titlos_total_look_inner_inner {
    float: left;
    padding-left: 84px;
}

.titlos_total_look_inner h3 {
    font-family: 'FuturaGreek-Medium', Arial, Helvetica, sans-serif;
    font-size: 25px;
    color: #000;
    font-weight: normal;
}

.total_took_in .basket_ines_wrapper_inner {
    padding-bottom: 0;
}

.total_took_in .basket_ines_wrapper {
    padding-top: 0;
    border: 0;
}

.total_took_in #basket_btn {
    float: none;
    display: table;
    margin: 0 auto;
}

.total_took_in .product_feautures span {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #000;
    margin-left: 5px;
}

#total_look_out .product_feautures.model_size {
    margin-top: 7px;
}

#total_look_out .product_feautures.model_size .text {
    margin-left: 0px;
}

.titlos_in_productlook {
    height: 52px;
}

.total_took_in .products_buttons {
    margin-top: 8px;
}

.total_took_in .product_feautures {
    border-top: 0;
    padding-top: 0;
    padding-bottom: 14px;
}

.is_in_total .product_feautures_item {
    display: table !important;
    float: none;
    width: 200px;
    margin: 0 auto;
}

.is_in_total .product_feautures_item_title {
    display: table !important;
    float: none;
    margin-top: 6px;
    text-align: center;
}

.is_in_total .div_table {
    display: table !important;
    float: none;
    margin: 0 auto;
    text-align: center;
}

.is_in_total .product_feautures_item_title h3 {
    padding-bottom: 0;
    text-align: left;
}

.is_in_total .select_colors,
.is_in_total .select_sizes {
    width: 100%;
}

.col-lg-12.total-looks .products_bar_out {
    display: none;
}

.total_title_wrapper {
    display: block;
    width: 100%;
}

#products_out .total_title_wrapper .title_area {
    margin-right: 0px;
}

.total_title_wrapper .title_path {
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    font-size: 48px;
    color: #fff;
}

.total_look_item .product_item_image img {
    width: 500px;
}

.editorials_wrapper .total_look_item {
    position: relative;
}

.editorials_wrapper .total_look_item_text {
    position: absolute;
    top: 29%;
    right: -7%;
    background-color: #c9ccd1cc;
    width: 278px;
    height: 267px;
    opacity: 0.8;
    border: 1px solid transparent;
}

.editorials_wrapper .total_look_item_text:hover {
    border: 1px solid #000
}

.editorials_wrapper .total_look_item_text .shop_look:hover {
    right: 35px;
}

.editorials_wrapper .total_look_item_text .shop_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000;
    position: absolute;
    bottom: 13px;
    right: 47px;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.editorials_wrapper .total_look_item_text .title_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 46px;
    color: #000;
    max-width: 176px;
    position: absolute;
    left: 25px;
    top: 40px;
    line-height: 36px;
}

.total_look_item_text h3.date_total_look {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    color: #000;
    position: absolute;
    left: 27px;
    top: 20px;
}

.shop_look span {
    position: absolute;
    bottom: 3px;
    right: -31px;
}


/* TOTAL LOOK END*/


/* AJAX PRODUCT ITEM CSS START*/

.product_item_image {
    position: relative;
}

.product_item_image_in {
    position: relative;
}

.product_item_image .photo_nav {
    display: none;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border-radius: 100%;
    width: 28px;
    height: 28px;
    background: #fff;
    text-align: center;
    align-items: center;
    z-index: 10px;
}

.product_image_first .photo_nav i {
    width: inherit;
    color: #000;
    font-size: 20px;
    line-height: normal;
    font-weight: 300;
}

.product_image_first .photo_nav.prev {
    left: 5px;
}

.product_image_first .photo_nav.next {
    right: 5px;
}

.product_image_first img {
    image-rendering: -webkit-optimize-contrast;
}

.product_image_first:hover .photo_nav {
    display: flex;
    z-index: 1;
}


/*.product_item_image .photo_nav.active
{
	display:flex;
}*/


/* AJAX PRODUCT ITEM CSS END*/

div.shipping_basket_popup {
    border-radius: 0;
    border-color: transparent;
}


/* END style.css */


/* START form_style.css */


/* FORM ITEMS */

.form_item {
    position: relative;
    margin-bottom: 10px;
}

.form_item.form_effect {
    background: #fff;
}

.form_item_in {
    position: relative;
}


/* form_effect */

.form_item.form_effect .show_field_data {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    color: #1a171b;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 10px 5px;
}

.form_item.form_effect input[type="text"],
.form_item.form_effect input[type="password"] {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    /* height: auto;
    line-height: 1.2em;*/
    height: 45px;
    line-height: 45px;
    outline: 0 none;
}

.form_item.form_effect textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    display: block;
    /* height: auto;
    line-height: 1.2em;*/
    height: 120px;
    outline: 0 none;
    resize: none;
}


/*.form_item .form_item_input textarea
{
	width:100%;
	padding:8px;
	border:1px solid #ccc;
	background:#FFF;
	height:120px;
	font-weight:normal;
	outline: 0 none;
	resize: none;
}*/

.form_item.form_effect select {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0 none;
    background: #FFF;
}

.form_item.form_effect input[type="text"],
.form_item.form_effect input[type="password"],
.form_item.form_effect textarea,
.form_item.form_effect select {
    font-weight: normal;
    color: #1a171b;
    font-size: 14px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.form_item.form_effect select:not([multiple]) {
    /*line-height:45px;  */
    height: 45px !important;
}

.form_item.form_effect .style_select {
    position: relative;
    width: 100%;
}

.form_item.form_effect .style_select:after {
    content: '';
    width: 43px;
    height: 43px;
    padding: 0;
    /*height:auto;
	line-height:1.2em;*/
    float: right;
    clear: both;
    display: inline-block;
    margin-top: -44px;
    margin-right: 1px;
    position: relative;
    background: url(../images/icons/select_arrow_form.png) no-repeat right center #FFF;
    pointer-events: none;
}

.form_item.form_effect label {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    z-index: 2;
    margin: 0;
    display: block;
    font-size: 1em;
    color: #adadad;
    font-weight: normal;
    white-space: nowrap;
    height: 1em;
    line-height: 1em;
    padding: 0 10px;
    /* padding:0 1em;*/
    pointer-events: none;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form_item.form_effect.active input[type="text"],
.form_item.form_effect.active input[type="password"],
.form_item.form_effect.active select {
    border: 1px solid #1a171b;
}

.form_item.form_effect.active label,
.form_item.form_effect.filled label {
    color: #1a171b;
    font-size: 13px;
    top: 10px;
}

.form_item.error input[type="text"],
.form_item.error input[type="password"],
.form_item.error select {
    border: 1px solid #C40303;
}


/* end form_effect */


/* form_item simple */

.form_item_title {
    font-weight: normal;
    color: #1a171b;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 3px;
}

.form_item .form_item_input input[type="text"],
.form_item .form_item_input input[type="password"] {
    width: 100%;
    padding: 0;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #ccc;
    background: #FFF;
    height: 38px;
    line-height: 38px;
    outline: 0 none;
}

.form_item .form_item_input textarea {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    background: #FFF;
    height: 120px;
    font-weight: normal;
    outline: 0 none;
    resize: none;
}

.form_item .form_item_input input[type="text"],
.form_item .form_item_input input[type="password"],
.form_item .form_item_input textarea,
.form_item .form_item_input select {
    font-weight: normal;
    color: #1a171b;
    font-size: 14px;
}

.form_item .form_item_input select {
    width: 100%;
    border: 1px solid #ccc;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: 0 none;
    background: #FFF;
}

.form_item .form_item_input select:not([multiple]) {
    line-height: 38px;
    height: 38px !important;
}

.form_item .form_item_input .style_select:after {
    content: '';
    width: 36px;
    height: 36px;
    /*height:auto;
	line-height:1.2em;*/
    float: right;
    clear: both;
    display: inline-block;
    margin-top: -37px;
    margin-right: 1px;
    position: relative;
    background: url(../images/icons/select_arrow_form.png) no-repeat right center #FFF;
    pointer-events: none;
}

.form_item_checkbox input[type="checkbox"] {
    display: none;
}

.form_item_checkbox label {
    margin: 0;
    color: #1a171b;
    font-size: 14px;
    font-weight: normal;
    cursor: pointer;
}

.form_item_checkbox input[type="checkbox"]+label span {
    background: url(../images/icons/reg_checkbox.png) top left no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    height: 16px;
    margin: 0;
    margin-top: -3px;
    width: 16px;
    margin-left: 10px;
}

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

.margin-auto {
    margin: 0 auto;
}


/* form_item simple */


/* FORM ITEMS */


/* END form_style.css */


/* START banners_style.css */


/* banners */

.banner_out {
    /*margin-bottom:30px;*/
    margin-bottom: 20px;
    /*-webkit-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);
	box-shadow: 0 8px 6px -6px rgba(0,0,0,0.25);*/
}

.banner_out.shadow {
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.banner_out.b_img {
    margin-bottom: 20px;
}

.banner_out.b_img.display-block {
    display: block;
}

.banner_out.b_img .photo_slider_item .banner-wrapper {
    position: absolute;
    top: 200px;
    width: 95%;
}

.banner_out.b_img .editorials_slider .banner-wrapper {
    display: none;
}

.banner_out.b_img .editorials_slider .owl-prev .prev path {
    fill: #000;
    stroke: #000;
}

.banner_out.b_img .editorials_slider .owl-next .next path {
    fill: #000;
    stroke: #000;
}

.banner_out.b_img .item .photo_slider_item .cat-desc {
    font-size: 17px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    color: #fff;
    padding: 5px 10px;
    display: block;
    text-align: center;
}

.banner_out.b_img .item .photo_slider_item .cat-desc .shop-now {
    font-size: 17px;
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    line-height: 45px;
    height: 42px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: -11px;
    width: 39%;
    cursor: pointer;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    border: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
}

.banner_out.b_img .item .photo_slider_item .cat-desc .shop-now:hover {
    color: red;
}

.banner_out.b_img .item .photo_slider_item .cat-desc h2 {
    font-size: 60px;
    color: #fff;
    margin: 0 auto;
    letter-spacing: 4px;
    min-height: 100px;
}

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

.banner_title_area_out {
    height: 53px;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 25px;
}

.whatshot .banner_title_area_out {
    height: auto;
    background: #000;
}

.dontmiss .banner_title_area_out {
    height: auto;
    background: #fff;
    display: none;
}

.recent_side_menu .banner_title_area_out {
    height: auto;
}

.title_b {
    font-size: 25px;
    font-weight: normal;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    color: #000;
    letter-spacing: 0.8px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.whatshot .title_b {
    font-family: 'CeraGreek-Light', Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.8px;
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.dontmiss .title_b {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 21px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.8px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.recent_side_menu .title_b {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 19px;
    width: 500px;
    background-color: #fff;
    margin: -12px auto;
}

.title_b.image {
    /*position:absolute;
	top:10px;
	left:50%;
	margin-left:-79px;*/
    margin-top: 10px;
}


/* simple_title */

.banner_out.simple_title .banner_title_area_out {
    border-top: none;
}

.banner_out.simple_title .title_b {
    font-weight: 700;
    color: #4d4d4d;
    font-size: 19px;
    letter-spacing: 0.8px;
    text-align: center;
}

.banner_out.simple_title .main_box_area {
    background: none;
}


/* end simple_title */

.banner_out.bg_wood {
    background: url(../images/design/bg_wood.jpg) top center no-repeat fixed;
}

.banner_out.bg_wood .main_box_area {
    background: none;
}

.banner_out.bg_wood.cat_banner .main_box_area {
    padding-top: 50px;
    padding-bottom: 20px;
}

.banner_out.bg_wood .main_box_area {
    padding-top: 50px;
    padding-bottom: 50px;
}

.banner_out.bg_wood .title_b.image {
    margin-top: 0;
}

.banner_out.red .banner_title_area_out {
    background: #6e0708;
    background: -moz-linear-gradient(left, #6e0708 0%, #e0001a 80%);
    background: -webkit-linear-gradient(left, #6e0708 0%, #e0001a 80%);
    background: linear-gradient(to right, #6e0708 0%, #e0001a 80%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#6e0708', endColorstr='#e0001a', GradientType=1);
}

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

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

.banner_out .col-lg-11.div_table_center {
    display: block;
    float: none;
    margin: 0 auto;
}

.owl_slider_area_s .item,
.owl_slider_area_s_c .item,
.owl_slider_area_s_5 .item,
.owl_slider_area_s_3 .item,
.owl_slider_area_s_4 .item,
.owl_slider_area_s_6 .item {
    padding-left: 7px;
    padding-right: 7px;
}

.owl_slider_area_s .product_item_text h4 {
    margin-top: 5px;
}

.bannner_out_button {
    margin-bottom: 15px;
}

.banner_more_button {
    display: table;
    margin: 0 auto;
    background: #fff;
}

.banner_more_button a {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #5ac0e0;
    letter-spacing: 0.8px;
    padding-left: 15px;
    padding-right: 15px;
}

.banner_out.brown_grad .banner_more_button a {
    color: #493211
}

.banner_out.green_grad .banner_more_button a {
    color: #638c3e
}

.banner_out .main_box_area {
    background: #fff;
    padding-top: 7px;
    padding-bottom: 60px;
}

.editorials_slider .owl-carousel .owl-nav.disabled {
    display: block;
}

.banner_out .editorials_slider .main_box_area .owl_slider_area_s_ban_photo .owl-nav .owl-next {
    position: absolute;
    top: 276px;
    right: -51px;
}

.banner_out .editorials_slider .shop-now {
    display: none;
}

.banner_out .editorials_slider .main_box_area .owl_slider_area_s_ban_photo .owl-nav .owl-prev {
    position: absolute;
    top: 275px;
    left: -65px;
}

.banner_out .main_box_area .product_item {
    margin-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px;
}

.owl_slider_area_s_c .owl-prev,
.owl_slider_area_s_6 .owl-prev {
    left: -80px;
}

.owl_slider_area_s_c .owl-next,
.owl_slider_area_s_6 .owl-next {
    right: -80px;
}

.dontmiss .owl_slider_area_s_3 .owl-prev {
    left: -35px;
    font-size: 30px;
}

.dontmiss .owl_slider_area_s_3 .owl-next {
    right: -35px;
    font-size: 30px;
}

.dontmiss .owl_slider_area_s_4 .owl-prev {
    left: -35px;
    font-size: 30px;
}

.dontmiss .owl_slider_area_s_4 .owl-next {
    right: -35px;
    font-size: 30px;
}

.owl_slider_area_s_1 .owl-prev {
    left: -20px;
}

.owl_slider_area_s_1 .owl-next {
    right: -20px;
}

.owl_slider_area_s_1 .product_item_favorite {
    position: absolute;
    z-index: 10;
    bottom: 14px;
    left: 12px;
    min-width: 100%;
}

.owl_slider_area_s_1 .hover_background {
    bottom: 6px!important;
}

.owl_slider_area_s .owl-prev {
    left: -14px;
    font-size: 35px;
}

.owl_slider_area_s .owl-next {
    right: -40px;
    font-size: 35px;
}

.owl_slider_area_s_5 .owl-prev {
    left: -55px;
}

.owl_slider_area_s_5 .owl-next {
    right: -55px;
}

.slideshow .owl-prev {
    left: 20px;
    color: white;
    font-size: 45px;
}

.slideshow .owl-next {
    right: 20px;
    color: white;
    font-size: 45px;
}

.owl_slider_area_s .owl-prev,
.owl_slider_area_s .owl-next,
.owl_slider_area_s_c .owl-prev,
.owl_slider_area_s_c .owl-next,
.owl_slider_area_s_5 .owl-prev,
.owl_slider_area_s_5 .owl-next,
.owl_slider_area_s_6 .owl-prev,
.owl_slider_area_s_6 .owl-next,
.owl_slider_area_s_1 .owl-prev,
.owl_slider_area_s_1 .owl-next,
.dontmiss .owl_slider_area_s_3 .owl-prev,
.dontmiss .owl_slider_area_s_4 .owl-prev,
.dontmiss .owl_slider_area_s_3 .owl-next,
.dontmiss .owl_slider_area_s_4 .owl-next,
.slideshow .owl-prev,
.slideshow .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -34px;
    text-align: center;
    z-index: 100;
    border-radius: 100px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.owl_slider_area_s_1 .owl-nav .fa-long-arrow-left {
    font-size: 40px;
    position: absolute;
}

.owl_slider_area_s_1 .owl-nav .fa-long-arrow-right {
    font-size: 40px;
    position: absolute;
}

.owl_slider_area_s_3 .owl-controls .owl-page {
    display: inline-block;
}

.owl_slider_area_s_3 .owl-controls .owl-page span {
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 19px;
    margin: 5px 7px;
    width: 19px;
}

.owl_slider_area_s_3 .product_item_favorite {
    bottom: 9px;
}

.owl_slider_area_s_3 .hover_background {
    bottom: 2px!important;
}

.owl_slider_area_s_3 .owl-controls {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.owl_slider_area_s_3 .owl-controls .owl-page.active span {
    background: #5ac0e0;
}

.owl_slider_area_s_4 .owl-controls .owl-page {
    display: inline-block;
}

.owl_slider_area_s_4 .owl-controls .owl-page span {
    background: #cccccc;
    border-radius: 20px;
    display: block;
    height: 19px;
    margin: 5px 7px;
    width: 19px;
}

.owl_slider_area_s_4 .owl-controls {
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 100%;
    text-align: center;
}

.owl_slider_area_s_4 .owl-controls .owl-page.active span {
    background: #5ac0e0;
}

.owl_slider_area_s_4 .product_item_favorite {
    bottom: 10px;
}

.owl_slider_area_s_4 .hover_background {
    bottom: 4px!important;
}

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

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

.main_box_area_s .item {
    padding-left: 40px;
    padding-right: 40px;
}

.main_box_area_s .product_item {
    margin-bottom: 0;
}

.owl_slider_area_s_3 .product_cols .product_item_icons {
    top: 10px;
    left: 10px;
    right: initial;
}

.main_box_area.cat_area .owl-stage {
    display: flex;
}

.main_box_area.cat_area .hover_background {
    bottom: 23px;
}

.owl_slider_area_s .product_item_icons_new {
    bottom: 1px;
}

.main_box_area.cat_area .owl_slider_area_s_4 .owl-carousel .owl-nav.disabled {
    display: none!important;
}

.banner_out.grey {
    background: #e6e6e6;
    padding-top: 10px;
    padding-bottom: 30px;
}

.homepage_item_more {
    background: #fff;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: normal;
    color: #333333;
    letter-spacing: 0.6px;
    text-align: center;
    height: 40px;
}

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

.banner_out .row.row_b {
    margin-left: 0;
    margin-right: 0;
}

.our-products-banner .row_b.row_12 {
    max-width: 1877px;
    margin: 0 auto;
}

.banner_out .h_item,
.banner_out .h_c_item {
    padding-left: 0;
    padding-right: 0;
}

.banner_out .row_6 .h_item:nth-child(1n) {
    padding-right: 15px;
    padding-left: 0;
}

.banner_out .row_6 .h_item:nth-child(2n) {
    padding-left: 15px;
    padding-right: 0;
}

.banner_out .row_4 .h_item:nth-child(1n) {
    padding-right: 20px;
    padding-left: 0;
}

.banner_out .row_4 .h_item:nth-child(3n) {
    padding-left: 20px;
    padding-right: 0;
}

.banner_out .row_4 .h_item:nth-child(3n+2) {
    padding-left: 10px;
    padding-right: 10px;
}

.banner_out.desktop {
    display: block;
}

.banner_out.mobile {
    display: none;
}

.banner_b_custom_bg {
    /*background-image:http://192.168.1.15/abebablom/local/images/photos/ASSTKFRTOE.jpg;*/
}


/*.banner_b_custom
{
	display:table;
	width:100%;
	height:100%;
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}*/

.banner_b_custom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner_b_custom_in {
    display: table;
    width: 100%;
    height: 100%;
}

.text_outer {
    display: table;
    height: 100%;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

.text_inner {
    display: table-cell;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 100%;
}

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

.banner_b_custom_btn {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    background: #fff;
}

.banner_b_custom_btn a {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 700px;
    font-size: 19px;
    color: #ed6253;
}

.banner_b_custom_btn.yellow {
    background: #edb753;
}

.banner_b_custom_btn.yellow a {
    color: #fff;
}


/* END banners_style.css */


/* START filter_style.css */


/* START FILTER */

#filter_basic h2 {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    margin-left: 17px;
    margin-bottom: 17px;
    display: none;
}

.widget_item {
    padding-bottom: 10px;
    position: relative;
}

.widget_item::after {
    border-bottom: 1px solid #cccccc;
    bottom: 0;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    visibility: visible;
    width: 1500px;
    right: 0;
}

.filter_responsive {
    position: absolute;
    display: none;
    left: 0;
    top: 45px;
    left: -300px;
    z-index: 300;
}

.filter_responsive_left {
    float: left;
    position: relative;
    z-index: 1;
    width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

.filter_responsive_right {
    float: left;
    position: relative;
    z-index: 2;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 10px;
    background: #000;
    cursor: pointer;
}

.filter_responsive_right_in {
    width: 14px;
    height: 13px;
    background: url(../images/design/slider_filter.png) no-repeat;
    background-position: top left;
}

.filter_responsive_right_in.active {
    background-position: bottom left;
}

.filter_area_item {
    position: relative;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    border-top: 1px solid #e8e8e8;
}

.filter_area_item.blue {
    background: #fff;
    border-top: none;
}

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

.filter_area_item.margin_bottom_zero {
    padding-bottom: 0;
    border-bottom: 0;
}

.filter_area_item.p_top {
    padding-top: 15px;
}

.filter_area_item_area {
    display: none;
}

.filter_area_item_area .filter_item_data {
    margin-bottom: 10px;
}

.filter_area_item_area .filter_item_data:last-child {
    margin-bottom: 0;
}

.filter_area_item_area .filter_item_data a {
    display: block;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    padding-left: 5px;
    padding-right: 5px;
}

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

.filter_area_item_area .filter_item_data.active a {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
}

.filter_area_item.margin_bottom_zero.blue {
    border-top: none;
}

.filter_area_item.with_bg_color {
    background: #f0f3f6;
}

.filter_area_item.with_scroll .filter_area_item_area {
    max-height: 350px;
    overflow: auto;
}

.filter_area_item_title {
    position: relative;
    font-family: "PFTransportMedium-Regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    margin-bottom: 15px;
}

.filter_area_item.pink .filter_area_item_title:after {
    border-top-color: #e20054;
}

.filter_area_item_title_in {
    /*font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 14px;*/
    font-weight: bold;
    font-size: 14px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.filter_checkbox_item {
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d;
    cursor: pointer;
    letter-spacing: 1.1px;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
}

.filter_checkbox_item:last-child {
    border-bottom: none;
}

.filter_checkbox_item a {
    color: #1a171b;
}

.filter_checkbox_item label {
    display: inline-block;
}

.filter_checkbox_item input[type="checkbox"] {
    display: none;
}

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

.filter_area_prices {
    margin-top: 20px;
    padding-bottom: 15px;
    padding-right: 10px;
}

.filter_responsive .filter_area_prices {
    width: 260px;
}

.filter_text_prices {
    font-family: "CeraGreek-Light", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}

.filter_text_prices .div_left,
.filter_text_prices .div_right {
    margin-top: 10px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.refresh_price a {
    display: block;
    font-family: "PFTransportLight-Regular", Arial, Helvetica, sans-serif;
    background: #fff;
    font-size: 10px;
    font-weight: normal;
    color: #8c8c8c;
    letter-spacing: 1.5px;
}

.refresh_price .fas.fa-check-circle {
    font-size: 32px;
}

.slider_price {
    border-radius: 0;
    background: #999999;
    border: none;
}

.prices_input {
    margin-top: 20px;
    max-width: 210px;
    float: left;
}

.prices_input>input {
    width: 66px;
    height: 31px;
    margin-right: 10px;
    border: 1px solid #ccc;
}

.prices_input span {
    margin: 0px 6px;
}

.filter_area_item_area .ui-state-default,
.filter_area_item_area .ui-widget-content .ui-state-default,
.filter_area_item_area .ui-widget-header .ui-state-default {
    /* background:url(../images/design/price_selector.png) top left no-repeat; */
    background: #000;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    top: -6px;
    border-radius: 10px;
    cursor: pointer;
}

.ui-widget.ui-widget-content {
    border: 1px solid #000;
}

.filter_area_item_area .ui-slider-horizontal .ui-slider-handle {
    margin-left: -1px;
}

.filter_area_item_area .ui-slider-horizontal {
    height: 2px;
}

.filter_area_item_area .ui-widget-header {
    background: #000;
}

.filter_area_checkboxes {
    overflow: auto;
    max-height: 260px;
}


/* CUSTOM FILTER */

.number_item {
    position: relative;
    float: left;
    border: 1px solid #4d4d4d;
    margin-bottom: 6px;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-in-out 0;
    -moz-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    -ms-transform: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
    cursor: pointer;
}

.heel_height .number_item {
    position: relative;
    float: left;
    border: 1px solid #ccc;
    margin-bottom: 6px;
    margin-right: 8px;
    -webkit-transition: all 0.3s ease-in-out 0;
    -moz-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    -ms-transform: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
    cursor: pointer;
}

.color_item {
    width: 25px;
    height: 25px;
    position: relative;
    float: left;
    border: 1px solid #fff;
    margin-bottom: 7px;
    margin-right: 1px;
    -webkit-transition: all 0.3s ease-in-out 0;
    -moz-transition: all 0.3s ease-in-out 0;
    -o-transition: all 0.3s ease-in-out 0;
    -ms-transform: all 0.3s ease-in-out 0;
    transition: all 0.3s ease-in-out 0;
    cursor: pointer;
    line-height: 4px;
    display: none;
}

.color_item img {
    width: 100%;
    border-radius: 20px;
}

.number_item a,
.color_item a {
    display: block;
}

.number_item a {
    display: block;
    color: #fff;
    text-align: center;
}

.number_item_in {
    background: #fff;
    width: 30px;
    height: 30px;
    font-size: 12px;
    font-weight: normal;
    color: #4d4d4d;
    cursor: pointer;
    letter-spacing: 0.5px;
    line-height: 10px;
}

.heel_height .number_item_in {
    width: 50px;
    font-family: "PFTransportLight-Regular", Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
}

.number_item_in_in {
    display: table-cell;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    text-align: center;
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 11px;
}

.heel_height .number_item_in_in {
    width: 50px;
    word-break: break-word;
}

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

.number_item:hover .number_item_in {
    background: #d060a5;
    color: #fff;
}

.heel_height .number_item:hover .number_item_in {
    background: #fff;
    color: #d060a5;
}

.number_item.active {
    border: 1px solid #d060a5;
}

.number_item.active .number_item_in {
    background: #d060a5;
    color: #fff;
}

.heel_height .number_item.active .number_item_in {
    background: #fff;
    color: #d060a5;
}

.color_item {
    position: relative;
    padding: 1px;
}

.color_item:hover {
    border: 1px solid #4d4d4d;
    border-radius: 20px;
}

.color_item.active {
    border: 1px solid #4d4d4d;
    border-radius: 20px;
}

.color_item .color_mask {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    background: url(../images/design/diag-background.png) -7px center no-repeat;
}

.color_item.disactive .color_mask {
    display: block;
}

.number_item.disactive .number_item_in {
    /* color: #cccccc; */
    background: url(../images/design/diag-background.png) -6px center no-repeat;
    background-color: #fff;
}

.number_item.disactive:hover,
.color_item.disactive:hover {
    border: 1px dashed #fff;
}


/* categories */

.filter_item_data:last-child {
    padding-bottom: 0;
}

.filter_item_data_title {
    margin-bottom: 15px;
}

.filter_item_data_title a {
    display: block;
    font-family: 'caviar_dreamsbold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: normal;
    color: #808080;
    letter-spacing: 1.1px;
    text-transform: uppercase;
}

.filter_item_data_title.active a {
    color: #1a171b;
}

.filter_item_data:last-child .filter_item_data_title a {
    padding-bottom: 0;
}

.sub_sub_filter_item.active a {
    color: #1a171b;
}

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

.sub_filter_item_data.on {
    display: block;
}

.sub_filter_item_data.off {
    display: none;
}

.sub_filter_item_title {
    cursor: pointer;
    margin-bottom: 15px;
}

.sub_filter_item_title a {
    display: block;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #808080 !important;
    letter-spacing: 1.1px !important;
}

.sub_filter_item_title:hover a {
    color: #1a171b !important;
}

.sub_filter_item_title.active a {
    font-family: 'caviar_dreamsbold', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: #1a171b !important;
}

.sub_sub_filter_item_data {
    margin-bottom: 15px;
}

.sub_sub_filter_item_data.on {
    display: block;
}

.sub_sub_filter_item_data.off {
    display: none;
}

.sub_sub_filter_item {
    margin-bottom: 10px;
}

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

.sub_sub_filter_item a {
    display: block;
    padding-left: 10px !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: #808080 !important;
    letter-spacing: 1.1px !important;
}

.sub_sub_filter_item:hover a {
    color: #1a171b !important;
}

.sub_sub_filter_item.active a {
    font-family: 'caviar_dreamsbold', Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: #1a171b !important;
}

.filter_area_item_title span.slide_filter {
    background: url(../images/design/slide_filter.png) top left no-repeat;
    cursor: pointer;
    float: right;
    height: 14px;
    margin-left: 7px;
    width: 22px;
    margin-top: 4px;
}

.filter_area_item_title span.slide_filter.active {
    background-position: left bottom;
}

.filter_checkbox_item label {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #999999;
    cursor: pointer;
    margin: 0;
}

.style_s_clothes .filter_checkbox_item label {
    font-weight: normal;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
    margin: 0;
}

.filter_area_item.check_s .filter_checkbox_item label {
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
}

.filter_checkbox_item label div {
    padding-top: 13px;
    padding-bottom: 13px;
    display: inline-block;
}

.filter_checkbox_item input[type="checkbox"] {
    display: none;
}

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


/*
.filter_area_item.check_s .filter_checkbox_item input[type="checkbox"]+label span {
    background: url(../images/design/checkbox2.png) top left no-repeat;
    width: 17px;
    height: 16px;
    margin-top: 1px;
    border:1px solid #000;
}*/

.filter_area_item.check_s .filter_checkbox_item input[type="checkbox"]:checked+label span {
    background-position: bottom left;
}

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

.style_s_clothes .filter_checkbox_item input[type="checkbox"]:checked+label {
    color: #d060a5;
}

.style_s_clothes .filter_checkbox_item:hover label {
    color: #d060a5;
}

.filter_area_item.simple_checkbox .filter_checkbox_item {
    padding-left: 50px;
    margin-bottom: 0;
}

.filter_checkbox_item input[type="checkbox"] {
    display: none;
}


/* END CUSTOM FILTER */


/* END FILTER */


/* END filter_style.css */


/* START eshop_style.css */


/* ESHOP */


/* basket */


/* basket table */

#table_content .row {
    margin-left: 0;
    margin-right: 0;
    position: relative;
}

#table_content .table_content_title .basket_col_title,
#table_content .table_content_data .basket_table_item {
    padding-left: 5px;
    padding-right: 5px;
}

#table_content .table_content_data .row {
    border-bottom: 1px solid #cccccc;
}

#table_content .table_content_data .row:last-child {
    border-bottom: 0;
}

#table_content .table_content_title .basket_col_title {
    position: relative;
    z-index: 1;
    height: 44px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.b_table {
    display: table;
    width: 100%;
    height: 100%;
}

.basket_title .b_table {
    min-height: 100px;
}

.b_table_cell {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

#table_content .table_content_title .basket_col_title:first-child {
    text-align: left;
}

#table_content .table_content_title .basket_col_title {
    border-right: 1px solid #cccccc;
}

#table_content .table_content_title .basket_col_title:last-child {
    border-right: 0;
}

#table_content .table_content_data .basket_table_item {
    /* font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: 20px;
    color: #000;
    border-right: 1px solid #cccccc;
    padding-top: 15px;
    padding-bottom: 15px;
}

#table_content .table_content_data .basket_table_item:last-child {
    border-right: 0;
}

#table_content table tbody tr {
    background: url(../images/design/tr_border.png) bottom left repeat-x;
}

.basket_table_item_in {
    height: 100px;
}

.basket_table_item_in.center {
    display: table;
    margin: 0 auto;
}

.basket_delete_btn {
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}

.basket_product {
    position: relative;
}

.basket_product a {
    display: block;
}

.basket_photo {
    padding-left: 18px;
    display: table-cell;
    height: 100%;
    /*width:100px;*/
    width: 80px;
    text-align: center;
    vertical-align: top;
}

.basket_photo_in {
    width: 80px;
}

.basket_photo_r {
    display: inline-block;
    float: left;
}

.basket_photo_r img {
    width: 145px;
    position: absolute;
}

.basket_title {
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 10px;
}

.basket_title_in {
    width: 100%;
}

.basket_product .product_item_icons {
    position: relative;
    display: table-cell;
    width: 55px;
}

.basket_product .product_item_icons .product_item_offer,
.basket_product .product_item_icons product_item_new,
.basket_product .product_item_icons product_item_best {
    background-position: top left;
}

.basket_product .product_item_icons .product_item_offer_in {
    color: #fff;
}

.basket_title h2 {
    /* font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif !important; */
    font-size: 17px;
    font-weight: 300;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 3px;
}

.basket_title h3 {
    /* font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif !important; */
    font-size: 12px !important;
    font-weight: normal;
    color: #989898 !important;
    letter-spacing: 0.4px;
    margin-bottom: 5px !important;
}

.basket_title h5 {
    /* font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif !important;	 */
    color: #000;
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.basket_title h4 {
    /* font-family:'Open Sans', Verdana, Arial, Helvetica, sans-serif !important; */
    font-size: 12px !important;
    font-weight: normal;
    color: #999999 !important;
    margin-bottom: 3px;
    letter-spacing: 0.7px;
}

.b_title_r {
    display: none;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    margin-bottom: 5px;
}

.basket_table_item .products_price_old,
.basket_table_item .products_price_new {
    float: none;
    margin: 0;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}

.basket_table_item .products_price_old {
    margin-bottom: 5px;
    color: #999999;
    ;
}

.basket_table_item .products_price_new {
    color: #FF6666;
}

.basket_quantity_btn {
    width: 30px;
    height: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}

.basket_quantity_down {
    float: left;
    background: url(../images/design/pos_down.png) center center no-repeat #000;
    cursor: pointer;
}


/*.basket_quantity_down:hover
{
	background:url(../images/design/pos_down.png) center center no-repeat #cf6533;	
}*/

.basket_quantity_up {
    float: left;
    background: url(../images/design/pos_up.png) center center no-repeat #000;
    cursor: pointer;
}


/*.basket_quantity_up:hover
{
	background:url(../images/design/pos_up.png) center center no-repeat #cf6533;	
}*/

.basket_quantity_area_edit {
    float: left;
    width: 40px;
    height: 31px;
    background: #e5e5e5;
    border-radius: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.basket_quantity_area_edit input[type="text"] {
    background: #e5e5e5;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 31px;
    line-height: 31px;
    /* font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: 20px;
    color: #000;
    text-align: center;
}

.table_results {
    padding-top: 20px;
    border-top: 1px solid #cccccc;
    font-weight: normal;
    color: #000;
}

.table_results .table_results_item {
    padding-left: 5px;
    padding-right: 5px;
}

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

.table_results_item .table_r_col {
    padding-left: 5px;
    padding-right: 5px;
}

.table_results_left {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    text-align: right;
    padding-top: 3px;
}

.table_results_right {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #000;
    text-align: right;
    padding-right: 10px;
}

.table_results .table_results_item:last-child {
    border-bottom: none;
}

.table_results_item.total_price {
    color: #000;
}

.table_results_item.total_price .table_results_left {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
}

.table_results_item.total_price .table_results_right {
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 20px;
    color: #000;
}


/* basket button + oroi */

#basket_bottom_in {
    margin-top: 20px;
}

#button_confirm {
    float: right;
}

.basket_link_send_in {
    float: right;
    padding-top: 5px;
}

.basket_link_send a {
    font-family: 'pf_transportlight', Arial, Helvetica;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: normal;
    color: #58585a;
}

#empty_basket {
    padding: 20px;
    font-size: 17px;
    text-align: center;
}


/* NEW CODE */

.basket_confirm_item {
    margin-bottom: 20px;
}

.basket_confirm_item .eshop_oroi a {
    margin-left: 0px;
}

.basket_confirm_item.with_bg {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 0;
    background: #f5f5f5;
}

.basket_confirm_item.with_bg:nth-child(2n) {
    background: #fff;
}

.basket_confirm_item_t {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #cccccc;
}

.basket_confirm_item_t.without_border {
    padding-bottom: 0;
    border-bottom: 0;
}

.title_conf {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.4px;
    text-align: center;
}

.basket_confirm_item_d.basket_form_user {
    max-width: 700px;
    margin: 0 auto;
}

.b_confirm_radio {
    margin-top: 5px;
}

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

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

.b_confirm_radio input[type="radio"]+label {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: #000000;
}

.b_confirm_radio input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 7px 0 0;
    vertical-align: middle;
    background: url(../images/icons/radio_button.png) top left no-repeat;
    cursor: pointer;
}

.b_confirm_radio input[type="radio"]:checked+label span {
    background: url(../images/icons/radio_button.png) bottom left no-repeat;
}

.b_confirm_radio_text {
    display: none;
}

.b_confirm_radio.active .b_confirm_radio_text {
    display: block;
}

.comments_area {
    border: 1px solid #cccccc;
}


/*
.comments_area textarea::-webkit-input-placeholder
{
	color:#000000;
}
.comments_area textarea:-moz-placeholder
{
	color:#000000;
	opacity:1;
}
.comments_area textarea::-moz-placeholder
{
	color:#000000;
	opacity:1;
}
.comments_area textarea:-ms-input-placeholder
{
	color:#000000;
}
*/

.comments_area textarea {
    width: 100%;
    height: 95px;
    border: 0;
    padding: 1%;
    background: #FFF;
    font-weight: normal;
    color: #1a171b;
    font-size: 14px;
    outline: none;
    resize: none;
}

.b_confirm_tabs_top {
    position: relative;
    background: #000;
}

.b_confirm_tabs_top.center .nav-tabs {
    display: table;
    margin: 0 auto;
}

.b_confirm_tabs_top.center .nav-tabs>li {
    float: left;
}

.b_confirm_tabs_top .nav-tabs {
    border: none;
    display: flex;
}

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

.b_confirm_tabs_top .nav-tabs>li>a {
    display: block;
    background: #999;
    margin: 0;
    border: none;
    text-align: center;
    line-height: normal;
    border-radius: 0;
    font-family: 'pf_highway_gothic_compregular', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #fff;
    padding: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 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;
}

.b_confirm_tabs_top .nav-tabs>li>a:hover,
.b_confirm_tabs_top .nav-tabs>li>a:focus {
    background: #000!important;
    color: #fff;
    border: none;
}

.arrow_box:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-top-color: #4d4d4d;
    border-width: 7px;
    margin-left: -7px;
}

.b_confirm_tabs_top .nav-tabs>li.active>a,
.b_confirm_tabs_top .nav-tabs>li.active>a:hover,
.b_confirm_tabs_top .nav-tabs>li.active>a:focus {
    background: #a40b2a !important;
    color: #fff;
    border: none;
}

.b_confirm_tabs_top .nav-tabs>li>a.active {
    background: #000!important;
    color: #fff;
    border: none;
}

.table_results .table_results_right span {
    padding-right: 5px;
}

.b_confirm_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: #4d4d4d;
    border-width: 7px;
}

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

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

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

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

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

.timologisi_form {
    display: none;
    padding-top: 30px;
}

.timologisi_form.active {
    display: block;
}

.eshop_oroi {
    float: left;
    font-size: 10px;
    font-weight: normal;
    letter-spacing: 1.1px;
    color: #000;
    line-height: 10spx;
    margin-left: 48px;
    margin-top: 5px;
}

.eshop_oroi a {
    color: #000;
    text-decoration: underline;
    margin-left: -17px;
}

.eshop_oroi input[type="checkbox"] {
    display: none;
}

.eshop_oroi input[type="checkbox"]+label {
    margin: 0;
    padding: 0;
    cursor: pointer;
    max-width: 278px;
}

#contact_form .eshop_oroi input[type="checkbox"]+label {
    max-width: 451px;
}

#offer_form .eshop_oroi input[type="checkbox"]+label {
    max-width: 451px;
}


/* .eshop_oroi a{
    margin-left: 0px; 
} */

#contact_form .eshop_oroi input[type="checkbox"]+label span {
    float: left;
    cursor: pointer;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 6px;
    margin-left: -21px;
}

.eshop_oroi 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: 1px;
    margin-right: 6px;
    margin-left: -21px;
}

.eshop_oroi .terms {
    display: flex;
    min-width: 327px;
    margin-left: 29px;
    margin-top: -10px;
}

.newsletter_area .eshop_oroi span.terms {
    background: transparent;
}

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

.check input[type="checkbox"]+label span {
    margin: -3px 5px 0 0 !important;
}

.basket_order_btn {
    float: right;
    background: #00aa5b;
    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;
}

.basket_order_btn:hover {
    background: #10804c;
}

.basket_order_btn a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    color: #fff !important;
    cursor: pointer;
}

.basket_order_btn span {
    margin-left: 10px;
    font-size: 15px;
}

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

.btn_back a {
    display: block;
    padding: 10px 15px;
    font-size: 13px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
}

.btn_back:hover {
    background: #000;
}

.btn_back span {
    margin-right: 10px;
    font-size: 15px;
}


/* basket confirm */

#login_register_box h3 {
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.6px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
}

.visitor_txt {
    font-size: 13px;
    color: #1a171b;
    margin-bottom: 10px;
}

.visitor_btn {
    border: 1px solid #000;
    background: #000;
    display: table;
    margin: 0 auto;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #fff;
    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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.visitor_btn:hover {
    background: none;
    color: #000;
}

.login_register_btn {
    border: 1px solid #000;
    background: #000;
    text-align: left;
    -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;
    margin-bottom: 13px;
}

.login_register_btn span {
    font-size: 18px;
    margin-right: 8px;
    vertical-align: -2px;
}

.login_register_btn a {
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.8px;
    color: #fff !important;
    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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.login_register_btn:hover {
    background: none;
}

.login_register_btn:hover a {
    color: #000 !important;
}

.login_register_btn.f_btn {
    border: 1px solid #3B5998;
    background: #3B5998;
}

.login_register_btn.f_btn:hover {
    background: none;
}

.login_register_btn.f_btn:hover a {
    color: #3B5998;
}

.login_register_btn.g_btn {
    border: 1px solid #db4437;
    background: #db4437;
}

.login_register_btn.g_btn:hover {
    background: none;
}

.login_register_btn.g_btn:hover a {
    color: #db4437;
}

.confirm_area_or {
    border-top: 1px solid #ebebed;
    margin-bottom: 50px;
    margin-top: 50px;
    position: relative;
}

.confirm_area_or span {
    background: #fff;
    font-size: 30px;
    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_register_btn.f_btn
{
	background:#3B5998;
}

.login_register_btn.f_btn:hover
{
	background:#3B5998;
}

.login_register_btn.g_btn
{
	background:#db4437;
}

.login_register_btn.g_btn:hover
{
	background:#db4437;
}

.f_btn a
{
    font-size: 13px;
	background:url(../images/design/f_btn.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.t_btn a
{
	font-size: 13px;
	background:url(../images/design/t_btn.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.g_btn a
{
	font-size: 13px;
	background:url(../images/design/g_login.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.login_user a
{
	font-size: 13px;
	background:url(../images/design/login_icon.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}

.creat_account
{
	background:#4d4d4d;
}

.creat_account a
{
	font-size: 13px;
	background:url(../images/design/create_account.png) left center no-repeat;
	padding-left:40px;
	text-align:left;
}
*/


/* NEW CODE */

.basket_results_bg {
    position: relative;
    z-index: 1;
    background: #00569a;
}

.basket_confirm_item.margin_top {
    margin-top: 30px;
}

.basket_confirm_item h3 {
    font-size: 17px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
}

.basket_confirm_item .eshop_oroi {
    float: right;
    margin-top: 18px;
}

.basket_confirm_item .eshop_oroi input[type="checkbox"]+label {
    max-width: 438px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.basket_confirm_item .eshop_oroi input[type="checkbox"]+label span {
    margin-top: -4px;
}

.basket_con_item {
    margin-bottom: 30px;
}

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

.stoixeia_item {
    margin-bottom: 5px;
    display: table;
    width: 100%;
}

.stoixeia_item_title {
    width: 35%;
    display: table-cell;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #d1d2d4;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.7px;
    color: #000;
    text-align: right;
}

.stoixeia_item_data {
    width: 65%;
    display: table-cell;
    border: 1px solid #d1d2d4;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 7px;
    padding-bottom: 7px;
    background: #fff;
    font-size: 15px;
    letter-spacing: 0.7px;
    font-weight: normal;
    color: #000;
}

#use_other_stoixeia {
    float: right;
    margin-top: 20px;
    margin-bottom: 10px;
    display: block;
    border-radius: 3px;
    background: #000;
    width: 215px;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.2px;
    height: 35px;
    line-height: 35px;
    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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#use_other_stoixeia:hover {
    background: #4d4d4d;
}

.padding_top_30 {
    padding-top: 30px;
}

#send_items_bottom {
    display: none;
}

#send_items_bottom .window_middle_bar_in {
    padding: 0;
}

#send_items_bottom h3 {
    display: none;
}

#send_way {
    /*padding-top:0;*/
}

.send_way_item {
    margin-bottom: 5px;
}


/*
.send_way_item
{
	float:left;
	position:relative;
	background:#e6e6e6;
	font-family:'pf_transportlight',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#000000;
	padding-left:35px;
	padding-right:35px;
	padding-top:10px;
	padding-bottom:10px;
	margin-right:4px;
	border-radius:3px;
	position:relative;
	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;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.send_way_item:nth-child(4)
{
	margin-right:0;
}

.send_way_item:hover
{
	background:#333333;
	color:#fff;
	cursor:pointer;
}

.send_way_item_active
{
	background:#333333;
	color:#fff;
	cursor:pointer;
}

.send_way_item_text
{
	display:none;
	padding-left:23px;
	margin-top:10px;
	font-family:'ubuntubold',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#333333;
}
*/

.send_way_item_text {
    padding-left: 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    font-weight: normal;
    color: #000;
}

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

.basket_confirm_item input[type="radio"]+label {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: #000000;
    cursor: pointer;
}

.basket_confirm_item input[type="radio"]+label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: -2px 7px 0 0;
    vertical-align: middle;
    background: url(../images/icons/radio_button.png) top left no-repeat;
    cursor: pointer;
}

.basket_confirm_item input[type="radio"]:checked+label span {
    background: url(../images/icons/radio_button.png) bottom left no-repeat;
}

.sub_send_way_item {
    margin-bottom: 5px;
    padding-left: 5px;
}

#new_pay_apodeiksh_div .window_middle_bar_in {
    padding: 0;
}


/*
.comments_area textarea::-webkit-input-placeholder
{ 
	font-weight:bold;
	color:#666;
}
.comments_area textarea:-moz-placeholder 
{ 
	font-weight:bold;
	color:#666;
	opacity:1;
}
.comments_area textarea::-moz-placeholder 
{
	font-weight:bold;
	color:#666;
	opacity:1;
}
.comments_area textarea:-ms-input-placeholder 
{
	font-weight:bold;
	color:#666;
}
*/

#send_way_right .basket_con_item {
    margin-bottom: 15px;
}

.coupon_area_out {
    float: right;
}

.coupon_area {
    float: left;
    width: 250px;
}

.coupon_area input[type="text"] {
    border: 1px solid #000;
    width: 100%;
    height: 36px;
    line-height: 26px;
    padding: 1%;
    background: #FFF;
    font-weight: bold;
    color: #58585a;
    font-size: 13px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    outline: none;
    resize: none;
}

.check_coupon {
    float: left;
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: #000;
    font-weight: 700;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 0.5px;
    cursor: pointer;
}

.coupon_results {
    color: #da0020;
    text-align: right;
    font-weight: normal;
    font-size: 16px;
}

.coupon_results_in {
    margin-top: 10px;
}

#pay_way {
    padding-top: 10px;
}

#pay_way_tabs {
    border-bottom: 1px solid #c6c5c6;
    position: relative;
}

#pay_way_tabs_in {
    display: table;
    margin: 0 auto;
}

.pay_apodeiksh_item {
    margin-bottom: 5px;
}

.pay_help {
    position: absolute;
    top: 4px;
    right: 27px;
    background: url(../images/design/help.png) top left no-repeat;
    width: 11px;
    height: 10px;
    cursor: pointer;
}

#div_cellphone .pay_help {
    right: 5px;
}

.pay_way_item {
    float: left;
    position: relative;
    background: #000;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: #fff;
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 4px;
    position: relative;
    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;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.pay_way_item:nth-child(4) {
    margin-right: 0;
}

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

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

#pay_way_description {
    position: relative;
}

.pay_way_description_item {
    display: none;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #000;
}

.pay_way_description_item:first-child {
    display: block;
}

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

#send_way2 {
    padding-top: 10px;
}

#send_way_tabs {
    border-bottom: 1px solid #c6c5c6;
    position: relative;
}

#send_way_tabs_in {
    display: table;
    margin: 0 auto;
}

.send_way_apodeiksh_item {
    margin-bottom: 5px;
}

.send_way_help {
    position: absolute;
    top: 4px;
    right: 27px;
    background: url(../images/design/help.png) top left no-repeat;
    width: 11px;
    height: 10px;
    cursor: pointer;
}

#div_cellphone .send_way_help {
    right: 5px;
}

#send_way_description {
    position: relative;
    -webkit-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.10);
    -moz-box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.10);
    box-shadow: 0px -3px 4px 0px rgba(0, 0, 0, 0.10);
}

.send_way_description_item {
    display: none;
    font-family: 'pf_transportlight', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #58585a;
}

.send_way_description_item:first-child {
    display: block;
}

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

.basket_confirm_item .confirm_left,
.basket_confirm_item .confirm_right {
    float: left;
}

.basket_confirm_item .confirm_right {
    margin-bottom: 20px;
}


/* basket complete */

#complete_back a {
    font-size: 13px;
    font-weight: normal;
    color: #4d4b4b;
}


/* history */

.order_item {
    border: 1px solid #d2dbdf;
    margin-bottom: 30px;
    padding: 10px;
    color: #1a171b;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transform: all 0.3s ease;
    transition: all 0.3s ease;
}

.order_item:hover {
    border: 1px solid #4d4d4d;
}

.order_item strong {
    font-weight: bold;
    font-size: 15px;
}

.order_item a {
    color: #1a171b;
    text-decoration: underline;
}

#history_bottom.with_top {
    margin-top: 30px;
}

#history_back a {
    font-size: 14px;
    font-weight: 300;
    color: #1a171b;
}

#history_order_title {
    color: #000;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
}

#history_order_title span {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}

#basket_popup_empty {
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

#eshop_messages {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* eshop_order_visitor */

.center_order {
    margin: 0 auto;
    max-width: 600px;
}

.visitor_pad {
    padding-top: 30px;
}

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

#tim_visitors {
    padding-top: 20px;
}

#tim_visitors h3 {
    text-align: center;
}


/* --------------- */

.title_area_left_in {
    padding-top: 25px;
}

.title_area_right_top {
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #EB1C29;
    text-align: right;
    background: url(../images/design/dot.png) bottom left repeat-x;
}

.title_area_right_top .title_area_right_top_in {
    margin-left: 10px;
    font-family: 'freestyle_scriptregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 51px;
}

.title_area_right_top2 {
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #aec437;
    text-align: right;
    background: url(../images/design/dot.png) bottom left repeat-x;
}

.title_area_right_top2 span {
    margin-left: 10px;
    font-family: 'freestyle_scriptregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 30px;
}

.title_area_right_top3 {
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 11px;
    color: #00569a;
    text-align: right;
}

.title_area_right_top3 span {
    margin-left: 10px;
    font-family: 'freestyle_scriptregular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 25px;
}

.title_area_right_top3_in {
    text-align: left;
    font-size: 11px;
    margin-top: -5px;
}

.title_area_right_top3_in a {
    color: #00569a;
}

.title_area_right_bottom {
    font-family: 'ubunturegular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 13px;
    color: #666666;
}


/*  Editorials */

.editorials_title {
    background: #000;
    min-height: 100px;
    padding: 22px 0px;
}

.editorials_wrapper {
    margin: 0px auto;
    max-width: 1600px;
}

.editorials_content {
    margin-bottom: 70px;
}

.editorials_wrapper .box {
    width: 714px;
    height: 590px;
    margin: 100px 0px 50px 0px;
    position: relative;
}

.editorials_wrapper .row.one .box {
    margin-bottom: 0px;
}

.editorials_wrapper .apear_text {
    text-align: center;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.total-looks .pro_area.in_total_area {
    margin: 40px 0px;
}


/* Modal total look */


/* Editotials shop the look*/

#theModal_total_look .modal-content {
    border-radius: 0px;
    outline: 0;
    max-width: 700px;
}

#theModal_total_look .modal-content .modal-header {
    border-bottom: none;
}

#theModal_total_look #products_out {
    border-top: none;
}

#theModal_total_look .padding_top_bottom {
    padding-top: 0px;
    padding-bottom: 0px;
}

#theModal_total_look .modal-header .close {
    padding: 0.2rem;
    font-size: 2rem;
    font-weight: 100;
}

#theModal_total_look #total_look_out .product_price .offer-percentage span {
    font-size: 13px;
    margin-left: 1px;
    line-height: 14px;
}

#theModal_total_look .modal-footer button {
    border-radius: 0px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    background: #fff;
    color: #000;
    border: 1px solid #000;
    -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;
}

#theModal_total_look .modal-footer button:hover {
    background: #000;
    color: #fff;
}

#theModal_total_look .modal-footer {
    border-top: none;
}

#theModal_total_look .modal-dialog.modal-lg {
    -webkit-transform: translate(0, 0);
    transform: translate(24vw, 0);
}


/* Tooltips */

[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -11px;
    padding: 3px 6px;
    border-radius: 5px;
    background: #969292;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Light;
    white-space: nowrap;
    right: 39px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: 11px;
    display: inline-block;
    color: #fff;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    border: 8px solid transparent;
    border-bottom: 8px solid #969292;
}

[data-title-wishlist]:hover::before {
    content: attr(data-title-wishlist);
    position: absolute;
    bottom: -11px;
    padding: 3px 6px;
    border-radius: 5px;
    background: #969292;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Light;
    white-space: nowrap;
    right: 94px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

[data-title-wishlist]:hover::after {
    content: '';
    position: absolute;
    bottom: 11px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #969292;
    right: 126px;
}

[data-title-basket]:hover::before {
    content: attr(data-title-basket);
    position: absolute;
    bottom: -24px;
    padding: 1px 6px;
    border-radius: 8px;
    background: #969292;
    color: #fff;
    font-size: 12px;
    font-family: Roboto-Light;
    white-space: nowrap;
    right: 8px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

[data-title-basket]:hover::after {
    content: '';
    position: absolute;
    bottom: 7px;
    display: inline-block;
    color: #fff;
    border: 8px solid transparent;
    border-bottom: 8px solid #969292;
    right: 23px;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}


/* end Tooltips */

.editorials_wrapper .box>.photo {
    display: block;
    height: 590px;
    width: 495px;
    position: absolute;
    left: 0px;
}

.editorials_wrapper .box>.color_wrapper {
    display: block;
    width: 264px;
    height: 264px;
    position: absolute;
    right: 3%;
    top: 26%;
}

.editorials_wrapper .box>.wrapper_desc {
    display: block;
    width: 264px;
    height: 264px;
    position: absolute;
    right: 3%;
    top: 26%;
}

.editorials_wrapper .box>.wrapper_desc h2 {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 46px;
    max-width: 113px;
    color: #000;
    position: absolute;
    top: 36px;
    left: 10px;
    line-height: 40px;
}

.editorials_wrapper .box>.wrapper_desc .date {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000;
    position: absolute;
    top: 18px;
    left: 10px;
}

.editorials_wrapper .wrapper_desc .shop_the_look {
    left: 55%;
    position: absolute;
    bottom: -5px;
}

.editorials_wrapper .wrapper_desc .shop_the_look a {
    font-family: 'PFDinTextCompPro-Medium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #000;
}

.editorials_wrapper .wrapper_desc .shop_the_look svg {
    margin-bottom: 2px;
}

.box .color_wrapper {
    opacity: 0.7;
}

.box .color_wrapper.one {
    background: #f1d8b3;
}

.box .color_wrapper.two {
    background: #ccd5f5;
}

.box .color_wrapper.three {
    background: #d8a175;
}

.box .color_wrapper.four {
    background: #f1b9a7;
}

.editorials_title h1 {
    font-family: 'Didonesque-Poster', Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 46px;
    text-align: center;
    color: #fff;
}

.paginate_wrapper {
    min-height: 104px;
    display: block;
    border-top: 1px solid #cecece;
}

.paginate_wrapper .pagination {
    margin-top: 25px;
}

.paginate_wrapper .pagination .pagination_numb {
    padding: 5px 10px;
    border: 1px solid #999999;
    margin: 3px;
}

.paginate_wrapper .pagination .pagination_numb a {
    font-family: 'Roboto-Regular', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

.paginate_wrapper .pagination .next,
.paginate_wrapper .pagination .prev {
    padding: 5px 10px;
    border: 1px solid #999999;
    margin: 3px;
}

.paginate_wrapper .pagination .pagination_numb:active {
    background: #000;
}

.paginate_wrapper .pagination .pagination_numb a:active {
    color: #fff;
}


/*#table_header
{
	position:relative;
	z-index:1;
	width:100%;
	height:44px;
	line-height:44px;
	border-top:1px solid #b6b1ad;
	border-bottom:1px solid #b6b1ad;
	font-family:'pf_agora_sans_prolight',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.6px;
	color:#4e3828;
}

#table_header table td
{
	border-right:1px solid #b6b1ad;
}

#table_header table td:last-child
{
	border-right:0;
}*/

#basket_send_text {
    margin-top: 20px;
    text-align: right;
}

#basket_send_text a {
    font-family: 'ubuntubold', Arial, Helvetica;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0.2px;
    color: #4D4B4B;
}

#basket_save_area {
    padding-top: 20px;
    border-bottom: 1px solid #b1b1b1;
}

#basket_save_area_in {
    padding-left: 20px;
    padding-right: 20px;
}

#basket_save_area_left {
    float: left;
    padding-top: 20px;
    width: 210px;
}

#basket_save_area_center {
    float: left;
    width: 587px;
}

.money_save_area {
    margin: 0 auto;
    background: url(../images/design/basket_save_bg.png) top left no-repeat;
    width: 161px;
    height: 128px;
}

.b_title {
    padding-bottom: 0;
}

.b_title_left {
    width: 290px;
}

.b_title_center {
    width: 420px;
    padding-top: 22px;
}

.b_title_right {
    width: 290px;
    padding-bottom: 10px;
}

.money_save_area_in {
    padding-top: 74px;
    text-align: center;
}

.money_save_area_in h3 {
    font-family: 'ubuntumedium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

.money_save_area_in .save_price {
    font-size: 44px;
}

#basket_save_area_right {
    float: right;
    padding-top: 20px;
    width: 200px;
    padding-left: 13px;
}

.button_blue {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    background: #64AAD6;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 31px;
    line-height: 31px;
    -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
    font-family: 'ubuntubold', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #fff;
    cursor: pointer;
}

.save_bg {
    padding-right: 20px;
    background: url(../images/design/save_cancel.png) right center no-repeat;
}

.refresh_bg {
    padding-right: 35px;
    background: url(../images/design/save_refresh.png) right center no-repeat;
}

.save_price_text {
    margin-top: 5px;
    font-family: 'ubuntulight', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #333333;
    font-size: 13px;
}

.save_price_text span {
    font-size: 20px;
}

#eshop_order_complete {
    /*font-size:18px;
	padding-left:50px;
	padding-left:50px;
	font-family:'ubunturegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:1px;*/
}

#complete_bottom {
    margin-top: 30px;
}

.comment_shadow {
    -moz-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5), 0 -8px 8px -8px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5), 0 -8px 8px -8px rgba(0, 0, 0, 0.5);
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.5), 0 -8px 8px -8px rgba(0, 0, 0, 0.5);
}

#basket_pop {
    display: none;
    width: 320px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    z-index: 100;
}

#basket_pop_arrow {
    background: url(../images/design/arrow_bg.png) no-repeat;
    background-position: 94% top;
    height: 4px;
}

#basket_pop_in {
    padding: 15px;
    background: #CEC9C4;
    -moz-box-shadow: 1.42px 1.55px 1.55px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1.42px 1.55px 1.55px rgba(0, 0, 0, 0.4);
    box-shadow: 1.42px 1.55px 1.55px rgba(0, 0, 0, 0.4);
}

#basket_pop_in h2 {
    font-family: 'pf_din_text_cond_probold', Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.6px;
    color: #fff;
    text-align: center;
    text-shadow: 1.42px 1.55px 1.55px rgba(0, 0, 0, 0.3);
    margin-bottom: 5px;
}

#basket_pop_in h2 a {
    color: #fff;
}

#basket_pop_bottom {}

.basket_pop_item {
    background: #fff;
    padding: 15px;
    margin-bottom: 3px;
    line-height: normal;
}

.basket_pop_item_left {
    float: left;
    width: 75px;
    margin-right: 10px;
}

.basket_pop_item_right {
    float: left;
    width: 175px;
}

.basket_pop_item_right_top {
    margin-bottom: 6px;
}

.basket_pop_item_right h3 {
    font-family: 'pf_din_text_cond_promedium', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #636363;
}

.basket_pop_item_right_bottom {
    border-top: 1px solid #d8d4d0;
    padding-top: 3px;
    font-family: 'pf_din_text_cond_proregular', Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: normal;
}

.basket_pop_green {
    color: #85AD00;
}

.basket_pop_blue {
    color: #49AFDE;
}

#basket_pop_final_price {
    background: #4D4B4B;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: 'pf_din_text_cond_probold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.6px;
    font-weight: normal;
    color: #FFFFFF;
    text-align: right;
}

#basket_pop_final_price_title {
    color: #9F948B !important;
}

#basket_pop_final_price span {
    color: #FFFFFF;
}

#basket_pop_btn {
    margin-top: 12px;
    background: url(../images/design/basket_popup_btn.png) top right no-repeat;
    width: 290px;
    height: 34px;
    -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0x 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

#basket_pop_btn:hover {
    background-position: bottom right;
}

#basket_pop_btn a {
    display: block;
    line-height: 35px;
    padding-left: 10px;
    font-family: 'pf_din_text_cond_promedium', Arial, Helvetica, sans-serif;
    font-size: 17px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #FFFFFF;
    text-shadow: 1.4px 1.55px 1.55px rgba(0, 0, 0, 0.2);
}


/* city keyup */

.cities_popup {
    display: none;
    position: absolute;
    border: 1px solid #000;
    background: #fff;
    z-index: 100;
}

.city_item {
    background: #fff;
    color: #000;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transform: all 0.5s ease;
    transition: all 0.5s ease;
}

.city_item:hover {
    background: #000;
    color: #fff;
}

.city_item.active {
    background: #000;
    color: #fff;
}


/* popup basket */

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

.popup_basket {
    display: none;
    position: fixed;
    z-index: 3000;
    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%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

.popup_basket.active {
    display: block;
}

.popup_basket_area {
    width: 450px;
    background: #fff;
}

.popup_basket_area_title {
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
}

.popup_basket_area_title .fa-times {
    font-weight: 300px!important;
}

.popup_basket_area_title h2 {
    font-size: 13px;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-weight: 300;
    text-align: center;
}

.popup_delete {
    position: absolute;
    right: 0;
    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%);
    font-size: 15px;
    cursor: pointer;
    color: #fff;
}

.popup_basket_area_in {
    padding: 20px;
}

.popup_basket_area_in_in {
    display: flex;
}

.popup_basket_photo {
    width: 100px;
    margin-right: 35px;
}

.popup_basket_photo_in {
    width: inherit;
}

.popup_basket_right {
    width: 100%;
}

.popup_basket_right_in {
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction: column;
}

.popup_basket_right_in .popup_basket_txt {
    font-family: Roboto-Light;
}

.popup_basket_txt h2 {
    font-weight: 300;
    font-size: 19px;
    color: #000000;
    margin-bottom: 3px;
}

.popup_basket_txt h5 {
    font-weight: 300;
    font-size: 14px;
    font-style: italic;
    color: #000000;
}

.popup_basket_txt h3 {
    color: #989898 !important;
    font-size: 13px !important;
    font-weight: normal;
    font-weight: normal;
    letter-spacing: 0.4px;
    margin-bottom: 5px;
}

.popup_basket_txt h4 {
    font-size: 13px !important;
    font-weight: 300;
    color: #768490 !important;
    margin-top: 10px;
}

.popup_basket_buttons {
    margin-top: 20px;
}

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

.popup_basket_btn {
    margin-top: 15px;
}

.popup_basket_btn a {
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
    font-size: 12px;
    display: block;
    background: #000;
    padding: 8px 15px;
    text-align: center;
    color: #fff !important;
    cursor: pointer;
}

.popup_basket_btn.red a {
    background: #00aa5b;
}

.popup_basket_btn.red a:hover {
    background: #10804c;
}


/* popup_basket */

.announcepopup {
    min-width: 400px;
    background: #fff;
    position: relative;
    z-index: 99998;
    /*-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
	box-shadow: 0 0 3px rgba(0,0,0,0.5);*/
}

.announcepopup_top {
    position: relative;
    background: #000;
    padding: 10px;
}

.announcepopup_top h2 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Roboto-Bold', Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
}

.announcepopup_close {
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -11px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.announcepopup_close i {
    font-size: 22px;
    line-height: 22px;
    width: inherit;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.announcepopup_bottom {
    padding: 10px;
    background: #fff;
    color: #333333;
    font-size: 13px;
    text-align: center;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.popup_btn {
    display: table;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.yes_link,
.close_link {
    font-size: 13px;
    font-weight: normal;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    -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;
    cursor: pointer;
}

.yes_link {
    border: 1px solid #000;
    color: #000;
    margin-right: 15px;
}

.close_link {
    border: 1px solid #e7505a;
    color: #e7505a;
}

.yes_link:hover {
    background: #000;
    color: #fff;
}

.close_link:hover {
    background: #e7505a;
    color: #fff;
}


/* Διευθύνσεις */

.address_b_item {
    margin-bottom: 5px;
}

.address_b_item_t {
    font-size: 11px;
    font-weight: bold;
    color: #1a171b;
}

.address_b_item_d {
    font-size: 13px;
    font-weight: normal;
    color: #1a171b;
}

.address_b_item_d.strong {
    font-weight: bold;
}

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

.address_book_item.active {
    background: #f5f5f5;
}

.address_book_item_data {
    padding: 20px;
    min-height: 269px;
}

.address_book_item_btns {
    border-top: 1px solid #e6e6e6;
    padding-top: 10px;
    padding-bottom: 10px;
}

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

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

.address_book_btns a {
    font-size: 17px;
    color: #1a171b;
}

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


/*.address_book .row
{
	display:flex;
}

.address_book .row .col-lg-3
{
	float:none;
	width:auto;
	flex-grow:1;
}*/

.add_new_address {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.add_new_address a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #fff;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.add_new_address:hover {
    background: #4d4d4d;
}

.address_fields {
    display: table;
    margin: 0 auto;
    width: 700px;
    background: #F5F5F5;
    padding: 30px;
}

.other_address {
    display: table;
    margin: 0 auto;
    margin-top: 30px;
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.other_address a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: #fff!important;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.other_address:hover {
    background: #4d4d4d;
}

.other_address_data {
    display: none;
    padding-top: 20px;
}

.other_address_data.active {
    display: block;
}

.active_address_data {
    margin-top: 20px;
}

.active_address_data_title h4 {
    color: #000;
    font-size: 15px;
    font-weight: normal;
    letter-spacing: 0.4px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

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

.active_address_item {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #1a171b;
}

.active_address_title,
.active_address_txt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.active_address_title {
    padding-right: 15px;
    font-weight: bold;
    width: 150px;
}


/* END Διευθύνσεις */


/* checkout */

.checkout_out {
    margin-top: 20px;
}

.checkout {
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
}

.checkout ul {
    margin: 0;
    padding: 0;
}

.checkout ul.dots li,
.checkout ul.dots_title li {
    color: #d9d9d9;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    width: 25%;
}

.checkout ul.dots_title li a {
    display: block;
    color: #d9d9d9;
    font-family: 'Roboto-Light', Arial, Helvetica, sans-serif;
}

.checkout ul.dots li:before {
    background-color: #d9d9d9;
    border-radius: 50%;
    content: "";
    display: block;
    height: 10px;
    margin: 0 auto;
    position: relative;
    width: 10px;
    font-weight: normal;
}

.checkout ul.dots li:after {
    background-color: #d9d9d9;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    top: -6px;
    right: 42%;
    width: 85%;
    font-weight: normal;
}

.checkout ul.dots li:first-child:after {
    display: none;
}

.checkout ul.dots li.color {
    color: #000;
}

.checkout ul.dots li.color:before {
    background-color: #000;
}

.checkout ul.dots li.active:before {
    background-color: #fff;
    color: #000;
    content: "\f192";
    font-family: Font Awesome\ 5 Pro;
    font-size: 26px;
    position: relative;
    right: 8px;
    top: -9px;
    z-index: 1;
}

.checkout ul.dots_title {
    margin-top: 10px;
}

.checkout ul.dots li.color:after,
.checkout ul.dots li.active:after {
    background-color: #000;
}

.checkout ul.dots_title li.color a,
.checkout ul.dots_title li.active a {
    color: #000;
}

.checkout ul.dots_title li.color:hover a,
.checkout ul.dots_title li.active:hover a {
    text-decoration: underline;
}


/* END checkout */


/* basket_popup */

.basket_list_p {
    display: none;
    position: absolute;
    width: 300px;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

.basket_list_p.active {
    display: block;
}

.basket_list_p_title {
    padding-top: 5px;
    padding-bottom: 5px;
    background: #000;
}

.basket_list_p_title h3 {
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-weight: normal;
}

.basket_list_p_area_in {
    overflow: auto;
    max-height: 400px;
}

.basket_p_item {
    position: relative;
    padding: 7px;
    border-bottom: 1px solid #cccccc;
}

.basket_p_item_image {
    display: table-cell;
    vertical-align: middle;
}

.basket_p_item_image_in {
    width: 60px;
    text-align: center;
}

.basket_p_item_title {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    padding-left: 10px;
}

.basket_p_item_title h3 {
    color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.basket_p_item_title h4 {
    font-size: 10px;
    font-weight: 300;
    font-style: italic;
    color: #000000;
}

.basket_p_item_delete {
    position: absolute;
    top: 5px;
    right: 7px;
    cursor: pointer;
    z-index: 2;
}

.basket_p_item_prices {
    position: relative;
    z-index: 1;
    /* font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif; */
    font-weight: normal;
    font-size: 20px;
    color: #000;
    margin-top: 5px;
}

.basket_p_item_prices .products_price_old {
    font-size: 18px;
}

.basket_p_item_quantity {
    color: #808080;
    font-size: 13px;
}

.basket_list_p_total {
    display: flex;
    justify-content: space-between;
    color: #000;
    font-size: 16px;
    font-weight: normal;
    padding: 8px 5px;
}

.basket_list_p_total span:first-child {
    margin-left: 70px;
}

.basket_list_p_total span.bold {
    font-weight: bold;
}

.basket_list_p_btn {
    background: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.basket_list_p_btn:hover {
    background: #4d4d4d;
}

.basket_list_p_btn a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-align: center;
    padding: 8px 5px;
}

.basket_list_p_btn span {
    font-size: 18px;
    vertical-align: -2px;
}

.basket_list_p_no {
    padding: 10px;
    color: #000;
    text-align: center;
    font-size: 16px;
}

.company-text {
    column-count: 2;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.photos_about_us {
    display: flex;
    flex-wrap: wrap;
}

.description_area {
    line-height: 1.30em;
    text-align: center;
}

.more_footer {
    text-align: center;
}

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

.description center {
    line-height: 0.7em;
    text-align: center;
}

.category-description {
    color: #333333;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
    text-align: center;
}

.description_pelates {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
}

.title_nea {
    text-align: center;
    font-family: 'GFSDidot-Regular', Arial, Helvetica, sans-serif;
    font-size: 42px;
    color: #7d6242;
    padding-bottom: 68px;
}

#news_list {
    margin-bottom: 50px;
}

.news_list_item {
    background: #fff;
    padding: 22px;
    padding-bottom: 0;
}

.news_list_date {
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    color: #8f7451;
    padding-top: 20px;
}

.news_list_title {
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    color: #8f7451;
    padding-top: 20px;
    padding-bottom: 20px;
}

.news_list_title_link {
    font-family: 'Abrade-Bold', Arial, Helvetica, sans-serif;
    font-size: 18px;
    letter-spacing: 0.06em;
}

.news_list_more_btn {
    border: 2px solid #8f7451;
    color: #8f7451;
    text-align: center;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 10px;
    display: table;
    margin: 0 auto;
    padding: 10px 30px;
    margin-top: 25px;
}

.news_list_more_btn a:hover {
    color: #900e09;
}

.news_list_item {
    margin-bottom: 30px;
    border: 1px solid #b3b3b3;
}

.news_list_item_image {
    text-align: center;
}

.news_list_item_image a img {
    margin: 0 auto;
    /*width: 100px;
    height: 148px;*/
}

.news_list_item_image::after {
    content: '';
    border-bottom: 1px solid #B3B3B3;
    display: block;
    /* max-width: 6em;
    margin: 0.548em auto; */
    margin-bottom: 0;
    max-width: 147px;
    margin: 0 auto;
}

.padding_left_right {
    display: flex;
    flex-wrap: wrap;
}

.new_subdescription {
    text-align: center;
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 1.313em;
    letter-spacing: 0.01em;
}

.img_pelates {
    text-align: center;
}

.count {
    color: #999999;
    float: right;
}

.company_details {
    font-family: 'Abrade-Light', Arial, Helvetica, sans-serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.471em;
    letter-spacing: 0.06em;
}


/* END basket_popup */


/* ESHOP END */


/* END eshop_style.css */