body {
	padding: 0px;
	margin: 0px;
	overflow-x: hidden;
}

/*******************************/
.fadein {
  position: relative;
  height:400px;
  width:100%;

}

.fadein img {
	position: absolute;
 
}

.top {
	animation-name: fade;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
	animation-duration: 5s;
	animation-direction: alternate;
}

@keyframes fade {
	0% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
/*******************************/

/*scroll to top */
.scroll-to-top {
	position: fixed;
	background: url(../img/scroll-to-top.png) no-repeat;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 2em;
	padding-bottom: 1em;
	display: none;
	z-index: 110;
}

.scroll-to-top:hover {
	position: fixed;
	background: url(../img/scroll-to-top-hover.png) no-repeat;
	cursor: pointer;
	bottom: 1em;
	right: 0px;
	width: 55px;
	height: 55px;
	padding-right: 2em;
	padding-bottom: 1em;
	display: none;
	z-index: 999;
}
/*scroll to top */

/*************** top bar **************/
/*.top-container {
  background-color: #f1f1f1;
  padding: 30px;
  text-align: center;
}*/

.topbar {
	/*padding: 10px 16px;*/
	padding-top:10px;
    padding-bottom:10px;
	background: #fff;
	color: #f1f1f1;
	min-height: 30px;
	z-index: 999;
	border-bottom:1px #efefef solid;
}

.content {
	padding: 0px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	box-shadow: 0px 1px 5px #d8d8d8; /*mine*/
}

.sticky + .content {
	padding-top: 70px;
}

/*************** top bar **************/

.responsive-image {
	height: auto;
	/* width:100%; */
	max-width: 100%;
}

.static_bg {
	background-image: url("../img/bg.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.homepage_title {
	font-family: "Manrope", sans-serif;
	text-align: center;
	font-size: 30px;
	font-weight: 300;
	color: #4b4b4b;
	padding-top: 70px;
}

.homepage_shipping {
	font-family: "Manrope", sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #4b4b4b;
	padding-top: 30px;
	padding-bottom: 30px;
}

.homepage_text {
	font-family: "Manrope", sans-serif;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #8e8e8e;
	padding-top: 35px;
	letter-spacing: 1px;
}
/*
.block_text{
  color: #000;
  background:#ff0000;
  width: 100%;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align:center;
} */

.flex_container,
.flex_container2 {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: row; /*responsive changes*/
}

.flex-item1 {
	width: 100%;
	display: flex;
	background: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.flex-item2 {
	width: 100%;
	display: flex;
}

.box_text {
	font-family: "Manrope", sans-serif;
	color: #4b4b4b;
	font-size: 26px;
	font-weight: 200;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.box_text:hover {
	font-family: "Manrope", sans-serif;
	color: #fc8536;
	font-size: 26px;
	font-weight: 200;
	text-decoration: none;
}

.box_text span {
	font-family: "Manrope", sans-serif;
	color: #303030;
	font-size: 38px;
	font-weight: 400;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.box_text:hover span {
	font-family: "Manrope", sans-serif;
	color: #848383;
	font-size: 38px;
	font-weight: 400;
}
/************************/

/************************/
/***************************/

.snip1548 {
	font-family: "Manrope", sans-serif;
	position: relative;
	display: inline-block;
	margin: 0px 0px;
	min-width: 230px;
	max-width: 435px;
	width: 100%;
	color: #ffffff;
	text-align: left;
}
.snip1548 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.snip1548:before {
	position: absolute;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	bottom: 100%;
	content: "";
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	-webkit-transition-delay: 0.25s;
	transition-delay: 0.25s;
}
.snip1548 img {
	vertical-align: top;
	max-width: 100%;
	backface-visibility: hidden;
}
.snip1548 figcaption {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.snip1548 h3,
.snip1548 h5 {
	margin: 0;
	opacity: 0;
	letter-spacing: 1px;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
}
/*
.snip1548 h3 {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  text-transform: uppercase;
  font-weight: 400;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  margin-bottom: 5px;
} */
.snip1548 h5 {
	font-weight: normal;
	background-color: #000;
	padding: 10px 35px;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.snip1548 a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.snip1548:hover:before,
.snip1548.hover:before {
	bottom: 10px;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.snip1548:hover h3,
.snip1548.hover h3,
.snip1548:hover h5,
.snip1548.hover h5 {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.snip1548:hover h3,
.snip1548.hover h3 {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.snip1548:hover h5,
.snip1548.hover h5 {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

/***************************/

.leftcolumn {
	display: inline-block;
	width: 48.7%; /*45.9%*/
	height: 100%;
	
}
.rightcolumn {
	/*display:inline-block; */
	width: 48.7%; /*45.9%*/
	float: right;
	height: 100%;

}

.top-right {
	position: absolute;
	top: 0px;
	right: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	padding: 12px 10px 12px 10px;
	font-weight: 500;
	color: #fff;
	background: #fc8536;
	letter-spacing: 2px;
}
.top-left {
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Manrope", sans-serif;
	font-size: 10px;
	padding: 12px 10px 12px 10px;
	font-weight: 500;
	color: #fff;
	background: #fc8536;
	letter-spacing: 2px;
}

.home_products_text {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	text-align: center;
	padding-top: 20px;
}

/******* strikethrough prices ***********/

.strikethrough {
	position: relative;
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #9f9f9f;
	margin-left: 20px;
	padding: 0px 3px 0px 3px;
}
.strikethrough:before {
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: #fc8536;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
/******* strikethrough prices ***********/

.textcontainer {
	position: relative;
	text-align: center;
	min-height: 110px;
	/* border:1px red solid; */
}
.home_price_text {
	position: absolute;
	bottom: 10px;
	text-align: center;
	left: 5px;
	right: 5px;
	/*transform: translate(-50%, -50%);*/
	font-family: "Manrope", sans-serif;
	font-size: 19px;
	/* padding:6px 10px 6px 10px;*/
	font-weight: 400;
	color: #282828;
	/* border:1px red solid;*/
	/*background:#db3bdd;*/
	/*z-index:100; /* to balame giati to ekrube i piso eikona poy ekane hover */
}

.home_text_descr {
	position: absolute;
	top: 15px;
	text-align: center;
	left: 5px;
	right: 5px;
	/*transform: translate(-50%, -50%);*/
	font-family: "Manrope", sans-serif;
	font-size: 15px;
	/* padding:6px 10px 6px 10px;*/
	line-height: 1.3;
	font-weight: 400;
	color: #373737;
	/*border:1px red solid;*/
	/*background:#db3bdd;*/
	/*z-index:100; /* to balame giati to ekrube i piso eikona poy ekane hover */
}

/*********************/
.cf {
	position: relative;
	width: 100%;
	margin: 0 auto;
	line-height: 0;
	/*border:1px green solid; */
}

.boxcaption {
	background-color: #fff;
	width: 100%;
	/*height: 50px;*/
	height: 0%;
	position: absolute;
	bottom: 0px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	transition: 0.3s ease;
	line-height: 1.3;
	text-align: center;
}
.cf .boxcaption {
	overflow: hidden;
}

.cf:hover .boxcaption {
	height: 30px;
	padding-top: 10px;
}
/***********************/

.add_cart_button {
	font-family: "Manrope", sans-serif;
	color: #fcfefe;
	font-size: 12px;
	padding: 8px 18px 8px 18px;
	text-align: center;
	text-decoration: none;
	background-color: #a7a7a7;
	letter-spacing: 2px;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.5s ease;
	-o-transition: 0.5s ease;
	transition: 0.5s ease;
}

.add_cart_button:hover {
	/*border: 1px #d0d0d0 solid; */
	color: #fff;
	background-color: #000;
}

.footer_text {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	color: #8e8e8e;
	font-size: 15px;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 30px;
}

.footer_title {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #4b4b4b;
	padding-top: 30px;
	padding-bottom: 30px;
}

.footerstores_text {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #7a7a7a;
	font-weight: 300;
	padding-bottom: 8px;
}

.footer_link {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #7a7a7a;
	padding-left: 13px;
	padding-bottom: 7px;
	background: url("../img/arrow_footer.png") 0px 7px no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	display: inline-block;
}

.footer_link:hover {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #a7a7a7;
	padding-left: 17px;
	background: url("../img/arrow_footer_hover.png") 0px 7px no-repeat;
}

.footer_link2 {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #7a7a7a;
	margin-left: 5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer_link2:hover {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #a7a7a7;
}
.footer_pixelgrid {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #4c4c4c;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

.footer_pixelgrid:hover {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #a7a7a7;
}
/********** cart symbol *************/
#lblCartCount {
	font-size: 12px;
	background: #f06000;
	/*background: trasparent;*/
	color: #fff;
	padding: 2px 4px;
	vertical-align: top;
	margin-left: -10px;
}

.badge {
	padding-left: 0px;
	padding-right: 7px;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	border-radius: 60%;
}

/********** cart symbol *************/
/****************** search bar only	*****************/
#demo-2 input[type="search"] {
	background: url(../img/search-icon.png) no-repeat 2px 7px;
	border: solid 1px transparent;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 15px;
	color: transparent;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#demo-2 input[type="search"]:hover {
	background-color: trasparent;
}
#demo-2 input[type="search"]:focus {
	width: 130px;
	padding-left: 40px;
	color: #5a5a5a;
	background-color: trasparent;
	cursor: auto;
	border-bottom: 1px #5a5a5a solid;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Firefox < 19 */
#demo-2 input:-moz-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Firefox > 19 */
#demo-2 input::-moz-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Internet Explorer 10 */
#demo-2 input:-ms-input-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
#demo-2 input:focus::-webkit-input-placeholder {
	color: #5a5a5a;
	font-family: "Manrope", sans-serif;
}
/* Firefox < 19 */
#demo-2 input:focus:-moz-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
/* Firefox > 19 */
#demo-2 input:focus::-moz-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
/* Internet Explorer 10 */
#demo-2 input:focus:-ms-input-placeholder {
	color: #5a5a5a;
}
/****************** serch bar only	*****************/
/********** headline with line ************/

h2 {
	font: 33px sans-serif;
	margin-top: 30px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	z-index: 1;
}

h2:before {
	border-top: 2px solid #dfdfdf;
	content: "";
	margin: 0 auto; /* this centers the line to the full width specified */
	position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
	top: 20px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

h2 span {
	/* to hide the lines from behind the text, you have to set the background color the same as the container */
	background: #fff;
	padding: 0 25px;
}
/***********headline with line ***********/

.fa-phone {
	text-decoration: none;
	color: #767a79;
	font-size: 15px;
}

.fa-user {
	text-decoration: none;
	color: #767a79;
	font-size: 15px;
}

.fa-shopping-cart {
	text-decoration: none;
	color: #767a79;
	font-size: 15px;
}

.fa-envelope-o {
	text-decoration: none;
	color: #767a79;
	font-size: 15px;
}

.fa-map-marker {
	text-decoration: none;
	color: #767a79;
	font-size: 15px;
}

input[name="txtLoginPassword"],
input[name="txtLoginUsername"],
input[name="txtRegisterEmail"],
input[name="txtRegisterMobileNo"],
input[name="txtRegisterFirstname"],
input[name="txtRegisterLastname"],
input[name="txtRegisterPassword"],
input[name="txtRegisterVerifyPassword"],
input[name="txtCurrentPassword"],
input[name="txtNewPassword"],
input[name="txtNewPasswordVerify"],
textarea[name="message"],
input[name="onomafacebook"],
input[name="addressform"],
input.regformfield,
textarea.regformfield {
	margin: 30px 0 30px 0;
	min-width: 350px;
	font-size: 15px;
	height: 48px;
	border-radius: 0px;
	padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
	background-color: #fff;
	font-family: "Manrope", sans-serif;
	color: #5d5d5d;
	border: 1px solid #ffbd99;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}

input[name="txtLoginPassword"]:focus,
input[name="txtLoginUsername"]:focus,
input[name="txtRegisterEmail"]:focus,
input[name="txtRegisterMobileNo"]:focus,
input[name="txtRegisterFirstname"]:focus,
input[name="txtRegisterLastname"]:focus,
input[name="txtRegisterPassword"]:focus,
input[name="txtRegisterVerifyPassword"]:focus,
input[name="txtCurrentPassword"]:focus,
input[name="txtNewPassword"]:focus,
input[name="txtNewPasswordVerify"]:focus,
textarea[name="message"]:focus,
input[name="onomafacebook"]:focus,
input[name="addressform"]:focus,
input.regformfield:focus {
	border: 1px solid #ffdcc9;
	outline: 0;
}

input[type="submit"] {
	display: inline-block;
	height: 48px;
	padding: 5px 30px;
	color: #fff;
	text-align: center;
	font-weight: 600;
	line-height: 38px;
	letter-spacing: 0.1rem;
	text-transform: uppercase;
	font-family: "Manrope", sans-serif;
	font-size: 13px;
	text-decoration: none;
	white-space: nowrap;
	background-color: #96969c;
	border-radius: 1px;
	border: 1px solid #96969c;
	cursor: pointer;
	box-sizing: border-box;
}
input[type="submit"]:hover,
input[type="submit"]:focus {
	color: #efeeee;
	border-color: #000000;
	outline: 0;
	background-color: #000000;
}

.hiddentodesktop {
	display: none;
}

div.panel {
	/*widht: 50%;
	height: 100%;*/
	display: block;
}

/******************** filters accordion *************/

.filtercategory {
	font-family: "Manrope", sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #2b012c;
	text-align: center;
	padding-bottom: 30px;
}
.filtertitle {
	font-family: "Manrope", sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #2b012c;
}
.filtertexts {
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	color: #2b012c;
	font-weight: 300;
	margin-top: 20px;
	/*padding-bottom:30px;*/
}
/*.filtertitle2 {
	font-family: "Manrope", sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #2b012c;
}
.filtertexts2 {
	font-family: "Manrope", sans-serif;
	font-size: 16px;
	color: #2b012c;
	font-weight: 400;
	margin-top: 20px;
	/*padding-bottom:30px;
}*/

/**************** checkbox for filters **************/
/* The container */
.filterschkbx {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 8px;
	cursor: pointer;
	font-family: "Manrope", sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #2b012c;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default checkbox */
.filterschkbx input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
/* Create a custom checkbox */
.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	/*background-color: #eee;*/
	border: 1px #d0d0d0 solid;
}
/* On mouse-over, add a grey background color */
.filterschkbx:hover input ~ .checkmark {
	/*background-color: #ccc; */
	border: 1px #8c8c8c solid;
}
/* When the checkbox is checked, add a blue background */
.filterschkbx input:checked ~ .checkmark {
	/*background-color: #2196F3; */
	background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.filterschkbx input:checked ~ .checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.filterschkbx .checkmark:after {
	left: 6px;
	top: 2px;
	width: 5px;
	height: 10px;
	border: solid #f06000;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hiddendivlarge {
	display: none;
}

.hiddendiv {
	display: block;
}
/**************** checkbox for filters **************/

/************ mobile only ********************/
@media (max-width: 450px) {
	.hiddendivlarge {
		display: block;
	}

	.hiddendiv {
		display: none;
	}
	.inlineimg4 {
		float: left;
		width: 47%;
		margin-right: 7px;
	}

	.hiddentomobile {
		display: none;
	}

	.hiddentodesktop {
		display: block;
	}

	.accordion_container {
		width: auto;
	}

	.accordion_head {
		background-color: #f1f1f1;
		color: #585858;
		cursor: pointer;
		font-family: "Manrope", sans-serif;
		font-size: 14px;
		margin: 0 0 1px 0;
		padding: 9px 21px;
		font-weight: 400;
	}

	.accordion_body {
		background: #e1e1e1;
	}

	.accordion_body p {
		padding: 18px 15px;
		margin: 0px;
		font-family: "Manrope", sans-serif;
		font-size: 15px;
		color: #5b5b5b;
		font-weight: 300;
	}

	.accordion_body p a {
		color: #5b5b5b;
		text-decoration: none;
	}

	.accordion_body p a:hover {
		color: #7c7c7c;
		text-decoration: none;
	}

	.plusminus {
		float: right;
		margin-right: 10px;
	}

	.flex_container {
		display: flex;
		height: 100%;
		width: 100%;
		flex-direction: column-reverse; /*responsive changes*/
		justify-content: flex-end;
	}
	.flex_container2 {
		display: flex;
		height: 100%;
		width: 100%;
		flex-direction: column; /*responsive changes*/
	}

	.flex-item1 {
		width: 100%;
		display: flex;
		background: #fff;
		justify-content: center;
		align-items: center;
		text-align: center;
	}

	.flex-item2 {
		width: 100%;
		display: flex;
	}

	.footerstores_text {
		font-family: "Manrope", sans-serif;
		font-size: 14px;
		color: #7a7a7a;
		font-weight: 300;
		padding-bottom: 8px;
		text-align: center;
	}

	.cf {
		position: relative;
		width: 100%;
		margin: 0 auto;
		line-height: 0;
	}


	.boxcaption {
		/*background-color: #fff;
		width: 100%;*/
		/*height: 50px;*/
		/*height: 30px;*/
		/*position: absolute;*/
		bottom: -10px;
		/*padding-top: 10px;
		padding-bottom: 0px;
		text-align: center;*/
	} 
	
/*
.cf .boxcaption {
	overflow: hidden;
}

.cf:hover .boxcaption {
  height: 30px;
  padding-top:10px;
} */

	.home_price_text {
		position: relative;
		top: 50px;
		text-align: center;
		left: 5px;
		right: 5px;
		/*transform: translate(-50%, -50%);*/
		font-family: "Manrope", sans-serif;
		font-size: 15px;
		/* padding:6px 10px 6px 10px;*/
		font-weight: 400;
		color: #282828;
		/* border:1px red solid;*/
		/*background:#db3bdd;*/
		/*z-index:100; /* to balame giati to ekrube i piso eikona poy ekane hover */
	}

	.home_text_descr {
		position: relative;
		top: 15px;
		text-align: center;
		left: 5px;
		right: 5px;
		/*transform: translate(-50%, -50%);*/
		font-family: "Manrope", sans-serif;
		font-size: 16px;
		/* padding:6px 10px 6px 10px;*/
		line-height: 1.3;
		font-weight: 400;
		color: #373737;
		/*border:1px red solid;*/
		/*background:#db3bdd;*/
		/*z-index:100; /* to balame giati to ekrube i piso eikona poy ekane hover */
	}

	.strikethrough {
		position: relative;
		font-family: "Manrope", sans-serif;
		font-size: 14px;
		font-weight: 400;
		color: #9f9f9f;
		margin-left: 20px;
		padding: 0px 3px 0px 3px;
	}
	.strikethrough:before {
		position: absolute;
		content: "";
		left: 0;
		top: 50%;
		right: 0;
		border-top: 1px solid;
		border-color: #fc8536;
		-webkit-transform: rotate(-5deg);
		-moz-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		-o-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}


 
	/******************** filters accordion *************/
	.flip {
		font-family: "Manrope", sans-serif;
		font-size: 18px;
		font-weight: 500;
		color: #fff;
		text-align: center;
		padding: 8px;
		background: #000;
	}
	.filtertitle {
		font-family: "Manrope", sans-serif;
		font-weight: 400;
		font-size: 20px;
		color: #2b012c;
	}
	.filtertexts {
		font-family: "Manrope", sans-serif;
		font-size: 16px;
		color: #2b012c;
		font-weight: 400;
		margin-top: 20px;
		/*padding-bottom:30px;*/
	}
	/* for product details */
	.filtertitle2 {
		font-family: "Manrope", sans-serif;
		font-weight: 400;
		font-size: 15px;
		color: #2b012c;
	}
	.filtertexts2 {
		font-family: "Manrope", sans-serif;
		font-size: 14px;
		color: #2b012c;
		font-weight: 400;
		margin-top: 20px;
		/*padding-bottom:30px;*/
	}
	/* for product details */
	div.panel {
		/*widht: 50%;
	height: 100%;*/
		display: none;
	}

	/******************** filters accordion *************/
	/****************** search bar only	*****************/
#demo-2 input[type="search"] {
	background: url(../img/search-icon.png) no-repeat 2px 7px;
	border: solid 1px transparent;
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	width: 15px;
	color: transparent;
	cursor: pointer;
	padding: 0px 10px 0px 10px;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
#demo-2 input[type="search"]:hover {
	background-color: trasparent;
}
#demo-2 input[type="search"]:focus {
	width: 77px;
	padding-left: 30px;
	color: #5a5a5a;
	background-color: trasparent;
	cursor: auto;
	border-bottom: 1px #5a5a5a solid;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Firefox < 19 */
#demo-2 input:-moz-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Firefox > 19 */
#demo-2 input::-moz-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
/* Internet Explorer 10 */
#demo-2 input:-ms-input-placeholder {
	color: transparent;
	font-family: "Manrope", sans-serif;
}
#demo-2 input:focus::-webkit-input-placeholder {
	color: #5a5a5a;
	font-family: "Manrope", sans-serif;
}
/* Firefox < 19 */
#demo-2 input:focus:-moz-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
/* Firefox > 19 */
#demo-2 input:focus::-moz-placeholder {
	color: #5a5a5a;
	opacity: 1;
}
/* Internet Explorer 10 */
#demo-2 input:focus:-ms-input-placeholder {
	color: #5a5a5a;
}
}

/*************modile only *******************/
