@font-face {
     font-family:"Futura Round W01 Medium";
     		src:url("../fonts/FuturaRound-Medium.eot");
   		src:url("../fonts/FuturaRound-Medium.eot?#iefix") format('embedded-opentype'),
   		url("../fonts/FuturaRound-Medium.otf"),
  			url("../fonts/FuturaRound-Medium.ttf") format('truetype');
}

@font-face {
    font-family:"Futura Round";
	     	src:url("../fonts/FuturaRound-Regular.eot");
   		src:url("../fonts/FuturaRound-Regular.eot?#iefix") format('embedded-opentype'),
   		url("../fonts/FuturaRound-Regular.otf"),
   		url("../fonts/FuturaRound-Regular.woff")  format('woff'),
  			url("../fonts/FuturaRound-Regular.ttf") format('truetype'); 
}

@font-face {
    font-family:"Futura Round Demi";
   	   src:url("../fonts/FuturaRound-Demi.eot");
   		src:url("../fonts/FuturaRound-Demi.eot?#iefix") format('embedded-opentype'),
   		url("../fonts/FuturaRound-Demi.otf"),
  			url("../fonts/FuturaRound-Demi.ttf") format('truetype');
}


.icon-type {
    position: absolute;
    left: 357px;
    width: 40px;
    height: 28px;
    background-image: url(../images/card-type.png);
    background-position: -1000px 0;
    background-repeat: no-repeat;
    margin-top:3px;
}

.icon-type-discover {
  	background-position: 0 0px;
}

.icon-type-visa {
  	background-position: 0 -28px;
}

.icon-type-master-card {
  	background-position: 0 -57px;
}

.icon-type-maestro {
  	background-position: 0 -85px;
}

.icon-type-american-express {
  	background-position: 0 -114px;
}

#number, #cvv,#expiration-date {
	height: 35px;
	box-sizing: border-box;
	width: 86%;
	padding: 10px 0 10px 10px;
	display: inline-block;
	box-shadow: none;
	font-weight: 600;
	font-size: 14px;	
	border: 1px solid #cccccc;
	line-height: 20px;
	background: #ffffff;	
	/* background: linear-gradient(to right, white 50%, #fcfcfc 50%); */
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 300ms ease-in-out;
}
/* 
#number {
  margin-right: 20px;
  width: 244px;
  position: relative;
  height: 2em;
  border: 1px solid #ddd;
  padding: 0 0.5em;
  background-color: white;
}
 
#cvv {
  margin-right: 20px;
  width: 244px;
  position: relative;
  height: 2em;
  border: 1px solid #ddd;
  padding: 0 0.5em;
  background-color: white;
}

#expiration-date {
  margin-right: 20px;
  width: 244px;
  position: relative;
  height: 2em;
  border: 1px solid #ddd;
  padding: 0 0.5em;
  background-color: white;
}
*/
#checkoutContentPanelPayment {
  border: 1px dotted #A5A5A5;
  padding: 10px 10px 10px 10px;
  position: relative;
  margin: 0 0 10px 0;
}

#checkoutContentPanel_payment {
  float: left;
  width: 450px;
  background-color: #f3f2f2;
  margin: 10px 0px;
}

#checkoutContentPanel,
#contactDetailsPanel,
.paymentDetailsPanel {
  position: relative;
  background-color: #f3f2f2;
  margin: 0 0 10px 0;
  padding: 15px 50px;
}

#headlineDiv .headline {
  border-bottom: 1px #A5A5A5;
  font-size: 1.2em;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

#checkoutContentPanel.payWithCardSection {
  margin: 0;
}

.paypalselection, .paypalurl, .customSingleUseCheckbox {
  margin-top: 16px;
}

.paypalselection, .paypalimage .cmsimage, .paypalurl {
  float: left;
}

.paypalselection {
  margin-right: 7px;
}

#number.braintree-hosted-fields-invalid,
#cvv.braintree-hosted-fields-invalid,
#expiration-date.braintree-hosted-fields-invalid {
  border: 1px solid #e61f26;
}

#number.braintree-hosted-fields-focused,
#cvv.braintree-hosted-fields-focused,
#expiration-date.braintree-hosted-fields-focused{
	box-shadow: 0px 0px 9px #0D567E;
    -moz-box-shadow: 0px 0px 9px #0D567E;
    -webkit-box-shadow: 0px 0px 9px #0D567E;
}

.disableClick {
  pointer-events: none;
}

.orSeparator {
  text-align: center;
}

.buttonCustom {
  width: 100%;
  margin-top: 0px !important;
}

li.paymentMethodLeft {
  float: left;
}

li.paymentMethodRight {
  float: right;
  margin-left: 10px;
}

.payPalCheckoutMiniCartImage {
}

#paypayShortcut {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 170px;
  height: 40px;
  vertical-align: top;
}

#orSeparator {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 95px;
  height: 40px;
  vertical-align: top;
}

#standardCheckout {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 92px;
  height: 40px;
  vertical-align: top;
}

.buttonMini {
  margin: 0 0 0 0 !important;
  float: right !important;
}

.paymentEntry {
  width: 385px !important;
}

#cardForn {
  float: inherit !important;
}


/**************************************************************************/
.paymentWrapper,.AddressWrapper {
  width: 100% !important;
}

.addEditDeliveryAddress h1, .addPaymentMethod h1 {
  font-size: 28px;
  font-family:"Futura Round Demi";
  color: #A8AAA8;
  line-height: 28px;
    /*padding: 12px 0 13px 0;*/
  font-weight: 400;
}

#checkoutContentPanel h1 {
/*background: url(https://s.squixa.net/www.pillowtalk.com.au/635313068454500003/_ui/addons/pillowtalkcybersourceaddon/desktop/theme-pillowtalk/images/xno1.png)  left top no-repeat;
   */
  min-height: 40px;
    /*padding-left: 10px!important;*/
  display: block;
  font-family:"Futura Round Demi";
 /* float: left;*/
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #A8AAA8;
  font-weight: normal;
  padding-top: 0px!important;
  text-transform: uppercase;
  line-height: 28px;
}

#checkoutContentPanel_paymentWrapper {
  background-color: #f3f2f2;
  padding: 3px 50px;
}

#checkoutContentPanel_paymentWrapper h1.paymentInfo {
  font-family:"Futura Round";
  color: #A8AAA8;
  font-weight: normal;
  display: block;
  text-transform: uppercase;
   /* margin-left: 15px;
    padding-left: 10px;
    background: url(https://s.squixa.net/www.pillowtalk.com.au/635313068454500003/_ui/addons/pillowtalkcybersourceaddon/desktop/theme-pillowtalk/images/xno4.png) left center no-repeat;
   */
  height: 32px;
  line-height: 32px;
  float: left;
  margin-bottom: 0px;
  margin-top: 20px;
}

.promotionalMessage {
  background-color: #f3f2f2;
/*width: 437px;*/
  padding: 40px 20px 40px 20px;
  text-align: center;
  border: 1px solid #DEDBD9;
  margin: 20px 0px 20px 20px;
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, -1.8), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
}

.promotionalMessage span {
  font-family:"Futura Round";
  color: #ED145B;
  font-size: 20px;
}

.addressField_left {
  float: left;
  position: relative;
  height: auto;
  width: 450px;
}

.addressField_right {
  float: right;
  width: 450px;
}
/*.addressField_right{
		width:450px;
		float:left;
	}*/
#QASaddressField label, #QASaddressField2 label {
  margin: 5px 0px 10px 0px;
  display: block;
  font-size: 13px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 20px;
}

.giftcardForm h5 {
  font-family:"Futura Round";
  margin-bottom: 0px;
  font-weight: normal;
  font-size: 13px;
  color: #A8AAA8;
  font-style: italic;
}

.paymentCards li {
  width: 200px;
  float: left;
}

.paymentCards li input {
  vertical-align: middle;
}

#checkoutOrderDetails1 {
  float: left;
  width: 50%;
}

.confir {
  float: right;
  margin-left: 26px !important;
  clear: both;
}

.confir .termsCheck, .confir em {
  display: inline-block;
}

#termsCheck em {
  font-size: 14px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 18px;
  font-weight: normal;
}

#termsCheck em a {
  font-size: 14px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 18px;
  font-weight: normal;
  font-style: italic;
  text-decoration: none !important;
}

#termsCheck em a:hover {
  color: #ED145B;
}

.place_order {
  margin: 5px 0px 15px 15px;
  float: right;
  width: 150px;
}

.place_order a.positive {
  padding: 3px;
  border: none;
  border-bottom: #dd2c39 solid 2px;
  border-right: #dd2c39 solid 2px;
  background: #ED145B;
  text-align: center;
  color: #fff;
  font-family:"Futura Round";
  letter-spacing: 1px;
  font-size: 18px;
  margin-top: 12px;
  position: relative;
  float: right;
  width: auto;
  cursor: pointer;
}

#QASaddressField, #QASaddressField2 {
  border: 1px solid #DEDBD9;
  padding: 10px;
  margin: 15px 0px 0px 0px;
  width: 388px;
  clear: both;
  margin-top: 10px;
  float: right;
}

.confir .newsletter {
  float: right;
}

#order_summary {
  width: 100%;
}

#order_summary .promotionalMessage {
  margin: 10px 50px 10px 0px;
  float: left;
  width: 40%;
}

#order_summary  #orderTotals {
  float: right;
  margin: 10px 0px 10px 20px;
  width: 45%;
}

.shippingCheckbox em {
  font-size: 14px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 18px;
  font-weight: normal;
}

.addressBook {
  margin-top: 10px;
  background-color: white !important;
  border: 1px solid #DEDBD9;
}

.addressBook .control-label {
  font-size: 14px !important;
  line-height: 20px !important;
  margin: 10px !important;
}

.addressBook #address-title {
  margin: 0px 10px 10px 10px;
  width: 95% !important;
}

.addressField_left .newsletter {
  margin-bottom: 5px;
}

#retypeQAS, #retypeQAS2 {
  padding: 5px;
  border: none;
  background: #ED145B;
  text-align: center;
  color: #fff;
  font-family:"Futura Round";
  letter-spacing: 1px;
    /* font-size: 11px; */
  margin-top: 5px;
  position: relative;
  float: right;
    /* width: auto; */
  cursor: pointer;
  text-transform: uppercase;
}

#checkoutContentPanel .autoAddressFields .control-group, #contactDetailsPanel .autoAddressFields .control-group {
  float: right;
  margin-right: 0px;
}
	/*#checkoutContentPanel .autoAddressFields .control-group {
    float: right;
    
    margin-right:0px;
	
	}*/
	
.PaymentDirections {
  width: 100%;
  float: left;
}

.PaymentDirections p {
  margin-top: 5px;
  font-size: 13px;
}

.shippingCheckbox {
  float: left;
  width: 400px;
  margin-right: 20px;
  margin-top: 10px;
	/*position: absolute;
    bottom: 0px;*/
  ;
}
	/*.AddressWrapper .shippingCheckbox em{
		font-size: 18px;
		font-style: italic;
	}*/
.deliveryDetail label {
  font-size: 13px;
  font-style: normal;
  color: #A8AAA8;
  line-height: 18px;
  font-weight: normal;
  display: block;
  margin: 10px 0 2px 0;
}

#geotrust_paymentDetails {
  text-align: center;
  float: right;
}

#checkoutContentPanel_payment #cardForm {
  width: 420px;
  display: inline-block !important;
}

#checkoutContentPanel_payment #cardForm .cardDate .control-group {
  width: 40%;
  float: left;
  margin-right: 20px;
}

#checkoutContentPanel_payment #cardForm .cvNum .control-group {
  width: 70px;
}

#checkoutContentPanel_payment #cardForm  .control-group {
  width: 400px;
}

#checkoutContentPanel_payment #cardForm .cardDate legend {
  font-family:"Futura Round";
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  font-style: normal!important;
  color: #A8AAA8;
}

#checkoutContentPanel_payment #cardForm .cvNum .control-group label {
  margin: 0px 0 4px 0;
}

.addEditDeliveryAddress .span-12 {
  float: none;
  margin-right: 0px;
  width: 100%;
}

.addEditDeliveryAddress hr {
  margin-bottom: 10px;
}

.payment-types {
  margin-top: 10px;
}
	/*********************cartItem.css*****************/
	
#cartItems .cartItem td.quantity {
  font-family:"Futura Round";
  font-size: 18px;
  text-align: center;
}
	/*********************checkoutContentPanel.css*******/
#checkoutContentPanel_payment .pay-detail {
  display: inline-block;
}

/*
## checkoutContentPanel
********************************************************************/




#checkoutContentPanel .headline, #contactDetailsPanel .headline {
  border-bottom: 1px solid lightgray;
  font-size: 1.2em;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  position: relative;
 /* margin: 0 0 10px 0;*/;
}

#checkoutContentPanel .description {
  margin: 0 0 20px 0;
}

#checkoutContentPanel .contentPanelRight,
#checkoutContentPanel .contentPanelLeft {
  width: 244px;
}

#checkoutContentPanel .contentPanelLeft {
  margin: 0 20px 0 0;
}

#checkoutContentPanel .savedPaymentItem {
  border: 1px dotted #A5A5A5;
  margin: 0 0 10px 0;
}

/*#checkoutContentPanel .i18nAddressForm,
#checkoutContentPanel .billingAddressForm,
#checkoutContentPanel .cardForm{
	margin-right:-20px;
}*/
#checkoutContentPanel .control-group, #contactDetailsPanel .control-group {
  float: left;
  width: 409px;
  margin-right: 20px;
}

.cardNumber {
  float: left;
  width: 60%;
}

.cardPin {
  float: left;
  width: 19%;
  padding-left: 5px;
}

.actionBtn {
  margin: 25px 0 0 0;
  float: left;
  width: 19%;
}

.actionBtn a.positive {
    padding: 4px 6px;
    border: none;
    background: #ED145B;
    text-align: center;
    color: #fff;
    font-family: "Futura Round Demi";
    letter-spacing: 1px;
    font-size: 14px;
    margin-top: 8px;
    position: relative;
    float: right;
    width: auto;
    cursor: pointer;
    left: 7px !important;
}

#checkoutContentPanel .pay-detail ul li label ,#checkoutContentPanel_payment label {
    /*margin-left: 12px;*/
  line-height: 20px;
  list-style: none;
  vertical-align: middle;
  font-family:"Futura Round";
  color: #A8AAA8;
}

#checkoutContentPanel .form-actions {
  position: absolute;
  bottom: -60px;
  right: 0;
  left: 0;
}

#checkoutContentPanel .form-actions button.positive {
  margin-right: 0;
}

#checkoutContentPanel .form-additionals {
}

#checkoutContentPanel .form-additionals .control-group {
  width: 100%;
}

#checkoutContentPanel .form-additionals button {
  clear: both;
  width: 50%;
}

#savedAddressListHolder,
#savedPaymentListHolder {
  display: none;
}









/*
simplifyPickupPanel
*/

.simplifyPickupPanel {
  border: 1px dotted #A5A5A5;
  padding: 0 20px 20px 20px;
  margin: 0 0 20px 0;
  position: relative;
  background: #F6F6F6;
}

.simplifyPickupPanel .headline {
  border-bottom: 1px dotted #A5A5A5;
  font-size: 1em;
  font-weight: bold;
  line-height: 17px;
  padding-bottom: 5px;
  margin: 10px 0 20px 0;
}

.simplifyPickupPanel .description {
  margin: 0 0 20px 0;
}

.simplifyPickupPanel .content span {
  display: block;
  font-weight: normal;
}

.simplifyPickupPanel .content span.strong {
  font-weight: bold;
}

.simplifyPickupPanel .content input {
  float: left;
}

.simplifyPickupPanel .content span.pickupAdressList {
  margin: 0 0 0 30px;
}

.selectDeliverylocationItemLabel {
}

.simplifyPickupPanel .footline {
  clear: both;
  margin: 20px 0 0 0;
  padding: 5px 0 0 0;
  border-top: 1px dotted #A5A5A5;
}

.simplifyPickupPanel .footlineText {
  float: left;
  width: 50%;
  padding: 8px 0 0 0;
}

#checkoutContentPanel .control-group.security {
  width: 150px;
  margin: 20px 0 0 0;
}

#checkoutContentPanel input.security {
  width: 50px;
  float: left;
}

#checkoutContentPanel .security_code_what {
  float: left;
  display: block;
  margin: 7px;
  line-height: 30px;
}

fieldset.cardDate {
  width: 310px;
  float: left;
  margin: 0 20px 0 0;
}

fieldset.cardDate legend {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 244px;
}

fieldset.cardDate label {
  display: none;
}

#checkoutContentPanel fieldset.cardDate .control-group {
  width: 111px;
  margin: 0 0 0 20px;
}

#checkoutContentPanel fieldset.cardDate legend + .control-group {
  margin: 0;
}

#checkoutContentPanel .summaryDeliveryAddress,
#checkoutContentPanel .summaryDeliveryMode,
#checkoutContentPanel .summaryPayment {
  position: relative;
  padding: 0 0 20px 0;
}

#checkoutContentPanel .editButton {
  position: absolute;
  right: 0;
  bottom: 20px;
  margin: 0;
}

#checkoutContentPanel hr {
  background: 0;
  border: 0;
  border-bottom: 1px solid lightgray;
	/*margin:0 0 20px 0;*/
  ;
}

#checkoutContentPanel.summaryFlow {
  padding: 0 20px;
}

#checkoutContentPanel.summaryFlow strong {
  margin: 0 0 5px 0;
  display: block;
}





/*
#summaryDeliveryAddressOverlay .description{
	margin:0 0 20px 0;
}*/


.summaryOverlay {
  padding: 20px;
}

.summaryOverlay .headline {
  border-bottom: 1px dotted #A5A5A5;
  font-size: 1.2em;
  font-weight: bold;
  height: 39px;
  line-height: 39px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.summaryOverlay .description {
  margin: 0 0 20px 0;
}

.summaryOverlay form {
  margin-right: -20px;
}

.summaryOverlay .control-group {
  float: left;
  width: 387px;
  margin-right: 20px;
}

.summaryOverlay .form-actions {
}

.summaryOverlay #summaryDeliveryAddressBook {
  display: none;
}

.summaryPaymentOverlay form {
  margin: 0;
}

.summaryOverlay fieldset.cardDate {
  width: 387px;
  float: left;
  margin: 0 20px 0 0;
}

.summaryOverlay fieldset.cardDate legend {
  border: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  margin: 0 0 5px;
  overflow: hidden;
  white-space: nowrap;
  width: 387px;
}

.summaryOverlay fieldset.cardDate .control-group {
  width: 183px;
  margin: 0 0 0 20px;
}

.summaryOverlay fieldset.cardDate legend + .control-group {
  margin: 0;
}

.summaryOverlay fieldset.cardDate .control-group select {
  margin-top: 2px;
}

#summaryDeliveryAddressBook .addressList {
  margin: 0 -20px 0 0;
}

#summaryDeliveryAddressBook .addressEntry {
  float: left;
  width: 387px;
  margin: 0 20px 20px 0;
  border-bottom: 1px dotted #A5A5A5;
  padding: 0 0 20px 0;
}

#summaryDeliveryAddressBook .addressEntry.default {
  background: #f8f8f8;
}

#summaryDeliveryAddressBook .addressEntry button {
  float: none;
}

#savedAddressList .addressList {
  margin: 0 -20px 0 0;
}

#savedAddressList .addressEntry {
  float: left;
  width: 387px;
  margin: 0 20px 20px 0;
  border-bottom: 1px dotted #A5A5A5;
  padding: 0 0 20px 0;
}

#savedAddressList .addressEntry.default {
  background: #f8f8f8;
}

#savedAddressList .addressEntry button {
  float: none;
}

#savedPaymentList .paymentList {
  margin: 0 -20px 0 0;
  max-height: 350px;
  overflow: auto;
}

#savedPaymentList .paymentEntry {
  float: left;
  width: 387px;
  margin: 0 20px 20px 0;
  border-bottom: 1px dotted #A5A5A5;
  padding: 0 0 20px 0;
}

#savedPaymentList .paymentEntry ul {
  float: left;
}

#savedPaymentList .paymentEntry form {
  clear: right;
}

#savedPaymentList .paymentEntry button {
  margin: 0 20px 20px 20px;
}

button.place-order {
  font-size: 140%;
  margin-top: 0;
}

/****************** Checkout Login Options Screen ************/
.checkoutOptions .titleBar {
  font-size: 16px;
  color: #A8AAA8;
  font-family:"Futura Round";
  font-weight: normal;
  padding: 20px 0 20px 20px;
  display: block;
  border-bottom: #dedbd9 solid 1px;
  border-top: #dedbd9 solid 1px;
  /* background: url(../images/xpay-icon.png) 20px center no-repeat #fff; */
}

.checkoutOptions .titleBar h3 {
  color: #A8AAA8;
  font-size: 18px;
  font-family:"Futura Round Demi";
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 36px;
  text-transform: uppercase;
 /*  padding-left: 45px; */
  min-width: 200px;
  margin-bottom: 0px;
}

.formContainer {
  margin: 20px;
}

.formContainer h1.headline {
  font-size: 24px;
  font-family:"Futura Round";
  color: #A8AAA8;
  display: block;
  padding-top: 4px;
  padding-bottom: 5px;
  font-style: oblique;
  font-weight: normal;
  background: #fff;
}
.checkoutOptions .formContainer h1.headline {
	font-family:"Futura Round Demi" !important;
	font-style: normal !important;
}

.formContainer .step1,
.formContainer .step2,
.formContainer .step3 {
  display: inline-block;
  vertical-align: top;
}

.formContainer .step1 {
  width: 290px;
}

.formContainer .step1 {
  display: inline-block;
  width: 250px;
  margin: 0px 70px 0px 80px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .formContainer .step1 {
    display: inline-block;
    width: 250px;
    margin: 0px 65px 0px 75px;
  }
}

.formContainer .step1 .span-9 {
  width: 100%;
  margin-right: 0px;
}

.formContainer .step2 .span-9 {
  width: 290px;
  margin-right: 0px;
}

.formContainer .step2 #newCustLogin {
  width: 295px;
}

.formContainer .step3 {
  width: 250px!important;
  margin: 0 0 0 14px;
  margin: 0 0 0 13px\9;
}

.formContainer .step3 .span-7 {
  width: 250px;
}

.formContainer .userLogin {
  background-color: #fff;
  box-shadow: 0px 0px 0px transparent;
  padding: 0 20px 20px 0px;
  margin-left: 0px;
}

.formContainer .userGuest {
  background-color: #fff;
  border: 0px solid transparent;
  padding: 0px;
}

.formContainer .step1 h1 {
  background: url(../images/xno2.png) left top no-repeat;
  min-height: 42px;
  padding-left: 40px!important;
  display: block;
  font-family:"Futura Round Demi";
  font-size: 14px!important;
  margin-bottom: 20px!important;
  color: #A8AAA8;
  font-weight: normal;
  padding-top: 0px!important;
  text-transform: uppercase;
}

.formContainer .step2 h1 {
  background: url(../images/xno1.png) left top no-repeat;
  min-height: 42px;
  padding-left: 40px!important;
  display: block;
  font-family:"Futura Round Demi";
  font-size: 14px!important;
  margin-bottom: 20px!important;
  color: #1C2F45;
  font-weight: normal;
  padding-top: 8px!important;
  text-transform: uppercase;
}

.formContainer .step3 .headline {
  background: url(../images/xno3.png) left top no-repeat;
  min-height: 42px;
  padding-left: 40px!important;
  display: block;
  font-family:"Futura Round Demi";
  font-size: 14px!important;
  margin-bottom: 20px!important;
  color: #1C2F45;
  font-weight: normal;
  padding-top: 4px!important;
  text-transform: uppercase;
  border-bottom: 0px solid transparent;
  font-weight: normal;
  line-height: 20px;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}

.formContainer .step1 form select, 
.formContainer .step1 form input[type='text'], 
.formContainer .step1 form input[type='email'], 
.formContainer .step1 form input[type='password'],
.formContainer .step2 form select, 
.formContainer .step2 form input[type='text'], 
.formContainer .step2 form input[type='email'], 
.formContainer .step2 form input[type='password'],
.formContainer .step3 form select, 
.formContainer .step3 form input[type='text'], 
.formContainer .step3 form input[type='email'], 
.formContainer .step3 form input[type='password'] {
  width: 250px;
  line-height: 30px;
  height: 30px;
  display: block;
  border: #dedbd9 solid 1px;
  border-top: #c2bcb8 solid 1px;
  background: #fff;
  padding: 0 10px;
  background: #F0F0F0;
  font-size: 14px;
  font-family:"Futura Round";
  color: #122439;
  font-style: normal!important;
}

@-moz-document url-prefix() {
 
  .formContainer .step1 button[type='submit'] {
    margin-top: 5px;
  }

  .formContainer .step2 input[type='button'] {
    margin-top: 46px!important;
  }
}

.formContainer .step1 form button[type='submit'],
.formContainer .step2 input[type='button'],
.formContainer .step3 form button[type='submit'] {
  width: 210px;
  margin-left: 20px;
}

.formContainer .step1 form button[type='submit'] {
  margin-top: 14px;
}

.formContainer .step2 input[type='button'] {
  clear: both;
  margin-top: 45px;
  margin-left: 40px;
}
.formContainer .step2 input[type='button']:hover {
    background: #EF3F6B  !important;
}

.formContainer .step3 form button[type='submit'] {
  margin-top: 64px;
}
@-moz-document url-prefix() {
    .formContainer .step3 form button[type='submit'] {
		  margin-top: 64px;
	}
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.formContainer .step3 form button[type='submit'] {
		margin-top: 63px;
		border:0px;
		border-bottom: #dd2c39 solid 2px;
		border-right: #dd2c39 solid 2px;
	}
	.formContainer .step1 form button[type='submit'] {
		margin-top: 13px;
	    border:0px;
	    border-bottom: #dd2c39 solid 2px;
		border-right: #dd2c39 solid 2px;
	}
	.formContainer .step2 input[type='button']{
		height: 33px;
	}
	
}
.formContainer .step1 .description,
.formContainer .step2 .description,
.formContainer .step3 .description {
  font-size: 14px;
  font-family:"Futura Round";
  color: #A8AAA8;
  padding: 0 0 10px 0 !important;
  display: block;
  line-height: 14px;
}

.formContainer .step2 .benefits li {
  width: 100%;
  padding-bottom: 5px;
  display: block;
  font-size: 14px;
 font-family:"Futura Round";
  color: #A8AAA8;
/*   font-style: oblique; */
  line-height: 18px;
  padding-bottom: 8px;
}

.formContainer .step1 .required,
.formContainer .step2 .required,
.formContainer .step3 .required {
  clear: both;
}

.formContainer .step1 label,
.formContainer .step2 label,
.formContainer .step3 label {
  font-size: 14px;
 font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 13px;
  padding: 0 0 7px 0;
  display: block;
} 
/****************** Checkout Login Options End Here ************/
#checkoutContentPanel .addressField_right #QASaddressField input[type='text'],
#contactDetailsPanel .deliveryDetail #addressList .addressField_right #QASaddressField2 input[type='text'] {
  background-color: #ffffff;
  border: 1px #dcdadb solid;
  border-top-color: #c1bcb9;
  height: 29px;
  padding: 0 10px 0 9px;
  width: 95%;
  font-family:"Futura Round";
  font-size: 14px;
  margin-bottom: 0px;
}

/* IE-11 Specific */
/* _:-ms-fullscreen, :root #checkoutContentPanel .addressField_right #QASaddressField input[type='text'],
#contactDetailsPanel .deliveryDetail #addressList .addressField_right #QASaddressField2 input[type='text'] {width:95%}
 */
/* Safari Specific */
/* #checkoutContentPanel .addressField_right #QASaddressField input[type='text']:not(*:root),
#contactDetailsPanel .deliveryDetail #addressList .addressField_right #QASaddressField2 input[type='text']:not(*:root) {width:95%;}
 */
#checkoutContentPanel .geotrust-payment img{
 /* height: 92%;
  float: right; */
  height: 51px;
}
#checkoutContentPanel .geotrust-payment{
	position: absolute;
    float: right;
    right: 0px;
    top: -12px;
}
#afterpay{
	overflow: auto;
    width: 86%;
    margin-top: 12px;
    float:left;
}
#paypal, #braintree {
  width: 35%;
  float: left;
}

#checkoutContentPanel_payment label.paySecure {
  font-size: 15px;
  display: inline-block;
}

.paymentTypes {
  margin-top: 10px;
}

.paymentTypes #paymentMethodPayPal, #paymentMethodAfterpay{
  margin-top: 6px;
}

.paymentTypes #paymentMethodBT {
	margin-top: 10px;
}

.paymentTypes #braintree, .paymentTypes #afterpay {
  padding: 8px;
  overflow: auto;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  margin-right: 5px;  
}
.paymentTypes #braintree{
	width: 45%;	
}


/*.paymentTypes #paypal #paypal-container {
  padding-bottom: 4px;
}*/


/************************** your shopping bag in single page checkout*********/
.addEditDeliveryAddress #cartItems {
  margin-bottom: 0px;
}

#checkoutOrderDetails {
  width: 48%;
  float: right;
}

.cartPotentialPromotion {
  width: 45%;
  float: left;
}

.paymentDetailsRightWrapper {
  float: left;
  width: 450px;
}

.paymentDetailsRightWrapper #checkoutOrderDetails, .paymentDetailsRightWrapper .cartPotentialPromotion {
  width: 100%;
  float: left;
}

#checkoutOrderDetails, .cartPotentialPromotion {
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, -1.8), 0 0px 15px 0 rgba(0, 0, 0, 0.19);
  margin: 15px 0px;
}

#checkoutOrderDetails #orderTotals {
  width: 430px;
  background: #f3f2f2;
  padding: 10px;
  margin: 0px;
  min-height: 0px;
  position: relative;
  z-index: 0;
}

#checkoutOrderDetails #orderTotals .realTotals p,
#checkoutOrderDetails .realTotals p {
  margin-bottom: 5px;
  padding-bottom: 5px;
  font-size: 13px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 11px;
  font-style: italic;
  margin-left: 10px;
}

.page-multiStepCheckoutSummaryPage #orderTotals td.realTotals  {
    font-size: 13px;
    font-family:"Futura Round";
    color: #A8AAA8;
    line-height: 11px;
    font-style: italic;
    height: auto;
    text-transform: none;
    text-align:left;
}

.promotionBox {
  padding: 5px 10px;
}

.promotionBox span {
  font-family:"Futura Round";
  font-size: 14px;
  color: #ED145B;
  line-height: 25px;
}

.promotionBox p {
  font-size: 16px;
  margin: 0 0 5px 0;
}

.termsAndConditions {
  float: right;
  text-align: right;
}

.termsAndConditions .termsText, .newsletterSignup {
  font-size: 14px;
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 18px;
  font-weight: normal;
  font-style: normal;
}

.termsHighlights {
  text-decoration:  none !important;
  font-weight: normal;
  font-style: normal;
  color:#A6C0CB;
}
.termsHighlights:hover {
  text-decoration:  none !important;
  font-weight: normal;
  font-style: normal;
  color:#A6C0CB;
}

#paypalForm, #afterPayForm {
  display: inline-block;
  width:409px;
}

#paypalForm h5 {
  font-family:"Futura Round";
  color: #A8AAA8;
  line-height: 20px;
  margin-top: 5px;
  font-weight: normal;
}

.item_container_holder .item_container .cart-promotions-applied {
  padding: 5px;
}

.promotionBox label {
  vertical-align: middle;
  background-color: #ED145B;
  border-radius: 6px;
  font-size: 4px;
  padding: 0px 2px;
  margin: 0px 8px 0px 13px;
}

.selecter {
  background-color: #ffffff;
  margin-top: 10px;
  padding: 10px;
  border: #dedbd9 solid 1px;
  width: 387px;
}

.selecter p {
  font-family:"Futura Round";
  margin: 0px 0px 10px;
}

#checkoutContentPanel .deliveryDetail #existingAddressContainer select {
 font-family:"Futura Round";
  font-size: 13px;
  font-style: normal;
  color: #A8AAA8;
  background-color: #fff;
  width: 100%;
}
.saveAddress {
  width: 330px;
  float: left;
}

.reenterButton {
  float: right;
}

.saveAddress .control-group {
  width: 100%!important;
}
.giftCardPopup .content button{
	margin-left: 138px;
}
.giftCardPopup .content{
	padding-top:10px;
	text-align:center;
}
.orderHead h1{
	color: #A8AAA8;
    font-size: 28px;
}
.orderHead .orderNum{
	margin: 20px 0;
}
.orderHead .orderNum .Number{
	font-size: 17px;
    font-family:"Futura Round";
    color: #A8AAA8!important;
    font-weight: normal;
    line-height: 20px;
}
#checkoutContentPanel .payWithCardSection{
	float:left;
}
#User .Authorise .LoggedIn ul li{
	padding-left:0px !important;
}
#User .Authorise .LoggedIn ul{
	top:0px !important;
}
label.addressInvoice, .addressInvoice span.newsletterSignup{
	font-size: 14px;
    font-family:"Futura Round";
    color: #A8AAA8;
    line-height: 18px;
    font-weight: normal;
    font-style: italic;
}
.confirmationText{
	font-size: 14px;
    color: #A8AAA8;
    font-family:"Futura Round";
}

.shoppingBag{
	margin: 30px 0px -20px 0px;
}
/* Checkout page overlay on clicking PLACE ORDER button */
.checkout-overlay {
	background: rgba(0, 0, 0, 0.7);
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	z-index: 20001;	
}
.checkout-overlay .loader {
	position: relative;
	top: 50%;
	margin: -70px auto 0;	
}
.checkout-overlay .loader img{
	width: 64px;
	height: 64px;
}
.checkout-overlay .loader h4{
	color: #FFFFFF;
	margin: 10px 0 0 0;
}

#ap-overlay{
    display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: rgba(189, 189, 189, 0.56);

}

#ap-popup{
	width:60%;float:left;margin:20%;

   
}

/*after pay */
.pl_afterPay b{
	font-size: 14px;
    font-weight: normal;
    color: #A8AAA8;
    margin: 10px 0px -10px 0px;
    display: block;
}
.pl_afterPay img{
	    top: -5px;
    position: relative;
    max-width: 100px;
    left:-1px;
}
.pl_afterPay a{
    text-decoration: none !important;
    font-size: 11px;
    color: #A8AAA8;
    /* margin-left: 6px; */
    position: relative;
    top: -1px;
}



.pl_after_pay_pdp
{
	width:48% !important;
	    position: relative;
    margin-top: 4px;
	float:right; 
}
.image_new_after_pay{
       height: 40px;
    position: relative;
    float: left;
    width: 65%;
    margin-top: 10px;

    
}
.pl_after_pay_pdp span:nth-of-type(2)
{
	    width: 35%;
    float: left;
    position: relative;
    margin-top: 18px;
    font-size: 16px;
    text-decoration: none !important;
    color:#A8AAA8 !important;
        text-align: right;
}

#paypal
{	
    background-color: #ffffff;
    border: 1px solid #cccccc;
    margin-right: 30px;
    padding: 12px;
    width: 34%;
}
#paypal-container img 
{
    width: 90px;
}
#afterpay #afterpay-container
{
	width: 100%;
    float: left;
}
#afterpay  #afterpay-container input
{
	width: 4%;
    float: left;
    margin: 13px 5px;
}

#afterpay  #afterpay-container img
{	
    float: left;    
}
#afterpay  #afterpay-container .make_pay
{
	font-size: 11px;
    width: 58%;
    float: left;
    line-height: 12px;
    margin: 7px 0px 0px 10px;
	
}
@media all and (-ms-high-contrast:none) 
{ 
	#infoText::-ms-backdrop{ color: red } /* IE11 */ 
}





.pl_after_pay_pdp span:nth-of-type(2) a
{
	color:#A8AAA8;
}

.pl_after_pay_pdp span:nth-of-type(3)  
{
width: 100%;
    color:#A8AAA8;
    font-size: 11px;
    margin-top:6px;
    clear:both;
}

.right #productChooserJspComponent
{
	    width: 100%;
    float: left;
    position: relative;
}

.image_new_after_pay img
{
	max-width:150px;
	height:100%;
	width:100%;
	
	
}
.pl_after_pay_pdp div b
{
	color:#000;
}
.pl_after_pay_pdp div
{
	font-size: 14px;
    font-weight: normal;
    color: #A8AAA8;
    top: 10px;
    position: relative;
}
.pl_after_pay_pdp div a{
	    float: right;
    color: #A8AAA8;
    text-decoration: none !important;;
    margin-right: 24px;
}
#afterpayForm{
	clear: both;
    padding-top: 6px;
    font-size: 17px;
    width: 90%;
}
#afterpayForm h5{
	 color: #A8AAA8;
	 margin-left: 10px;
}

 #afterpayGCError{
 	clear: both;
    padding-top: 6px;
    width: 90%;
 }

 #afterpayGCError h5{
 	font-weight: normal;
    color: #ED145B;
    margin-left: 15px;
    font-size: 14px;
    font-style: italic;
    font-family:"Futura Round";
    border: 0px solid;
 }
 #checkoutContentPanel .paymentDetail .termsAndConditions .form-actions .ui-btn .ui-btn-inner .ui-btn-text{
	font-family: "Futura Round Demi" !important;
}




