<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#checkout_container {
	position: fixed;
	height: calc(100% - 100px);
	width: 100%;
	left: 0;
	top: 100px;
	padding: 0;
	margin: 0;
	font-size: 14px;
    line-height: 18px;
}
.checkout_container-row .step {
	height: 100%;
	overflow: hidden;
	float: left;
	width: calc(100% / 3);
	position: relative;
}
.checkout_container-row .step .overlay {
	background: rgba(244, 244, 244, 0.8) none repeat scroll 0 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.checkout_container-row .step .section_title {
	font-size: 24px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 20px 0;
	background: #020202;
	cursor: pointer;
}

#shipping_wrapper, 
#billing_wrapper,
#cart_wrapper {
	padding: 20px 20px 60px 20px;
	overflow: auto;
	height: 80%;
}
.checkout_container-row .step .btn {
	bottom: 20px;
	display: block;
	margin: 0 auto;
	position: absolute;
	width: 100%;
}
.checkout_container-row .step .btn-edit {
	z-index: 9999;
	opacity: 0.75;
}
#shipping_address_form,
#billing_form_wrapper,
.billing_form_wrapper,
#payment_method_form_wrapper {
	display: none;
}

.billing_form_wrapper_existing_payment {
	display: block;
}

.stored_address, 
.stored_payment_method {
	padding-bottom: 10px;
	margin-bottom: 10px;
	/*font-size: 18px;*/
	border-bottom: 1px solid #eee;
}
#shipping_address_edit_form {
	margin-top: 10px;
}
.stored_address input[type="radio"], 
.stored_payment_method input[type="radio"]{
	margin-right: 20px;
}
#shipping_address_form &gt; div, 
#save_shipping_address &gt; div, 
#shipping_address_edit_form form &gt; div, 
.billing_address_edit_form form &gt; div, 
.billing_form_wrapper_existing_payment &gt; div, 
#billing_form_wrapper &gt; div, 
.billing_form_wrapper &gt; div {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 10px;
	position: relative;
}
#shipping_address_form &gt; div:nth-child(2n), 
#save_shipping_address &gt; div:nth-child(2n), 
.shipping_address_edit_form form &gt; div:nth-child(2n), 
.billing_address_edit_form form &gt; div:nth-child(2n), 
.billing_form_wrapper_existing_payment &gt;div:nth-child(2n), 
#billing_form_wrapper &gt;div:nth-child(2n), 
.billing_form_wrapper &gt; div:nth-child(2n) {
	margin-right: 0;
}
#shipping_address_form &gt; div .title,  
.billing_form_wrapper_existing_payment &gt; div .title,  
#billing_form_wrapper &gt; div .title {
	margin-bottom: 5px;
}
input#creditcardnumber, 
input#fullnameoncreditcard {
	width: 100%;
}
#payment_method_form_wrapper &gt; div {
	margin-bottom: 10px;
}
#creditcardexpiration_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 65%;
	margin-right: 1%;
}
#cvv2codeoncreditcard_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 34%;
}
.creditcardexpirationmonth_wrapper, 
.creditcardexpirationyear_wrapper {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.creditcardexpirationmonth_wrapper {
	margin-right: 2%;
}
.shipping_address, 
.stored_payment_method {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #efefef;
	position: relative;
}
.shipping_address input[type="radio"],
.stored_payment_method input[type="radio"] {
	margin-right: 20px;
}
.stored_addresses_content {
	display: inline-block;
	vertical-align: top;
}
.edit_shipping_address, 
.edit_payment_method,
.setdefault_payment_method, 
.delete_payment_method {
	position: absolute;
	top: 10px;
	right: 0;
	font-size: 13px;
	font-weight: bold;
}
.edit_payment_method,
.setdefault_payment_method,  {
	top: 2px;
}
.delete_payment_method {
	top: 22px;
}
.stored_addresses_content .shippingstreetaddress1, 
.stored_addresses_content .shippingcity,
.stored_addresses_content .shippingstateprovincename,
.stored_addresses_content .shippingstateprovinceabv,
.stored_addresses_content .shippingzippostalcode {
	display: inline-block;
	margin-right: 5px;
}

.stored_payment_content {
	display: inline-block;
	vertical-align: middle;
}
#payment_edit_form_content {
	margin-top: 10px;
}
#creditcardnumber_wrapper {
	margin-bottom: 15px;
}
.inp-error {
	border-color: #a94442 !important;
	background-color: #e88d8b !important;
}
.inp-error-message {
	display: none;
}
#checkout_container #billingzippostalcode_wrapper {
	margin-right: 2%;
}
input.inp-special, 
.fancy_label select,
.fancy_label input  {
	border: 0;
	position: absolute;
	box-sizing: border-box;
	bottom: 0;
	left: 0;
	width: 100%;
}
.fancy_label input {
	padding-top: 18px;
	height: 46px;
}
.fancy_label select {
	padding-top: 15px;
}
input.inp-special:focus, 
.fancy_label input:focus {
	box-shadow: none;
    border: 0;
    outline: none;
}
.fancy_label {
	width: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 8px;
	border: 1px solid #e7e7e7;
	height: 48px;	
	font-weight: normal;
}
.fancy_label.clicked {
	border: 1px solid #00baff;
}
.fancy_label .label_title {
	position: absolute;
	top: 12px;
	-moz-transition: all 0.2s; /* Firefox 4 */
	-webkit-transition: all 0.2s; /* Safari and Chrome */
	-o-transition: all 0.2s; /* Opera */
	z-index: 9;
}
.fancy_label.value_present .label_title, 
.fancy_label.clicked .label_title, 
.fancy_label:focus .label_title {
	font-size: 12px;
	top: 0;
}
#shipping_address_edit_form &gt; form &gt; div#shippinginternationalprovince_wrapper, 
#save_shipping_address &gt; div#shippinginternationalprovince_wrapper, 
#billing_form_wrapper &gt; div#billinginternationalprovince_wrapper,
.billing_form_wrapper_existing_payment &gt; div#billinginternationalprovince_wrapper {
	display: none;
}

#shipping_address_edit_form &gt; form &gt; div#shippinginternationalprovince_wrapper, 
#shipping_address_edit_form &gt; form &gt; div#shippingphonenumber_wrapper, 
#save_shipping_address &gt; div#shippinginternationalprovince_wrapper, 
#save_shipping_address &gt; div#shippingphonenumber_wrapper, 
#shipping_address_edit_form &gt; form &gt; div#shippinginternationalprovince_wrapper,
#billing_form_wrapper  &gt; div#billinginternationalprovince_wrapper,
#billing_form_wrapper  &gt; div#billingphonenumber_wrapper, 
.billing_form_wrapper_existing_payment  &gt; div#billinginternationalprovince_wrapper,
.billing_form_wrapper_existing_payment  &gt; div#billingphonenumber_wrapper {
	margin-right: 2%;
}
#shipping_address_edit_form &gt; form  &gt; div#shippingzippostalcode_wrapper, 
#shipping_address_edit_form &gt; form  &gt; div#shippingemailaddress_wrapper, 
#save_shipping_address  &gt; div#shippingzippostalcode_wrapper, 
#billing_form_wrapper  &gt; div#billingemailaddress_wrapper, 
.billing_form_wrapper_existing_payment  &gt; div#billingemailaddress_wrapper {
	margin-right: 0;
}
#fullnameoncreditcard_wrapper {
	margin-top: 5px;
}

#giftrecipientname_wrapper {
	display: inline-block;
	width: 49%;
}
#giftrecipientemail_wrapper {
	display: inline-block;
	width: 49%;
	margin-left: 2%;
}
textarea#GiftMessage, 
textarea#CheckoutOrderNotes {
	border: 0px none;
	width: 100%; 
	padding-top: 18px;
}
#checkout_gift_section_title, 
#bypass_payment,
#checkout_shippingextras_section_title {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}
#checkout_shippingextras_section_wrapper {
	display: none;
}
#checkout_gift_section_title {
	margin-top: 20px;
}
#giftmessage_wrapper .fancy_label, 
#checkoutordernotes_wrapper .fancy_label{
	height: 153px;
}
.ui-widget {
	font-size: 0.8em !important;
}
#giftrecipientname_wrapper, 
#giftrecipientemail_wrapper, 
#giftmessage_wrapper {
	display: none;
}
#mobile_steps_nav {
	display: none;
}
#checkoutordernotes_wrapper {
	margin: 5px 0;
}
#method_is_from_subscription {
	color: #545454;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	width: auto;
	margin-top: 4px;
	background: #efefef;
	line-height: 16px;
}
.status_indicator_desktop {
    border: 1px solid #fff;
    border-radius: 100%;
    display: inline-block;
    font-size: 18px;
    height: 30px;
    margin-right: 10px;
    padding: 2px;
    width: 30px;
}

#checkout_container #billing_address_wrapper {
    margin-top: 50px;
}
#checkout_container div.grandtotal{
	background: #d3d3d3 none repeat scroll 0 0;
    border-radius: 30px;
    font-size: 19px;
    font-weight: 700;
    line-height: 22px;
    margin: 20px auto 0;
    min-height: 48px;
    padding: 15px 25px;
    width: 80%;
}
#checkout_container #step3 .cart-summary {
	display: none;
}

@media (max-width: 767px) {
	#checkout_container {
		position: relative;
		top: 0;
		height: auto !important;
	}
	.checkout_container-row .step {
		float: none;
		height: auto;
		width: 100%;
		display: none;
	}
	.checkout_container-row .step.active {
		display: block;
	}
	.checkout_container-row .step .section_title {
		display: none;
	}
	#mobile_steps_nav {
		display: block;
	}
	#mobile_steps_nav .section_title_mobile {
		float: left;
		width: 33.3%;
		padding: 20px;
		background: #efefef;
		position: relative;
		border: 1px solid #cfcfcf;
		font-size: 17px;
		font-weight: bold;
		text-align: center;
	}
	#mobile_steps_nav .section_title_mobile.active {
		background: #000;
		color: #fff;
	}
	#mobile_steps_nav .section_title_mobile.active:before{
	    content:"";
	    display:inline-block;
	    position:absolute;
	    border:10px solid black;
	    border-color:transparent transparent black transparent ;
	    bottom: -1px;
	    left: 50%;
	    margin-left: -10px;
	}
	#mobile_steps_nav .section_title_mobile.active:after{
	    content:"";
	    display:inline-block;
	    position:absolute;
	    border: 10px solid white;
	    border-color:transparent transparent white transparent ;
	    bottom:-1px;
	    left: 50%;
	    margin-left: -10px;
	}
	#mobile_steps_nav .section_title_mobile .status_indicator {
		display: inline-block;
		margin-bottom: 10px;
		font-weight: bold;
		border: 2px solid #545454;
		border-radius: 50%;
		padding: 5px;
		background: transparent;
		height: 30px;
		width: 30px;
		line-height: 15px;
	}
	#mobile_steps_nav .section_title_mobile.active .status_indicator {
		border: 2px solid #fff;
	}
	#mobile_steps_nav .section_title_mobile.completed .status_indicator {
		background: #26c990;
		color: #fff;
		border: 2px solid #fff;
	}
	#mobile_steps_nav .section_title_mobile.completed {
		cursor: pointer;
	}
	#mobile_steps_nav .section_title_mobile {
		font-size: 14px;
	} 
	.fancy_label select,
	.fancy_label input  {
		border: 1px solid #e7e7e7;
		position: relative;
		box-sizing: border-box;
		bottom: auto;
		left: auto;
		width: 100%;
	}
	.fancy_label input {
		padding: 8px 8px 7px 8px;
		height: auto;
	}
	.fancy_label select {
		padding: 5px;
	}
	
	.fancy_label {
		width: 100%;
		position: relative;
		box-sizing: border-box;
		padding: 0;
		border: 0;
		height: auto;	
		font-weight: normal;
	}
	.fancy_label.clicked {
		border: 0;
	}
	.fancy_label .label_title {
		position: relative;
		top: auto;
		z-index: 1;
		margin-bottom: 5px;
	}
	.fancy_label.value_present .label_title, 
	.fancy_label.clicked .label_title, 
	.fancy_label:focus .label_title {
		font-size: 16px;
		top: 0;
	}
	textarea#GiftMessage, textarea#CheckoutOrderNotes {
		border: 1px solid #e7e7e7;
	}
}
@media (max-width: 640px) {
	
}

@media (max-width: 480px) {
	
}</pre></body></html>