@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
    font-family: "Ubuntu", sans-serif;
}


a:hover {
    color: #111;
    opacity: 0.8;
}

.container-fluid {
    padding: 0;
}

/* TYPOGRAPHY */

h1 {
    font-weight: bold;
    font-size: 60px;
    color: #000;
    line-height: 60px;
}

h2 {
    font-weight: bold;
    font-size: 20px;
    color: #000;
    line-height: 36px;
}

p {
    font-size: 21px;
    line-height: 20px;
    font-weight: 300;
}

a {
    transition: all 0.1s ease-in-out;
}

.text_highlight {
    color: #6BB373!important;
    font-size: inherit!important;
    font-weight: inherit;
    font-family: inherit;
    line-height: inherit;
}

.category-view .row .category .spacer h2 a#text {
    position: relative;
}

.horizontal-separator {
    display: none;
}

.all-series ul {
    list-style: none;
}

.all-series ul li a {
    font-weight: 500;
}

.category-view .row .category .spacer {
    padding: 0px;
    height: 100%;
}

.category.floatleft.width33 {
    padding: 0 8px 16px 8px;
}

.category-view .row .category .spacer h2 {
    overflow: hidden;
    text-align: left;
}

.browseCategoryImage {
    height: 100%;
    background-color: #efefef;
}

.label {
    font-weight: 500;
}

.cat-names-label {
    background-color: #b5d16a;
    color: #fff;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 20px;
    transition: all 0.2s ease-in-out;
}

.category-view .row .category .spacer h2 a img {
    margin-top: 0px;
    max-width: 100%;
    height: auto;
    color: #efefef;
    transition: all 0.3s ease-in-out;
}

.category-view .row .category .spacer h2 a img:hover {
    opacity: 0.9;
    transform: scale(1.04);
}

.cat-names-label:hover {
    transform: scale(1.06);
    color: #fff;
}

.cat-con {
    min-height: auto;
    background-color: #efefef;
}

.virtuemart.view-category .browse-view h1 {
    padding: 0 10px;
    color: #b5d16a;
    margin-top: 30px;
    margin-bottom: 20px;
}

.customfilters.view-products .category-view h1 {
    color: #b5d16a;
    margin-top: 30px;
    margin-bottom: 20px;
}

span.quantity-box,
.quantity-controls,
.quantity-input {
    display: none !important;
}

a[title="Added to Wishlist"],
a[title="Add to Wishlist"] {
    background-color: #fff;
    border: 1px solid #888;
    border-radius: 40px;
    padding: 19px;
    width: 320px;
    transition: all 0.2s ease-in-out;
    background-image: url(/images/heart.png);
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 32px;
    background-position-y: 22px;
}

a[title="Added to Wishlist"] {
    background-position-x: 51px;
    background-position-y: 21px;
}

.vm2w-icon-heart {
    transition: all 0.2s ease-in-out;
}

.product-container a[title="Add to Wishlist"]:hover .vm2w-icon-heart {
    color: #b5d16a;
}

.vm-product-container a[title="Add to Wishlist"]:hover .vm2w-icon-heart {
    border-color: #fff;
    color: #fff;
}

.vm-product-container a[title="Add to Wishlist"]:hover {
    background-color: #b5d16a;
    background-image: url(/images/heart-white.png);
    border-color: #fff;
    color: #fff;
}

.product-description span.title {
    font-size: 16px;
    line-height: 20px;
    color: #484848;
    text-align: left;
}

.vm-product-details-container .spacer-buy-area .product-price span {
    color: #484848;
    font-size: 18px;
    line-height: 20px;
}

.vm-product-details-container .spacer-buy-area .product-price {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-direction: column-reverse;
}

.virtuemart.view-productdetails span.addtocart-button span.addtocart-button,
.virtuemart.view-productdetails span.addtocart-button input.addtocart-button,
.virtuemart.view-productdetails span.addtocart-button input.notify-button {
    background-color: #111;
    border-radius: 40px;
    padding: 21px 70px;
    width: 320px;
    transition: 0.2s all ease-in-out;
    background-image: url(/images/shopping-cart-white.png);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 78px;
    background-position-y: 18px;
    border: solid #111 1px;
}

.productdetails-view .addtocart-bar {
    margin: 10px 0 0;
}

.virtuemart.view-productdetails .btn[title="Add to Wishlist"] .vm2w-icon-heart::before {
    content: "Προσθήκη στα Αγαπημένα" !important;
    font-size: 16px;
    font-family: "Roboto";
    width: auto;
    margin-left: 32px;
}

.virtuemart.view-productdetails .btn[title="Added to Wishlist"] .vm2w-icon-heart::before {
    content: "Αφαίρεση από τα Αγαπημένα" !important;
    font-size: 16px;
    font-family: "Roboto";
    width: auto;
    margin-left: 32px;
}

.product-fields-title-wrapper {
    padding: 0;
    min-width: auto;
}

.product-fields-title-wrapper:after {
    content: ": ";
    margin-left: -4px;
    margin-right: 5px;
}

.product-fields .product-field {
    display: flex;
    margin-bottom: 20px;
    font-weight: 500;
}

.product-fields-title strong {
    font-weight: 500;
}

.discription {
    font-weight: 500;
    margin-bottom: 20px;
}

.kodikos {
    display: flex;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 20px;
}

.kodikos span {
    margin-right: 5px;
}

.vm-product-details-container .spacer-buy-area h1 {
    font-weight: 800;
}

.virtuemart.view-productdetails .container-fluid.virtuemart .vm-product-container {
    padding: 0px 190px;
}

.virtuemart.view-productdetails .container-fluid.virtuemart .vm-product-media-container {
    padding-right: 20px;
}

.virtuemart.view-productdetails .container-fluid.virtuemart .productdetails-view .spacer-buy-area {
    padding-left: 0;
}

.product-neighbours {
    margin: 0 0 80px;
}

.sj-search-pro-wrapper .button-search {
    border-radius: 45% !important;
}

.header-icons #search170 input {
    background-image: none;
}

.autosearch-input.form-control::placeholder {
    content: "Γεια";
}

.sj-search-pro-wrapper .button-search {
    border-color: #e5e5e5;
    border-radius: 47%;
    height: 42px;
    width: 44px;
}

.virtuemart.view-productdetails .container-fluid.virtuemart .vm-product-details-container {
    padding-left: 20px;
}

.product-neighbours a.next-page {
    background: url(../images/li_arrow.png) no-repeat left;
    padding: 10px 54px 10px 20px;
    line-height: 20px;
    background-position: right;
    float: right;
    border-radius: 40px;
    border: #ccc solid 1px;
    min-width: 360px;
    background-position-x: 95%;
    transition: all 0.2s ease-in-out;
}

.product-neighbours a.previous-page {
    background: url(../images/li_arrow_left.png) no-repeat left;
    padding: 10px 20px 10px 43px;
    line-height: 20px;
    float: left;
    border-radius: 40px;
    border: #ccc solid 1px;
    min-width: 360px;
    text-align: right;
    background-position-x: 21px;
    transition: all 0.2s ease-in-out;
}

.product-neighbours a:hover {
    border: solid 1px #b5d16a;
}

.virtuemart.view-category .spacer.product-container {
    padding: 0;
    height: auto !important;
    margin: 8px;
    border: 0px;
}

.virtuemart-section.vm2wishlists-list .vm2w_product_name a,
.virtuemart.view-category .spacer.product-container .vm-product-name-container h2 a {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
}

.vm-product-descr-container-1 {
    min-height: 0 !important;
}

.virtuemart.view-category .spacer.product-container p.product_s_desc {
    height: 0px !important;
}

.virtuemart.view-category .spacer.product-container {
    height: 512px !important;
}

.virtuemart.view-category .spacer.product-container .vm3pr-2 .product-price {
    min-height: 0px;
    text-align: left;
    font-size: 16px;
}

.virtuemart.view-category .spacer.product-container .vm3pr-2 .vm-price-value span {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

.virtuemart.view-category .spacer.product-container .vm3pr-2 .vm-price-value span .PricebasePriceWithTax {
    font-size: 12px;
}

.virtuemart.view-category .spacer.product-container .vm3pr-2 .product-price::before {
    content: "Τιμή: ";
    font-size: 16px;
    line-height: 26px;
}

.virtuemart.view-category .spacer.product-container .vm3pr-2 .product-price .price-crossed,
.virtuemart.view-category .spacer.product-container .vm3pr-2 .product-price .PricesalesPrice {
    display: inline-block;
}


/* .virtuemart.view-category .spacer.product-container  */

.virtuemart-section.vm2wishlists-list input.addtocart-button,
.virtuemart.view-category .spacer.product-container span.addtocart-button span.addtocart-button,
.virtuemart.view-category .spacer.product-container span.addtocart-button input.addtocart-button,
.virtuemart.view-category .spacer.product-container span.addtocart-button input.notify-button {
    height: 40px;
    width: 168px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #000;
    color: #111;
    font-size: 14px;
    margin-left: 3px;
    background-image: url(/images/shopping-cart.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 14px;
    background-position-y: 9px;
    transition: all 0.2s ease-in-out;
}

.virtuemart-section.vm2wishlists-list input.addtocart-button:hover,
span.addtocart-button span.addtocart-button:hover,
span.addtocart-button input.addtocart-button:hover,
span.addtocart-button input.notify-button:hover,
.virtuemart.view-category .spacer.product-container span.addtocart-button span.addtocart-button:hover,
.virtuemart.view-category .spacer.product-container span.addtocart-button input.addtocart-button:hover,
.virtuemart.view-category .spacer.product-container span.addtocart-button input.notify-button:hover {
    color: #b5d16a;
    border: #b5d16a solid 1px;
}

.virtuemart.view-category .spacer.product-container .addtocart-bar {
    text-align: left;
}

.virtuemart.view-category .products-view .product {
    position: relative;
    min-width: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    padding-bottom: 85px;
}

.browse-view .row .product {
    width: 100%;
    border: 2px solid #dfdfdf;
}

.browse-view .row .product .spacer.product-container {
    height: fit-content !important;
    padding: 0;
    margin: 0px !important;
    border: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-price {
    margin: 0 0 6px !important;
}

.bottom-full .all-series .row .col-md-2 ul li {
    margin-bottom: 5px;
}

.bottom-full .all-series .row .col-md-2 ul {
    padding: 8px;
}

.bottom-full .all-series .row .col-md-2 ul li a {
    color: #2e2e2e;
}

.bottom-full .all-series .row .col-md-2 ul li a:hover {
    color: #0075bd;
}

.virtuemart.view-category .products-view .vm-product-media-container {
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 0;
}

.virtuemart.view-category .products-view .spacer img,
.virtuemart.view-category .related-products-view .row .product .spacer img,
.browse-view .row .product .spacer img,
.related-products-view .row .product .spacer img {
    transition: all 0.3s ease-in-out;
    height: 354px;
}

.virtuemart-section.vm2wishlists-list img,
.browse-view .row .product .spacer img,
.virtuemart.view-category .products-view .spacer img {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    height: 100% !important;
    object-fit: contain;
    transition: all 0.3s ease-in-out;
}

.virtuemart.view-category .browse-view .orderby-displaynumber {
    display: none;
}

.btn-primary:hover {
    background-color: transparent;
}

.virtuemart.view-category .products-view .row,
.view-products .category-view .browse-view .row .col-md-9 .row,
.browse-view .featured-view .row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 30%));
    gap: 85px 25px;
}

.addtocart-container .addtocart-wrapper .addtocart-area .addtocart-bar {
    margin-bottom: 0px;
}

.virtuemart-section.vm2wishlists-list input.addtocart-button,
.addtocart-container .addtocart-wrapper .addtocart-area .addtocart-bar span.addtocart-button input.addtocart-button {
    height: 40px;
    width: 168px;
    background-color: #fff;
    border-radius: 0px;
    border: 1px solid #000;
    color: #000;
    font-size: 14px;
    margin-left: 3px;
    background-image: url(/images/shopping-cart.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 31px;
    background-position-y: 10px;
    transition: all 0.2s ease-in-out;
    margin-top: 5px;
    padding: 7px 0px 7px 27px;
}

.browse-view .row .product .spacer.product-container .vm-product-descr-container-1 {
    display: none;
}

.vm-product-name-container h2 {
    margin-bottom: 5px;
    margin-top: 0;
    text-align: center;
}

.vm-product-name-container h2 a {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
}

p.product_s_desc {
    text-align: center !important;
    font-family: "Ubuntu", sans-serif;
    font-size: 21px;
}

.addtocart-container .prices-wrapper .vm3pr-2 .product-price {
    min-height: 0;
}

.latest span.PricesalesPrice::before,
.products-home span.PricesalesPrice::before {
    content: "Τιμή: ";
}

.browse-view .row .product .spacer span {
    font-size: 16px;
    color: #111;
}

.continue_link,
.showcart {
    width: 100%;
    border: 1px solid #000;
    border-radius: 40px;
    margin: 10px;
    padding: 10px 20px;
}

.continue_link:hover,
.showcart:hover {
    border: 1px solid #0056b3;
}


/* .carousel.slide,
.slick-list.draggable,
.item.active.slick-slide.slick-current.slick-active {
  height: max-content;
} */

.header.text-left {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    color: #b5d16a;
    padding: 0 7px;
    margin: 0 0 20px 0;
}

.itemid-101 .spacer .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 11px 0 0 0;
}

.addtocart-bar {
    width: fit-content;
}

.latest .addtocart-area,
.moduletable.products-home .addtocart-area {
    clear: both;
}

.latest .productdetails,
.moduletable.products-home .productdetails {
    margin-top: 10px;
}

.moduletable.products-home,
.moduletable.featured {
    width: 100%;
}

.moduletable.products-home .productdetails .square_image_container {
    margin-bottom: 10px;
}

.product-container.width33 {
    padding: 0 7px 10px 7px;
}

.boyCategories .filteredCategories_wrapper .label {
    background-color: #fff;
    color: #b5d16a;
    font-size: 20px;
    font-weight: 600;
}

.girlCategories .filteredCategories_wrapper .label {
    background-color: #ec008c;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}

.girlCategories .header {
    color: #dc72dd;
}

.slick-slide img {
    width: 100%;
    object-fit: cover;
}

.view_all {
    position: absolute;
    right: 16px;
    top: 10px;
    font-weight: 500;
}

.view_all a::after {
    content: ">";
    margin-left: 5px;
}

.view_all p {
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
}

.product-container a.image {
    overflow: hidden;
}

.itemid-101 .span.addtocart-button span.addtocart-button,
.itemid-101 span.addtocart-button input.addtocart-button,
.itemid-101 span.addtocart-button input.notify-button {
    background-color: #fff;
    border: 1px solid #111;
    border-radius: 0;
    font-size: 14px;
    color: #111;
    font-weight: 500;
    padding: 10px 40px;
    background-image: url(/images/shopping-cart.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 31px;
    background-position-y: 10px;
    padding: 7px 0px 7px 27px;
    transition: all 0.2s ease-in-out;
    height: 40px;
    width: 168px;
}

.itemid-101 .span.addtocart-button span.addtocart-button:hover,
.itemid-101 span.addtocart-button input.addtocart-button:hover,
.itemid-101 span.addtocart-button input.notify-button:hover {
    color: #b5d16a;
    border: #b5d16a solid 1px;
    background-image: url(/images/shopping-cart.png);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: 31px;
    background-position-y: 10px;
}

.itemid-101 .products-home .product-container.width33 {
    height: fit-content !important;
}

.cart img {
    width: 19px;
    max-width: none !important;
    height: auto;
    position: relative;
    top: -2px;
}

.product.vm-col.vm-col-3.vertical-separator {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.moduletable.products-home .addtocart-bar {
    margin-top: 0;
}

.moduletable.products-home span.addtocart-button {
    margin-top: 5px;
}

.moduletable.latest .slick-slide a .label,
.moduletable.seriesfiltered .filteredCategoriesSeries a .label,
.moduletable.products-home .vmgroup.products-home .product-container .spacer a .label {
    position: relative;
    bottom: 0;
    left: 0;
    padding: 0 0;
    background-color: transparent;
    font-size: 24px;
    color: #000;
    font-weight: 800;
    line-height: 120%;
}

.moduletable.seriesfiltered .filteredCategoriesSeries a .description,
.moduletable.seriesfiltered .filteredCategoriesSeries a .label {
    width: 100%;
    display: flex;
    padding-left: 6px;
}

.moduletable.seriesfiltered .filteredCategoriesSeries a .description {
    margin-top: 6px;
}

.moduletable.seriesfiltered .filteredCategoriesSeries a .description p {
    padding: 0;
}

.product-container .spacer {
    overflow: hidden;
}

span.PricesalesPrice {
    font-weight: 400;
    font-size: 16px;
}

.additional-images {
    padding: 0px 190px;
}

#fancybox-outer {
    width: 102%;
}

.moduletable.featured .product_container .spacer a.image {
    height: auto;
    overflow: auto;
}

.moduletable.featured .product_container .spacer a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.moduletable.latest .product_container .spacer .square_image_container {
    margin-bottom: 10px;
    overflow: hidden;
    height: 687px;
    max-height: 700px;
}

.moduletable.latest .product_container .spacer a img {
    transition: all 0.7s ease-in-out;
    height: 680px;
    width: 100%;
    object-fit: cover;
}

.moduletable.latest .product_container .spacer .vm2w-button a {
    margin-bottom: 0;
}

.moduletable.latest .product_container .spacer a img:hover {
    opacity: 0.9;
    transform: scale(1.1);
}

.moduletable.featured .product_container .spacer a span.label {
    font-size: 20px;
    font-weight: 600;
    padding: 10px 40px;
    left: 31px;
    color: #fff;
    background-color: #0072bc;
    line-height: 120%;
}

.latest .productdetails,
.vmgroup.latest.slider {
    padding-left: 0;
    padding-right: 0;
}

.moduletable.latest.slider,
.moduletable.latest.slider .addtocart-area {
    margin-bottom: 0;
}

.moduletable.latest.slider .addtocart-area {
    margin-top: 5px;
}

.moduletable.latest.slider .addtocart-area .addtocart-bar {
    margin-top: 5px;
}

.moduletable.latest.slider .vmgroup .slick-list.draggable {
    margin: 0 55px;
    height: auto;
}

.slider .product_container {
    height: auto !important;
    padding: 0 9px 9px 9px;
}

.moduletable.featured .product_container .spacer {
    margin: 0 9px;
    background-color: #f5f1f1;
}

.moduletable.latest .product_container .spacer {}

.home .moduletable .slick-next,
.home .moduletable .slick-prev {
    top: 45%;
    transform: translateY(-91%);
}

.home .moduletable .slick-next:focus,
.home .moduletable .slick-prev:focus,
.home .moduletable .slick-next:hover,
.home .moduletable .slick-prev:hover {
    border: none;
}

.home .moduletable .slick-prev:before,
.home .moduletable .slick-next:before {
    font-size: 120px;
    color: #111;
    background-color: #fff;
}

.whysheepModContainerInner>.left img {
    transition: all 0.2s ease-in-out;
}

.whysheepModContainerInner>.left img:hover {
    transform: scale(1.2);
}

.girlCategories .filteredCategories>div {
    padding: 2px 2px;
}

.home .moduletable {
    padding: 0;
}

.filteredCategories {
    padding: 0;
}

.girlCategories .filteredCategories {
    padding: 0 5px 0 5px;
}

.boyCategories .filteredCategories>div:nth-child(1) {
    padding: 7px;
}

.boyCategories .filteredCategories>div:nth-child(2),
.boyCategories .filteredCategories>div:nth-child(3) {
    padding: 7px;
}

.virtuemart.view-category #fancybox-content {
    padding: 16px;
    border-radius: 38px;
}

.virtuemart.view-category #fancybox-outer {
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 40px;
}

.virtuemart.view-category #fancybox-wrap {
    width: 90%;
}

.virtuemart.view-category #fancybox-content div h4 {
    padding: 0px 10px;
    width: 100%;
}

.virtuemart.view-category #fancybox-content div div {
    display: flex;
    width: 100%;
}

.virtuemart.view-category #fancybox-content div div .continue_link,
.virtuemart.view-category #fancybox-content div div .showcart {
    background-color: #fff;
    padding: 10px 15px;
    color: #111;
    font-size: 16px;
    border: 1px solid #111;
    border-radius: 40px;
    width: 200px;
    transition: all 0.3s ease-in-out;
    margin-left: 5px;
    margin-right: 5px;
}

.virtuemart.view-category #fancybox-content div div .continue_link:hover {
    color: #b5d16a;
    border-color: #b5d16a;
}

.virtuemart.view-category #fancybox-content div div .showcart:hover {
    opacity: 0.4;
}

.virtuemart.view-category .fancybox-bg {
    background-image: none !important;
}

#fancybox-close {
    background-image: url("images/");
}

#fancybox-close {
    width: 35px;
    height: 35px;
    background: transparent url(/images/cancel-x.png) 0px 0px;
    background-repeat: no-repeat;
    background-size: 35px;
}

.virtuemart.view-category .cat-names-label:hover {
    transform: scale(1);
}

.virtuemart.view-productdetails .additional-images {
    margin: 14px 0;
}

.virtuemart.view-productdetails .additional-images img {
    margin: auto;
    display: block;
}

.virtuemart.view-productdetails .output-billto span.values,
.virtuemart.view-productdetails .output-shipto span.values,
.virtuemart.view-productdetails .floatleft,
span.floatleft {
    width: 50%;
}

.virtuemart.view-productdetails span.PricebasePriceWithTax {
    font-size: 15px;
}


/* HOMEPAGE SLIDESHOW*/

#slider .carousel.slide,
#slider .slick-list.draggable,
#slider .item.active.slick-slide.slick-current.slick-active,
#slider .slick-list.draggable {
    height: auto;
}

#slider .slick-slide img {
    height: auto;
}

.six-parts ul li {
    background-image: url(/images/humo/arrow-c.png);
    background-size: 46px;
    background-repeat: no-repeat;
    padding: 0 0 0 62px;
    width: 100%;
    min-height: 50px;
    background-position: center left;
    font-family: "Ubuntu", sans-serif;
    font-size: 30px;
    max-width: 428px;
    line-height: 1.2;
    color: #111;
    transition: all ease-in-out 0.3s;
}

.six-parts ul li:hover {
    background-position-x: 8px;
    background-size: 44px;
}

.six-parts ul {
    list-style: none;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    row-gap: 40px;
}

.card-1 {
    background-image: url("/images/humo/ereuna.png");
    width: 422px;
    height: 214px;
}

.card-2 {
    background-image: url("/images/humo/diathesi.png");
    width: 422px;
    height: 214px;
}

.card-3 {
    background-image: url("/images/humo/paragogi.png");
    width: 422px;
    height: 214px;
}

.three-cards-inner a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 60px;
    background-repeat: no-repeat;
    transition: all ease-in-out 0.3s;
}

.three-cards-inner div {
    padding: 10px 25px;
    border-bottom: #fff solid 2px;
    transition: all ease-in-out 0.2s;
}

.three-cards-inner div span {
    color: #fff;
    font-size: 25px;
    transition: all ease-in-out 0.2s;
}

.moduletable {
    width: 100%;
}

.container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.three-cards-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 20px;
    width: 100%;
}

.three-cards-inner a:hover {
    transform: translateY(-30px);
    box-shadow: 0px 11px 29px -8px #111111ad;
}

.three-cards-inner a:hover div span {
    font-weight: bold;
}

.three-cards-inner a:hover div {
    border-bottom: 3px solid #fff;
}

.three-cards-inner a:active,
.three-cards-inner a:focus,
.three-cards-inner a:focus-within {
    transform: translateY(-30px) scale(0.95);
    box-shadow: 0px 11px 29px -8px #111111ad;
}

.three-cards-outter {
    position: relative;
    height: 180px;
}

.three-cards-inner {
    position: absolute;
    top: 36%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.three-cards-cont {
    background-color: #f5f5f5;
}

.we-humofert-cont {
    background-color: #f5f5f5;
    padding-top: 100px;
}

.title-home {
    color: #dc1815;
    border-bottom: 1px solid #dc1815;
    font-size: 36px;
    line-height: 1.4;
    padding: 0 80px 15px 0;
    width: fit-content;
}

.title-home span {
    color: #dc1815;
    font-size: 52px;
}

.we-humofert-cont .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    padding: 0;
    column-gap: 170px;
}

.image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.image img {
    width: 100%;
}

.count-humo-cont .container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 90px;
}

.right-video div:first-child {
    display: flex;
    justify-content: flex-end;
}

.title-video {
    color: #dc1815;
    font-size: 30px;
    padding: 0;
    width: fit-content;
    text-align: right;
}

.title-video span {
    color: #dc1815;
    font-size: 40px;
    padding: 0;
    width: fit-content;
    text-align: right;
    margin-top: 11px;
    display: block;
}

.video-cont {
    display: flex;
    justify-content: flex-end;
}

.count-humo-cont {
    background-color: #f5f5f5;
    padding-bottom: 100px;
}

.right-video {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    row-gap: 5px;
}


/* COUNT UP */

.charts_orb {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-family: arial;
    color: white;
}

.charts_orb .orb {
    padding: 0;
    display: flex;
    align-items: center;
    gap: 20px;
}

.charts_orb .orb .orb_graphic {
    position: relative;
}

.charts_orb .orb .orb_graphic .orb_value {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 38px;
    font-weight: bold;
}

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

.charts_orb .orb .orb_label {
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
}

.charts_orb svg {
    width: 110px;
    height: 110px;
}

.charts_orb svg circle {
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 314.16, 314.16;
    stroke-width: 2;
    fill: transparent;
    r: 50;
    cx: 55;
    cy: 55;
}

.charts_orb svg circle.fill {
    stroke: #d3d3d3;
}

.charts_orb svg circle.progress {
    stroke: #dc1815;
    transition: stroke-dashoffset 0.35s;
    stroke-dashoffset: 214.16;
    -webkit-animation: NAME-YOUR-ANIMATION 1.5s forwards;
    -webkit-animation-timing-function: linear;
}

@-webkit-keyframes NAME-YOUR-ANIMATION {
    0% {
        stroke-dashoffset: 314.16;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

.count-boxes .box {
    display: flex;
    align-items: flex-start;
    margin-bottom: 12px;
}


/* END COUNT UP */

.left-numbers .title-home {
    margin-bottom: 60px;
    border-bottom: 0;
}

.ereuna-cont {
    padding-top: 200px;
    padding-bottom: 80px;
    background-image: url(/images/humo/ereuna-bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    position: relative;
}

.ereuna-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.ereuna-top h3 {
    font-size: 90px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 125px;
}

.ereuna-top p {
    font-size: 30px;
    text-align: center;
    line-height: 1.2;
    max-width: 999px;
    margin-bottom: 40px;
}

.box:nth-child(1) .charts_orb svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 2.5s forwards;
}

.box:nth-child(2) .charts_orb svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 4.5s forwards;
}

.box:nth-child(3) .charts_orb svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 4.5s forwards;
}

.box:nth-child(4) .charts_orb svg circle.progress {
    -webkit-animation: NAME-YOUR-ANIMATION 3s forwards;
}

.newsletter-cont {
    background-color: #23a237;
}

.newsletter-cont .moduletable {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 30px;
}

.newsletter-cont h3 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1.8px;
    margin-bottom: 18px;
}

.acymailing_introtext {
    color: #fff;
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
}

.acyfield_email.acy_requiredField input {
    width: 444px !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    border: none !important;
    font-style: italic !important;
    color: #b5d16a !important;
    font-size: 18px !important;
}

.acymailing_form {
    display: flex;
    justify-content: center;
    margin-top: 50px !important;
}

.acymailing_form .acysubbuttons input {
    display: flex;
    justify-content: center;
    border: none;
    background-color: #b5d16a;
    display: block;
    height: 100%;
    content: "ΕΓΓΡΑΦΗ" !important;
    color: #fff;
    border-radius: 50px;
    margin-left: 25px;
    font-weight: 500;
    font-size: 18px;
}

.acysubbuttons {
    transition: 0.3s all ease-in-out;
}

.acysubbuttons:hover {
    transform: scale(0.98);
    opacity: 0.9;
}

.footer {
    background-color: #3393CD;
}

.footer p,
.footer a {
    color: #eeeeee;
    padding: 0;
}

.header #logo p {
    display: flex;
    justify-content: start;
}

.header_container .container .row {
    position: relative;
}

#logo.col-md-10 {
    width: 100% !important;
    -ms-flex: 0 0 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
}

#language .nav.menu.mod-list {
    justify-content: center;
}

#language.col-md-2 {
    position: absolute;
    right: 0;
}

.hornav .nav li {
    position: relative;
}

div.mod-languages a:hover {
    color: #111;
    opacity: 0.6;
}

div.mod-languages li {
    position: relative;
}

#hornav .nav-child {
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    position: absolute;
    z-index: 900;
    top: 35px;
    left: -2px;
    box-shadow: 2px 11px 14px -15px #111;
}

#hornav .nav-child .nav-child {
    display: none;
    list-style: none;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    position: absolute;
    left: 100%;
    top: -9px;
}

#hornav .nav-child li {
    white-space: nowrap;
    margin-bottom: 10px;
}

#hornav span {
    cursor: pointer;
}

#hornav ul.nav.menu li.active a {
    color: #111;
}

#hornav ul.nav-child a {
    font-weight: 400;
    border: 2px solid white;
    border-radius: 50px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/* #hornav ul.nav.menu li.active > a,
#hornav ul.nav-child.active > a {
  font-weight: 400;
  border: 2px solid #3393CD;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
} */

#hornav ul.nav.menu li.active,
#hornav ul.nav.menu li.active a {}

#hornav ul.nav.menu li a:hover {
    color: #111;
    text-decoration: none;
    opacity: 0.9;
}

.header {
    position: relative;
}

#slider {
    height: 800px !important;
    overflow: hidden;
    margin-bottom: 0 !important;
}

#slider .moduletable {
    height: 100%;
}

#slider .moduletable .container {
    height: 100%;
}

.cont-slider {
    height: 100%;
}

.slider-sss .slick-track {
    height: 760px;
}

.col-md-10,
.col-md-12,
.col-md-2 {
    padding: 0 !important;
}

.btn-slider a {
    color: #dc1815;
    text-decoration: none;
    background-color: #fff;
    border-radius: 50px;
    padding: 12px 21px;
    font-size: 20px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    margin-top: 50px;
    display: block;
}

.btn-slider a:hover {
    opacity: 0.8;
}

.cont-slider h2 {
    text-shadow: 0px;
    font-weight: 500;
    color: #111;
}

.slider-content {
    display: flex !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.slider-content h1 {
    color: #fff;
    font-weight: 900;
    font-size: 90px;
}

.home #slider h2 {
    margin-bottom: 0px;
    font-size: 60px;
    color: #111;
    font-weight: 500;
    line-height: 125%;
}

.up-footer {
    background-color: #f5f5f5;
    padding-top: 50px;
    padding-bottom: 50px;
}

.up-footer .row {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 58px;
}

.up-footer ul {
    flex-direction: column;
    align-items: flex-start;
}

.up-footer h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    font-size: 20px;
}

.up-footer h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: #111;
    text-transform: uppercase;
    font-size: 20px;
}

.up-footer a {
    color: #696969;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "Ubuntu", sans-serif;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    padding-top: 50px;
    padding-bottom: 80px;
}

.grid-2 .col {
    padding: 0 !important;
}

.grid-2 h3 {
    font-family: "Ubuntu", sans-serif;
    font-size: 45px;
    color: #23a237;
    margin-bottom: 60px;
}

.grid-2 .maps600 .custom a {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}

.grid-2 .custom {
    position: relative;
}

.countries {
    position: absolute;
    top: 8px;
    left: -125px;
    width: 100%;
    transition: all ease-in-out 0.2s;
}

@keyframes countries-move {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0px);
    }
}

.countries:hover {
    animation: countries-move 0.3s ease-in-out forwards;
}

.up-footer .moduletable li {
    color: #696969;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
}

.up-footer p {
    padding: 0;
    line-height: 1.6;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    color: #696969;
    font-weight: 500;
}

.social {
    margin-top: 30px;
}

.social a {
    margin-right: 20px;
}

.social img {
    transition: all ease-in-out 0.2s;
}

.social img:hover {
    opacity: 0.9;
}

div.mod-languages .lang-active a {
    color: #adadad;
}

.tab_panel_wrapper {
    border: 0px solid #dddddd !important;
}

.jp-item-wrapper {
    border-bottom: 0px dashed #cccccc !important;
    grid-template-columns: 150px 1fr;
}

.tab_selector {
    background: none !important;
    background-color: #fff !important;
    border: none !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.tab_selector li {
    background: none !important;
    background-color: #f5f5f5 !important;
    border-right: 0px solid #dddddd !important;
}

.tab_selector li span {
    color: #696969 !important;
}

.tab_selector li.open_tab span {
    background-color: #b5d16a !important;
    color: #fff !important;
}

.jp-wrapper .tab_selector li span {
    padding: 10px 12px !important;
    text-align: center !important;
    font-size: 16px !important;
    font-weight: bold !important;
    font-family: "Ubuntu", sans-serif !important;
    line-height: 1 !important;
}

.jp-readmore-link {
    display: none !important;
}

.jp-title {
    font-size: 28px !important;
    font-family: "Roboto", sans-serif !important;
    font-weight: 400 !important;
}

.jp-title-link {
    text-decoration: none;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
}

.jp-thumb-wrapper {
    width: 150px !important;
    height: 102px !important;
}

.jp-thumbnail {
    border: 0px solid transparent !important;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.jp-article-introtext {
    font-size: 18px;
    color: #111;
    opacity: 1;
    text-decoration: underline;
}

.created_date {
    color: #23a237;
    font-family: "Ubuntu";
    font-size: 18px !important;
    margin-bottom: 3px;
    display: block;
}

.after-header {
    padding-top: 210px;
    padding-bottom: 95px;
}

.after-header h1 {
    position: relative;
    color: #fff;
    font-size: 65px;
    line-height: 1;
}

.after-header h1::before {
    content: "//";
    margin-right: 5px;
    position: absolute;
    left: -50px;
}

.bannerTop {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

#static_content {
    width: 100% !important;
    margin: 0 0 90px !important;
    border: 0px solid #959595 !important;
    padding: 0 !important;
}

.itemid-205 #static_content {
    padding: 195px 0 140px !important;
}

.page-header h1 {
    color: #dc1815 !important;
}

a[title="Faboba : Création de composantJoomla"] {
    display: none !important;
}

.sample-image {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.grid-4 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 32px 11px;
}

.grid-4 .cat-names-label {
    background-color: #fff;
    color: #28a137;
    padding: 40px 25px;
    border-radius: 0;
    border: 3px solid #28a137;
    font-size: 23px;
    transition: all 0.2s ease-in-out;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.virtuemart.view-category .grid-4 .cat-names-label:hover {
    transform: translateY(-30px);
    box-shadow: 0px 11px 29px -8px #111111ad;
}

.grid-4 .cat-names-label:hover {
    background-color: #28a137;
    color: #fff;
}

.category-view,
.browse-view {
    margin: 0;
}

.pad {
    padding-top: 60px;
    padding-bottom: 165px;
}


/* TEST start*/

.vm-product-rating-container {
    display: none;
}

.addtocart-area {
    min-height: 66px;
    display: none;
}

.product-price {
    display: none;
}

.addtocart-container {
    display: none;
}

.availability {
    display: none;
}

.product-filed-id38 {
    display: none !important;
}


/* TEST end*/

.img-padding {
    padding: 40px !important;
}

.view-product {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 2;
}

.view-product img {
    background-color: #dc1815;
    padding: 10px 38px;
    width: 120px;
    height: auto;
    object-fit: contain;
    border-radius: 35px;
    transition: all ease-in-out 0.2s;
}

.view-product:hover img {
    transform: scale(1.05);
}

.virtuemart-category {
    padding-top: 100px;
    padding-bottom: 150px;
}

.grid-4 .products-view {
    display: none;
}

.vm-product-page-media-container .main-image {
    background-color: #fff;
    width: 100%;
    height: auto;
    display: flex;
    overflow: hidden;
    padding: 40px;
}

.vm-product-page-media-container span.vm-img-desc {
    display: none !important;
}

.virtuemart-section.virtuemart-cart,
#content_wrapper.vm2wishlists-list,
.product-detail-wrapper {
    border-top: 0px solid #e0e0e0;
}

.productdetails-view .vm-product-container {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 60px;
    width: 100%;
}

.productdetails-view .spacer-buy-area {
    position: relative;
    padding: 0;
}

.vm-product-page-details-container .product-description {
    background-color: #f5f5f5;
    padding: 40px;
}

.vm-product-page-details-container .product-description p {
    padding: 0;
}

.kodikos {
    padding: 5px 15px;
    background-color: #b5d16a !important;
}

.vm-product-page-media-container .main-image img {
    max-width: 100%;
    max-height: 700px;
    height: 100%;
    margin: auto;
}

.vm-product-page-details-container h1 {
    margin-top: 15px;
    margin-bottom: 10px;
}

.additional-images .bor {
    border: 5px solid #ccc;
    margin-right: 10px;
}

.grid-filt {
    display: grid;
    grid-template-columns: 540px 1fr;
    padding-right: 210px;
    gap: 25px;
}

.filters {
    background-color: #f5f5f5;
}

.filters .moduletable {
    padding: 80px 60px 80px 170px;
}

.filters h3 {
    font-size: 24px;
    color: #111;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.feat-box-cont img {
    width: 95px;
    height: 95px;
}

.cf_flt_header>div {
    height: auto !important;
}

.cf_flt_wrapper select {
    width: 100% !important;
    padding: 10px;
    border: none;
}

.cf_flt_wrapper {
    margin-bottom: 45px !important;
}

.cf_flt_header_text {
    font-size: 19px;
}

.cf_flt_header {
    padding-bottom: 10px !important;
}

.feat-box-cont {
    border: 1px solid #111;
}

.up-footer a:hover {
    color: #b5d16a !important;
}

.comp-img {
    margin-right: 80px;
    height: 515px;
    box-shadow: 0px 0px 16px 0px #11111138;
    position: relative;
    top: -120px;
}

.comp-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.grid-cont-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.grid-cont-2 .left {
    position: relative;
}

.grid-cont-2 .left::before {
    position: absolute;
    content: "";
    display: block;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1;
}

.itemid-115 #content_wrapper .default {
    padding-top: 120px;
}

.default p,
.default span {
    padding-top: 0px;
    line-height: 30px;
    padding-bottom: 0px;
    margin-bottom: 20px;
}

.default div[itemprop="articleBody"] a {
    padding-top: 0px;
    font-size: 24px;
    line-height: 33px;
    color: #dc1815;
}

.default li {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 10px;
}

.default ul {
    margin-bottom: 45px;
    margin-top: 45px;
}

.grid-cont-2 .right {
    padding: 0 0 100px 80px;
}

.red-text p {
    color: #dc1815;
    font-family: "Roboto", sans-serif;
    font-size: 30px;
}

.corp-video .left {}

.corp-video {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 50px;
}

.grid-cont-2 .left::before {
    position: absolute;
    content: "";
    display: block;
    left: -100%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1;
}

.corp-video .left::before {
    position: absolute;
    content: "";
    display: block;
    right: -100%;
    left: 100px;
    top: 0;
    bottom: 0;
    background-color: #f5f5f5;
    z-index: -1;
}

.corp-video .comp-img {
    margin-right: 0;
    height: 515px;
    box-shadow: none;
    position: relative;
    top: -135px;
    left: 0px;
}

.avPlayerContainer {
    width: 100% !important;
    height: 515px !important;
}

.avPlayerContainer iframe {
    height: 515px;
}

#static_content h2 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    line-height: 36px;
    margin: 20px 0 19px 0;
    position: relative;
    padding-left: 40px;
}

#static_content h2::before {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 40px;
    color: #000;
    line-height: 36px;
    content: "//";
    position: absolute;
    left: 0px;
}

#static_content h3 {
    font-family: "Ubuntu", sans-serif;
    font-weight: bold;
    font-size: 30px;
    color: #dc1815;
    line-height: 36px;
    margin: 15px 0 15px 0;
}

.article-img {
    display: flex;
    justify-content: flex-end;
    position: relative;
}

div[itemprop="blogPost"] .icon-calendar::before,
div[itemprop="blogPost"] .article-info-term {
    display: none;
}

div[itemprop="blogPost"] .readmore .btn {
    padding: 0;
    color: #dc1815;
    text-transform: uppercase;
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
}

div[itemprop="blogPost"] .article-info {
    position: absolute;
    top: 10px;
    right: 25px;
}

div[itemprop="blogPost"] {
    position: relative;
}

div[itemprop="blogPost"] .readmore {
    display: flex;
    justify-content: flex-end;
}

.blog .item {
    background-color: #f5f5f5;
    padding: 45px 25px 0;
    display: grid;
    grid-template-columns: 360px 1fr;
    margin-bottom: 150px;
}

.epikaira .item {
    margin-bottom: 200px;
}

h2[itemprop="name"] {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #111;
}

div[itemprop="blogPost"] .pull-left.item-image {
    position: relative;
}

div[itemprop="blogPost"] .pull-left.item-image img {
    position: absolute;
    top: -135px;
    left: -63px;
    width: 360px !important;
    height: 350px;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px #11111138;
}

.blog {
    margin-top: 150px;
}

.news-cat-left p {
    font-size: 21px;
}

div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div div,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div div input,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div label,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div textarea,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div select {
    width: 100% !important;
    max-width: 100%;
}

div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div label {
    color: #111;
}

#fin-button11 .btn.btn-default.form-control.A,
.btn.btn-default.form-control.A {
    justify-content: center;
    border: none;
    background-color: #b5d16a;
    display: block;
    height: 100%;
    content: "ΕΓΓΡΑΦΗ" !important;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    font-size: 18px;
    background-image: none;
    padding: 17px;
}

.form-group.gcore-form-row {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    justify-content: flex-end;
}

.chrono_credits {
    display: none;
}

div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div div input,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div textarea,
div[itemprop="articleBody"] .gbs3 .chronoform.form-horizontal div select {
    border-radius: 0 !important;
    box-shadow: none;
    padding: 10px;
    height: auto;
}

.itemid-211 .default ul {
    margin-bottom: 70px;
    margin-top: 0;
}

.itemid-212 div[itemprop="blogPost"] .pull-left.item-image img {
    position: absolute;
    top: 0px;
    left: -63px;
    width: 360px !important;
    height: 140px;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px #11111138;
}

.itemid-212 .blog .item {
    padding: 44px 25px 70px;
    position: relative;
}

.itemid-212 h2[itemprop="name"] {
    margin: 0 0px 25px 0;
}

.itemid-212 div[itemprop="blogPost"] .readmore {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 25px;
    bottom: -8px;
}

.itemid-212 h2[itemprop="name"] {
    font-size: 32px;
}

.itemid-232 .blog .item {
    padding: 22px 25px 22px;
}

.itemid-232 h2[itemprop="name"] {
    font-size: 30px;
}

.itemid-232 .blog {
    margin-top: 190px;
}

.itemid-232 div[itemprop="blogPost"] .pull-left.item-image img {
    transform: translate(-50%, -50%);
    left: 32%;
    top: 50%;
}

.pdf {
    font-size: 17px;
    font-weight: 600;
    color: #111 !important;
    padding: 11px 28px 11px 0 !important;
    transition: all ease-in-out 0.1s;
    background-image: url(/images/pdf-open.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right;
}

.for-pdf {
    margin-top: 30px !important;
}

.for-pdf a {
    font-size: 17px;
    font-weight: 600;
    color: #111 !important;
    padding: 11px 28px 11px 0 !important;
    transition: all ease-in-out 0.1s;
    background-image: url(/images/pdf-open.png);
    background-size: 19px;
    background-repeat: no-repeat;
    background-position: right;
}

.pdf:hover,
.for-pdf a:hover {
    color: #dc1815 !important;
    background-image: url(/images/pdf-closed.png);
    background-size: 21px;
    background-position: right 8px;
    padding: 11px 31px 11px 0 !important;
}

.itemid-233 div[itemprop="blogPost"] .pull-left.item-image img {
    position: absolute;
    top: -135px;
    left: -63px;
    width: 360px !important;
    height: auto;
    object-fit: contain;
    background-color: #fff;
    box-shadow: 0px 0px 12px 2px #11111138;
}

.main-contact {
    display: grid;
    grid-template-columns: 0.4fr 1fr;
    gap: 20px;
}

.left-con {
    background-color: #f5f5f5;
    padding: 30px;
}

.left-con a {
    color: #111 !important;
    font-family: "Ubuntu", sans-serif;
}

.left-con strong {
    font-size: 24px;
    font-family: "Ubuntu", sans-serif;
}

.convertforms .cf-width-auto {
    width: 200px;
}

#cf1 .cf-control-group textarea,
#cf1 .cf-control-group input,
#cf2 .cf-control-group textarea,
#cf2 .cf-control-group input {
    text-align: left;
    color: #111 !important;
    border: 1px solid lightgray !important;
    border-radius: 0px !important;
    font-family: "Roboto", sans-serif !important;
    padding: 11px 20px;
}

#cf1 .cf-control-group input::placeholder,
#cf1 .cf-control-group textarea::placeholder,
#cf2 .cf-control-group input::placeholder,
#cf2 .cf-control-group textarea::placeholder {
    color: black !important;
    font-weight: 400 !important;
}

.left-con {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.cf-btn-text {
    color: #fff;
    font-family: "Roboto", sans-serif !important;
    font-weight: 300;
}

#cf1 div[data-name="submit_1"],
#cf2 div[data-name="submit_1"] {
    width: fit-content !important;
}

#cf1 div[data-name="text_2"],
#cf2 div[data-name="text_2"] {
    grid-column: 1 /3;
}

#cf1 div[data-name="textarea_4"],
#cf2 div[data-name="textarea_4"] {
    grid-column: 1/3;
}

div[itemprop="articleBody"] h2[itemprop="headline"],
div[itemprop="articleBody"] h1[itemprop="headline"] {
    margin-bottom: 80px !important;
}

.box-advice {
    padding: 20px 20px 15px 20px;
    box-shadow: 0px 0px 13px -3px #11111117;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease-in 0.2s;
}

.box-advice:hover {
    box-shadow: 0px 0px 18px -5px #1111115e;
}

.cat-advice {
    gap: 40px 35px;
    padding-bottom: 0;
}

.box-advice a {
    display: flex;
    font-size: 22px;
    margin-top: 15px;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    line-height: 1.1;
}

.cat-box {
    width: 100%;
}

.cat-box-img img {
    width: 100%;
    object-fit: cover;
    max-height: 300px;
}

.blog.emporikes {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 94px;
    margin-bottom: 200px;
}

.item-page.emporikes {
    padding-top: 75px;
}

.itemid-115.view-article .default {
    padding-top: 0px !important;
}

.emporikes.blog .item {
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
    height: 100%;
}

.emporikes.blog .item .news-cat-left {
    display: flex;
    flex-direction: column;
}

.cat-emporikes {
    position: relative;
}

.cat-image {
    position: relative;
    height: 380px;
    background-color: #fff;
    display: flex;
    align-items: center;
    top: -75px;
    left: -30px;
    box-shadow: 0px 0px 15px -7px #111111a3;
    width: 100%;
    justify-content: center;
    overflow: hidden;
}

.cat-emporikes .page-header {
    margin-top: -65px;
}

.cat-emporikes {
    height: 100%;
    flex-direction: column;
}

.cat-emporikes h2[itemprop="name"] {
    font-weight: 400;
    margin-bottom: 102px;
    padding: 0 30px;
}

.emporikes div[itemprop="blogPost"] .readmore {
    display: flex;
    justify-content: flex-end;
    padding: 0 30px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.cat-image img {
    object-fit: contain;
}

.emporikes .items-row .span12 {
    height: 100%;
}

.cf-label a,
.cf-label {
    font-size: 16px !important;
}

.view-exp-cat {
    background-color: lightblue;
}

.exp-product {
    box-shadow: 0px 0px 20px -5px #1111111f;
    transition: all ease-in 0.2s;
    padding: 30px;
}

.exp-product:hover {
    box-shadow: 0px 0px 24px -3px #11111133;
}

.experimental-grid .products-view .row {
    gap: 60px 40px !important;
}

.exp-product img {
    max-width: 250px !important;
    position: relative;
}

.exp-product .square_image_container {}

.exp-product .square_image_container:after {
    display: none;
}

.exp-product .img-padding {
    padding: 0px !important;
}

.exp-product .vm-product-media-container {
    height: 190px;
}

.exp-product .vm-product-name-container h2 {
    position: relative;
}

.exp-product .vm-product-name-container h2::before {
    content: "//";
}

.virtuemart.view-category .spacer.product-container {
    margin: 0 !important;
}

.exp-product .square_image_container img {
    object-fit: cover !important;
}

.vm-product-page-media-container .main-image img {
    max-width: 100%;
    max-height: 450px;
    height: 100%;
    margin: auto;
    object-fit: contain;
}

.back-to-category {
    margin-bottom: 20px;
}

.experimental-related {
    margin-top: 100px;
    margin-bottom: 100px;
}

.related-header {
    font-size: 30px;
    line-height: 30px;
    font-weight: 900;
    color: #b5d16a;
    padding: 0 7px;
    margin: 50px 0 20px 0;
}

.related-products-container .product_s_desc,
.related-products-container span.vm-img-desc {
    display: none !important;
}

.related-products-container .product-container.slick-slide {
    margin-right: 25px;
}

.related-products-container .vm-product-media-container {
    margin: 0;
    background-color: #fff;
    text-align: left;
    padding: 20px 20px 80px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 0px 20px -5px #1111112e;
    border: 2px solid #dfdfdf;
    position: relative;
}

.related-porducts-container .slick-list {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}

.experimental-related .slick-track {
    margin-left: 19px;
}

.epikaira .item-image img {
    object-fit: cover !important;
    top: 40% !important;
    transform: translate(-50%, -50%) !important;
    left: 30% !important;
}

.epikaira {
    padding-top: 100px;
}

.epikaira div[itemprop="articleBody"] {
    padding-top: 50px;
}

.grid-2-art {
    display: grid;
    grid-template-columns: 0.8fr 1fr;
    gap: 50px;
}

.epikaira .page-header h1 {
    font-size: 48px;
}

table.progamms {
    width: 100%;
}

table.progamms td,
table.progamms li,
table.progamms p {
    font-size: 16px;
    line-height: 1;
}

.table-responsive td {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-right: 10px;
}

.table-responsive tr td:first-child {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    border-right: 1px solid black;
    border-left: 2px solid black;
}

.table-responsive tr td:nth-child(2) {
    border-right: 2px solid black;
}

.border-2px-bottom {
    border-bottom: 2px solid black;
}

.table-responsive li::marker {
    font-weight: 600;
}

.itemid-215 div[itemprop="articleBody"] {
    padding: 60px 0 60px;
}

.slider-one .slick-list,
.slider-two .slick-list {
    height: auto !important;
}

.space {
    padding: 40px;
}

.itemid-268 #content_wrapper .blog .item {
    display: block;
    padding: 45px 25px 45px;
}

.itemid-268 #content_wrapper .blog .item h2[itemprop="name"] {
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 30px;
    color: #111;
}

.itemid-268 #content_wrapper .default li {
    font-size: 21px;
    line-height: 1;
}

.terms-btn {
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
}

#form-row-radio16,
#form-row-radio31 {
    display: flex;
    flex-direction: row;
    align-items: center;
    transform: translateY(-2px);
}

#form-row-radio16 .control-label,
#form-row-radio31 .control-label {
    width: 377px !important;
}

#fitem.gcore-radio-item {
    display: flex;
    align-items: center;
}

#radio16.radio-question,
#radio31.radio-question {
    display: flex;
    justify-content: left;
    width: 20px !important;
}

#form-row-button11,
#form-row-recaptcha,
#form-row-textarea14 {
    margin-bottom: 0 !important;
}

.simvoules-details {
    width: 100%;
}

.simvoules-media {
    width: 100% !important;
}

.simvoules-details .product-fields-title-wrapper:after {
    display: none;
}

a[data-toggle="tab"] {
    background-color: #f4f4f4;
}

.nav-pills {
    justify-content: space-between;
    display: flex;
    width: 100%;
    margin-bottom: 0 !important;
}

.nav-pills li {
    padding: 0;
    display: flex;
    align-items: center;
    margin-bottom: 0px;
    flex: 1;
}

.nav-pills li a {
    text-align: center !important;
    font-size: 18px !important;
    font-weight: bold !important;
    font-family: "Ubuntu", sans-serif !important;
    line-height: 1 !important;
    width: 100%;
    display: block;
    padding: 15px 18px;
    background-color: #f5f5f5;
    color: #696969;
}

.nav-pills li a:hover {
    background-color: #f5f5f5;
}

.nav-pills li .active {
    background-color: #b5d16a !important;
    color: #fff !important;
}

.tab-pane {
    padding: 20px 20px;
    background-color: #f5f5f5;
}

.tab-pane p,
.tab-pane li,
.tab-pane b,
.tab-pane em,
.tab-pane strong {
    font-size: 18px;
}

.tab-pane ul {
    font-size: 20px;
}

.simvoules-media {
    background-color: #fff;
}

.simvoules-media .tab-content>.active {
    display: block;
    min-height: 440px;
}

#product_page {
    width: 100%;
}

.simvoules-container {
    display: grid !important;
    grid-template-columns: 0.7fr 1fr !important;
    gap: 40px !important;
    width: 100% !important;
}

.simvoules-details h1 {
    font-size: 45px;
    margin-top: 45px;
}

.related-products-container .vm-product-media-container a {
    color: #000000;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
}

.related-view-cont {
    position: relative;
}

.related-view-cont .view-product .square_image_container img {
    position: relative;
}

.related-view-cont .view-product .square_image_container:after {
    display: none;
}

.square_image_container {
    background-color: transparent;
}

.related-products-container .vm-product-media-container .square_image_container {
    margin-bottom: 22px;
}

.kodikos {
    align-items: baseline;
}

.kodikos span {
    margin-bottom: 0;
}

.product-features {
    grid-column: 1/3;
}

.feat.nav-pills {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}


/* #content_wrapper .default {
  padding-bottom: 100px;
} */

.feat-cont-tabs .tab-pane {
    border: 5px solid #dbe0e4 !important;
    background-color: #fff !important;
    padding: 80px 60px !important;
}

.nav-pills.feat li .active {
    background-color: #b5d16a !important;
    color: #111 !important;
    font-weight: 400 !important;
}

.nav-pills.feat li a {
    font-weight: 400 !important;
    background-color: #dbe0e4 !important;
}

#search form input#mod_virtuemart_search {
    border: 0;
    border-bottom: 1px solid red;
    text-align: center;
}

#search form input.button {
    background: transparent;
    border: 0;
    color: #dc1815;
    cursor: pointer;
}

div.mod-languages ul.lang-inline li:last-child {
    margin-right: 0 !important;
}

#language.col-md-2 {
    justify-content: flex-end;
    display: flex;
}

#search.active {
    height: auto;
    opacity: 1;
}


/* MENU */

.hamburger {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: fixed;
    right: 15px;
    top: 30px;
    display: none;
}

.hamburger:hover {
    opacity: 0.7;
}

.hamburger-box {
    width: 30px;
    height: 24px;
    display: inline-block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
    content: "";
    display: block;
}

.hamburger-inner::before {
    top: -10px;
}

.hamburger-inner::after {
    bottom: -10px;
}

.hamburger--spring .hamburger-inner {
    top: 2px;
    transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
    top: 10px;
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
    top: 20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
    top: 0;
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
    top: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 10px, 0) rotate(-45deg);
}


/* changes 18/9/2021 */

#slider button.slick-next::before,
#slider button.slick-prev::before {
    background-color: transparent;
}

#slider button.slick-next,
#slider button.slick-prev {
    width: 30px;
    height: 52px;
}

#slider button.slick-prev {
    left: 15px;
}

#slider button.slick-next {
    right: 15px;
}

.productdetails-view .vm-product-container .product-logo {
    margin-right: 0;
    margin-left: auto;
    max-width: 150px !important;
}

.related-products-container .vm-product-media-container img {
    object-fit: contain;
}

.related-products-container .slick-prev:before,
.related-products-container .slick-next:before {
    color: #000;
}

.related-products-container .slick-next {
    right: 0;
    z-index: 99999999;
}

.related-products-container .slick-prev {
    left: 0;
    z-index: 99999999;
}

.related-products-container .product-container.slick-slide {
    margin-right: 25px;
    margin-left: 25px;
}

.bannerTop .after-header {
    z-index: 5;
    position: relative;
}

.bannerTop {
    position: relative;
}

.bannerTop:after {
    content: "";
    background: rgb(0 0 0 / 10%);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.virtuemart.view-productdetails .additional-images img {
    object-fit: contain;
}

.product-field-display a.pdficon:before {
    content: "";
    background: url(../images/icons/pdficon.png);
    height: 40px;
    background-size: contain;
    width: 40px;
    display: inline-block;
    margin-right: 10px;
}

.product-field-display a.pdficon {
    display: flex;
    align-items: center;
}

.virtuemart.view-category .cat-box img {
    height: 250px;
    object-fit: cover;
    display: block;
    margin: auto;
    width: 100%;
    /* padding-top: 20px; */
}

#productTabs .nav-pills li a {
    min-height: 66px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.virtuemart-category .category-view.pad {
    padding-bottom: 0;
}

body.virtuemart.view-user .breadcrumbb,
body.virtuemart.view-user .bannerTop {
    display: none !important;
}

body.virtuemart.view-user .container-fluid.virtuemart {
    padding-top: 100px;
    padding-bottom: 100px;
}

body.virtuemart.view-user .container-fluid.virtuemart>.row>div {
    flex: 0 0 100%;
    max-width: 100%;
}

table.adminForm.user-details {
    width: 100%;
}


/* changes 25/9/2021 */


/*symboyles pages */

body.itemid-264 .cat-box a,
body.itemid-265 .cat-box a {
    display: flex;
    flex-direction: column-reverse;
    border: 0;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 15px #ececec;
    color: #000;
    height: auto !important;
}

body.itemid-264 .cat-box a:hover,
body.itemid-265 .cat-box a:hover {
    box-shadow: 0 0 15px #ccc;
    background-color: #fff;
    color: #000;
}


/* body.itemid-264.virtuemart.view-category .cat-box img,
body.itemid-265.virtuemart.view-category .cat-box img {
  height: 100%;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  padding-bottom: 20px;
} */

body.itemid-264.virtuemart.view-category .virtuemart-category .category-view.pad,
body.itemid-265.virtuemart.view-category .virtuemart-category .category-view.pad {
    display: flex;
    flex-flow: wrap;
}

body.itemid-264.virtuemart.view-category .virtuemart-category .category-view.pad .cat-box,
body.itemid-265.virtuemart.view-category .virtuemart-category .category-view.pad .cat-box {
    flex: 0 0 24%;
}

body.itemid-264.virtuemart.view-category .virtuemart-category .category-view.pad .cat-box span,
body.itemid-265.virtuemart.view-category .virtuemart-category .category-view.pad .cat-box span {
    display: block;
    margin-bottom: 0;
    margin-top: 15px;
}

.logincontainer,
.logincontainer h2,
body.view-user.no-layout h1 {
    text-align: center;
}

.logincontainer input.default {
    margin: auto;
}

fieldset.userdata+.width30.floatleft,
fieldset.userdata+.width30.floatleft+.width30.floatleft {
    display: none !important;
}

.product-badges .product-field img {
    object-fit: contain;
}

.product-logo.product-logo-top {
    display: none;
}

.filterexpand {
    padding: 0 20px;
    display: none;
}

.filterexpand button:hover {
    color: #b5d16a;
}

.videos {
    display: flex;
}

.videos .item {
    display: flex;
}

.productTabs table {
    width: 50% !important;
}

.tooltip.fade.top.in {
    opacity: 1;
}

.is-sticky .filters {
    max-height: 100vh;
    overflow-y: scroll;
}


/* STYLES */


/* blue color #3393CD */


/* green color #6BB373 */


/* gray color #F9F9F9 */


/* darker gray color #F2F2F2 */


/* TYPOGRAPHY */

.top-page-banner h1,
.top-page-banner h2,
.top-page-banner h3,
.top-page-banner .row {
    color: white;
}

h1 {
    width: 45vw;
}

.h4,
h4 {
    font-size: 1em;
}

.title-blue {
    color: #3393CD;
}

.title-green {
    color: #6BB373;
}


/* .above-title {

} */


/* END TYPOGRAPHY */


/* BUTTONS */

.btn-custom-green,
.btn-custom-blue {
    width: 93%;
    border-radius: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
    opacity: 1;
}

.btn-custom-blue {
    color: #3393CD;
    border: 2px solid #3393CD;
}

.btn-custom-blue:hover {
    color: white;
    border: 2px solid #3393CD;
    background-color: #3393CD;
    opacity: 1;
}

.btn-custom-green {
    color: #6BB373;
    border: 2px solid #6BB373;
}

.btn-custom-green:hover {
    color: white;
    border: 2px solid #6BB373;
    background-color: #6BB373;
    opacity: 1;
}

.btn-custom-white {
    color: #3393CD;
    background-color: white;
}

.btn-custom-white:hover {
    color: white;
    background-color: #3393CD;
}

#slider .btn-custom-white {
    width: 250px;
    border-radius: 100px;
    opacity: 1;
    padding: 13px;
}


/* END BUTTONS */

.no-padding-x {
    padding-left: 0;
}

.offset-margin {
    margin-left: 16.6667%
}


/* .itemFullText general  */

.itemFullText {
    padding-left: 0;
    padding-right: 0;
    /* max-width: 1150px; */
}


/* .itemFullText general end*/


/* MENU */

.header .mod-list {
    width: max-content;
}

.header .menu {
    text-transform: uppercase;
}

.header li {
    font-size: 16px;
}

.menu>li {
    font-weight: 500;
    border: 2px solid transparent;
    border-radius: 50px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
}

.menu>li.active,
.menu>li:hover {
    border: 2px solid #3393CD;
}

.header .nav-child {
    position: relative;
    border: 2px solid #3393CD;
}

.header .deeper.parent:hover::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    width: 100%;
    left: 0;
    border-top: 3px solid white;
    z-index: 10000;
}

.deeper.parent:hover {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}


/*c. search */

#mod-finder-searchword135 {
    border: 2px solid #3393CD;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
}

#mod-finder-searchword135 label {
    display: none;
}

#mod-finder-searchword135 input::placeholder,
#mod-finder-searchword135 textarea::placeholder {
    color: transparent;
}

.searchIcon:after {
    content: "\f002";
    font-size: 20px;
    font-weight: 600;
    font-family: "Font Awesome 5 Pro";
    color: #3393CD;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 97px;
}


/* search end */


/*d. languages */

#language {
    padding: 0;
}

#mod-finder-searchform135 label {
    display: none;
}

.mod-languages {
    border-radius: 50px;
    text-align: center;
    border: 2px solid #6BB373;
    padding: 7px 0;

}

div.mod-languages li {
    margin-right: 0!important;
}

.lang-inline {
    border-radius: 50px;
    text-align: center;
    padding: 0;
}

.lang .moduletable {
    width: 127px;
}
div.mod-languages ul{
    display: flex;
    justify-content: center;
}

.lang-inline a {
    width: 50%;
    height: 100%;
    padding: 8px 20px;
}

.lang-active a {
    border: 2px solid #6BB373;
    border-radius: 50px;
    background-color: #6BB373;
}

div.mod-languages .lang-active a {
    color: white!important;
}


/* languages end */


/* END MENU */


/* IMAGE GALLERY */

.itemImageGallery,
.kainotomies-gallery {
    text-align: center;
    background-color: #F9F9F9;
    padding: 5rem 0 !important;
    margin-top: 110px!important;
    margin-bottom: 0!important;
    position: relative;
}

.itemImageGallery h3,
.kainotomies-gallery h3 {
    margin: 2rem 0;
}

.sigProContainer.sigProClassic button.slick-prev,
.sigProContainer.sigProClassic button.slick-next {
    width: 40px;
    height: 40px;
    z-index: 99;
    position: absolute;
}

.sigProContainer.sigProClassic button.slick-prev {
    right: 0;
    top: 24vh;
}

.sigProContainer.sigProClassic button.slick-next {
    right: 0;
    top: 30vh;
}

.slick-prev:before {
    content: "\f060";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
}


/* END IMAGE GALLERY */


/*ARXIKI - SLIDER  */

.slider-content {
    margin: -6px 13rem;
}

.slider-content h1 {
    font-weight: 300;
    margin-bottom: 25px;
    font-size: 70px;
    line-height: 1;
}

.h1-black,
.h1-bold {
    font-size: 50px;
}

.slider-content span.h1-black {
    color: black;
}

.slider-content span.h1-bold {
    font-weight: 500;
}

.slick-dots li {
    width: 45px!important;
}

.home #slider .slick-dots li button {
    width: 60px;
    height: 1px;
    padding-left: 2px;
    background-color: white;
}

.home #slider .slick-dots li button::before {
    content: none;
}

.slick-dots li.slick-active button {
    background-color: black!important;
}

.home #slider .slick-dots li button {
    border: 2px solid rgb(255, 255, 255);
}

.home #slider .slick-dots li.slick-active button {
    border: 2px solid black;
}

.slick-dots li button {
    padding: 1px!important;
}

button {
    border-radius: 0!important;
}

.slick-dots li {
    margin: 0 15px!important;
}

.moduletable .slick-list .slick-track li {
    background-size: cover!important;
    background: center;
}


/*ARXIKI - SLIDER  END*/


/*ARXIKI SELIDA - DRASTIRIOTITES */

.moduletable-arxiki-drastiriotites {
    margin-top: 100px;
    margin-bottom: 100px;
}

.moduletable-arxiki-drastiriotites span {
    font-size: inherit;
    font-weight: 500;
}

.moduletable-arxiki-drastiriotites .row {
    justify-content: space-between;
}

.moduletable-arxiki-drastiriotites h3 {
    text-align: center;
    margin-bottom: 80px;
}

.moduletable-arxiki-drastiriotites p {
    text-align: center;
}

.moduletable-arxiki-drastiriotites .custom p {
    max-width: 1160px;
    line-height: 28px;
    margin: auto;
}

.moduletable-arxiki-drastiriotites .image {
    height: 210px;
    width: 220px;
    box-shadow: 16px 22px 0px -4px #6BB373;
    padding: 0;
    transition: opacity ease-out;
}

.moduletable-arxiki-drastiriotites .image:hover {
    opacity: 1;
}

.moduletable-arxiki-drastiriotites .image img {
    height: 105%;
    transition: transform 0.5 ease-out;
}

.moduletable-arxiki-drastiriotites .image img:hover {
    transform: translateY(-4px);
}

.moduletable-arxiki-drastiriotites .card-body {
    margin-top: 15px;
}

.card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.moduletable-arxiki-drastiriotites .card-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 40px;
}

.moduletable-arxiki-drastiriotites .card-body {
    padding: 25px 0;
}

.moduletable-arxiki-drastiriotites .btn-custom-green {
    width: 180px;
}

.moduletable-arxiki-drastiriotites h3 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 144px;
}

.moduletable-arxiki-drastiriotites .vac-title {
    margin: 0 21px!important;
}


/* END ARXIKI SELIDA - DRASTIRIOTITES */


/*ARXIKI SELIDA - KAINOTOMIES (BIOBLOCK KAI COMPOSTAR) */

.moduletable-arxiki-kainotomies .row {
    height: max-content;
}

.moduletable-arxiki-kainotomies .card {
    width: 100%;
    height: 100%;
}

.moduletable-arxiki-kainotomies .card-img {
    height: 100%;
    max-height: 890px!important;
    object-fit: cover;
}

.moduletable-arxiki-kainotomies .bio p {
    max-width: 647px;
}

.moduletable-arxiki-kainotomies .card-img-overlay {
    display: grid;
    justify-content: center;
    align-items: center;
    color: white;
}

.moduletable-arxiki-kainotomies .card-img-overlay p {
    border: 5px solid white;
    padding: 14rem 8rem;
    font-size: 78px;
}

.moduletable-arxiki-kainotomies .btn {
    position: relative;
    text-align: left;
}

.moduletable-arxiki-kainotomies .btn:after {
    position: relative;
    content: "\f061";
    font-weight: 500;
    font-family: "Font Awesome 5 Pro";
    left: 27px;
}

.moduletable-arxiki-kainotomies .row {
    background-color: #F9F9F9;
}

.moduletable-arxiki-kainotomies .info .bio {
    margin-top: 160px;
    padding-left: 50px;
}

.moduletable-arxiki-kainotomies .info .compo {
    margin-top: 160px;
    padding-left: 200px;
}

.moduletable-arxiki-kainotomies h3 {
    font-weight: 300;
    line-height: 2.5;
    font-size: 34px;
    margin-bottom: 0;
}

.moduletable-arxiki-kainotomies p {
    font-weight: 400;
    max-width: 600px;
    line-height: 30px;
}

.moduletable-arxiki-kainotomies span {
    font-size: 72px;
    font-weight: 500;
    /* line-height: 2px; */
}

.moduletable-arxiki-kainotomies .info .btn {
    width: 200px;
    margin-top: 30px;
    padding-left: 30px;
}


/* END ARXIKI SELIDA - KAINOTOMIES (BIOBLOCK KAI COMPOSTAR) */


/*ARXIKI SELIDA - FILOSOFIA */

.moduletable-arxiki-filosofia {
    margin-top: 130px;
    margin-left: 13px;
}

.moduletable-arxiki-filosofia .image {
    height: 450px;
    background-color: aliceblue;
    box-shadow: -147px 185px 0px 1px #6BB373;
    ;
}

.moduletable-arxiki-filosofia h3 {
    font-size: 82px;
    font-weight: 600;
    line-height: 1.1;
    margin-bottom: 66px;
}

.moduletable-arxiki-filosofia span {
    font-size: inherit;
}

.moduletable-arxiki-filosofia ul {
    margin-top: 50px;
    padding-left: 15px;
    max-width: 690px;
}

.moduletable-arxiki-filosofia ul li {
    list-style-type: none;
    padding-bottom: 16px;
}

.moduletable-arxiki-filosofia ul li::before {
    content: "\2022";
    color: #6BB373;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.moduletable-arxiki-filosofia .image {
    margin-top: 86px;
    margin-right: 14px;
}

.moduletable-arxiki-filosofia .above-title {
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    color: #5d5d5d;
}

.moduletable-arxiki-filosofia li {
    font-size: 24px;
    line-height: 1.2;
    color: #5d5d5d;
}


/* END ARXIKI SELIDA - FILOSOFIA */


/*ARXIKI SELIDA - SIMANTIKA ERGA */

.moduletable-arxiki-erga h3 {
    font-size: 60px;
    font-weight: 300;
    margin-bottom: 40px;
    text-align: center;
    margin-top: 173px;
}

.moduletable-arxiki-erga .erga-intro {
    max-width: 1115px;
    text-align: center;
    line-height: 1.4;
    text-align: center;
    margin: auto;
    font-size: 24px;
    font-weight: 400;
    margin-top: 16px;
}

.moduletable-arxiki-erga .container {
    height: 95vh;
}

.moduletable-arxiki-erga .row {
    height: 100%;
}

.moduletable-arxiki-erga span {
    font-size: inherit;
    font-weight: 500!important;
}

.moduletable-arxiki-erga .card {
    padding: 0;
}

.moduletable-arxiki-erga .card-img-top {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 1px solid white;
}

.moduletable-arxiki-erga .card-img-overlay {
    display: grid;
    justify-content: center;
    align-content: center;
    color: white;
    text-align: center;
    background-color: rgb(68 157 80 / 88%);
}

.moduletable-arxiki-erga a,
.moduletable-arxiki-erga a:hover {
    color: white!important;
}

.moduletable-arxiki-erga .border {
    padding: 11rem 3rem;
    border: 5px solid white!important;
}

.moduletable-arxiki-erga .card-img-overlay {
    display: none;
    border: 1px solid white;
    margin: 1px
}

.moduletable-arxiki-erga .card-img-overlay a,
.moduletable-arxiki-erga .card-img-overlay p {
    font-size: 30px;
    font-weight: 500;
}

.moduletable-arxiki-erga .card-img-overlay a {
    width: 638px;
    height: 600px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 160px;
    opacity: 1;
}

.erga-btn {
    display: grid;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 30px;
}

.erga-btn a {
    padding-left: 30px;
    padding-right: 30px;
}

#homepage-4 .btn-custom-blue {
    width: 100%;
}

.show {
    display: block;
}


/* END ARXIKI SELIDA - SIMANTIKA ERGA */


/*ARXIKI SELIDA - TELEYTAIA NEA */

#homepage-5 {
    height: 1335px;
}


/* titlos */

.moduletable-arxiki-nea-title {
    margin-top: 200px;
}

.moduletable-arxiki-nea-title h3 {
    font-size: 60px;
    font-weight: 400;
    margin-bottom: 0;
    padding-top: 100px;
    text-align: center;
}

.moduletable-arxiki-nea-title,
.moduletable-arxiki-nea-btn {
    background-color: #F2F2F2;
}


/* cards */

.moduletable-arxiki-nea .custom-width {
    /* max-width: 480px; */
    margin: 0 20px;
}

.moduletable-arxiki-nea {
    padding-top: 50px;
    padding-bottom: 100px;
    padding-left: 10rem;
    padding-right: 10rem;
    background-color: #F2F2F2;
    height: 60%;
}

.moduletable-arxiki-nea div {
    margin-top: 25px;
    margin-bottom: 60px;
    margin-right: 15px;
}

.moduletable-arxiki-nea div .row {
    height: 213px;
}

.moduletable-arxiki-nea .card {
    width: 450px;
    width: 22vw;
    height: 550px!important;
}

.moduletable-arxiki-nea img {
    height: 260px;
    object-fit: cover;
}

.moduletable-arxiki-nea .card-title {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 10px;
}

.moduletable-arxiki-nea p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    padding: 0px 0!important;
}


/* icons */

.moduletable-arxiki-nea .fa-arrow-right {
    color: grey;
}

.moduletable-arxiki-nea .fa-arrow-right:hover {
    color: #3393CD;
}

.fa-arrow-right:before {
    position: absolute;
    right: 30px;
    bottom: 30px;
    font-size: 24px;
}


/* slider */

.slick-prev .slick-arrow {
    opacity: 0.5!important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 0.5;
}

.moduletable-arxiki-nea .slick-prev:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    font-size: 60px;
    opacity: 0.5;
    color: #3393CD;
    font-weight: 300;
    /* left: 6600%;
    top: -230px; */
}

.moduletable-arxiki-nea .slick-prev {
    top: -132px;
    left: 63vw;
}

.moduletable-arxiki-nea .slick-next {
    top: -132px;
    left: 69vw;
}

.moduletable-arxiki-nea .slick-next:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-size: 60px;
    font-weight: 300;
    opacity: 1;
    color: #3393CD;
    /* left: -700%;
    top: -230px; */
}

.moduletable-arxiki-nea .sigProContainer.sigProClassic button.slick-prev,
.moduletable-arxiki-nea .sigProContainer.sigProClassic button.slick-next {
    top: -100px;
}

.moduletable-arxiki-nea .sigProContainer.sigProClassic button.slick-next {
    right: 10%;
}

.moduletable-arxiki-nea .sigProContainer.sigProClassic button.slick-prev {
    left: 84%;
}


/* btn more */

.moduletable-arxiki-nea-btn {
    background-color: #F2F2F2;
}

.moduletable-arxiki-nea-btn .btn-custom-blue {
    width: 100%;
}


/* END ARXIKI SELIDA - TELEYTAIA NEA */


/* Breadcrump - TOP PAGE BANNER */

.breadcrumb {
    background-color: #6BB373;
    height: 223px;
    padding-left: 8.333333%;
    padding-bottom: 30px;
    display: flex;
    align-items: end;
    color: white;
    text-transform: uppercase;
    padding-top: 0;
    padding-right: 51vw;
    align-content: flex-end;
}

.breadcrumb span {
    font-size: 30px;
    font-weight: 300;
    line-height: 1.1;
    color: white;
}

.breadcrumb img {
    padding-right: 5px;
    transform: translateY(-2px);
}


/* Top image for inner pages */

.itemImage img,
.groupLeading img {
    width: 700px;
    height: auto;
    position: absolute;
    top: -239px;
    left: 55.5%;
}

.groupLeading img {
    right: 0;
}


/* Custom Module - Bioblock/Compostar box (for Etaireia, ) */

#right_column {
    position: absolute;
    left: 54.7%;
    top: 700px;
    margin-top: 210px;
}

.etaireia_wrapper ul li {
    list-style-type: none;
    padding-bottom: 16px;
}

.etaireia_wrapper ul li::before {
    content: "\2022";
    color: #6BB373;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.etaireia_wrapper_profile {
    height: max-content;
    min-height: 1600px;
}

.etaireia_text {
    width: 81vw;
    margin-top: 220px;
}

.etaireia_text_profile {
    width: 100%;
    margin-top: 0;
}

.offset-md-1 {
    margin-left: 8.3%;
}

.etaireia_text.download_pdf a {
    text-decoration: underline;
}

/* .custom_box {
    margin-bottom: 40px;
} */
.custom_box {
    margin-bottom: 100px;
}

.custom_box .card {
    width: 684px;
    height: 553px;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    color: white;
    border: none;
}

.custom_box .card img {
    height: 100%;
    width: 100%;
}

.custom_box a {
    color: white;
    position: absolute;
    right: 220px;
    bottom: 92px;
    text-transform: uppercase;
}

.custom_box a::before {
    content: "";
    position: absolute;
    width: 10px;
    height: auto;
}

.custom_box p {
    border: 5px solid white;
    border-bottom: none;
    padding: 8rem 2rem;
    font-size: 34px;
    width: 70%;
    margin: 43px auto;
    line-height: 1.2;
    justify-content: center;
    justify-items: center;
    justify-self: center;
    margin: 50px auto;
}


/* Custom Module - Bioblock/Compostar box END */


/* ETAIREIA */

.etaireia_wrapper {
    margin-bottom: 150px;
}

.etaireia_title {
    margin: 55px 0;
    font-size: 5.2rem;
    font-weight: 600;
    line-height: 1.2;
}

.etaireia_text p {
    font-weight: 400;
}

.etaireia_text li {
    line-height: 30px;
    font-size: 21px;
    font-weight: 400;
}

.pistopoiiseis_img {
    margin-right: 15px;
}


/* ETAIREIA END */


/* DRASTIRIOTITES */


/* a. drastiriotites slider */

.drastiriotites .itemImageGallery h3,
.kainotomies-gallery h3 {
    font-size: 60px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 65px;
}

.drastiriotites .sigProContainer.sigProClassic button.slick-prev,
.drastiriotites .sigProContainer.sigProClassic button.slick-next,
.kainotomies-gallery .sigProContainer.sigProClassic button.slick-prev,
.kainotomies-gallery .sigProContainer.sigProClassic button.slick-next {
    top: -100px;
}

.drastiriotites .sigProContainer.sigProClassic button.slick-next,
.kainotomies-gallery .sigProContainer.sigProClassic button.slick-next {
    right: 10%;
}

.drastiriotites .sigProContainer.sigProClassic button.slick-prev,
.kainotomies-gallery .sigProContainer.sigProClassic button.slick-prev {
    left: 84%;
}

.drastiriotites .slick-prev:before,
.kainotomies-gallery .slick-prev:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f060";
    font-size: 60px;
    opacity: 0.5;
    color: #3393CD;
    font-weight: 300;
    left: 0;
    top: 7px;
}

.drastiriotites .slick-next:before,
.kainotomies-gallery .slick-next:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-size: 60px;
    font-weight: 300;
    opacity: 1;
    color: #3393CD;
    left: 0;
    top: 7px;
}

.drastiriotites .sigProImg {
    /* background-size: auto 500px; */
    background-size: cover;
}

.kainotomia .sigProImg {
    background-size: cover;
}


/* drastiriotites slider end*/

.drastiriotites_pages.itemFullText {
    max-width: 85vw;
}

.drastiriotites_pages h1 {
    font-size: 82px;
    line-height: 1.1;
}

.drastiriotites-title {
    font-size: inherit;
}

.drastiriotites_pages .drastiriotites-text {
    margin-top: 150px;
}

.drastiriotites_pages p {
    margin-top: 35px;
}

.itemFullText h2 {
    max-width: 46vw;
    font-size: 30px;
    font-weight: 300;
    margin-top: 80px;
    margin-bottom: 40px;
}

.drastiriotites .slick-initialized .slick-slide,
.kainotomia .slick-initialized .slick-slide {
    margin-left: 20px;
}

.fancybox-title {
    display: none;
}


/* DRASTIRIOTITES END */


/* ERGA */

.componentheadingerga_pages {
    margin-left: 156px;
    margin-top: 50px;
}
.erga_pages .itemList h3{
    margin-left: 160px;    
}
.erga_pages #itemListLeading {
    display: flex;
    background-color: aliceblue;
    width: 500px;
    height: 200px;
}

.erga_pages #itemListPrimary {
    display: flex;
    flex-wrap: wrap;
    margin-left: 156px;
}

.erga_pages .itemList {
    margin-top: 200px;
}

.erga_pages .itemContainer {
    margin-right: 50px;
    width: 300px!important;
    flex: 0 0 20%;
}

.erga_pages {
    margin-bottom: 110px;
}

.moduletable-erga-fotografies {
    left: 55.5%;
}


/* primary image */

.moduletable-erga-fotografies {
    position: absolute;
    right: 0;
    margin-right: 100px;
    top: 123px;
    width: 685px;
    height: 700px;
    overflow: hidden;
}


/* typography */

.componentheadingerga_pages h1 {
    font-size: 82px;
    line-height: 1.1;
    margin-bottom: 200px;
    width: 40vw;
}

.erga_pages #itemListPrimary h3 {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
}

.erga_pages .catItemIntroText p {
    font-size: 18px;
    font-weight: 400;
}

.erga_pages .catItemTitle,
.erga_pages .catItemIntroText {
    text-align: center;
}

.erga_pages .catItemTitle a {
    font-weight: 500;
    font-size: 24px;
}


/* images */


/* .erga_pages div.catItemImageBlock {
  margin: 0;
} */

.erga_pages .catItemImageBlock {
    margin: 0;
    padding: 0;
}

.erga_pages .catItemImage {
    margin: 0;
    padding: 0;
    width: 280px;
    height: 250px;
    box-shadow: 16px 16px 0px -4px #6bb373;
}

.erga_pages .catItemImage img {
    height: 250px!important;
}

.erga_pages .catItemImageBlock .catItemImage a {
    position: relative;
}

.hover-effect-erga {
    top: 0;
    width: 400px;
    position: absolute;
    width: 80%;
    height: 80%;
    opacity: 0;
}

.hover-effect-erga:hover {
    top: 0;
    width: 400px;
    position: absolute;
    width: 80%;
    height: 80%;
    background-color: #02620263;
    object-fit: scale-down;
    opacity: 1;
}


/* ERGA END */


/* ERGA - INNER PAGES */


/* a. erga slider */

.erga_inner_pages .slider {
    width: 750px;
    position: absolute;
    top: -239px;
    right: 175px;
}

.erga_inner_pages .sigProImg {
    margin-left: 35px!important;
}

.erga_inner_pages .sigProContainer.sigProClassic button.slick-next {
    position: absolute;
    top: 424px;
    right: -93px;
    right: -50px;
}

.erga_inner_pages .sigProContainer.sigProClassic button.slick-prev {
    position: absolute;
    top: 310px;
    right: 0px;
    left: -51px;
}

.erga_inner_pages .slick-prev:before,
.erga_inner_pages .slick-next:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    font-size: 60px;
    opacity: 1;
    color: #6bb373;
    font-weight: 300;
}

.erga_inner_pages .slick-prev:before {
    content: "\f060";
}

.erga_inner_pages .slick-next:before {
    content: "\f061";
    position: relative;
    top: -9vh;
}

.erga_inner_pages .sigProImg {
    background-size: cover;
}

.erga_inner_pages .sigProLinkOuterWrapper {
    width: 715px;
    height: 700px;
}

.erga_inner_pages .table-responsive {
    margin-top: 53px;
    min-width: 700px;
    margin-bottom: 115px;
    max-width: 350px;
}

.erga_inner_pages .table-responsive table {
    border: 2px solid #c3c3c3;
    min-width: 700px;
}

.erga_inner_pages .table-responsive tr td:first-child {
    border-right: 1px solid #c3c3c3;
    border-left: 2px solid #c3c3c3;
}

.erga_inner_pages .table-responsive tr td:nth-child(2) {
    border-right: 2px solid #c3c3c3;
    width: 50%;
}

.erga_inner_pages .table-responsive tr td:nth-child(2) p {
    padding-left: 10px;
    text-align: left;
}

.erga_inner_pages ul {
    padding-left: 22px;
}

.erga_inner_pages ul li {
    line-height: 25px;
}

.erga_pages .itemBody {
    margin-bottom: 160px;
}

.erga_pages #itemListPrimary {
    margin-bottom: 140px;
}

.erga_inner_pages .erga-titlos {
    font-size: 24px;
    font-weight: 300;
}

.erga_inner_pages .table-responsive tr td:first-child {
    text-transform: none;
}


/* erga slider end */

.erga_inner_pages {
    margin: 0 10rem;
}

.erga_inner_pages h3 {
    font-size: 82px!important;
    margin-bottom: 40px!important;
    font-weight: 600;
}

.erga_inner_pages span {
    font-size: inherit!important;
}

td .background-green {
    color: white;
    background-color: #6BB373;
}

.erga_inner_pages .table-responsive p {
    font-size: 16px;
    padding: 10px;
    line-height: 25px;
}

.erga-inner-pages .itemFullText {
    max-width: 1700px!important;
}

.erga_inner_pages li {
    font-size: 21px;
}

.erga_inner_pages p {
    font-weight: 400;
}

.erga_inner_pages_titles {
    font-size: 30px;
}

.erga_inner_pages_titles,
.erga-titlos {
    margin: 36px 0!important;
}

.erga_inner_pages td {
    padding: 0;
}

.erga_inner_pages td p {
    margin: 0;
}

.table-green {
    background-color: #6BB373;
    color: white;
}

.sigProImg {
    width: 100%!important;
    background-repeat: no-repeat!important;
}


/* ERGA - INNER PAGES END*/


/* KAINOTOMIA */

.kainotomia_cards_title {
    margin-bottom: 72px!important;
}

.kainotomia_pages .itemBody {
    padding-bottom: 0;
}

.kainotomia_wrapper, .kainotomia_pages .itemIntroText+.itemFullText p, .kainotomia_pages .itemIntroText+.itemFullText h3, .kainotomia_pages .itemIntroText+.itemFullText ul, .kainotomia_pages .itemIntroText+.itemFullText ol {
    margin-left: 156px;
}

.kainotomies-gallery h3 {
    padding-bottom: 20px;
}

.kainotomia_pages .itemImage img {
    width: 700px!important;
    height: 680px!important;
    object-fit: cover!important;
}

.kainotomia_wrapper_general .kainotomia_title {
    width: 43vw;
    min-height: 200px;
}

.kainotomia_wrapper_general .section_1 {
    margin-top: 250px!important;
}

.kainotomia_wrapper_general h3 {
    padding-left: 0!important;
}

.kainotomia_wrapper_general p {
    padding-left: 0!important;
}

.kainotomia_wrapper .section_1,
.kainotomia_wrapper .section_2,
.kainotomia_wrapper .section_3 {
    margin-top: 120px;
    /* margin-bottom: 120px; */
}

.kainotomia_wrapper span.title-green {
    font-size: inherit;
}

.section_3 .title-green {
    font-weight: 500;
    font-size: 30px;
    padding: 0;
}

.kainotomia_text_3 {
    padding-left: 120px;
}

.kainotomia_text_3 ul {
    list-style: none;
}

.kainotomia_text_3 li {
    position: relative;
    font-size: 21px;
    line-height: 2.1;
}

.kainotomia_text_3 li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #6BB373;
    left: -48px;
    top: -15px;
    font-size: 36px;
}

.kainotomia_card_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 25vw 25vw 25vw;
    grid-template-rows: 250px 250px;
    justify-content: space-between;
}

.kainotomia_card_wrapper-bioblock {
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
    grid-template-columns: 25vw 25vw 25vw;
    grid-template-rows: max-content;
    justify-content: space-between;
}

.kainotomia_card_wrapper .card {
    color: white;
    background-color: #6BB373;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 0;
    margin-bottom: 40px;
    padding-bottom: 92px;
}

.kainotomia_title {
    font-size: 82px;
    line-height: 1.1;
    margin-bottom: 80px;
}

.kainotomia_image_right {
    position: absolute;
    top: 8px;
    right: 250px;
    height: 600px;
    width: 600px;
    background-color: rgba(67, 67, 253, 0.616);
}

.kainotomia_logo {
    max-width: none!important;
}

.kainotomia_logo.bio.logo {
    width: 200px!important;
}

.kainotomia_text_1 p,
.kainotomia_text_2 p {
    font-weight: 400;
}

.section_1 {
    max-width: 1600px;
}

.section_2 h3 {
    font-size: 30px;
    font-weight: 400;
}

.kainotomia_wrapper_general .section_2 h3 {
    margin-top: 50px;
    margin-bottom: 10px;
}

.kainotomia_card_wrapper .card-title {
    padding-bottom: 0.25rem;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 300;
    position: relative;
}

.kainotomia_card_wrapper .card-title::before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    font-size: 40px;
    font-weight: 400;
    left: -42px;
}

.kainotomia_card_body {
    padding: 0;
    font-size: 18px;
    margin-top: 20px;
    line-height: 1.3;
}

.kainotomia_wrapper .section_3 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: space-between;
}

.kainotomia_table {
    padding-left: 100px;
}

table,
th,
td,
.table thead th {
    border: 1px solid black;
}

table {
    border-collapse: collapse;
    font-size: 14px;
}

table th {
    font-size: 24px;
    padding: 20px!important;
}

table td {
    padding-left: 20px;
}

.table-row-green {
    font-weight: 500;
    color: white;
    background-color: #6BB373;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.table thead th {
    border-top: 2px solid black;
    border-left: 2px solid black;
    border-right: 2px solid black;
}

table tr td {
    font-weight: 400;
}

.table_last_row {
    font-weight: normal;
    border: 1px solid white!important;
    font-size: 16px;
}

.expand-card {
    grid-row: 1/3;
    grid-column: 3;
}

.kainotomia_pages .kainotomia_text_1 p,
.kainotomia_pages .kainotomia_text_2,
.kainotomia_pages.kainotomia_text_2 h3,
.kainotomia_pages .kainotomia_text_3,
.kainotomia_pages .kainotomia_text_3 h3,
.kainotomia_pages .itemFullText p{
    padding-left: 0;
}

.kainotomia_pages p,
.kainotomia_pages li {
    font-weight: 400;
    line-height: 30px;
    font-size: 21px;
}

.kainotomia_pages ul {
    margin: 0;
}

.kainotomia_pages .kainotomia_text_3 li:before {
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    content: "\f061";
    color: #6BB373;
    left: -37px;
    top: 2px;
    font-size: 29px;
}

.kainotomia_pages .section_2 {
    margin-top: 50px;
}


/* KAINOTOMIA END */


/* NEA  */

.nea_page {
    margin-left: 8%;
}

.nea_page .row {
    margin-bottom: 100px;
}

.nea_page #itemListPrimary {
    width: 80vw;
}

.nea_page .itemImage img,
.groupLeading img {
    left: 61.5%;
}

.nea_page .itemDateCreated {
    margin-left: 8.333%;
}


.itemView.nea_page div.itemFullText {
    margin-left: 8.333%;
    width: 50%;
}

.itemView.nea_page .itemImage img {
    width: 33%!important;
    height: 83%!important;
    object-fit: cover;
}
.groupPrimary.nea_page {
    width: 80vw;
}
/* page title */

#itemListLeading .groupLeading.nea_page .catItemTitle {
    max-width: 600px;
    margin-top: 50px!important;
    font-weight: 600;
    color: black!important;
    font-size: 60px;
}


/* page image */


/* h3 */

#itemListPrimary .groupPrimary.nea_page .catItemTitle h3 {
    font-size: 20px!important;
    font-weight: 500;
}

.nea_page div.catItemHeader h3.catItemTitle {
    padding: 0;
    margin-top: 10px;
}


/* p */

.nea_page p {
    line-height: 25px;
    font-size: 18px;
}

.nea_page.groupLeading .catItemIntroText p {
    font-size: 44px;
    font-weight: 400;
    max-width: 650px;
    line-height: 1.2;
}


/* a */

#itemListLeading .groupLeading.nea_page .catItemTitle a {
    color: black!important;
}

#itemListPrimary .groupPrimary.nea_page .catItemTitle a {
    font-size: 20px!important;
    font-weight: 500;
}

.nea_page .catItemReadMore a {
    float: right;
}

.nea_page .catItemTitle a {
    color: #3393CD;
    opacity: 1;
}

.nea_page .catItemReadMore a {
    color: #999;
    opacity: 1;
}

.nea_page a:hover {
    color: #3393CD;
    opacity: 1;
}


/* itemlist */

.nea_page div.catItemView {
    margin: 0;
}

.nea_page #itemListPrimary {
    margin-top: 50px;
}

.nea_page .catItemImageBlock {
    margin: 0;
    padding: 0;
}


/* cards */

.nea_page .card-deck {
    margin-bottom: 50px;
    max-width: 90vw;
    flex-direction: column;
}

.nea_page .card-body {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}

.nea_page .card-title span {
    font-size: 14px!important;
}

.nea_page .card {
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.nea_page .card-text {
    padding: 4px 0 0px 0;
}

.inner_pages_nea p:last-child {
    margin-bottom: 0;
}

.inner_pages_nea ul li {
    font-size: 14px;
    font-weight: 300;
}

.groupSecondary .card {
    max-width: 485px;
}

.nea_page .groupPrimary .card-title,
.nea_page .groupPrimary .catItemBody,
.nea_page .groupSecondary .card-title,
.nea_page .groupSecondary .catItemBody {
    margin: 0 25px;
}

.nea_page .card-footer {
    border-top: none;
    background-color: transparent;
}

.nea_page .groupLeading .catItemDateCreated {
    display: none;
}

.nea_page #itemListPrimary .catItemImage img,
#itemListSecondary .catItemImage img {
    width: 200px;
    height: 300px!important;
}

#itemListSecondary .card {
    max-width: 468px;
}

.itemList .card-deck .card {
    margin: 0;
}

.nea_page .fa-arrow-right {
    font-weight: 400;
}


/* NEA END*/


/* NEA INNER PAGES */

.inner_pages_nea:first-child {
    padding-left: 10rem;
    max-width: 90vw;
    margin-top: 100px;
}

.inner_pages_nea:first-child p {
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
}

.nea_page .itemIntroText p {
    font-size: 65px;
    font-weight: bold;
    line-height: 24px;
    padding: 4px 0 12px 0;
    max-width: 51vw;
    line-height: 1.4;
    padding-left: 160px;
    padding-top: 80px;
    min-height: 400px;
}


/* NEA INNER PAGES END */


/* EPIKOINONIA */

#cf_1, #cf_2 {
    margin-bottom: 100px;
    height: max-content!important;
}

#cf_1 input,
#cf_1 textarea, #cf_2 input,
#cf_2 textarea  {
    font-size: 24px;
}

#cf_1 form, #cf_2 form  {
    padding-left: 65px;
    padding-right: 65px;
}

#cf_1 button, #cf_2 button {
    width: 200px!important;
}

#cf1 .cf-control-group textarea,
#cf1 .cf-control-group input,
#cf2 .cf-control-group textarea,
#cf2 .cf-control-group input {
    border: 1px solid #898989 !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.cf-control-input {
    padding-top: 15px;
    padding-bottom: 15px;
}

.cf-content-text {
    padding-top: 75px;
    padding-bottom: 75px;
}

.epikoinonia.itemFullText {
    margin-left: 10rem;
}

.epikoinonia h1 {
    max-width: 1000px;
    line-height: 1.1;
}

.epikoinonia_page h1 {
    font-weight: 400;
    margin: 50px 0;
    font-size: 50px;
}

.epikoinonia_page span.title-green {
    font-weight: 600;
    font-size: 80px;
}

.contact-details {
    margin: 50px 100px;
}

.contact-details p {
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
}

#cf_1, #cf_2 {
    max-width: 1500px;
}

#cf_1 .cf-content-text span, #cf_2 .cf-content-text span {
    font-size: 36px;
}

.epikoinonia-map {
    position: absolute;
    top: -297px;
    left: 52.5%;
}

.epikoinonia-map iframe {
    width: 36vw!important;
    height: 67vh!important;
}

.itemid-109 .itemToolbar {
    display: none;
}

#cf_2 {
    margin-top: 100px;
    width: 100%;
}

/* EPIKOINONIA END*/


/* NOMIKA */

.nomika_page div {
    margin-top: 40px;
    margin-bottom: 40px;
}


/* NOMIKA END */


/* FOOTER */

footer {
    padding-top: 9rem!important;
    padding-left: 13rem!important;
    padding-right: 7rem!important;
}

.footer h3,
.footer .vac-title {
    color: white!important;
}

.about-address {
    margin-bottom: 15px;
}

.footer h3 {
    font-size: 30px;
    font-weight: 600;
}

.footer h4 {
    font-size: 18px;
    font-weight: 400;
}

.moduletable-footer-drastiriotites li a {
    font-size: 18px!important;
}

.moduletable-footer-drastiriotites h3,
.moduletable-footer-pistopoiiseis .vac-title {
    font-size: 24px;
    font-weight: 400;
}

.moduletable-footer-pistopoiiseis .info {
    width: max-content;
}

.footer .moduletable .mod-list {
    width: max-content;
}

.moduletable-footer-pistopoiiseis .info div {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-left: 0;
}

.footer {
    color: white;
    padding-top: 100px;
}

.footer .row div {
    height: max-content;
}

.footer-last {
    display: grid;
}

.footer .mod-list {
    flex-direction: column;
}

.footer-last .mod-list {
    flex-direction: row;
}

.footer-last .mod-list a:first-child {
    padding-right: 20px;
}

.footer-last .moduletable:nth-child(2) {
    align-self: end;
}

.footer .menu>li {
    padding: 0;
}

.footer h4 {
    margin-bottom: 50px;
}

.footer {
    padding-bottom: 150px;
}

.footer .mod-list {
    margin-top: 30px;
}

.moduletable-footer-drastiriotites ul.menu {
    height: 205px;
}

.moduletable-footer-drastiriotites ul {
    justify-content: space-between;
}

.footer p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
}

.footer .item-555 a {
    border-right: 1px solid white;
    padding-right: 10px;
    margin-right: 10px;
}

.item-555,
.item-556 {
    font-size: 18px!important;
}

.subfooterb {
    color: black;
    padding: 30px;
    background-color: white;
}

.subfooterb a {
    text-decoration: underline;
}

.subfooterb p {
    font-size: 15px;
    padding: 0;
}


/* GENERAL PADDINGS */

.header {
    /* padding-left: 9.25rem; */
    padding-left: 10%;
    height: 133px;
}

div.itemIntroText {
    padding: 4px 0 0 0;
}

#search input {
    max-width: 80%;
    border: 2px solid #3393CD;
    border-radius: 50px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 18px;
}

.moduletable-arxiki-kainotomies.with-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.moduletable-arxiki-erga {
    padding-top: 65px;
}

.top-page-banner,
.moduletable-arxiki-drastiriotites,
.moduletable-arxiki-filosofia {
    padding: 0 10rem!important;
}

.itemIntroText p,
.itemIntroText h3 {
    padding-left: 200px;
    padding-right: 200px;
}


/* GENERAL PADDINGS END */


/* Contact Form */

.cf-btn {
    border-radius: 50px!important;
}

.navbar-toggler {
    display: none;
}


div.itemIsFeatured:before, div.catItemIsFeatured:before, div.userItemIsFeatured:before {
    content: none;
}

#itemListPrimary .wrapper {
    flex-wrap: wrap;
}

/* Selida epexergasia ygron apovliton reverse alphabetical order */
.itemid-517 #itemListPrimary h3+div+h3 {
    grid-row: 1/1;
}
.itemid-517 #itemListPrimary h3+div+h3+div {
    grid-row: 2/2;
}

html{
    overflow-x: hidden;
}