/* placeholder CSS to override base locale.css file */

/* PDP sale and promo color */
.sf-u-color-sale,
.color-refine-promo.sf-u-color-sale * { 
	color: var(--color-red-60)!important;
	font-style: normal!important;
}

/* Registration Form */
li.email .registration-additional-message {
	font-size: 11px;
	float: left;
	letter-spacing: -1px;
	margin-top: 7px;
}
.birth div.selector {
	width: 75px;
	margin-right: 13px;
}
.birth div.selector span {
	width: 55px;
}
.birth div.selector select {
	width: 75px;
	min-width: 75px;
}
.birth div.selector, .birth div.selector span {
	background-image: url(../images/sortSelectBg75.png);
}
.news label:first-child {
	font-weight: normal;
	font-size: 12px;
	padding-bottom: 10px;
}
.news label em, .gender label em {
	font-weight: bold;
	font-size: 12px;
}
/* Billing address */
/* TODO: remove .zip rulesets below after JP complexzip removal from editaddressfields.isml */
.zip, .zip label {
	width: 270px;
}
.zip label.error {
	width: auto;
	clear: both;
}
.zip input {
	width: 50px;
}
.zip input.zippart1 {
	margin-right: 10px;
}
.zip .address-populator {
	float: right;
}
.zip button {
	background-repeat: no-repeat;
    float: left;
    height: 26px;
    overflow: hidden;
    width: auto;
}
.zip .copy {
	background: var(--color-brand-70);
    color: var(--color-base-0);
    float: left;
    font-size: 14px;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    text-align: right;
    padding-left: 13px;
}
.state {
	width: 161px;
}
.phone input {
	width: 60px;
}
.phone p {
	clear: none;
	padding: 3px 5px 0px;
}

/* Payment Method */
.pmtOptions {
	width: 600px;
	overflow: hidden;
}
.pmtOptions li {
	width: 270px;
	padding: 10px 15px 10px 10px;
	float: left;
}
.pmtOptions strong {
	font-weight: bold;
	font-size: 12px;
	float: left;
	margin-bottom: 12px;
}

/* Edit Address */
/* Order Review */
.shipping-mthd span {
	float: left;
	clear: both;
}
#CODCharge {
	padding: 5px 0px;
}
#CODCharge .item strong {
	margin-bottom: 10px;
	float: left;
}
#CODCharge .item p {
	float: left;
	clear: both;
	width: auto;
}
#CODCharge .cost {
	padding-top: 26px;
}

/* Order Confirmation */
.checkoutForm .review h6.checkout {
	font-weight: bold;
	font-size: 16px;
}
.thanks {
	clear: both;
}

.thanks h3 {
	font-weight: bold;
	font-size: 14px;
	color: var(--color-base-100);
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.thanks .print-page {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

/* Email Subscription Form */
.custServiceTemplate #newsletterSignUp li.lName {
	margin-right: 5px;
}
.custServiceTemplate #newsletterSignUp li.birth {
	margin-bottom: 16px;
}
div.emailSvc .birth div.selector {
	width: auto;
}

/* Contact Us */
.custServiceTemplate div.emailSvc>div.state {
	margin: 0px !important;
}

.track .check {
	margin: 0;
	text-align: right;
	float: none;
	width: 234px;
}

.track .check button {
	font-size: 0;
}

h3 a.taxesextendedinfolink,
h3 a.taxesextendedinfolink:hover,
h3 a.taxesextendedinfolink:focus {
	text-decoration: underline;
}

.wishlistDelete {
	clear: both;
	overflow: hidden;
	position: relative;
}

.wishlistDeleteList {
	list-style: none;
	padding: 0;
	margin: 0 0 0 -7px;
	font-size: 0;
}

.wishlistDeleteList li {
	display: inline-block;
	vertical-align: top;
	padding: 0 6px;
	margin: 0 0 6px;
	border-left: 1px solid var(--color-primary-60);
	font-size: 12px;
	line-height: 12px;
	white-space: nowrap;
}
/* TODO: remove this ruleset with JP complexzip removal from editaddressfields.isml */
.zip input.error, .zippart1.error, .zippart2.error {
	border: 1px solid var(--color-red-60);
	background:var(--color-yellow-20);
}

/* optimized checkout */
.checkout .scrollbox {
	width: 100%;
	height: 150px;
	overflow: scroll;
}

.cx-control-group-right .ok-button {
	line-height: 1.23;
}