#header.container {
  max-width: 1600px;
}

#header.container h1 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  letter-spacing: .6px;
  padding: 10px;
  border-bottom: 2px solid #F3F3F3;
}

#checkoutPage h2 {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 17px;
}

#checkoutPage h3 {
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}

#checkoutPage h4 {
  font-size: 16px;
  line-height: 20px;
  margin: 10px 0;

}

#checkoutPage {
  color: #000;
  margin-top: 35px;
  margin-bottom: 35px;
  font-family: proxima-nova, sans-serif;
}

#checkoutPage a {
  color: #000;
}

#checkoutPage.container {
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
}

#checkoutPage.container h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  letter-spacing: .6px;
  padding: 0;
  margin: 12px 0 15px;
}

#checkoutPage .details h2 {
  margin: 0;
}

@media (max-width:991px) {
  #checkoutPage {
    margin-top: 15px;
  }
}

#checkoutPage input,
#checkoutPage select {
  border-radius: 0;
}

#checkoutPage input:focus,
#checkoutPage select:focus {
  /*
    box-shadow: 0 0 0 2px #72807B inset;
  */
  box-shadow: none;
  outline: none;
}

#checkoutPage .leftColumn {
  border: 1px solid #E6E7E8;
}

#checkoutPage.confirmation .leftColumn {
  padding: 30px 40px;
}

#checkoutPage .rightColumn {
  background-color: #F2F2F2;
  padding: 30px 40px;
  margin-left: -1px;
}

#checkoutPage .sticky {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}

#checkoutPage .rightColumn.mobileSummary {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 0;
  border: 1px solid #E6E7E8;
  margin-bottom: 30px;
}

#checkoutPage .rightColumn.mobileSummary.padBottom {
  padding-bottom: 30px;
}

#checkoutPage.signIn .leftColumn {
  border: 1px solid #E6E7E8;
  padding: 30px 40px;
}

#checkoutPage .rightHelp {
  margin-left: -1px;
  border: 1px solid #E6E7E8;
  padding: 30px 40px;
  margin-top: 15px;
  font-family: proxima-nova, sans-serif;
  font-size: 13px;
}

#checkoutPage .rightHelp .icon {
  height: auto;
  width: 30px;
}

@media (min-width:991px) and (max-width:1180px) {
  #checkoutPage .rightHelp {
    font-size: 11px;
    padding: 30px 15px;
  }
}

@media (max-width:991px) {

  #checkoutPage.signIn .leftColumn,
  #checkoutPage .rightColumn,
  #checkoutPage .rightHelp {
    padding: 30px 15px;
  }

  #checkoutPage .leftColumn {
    border: 0px;
  }

  #checkoutPage.confirmation .leftColumn {
    padding: 30px 15px;
    border: 1px solid #E6E7E8;
  }

  #checkoutPage .rightHelp {
    font-size: 15px;
  }
}

#checkoutPage .rightColumn .header {
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 28px;
  margin-top: 2px;
  letter-spacing: .6px;
  font-weight: bold;
}

#checkoutPage hr {
  border: 1px solid #E6E7E8;
  border-bottom: 0;
  margin: 30px 0;
}

#checkoutPage hr {
  border-color: #D1D1D1;
}

#checkoutPage .checkout-messageInfo {
  border: 0 solid #df0029;
  color: #f2632b;
  font-style: normal;
  margin: 5px auto;
}

#checkoutPage .msgAllCart {
  border: 0 solid #df0029;
  color: #FF0000;
  float: left;
  font-size: 12px;
  font-style: normal;
  margin: 5px auto;
  font-family: proxima-nova, sans-serif;
}

#checkoutPage .msgAllCart.promoMessage {
  font-size: .9rem;
}

#checkoutPage h1 {
  font-size: 46px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Barlow-Condensed-Medium';
}

#checkoutPage.forgotP h1 {
  font-size: 40px;
}

#checkoutPage .return {
  font-size: 16px;
  font-weight: bold;
  padding-top: 10px;
}

#checkoutPage.signIn .return,
#checkoutPage.forgotP .return {
  text-align: right;
  margin-bottom: 0;
}

@media (max-width:719px) {

  #checkoutPage.signIn .return,
  #checkoutPage.forgotP .return {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 25px;
  }

  #checkoutPage.forgotP .return {
    padding-top: 30px;
    margin-bottom: 0;
  }
}

#checkoutPage .customer {
  font-size: 20px;
  margin-top: 13px;
}

@media (min-width:720px) {
  #checkoutPage.signIn .toggle_container {
    display: block !important;
  }
}

#checkoutPage .input {
  width: 100%;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 13px;
  margin-top: 10px;
}

#checkoutPage.forgotP input,
#checkoutPage.signIn .leftColumn input {
  border-width: 1px;
  border-color: #D1D1D1;
}

#checkoutPage select {
  border: 2px solid #fff;
  font-weight: normal;
  background: url(images/arrow-checkout.png) no-repeat right #fff;
  width: 100%;
  color: #777777;
  padding: 15px 15px 15px 14px;
  font-size: 16px;
  line-height: 1;
  height: 54px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: ''; 
  cursor: pointer;
  text-align: left;
  text-transform: none;
  margin-top:10px;
}

@-moz-document url-prefix() {
  #checkoutPage select {
    padding-left: 10px;
  }
}

#checkoutPage select::-ms-expand {
  display: none;
}

#checkoutPage select option {
  color: #000;
}

#checkoutPage .btn {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  width: 100%;
  height: 44px;
  padding: 0;
  margin-top: 20px;
  border-radius: 5px;
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  letter-spacing: 1.2px;
}

#checkoutPage div.btn {
  padding-top: 4px;
}

@media (min-width:920px) {
  #checkoutPage .btn:hover {
    background-color: #6F6F71;
    border: 1px solid #6F6F71;
  }
}

#checkoutPage .btn:disabled {
  background-color: #000;
  opacity: .4;
}

#checkoutPage .checkout.promo .btn {
  height: 50px;
  margin-top: 1px;
}
#checkout:gcButtons .btn {
  margin-top:0;
  height:50px;
}
.helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#checkoutPage .checkout .remove {
  text-align: right;
  height: 100%;
  width: 100%;
  display: inline-block;
}

#checkoutPage .promoFields .subText {
  font-size: .75rem;
}

#checkoutPage .forgot {
  font-size: 12px;
  margin-top: 15px;
}

#checkoutPage .forgot a,
#checkoutPage .forgot span {
  width: 100%;
}

#checkoutPage .forgot .fEmail {
  cursor: pointer;
}

#checkoutPage .forgotEmail {
  text-align: center;
  font-size: 13px;
  margin-top: 15px;
}

#checkoutPage .forgotEmail a,
#checkoutPage .forgotEmail .phone {
  font-size: 20px;
  font-weight: bold;
  color: #92A39D;
}

#checkoutPage .birthday {
  font-size: 12px;
  font-style: normal;
  font-family: proxima-nova, sans-serif;
  margin-top: 10px;
}

#checkoutPage .chkBox label {
  display: inline;
  cursor: pointer;
}

#checkoutPage .chkBox .check {
  opacity: 0;
  position: absolute;
  width: 17px;
  height: 17px;
}

#checkoutPage .chkBox.prevAddresses .radioLabel {
  padding: 0 !important;
  line-height: 1;
}

#checkoutPage .chkBox.prevAddresses .radioLabel label {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  vertical-align: middle;
  margin: 1px 0 0;
  line-height: 14px;
  padding-left: 28px;
}

@media (min-width:720px) {
  #checkoutPage .chkBox.prevAddresses .radioLabel label {
    padding-left: 24px;
  }
}

#checkoutPage .chkBox .check+label {
     background-color: #fff;
    border: 1px solid #D1D1D1;
    padding: 7px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    pointer-events:none;
}

#checkoutPage .chkBox .check:checked+label:after {
  content: url("images/check-green.svg");
  position: absolute;
  top: -6px;
  left: 2px;
  width: 10px;
  color: #153d51;
}

#checkoutPage .chkBox.otherPay label.otherLab {
  padding-left: 8px;
  top: -6px;
  font-size: 1rem;

}

#checkoutPage .forgotSub {
  font-size: 18px;
  margin-bottom: 25px;
}

#checkoutPage .status {
  background-color: #000;
  color: #fff;
  padding: 27px 50px;
}

#checkoutPage .status.disabled {
  opacity: 0.35;
}

#checkoutPage .status .statHead {
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  font-size: 24px;
}

#checkoutPage .status .edit {
  font-size: 14px;
  text-decoration: underline;
  float: right;
  margin-top: 8px;
      background: transparent;
    border: none;
    color: #fff;
}

#checkoutPage .status .edit a {
  color: #fff;
}

#checkoutPage .inner {
  padding: 35px 50px;
}

#checkoutPage .note {
  font-size: 16px;
}

@media (max-width:991px) {
  #checkoutPage .inner {
    padding: 27px 15px;
  }

  #checkoutPage .status {
    padding: 27px 25px;
  }
}

@media (max-width:719px) {
  #checkoutPage .inner {
    padding: 15px 15px;
  }

  #checkoutPage .status {
    font-size: 20px;
    padding: 15px 15px;
  }
}

#checkoutPage td {
  display: block;
  position: relative;
  float: left;
}

#checkoutPage input[type="radio"] {
  position: absolute;
  opacity: 0 !important;
}

#checkoutPage .radio {
  display: inline-block;
  border: 2px solid #D1D1D1;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  line-height: 0;
  top: 10px;
}

#checkoutPage .shipMethod .radio {
  position: absolute;
  top: 13px;
}

#checkoutPage .shipMethod {
  padding-bottom: 20px;
}

#checkoutPage .shipMethod .price {
  text-align: right;
  font-weight: bold;
  padding-top: 6px;
  font-size: 18px;
}

#checkoutPage .shipLabel {
  font-size: 12px;
  padding-left: 35px;
}

#checkoutPage label {
  display: block;
  font-size: 18px;
  position: relative;
  padding-left: 35px;
  margin: 6px auto 3px;
  z-index: 9;
  cursor: pointer;
}

#checkoutPage .shipMethod label {
  font-weight: bold;
  display: none;
}

@media (max-width:719px) {
  .shipLearn {
    padding-left: 35px;
    font-size: 13px;
    text-transform: uppercase;
    top: -10px;
    position: relative;
  }

  .supersize {
    font-size: 150%;
  }

  #checkoutPage .shipMethod .radio {
    top: 4px;
  }

  #checkoutPage .shipLabel {
    margin-top: -10px;
    margin-bottom: 10px;
  }

  #checkoutPage .shipMethod label {
    margin: 0;
  }
}

#checkoutPage .shipMethod label .secondary {
  font-weight: normal;
  font-size: 12px;
}

#checkoutPage .loyalty label {
  display: inline-block;
  margin: 0 5px 0 0;
}

#checkoutPage label.sr-only {
  margin: 0;
}

#checkoutPage .radio:before {
  display: inline-block;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  left: 1px;
  top: 1px;
  margin: auto;
  position: relative;
}

#checkoutPage input[type=radio]:checked~.radio:before {
  background: #000;
}

.rdoBtns label {
  font-weight: bold;
}

.rdoBtns-dis {
  opacity: .5;
}

#checkoutPage .giftCards input.apply {
  right: 0px;
  top: 0px;
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  color: #92A39D;
  background-color: #fff;
  border: 0px #fff solid;
  width: 100%;
  height: 100%;
}

@-moz-document url-prefix() {
  #checkoutPage .giftCards input.apply {
    top: 11px;
  }
}

@media (min-width:920px) {
  #checkoutPage .giftCards input.apply:hover {
    color: #72807B;
  }
}

#checkoutPage .ccImage {
  position: absolute;
  top: 17px;
  right: 20px;
  max-height: 35px;
}

#checkoutPage .paypal {
  text-align: center;
  margin-top: 25px;
}

#checkoutPage .paypal img {
  float: none !important;
  max-width: 300px;
}

@media (min-width:920px) {
  #checkoutPage .paypal img:hover {
    opacity: .7;
  }
}

#checkoutPage.payment hr.border {
  border: 2px solid #000;
  border-right: none;
  border-left: none;
}

#checkoutPage .details h4 {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
}

#checkoutPage .details .price {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  margin-top: 50px;
}

.loyaltyLink {
  text-decoration: underline;
  color: #000;
}

.loyaltyLink:hover {
  color: #72807B;
}

.loyalty-selected {
  background: no-repeat center url(resources/images/rewardsDollar-gray.png);
  background-size: 87px 45px;
  width: 87px;
  height: 45px;
  margin-right: 5px;
  cursor: pointer;
}

.loyalty-unselected {
  background: no-repeat center url(resources/images/rewardsDollar-green.png);
  background-size: 87px 45px;
  width: 87px;
  height: 45px;
  margin-right: 5px;
  cursor: pointer;
}

.loyalty-check {
  display: none;
}

@media (max-width:719px) {
  #checkoutPage .details .product {
    font-size: 12px;
  }

  #checkoutPage .details .price {
    font-size: 15px;
    margin-top: 40px;
  }
}

@media (min-width:920px) {
  #checkoutPage.payment .toggle_container2 {
    display: block !important;
  }
}

#checkoutPage .address {
  margin-top: 3px;
  margin-bottom: 17px;
  font-size: 18px;
}

#checkoutPage.confirmation .address {
  font-size: 16px;
  line-height: 20px;
}

#checkoutPage .address .header {
  text-transform: uppercase;
}

#checkoutPage .address .edit {
  text-transform: uppercase;
  text-align: right;
}

#checkoutPage .address.ship {
  margin-bottom: 2px;
}

#checkoutPage .cost .price {
  text-align: right;
}

#checkoutPage .total {
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#checkoutPage .total .price {
  text-align: right;
}

#checkoutPage .total .apTotal {
  font-size: 25px;
}

#checkoutPage .total .apTotal .full {
  font-weight: normal;
  text-transform: none;
}

#checkoutPage .total .apTotal .additional {
  font-size: 15px;
  letter-spacing: .75px;
}

#checkoutPage .total .apTotal .additional img {
  max-width: 100px;
}

@media (max-width:719px) {
  #checkoutPage .address {
    font-size: 15px;
  }

  #checkoutPage .cost {
    font-size: 15px;
  }

  #checkoutPage .total {
    font-size: 25px;
  }
}

#checkoutPage .msg {
  border: 0 solid #df0029;
  color: #FF0000;
  float: left;
  font-size: 12px;
  font-style: normal;
  margin: 20px auto 0;
  font-family: proxima-nova, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}

#checkoutPage.payment .msg {
  margin: 0 auto;
}

#checkoutPage .infoMessage {
  border: 0 solid #f2632b;
  color: #f2632b;
  float: right;
  font-style: normal;
  margin: 5px auto;
}

.grecaptcha-badge {
  z-index: 999999;
}

#addressBookWidgetDiv,
#walletWidgetDiv {
  width: 100%;
  height: 300px;
}

#checkoutPage .help {
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 15px;
  margin-bottom: 17px;
  margin-top: 50px;
}

#checkoutPage .help hr {
  margin: 25px 0;
}

#checkoutPage .help .title {
  font-size: 27px;
}

#checkoutPage .help a,
#checkoutPage .help .phone {
  color: #92A39D;
}

@media (min-width:920px) {
  #checkoutPage .help a:hover {
    color: #72807B;
  }
}

#checkoutPage .inner h4 {
  font-size: 16px;
}

#checkoutPage .prevAddresses {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: left;
}

#checkoutPage .prevAddresses.newAddress {
  justify-content: center;
}

#checkoutPage .prevAddresses .addressLink {
  display: flex;
  width: 100%;
  border: 1px solid #E6E7E8;
  padding: 15px;
      font-size:18px;
      height: fit-content;
}


#checkoutPage .prevAddresses .offset {
  display: flex;
  width: 0%;
}

@media (min-width:992px) {
  #checkoutPage .prevAddresses .addressLink {
    width: 47%;
    border: 1px solid #E6E7E8;
    height: fit-content;

  }

  #checkoutPage .prevAddresses .offset {
    width: 6%;
  }
}

#checkoutPage .prevAddresses.newAddress .addressLink {
  display: flex;
  width: 100%;
  border: 1px solid #E6E7E8;
  padding: 9px 15px;
  height: fit-content;
}

#checkoutPage .chkBox.prevAddresses.newAddress .addressLink {
  padding: 20px 15px 15px;
  margin-top: 20px;
}

#checkoutPage .prevAddresses .radio {
  display: inline-block;
  border: 2px solid #D1D1D1;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  line-height: 0;
}

#checkoutPage .prevAddresses .radioLabel,
#checkoutPage .prevAddresses .deleteAddress {
  display: inline-block;
  font-size: 14px;
  position: relative;
  z-index: 9;
  cursor: pointer;
  vertical-align: middle;
}

#checkoutPage .prevAddresses .deleteAddress {
  flex: none;
  text-decoration: underline;
  text-transform: capitalize;
}

#checkoutPage .prevAddresses .radioLabel .name {
  font-weight: bold;
  color: #000;
}

#checkoutPage .prevAddresses.newAddress .radioLabel {
  padding: 10px 0 7px 25px;
}

@media (min-width:720px) {
  #checkoutPage .prevAddresses.newAddress .radioLabel {
    padding: 10px 0 7px 22px;
  }
}

#checkoutPage .prevAddresses .radioLabel div {
  display: block;
}

@media (max-width:720px) {
  #checkoutPage .prevAddresses .deleteAddress {
    padding-top: 5px;
    padding-bottom: 10px;
  }
}

#checkoutPage .prevAddresses .radio:before {
  display: inline-block;
  content: '';
  border-radius: 100%;
  height: 9px;
  width: 9px;
  left: 1px;
  top: 1px;
  margin: auto;
  position: relative;
}

#checkoutPage .prevAddresses .radio.selected:before {
  background: #92a39d;
}

#checkoutPage .inner .newForm {
  background-color: #F2F2F2;
  padding-bottom: 10px;
}

#checkoutPage .prevAddresses .newForm {
  font-family: Arial, Helvetica, sans-serif;
  left: 2px;
  position: relative;
  font-weight: bold;
}

#checkoutPage .prevAddresses a {
  color: #979598;
  line-height:1;
}

#checkoutPage .expiration {
  font-size:12px;
}

#checkoutPage .expired {
  color: #A30000;
}

#checkoutPage .cc-img {
  height:35px;
}


#checkoutPage .prevAddresses a:hover {
  text-decoration: none;
}

#checkoutPage .promo .input {
  width: 100%;
  font-size: 16px;
  padding: 15px;
  height: 50px;
  margin-top: 0;
  text-transform: uppercase;
}

#checkoutPage .giftCards .input {
  margin-top: 0;
}

#checkoutPage .promo .apply {
  right: 25px;
  top: 22px;
  font-size: 18px;
  text-transform: uppercase;
  position: absolute;
  color: #92A39D;
  background-color: transparent;
  border: 0px #fff solid;
}

#checkoutPage .giftCards .apply {
  top: 31px;
}

#checkoutPage .promo .apply.checkmark {
  font-size: 0;
}

@media (min-width:920px) {
  #checkoutPage .promo .apply:hover {
    color: #72807B;
  }
}

#checkoutPage .discount {
  color: #92a39d;
}

#checkoutPage .payOptions {
  border: 1px solid #E6E7E8;
  width: 100%;
  padding: 15px;
  font-size: 18px;
  line-height: 1;
  color: #000;
  display: block;
  text-decoration: none !important;
}

#checkoutPage .otherPayOptions {
  padding: 0 10px;
}

#checkoutPage .otherPayOptions .payOptions {
  margin: 16px 5px 0;
}

#checkoutPage .otherPayOptions .payOptions:hover {
  text-decoration: none;
}



@media (min-width:720px) {
  #checkoutPage .payOptions:hover {
    /*
        box-shadow: 0 0 0 2px #898989 inset;
    */
    box-shadow: none;
    outline: none;
    text-decoration: none;
  }
}

#checkoutPage .payOptions.checked:hover {
  box-shadow: none;
}

#checkoutPage .payInfo {
  padding: 15px;
  width: 100%;
  border: 1px solid #E6E7E8;
  border-top: 0;
  background-color: #F2F2F2;
}

#checkoutPage .promo.payInfo {
  padding-top: 20px;
}

#checkoutPage .promo.payInfo .inputLabel {
}

#checkoutPage .promo.payInfo .inputLabel.focus,
#checkoutPage .promo.payInfo .inputLabel.active {
  margin-top: 0px;
}

@media (min-width:768px) and (max-width:991px) {
  #checkoutPage .payInfo .pl-md-15 {
    padding-left: 15px !important;
  }
}

#checkoutPage .apInfo .header {
  margin-bottom: 15px;
}

#checkoutPage .apInfo .table {
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

#checkoutPage .apInfo .table img {
  float: none;
  width: 81px;
  height: 81px;
}

#checkoutPage .apInfo .table.labels .col-3,
#checkoutPage .apInfo .table.images .col-3 {
  padding: 0;
}

#checkoutPage .apInfo .info {
  margin-top: 25px;
}

#checkoutPage .apInfo .info div {
  margin-bottom: 20px;
}

#checkoutPage .payInfo a,
#checkoutPage .payInfo .terms {
  color: #92a39d;
}

.apLaunch {
  cursor: pointer;
}

#checkoutPage .payOptions .radio {
  position: relative;
  top: -3px;
}

#checkoutPage .payOptions.checked .radio:before {
  background: #92A39D;
}

#checkoutPage .payOptions .label {
  padding-left: 5px;
}

#checkoutPage .payOptions .check {
  background-color: #fff;
  border: 2px solid #D1D1D1;
  padding: 6px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: 1px;
}

#checkoutPage .payOptions.checked .check:after {
  content: url("images/check-green.svg");
  height: 10px;
  width: 10px;
  position: absolute;
  top: -3px;
  left: 1px;
}

#checkoutPage .payOptions .checkLabel {
  padding-left: 5px;
  position: relative;

}

#checkoutPage #walletWidgetDiv {
  margin-top: 20px;
}

/*CAN-SPAM Message*/
.can-spam-message {
  font-size: .75rem;
}

.can-spam-message a {
  color: #92A39D !important;
}

.shipMethod input[type="radio"] {
  top: 5px;
  width: 25px;
  height: 25px;
}

#checkoutPage .pnlPayment2 a:focus {
  /*
    box-shadow: 0 0 0 2px #72807B inset !important;
  */
  box-shadow: none;
  outline: none !important;
}

#checkoutPage .progressBar a:focus,
#checkoutPage .addressLink a:focus,
#checkoutPage .newAddress a:focus {
  outline: none !important;
  box-shadow: none !important;
}

.pac-container:after {
  /* Disclaimer: not needed to show 'powered by Google' if also a Google Map is shown */
  background-image: none !important;
  height: 0px;
}

#checkoutPage .chkBoxVoid {
  margin-top: 25px;
}

#checkoutPage .voidShip .check {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  padding: 7px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  top: -2px;
}

#checkoutPage .voidShip.checked .check:after {
  content: url("images/check-green.svg");
  width: 10px;
  position: absolute;
  top: -4px;
  left: 2px;
}

#checkoutPage .voidShip .checkLabel {
  padding-left: 5px;
  top: -6px;
  position: relative;
}

#checkoutPage .voidShip:hover {
  text-decoration: none;
}

#checkoutPage .shipReason {
  padding-bottom: 25px;
}

#checkout .cart-product {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
  font-family: 'Gotham-Light';
}

#checkout .cart-product .details {
  text-transform: none;
  padding: 10px 0;
}

#checkout .cart-product .name {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Barlow-Condensed-Medium';
  padding-bottom: 5px;
  text-transform: uppercase;
}

#checkout .cart-product .name-long {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: none;
}

#checkout .product select {
  border: 1px solid #E4E8EB;
  font-weight: normal;
  background: url(resources/images/arrow-checkout2.png) no-repeat right #fff;
  width: 40px;
  line-height: 1;
  height: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: '';
  cursor: pointer;
  margin: 0 0 0 5px;
  font-size: 14px;
  text-align: left;
  text-transform: none;
}

#checkout .product select::-ms-expand {
  display: none;
}

#checkout .product .price {
  font-size: 18px;
  line-height: 18px;
  text-align: right;
  font-family: 'Barlow-Condensed-Medium';
}

@media (max-width:575px) {
  #checkout .product .details {
    font-size: 13px;
  }
}

#checkout .product .remove {
  font-size: 12px;
  padding-top: 15px;
  text-transform: capitalize;
  text-decoration: underline;
}

#checkout .product .remove img {
  margin-bottom: 5px;
}

#checkout .moreLess {
  text-align: center;
  margin-bottom: 15px;
}

#checkout .moreLess div {
  cursor: pointer;
}

#checkout .moreLess .hide {
  display: none;
  transition: display 4s;
}

#checkout .moreLess hr {
  margin: 10px 0;
}

#checkout .moreLess img {
  margin-left: 5px;
  width: 10px;
}

#checkout .moreLess #showLess img,
#checkout .moreLess #showLessM img {
  transform: rotate(180deg);
}

#checkout .moreLess #showMore,
#checkout .moreLess #showMoreM {
  margin-top: -20px;
}

#checkout .moreLess .spacer {
  margin-top: 10px;
}

#checkout .promoQualified {
  color: #92a39d;
  font-size: 12px;
  font-weight: normal;
  line-height: 14px;
}

#checkout #cost .price {
  text-align: right;
  font-weight: bold;
}

#checkout #cost .row {
  margin-top: 12px;
}

#checkout .enteredAddress {
  line-height: 18px;
}

.button.payLogo {
  height: 23px;
}

#checkout .continue {
  font-size: 18px;
  text-align: center;
  font-family: 'Barlow-Condensed-Medium', sans-serif;
}

.ccSubmit .btn {
  margin-bottom: 30px;
}

/*  APPLE PAY  */
.apple-pay-button {
  --apple-pay-button-width: 140px;
  --apple-pay-button-height: 30px;
  --apple-pay-button-border-radius: 5px;
  --apple-pay-button-padding: 5px 0px;
}

.hidden {
  display: none;
}

.mobileSplit {
  display: flex;
  width: 100%;
}

.review {
  font-size: 12px;
}

.review a {
  font-weight: bold;
}

#checkout .shipReturn {
  font-family: 'Barlow-Condensed-Medium', sans-serif;
  font-size: 18px;
}

/* PROMO GWP POPUP */
#gwp-popup.modal {
  position: absolute !important;
  overflow: visible !important;
}

#gwp-popup {
  border-radius: 0;
}

#gwp-popup .modal-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

#gwp-popup .modal-content {
  letter-spacing: 2px;
  color: #535353;
  top: 14%;
  border: none;
}

#gwp-popup .name {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: -29px;
}

#gwp-popup .longName,
#gwp-popup .price {
  text-transform: uppercase;
  color: #999;
}

#gwp-popup .long__description,
#gwp-popup .quickviewclose-btn {
  letter-spacing: 1px;
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
}

#gwp-popup .modal-content .modal-footer .addToCart-btn.reject {
  color: #000000;
  background: #ffffff;
  margin-top: 20px;
}

#cartPop .pop-image {
  text-align: center;
}

#cartPop .pop-image img {
  width: 50%;
}

@media (max-width: 767px) {
  .popUp {
    top: 20% !important;
  }
}

#gwp-popup .modal-content .modal-header {
  background-color: #92a39d;
  color: #fff;
  font-family: 'Barlow-Condensed-Medium';
  font-size: 1.5rem;
  line-height: 22px;
  justify-content: center;
  text-transform: uppercase;
}

#gwp-popup .modal-content .modal-footer {
  background-color: #92a39d;
  color: #fff;
  font-size: 1.25rem;
  justify-content: center;
  text-transform: uppercase;
  opacity: 1;
  transition: .2s opacity;
  padding: 0;
  letter-spacing: 2px;
}

#gwp-popup .modal-content .modal-footer .addToCart-btn {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

#gwp-popup .modal-content .modal-footer .addToCart-btn:hover {
  cursor: pointer;
  opacity: .8;
}

#gwp-popup .label {
  text-transform: uppercase;
}

#gwp-popup .drop .dropDown select {
  height: 30px;
  width: 100%;
  font-size: .75rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 0px 0px 25px !important;
  background: #fff !important;
}

.threshold-highlight {
  color: black;
}

#gwp-popup .grey {
  background-color: #ebebeb !important;
  color: #535353 !important;
}

#mask {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#gwp-popup.modal {
  position: absolute !important;
  overflow: visible !important;
}

#gwp-popup {
  border-radius: 0;
}

#gwp-popup .modal-body {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 0;
  padding-bottom: 0;
}

#gwp-popup .modal-content {
  letter-spacing: 2px;
  color: #535353;
}

#gwp-popup .name {
  text-transform: uppercase;
  font-size: 1.25rem;
  margin-top: -29px;
}

#gwp-popup .longName,
#gwp-popup .price {
  text-transform: uppercase;
  color: #999;
}

#gwp-popup .long__description,
#gwp-popup .quickviewclose-btn {
  letter-spacing: 1px;
  font-size: 15px;
  font-family: proxima-nova, sans-serif;
}

@media (max-width: 767px) {
  .popUp {
    top: 20% !important;
  }
}

#gwp-popup .modal-content .modal-header {
  background-color: #92a39d;
  color: #fff;
  font-family: 'Barlow-Condensed-Medium';
  font-size: 1.5rem;
  line-height: 22px;
  justify-content: center;
  text-transform: uppercase;
}

#gwp-popup .modal-content .modal-footer {
  background-color: #92a39d;
  color: #fff;
  font-size: 1.25rem;
  justify-content: center;
  text-transform: uppercase;
  opacity: 1;
  transition: .2s opacity;
  padding: 0;
  letter-spacing: 2px;
}

#gwp-popup .modal-content .modal-footer .addToCart-btn {
  width: 100%;
  background: transparent;
  color: #fff;
  border: none;
  padding: 1rem;
  text-transform: uppercase;
  font-size: 1.25rem;
  letter-spacing: 2px;
}

#gwp-popup .modal-content .modal-footer .addToCart-btn:hover {
  cursor: pointer;
  opacity: .8;
}

#gwp-popup .label {
  text-transform: uppercase;
}

#gwp-popup .drop .dropDown select {
  height: 30px;
  width: 100%;
  font-size: .75rem;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0px 0px 0px 25px !important;
  background: #fff !important;
}

.threshold-highlight {
  color: black;
}

#gwp-popup .grey {
  background-color: #ebebeb !important;
  color: #535353 !important;
}

#mask {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.4;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

.cart-product .name-long {
  font-weight: 400 !important;
}

#checkout .newSub {
  font-size: 11px;
  font-weight: bold;
}

#checkout .btn.fake {
  display: inline-block;
  width: 100%;
  cursor: pointer;
}

#main .inputLabel,
#checkout .inputLabel {
  position: absolute;
  font-size: 16px;
  color: #979696;
  margin-top: 25px;
  margin-left: 10px;
  padding: 0 5px;
  transition: all .2s ease;
  z-index: 10;
}

#main .inputLabel.promo,
#checkout .inputLabel.promo,
.promo label.inputLabel.autoLabel  {
  text-transform: uppercase;
  margin-top: 13px !important;
}

#main .inputLabel.promo.focus,
#main .inputLabel.promo.active,
#checkout .inputLabel.promo.focus,
#checkout .inputLabel.promo.active {
  margin-top: 2px;
}

#main .inputLabel.focus,
#main .inputLabel.active,
#checkout .inputLabel.focus,
#checkout .inputLabel.active {
  margin-top: 12px;
  margin-left: 2px;
  font-size: 11px;
  background-color: transparent;
  transition: all .2s ease;
}

#main .inputLabel.focus,
#checkout .inputLabel.focus {
  color: #92a39d;
  margin-top:12px !important;
}
#checkout .promo .inputLabel.focus,
#checkout .giftCards .inputLabel.focus,
#checkout .promo .inputLabel.active,
#checkout .giftCards .inputLabel.active {
  margin-top:0px !important;
}
.sustain {
  padding-top: 30px;
}
 
.sustain a {
  text-decoration: underline;
}

.sustain img {
  max-height: 77px;
}

img.apInfo {
  height: 14px;
}

/*  PER CAROLYN  */
.focusable :focus {
  box-shadow: none !important;
  outline: none !important;
}

.loyaltyCartMsg {
  margin-bottom: 20px;
  font-size: 10px;
  font-weight: normal;
}

.smsConsent .chkBox .check {
  opacity: 0;
  position: absolute;
  width: 17px;
  height: 17px;
}

.smsConsent .chkBox .check+label {
  background-color: #fff;
  border: 1px solid #D1D1D1;
  padding: 7px;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.smsConsent label {
  margin: 7px auto 3px;
  cursor: pointer;
}

.smsConsent .chkBox label.radioLabel {
  position: absolute !important;
  margin-top: 3px !important;
  padding-left: 10px !important;
  font-size: 16px !important;
}

.smsConsent .chkBox .check:checked+label:after {
  content: url("images/check-green.svg");
  position: absolute;
  top: -4px;
  left: 1px;
  width: 12px;
  color: #153d51;
}

#checkoutPage #ppMore {
  display: none;
}

#checkoutPage #ppMore {
  text-align: center;
  font-size: .75rem;
  color: #be1e2d;
  line-height: 1.1;
  padding-top: 15px;
}

/*Leaving Cart Popover*/
#wrapper-header {
  background-color: #fff !important;
}

nav {
  background-color: #000 !important;
}

.alert-title {
  font-weight: bold;
  font-size: 1rem;
}

.checkout-alert .btn-index {
  color: #fff;
  font-family: 'Barlow-Condensed-Medium';
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  border-radius: 5px;
  margin-top: 20px;
}

.checkout-alert .btn-index.leave {
  background-color: black;
}

.checkout-alert .btn-index.stay {
  background-color: #969696;
}

.checkout-alert .btn-index:hover {
  color: #fff;
}

.popover-body {
  padding: 2rem;
}

.popover {
  transition: opacity 0.5s ease-in-out;
  z-index:99999999;
}

.overlay-leaving-cart {
  display:none;
  opacity: 0;
  transition: all 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  background-color: black;
  position: absolute;
  z-index: 9;
}

.overlay-leaving-cart.show {
  display:block;
  opacity: .25;
}

@media (min-width:768px) {


  .popover {
    min-width: 450px;
    text-align: center;
    left: 20px !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
  }

  .popover .arrow {
    left: 65px !important;
  }

  .checkout-alert .btn-index {
    font-size: 1rem;
    padding: 12px 20px;
  }

}

@media (max-width:768px) {
  .popover {
    min-width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: 0;
    top:100% !important;
    transform: none !important;
    box-shadow: 0 0 15px rgba(0, 0, 0, .25);
    margin-top: 0px !important;
    transition: all 0.5s ease-in-out !important;
  }

  .popover .arrow {
    display: none;
  }

  .checkout-alert .btn-index {
    font-size: 1rem;
    padding: 12px 20px;
  }

}

/*Saved Card CSS OO*/
#checkout:ccInfo .payOptions {
  background:#fff;
  padding:5px 10px !important;
}

#checkoutPage .deleteAddress.primary {
  text-decoration:none !important;
  font-size:1rem;
}

#checkoutPage .deleteAddress.primary.delete,
#checkoutPage .deleteAddress.link.confirm {
  color: #A30000;
}

#checkoutPage .deleteAddress.primary.update,
#checkoutPage .deleteAddress.link.cancel {
  color:#000;
}

#checkoutPage .deleteAddress.link {
  color: #A30000;
  text-decoration:underline;
  font-size: 1rem;
  padding:0;
}

#checkoutPage a.cancel {
font-size:1rem;
color:#000;
text-decoration:underline;
}

#checkoutPage .checkLabel label {
  font-size:16px;
  padding-left:10px;
}

#checkoutPage .sr-only.chk {
  pointer-events: none; 
}

