

span.icon {
    width: 16px;
    height: 22px;
    display: inline-block;
    color: #ffffff;
    border-color: #ffffff;
}

span.checked {
    background: url(/images/radiobutton.png) -36px 6px no-repeat;
    background-size: 130px;
}

span.unchecked {
    background: url(/images/radiobutton.png) 0 6px no-repeat;
    background-size: 130px;
}

input[type="text"].btnCheckout
{
    /* background: #0075B0 !important; */
    color: #fff !important;
    text-shadow: 0 0px 0px rgba(255, 255, 255, 0) !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05) !important;
    display: inline-block;
    margin-bottom: 0;
    padding: 4px 12px 2px !important;
    border: 0;
    vertical-align: middle !important;
    text-align: center !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 1.4em !important;
    cursor: pointer;
    text-decoration: none !important;
  width: 100px;
}

.lnkCCPaymentForm
{
  color: #0075B0 !important;
  text-decoration: underline;
}

#lblJsMessage > b {
  color: #ff0000 !important;
}


.subContainer
{
	margin: 0 auto;
	width: 960px;	
}

.tdCCInfo
{
	width: 30%;
}

div.StoreAccountCheckoutSteps ul li.StoreCheckoutStep {
    border: none !important;
    background: #46555f;
    color: #fff !important;
    padding: 1px 10px !important;
    border-radius: 4px;
    font-weight: 500;   
   float: left;
  margin: 0 10px 0 0;
}

div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    margin: 0;
    padding: 0 5px;
  background-color: transparent !important;
}
div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0 5px;
}

div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepNumber, div.StoreAccountCheckoutSteps ul li a.StoreCheckoutStepText {
    color: #fff !important;
}

div.StoreAccountCheckoutSteps {
    width: 100%;
    height: 19px;
    text-align: left;
    margin: 10px 0 40px 0 !important;
    padding: 10px 0;
}


div.StoreAccountCheckoutSteps ul li.StoreCheckoutActiveStep {
    border: none !important;
    background: #0075b0;
    color: #fff !important;
    padding: 1px 10px !important;
    border-radius: 4px;
}

div.StoreAccountCheckoutSteps ul li.StoreCheckoutActiveStep span.StoreCheckoutStepNumber {
    font-size: 14px;
    font-weight: bold;
    background-color: #d2d2d2;
    color: #000;
    margin: 0;
    padding: 0 5px;
}

div.StoreAccountCheckoutSteps ul li.StoreCheckoutStep span.StoreCheckoutStepNumber, div.StoreAccountCheckoutSteps ul li.StoreCheckoutStep span.StoreCheckoutStepText {
    background: none !important;
    color: #fff !important;
    font-weight: 500;
}

.HeaderFull
{
      margin: 0;
    background: #fff;
    padding-top: 20px;
    clear: both;
    border-bottom: 1px solid #BDBDBD;
}

body, #body, #Body, #form, #Form {
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 18px;
  line-height: 25px !important;
}

/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {font-family: 'Lexend', sans-serif; font-size: 18px; font-style: normal; font-variant: normal; font-weight: 500; line-height: 25px;}*/

.privacy_statement > a
	{
		font-size: 16px !important;
	}
	
	.privacy_statement > p
	{
		font-size: 16px !important;
	}
	
	
		.privacy_statement > h2
	{
		font-size: 18px;
		font-family: 'Lexend', sans-serif;
	}
	
	.

	.privacy_statement strong
	{
	font-weight: bold !important;
	font-size: 16px !important;
	}

	.privacy_statement > ul, .privacy_statement > ol
	{
		margin-left: 30px;
	}

	.privacy_statement > ul > li, .privacy_statement > ol > li
	{
		list-style: disc;
		font-size: 16px;
	}
td.StoreCartDetailItemNumber {
    width: 57px;
}
td.StoreCartDetailProductHeader {
    width: 300px !important;
}

td.StoreCartDetailProduct {
width:300px !important;
}

/* adjusting qty number and Price and Subtotal alignment */
.DnnModule-StoreAccount td.StoreCartDetailQuantity input{
  text-align: center;
}
 .DnnModule-StoreAccount .StoreCartDetailQuantity, .StoreAccountCheckoutCart .StoreCartDetailQuantity, .StoreCartDetailItem tr td .StoreCartDetailQuantity, .StoreCartDetailAlternatingItem tr td .StoreCartDetailQuantity{
   width: 80px;
  }

div.dnnFormItem:nth-child(5) {
    margin-top: 40px;
}







