/*
Theme Name: GxG Custom Theme
Theme URI: https://www.gxg.gr
Author: Gsquared.
Author URI: https://www.gxg.gr/
Description: <strong>Perfomance custom theme by Gsquared</strong>.
Version: 1.3
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: gxg-custom
maincolor = 
*/
span.dontshowthisever {
    display: none;
}
@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-ExtraThin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-ExtraThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-UltraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'PF Bague Sans Pro';
    src: url('assets/fonts/PFBagueSansPro-UltraBlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

/* @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') */

html,body{
    padding:0;
    margin:0;
}
body {
    font-family: 'PF Bague Sans Pro','Arial', sans-serif;
	font-family:'Ubuntu','Arial',serif;
    font-size: 16px;
    line-height: 1.3;
    background-color: #fff;
    color: #2D2926;
    overflow-x: hidden;
}
p{
    margin-top: 0;
    margin-bottom: 10px;
}
a {
    color: #1059c6;
    text-decoration: none;
}
a:focus, a:active, button:focus, button:active, a::-moz-focus-inner, button::-moz-focus-inner {
    outline: none;
    box-shadow: none;
    border: 0;
}
a:hover {
    color: #2D2926;
}

h1,h2,h3,h4,h5,h6{
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 400;
    color: #2D2926;
}
h1{
    font-size: 32px;
}
h2 {
    font-size: 26px
}
h3 {
    font-size: 24px;
}
img, svg {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
iframe{
    max-width: 100%;
}
input, select, textarea, button {
    border: 1px solid #2D2926;
    background-color: #fff;
    font-size: 16px;
    padding: 8px 8px;
    max-width: 100%;
    box-sizing: border-box;
    color: #2D2926;
}
input[type="submit"] {
    padding: 10px 24px;
    background: #fff;
    color: #2D2926;
    border: 1px solid #2D2926;
    cursor: pointer;
}
input:focus, input:active {
    outline-color: #2D2926;
    outline-style: solid;
}
input[type="submit"]:focus,input[type="submit"]:active {
    outline: 1px solid #2D2926;
    outline-offset: -3px;
}
label {
    color: #2D2926;
}

.alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
}
.alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
}
.aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
}
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; }
.screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; clip-path: none; color: #21759b; display: block; font-size: 14px; font-size: 0.875rem; font-weight: bold; height: auto; left: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }

.styled-link {
    color: #2D2926;
    padding-left: 70px;
    position: relative;
    transition: all 0.3ms ease-out;
    display: flex;
    align-items: center;
}

.styled-link::after {
    content: "";
    display: block;
    width: 62px;
    height: 1px;
    background: #2D2926;
    position: absolute;
    left: 0px;
    top: 50%;

    transition: left 0.3s ease-out,
                width 0.3s ease-out;
}

.styled-link:hover::after {
    left: 62px;
    width: 168px;
}


#brand a {
    color: #2D2926;
    font-size: 30px
}
#brand a:hover {
    color: #A5A5A5;
}
#brand {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}
#top-header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 10;
}

#top-header > .container {
    height: 100px;
    max-width: unset;
    margin: 0 100px;
}
.admin-bar #top-header {
    top: 32px;
}
.menu-sticky #top-header {
    transition: all 150ms ease-in-out;
    box-shadow: 0px 0px 5px 0px #000;
}
#top-header > .container::after {
    content: unset;
}
#main-wrap{
    padding: 0;
}
/*.menu-is-active #main-wrap {
    opacity: 0.3;
}*/
.menu-is-active #main-wrap,
.menu-is-active footer#Footer {
    opacity: 0;/*0.03*/
    pointer-events: none;
}
.home #main-wrap{padding-top: 0}

.has-sidebar #main-wrap {
    padding-top: 0;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
}


#header-menu.sticky {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
ul.menu {
    margin: 0;
}

ul.menu > li > a {
    color: #000;
    transition: all 150ms ease-in-out;
}
/*ul.menu > li:hover > a,ul.menu > li:hover > a {
    color: #fff;
}
ul.menu li.current_page_item a {
    color: #cb5499;
}*/
ul.menu li a {
    font-size: 18px;
    text-decoration: none;
    padding: 10px;
    display: inline-block;
    transition: all 150ms ease-in-out;
}
ul.menu > li > a {
    padding: 25px 10px;
}
.menu > li > .sub-menu {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    background: #fff;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 150ms ease-in-out;
}
.menu > li:hover .sub-menu {
    pointer-events: all;
    opacity: 1;
}

.menu-main-container{
    transition: all 150ms ease-in-out;
    overflow: hidden;
}
.hamburger {
    outline: none !important;
    display: flex;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.09s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    overflow: visible;
    font-size: 22px;
    align-items: center;
    margin: 0 15px 0 auto;
    padding: 0;
}

.menu-is-active .hamburger .hamburger-inner,
.menu-is-active .hamburger .hamburger-inner::before,
.menu-is-active .hamburger .hamburger-inner::after {
    background-color: #444;
}

.hamburger-box {
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

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

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 35px;
    height: 3px;
    background-color: #444;
    border-radius: 0;
    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--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
    top: -20px;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

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

.menu-is-active .hamburger--collapse .hamburger-inner {
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu-is-active .hamburger--collapse .hamburger-inner::after {
    top: 0;
    opacity: 0;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.menu-is-active .hamburger--collapse .hamburger-inner::before {
    top: 0;
    transform: rotate(-90deg);
    transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse .ham-close-text {
    display: none;
}

.menu-is-active .hamburger--collapse .ham-close-text {
    display: inline;
}

.menu-is-active .hamburger--collapse .ham-open-text {
    display: none;
}

.hamburger span {
    color: #444;
}
#top-header > .container,
#header > .container {
/*     padding-left: 15px;
    padding-right: 15px; */

    padding-left: 0;
    padding-right: 0;
}
#top-header > .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

#top-header ul.menu {
    padding: 0;
}

.responsive-menu-toggle {
    display: block;
}

#menu ul {
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#header-menu {
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0px 0px 0px transparent;
    transition: all 150ms ease-in-out;
}
.admin-bar #header-menu {
    top: 32px;
}
#menu {
    position: relative;
}


/*
START language selector
*/
#right-header-menu {
    display: flex;
}
#right-header-menu .wpml-ls-legacy-list-horizontal {
    align-items: center;
    display: flex;
    margin-left: 20px;
}
#right-header-menu .wpml-ls-item a.wpml-ls-link {
    padding: 0 5px;
}
#right-header-menu .wpml-ls-legacy-list-horizontal .wpml-ls-item {
    padding: 10px 0 !important;
}
#right-header-menu .wpml-ls-legacy-list-horizontal a span {
    color: #333 !important;
}
#right-header-menu .wpml-ls-current-language a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #333 !important;
}

#mobile-languages {
    display: flex;
    justify-content: center;
    /* background-color: #333; */
    order: -1;
    margin-bottom: 20px;
}
#mobile-languages a {
    /* color: #fff; */
    color: #333;
}
#mobile-languages .wpml-ls-current-language a {
    text-decoration: underline;
    text-underline-offset: 3px;
    color: #333 !important;
}
#mobilemenu-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}
#mobilemenu .mobile-menu-items {
    display: flex;
    flex-direction: column;
}








@media (max-width: 767px) {
    #brand svg {
        max-height: 50px;
    }
    #top-header {
        position: sticky;
        top: 0px;
        z-index: 9;
        background: #fff;
    }
    .menu-is-active #menu ul {
        display: block;
        background: #fff;
        top: 0;
        text-align: left;
    }
}

@media (min-width: 960px) {
    ul.menu li {
        display: inline-block;
        margin-right: 15px;
        transition: background-color 150ms ease-in-out;
    }
    ul.menu > li:hover {
        /*background-color: #000;*/
    }
    ul.menu li a {
        color: #2D2926;
    }
    ul.menu > li:hover > a,ul.menu li.current_page_item:hover a{
        color: #A5A5A5;
		color: #2D2926;
    }
    ul.menu li.current_page_item a {
        color: #A5A5A5;
		color: #2D2926;
    }

}
@media (max-width: 959px) {
    #menu ul {
        position: absolute;
        width: 100%;
        top: 100px;
        display: none;
    }
}

/*@media (min-width: 768px){
    .responsive-menu-toggle{display: none;}
}*/
@media (min-width: 1399px){/*1240px*/
    .responsive-menu-toggle{display: none;}
}



/*
START GENERAL STYLE
*/
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
@media(min-width: 768px){
    .has-sidebar #main-wrap > .products{
        display: grid;
        grid-template-columns: minmax(auto, 310px) 3fr;
        /* grid-template-columns: 1fr; */
        grid-column-gap: 54px;
    }
    .has-sidebar #content {
        grid-area: 1/2;
    }
    .has-sidebar #sidebar {
        position: sticky;
        top: 55px;
        z-index: 2;
        background: #fff;
        box-sizing: border-box;
    }
    .admin-bar.has-sidebar #sidebar {
        top: 87px;
    }
    .container::after {
        content: "";
        clear: both;
        display: table;
    }
}
#sidebar ul {
    padding-left: 0px;
}
#sidebar li {
    list-style: none;
    margin-bottom: 20px;
}
#sidebar .widget_recent_entries ul li a {
    font-size: 16px;
    color: #1b7da9;
}
#sidebar .widget-title {
    font-size: 22px;
    font-weight: 400;
    background: #D8D8D8;
    color: #444;
    padding: 6px;
}
#sidebar .post-date {
    display: block;
    font-style: italic;
    font-size: 12px;
}

section#content.neg-side-margin {
    margin: 0 -15px;
}

/* ======
    Full view height class for top page banners 
    - Takes the top bar (and admin bar if it exists)
      into account
   ======
*/
.full-vh {
    height: calc(100vh - 100px);
}

body.admin-bar .full-vh {
    height: calc(100vh - 132px); /* The admin bar is 32px high */
}


/* ======
    Header Banner classes - START
     - Classes used by all pages that display a top banner slider/title/subtext
   ======
 */

.page-banner {
    position: relative;
}

/* Title + Subtext */
.page-banner .text-wrapper {
    position: absolute;
    top: 38px;
    left: 102px;
}

.page-banner .text-wrapper .banner-title {
    font-size: 53px;
    line-height: 60px;
    font-weight: 900;

    margin-bottom: 22px;
    color: white;

    white-space: break-spaces;
}

.page-banner .text-wrapper .banner-subtext {
    font-size: 22px;
    line-height: 1;
    font-weight: 500;
    color: white;
    white-space: break-spaces;
}

/* Slider */

.page-banner #banner-slider {
    width: 100%;
}

.page-banner #banner-slider .img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner #banner-slider .slick-arrow {
    height: 66px;
    width: 66px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    z-index: 5;
}
.page-banner #banner-slider .slick-arrow.slick-prev {
    background-image: url('assets/svg/arrow-left.svg');
    left: 137px;
    transform: translate(-100%, -50%);
}
.page-banner #banner-slider .slick-arrow.slick-next {
    background-image: url('assets/svg/arrow-right.svg');
    left: 210px;
    transform: translate(-100%, -50%);
}

 /* ======
    Header Banner classes - END
   ======
 */



/* Custom Styled Link */

.styled-link {
    color: #2D2926;
    padding-left: 70px;
    position: relative;
    transition: all 0.3ms ease-out;
}

.styled-link::after {
    content: "";
    display: flex;
    align-items: center;
    width: 62px;
    height: 1px;
    background: #2D2926;
    position: absolute;
    left: 0px;
    top: 50%;

    transition: left 0.3s ease-out,
                width 0.3s ease-out;
}

.styled-link:hover::after {
    left: 62px;
    width: 168px;
}


@media only screen and (max-width: 1280px) {
	.buy-now.styled-link {
		padding: 0 20px 0 30px;
		font-size: 17px;

	}

	.buy-now.styled-link::after {
		width: 20px;
		left: 5px;		
	}
	.buy-now.styled-link:hover::after {
		left: 20px;
		width: 145px
	}
}

/* 
END GENERAL STYLE
*/

/* START WOOCOMMERCE GENERAL STYLE */

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
    background-color: #2D2926;
    font-weight: 300;
    border-radius: 0;
    text-transform: uppercase;
    font-family: 'PF Bague Sans Pro';
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color: #595754;
}



.woocommerce #respond input#submit.alt.disabled,
.woocommerce #respond input#submit.alt.disabled:hover,
.woocommerce #respond input#submit.alt:disabled,
.woocommerce #respond input#submit.alt:disabled:hover,
.woocommerce #respond input#submit.alt:disabled[disabled],
.woocommerce #respond input#submit.alt:disabled[disabled]:hover,
.woocommerce a.button.alt.disabled,
.woocommerce a.button.alt.disabled:hover,
.woocommerce a.button.alt:disabled,
.woocommerce a.button.alt:disabled:hover,
.woocommerce a.button.alt:disabled[disabled],
.woocommerce a.button.alt:disabled[disabled]:hover,
.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover,
.woocommerce button.button.alt:disabled,
.woocommerce button.button.alt:disabled:hover,
.woocommerce button.button.alt:disabled[disabled],
.woocommerce button.button.alt:disabled[disabled]:hover,
.woocommerce input.button.alt.disabled,
.woocommerce input.button.alt.disabled:hover,
.woocommerce input.button.alt:disabled,
.woocommerce input.button.alt:disabled:hover,
.woocommerce input.button.alt:disabled[disabled],
.woocommerce input.button.alt:disabled[disabled]:hover {
     background-color:#2D2926;
     color:#fff
}

.woocommerce-checkout #content,
.woocommerce-cart #content {
   margin: 0 100px;
}

.woocommerce-cart table.cart img {
    width: 150px
}

/* Checkout Invoice fields */

.woocommerce .invoice-field {
    opacity: 1;
    max-height:60px;
    padding: 3px;
    margin-bottom: 6px;
    pointer-events: auto;
    
    transition: max-height 0.2s ease-in-out,
        opacity 0.2s ease-out  0.1s;
}
.woocommerce .invoice-field.invoice-hidden {
    opacity: 0;
    max-height:0;
    padding: 0px;
    margin-bottom: 0px;
    pointer-events: none;

    transition: max-height 0.2s ease-in-out,
        opacity 0.1s ease-out,
        padding 0.1s ease-out 0.1s,
        margin 0.1s ease-out 0.1s;
}

@media only screen and (max-width: 767px) {
    .woocommerce form .invoice-field {
        width: 100%;
        float: unset;
        box-sizing: border-box;
    }
	body.admin-bar .full-vh {
    	height: 456px;
}
}


/* END WOOCOMMERCE GENERAL STYLE */

/*
START COMMON LOOP
*/

/*.woocommerce .item-category-icon {
    position: absolute;
    padding: 5px;
    top: 0;
    left: 0;

    height: 56px;
    width: 56px;
    border: 0.2px rgba(45,41,38, 0.2) solid;
}*/

.pagination {
    margin: 30px 0;
    text-align: center;
}
.pagination a, .pagination span {
    padding: 2px 10px;
    border: 1px solid #2D2926;
    margin: 0 5px;
    color: #2D2926;
}

.page-numbers.current {
    background: #2D2926;
    cursor: default;
    color: #fff;
}
.prev.page-numbers{
    margin-right: 10px;
    border: none;
}

.next.page-numbers{
    margin-left: 10px;
    border: none;
}

.pagination ul li.active a {
    border: 1px solid;
    display: block;
    padding: 0 6.6px;
    pointer-events: none;
}
/*END COMMON LOOP*/




/*START PRODUCT LOOP*/

.woocommerce.archive.post-type-archive-product .products {
}

/* Top Links */
.product-categories-nav {
	display: flex;
    justify-content: center;
    margin-bottom: 80px;
}

.product-categories-nav .category-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 70px;
}

.product-categories-nav .category-wrap:last-child {
	margin-right: 0;
}

.product-categories-nav .category-wrap .category-title {
	color: #A5A5A5;
	color: #2D2926;
	font-size: 24px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 36px;
}

.product-categories-nav .category-wrap.active .category-title {
	color: #000;
}
/* Aside Filters */
.woocommerce .eshop-widget {
    padding: 26px 40px 50px 92px;
    background: #FAFAFA;
}

.woocommerce #sidebar .eshop-widget .widget-title {
    margin-bottom: 50px;

    background: none;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 25px;
    color: #2D2926;
}

.woocommerce .eshop-widget .filter-title {
    margin-bottom: 0;
    
    font-size: 23px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
}

.woocommerce .eshop-widget .facetwp-checkbox {
    color: #A5A5A5;
    font-size: 15px;
    font-weight: 300;
    line-height: 35px;
    text-transform: uppercase;
    background: none;
    padding: 0;

    transition: padding-left 0.2s ease-out,
        color 0.2s ease-out;
}

.woocommerce .eshop-widget .facetwp-checkbox:hover {
    color: #5A5A5A;
    border-left: 1px #CFCFCF solid;
    padding-left: 8px;
}



.woocommerce .eshop-widget .facetwp-checkbox.checked {
    font-weight: 300;
    border-left: 1px #A5A5A5 solid;
    padding-left: 8px;
}


.woocommerce .eshop-widget .facetwp-counter {
    display: none;
}

.woocommerce .eshop-widget .facetwp-facet {
    margin-bottom: 0;
}




/* Price Slider START */

.woocommerce .eshop-widget .facetwp-type-slider .noUi-handle {
   border: none;
   background: none;
   display: flex;
   justify-content: center;
   right: -12px;
   display: f;
   width: 25px;
   height: 25px;
   top: -50%;
   transform: translate(0, -50%);
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-touch-area {
   width: 10px;
   background: #2D2926;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-target {
  /* background: #A5A5A5; */
  background: #C7C7C7;
  padding: 0px 8px;
  margin: 25px 0;
  border: none;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-horizontal {
  height: 1px;
}

.woocommerce .eshop-widget .facetwp-type-slider .noUi-connect {
  background: #2d2926;
}

.woocommerce .eshop-widget .facetwp-type-slider .facetwp-slider-wrap {
  padding-bottom: 0;
}

/* Price Slider END */

@media only screen and  (max-width: 1280px) {
	.woocommerce .eshop-widget {
		padding: 26px 30px 50px 42px;
		max-width: 210px;
	}

	.has-sidebar #main-wrap > .products {
		grid-template-columns: auto 3fr;
	}


}


#category-items {
    margin-left: 0px;
    width: calc(100% + 30px);
    min-height: 33vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 85px;
}
#category-title {
    max-width: unset;
    padding-top: 50px;
    margin-left: 100px;

    font-weight: 800;
    font-size: 53px;
    line-height: 60px;
    white-space: break-spaces;
    text-transform: lowercase;
}
#category-subtext p {
    margin-left: 100px;
    font-size: 22px;
    font-weight: 500;
    max-width: unset;
    white-space: break-spaces;
}
#category-description p {
    max-width: 500px;
    margin: 0 auto;
    margin-bottom: 40px;
    
    text-align: center;
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    /* white-space: break-spaces; */
}




/* Loop */
.woocommerce ul.products {
    max-width: 1528px;
}

/* Loop Items */
.woocommerce ul.products li.product  {
    position: relative;
    padding: 0;
    max-width: 319px;
}

body.home .woocommerce ul.products li.product  {
	margin-right: 50px;
}

.woocommerce ul.products li.product::before  {
    position: absolute;
    content: "";
    top:50%;
    left: 0;
    height: 50%;
    width: 100%;
    background: #fafafa;
    z-index: -1;
}

.woocommerce ul.products li.product.last  {
    margin-right: 0px;
}

/* Item Image */
.woocommerce ul.products li.product > a img {
   margin: 0 auto 20px;
   width: 100% !important;
   color: transparent;
}

.woocommerce ul.products li.product .price {
    color: #2D2926;
    font-size: 20px;
    text-align: center;
    margin: 0;
}

.woocommerce ul.products li.product .price del {
    font-size: 14px;
    font-weight: 600;
    color: #A5A5A5

}

.woocommerce ul.products li.product .price ins {
    font-size: 20px;
    font-weight: 400;
    text-decoration: none;

}



.woocommerce ul.products li.product .woocommerce-loop-product__title {
    text-align: center;
    padding-top: 2px;
    padding-bottom: 30px;
}
.woocommerce-loop-product__title a {
    color: #2D2926;
    font-size: 14px;
    font-style: italic;
}

.bottom-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 20px 12px;
}

.bottom-items .cart-icon {
    height: 28px;
    width: 30px;
}

.buy-now {
    text-align: center;
    padding-right: 50px;
    font-size: 20px;
}

.bottom-items .yith-wcwl-add-to-wishlist,
.woocommerce ul.products li.product .bottom-items .yith-wcwl-add-to-wishlist img {
    margin: 0;
    width: 25px;
    height: 22px;

}

span.separator, a.view-wishlist {
    display: none;
}

@media only screen and (max-width: 767px) {
    .woocommerce ul.products li.product .woocommerce-loop-product__title {
        padding-bottom: 0;
        margin: 0 auto 20px !important;
        max-width: 200px;
    }
    .woocommerce-loop-product__title a {
        font-size: 15px;
        line-height: 17px;
    }

    ul.products li.product a.buy-now.styled-link {
        font-size: 25px;
        line-height: 33px;
        font-weight: 300;
        padding: 0;
    }

    ul.products li.product a.buy-now.styled-link::after {
        display: none;
    }

    ul.products li.product .bottom-items .cart-icon {
        height: 35px;
        width: 37px;
    }

    .bottom-items .yith-wcwl-add-to-wishlist,
    .woocommerce ul.products li.product .bottom-items .yith-wcwl-add-to-wishlist img{
        height: 31px;
        width: 35px;
    }

}


/*END PRODUCT LOOP*/

/*START SINGLE PRODUCT*/

/* Disable loop items */
body.single.single-product #category-items,
body.single.single-product #category-description,
body.single.single-product .product-categories-nav {
    display: none;
}


/* Top Row */

.woocommerce-page.single-product div.product div.summary {
    float: unset;
    width: unset;
    clear: unset;
}

.top-custom-product-row {
    padding-top: 160px;
    padding-bottom: 60px;

    background: #FAFAFA;
}

.top-custom-product-row > .container {
    display: grid;
    grid-template-columns: minmax(auto, 1.3fr) minmax(auto, 1.5fr) minmax(auto, 1fr);

    gap: 0px 80px;
    margin: 0 auto;
    max-width: 1480px;
    justify-content: center;
}

.top-custom-product-row .left-product-section {
    display: flex;
    flex-direction: column;
}
.top-custom-product-row .spacer {
    flex: 1 1;
}

.top-custom-product-row .brand-image-wrapper {
    height: 160px;
    width: 160px;
    margin-bottom: 20px;
}


.top-custom-product-row .product-title {
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    text-transform: lowercase;

    margin-bottom: 25px;
}
.top-custom-product-row .product-description {
    font-size: 18px;
    line-height: 22px;
    color: #A5A5A5;
}


.top-custom-product-row  .wholesale-text-wrapper {
    color: #A5A5A5;
	 color: #2D2926;
}

.top-custom-product-row  .wholesale-text-wrapper a {
    color: #2D2926;
    position: relative;
}

.top-custom-product-row  .wholesale-text-wrapper a::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -1px;
    left: 0;

    display: block;
    width: 0%;
    background-color: #2D2926;
    transition: width 0.4s ease-in-out;
}

.top-custom-product-row  .wholesale-text-wrapper:hover a::after {
    width: 100%;
}

/* Center section */

.top-custom-product-row .center-product-section .product-images {
    height: 100%;
    max-height: 650px;
}

.top-custom-product-row .center-product-section .product-images a {
    display: block;
    height: 100%;
    width: 100%;
}

.top-custom-product-row .center-product-section .product-images a img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}


/* Right Section (Prices/Variations/Add To Cart) */

/* Price */
.top-custom-product-row .right-product-section .price span.woocommerce-Price-amount {
    font-size: 56px;
    font-weight: 300;
    color: #342411;
}

/* Between Vars padding */
.top-custom-product-row .right-product-section form.cart .variations {
    margin-bottom: 0;
}
.top-custom-product-row .right-product-section form.cart .variations td.value {
    padding-bottom: 20px;
}
.top-custom-product-row .right-product-section form.cart .variations tr:last-child  td.value{
    padding-bottom: 0px;
}

/* Labels */
.top-custom-product-row .right-product-section form.cart .variations .label {
    height: 30px;
    text-align: left;
}

.top-custom-product-row .right-product-section form.cart .variations .label label {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
}

.top-custom-product-row .right-product-section form.cart .woocommerce-variation-add-to-cart div.quantity,
.top-custom-product-row .right-product-section form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    float: unset;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row  .variable-items-wrapper .variable-item,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0;
    width: 135px !important;
    height: 95px;
    border-radius: 0;
    border: 1px #2D2926 solid;
    border-right: none;
    box-shadow: none;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row  .variable-items-wrapper .variable-item:last-child,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:last-child {
    border-right: 1px #2D2926 solid;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row  .variable-items-wrapper .variable-item:hover,
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:hover {
    box-shadow: rgba(0,0,0,0.2) 0px 0px 2px 2px inset !important;
}
/*.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper .variable-item.selected {
    border: 1px #2D2926 solid;
    border-right: none;
     box-shadow: none; 
    box-shadow: #A5A5A5 0px 0px 100px 0px inset !important;
     background: #FAFAFA; 
     background: #A5A5A5; 
    color: white;
}*/

.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item.selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock).selected {
    border: 1px #2D2926 solid;
    border-right: none;
    /* box-shadow: none; */
    /* box-shadow: #A5A5A5 0px 0px 100px 0px inset !important; */
    /* background: #FAFAFA; */
    background: #2D2926;
    color: white;
    box-shadow: none;
}
.variable-item.selected .variable-item-image {
    filter: invert(1);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents::before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before {
    content: unset !important;
}

.woocommerce div.product form.cart .reset_variations {
    color: #2d2926;
}


.woo-selected-variation-item-name {
    display: none !important;
}
.added_to_cart.wc-forward {
    display: none !important;
}
/* Coffee Type labels */
/*.woo-variation-swatches.wvs-style-squared .top-custom-product-row  .variable-items-wrapper[aria-label="Τύπος καφέ"] .variable-item.selected img {
	filter: invert(1);
}*/

.woo-variation-swatches.wvs-style-squared .top-custom-product-row  .variable-items-wrapper[aria-label="Τύπος καφέ"] .variable-item img::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    
    text-transform: lowercase;
    font-weight: 300;
}


/* Coffee Weight labels */
.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper[aria-label="Γραμμάρια"] .variable-item,
.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper[aria-label="Grams"] .variable-item {
    margin-right: 0;
    width: 90px;
    height: 36px;
    border-radius: 0;
    border: 1px #2D2926 solid;
    border-right: none;
    box-shadow: none;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper[aria-label="Γραμμάρια"] .variable-item span,
.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper[aria-label="Grams"] .variable-item span {
    font-size: 14px;
    font-weight: 300;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variable-items-wrapper .variable-item:last-child {
    border-right: 1px #2D2926 solid;
}

.woo-variation-swatches.wvs-style-squared .top-custom-product-row .variations a.reset_variations {
    display: none!important;
}

/* Quantity Box */
.top-custom-product-row .right-product-section form.cart .single_variation_wrap .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: column;
}
.product_cat-sokolata form.cart,
.product_cat-chocolate form.cart {
    display: flex;
    flex-direction: column;
}
.product_cat-sokolata form.cart .single_add_to_cart_button,
.product_cat-chocolate form.cart .single_add_to_cart_button {
    margin-top: 45px;
    width: 270px;
    height: 36px;
    font-size: 24px;
    font-weight: 300;
    padding: 0;
    padding-top: 2px;
}
.top-custom-product-row .right-product-section form.cart .woocommerce-variation-add-to-cart div.quantity input {
    font-size: 14px;
    font-weight: 300;
}

.top-custom-product-row .right-product-section .quantity-label {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 6px;
}


/* Add To Cart Button */
.top-custom-product-row .right-product-section form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
    margin-top: 45px;
    width: 270px;
    height: 36px;
    font-size: 24px;
    font-weight: 300;

    padding: 0;
    padding-top: 2px;
}

/* Custom (bottom) Row  */
.custom-product-row {
    padding: 70px 0;

    background: #2D2926;
    color: #A5A5A5;

    position: relative;
}

.custom-product-row .container {
	width: 100%;
	max-width: 1480px;

    display: grid;
    grid-template-columns: 0.85fr 1px 1.4fr 1px 1fr;
    gap: 0px 40px;
}

.custom-product-row nav.woocommerce-breadcrumb {
    position: absolute;
    top: 5px;
    left: 80px;
}
.custom-product-row nav.woocommerce-breadcrumb, 
.custom-product-row nav.woocommerce-breadcrumb a {
    font-style: italic;
    font-size: 15px;
    font-weight: 300;
    color: #A5A5A5;
    text-transform: lowercase;
}

.custom-product-row h4 {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;

}

.custom-product-row h6 {
    color: white;
    font-weight: 500;
    font-size: 15px;
}

.custom-product-row  .divider {
    background: #A5A5A5;
}

.custom-product-row .title {
    color: white;
    text-transform: uppercase;
    margin-bottom: 0;
}

/* Custom Fields */

.custom-product-row #custom_fields_section.row-section {
    display: flex;
    flex-direction: column;
}

.custom-product-row .text-field {
    margin-bottom: 20px;
    font-size: 18px;
    white-space: break-spaces;
}

.custom-product-row .spacer {
    flex: 1 0 50px;
}

/* Instructions */

.custom-product-row #instructions_section {
	display: flex;
	flex-direction: column;
}


#instructions_section .small-title.second-title {
    margin-top: 30px;
}

.custom-product-row .instructions-wrapper .steps-images-container {
    display: flex;
    justify-content: flex-start;
    padding-left: 10px;
    padding-top: 30px;
}

.custom-product-row .instructions-wrapper .steps-images-container .step-img-wrap {
   display: flex;
   flex-direction: column;
   align-items: center; 
   margin-right: 60px;
}

.custom-product-row .instructions-wrapper .steps-images-container .step-img-wrap:last-child {
    margin-right: 0;
}

.custom-product-row .instructions-wrapper .steps-images-container .step-img-wrap .step-count {
    font-size: 25px;
    font-weight: 300;
    color: #FFD420;
    margin-bottom: 10px;
}
.custom-product-row.poem.espresso .instructions-wrapper .steps-images-container .step-img-wrap .step-count,
.custom-product-row.poem-en.espresso-en .instructions-wrapper .steps-images-container .step-img-wrap .step-count,
.custom-product-row.poem.filtrou .instructions-wrapper .steps-images-container .step-img-wrap .step-count,
.custom-product-row.poem-en.filter .instructions-wrapper .steps-images-container .step-img-wrap .step-count {
    color: #DED5BF;
}



.custom-product-row .instructions-wrapper ol {
	margin-top: 30px;
	padding-inline-start: 20px;
}
.custom-product-row .instructions-wrapper li.step-text {
	margin-bottom: 6px;
}

.custom-product-row p.video-link-p {
    margin: 0;
    font-size: 31px;
    color: white;
    white-space: break-spaces;
}

.custom-product-row p.video-link-p.on-left-side {
    font-size: 20px;
    flex: 1 1;
}

.custom-product-row a.link-emphasis {
    color: #FFD420;
    text-transform: uppercase;
    font-weight: 500;
    position: relative;
}
.custom-product-row.poem.espresso a.link-emphasis,
.custom-product-row.poem-en.espresso-en a.link-emphasis,
.custom-product-row.poem.filtrou a.link-emphasis,
.custom-product-row.poem-en.filter a.link-emphasis {
    color: #DED5BF
}


.custom-product-row a.link-emphasis::after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: -1px;

    display: block;
    width: 0%;
    background-color: #ffd420;
    transition: width 0.4s ease-in-out;
}
.custom-product-row.poem-en a.link-emphasis::after {
    right: 0 !important;
}

.custom-product-row.poem.espresso a.link-emphasis::after,
.custom-product-row.poem-en.espresso-en a.link-emphasis::after,
.custom-product-row.poem.filtrou a.link-emphasis::after,
.custom-product-row.poem-en.filter a.link-emphasis::after {
    background-color: #DED5BF;
}

.custom-product-row a.link-emphasis:hover::after {
    width: 100%;
}


/* Roast Type */
@media (min-width: 768px) {
    .custom-product-row #extra_details_section {
    	padding-left: 10px;
    }   
}

.custom-product-row #extra_details_section .roast-types {
    display: flex;
    /*justify-content: space-around;*/
    max-width: 290px;

    margin-bottom: 37px;
}
.custom-product-row #extra_details_section .roast-types .roast-type:not(.active) {
    display: none !important;
}
.custom-product-row #extra_details_section .roast-types .roast-type {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.custom-product-row #extra_details_section .roast-type .roast-title {
    opacity: 0.8;
}
.custom-product-row #extra_details_section .roast-type.active .roast-title {
	opacity: 1;
}

.custom-product-row #extra_details_section .roast-type .roast-img-wrapper {
    width: 75px;
    height: 100px;
    opacity: 0;
    filter: grayscale(0.8);
}

.custom-product-row #extra_details_section .roast-type.active .roast-img-wrapper{
    opacity: 1;
    filter: none;
}


.custom-product-row #extra_details_section .roast-type .roast-img-wrapper img {
    object-fit: contain;
}

/* Nutr Values */

.custom-product-row .nutritional-values .title {
    font-size: 14px;
    font-weight: 500;
    padding: 15px 0;
    border: 1px #A5A5A5 solid;
    border-left: none;
}


.custom-product-row .nutritional-values .title.nutr-per,
.custom-product-row .nutritional-values .nutr-text.nutr-value {
    border-right: none;
    padding-left: 15px;
}

.custom-product-row .nutritional-values .nutr-text.nutr-name {
    border-right: 1px #A5A5A5 solid;
}



.custom-product-row .nutritional-values {
  display: grid;
  grid-template-columns: 1fr 1fr;
}


.custom-product-row .nutritional-values .nutr-text:nth-child(3),
.custom-product-row .nutritional-values .nutr-text:nth-child(4) {
    padding-top: 15px;
}
.custom-product-row .nutritional-values .nutr-text {
    padding: 3px 0;
}

/* Advanced Taste Profile */

.adv-taste-profile {
    display: flex;
    flex-direction: column;
    max-width: 180px;
    padding-top: 5px;
}

.adv-taste-profile .type {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 7px;
}
.adv-taste-profile .range {
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    width: 90px;
    /*justify-content: center;*/
}

.adv-taste-profile .range {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*.adv-taste-profile .range .bean_svg {
    background-image: url('assets/svg/coffee_bean.svg');
    background-size: contain;
    background-repeat: no-repeat;
    
    height: 18px;
    width: 18px;
    filter: grayscale(1) contrast(10) brightness(10) invert(1);
}*/

.adv-taste-profile .range .bean_svg {
    background-image: url('assets/svg/coffee_bean.svg');
    background-size: 18px 18px;
    background-repeat: repeat-x;
    height: 18px;
    width: 100%;
    filter: grayscale(1) contrast(10) brightness(10) invert(1);
    position: absolute;
}

.adv-taste-profile .range .bean_svg.empty_bean {
    opacity: 0.3;
}

.woocommerce .product .summary .woocommerce-variation-price .woocommerce-Price-amount.amount {
    display: none;
}



/* Related Products */
.related.products h2 {
	font-size: 50px;
	text-align: center;
	text-transform: lowercase;
	font-weight: 300;

	margin-top: 50px;
	margin-bottom: 23px;
}

.related.products .subtext {
	margin: auto;
	margin-bottom: 60px;
	
	max-width: 650px;

	font-size: 18px;
	line-height: 22px;
	text-align: center;
	color: #A5A5A5;
}

.related.products ul.products {
	margin: auto;
}

.product.type-product .related.products .item-category-icon {
    display: none;
}

@media only screen and (max-width: 1479px) {
	body.single.single-product .top-custom-product-row,
	body.single.single-product .custom-product-row,
	body.single.single-product .related-products
	 {
		padding-left: 20px;	
		padding-right: 20px;	
	}
}

/*END SINGLE PRODUCT*/


/*START SINGLE BLOG POST */

.single-post article.post {
    margin: 0 -15px;
    padding-top: 70px;
    position: relative;
}

.single-post article.post::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1118px;
    background: #FAFAFA;
    z-index: -1;
}
.single-post article.post .container {
    max-width: 1682px;
    margin: auto;
    padding: 0 20px;
}

/* Header */
.single-post article.post header.container {
    margin-bottom: 35px;
    position: relative;
    
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

}

.single-post article.post header .date {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);

    display: flex;
    align-items: center;
}
.single-post article.post header .date::before {
    content: "";
    
    display: inline-block;
    width: 250px;
    height: 1px;
    margin-right: 18px;
    
    background: #A5A5A5;
}
.single-post article.post header .blog-title {
    margin-bottom: 0px;
    text-transform: lowercase;
}

/* Summary */

.single-post article.post .summary,
.single-post article.post .summary .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-post article.post .summary .blog-p-wrapper {
    margin-bottom: 60px;
    max-width: 1100px;
    font-size: 22px;
    text-align: center;
    color: #A5A5A5;
	color: #2D2926;
}
.single-post article.post .summary .blog-p-wrapper.smaller {
    font-size: 18px;
}

.single-post article.post .summary .bottom-section .blog-p-wrapper.smaller {
    color: #A5A5A5;
}

.single-post article.post .summary .blog-img-pos-1-wrapper {
    margin-bottom: 30px;
}

.single-post article.post .summary .blog-double-img-wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    width: 100%;
}

.single-post article.post .summary .blog-double-img-wrapper img {
    flex: 1 1;
    width: 100%;
    object-fit: cover;
}
.single-post article.post .summary .blog-double-img-wrapper .spacer {
    width: 35px;
}

.single-post article.post .summary .bottom-section {
    padding: 140px 0 40px;
    width: 100%;
    
    display: flex;
    flex-direction: column;
    align-items: center;

    background: #2D2926;
    color: white;
}


.single-post article.post .summary .bottom-section .blog-img-pos-4-wrapper {
    margin-bottom: 45px;
}

.single-post article.post .summary .bottom-section .social-wrapper {
    width: 100%;
    padding-top: 27px;
    border-top: 1px white solid;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.single-post article.post .summary .bottom-section .social-title {
    margin-bottom: 20px;
    font-size: 20px;
}

.single-post article.post .summary .bottom-section .social-icons-row {
    display: flex;
    justify-content: center;
}

.single-post article.post .summary .bottom-section .social-icons-row a {
    margin-right: 15px;
    height: 36px;
    width: 36px;
}
.single-post article.post .summary .bottom-section .social-icons-row a:last-child {
    margin-right: 0;
}
.single-post article.post .summary .bottom-section .social-icons-row a:hover {
    opacity: 0.8;
    filter: drop-shadow(1px 1px 3px #000 );
}


/* END SINGLE BLOG POST */


/* START BLOG POST LOOP */


@media (min-width: 768px){
    .post-loop,
    #the-company  .post-loop,
    body.blog #content .post-loop {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
        gap: 0px 60px;
        grid-template-areas:
            "blog-pos-1 blog-pos-1"
            "blog-pos-2 blog-pos-2"
            "blog-pos-3 blog-pos-4"
            "blog-pos-5 blog-pos-5"
            "blog-pos-6 blog-pos-6";
        overflow: hidden;
        z-index: 0;
        position: relative;
    }
}


/* Background Design color */
.post-loop::before.
body.blog #content .post-loop::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    
    height: 100%;
    width: 100%;
    max-width: 1712px;

    background: #FAFAFA;
    z-index: -2;

}

/* Area Assignment */
.post-loop .custom-post:nth-child(1) { grid-area: blog-pos-1; }
.post-loop .custom-post:nth-child(2) { grid-area: blog-pos-2; }
.post-loop .custom-post:nth-child(3) { grid-area: blog-pos-3; }
.post-loop .custom-post:nth-child(4) { grid-area: blog-pos-4; }
.post-loop .custom-post:nth-child(5) { grid-area: blog-pos-5; }
.post-loop .custom-post:nth-child(6) { grid-area: blog-pos-6; }

/* Rest of CSS Rules */


/* 1st and 4th Row Items */
.post-loop .custom-post:nth-child(1), 
.post-loop .custom-post:nth-child(5) {
    max-width: 1700px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 80px auto 80px 0;
}

/* 2nd and 5th Row Items */
.post-loop .custom-post:nth-child(2),
.post-loop .custom-post:nth-child(6){
    max-width: 1700px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap-reverse;
    margin: 0 0 135px auto;
}

/* 3rd Row Items */
.post-loop .custom-post:nth-child(3),
.post-loop .custom-post:nth-child(4){
    display: flex;
    flex-direction: column;
    max-width: 756px;
    padding: 130px 0 80px;
}
.post-loop .custom-post:nth-child(3) {
    justify-self: end;
    position: relative;
}
.post-loop .custom-post:nth-child(4) {
    justify-self: start;
}

/* 3rd Row Background */
.post-loop .custom-post:nth-child(3)::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: -100%;
    width: 200vw;
    height: 100%;
    background: #2D2926;
    z-index: -1;
}

/* 3rd Row Titles and Texts */
.post-loop .custom-post:nth-child(3) .post-loop-details,
.post-loop .custom-post:nth-child(4) .post-loop-details {
    max-width: 580px;
}
.post-loop .custom-post:nth-child(3) .post-loop-details a,
.post-loop .custom-post:nth-child(4) .post-loop-details a {
    color: white;
	background:#2D2926;
}
.post-loop .custom-post:nth-child(3) .post-loop-details a::after,
.post-loop .custom-post:nth-child(4) .post-loop-details a::after {
    background-color: white;
}
.post-loop .custom-post:nth-child(3) .post-loop-details h2,
.post-loop .custom-post:nth-child(4) .post-loop-details h2 {
    color: white;
	background:#2D2926;
    margin: 20px 0;
}
#history-section {
    margin-bottom: 0;
}

/* Image Size */
.post-loop .custom-post .post-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.post-loop .custom-post:nth-child(1) .post-img-wrap, 
.post-loop .custom-post:nth-child(2) .post-img-wrap,
.post-loop .custom-post:nth-child(5) .post-img-wrap,
.post-loop .custom-post:nth-child(6) .post-img-wrap {
    height: 880px;
    flex: 1 1 930px;
    width: 930px;
    max-width: 930px;
}
.post-loop .custom-post:nth-child(3) .post-img-wrap,
.post-loop .custom-post:nth-child(4) .post-img-wrap {
    height: 720px;
}

/* Post Details */
.post-loop .custom-post:nth-child(1) .post-loop-details, 
.post-loop .custom-post:nth-child(2) .post-loop-details,
.post-loop .custom-post:nth-child(5) .post-loop-details,
.post-loop .custom-post:nth-child(6) .post-loop-details {
    flex: 1 1;
    padding-top: 170px;
    max-width: 570px;
}

.post-loop .custom-post:nth-child(1) .post-loop-details, 
.post-loop .custom-post:nth-child(5) .post-loop-details {
    padding-left: 90px;
}

.post-loop .custom-post:nth-child(2) .post-loop-details, 
.post-loop .custom-post:nth-child(6) .post-loop-details {
    padding-right: 100px;
}

/* General Styles */
.post-loop .custom-post .post-loop-details {
    display: flex;
    flex-direction: column;
}

.post-loop .custom-post .post-loop-details h2 {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    text-transform: lowercase;
}

.post-loop .custom-post .post-loop-details .excerpt {
    font-size: 18px;
    line-height: 22px;
    color: #A5A5A5;
	color: #2D2926;
}

.post-loop .custom-post .post-loop-details a.styled-link {
    margin-top: 60px;
    align-self: flex-end;
}

/* Dates */
.post-loop .custom-post .post-loop-details {
    position: relative;
}

.post-loop .custom-post .post-loop-details .post-date-wrapper {
    position: absolute;
    top: -24px;
    left: 0;
    padding: inherit;
    font-size: 20px;

    display: flex;
    align-items: center;
}

.post-loop .custom-post .post-loop-details .post-date-wrapper .design-line {
    display: block;
    background: #A5A5A5;
    height: 1px;

    flex: 1 1;
}

.post-loop .custom-post:nth-child(1) .post-loop-details .post-date-wrapper,
.post-loop .custom-post:nth-child(5) .post-loop-details .post-date-wrapper {
    flex-direction: row-reverse;
    left: -272px;
}
.post-loop .custom-post:nth-child(1) .post-loop-details .post-date-wrapper .design-line,
.post-loop .custom-post:nth-child(5) .post-loop-details .post-date-wrapper .design-line {
    width: 254px;
    margin-right: 18px;
}
.post-loop .custom-post:nth-child(2) .post-loop-details .post-date-wrapper .design-line,
.post-loop .custom-post:nth-child(6) .post-loop-details .post-date-wrapper .design-line {
    width: 711px;
    margin-left: 18px;
}
.post-loop .custom-post:nth-child(3) .post-loop-details .post-date-wrapper .design-line,
.post-loop .custom-post:nth-child(4) .post-loop-details .post-date-wrapper .design-line {
    width: 254px;
    margin-left: 60px;
    background: white;
}



/* Reset to static so on these posts the date is relative to the article*/
.post-loop .custom-post:nth-child(3) .post-loop-details,
.post-loop .custom-post:nth-child(4) .post-loop-details {
    position: static;
}
.post-loop .custom-post:nth-child(3), 
.post-loop .custom-post:nth-child(4) {
    position: relative;
}
.post-loop .custom-post:nth-child(3) .post-loop-details .post-date-wrapper,
.post-loop .custom-post:nth-child(4) .post-loop-details .post-date-wrapper {
    color: white;
	background:#2D2926;
    top: 90px;
}



/* END BLOG POST LOOP */

/* START THE COMPANY PAGE */

/* Most of the css rules is already implemented and used from other pages
    Rules Used from other pages:
        - The top banner (.page-banner)
        - The article grid (#post-loop) from blog post loop
*/
#the-company .post-loop {
    margin-bottom: 65px;
}

#the-company .post-loop-details .section-title {
    white-space: break-spaces;
    text-transform: lowercase;
}

#the-company .post-loop-details .post-date-wrapper {
    top: -30px;
}

#the-company #history-section .section-title {
    margin-bottom: 30px;
}

#the-company #history-section .post-loop-details {
    max-width: unset;
}

#the-company #history_2-section .post-loop-details {
    max-width: unset;
}



#the-company .history-point {
    display: flex;
    align-self: flex-start;
    
    max-width: unset;
    margin-bottom: 60px;
    
    white-space: break-spaces;
}

#the-company .history-point:last-child {
    margin-bottom: 0px;
}

#the-company .history-point .date {
    margin-right: 30px;
    
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    color: #2D2926;
}

#the-company .history-point .text {
    max-width: 570px;
    
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #A5A5A5;
	color: #2D2926;
}

#the-company #mission-section .excerpt,
#the-company #vision-section .excerpt {
    color: white;
	background:#2D2926;
}

/* Certifications Row */

#the-company #certificates-section {
    display: flex;
    flex-direction: column;
    align-items: center;

    margin-bottom: 90px;
}

#the-company #certificates-section .section-title {
    text-align: center;
    white-space: break-spaces;
    font-size: 42px;
    font-weight: 500;
    line-height: 45px;
    color: #2D2926;
    text-transform: lowercase;
    margin-bottom: 20px;
}
#the-company #certificates-section .excerpt {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    white-space: break-spaces;
    text-align: center;
    color: #A5A5A5;

    max-width: 655px;
}


#the-company #certificates-section .certificates-showcase {
    display: flex;
    width: 100%;
    max-width: 625px;
    margin-top: 60px;
}

#the-company #certificates-section .certificates-showcase .section-name {
    font-size: 20px;
    font-weight: 400;
    white-space: break-spaces;
    text-align: center;
    color: #2D2926;
    text-transform: lowercase;

    /* To align with first ISO cert */
    height: 60px;
    line-height: 60px;
}
#the-company #certificates-section .certificates-showcase .design-line-wrapper {
    flex: 1 1;
    display: flex;
    align-items: center;
    padding: 0 30px;
    
    height: 61px;
}

#the-company #certificates-section .certificates-showcase .design-line {
    height: 0px;
    display: block;
    border: 1px #A5A5A5 solid;
    width: 100%;

    opacity: 0.8;
}

#the-company #certificates-section .certificates-showcase .certificate {
    display: flex;
    align-items: center;
    margin-bottom: 22px;
}
#the-company #certificates-section .certificates-showcase .certificate:last-child {
    margin-bottom: 0;
}
#the-company #certificates-section .certificates-showcase .certificate .cert-name {
    margin-left: 18px;
    font-size: 21px;
    line-height: 25px;
    font-weight: 300;
}

/* Kafekopteio Row */

#the-company #kafekoptio-section #the-company-slider,
#the-company #kafekoptio-section #the-company-slider .slick-list,
#the-company #kafekoptio-section #the-company-slider .slick-list .slick-track {
    height: 100%;

}

#the-company #the-company-slider .slick-arrow {
    height: 66px;
    width: 66px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    bottom: 77px;
    z-index: 5;
}

#the-company #the-company-slider .slick-arrow.slick-prev {
    background-image: url('assets/svg/arrow-left.svg');
    right: -165px;
    transform: translate(-100%, -50%);
}
#the-company #the-company-slider .slick-arrow.slick-next {
    background-image: url('assets/svg/arrow-right.svg');
    right: -237px;
    transform: translate(-100%, -50%);
}

#the-company #bottom-post-loop {
    margin-bottom: 30px;
}

#the-company #bottom-post-loop #kafekoptio-section {
    margin-bottom: 0;
}


/* END THE COMPANY PAGE */

/* START COFFEES PAGE */

#coffees-page .sections {
    margin: 80px 90px 35px;
}
#coffees-page .coffee-section {
    display: flex;
    flex-direction: row;
    margin-bottom: 50px;
}
/* Reverse every other row */
#coffees-page .coffee-section:nth-child(2n) {
    flex-direction: row-reverse;
}

#coffees-page .coffee-section:last-child {
    margin-bottom: 0;
}


/* Add Margin Between images and text */
@media (min-width: 768px) {  
    #coffees-page .coffee-section > div:nth-child(1) {
        margin-right: 70px;
    }
    #coffees-page .coffee-section > div:nth-child(2) {
        margin-right: 0px;
    }
    #coffees-page .coffee-section:nth-child(2n) > div:nth-child(1) {
        margin-right: 0px;
    }
    #coffees-page .coffee-section:nth-child(2n) > div:nth-child(2) {
        margin-right: 70px;
    }
}



#coffees-page .coffee-section .section-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-top: 90px;

    max-width: 425px;

}
#coffees-page .coffee-section .section-title {
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    white-space: break-spaces;
    color: #000000;
    margin-bottom: 32px;

}
#coffees-page .coffee-section .section-text {
    font-size: 18px;
    line-height: 22px;
    color: #A5A5A5;
	color: #2D2926;
    margin-bottom: 25px;
    white-space: break-spaces;
    max-width: 355px;
}
#coffees-page .coffee-section .styled-link {
    font-size: 20px;
    font-weight: 300;
}
#coffees-page .coffee-section .section-image {
    flex: 1 0;
    width: 1200px;
    height: 800px;
}

#coffees-page .coffee-section .section-image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/* END COFFEES PAGE */

/* START HORECA PAGE */

#horeca .sections {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#horeca section {
    min-height: 1050px;
    overflow: hidden;
    background: #2D2926;

}

/* Banner Sections */

.banner-section {
    position: relative;
}
.banner-section .background-img {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.banner-section .background-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.banner-section .title {
    position: relative;
    margin-left: 170px;
    margin-top: 100px;
    margin-right: 40px;
    
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    color: white;

}

.banner-section .subtitle {
    position: relative;
    margin-left: 170px;
    color: white;
}

#rest_equip.banner-section .title,
#rest_equip.banner-section .subtitle {
    color: #2D2926;
}


/* Sections */

#horeca .showcase-section {
    position: relative;
    padding: 100px 0 70px;
    min-height: calc(1050px - 170px);
}

#horeca .showcase-section.light-bg {
    background: #F6F3EB;
}


.showcase-section .container {
    max-width: 570px;

    display: flex;
    flex-direction: column;
}

.showcase-section .title {
    margin-bottom: 30px;
    
    font-size: 50px;
    font-weight: 300;
    line-height: 1;
    text-transform: lowercase;
}

.showcase-section.dark-bg .title,
.showcase-section.dark-bg .subtitle,
.showcase-section.dark-bg .showcase-item .name {
    color: white;
}

.showcase-section.dark-bg .showcase-item .description {
    color: #A5A5A5;
}

.showcase-section .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
}

/* Divider */

.showcase-section.with-divider::after {
    display: block;
    content: "";
    position: absolute;

    padding: 100px 0 0;

    height: 80%;
    width: 1px;
    right: 0;
    top: 0%;

    background: white;
    background-clip: content-box;


}

/* Showcase Items */
.showcase-item.slick-slide {
    /* height: 640px; */
    width: 250px;
    margin:  0 20px 30px;
    display: flex;
    flex-direction: column;
}

.showcase-item .image {
    height: 300px;
    margin-bottom: 20px;
}


/* 880 * 520 */
.showcase-item .image img {
    object-fit: contain;
    height: 100%
}

.showcase-item .name {
    font-weight: 600;
    margin-bottom: 20px;
}

.showcase-item .description {
    font-size: 16px;
    line-height: 21px;
    color: #A5A5A5;
    white-space: break-spaces;

    display: block;
    display: -moz-box;
    display: -webkit-inline-box;
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: calc(21px * 8);
}

#horeca .active .showcase-item .description {
    display: block;
    height: auto;
}

#horeca  .showcase-item.active .description {
    display: block;
    height: auto;
}

.light-bg .showcase-item .description {
    color: #5D5A56;
}

/* Plus Icon */
.showcase-section .plus-icon {
    margin: 0 auto;
    align-self: center;
}

.showcase-section .showcase-item .plus-icon {
    margin-top: 30px;
}

.showcase-section.dark-bg .plus-icon {
    filter: grayscale(1) invert(1);
}

#horeca .plus-icon #Path_916,
#homepage .plus-icon #Path_a_916 {
    transform: translate(29%, 49%) rotate(-90deg);
    transition: transform 0.3s ease-out;
}

#horeca .active .plus-icon #Path_916,
#homepage .active .plus-icon #Path_a_916 {
    transform: translate(49%, 29%) rotate(0deg);
}


/* Slider Arrows */

.section-slider .slick-arrow {
    height: 66px;
    width: 66px;
    background-size: contain;
    cursor: pointer;
    position: absolute;
    bottom: 50%;
    
    z-index: 5;
}

.section-slider .slick-arrow.slick-prev {
    background-image: url('assets/svg/arrow-left.svg');
    transform: translate(-50%, -50%);
    left: -50px;
}
.dark-bg .section-slider .slick-arrow.slick-prev {
    background-image: url('assets/svg/arrow-left-white.svg');
}

.section-slider .slick-arrow.slick-next {
    background-image: url('assets/svg/arrow-right.svg');
    transform: translate(-50%, -50%);
    right: -100px;
}
.dark-bg .section-slider .slick-arrow.slick-next {
    background-image: url('assets/svg/arrow-right-white.svg');
}



/* Logos row */

#horeca .logos-row .container {
    max-width: unset;
    margin: 80px 0;
}

#horeca .logos-row  {
    border-bottom: 1px #ddd solid;
}

#horeca .logos-row .logo-img-wrapper {
    height: 120px;
    /* width: 250px; */
    padding: 0px 60px;
}

#horeca .logos-row .logo-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center center;
}



@media only screen and (max-width: 767px) {
    #horeca .sections {
        grid-template-columns: 1fr;
    }

    .sections .container{
        padding: 50px 36px;
    }



    #horeca .logos-row .container {
        margin: 40px 0;
    }
    #horeca .logos-row .logo-img-wrapper {
        height: 160px;
        padding: 0px 15px;
    }

    #horeca .logos-row .logo-img-wrapper img {
    }
}




/* END HORECA PAGE */


/* START MY ACCOUNT PAGE*/
.woocommerce-account .woocommerce::after, .woocommerce-account .woocommerce::before {
    content: unset;
}
.woocommerce-account .woocommerce {
    display: flex;
    flex-direction: column;
    /*margin-top: 35px;
    margin-bottom: 35px;*/
}
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}
.woocommerce-MyAccount-navigation ul li a {
    padding: 5px 15px;
    background: #f4f4f4;
    display: inline-block;
    border-bottom: none;
    text-decoration: none;
    transition: all 150ms ease-in-out;
    color: #2D2926;
}
.woocommerce-MyAccount-navigation ul li:hover a {
    color: #000;
}
.woocommerce-MyAccount-navigation ul li.is-active a {
    font-weight: 800;
    color: #000;
}
.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: auto;
}
.woocommerce-account .woocommerce-MyAccount-content {
    background-color: #fff;
    padding: 50px;
    border: 1px solid #dfdfdf;
    border-top: 3px solid #2D2926;
}
.woocommerce-info {
    border-top-color: #2D2926;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background: #fff;
}
/*END MY ACCOUNT PAGE*/


@media (min-width: 768px) {
    body.woocommerce-wishlist #main-wrap > #content {
        margin-left: 100px;
        margin-right: 100px;
    }
}
.woocommerce .wishlist-title h2{text-transform: lowercase;}
/*START CART PAGE*/

.woocommerce table.shop_table td a {
    font-size: 14px;
    color: #000;
}
/*END CART PAGE*/
/*START CHECKOUT PAGE */
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #000;
    color: #fff;
}
.checkout #customer_details .col-1, .checkout #customer_details .col-2 {
    width: 100%;
}

.checkout.woocommerce-checkout {
    display: flex;
    position: relative !important;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    position: absolute;
    bottom: 0;
    right: 0;
}
#customer_details{
    padding-right: 10px;
    box-sizing: border-box;
}
#order_review{
    padding-left: 10px;
    box-sizing: border-box;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
}
.select2-container .select2-selection--single {
    height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

.woocommerce-checkout .cart-subtotal,.woocommerce-checkout .product-total,.woocommerce-checkout .product-name,.woocommerce-checkout .order-total,.select2-results__option, .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;

}
.woocommerce table.shop_table,
.woocommerce-checkout #payment,
.woocommerce form.checkout_coupon {
    background: #fff;
    border-radius: 0;
    border: none !important;
    /*border: 1px solid #aaa;*/
}
.woocommerce table.shop_table {
    margin: 0 !important;
}








.woocommerce-billing-fields__field-wrapper {
    background: #fff;
    padding: 12px;
    border: 1px solid #aaa;
    box-sizing: border-box;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    color: #000;
}
/*END CHECKOUT PAGE*/



/* START BLOG ARCHIVE */
/* From page-archive.php */




/* END BLOG ARCHIVE */



/* Generic Pages */

.generic-page .container {
    padding: 0 36px;
}

.generic-page .page-title {
    text-align: center;
    font-size: 50px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    line-height: 1;

}

.generic-page .page-title {
    margin-top: 80px;
    margin-bottom: 50px;
    
    font-size: 50px;
    text-align: center;
}


.generic-page .text-wrapper {
    margin-bottom: 70px;
}

.generic-page h3 {
    margin-top: 20px;
    font-weight: 500;

}

.generic-page .text-wrapper p {
    line-height: 1.5;
}


/* START HEADER */

#top-header #brand img.logo-svg {
    width: 305px;
    /*height: 31px;*/
    /*object-fit: contain;*/
}

#top-header nav a {
    text-transform: lowercase;
}
#left-header-menu nav ul,
#right-header-menu nav {
    display: flex;
    align-items: center;
}


.homepage-link {
    /*background-image: url('https://www.archontakis.com/wp-content/uploads/2021/05/home-icon.svg');*/
    background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/Icon-home-mobmenu.png');
    /*width: 20px;*/
    width: 22px;
    height: 25px;
    /*height: 20px;*/
}
#menu-mobile-menu .onlyformobile,
#menu-mobile-menu-english .onlyformobile {
    background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/Icon-home-mobmenu.png');
    width: 25px;
    height: 30px;
}
.homepage-link,
#menu-mobile-menu .onlyformobile,
#menu-mobile-menu-english .onlyformobile {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100%;
}

#left-header-menu .homepage-link a,
#mobilemenu #menu-mobile-menu .onlyformobile a,
#mobilemenu #menu-mobile-menu-english .onlyformobile a {
    padding: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
}

#menu-mobile-menu .onlyformobile,
#menu-mobile-menu-english .onlyformobile {
    margin: 0 auto 10px;
}

/* Text links */
#right-header-menu nav ul.menu {
    margin-right: 26px;
}
#right-header-menu nav ul.menu li {
    margin-right: 2px;
}
#right-header-menu nav ul.menu li:last-child {
    margin-right: 0;
}

/* Icon Links */
#right-header-menu nav .navigation-icons .nav-icon {
    margin-right: 20px;/*25px*/
}
#right-header-menu nav .navigation-icons .nav-icon.last {
    margin-right: 0px;
}

.account-popup {
    display: none;
    position: absolute;

    margin: 0;
    margin-top: 15px;
    padding: 30px 50px;
    box-sizing: border-box;

	width: 260px;
    top: unset;
    bottom: 0px;
    left: unset;
    right: 0;

    z-index: 9999;
    background: white;
	box-shadow: 0 8px 28px -5px rgba(0, 0, 0, 0.26);

    transform: translateY(100%);
}

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


.account-popup .styled-link::after {
  width: 42px;
}

.account-popup .styled-link {
  padding-left: 50px;
  line-height: 1;
  margin-bottom: 20px;
}

.account-popup .styled-link:hover::after {
  width: 140px;
  left: 35px;
}

.account-popup li:last-child .styled-link {
  margin-bottom: 0px;
}






/* END HEADER */

/* 
START FOOTER
*/
#Footer {
}
.menu-is-active #Footer {
    opacity: 0.3;
}
#Footer > .container {
    display: flex;
    padding: 50px 25px;
    justify-content: space-between;
}
@media (min-width: 768px){
    #Footer .container > div {
        margin-right: 40px;
    }
    #footer-sidebar1 {
        max-width: 500px;
    }
}

#Footer .menu {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#Footer .menu li{margin-bottom: 5px;}
#Footer .menu a{padding: 4px 5px;}
#Footer .footer-social .menu a {
    font-weight: 400;
}
#Footer .widget-title {
    margin-bottom: 25px;
    font-size: 22px;
}
#Footer ul.menu li{display: block;margin:0;}
#Footer, #Footer a, #Footer h5 {
    color: #2D2926;
}
#Footer a {
    font-size: 14px;
    display: inline-block;
}
#Footer .svg-link {
    margin-right: 15px;
}
#Footer .svg-icon path, #Footer .svg-icon circle {
    fill: #2D2926;
}
#Footer a:hover {
    color: #000;
}


/* Footer Inner */

#inner-footer {
    width: 100%;
}
#inner-footer .footer-newsletter,
#inner-footer .footer-social,
#inner-footer .footer-links {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* NewsLetter */

#inner-footer .footer-newsletter {
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FAFAFA;
}

    
#inner-footer .footer-newsletter .newsletter-title {
    margin-bottom: 10px;

    font-size: 50px;
    font-weight: 400;
    text-transform: lowercase;
    text-align: center;
}
#inner-footer .footer-newsletter .newsletter-subtext {
    margin-bottom: 30px;
    
    color: #A5A5A5;

    font-size: 18px;
    white-space: break-spaces;
    text-align: center;
    text-transform: lowercase;
}


#inner-footer .newsletter-form-wrapper .mailpoet_form form {
    display: flex;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input {
    height: 50px;
    width: 100%;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form {
    display: flex;
    width: 700px;
    padding-left: 60px;
    flex-direction: column;
    align-items: center;
}
#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph {
    /* width: 63%; */
    width: 100%;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph.last {
    width: 27%;
    margin: 0;

    color: #2D2926;
    padding-left: 70px;
    position: relative;
    transition: all 0.3ms ease-out;

    background: none;
    border: none;
    width: auto;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph.last input {
    text-transform: lowercase;
    background: none;
    border: none;
    width: auto;
    color: #2D2926;
}



#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph.last::after {
    content: "";
    display: flex;
    align-items: center;
    width: 62px;
    height: 1px;
    background: #2D2926;
    position: absolute;
    left: 0px;
    top: 50%;
    transition: left 0.3s ease-out, width 0.3s ease-out;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph.last:hover::after {
    left: 62px;
    width: 168px;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"],
#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"]::placeholder {
    padding-left: 30px!important;
    font-size: 24px;
    font-weight: 400;
    color: #A5A5A5;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"]::placeholder {
    font-style: italic;
}

#inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="submit"] {
    font-size: 24px;
    font-weight: 400;
}


/* Logo + Social */

#inner-footer .footer-social {
    margin-top: 50px;
}
#inner-footer .footer-social .logo-wrapper img {
    width: 220px;
    object-fit: contain;
}

#inner-footer .footer-social .social-icons-row {
    margin-top: 23px;
    display: flex;
    width: 177px;
    justify-content: space-between;
    
}

#inner-footer .footer-social .social-icons-row .social-icon {
    transition: opacity 0.15s ease-out;
}

#inner-footer .footer-social .social-icons-row .social-icon:hover {
    opacity: 0.7;
}

/* Links */
#inner-footer .footer-links {
    margin-top: 29px;
}

#inner-footer .footer-links .links-row {
    margin-bottom: 5px;
}

#inner-footer .footer-links .links-row.last {
    margin-bottom: 0px;
}


#inner-footer .footer-links a {
    color: #A5A5A5;
	color:#000;
    font-size: 14px;/*12px*/
    font-weight: 400;
    transition: color 0.15s ease-out;
}

#inner-footer .footer-links a:hover {
/*     color: #221F1C; */
}

#inner-footer .footer-links a::after {
    content: "|";
    display: inline-block;
    color: #000;
    font-size: 12px;
    font-weight: 400;
    padding-left: 4px;
}

#inner-footer .footer-links a:last-child::after {
    content: "";
    display: none;
}

#inner-footer .bank-icons {
    margin: auto;
    margin-top: 29px;
    display: flex;
    justify-content: space-between;
    max-width: 700px;
    align-items: baseline;
}

#inner-footer .certificates{
    margin: auto;
    margin-top: 29px;
    display: flex;
    justify-content: space-evenly;
    max-width: 700px;
    align-items: baseline;
}

/* bank icons */
#inner-footer .bank-icons {
    /* justify-content: space-between; */
    /* max-width: 800px; */
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    /*max-width: 700px;*/
    max-width: 650px;
}
#inner-footer .bank-icons .banks-img-wrapper {
    /* margin: 0 10px; */
    /* min-width: 90px; */
    min-width: 70px;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    max-width: 90px;
}
#inner-footer .bank-icons img {
    max-height: 25px;/*50px*/
    object-fit: contain;
    display: block;
    margin: 0 5px;
}
#inner-footer .bank-icons .banks-img-wrapper:first-child img {
    /*max-height: 50px;*/
    max-height: 30px;
    object-fit: contain;
    max-width: 70px !important;
    display: block;
    margin: 0 auto;
}
#inner-footer .bank-icons .banks-img-wrapper:nth-child(2) img {
    max-height: 20px;
    object-fit: contain;
}
#inner-footer .bank-icons .banks-img-wrapper:last-child img {
    /*max-height: 40px;*/
    max-height: unset;
    object-fit: contain;
    max-width: 70px;
}
#inner-footer .certificates .cert-img-wrapper {
    height: 80px;
    width: 80px;
    display: flex;
}
#inner-footer .certificates .cert-img-wrapper img {
    object-fit: contain;
}





@media (max-width: 767px){

    #Footer > .container {flex-direction: column}
    #Footer p {text-align: justify;}

    #inner-footer .footer-newsletter .newsletter-title {
        font-size: 25px;
        padding: 0 20px;
    }

    #inner-footer .footer-newsletter .newsletter-subtext {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 15px;
        padding: 0 20px;
    }

    #inner-footer .newsletter-form-wrapper {
        width: 100%;
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form {
        flex-direction: column;
        width: auto;
        margin: 0 20px;
        padding: 0;
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph,
    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph.last {
        /* width: 100%; */
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input {
        height: 45px;
        width: 100%;
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"],
    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"]::placeholder {
        padding-left: 30px!important;
        font-size: 16px;
        font-weight: 400;
        color: #A5A5A5;
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="email"]::placeholder {
        font-style: italic;
    }

    #inner-footer .newsletter-form-wrapper .mailpoet_form form .mailpoet_paragraph > input[type="submit"] {
        font-size: 24px;
        font-weight: 400;
    }


    #inner-footer .certificates {
        margin: 29px 36px 0;
    }
    #inner-footer .certificates .cert-img-wrapper {
        height: 60px;
        width: 60px;
        display: flex;
    }
    #inner-footer .certificates .cert-img-wrapper img {
    }

}

#copywrite {
    margin-top: 60px;
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    color: #A5A5A5;
    border-top: 1px solid #ebebeb;
}
#gxg-copy.creatorlinks,
#menejo-copy.creatorlinks {
    color: #2d2926;
}
#gxg-copy.creatorlinks:hover,
#menejo-copy.creatorlinks:hover {
    color: #000 !important;
}

#back-to-top {
    position: absolute;
    top: -200px;
    right: 190px;
    transform: translateY(-50%);
    
    width: 106px;
    height: 106px;
    
    background: transparent;
    border: none;
    font-size: 22px;
    padding: 0;
    cursor: pointer
}
#copywrite p {
    text-align: center;
    font-size: 13px;
    margin: 0;
}

@media (max-width: 767px){

    #back-to-top {
        top: -20px;
        right: 20px;
        transform: translateY(-50%);
        
        width: 30px;
        height: 32px;
        
        background: transparent;
        border: none;
        font-size: 22px;
        padding: 0;
        cursor: pointer
    }
}
/* 
END FOOTER
*/



/*temp*/
#loop-wrap {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 20px;
}






/* ALKIS */
/*
START Header style
*/
body:not(.menu-is-active) #mobilemenu {
    display: none;
}
body.menu-is-active #top-header .container {
    position: relative;
}
.menu-is-active div#right-header-menu,
.menu-is-active div#left-header-menu {
    display: none;
}
/*.menu-is-active div#mobilemenu .menu-mobile-menu-container {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}*/
/*.menu-is-active div#mobilemenu .menu-mobile-menu-container {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.mobile-menu-items {
    position: absolute;
    top: 50vh;
    left: 50%;
    transform: translate(-50%, -50%);
}
/*div#mobilemenu-icons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100vh - 150px);
    display: block;
}*/
div#mobilemenu-icons {
    position: absolute;
    bottom: -80px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}




.menu-is-active div#mobilemenu ul {
    list-style: none;
}
.menu-is-active div#mobilemenu .menu-item {
    display: flex;
    justify-content: center;
}
.menu-is-active div#mobilemenu .menu-item a {
    padding: 10px 0;
    text-transform: lowercase;

    font-size: 25px;
    font-weight: 500;
}

.menu-mobile-menu-container::after,
.menu-mobile-menu-english-container::after {
    content: '';
    background-color: #a5a5a5;
    width: calc(100vw - 70px);
    height: 2px;
    /* box-shadow: 0 0 5px #a5a5a5; */
    opacity: .5;
    position: absolute;
    top: auto;
    bottom: -6%;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}


div#mobilemenu-icons > a {
    margin: 0 7px;
}

.dontdisplay {
    display: none !important;
}

/*
END Header style
*/

#homepage #featured-post .featured-text {
    margin-bottom: 20px;
}



/*
START Account / Cart / Checkout style
*/
.woocommerce-cart #main-wrap,
.woocommerce-checkout #main-wrap {
    padding: 35px 5vw;
}

/* acount page */
.woocommerce-account #main-wrap {
    padding: 35px 0 0;
}
.woocommerce-account #main-wrap #content {
    margin: 0;
    max-width: 100vw;
}

.woocommerce-cart #main-wrap #content,
.woocommerce-checkout #main-wrap #content {
    max-width: 1300px;
    margin: 0 auto;
}
.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit,
.woocommerce-cart .coupon button.button {
    background-color: #2d2926;
    color: #fff;
    font-family: 'PF Bague Sans Pro';
    font-weight: 100;
    text-transform: uppercase;
    border: 1px solid #2d2926;
}
.woocommerce-account button.woocommerce-button.button.woocommerce-form-login__submit:hover,
.woocommerce-cart .coupon button.button:hover {
    background-color: #595754;
    color: #fff;
}
.woocommerce-account .lost_password a,
.woocommerce-checkout .showcoupon,
.woocommerce-checkout .woocommerce-info::before,
.woocommerce-checkout .woocommerce-privacy-policy-text a {
    color: #313131;
}
.woocommerce-checkout li,
.woocommerce-checkout label {
	line-height: 20.8px !important;
}
.woocommerce-cart .product-name a {
    color: #313131;
    font-weight: 600;
}
.woocommerce-cart .coupon > * {
    height: 40px;
    min-width: 200px;
}
.woocommerce-cart .product-thumbnail img {
    border: 1px solid #2d2926;
    padding: 20px;
}
.woocommerce-cart a.remove {
    display: block;
    font-size: 3em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: #2d2926!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    transition: transform .2s ease-in-out;
}
.woocommerce a.remove:hover {
    color: unset !important;
    transform: scale(1.2);
    background: none !important; 
}
.woocommerce-message,
.woocommerce-message::before,
.woocommerce-message a,
p.cart-empty.woocommerce-info::before {
    border-top-color: #2d2926 !important;
    color: #2d2926;
}
.return-to-shop .button.wc-backward,
.woocommerce-message .button.wc-forward {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    max-width: 70% !important;
    margin: 0 auto !important;
    background-color: #2d2926 !important;
    color: #fafafa !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 28px !important;
    font-family: 'Arial' !important;
}
.woocommerce-notices-wrapper .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
    margin-top: 10px !important;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    margin-bottom: 0 !important;
}
/*
END Account / Cart / Checkout style
*/


@media (min-width: 768px) {
    .togglebtn-a {
        display: none;
    }
    .row-subsection.nutr-row h4 {
        display: none;
    }
    /*#homepage .coffees-wrapper .coffee-choice:first-child > img {
        height: 260px;
        padding-top: 25px;
    }*/
    #homepage #tab-1 > .coffees-wrapper > .coffee-choice:first-child > img {
        height: 210px;
        padding-top: 30px;
        /*object-fit: contain;*/
    }
    .wishlist-icon {
        display: flex;
        align-items: center;
    }
        .wishlist-icon > * {
        margin: 0;
    }
    .onlyformobile {display: none;}
}



/*
START tablet responsive
*/
@media screen and (min-width: 1200px) and (max-width: 1599px) {
    .woocommerce.archive .main-products ul.products.columns-4 li.product {
        width: calc(33% - 50px) !important;
    }
    .item-category-icon img {
        width: 45px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .woocommerce.archive .main-products ul.products.columns-4 li.product {
        width: calc(50% - 50px) !important;
    }
    .item-category-icon img {
        width: 45px;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .woocommerce.archive .main-products ul.products.columns-4 li.product {
        width: calc(50% - 50px) !important;
    }
    .item-category-icon img {
        width: 35px !important;
    }
}

@media (max-width: 1399px) {/*1239px*/
    .menu-right-menu-container,
    #left-header-menu,
    #right-header-menu {
        display: none;
    }
}
@media (max-width: 991px) {
    .product_cat-chocolate .custom-product-row > .container,
    .product_cat-sokolata .custom-product-row > .container {
        display: flex;
        flex-direction: column;
        padding: 0;
    }
    .product_cat-chocolate .custom-product-row > .container #extra_details_section,
    .product_cat-sokolata .custom-product-row > .container #extra_details_section {
        padding: 0;
    }
}


/*
START mobile responsive
*/
@media (max-width: 767px) {
    /*.menu-right-menu-container,
    #left-header-menu {
        display:none;
    }*/
    .hamburger {
        margin: 10px auto 0 30px;
    }
    .navigation-icons a.nav-icon:not(.last) {
        display: none !important;
    }
    #top-header > .container {
        margin: 0 auto;
        height: 60px;
        /* background: #2d2926; */
        padding-top: 20px;
    }
    .navigation-icons {
        position: absolute;
        right: 30px;
    }


    /* START top page banner */
    .page-banner .text-wrapper {
        top: 10%;
        left: 50%;
        transform: translateX(-50%);
        max-width: 100vw !important;
        width: 85%;
    }
    .page-banner .text-wrapper .banner-title {
        font-size: 27px;
        /*font-size: 29px;*/
        line-height: 32px;
        margin-bottom: 10px;
    }
    .page-banner .text-wrapper .banner-subtext {
        font-size: 25px;
        font-weight: 300;
        line-height: 25px;
    }
    /*.text-wrapper > * {
        text-align: center;
    }*/

    /* don't display arrows on mobile */
    .page-banner #banner-slider .slick-arrow {
        opacity: 0;
        pointer-events: none;
    }

    .page-banner #banner-slider .slick-arrow.slick-prev {
        left: 25%;
    }
    .page-banner #banner-slider .slick-arrow {
        top: 50%;
    }
    .page-banner #banner-slider .slick-arrow.slick-next {
        left: 90%;
    }
    .page-banner #banner-slider .slick-arrow {
        filter: contrast(10) invert(1);
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
    }
    .full-vh {
        height: 55vh;
        /*height: 60vh;*/
    }
    body.page-id-280 .img-wrapper.full-vh.slick-slide:nth-child(2) img {
        object-position: 10%;
    }
    .slide-title,
    .banner-title,
    #category-title {
	    text-align: left !important;
	}
    /* END top page banner */



    /* START archive slider */
    .archive.post-type-archive #category-items,
    .archive.tax-product_cat #category-items {
        margin-left: 0 !important;
        width: 100% !important;
    }
    /* END archive slider */
    


    /* START coffee page */
    #coffees-page .sections {
        margin: 25px 0 0;
    }
    #coffees-page .coffee-section {
        display: flex;
        margin-bottom: 50px;
        flex-direction: column;
    }
    #coffees-page .coffee-section .section-details {
        align-items: center;
        padding: 0 35px 25px;
    }
    #coffees-page .coffee-section .section-title {
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 25px;
    }
    #coffees-page .coffee-section .section-text {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    #coffees-page .coffee-section .section-image {
        flex: 1 0;
        width: 100%;
        height: auto;
    }
    #coffees-page .coffee-section:nth-child(2n) {
        flex-direction: column;
    }
    #coffees-page .coffee-section .section-image img {
        height: 100vw;
        width: 100%;
        object-fit: cover;
        object-position: 70%;
    }
    /* END coffee page */


    /* START company page */
    #the-company #history-section .post-loop-details {
        max-width: 100vw;
    }
    #the-company .history-point {
        flex-direction: column;
        margin-bottom: 25px;
    }
    #the-company #history-section .section-title {
        margin-bottom: 25px;
        margin-top: 10px;
    }
    .post-loop .custom-post .post-img-wrap img {
        width: 100%;
        height: 100vw;
        object-fit: cover;
    }
    .post-loop .custom-post:nth-child(1) .post-loop-details,
    .post-loop .custom-post:nth-child(5) .post-loop-details {
        padding-left: unset;
        padding: 0 35px 25px;
    }
    .post-loop .custom-post:nth-child(1),
    .post-loop .custom-post:nth-child(5) {
        flex-direction: column-reverse;
        margin: 50px auto 25px;
    }
    .post-loop .custom-post:nth-child(1) .post-img-wrap,
    .post-loop .custom-post:nth-child(2) .post-img-wrap,
    .post-loop .custom-post:nth-child(5) .post-img-wrap,
    .post-loop .custom-post:nth-child(6) .post-img-wrap {
        width: unset;
        max-width: 100vw;
        flex: unset !important;
        height: auto;
    }
    .post-loop .custom-post:nth-child(1) .post-loop-details .post-date-wrapper,
    /*.post-loop .custom-post:nth-child(5) .post-loop-details .post-date-wrapper {
        flex-direction: row-reverse;
        left: 0;
        flex-wrap: wrap;
    }*/

    /* delete line decoration and center align title */
    .post-loop .custom-post:nth-child(1) .post-loop-details .post-date-wrapper,
    .post-loop .custom-post:nth-child(5) .post-loop-details .post-date-wrapper {
        flex-direction: row-reverse;
        left: 0;
        left: 50%;
        /*transform: translateX(-50%);*/
        flex-wrap: wrap;
    }
    .section-name-wrapper.post-date-wrapper .design-line {
        display: none !important;
    }
    #mission-section .section-name.post-date,
    #vision-section .section-name.post-date {
        display: none;
    }
    #the-company #history_2-section .history-point:nth-child(1) {
        margin-top: 25px;
    }

    .post-loop .custom-post:nth-child(1) .post-loop-details,
    .post-loop .custom-post:nth-child(2) .post-loop-details,
    .post-loop .custom-post:nth-child(5) .post-loop-details,
    .post-loop .custom-post:nth-child(6) .post-loop-details {
        padding-top: 0;
    }
    .post-loop .custom-post:nth-child(2) .post-loop-details,
    .post-loop .custom-post:nth-child(6) .post-loop-details,
    #the-company #certificates-section {
        padding-left: unset;
        padding: 0 35px 25px;
    }
    .post-loop .custom-post:nth-child(2),
    .post-loop .custom-post:nth-child(6) {
        /*margin: 0 0 80px 0;*/
        margin: 0;
    }
    .post-loop .custom-post:nth-child(3) .post-loop-details .post-date-wrapper,
    .post-loop .custom-post:nth-child(4) .post-loop-details .post-date-wrapper {
        top: 60px !important;
        left: 0;
        flex-wrap: wrap;
    }
    .post-loop .custom-post:nth-child(3),
    .post-loop .custom-post:nth-child(4) {
        padding: 100px 0 15px;
    }
    .post-loop .custom-post:nth-child(3) .post-img-wrap,
    .post-loop .custom-post:nth-child(4) .post-img-wrap {
        height: unset;
    }
    #the-company .post-loop .custom-post .post-loop-details h2,
    #the-company #certificates-section .section-title,
    #temp .post-loop .custom-post .post-loop-details h2 {
        font-size: 30px;
        line-height: 30px;
        text-align: center;
    }
    #temp .post-loop .custom-post:nth-child(3),
    #temp .post-loop .custom-post:nth-child(4) {
        flex-direction: column-reverse;
    }
    #temp .post-loop .custom-post:nth-child(3) .post-loop-details h2,
    #temp .post-loop .custom-post:nth-child(4) .post-loop-details h2 {
        color:  #2d2926;
    }
    #temp .post-loop .custom-post:nth-child(3) {
        background-color:  #fff !important;
    }
    .post-loop .custom-post:nth-child(3) .post-loop-details,
    .post-loop .custom-post:nth-child(4) .post-loop-details {
        padding-left: unset;
        padding: 0 35px 25px;
    }
    #temp .post-loop .custom-post:nth-child(3),
    #temp .post-loop .custom-post:nth-child(4) {
        padding-top: 0;
    }
    #temp .post-loop .custom-post:nth-child(1),
    #temp .post-loop .custom-post:nth-child(5) {
        margin: 25px auto;
    }
    #mission-section,
    #vision-section {
        background-color: #2d2926;
    }
    #vision-section {
        padding-top: 0;
    }
    #mission-section {
        padding-top: 35px;
    }
    #the-company .post-loop {
        margin-bottom: 0;
    }
    #the-company #certificates-section {
        padding-top: 25px;
        margin-bottom: 0;
    }
    #the-company #certificates-section .certificates-showcase .design-line {
        height: 30px;
        transform: rotate(90deg);
        margin-top: -20px;
    }
    .cert-img {
        width: 20px;
    }
    #the-company #certificates-section .certificates-showcase {
        flex-direction: column;
        align-items: center;
        margin-top: 5px;
    }
    #the-company #certificates-section .certificates-showcase .certificate {
        margin-bottom: 5px;
    }
    #the-company #bottom-post-loop {
        margin-bottom: 0;
    }
    #the-company #the-company-slider .slick-arrow.slick-prev {
        background-image: url('assets/svg/arrow-left.svg');
        right: 75%;
        transform: translate(0%, -50%);
        top: 50%;
        filter: invert(1);
    }
    #the-company #the-company-slider .slick-arrow.slick-next {
        background-image: url('assets/svg/arrow-right.svg');
        left: 75%;
        transform: translate(0%, -50%);
        top: 50%;
        filter: invert(1);
    }
    /* END company page */
    


    /* START single-product style */
    .brand-image-wrapper {
        display: none;
    }
    .product.type-product .left-product-section .product-description {
        display: none;
    }
    .product.type-product .toggleclass-a.active .product-description {
        display: block;
        padding: 0 30px 25px;
        text-align: center;
    }

    .top-custom-product-row  .wholesale-text-wrapper {
        margin-bottom: 30px;
        margin: 0 auto 30px;
        max-width: 60%;
        text-align: center;
    }



    .wishlist-icon {
        display: block;
        margin: 25px auto;
    }
    .wishlist-icon .yith-wcwl-add-to-wishlist {
        margin: 0;
    }
    .video-link-p {
        color: white;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 18px !important;
    }
    .top-custom-product-row .product-title {
        font-size: 25px;
        padding: 0 30px;
        line-height: 30px;
        text-align: center;
    }
    .top-custom-product-row {
        padding-top: 25px;
        padding-bottom: 0;
    }
    .top-custom-product-row > .container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /*.woo-variation-swatches .variable-items-wrapper {
        justify-content: center;
    }*/
    table.variations .label {
        padding-right: 0 !important;
    }
    .right-product-section .summary.entry-summary,
    .right-product-section .variations_form.cart,
    table.variations {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .top-custom-product-row .right-product-section form.cart .variations .label {
        height: 30px;
    }
    .right-product-section .price {
        text-align: center;
        margin: 0 auto;
        display: block;
    }
    .right-product-section {
        margin-top: 35px;
    }
    .top-custom-product-row .right-product-section form.cart .woocommerce-variation-add-to-cart button.single_add_to_cart_button {
        margin-top: 25px;
    }
    .woocommerce div.product form.cart,
    .woocommerce div.product div.summary {
        margin-bottom: 0;
    }
    nav.woocommerce-breadcrumb {
        display: none;
    }
    body.single.single-product .top-custom-product-row,
    body.single.single-product .custom-product-row,
    body.single.single-product .related-products {
        padding-left: 35px;
        padding-right: 35px;
    }
    .custom-product-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .custom-product-row .container {
        display: flex;
        flex-direction: column;
        padding-left: 25px;
        padding-right: 25px;
        width: auto;
    }
    .custom-product-row .spacer {
        flex: 1 0;
    }
    .custom-product-row #instructions_section {
        margin-bottom: 20px;
    }
    .custom-product-row #extra_details_section .roast-type .roast-title {
        text-align: center;
    }
    .related.products h2 {
        margin-top: 25px;
        font-size: 25px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    section.related.products .subtext {
        font-size: 16px;
        line-height: 20px;
    }

    /* Switch to single column: */
    .product.type-product ul.products {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-bottom: 22px;
    }

    .product.type-product ul.products li.product {
        float: none !important;
        width: auto;
    }   

    /* toggle buttons */
    .toggleclass-a:not(.active) svg.minusimage,
    .toggleclass-a.active svg.plusimage {
        display: none;
    }
    .togglebtn-a {
        display: block;
        margin: 0 auto 25px;
        text-align: center;
    }
    .custom-product-row .small-title {
        position: relative;
    }
    #instructions_section .small-title::after,
    #extra_details_section .small-title::after {
        content: '';
        background-image: url(https://www.archontakis.com/wp-content/uploads/2021/05/plus-sign-white.svg);
        background-repeat: no-repeat;
        position: absolute;
        top: 0;
        right: -20px;
        width: 25px;
        height: 25px;
        display: block;
        z-index: 20;
    }
    #instructions_section.active .small-title::after,
    #extra_details_section .row-subsection.active .small-title::after {
        content: '';
        background-image: url(https://www.archontakis.com/wp-content/uploads/2021/05/minus-sign-white.svg);
    }
    #instructions_section .instructions-wrapper,
    .custom-product-row #extra_details_section .roast-types,
    .custom-product-row .nutritional-values {
        display: none;
    }
    #instructions_section.active .instructions-wrapper {
        display: contents;
    }
    .custom-product-row .row-subsection.nutr-row.active .nutritional-values {
        display: grid;
    }
    .custom-product-row #extra_details_section .row-subsection.active .roast-types {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    #extra_details_section .row-subsection.roast-row,
    #instructions_section .small-title {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    section.related.products {
        padding: 0 35px;
    }
    .wishlist-icon .wishlist-txt {
        display: none;
    }
    .filtrou.poem #instructions_section .small-title:not(.second-title) {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .filtrou.poem #instructions_section .small-title.second-title,
    .custom-product-row.espresso.poem .row-subsection.nutr-row:not(.active) .small-title,
    .custom-product-row.espresso.poem .row-subsection.roast-row,
    .custom-product-row.espresso.poem .row-subsection.roast-row .small-title,
    .custom-product-row.espresso.cup .row-subsection.roast-row,
    .custom-product-row.espresso.cup .row-subsection.roast-row .small-title,
    .custom-product-row.espresso.arc .row-subsection.roast-row,
    .custom-product-row.espresso.arc .row-subsection.roast-row:not(.active) .small-title,
    .custom-product-row.espresso.agape .row-subsection.roast-row,
    .custom-product-row.espresso.agape .row-subsection.roast-row:not(.active) .small-title {
        margin-bottom: 0 !important;
    }
    .custom-product-row.espresso.poem .video-link-p.on-left-side {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .custom-product-row .instructions-wrapper .steps-images-container .step-img-wrap.four-class {
        margin-right: 10px !important;
    }
    .custom-product-row .instructions-wrapper .steps-images-container .step-img-wrap {
        margin-right: 30px;
    }
    /* END single-product style */



	/* START Horeca page */
	.banner-section .title {
        padding: 35px;
        margin: 0;
        font-size: 30px;
        font-weight: 900;
        margin-bottom: 22px;
        color: white;
        white-space: break-spaces;
    }
	.banner-section .background-img img {
	    height: 456px;
	    width: 100%;
	    object-fit: cover;
	}
    .banner-section .subtitle {
        position: absolute;
        color: white;
        left: 10%;
        top: 25%;
        max-width: 290px;
        margin-left: unset;
    }
    #horeca section {
        min-height: 456px;
    }
    .showcase-section .title {
        font-size: 25px;
        text-align: center;
        line-height: 25px;
        margin-bottom: 25px;
    }
    #horeca .showcase-section {
        padding: 25px 0;
    }
    section.showcase-section.light-bg .container,
    section.showcase-section.dark-bg.with-divider .container {
        padding-top: 0;
    }
    section.showcase-section.light-bg .subtitle,
    section.showcase-section.dark-bg.with-divider .subtitle,
    section.showcase-section.dark-bg .subtitle {
        text-align: center;
        font-size: 16px;
        line-height: 20px;
    }
    .section-slider .slick-arrow.slick-next {
        background-image: url('assets/svg/arrow-right.svg');
        transform: translate(-50%, -50%);
        right: -20px;
    }
    .section-slider .slick-arrow.slick-prev {
        background-image: url('assets/svg/arrow-left.svg');
        transform: translate(-50%, -50%);
        left: 15px;
    }
    .section-slider .slick-arrow {
        height: 96px;
        width: 36px;
        background-size: contain;
        cursor: pointer;
        position: absolute;
        bottom: 50%;
        z-index: 5;
        background-repeat: no-repeat;
    }
    .showcase-section.with-divider::after {
        display: block;
        content: "";
        position: absolute;
        padding: 100px 0 0;
        height: 80%;
        width: 1px;
        right: 0;
        top: 50%;
        background: white;
        background-clip: content-box;
        transform: rotate(90deg);
    }
    .showcase-section.dark-bg:not(.with-divider),
    section.showcase-section.dark-bg .container {
        padding-top: 0 !important;
    }
    #horeca .showcase-section {
        min-height: unset;
    }
    .showcase-item .image img {
	    object-fit: cover;
	    height: auto;
	    width: 80%;
	    margin: 0 auto;
	}
	.showcase-item .image {
	    height: unset;
	    margin-bottom: unset;
	    margin: 35px 0;
	}
    #horeca .showcase-section.light-bg,
    #horeca .showcase-section.light-bg .container {
        padding-bottom: 0;
    }
    /* END Horeca page */



    /* START Contact page */
    #contact-us .form-section {
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    #contact-us .form-section .title {
        font-size: 30px !important;
        line-height: 32px !important;
        text-align: center;
    }
    #contact-us .form-section .subtitle {
	    text-align: center;
	    font-size: 16px;
	    line-height: 20px;
	    margin: 0 0 50px;
	}
	#contact-us section .container {
	    padding-bottom: 0 !important;
	}
	#contact-us .wpcf7 label {
	    text-transform: lowercase !important;
	}
	#contact-us .wpcf7 textarea {
	    height: 90px;
	}
	.acf-map {
	    margin: 0 !important;
	}
	#contact-us .wpcf7 {
	    width: auto !important;
	}
	.page-id-17 #copywrite {
	    margin-top: -30px !important;
	}
    /* END Contact page */



	/* START cart / account / checkout style */
	.checkout.woocommerce-checkout {
	    display: block; 
	    position: relative !important;
	}
	.woocommerce-checkout #customer_details {
		padding: 0 !important;
	}
	.woocommerce-account #top-header,
	.woocommerce-cart #top-header,
	.woocommerce-checkout #top-header {
	    /* border-bottom: 1px solid #cdcdcd; */
	    box-shadow: 0 2px 5px #cdcdcd;
	}
	.woocommerce-cart .coupon {
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	.woocommerce-cart .coupon input, .woocommerce-cart .coupon button {
	    width: 100% !important;
	}
	.woocommerce-cart .coupon input {
		margin-bottom: 10px !important;
	}
	.woocommerce-cart .wc-proceed-to-checkout {
		padding-bottom: 0 !important;
	}
	.woocommerce form.login,
	.woocommerce #respond input#submit.alt,
	.woocommerce a.button.alt,
	.woocommerce button.button.alt,
	.woocommerce input.button.alt {
		margin-bottom: 0 !important;
	}
	/* END cart / account / checkout style */



	/*.mobmenu-icons a {
	    opacity: 0 !important;
	}
	.mobmenu-icons a::before {
	    content: '';
	    position: absolute;
	    width: 30px;
	    height: 30px;
	    z-index: 20;
	    display: block;
	    background-repeat: no-repeat;
	    background-size: contain;
	}
	.mobmenu-icons.accicon-a a::before {
		background-image: url('https://www.bahalohosting.com/warchontakis2021/wp-content/uploads/2021/05/account-icon.svg');
	}
	.mobmenu-icons.carticon-a a::before {
		background-image: url('https://www.bahalohosting.com/warchontakis2021/wp-content/uploads/2021/05/cart-icon.svg');
	}*/







    /* START footer-newsletter style */
    #inner-footer .footer-newsletter {
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .mailpoet_form#mailpoet_form_2 .mailpoet_submit {
        text-transform: lowercase;
        font-size: 20px !important;
    }
    #inner-footer .footer-social {
        margin-top: 20px;
    }
    #inner-footer .footer-social .social-icons-row {
        margin-top: 0;
    }
        section.footer-social .logo-wrapper {
        display: none;
    }
    #inner-footer .footer-links {
        margin: 28px auto 0 !important;
        padding: 0 25px;
        /*padding: 0 55px;*/
        text-align: center;
    }
    #inner-footer .footer-links .links-row {
        margin-bottom: 0;
    }
    #inner-footer .footer-links .links-row a {
        margin-bottom: 5px !important;
    }
    #inner-footer .footer-links .links-row.last,
    #inner-footer .footer-links .links-row a {
        margin-bottom: 0;
    }




/*     #mailpoet_form_2 .mailpoet_submit {
        background-color: #2d2926 !important;
        border-style: solid !important;
        border-radius: 0px !important;
        border-width: 1px !important;
        border-color: #313131 !important;
        padding: 8px !important;
        margin: 0 auto 0 0 !important;
        color: #fafafa !important;
    } */
    /* END footer-newsletter style */

}
/*
END mobile responsive
*/




/* extra changes */
.custom-product-row .brand-name {
    color: #EC1C24;
	color:#ff5258;
}
input.mailpoet_text, input.mailpoet_submit {
    font-family: 'PF Bague Sans Pro', sans-serif !important;
}
.mailpoet_text:focus {
    outline: 2px solid #000;
}
.page-template-template-sustainability .post-loop .custom-post:nth-child(1) .post-img-wrap img {
    object-fit: contain;
}


.xoo-wsc-basket {display:none !important;}



/*
START side-cart style
*/
.xoo-wsc-container .xoo-wsch-top {
    justify-content: left;
}
.xoo-wsc-container .xoo-wsc-header {
    color: #000000;
    background-color: #ffffff;
    border-bottom: 1px solid #2d2926;
}
.xoo-wsc-container .xoo-wsc-body {
    height: auto !important;
    max-height: 60vh;
    flex-grow: 0;
}
.xoo-wsc-container .xoo-wsc-footer {
    position: static;
    background-color: #ffffff;
    color: #000000;
    padding: 0px 20px;
    border-top: 1px solid #2d2926;
}
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart,
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout {
    color: #fff;
    background-color: #2d2926;
    border: 1px solid #2d2926;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: normal;
    text-transform: lowercase;
    padding: 10px;
    border-radius: 3px;
    transition: all .2s ease-in-out;
}
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-cart:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.button.btn.xoo-wsc-ft-btn-checkout:hover {
	color: #2d2926;
	background-color: #fff;
}
/*
END side-cart style
*/



/*
START return form style
*/
.return-form {
    display: flex;
    justify-content: space-between;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
}
.return-form p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.return-form .wpcf7-form-control {
    /*width: 220px;*/
    max-height: 100px;
}
.return-form .labeltxt {
    min-width: 200px;
    font-weight: 600;
}
.return-form .wpcf7-form-control-wrap {
    max-width: 300px;
}
.return-form-btn input.wpcf7-form-control.wpcf7-submit {
    margin: 20px 0;
    background-color: #2d2926;
    border: 1px solid #2d2926;
    color: #fff;
    font-family: 'PF Bague Sans Pro', sans-serif;
    font-size: 20px;
    transition: all .2s ease-in-out;
}
.return-form-btn input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #fff;
    color: #2d2926;
}
h2#formtitle {
    font-size: 22px;
}
h2.title.newsletter-title {
    margin-top: 35px;
    font-family: 'PF Bague Sans Pro', sans-serif;
    text-transform: lowercase;
    text-align: center;
}
@media (min-width: 768px) {
    .return-form > div {
        padding: 0 35px;
    }
    form.wpcf7-form.init {
        margin: 35px 0;
    }
}

@media (max-width: 767px) {
    h2.title.newsletter-title {
        font-size: 25px;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 35px;
    }
    .return-form {
        flex-wrap: wrap;
    }
    .return-form p {
        display: flex;
        flex-direction: column;
        align-items: flex-start !important;
    }
    .return-form-btn input.wpcf7-form-control.wpcf7-submit {
        margin-bottom: 0 !important;
    }
    .page-template-template-refunds .sections .container {
        padding: 50px 36px 0 !important;
    }
}
/*
END return form style
*/



/* START last changes */
#home-banner #video-thumbnail {
    display: none !important;
}
.blog-slider.slick-initialized.slick-slider .post-date,
.blog-slider.slick-initialized.slick-slider .post-title {
    font-weight: 600 !important;
}
li.slick-active:focus-visible, button:focus-visible {
    outline: none!important;
}
.navigation-icons .nav-icon svg {
    width: 23px;
}
h3.dontsplit {
    text-transform: uppercase;
}
.product-categories-nav .category-icon-wrap img {
    width: 64px;
}
/* END last changes 



/* Chocolate Products Style */
.product_cat-chocolate #food-nutrients,
.product_cat-sokolata #food-nutrients {
    display: table;
}
.product_cat-chocolate #food-nutrients .trow,
.product_cat-sokolata #food-nutrients .trow {
    display: table-row !important;
    text-align: left !important;
}
.product_cat-chocolate #food-nutrients tbody .trow .tcell,
.product_cat-sokolata #food-nutrients tbody .trow .tcell,
.product_cat-chocolate #food-nutrients tbody .trow .tcell.title,
.product_cat-sokolata #food-nutrients tbody .trow .tcell.title {
    display: table-cell;
}

@media (min-width: 768px) {
    .product_cat-chocolate #food-nutrients tbody .trow .tcell:not(:first-child),
    .product_cat-sokolata #food-nutrients tbody .trow .tcell:not(:first-child) {
        min-width: 130px;
    }
    .product_cat-chocolate #food-nutrients tbody .trow .tcell:first-child,
    .product_cat-sokolata #food-nutrients tbody .trow .tcell:first-child {
        min-width: 250px;
    }
    .woocommerce-wishlist .woocommerce .wishlist_table .button.add_to_cart {
        text-indent: 8px;
        /*text-indent: 70px;*/
    }
}
@media (max-width: 767px) {
    .product_cat-chocolate #food-nutrients tbody .trow .tcell:not(:first-child),
    .product_cat-sokolata #food-nutrients tbody .trow .tcell:not(:first-child) {
        width: 25%;
        padding: 0 10px;
    }
    .product_cat-chocolate #food-nutrients tbody .trow .tcell:first-child,
    .product_cat-sokolata #food-nutrients tbody .trow .tcell:first-child {
        width: 40%;
    }
}

.product_cat-chocolate .ingredients,
.product_cat-sokolata .ingredients {
    margin: 25px 0;
}






/*PRICE TABLE START*/
/*@media (max-width: 767px) {
    .ttable {
        display: block;
    }
    .locatclass{height: 250px;
        position: relative;
    }
    .trow {
        display: block;
    }
    .trow.theader {
        padding: 0;
        height: 0px;
    }
    .trow.theader .tcell {
        display: none;
    }
    .trow .tcell:before {
        font-size: 12px;
        color: #808080;
        line-height: 1.2;
        text-transform: uppercase;
        font-weight: unset !important;
        content: attr(data-title);
        min-width: 98px;
        display: block;
    }
    .trow {
        border-bottom: 1px solid #6e810d;
        padding-bottom: 18px;
        padding-top: 30px;
        padding-right: 15px;
        margin: 0;
    }
    .tcell {
        display: block;
    }
    .trow .tcell {
        border: none;
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .trow .tcell:nth-child(1) {
    }
    .trow .tcell {
        font-size: 18px;
        color: #fff;
        line-height: 1.2;
        font-weight: unset !important;
    }
    .ttable, .trow, .tcell {
        width: 100% !important;
    }
}*/
/*PRICE TABLE END*/




/*section#home-banner::before {
    content: "";
    background-image: url('https://www.bahalohosting.com/warchontakis2021/wp-content/uploads/2021/08/archontakis-e-bannerespa.jpg');
    background-size: cover;
    z-index: 1;
    position: absolute;
    top: 15px;
    right: 100px;
    display: block;
    background-repeat: no-repeat;
    max-width: 725px;
    width: 100%;
    height: 90px;
    object-fit: cover;
    transition: transform .2s linear;
}
body.menu-sticky section#home-banner::before {
    position: fixed;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}*/

section#home-banner {
    position: relative;
}
section#home-banner > a {
    position: absolute;
    top: 15px;
    right: 100px;
    display: block;
    max-width: 725px;
    width: 100%;
    height: 90px;
    transition: transform .2s linear;
}
body.menu-sticky section#home-banner > a {
    position: fixed;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
}


@media (max-width: 767px) {
    /*section#home-banner::before {
        background-image: url('https://www.bahalohosting.com/warchontakis2021/wp-content/uploads/2021/08/archontakis-e-bannerespa-mob.jpg');
        top: auto;
        bottom: 10px;
        right: unset;
        left: 50%;
        transform: translateX(-50%);
        height: 90px;
        max-width: 180px;
        width: 100%;
    }
    #top-header.header-is-sticky + #main-wrap section#home-banner::before {
        position: fixed;
        top: 90px;
    }*/
    section#home-banner > a {
        height: 90px;
        max-width: 180px;
        width: 100%;
        top: auto;
        top: 80%;
        /*bottom: 10px;*/
        right: unset;
        left: 50%;
        transform: translate(-50%, 0);
        transition: transform .2s linear;
    }
    #top-header.header-is-sticky + #main-wrap section#home-banner > a {
        position: fixed;
        top: 90px;
    }
    /* contact page */
    #contact-us .map-section {
        margin: 0;
    }
}


button.wahout.aicon_link img {
    filter: grayscale(1) drop-shadow(2px 2px 7px #2D2926);
    border-radius: 7px 0 0 7px;
}
.has-sidebar #sidebar .eshop-widget .widget-title {
    padding-left: 0;
}
body.page.page-id-33 #page-33 {
    max-width: 1200px;
    margin: 0 auto;
}

/*
body.home #slick-slide01 h1 {
    display: none !important;
}*/


a.category-wrap:not(.active):not(:first-of-type) .category-icon-wrap {
    display: none;
}
a.category-wrap:first-child.active ~ a.category-wrap:not(.active) .category-icon-wrap {
    display: block;
}

@media (max-width: 767px) {
    span.whtt {
        color: #fff;
    }
}




/* CHANGES IN ACCOUNT LOGIN/REGISTER PAGE */
.woocommerce form.login,
.woocommerce form.register {
    background: transparent;
}
.woocommerce-account .woocommerce .u-column1.col-1 {
    background: #f6f3eb;
    padding: 85px 4vw;
    /*position: relative;*/
}
.woocommerce-account .woocommerce .u-column2.col-2 {
    background: #fafafa;
    padding: 85px 4vw;
}
.woocommerce-account .col2-set .col-1,
.woocommerce-account .col2-set .col-2 {
    float: none !important;
    width: unset !important;
    flex: 1;
}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
    border: none !important;
}
.woocommerce-account #customer_login.u-columns.col2-set input:not(#rememberme) {
    border: none;
    height: 55px;
}
.woocommerce-account #customer_login.u-columns.col2-set {
    display: flex;
    flex-direction: row;
    justify-content: center;
    position: relative;
}
.woocommerce-account .footer-newsletter {
    display: none !important;
}
.woocommerce-account .woocommerce .u-column1.col-1 > h2,
.woocommerce-account .woocommerce .u-column1.col-1 > form {
    max-width: 650px !important;
    text-align: center !important;
    margin: 0 0 0 auto;
}
.woocommerce-account .woocommerce .u-column2.col-2 > h2,
.woocommerce-account .woocommerce .u-column2.col-2 > form {
    max-width: 650px !important;
    text-align: center !important;
    margin: 0 auto 0 0;
}
.woocommerce-account .woocommerce .u-columns h2 {
    text-transform: lowercase;
    margin-bottom: 35px !important;
    display: block;
}
.woocommerce-account .woocommerce .u-columns button {
    text-transform: lowercase !important;
    font-size: 24px !important;
    font-weight: 100 !important;
    font-family: 'PF Bague Sans Pro';
    color: #fff;
    background-color: #2d2926!important;
    border: none !important;
    padding: 5px 0;
    width: 270px;
}
.woocommerce-account .u-column1.col-1 .form-row:nth-child(3) button {
    margin: 20px 0 0;
}
.woocommerce-account .u-column1.col-1 .form-row:nth-child(3) {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.woocommerce-account .u-column2.col-2 button.woocommerce-button {
    margin-top: 55px;
}
.woocommerce-account #customer_login .woocommerce-privacy-policy-text a {
    color: #2d2926;
    text-decoration: underline;
}
.woocommerce-account #customer_login .col-1::before {
    content: '';
    background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/middle-icon.svg');
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    z-index: 3;
}
.woocommerce-wishlist table.wishlist_table thead {
    display: none;
}
.woocommerce-wishlist .woocommerce .wishlist-title {
    margin: 140px 0 30px !important;
    display: flex !important;
    justify-content: center;
    position: relative;
}
.woocommerce .wishlist-title a.btn.button.show-title-form {
    display: none;
}
.woocommerce-wishlist .wishlist-title.wishlist-title-with-form h2:hover {
    background: none;
}
.woocommerce-wishlist .woocommerce .wishlist-title::before {
    content: '';
    position: absolute;
    display: block;
    /*z-index: 9999999;*/
    background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/wishlist-icon-new.svg');
    background-size: contain;
    background-repeat: no-repeat;
    /* top: 0px; */
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
}
@media screen and (max-width: 767px) {
    .woocommerce-wishlist .woocommerce .wishlist-title {
        margin: 30px 0 45px !important;
    }
    .woocommerce-wishlist .woocommerce .wishlist-title::before {
        bottom: -55px;
        width: 42px;
        height: 42px;
    }
}
.woocommerce-wishlist .wishlist_table {
    border-collapse: collapse !important;
}
.woocommerce-wishlist .wishlist_table td {
    border-bottom: 1px solid #333 !important;
    position: relative;
}
.woocommerce-wishlist .wishlist_table dl.variation dt,
.woocommerce-wishlist .wishlist_table dl.variation dd:first-of-type {
    display: none !important;
}
.woocommerce-wishlist .wishlist_table td.product-name a {
    font-size: 30px !important;
    text-transform: lowercase;
    font-family: 'PF Bague Sans Pro';
}
.woocommerce-wishlist .wishlist_table td.product-name dl.variation {
    font-size: 20px;
    margin-top: 5px;
    font-family: 'PF Bague Sans Pro';
    font-weight: 400;
}
.woocommerce-wishlist .wishlist_table td.product-thumbnail {
    text-align: right !important;
    padding-bottom: 50px !important;
    padding-top: 50px !important;
}
.woocommerce-wishlist .wishlist_table tr td.product-thumbnail a {
    max-width: 100% !important;
}
.woocommerce-wishlist .wishlist_table td.product-thumbnail img {
    width: 100% !important;
    max-width: 200px;
}
.woocommerce-wishlist .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    display: flex;
    float: none;
    justify-content: flex-end;
}
.woocommerce-wishlist .wvs-has-image-tooltip:hover:after,
.woocommerce-wishlist .wvs-has-image-tooltip:hover:before,
.woocommerce-wishlist [data-wvstooltip]:hover:after,
.woocommerce-wishlist [data-wvstooltip]:hover:before {
    bottom: 120%;
    /*visibility: visible;*/
    opacity: 1;
    visibility: hidden !important;
}
.woocommerce-wishlist .yith_wcwl_wishlist_footer input[type="submit"] {
    padding: 10px 24px;
    background: #2D2926;
    color: #fff;
    border: 1px solid #2D2926;
    cursor: pointer;
    text-transform: lowercase;
    margin-top: 50px;
    margin-bottom: 15px;
}
.woocommerce-wishlist a.remove_from_wishlist.button {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-5%, 0);
    color: transparent;
    background: none;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: normal;
    font-family: cursive;
}
/*.woocommerce-wishlist a.remove_from_wishlist.button::before {
    content: 'X';
    color: #333;
}*/
.woocommerce-wishlist a.remove_from_wishlist.button::before {
    content: '';
    background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/Icon-material-close.svg');
    width: 22px;
    height: 22px;
    display: block;
    background-position: center center;
    background-size: cover;
}
.woocommerce-wishlist .item-details-table .label,
.woocommerce-wishlist .item-details-table tr:first-of-type .value {
    display: none;
}
.woocommerce-wishlist .item-details-table .value {
    border: none !important;
    padding: 0 !important;
}



@media (max-width: 767px) {
    /* account */
    .woocommerce-account #main-wrap {
        padding: 0;
    }
    .woocommerce-account #customer_login.u-columns.col2-set {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .woocommerce-account .woocommerce .u-column1.col-1,
    .woocommerce-account .woocommerce .u-column2.col-2 {
        width: 100% !important;
    }
    .woocommerce-account .woocommerce .u-column1.col-1 {
        padding: 30px 0 60px;
        position: relative;
    }
    .woocommerce-account .woocommerce .u-column2.col-2 {
        padding: 40px 0 30px;
    }
    .woocommerce-account .woocommerce .u-column1.col-1 > h2,
    .woocommerce-account .woocommerce .u-column1.col-1 > form,
    .woocommerce-account .woocommerce .u-column2.col-2 > h2,
    .woocommerce-account .woocommerce .u-column2.col-2 > form {
        width: unset !important;
        padding: 0 35px;
    }
    .woocommerce-account #customer_login .col-1::before {
        content: '';
        background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/middle-icon.svg');
        position: absolute;
        top: auto;
        left: 50%;
        transform: translateX(-50%);
        width: 60px;
        height: 60px;
        z-index: 3;
        bottom: -30px;
    }
    .woocommerce-account .woocommerce .u-columns h2 {
        margin-bottom: 15px !important;
    }
    .woocommerce-account .u-column2.col-2 button.woocommerce-button {
        margin-top: 15px;
    }

    /* wishlist */
    .woocommerce-wishlist .wishlist_table.mobile li {
        border-bottom: 1px solid #333;
        padding: 30px 0;
        display: flex;
    }
    .woocommerce-wishlist .wishlist_table {
        padding: 0;
        margin: 0 20px;
    }
    .woocommerce-wishlist .product-name h3 a {
        color: #2D2926;
        text-transform: lowercase;
    }
    .woocommerce-wishlist .product-name h3 {
        font-size: 18px;
        line-height: 20px;
    }
    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .item-details h3 {
        margin: 0 !important;
    }
    .woocommerce-wishlist .wishlist_table.mobile li .item-wrapper .item-details {
        vertical-align: middle !important;
    }
    .woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-remove {
        text-align: center !important;
        position: relative;
    }
    .woocommerce-wishlist .wishlist_table.mobile li .additional-info-wrapper .product-remove a i {
        display: none;
    }
    .woocommerce-wishlist .additional-info-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
    }
    .woocommerce-wishlist .product-remove .remove_from_wishlist::before {
        /*content: 'X';
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
        color: #333;
        font-weight: 600;*/

        content: '';
        background-image: url('https://www.archontakis.com/wp-content/uploads/2021/09/Icon-material-close.svg');
        width: 12px;
        height: 12px;
        display: block;
        background-position: center center;
        background-size: cover;
    }
    .woocommerce-wishlist .yith_wcwl_wishlist_footer {
        display: flex;
        justify-content: center;
    }
    .woocommerce-wishlist .yith_wcwl_wishlist_footer input[type="submit"] {
        margin-top: 35px !important;
        margin-bottom: 35px !important;
    }
    .page-template-template-the-company .post-loop .custom-post:nth-child(1) .post-loop-details .post-date-wrapper,
    .page-template-template-the-company .post-loop .custom-post:nth-child(5) .post-loop-details .post-date-wrapper {
        flex-direction: row-reverse;
        left: 50%;
        transform: translateX(-50%); 
    }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
    body #wp_access_helper_container button.wahout.aicon_link {
        top: 100px !important;
    }
}

.woocommerce-account #main-wrap #content {
    max-width: 1200px;
    margin: 35px auto;
}
.woocommerce-account #main-wrap #content .woocommerce-MyAccount-content a:not(.woocommerce-Button) {
    color: #2d2926;
    text-decoration: underline;
}
.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after,
.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    display: none !important;
    content: unset !important;
}

/* new macbook viewport */
@media screen and (min-width: 1280px) and (max-width: 1440px) {
    
    /* company page */
    .page-template-template-the-company #the-company #history-section .post-loop-details {
        padding-left: 70px !important;
        max-height: 600px;
        overflow: auto;
    }
    .page-template-template-the-company .post-loop .custom-post:nth-child(2) .post-loop-details {
        max-height: 600px;
        overflow: auto;
    }
    .page-template-template-the-company .post-loop .custom-post:nth-child(2) {
        margin-top: 120px;
    }
    .page-template-template-the-company #history-section {
        padding-right: 25px !important;
    }
    .page-template-template-the-company #history_2-section {
        padding-left: 25px !important;
    }
    .page-template-template-the-company #mission-section {
        padding-left: 25px;
    }
    .page-template-template-the-company #vision-section,
    .page-template-template-the-company #the-company #bottom-post-loop #kafekoptio-section {
        padding-right: 25px;
    }
    
    /* horeca page */
    .page-template-template-horeca .section-slider .slick-arrow.slick-prev {
        transform: translate(0%, -50%) !important;
    }
    .page-template-template-horeca .section-slider .slick-arrow.slick-next {
        right: -80px !important;
    }

    /* sustainability page */
    .page-template-template-sustainability .post-loop .custom-post:nth-child(1) .post-loop-details,
    .page-template-template-sustainability .post-loop .custom-post:nth-child(5) .post-loop-details {
        padding-left: 70px;
        padding-right: 25px;
    }
    .page-template-template-sustainability .post-loop .custom-post:nth-child(4) {
        padding-right: 25px;
    }
    .page-template-template-sustainability .post-loop .custom-post:nth-child(3) {
        padding-left: 25px;
    }
    .page-template-template-sustainability .post-loop .custom-post:nth-child(2) .post-loop-details,
    .page-template-template-sustainability .post-loop .custom-post:nth-child(6) .post-loop-details {
        padding-right: 70px;
        padding-left: 25px;
    }
    .page-template-template-sustainability .post-loop .custom-post:nth-child(2) .post-img-wrap {
        max-width: 890px !important;
        width: 100% !important;
    }

    /* blog page */
    .blog .post-loop .custom-post:nth-child(1) .post-loop-details,
    .blog .post-loop .custom-post:nth-child(5) .post-loop-details {
        padding-left: 70px;
        padding-right: 25px;
    }
    .blog .post-loop .custom-post:nth-child(2) .post-loop-details,
    .blog .post-loop .custom-post:nth-child(6) .post-loop-details {
        padding-right: 70px;
        padding-left: 25px;
    }
    .blog .post-loop .custom-post:nth-child(3) {
        padding-left: 25px;
    }
    .blog .post-loop .custom-post:nth-child(3) .post-date-wrapper {
        left: 25px !important;
    }
    .blog .post-loop .custom-post:nth-child(4) {
        padding-right: 25px;
    }

    /* general */
    /*.post-loop .custom-post:nth-child(1),
    .post-loop .custom-post:nth-child(5),
    .post-loop .custom-post:nth-child(2),
    .post-loop .custom-post:nth-child(6) {
        align-items: center !important;
    }*/
}
.top-custom-product-row .brand-image-wrapper a:nth-child(2) {
	display: none;
}


/* new capsules style */
.single.woocommerce div.product form.cart {
    display: flex;
    flex-direction: column;
}
.single.woocommerce form.cart .single_add_to_cart_button {
    margin-top: 45px;
}
.product.product_tag-capsules form.cart {
    display: flex;
    flex-direction: column;
}
.product.product_tag-capsules form.cart .single_add_to_cart_button {
    margin-top: 45px;
    width: 270px;
    height: 36px;
    font-weight: 300;
    padding: 0;
    padding-top: 2px;
}

.product_cat-capsules .divider {
    display: none;
}
.product_cat-capsules #instructions_section {
    display: none;
}
.product_cat-capsules .video-link-p.on-left-side {
    display: none;
}
.product_cat-capsules-en .divider {
    display: none;
}
/*.product_cat-capsules-en #instructions_section {
    display: none;
}
.product_cat-capsules-en .video-link-p.on-left-side {
    display: none;
}*/
.product_cat-capsules-en .custom-product-row .divider {
    display: none;
}
.product_cat-capsules-en #extra_details_section {
    display: none;
}