/*
Theme Name: MindShop eCommerce Template
Theme URI: https://mindrop.gr
Author: Mindrop digital agency
Author URI: https://mindrop.gr
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/



@import url('https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@100..800&display=swap');


@font-face {
    font-family: 'VAG-Rounded';
    src: url('fonts/VAG-Rounded-Next-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'VAG-Rounded';
    src: url('https://kidsplancity.gr/wp-content/themes/plancity/fonts/VAG-Rounded-Next-It.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'VAG-Rounded';
    src: url('https://kidsplancity.gr/wp-content/themes/plancity/fonts/VAG-Rounded-Next-Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'VAG-Rounded';
    src: url('https://kidsplancity.gr/wp-content/themes/plancity/fonts/VAG-Rounded-Next-Bold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'VAG-Rounded';
    src: url('https://kidsplancity.gr/wp-content/themes/plancity/fonts/VAG-Rounded-Next-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


body {
	font-family: "Geologica", sans-serif;
	font-size:15px;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

.homepage-slider img {
	width:100%;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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;
	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; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## OFF CANVAS MENU
--------------------------------------------------------------*/
.overlay-div {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
}

.overlay-background {
	height: 100vh;
	width: 100vw;
	z-index: 50;
	background-color: black;
	opacity: 0.75;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: none;
}

.offcanvas-contents-left-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	left: -100vw;
	transition: left 1s;
}

.offcanvas-contents-right-1 {
	height: 100vh;
	width: 100vw;
	max-width: 500px;
	z-index: 51;
	background-color: #313cd0;
	position: fixed;
	top: 0;
	right: -100vw;
	transition: right 1s;
}

.offcanvas-contents-left-1-added {
	left: 0;
}

.offcanvas-contents-right-1-added {
	right: 0;
}

.offcanvas-base {
	display: flex;
	flex-direction: column;
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 500;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 340px;
	background-color: #fff;
	transition: -webkit-transform .25s ease;
	transition: transform .25s ease;
	transition: transform .25s ease,-webkit-transform .25s ease;
	max-width: 100%;
}

.offcanvas-menu {
	left: 0;
	right: auto;
	width: 340px;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1),visibility 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	max-width: 100%;
}

.offcanvas-filters {
	left: 0;
	right: auto;
	-webkit-transform: translate3d(-340px,0,0);
	transform: translate3d(-340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-cart {
	right: 0;
	left: auto;
	-webkit-transform: translate3d(340px,0,0);
	transform: translate3d(340px,0,0);
	visibility: hidden;
	max-width: 100%;
}

.offcanvas-opened {
	-webkit-transform: none;
	transform: none;
	visibility: visible;
	z-index: 9999999;
}

.offcanvas-close-side {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 400;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,.7);
	transition: opacity .25s ease,visibility 0s ease .25s;
}

.offcanvas-close-side-opened {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s ease,visibility 0s ease;
}
.off-cart-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-filters-footer {
	flex: 0 0 auto;
	padding-bottom: 15px;
}
.off-menu-footer {
	flex: 0 0 auto;
	padding-bottom: 0px;
}
.off-cart-footer .woocommerce-mini-cart__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-filters-footer .woocommerce-filter__buttons {
	padding-right: 15px;
	padding-left: 15px;
	display: block;
	margin-bottom: 0;
	text-align: center;
}
.off-cart-footer .woocommerce-mini-cart__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-filters-footer .woocommerce-filter__buttons a {
	width: 100%;
	margin-bottom: 10px;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-cart {
	background-color: #f7f7f7;
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-cart-footer .woocommerce-mini-cart__buttons .btn-checkout {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #83b735;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.off-filters-footer .woocommerce-filter__buttons .btn-filters {
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #000;
	color: #fff;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
.woocommerce-mini-cart__total {
	border-color: rgba(129,129,129,.2);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-top: 2px solid;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 5px;
}
.woocommerce-mini-cart__total strong {
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
}
.woocommerce-mini-cart__total .amount {
	font-weight: 600;
	font-size: 20px;
}
.off-cart-header {
	display: flex;
	flex: 0 0 auto;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
	padding: 20px 15px 20px 15px;
	border-bottom: 1px solid;
	border-color: rgba(129,129,129,.2);
}
.off-cart-header .widget-title {
	flex: 1 1 auto;
	margin: 0px;
	font-size: 20px;
	color: #2d2a2a;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
}
.wd-cross-button {
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
.off-cart-header .close-side-widget {
	flex: 0 0 auto;
}
.wd-cross-button[class*=wd-with-text], .widget_layered_nav_filters ul li a {
	color: #2d2a2a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: .3px;
	font-weight: 600;
	font-size: 13px;
}
.wd-cross-button.wd-with-text-left {
	padding-right: 18px;
}
.wd-cross-button:after, .wd-cross-button:before {
	content: " ";
	position: absolute;
	top: 50%;
	display: inline-block;
	margin-top: -1px;
	width: 12px;
	height: 2px;
	background-color: #000;
	transition: background-color .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out;
	transition: background-color .2s ease-in-out,transform .2s ease-in-out,width .2s ease-in-out,-webkit-transform .2s ease-in-out;
}
.wd-cross-button:before, .widget_layered_nav_filters ul li a:before, .woocommerce-remove-coupon:before, td.product-remove a:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.wd-cross-button:after, .widget_layered_nav_filters ul li a:after, .woocommerce-remove-coupon:after, td.product-remove a:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.wd-cross-button.wd-with-text-left:after, .wd-cross-button.wd-with-text-left:before {
	right: 0;
}
.off-widget_shopping_cart {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_filters {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_mob_navigation_menu {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	position: relative;
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
}
.off-widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_cart_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_shopping_filters_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.widget_mob_navigation_menu_content {
	display: flex;
	flex: 1 1 auto;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
}
.off-widget-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget-scroll-content {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget-scroll-content .woocommerce-mini-cart__total, .off-widget-scroll-content .woocommerce-mini-cart__buttons{
	display:none;
}
.off-widget-scroll-content .woocommerce-mini-cart {
	padding: 15px;
}

/*--------------------------------------------------------------
## OFF CANVAS CART CONTENT
--------------------------------------------------------------*/

.noesis-scroll {
	position: relative;
	flex: 1 1 auto;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.off-widget_shopping_cart .noesis-scroll-content {
	position: absolute;
	padding-right: 0;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 0;
	max-height: none;
}
.off-widget_shopping_filters .noesis-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	position: absolute;
	padding-right: 15px;
	padding-left: 15px;
	max-height: none;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	position: absolute;
	padding-right: 15px;
	max-height: none;
}
.off-widget_shopping_cart .product_list_widget {
	margin-bottom: 0;
	text-align: left;
	padding: 0px;
}
.woocommerce .off-widget_shopping_cart ul.product_list_widget .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.off-widget_shopping_cart .mini_cart_item {
	position: relative;
	display: flex;
	align-items: flex-start;
	flex-direction: row;
}
.widget_shopping_cart_content .mini_cart_item {
	margin-bottom: 0;
	padding: 15px;
	transition: background-color .3s ease;
}
.product_list_widget>li>a {
	display: block;
	margin-bottom: 8px;
}
.off-widget_shopping_cart .cart-item-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	font-size: 0;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.off-widget_shopping_cart .remove {
	position: absolute;
	top: 13px;
	right: 10px;
	z-index: 99999;
	margin-bottom: 0;
	padding-right: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: rgba(0,0,0,.8);
	text-align: center;
	font-size: 21px;
	line-height: 20px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.cart-widget-side .off-widget_shopping_cart .remove {
	top: 13px;
	right: 10px;
}
.off-widget_shopping_cart .remove:after {
	font-weight: 700;
	font-size: 8px;
	content: "X";
	font-family: noesis-font;
	display: none;
}
.off-widget_shopping_cart .cart-item-image {
	position: relative;
	flex: 0 0 auto;
	overflow: hidden;
	margin-right: 15px;
}
.off-widget_shopping_cart .mini_cart_item a {
	margin-bottom: 0;
}
.product_list_widget>li img {
	float: left;
	margin-right: 15px;
	min-width: 65px;
	max-width: 65px;
	height: auto;
}
.off-widget_shopping_cart .cart-item-image img {
	float: none;
	margin-right: 0;
	transition: opacity .6s ease;
}
.off-widget_shopping_cart .cart-info {
	flex: 1 1 auto;
	padding-right: 20px;
}
.off-widget_shopping_cart .product-title {
	display: block;
	margin-bottom: 6px;
}
.off-widget_shopping_cart .product-title {
	transition: all .25s ease;
}
.product_list_widget>li .product-title {
	margin-bottom: 8px;
	font-size: 14px;
}
.off-widget_shopping_cart .quantity {
	display: inline-flex;
	vertical-align: top;
	white-space: nowrap;
	font-size: 0;
}
.off-widget_shopping_cart .quantity {
	display: block;
	color: #BBB;
	font-size: 13px;
}
.off-widget_shopping_cart .amount {
	font-weight: 600;
	font-size: 14px;
}
.shopping-cart-widget-footer {
	display: none;
}

/*--------------------------------------------------------------
## OFF CANVAS MOBILE MENU
--------------------------------------------------------------*/
.offcanvas-menu {
	margin-top: 0px;
}
.offcanvas-menu .offcanvas-close-menu svg{
	display: inline-block;
	fill: #000;
	vertical-align: middle;
	background: none;
	pointer-events: none;
	width: 15px;
	height: 15px;
	stroke-width: 1.5px;
}
.offcanvas-close-menu {
	position: relative;
	vertical-align: middle;
	line-height: 15px;
}
.offcanvas-menu .offcanvas-close-menu:before {
	position: absolute;
	content: '';
	top: -8px;
	right: -12px;
	left: -12px;
	bottom: -8px;
	transform: translateZ(0);
}
.navbar-collapse {
	display: block!important;
	height: auto!important;
	padding-bottom: 0;
	overflow: visible!important;
}
.noesis-scroll-content .navbar-collapse  {
	padding: 0px;
}
.off-widget_mob_navigation_menu .noesis-scroll-content {
	padding-left: 30px;
	padding-right: 30px;
}
.off-widget_mob_navigation_menu  .navbar-nav {
	margin: 0px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item {
	border-bottom: 1px solid #d9d9d9;
	border-color: rgb(140 140 140 / 0.25); 
	overflow: hidden;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a {
	display: block;
	position: relative;
	width: 100%;
	padding: 20px 0;
	text-align: left;
	cursor: pointer;
	text-transform: uppercase;
}
.off-widget_mob_navigation_menu .nav>li>a:focus, .off-widget_mob_navigation_menu .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0px;
	vertical-align: middle;
	border-top: 0px dashed;
	border-right: 0px solid transparent;
	border-left: 0px solid transparent;
	position: absolute;
	right: 0;
	top: calc(50% - (11px / 2));
	width: 11px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-90deg);
	background-color: currentColor;
	transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::before {
	width: 11px;
	height: 1px;
	opacity: 1;
}
.off-widget_mob_navigation_menu .main-mob-menu-item a .caret::after {
	width: 1px;
	height: 11px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before, .off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open a .caret::before{
	opacity: 0;
}
.off-widget_mob_navigation_menu .dropdown-menu {
	display: block;
	height: 0;
	visibility: hidden;
	transition: height 0.35s ease-in-out, visibility 0s ease-in-out 0.35s;
	overflow: hidden;
	padding-bottom: 18px;
	margin-left: 16px;
}
.off-widget_mob_navigation_menu .main-mob-menu-item.open .dropdown-menu {
	visibility: visible;
	transition: height 0.35s ease-in-out;
	overflow:visible;
	height: auto;
}
.off-widget_mob_navigation_menu .navbar-nav .open .dropdown-menu>li>a {
	padding: 13px 0px 13px 0px;
	font-size: 13px;
}
.secondary-mob-menu-item-first {
	margin-top: 30px;
}
.secondary-mob-menu-item {
	margin-bottom: 18px;
	padding: 0px;
}
.secondary-mob-menu-item a {
	line-height: 21px;
	font-size: 13px;
}
.navbar-nav>.secondary-mob-menu-item>a {
	padding: 0px;
	color:#888;
	text-transform: none;
	font-size: 13px;
}
.off-widget_mob_navigation_menu {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-widget_mob_navigation_menu {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-cart-header {
	opacity: 0;
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
	transform: translateX(-65px);
}
.offcanvas-opened .off-cart-header {
	opacity: 1;
	transform: translateX(0);
	transition: opacity 0.5s ease 0.25s, transform 0.5s ease 0.25s;
}
.off-menu-footer {
	opacity: 0;
	transform: translateY(45px);
	transition: opacity 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94),transform 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.offcanvas-opened .off-menu-footer {
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s,transform 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.45s;
}
.off-widget_mob_navigation_menu .navbar-nav>li {
	float: none;
	width: 100%;
}
.off-widget_mob_navigation_menu .navbar-nav {
	float: none;
	margin: 0;	
}

/*--------------------------------------------------------------
## Mobile Header
--------------------------------------------------------------*/
#mobileheader {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 18px;
	background-color: #000;
}
.mobile-menu-icon svg {
	height: 14px;
	width: 20px;
	fill: #fff;
}
.mobile-cart-icon svg {
	height: 20px;
	fill: #fff;
	stroke-width: 1.5px;
}
.mobile-branding img {
	max-width: 200px;
}

/*--------------------------------------------------------------
## CART Page
--------------------------------------------------------------*/
.woocommerce table.shop_table {
	border: 0px solid rgba(0,0,0,.1);
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}
th.product-remove {
	width: 40px;
}
th.product-thumbnail {
	width: 10px;
}
th.product-name {
	text-align: left;
}
table th {
	padding: 15px 10px;
	border: none;
	border-bottom: 2px solid #EFEFEF;
	color: #2d2a2a;
	vertical-align: middle;
	text-align: left;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.2;
}
.woocommerce table.shop_table td {
	padding: 15px 12px;
	border: none;
	border-bottom: 1px solid #E6E6E6;
	text-align: left;
	font-weight: inherit;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
td.product-remove {
	padding: 0;
	text-align: center;
}
@media (min-width: 768px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
}
.order-last {
	-ms-flex-order: 13;
	order: 13;
}
.cart-actions .coupon {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cart-actions .coupon label {
	display: none;
}
.cart-actions .coupon .input-text {
	margin-right: 10px;
	max-width: 230px;
}
.cart-actions input {
	padding: 0 15px;
	max-width: 100%;
	width: 100%;
	height: 42px;
	border: 2px solid rgba(129,129,129,.2);
	border-radius: 0;
	background-color: transparent;
	box-shadow: none;
	vertical-align: middle;
	font-size: 14px;
	transition: border-color .5s ease;
}
.woocommerce .cart-actions [type=submit]{
	padding: 12px 20px;
	font-size: 13px;
	line-height: 18px;
	background-color: #F3F3F3;
	color: #3E3E3E;
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	outline: 0;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
	border-radius: 0;
	box-shadow: none;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	letter-spacing: .3px;
	font-weight: 600;
	cursor: pointer;
	transition: color .25s ease,background-color .25s ease,border-color .25s ease,box-shadow .25s ease,opacity .25s ease;
}
td.product-thumbnail>a {
	display: block;
	overflow: hidden;
}
td.product-thumbnail img {
	min-width: 80px;
	max-width: 80px;
}
.cart-actions.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
.woocommerce .cart-totals-inner {
	padding: 25px;
	border: 3px solid #EFEFEF;
}
.woocommerce .cart-totals-inner h2 {
	text-transform: uppercase;
	font-size: 22px;
	margin-bottom: 5px;
	padding-left: 6px;
	margin-top: 0px;
}
.cart-subtotal th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.woocommerce-shipping-totals th {
	border-bottom: 1px solid #E6E6E6;
	text-transform: none;
	font-size: 14px;
}
.cart-subtotal .woocommerce-Price-amount{
	color: #777;
}
.order-total .woocommerce-Price-amount {
	font-size: 16px;
}
.woocommerce-remove-coupon, td.product-remove a {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	font-size: 0;
	position: relative;
	display: inline-block;
	cursor: pointer;
	line-height: 30px;
}
@media (min-width: 769px) {
	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.col-md-automa {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}
	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}
@media (max-width: 1024px) {
	.cart-content-wrapper .cart-data-form {
		margin-bottom: 40px;
		padding-top: 0;
	}
}
@media (max-width: 768px) {	
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.shop_table_responsive tr {
		position: relative;
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 1px solid rgba(129,129,129,.2);
	}
	.woocommerce-cart-form__contents tr {
		margin-bottom: 25px;
		padding-bottom: 25px;
		padding-left: 115px;
		min-height: 136px;
	}
	.shop_table_responsive tr:last-child {
		margin-bottom: 0;
	}
	.woocommerce-cart-form__contents td {
		display: flex;
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		margin-bottom: 5px;
		padding: 0;
	}
	.woocommerce-cart-form__contents td:not(:last-child) {
		border-bottom: 1px dashed rgba(129,129,129,.2);
	}
	.shop_table_responsive td {
		display: block;
		margin-bottom: 8px;
		padding: 0 0 8px;
		border-bottom: none;
		text-align: right;
	}
	.shop_table_responsive td:before {
		content: attr(data-title);
		float: left;
		padding-top: 3px;
		color: #2d2a2a;
		text-transform: uppercase;
		font-weight: 600;
		font-size: 12px;
	}

	.woocommerce-cart-form__contents td:before {
		flex: 1 1 auto;
		margin-bottom: 5px;
		padding-top: 0;
		text-align: left;
		font-size: 11px;
	}
	.group_table td>*, .woocommerce-cart-form__contents td>* {
		margin-bottom: 5px;
	}
	.woocommerce table.shop_table td.product-thumbnail {
		position: absolute;
		top: 0;
		left: 0;
		overflow: hidden;
		margin-bottom: 0;
		padding-bottom: 0;
		max-height: 115px;
		border-bottom: none;
	}
	.woocommerce-cart-form__contents td.product-thumbnail img {
		min-width: 100px;
		max-width: 100px;
	}
	.shop_table_responsive tbody, .shop_table_responsive tfoot, .shop_table_responsive tr {
		display: block;
	}
	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		display: block;
	}
	.shop_table_responsive {
		display: block;
	}
	.shop_table_responsive th, .shop_table_responsive thead {
		display: none;
	}
	th.product-name {
		text-align: left;
	}
	td.product-name:before {
		display:none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-remove {
		position: absolute;
		top: -7px;
		right: -7px;
		z-index: 1;
		margin-bottom: 0;
		padding-bottom: 0;
		border: none;
	}
	.woocommerce .woocommerce-cart-form__contents td.product-name {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
		text-align: left!important;
		padding: 15px 12px;
	}
	.woocommerce  .woocommerce-cart-form__contents td.product-name a {
		margin-bottom: 10px;
		padding-right: 30px;
	}
	.woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: transparent;
	}
	.woocommerce table.shop_table td {
		padding: 4px 12px;
	}
	.order-first {
		-ms-flex-order: -1;
		order: -1;
	}
	.order-last {
		-ms-flex-order: 13;
		order: 13;
	}
	.cart-actions .button {
		width: 100%;
	}
	.woocommerce table.shop_table {
		margin-bottom: 40px;
	}
	.woocommerce .cart-actions button.button:disabled, .woocommerce .cart-actions button.button:disabled[disabled] {
		padding: 12px 20px;
	}
	.cart-actions .coupon {
		justify-content: center;
		margin-top: 30px;
		padding: 25px;
		border: 2px dashed rgba(129,129,129,.2);
	}
	.cart-actions .coupon {
		flex-direction: column;
	}
	.cart-actions .coupon .input-text {
		max-width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.woocommerce .cart-totals-inner table.shop_table td {
		border-bottom: 0px solid #E6E6E6;
		margin-bottom: 0px;
	}
	body .select2-container, body .ui-widget.ui-datepicker {
		z-index: 99!important;
	}
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background-color: #6ca300;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
	background-color: #83c305;
	color: #fff;
}
/*--------------------------------------------------------------
## Checkout Page
--------------------------------------------------------------*/
.noesis-table-wrapper {
	overflow-x: auto;
	margin-bottom: 20px;
	padding: 5px 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
.woocommerce-terms-and-conditions-wrapper {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid;
}
input[type=radio], input[type=checkbox] {
	box-sizing: border-box;
	margin-top: 0;
	margin-right: 5px;
	padding: 0;
	vertical-align: middle;
}
.checkbox input[type=checkbox], .checkbox-inline input[type=checkbox], .radio input[type=radio], .radio-inline input[type=radio] {
	position: relative;
	margin-top: 4px;
	margin-left: 0px;
}
.checkout-order-review, .woocommerce-order-pay .entry-content>.woocommerce {
	position: relative;
	margin-bottom: 40px;
	padding: 30px;
	background-color: #F8F8F8;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
th.product-name {
	text-align: left;
}
.shop_table tr td:last-child, .shop_table tr th:last-child {
	text-align: right;
}
.woocommerce-checkout-review-order-table td, .woocommerce-checkout-review-order-table th {
	max-width: 50%;
	width: 50%;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box {
	position: relative;
	margin-top: 15px;
	padding: 15px;
	background-color: #FFF;
	box-shadow: 1px 1px 2px rgba(0,0,0,.05);
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box:before {
	position: absolute;
	top: -4px;
	left: 25px;
	color: #FFF;
	font-size: 32px;
	line-height: 0;
	content: "\f151";
	font-family: woodmart-font;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #add_payment_method #payment .payment_methods .payment_box p:last-child {
	margin-bottom: 0;
}
.checkout-order-review:after, .checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:after, .woocommerce-order-pay .entry-content>.woocommerce:before {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: transparent;
	background-image: radial-gradient(farthest-side,rgba(0,0,0,0) 6px,#f8f8f8 0);
	background-size: 15px 15px;
}
.checkout-order-review:before, .woocommerce-order-pay .entry-content>.woocommerce:before {
	top: -10px;
	background-position: -3px -5px,0 0;
}
#ship-to-different-address label {
	display: inline;
	margin: 0;
	margin-right: 5px;
	color: #2d2a2a;
}




@media (min-width: 992px) and (max-width: 1200px) {
	.site-header-contact {
		display:none;
	}
}
@media (min-width: 1340px) and (max-width: 1500px) {
	.container.container-full {
		max-width: 1310px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-cart .container, .woocommerce-checkout .container {
		max-width: 1310px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1500px) and (max-width: 1600px) {
	.container.container-full {
		max-width: 1470px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-cart .container, .woocommerce-checkout .container {
		max-width: 1470px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (min-width: 1600px) {
	.container.container-full {
		max-width: 1570px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
	.woocommerce-cart .container, .woocommerce-checkout .container {
		max-width: 1570px;
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}






.site-header-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 16px;
	padding-bottom: 16px;
}
.site-header-top {
	background-color:#fff;
}
.site-header-logo {
	padding: 0 30px 0 0;
}
.site-header-logo img {
	max-height:80px;
}
.site-header-search {
	margin: 0 30px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.site-header-search .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
	margin: 0;
	width: 100%;
	max-width: 100%;
	font-size: 100%;
	border-radius: 25px;
	line-height: 24px;
	height: 45px;
	padding: 10px 20px;
	padding-right: 0px;
	padding-bottom: 12px;
	border: 1px solid #e2e2e2;
    border-radius: 5px;
}
.dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	overflow: visible;
	position: absolute;
	border: 0;
	padding: 0 15px;
	margin: 0;
	cursor: pointer;
	height: 40px;
	min-width: 60px;
	width: auto;
	line-height: 100%;
	min-height: 100%;
	right: 0px;
	left: auto;
	top: 0;
	bottom: auto;
	color: #000;
	-webkit-transition: 250ms ease-in-out;
	-moz-transition: 250ms ease-in-out;
	-ms-transition: 250ms ease-in-out;
	-o-transition: 250ms ease-in-out;
	transition: 250ms ease-in-out;
	text-transform: uppercase;
	background-color: transparent;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: none;
}
.dgwt-wcas-sf-wrapp .dgwt-wcas-search-submit:before {
	display:none;
}
.site-header-search .dgwt-wcas-has-submit .dgwt-wcas-search-submit svg path {
	fill:#000;
}
.dgwt-wcas-ico-magnifier, .dgwt-wcas-ico-magnifier-handler {
	max-width: 16px!important;
}
.dgwt-wcas-darkened-overlay {
    display: block;
    position: absolute;
    opacity: .55;
    z-index: 100000;
    left: 0;
    top: 0;
}
.site-header-search .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	    background-color: #f9f9f9;
}
.site-header-contact {
	margin-right: 72px;
}
.site-header-contact a {
	color: #fff;
	font-weight: 800;
	font-size: 22px;
	line-height: 22px;
}
.site-header-contact span {
	color: #9b9b9b;
	display: block;
	line-height: 20px;
	font-size:13px;
}
.site-header-contact-icon {
	width: 45px;
	height: 45px;
	font-size: 18px;
	line-height: 46px;
	text-align: center;
	float: left;
	background-color: #272f35;
	background-color: #be1637;
	border-radius: 10px;
	margin-top: -3px;
}
.site-header-contact-icon img {
	padding: 12px;
	width: 100%;
	margin-top: -3px;
}
.site-header-contact-details {
	padding-left: 60px;
}
.site-header-shop-btns {
	padding-left: 30px;
	position:relative;
}
.block-userlink:after {
content: '';
    width: 1px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: -18px;
    transform: translateY(-50%);
    border-left: 1px solid #eeeeee;
}
.inner-control .block-userlink  {
	margin-right:20px;
}
.inner-control .block-wishlist {
	margin-right:6px;
}
.site-header-menusec {
	background-color: #0b6511;
	border-top: 0px solid #000;
}
.navbar {
	position: relative;
	min-height: 50px;
	margin-bottom: 0px;
	border: 0px solid transparent;
}
.navbar-default {
	background-image: none;
	filter: none
		background-repeat: repeat-x;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
}
.navbar-brand, .navbar-nav>li>a {
	text-shadow: none;
}
.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-weight: 700;
	padding-top: 20px;
        padding-bottom: 20px;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
	color: #ee5022;
	background-color: transparent;
}
@media (min-width: 768px) {
	.navbar-collapse {
		padding:0px;
	}
}


.site-header-middle .wishlist_products_counter {
	display: none;
}
.inner-control {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0 -13px;
}
.inner-control {
	justify-content: flex-end;
	text-align: end;
}
.dukamarket-dropdown {
	position: relative;
}
.inner-control>* {
	margin: 0 13px;
}
.block-userlink>a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-transform: capitalize;
}
.inner-control>*>a {
	display: flex;
	text-align: start;
	font-size: 14px;
	line-height: 17px;
	padding: 8px 0;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	text-align:center;
}
.inner-control .woo-cart-link {
	    flex-direction: row;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px 10px;
}

.inner-control .woo-cart-link .text {
	display: flex;
    margin-left: 11px;
    vertical-align: middle;
    align-items: center;
}

.block-userlink>a>* {
	display: inline-block;
	vertical-align: top;
}
.inner-control>*>a .text {
	margin-inline-start: 0px;
}
.inner-control>*>a .text .sub {
	display: block;
	font-size: 13px;
	color:#9b9b9b;
}
.inner-control .block-minicart>a .icon, .inner-control .block-wishlist>a .icon {
	padding-inline-end: 0px;
}
.inner-control>*>a .count {
	position: absolute;
	top: -5px;
	right: -8px;
	left: auto;
	width: 19px;
	height: auto;
	font-size: 10px;
	line-height: 19px;
	text-align: center;
	border-radius: 50%;
	overflow: hidden;
	color: #fff;
	background-color: #ee5022;
	font-weight: 800;
}
.block-wishlist>a>* {
	display: inline-block;
	vertical-align: top;
}
.inner-control>*>a .icon {
	position: relative;
	margin: 0;
}
.block-minicart>a .amount {
	color: inherit;
}
.inner-control>*>a {
	color:#000;
}
.main-icon-user-2 svg, .main-icon-cart-2 svg, .main-icon-heart-2 svg {
	height: 25px;
	width:25px;
	fill: #4c4c4c;
}



.single-product .entry-summary {
	background: #f9f9f9;
	padding: 24px;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
}

.woocommerce div.product .product_title {
	color: #4c4c4c;
}


.woocommerce div.product form.cart .button {
	float: left;
	width: calc(100% - 105px);
	height: 52px;
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 4px;
	background: #4eb64d;
	font-size: 16px;
	font-weight: 600;
	line-height: 52px;
	text-align: center;
	transition: 0.2s;
}

.woocommerce div.product form.cart .button:hover {
	    background-color: #009245;
}

.single_add_to_cart_button:before {
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url('https://grapewines.gr/wp-content/uploads/2025/09/shopping-cart02.png');
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: 10px;
	vertical-align: middle;
	margin-top: -4px;
}

.single-product.woocommerce div.product p.price {
	padding-top: 22px;
	border-width: 1px 0 0px;
	border-style: solid;
	border-color: #dcdde3;
	margin-top: 15px;
	margin-bottom:25px;
}

.single-product.woocommerce div.product .entry-summary .woocommerce-Price-amount {
	font-size: 35px;
	color: #000000;
}

.woocommerce-product-details__short-description p {
	    font-size: 16px;
    font-weight: 200;
    text-align: justify;
    margin-bottom: 30px;
}



.single-product .stock-status {
	position:relative;
	margin-top: 20px;
	margin-bottom: 15px;
}
.single-product .stock-status.in-stock {
	color:#000;
}
.single-product .stock-status.out-of-stock {
	color:#f73312;
}
.single-product .stock-status.low-stock, .single-product .stock-status.on-backorder {
	color:#9E6400;
}
.single-product .stock-status.in-stock::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #84c601;
	position: absolute;
	left: 0;
	top: 6px;
}
.single-product .stock-status.out-of-stock::after {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #f73312;
	position: absolute;
	left: 0;
	top: 6px;
}
.single-product .stock-status.low-stock::after, .single-product .stock-status.on-backorder::after  {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #FFA200;
	position: absolute;
	left: 0;
	top: 6px;
}
.single-product .stock-status span {
	padding-left: 17px;
	font-size: 16px;
	font-weight:400;
}
.single-product .stock-status.in-stock span{
	color:#557E01;
}
.display-stock-inner {
	font-size: 16px;
	font-weight: 400;
	margin-top: 15px;
}







/* Quantity wrapper: input + vertical buttons */
.qtywrapper {
	display: inline-flex;
	align-items: stretch;
	gap: 0px;          /* space between input and buttons */
	float: left;
	margin-right: 20px;
}

/* Ensure Woo's input stretches nicely */

.qtywrapper .quantity input.qty {
	display: block;
	width: 50px;
	height: 52px;
	padding: 0 0.4em;
	border: 1px solid #e2e2e2;
	background-color: #fff;
	outline-offset: -3px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}


.qtywrapper .quantity input.qty {
	font-size: 16px;
    color: #4c4c4c;
}

.qtywrapper .quantity input[type=number]::-webkit-inner-spin-button,
.qtywrapper .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.qtywrapper .quantity input[type=number] {
  -moz-appearance: textfield;
}

/* Vertical controls */
.qty-controls {
	width: 35px;
	border: 1px solid #e2e2e2;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background: #fff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	border-left:0px;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: space-between;
	overflow:hidden;
}

.qty-controls .plus,
.qty-controls .minus {
	flex: 1;                  /* each button takes 50% of wrapper */
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	padding: 0;
	border: 0px solid #ddd;
	background-color: #fff;
	cursor: pointer;
}


.qty-controls .plus {
	background: #f8f8f8 url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7071 12.7071C14.3166 13.0976 13.6834 13.0976 13.2929 12.7071L10 9.41421L6.70711 12.7071C6.31658 13.0976 5.68342 13.0976 5.29289 12.7071C4.90237 12.3166 4.90237 11.6834 5.29289 11.2929L9.29289 7.29289C9.68342 6.90237 10.3166 6.90237 10.7071 7.29289L14.7071 11.2929C15.0976 11.6834 15.0976 12.3166 14.7071 12.7071Z' fill='%234A5568'/%3E%3C/svg%3E") no-repeat center;
	background-size: 16px 16px;
}

.qty-controls .plus::before, .qty-controls .minus::before {
	content: ""; /* remove text */
}

.qty-controls .minus {
	background: #f8f8f8 url("data:image/svg+xml;charset=utf8,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.29289 7.29289C5.68342 6.90237 6.31658 6.90237 6.70711 7.29289L10 10.5858L13.2929 7.29289C13.6834 6.90237 14.3166 6.90237 14.7071 7.29289C15.0976 7.68342 15.0976 8.31658 14.7071 8.70711L10.7071 12.7071C10.3166 13.0976 9.68342 13.0976 9.29289 12.7071L5.29289 8.70711C4.90237 8.31658 4.90237 7.68342 5.29289 7.29289Z' fill='%234A5568'/%3E%3C/svg%3E") no-repeat center;
	background-size: 16px 16px;
}


.qty-controls .plus:hover,
.qty-controls .minus:hover { background-color: #eee; }

/* Optional: tighten label spacing for screen readers only label */
.qtywrapper .quantity label.screen-reader-text { position: absolute; left: -9999px; }

.woocommerce div.product form.cart div.quantity {
	float: left;
	margin: 0 0px 0 0;
}

.brdcrmb {
	background-color: #efeee3;
	padding:30px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-bottom: 50px;
}

.brdcrmb .woocommerce-breadcrumb {
	margin:0px;
}
.woocommerce-breadcrumb .delimiter-breadcrumb {
	display: inline-block;
	margin-right:5px;
	margin-left:5px;
}
.woocommerce-breadcrumb a, .woocommerce-breadcrumb a:hover {
	color: #111;
}

.wc-brand-badge {
	border: 1px solid #f1f1f1;
    display: inline-block;
    margin-bottom: 26px;
    border-radius: 7px;
    background-color: #fff;
}
.wc-brand-badge__img {
	    max-height: 85px;
}


.site-footer {
	    background-color: #20282e;
}
#footer-widgets {
	padding-top:80px;
	padding-bottom:80px;
}
.footer-title {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 17px;
    line-height: 28px;
    font-weight: 700;
    color: #fff;
	font-weight:800;
	border-left: 4px solid #ee5022;
    padding-left: 12px;
}
.footer-list {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.footer-list li {
    font-size: 14px;
    line-height: 1.6em;
    padding: 4px 0;
    color: #fff;
}
.footer-list li a {
    font-size: 14px;
    line-height: 1.6em;
    padding: 4px 0;
    color: #fff!important;
}



.woocommerce table.shop_attributes th, .woocommerce table.shop_attributes td {
	    border-bottom: 1px solid #eee;
    padding: 0.75rem 0;
}

.single-product div.product form.cart .tinvwl_add_to_wishlist_button {
        color: #000;
    margin-top: 25px;
}
.single-product div.product form.cart .tinvwl_add_to_wishlist_button:hover {
      text-decoration:none;
	color:#603456;
}


@media (min-width: 768px) {
    .navbar-nav {
        width:100%;
    }
}

.navbar-nav>li.menu-item-524, .navbar-nav>li.menu-item-520, .navbar-nav>li.menu-item-521 {
	float:right;
}
.navbar-nav>li.menu-item-524 a, .navbar-nav>li.menu-item-520 a, .navbar-nav>li.menu-item-521 a {
	font-weight:500;
}

.tax-product_cat .term-description p {
	    font-weight: 200;
    font-size: 16px;
}
.tax-product_cat .term-description {
	margin-bottom:40px;
}



.archive.tax-product_cat .wooshop-main-wrapper {
	    background-color: #f9f9f9;
}

.archive.tax-product_cat .wooshop-main-wrapper #secondary {
	    background: #fff;
    padding: 15px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #f1f1f1;
}

.archive.tax-product_cat .wooshop-main-wrapper .site-main {
	    background: #fff;
    padding: 25px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #f1f1f1;
	margin-bottom:60px;
}

.berocket_single_filter_widget .bapf_head h3 {
	color: #4c4c4c;
    font-size: 17px;
    font-weight: 600;
    line-height: 32px;
    margin: 0px;
}
.berocket_single_filter_widget .bapf_body {
	margin-top:10px;
}

.bapf_sfilter.bapf_ckbox input[type=checkbox] {
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid #ced4da;
    box-shadow: 0 1px 2px 0 rgba(33,37,41,.05);
    margin-right: .9375rem;
    vertical-align: top
}
.bapf_sfilter label {
    font-weight: 400;
    margin-bottom: 0;
    max-width: calc(100% - 30px);
}

.bapf_sfilter {
    margin-bottom: 20px;
}

.bapf_sfilter ul li {
    margin-bottom: 8px!important;
}
.bapf_ckbox_sqchck input[type=checkbox]:checked:after {
    content: "";
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #333;
    border-right: 2px solid #333;
    display: block;
    position: absolute;
    top: 2px;
    left: 6px;
    transform: rotate(45deg);
}















.archive.woocommerce ul.products li.product {
    background-color: #fff;
    border: 0px solid #d4d4d4;
    padding: 10px 20px;
    margin-right: 12px;
    margin-bottom: 20px;
    width: calc((100% / 4) - 9px);
    border-radius: 5px;
    padding-bottom: 5px
}

.archive.woocommerce ul.products li.last {
    margin-right: 0
}

.woocommerce ul.products li.product .button {
    width: 100%;
    padding: 13px 20px;
    font-size: 14px;
    line-height: 14px;
    height: auto;
    text-align: center;
    margin-top: 0;
    background: #0b6511;
    color: #fff;
    border-radius: 5px;
	font-weight:500;
}

.archive.woocommerce ul.products li.product .product-btn-wrapper {
    height: 0;
    transition: .3s all;
    overflow: hidden;
    margin-top: 5px;
}

.archive.woocommerce ul.products li.product:hover .product-btn-wrapper {
    height: 44px;
    transition: .3s all;
    overflow: hidden;
    margin-top: 5px;
}

.archive.woocommerce ul.products li.product .product-name {
    margin-top: 0;
    transition: .3s all;
    background-color: #fff;
    color: #171c20;
    font-weight: 600;
    position: relative
}

.archive.woocommerce ul.products li.product .brand-product-card-outer {
    margin-top: 0;
    transition: .3s all;
    background-color: #fff;
    color: #171c20;
    font-weight: 500;
    position: relative;
    min-height: 17px
}

.archive.woocommerce ul.products li.product:hover .brand-product-card-outer {
    margin-top: -45px;
    transition: .3s all;
    min-height: 17px
}

.brand-product-card {
    font-size: 12px;
    color: #7a7a7a;
}

.sku-product-card {
    font-size: 12px;
    color: #7a7a7a
}

.archive.woocommerce ul.products li.product .stock-status {
    position: relative;
    margin-top: 5px;
    margin-bottom: 5px
}

.archive.woocommerce ul.products li.product .stock-status.in-stock {
    color: #000
}

.archive.woocommerce ul.products li.product .stock-status.out-of-stock {
    color: #f73312
}

.archive.woocommerce ul.products li.product .stock-status.low-stock,.archive.woocommerce ul.products li.product .stock-status.on-backorder {
    color: #9E6400
}

.archive.woocommerce ul.products li.product .stock-status.in-stock::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #84c601;
    position: absolute;
    left: 0;
    top: 8px
}

.archive.woocommerce ul.products li.product .stock-status.out-of-stock::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #f73312;
    position: absolute;
    left: 0;
    top: 8px
}

.archive.woocommerce ul.products li.product .stock-status.low-stock::after,.archive.woocommerce ul.products li.product .stock-status.on-backorder::after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFA200;
    position: absolute;
    left: 0;
    top: 8px
}

.archive.woocommerce ul.products li.product .stock-status span {
    padding-left: 12px;
    font-size: 12px
}

.archive.woocommerce ul.products li.product .stock-status.in-stock span {
    color: #557E01
}

.archive.woocommerce ul.products li.product .price {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 0px;
    font-size: 18px;
    padding-bottom: 5px;
    border-bottom: 1px solid #E1E1E1;
    padding-top: 5px;
    font-size: 20px;
    color: #424242;
    font-weight: 700;
    letter-spacing: -.7px;
}

.archive.woocommerce ul.products li.product .price del {
    margin-left: 10px;
    order: 1;
    text-decoration: none;
    opacity: 1
}

.archive.woocommerce ul.products li.product .price del span {
    text-decoration: line-through;
    color: #db1c1c;
    font-size: 13px
}

.archive.woocommerce ul.products li.product .price del bdi {
    font-size: 13px;
    color: #9c9c9c;
    font-weight: 400;
    letter-spacing: 0
}

.archive.woocommerce ul.products li.product .price del bdi .woocommerce-Price-currencySymbol {
    color: #9c9c9c
}

.archive.woocommerce ul.products li.product .price ins {
    color: #000;
    background: 0 0;
    padding: 0;
    text-decoration: none
}

.archive.woocommerce ul.products li.product .price ins bdi {
    font-size: 20px;
    color: #424242;
    font-weight: 700;
    letter-spacing: -.7px
}

.archive.woocommerce ul.products li.product img {
    margin-bottom: 20px;
    padding: 12px
}

.archive.woocommerce ul.products li.product.outofstock img {
    opacity: 1
}

.archive.woocommerce ul.products li.product.outofstock .button {
    background: #e4954e
}

.archive.woocommerce ul.products li.product span.onsale {
    position: absolute;
    top: 16px;
    left: 10px;
    background-color: #c31818;
    border-radius: 20px;
    padding: 5px 11px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    z-index: 99;
    min-height: auto;
    right: auto;
    height: auto;
    width: auto;
    padding-top: 6px
}

.site-header-contact a {
	font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    color: #ee5022;
}

.site-header-contact span {
	font-size: 14px;
    line-height: 20px;
    color: #9b9b9b;
    font-weight: 300;
}

.site-header-contact-icon {
	    background-color: #ee5022;
}
.site-header-contact-details {
    margin-top: -2px;
}



.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    background-image: none;
    filter: none;
    background-repeat: repeat-x;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #ee5022;
}



.homepage-slider {
    min-height: 500px;
    border-radius: 15px;
    background-color: #393737;
    margin-bottom: 40px;
}



.related.products {
	    margin-top: 60px;
    display: inline-block;
}






/*--------------------------------------------------------------
## MEGA MENU - Top Level
--------------------------------------------------------------*/

.megamenu-toplevel {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-right: auto;
    margin-left: 15px;
}

.megamenu-toplevel .menu-category {
    flex: auto;
}

.megamenu-toplevel .menu-category .menu-category-inner {
    text-align: center;
    flex-grow: 1;
    flex-shrink: 0;
    display: block;
    font-size: 13px;
    margin: 0px;
    vertical-align: middle;
    color: #fff;
}

.megamenu-toplevel .menu-category .menu-category-inner a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 14px;
    min-height: 70px;
    color: #000;
    font-size: 16px;
    line-height: 1.4;
    border-bottom: 0px solid #fff;
    transition: color .25s ease-out;
}

.megamenu-toplevel .menu-category .menu-category-inner a:hover {
    text-decoration: none;
}

.megamenu-toplevel .menu-category .menu-category-inner .category-text {
    display: block;
    text-align: center;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    height: auto;
}

.megamenu-toplevel .menu-category .menu-category-inner svg {
    height: 48px;
    margin-bottom: 10px;
    fill: #fff;
}

/* Active state */
.megamenu-toplevel .menu-category.active .menu-category-inner a {
    border-bottom: 4px solid #28ece8;
    color: #28ece8;
}
.megamenu-toplevel .menu-category.active .menu-category-inner a svg {
    fill: #28ece8;
}

/* Hover state */
.megamenu-toplevel .menu-category:hover .menu-category-inner a {
    color: #e4e4e4;
}
.megamenu-toplevel .menu-category:hover .menu-category-inner a svg {
    fill: #28ece8;
}
.megamenu-toplevel .menu-category:hover .menu-category-inner .category-text {
    color: #e4e4e4;
}


/*--------------------------------------------------------------
## MEGA MENU - Panel
--------------------------------------------------------------*/

.menu-category .megamenu {
    display: block;
    visibility: hidden;
    max-height: 700px;
    overflow: auto;
    scrollbar-color: #d51317 #ececec;
    scrollbar-width: thin;
    border-top: 0px solid #000;
}

.megamenu {
    display: none;
    left: 50%;
    position: absolute;
    top: 70px;
    width: 97vw;
    transform: translateX(-50%);
    padding: 0px;
    z-index: 99;
}

.megamenu .wrapper {
    background-color: #f1f1f1;
    box-shadow: -2px 5px 8px 0 rgb(22 20 20 / 24%);
    padding: 0;
    max-width: 100%;
    max-height: calc(97vh - 220px);
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .megamenuInner {
        background-color: #fff;
        display: flex;
        padding: 0 30px;
        text-align: left;
        width: 100%;
    }

    .megamenuWrap.fullmegamenuWrap {
        flex-basis: 100%;
        padding: 60px 0px 25px 0px;
    }

    /* Όταν υπάρχει banner, το wrap παίρνει 70% */
    .megamenu-row-has-banner ~ .megamenu-banner + * .megamenuWrap.fullmegamenuWrap,
    .megamenuInner:has(.megamenu-banner) .megamenuWrap.fullmegamenuWrap {
        flex-basis: 80%;
    }

    .megamenuWrap.fullmegamenuWrap .row {
        display: flex;
        flex-wrap: wrap;
    }

    .menu-category:hover .megamenu {
        visibility: visible;
    }
}


/*--------------------------------------------------------------
## MEGA MENU - Columns
--------------------------------------------------------------*/

.megamenu-column,
.new-megamenu-column {
    width: 25%;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.megamenu-row-has-banner .megamenu-column,
.megamenu-row-has-banner .new-megamenu-column {
    width: 33%;
}

.megamenu-column ul,
.new-megamenu-column ul {
    padding: 0px;
    list-style: none;
    margin-bottom: 30px;
}

.megamenu-column ul li,
.new-megamenu-column ul li {
    margin-bottom: 5px;
}

.megamenu-column ul li a,
.new-megamenu-column ul li a {
    color: #1f3082 !important;
}

.megamenu-column ul li.main-subcategory a,
.new-megamenu-column ul li.main-subcategory a {
    font-weight: 700;
    color: #1f3082 !important;
    margin-bottom: 10px;
}

.main-subcategory:not(:first-of-type) {
    margin-top: 20px;
}


/*--------------------------------------------------------------
## MEGA MENU - Banner (δεξί panel)
--------------------------------------------------------------*/

.megamenu-banner {
    flex: 0 0 20%;
    text-align: center;
    align-self: flex-start;
    padding: 25px 0;
}

/* Όταν υπάρχει banner, το megamenuWrap παίρνει 70% */
.megamenuInner:has(.megamenu-banner) .megamenuWrap.fullmegamenuWrap {
    flex-basis: 80%;
}

.megamenu-banner img {
    max-width: 100%;
    height: auto;
    display: block;
}


/*--------------------------------------------------------------
## MEGA MENU - Overlay
--------------------------------------------------------------*/

.body-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
    opacity: 0;
    cursor: pointer;
    z-index: 9;
    transition: opacity 0.3s;
    background-color: #1f1f1f;
}

.body-overlay.active {
    opacity: 0.6;
    pointer-events: auto;
}

@media only screen and (min-width: 1024px) {
    .menuOverlay {
        display: none;
        background-color: rgba(49, 47, 47, .9);
        height: 100%;
        width: 100%;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
    }
}


/*--------------------------------------------------------------
## Z-INDEX
--------------------------------------------------------------*/

#desktopheader, .top-bar-wrapper {
    z-index: 101;
    position: relative;
}

.site-navi-wrapper {
    z-index: 102;
    position: relative;
}


/*--------------------------------------------------------------
## Footer Social Icons
--------------------------------------------------------------*/

.social-icons-footer {
    padding-left: 0px;
    margin-bottom: 20px;
    margin-top: 15px;
    list-style: none;
}

.social-icons-footer li {
    background: #ee5022;
    color: #fff;
    padding: 7px;
    border-radius: 50%;
    margin-right: 8px;
    display: inline-block;
    width: 40px;
    height: 40px;
}

.social-icons-footer li img {
    width: 100%;
}


/*--------------------------------------------------------------
## Footer Copyrights
--------------------------------------------------------------*/

.site-developer-company {
    color: #fff;
    text-align: right;
}

.site-developer-company a {
    color: #b8b7b7 !important;
}

.site-developer-company img {
    max-height: 30px;
    margin-left: 15px;
}

#copyrights {
    background-color: #171c20;
    padding: 20px 0px;
    padding-top: 0px;
    border-top: 1px solid #696969a1;
    color: #fff;
}

#copyrights .container {
    border-top: 0px solid #696969a1;
    padding-top: 24px;
    padding-bottom: 4px;
}

#copyrights .site-info {
    margin-top: 10px;
}

.copyrights-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    justify-content: space-between;
    padding-top: 16px;
    padding-bottom: 16px;
}










#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: -2px 0 0 .5em;
    padding: 0;
    position: relative;
    box-shadow: none;
    max-height: 56px;
}


/*--------------------------------------------------------------
## OWL STYLE
--------------------------------------------------------------*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; 
}
.owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}







/* --- Slider Wrapper --- */
.owl-slider .owl-stage-outer,
.owl-slider .owl-stage,
.owl-slider .owl-item {
    height: 550px;
}

/* --- Κάθε Slide --- */
.slide-item {
    position: relative;
    height: 550px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* --- Content: κάθετα κεντραρισμένο, αριστερά --- */
.slide-content {
    position: absolute;
    top: 50%;
    left: 60px;
    transform: translateY(-50%);
    max-width: 500px;
    color: #fff;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

.slide-content h2 {
    font-size: 2.4rem;
    font-weight: 700;
    margin: 0 0 12px 0;
    line-height: 1.2;
}

.slide-content p {
    font-size: 1.1rem;
    margin: 0 0 20px 0;
    line-height: 1.6;
}

.slide-btn {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #333;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: background 0.3s, color 0.3s;
}

.slide-btn:hover {
    background: #333;
    color: #fff;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .owl-slider .owl-stage-outer,
    .owl-slider .owl-stage,
    .owl-slider .owl-item,
    .slide-item {
        height: 500px;
    }

    .slide-content {
        left: 24px;
        right: 24px;
        max-width: calc(100% - 48px);
    }

    .slide-content h2 {
        font-size: 1.6rem;
    }
}



/* --- Owl Nav Buttons --- */
.owl-slider .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    pointer-events: none; /* το wrapper δεν μπλοκάρει clicks */
}

.owl-slider .owl-nav button {
    pointer-events: all;
    width: 48px;
    height: 48px;
    background: rgba(255, 255, 255, 0.2) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 50%;
    color: #fff !important;
    font-size: 1.6rem !important;
    line-height: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s, border-color 0.3s;
    margin: 0 16px;
}

.owl-slider .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.5) !important;
    border-color: #fff !important;
}

.owl-slider .owl-nav button.disabled {
    opacity: 0.3;
    cursor: default;
}

/* --- Owl Dots --- */
.owl-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.owl-slider .owl-dots .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    transition: background 0.3s, transform 0.3s;
}

.owl-slider .owl-dots .owl-dot.active span,
.owl-slider .owl-dots .owl-dot:hover span {
    background: #fff;
    transform: scale(1.3);
}

/* --- Responsive Nav --- */
@media (max-width: 768px) {
    .owl-slider .owl-nav button {
        width: 36px;
        height: 36px;
        font-size: 1.2rem !important;
        margin: 0 8px;
    }
}





.lll_extra_info ul{
	display: flex;
	background: #f9f9f9;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0px;
}
.lll_extra_info ul li{
	display: flex;
	flex-direction: column;
	width: 50%;
	text-align: center;
	padding-left: 16px;
	padding-right: 16px;
	box-sizing: border-box;
	margin: 0;
	align-items: center;
}
.lll_extra_info ul li:not(:last-child){
	border-right: 1px solid #c3c3c3;
}
.lll_extra_info ul li img{
	    width: 35px;
    margin-bottom: 7px;
}
.lll_extra_info ul li span{
	font-size: 13px;
}
.lll_extra_info ul li span.strong{
	font-weight:800;
}








.free-shipping-progress {
	    padding: 0px 15px;
    margin-bottom: 15px
}

.free-shipping-text {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 6px;
}

.free-shipping-bar {
	height: 8px;
	background: #e5e5e5;
	border-radius: 20px;
	overflow: hidden;
}

.free-shipping-bar-fill {
	height: 100%;
	width: 0;
	background: #2ecc71;
	transition: width .4s ease;
}