
.page-wrapper > .breadcrumbs {
    max-width: 100%;
    background: #F1F1F1;
    padding: 0 135px 0 135px;
    color: black;
}

.myModal {
    display: none;
    position: fixed;
    z-index: 999;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.myModal .modal-content {
    border-radius: 5px;
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 50%;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
}

.myModal .modal-body {
    padding: 2% 10%;
    overflow: auto;
}

.myModal .modal-header {
    border-bottom: 0;
    background: black;
    color: white;
    padding-bottom: 15px;
    padding-top: 15px;
}

.modal-header h2 {
    margin: 0;
}

.close-myModal {
    position: absolute;
    right: 0;
    background: black !important;
    color: white !important;
    font-size: 25px;
    font-weight: 600;
    border-color: #000;
}

.product-item-name, .product.name a{
    color: black;
}

button.close-myModal:hover {
    color: black;
    background: #ffffff;
    border-color: #000;
}

.breadcrumbs .items {
    font-size: 1.7rem;
}

.minicart-wrapper .block-minicart:before {
    border-color: transparent transparent #000000 transparent;
}

.minicart-wrapper .block-minicart {
    border-color: #000;

}

.post-header .post-title a,.post-header .post-title a:hover,.post-header .post-title a:visited{
    color: black;
}



.title,
.title_i,
.new_arrivals .title h4,
.new_arrivals .title_i p,
.socials_main_page .title_i p {
    font-size: 3.5rem;
    text-align: center;
}

.title_i {
    font-family: "Noto Serif";
    font-style: italic;
    margin-bottom: 35px;
}

.descr p,
.new_arrivals .descr p {
    font-size: 2rem;
    text-align: center;
}

.new_arrivals .button a {
    color: white;
    background: black;
    padding: 12px 29px;
    font-size: 1.8rem;
}

.toolbar-products .pages {
    display: inline-block;
}

.new_arrivals .button {
    margin: 18px 0;
    text-align: center;
}

.product-item-details .old-price, .price-box .old-price .price, .product_slider_home .old-price {
    font-weight: 100;
    text-decoration: line-through;
    font-size: 1.5em;
    /* margin: 8px 0 13px; */
    color: #2d2d2d;
    vertical-align: top;
    line-height: 1.6;
    letter-spacing: .5px;
}

.product-item-details .old-price {
    line-height: 1.4;
}

.old-price .price {
    font-size: 16px;
}

@media (min-width: 992px) {
    .navigation {
        max-width: unset;
    }
}

@media (min-width: 768px) {

    .navigation {
        max-width: unset;
    }

    .sticky-logo {
        float: unset;
        text-align: center;
        margin-bottom: 10px;

        display: none;
    }

    .page-header.type18 .nav-sections .navigation > ul {
        padding-right: 0px;
        padding-left: 3px;
        text-align: center;
    }

    .page-header.type18 .navigation .level0 > .level-top {
        font-size: 18px;
        font-family: Roboto;
        font-weight: 400;
        color: #111111;
    }

    .page-header.type18 .block-search {
        position: absolute;
        bottom: 0;
        left: 0;
        transform: translate(76%, 51px);
    }

    .block-search input {
        border-radius: unset;
    }

    .page-header.type18 .block-search input {
        border-bottom: 1px solid #acacac;
    }

    .page-header.type18 .nav-sections {

        border-top: unset;
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 95px;
        height: 5px;
        border-radius: unset;
        background: white;
    }

    .page-header .navigation .level0 > .level-top {
        text-transform: none;
        /*display: inline-block;*/
    }

    .sw-megamenu.navigation li.level0.fullwidth > .submenu {
        max-width: 100vw;
        border-top: 1px solid #e6e6e6 !important;

    }

    .sw-megamenu.navigation li.level0.fullwidth > .submenu > .container {
        max-width: 1140px;
        padding: 10px 0 25px 0;
    }

    .page-header.type18 .minicart-wrapper, .page-header.type18 .login-block {
        position: absolute;
        bottom: -43px;
        right: 8%;
    }

    .page-header.type18.make-sticky .minicart-wrapper {
        bottom: 5px;
    }

    .page-header.type18 .login-block {
        right: 11.2%;
        bottom: -36.3px;
    }

    .page-header .header.panel {
        max-width: 100vw;
        padding-bottom: unset;
    }

    .main-panel-top .container {
        max-width: 100vw;
    }

    .main-panel-top a, .main-panel-top p {
        color: white;
        font-size: 1.5rem;
        display: inline;
        line-height: 23px;
        vertical-align: top;
    }

    .new_arrivals .flex-box,
    .socials_main_page .flex-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 35px;
    }

    .socials_main_page .flex-box {
        margin-top: 0px;
    }

    .socials_main_page .flex-box > * {
        margin-left: 60px;
        margin-right: 60px;
    }

    .big_banners .flex-box > div {
        margin-left: 35px;
        margin-right: 35px;
    }

    .big_banners.type_2 .title,
    .big_banners.type_2 .title_i,
    .big_banners.type_2 .cat_desc,
    .big_banners.type_2 .button {
        transform: translate(-20px);
    }

    .big_banners .cat_desc {
        font-size: 2rem;
    }

    .type_2 .cat_desc {
        margin: 15px 0 15px 0;
    }

    .new_arrivals {
        margin-top: 75px;
    }

    .big_banners .big_pic {
        margin-top: 60px;
        margin-right: auto;
        margin-left: auto;
    }

    .big_banners .title,
    .big_banners .title_i {
        margin-top: 70px;
        margin-bottom: 20px;
    }

    .big_banners .cat_desc,
    .big_banners .title,
    .big_banners .title_i p {
        text-align: left;
    }

    .socials_main_page .title_i p {
        margin: 32px 0 32px 0;
    }

    .big_banners.type_2 .title_i {
        margin: 145px 0 32px 0;
    }

    .big_banners .button {
        margin: unset;
        margin-top: 25px;
        margin-bottom: 25px;
        float: left;
    }

    .panel.header {
        padding: unset;
        padding-top: 5px;
    }

    .homepage-bar.before_footer {
        border-bottom: unset;
        padding-top: 40px;
        margin-top: 45px;
        padding-bottom: 25px;
    }

    .homepage-bar.before_footer .text-area img {
        vertical-align: middle;
        margin-right: 35px;
    }

    .homepage-bar.before_footer h3 {
        display: inline;
    }

    .page-main {
        padding-bottom: 0px;
        width: 100%;
    }

    .columns .column.main {
        padding-bottom: 15px;
    }

    .product_slider_home .product-details {
        position: absolute !important;
        z-index: 999;
        background: rgba(0, 0, 0, 0.51);
        transition: all 0.7s ease-in-out;
        /*width: 100%;*/
        color: white;
        text-align: center;
        bottom: 0;
        padding: 12px 29px;
        margin: 0 auto;
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }

    .product_slider_home .toproduct {
        font-size: 1.8rem;
    }

    .product_slider_home .product-details a {
        color: white;
    }

    .product_slider_home .product-item-photo {
        position: relative;
        left: 0;
        bottom: 0;
        width: 100%;

    }

    .product_slider_home .product-item-name, .product_slider_home .price-container .price, .product_slider_home .abs-product-link > a:visited, .product_slider_home .product-item-name > a:visited, .product_slider_home .product.name a > a:visited, .product_slider_home .product-item .tocart {
        font-size: 2.3rem;
        font-weight: 400;
        color: white;
        text-align: center;
        padding: 0 5px;
    }

    .product_slider_home .product-item-photo:hover .product-details {
        background: rgb(0, 0, 0);
    }

    .product_slider_home .product-item .tocart:before {
        content: unset;
    }

    .product_slider_home .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
        display: block;
    }

    /*.product_slider_home .abs-product-link > a:hover, .product-item-name > a:hover, .product.name a > a:hover {
        color: white;
    }*/

    .product_slider_home .owl-stage {
        margin: 0 auto;
    }

    .block-search .action.search:before {
        color: black;

    }

    .product_slider_home .product-item-photo {
        padding: unset;
        border: unset;
        border-radius: unset;
    }

    .hide-lg {
        display: none !important;
    }

    .new_arrivals .new_arrivals_wrapper {
        text-align: center;
    }

    .new_arrivals .row {
        justify-content: center;
    }

    .product_slider_home .old-price {
        color: white;
        margin: 4px 9px 13px;

    }

    .page-header.type18 .navigation li.level0.fullwidth .submenu li.level1 > a {
        font-size: 16px;
        font-weight: 400;
    }

}

.new_arrivals .cat_desc {
    min-height: 12%;
    overflow: hidden;
    position: relative;
}

.new_arrivals .cat_desc, .new_arrivals .cat_name {
    font-size: 1.9rem;
    margin: 15px 0 0 0;
    text-align: center;
    min-height: 80px;
}

.new_arrivals .cat_name {
    font-size: 3rem;
    font-weight: 600;
}

.new_arrivals.big_banners .cat_desc {
    text-align: left;
}

.product-info-main .product-info-stock-sku {
    padding-left: 0;
    padding-bottom: 15px;
    text-align: left;
}

.product-details > a:nth-child(1) {
    display: none;
}

.product_slider_home .price-box .old-price .price {
    font-size: 1em;
}

.product_slider_home .price-box .old-price {
    margin: 0;
}

@media screen and (max-width: 1633px) {
    .page-header.type18 .block-search {
        transform: translate(55%, 51px);
    }

}

@media screen and (max-width: 1550px) {
    .page-header.type18 .block-search {
        transform: translate(15%, 51px);
    }

    .page-header.type18 .minicart-wrapper {
        right: 4%;
    }

    .page-header.type18 .login-block {
        right: 9.2%;
    }
}

@media screen and (max-width: 1365px) {
    .page-header.type18 .block-search {
        transform: translate(10%, 0px) !important;
        width: 170px !important;
    }

    .page-header.type18 .minicart-wrapper {
        bottom: 15px;
        right: 2%;
    }

    .page-header.type18 .login-block {
        bottom: 22px !important;
        right: 80px !important;
    }

    .page-header.type18.make-sticky .login-block {
        bottom: unset !important;
        right: 8% !important;
        top: 0;
    }

    .page-header.type18.make-sticky .minicart-wrapper {
        bottom: unset;
        top: 0;
        transform: translate(0, -34px);
    }

}

@media screen and (max-width: 1200px) {
    .header.content {
        max-width: 100%;
    }

    .page-header.type18 .minicart-wrapper {
        bottom: 15px;
        right: 15px;
    }

    .page-header.type18 .login-block {
        bottom: 22px !important;
        right: 70px !important;
    }

    .big_banners.type_2 .title_i {
        margin: 77px 0 32px 0 !important;
    }
}

@media screen and (max-width: 985px) {
    .page-wrapper > .breadcrumbs .items {
        color: inherit;
        padding: 10px 15px;
        margin: 0 auto;
        max-width: 700px;
    }

    .page-wrapper > .breadcrumbs {
        padding: 0;
    }

    .page-header.type18.make-sticky .minicart-wrapper {
        transform: translate(0, -29px);
    }
}

.post-list .post-content {
    min-height: 38%;
}

.post-list-wrapper {
    margin-top: 50px;
}

.post-list-wrapper .post-header {
    padding-bottom: 30px;
}

.post-list-wrapper .title_i p, .product_slider_home .title_i p {
    display: inline-block;
    position: relative;
}

.post-list-wrapper .title_i p:before, .product_slider_home .title_i p:before {
    content: '';
    width: 10vw;
    height: 1px;
    background-color: #c4c6cb;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-120%);
}

.post-list-wrapper .title_i p:after, .product_slider_home .title_i p:after {
    content: '';
    width: 10vw;
    height: 1px;
    background-color: #c4c6cb;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(120%);

}

.post-list.row {
    justify-content: center;
}

.post-header .post-title, .post-posed-date p {
    font-size: 2rem;
}

a.post-read-more {
    font-size: 1.4rem;
    position: relative;
}

a.post-read-more:after {
    content: '';
    width: 100%;
    height: 2px;
    background-color: #909196;
    position: absolute;
    bottom: 0;
    left: 0;

}

.post-header .post-title, .post-title-holder, .post-posed-date {
    text-align: center;
}

.post-holder {
    border: none;
}

.page-header.type18 .minicart-wrapper .action.showcart:before {
    content: url("../images/kalathi.png");
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #9E9E9E;
}

.footer-middle p, .footer-middle a {
    margin-bottom: 4px;
    line-height: 1.5;
    font-size: 1.7rem;
}

.footer-middle h4 {
    font-size: 1.7rem;
    font-family: "Roboto Black";
}

.footer_block_social h4, .footer_block_logo {
    text-align: center;
}

.footer_block_social .social-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    filter: invert(100%);
}

.footer-bottom .custom-block {
    float: unset;
    margin: 0 auto;
}

.footer-bottom {
    padding: 14px 0;
}

.footer_bottom_digitalup p {
    text-align: center;
}

input#newsletter {
    text-align: center;
    width: 40vw;
    margin: 0 auto;
    margin-bottom: 30px;
    border: unset;
    border-bottom: 1px solid black;
    border-radius: 0;
    display: block;
    background: #F8F8F8;
}

#newsletter-validate-detail-1 {
    margin-top: 32px;
    background: #F8F8F8 url('../images/newsletter.jpg');
    padding: 32px 0 32px 0;
    min-height: 215px;
    background-repeat: no-repeat;
    background-position: 85% center;
}

#newsletter-validate-detail-1 .field.newsletter {
    text-align: center;
    font-size: 1.9rem;
    font-weight: lighter;

}

#newsletter-validate-detail-1 .control {
    position: relative;
    margin-top: 32px;
}

button.action.subscribe.primary {
    background-color: unset;
    border-color: unset;
    color: black;
    border: none;
    position: absolute;
    top: 0;
    right: 29vw;
}

body.layout-fullwidth.cms-index-index .page-main {
    padding: unset;
}

.product_slider_home {
    margin-top: 95px;
}

.product_slider_home .product-item-photo {
    border: unset;
}

.breadcrumbs .item:not(:last-child):after {
    content: '/';
    font-size: 2.5rem;
}

.page-wrapper > .breadcrumbs a, .page-wrapper > .breadcrumbs a:hover, .page-wrapper > .breadcrumbs a:focus {
    color: black;
}

input:not([disabled]):focus {
    box-shadow: unset;
}

.catalog-category-view .page-main {
    width: 1629px;
}

.abs-product-link > a:visited, .product-item-name > a:visited, .product.name a > a:visited, .sorter-action:hover:before, .sorter-action:before {
    font-size: 1.4rem;
    color: black;
}

.product-item-name {
    font-size: 2rem;
}

.sorter-action:hover:before {
    color: #777777
}

.catalog-category-view .product-item-name > a:hover {
    color: #777777;
}

.catalog-category-view .product-item-photo {
    border: unset;
}

#ln_slider_price.ui-slider-horizontal {
    background: #777777;
}

#ln_slider_price .ui-slider-handle {
    background: #545454;
}

.modes-mode {
    color: black;
}

.modes-mode.active {
    background: white;
    border: unset;
    color: black;
}

.modes-mode:before {
    font-size: 2rem;
}

.filter .filter-current-subtitle {
    background: white;
    color: black;
    border: unset;
    font-size: 2rem;
}

.filter-current .items {
    border: unset;
    color: black;
    background: white;
}

.filter-actions {
    border: unset;
    background: white;
    color: #545454;
}

.filter-options-content {
    border: unset;
    background: white;
}

.filter-options-title {
    border: unset;
    background: white;
    font-size: 1.9rem;
    font-weight: 500;
    padding: 10px 15px 10px 0;
    text-transform: capitalize;
}

.filter-options-title:hover:after {
    background-color: black;
}

#layered-filter-block-container .title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 60px;
}

#layer-product-list .modes {
    margin-right: 150px;
}

.toolbar select {
    border: unset;
}

.breadcrumbs {
    margin: 0 0 25px;
}

.toolbar-products {
    margin-bottom: 60px;
}

.layout-fullwidth.page-layout-2columns-right .column.main {
    margin-left: 8%;
}

.product-info-main .swatch-attribute-options {
    margin: 10px 0;
    display: block;
}

.swatch-option.text {
    height: 48px;
    line-height: 47px;
    padding: 0 4px;
    min-width: 48px;
    color: #6E6E6E;
    font-size: 1.7rem;
}

.swatch-attribute.size .swatch-option {
    background: white;
}

.swatch-option-tooltip {
    display: none !important;
}

.fieldset > .actions {
    display: block;
}

.box-tocart .action.tocart {
    width: 100%;
    height: 75px;
    background: #679763;
    color: white;
    font-size: 2.5rem;
    margin: 25px 0;
    border: unset;
    transition: all 0.5s ease-in-out;
}

button.action.primary:hover {
    background-color: #3a7735 !important;
}

.swatch-option.image:not(.disabled):hover, .swatch-option.color:not(.disabled):hover {
    /*outline: 2px solid #3a7735;*/
    outline: unset;
    border: 2px solid #3a7735;
}

.product-info-price .price-box .price-container .price {
    /*color: #d01345;*/
    color: black;
    font-weight: 400;
}

.product-info-main .product-info-price .old-price .price-wrapper .price {
    color: #2d2d2d;
}

.product-info-main .product-info-price .normal-price, .product-info-main .product-info-price .old-price, .product_slider_home .old-price {
    display: inline-block;
    vertical-align: middle;
}

.price-container .price-label {
    display: none !important;
}

.product-info-main .stock.available, .product-info-main .stock.unavailable {
    display: none;
}

.product-info-main .product-info-price, .product-options-wrapper {
    border: unset;
}

.socials_under_cart img {
    height: 20px;
    vertical-align: middle;
}

.socials_under_cart a {
    font-size: 1.7rem;
    color: black;
}

.socials_under_cart {
    margin: 25px 0;
}

.product-info-main .page-title-wrapper h1 {
    color: #000000;
    font-size: 3.2rem;
}

.manufacturer_img {
    margin: 5px 0;
}

.swatch-attribute-label, .field.qty .label2 span {
    font-weight: 400;
    position: relative;
    font-size: 1.8rem;
}

.fotorama__stage__shaft {
    border: unset;
}

.fotorama__nav--thumbs .fotorama__thumb {
    border: unset !important;
}

.fotorama__thumb-border {
    border: unset;
}

#tab-label-reviews {
    display: none;
}

.product.data.items > .item.title.active > .switch, .product.data.items > .item.title.active > .switch:focus, .product.data.items > .item.title.active > .switch:hover {
    border: unset;
    text-align: left;
    color: #000;
    font-size: 2.5rem;
    border-bottom: 1px solid #d6d6d6 !important;
}

.product.data.items > .item.title {
    width: 100%;
}

.product.data.items > .item.title > .switch {
    padding-left: 0px;
    margin-bottom: 30px;
}

.product.attribute.description .value {
    text-align: justify;
    font-size: 1.45rem;
}

.block_product_view_under_cart h3 {
    font-weight: 400;
    font-size: 1.4rem;
}

.block_product_view_under_cart img {
    height: 40px;
}

.fotorama .fotorama-sprite, .fotorama__fullscreen .fotorama .fotorama__zoom-out, .fotorama__fullscreen .fotorama .fotorama__zoom-in, .fotorama .fotorama__arr .fotorama__arr__arr, .fotorama .fotorama__fullscreen-icon, .fotorama .fotorama__thumb__arr {
    color: black;
}

.product_slider_home .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: black;
}

.product_slider_home .owl-theme .owl-dots .owl-dot.active span {
    background: black;
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    -ms-transform: scale(1.4);
    -o-transform: scale(1.4);
    transform: scale(1.4);
}

.product_slider_home .owl-controls {
    position: absolute;
    bottom: 0;
    transform: translate(0, 45px);
}

.product_slider_home .owl-dots {
    margin-top: 0;
}

.swatch-attribute.manufacturer .swatch-option {
    min-width: 100%;
    border: unset;
    color: black !important;
    height: auto;
    font-weight: 400;
    display: inline;
    text-align: left;
}

.swatch-attribute.size .swatch-option {
    border: unset;
    color: black !important;
    height: auto;
    font-weight: 400;
    display: inline;
    text-align: center;
    padding: 6px;
    min-width: unset;
    min-height: unset;
    line-height: initial;
}

/*#layered-filter-block-container .swatch-option:not(.disabled):hover {*/
/*border: unset;*/
/*outline: unset;*/
/*}*/

#layer-product-list .product-item-name {
    font-size: 1.8rem;
}

.product-info-main .swatch-option {
    margin-right: 15px;
}

.swatch-option.color {
    border-radius: 50%;
}

.field.qty input[type="number"], .field.qty .qty-changer > a {
    border: unset;
}

.field.qty .control {
    border: 1px solid #cccccc;
    padding: 0 5px;
}

.field.qty .qty-changer > a {
    font-size: 2rem;
    color: #707070;
}

.box-tocart .input-text.qty {
    height: 30px;
    width: 30px;
}

.size-guide {
    display: inline-block;
    margin-left: 20%;
    font-size: 1.5rem;
}

.size-guide a {
    color: black;
}

.block.upsell .title strong, .block-viewed-products-grid .block-title strong {
    padding: 0 50px;
    text-transform: unset;
    font-size: 3rem;
    font-weight: 400;
    background: white;
}

.block-viewed-products-grid .block-title {
    background: url(../images/slider-bar.png) right no-repeat;
    text-align: center;
}

.color_variations .color_tab {
    border: 1px solid #a9a8a8;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.color_variations .color_tab:hover {
    border: 2px solid black;
}

.color_variations a {
    width: 100%;
    height: 100%;
}

.color_variations .palette {
    margin: 10px 0;
}

.color_variations .product_color {
    display: inline-block;
    margin-right: 15px;
}

.product-info-main .product-info-price {
    margin-bottom: 0;
}

.page-wrapper > .breadcrumbs .items {
    padding: 5px 15px;
}

.swatch-opt {
    margin: 10px 0;
}

.product-info-main .product-options-bottom .box-tocart {
    margin-top: 10px;
}

.product-info-price .price-box {
    padding-bottom: 5px;
}

.page-header.type18 .minicart-wrapper .action.showcart .counter-label {
    display: none;
}

.nav-toggle:before {
    color: #000;
}

.cms-etaireia .page-main p.fashion {
    color: #808080;
    font-size: 80px;
    margin-bottom: 30px;
}

.cms-etaireia .page-main p.fashion.first-t {
    font-size: 60px;
}

.etaireia-block-wrapper {
    text-align: center;
    margin-bottom: 50px;
    /*max-width: 1400px;*/
    margin-left: auto;
    margin-right: auto;
}

.etaireia-text-left {
    float: left;
    text-align: center;
}

.etaireia-image-right {
    float: left;
    text-align: right;
}

.etaireia-text-left {
    padding-top: 10%;
}

.etaireia-gkri-background {
    width: 100%;
    height: 70%;
    top: 15%;
    background-color: #EDEDED;
    position: absolute;
}

.etaireia-text-not-last-yet {
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;
}

.etaireia-text-last {
    position: relative;
    padding: 80px 15px;
    text-align: center;
}

.etaireia-background-image {
    background: url("../images/banner-4-etairia.jpg");
}

.cms-etaireia .page-main, .cms-etaireia .columns .column.main {
    padding-top: 0;
    padding-bottom: 0;
}

.page-header.type18 .navigation li.level0.fullwidth .submenu li.level1 > a {
    text-transform: capitalize;
}

.page-header.type18.make-sticky .block-search {
    transform: translate(15%, 40px);
}

.page-header.type18 .select-area {
    display: none;
}

.product.data.items .table-wrapper {
    margin: 0;
    font-size: 2.1rem;
}

.swatch-option.selected {
    outline: unset;
}

.blog-page.layout-fullwidth.page-layout-2columns-right .column.main {
    margin-left: 0;
    padding: 10px 15px;
}

.blog-page.layout-fullwidth.page-layout-2columns-right .sidebar-additional {
    background-color: #F4F4F4;
    padding: 30px 15px;
}

.widget.block-categories li > a, .widget.block-archive .item a {
    color: #000;
}

input#blog_search {
    background: none;
    border-width: 0 0 1px 0;
    border-radius: 0;
}

.blog-page .post-count {
    position: absolute;
    right: 3px;
}

.widget.block-categories li > a:before, .widget.block-archive .item a:before {
    display: none;
}

.widget.block-categories li, .widget.block-archive .item {
    padding: 8px 3px 8px 0;
}

.post-list .post-content .post-read-more {
    float: left;
}

.post-holder .post-banner {
    border: none;
}

.product-labels {
    right: unset;
    left: -10px;
}

.product-label {
    width: 100px !important;
    border-radius: 0;
    margin-top: 10px;
    position: relative;
    font-size: 13px;
}

.product-label.new-label:before {
    border-color: rgba(103, 151, 99, 0.8) transparent transparent;
    border-style: solid;
    border-width: 10px 0px 0px 10px;
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.product-label.sale-label:before {
    border-color: rgba(208, 19, 69, 0.8) transparent transparent;
    border-style: solid;
    border-width: 10px 0px 0px 10px;
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.product-label.online-only:before {
    border-color: rgba(22, 22, 22, 0.8) transparent transparent;
    border-style: solid;
    border-width: 10px 0px 0px 10px;
    left: 0;
    content: "";
    height: 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 0;
}

.product-label.sale-label {
    background-color: rgba(208, 19, 69, 0.8);
}
.product-label.new-label {
    background-color: rgba(103, 151, 99, 0.8);
}
.product-label.online-only {
    background-color: #161616;
}
.product-item-photo {
    overflow: visible;
}

.checkout_index_index .title, .checkout-cart-index .title {
    font-size: 1.3rem;
}

.product-item-extra_lektiko {
    font-size: 18px;
    color: rgba(103, 151, 99, 0.8);
}

.catalog-category-view .products-grid .product-item .product-item-info, .catalogsearch-result-index .products-grid .product-item .product-item-info {
    border: 1px solid #eaeaea;
}

.product-item-extra_lektiko {
    height: 30px;
    line-height: 30px;
}

header.page-header.type18 {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
}

.page-header.type18 .logo {
    margin: 0;
}

.page-header.type18.make-sticky .branding img {
    max-width: 70%;
}

.branding {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.page-header.type18 .header.content,
.page-header.type18 .header.content .branding {
    min-height: 73px;
    transition: all 0.4s ease-in;
}

.page-header.type18.make-sticky .header.content,
.page-header.type18.make-sticky .header.content .branding {
    min-height: 30px;
}

.header.content * {
    transition: all 0.3s linear;
}

.logo img {
    margin: 0 auto;
}

.swatch-option.image {
    min-width: unset;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.contact-index-index .page-main .contact-info [class^="porto-icon-"], .contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
    background-color: #666;
}

.contact-index-index .contact-info {
    background-color: #F8F6F7;
    padding: 10%;
}

.contact-index-index .contact-info p {
    padding-top: 10px;
}

.contact-index-index .page-main {
    max-width: 100%;
    padding-top: 0;
}

.contact-index-index .columns .column.main {
    padding-bottom: 0;
}

.contact-index-index .fieldset > .legend {
    text-align: center;
    color: #000;
}

.contact-index-index .contact-info .contacts-title {
    color: #000;
}

.full-width {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.etaireia-banner-wrapper {
    position: relative;
    margin: 40px 0 120px;
}

.etaireia-banner-text {
    position: absolute;
    max-width: 40%;
    height: auto;
    bottom: -100px;
    right: -100px;
    background-color: #fff;
    padding: 3% 5%;
    text-align: center;
}

.cms-etaireia .page-main .etaireia-banner-text p.fashion {
    position: absolute;
    right: -70px;
    bottom: 30px;
    margin-bottom: 0;
}

.product-item-details .special-price .price-final_price .price, .price-container .price {
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #000;
}

.price-box.redify .normal-price .price,
.price-box.redify .special-price .price {
    color: #d01345 !important;
}

.price-box .old-price .price {
    color: #2d2d2d;
    font-weight: 400;
}

.product-item-details .price-final_price {
    display: inline;
}

.product_slider_home a.toproduct {
    display: block;
}

.product_slider_home .price-box {
    display: inline;
}

.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart{
    background-color: #3a7735;
    border-color: #3a7735;
}

@media (min-width: 768px) and (max-width: 1200px) {
    .page-header.type18 .minicart-wrapper, .page-header.type18 .login-block {
        position: absolute;
        display: inline-block;
    }

    .page-header.type18 .login-block {
        bottom: 17px;
        right: 90px;
    }

    .page-header.type18 .block-search {
        transform: none;
        left: 5px;
    }

    .page-header.type18 .navigation .level0 > .level-top {
        padding: 0 8px;
    }

    .page-header.type18.sticky-header .minicart-wrapper {
        position: absolute;
        right: -8%;
        bottom: 15px;
    }

    .page-header.sticky-header .navigation {
        max-width: 100%;
    }

    header.page-header.sticky-header .navigation li.level0 > .level-top {
        padding: 0 8px;
    }
}

@media screen and (max-width: 992px) {
    .layout-fullwidth.page-layout-2columns-right .column.main {
        margin-left: 0%;
    }

    .myModal .modal-content {
        width: 80%;
    }
}

@media screen and (max-width: 960px) {
    .sticky-logo .logo img {
        margin-right: 10px;
    }

    header.page-header.type18.sticky-header .navigation li.level0 {
        margin-right: 0;
    }
}

.phone-block {
    display: none;
}

@media screen and (max-width: 800px) and (min-width: 768px) {
    .page-header.type18 .navigation .level0 > .level-top {
        padding: 0 4px;
    }
}

@media (max-width: 767px) {
    header.page-header.type18 {
        position: relative;
        top: 0;
        left: 0;
        padding-bottom: 15px;
    }

    .mobile-banner {
        margin-top: 0;
    }

    body:not(.cms-porto_home_9):not(.checkout_index_index) #maincontent {
        margin-top: 0;
    }

    .navigation .level0, .nav-sections-item-title.active a {
        font-size: 1.8rem;
    }

    .navigation a:hover {
        color: #000 !important;
    }

    header.page-header .nav-sections-item-title {
        background: white;
    }

    .minicart-wrapper .block-minicart {
        margin-right: 18px;
    }

    .product-info-main .product-info-stock-sku {
        display: block;
        text-align: center;
    }

    .page-header.type18 .header.content {
        display: flex;
        flex-wrap: wrap;
    }

    .cms-etaireia .page-main .etaireia-banner-text p.fashion {
        right: -30px;
    }

    .branding .logo {
        text-align: center;
        max-width: unset;
    }

    .socials_under_cart div > div {
        text-align: center;
    }

    .box-tocart .action.tocart {
        font-size: 2rem;
    }

    .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot span {
        background: black;
        border: black;
        width: 4px;
        height: 4px;
        border: 4px solid black;
        top: 50%;
        transform: translateY(50%);
        margin-top: 20px;
    }

    .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot.active span {
        border: 6px solid black;
    }

    .products-upsell .owl-middle-narrow.owl-theme .owl-controls {
        position: relative;
    }

    .products-upsell .owl-middle-narrow.owl-theme .owl-controls .owl-dots {
        text-align: center;
    }

    .layout-fullwidth.page-layout-2columns-right .column.main {
        margin-left: 0;
    }

    .fotorama__stage {
        border: unset;
    }

    .fotorama__dot {
        border: 4px solid #000;
    }

    .product-info-main .page-title-wrapper h1 {
        text-align: center;
        font-size: 2.4rem;
    }

    .socials_under_cart .row {
        justify-content: end;
    }

    .right-side-open {
        display: none;
    }

    .block-viewed-products-grid .block-title,
    .block.upsell .title {
        text-align: left;
        background: unset;
    }

    .block.upsell .title strong, .block-viewed-products-grid .block-title strong {
        padding: 0 18px;
        line-height: 5rem;
        background: unset;
    }

    .page-layout-2columns-right .product-info-main {
        width: 85% !important;
        margin: 0 auto;
    }

    /*.product-info-main .swatch-attribute-options{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }*/
    .product-info-main .box-tocart .actions {
        width: 119%;
        transform: translate(-8%);
    }

    .fotorama__active .fotorama__dot {
        background: #000;
        border: 6px solid #000;
        top: 50%;
        transform: translateY(-50%);
    }

    .toolbar select {
        color: #8F929C;
        border: 1px solid #8F929C;
    }

    .toolbar .sorter {
        padding-right: 20px;
        /*border-right: 1px solid #8F929C;*/
    }

    .toolbar-products .pages {
        display: inline-block;
        margin-bottom: 5px;
        margin-right: 5px;
        float: left;
        /*margin-left: 20px;*/
    }

    .sorter-label {
        display: none;
    }

    .sorter-action:before {
        transform: rotateX(180deg);
        background: #cfcfcf;
        width: 25px;
        height: 25px;
        color: #777777;
    }

    .sorter-options {
        margin: 0 4.5px 0 0px;
    }

    .filter-title strong {
        display: inline-block;
        position: relative;
        top: unset;
        left: unset;
        background-color: white;
        border: unset !important;
        box-shadow: unset;
        color: black !important;
        font-size: 2.5rem;
        z-index: 1;
    }

    .filter-title strong:before {
        color: #000;
        margin-right: 20px;
        display: inline;
    }

    .catalog-category-view .page-title-wrapper {
        display: block;
    }

    .page-main > .page-title-wrapper .page-title {
        color: black;
    }

    #layer-product-list .modes,
    .category-image {
        display: none;
    }

    .toolbar .limiter {
        float: unset;
        clear: both;
        display: inline-block;
    }

    .products.wrapper ~ .toolbar .limiter {
        display: none;
    }

    .toolbar-products {
        margin-bottom: 60px;
        width: 100%;
        margin: 0 auto;
        border-radius: 5px;
        border: 1px solid #c1c1c1;
        padding: 10px 5px;
    }

    #layer-product-list .product-item-name, #layer-product-list .price-container .price {
        font-size: 1em;
    }

    #layer-product-list .product-item-name {
        height: 40px;
    }

    .product-item-name > a {
        color: #000;
        font-weight: 600;
    }

    .new_arrivals.big_banners .title h4,
    .new_arrivals.big_banners .title_i p,
    .new_arrivals.big_banners .button {
        font-size: 3.5rem;
        text-align: left;
    }

    /*.new_arrivals .big_banners .cat_info .title_i p,*/
    /*.new_arrivals .big_banners .cat_info p,*/
    /*.new_arrivals .big_banners .cat_info .button a{*/
    /*text-align: left;*/
    /*}*/
    .mobile-banner img {
        display: block;
    }

    .new_arrivals.cat_banners .title {
        display: none;
    }

    .new_arrivals.cat_banners .text-center > a {
        display: block;
    }

    .new_arrivals .cat_desc {
        min-height: 17%;
    }

    .new_arrivals .new_arrivals_wrapper {
        padding: 0 20px;
    }

    .new_arrivals.cat_banners .text-center {
        padding: 0;
    }

    .new_arrivals.cat_banners .text-center a {
        line-height: 0;
    }

    .hide-xs {
        display: none !important;
    }

    .socials_main_page .flex-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 35px;
    }

    .socials_main_page .flex-box img {
        margin-left: 60px;
        margin-right: 60px;
    }

    .new_arrivals .new_arrivals_wrapper:nth-child(3) {
        display: none;
    }

    .header.content {
        margin-top: 10px;
    }

    .phone-block {
        display: block;
        width: 32px;
        position: relative;
        float: left;
        top: 0px;
        margin-left: 15px;
    }

    .page-header.type18 > .main-panel-top {
        background: #000;
        transition: margin .2s;
    }

    .page-header.type18.make-sticky_2 > .main-panel-top {
        margin-top: -38px;
    }

    .header_top_info p {
        margin: 10px 0;
        color: #fff;
    }

    .header_top_info a {
        color: #fff;
    }

    .page-header.type18 .nav-toggle {
        float: left;
        line-height: 33px;
        margin-left: 17px;
    }

    .page-header.type18 .login-block {
        width: 30px;
        position: relative;
        display: inline-block;
        float: right;
        margin-left: unset;
        right: unset !important;
        bottom: unset !important;
        top: 0;
        transform: unset;
        margin-top: 0px;
        /*margin-left: auto;*/
    }

    .page-header.type18 .minicart-wrapper {
        bottom: unset !important;
        right: unset !important;
        top: 0;
        display: block;
        transform: unset;
        float: right;
    }

    .login-block, .minicart-wrapper {
        transform: translate(0, -40px);
    }

    #search_mini_form {
        width: auto;
        float: none;
    }

    .page-header.type18 .block-search {
        max-width: 220px;
        position: relative;
        text-align: center;
        height: 40px;
        margin: 0 auto;
        max-width: unset;
        transform: unset !important;
        width: 40% !important;
    }

    .page-header.type18 .header.content .branding {
        min-height: unset;
        display: block;
        float: left;
        width: 50%;
        text-align: center;
        margin: 0 auto;
    }

    .page-header.type18 .block-search .label:before {
        color: #A5A5A5;
    }

    .page-header.type18 .block-search .label {
        position: absolute;
        right: 0;
        margin: 0;
    }

    .block-search input {
        top: 0;
        left: 0;
        position: absolute;
        border: none;
        border-bottom: 1px solid #A5A5A5;
        border-radius: 0;
        background: transparent;
        margin: 0 0;
    }

    .block-search .label.active + .control input {
        position: absolute;
    }

    .page-header.type18 .logo img {
        width: 100%;
        height: auto;
    }

    .page-header.type18 .minicart-wrapper {
        margin: -2px 12px 0px 12px;
    }

    .page-header.type18 .logo {
        margin: 0 auto;
        display: block;
        float: unset;
    }

    .cms-porto_home_9 .homepage-bar {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
        width: 100%;
    }

    .cms-porto_home_9 section.new_arrivals {
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .cms-porto_home_9 .post-list-wrapper.blog-widget-recent {
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        display: none;
    }

    section.socials_main_page {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
        width: 100%;
        margin-bottom: 50px;
    }

    .cms-porto_home_9 #newsletter-validate-detail-1 {
        -ms-flex-order: 4;
        -webkit-order: 4;
        order: 4;
        width: 100%;
    }

    #newsletter-validate-detail-1 {
        background: #F8F8F8;
    }

    .homepage-bar.before_footer .text-area img {
        vertical-align: middle;
        margin-right: 5px;
        max-width: 32px;
        height: auto;
    }

    .homepage-bar.before_footer h3 {
        display: inline;
        font-size: 13px;
    }

    .homepage-bar .text-area {
        margin-left: 0;
        display: block;
        text-align: center;
        margin-top: 15px;
    }

    .new_arrivals {
        margin-top: 35px;
    }

    .new_arrivals.cat_banners {
        margin-top: 70px;
    }

    .title_i {
        margin-bottom: 15px;
    }

    .new_arrivals .cat_desc, .new_arrivals .cat_name {
        font-size: 1.7rem;
        margin: 5px 0 5px 0;
        text-align: center;
    }

    .new_arrivals .cat_name {
        min-height: 35px;
        font-size: 1.9rem;
    }

    .new_arrivals.cat_banners .cat_desc {
        padding: 5px 43px 57px 43px;
    }

    .new_arrivals.big_banners .big_pic {
        display: none;
    }

    input#newsletter {
        width: 90vw;
        background: transparent;
    }

    button.action.subscribe.primary {
        right: 5px;
    }

    a.toproduct {
        color: white;
        background: black;
        padding: 6px 17px;
        font-size: 1.6rem;
    }

    #featured_product .item {
        text-align: center;
    }

    #featured_product .product-item-name {
        margin-top: 10px;
        min-height: 4.4em;
    }

    .new_arrivals.big_banners .first_pic {
        width: 50%;
        /*margin: 0 auto;*/
        display: inline-block;
    }

    .new_arrivals.big_banners .cat_info {
        width: 40%;
        margin: 0 auto;
        display: inline-block;
        padding-top: 10%;
    }

    .new_arrivals.big_banners .cat_info .title_i p {
        font-size: 2.4rem;
    }

    .new_arrivals.big_banners .cat_info .cat_desc {
        font-size: 1.5rem;
    }

    .new_arrivals.big_banners .cat_info .button, .new_arrivals.cat_banners .info_wrapper .button {
        margin: 10px 0;
        white-space: nowrap;
    }

    .new_arrivals.big_banners .first_pic_wrapper {
        display: inline-flex;
    }

    .new_arrivals.big_banners.type_2 .first_pic {
        order: 2;
    }

    .new_arrivals.cat_banners .info_wrapper {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        padding-bottom: 10px;
        background: #ffffff85;
    }

    .navigation .level0 > .level-top {
        text-transform: capitalize;
    }

    .new_arrivals .new_arrivals_wrapper {
        text-align: center;
    }

    .catalog-category-view .columns .sidebar-main {
        -ms-flex-order: 0;
        -webkit-order: 0;
        order: 0;
    }

    .catalog-category-view .columns .sidebar-main .block-category-list, .catalog-category-view .columns .sidebar-main #layered-filter-block-container .title {
        display: none;
    }

    .footer_block_plirofories, .footer_block_social, .footer_block_epikoinonia {
        display: block;
        text-align: left;
        margin-left: 33%;
    }

    .footer_block_social h4 {
        text-align: left;
    }

    .footer_block_social .social-flex {
        justify-content: left;

    }

    .footer_block_social .social-flex img {
        margin: 0 10px;
    }

    .footer-middle > div {
        margin-bottom: 20px;
    }

    .navigation li.level0 .ui-menu-item > a:before {
        content: unset;
    }

    .product-label {
        width: 60px !important;
    }

    .product_slider_home a.toproduct {
        display: inline;
        margin: 10px auto;
    }

    .product_slider_home .price-box {
        display: inline;
    }

    .product_slider_home .old-price {
        margin: 8px 0 13px;
        font-size: 1.2em;
        letter-spacing: 1px;
    }

    .swatch-attribute.size .swatch-option {
        min-width: 14%;
    }

    .field-tooltip .field-tooltip-content {
        right: -45px;
        left: unset;
        width: 260px;
    }

    .minicart-wrapper .block-minicart {
        width: 320px;
    }

    .minicart-wrapper .block-minicart:before, .minicart-wrapper .block-minicart:after {
        right: 5px;
    }

    .minicart-wrapper .action.close {
        top: 1.6%;
    }

    .product-item-details .old-price {
        font-size: 1em;
    }

    .title,
    .title_i,
    .new_arrivals .title h4,
    .new_arrivals .title_i p,
    .socials_main_page .title_i p {
        font-size: 3.1rem;
        text-align: center;
    }

    .descr p, .new_arrivals .descr p {
        font-size: 1.8rem;
    }

    .product_slider_home {
        margin-top: 55px;
    }

    .fotorama__stage__frame .fotorama__img {
        top: 52%;
    }

    .make-sticky_2 .block-search {
        display: none;
    }

    header.page-header.type18.make-sticky_2 {
        padding-bottom: 0;
        position: fixed;
    }

    .page-header.make-sticky_2 .header.content > * {
        max-height: 40px;
    }

    .page-header.type18.make-sticky_2 .header.content {
        min-height: 50px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .new_arrivals .cat_name {
        font-size: 2.2rem;
        margin: 5px 0 10px 0;
        text-align: center;
    }

    .new_arrivals .cat_desc {
        font-size: 2rem;
        margin: 5px 0 5px 0;
        min-height: 120px;
    }
}

@media (max-width: 575px) {
    .header_top_info > div {
        text-align: center;
    }

    .toolbar .limiter {
        float: unset;
        clear: both;
        display: none;
    }

    .myModal .modal-content {
        width: 90%;
    }

    .myModal .modal-body {
        padding: 2% 2%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .header_top_info > div {
        padding-left: 5px;
        padding-right: 5px;
    }
}

@media screen and (max-width: 500px) {
    .socials_main_page .flex-box img {
        margin-left: 30px;
        margin-right: 30px;
    }

    .new_arrivals .button a {
        padding: 10px 15px;
        font-size: 1.6rem;
    }

    .new_arrivals.cat_banners .cat_desc {
        padding: 5px 5px 10px 5px;
    }

    .new_arrivals.big_banners .cat_info {

        padding-top: 0;
    }

    .big_banners.type_2 .title_i {
        margin: 20px 0 32px 0 !important;
    }

    .size-guide {
        margin-left: 0;
    }

}

@media screen and (max-width: 460px) {
    .new_arrivals .cat_desc {
        min-height: 30%;
    }
    .products-grid .product-item-details .product-item-actions .tocart{
        padding: 1.3rem;
    }
}

@media screen and (max-width: 450px) {
    .block-viewed-products-grid .block-title, .block.upsell .title {
        text-align: center;
    }
}

@media screen and (max-width: 440px) {
    /*.page-header.type18 .minicart-wrapper .action.showcart:before {*/
    /*    content: url("../images/kalathi_sm.png");*/
    /*}*/
    .page-header.type18 .nav-toggle {
        margin-left: 0;
    }

    .header.content {
        padding-right: 0px;
    }

    .page-header.type18 .login-block {
        width: 25px;
        margin-top: 0;
    }

    .page-header.type18 .minicart-wrapper {
        margin: -2px 12px 0px 12px;
    }

    .phone-block {
        margin-left: 4px;
    }

}

@media screen and (max-width: 380px) {
    .new_arrivals .button a {
        font-size: 1.3rem;
    }

    .new_arrivals .cat_desc {
        min-height: 41%;
    }
}

@media screen and (max-width: 366px) {
    .footer_block_plirofories, .footer_block_social, .footer_block_epikoinonia {
        margin-left: 20%;
    }
}

@media screen and (max-width: 360px) {
    .new_arrivals .button a {
        font-size: 1.2rem;
    }
}

@media (max-width: 991px) {
    footer {
        text-align: center;
    }
}

.right-side-open {
    display: none !important;
}

.cms-etaireia .custom-container {
    max-width: 1800px;
    margin: auto;
}

@media (min-width: 1800px) {
    .cms-etaireia .page-main {
        max-width: 1800px;
    }
}

@media (max-width: 991px) {
    .etaireia-banner-text {
        position: relative;
        bottom: auto;
        right: auto;
        max-width: 100%;
        padding: 0;
    }

    .etaireia-banner-wrapper {
        margin: auto;
    }

    .etaireia-banner-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    .cms-etaireia .page-main p.fashion {
        font-size: 40px;
    }

    .cms-etaireia .page-main p.fashion.first-t {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1439px) {
    .etaireia-banner-text {
        max-width: 60%;
    }

    .etaireia-text-left {
        padding-top: 5%;
    }
}

.cms-etaireia .page-main p {
    font-size: 1.4rem;
}

ul#etaireia-slider {
    list-style: none;
    padding-left: 0;
}

#etaireia-slider li.item {
    padding: 5px;
}

ul#etaireia-slider .owl-item.active {
    opacity: 0.3;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#owl-demo-du {
    position: relative;
}

#owl-demo-du .navslider {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 3;
}

#owl-demo-du .navslider a.prev {
    color: #000;
    position: absolute;
    left: 20px;
    font-size: 20px;
}

#owl-demo-du .navslider a.next {
    color: #000;
    position: absolute;
    right: 20px;
    font-size: 20px;
}

.cms-etaireia .page-main {
    max-width: 1600px;
}

a,
.alink,
.alink:visited,
.cart.table-wrapper .product-item-name > a,
.page-main > .page-title-wrapper .page-title,
.cart.table-wrapper .product-item-name > a:hover,
.cart.table-wrapper .col.subtotal .price,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong,
.nav-toggle:hover:before,
header.page-header .nav-sections-item-title.active > a:hover,
header.page-header .nav-sections-item-title.active > a:focus,
.pages a.page,
header.page-header .nav-sections-item-title.active > a,
.pages a.page:visited,
.product.data.items > .item.title > .switch,
.fieldset > .legend {
    color: #000;
}

.pages strong.page,
.pages a.page:hover,
.action.primary,
.action.primary:hover {
    background: black;
    border-color: black;
    color: white;
}

.pages .action:hover {
    background: #3a7735;
}

.minicart-items .action.edit:before, .minicart-items .action.delete:before, .cart.table-wrapper .actions-toolbar > .action-edit:before, .cart.table-wrapper .actions-toolbar > .action-delete:before, .action-auth-toggle:hover, .action-auth-toggle {
    color: #3a7735;
}

.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
    border-top: 4px solid #000;
}

.items-total {
    display: none;
}

.swatch-attribute.size .swatch-option.selected, .swatch-attribute.manufacturer .swatch-option.selected {
    outline: 2px solid #679763 !important;
    border: unset;
}

.product.info.detailed .additional-attributes {
    font-size: 1.45rem;
}

img.mx-auto.d-block {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .etaireia-banner-text, .etaireia-block-wrapper, .etaireia-text-left, .etaireia-text-not-last-yet, .etaireia-text-last {
        text-align: justify;
    }
}

.page-header.type18 .minicart-wrapper .action.showcart .counter.qty {
    position: absolute;
    top: 5px;
    margin-top: 0px;
    display: block;
    left: 6px;
}

.product.data.items .item.title a:after {
    font-size: 20px;
}

#filter-tsaxpinia .title {
    font-size: 2.5rem;
    text-align: left;
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    #filter-tsaxpinia .title {
        display: none;
    }
}

header.make-sticky .main-panel-top {
    display: none;
}

.catalog-product-view:not(.weltpixel-quickview-catalog-product-view) .product.media {
    min-height: 460px;
}

.products.wrapper ~ .toolbar .limiter {
    display: none;
}

.minicart-items .product-item-pricing .label {
    width: auto;
}

header.page-header.type18.make-sticky {
    position: fixed;
}

#shipping-zip-form {
    display: none;
}

.homepage-bar {
    background-color: #f0eded;
}

.filter-options .filter-options-item .filter-options-title:after {
    content: '+';
    display: inline-block;
    transition: all 0.5s ease-out;
    font-size: 23px;
    font-weight: 600;
    border: unset;
    background: transparent;
    color: #000;
}

.active > .filter-options-title:after {
    content: '+';
    transform: rotate(45deg);
}

.filter-options-title:hover:after {
    background-color: transparent;
    color: #000;
}

.post-holder .post-date .day {
    color: #000;
}

.post-holder .post-date .month {
    background-color: #000;
}

.theme-color {
    color: #000;
}

.cms-no-route .page-main {
    max-width: 100%;
}

.cms-no-route .columns .column.main {
    padding-bottom: 0;
}

.fof-row {
    position: absolute;
    top: 25%;
    left: 65%;
    transform: translate(-65%, -25%);
    text-align: center;
}

.fof {
    font-family: Roboto;
    font-size: 15em;
    font-weight: 100;
    /* text-align: center; */
    line-height: 0.9em;
    margin: 0 auto;
}

.fof-normal {
    font-family: Roboto;
    margin: 0 auto;
    font-size: 2em;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 5.4px;
}

.fof-row .empty-space {
    height: 1.3em;
}

.fof-md img {
    float: right;
}

.fof-md {
    padding-right: 0;
}

@media screen and (max-width: 1000px) {
    .fof {
        font-size: 11em;
    }

    .fof-normal {
        font-size: 1.5em;
    }
}

@media screen and (max-width: 768px) {
    .fof-md {
        display: none;
    }

    .fof-row {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: unset;
        -moz-transform: unset;
        -ms-transform: unset;
        -o-transform: unset;
        transform: unset;
        margin: 0 auto;
    }
}

.old-price .price {
    font-size: 18px !important;
}

.amasty_xlanding-page-view .page-main {
    max-width: 1629px;
}

.customer-account-login .account-social-login, .customer-account-create .account-social-login {
    display: block;
    margin-bottom: 10px;
}

.customer-account-login .account-social-login .block-content, .customer-account-create .account-social-login {
    padding-top: 10px;
}

.account-social-login .actions-toolbar.social-btn {
    width: auto;
}

.onestepcheckout-index-index .mfp-hide {
    display: block !important;
}

#social-login-popup .social-login-title {
    display: none;
}

.white-popup {
    max-width: 100%;
}

li.ui-menu-item.level0.redify span {
    color: red;
    font-weight: 600;
}

.shipping-infos {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 26px 2px rgba(0, 0, 0, 0.75);
}

.shipping-title p {
    text-align: center;
    font-size: 19px;
    padding-bottom: 30px;
    font-weight: 900;
}

.shipping-infos .progress-bar-container {
    height: 8px;
    position: relative;
    background: #555;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}

.progress-bar-container .bar{
    display: block;
    height: 100%;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background: linear-gradient(-45deg, #bcf9c4, #7cd07b, #319625, #00500b);
    box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow: hidden;
    -webkit-transition: width 3s ease;
    transition: width 3s ease-in-out;
    -webkit-animation: Gradient 3s ease infinite;
    -moz-animation: Gradient 3s ease infinite;
    animation: Gradient 3s cubic-bezier(0.67, 0.03, 0.25, 1) infinite;
}

.progress-bar-container .final-truck{
    position: absolute;
    right: -20px;
    top: -17px;
    background: wheat;
    border-radius: 50%;
    padding: 7px
}

.shipping-infos.in_product{
    max-width: 100%;
    margin: 18px auto;
    padding: 17px;
    margin-bottom: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.shipping-infos.in_product .shipping-title p {
    font-size: 15px;
    padding-bottom: 12px;
}

#top-cart-btn-checkout {
    background-color: #679763
}

#top-cart-btn-checkout:hover {
    background-color: #3a7735
}

button.action-primary.action-accept {
    color: white;
    background-color: black;
    border: 1px solid black;
}

.action-primary:hover{
    background-color: black;
    border: 1px solid black;
}

.availability {
    margin: 20px 0;
    font-size: 1.6rem;
}

.availability span.available{
    color: #3a7735;
}
.availability span.unavailable{
    color: #d01345;
}
.manufacturer_name {
    margin: 25px 0;
}
#newsletter_popup{
   background-position: left center;
    -webkit-background-size: contain;
    background-size: contain;
    padding: 20px 15px 25px;
}

#newsletter_popup .field.newsletter {
    position: relative;
}

#newsletter_popup .block-content{
    margin-top: 10%;
    float: right;
    font-size: 2.2rem;
    max-width: 50%;
    font-style: italic;
}
#newsletter_popup .block-content img{
    margin-bottom: 20px;
}
#newsletter_popup .block-content form {
    margin-top: 30px;
}
#newsletter_popup .actions{
    float: unset;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
}
#newsletter_popup .percent{
    font-weight: 600;
    font-size: 2.7rem;
}
#newsletter_popup button.action.subscribe.primary{
    position: relative;
    right: unset;
}
#newsletter_popup .action.primary{
    height: 34px;
    position: relative;
}
#newsletter_popup input[type="email"]{
    height: 35px;
    padding-right: 75px;
}
#newsletter_popup .mobileNewsletterImage {
    display: none;
}
@media (max-width: 850px){
    #newsletter_popup {
        width: 100% !important;
        height: 500px !important;
        background-image: unset!important;
        padding: 0;
    }
    #newsletter_popup .block-content{
        margin: 5% auto;
        float: unset;
        max-width: 75%;
        font-size: 1.5rem;
    }
    #newsletter_popup .mobileNewsletterImage {
        display: block;
        width: 100%;
        object-fit: cover;
        object-position: top;
        max-height: 250px;
        max-width: 500px;
        margin: auto;
    }
    #newsletter_popup .subscribe-bottom {
        position: initial;
    }
    #newsletter_popup .block-content img {
        margin-bottom: 5px;
    }
    #newsletter_popup .percent {
        font-size: 2rem;
    }
    #newsletter_popup .block-content form {
        margin-top: 10px;
    }
}

li.cat-id-36 {
    background: #5F021F;
}

li.cat-id-36 a.level-top {
    color: #fff !important;
}

.products-grid .product-item .product-item-inner,
.products-grid .product-item-details .product-item-actions{
    margin: 0;
}
.products-grid .product-item-details .product-item-actions .tocart{
    width: 90%;
    height: auto;
    background: #679763;
    color: white;
    font-size: 1.5rem;
    border: unset;
    transition: all 0.5s ease-in-out;
    margin: 10px 0;
    padding: 5px;
}
.product-item .tocart:before{
    content: unset;
}
.products-grid .product-item-details .product-item-actions .tocart:hover{
    background-color: #3a7735 !important;
}
.products-grid .product-item-details .product-item-actions .actions-primary{
    display: block;
}