/* HEADER */

.homeslide-title, .homeslide-text { -webkit-user-select: none; -ms-user-select: none; user-select: none;  pointer-events:none; }
@media all and (max-width:700px) {
	.homeslide-text p { text-align:center !important; }
	.homeslide-title p { text-align:center !important; font-weight:500 !important; }
	.homeslide-image > div { height:240px; max-height:240px; min-height:240px; }
}


body.user-mobile #header-top-group { display:none; }
body.user-mobile #header-wrap #header-top { grid-template-columns: 1fr; }
body.user-mobile .header-message { width:100%; }
XXXbody.user-mobile #header-message p { text-align:center; }
#mmenu-logo { padding: 6px; }


XXX#header-menu-mobile { display: flex; justify-content: flex-end; }
#header-menu-mobile .ham8 path { stroke:#737373; }
#header-minicart-link a svg { fill:#737373; }




/*
#header-wrap #header-main { display:grid; grid-template-columns:1fr 130px 70px; grid-template-rows: 100%; }
*/
#header-wrap #header-top { display:grid; grid-template-columns:auto 1fr; grid-template-rows: 100%; letter-spacing: .7px; }
#header-wrap #header-main { display:grid; grid-template-columns:200px 1fr; grid-template-rows: 100%; }
body.user-mobile #header-wrap #header-main { grid-template-columns:1fr 50px 50px; }


/* 
#header-minicart-link { padding:10px; }
#header-minicart-link a > svg { width: 32px; height: auto; fill: #737373; }
body:not(.user-mobile) #header-minicart-link { display:none; }
*/


#header-menu-main { justify-content:flex-end; }
#header-top-group { display:flex; justify-content:flex-end; }
#header-minicart { width:78px; margin-left: 27px; }
html[lang="el"] #header-minicart { width:92px; }
#header-minicart > a { display:flex; padding-right: 14px; }
#header-minicart .venet-mini-cart-totals { margin-left:2px; }
#header-menu-main ul.menu > li > a { -webkit-text-stroke: .2px rgba(51,51,51); min-height: 50px; }
/*
#header-wrap #header-top { justify-content:center; text-align:center; }
#header-wrap #header-menu-secondary { justify-content:flex-end; }
#header-wrap #header-logo { position: absolute; top: 0; left: 0; right: 0; bottom: 0; justify-content: center; padding:17px 0 13px 0; pointer-events: none; }
#header-wrap #header-logo a { justify-content: center; align-items: center; pointer-events: all; }
*/

#venet-modal.modal-right #modal-close { left:8px; right:auto; top:4px; }
body.user-mobile #venet-modal.modal-right .mmenu #modal-close { right: 8px; left: auto; top:10px; height: 44px; width: 44px; }
body.user-mobile #venet-modal.modal-right .mmenu #modal-close svg { height:100%; width:100%; fill:#737373; }
#mmenu-top { height:62px; border-bottom: 1px solid #999; background-color: #fafafa; }
#mmenu-main { flex:1; position:relative; }
#mmenu-main > div { position: absolute; top: 0; bottom: 0; left: 0; right: 0; overflow: scroll; }
#mmenu-main ul > li.wpml-ls-item { display:none; }
#mmenu-bottom { height:auto; display: flex; flex-direction: column; justify-content: space-between; border-top: 1px solid #999; color:#2e2e2e; background-color: #fafafa; padding:10px 20px 15px 20px; line-height: normal; justify-content: center; align-items:center; font-size: 20px; }
#mmenu-bottom #menu-language-menu { margin:0; }
#mmenu-bottom .wpml-ls-native { display: flex; align-items: center; padding: 10px 25px; }
#mmenu-bottom .wpml-ls-native svg { margin-right: 7px; fill: var(--linkcolor); }
#mmenu-bottom .social-icons { width: 100%; margin: 20px 0 0 0; gap: 10px; }
#mmenu-bottom #mmenu-socials { margin-top: 8px; }
#mmenu-bottom a { text-decoration:none; }

/* HOMEPAGE BANNER */
#hero_banner { font-family: 'Arima'; color: #4e4e4e; text-shadow: none; font-style: normal; letter-spacing: normal; word-spacing: normal; width:100%; min-height:540px; background-color:#f7f4ea; cursor: grab; }
#hero_banner .splide__track { width:100%; height:100%; }
.hero_banner_slide { position:relative; width:100%; height:100%; }
.hero_banner_slide > div { margin: 0 auto !important; max-width: var(--max-width); width:100%; height:100%; display:flex; }
.hero_banner_slide .bh_col { width:50%; height:100%; display:flex; align-items:center; }
.hero_banner_slide .bh_col_left { padding: var(--site-padding); }
.hero_banner_slide .bh_col_content { width:100%; padding:20px 20px 20px 0; }
.hero_banner_slide .img_wrap { position: absolute; top: 0; bottom: 0; right: 0; }
.hero_banner_slide img { width: 100%; height: 100%; object-position: center; object-fit: cover; }
.hero_banner_slide .bh_title { font-size: 130%; line-height: 1.34; text-transform: uppercase; font-weight: 300; }
.hero_banner_slide .bh_content { font-size: 290%; line-height: 1.34; text-transform: none; font-weight: 300; margin:10px 0; }
.hero_banner_slide .bh_button { display:inline-block; background: #ffffff; padding: 7px 40px 5px 40px; border: 1px solid RGBA(112,84,0,1); color: RGBA(112,84,0,1); font-size: 130%; line-height: 1.5; text-align: center; font-weight: 400; text-decoration: none; margin-top:20px; }
.hero_banner_slide .bh_button:hover { background-color:RGBA(112,84,0,1); color:#fff !important; }
@media all and (max-width:900px) {
#hero_banner { min-height:unset; }
.hero_banner_slide > div { flex-direction:column; }
.hero_banner_slide .bh_col { width:100%; }
.hero_banner_slide .img_wrap { position: relative; aspect-ratio:16/9; }
.hero_banner_slide .bh_col_content { text-align:center; padding: 40px 0; }
.hero_banner_slide .bh_title { font-size: 115%; font-weight: 500; }
.hero_banner_slide .bh_content { font-size: 160%; }
.hero_banner_slide .bh_button { font-size: 110%; margin-top: 10px; padding: 7px 25px 5px 25px; }
}
@media all and (max-width:767px) {
.hero_banner_slide .img_wrap { aspect-ratio:4/3; }
.hero_banner_slide .bh_title { font-size: 100%; }
.hero_banner_slide .bh_content { font-size: 140%; }
.hero_banner_slide .bh_button { font-size: 100%; }
.hero_banner_slide .bh_col_content { padding: 25px 0; }
}

/* CONTACT */
.vb-btn-image:not(.vb-style-g) > a, .vb-btn-image:not(.vb-style-g) > div { padding:0; }

/* FOOTER */
footer .social-icons { margin: 12px 0 0 -17px; }
footer .cols-wrap { overflow:visible; }
#footer-top a:hover { color:#ffffff99; }
#footer-top a:hover svg { fill:#ffffff99; }
@media all and (max-width:575px) {
	footer .social-icons { margin:0; }
	footer nav.cols-1 ul.menu li { text-align:center; }
	footer .foot-address > div > div { margin-left:auto; margin-right:auto; text-align:center; }
}

/* PLUGINS */
.n2-ss-button-container a.n2-ow { transition:all .15s ease-in-out !important; }
.splide__arrow svg { fill: #fff; }
.wooco_component_product_selection_list .wooco_component_product_selection_list_item.wooco_item_selected { border-color:var(--primary_color); }
.wooco_component_product_selection_list .wooco_component_product_selection_list_item.wooco_item_selected .wooco_component_product_selection_list_item_choose span::before { background-color: var(--primary_color); }

/* ELEMENT SUBSCRIBE */
#venet-form-newsletter { display: flex; margin-left:0; margin-right:0; }
#venet-form-newsletter div.form-fields { flex-direction:row; flex-wrap:nowrap; flex:1; align-items: center; }
#venet-form-newsletter div.form-fields .form-text { max-width:340px; }
#venet-form-newsletter div.form-fields .form-text label { font-size:20px; color:#444; }
#venet-form-newsletter div.form-send { flex:0; align-items:center; padding-left: 40px; }
#venet-form-newsletter div.form-send button { margin:0; height:38px; }
#venet-form-newsletter h2 { white-space:nowrap; margin:0 30px 0 10px; }
.venet-form .form-row:not(.form-checkbox) .form-field[required] label::after, .venet-form .form-checkbox .form-field[required] .text::after { color: var(--primary_color); }

#venet-form-newsletter_footer.venet-form .form-fields { margin: 0; }
#venet-form-newsletter_footer.venet-form .form-field { position:relative; margin: 0 0 8px 0; }
#venet-form-newsletter_footer.venet-form .form-row:not(.form-checkbox) .form-field label { min-width: 92px; justify-content: flex-start; line-height: normal; padding:0; }
#venet-form-newsletter_footer input[type="text"], #venet-form-newsletter_footer input[type="email"] { background-color: transparent; color: #fff; border: none; height: auto; padding:0; margin-top: -8px; border-radius: unset; }
#venet-form-newsletter_footer.venet-form .form-text .form-field:before { content:''; position:absolute; bottom:2px; left:90px; right:0; height:1px; background-color:#fff; }
html[lang="el"] #venet-form-newsletter_footer.venet-form.tmpl-1 .form-row:not(.form-checkbox) .form-field label { min-width:142px; }
html[lang="el"] #venet-form-newsletter_footer.venet-form.tmpl-1 .form-field:before { left:140px; }
#venet-form-newsletter_footer.venet-form .form-row:not(.form-checkbox) .form-field[required] label::after { color:#fff; }
#venet-form-newsletter_footer.venet-form .form-send button { margin:8px 0 0 0; padding:6px 22px; background-color: transparent; border: 2px solid #fff; height: unset; }
#venet-form-newsletter_footer.venet-form .form-send button:hover { background-color:#ffffff22; color:#fff; }
#venet-form-newsletter_footer.venet-form .form-simple-text { margin-bottom:12px; padding: 0; line-height: normal; }
#venet-form-newsletter_footer.venet-form .form-field .error-text > span, #venet-form-newsletter_footer.venet-form .form-field .error-text { color: #fff; }
#venet-form-newsletter_footer.venet-form .form-text, #venet-form-newsletter_footer.venet-form .form-send { margin:0; padding:0; }
#venet-form-newsletter_footer.venet-form .form-checkbox { padding:0; margin: 6px 0 0 0; }
#venet-form-newsletter_footer.venet-form .form-checkbox .form-field { flex-direction:row !important; }
#venet-form-newsletter_footer.venet-form .form-checkbox label > div { line-height:normal; }
#venet-form-newsletter_footer.venet-form .form-checkbox .checkmark { height: 18px; min-height: 18px; width: 18px; min-width: 18px; margin-top:1px; }
#venet-form-newsletter_footer.venet-form .space { display:none; }

@media all and (max-width:999px) {
	#venet-form-newsletter { flex-direction: column; }
	#venet-form-newsletter div.form-fields { flex-wrap: wrap; justify-content: center; }
	#venet-form-newsletter div.form-send button { margin: 12px 0 0 0; }
	
}
@media all and (max-width:575px) {
	#venet-form-newsletter div.form-fields .form-text label { font-size: 18px; }
	#venet-form-newsletter_footer.venet-form .form-simple-text { text-align:center; }
	#venet-form-newsletter_footer.venet-form .form-send { justify-content:center !important; margin-top:6px; }
	#venet-form-newsletter_footer.venet-form .form-text .form-field { margin-left:auto; margin-right:auto; max-width: 300px; }
	#venet-form-newsletter_footer.venet-form .form-checkbox label { margin-left:auto; margin-right:auto; }
}


/* WOO */
.woocommerce span.venet-badge { background-color:var(--secondary_color); }
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { margin: 0;border-radius: unset; background-color: #fff; }
.woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox { line-height: normal; }

/* WOOCOMMERCE ARCHIVE */
#content .woocommerce-result-count { padding-bottom: 20px; margin-bottom: 30px; border-bottom: 1px solid #666; }
.woocommerce .woocommerce-ordering { top:0; }

/* WOOCOMMERCE */
body.single-product .summary h1.product_title { margin: -8px 0 0 0 !important; font-size:36px; letter-spacing:1.6px; line-height: normal; font-weight: 400; text-transform: uppercase; color:#2e2e2e; }
body.single-product #content > .product > .summary.entry-summary { display: flex; flex-direction: column; justify-content: space-between; }

.product-moreinfo { font-size: 95%; border-top:2px solid var(--primary_color); }
.product-moreinfo > div { padding:20px 0; border-bottom:1px solid #ccc; }
.product-moreinfo .title { font-weight:600; margin-bottom:4px; }
.product-moreinfo .text { display:flex; }
.product-moreinfo .text > div:first-child { flex:1; }
.product-moreinfo .text > div:last-child a { text-decoration: none; border: 1px solid #666; color: #666; width: 30px; height: 30px; display: flex; justify-content: center; align-items: center; border-radius: 50%; margin:-15px 0 0 15px; }
.product-moreinfo .text > div:last-child a:hover { background-color:#fff; }
body.single-product .summary form.cart { margin: 0; }
body.single-product .summary p.price { display:flex; margin-bottom:0 !important; }
body.single-product .summary p.price del { margin-right:20px; }
body.single-product .summary .product_size { margin-bottom:20px; }
body.single-product .summary .product_size .title { font-weight:600; }

body.single-product h2.wp-block-heading { padding-bottom: 8px; }
body.single-product h2.wp-block-heading::after { content: ''; height: 1px; background-color: rgb(115,115,115); position: absolute; bottom: 0px; left: 0; width: 50%; }

/* WOOCOMMERCE BADGE */
.woocommerce ul.products li.product span.venet-badge { height: 40px; }
.woocommerce span.venet-badge { width: 90px; height: 50px; color: #646464; font-size: 28px; border-radius: 3px; border:none; }

/* WOOCOMMERCE SINGLE PAGE */
.single-product .wooco_component_desc { font-weight:600; font-size:95%; }
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_image, .single-product .wooco_component_has_1, .single-product .wooco_summary, .single-product .wooco-alert { display:none !important; }
.single-product .wooco_component_product_selection_list { display: flex; gap: 10px; flex-direction: row; }
.wooco_component_product_selection_list .wooco_component_product_selection_list_item .wooco_component_product_selection_list_item_choose span::before { line-height: 25px; }
body.single-product .summary form.cart button.button.added { background-color:var(--primary_color); }

body.single-product .summary h1.product_title { font-family:'Tinos'; font-size:35px; line-height: 36px; padding-bottom: 5px; }
body.single-product .summary h1.product_title span { font-size:20px; display: block; line-height: normal; padding-bottom: 12px; letter-spacing:.2px; line-height: 23px; }
body.single-product .summary .product_meta { display: block; font-size:16px; font-size: 16px; line-height: 20px; font-weight: 400; font-style: normal; text-transform: uppercase; letter-spacing: 1px; color: #808080; }

/* BOXNOW */
#boxnow_widget { width: 90vw; height: 88vh; }

/*MINI CART */
.woocommerce-mini-cart__total > strong { margin-right: 6px; }

@media all and (max-width:767px) {
	body.single-product #splide-wrap.splide-vertical .splide-thumbnails-wrap > div { margin-right:10px; width: auto; }
	body.single-product .summary h1.product_title { margin: 0 !important; font-size:26px; letter-spacing:1px; }
}

/* FORMS */
.venet-form .form-checkbox .checkmark:after { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="26" height="26" viewBox="0 0 24 24" style="fill:%238f6d00;"><path d="M0 11c2.761.575 6.312 1.688 9 3.438 3.157-4.23 8.828-8.187 15-11.438-5.861 5.775-10.711 12.328-14 18.917-2.651-3.766-5.547-7.271-10-10.917z"/></svg>'); }
