/*==========================
Buttons
============================*/

.link-button,
.action-button,
.info-button,
.buyLocalNowLink {
	border-radius: 0;
	background: transparent;
	border-left: 1px solid #0070BA ;
	cursor: pointer;
	display: inline-block;
	color: #2e2e2e ;
	font-size: 16px;
	font-family: UniversLT-Condensed, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	margin: 5px 0;
	padding: 5px 7px;
	vertical-align: middle;
	text-transform: uppercase;
	text-align: left;
	text-decoration: none;
	white-space: nowrap;
	zoom: 1;

	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.action-button {
	color: #ffffff ;
	font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
	padding: 15px 25px 12px;
	text-transform: uppercase;
	background: #0070BA;
	border: none;
	box-shadow: none;
}

.action-button:hover {
	color: #ffffff ;
	font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
	padding: 15px 25px 12px;
	text-transform: uppercase;
	background: #2e2e2e;
	border: none;
	box-shadow: 0 8px 12px rgba(0,0,0,0.27);
}

.info-button,
.buyLocalNowLink {
	color: #0070BA ;
	font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
	padding: 12px 25px 9px;
	text-transform: uppercase;
	background: #eeeeee;
	border: none;
	box-shadow: none;
}

.buyLocalNowLink {
    width: 100%;
    display: block;
	line-height: 2em;
    text-decoration: none;
	text-align: center;
	color: #ffffff;
	background: #0070BA;
	padding: 12px 0 9px;
}

.buyLocalNowLink:before {
    content: "\00a0";
    background: no-repeat center center url("/assets/img/icons/where-to-buy-icon.svg");
    background-size: 18px 23px !important;
    width: 18px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -4px;
}

.no-svg .buyLocalNowLink:before {
    background: no-repeat center center url("/assets/img/icons/where-to-buy-icon.png");
}

.info-button:hover,
.buyLocalNowLink:hover {
	color: #0070BA;
	font-family: UniversLTStd-Black, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-seriff;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	margin: 10px 0;
	padding: 12px 25px 9px;
	text-transform: uppercase;
	background: #d7d7d7;
	border: none;
	box-shadow: 0 8px 12px rgba(0,0,0,0.27);
}

.buyLocalNowLink:hover {
    color: #ffffff;
	background: #2e2e2e;
}

.buy-online-btn .info-button {
	width: 100%;
}

.buy-online-btn .info-button .container-icon {
	margin: 0 auto;
}

.new-button {
	margin: 20px 0;
	padding: 10px 15px;
	min-height: 20px;
	border-left: 1px solid #0070BA;
	display: table;
}

.new-button .image-container,
.new-button .text-container {
	display: table-cell;
	vertical-align: middle;
}

.new-button .image-container img {
	width: 40px;
	max-width: 100%;
}

.new-button .text-container {
	padding: 0 10px 0 15px;
	width: 90%;
}

.new-button .text-container h4 {
	margin: 0;
	color: #2E2E2E;
	font-size: 26px;
}

.new-button .text-container h4 a {
	color: #2E2E2E;
	text-decoration: none;
}

.new-button .text-container h4 a:hover {
	color: #0070BA;
}

.new-button .text-container p {
	margin: 0;
	font-size: 16px;
	font-family: UniversLT-Condensed, "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #2E2E2E;
	text-transform: uppercase;
}

#address .info-button {
    line-height: 28px;
    padding: 15px 25px 12px;
    margin: 10px 0;
}

#address .action-button .container-icon {
    margin: 0 auto;
}

.action-button.disabled {
    opacity: 0.5;
}

.action-button.spinner.loading,
.fui-btn.action-button.spinner.fui-loading {
	background-color: #60ADE4 !important;
	-webkit-transition: box-shadow 0.3s;
	-moz-transition: box-shadow 0.3s;
	-ms-transition: box-shadow 0.3s;
	transition: box-shadow 0.3s;
	box-shadow: none;
}

.fui-btn.action-button.spinner.fui-loading {
    position: relative;
    color: transparent !important;
}

.action-button.spinner .container-icon span:first-child {
	background: url(/assets/img/icons/checkout-loading.gif) -500px center/20px 20px no-repeat;
}

.fui-btn.action-button.spinner::after {
    display: none;
    content: "";
    width: 20px;
    height: 20px;
    background: url(/assets/img/icons/checkout-loading.gif) center/20px 20px no-repeat;
    position: absolute;
    top: calc(50% - 10px);
    right: calc(50% - 10px);
}

.fui-btn.action-button.spinner.fui-loading::after {
    display: block;
}

.action-button.spinner.loading .container-icon span:first-child {
	background-position: center center;
}

.action-button.spinner.loading .container-icon span .icon {
	visibility: hidden;
}

@media (min-width: 1024px) and (max-width: 1080px) {
	.buy-online-btn .info-button {
		padding: 12px 10px 9px;
	}
}

@media (max-width: 767px) {
    #address .info-button {
        margin-top: 20px;
    }
}
