/* BUTTONS */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	height: 44px;
	font-size: 1em;
}

.bt {
	display: inline-block;
	vertical-align: middle;
	padding: 15px 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background: brand_medium;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.3s ease;
}

.bt:hover,
.bt:focus,
.bt:active {
	text-decoration: none;
	outline: 0;
	color: #fff;
	background: brand_light;
}

.bt small {
	display: block;
}

.bt-disabled {
	background: #bebebe !important;
	cursor: default;
}

.bt-disabled:hover,
.bt-disabled:focus,
.bt-disabled:active {
	background: #bebebe !important;
}

.bt-large {
	width: 100%;
}

.bt-download {
	background: #436998;
}

.btn,
.btn[type=button] {
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,0.15);
	border-radius: 0;
	padding: 12px;
	min-height: 18px;
	min-width: 20px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #555;
	background: #eee;
	background: linear-gradient(top, #eee, #dedede);
	transition: border 0.2s ease;
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2), 0 1px 0 rgba(255,255,255,0.2);
	cursor: pointer;
	position: static;
}

.btn:hover,
.btn[type=button]:hover,
.btn:focus,
.btn[type=button]:focus {
	border-color: brand_medium;
	border-color: rgba(0,0,0,0.5);
	color: #555;
	text-decoration: none;
	outline: 0;
}

.btn:active,
.btn[type=button]:active {
	border-color: brand_medium;
	outline: 0;
}

.btnBold,
.btnBold[type=button] {
	color: #eee;
	background: brand_medium;
	background: linear-gradient(top, brand_light 0%, brand_dark 100%);
}

.btnBold:hover,
.btnBold[type=button]:hover,
.btnBold:focus,
.btnBold[type=button]:focus {
	color: #eee;
}

.btnMain {
	font-size: 1.17em;
}

.btnCompare {
	position: relative;
	margin-bottom: 0;
	display: inline-block;
	float: left;
}

.btnCompare .btn,
.btnCompare .btn[type=submit] {
	position: relative;
	z-index: 1;
	height: 3em;
	padding-top: 0.75em;
	padding-bottom: 0.75em;
	font-weight: normal;
}

.btnCompare .btn:active,
.btnCompare .btn[type=submit]:active {
	top: 0;
	border-color: #bbb;
}
/*COLORED BUTTONS*/
.btnGreen,
.btnRed,
.btnDark,
.btnShop,
.btnIce,
.btnGreen[type=button],
.btn_red[type=button],
.btnDark[type=button],
.btnShop[type=button],
.btnIce[type=button] {
	border-bottom-color: rgba(0,0,0,0.3);
	color: #eee;
}

.btnGreen:hover,
.btnRed:hover,
.btnDark:hover,
.btnShop:hover,
.btnIce:hover,
.btnGreen[type=button]:hover,
.btn_red[type=button]:hover,
.btnDark[type=button]:hover,
.btnShop[type=button]:hover,
.btnIce[type=button]:hover,
.btnGreen:focus,
.btnRed:focus,
.btnDark:focus,
.btnShop:focus,
.btnIce:focus,
.btnGreen[type=button]:focus,
.btn_red[type=button]:focus,
.btnDark[type=button]:focus,
.btnShop[type=button]:focus,
.btnIce[type=button]:focus {
	color: #eee;
}

.btnGreen i,
.btnRed i,
.btnDark i,
.btnShop i,
.btnIce i,
.btnGreen[type=button] i,
.btn_red[type=button] i,
.btnDark[type=button] i,
.btnShop[type=button] i,
.btnIce[type=button] i {
	margin-right: 0.5em;
}

.btnGreen,
.btnGreen[type=button] {
	background: #efefef;
	background: linear-gradient(top, #9ec512 0%, #9ec512 30%, #8db00e 60%, #8faf1e 100%);
	color: #333;
}

.btnGreen:hover,
.btnGreen[type=button]:hover,
.btnGreen:focus,
.btnGreen[type=button]:focus {
	color: #333;
}

.btnShop,
.btnShop[type=button] {
	color: #eee;
	background: #4b9626;
	background: linear-gradient(top, #6aba25 0%, #4b9626 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.2);
	white-space: nowrap;
}

.btnShop:hover,
.btnShop[type=button]:hover,
.btnShop:focus,
.btnShop[type=button]:focus {
	color: #eee;
}

.btnDownload,
.btnDownload[type=button] {
	color: #eee;
	background: #3c5b8b;
	background: linear-gradient(top, #5a93b6 0%, #3c5b8b 100%);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.4), 0 1px 0 rgba(255,255,255,0.8);
	border: 1px solid rgba(0,0,0,0.2);
	white-space: nowrap;
}

.btnDownload:hover,
.btnDownload[type=button]:hover,
.btnDownload:focus,
.btnDownload[type=button]:focus {
	color: #eee;
}

.btnRed,
.btnRed[type=button] {
	background: linear-gradient(top, #ee5f5b, #bd362f);
}

.btnDark,
.btnDark[type=button] {
	background: #555;
	background: linear-gradient(top, #555 0%, #333 100%);
}

.btnIce,
.btnIce[type=button] {
	color: #fff;
	background: #75a4b8;
	background: linear-gradient(top, #9ccade 0%, #75a4b8 100%);
}

.btnIce.active,
.btnIce[type=button].active {
	box-shadow: 0 0 1em 0 #75a4b8;
}

.btnIce:hover,
.btnIce[type=button]:hover,
.btnIce:focus,
.btnIce[type=button]:focus {
	color: #fff;
}

.btnSmall {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

.btnAccount {
	background: #3a64af;
	background: linear-gradient(top, #3487c8 0%, #3a64af 100%);
	border: 1px solid #b9b9ba;
}

.btnAccount:hover {
	border: 1px solid #9e9e9f;
}
/*BACK BUTTONS*/
.btnBack,
.btnBack[type=button] {
	relative: left 16px;
	z-index: 2;
	padding: 0;
	border-radius: 2px 0 0 2px;
}

.btnBack:before,
.btnBack[type=button]:before {
	transform: rotate(45deg);
	absolute: top 50% left -15px;
	z-index: 1;
	content: '';
	display: block;
	margin-top: -1.19em;
	height: 2.29em;
	width: 2.29em;
	border: 1px solid rgba(0,0,0,0.15);
	border-top: 0;
	border-right: 0;
	border-radius: 3px;
	background: #eee;
	background: linear-gradient(top, #eee, #dedede);
}

.btnBack span,
.btnBack[type=button] span {
	position: relative;
	z-index: 2;
	display: inline-block;
	padding: 12px 10px 12px 2px;
	background: #eee;
	background: linear-gradient(top, #eee, #dedede);
}

.btnBack:hover *,
.btnBack[type=button]:hover *,
.btnBack:focus *,
.btnBack[type=button]:focus * {
	border-color: rgba(0,0,0,0.4) !important;
}

.btnBack:hover:before,
.btnBack[type=button]:hover:before,
.btnBack:focus:before,
.btnBack[type=button]:focus:before {
	border-color: rgba(0,0,0,0.4);
}

.btnBack:active,
.btnBack[type=button]:active {
	top: 0;
}

.btnBack:active:before,
.btnBack[type=button]:active:before {
	border-color: brand_medium;
}
/* BUTTONS GROUP */
.btnGroup {
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	padding: 1px;
	margin: 0;
}

.btnGroup .btn {
	position: relative;
	z-index: 1;
	float: left;
	margin-top: -1px;
	margin-left: -1px;
	padding-left: 10px;
	padding-right: 10px;
}

.btnGroup .btn:hover,
.btnGroup .btn:focus,
.btnGroup .btn:active {
	top: 0;
	z-index: 2;
}
/* TOOLBARS */
.toolbar {
	padding: 5px 10px 0;
	border: 1px solid #ccc;
	background: #eee;
	background: linear-gradient(top, #eee, #dedede);
}

.toolbar .btn {
	margin-bottom: 5px;
}

.toolbar .btnGroup {
	vertical-align: top;
}

.toolbar .btnGroup .btn:active,
.toolbar .btnGroup .btn[type=button]:active,
.toolbar .btnGroup .btn:visited:active {
	top: 0;
}

.toolbarDark {
	background: #555;
	background: linear-gradient(top, #555 0%, #333 100%);
}

.moreInfo {
	display: none;
}

.btn-disabled {
	cursor: default;
	background: #ccc;
	background: linear-gradient(top, #ededed 0%, #d1d1d1 100%);
	color: #bbb;
	border-color: #999;
}

.btn-disabled:hover,
.btn-disabled:focus,
.btn-disabled:active {
	border-color: #999;
	color: #bbb;
}

.bt-white {
	background: #fff;
	color: brand_medium;
	border: 1px solid brand_medium;
	font-weight: bold;
	border-radius: 3px;
}

.bt-white:hover,
.bt-white:focus,
.bt-white:active {
	background: #fff;
	color: brand_medium;
}

.bt-green {
	background: #488020;
	color: #fff;
	transition: background 0.3s ease;
}

.bt-green:hover,
.bt-green:focus {
	background: #569622;
}

.bt-delivery-offer {
	background: #fff;
	color: #488020;
	border: 2px solid #488020;
}

.bt-delivery-offer:hover,
.bt-delivery-offer:focus {
	background: inherit;
	color: #488020;
}

.btn-primary {
	color: #fff !important;
	background: #4e8130 !important;
	border: 1px solid !important;
}

.btn-primary:hover,
.btn-primary:focus {
	background: #3b6905;
}

.btn-primary.outline {
	color: #4e8130 !important;
	background: #fff !important;
	border: 1px solid;
}

.btn-primary.outline:hover,
.btn-primary.outline:focus {
	background: #e9f5e8 !important;
}

.btn-secondary {
	color: #fff;
	background-color: #4855a0;
	border: 1px solid;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background: #161b7a;
}

.btn-secondary.outline {
	color: #4855a0;
	background-color: #fff;
	border: 1px solid;
}

.btn-secondary.outline:hover,
.btn-secondary.outline:focus {
	background: #ecf5ff;
}

.outline.bold-border {
	border: 2px solid;
}

.btn-primary[disabled],
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
.btn-secondary[disabled],
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover {
	background: #999 !important;
	color: #fff !important;
	cursor: default !important;
}

.button-primary-cta {
	width: 100%;
	background: #4e8130;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
	transition: all 0.2s;
	cursor: pointer;
	outline: 0;
}

.button-primary-cta:hover,
.button-primary-cta:focus {
	background: #569622;
}

.button-primary-cta[disabled],
.button-primary-cta-disabled {
	background: #ccc;
	color: #fff;
	cursor: default;
	cursor: not-allowed;
}

.button-primary-cta[disabled]:hover,
.button-primary-cta-disabled:hover,
.button-primary-cta[disabled]:focus,
.button-primary-cta-disabled:focus {
	background: #ccc;
}

.button-tertiary {
	padding: 15px 20px;
	min-height: 48px;
	height: auto;
	font-weight: bold;
	font-size: 13px;
	color: tertiary-button;
	background: #fff;
	border: 1px solid tertiary-button;
	border-radius: 3px;
	transition: background 0.2s ease;
}

.button-tertiary:hover,
.button-tertiary:focus {
	color: tertiary-button;
	background: tertiary-button-hover;
	outline: 0;
}

.button-tertiary-icon {
	padding: 11px 20px;
}

.button-link,
input[type=submit].button-link,
input[type=button].button-link {
	padding: 0;
	min-height: 0;
	height: auto;
	font-weight: bold;
	font-size: 13px;
	color: brand_medium;
	background: none;
	border: 0;
	outline: 0;
}

.button-link:hover,
input[type=submit].button-link:hover,
input[type=button].button-link:hover,
.button-link:focus,
input[type=submit].button-link:focus,
input[type=button].button-link:focus {
	text-decoration: underline;
}

.ie8 .button-tertiary {
	min-height: 0;
}

.label-online-only {
	display: inline-block;
	margin: 2px 0;
	box-sizing: inherit;
	color: #954b22;
	line-height: normal;
	font-size: 12px;
	border: 1px solid #909090;
	background: #fff;
	white-space: no-wrap;
	text-transform: uppercase;
	padding: 2px 42px;
}

.resultList .label-online-only {
	max-width: 191px;
}

.resultGrid .label-online-only {
	width: 100%;
	padding: 2px 0px;
}

.product .label-online-only {
	margin-top: 0;
}

.product.stepProduct .label-online-only {
	margin-bottom: 6px;
}

.product.plug .label-online-only {
	margin-top: 4px;
}

.prd-name .label-online-only-desc {
	color: #535353;
}

.promoMessages {
	width: 100%;
	box-sizing: border-box;
	line-height: 22px;
	color: #a21411;
	border-color: #a21411;
	border-width: 2px;
	text-align: center;
	text-transform: lowercase;
}

.promoMessages:first-letter {
	text-transform: uppercase;
}