.radio.form-control:focus,
.checkbox.form-control:focus{
	box-shadow: none;
}

form div.field,
form div.fieldgroup-field{
    clear: both;
    margin-bottom: 1em;
}

form div.fieldgroup-field{
margin-bottom: 1em;
}

form label{
    font-family:"Rockwell W01 Bold";
    font-size: 19px;
    text-transform: uppercase;
    margin-bottom: 0 !important;
    margin-left: 0;
    letter-spacing: 0.5px;
    color:#000;
	user-select: none;
}

form div.text{
	position: relative;
}

form div.text label:not(.error){
    position: absolute;
    top: 14px;
    left: 10px;
    font-family:"Rockwell W01 Regular";
    font-size: 16px;
    color: #999;
    transition: all 0.3s ease;
    text-transform: none;
    pointer-events: none;
    white-space: nowrap;
}

form div.text label.active{
    font-family:"Rockwell W01 Regular";
    top: -3px;
    left: 6px;
    font-size: 10px;
    text-transform: uppercase;
    background: #fff;
    width: auto;
    padding: 0 5px;
}

form label.error{
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}

form .textarea label{
	padding:6px 0;
}

form div.dropdown label{
	display: none;
}

form .textarea,
form option,
form select{
	color:#000 !important;
	font-size: 18px !important;
}

form *::placeholder{
	color:#958969 !important;
}

label.left,
.fieldholder-small-label{
	display: inline-block;
	width: 49%;
	line-height: 0.9;
	float:left;
    margin-bottom: 9px !important;
}

form ul.optionset{
    padding-left: 0px;
}

form .optionset li:before{
    display: none !important;
}

.form input.text,
form input.text{
	border:0;
    border: 1px solid #ced4da;
    height:42px;
    line-height:42px;
	color:#000 !important;
	font-size: 18px;
	box-shadow: none !important;
}

select.form-control:not([size]):not([multiple]) {
	height:42px !important;
	line-height:42px !important;
}

form .optionset li{
    display: inline-block;
    margin-right: 12px;
}

form .optionset li input{
    float: left;
    display: inline-block !important;
    width: auto !important;
    height:38px;
    margin-right: 10px;
}

form input.checkbox{
    width: auto;
    float: left;
    height: 24px;
    margin-right: 8px;
}

.text-center input.checkbox{
    float: none;
    margin: 0 auto;
}


form .checkbox label{
	position: relative;
	top:-10px;
}

form select,
form option{
    font-size: 19px;
    color:#000;
    padding-left: 20px;
    padding-right: 20px;
    border:1px solid #000;
    height:58px;
    line-height:58px;
}

form input.action {
    padding: 18px;
    font-size: 20px;
    display: inline-block;
    color: #fff !important;
    text-decoration: none !important;
    white-space: nowrap;
    position: relative;
    text-transform: uppercase;
    top: 0;
    transition: top 0.3s ease;
    cursor: pointer;
    text-align: center;
    background: #958969 !important;
    height: 55px;
    line-height: 1;
    border: 0;
    border-radius: 0px;
    width: auto;
    transition: all 0.3s ease;
    box-shadow: 0 5px 5px rgba(0,0,0,0);
}

form input.action:hover{
    background-color: #000 !important;
    color: #fff !important;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #000 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}


.form-control{
    border-radius: 0;
}

.dropzone-holder{
    background: rgba(255,255,255,0.1) !important;
}

form span.description{
    font-size: 12px;
    color: #ccc;
    margin-left: 0px;
    position: relative;
    top: -6px;
}

#ForgotPassword{
    display: block;
    margin-top: 12px;
    width: 100%;
}

form ul.checkboxset{
	padding-left: 0;
}

form ul.checkboxset li{
	display: block;
	width: 100%;
	position: relative;
	height:48px;
	margin-bottom: 12px;
}


form ul.checkboxset--inline li{
	display: inline-block;
	width: auto;
	min-width: 140px;
	margin-bottom: 0;
}

form ul.checkboxset label{
    font-family:"Rockwell W01 Regular";;
	border:2px solid #ececec;
	border-radius: 3px;
	height:42px;
	line-height:42px;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	background: #fff;
	font-size: 19px;
	text-transform: none;
	color:#958969 !important;
}

form ul.checkboxset label.selected{
	padding-left: 19px;
	padding-right: 19px;
	border-color:#958969;
	border-width: 2px;
	height:42px;
	line-height:42px;
}

form ul.checkboxset input.checkbox{
	outline: 0;
	opacity: 0;
}

form ul.checkboxset label:hover{
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
    box-shadow: 0px 0px 5px 0px rgba(0,47,135,0.10);
}

form div.optionset .middleColumn,
form ul.optionset{
	float:right;
	min-width: 49%;
	margin-bottom: 0;
}

form div.optionset:after{
	content: " ";
    clear: both;
    width: 100%;
    height: 1px;
    display: block;
}

form .fieldgroup:not(.middleColumn){
	border-bottom:1px solid #ececec;
}


/* crazy checkboxes */
div.checkbox{
    padding-top: 1em;
}

div.checkbox label {
  position: relative;
  display: block;
  height: 15px;
  width: 40px;
  background: #e6ebf0;
  border-radius: 100px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-indent: 55px;
    font-family:"Rockwell W01 Regular";
  text-transform: none;
  line-height: 0.9;
}
div.checkbox label:after {
  position: absolute;
  left: -2px;
  top: -3px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 100px;
  background: #0077c8;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.05);
  content: '';
  transition: all 0.3s ease;
}
div.checkbox label:active:after {
  transform: scale(1.15, 0.85);
}
div.checkbox input:checked ~ label {
  background: #7f97c3;
}
div.checkbox input:checked ~ label:after {
  left: 20px;
  background: #0077c8;
}
div.checkbox input:disabled ~ label {
  background: #d5d5d5;
  pointer-events: none;
}
div.checkbox input:disabled ~ label:after {
  background: #bcbdbc;
}
div.checkbox input{
	display: none;
}



@media (max-width: 767.98px) {
    .productsearchbar__title .form-control:not(.action),
    select.form-control:not([size]):not([multiple]){
        height: 42px !important;
        line-height: 42px !important;
    }

    form .textarea,
    form option,
    form select,
    form input.text{
        font-size: 18px !important;
    }
}



/* custom overrides */
#MemberLoginForm_LoginForm_Remember_Holder{
    white-space: nowrap;
}

#MemberLoginForm_LoginForm_action_doLogin{
    padding: 8px 18px;
    height: 48px;
    width: auto;
}