@charset "UTF-8";
/* CSS Document */
/*PAGINATED CHECKOUT*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
a:-webkit-any-link {
    /*color: -webkit-link*/;
    cursor: pointer;
    text-decoration: underline;
}
.row {
    max-width: 1200px;
}
.paginated-checkout-navigation {
    counter-reset: flag; 
}

.paginated-checkout-navigation a {
	text-decoration: none;
	outline: none;
	display: block;
	float: left;
    width: 25%;
	font-size: 12px;
	line-height: 36px;
	color: #585757;
	padding: 0 10px 0 60px;
	background: #ffffff;
	position: relative;
	border-top: solid 1px #585757;
	border-bottom: solid 1px #585757;
}
.paginated-checkout-navigation a:first-child {
	padding-left: 46px;
}
.paginated-checkout-navigation a:first-child:before {
	left: 14px;
}
.paginated-checkout-navigation a:last-child {
	padding-right: 20px;
	border-right: 1px solid #585757;
}

/*hover/active styles*/
.paginated-checkout-navigation a.active, .paginated-checkout-navigation a:hover, 
.paginated-checkout-navigation a.completed {
	background: #585757;
	color: #ffffff;
}

.paginated-checkout-navigation a.active:after, .paginated-checkout-navigation a:hover:after {
	background: #585757 !important;
}
.paginated-checkout-navigation a.active:after, .paginated-checkout-navigation a:hover:after{
    border-color: #585757;
    color: #ffffff;
}

.paginated-checkout-navigation a:after {
	content: '';
	position: absolute;
	top: 0; 
	right: -18px;
	width: 36px; 
	height: 36px;
	transform: scale(0.707) rotate(45deg);
	z-index: 1;
	background: #ffffff;
	border-right: 1px solid #585757;
    border-top: 1px solid #585757;
}
.paginated-checkout-navigation a.completed:after {
    background: #585757;
    border-color: #DDDDDD;
}
.paginated-checkout-navigation a:last-child:after {
	content: none;
}
.paginated-checkout-navigation a:before {
	content: counter(flag);
	counter-increment: flag;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 8px 0;
	position: absolute;
	top: 0;
	left: 35px;
    background: rgba(255, 255, 255, 0.3);
	font-weight: bold;
    text-align: center;
}

@media only screen and (max-width: 40em) {
    .paginated-checkout-navigation a:before {
        display: none !important;
    }
    .paginated-checkout-navigation a:first-child {
        padding-left: 10px !important;
    } 
    .paginated-checkout-navigation a { 
        padding-left: 35px !important;
    }
}

.paginated-checkout { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }
.paginated-checkout-window { position: relative; overflow: hidden; }

.paginated-checkout-steps { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.paginated-checkout-step { float: left; height: 100%; min-height: 1px; }

.required-field { border: 1px solid #ff0000 !important; }

/*Modal*/
.button.tiny {
background-color: #585757;
color: #ffffff
}
.button.tiny a {
   color: #ffffff;
}
.button.tiny:hover {
   background: #777;
	font-size: 0.6875rem;
}
button, .button.right, .button.left {
	background-color: #585757;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}
button:hover, .button:hover, button.right, button.left {
	background-color: #777;
	font-size:16px;
}

.reveal-modal.fixed { position: fixed !important; }
.reveal-modal-small-fitted {
        min-height: inherit;
    }

.login_form label {
    clear: left;
    display: block;
    float: left;
    font-size: 16px;
    margin-bottom: 10px;

/*resp[onsive fixes*/
.shipCheckout .estimateShip {
    float: right;
    width: 49%;]
