/*
Theme Name: webos
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/*boldfont */
@font-face{font-family:'regularfont';src:url(/static/fonts/regularfont.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}
@font-face{font-family:'boldfontnew';src:url(/static/fonts/boldfontnew.woff2) format('woff2');font-weight:normal;font-style:normal;font-display: swap}

body, html, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a,#cookie-notice,#cookie-notice .cn-button:not(.cn-button-custom),.formError .formErrorContent,.nav-dropdown .menu-item-has-children > a, .nav-dropdown .title > a, .nav-dropdown .nav-dropdown-col > a,.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    font-family: 'regularfont',/*'cf_asty_st',*/ sans-serif !important;
}
.nav-top-link{font-family: 'boldfontnew', sans-serif !important;}
h1, h2, h3, h4, h5, h6,.ux-swatch__text {
	font-family: 'boldfontnew', sans-serif !important;
	font-weight: 400 !important;
}
/*.nav > li > a,th{
	font-family: 'boldfontnew', sans-serif !important;
}*/
label, legend {
	font-size: 1em;
	font-weight: 400 !important;
	font-family: boldfontnew !important;
}
.cf7-cf-turnstile{margin-bottom:15px !important;}

/*Custom Search*/
.dgwt-wcas-pd-addtc-form .ux-quantity,.dgwt-wcas-stock.in-stock,.dgwt-wcas-pd-addtc{display:none !important;}

.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	padding: 5px 24px 5px 48px;
	line-height: 30px;
	font-size: 16px;
	border: 2px solid #ddd;
	border-radius: 5px;
	font-family: inherit;
	background-color: #fff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
	min-height: 0px;
	min-width: 24px;
	height: 0px;
	width: 24px;
	left: 16px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: #fff;
    padding: 0px;
    border-radius: 0px;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit svg {
	width: 18px;
	height: 18px;
}
.dgwt-wcas-is-details .dgwt-wcas-si {
    width: 60px;
}
.dgwt-wcas-si img,.dgwt-wcas-tpd-image {
    border: 0px solid #e8e8e8;
}

.dgwt-wcas-open-pirx .dgwt-wcas-full-width .dgwt-wcas-suggestions-wrapp>.dgwt-wcas-suggestion, .dgwt-wcas-open-pirx body.dgwt-wcas-details-left .dgwt-wcas-details-wrapp {
    border-right: 0px solid #ddd;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #fff;
	border:2px solid #333;
}
.dgwt-wcas-open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    border-radius: 5px 5px 0px 0px;
}
.dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    border-color: #ddd;
}
.dgwt-wcas-suggestions-wrapp,.dgwt-wcas-details-wrapp {
    border: 2px solid #ddd;
}

.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
    justify-content: center;
}
.invisible-webos18,.invisible-webos18:hover {
	display: inline-block;
	position: relative;
	height: 18px;
	width: 223px;
	color:transparent !important;
	margin:18px;
}
.webos18{
    width: 223px; height: 18px;
	background: url('/static/img/webos-development-black.svg');
	background-repeat:no-repeat;
	vertical-align:middle;
	/*filter:invert(1.0);*/
}

.webos18:hover{filter:invert(28%) sepia(76%) saturate(6666%) hue-rotate(338deg) brightness(100%) contrast(103%);transition:all 0.4s linear;}
.footer-primary.pull-left{margin-top:15px !important;font-size:18px !important;/*padding:7px 0px;*/padding-left:50px;color:#000;}
.footer-secondary {
	padding: 0px;
	padding-right: 50px;
}
/*Header Custom */
.category-filter-row {display: none;}
.icon-shopping-cart::before {
	content: "" !important;
	background-image: url(/static/img/shopping-bag.svg);
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: cover;
}
.icon-shopping-cart:hover::before,.icon-heart-o:hover::before,.icon-menu:hover::before,.icon-equalizer:hover::before,.icon-user:hover::before,.icon-search:hover::before {
filter: invert(67%) sepia(58%) saturate(7085%) hue-rotate(1deg) brightness(106%) contrast(103%);
}
/*.icon-shopping-cart::after,.icon-heart-o::after {
	color:#000;
}*/
.icon-search::before {
	content: "" !important;
	background-image: url(/static/img/search-2.svg);
	width: 24px;
	height: 24px;
	display: inline-block;
	background-size: cover;
	/*margin-top: 4px;*/
}
.icon-heart-o::before {
	content: "" !important;
	background-image: url(/static/img/heart.svg);
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: cover;
}
.webos-button-wishlist .fa-heart-o{
	content: "" !important;
	background-image: url(/static/img/heart.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: cover;
	margin-bottom:-2px;
}

.bar-chart {
	content: "" !important;
	background-image: url(/static/img/bar-chart-2.svg);
	width: 16px;
	height: 16px;
	display: inline-block;
	background-size: cover;
	margin-bottom:-2px;
}
.webos-price-history{
	background-color: rgba(51,166,76,0.1);
	border-radius: 99px;
	padding-bottom: 5px;
	padding-top: 5px;
}
.webos-button-wishlist{
	background-color: rgba(212, 233, 245, 0.4);
	border-radius: 99px;
	padding-bottom: 5px;
	padding-top: 5px;
}

.icon-equalizer::before {
	content: ""!important;
	background-image: url(/static/img/sliders.svg);
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: cover;
}
.icon-user::before {
    content: ""!important;
    background-image: url(/static/img/user.svg);
    width: 30px;
    height: 30px;
    display: inline-block;
    background-size: cover;
}
.image-tools .wishlist-button {
	background-color: #fff;
	border: 2px solid #fff;
	min-width: 3.2em;
	min-height: 3.2em;
	padding-top: 5px;
}
.image-tools .wishlist-button:hover {
    background-color: white;
    border-color: white;
	border: 2px solid #fff;
	min-width: 3.2em;
	min-height: 3.2em;
	padding-top: 5px;
}


.image-tools .icon-heart-o::before {
	content: "" !important;
	background-image: url(/static/img/heart.svg);
	width: 28px;
	height: 28px;
	display: inline-block;
	background-size: cover;
	filter:none !important;
}

.image-tools .wishlist-button {
	background-color: #fff;
	border: 2px solid #fff;
	min-width: 3.2em;
	min-height: 3.2em;
	padding-top: 5px;
}
.image-tools .wishlist-button:hover {
    background-color: white;
    border-color: white;
	border: 2px solid #fff;
	min-width: 3.2em;
	min-height: 3.2em;
	padding-top: 5px;
}
span.amount {
	color: #00c0bf !important;
}

/*Custom Icons*/
.li-webos, .svg-li-webos{vertical-align: middle;
  display: inline-block;margin-bottom:2px;}
.svg-li-webos {
	background-color: #ff6f00;
	border-radius: 99%;
	padding: 10px 10px 3px;
}
.h-webos-under{
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-decoration-color:#ff6f00;
}
.pafmgemi{
	background-color: #e1e1e1;
	border-radius: 15px 50px;
	padding: 20px 12px;
	text-align: center;
}
/*.button.is-outline.instagram,.button.is-outline.facebook,.button.is-outline.tiktok,.button.is-outline.x,.button.is-outline.email,.button.is-outline.youtube{
	background-color: #ff6f00;
	border: 2px solid #ff6f00;
}
*/
.absolute-footer.dark {
	color: #ffffff;
}
/*.button {color: #000;}*/
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type="date"], input[type="email"], /*input[type="number"],*/ input[type="password"], input[type="search"], input[type="tel"], input[type="text"], input[type="url"], select, textarea {
	border: 1px solid #000;
}
.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, select {
	box-shadow: inset 0 -1.4em 1em 0 rgba(0,0,0,.00);
	border-radius: 3px;
}
.price {
	font-size: 18px;
}
.product-info .price, .product-page-price{
	font-size: 2.0em;
	font-family: boldfontnew;
	background-color: #f6f6f6;
	border-radius: 15px 50px;
	padding: 15px 12px;
	text-align: center;
}
.woocommerce-variation-price {
	border-top: 0px dashed #ddd;
}
.badge-inner.on-sale {
    background-color: #fff1f1 !important;
    color: #d52925 !important;
    border-radius: 2px;
}
.badge-inner.new-bubble-auto,.badge-inner.new-bubble{
    background-color: #f3f9fe !important;
    color: #0E47CD !important;
    border-radius: 2px;
}
.badge-container {
    margin: 5px 0 0 !important;
}
.badge {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: table;
    height: 2em;
    pointer-events: none;
    width: 3.5em;
    z-index: 20;
    margin-left: 5px;
    border-radius: 2px;
    font-weight: 300;
    font-size: 16px;
}
.badge+.badge {
    margin-top: 5px;
    height: 2em;
    opacity: .9;
    width: 3.5em;
}
.product-section-webos {
    /* background: linear-gradient(to right, #efd1d0, #dae4ef); */
    background-color: #f6f6f6;
    border-radius: 8px !important;
    margin-bottom: 20px !important;
    margin-top: 20px;
}
.product_meta {
	margin-bottom: 0.5em;
}
.product_title {
	padding-bottom: 1.35rem;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
	font-weight: bold;
}

.product_title::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 90px;
	background: #ff6f00;
}

.product_title::before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	height: 3px;
	width: calc(100% - 104px);
	background: #f2f2f2;
}
.product-section-title-related, .product-section-title-upsell {
	padding-bottom: 1.35rem;
	margin-bottom: 1.5rem;
	text-align: left;
	position: relative;
	margin-left: -0px;
	margin-right: -0px;
	max-width: 1600px !important;
	letter-spacing:-0.5px;
}
.product-section-title-related::after, .product-section-title-upsell:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 90px;
	background: #ff6f00;
}
.product-section-title-related::before, .product-section-title-upsell:before {
	content: "";
	position: absolute;
	right: -15px;
	bottom: 0;
	height: 3px;
	width: calc(100% - 104px);
	background: #f2f2f2;
}
.product-section {
    border-top: 0px solid #ececec;
    padding: 8px;
}
.is-divider {display: none;}
/*.single-product p.in-stock,single-product p.stock,.product-info p.stock {
	margin-top: 15px;
}*/
.product_meta {
	font-size: 1em;
}
.webos-inner {
	background-color: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 8px;
}
.product-small {
	border-radius: 8px !important;
}
.has-equal-box-heights .box-image {
	border-radius: 8px 8px 0 0;
}
.product-gallery-slider img, .product-thumbnails img {
	object-fit: scale-down;
	object-position: center;
	background-color: #fff;
	max-height: 660px;
	width: 660px;/*
	padding-top: 15px;
	padding-bottom: 15px;*/
}
.has-equal-box-heights .box-image img, .has-format img, .image-cover img, .video-fit iframe, .video-fit video, img.back-image {
	object-fit:scale-down !important;
	/*padding-bottom:10px !important;
	padding-top:10px !important;*/
}
.box-image img {
	object-fit: scale-down;
	/*max-height: 330px;
	height: 330px;*/
	object-position: center;
}
.widget_price_filter span {
	font-weight: 400;
	font-family: boldfontnew;
}
td, th {
	border-bottom: 0px solid #ececec;
	font-size: 1em;
	text-transform: none;
	letter-spacing: -.03em;
}
.widget-title {
	font-family: 'boldfontnew',sans-serif !important;
	font-weight: 400 !important;
	letter-spacing:-0.03em !important;
	font-size: 1.2em !important;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #ff6f00;
}
.webos-mt{font-family: 'boldfontnew',sans-serif !important;
	font-weight: 400 !important;
	letter-spacing:-0.03em !important;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #ff6f00;}
.widget > ul > li + li, ul.menu > li + li {
	border-top: 0px solid #ececec;
}
.menu-link-webos{
	font-size:18px !important;
	font-weight:600;
}
.header.show-on-scroll, .stuck .header-main {
	background-color: #fff;
}
.pdf-webos {
	background-image: url("/static/img/download.svg");
	margin-right: 5px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
	background-color: #ff6f00;
	border-radius: 99px;
	padding: 15px;
	width: 20px;
	height: 20px;
	background-position: center;
}
.webos-brand-product {
	font-weight: 400;
	display: inline-block !important;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	color: #fff !important;
}

.webos-best-div {
	height: 30px;
	padding-top: 5px;
	margin-bottom: 20px;
	background-color: #00c0bf;
	text-align: center;
}
.webos-best-h3 {
	font-size: 2em !important;
	margin-bottom: 0px;
	color: #000 !important;
	background-color: #00c0bf;
	border-radius: 5px;
	font-weight: 400;
	font-family: boldfontnew;
}
.product-sidebar-small {
	background-color: #f6f6f6 !important;
	border-radius: 8px;
}
.showAllButton,.hideAllButton{
    color:#0e47cd;
}
.showAllButton:hover,.hideAllButton:hover{
    color:#000000;
}
.showAllButton .icon-angle-down,.hideAllButton .icon-angle-up {
    float: right;
    font-size: 1.2em;
}

.p-webos-show-hide {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: -10px;
    padding-left: 10px;
    margin-right: -10px;
    padding-right: 10px;
    border-radius: 2px;
    line-height: 2;
}
.p-webos-show-hide:hover{
    background-color: #f9f9f9;
}

/*TO XML SEND*/
.webos-container {
      display: flex;
      flex-wrap: wrap;
    }
.webos-product-column-50 {
	flex: 1 1 50%;
	padding: 5px;
	box-sizing: border-box;
	align-content: center;
}
.webos-product-column-20 {
	flex: 1 1 20%;
	padding: 10px;
	box-sizing: border-box;
	text-align:center;
	font-size:0.9em;
}
.webos-product-gap{margin:15px;}
.webos-img-product-column-right{float:right;max-height:400px;}
.webos-img-product-column-left{float:left;max-height:400px;}


.button.is-outline {
	background-color: #fff;
}

.wc-backward {
	color: #fff;
}
.woobt-alert {
	display: none !important;
}
th.label label[for="pa_color"],/*th.label label[for="pa_epilogi-basis"],*/th.label label[for="pa_diastaseis"],th.label label[for="pa_epilogi-montelou"]{background-color:#f6f6f6;border-radius:3px;padding:5px;}
/*th.label label[for="pa_epilogi-basis"]::before{
  content: '';
  background-image: url('/static/img/tv-stand.png');
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
	vertical-align:middle;
}*/
th.label label[for="pa_color"]::before {
  content: '';
  background-image: url('/static/img/colour32.png');
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-right: 5px;
	vertical-align:middle;
}
th.label label[for="pa_diastaseis"]::before {
  content: '';
  background-image: url('/static/img/dimension32.png');
  display: inline-block;
  width: 32px;
  height: 32px;
	margin-right: 5px;
	vertical-align:middle;
}
th.label label[for="pa_epilogi-montelou"]::before {
  content: '';
  background-image: url('/static/img/exchange32.png');
  display: inline-block;
  width: 32px;
  height: 32px;
	margin-right: 5px;
	vertical-align:middle;
}
.breadcrumbs a {
	color: #000;
}


.text-decoration-webos {
	font-family: 'boldfontnew',sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: -0.03em !important;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #ff6f00;
}
.head-p-webos{font-size:1.4em;font-family:'boldfontnew', sans-serif !important;font-weight:600;}
.webos-button-nomargin{margin-bottom:0em !important;}

/*Custom Links by webos*/
.webos-div-for-links{
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 5px;
	box-shadow:0 1px 7px 1px rgb(90 90 90 / 5%);
}

.webos-energy-class:after,.webos-floor-plans::after {
	content:"";
    background-image: url("/static/img/download.svg");
    margin-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-color: #ff6f00;
    border-radius: 99px;
    padding: 15px;
    width: 20px;
    height: 20px;
    background-position: center;
	position: absolute;
	right:0;
}
.webos-product-video::after {
	content:"";
    background-image: url("/static/img/play.svg");
    margin-right: 5px;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-color: #ff6f00;
    border-radius: 99px;
    padding: 15px;
    width: 20px;
    height: 20px;
    background-position: center;
	position: absolute;
	right:0;
}
.webos-energy-class::before,.webos-floor-plans::before,.webos-product-video::before {
	content: '';
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 5px;
	vertical-align: middle;
}
.webos-energy-class::before{background-image: url('/static/img/energy-class.png');}
.webos-floor-plans::before{background-image: url('/static/img/sketch.png');}
.webos-product-video::before{background-image: url('/static/img/multimedia.png');}

.social-icons{font-size:110%;}
/*.single-post .icon-facebook:not(.nav-dark .social-icons .icon-facebook)::before,.single-product .icon-facebook:not(.nav-dark .social-icons .icon-facebook)::before,.single-post .icon-x:not(.nav-dark .social-icons .icon-x)::before,.single-product .icon-x:not(.nav-dark .social-icons .icon-x)::before,.single-post .icon-envelop:not(.nav-dark .social-icons .icon-envelop):not(.nav-dark .nav > li > a .icon-envelop)::before,.single-product .icon-envelop:not(.nav-dark .social-icons .icon-envelop):not(.nav-dark .nav > li > a .icon-envelop)::before,.webos-social .icon-facebook::before,.webos-social .icon-instagram::before,.webos-social .icon-youtube::before{
	color: #000 !important;
}
.single-post .icon-facebook:not(.nav-dark .social-icons .icon-facebook):hover::before,.single-product .icon-facebook:not(.nav-dark .social-icons .icon-facebook):hover::before,.single-post .icon-x:not(.nav-dark .social-icons .icon-x):hover::before,.single-product .icon-x:not(.nav-dark .social-icons .icon-x):hover::before,.single-post .icon-envelop:not(.nav-dark .social-icons .icon-envelop):not(.nav-dark .nav > li > a .icon-envelop):hover::before,.single-product .icon-envelop:not(.nav-dark .social-icons .icon-envelop):not(.nav-dark .nav > li > a .icon-envelop):hover::before,.webos-social .icon-facebook:hover::before,.webos-social .icon-instagram:hover::before,.webos-social .icon-youtube:hover::before{
	color: #fff !important;
}
*/
.back-to-top {
	bottom: 80px;
}

.gmbrr .rating{color:#002afc !important;}
/*Google Badge*/
.webos-google-badge-logo{height:36px;weight:36px;}
.gmbrr.dark .powered-by-google.light, .powered-by-google {
    width: 103px;
    height: 17px;
}
.gmbrr > .rating {
	font-size: 14px !important;
	font-weight:600;
}
.gmbrr > .rating .number{font-size:15px;}

.gmbrr .rating .all-stars, .gmbrr .rating .rating-stars {
	top: -0.1em;
}
/*.gmbrr {
    /*width: calc(100% - 10px);
    padding-top: 5px;
	padding-left:15px;
}*/

.gmbrr, .gmbrr .heading, .gmbrr .listing .text {
	/*max-height: 50px !important;*/
}
.gmbrr.carousel .review-meta+.text{text-transform: lowercase !important;}
.gmbrr.center .listing .review-meta+.text {
    text-transform: lowercase !important;
}
.gmbrr.columns.five .listing li,.gmbrr.carousel .listing li{
	flex: 1 0 calc(20% - 12px - 3rem);
	background-color: #fff !important;
	padding: 10px;
	border-radius: 10px !important;
	min-height: 300px;
	box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
}
.gmbrr.columns.four .listing li{
	flex: 1 0 calc(20% - 12px - 3rem);
	background-color: #fff !important;
	padding: 10px;
	border-radius: 10px !important;
	min-height: 300px;
	box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
}
.webos-google-badge {
    background-color: #fff;
    height: 64px!important;
    width: 170px;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0!important;
    box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
}
.gmbrr .rating .number + .all-stars {
	margin-inline: 0.3rem 0;
}
.gmbrr .star, .gmbrr.stars-yellow .star {
    width: 1em;
    height: 1em;
}
.webos-clients {
	font-size: 1.7em;
	margin-bottom: 0.5em;
	color: #000;
	font-family: 'boldfontnew', sans-serif !important;
}
.header-bottom {
    border: 1px solid #e8e8e8;
}
.variations tbody{display:inline-block !important;}
.nav-small.nav > li.html {
	font-size: 1em;
}


b, strong,.woocommerce-product-attributes-item__label{
	font-weight: 400 !important;
	font-family: boldfontnew !important;
}
.viber-dektop{display:inline-block;}
.viber-mobile{display:none;}
/* CSS for WooCommerce attribute table header rows */
.woocommerce-product-attributes tr:nth-child(odd) {
    background-color: #ffffff;
}
.woocommerce-product-attributes tr:nth-child(even) {
    background-color: #f6f6f6;
}
.woocommerce-product-attributes td p {
	margin: .0em 0 !important;
}
.woocommerce-product-attributes th{padding:1rem 0.625rem !important;}

.webos-contact-icons {
	font-size: 1.0em;
	font-family: boldfontnew;
	background-color: #f9f9f9;
	border-radius: 69% 31% 87% 13% / 47% 42% 58% 53%;
	padding: 20px 10px;
	text-align: center;
	max-width: 400px;
	margin: 0 auto;
}
.webos-border-icons-product{
	font-size: 110%;
	display:block;
	background-color: #f9f9f9 !important;
	border-radius: 1% 99% 68% 32% / 4% 78% 22% 96%;
	padding: 20px 10px;
	min-width: 400px;
}
.ux-swatch {
	border-radius: 3px;
}
.single-product .out-of-stock:not(.flickity-slider):not(.product-small) {
	border-radius: 3px;
	border: 1px solid #d52925;
	padding: 0px 15px 0px 10px;
	/* background-color: #fff1f1 !important; */
	color: #d52925 !important;
	display: inline-block;
	font-family:boldfontnew;
	text-align:center;
}
.single-product .in-stock:not(.flickity-slider):not(.product-small) {
	border-radius: 3px;
	border: 1px solid var(--fs-color-success);
	padding: 0px 15px 0px 10px;
	color: var(--fs-color-success);
	display: inline-block;
	font-family:boldfontnew;
	text-align:center;
}
.single-product .available-on-backorder:not(.flickity-slider):not(.product-small) {
	border-radius: 3px;
	border: 1px solid var(--fs-color-secondary);
	padding: 0px 15px 0px 10px;
	color: var(--fs-color-secondary);
	display: inline-block;
	font-family:boldfontnew;
	text-align:center;
}

.single-product .out-of-stock:not(.flickity-slider):not(.product-small)::before,.single-product .in-stock:not(.flickity-slider):not(.product-small)::before,.single-product .available-on-backorder:not(.flickity-slider):not(.product-small)::before {
	content: "•";
	display: inline-block;
	vertical-align: sub;
	animation: blinker 1s linear infinite;
	font-size: 25px;
	margin-right:5px;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.webos-payment-installments-div {
	margin-top: 10px !important;
	/* border: 1px solid #ddd; */
	padding: 10px;
	border-radius: 3px;
}
.product-quick-view-container .webos-payment-installments-div{display:none !important;}
.webos-payment-installments-1,.webos-payment-installments-2,.webos-payment-installments-3{display:flex;}
.webos-payment-installments-1:before {
	content: "" !important;
	background-image: url(/wp-content/uploads/2024/08/credit-cards-offset-final.webp);
	width: 64px;
	height: 64px;
	background-size: cover;
}
.webos-p-installments {
	font-size: 0.9em;
	padding-left: 20px;
}
.webos-installments-p-head{font-size:0.80em !important;}
.mobile-only{display:none;}
.desktop-only{display:inline-block;}
.desktop-only-last{display:inline-block;}
.webos-menu-slim{font-size:0.85em !important;}
.wc_points_rewards_earn_points{padding-bottom:0.5em !important;}

/*Login Social*/
div.nsl-container .nsl-button-facebook[data-skin="light"],div.nsl-container .nsl-button-google[data-skin="light"] {
    color: #000000 !important;
    box-shadow: inset 0 0 0 1px #000 !important;
}

div.nsl-container .nsl-button-google[data-skin="light"] {border-radius: 4px !important;}

div.nsl-container .nsl-button-facebook[data-skin="light"]:hover,div.nsl-container .nsl-button-google[data-skin="light"]:hover {
    color: #000000 !important;
    background-color: #f9f9f9 !important;
}
label {
	color: #010101;
}
.widget>ul>li .count {
    opacity: 1 !important;
}
/*Accessibility fix*/
.webos-af{color:#ff6f00 !important;}
.webos-afb{color:#000000 !important;}
.webos-h-posts {
    font-family: 'boldfontnew', sans-serif !important;
    font-weight: 400 !important;
}

/*Manufacturer CSS Sprite*/
.webos-bg-logo {
	display: inline-block;
	margin: 5px !important;
	padding: 10px !important;
	background-color: #fff;
}
.bg-panthermica {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -180px -350px;
	display:inline-block !important;
}
.bg-kalfire {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -350px -10px;
	display:inline-block !important;
}
.bg-bellido {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -10px -10px;
	display:inline-block !important;
}
.bg-CA_Chama {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -180px -10px;
	display:inline-block !important;
}
.bg-norfire {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -10px -350px;
	display:inline-block !important;
}
.bg-Charnwood {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -180px -180px;
	display:inline-block !important;
}
/*line2*/
.bg-Caliskan {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -10px -180px;
	display:inline-block !important;
}
.bg-senko {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -520px -10px;
	display:inline-block !important;
}
.bg-rb73 {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -350px -350px;
	display:inline-block !important;
}
.bg-sprsun {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -520px -180px;
	display:inline-block !important;
}
.bg-xaralyn {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -520px -350px;
	display:inline-block !important;
}
.bg-laddomat {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -350px -180px;
	display:inline-block !important;
}
.bg-tagu {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -10px -520px;
	display:inline-block !important;
}
.bg-perfecta {
    width: 150px; height: 150px;
    background: url('/static/img/css_sprites_logos.webp') -180px -520px;
	display:inline-block !important;
}
.afreg_extra_fields .input-text, .input-select {
    height: 2.507em !important;
}
.page-id-8 #billing_company{display:none;}

.row-box-shadow-1 .col-inner {
	box-shadow: 0 1px 3px -2px rgba(0,0,0,.00),0 1px 2px rgba(0,0,0,.00) !important;
}

.webos-warranty {
	content: "" !important;
	background-image: url(/static/img/warranty-500.webp);
	width: 96px;
	height: 96px;
	background-size: cover;
}
.webos-13{/*margin-left:-13px;*/}
.webos-warranty-align{
	margin-left: 30px;
	padding-top: 20px;
	padding-right:20px;
}
.webos-warranty-div {
    display: flex;
    flex-direction: column;
    align-items: center; /* Κεντραρισμένο περιεχόμενο */
}

.webos-warranty-div-number {
    font-size: 2em; /* Μεγαλύτερο μέγεθος για τον αριθμό */
    font-weight: 400;
	font-family:boldfontnew;
    line-height: 1;
}

.webos-warranty-div-text {
    font-size: 0.80em; /* Κανονικό μέγεθος για το κείμενο */
    margin-top: 0px; /* Απόσταση από τον αριθμό */
}
.webos-warranty-div-mobile {display:none !important;}

.webos-badge {
	content: "" !important;
	background-image: url(/static/img/brand-badge-500.webp);
	width: 96px;
	height: 96px;
	background-size: cover;
}

.webos-badge-align {
	margin: 0 auto;
	padding-top: 30px;
	padding-right: 20px;
}
.webos-99E-align{
	padding-top: 20px;
	padding-right:20px;
}
.webos-99E-brand-align{
	padding-top: 30px;
	padding-right:20px;
}
.webos-p-warranty {
	font-size: 0.9em;
}
.webos-center{text-align:center !important;}

.product_meta img,.term-description img{
	max-width: 150px;
	max-height: 150px;
}
.single-product .product_meta img,.single-product .term-description img{
	max-width: 55px;
	max-height: 55px;
}
.yith-wcwl-add-button:not(.wishlist-popup .yith-wcwl-add-button) {
	margin-block-end: 0em;
}
.variations .reset_variations {
	display: none !important;
}
.webos-estimated-delivery-display{
	color:#000;
	font-family:boldfontnew;
}
.webos-estimated-delivery-display-value{
	color:#000 !important;
	font-family:regularfont;
}
.single-product form p {
	margin-bottom: 1.3em !important;
}
.out-of-stock-label .webos-oos-label,.box-image .out-of-stock-label{
	display:none !important;
}

.webos-sku-div{
	border-top:1px solid #ddd;
	width: 100%;
}

.webos-availability-div{
	border-top:1px solid #ddd;
	border-bottom:0px solid #ddd;
	width: 100%;
}
/*
.webos-availability-span,.webos-sku-span{
	margin:10px;
	padding:5px;
}*/
/*.webos-sku-span{font-size:0.8em;}*/
.price {
	margin-bottom: 10px !important;
	margin-top: 15px !important;
}
.has-hover:hover img.show-on-hover {
	background-color: #fff !important;
}
@media (max-width: 768px) {.webos-product-column-50,.webos-product-column-20 {flex: 1 1 100%;font-size:1em;}}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
.ux-buy-now-button{display: none !important;}

.webos-warranty-align{
	margin: 0 auto;
	padding-top: 20px;
	padding-right:20px;
}
.webos-warranty-div-mobile {
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
	margin-left:-70px;
}
.webos-warranty-div-number {
	font-size: 1.5em;
}
.webos-badge-align {
	margin: 0 auto;
	padding-top: 20px;
	padding-right: 20px;
	margin-left: 30px;
}
.mobile-brand-badge-align {
	margin-left: -75px !important;
	margin-top: 10px !important;
}
.single-product .product_meta img {
	max-width: 55px;
	max-height: 55px;
	padding-top: 10px;
}
.desktop-only-last{display:block;}
/*
.webos-13 {
	padding-left: 18px !important;
}*/
	
	#logo img {
    max-height: 65.36px!important;
    max-width: 181.53px!important;
    margin-right: 0px;
}
	.viber-mobile{display:inline-block;}
.viber-dektop{display:none;}
.mobile-only{display:inline-block;}
.p-mobile-only{margin-bottom:0px;margin-top:15px;}
.desktop-only{display:none !important;}
.footer-primary.pull-left{padding:0px;}
.footer-secondary {
	padding: 0px !important;
}	
.product-section {
	border-top: 0px solid #ececec;
	padding: 8px;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
}
.product-section-webos {
	border-radius: 0px !important;
}
.webos-mt {
	font-family: 'boldfontnew',sans-serif !important;
	font-weight: 400 !important;
	letter-spacing: -0.03em !important;
	color: #000;
	text-decoration: underline;
	text-decoration-color: #ff6f00;
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.webos-payment-installments-div {
	padding: 20px 15px;
}
.webos-p-installments {
	font-size: 0.8em;
	padding-left: 10px;
}
.webos-border-icons-product {
	min-width: 350px;
	padding: 0p;
}
.social-icons span {
    display: none;
}
	.breadcrumbs {
	text-align:center;
}
.nav-small.nav > li.html {
	font-size: 0.75em;
}
.icon-menu::before {
	content: "" !important;
	background-image: url(/static/img/menu.svg);
	width: 32px;
	height: 32px;
	display: inline-block;
	background-size: cover;
}
.product-info .price {
	font-size: 1.7em;
}
/*menu mobile by webos*/
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
	--drawer-width: 100% !important;
	background-color: #fff;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border: 0px solid #ddd;
    text-align: center;
    line-height: 40px;
}
.nav > li > a {
	font-size: 1.2em;
	font-weight:400;
	color: #000;
	/*font-family: 'boldfontnew';*/
}
.nav-slide-header .toggle {
	font-size: 1.6em;
	color: #000;
	font-family: 'boldfontnew';
}
.nav-vertical li li.menu-item-has-children > a {
	color: #000 !important;
	text-transform: none !important;
	font-size: 1.2em !important;
	font-weight: 400;
}
.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header) > a, .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) > a {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0em;
	text-transform: none;
}
.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header), .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) {
	border-top: 1px solid #000;
}
.nav-sidebar.nav-vertical > li + li {
	border-top: 1px solid #000;
}
.mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header):not(.toggle) > .sub-menu > li{
	border-top: 1px solid #000;}
.off-canvas .nav-vertical li li > a {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0em;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	text-transform: none;
}
.nav-slide-header .toggle i {
	font-size: 1.8em;
}
.nav-vertical li li {
	padding-left: 0em;
}
.toggle {
	opacity:1;
	/*background-color: #ff6f00;*/
	margin:0px;
}
li .nav-slide-header{border-top:0px !important;}
	.gmbrr.dark .powered-by-google.light, .powered-by-google {
    width: 103px;
    height: 17px;
}
.gmbrr {
	width: calc(100% - 0px);}
.gmbrr.badge, .gmbrr.center {
	box-shadow: 0 1px 7px 1px rgb(90 90 90 / 5%);
}
	
/*Hide Filter Icon On Specific Pages EL*/
.page-id-11833 .filter-button,.page-id-9095 .filter-button,.page-id-44599 .filter-button,.page-id-18185 .filter-button,.page-id-16675 .filter-button,.page-id-16677 .filter-button,.page-id-16688 .filter-button,.page-id-3 .filter-button,.page-id-28960 .filter-button,.page-id-41950 .filter-button,.page-id-9 .filter-button,.page-id-7 .filter-button,.page-id-8 .filter-button,.single-post .filter-button,.single-product .filter-button{display:none !important;} 
}

	/*END OF MOBILE*/
}

/* Default layout for desktop (4 columns) */
.webos-upsell-products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px; /* Adjust spacing between products as needed */
}

/* Responsive layout for mobile (2 columns) */
@media (max-width: 820px) {
    .webos-upsell-products-grid {
        grid-template-columns: repeat(2, 1fr);
    }
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    border: 0px solid #ddd;
    text-align: center;
}
.icon-menu::before {
    content: "" !important;
    background-image: url(/static/img/menu.svg);
    width: 32px;
    height: 32px;
    display: inline-block;
    background-size: cover;
}
.off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    --drawer-width: 100% !important;
    background-color: #fff;
}
.nav-sidebar.nav-vertical > li + li {
    border-top: 1px solid #000;
}
.nav > li > a {
	font-size: 1.2em;
	font-weight:400;
	color: #000;
	/*font-family: 'boldfontnew';*/
}
.nav-slide-header .toggle {
	font-size: 1.6em;
	color: #000;
	font-family: 'boldfontnew';
}
.nav-vertical li li.menu-item-has-children > a {
	color: #000 !important;
	text-transform: none !important;
	font-size: 1.2em !important;
	font-weight: 400;
}
.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header) > a, .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) > a {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0em;
	text-transform: none;
}
.mobile-sidebar-levels-2 .nav-slide > li > .sub-menu > li:not(.nav-slide-header), .mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header) {
	border-top: 1px solid #000;
}
.nav-sidebar.nav-vertical > li + li {
	border-top: 1px solid #000;
}
.mobile-sidebar-levels-2 .nav-slide > li > ul.children > li:not(.nav-slide-header):not(.toggle) > .sub-menu > li{
	border-top: 1px solid #000;}
.off-canvas .nav-vertical li li > a {
	color: #000;
	font-size: 1.2em;
	letter-spacing: 0em;
	padding-bottom: 15px;
	padding-left: 20px;
	padding-top: 15px;
	text-transform: none;
}
.nav-slide-header .toggle i {
	font-size: 1.8em;
}
.nav-vertical li li {
	padding-left: 0em;
}
.toggle {
	opacity:1;
	/*background-color: #ff6f00;*/
	margin:0px;
}
li .nav-slide-header{border-top:0px !important;}
	.gmbrr.dark .powered-by-google.light, .powered-by-google {
    width: 103px;
    height: 17px;
}
.nav-small.nav>li.html {
    font-size: 0.9em;
}
/*Hide Filter Icon On Specific Pages EL*/
.page-id-11833 .filter-button,.page-id-9095 .filter-button,.page-id-44599 .filter-button,.page-id-18185 .filter-button,.page-id-16675 .filter-button,.page-id-16677 .filter-button,.page-id-16688 .filter-button,.page-id-3 .filter-button,.page-id-28960 .filter-button,.page-id-41950 .filter-button,.page-id-9 .filter-button,.page-id-7 .filter-button,.page-id-8 .filter-button,.single-post .filter-button,.single-product .filter-button{display:none !important;} 

#logo img {
    max-height: 65.36px!important;
    max-width: 181.53px!important;
    margin-right: 0px;
}
}

/* Further adjustment for smaller mobile screens (1 column) */
@media (max-width: 480px) {
    .webos-upsell-products-grid {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 1366px){
.nav-size-large > li > a {
	font-size: 0.9em;
}
}

