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

/*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 **************/
.topbar {
	/*padding: 10px 16px;*/
	background: #fff;
	color: #f1f1f1;
	min-height: 50px;
	z-index: 999;
}

.content {
	padding: 0px;
}

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

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

.toptoolbar_link {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #7a7a7a;
	padding-bottom: 10px;
	padding-top: 10px;
	margin-left: 1em;
	-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;
}

.toptoolbar_link:hover {
	color: #a7a7a7;
}

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

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

.static_bg {
	background-image: url('../img/bg.png');
	background-repeat: 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_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;
}

/************* image zoom *********/

/* [1] The container */
.img-hover-zoom {
	/*height: 350px; /* [1.1] Set it as per your need */
	overflow: hidden; /* [1.2] Hide the overflowing of child elements */
}

/* [2] Transition property for smooth transformation of images */
.img-hover-zoom img {
	transition: transform 0.7s ease;
}

/* [3] Finally, transforming the image when container gets hovered */
.img-hover-zoom:hover img {
	transform: scale(1.1);
	/*transform: scale(1.2) rotate(10deg); ***/ /* for zoom*/
}

/************* image zoom *********/

.box_text {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #717171;
	letter-spacing: 1px;
	padding: 30px;
	background-color: #fff;
}

/*.box_text {
	font-family: "Manrope", sans-serif;
	color: #b32e6f;
	font-size: 30px;
	font-weight: 500;
	-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: #4a3c43;
	font-size: 30px;
	font-weight: 500;
	text-decoration: none;
}

.box_text span {
	font-family: "Manrope", sans-serif;
	color: #fc2b91;
	font-size: 20px;
	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: 20px;
	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(57, 57, 57, 0.3);
	-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: 45.9%;
	height: 100%;
}
.rightcolumn {
	/* display:inline-block; */
	width: 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: #a357db;
	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: #5a287f;
	letter-spacing: 2px;
}

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

/******** product details **************/
.product_code {
	color: #949494;
	font-size: 18px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}
.product_code_text {
	color: #373737;
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
}

.product_quantity_title,
.hdrDims {
	color: #5a287f;
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 15px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
}

.addtocartbtn {
	display: inline-block;
	height: 48px;
	padding: 5px 30px;
	font-family: 'Manrope', sans-serif;
	font-size: 17px;
	font-weight: 300;
	text-decoration: none;
	white-space: nowrap;
	border-radius: 1px;
	cursor: pointer;
	box-sizing: border-box;
	outline: 0;
	color: #fff;
	/*background-color: #b32e6f;*/
	background-color: #5a287f;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.addtocartbtn:hover,
.addtocartbtn:focus {
	background-color: #5a287f;
	color: #fff;
}

.space60 {
	margin-top: 60px;
}

.space30 {
	padding-top: 30px;
}

.product_title {
	color: #373737;
	font-size: 20px;
	font-family: 'Manrope', sans-serif;
	font-weight: 500;
	margin-top: 20px;
}
.product_descr {
	color: #373737;
	font-size: 16px;
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	margin-top: 20px;
}
.product_price {
	color: #373737;
	font-size: 40px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	margin-top: 20px;
}

.product_price span {
	color: #999;
	font-size: 22px;
	font-weight: 500;
}

/******** product details **************/
/* -- quantity box	plus and minus-- */
.quantity {
	display: inline-block;
}
.quantity .input-text.qty {
	width: 60px;
	height: 50px;
	padding: 0 5px;
	text-align: center;
	background-color: transparent;
	border: 1px solid #efefef;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	font-size: 15px;
	border-radius: 0px;
}
.quantity.buttons_added {
	text-align: left;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
}
/* for chrome */
.buttons_added input[type='number']::-webkit-outer-spin-button,
.buttons_added input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
/* for firefox */
.buttons_added input[type='number'] {
	-moz-appearance: textfield;
}
.quantity.buttons_added input {
	display: inline-block;
	margin: 0 -5px 0 0px;
	vertical-align: top;
	box-shadow: none;
}
.quantity.buttons_added .minus {
	padding: 5px 10px 8px;
	height: 50px;
	width: 50px;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #efefef;
	cursor: pointer;
	font-size: 20px;
}
.quantity.buttons_added .plus {
	padding: 6px 10px 8px;
	height: 50px;
	width: 50px;
	background-color: #ffffff;
	border-radius: 0px;
	border: 1px solid #efefef;
	cursor: pointer;
	font-size: 20px;
}
.quantity.buttons_added .minus {
	border-right: 0;
}
/*.quantity.buttons_added .plus {
	border-left: 0;
}*/

.quantity.buttons_added .minus:hover,
.quantity.buttons_added .plus:hover {
	background: #eeeeee;
	border: 1px solid #dcdcdc;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	margin: 0;
}
.quantity.buttons_added .minus:focus,
.quantity.buttons_added .plus:focus {
	outline: none;
}
/* -- quantity box	plus and minus-- */
/******* 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: #bf57a2;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-ms-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	transform: rotate(-5deg);
}

.product_price_strike {
	position: relative;
	color: #a1a1a1;
	font-size: 22px;
	font-family: 'Manrope', sans-serif;
	font-weight: 400;
	margin-left: 35px;
	padding: 0px 6px 0px 6px;
	/*text-decoration: line-through; */
}
.product_price_strike:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	right: 0;
	border-top: 1px solid;
	border-color: #ff6969;
	-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: 140px;
	display: flex;
	flex-direction: column;
}
.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 */
	width: 100%;
	margin: 10px 0;
}

.home_price_text span {
	color: #999;
	font-size: 13px;
}

.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;
	/*z-index:100; /* to balame giati to ekrube i piso eikona poy ekane hover */
	margin: 10px 0;
}

.home_colors_descr {
	/* position: absolute; */
	bottom: 30px;
	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 */
	margin: 0 0 15px;
}

.filta_text {
	font-family: 'Manrope', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #373737;
	/*padding-top:90px;*/
}

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

.borderbox {
	border: 10px white solid;
	background: #fff;
}
/*
.cf img{
  border:1px #fff solid;
  -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

}
.cf:hover img{
border:1px #ffeabf solid;

} */

.boxcaption {
	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;
	background-color: #fff;
}

.cf .boxcaption {
	overflow: hidden;
}

.cf:hover .boxcaption {
	height: 40px;
	padding-top: 10px;
}
.cf.test .boxcaption {
	height: 40px;
	padding-top: 10px;
}

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

.add_cart_button {
	font-family: 'Manrope', sans-serif;
	color: #fcfefe;
	font-size: 12px;
	padding: 8px 22px 8px 22px;
	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;
}

.product_details_button {
	font-family: 'Manrope', sans-serif;
	color: #fcfefe;
	font-size: 12px;
	padding: 8px 22px 8px 22px;
	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;
}

.product_details_button:hover {
	/*border: 1px #d0d0d0 solid; */
	color: #fff;
	background-color: #5a287f;
}

.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: #5a287f;
	/*background: trasparent;*/
	color: #fff;
	padding: 2px 4px;
	vertical-align: middle;
	margin-left: -16px;
	min-width: 20px;
	text-align: center;
}

.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(../images/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 0px 0px 10px;
	margin: 0px 0px 5px 0px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	font-size: 14px;
}
#demo-2 input[type='search']:hover {
	background-color: transparent;
}
#demo-2 input[type='search']:focus {
	width: 80px;
	padding-left: 25px;
	color: #5a5a5a;
	background-color: transparent;
	cursor: auto;
	border-bottom: 1px #5a5a5a solid;
}
#demo-2 input::-webkit-input-placeholder {
	color: transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
/* Firefox < 19 */
#demo-2 input:-moz-placeholder {
	color: transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
/* Firefox > 19 */
#demo-2 input::-moz-placeholder {
	color: transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
/* Internet Explorer 10 */
#demo-2 input:-ms-input-placeholder {
	color: transparent;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
#demo-2 input:focus::-webkit-input-placeholder {
	color: #5a5a5a;
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
}
/* 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-family: 'Manrope', sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #373737;
	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: #121212;
	font-size: 16px;
}

.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;
}

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

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 #5a287f; /*itan #a28a5a*/
	-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 #c37cf7; /*itan #efce8b */
	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: #373737;
	text-align: center;
	padding-bottom: 30px;
}
.filtertitle {
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #373737;
}
.filtertexts {
	font-family: 'Manrope', sans-serif;
	font-size: 14px;
	color: #373737;
	font-weight: 300;
	margin-top: 20px;
	/*padding-bottom:30px;*/
}
.filtertitle2 {
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	font-size: 18px;
	color: #373737;
}
.filtertexts2 {
	font-family: 'Manrope', sans-serif;
	font-size: 15px;
	color: #373737;
	font-weight: 300;
	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: #373737;
	-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 #b39964;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.hiddendivlarge {
	display: none;
}

.hiddendiv {
	display: block;
}

.homepanelimgmob {
	display: none;
}

/**************** checkbox for filters **************/

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

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

	.hiddentomobile {
		display: none !important;
	}

	.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;
	}

	.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: 45px;
	position: relative;
	bottom: 0px;
  padding-top:10px;
  padding-bottom:0px;
  text-align:center;

}*/

	.home_price_text {
		display: block;
		/* position: relative; */
		/* top: 70px; */
		text-align: center;
		/* left: 5px; */
		/* right: 5px; */
		/*transform: translate(-50%, -50%);*/
		font-family: 'Manrope', sans-serif;
		font-size: 13px;
		/* 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_price_text span {
		color: #999;
		font-size: 11px;
	}
	.home_text_descr {
		position: relative;
		top: 5px;
		text-align: center;
		left: 0;
		right: 0;
		/*transform: translate(-50%, -50%);*/
		font-family: 'Manrope', sans-serif;
		font-size: 14px;
		/* 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 */
	}

	.home_colors_descr {
		/* position: absolute; */
		bottom: 30px;
		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 */
	}

	.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);
	}

	/*
.cf .boxcaption {
	overflow: hidden;
}

.cf:hover .boxcaption {
  height: 30px;
  padding-top:10px;
} */
	/******************** 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: 'Roboto Condensed', sans-serif;
		font-weight: 400;
		font-size: 15px;
		color: #2b012c;
	}
	.filtertexts2 {
		font-family: 'Roboto Condensed', 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 *************/

	.leftcolumn,
	.rightcolumn {
		width: 48%;
	}
}

/*************mobile only *******************/
@media screen and (max-width: 550px) {
	.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_container.right_top {
		flex-direction: column-reverse; /*responsive changes*/
	}

	.flex_container.right_bottom {
		flex-direction: column; /*responsive changes*/
	}

	.flex_container.left_top {
		flex-direction: column; /*responsive changes*/
	}

	.flex_container.left_bottom {
		flex-direction: column-reverse; /*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;
	}

	.homepanelimg {
		/* min-height: 250px; */
		background-image: none !important;
	}
	.homepanelimgmob {
		display: flex;
		position: relative;
	}
	.homepanelimgmob img.panelimg {
		width: 100%;
	}
	.homepanelimgmob img.ytovr {
		position: absolute;
		top: calc(50% - 50px);
		left: calc(50% - 50px);
	}
}
/*
body {
  font-family: "Lato", sans-serif;
  transition: background-color .5s;
  z-index:9999;
} */

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	box-shadow: 0px 0px 5px #aaaaaa;
}

.sidenav a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
}

.sidenav a:hover {
	color: #f1f1f1;
}

.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

/**********************/
.wrapperside {
	display: flex;
	justify-content: space-between;
}

.main,
.sidebar {
	border: 3px solid black;
	padding: 15px;
	background-color: #fff;
}

.main {
	width: 75%;
	height: 150vh;
}

.sidebar {
	width: 25%;
	height: 25vh;
}

.sidebar {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}

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

.taphover:hover,
.taphover.hover {
	background: red;
	color: #00ff00;
}

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

/*image preview*/

.home_colors_descr ul.colors {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	/*padding-left:220px;*/
}
li.color {
	display: inline-block;
	position: relative;
}

li.color img:first-child {
	width: 50px;
	/*height:30px;*/
	cursor: pointer;
}
li.color img:last-child {
	position: absolute;
	left: 20px;
	top: -420px;
	opacity: 0;
	display: none;
	transition: 0.3s;
	width: 400px;
	height: 400px;
	border: 2px #5a287f solid;
}
li.color img:first-child:hover + img {
	opacity: 1;
	display: block;
}

/*image preview*/

.prodbullets {
	margin: 20px 0 10px;
	font-weight: bold;
	color: #5a287f;
}
.prodbullets img {
	width: 18px;
}

.home_colors_descr ul.colors li {
	display: inline-block;
}
.home_colors_descr ul.colors li img {
	border-radius: 50%;
	border: 3px #c9c9c9 solid;
	width: 23px !important;
}

@media (max-width: 414px) {
	.home_colors_descr ul.colors li img {
		width: 18px !important;
		border: 2px #c9c9c9 solid;
	}
}

@media (max-width: 750px) {
	.strikethrough {
		margin-left: 0;
	}
}

@media (max-width: 550px) {
	.rslides_container .centered-btns_nav {
		display: none;
	}
}

@media screen and (max-width: 550px) {
	li.color {
		position: unset;
	}

	li.color img:last-child {
		translate: 0 calc(-100% - 60px);
		top: unset;
		left: 0;
		width: 100%;
		height: auto;
	}
}
