/* product category */
.category-view .category a img {
	height: 265px;
}
.category-view .category .category-content {
	background-color: #fff;	
}
.category-content .small-title {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
}
.blue-bg {
	position: relative;
	padding-top: 75px;
	margin-top: 75px;
}
.blue-bg::before {
	content: " ";
	width: 120vw;
	height: calc(115% + 130px);
	position: absolute;
	left: calc(50% - 60vw);
	top: 0px;
	background-color: #dde7f2;
}
a.link {
	width: auto;
	max-width: unset;
	border: none;
	opacity: 1;
}
a.link svg {
	height: 25px;
}
/* show limit */
select#limit {
	width: 75px;
	margin: 0px 10px;
	padding: 4px 10px;
	border: 1px solid #CAC9C9;
	color: #000;
	border-radius: 0px;
	background-image: url("/images/graphs/arrow-selectbox.png");
	background-position: 100% 50%;
	background-size: 12px 6px;
	background-repeat: no-repeat;
	background-origin: content-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
/* product layout */
.layout-toggle a {
	margin-right: 10px;
}
.layout-toggle a svg {
	height: 25px;
	width: auto;
}
.layout-toggle a.active svg {
	fill: #133550;
}
/* order by */
.orderby-displaynumber {
	border-bottom: none;
	border-top: none;
	margin: 10px 0 30px;
}
.orderlistcontainer {
	margin-left: 0px;
}
/* products category */
.product-container {
	background-color: #fff;
}
.product-col-content .small-title {
	font-size: 25px;
	line-height: 30px;
}
.browseProductImage {
	height: 245px;
	width: auto;
}
.category-view .item a img,
.browse-view .product-col a img {
	transform: scale(1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
.category-view .item:hover a img,
.browse-view .product-col:hover a img {
	transform: scale(1.1);
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
/* product details */
.small-title.cat-name {
	color: #95d7e1;
}
.desc-title {
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	margin: 25px 0px;
}
.products-tabs {
	margin-top: 25px;
	border-bottom: 1px solid #95d7e1;
}
.products-tabs .prod-panel a {
	font-size: 20px;
	line-height: 25px;
}
.products-tabs .prod-panel.active {
	background-color: #95d7e1;
}
.products-tabs .prod-panel.active a {
	color: #133550;
}
.tab-content,
#rsform_4_page_0 {
	padding: 40px;
}
#p_form_submit,
#sup_form_submit {
	margin-top: 0px;
}
#product_characteristics {
	text-align: center;
}
/* top search */
#search .account-btn {
	display: inline-block;
	width: 40px;
	height: 40px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	background-color: #133550;
}
#search-content {
	position: absolute;
	top: 88px;
	right: 2px;
	width: 400px;
	background-color: #fff;
	z-index: 1001;
	text-align: left;
	padding: 25px;
	border-bottom: 2px solid #95d7e1;
}
#search svg {
	height: 25px;
}
/* oikoi */
.oikoi-content a {
	margin-bottom: 50px;
}
/* onoma eikonas */
#fancybox-title {
	display: none !important;
}
/* blog videos */
.blog.videos-category .w-small-title {
	height: 60px;
	font-size: 25px;
	line-height: 30px;
}