/*
	Used in Search and Forum
*/

form .row {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}

form [class*="col-"] {
	margin: 0 !important;
	padding: 2px !important;
	background: none !important;
}

form fieldset [class*="col-9"],
form fieldset [class*="col-8"],
form fieldset [class*="col-t9"],
form fieldset [class*="col-t8"] {
	clear: right;
}

form {
	margin: 2px 0px;
	padding: 0px;
}

form label {
	font-weight: bold;
}

.labelBlock label {
	margin: 2px 0;
	text-align: left;
	clear: left;
	font-weight: bold;
	display: block;
	line-height: 100%;
}

@media only screen and (min-width: 768px) {
	.labelBlock label {
		text-align: right;
		display: inline-block;
		width: 25%;
		vertical-align: middle;
	}
}



button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

button,
input {
	overflow: visible;
}

input,
select {
	font-size: 1em;
	margin: 4px 0;
	padding: 6px 4px;
	vertical-align: middle;
}

input[type=submit] {
	padding: 16px 20px;
	background-color: #ccc;
	background-image: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
	border: 1px solid #fff;
	border-radius: 5px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.4));
}

input[type=radio],
input[type=checkbox] {
	width: 1em;
	height: 1.4em;
	vertical-align: middle;
}

footer input[type=submit] {
	padding: 6px 16px;
}

fieldset {
	padding: 8px;
	margin: 0 0 4px 0;
	clear: both;
	background: #f3f3f3;
	border: 1px solid #e3e3e3;
	border-radius: 5px;
}


form button {
	color: #3399dd;
	cursor: pointer;
	border: 1px solid #ccc;
	border-radius: 5px;
	background: transparent;
	background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
}

form button:hover {
	background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.2));
	color: #726139;
}

form .inputText {
	display: none
}

#top input[type=submit] {
	padding: 8px 12px;
}

/*
	CONTACT AND REGISTRATION FORM
*/


.formWrap fieldset {
	padding: 10px;
	margin-bottom: 4px;
}

.formWrap label {
	display: block;
	margin: 2px 0;
}
.formWrap img {
	vertical-align: middle;;
}

.formWrap input[type=text],
.formWrap input[type=password] {
	padding: 8px 2px;
	margin: 2px 0;
	min-width: 280px;
	width: 50%;
}

.formWrap input[name=entered] {
	padding: 2px;
	min-width: auto;
	width: 40px;
}

.formWrap input[name=txtCaptcha] {
	min-width: auto;
	width: 180px;
}

.formWrap textarea {
	min-width: 280px;
	width: 60%
}
.formAdd fieldset input {margin: 0; vertical-align: middle;}

.formAdd > div {
	display: flex;
    flex-direction: row;
	justify-content: stretch;
	flex-wrap: nowrap;
	margin: 8px 0 2px 0 !important;
}
.formAdd > div button {
	display: flex;
	align-items: center;
	
}
.formAdd > div button span {
	padding: 0 5px;
	line-height: 100%;
	font-size: 1em;
}

.formAdd button .sx_svg {
	width: 3em;
	height: 3em;
	vertical-align: middle;
}

.formAdd button:last-child .sx_svg {
	width: 2em;
	height: 2em;
}

.formAdd button:first-child {
	flex: 2;
	text-align: left;
}



#searchFormBG [class*="col-"] {
	padding: 10px 20px !important;
	background: #f3f3f3 !important;
	margin: 0 0 5px 10px !important;
	flex: 1;
}
#searchFormBG row:first-child {
	margin-left: 0 !important;
}

/*
	Not Used in Shopping
*/

.fiveStars {
	position: relative;
	display: inline-block;
	width: 101px;
	height: 21px;
	background: #ddd;
}

.fiveStars span {
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	bottom: 0;
	background: #fe0;
}

.fiveStars::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	background-image: url('../imgPG/fiveStars.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

.points {
	display: inline-block;
	line-height: 100%;
	padding: 5px 5px 0 0;
	vertical-align: top;
}