
/*** am_registrationSettings - styleCss ****/
/*****************************************************/
/*************** BEGIN FORM STYLING ******************/
/*****************************************************/
.pdForm{}
.pdFormHeadline{
	font-size:28px;
	font-weight:500;
	margin-bottom:18px;
}
.pdFormRequiredMessage{
	color:#c80000;
	font-size:12px;
	font-weight:700;
}
.pdFormFieldSet{margin-bottom:42px;}
.pdFormField{
	text-align:left;
	clear: both;
 	overflow: hidden;
	margin-bottom:18px;
	font-size:12px;
	font-weight:500;
	max-width:600px;
}
.pdFormField div{
	font-size:12px;
	font-weight:500;
	vertical-align:middle;
}


/*** FORM LABEL/TITLE STYLE ***/
.pdForm label.pdLabel,
.pdForm div.pdLabel{
	box-sizing: border-box;
	padding:0px;
	margin:0px 0px 4px 0px;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:700;
}

/*** FORM INPUT STYLE ***/
input.pdInput.text,
textarea.pdInput.textarea,
select.pdInput.select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

	display:block;
	box-sizing:border-box;
	width:100%;
	margin:0;
	padding:10px;
	border:1px solid #bbbbbb;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;

	line-height:normal;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:100;
	color:#333333;
	text-transform:;

	background-color:#ffffff;
}
/*** SELECT STYLING/CROSS BROWSER AND DEVICE ***/
select.pdInput.select{}
.pdFormFieldSelectWrapper{
	position:relative;
	padding:0;
	background:#fff;
}
.pdFormFieldSelectWrapper select{
	padding-right:40px;
}
.pdFormFieldSelectWrapper:after{
	content:" ";
	position:absolute;
	pointer-events:none;
	background-color:#fff;
}
.pdFormFieldSelectWrapper:after{
	position:absolute;
	font-family:"FontAwesome", sans-serif;
	display:block;
  top: 12px;
  right: 10px;
	content:'\f078';
	color:#8e8e8e;
	font-size:14px;
}




input.pdInput.checkbox{
	width:20px;
	height:20px;
	padding:0px;
	margin:0;
	margin-right:4px;
	text-indent:0px;
	vertical-align:middle;
	display:inline-block;
}

.pdForm span.pdRequiredField{
	vertical-align:middle;
	padding-right:3px;
	color:#c80000;
	font-size:18px;
	font-weight:700;
}
/*** EMAIL DISPLAY ***/
.pdForm div.pdFormEmailDisplay{
margin-bottom:20px;
}
.pdForm div.pdFormEmailDisplay div.pdFormEmailLinks{}
.pdForm div.pdFormEmailDisplay span{
	color:#000000;
	font-size:15px;
	font-weight:700;
	display:block;
	padding-bottom:6px;
}
.pdForm div.pdFormEmailDisplay a{
	font-size:12px;
	font-weight:500;
	text-decoration:underline;
}
.pdForm div.pdFormEmailDisplay div.pdFormEmailLinks span.pdChangePassword{
	display:inline;
	padding-left:12px;
}
.pdForm label.pdLabel > span.emailMessage{
	float: none;
	font-size:13px;
	font-weight:500;
	line-height:20px;
	font-style:italic;
	padding-left:10px;
	padding-right:6px;
}
/******************************/
/******** NAME ENTRY **********/
/******************************/
.pdForm div.pdFormFieldsName{
	clear: both;
 	overflow: hidden;
 	padding: 0;
	padding-bottom:7px;
	line-height:30px;
	width:auto;
	clear:both;
}
.pdForm div.pdFormFieldsName div.pdFormField{
	width:auto;
	float:left;
	clear:none;
}
/*** FIRST NAME ***/
.pdForm div.pdFormFieldsName div.pdFormField.firstName{
	float:left;
}
.pdForm div.pdFormFieldsName div.pdFormField.firstName input.pdInput.text{
	width:232px;
}
/*** LAST NAME ***/
.pdForm div.pdFormFieldsName div.pdFormField.lastName{
	float:right;
}
.pdForm div.pdFormFieldsName div.pdFormField.lastName input.pdInput.text{
	width:232px;
}

/******************************/
/*** CITY, STATE, ZIP ENTRY ***/
/******************************/
.pdForm div.pdFormFieldsCityStateZip{
	clear: both;
 	overflow: hidden;
 	padding: 0;
	padding-bottom:8px;
}
.pdForm div.pdFormFieldsCityStateZip div.pdFormField{
	display:inline-block;
	clear:none;
}
/*** CITY ***/
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.city{
	width:auto;
}
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.city input.pdInput.text{
	width:136px;
}
/*** STATE ***/
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.state{
	width:auto;
}
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.state input.pdInput.text,
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.state select.pdInput.select{
	width:auto;
}
/*** ZIP ***/
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.zip{
	width:auto;
}
.pdForm div.pdFormFieldsCityStateZip div.pdFormField.zip input.pdInput.text{
	width:110px;
}
.pdFormFieldSubmitBtns{
	clear:both;
	overflow:hidden;
	margin-top:10px;
}

/***** BEGIN FONT AWESOME RADIO/CHECKOUT STYLING OF FORM ELEMENTS ******/
.pdCheckbox span{font-weight:700;}

.pdRadio input[type=radio],
.pdCheckbox input[type=checkbox] {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
	font-size: 16px;
	font-weight: 100;
	color: #888888;
	vertical-align:middle;
}
.pdRadio input[type=radio] ~  label,
.pdCheckbox input[type=checkbox] ~ label {
	font-size: 16px;
	font-weight: 100;
    color: #888888;
	cursor:pointer;
	cursor:hand;
	vertical-align:middle;
}
.pdRadio input[type=radio] ~ label:before,
.pdCheckbox input[type=checkbox] ~ label:before {
	display: inline-block;
	margin-right:8px;
	vertical-align:top;
	font-family: "FontAwesome";
	content: "\f1db";
	font-size: 18px;
	color: #888888;
	width: 18px;
}

.pdRadio input[type=radio]:checked ~ label,
.pdCheckbox input[type=checkbox]:checked ~ label{
	font-size: 16px;
	font-weight: 700;
	color: #333333;
}
.pdRadio input[type=radio]:checked ~ label:before,
.pdCheckbox input[type=checkbox]:checked ~ label:before  {
	content: "\f00c";
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	letter-spacing: 5px;
}
.pdCheckbox input[type=checkbox] ~ label:before {
    content: "\f0c8";
}
.pdCheckbox input[type=checkbox]:checked ~ label:before {
    content: "\f14a";
		font-weight:700;
}
.pdRadio input[type=radio]:focus ~ label:before,
.pdCheckbox input[type=checkbox]:focus ~ label:before,
.pdRadio input[type=radio]:focus ~ label,
.pdCheckbox input[type=checkbox]:focus ~ label{
/*
	font-size: 16px;
	font-weight: 700;
    color: #333333;
*/
}
/***** END FONT AWESOME RADIO/CHECKOUT STYLING OF FORM ELEMENTS ******/

/*****************************************************/
/***************** END FORM STYLING ******************/
/*****************************************************/

/*****************************************************/
/****** BEGIN LOGIN/REGISTRATION FORM STYLING ********/
/*****************************************************/
.pdLoginBox,
.pdRegBox{
	background-color:#f6f6f6;
	margin:0 auto;
	padding:20px;
	border:1px solid #e1e1e1;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	box-shadow:1px 1px 4px rgba(0,0,0,.2);
	max-width:600px;
}
.pdLoginBoxInner,
.pdRegBoxInner{
	max-width:600px;
}
.pdLoginFieldTitle{
	box-sizing: border-box;
	padding:0px;
	margin:0px 0px 4px 0px;
	font-family:arial, sans-serif;
	font-size:14px;
	color:#333333;
	font-weight:700;
	clear:both;
}
.pdLoginFieldTitle .forgot,
.pdLoginFieldTitle .register{
    float:right;
	font-weight:100;
	display:inline;
	margin-left:20px;
}
.pdLoginFieldTitle > div.forgot > a,
.pdLoginFieldTitle > div.register > a{
	text-decoration:underline;
}
.pdLoginBtn{}
.pdFbLoginBtn{}

.pdLoginNewCustomer{}
.pdLoginNewCustomer > a{}
.pdRegFormHeadline{
	font-size:26px;
	font-weight:500;
	margin-bottom:15px;
}
.pdRegSignUpEmailTitle{
	font-size:26px;
	font-weight:500;
	margin-bottom:10px;
}
/*****************************************************/
/****** END LOGIN/REGISTRATION FORM STYLING **********/
/*****************************************************/

/*****************************************************/
/********** BEGIN FACEBOOK BUTTON STYLING ************/
/*****************************************************/
.pdFbLoginButton{}
.pdFbSignupButton{}
/*****************************************************/
/*********** END FACEBOOK BUTTON STYLING *************/
/*****************************************************/


/**************************************************/
/*********** BEGIN MODAL WINDOW STYLE *************/
/**************************************************/
.pdModalCompanyLogo{margin-bottom:30px; text-align:left;}
.pdModalCompanyLogo img{display:inline-block; max-width:150px; height:auto;}
/*****************************************************/
/********* END BEGIN MODAL WINDOW STYLE **************/
/*****************************************************/

/*** RESPONSIVE CODING ***/
@media only screen and (min-width: 600px) {
	.pdForm div.pdFormFieldsCityStateZip div.pdFormField.zip,
	.pdForm div.pdFormFieldsCityStateZip div.pdFormField.state{
		margin-left:10px;
	}
}

/*** am_secureLogin - styleCss ****/

/*** BEGIN SECURE HEADER/FOOTER WRAPPER STYLING ***/
.pdSecureBody{
	background-color: #f6f6f6;
	padding: 0px;
	margin: 0px;
}
.pdMerchantLogo{
	max-width:280px;
	margin:0 auto;
}
.pdMerchantLogo img{
	display:inline-block;
	max-height:auto;
	max-width:280px;
	width:100%;
}
.pdSecureWrapper{
	margin:20px auto;
	max-width:900px;
	padding:30px;
	border:1px solid #e1e1e1;
	border-radius:2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,.20);
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 1%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
/*** END SECURE HEADER/FOOTER WRAPPER STYLING ***/
/*** mod_addressBook - styleCss ****/
/******** ADDRESSES TABLE **********/
.pdAddressBook{
}
.pdAddressBook table{width:100%;}
.pdAddressBook table td{
	text-align:left;
	padding:20px 0px;
	border-top:1px solid #e1e1e1;
	font-size:14px;
	font-weight:500;
}
.pdAddressBookLabel{
	margin-bottom:6px;
	font-family:;
	color:#1e1e1e;
	font-size:18px;
	font-weight:700;
}
.pdAddressBookLabel a{
	font-family:;
	color:#1e1e1e;
	font-size:18px;
	font-weight:700;
}
.pdAddressBookName{
	font-size:14px;
	font-weight:700;
	margin-bottom:2px;
}
.pdAddressBookAddress{
	margin-bottom:2px;
}
.pdAddressBookPhone{
}
/******* END ADDRESSES TABLE *******/


/*** mod_myRewards - styleCss ****/


/*** REDEEM REWARD OFFERS ***/
.pdRewardPointsAvailable{font-size:1.2em; font-style:italic;}

.pdRewardRedeemOffers{
	text-align:center;
	margin-top:30px;
	clear:both;
}
.pdRewardRedeemOffers form{display:inline-block;}

.pdRewardOfferWrapper{
	vertical-align:top;
	box-sizing: border-box;
	display:inline-block;
	min-width:280px;
	min-height:320px;
	max-width:280px;
	max-height:320px;
	margin:10px;
}
.pdRewardOffer{
	vertical-align:top;
	position:relative;
	width:100%;
	min-height:320px;
	box-sizing: border-box;
	display:block;
	padding:20px;
	text-align:center;
	border:0px solid #ffffff;
	border-radius:4px;
	box-shadow:1px 1px 8px rgba(0,0,0,0);
}
.pdRewardOffer.active{}

.pdRewardOfferAmount{
	display:block;
	line-height:normal;
	font-family:;
	font-size:62px;
	font-weight:700;
	color:#1e1e1e;
	padding:20px;
	margin:;
	text-transform:;
}
.pdRewardOfferDesc{
	font-family:;
	font-size:14px;
	font-weight:100;
	color:#7e7e7e;
	padding:;
	margin:0px 0px 30px 0px;
	text-transform:;
}

.pdRewardRedeemForBtn{

}

/******* REWARDS ACTIVITY *******/
.pdRewardsActivityTable{
    overflow-x: auto;
}
.pdRewardsActivityTable table{
	width:100%;
}
.pdRewardsActivityTable th,
.pdRewardsActivityTable td{
	padding:10px;
	text-align:left;
}
.pdRewardsActivityTable th{
	background-color:#e1e1e1;
	border-bottom:1px solid #e1e1e1;
	font-weight:700;
}
.pdRewardsActivityTable td{
	border-bottom:1px solid #e1e1e1;
}


/******* REWARDS OVERVIEW PAGE *******/
.pdRewardsTitle{
	font-size:34px;
	color:#4e4e4e;
	margin-bottom:20px;
}

/*** REWARD SUMMARY / OVERVIEW ***/
.pdRewardSummaryWrapper{
	background-color:#f6f6f6;
	border:#e1e1e1 solid 1px;
	padding:20px;
	margin:0px 0px 30px 0px;
	text-align:center;
	border-radius:4px;
	box-shadow:1px 1px 8px rgba(0,0,0,0);
}
.pdRewardSummaryTitle{
	text-align:center;
	padding-bottom:10px;
	font-size:22px;
}

.pdRewardSummaryAvailable{
	border-radius:4px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	padding:10px;
	margin:0px 0px 20px 0px;
	color:#1e1e1e;
	text-align:center;
}





.pdRewardSummaryAvailable span.pdRewardSummaryAvailablePoints{
	display:block;
	color:#1e1e1e;
	font-size:60px;
	font-weight:700;
	line-height:normal;
}
.pdRewardSummaryAvailable span.pdRewardSummaryAvailableText{
	display:block;
	font-color:##7e7e7e;
	font-size:14px;
	font-weight:100;
	letter-spacing:5px;
}
.pdRewardSummaryAvailable .pdBtnNext{margin-bottom:12px;}

.pdRewardSummaryData{
	text-align:center;
	font-family:;
	font-size:14px;
	font-weight:100;
	color:;
	margin:0px 0px 15px 0px;
	padding:;
}
.pdRewardSummaryData > span{
	display:block;
	font-size:20px;
	font-weight:700;
	color:;
}

/*** REWARDS HOW TO EARN ***/
.pdRewardEarnWrapper{}
.pdEarn{
	margin:0px 0px 10px 0px;
	padding:;
	font-size:20px;
	font-weight:100;
	color:#1e1e1e;
	vertical-align:middle;
	background-color:;
	border:0px solid ;
	border-radius:0px;
}

.pdEarn span{
	font-size:;
	font-weight:700;
	position:relative;
	display:inline-block;
	padding:10px;
	border:0px solid ;
	border-radius:40px;
	background-color:green;
	color:#ffffff;
	vertical-align:middle;
	margin:0px 8px 0px 0px;
	min-width:130px;
}

.pdEarn span:before{
    display:inline-block;
    vertical-align:middle;
    margin:0px 10px 0px 0px;
    font:normal normal normal 1em/1 "FontAwesome";
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	content:"\f067";
    color:#ffffff;
}



/*********************************************************************/
/**************** MY REWARDS LANDING PAGE STYLE **********************/
/*********************************************************************/
.rewardsWrapper{}

/***** REWARDS MAIN HEADER/TOP ****/
.rewardsHeader{
	clear:both;
	background-color:;
    border-bottom: 5px solid #e1e1e1;
    padding: 0px 0px 30px 0px;
    margin: 0px 0px 20px 0px;
	border-radius:;
}
.rewardsTitleWrapper{
		margin:0px 0px 30px 0px;
		padding:0;
}
.rewardsMainTitle{
		line-height:normal;
		display:block;
		font-family:;
		color:#000000;
		font-size:50px;
		font-weight:100;
		padding:0;
		margin:0px 0px 10px 0px;
		font-style:;
}
.rewardsMainTitle span{}
.rewardsSubtitle{
		line-height:normal;
		vertical-align:middle;
		display:inline-block;
		font-family:;
		color:#717171;
		font-size:30px;
		font-weight:700;
		padding:0;
		margin:0px 0px 0px 0px;
	  font-style:italic;
}
.rewardsSubtitleText{
	line-height:normal;
	vertical-align:middle;
	display:inline-block;
	font-family:;
	color:#a1a1a1;
	font-size:18px;
	font-weight:100;
	padding:0;
	margin:0px 0px 0px 0px;
	font-style:;
}
.rewardsHeaderButtons{}


/***** REWARDS AVAILABLE CALLOUT ****/
.rewardsCallout{
	position:relative;
	padding:24px;
	background-color:#f6f6f6;
	border:1px solid #e1e1e1;
	border-radius:4px;
	margin:0;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1);
}
.rewardsCalloutTitle{
	font-family:;
	color:#000000;
	font-size:32px;
	font-weight:100;

	font-style:;
	display:block;
	padding:0px;
	margin:0px 0px 20px 0px;
}
.rewardsCalloutAvailable{}
.rewardsCalloutAvailable ul{
	margin:0;
	padding:0;
	list-style-type:none;
}


.rewardsCalloutAvailable ul li,
.rewardsCalloutAvailable .pdRewardOfferWrapper{
	vertical-align:middle;
	font-family:;
	color:#000000;
	font-size:16px;
	font-weight:100;
	font-style:;
	display:block;
	padding:0;
	margin:0;
	width:auto;
	height:auto;
	max-width:none;
	max-height:none;
	min-height:initial;
	min-width:initial;
	margin-bottom:8px;
}
.rewardsCalloutAvailable ul li span,
.rewardsCalloutAvailable .pdRewardOfferWrapper span{
	font-weight:700;
	vertical-align:middle;
}
.rewardsCalloutAvailable ul li:before,
.rewardsCalloutAvailable .pdRewardOfferWrapper:before{
	background-color:;
	border:0px solid 
	border-radius:0px;
	display:inline-block;
	vertical-align:middle;
	margin:0px 6px 0px 0px;
	padding:0px;
	font:normal normal normal 18px/1 "FontAwesome";
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	content:"\f138";
	color:#000000;
	box-shadow:;
}



/***** REWARDS BENEFITS / SETTINGS ****/
.rewardsBenefits ul{
  margin:0;
  padding:0;
  list-style-type:none;
}
.rewardsBenefits ul li {
	position:relative;
  margin-bottom:40px;
	min-height:100px;
}
.rewardsBenefits ul li:last-child {
	border-bottom:none;
}
.rewardsBenefits ul li > span.fa{
	position:absolute;
	top:-12px;
	left:0;
	box-sizing:content-box;
	background-color:#f6f6f6;

	padding:20px;
	font-size:36px;
	width:36px;
	height:36px;
	text-align:center;
	color:#2e2e2e;

	margin:0px 0px 0px 0px;
	border:4px solid #e1e1e1;

	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;;
	border-radius:50px;
	box-shadow:1px 1px 4px rgba(0,0,0,0.1);
}
.rewardsBenefitsSetting,
.rewardsBenefitsDetail{
	margin-left:110px;
}
.rewardsBenefitsSetting{
margin-bottom:10px;
	font-family:;
	color:#212121;
	font-size:32px;
	font-weight:100;
	font-style:;
}


.rewardsBenefitsSettingVal{
font-family:;
color:#818181;
font-size:;
font-weight:700;
font-style:italic;
}
.rewardsBenefitsDetail{
font-family:;
color:#818181;
font-size:18px;
font-weight:100;
font-style:;
}


/***** REWARDS FOOTER *****/
.rewardsFooterLink{
}
.rewardsFooterLink a{
}


/************************************/
/********* RESPONSIVE CSS ***********/
/************************************/
@media (min-width: 986px){

	/*** REWARD SUMMARY / OVERVIEW ***/
	.pdRewardSummaryWrapper{
		margin-left:30px;
		min-width:300px;
		float:right;
	}

	.rewardsTitleWrapper{
		float:left;
	}
	.rewardsHeaderButtons{
		float:right;
	}

}
.pdRewardsPromoWrap{
	width:500px !important;
	padding:10px !important;
}
/*** mod_orderHistory - styleCss ****/
/***************************************/
/******** ORDER HISTORY STYLE **********/
/***************************************/
.pdOrderHistory{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
 }
.pdOrderHistory > table{width:100%;}

.pdOrderHistory > table th,
.pdOrderHistory > table td{
	text-align:left;
	font-size:14px;
	padding:8px;
}
.pdOrderHistory > table th{
	font-weight:700;
}
.pdOrderHistory > table td{
	border-top:1px solid #e1e1e1;
}
.pdOrderHistory > table tr:last-child td{
/*
	border-bottom:1px solid #e1e1e1;
*/
}

/*** HEADER ROW ***/
.pdOrderHistoryHeaderPoints{}
.pdOrderHistoryHeaderDetails{}

/*** DATA ROW ***/
.pdOrderHistoryDataPoints{}
.pdOrderHistoryDataDetails{
	text-align:right;
}
.pdOrderTotal{
	font-weight:700;
}

.pdOrderLink{padding-bottom:3px;}
.pdOrderLink a{
	color:#4e4e4e;
	font-family:
	font-size:16px;
	font-weight:700;
	text-decoration:underline;
}
.pdOrderDate{
	font-size:12px;
	font-weight:100;
	color:#888888;
}

/*** ORDER LIST DETAILS BUTTON ***/
.pdBtnDetails{
	display:inline-block;
	vertical-align:middle;
	white-space:nowrap;
	margin-bottom:4px;
}
.pdBtnDetails a:before{
	display:inline-block;
	vertical-align:middle;
	margin-right:5px;
  font-family:"FontAwesome";
	font-size:10px;
	font-weight:700;
	content:"\f054";
	text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	color:#ffffff;
}
.pdBtnDetails a{display:block;}

.pdBtnDetails a:link,
.pdBtnDetails a:active,
.pdBtnDetails a:visited,
.pdBtnDetails a:hover{
	font-family:;
	font-size:14px;
	font-style:;
	padding:8px;
	background-color:#8e8e8e;
	color:#ffffff;
	border-radius:2px;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pdBtnDetails a:hover{
	background-color:#4e4e4e;
}
.pdBtnDetails a span{
	display:inline-block;
	vertical-align:middle;
}
/***************************************/
/******* END ORDER HISTORY TABLE *******/
/***************************************/

/***************************************/
/******** ORDER DETAIL PAGE ************/
/***************************************/
.pdOrderDetailBox{}
.pdOrderDetailBoxInner{}

/*** INFORMATION SUMMARY DISPLAY ****/
.pdOrderDetailTitleBar{
	font-family:;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	background-color: #4e4e4e ;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:30px 0px 15px 0px;
}
.pdOrderDetailBoxTitle{
	font-size:32px;
	font-weight:100;
	margin-bottom:8px;
}
.pdOrderDetailOrderDate{
	color:#4e4e4e;
	font-size:16px;
	font-weight:100;
	margin-bottom:2px;
}
.pdOrderDetailOrderDate span{
	font-weight:700;
}
.pdOrderStatus{
	color:#4e4e4e;
	font-size:16px;
	font-weight:100;
	margin-bottom:2px;
}
.pdOrderStatus span{
	font-weight:700;
}
.pdOrderTrackingInfo{
}
.pdOrderTrackingInfo ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #e1e1e1;
}
.pdOrderTrackingInfo ul li{
	margin-bottom:2px;
	font-weight:700;
}
/*
.pdOrderTrackingInfo ul li:before{
	display:inline-block;
	margin-right:6px;
    font-family:"FontAwesome";
	font-size:14px;
    color:#4e4e4e;
	content:"\f0da";
	text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
*/

.pdPaymentInfo{
}
.pdPaymentInfo ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #e1e1e1;
}
.pdPaymentInfo ul li{
	margin-bottom:2px;
	font-weight:700;
}
.pdPaymentInfo ul li:before{
	display:inline-block;
	margin-right:6px;
    font-family:"FontAwesome";
	font-size:14px;
    color:#4e4e4e;
	content:"\f0da";
	text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.pdOrderDetailBillTo,
.pdOrderDetailShipTo{
}
.pdOrderDetailBillToTitle,
.pdOrderDetailShipToTitle{
	margin-bottom:4px;
	font-weight:700;
}
.pdOrderDetailBillToInner,
.pdOrderDetailShipToInner{
	padding-top:0px;
}

/**********************/
/*** ITEMS DISPLAY ****/
/**********************/
.pdOrderDetailItems{
}
.pdOrderDetailItems > table{
	width:100%;
}
.pdOrderDetailItems > table th,
.pdOrderDetailItems > table td{
	padding:8px;
	text-align:left;
}
.pdOrderDetailItems > table th.pdCost,
.pdOrderDetailItems > table td.pdCost{
	text-align:right;
}
.pdOrderDetailItems > table th{
	font-size:14px;
	font-weight:700;
}
.pdOrderDetailItems > table td{
	border-top:1px solid #e1e1e1;
	font-size:14px;
	font-weight:500;
}
.pdOrderDetailItemImg{
	float:left;
	position:relative;
  vertical-align: top;
  width:100px !important;
	height:100px !important;
	white-space: nowrap;
  box-sizing: content-box;
  text-align: center;
  padding:5px;
	margin:0 auto;
	margin-bottom:10px;
  background:#fff;
}
.pdOrderDetailItemImg a{display:inline-block;}
.pdOrderDetailItemImg img{
	vertical-align: middle;
	display:inline-block;
  width:auto;
	height:auto;
  max-width:100px !important;
	max-height:100px !important;
}


.pdOrderDetailItemWrap{
	float:left;
	padding-left:18px;
}
.pdOrderDetailItemWrap .pdOrderDetailItemLink{
	margin-bottom:2px;
}
.pdOrderDetailItemWrap .pdOrderDetailItemLink a{
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}
.pdOrderDetailItemWrap .pdOrderDetailItemCode{
	color:#8e8e8e;
	margin-bottom:6px;
}
/*** OPTIONS ***/
.pdOrderDetailItemOptions{
	margin-top:4px;
}
.pdOrderDetailItemOptionsTitle{
	background-color:#F2F2F2;
	padding:8px;
	font-weight:700;
}
.pdOrderDetailItemOptionsInner{
	padding:8px;
}
.pdOrderDetailItemOptionsInner a{
	text-decoration:underline;
}
.pdOrderDetailItemOptionsInner > div{
	padding-bottom:3px;
	font-weight:700;
}
.pdOrderDetailItemOptionsInner > ul{
	margin-top:4px;
	margin-bottom:8px;
}
.pdOrderDetailItemOptionsInner > ul > li{
	margin-bottom:3px;
	color:#444444;
}
.pdOrderDetailItemOptionsInner > ul > li span{
	color:#444444;
	font-weight:700;
}

.pdOrderDetailItemsPrice{
	font-size:14px;
	font-weight:700;
}
.pdOrderDetailItemsPriceDetails{
}

/*** SUMMARY INFORMATION (SUBTOTALS) ***/
.pdOrderDetailSummary{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color:#f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom:20px;
}
.pdOrderDetailItemsTax,
.pdOrderDetailItemsShipping,
.pdOrderDetailItemsDiscount,
.pdOrderDetailItemsTotal,
.pdOrderDetailItems{
	margin-top:2px;
	text-align:right;
	font-size:18px;
	font-weight:100;
}
.pdOrderDetailItemsTax span,
.pdOrderDetailItemsShipping span,
.pdOrderDetailItemsDiscount span,
.pdOrderDetailItemsTotal span{
}
.pdOrderDetailItemsTotal{
	margin-top:4px;
	font-weight:700;
	font-size:26px;
}

/***** HELP WITH ORDER LINK AND RE-ORDER BUTTON **********/
.pdHelpWithOrder{margin-top:10px;}
.pdHelpWithOrder a{
}
.pdReorder{
}

/***************************************/
/****** END ORDER DETAIL PAGE **********/
/***************************************/

/****************************************************/
/**** REORDER/PREVIOUSLY PURCHASED PRODUCTS TABLE ***/
/****************************************************/
.pdReorderTable{
}
.pdReorderTable > table{
	width:100%;
}
.pdReorderTable > table th,
.pdReorderTable > table td{
	padding:10px;
	font-size:14px;
	text-align:left;
}
.pdReorderTable > table th{
	font-weight:700;
	text-align:left;
}
.pdReorderTable > table td{
	border-top:1px solid #e1e1e1;
}
.pdReorderTable > table td.pdLast{
}

.pdReorderTableItemImg{
	float:left;
}
.pdReorderTableItemWrap{
	float:left;
	padding-left:18px;
}
.pdReorderTableItemWrap .pdReorderTableItemLink{
	margin-bottom:2px;
}
.pdReorderTableItemWrap .pdReorderTableItemLink > a{
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}
.pdReorderTableItemWrap .pdReorderTableItemCode{
	font-size:12px;
	margin-bottom:6px;
}
.pdReorderTableItemOptions{
	margin-top:4px;
}
.pdReorderTableItemOptionsMessage{
	margin-top:10px;
	color:#c80000;
	font-weight:700;
	font-style:italic;
}
.pdReorderTableItemOptionsTitle{
	background-color:#F2F2F2;
	padding:8px;
	font-weight:700;
}
.pdReorderTableItemOptionsInner{
	padding:8px;
}
.pdReorderTableItemOptionsInner a{
	text-decoration:underline;
}
.pdReorderTableItemOptionsInner > div{
	padding-bottom:3px;
	font-weight:700;
}
.pdReorderTableItemOptionsInner > ul{
	margin-top:4px;
	margin-bottom:8px;
}
.pdReorderTableItemOptionsInner > ul > li{
	margin-bottom:3px;
	color:#444444;
}
.pdReorderTableItemOptionsInner > ul > li span{
	color:#444444;
	font-weight:700;
}
.pdReorderTableItemPrice{
	font-size:14px;
	font-weight:500;
}
.pdReorderTableItemSalePrice{
	color:#c80000;
	font-size:14px;
	font-weight:500;
}
.pdReorderTableItemSalePrice span{
	font-weight:700;
}
.pdReorderTableItemRegPrice{
	color:#333333;
	font-size:10px;
	font-weight:500;
}
.pdReorderTableItemRegPrice span{
	text-decoration:line-through;
}
.pdReorderTableItemQty input.pdInput.text{
	display:block;
	width:40px;
	height:30px;
	line-height:30px;
	text-indent:6px;
	vertical-align: middle;
	font-family:arial,verdana,sans-serif;
	font-size:15px;
	font-weight:500;
	border:1px solid #aaaaaa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: inset 4px 4px 4px 0px #e8e8e8;
	-webkit-box-shadow: inset 4px 4px 4px 0px #e8e8e8;
	-moz-box-shadow: inset 4px 4px 4px 0px #e8e8e8;
}
/*******************************************************/
/*** END REORDER/PREVIOUSLY PURCHASED PRODUCTS TABLE ***/
/*******************************************************/



/********************************/
/*** RE-ORDERING FLEX DISPLAY ***/
/********************************/
.pdReorderTitle{}
.pdFlexReorderWrapper{
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.pdFlexReorderRow{
  position:relative;
  padding:10px;
  border-bottom: 1px solid #e1e1e1;
  background-color: #fff;
  margin-bottom:20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pdFlexReorderItem{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-flow: column nowrap;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	background-color: ;
	text-align: center;
	padding: 12px;
	margin: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
}
.pdFlexReorderItem.active{
	border: 1px solid #b5b5b5;
}
.pdFlexReorderItem.active:before{
	z-index:9;
	position:absolute;
	top:10px;
	left:10px;
	color:#a1a1a1;
  font-family:"FontAwesome";
	font-size:2em;
	font-weight:700;
	content:"\f058";
	text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/*** ITEM IMAGE DISPLAY ***/
.pdFlexReorderItemImg{
	display:inline-block;
	position:relative;
  vertical-align: top;
  width:150px !important;
	height:150px !important;
	white-space: nowrap;
  box-sizing: content-box;
  text-align: center;
  padding:5px;
	margin:0 auto;
	margin-bottom:10px;
  background:#fff;
}
.pdFlexReorderItemImg a{display:inline-block;}
.pdFlexReorderItemImg img{
	vertical-align: middle;
	display:inline-block;
  width:auto;
	height:auto;
  max-width:150px !important;
	max-height:150px !important;
}
/*** ITEM INFO DISPLAY ***/
.pdFlexReorderItemInfo{
	margin-top:auto;
}
.pdFlexReorderItemLink{
  color:#2e2e2e;
  text-decoration:none;
}
.pdFlexReorderItemLink:hover{
  color:#7e7e7e;
  text-decoration:underline;
}
.pdFlexReorderItemCode{}
.pdFlexReorderItemInfo .pdQtyToggleMinus img,
.pdFlexReorderItemInfo .pdQtyTogglePlus img{
  width: 10px;
}

/*** PRICE DISPLAY ***/
.pdFlexReorderPriceWrapper{
	margin-top:10px;
  margin-bottom:20px;
}
.pdFlexReorderPrice{
  display: inline-block;
  vertical-align: middle;
  color: #3e3e3e;
  font-size: 1.1em;
  font-weight: 700;
}
.pdFlexReorderRegPrice{
  display: inline-block;
  vertical-align: middle;
  color: #7e7e7e;
  font-size: 1.1em;
  font-weight: 100;
  text-decoration:line-through;
  margin-left:4px;
  margin-right:4px;
}
.pdFlexReorderSalePrice{
  display:inline-block;
  vertical-align:middle;
  color:#bb3232;
  font-size: 1.1em;
  font-weight: 700;
  margin-left:4px;
  margin-right:4px;
}
.pdFlexReorderYouSave{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  background: #f6f6f6;
  padding: 8px;
  color: #bb3232;
  font-size: .8em;
  font-weight: 700;
}
.pdFlexReorderYouSave:before{
  content: "You Saved ";
}
.pdFlexReorderItemOptions{
  margin-top:10px;
}
.pdFlexReorderItemOptionsList{
  margin:0;
  padding:0;
  list-style-type:none;
}
.pdFlexReorderItemOptionsList li{
  margin-top:10px;
  color:#7e7e7e;
  font-size:.8em;
}

.pdFlexReorderItemOrder{
	box-sizing:border-box;
	margin-top: auto;
	padding-bottom: 10px;
	padding-top: 19px;
	border-top: 1px solid #f1f1f1;
	text-align: center;
}
.pdFlexReorderItemNa{padding:8px; color:#7e7e7e;}
.pdReorderBackTo{}
.pdReorderBackTo a{
	font-family:;
	vertical-align:middle;
	display:block;
	padding:15px 20px;
	font-size:16px;
	font-weight:100;
	font-style:;
	color:#3e3e3e;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space:nowrap;
}
.pdReorderBackTo a:before{
	vertical-align:middle;
	display: inline-block;
	margin-right:10px;
	content:"\f053";
	color:#3e3e3e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdReorderBackTo a:hover{
	background-color:#e1e1e1;
}

.pdFlexReorderActions{
  margin-top:30px;
  margin-bottom:20px;
	clear:both;
	text-align:center;
}
.pdFlexReorderActions > div{
  display:inline-block;
  vertical-align:middle;
	margin:4px;
	margin-top:10px;
}

/*** LINE ITEM STATUS DISPLAY ***/
.pdOrderDisplayLineItemStatusInfo { float: left; margin: 3px 0 3px 0; width: 100%; }
.pdOrderDisplayLineItemStatus { float: left; margin-right: 5px; }
.pdOrderDisplayLineItemStatus b { font-weight: 700; }
.pdOrderDisplayLineItemStatusDate { float: left; margin-right: 5px; }
.pdOrderDisplayLineItemTrackingNumber { float: left; margin-right: 5px; }
.pdOrderDisplayLineItemCarrier { float: left; margin-right: 5px; }
.pdOrderDisplayLineItemQuantity { float: left; }


/*************** FLEX RESPONSIVE SETTINGS ***********************/
@media only screen and (min-width: 468px){
	.pdFlexReorderActions{text-align:left;}
	.pdFlexReorderActions > div{margin-top:0px;}
	.pdFlexReorderActions > div.pdBtnPrimary{float:right;}
}
@media only screen and (min-width: 768px){
  .pdFlexReorderItem{
    width: calc(100% * (1/2) - 10px);
  }
}
@media only screen and (min-width: 900px){
  .pdFlexReorderItem{
    width: calc(100% * (1/3) - 10px);
  }
}
@media only screen and (min-width: 1200px){
  .pdFlexReorderItem{
    width: calc(100% * (1/4) - 10px);
  }
}
@media only screen and (min-width: 1500px){
  .pdFlexReorderItem{
    width: calc(100% * (1/5) - 10px);
  }
}

/*** mod_orderStatus - styleCss ****/
/***************************************/
/******** ORDER HISTORY STYLE **********/
/***************************************/
.pdOsOrderHistory{
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
 }
.pdOsOrderHistory > table{width:100%;}

.pdOsOrderHistory > table th,
.pdOsOrderHistory > table td{
	text-align:left;
	font-size:14px;
	padding:8px;
}
.pdOsOrderHistory > table th{
	font-weight:700;
}
.pdOsOrderHistory > table td{
	border-top:1px dashed #dedede;
}

/*** HEADER ROW ***/
.pdOsOrderHistoryHeaderPoints{}
.pdOsOrderHistoryHeaderDetails{}

/*** DATA ROW ***/
.pdOsOrderHistoryDataPoints{}
.pdOsOrderHistoryDataDetails{
	text-align:right;
}
.pdOsOrderTotal{
	font-weight:700;
}

.pdOsOrderLink{padding-bottom:3px;}
.pdOsOrderLink a{
	color:#4e4e4e;
	font-family:
	font-size:16px;
	font-weight:700;
	text-decoration:underline;
}
.pdOsOrderDate{
	font-size:12px;
	font-weight:100;
	color:#888888;
}

/*** ORDER LIST DETAILS BUTTON ***/
.pdOsBtnDetails{
	display:inline-block;
}
.pdOsBtnDetails a:before{
	display:inline-block;
	margin-right:5px;
    font-family:FontAwesome;
	font-size:16px;
	content:"\f0f6";
	text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	color:#ffffff;
}
.pdOsBtnDetails a:link,
.pdOsBtnDetails a:active,
.pdOsBtnDetails a:visited,
.pdOsBtnDetails a:hover{
	font-family:;
	font-size:14px;
	font-style:;
	padding:8px;
	background-color:#8e8e8e;
	color:#ffffff;
	border-radius:2px;
	text-decoration:none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdOsBtnDetails a:hover{
	background-color:#4e4e4e;
}

/***************************************/
/******* END ORDER HISTORY TABLE *******/
/***************************************/

/***************************************/
/******** ORDER DETAIL PAGE ************/
/***************************************/
.pdOsOrderDetailBox{}
.pdOsOrderDetailBoxInner{}

/*** INFORMATION SUMMARY DISPLAY ****/
.pdOsOrderDetailTitleBar{
	font-family:;
	font-size:18px;
	font-weight:700;
	color:#ffffff;
	background-color: #4e4e4e ;
	padding:10px;
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	margin:30px 0px 15px 0px;
}
.pdOsOrderDetailBoxTitle{
	font-size:32px;
	font-weight:100;
	margin-bottom:8px;
}
.pdOsOrderDetailOrderDate{
	color:#4e4e4e;
	font-size:16px;
	font-weight:100;
	margin-bottom:2px;
}
.pdOsOrderDetailOrderDate span{
	font-weight:700;
}
.pdOsOrderStatus{
	color:#4e4e4e;
	font-size:16px;
	font-weight:100;
	margin-bottom:2px;
}
.pdOsOrderStatus span{
	font-weight:700;
}
.pdOsOrderTrackingInfo{
}
.pdOsOrderTrackingInfo ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px dashed #e1e1e1;
}
.pdOsOrderTrackingInfo ul li{
	margin-bottom:2px;
	font-weight:700;
}
.pdOsOrderTrackingInfo ul li:before{
	display:inline-block;
	margin-right:6px;
    font-family:FontAwesome;
	font-size:14px;
    color:#4e4e4e;
	content:"\f0da";
	text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}

.pdOsOrderDetailBillTo,
.pdOsOrderDetailShipTo{
}
.pdOsOrderDetailBillToTitle,
.pdOsOrderDetailShipToTitle{
	margin-bottom:4px;
	font-weight:700;
}
.pdOsOrderDetailBillToInner,
.pdOsOrderDetailShipToInner{
	padding-top:0px;
}

/**********************/
/*** ITEMS DISPLAY ****/
/**********************/
.pdOsOrderDetailItems{
}
.pdOsOrderDetailItems > table{
	width:100%;
}
.pdOsOrderDetailItems > table th,
.pdOsOrderDetailItems > table td{
	padding:8px;
	text-align:left;
}
.pdOsOrderDetailItems > table th.pdOsCost,
.pdOsOrderDetailItems > table td.pdOsCost{
	text-align:right;
}
.pdOsOrderDetailItems > table th{
	font-size:14px;
	font-weight:700;
}
.pdOsOrderDetailItems > table td{
	border-top:1px solid #e1e1e1;
	font-size:14px;
	font-weight:500;
}
.pdOsOrderDetailItemImg{
	float:left;
}
.pdOsOrderDetailItemWrap{
	float:left;
	padding-left:18px;
}
.pdOsOrderDetailItemWrap .pdOsOrderDetailItemLink{
	margin-bottom:2px;
}
.pdOsOrderDetailItemWrap .pdOsOrderDetailItemLink a{
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}
.pdOsOrderDetailItemWrap .pdOsOrderDetailItemCode{
	color:#8e8e8e;
	margin-bottom:6px;
}
/*** OPTIONS ***/
.pdOsOrderDetailItemOptions{
	margin-top:15px;
}
.pdOsOrderDetailItemOptionsTitle{
	background-color:#F2F2F2;
	padding:8px;
	font-weight:700;
}
.pdOsOrderDetailItemOptionsInner{
	padding:8px;
}
.pdOsOrderDetailItemOptionsInner a{
	text-decoration:underline;
}
.pdOsOrderDetailItemOptionsInner > div{
	padding-bottom:3px;
	font-weight:700;
}
.pdOsOrderDetailItemOptionsInner > ul{
	margin-top:4px;
	margin-bottom:8px;
}
.pdOsOrderDetailItemOptionsInner > ul > li{
	margin-bottom:3px;
	color:#444444;
}
.pdOsOrderDetailItemOptionsInner > ul > li span{
	color:#444444;
	font-weight:700;
}

.pdOsOrderDetailItemsPrice{
	font-size:14px;
	font-weight:700;
}
.pdOsOrderDetailItemsPriceDetails{
}

/*** SUMMARY INFORMATION (SUBTOTALS) ***/
.pdOsOrderDetailSummary{
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	background-color:#f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px;
	margin-bottom:20px;
}
.pdOsOrderDetailItemsTax,
.pdOsOrderDetailItemsShipping,
.pdOsOrderDetailItemsDiscount,
.pdOsOrderDetailItemsStoreCredit,
.pdOsOrderDetailItemsTotal{
	margin-top:2px;
	text-align:right;
	font-size:18px;
	font-weight:100;
}
.pdOsOrderDetailItemsTax span,
.pdOsOrderDetailItemsShipping span,
.pdOsOrderDetailItemsDiscount span,
.pdOsOrderDetailItemsStoreCredit span,
.pdOsOrderDetailItemsTotal span{
}
.pdOsOrderDetailItemsTotal{
	margin-top:4px;
	font-weight:700;
	font-size:26px;
}

/***** HELP WITH ORDER LINK AND RE-ORDER BUTTON **********/
.pdOsHelpWithOrder{margin-top:10px;}
.pdOsHelpWithOrder a{
}
.pdOsReorder{
}

/***************************************/
/****** END ORDER DETAIL PAGE **********/
/***************************************/

/****************************************************/
/**** REORDER/PREVIOUSLY PURCHASED PRODUCTS TABLE ***/
/****************************************************/
.pdOsReorderTable{
}
.pdOsReorderTable > table{
	width:100%;
}
.pdOsReorderTable > table th,
.pdOsReorderTable > table td{
	padding:10px;
	font-size:14px;
	text-align:left;
}
.pdOsReorderTable > table th{
	font-weight:700;
	text-align:left;
}
.pdOsReorderTable > table td{
	border-top:1px solid #e1e1e1;
}
.pdOsReorderTable > table td.pdOsLast{
}

.pdOsReorderTableItemImg{
	float:left;
}
.pdOsReorderTableItemWrap{
	float:left;
	padding-left:18px;
}
.pdOsReorderTableItemWrap .pdOsReorderTableItemLink{
	margin-bottom:2px;
}
.pdOsReorderTableItemWrap .pdOsReorderTableItemLink > a{
	font-size:14px;
	font-weight:700;
	text-decoration:underline;
}
.pdOsReorderTableItemWrap .pdOsReorderTableItemCode{
	font-size:12px;
	margin-bottom:6px;
}
.pdOsReorderTableItemOptions{
	margin-top:4px;
}
.pdOsReorderTableItemOptionsMessage{
	margin-top:10px;
	color:#c80000;
	font-weight:700;
	font-style:italic;
}
.pdOsReorderTableItemOptionsTitle{
	background-color:#F2F2F2;
	padding:8px;
	font-weight:700;
}
.pdOsReorderTableItemOptionsInner{
	padding:8px;
}
.pdOsReorderTableItemOptionsInner a{
	text-decoration:underline;
}
.pdOsReorderTableItemOptionsInner > div{
	padding-bottom:3px;
	font-weight:700;
}
.pdOsReorderTableItemOptionsInner > ul{
	margin-top:4px;
	margin-bottom:8px;
}
.pdOsReorderTableItemOptionsInner > ul > li{
	margin-bottom:3px;
	color:#444444;
}
.pdOsReorderTableItemOptionsInner > ul > li span{
	color:#444444;
	font-weight:700;
}
.pdOsReorderTableItemPrice{
	font-size:14px;
	font-weight:500;
}
.pdOsReorderTableItemSalePrice{
	color:#c80000;
	font-size:14px;
	font-weight:500;
}
.pdOsReorderTableItemSalePrice span{
	font-weight:700;
}
.pdOsReorderTableItemRegPrice{
	color:#333333;
	font-size:10px;
	font-weight:500;
}
.pdOsReorderTableItemRegPrice span{
	text-decoration:line-through;
}
.pdOsReorderTableItemQty input.pdOsInput.text{
	display:block;
	width:40px;
	height:30px;
	line-height:30px;
	text-indent:6px;
	vertical-align: middle;
	font-family:arial,verdana,sans-serif;
	font-size:15px;
	font-weight:500;
	border:1px solid #aaaaaa;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	box-shadow: inset 4px 4px 4px 0px #e8e8e8;
	-webkit-box-shadow: inset 4px 4px 4px 0px #e8e8e8;
	-moz-box-shadow: inset 4px 4px 4px 0px #e8e8e8;
}
/*******************************************************/
/*** END REORDER/PREVIOUSLY PURCHASED PRODUCTS TABLE ***/
/*******************************************************/

/*** mod_pdOne - styleCss ****/
#pd_pdOneBanner{}
.pdOneBar {
	font-size:14px;
	color:#333;
	font-family:;
	margin:0px;
	padding:0px;
	max-width:auto;
	background-color:#ffffff;
	border:0px solid ;
	border-radius:0px;
	box-shadow:none;
	text-align:center;
}
.pdOneBarMyAccount{
	margin-bottom:10px;
}
.pdOneBarMyAccount > span{
	display:inline-block;
}
.pdOneBarMyAccountWelcomeMessage{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 10px 0px 0px;
}
.pdOneBarMyAccount > span a,
.pdOneBarMyAccountLink a{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 0px 0px 10px;
}
.pdOneBarMyAccountSignOut{
	display:none !important;
}
.pdOneBarRewardsMessage{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
	padding:0px;
	margin:0px 0px 0px 10px;
	background-color:#ffffff;
	border:0px solid ;
	border-radius:0px;
	box-shadow:;
}
.pdOneBarRewardsMessage a{
	font-family:;
	font-size:14px;
	color:#333;
	font-weight:;
	font-style:;
}

/*** RESPONSIVE ***/
@media screen and (min-width:500px) {
	.pdOneBar{
		display: table;
		width: 100%;
		text-align:left;
	}
	.pdOneBarMyAccount{
		margin-bottom:0px;
	}
	.pdOneBarMyAccountSignOut{
		display:inline-block;
	}
	.pdOneBarMyAccount,.pdOneBarRewardsMessage{
	  display: table-cell;
	}
	.pdOneBarMyAccount{
		text-align:left;
	}
	.pdOneBarRewardsMessage{
		text-align:right;
	}
}

/*** mod_pdOneStyleEditor - styleCss ****/
/*****************************/
/****** PD MODAL STYLE *******/
/*****************************/
.pdBlocker {
  position: fixed;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%; height: 100%;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.75);
  text-align: center;
}
.pdBlocker:before{
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.pdBlocker.behind {
  background-color: transparent;
}
.pdModal {
  display: none;
  vertical-align: middle;
  z-index: 99999;
  box-sizing: border-box;
  position:relative;
/*
  height: 70%;
  max-height: 95%;
*/
  width: 91%;
  max-width: 91%;
  background: #fff;
  padding:  20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -o-box-shadow: 0 0 16px rgba(0,0,0,.6);
  -ms-box-shadow: 0 0 16px rgba(0,0,0,.6);
  box-shadow: 0 0 16px rgba(0,0,0,.6);
  text-align: left;
  transition: all 0.3s ease;
}
.pdModal-inner-scrollable{
  height:100%;
  width:100%;
  overflow-y: auto;
}
.pdModal a.close-pdModal {
  position: absolute;
  top: -12.5px;
  right: -12.5px;
  display: block;
  width: 35px;
  height: 35px;
  text-indent: -9999px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('https://cdn.practicaldatacore.com/classic-medallics//mod_pdOneStyleEditor/icon-close.svg');

}
.pdModal-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}
.pdModal-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.pdModal-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.pdModal-spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}
.pdModal-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.5) }
  20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
/*******************************/
/***** END PD MODAL STYLE ******/
/*******************************/

/***  BEGIN PD PHOTOSWIPE LIBRARY ***/
.pswp {
  --pswp-bg: #000;
  --pswp-placeholder-bg: #222;
  --pswp-root-z-index: 100000;
  --pswp-preloader-color: rgba(79, 79, 79, 0.4);
  --pswp-preloader-color-secondary: rgba(255, 255, 255, 0.9);
  /* defined via js:
  --pswp-transition-duration: 333ms; */
  --pswp-icon-color: #fff;
  --pswp-icon-color-secondary: #4f4f4f;
  --pswp-icon-stroke-color: #4f4f4f;
  --pswp-icon-stroke-width: 2px;

  --pswp-error-text-color: var(--pswp-icon-color);
}
/* Styles for basic PhotoSwipe (pswp) functionality (sliding area, open/close transitions)  */
.pswp {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: var(--pswp-root-z-index);
	display: none;
	touch-action: none;
	outline: 0;
	opacity: 0.003;
	contain: layout style size;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* Prevents focus outline on the root element,  (it may be focused initially) */
.pswp:focus {outline: 0;}
.pswp * {box-sizing: border-box;}
.pswp img {max-width: none;}
.pswp--open {display: block;}
.pswp,
.pswp__bg {
	transform: translateZ(0);
	will-change: opacity;
}
.pswp__bg {
  opacity: 0.005;
	background: var(--pswp-bg);
}
.pswp,
.pswp__scroll-wrap {
	overflow: hidden;
}
.pswp__scroll-wrap,
.pswp__bg,
.pswp__container,
.pswp__item,
.pswp__content,
.pswp__img,
.pswp__zoom-wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.pswp__img,
.pswp__zoom-wrap {
	width: auto;
	height: auto;
}
.pswp--click-to-zoom.pswp--zoom-allowed .pswp__img {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: grab;
}
.pswp--click-to-zoom.pswp--zoomed-in .pswp__img:active {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
/* :active to override grabbing cursor */
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img,
.pswp--no-mouse-drag.pswp--zoomed-in .pswp__img:active,
.pswp__img {
	cursor: -webkit-zoom-out;
	cursor: -moz-zoom-out;
	cursor: zoom-out;
}
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img,
.pswp__button,
.pswp__counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.pswp__img{
  height: auto !important; /* PD OVERRIDE */
}
.pswp__item {
	/* z-index for fade transition */
	z-index: 1;
	overflow: hidden;
}
.pswp__hidden {display: none !important;}

/* Allow to click through pswp__content element, but not its children */
.pswp__content {pointer-events: none;}
.pswp__content > * {pointer-events: auto;}

/*
  PhotoSwipe UI
*/

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg-container {
  display: grid;
}
.pswp__error-msg {
	margin: auto;
	font-size: 1em;
	line-height: 1;
	color: var(--pswp-error-text-color);
}

/*
class pswp__hide-on-close is applied to elements that
should hide (for example fade out) when PhotoSwipe is closed
and show (for example fade in) when PhotoSwipe is opened
 */
.pswp .pswp__hide-on-close {
	opacity: 0.005;
	will-change: opacity;
	transition: opacity var(--pswp-transition-duration) cubic-bezier(0.4, 0, 0.22, 1);
	z-index: 10; /* always overlap slide content */
	pointer-events: none; /* hidden elements should not be clickable */
}

/* class pswp--ui-visible is added when opening or closing transition starts */
.pswp--ui-visible .pswp__hide-on-close {
	opacity: 1;
	pointer-events: auto;
}

/* <button> styles, including css reset */
.pswp__button {
	position: relative;
	display: block;
	width: 50px;
	height: 60px;
	padding: 0;
	margin: 0;
	overflow: hidden;
	cursor: pointer;
	background: none;
	border: 0;
	box-shadow: none;
	opacity: 0.85;
	-webkit-appearance: none;
	-webkit-touch-callout: none;
}

.pswp__button:hover,
.pswp__button:active,
.pswp__button:focus {
  transition: none;
  padding: 0;
  background: none;
  border: 0;
  box-shadow: none;
  opacity: 1;
}

.pswp__button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.pswp__icn {
  fill: var(--pswp-icon-color);
  color: var(--pswp-icon-color-secondary);
}
.pswp__icn {
  position: absolute;
  top: 14px;
  left: 9px;
  width: 32px;
  height: 32px;
  overflow: hidden;
  pointer-events: none;
}
.pswp__icn-shadow {
  stroke: var(--pswp-icon-stroke-color);
  stroke-width: var(--pswp-icon-stroke-width);
  fill: none;
}
.pswp__icn:focus {outline: 0;}

/*
	div element that matches size of large image,
	large image loads on top of it,
	used when msrc is not provided
*/
div.pswp__img--placeholder,
.pswp__img--with-bg {
	background: var(--pswp-placeholder-bg);
}

.pswp__top-bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60px;
	display: flex;
  flex-direction: row;
  justify-content: flex-end;
	z-index: 10;

	/* allow events to pass through top bar itself */
	pointer-events: none !important;
}
.pswp__top-bar > * {
  pointer-events: auto;
  /* this makes transition significantly more smooth,
     even though inner elements are not animated */
  will-change: opacity;
}
/* Close button */
.pswp__button--close {
  margin-right: 6px;
}


/*
  Arrow buttons
*/
.pswp__button--arrow {
  position: absolute;
  top: 0;
  width: 75px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
}

.pswp__button--arrow:disabled {
  display: none;
  cursor: default;
}

.pswp__button--arrow .pswp__icn {
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  background: none;
  border-radius: 0;
}

.pswp--one-slide .pswp__button--arrow {display: none;}

/* hide arrows on touch screens */
.pswp--touch .pswp__button--arrow {visibility: hidden;}

/* show arrows only after mouse was used */
.pswp--has_mouse .pswp__button--arrow {visibility: visible;}

.pswp__button--arrow--prev {
  right: auto;
  left: 0px;
}
.pswp__button--arrow--next {right: 0px;}
.pswp__button--arrow--next .pswp__icn {
  left: auto;
  right: 14px;
  /* flip horizontally */
  transform: scale(-1, 1);
}

/* Zoom button */
.pswp__button--zoom {  display: none;}

.pswp--zoom-allowed .pswp__button--zoom {display: block;}
/* "+" => "-" */
.pswp--zoomed-in .pswp__zoom-icn-bar-v {
  display: none;
}
/* Loading indicator */
.pswp__preloader {
  position: relative;
  overflow: hidden;
  width: 50px;
  height: 60px;
  margin-right: auto;
}
.pswp__preloader .pswp__icn {
  opacity: 0;
  transition: opacity 0.2s linear;
  animation: pswp-clockwise 600ms linear infinite;
}
.pswp__preloader--active .pswp__icn {
  opacity: 0.85;
}
@keyframes pswp-clockwise {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
/*
  "1 of 10" counter
*/
.pswp__counter {
  height: 30px;
  margin: 15px 0 0 20px;
  font-size: 14px;
  line-height: 30px;
  color: var(--pswp-icon-color);
  text-shadow: 1px 1px 3px var(--pswp-icon-color-secondary);
  opacity: 0.85;
}
.pswp--one-slide .pswp__counter {display: none;}
/***  END PD PHOTOSWIPE LIBRARY ***/
/* PD/ONE GLOBAL STYLE */
body{
	font-family:arial, sans-serif;
	font-size:14px;
	color:#000000;
	line-height: normal;
	padding:0;
	margin:0;
}
.clear{clear:both;}

.myAccountWrapper,
#myAccountWrapper{
	box-sizing:content-box;
	margin:0 auto;
	padding:0px;
	background-color:transparent;
	border:0px solid #ffffff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	width:auto;
	max-width:1460px;
	clear:both;
	text-align:left;
	line-height: normal;
}
.pdTitle{
	font-family:arial, sans-serif;
	font-size:28px;
	font-weight:100;
	color:#000000;
}
.pdTitle > h1{
	margin:0px 0px 30px 0px;
	padding:0px;
	font-family:arial, sans-serif;
	font-size:28px;
	font-weight:100;
	color:#000000;
	line-height: normal;
}
.pdTitle.login > h1{margin:0px 0px 10px 0px;}
.pdTitle.register > h1{margin:0px 0px 10px 0px;}

.pdSubTitle{}
.pdSubTitle > h2{
	margin:0px 0px 15px 0px;
	padding:0px;
	font-family:arial, sans-serif;
	font-size:16px;
	font-weight:700;
	color:#000000;
	line-height: normal;
}

/* PRIMARY BUTTON STYLE */
.pdBtnPrimary{
	display:inline-block;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
}
.pdBtnPrimary a,
.pdBtnPrimary input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-size:18px;
	font-weight:600;
	text-transform:uppercase;
	color:#ffffff;
	padding:15px 20px;
	margin:0;
	border:0 solid #af8103;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#af8103;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: normal;
    height: initial;
}
.pdBtnPrimary a:hover,
.pdBtnPrimary input:hover{
	background-color:#af8103;
}
/* CANCEL/BACK BUTTON STYLE */
.pdBtnPrimaryCancel{
	display:inline-block;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
}
.pdBtnPrimaryCancel a,
.pdBtnPrimaryCancel input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-size:20px;
	font-weight:600;
	text-transform:uppercase;
	color:#ffffff;
	padding:15px 20px;
	margin:0px 0px 0px 0px;
	border:0px solid #5e5e5e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#5e5e5e;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    line-height: normal;
    height: initial;
}
.pdBtnPrimaryCancel a:hover,
.pdBtnPrimaryCancel input:hover{
	background-color:#8e8e8e;
}

/* SECONDARY BUTTON STYLE */
.pdBtnSecondary{
	display:inline-block;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
}
.pdBtnSecondary a,
.pdBtnSecondary input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-size:14px;
	font-weight:600;
	text-transform:capitalize;
	color:#ffffff;
	padding:15px 20px;
	margin:0px 0px 0px 0px;
	border:0px solid #5e5e5e;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:#5e5e5e;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdBtnSecondary a:hover,
.pdBtnSecondary input:hover{
	background-color:#8e8e8e;
}


/* ADD TO CART BUTTON STYLE */
.pdBtnAddCart{
	display:inline-block;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
}
.pdBtnAddCart a,
.pdBtnAddCart input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:arial, sans-serif;
	font-size:14px;
	font-weight:700;
	text-transform:;
	color:#ffffff;
	padding:10px 15px;
	margin:0;
	border:0 solid #af8103;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#af8103;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
   white-space:nowrap;
}
.pdBtnAddCart a:hover,
.pdBtnAddCart input:hover{
	background-color:#af8103;
}


/* FACEBOOK BUTTON STYLE */
.pdBtnFb,
.pdBtnFbSmall{
	display:inline-block;
	vertical-align:top;
	text-align:center;
    box-sizing: border-box;
}
.pdBtnFb a,
.pdBtnFb input,
.pdBtnFbSmall a,
.pdBtnFbSmall input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:'Poppins', sans-serif;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	padding:12px;
	margin:0;
	margin-top:20px;
	border:1px solid rgba(59, 89, 152, 100);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color:rgba(59, 89, 152, 95);
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
   white-space:nowrap;
}
.pdBtnFb a:hover,
.pdBtnFb input:hover,
.pdBtnFbSmall a:hover,
.pdBtnFbSmall input:hover{
	background-color:rgba(59, 89, 152, 100);
}
.pdBtnFb span,
.pdBtnFbSmall span{
	font-size:22px;
	margin-right:10px;
	display:inline-block;
}

/*** BUTTON WIDTH ADJUSTMENTS ***/
.pdBtnPrimary.pdSpanWidth,
.pdBtnPrimaryCancel.pdSpanWidth,
.pdBtnSecondary.pdSpanWidth,
.pdBtnFb.pdSpanWidth,
.pdBtnFbSmall.pdSpanWidth{
display:block;
}
.pdBtnPrimary.pdSpanWidth a,
.pdBtnPrimary.pdSpanWidth input,
.pdBtnSecondary.pdSpanWidth a,
.pdBtnSecondary.pdSpanWidth input,
.pdBtnPrimaryCancel.pdSpanWidth a,
.pdBtnPrimaryCancel.pdSpanWidth input,
.pdBtnFb.pdSpanWidth a,
.pdBtnFb.pdSpanWidth input,
.pdBtnFbSmall.pdSpanWidth a,
.pdBtnFbSmall.pdSpanWidth input{
	width:100%;
}

/**** NEXT/MORE BUTTON ***/
.pdBtnNext{display:inline-block;}
.pdBtnNext a{
	display:block;
	font-family:;
	vertical-align:middle;
	padding:15px 20px;
	font-size:16px;
	font-weight:100;
	font-style:;
	color:#3e3e3e;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space:nowrap;
}
.pdBtnNext a:after{
	vertical-align:middle;
	display: inline-block;
	margin-left:10px;
	content:"\f054";
	color:#3e3e3e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBtnNext a:hover{
	background-color:#e1e1e1;
}


/**** BACK BUTTON ***/
.pdBackTo{margin-bottom:20px;}
.pdBackTo span{display:none;}
.pdBackTo a{
	font-family:;
	vertical-align:middle;
	padding:15px 20px;
	font-size:16px;
	font-weight:100;
	font-style:;
	color:#3e3e3e;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space:nowrap;
}
.pdBackTo a:before{
	vertical-align:middle;
	display: inline-block;
	margin-right:10px;
	content:"\f053";
	color:#3e3e3e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBackTo a:hover{
	background-color:#e1e1e1;
}


/**** TOP BUTTON ***/
.pdBtnTop{}
.pdBtnTop a{
	display:block;
	font-family:;
	vertical-align:middle;
	padding:0px;
	margin:10px 0px 0px 0px;
	font-size:16px;
	font-weight:100;
	font-style:;
	color:#3e3e3e;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #ffffff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdBtnTop a:before{
	vertical-align:middle;
	display: inline-block;
	margin-right:5px;
	content:"\f0aa";
	color:#3e3e3e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBtnTop a:hover{
	background-color:#ffffff;
}



/*** ADD BUTTON ***/
.pdBtnAdd {
	margin-bottom:6px;
}
.pdBtnAdd a,
.pdBtnAdd input{
	display:inline-block;
    box-sizing: border-box;
	text-align:center;
	font-family:;
	font-size:16px;
	font-weight:700;
	color:#ffffff;
	padding:10px;
	margin:0px;
	border:0px solid #af8103;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	background-color:#af8103;
	text-decoration:none;
	cursor: pointer;
	cursor: hand;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdBtnAdd a:before,
.pdBtnAdd input:before {
    display: inline-block;
	vertical-align:top;
	margin-right:8px;
	content:"\f055";
	color:#ffffff;
	font:normal normal normal 18px/1 "FontAwesome";
}
.pdBtnAdd a:hover,
.pdBtnAdd input:hover{
	background-color:#af8103;
}

/*** REMOVE BUTTON ***/
.pdBtnRemove {
}
.pdBtnRemove a{
    display: inline-block;
	vertical-align:middle;
    background: #f2f2f2;
    border: 1px solid #cccccc;
	font-family: arial, verdana, sans-serif;
	font-size:13px;
	color:red;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 8px;
    text-decoration: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	white-space:nowrap;
}
.pdBtnRemove a:before {
    display: inline-block;
	vertical-align:middle;
	content:"\f1f8";
	color:red;
	font:normal normal normal 14px/1 "FontAwesome";
}


/*** EDIT BUTTON ***/
.pdBtnEdit {
	display:inline-block;
}
.pdBtnEdit a{
    display: block;
	vertical-align:middle;
    padding: 8px;
	margin:0px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
	font-family: ;
	font-weight:100;
	font-size:14px;
	color:#4e4e4e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	white-space:nowrap;
}
.pdBtnEdit a:before {
    display: inline-block;
	vertical-align:top;
	margin-right:6px;
	content:"\f040";
	color:#4e4e4e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBtnEdit a:hover {
	background-color:#e1e1e1;
}

/*** DELETE BUTTON ***/
.pdBtnDelete {
	display:inline-block;
}
.pdBtnDelete a{
    display: block;
	vertical-align:middle;
    padding: 8px;
    background: #c80000;
    border: 0px solid #c80000;
	font-family: ;
	font-size:14px;
	color:#ffffff;
	font-weight:100;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	white-space:nowrap;
}
.pdBtnDelete a:before {
    display: inline-block;
	vertical-align:top;
	margin-right:6px;
	content:"\f1f8";
	color:#ffffff;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBtnDelete a:hover {
	background-color:#f50808;
}

/*** SAVE BUTTON ***/
.pdBtnSave {
	display:inline-block;
}
.pdBtnSave a{
	display: block;
	vertical-align:middle;
	padding: 8px;
	margin:0px;
	background-color:#af8103;
	border: 1px solid #af8103;
	font-family: ;
	font-weight: 100;
	font-size: 14px;
	color:#ffffff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.pdBtnSave a:hover {
	background-color:#af8103;
}


/*** PRINT BUTTON ***/
.pdBtnPrint {
	display:inline-block;
}
.pdBtnPrint a{
    display: block;
	vertical-align:middle;
    padding: 8px;
	margin:0px;
    background: #f6f6f6;
    border: 1px solid #e1e1e1;
	font-family: ;
	font-weight:100;
	font-size:14px;
	color:#4e4e4e;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space:nowrap;
}
.pdBtnPrint a:before {
    display: inline-block;
	vertical-align:top;
	margin-right:6px;
	content:"\f02f";
	color:#4e4e4e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdBtnPrint a:hover {
	background-color:#e1e1e1;
}


/*** DELETE LINK ***/
.pdDeleteLink {}
.pdDeleteLink a{
	vertical-align:middle;
	font-family: ;
	font-size:14px;
	color:#c80000;
	font-weight:100;
    text-decoration: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdDeleteLink a:before {
    display: inline-block;
	vertical-align:top;
	margin-right:6px;
	content:"\f1f8";
	color:#c80000;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdDeleteLink a:hover {
	color:#f50808;
}

/**** OR EFFECT FOR LOGIN OPTIONS ***/
.pdOr{
	margin-top:15px;
	margin-bottom:15px;
	text-align:center;
	position: relative;
	font-size:22px;
	font-weight:700;
	color:rgba(0,0,0,.4);
}
.pdOr:after,
.pdOr:before{
  position: absolute;
  top: 50%;
  height: 1px;
  background: rgba(0,0,0,.15);
  content: "";
  width: 38%;
  display: block;
}
.pdOr:before{
  left: 0;

}
.pdOr:after{
  right: 0;
}

.pdButtonSingleLineWrapper{}
.pdButtonSingleLineWrapper div{margin-right:12px; margin-top:0; margin-bottom:0; margin-left:0; display:inline-block;}
.pdButtonSingleLineWrapper div:last-child{margin-right:0px;}


//*** INPUT DISPLAYS ***/
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"],
input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	height: auto;
}
.pdForm label.pdLabel, .pdForm div.pdLabel {
    height: auto;
    padding: 6px !important;
}


/****************************************/
/*** MAIN TITLE AND NAME/LOGOUT LINK ****/
/****************************************/
.marNavTitle{
	margin-bottom:22px;
}
.marNavTitle th{
	display:none;
}
.marNavTitle th,
.marNavTitle td{
	font-size:14px;
}
.marNavTitle a{
    font-size: 12px;
    color: #4e4e4e;
	text-decoration:none;
}
.marNavTitle a:before{content:"(";}
.marNavTitle a:after{content:")";}

/****************************************************************************/
/***** TEMP UPDATED SUBNAV (JAJ)  */
/***** - TO FIX BROKEN SUBNAV UNTIL STEVE FINISHES UPDATED NAV RENDERING ***/
/***************************************************************************/

#marNavSub {
	list-style: none;     /* Remove bullets */
	margin: 0;            /* Reset default margins */
	padding: 0;           /* Reset default padding */
  }
  
  #marNavSub ul {
	padding-inline-start: 10px;
  }
  
  #marNavSub li {
	display: inline-block; /* Make each list item display horizontally */
	margin-right: 15px;    /* Add space between the items */
  }
  
  #marNavSub li:last-child {
	margin-right: 0;       /* Avoid extra space after the last item */
  }
  
  


/***********************/
/*** PRICE DISPLAYS ****/
/***********************/
.pdPriceWrapper{
	margin:10px 0px 0px 0px;
}
.pdPriceWrapper,
.pdPriceWrapper div{
	font-family:;
}
.pdPrice{
    font-size: 14px;
	font-weight: 500;
    color: #000000;
}
.pdRegPrice{
    font-size: 12px;
	font-weight: #7e7e7e;
    color: #7e7e7e;
}
.pdSalePrice{
    font-size: 16px;
	font-weight: #c80000;
    color: #c80000;
}

.pdYourPrice{
	display:inline-block;
	margin:8px 0px 0px 0px;
	padding:10px;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius:  4px;
    font-size: 16px;
	font-weight: 700;
    color: #000000;
}


/********************************************************/
/*** BEGIN PRIMARY TABBED AND MOBILE MENU NAVIGATION ****/
/********************************************************/

.pdMaNavWrapperTabbed{
	margin-bottom:30px;
	margin-top:10px;
}
.pdMaNavTitle {
	font-family:;
	font-weight:100;
	position:relative;
	color:#1e1e1e;
	font-size:30px;
	text-transform:;
	margin:0px 0px 15px 0px;
	padding:0px 0px 20px 0px;
}
/***** TABBED VERSION (DESKTOP) ****/
.pdMaNavTabbed{
	border-bottom:1px solid #e1e1e1;
}
.pdMaNavListTabbed{
	list-style-type:none;
	margin:0px;
	padding:0px;
	margin-bottom:-1px;
	float:none;
}
.pdMaNavListTabbed li{
	display:inline-block;
	margin:0px 0px 0px 4px;
	padding:0px;
	float:none;
}
.pdMaNavListTabbed li:first-child{
	margin-left:12px;
}
.pdMaNavListTabbed li a{
	font-family:;
	font-size:16px;
	font-weight:100;
	color:#3e3e3e;
	display:inline-block;
	padding:12px 15px 12px 15px;
	background-color:#f6f6f6;
	border:1px solid #e1e1e1;
	border-radius:4px 4px 0px 0px;
	text-decoration:none;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
	text-transform:;
}
.pdMaNavListTabbed li a:hover{
	color:#3e3e3e;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
}
.pdMaNavListTabbed li.active a{
	font-size:16px;
	font-weight:100;
	color:#3e3e3e;
	padding:12px 15px 12px 15px;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	border-bottom:1px solid #ffffff;
}
.pdMaNavListTabbed li.active a:hover{
	color:#e3e3e3;
	background-color:#ffffff;
	border-bottom:1px solid #ffffff;
}


/*** WRAPS CLICKABLE RESPONSIVE MENU ***/
.pdMaNavWrapper{
	margin-bottom:40px;
	clear:both;
	display:none;
}

.pdMaNavMenuWrapper{
	margin:0px;
	position:relative;
	clear:both;
	padding:14px;
	border:1px solid #e1e1e1;
	background-color:#f6f6f6;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.pdMaNavMenuLink{
	font-family:;
	font-weight:100;
	position:relative;
	color:#1e1e1e;
	font-size:24px;
	cursor:pointer;
	cursor:hand;
	font-style:;
}

.pdMaNavMenuLink:after{
	position:absolute;
	height:20px;
	width:20px;
	margin:auto;
	top:0;
	bottom:0;
	right:0;
	content:"\f078";
	color:#4e4e4e;
	font:normal normal normal 20px/1 "FontAwesome";
	display: inline-block;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdMaNavMenuLink.active:after{
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=5); /*for IE*/
}

/****************************/
/*** PRIMARY NAV WRAPPER ****/
/****************************/
.pdMaNav{
	display:none;
	position:relative;
	margin-top:15px;
}
.pdMaNav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
}
/******************************/
/*** PRIMARY TAB OFF STATE ****/
/******************************/
.pdMaNav ul li {
	display:block;
	cursor:pointer;
	cursor:hand;
	float:none;
}
.pdMaNav ul li a {
	outline:none;
	display:block;
	padding:14px;
	font-size:16px;
	font-weight:100;
	color:#3e3e3e;
	text-decoration:none;
	border:1px solid transparent;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.pdMaNav ul li a:hover{
	background-color:#ffffff;
	border:1px solid #e1e1e1;
}

/*****************************/
/*** PRIMARY TAB ON STATE ****/
/*****************************/
.pdMaNav ul li.active {}



/*********************************************/
/*** SUB NAV WRAPPER (DESKTOP/RESPONSIVE) ****/
/*********************************************/
.pdMaSubNav{
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e1e1e1;
}
.pdMaSubNav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:none;
}
.pdMaSubNav ul li {
	display:inline-block;
	margin-left:6px;
	margin-right:12px;
	float:none;
}
.pdMaSubNav ul li a {
	outline:none;
	display:block;
	font-size:14px;
	font-weight:100;
	color:#333333;
	text-decoration:none;
}
.pdMaSubNav ul li a:hover{
}

/*** PRIMARY SUBNAV ACTIVE/ON STATE ****/
.pdMaSubNav ul li.active {
	display:block;
}
.pdMaSubNav ul li.active a {
	font-size:12px;
	font-weight:700;
	color:#333333;
	outline:none;
}

/*************************************************/
/*** END SUB NAV WRAPPER (DESKTOP/RESPONSIVE) ****/
/*************************************************/



/*********************************************/
/**** BEGIN SUB NAV WRAPPER (MOBILE MODE) ****/
/*********************************************/
.pdMaSubNavMobile{
	display:none;
	margin-top:20px;
	padding-bottom:20px;
	border-bottom:1px solid #e1e1e1;
}
.pdMaSubNavMobile ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	float:none;
	clear:both;
}
.pdMaSubNavMobile ul li {
	display:inline-block;
	margin-left:6px;
	margin-right:12px;
	float:none;
	clear:both;
}
.pdMaSubNavMobile ul li a {
	outline:none;
	display:block;
	font-size:14px;
	font-weight:100;
	color:#333333;
	text-decoration:none;
}
.pdMaSubNavMobile ul li a:hover{
}

/*** PRIMARY SUBNAV ACTIVE/ON STATE ****/
.pdMaSubNavMobile ul li.active {
	display:block;
}
.pdMaSubNavMobile ul li.active a {
	font-size:12px;
	font-weight:700;
	color:#333333;
	outline:none;
}

/******************************************/
/*** END SUB NAV WRAPPER (MOBILE MODE) ****/
/******************************************/


@media only screen and (max-width: 968px) {
	.pdMaNavWrapperTabbed{display:none;}
	.pdMaNavWrapper{display:block;}
	.pdMaSubNav{display:none;}
	.pdMaSubNavMobile{display:block;}
}



/****************************************/
/***** BEGIN SOCIAL SHARING DISPLAY *****/
/****************************************/
.pdShare{
	position:relative;
  display: inline-block;
	box-sizing: border-box;
  padding: 15px;
  border: 1px solid #e1e1e1;
  border-radius: 4px;
	/*
  background-color: #f6f6f6;
	*/
}
.pdShareInner{
	display: inline-block;
	/*
	padding: 10px 18px;
	border: 1px solid #e1e1e1;
	border-radius: 4px;
	background-color:#ffffff;
	*/
}
.pdShareTitle{
	display: inline-block;
	vertical-align: middle;
	color: #8e8e8e;
	position: absolute;
	top: -11px;
	padding: 4px;
	left: 10px;
	font-size: 11px;
	font-weight: 400;
	background-color: #fff;
	text-transform: uppercase;
}
.pdShareCalloutText{
	display:none;
	font-size:16px;
	font-weight:100;
	color:#2e2e2e;
	text-align:center;
	margin-top:10px;
}
.pdShare a{
/*
	margin:10px;
*/
	margin-right:5px;
	margin-left:5px;
}
.pdShare a:last-child{
}
.pdShare a,
.pdShare a:link,
.pdShare a:active,
.pdShare a:visited{
	display:inline-block;
	font-size:12px;
	color:#0683c3;
	text-align:center;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
.pdShare a span{
	display:block;
	font-size:20px;
	/*
	font-size:44px;
	*/
	color:#0683c3;
	text-align:center;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
	cursor:pointer;
	cursor:hand;
	text-decoration:none;
}
.pdShare a span.pdSocialName{
	display:none;
	margin-top:8px;
	font-family:arial, sans-serif;
	font-size:14px;
}

.pdShare a:hover,
.pdShare a span:hover{
	color:#0c9be5;
}

@media only screen and (max-width: 400px) {
	/*
	.pdShare a span.pdSocialName{
		font-size:.8em;
	}
	.pdShare a span{
		font-size:2.8em;
	}
	*/
}

/****************************************/
/******* END SOCIAL SHARING DISPLAY *****/
/****************************************/


/*********************************************/
/**** BEGIN QUANTITY TOGGLES/ORDERING ZONE ***/
/*********************************************/
.pdQtyDeleteWrapper{
  white-space: nowrap;
}
.pdQtyToggleWrapper{
	display: inline-block;
	vertical-align: middle;
	max-height: 36px;
	overflow: hidden;
	box-sizing: border-box;
}
.pdQtyToggleText{
	vertical-align: middle;
	color: #6e6e6e;
	font-size: 1.1em;
	font-weight: 100;
	display: inline-block;
	margin-right: 5px;
}
.pdQtyToggleInner{
  vertical-align:middle;
  display:inline-block;
  border:1px solid #e1e1e1;
  border-radius:2px;
  background-color: #f6f6f6;
  padding:2px;
  white-space: nowrap;
  box-sizing: border-box;
	max-height: 36px;
}
.pdQtyToggleWrapper input.text,
.pdQtyField{
  display:inline-block;
  vertical-align:middle;
  border:1px solid #e1e1e1;
  padding:3px 10px;
  font-size:16px;
  font-weight:700;
  color:#333;
  text-align: center;
  background-color:#fff;
  border-radius:0px;
}
.pdQtyToggleMinus,.pdQtyTogglePlus{
	transition: all 0.5s ease;
  display:inline-block;
  vertical-align:middle;
  text-align:center;
  padding:5px;
  margin:3px;
  box-sizing: border-box;
  color:#8e8e8e;
  cursor:hand;
  cursor:pointer;
  border-radius:0px;
}
.pdQtyToggleMinus:hover,.pdQtyTogglePlus:hover{
  /*
  background-color:#dedede;
  */
  color:#5e5e5e;
}
.pdDeleteLink{
  display:inline-block;
  color:#e1e1e1;
  font-size:16px;
  margin-left:15px;
  cursor:hand;
  cursor:pointer;
}
.pdRemoveItemLink{
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  padding: 11px;
  color: #4e4e4e;
  white-space: nowrap;
  box-sizing: border-box;
  cursor: hand;
  cursor: pointer;
  font-size: .8em;
  text-decoration: underline;
}
.pdRemoveItemLink:before{
  display:inline-block;
	vertical-align: middle;
  content:"\f1f8";
  margin-right:6px;
  color:#4e4e4e;
  font-family:"FontAwesome";
  font-size:.9em;
	font-weight:700;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/*********************************************/
/**** END QUANTITY TOGGLES/ORDERING ZONE *****/
/*********************************************/


/********************************/
/**** FAVORITES FLEX DISPLAY ****/
/********************************/
.pdFlexDisplayTitle{}
.pdFlexDisplayWrapper{
  display: flex;
  flex-wrap: wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.pdFlexDisplayItem{
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	flex-flow: column nowrap;
	position: relative;
	vertical-align: top;
	box-sizing: border-box;
	background-color: ;
	text-align: center;
	padding: 12px;
	margin: 4px;
	border: 1px solid #e5e5e5;
	border-radius: 2px;
	box-shadow: 1px 1px 4px rgba(0,0,0,0.08);
}
.pdFlexDisplayItem.active{
	border: 1px solid #af8103;
}
.pdFlexDisplayItem.active:before{
	z-index:9;
	position:absolute;
	top:10px;
	left:10px;
	color:#af8103;
  font-family:"FontAwesome";
	font-size:2em;
	font-weight:700;
	content:"\f058";
	text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}
/*** ITEM IMAGE DISPLAY ***/
.pdFlexDisplayItemImg{
	display:inline-block;
	position:relative;
  vertical-align: top;
  width:150px !important;
	height:150px !important;
	white-space: nowrap;
  box-sizing: border-box;
  text-align: center;
  padding:5px;
	margin:0 auto;
	margin-bottom:25px;
  background:#fff;
}
.pdFlexDisplayItemImg a{display:inline-block;}
.pdFlexDisplayItemImg img{
	vertical-align: middle;
	display:inline-block;
  width:100%;
	height:auto;
  max-width:150px !important;
	max-height:150px !important;
}
/*** ITEM INFO DISPLAY ***/
.pdFlexDisplayItemInfo{

}
.pdFlexDisplayItemLink{
  color:#2e2e2e;
  text-decoration:none;
}
.pdFlexDisplayItemLink:hover{
  color:#7e7e7e;
  text-decoration:underline;
}
.pdFlexDisplayItemCode{}

/*** PRICE DISPLAY ***/
.pdFlexDisplayPriceWrapper{
	margin-top:10px;
  margin-bottom:20px;
}
.pdFlexDisplayPrice{
  display: block;
  vertical-align: middle;
  color: #3e3e3e;
  font-size: 1.1em;
  font-weight: 700;
}
.pdFlexDisplayRegPrice{
  display: inline-block;
  vertical-align: middle;
  color: #7e7e7e;
  font-size: 1.1em;
  font-weight: 100;
  text-decoration:line-through;
  margin-left:4px;
  margin-right:4px;
}
.pdFlexDisplaySalePrice{
  display:inline-block;
  vertical-align:middle;
  color:#bb3232;
  font-size: 1.1em;
  font-weight: 700;
  margin-left:4px;
  margin-right:4px;
}
.pdFlexDisplayYouSave{
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #e1e1e1;
  background: #f6f6f6;
  padding: 8px;
  color: #bb3232;
  font-size: .8em;
  font-weight: 700;
}
.pdFlexDisplayYouSave:before{
  content: "You Saved ";
}
.pdFlexDisplayItemOptions{
  margin-top:10px;
}
.pdFlexDisplayItemOptionsList{
  margin:0;
  padding:0;
  list-style-type:none;
}
.pdFlexDisplayItemOptionsList li{
  margin-top:10px;
  color:#7e7e7e;
  font-size:.8em;
}

.pdFlexDisplayItemOrder{
	margin-top: auto;
	padding-bottom: 10px;
	padding-top: 19px;
	border-top: 1px solid #f1f1f1;
	text-align: center;
}
.pdFlexDisplayItemNa{padding:8px; color:#7e7e7e;}
.pdReorderBackTo{}
.pdReorderBackTo a{
	font-family:;
	vertical-align:middle;
	display:block;
	padding:15px 20px;
	font-size:16px;
	font-weight:100;
	font-style:;
	color:#3e3e3e;
	text-decoration:none;
	background-color:#ffffff;
	border:1px solid #e1e1e1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-appearance: none;
	-webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    white-space:nowrap;
}
.pdReorderBackTo a:before{
	vertical-align:middle;
	display: inline-block;
	margin-right:10px;
	content:"\f053";
	color:#3e3e3e;
	font:normal normal normal 14px/1 "FontAwesome";
}
.pdReorderBackTo a:hover{
	background-color:#e1e1e1;
}

.pdFlexDisplayActions{
  margin-top:30px;
  margin-bottom:20px;
	padding:5px;
	clear:both;
	text-align:center;
}
.pdFlexDisplayActions > div{
  display:inline-block;
  vertical-align:middle;
}


/*************** FLEX RESPONSIVE SETTINGS ***********************/
@media only screen and (min-width: 468px){
	.pdFlexDisplayActions{text-align:left;}
	.pdFlexDisplayActions > div{margin-top:0px;}
	.pdFlexDisplayActions > div.pdBtnPrimary{float:right;}
}
@media only screen and (min-width: 768px){
  .pdFlexDisplayItem{
    width: calc(100% * (1/2) - 10px);
  }
}
@media only screen and (min-width: 900px){
  .pdFlexDisplayItem{
    width: calc(100% * (1/3) - 10px);
  }
}
@media only screen and (min-width: 1200px){
  .pdFlexDisplayItem{
    width: calc(100% * (1/4) - 10px);
  }
}
@media only screen and (min-width: 1500px){
  .pdFlexDisplayItem{
    width: calc(100% * (1/5) - 10px);
  }
}


/***************************************************/
/**** BEGIN MY ACCOUNT ERROR/WARNING MESSAGING *****/
/***************************************************/
.successMessage ,
.displayMessage ,
.infoMessage ,
.errorMessage ,
.warningMessage {
	position:relative;
	box-sizing: border-box;
	padding:20px;
    padding-left:80px;
	margin-bottom:20px;
	color: #222222;
	font-family: arial, sans-serif;
	font-weight:100;
	background-color:#ffffcc;
	border:1px #eaeab7 solid;
	min-height: 90px;
}
.successMessage:before ,
.displayMessage:before ,
.infoMessage:before ,
.errorMessage:before ,
.warningMessage:before {
    position: absolute;
    top: 20px;
    left: 20px;
	font-family:"FontAwesome";
	font-size:40px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
}
.successMessage{
	padding-top:30px;
}
.successMessage:before {
	content:"\f058";
    color:#008000;
}
.displayMessage:before {
	content:"\f046";
    color:#0ea100;
}
.errorMessage:before{
	content:"\f071";
    color:#c80000;
}
.warningMessage:before{
	content:"\f071";
    color:#dad900;
}
.displayMessage ul,
.infoMessage ul,
.errorMessage ul,
.warningMessage ul{
	margin:0;
	padding:0;
	display:inline-block;
	list-style-type:none;
}
.displayMessage ul li,
.infoMessage ul li,
.errorMessage ul li,
.warningMessage ul li{
}
.displayMessage ul li:before,
.infoMessage ul li:before,
.errorMessage ul li:before,
.warningMessage ul li:before{
    display:inline-block;
    vertical-align:middle;
    margin-right:12px;
	font-family:"FontAwesome";
	font-size:10px;
    text-rendering:auto;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	color:#adad7d;
	/*
	content:"\f111";
    */
}
.impersonationMessage {
	color: #232323;
	padding-top:10px;
	padding-left:00px;
	padding-bottom:10px;
	border-right:1px #dddddd solid;
	border-left:1px #dddddd solid;
	border-top:1px #dddddd solid;
	border-bottom:1px #dddddd solid;
	margin-bottom:15px;
	position:relative;
	background-color: #FFFFCC;
	font-family: arial, sans-serif;
	font-weight:500;
}
/***************************************************/
/****** END MY ACCOUNT ERROR/WARNING MESSAGING *****/
/***************************************************/
.pdmaLandingBenefits ul li:before {
    content: "\f058" !important;
    display: inline-block;
    float: left;
    margin-right: 16px;
    color: #777;
    font: normal normal normal 32px / 1 "Font Awesome 5 Free" !important;
    font-size: 32px;
	font-weight: 900;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pdBtnPrimary a, .pdBtnPrimary input {
    border-radius: 25px !important;
    background-color: #af8103 !important;
	font-size: 18px !important;
	padding: 15px 5px !important;
}
.pdBtnPrimary input {
	padding: 15px 20px !important;
}

.pdBtnPrimary a:hover, .pdBtnPrimary input:hover {
    background-color: #af8103 !important;
	opacity: 0.7;
}

.pdEarn span { text-align:center}
.pdEarn span:before {content: initial}
