/*!
 * responsive input & buttons v15.3.11
 */
input,
select,
textarea,
label{
	font-family: inherit;
	font-size: inherit;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
label{
	cursor: pointer;
}
.inp-text,
select,
textarea{
	width: 100%;
	border: 1px solid #cacaca;
	background: #fafafa;
	border-radius: 4px;
	box-shadow: inset 0 2px 4px #e5e5e5;
	padding: .5em .75em;
}
.inp-text:focus,
select:focus,
textarea:focus{
	background: #fff;
	box-shadow: inset 0 2px 4px #f4f4f4;
	outline: none;
}
.inp-wrap{
	position: relative;
	float: left;
	margin: 0 0 .8em;
	width: 100%;
}
.inp-wrap label{
	display: block;
	padding: 0 0 0em 0;
	font-size: 1em;
}
button,
.btn{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	cursor: pointer;
	border: 1px solid #d9d9d9;
	display: inline-block;
	line-height: 19px;
	color: #000;
	background: #efefef url('data:image/gif;base64,R0lGODlhAQAdALMAAPHx8fj4+PLy8vn5+fv7+/X19e/v7/z8/Pb29vPz8/Dw8P39/fr6+vf39/T09P7+/iH5BAAAAAAALAAAAAABAB0AAAQV8Mm1ziGEsTBaQ0hROE6SAIKiGEYEADs=') repeat-x left top;
	text-decoration: none;
	padding: .5em 1em;
	border-radius: 4px;
	box-shadow: 2px 2px 4px rgba(0,0,0,.15);
	margin: 0;
	top: 0;
	left: 0;
	font-style:normal;
	height:auto;
	font-size:13px;
}
.uni_send_voucher {
	color:#000!important;
}
a.btn.btn_cart {
	border: 1px solid #d9d9d9 !important;
	font-weight: normal;
}
a.lnk_more, a.btn-add-wishlist {
	border-top:none;
	border-right:none;
}

.forgot_pass_form {
	margin: 0 auto;
	width: 50%;
}
.forgot_pass_form input {
	width: 100%;
	border: 1px solid #cacaca;
	background: #fafafa;
	border-radius: 4px;
	box-shadow: inset 0 2px 4px #e5e5e5;
	padding: .5em .75em;
	margin-bottom:12px;
}
.forgot_pass_form .form-header {
	text-align: center;
	display:none;
}
.forgot_pass_form label {
	padding-bottom: 5px;
	float: left
}
.forgot_pass_form .registration-submit {
	margin:0px auto;
	text-align: center;
}
.forgot_pass_form .registration-submit button {
	width:150px;
	display:inline;
}

.btn-green {
	color: #fff;
	background: #64af00 url('data:image/gif;base64,R0lGODlhAQAhAMQAAAAAAP///1+uAWCvAmGwA2GvA2KxBGKwA2SxBWWxBWm1CGy3C265DXG6DnS8EHS9EnW9EnW+E3e/FHi/FnvBGX7EHoDEIYHEIoLEIoTGJYLEJIXGJ6vYaoXGJQAAAAAAACwAAAAAAQAhAAAFGyC3dVmmYdhlVdQ0SVIEPU7DLEqCGAdRDANBCAA7') repeat-x left top;
	border: 1px solid #64af00;
	font-weight: normal;
	padding: .5em 1em;
	line-height: 19px;
	outline: none;
}
.btn-green:hover {
	color: #fff;
	background: #64af00 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlOWIzNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3NWMwNDQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) repeat-x left top;
	border: 1px solid #64af00;
	padding: .5em 1em;
	line-height: 19px;
	outline: none;
}
.btn-big{
	/*padding: .75em 2em; */
	font-size: 1.1em;
	text-decoration: none;
}
.btn_cart {font-size:13px;}

.btn-block{ width: 100%; }
.btn + .btn{ margin-left: 1em; }

input[type="submit"]:hover,
button:hover,
.btn:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,.15);
	top: 0px;
	left: 0px;
}
*:focus{
	/*box-shadow: 0 0 2px 1px rgba(77, 144, 254, 0.75); */
	outline: none;
}
input[type="submit"]:active,
button:active,
.btn:active{
	box-shadow: none;
	top: 2px;
	left: 2px;
	outline: none;
}
input[type="submit"]:disabled,
button:disabled,
.btn:disabled{
	top: 0;
	left: 0;
	outline: none;
	color: #999;
}
.btn-group{
	position: relative;
	margin: 0 0 1em;
	padding: 0;
	width: 100%;
	clear: both;
}
.btn span.spec, button span.spec {
  position: relative;
  display: block;
  padding: 14px 20px;
  text-decoration: none;
}

.btn-group a.btn:hover, .responsive-form .delivery-data-top a:hover, .uni_send_voucher:hover{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  border: 1px solid #d9d9d9;
  display: inline-block;
  line-height: 19px;
  color: #000;
  background: #efefef;
  text-decoration: none;
  padding: .5em 1em;
  border-radius: 4px;
  box-shadow: 2px 2px 4px rgba(0,0,0,.15);
  margin: 0;
  top: 0;
  left: 0;
}

@media screen and (max-width: 640px) {
	.btn {
		float: none !important;
		clear: both;
		display: inline-block;
	}
	.btn + .btn {
		margin: 0;
	}
	.btn-group .btn {
		border-radius: 0;
	}
	.btn-group .btn:first-child {
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.btn-group .btn:last-child {
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		margin-left: -1px;
	}
}