/*!****************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./cartridges/org_gamestop/cartridge/client/default/scss/cart.scss ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@-webkit-keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@-webkit-keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
/* Typography Mixins/Placeholders */
.store-locator-detail .store-finder-link {
  font-weight: 700 !important;
}

/* 20/16 */
.info-icon {
  position: relative;
  cursor: pointer;
  display: inline-block;
  pointer-events: initial;
}
.info-icon .icon {
  border-radius: 2.125rem;
  background-color: #292b33;
  width: 1.125rem;
  height: 1.125rem;
  line-height: 1.188rem;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: lowercase;
}
.info-icon:hover .tooltip, .info-icon:focus .tooltip {
  display: block;
}
.info-icon .tooltip {
  display: none;
  position: absolute;
  bottom: 100%;
  padding: 0.312rem;
  border-radius: 0.25rem;
  background-color: #292b33;
  color: #fff;
  font-size: 0.928rem;
  min-width: 20rem;
  max-width: 15rem;
  -webkit-transform: translate(-50%, -0.625em);
          transform: translate(-50%, -0.625em);
  left: 50%;
  margin-left: 4px;
  -webkit-animation: fade-in 0.5s linear forwards;
          animation: fade-in 0.5s linear forwards;
}
@media (max-width: 1023.98px) {
  .info-icon .tooltip {
    margin-left: 55px;
    padding: 10px 0 10px 10px !important;
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.info-icon .tooltip::before {
  content: " ";
  position: absolute;
  display: block;
  height: 1.25em; /* 20/16 */
  left: 0;
  bottom: -1.25em;
  width: 100%;
}
.info-icon .tooltip::after {
  border-left: solid transparent 0.625em; /* 10/16 */
  border-right: solid transparent 0.625em; /* 10/16 */
  border-top: solid #f6f6f6 0.625em;
  bottom: -0.625em;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group .form-control-label {
  font-size: 0.6875rem;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 1;
  pointer-events: none;
}
.form-group .form-control-label.custom-select-label {
  top: 9px;
}
.form-group .form-control-label.prepopulated {
  -webkit-transition: none;
  transition: none;
}
.form-group .form-control {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.625rem 0.75rem 0.625rem;
}
.form-group .form-control.is-invalid.password-field {
  background: none;
}
.form-group .form-control-feedback {
  display: none;
  font-size: 0.8125rem;
}
.form-group .password-field {
  padding-right: 30px;
}
.form-group .show-password-option {
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer;
}
.form-group .show-password-option.show-password-icon {
  background: url(../../images/header-and-account-modal-sprite.png) -333px -2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 10px;
  right: 5px;
}
.form-group.has-danger .form-control-feedback, .form-group.has-warning .form-control-feedback {
  display: block;
}
.form-group.has-danger .form-control-feedback {
  display: block;
}
.form-group.required .form-control-label::after {
  content: " *";
}

.radio-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-block-group .form-control-label {
  width: 100%;
}

.radio-block {
  padding-left: 0;
  margin: 0 6px 6px 0;
}
.radio-block input {
  display: none;
}
.radio-block input:checked + label {
  background: #fff;
}
.radio-block input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #da362c;
}
.radio-block label {
  position: relative;
  padding: 10px 17px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  cursor: pointer;
}

.modal-dialog.in-store-inventory-dialog .modal-header {
  padding: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-dialog.in-store-inventory-dialog .modal-header .h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.modal-dialog.in-store-inventory-dialog .modal-header .close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 28px;
  height: 28px;
  background: url("../../images/svg-icons/close-gray.svg") no-repeat center;
}
.modal-dialog.in-store-inventory-dialog .modal-body {
  padding: 0 20px;
}
@media (max-width: 767.98px) {
  .modal-dialog.in-store-inventory-dialog .modal-body {
    padding: 0 16px;
  }
}
@media (min-width: 576px) {
  .modal-dialog.in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 575.98px) {
  .modal-dialog.in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}
.modal-dialog.in-store-inventory-dialog .preferred-store {
  width: 100%;
  margin-bottom: 1em;
}

.pdp-in-store-inventory {
  position: relative;
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin: 0 0 20px;
}
.sticky .pdp-in-store-inventory {
  margin: 0;
}
@media (min-width: 768px) {
  .sticky.apple-pay-available .pdp-in-store-inventory {
    width: 100%;
  }
}
.sticky .pdp-in-store-inventory button + button {
  margin: 0 !important;
}

.btn-get-in-store-inventory .btn-storelocator-search {
  margin-bottom: 0.625rem;
  display: block;
  width: 100%;
}
@media (min-width: 576px) {
  .btn-get-in-store-inventory .btn-storelocator-search {
    margin-top: 2rem;
    margin-bottom: 0;
  }
}

.selected-store-with-inventory .change-store {
  margin: 0 1em 1em;
  width: auto;
}

.preferred-store-stock.out-of-stock,
.store-stock.out-of-stock {
  color: #b31212;
}
.preferred-store-stock.in-stock,
.store-stock.in-stock {
  color: #056808;
}

.store-locator-container input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  display: grid;
  place-content: center;
  cursor: pointer;
}
.store-locator-container input[type=radio]::before {
  content: "";
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 50%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-box-shadow: inset 1em 1em #000;
          box-shadow: inset 1em 1em #000;
}
.store-locator-container input[type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.store-locator-container .card,
.store-locator-container .card-header {
  border: none;
}
.store-locator-container .card-header,
.store-locator-container .card-body {
  padding-left: 0;
  padding-right: 0;
}
.store-locator-container .card-header {
  padding: 0;
  font-size: 1.25rem;
  background: transparent;
}
.store-locator-container .store-name {
  font-weight: 700 !important;
}
.store-locator-container .store-details {
  display: block;
}
.store-locator-container .store-details .variant-availability {
  font-weight: 600;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.store-locator-container .store-details .variant-availability span.out-of-stock {
  text-decoration: line-through;
}
.store-locator-container .store-details .variant-availability span.in-stock {
  color: #056808;
}
.store-locator-container .store-details .store-stock {
  font-weight: 600;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.5rem;
}
.store-locator-container .store-details .store-pickup-in-stock,
.store-locator-container .store-details .store-pickup-out-of-stock {
  position: relative;
  bottom: 1px;
}
.store-locator-container .search-form {
  width: 100%;
}
.store-locator-container .custom-radio .store-details {
  margin-left: 1.125em;
}
.store-locator-container .store-locator-no-results {
  display: none;
}
.store-locator-container .currently-selected-store,
.store-locator-container .store-locator-results-header {
  font-weight: 800;
  padding-bottom: 16px;
  text-transform: uppercase;
  font-size: 0.9375rem;
  border-bottom: 1px solid #d9d9d9;
}
@media (max-width: 767.98px) {
  .store-locator-container .currently-selected-store,
  .store-locator-container .store-locator-results-header {
    margin: 0 -16px !important;
    padding: 0 16px 16px 16px;
  }
}
.store-locator-container .results-card {
  margin-bottom: 0;
  width: 100%;
}
.store-locator-container .results-card > .card-body {
  padding-top: 0;
  padding-bottom: 0;
}
.store-locator-container .store-result {
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .store-locator-container .store-result {
    margin: 0 -16px !important;
    padding: 0 16px;
  }
}

.call-store,
.select-store {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  margin: 0;
  font: inherit;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
}

.find-a-store-section .form-group .form-control-label.radius-label {
  top: 9px;
}
.find-a-store-section .form-group.has-focus .form-control-label.radius-label,
.find-a-store-section .form-group.is-valid .form-control-label.radius-label {
  top: 20px;
}

.storepickup-preferred-store-product-data {
  margin-top: 25px;
}
.storepickup-preferred-store-product-data img {
  width: 100%;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card {
  padding: 8px 12px;
  border-bottom: 1px solid #d9d9d9;
  border-radius: 0;
  text-align: center;
  margin: 0;
  -webkit-box-flex: 1 !important;
      -ms-flex: auto !important;
          flex: auto !important;
  max-width: 100%;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card:first-child {
  border-top: 1px solid #d9d9d9;
  margin-top: 1.25rem;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card .card-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card .card-body > span,
.storepickup-preferred-store-product-data .pickup-condition-attribute-card .card-body .condition-prices {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card .card-body > span {
  text-align: left;
}
.storepickup-preferred-store-product-data .pickup-condition-attribute-card .card-body .condition-prices {
  text-align: right;
  margin: 0;
}

[data-store-open=false] .store-open {
  color: #da362c;
}

.modal-dialog.store-invetory-dialog-redesign .veil .spinner {
  display: none;
}
.modal-dialog.store-invetory-dialog-redesign .veil .underlay {
  opacity: 0.4;
  background: #fff;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-no-results-search {
  display: none;
}
.modal-dialog.store-invetory-dialog-redesign .custom-select.radius {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-dialog.store-invetory-dialog-redesign .btn-storelocator-search {
  background-image: none;
  margin-top: 1rem;
  min-width: 92px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px;
  margin: 1rem 0;
  position: relative;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .storepickup-preferred-store-product-data {
  margin-top: 0;
  max-width: 70px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .store-product-info {
  padding-left: 14px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .product-name {
  font-size: 0.75rem;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .product-platform {
  font-size: 0.625rem;
  margin-bottom: 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .product-rating .star-img {
  background: url(../../images/star-ratings-black.svg) no-repeat;
  background-size: auto 200%;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .product-rating .grey-stars {
  display: inline-block;
  height: 16px;
  width: 84px;
  background-position: 0 -16px;
  vertical-align: middle;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-product-details .product-rating .red-stars {
  height: 16px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .preferred-store-container .store-header {
  font-size: 0.875rem;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .preferred-store-container .store-open {
  margin: 5px 0 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .preferred-store-container .store-name {
  margin: 0 0 5px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .preferred-store {
  margin: 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details address {
  margin-bottom: 12px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details .variant-button-container {
  margin-top: 12px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details .variant-button-container .variant-button {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  width: auto;
  padding-right: 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details .variant-button-container button.btn-outline-primary {
  padding: 6px 12px;
  border-radius: 4px;
  min-width: 75px;
  text-transform: unset;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details .variant-button-container button.btn-outline-primary:hover {
  background-color: #f1f3f7;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-details .home-store-selected {
  color: #36b39c;
  font-weight: 700;
  margin-bottom: 5px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-result:nth-child(2) {
  border-top: 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-result .card-body {
  padding-top: 17px;
  padding-bottom: 20px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-result .store-name {
  margin-bottom: 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-result .store-name,
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .store-result address {
  line-height: 18px;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .find-a-store-section .card-header {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .find-a-store-section .search-form {
  padding-top: 1rem;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .find-a-store-section .search-form .card-body {
  padding: 1rem 0;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .find-a-store-section .zipcode-form-group {
  margin: 0;
  width: 100% !important;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .find-a-store-section .zipcode-form-group .form-control {
  border: 1px solid #f2f4f7;
  height: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: #f2f4f7;
  width: 100%;
}
.modal-dialog.store-invetory-dialog-redesign .store-locator-container .storepickup-preferred-store {
  padding: 0;
}
.modal-dialog.store-invetory-dialog-redesign .search-store-inline-msg {
  z-index: 1;
  background-color: #b31212;
  border: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  top: 80px;
}
.modal-dialog.store-invetory-dialog-redesign .search-store-inline-msg::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #b31212;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.select-store,
.call-store {
  border: 1px solid #000;
  color: #000;
}
.select-store img.icon:not(.store-detail-gamestop),
.call-store img.icon:not(.store-detail-gamestop) {
  display: none;
}
.select-store.disabled, .select-store:disabled,
.call-store.disabled,
.call-store:disabled {
  background: #c2c4cc;
  border: 1px solid #c2c4cc;
  color: #fff;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.recommendations h3 {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 900 !important;
  text-align: center;
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .recommendations h3 {
    font-size: 2.25rem;
  }
}
.recommendations .recommended-products-caro .slick-slide {
  height: inherit !important;
}
.recommendations .recommended-products-caro .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.recommendations .recommended-products-caro .grid-tile {
  margin-bottom: 20px;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .recommendations .recommended-products-caro .grid-tile {
    margin-bottom: 0;
    padding: 0 12px;
  }
}
.recommendations .recommended-products-caro .product-tile .badges {
  top: -15px;
}
.recommendations .recommended-products-caro .product-tile .pdp-link a {
  line-height: 1.125rem;
}
.recommendations .recommended-products-caro .slick-dots {
  bottom: -18px;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.pro-member-badge-container {
  font-size: 0.625rem;
  color: #da362c;
  font-weight: 700;
  display: block;
}
.pro-member-badge-container .pro-day-badge-heading::before {
  content: "";
  background: url("../../images/svg-icons/power-up-red.svg") no-repeat;
  height: 12px;
  width: 12px;
  display: inline-block;
  background-size: 75%;
  margin-right: 0.25rem;
  vertical-align: middle;
}
.pro-member-badge-container .pro-member-badge {
  margin-bottom: -0.375rem;
}
.pro-member-badge-container .pro-member-badge .sale-indicator {
  display: inline-block;
  margin-bottom: 0.25rem;
}
.pro-member-badge-container .pro-member-badge .regular-price-badge-plp {
  display: none;
}

.product-detail-redesign .price-update .price .badge-container-redesign.pro-member-badge-container {
  margin-bottom: 0.375rem;
}

.pro-sale-price {
  color: #da362c;
}

@media (min-width: 768px) {
  .regular-price {
    display: inline-block;
  }
}
.regular-price .actual-price .price-pro {
  color: #da362c;
}
.regular-price .was-strike {
  display: none;
}

.promotional-price {
  margin-top: 0.375rem;
}
@media (min-width: 768px) {
  .promotional-price {
    display: inline-block;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .promotional-price .selling-price-pro-day {
    border-left: 1px solid #d9d9d9;
    padding-left: 0.625rem;
  }
}
.promotional-price .pro-member-badge-container {
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .promotional-price .pro-member-badge-container {
    padding-left: 0.625rem;
  }
}

.pro-price-messaging {
  width: 100%;
}
.pro-price-messaging .points-earned-message {
  font-size: 0.75rem;
  color: #666;
  padding-left: 0.75rem;
}
@media (min-width: 768px) {
  .pro-price-messaging .points-earned-message {
    padding-left: 0;
  }
}
.pro-price-messaging .points-earned-message .points-earned {
  font-weight: 700;
  color: #000;
}
.pro-price-messaging .post-atc-proday-message {
  font-size: 0.6875rem;
  font-weight: 700;
  padding-left: 0.75rem;
  width: 90%;
}
@media (min-width: 768px) {
  .pro-price-messaging .post-atc-proday-message {
    padding-left: 0;
  }
}
.pro-price-messaging .signup-checkbox-container .add-pro-option {
  background: #f6f6f6;
  padding: 0.75rem;
}
.pro-price-messaging .pro-signup-option-checkbox {
  display: inline-block;
  margin-right: 0.5rem;
  margin-top: 0.25rem;
}
.pro-price-messaging .pro-signup-option-checkbox::before {
  content: "";
  display: inline-block;
  height: 1rem;
  width: 1rem;
  border: 1px solid #000;
  background: none;
}
.pro-price-messaging .pro-signup-option-checkbox.selected::before {
  background: url("../../images/svg-icons/checkmark.svg") no-repeat;
  background-position: center;
}

#addedToCartModal .modal-body .post-atc-proday-message {
  padding-top: 0.25rem;
  padding-left: 0;
}
#addedToCartModal .modal-body .pro-member-badge-container {
  padding-top: 0.25rem;
}
#addedToCartModal .modal-body .pro-item-added {
  border-top: 1px solid #d9d9d9;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  #addedToCartModal .modal-body .pro-item-added {
    padding: 0;
    border-top: none;
  }
}
#addedToCartModal .modal-body .pro-item-added .line-item-attributes,
#addedToCartModal .modal-body .pro-item-added .line-item-availability,
#addedToCartModal .modal-body .pro-item-added .line-item-quantity {
  display: none;
}
#addedToCartModal .modal-body .pro-item-added .line-item-total-price .price .sales .value {
  font-size: 1rem;
  margin-top: 0.5rem;
  display: inline-block;
}
#addedToCartModal .modal-body .pro-item-added .line-item-total-price .price .sales .value::after {
  content: " / Year";
  font-weight: 700;
  font-size: 1rem;
}

#powerupDetailsModal .modal-dialog {
  max-width: 720px;
}
#powerupDetailsModal .modal-header {
  padding: 0.875rem 1.25rem;
}
@media (min-width: 768px) {
  #powerupDetailsModal .modal-header {
    padding: 1.25rem 2rem;
  }
}
#powerupDetailsModal .modal-header .close {
  font-size: 2.5rem;
  font-weight: 400;
  padding: 0;
}
@media (min-width: 768px) {
  #powerupDetailsModal .modal-body {
    padding: 0 7rem 2.5rem 3.125rem;
  }
}
#powerupDetailsModal .modal-body h3 {
  font-size: 1.375rem;
  padding-right: 3.75rem;
}
@media (min-width: 768px) {
  #powerupDetailsModal .modal-body h3 {
    font-size: 1.5rem;
  }
}
#powerupDetailsModal .modal-body .membership-benefits {
  margin-top: 0.75rem;
}
#powerupDetailsModal .modal-body .membership-benefits .benefit-label .image-container {
  width: 45px;
}
#powerupDetailsModal .modal-body .membership-benefits .benefit-label .benefit-label-text {
  padding-top: 0.25rem;
}
#powerupDetailsModal .modal-body .membership-benefits .pur-page-link {
  font-size: 0.875rem;
}
#powerupDetailsModal .modal-body .membership-price {
  margin-left: 2.75rem;
}
#powerupDetailsModal .modal-body .membership-price .membership-duration {
  background: #da362c;
  color: #fff;
  padding: 0.25rem 0.625rem;
  border-radius: 0.625rem;
}

.cart .cart-shipment .product-info .pro-price-label {
  font-size: 0.625rem;
}
.cart .cart-shipment .product-info .cart-pro-day-pricing {
  border-top: 1px solid #d9d9d9;
  padding-top: 1rem;
}
.cart .cart-shipment .product-info .regular-price {
  display: none;
}
.cart .cart-shipment .product-info .selling-price-pro-day {
  border-left: none;
  padding-left: 0;
}
.cart .cart-shipment .product-info .pro-member-badge-container {
  padding-left: 0;
}
.cart .cart-shipment .product-info .pro-sale-price {
  font-size: 1.5rem;
  font-weight: 900;
}
.cart .cart-shipment .product-info .savings-indicator-value {
  color: #007200;
  font-size: 0.875rem;
  font-weight: 700;
}
.cart .cart-shipment .product-info .savings-indicator-value.savings-dropdown {
  display: block;
  cursor: pointer;
}
.cart .cart-shipment .product-info .savings-indicator-value.savings-dropdown .caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cart .cart-shipment .product-info .pro-savings-each-price {
  font-size: 0.625rem;
  color: #007200;
  margin-top: 0.25rem;
}
.cart .cart-shipment .product-info .cart-as-low-label {
  font-size: 0.75rem;
  font-weight: 700;
}
.cart .cart-shipment .product-info .points-earned-message {
  font-size: 0.75rem;
  color: #666;
  padding-top: 0.25rem;
}
.cart .cart-shipment .product-info .points-earned-message .points-earned {
  font-weight: 700;
  color: #000;
}
.cart .cart-shipment .product-info .strike-redesign {
  display: none;
}

.primary-details-row .pro-member-badge,
.product-primary-details-sticky .pro-member-badge {
  font-size: 0.625rem;
}
@media (max-width: 1279.98px) {
  .primary-details-row .promotional-price,
  .product-primary-details-sticky .promotional-price {
    margin-top: 0.25rem;
  }
  .primary-details-row .selling-price-pro-day,
  .primary-details-row .pro-member-badge-container,
  .product-primary-details-sticky .selling-price-pro-day,
  .product-primary-details-sticky .pro-member-badge-container {
    padding-left: 0;
    border-left: none;
  }
}
.primary-details-row .pro-day-pricing .regular-price .savingsPlpTiles,
.product-primary-details-sticky .pro-day-pricing .regular-price .savingsPlpTiles {
  display: none;
}
.primary-details-row .pro-day-pricing .regular-price .strike-through-mobile.strike-redesign,
.product-primary-details-sticky .pro-day-pricing .regular-price .strike-through-mobile.strike-redesign {
  color: #666;
  display: inline;
}
@media (min-width: 1280px) {
  .primary-details-row .pro-day-pricing .regular-price .strike-through-mobile.strike-redesign,
  .product-primary-details-sticky .pro-day-pricing .regular-price .strike-through-mobile.strike-redesign {
    display: none;
  }
}
@media (min-width: 1280px) {
  .primary-details-row .pro-day-pricing .regular-price .strike-redesign.proMemberOriginalPrice,
  .product-primary-details-sticky .pro-day-pricing .regular-price .strike-redesign.proMemberOriginalPrice {
    display: inline;
  }
}
.primary-details-row .strike-through-desktop.strike-redesign,
.product-primary-details-sticky .strike-through-desktop.strike-redesign {
  display: none;
}
@media (min-width: 1280px) {
  .primary-details-row .strike-through-desktop.strike-redesign,
  .product-primary-details-sticky .strike-through-desktop.strike-redesign {
    color: #666;
    display: block;
    margin-top: 0.125rem;
  }
}

.cart-rd .card-bg-container .cart-badge.pro-price-badge {
  font-size: 0.625rem;
  background: #da362c;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.25rem 0.5rem;
  border-radius: 0.625rem;
  margin-bottom: 0.25rem;
}
@media (max-width: 1023.98px) {
  .cart-rd .card-bg-container .cart-badge.pro-price-badge {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing {
  padding-top: 0;
  border-top: none;
  padding-bottom: 1rem;
  margin-left: 40%;
}
@media (min-width: 768px) {
  .cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing {
    text-align: right;
    margin-left: 0;
  }
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .pro-member-badge-container {
  margin-bottom: 0;
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .selling-price-pro-day .actual-price .pro-sale-price {
  font-size: 1.25rem;
  display: block;
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .selling-price-pro-day .savings-indicator-value {
  font-size: 0.75rem;
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .selling-price-pro-day .savings-indicator-value .caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .selling-price-pro-day .savings-indicator-value.savings-dropdown {
  cursor: pointer;
}
.cart-rd .card-bg-container .product-card-footer .cart-pro-day-pricing .selling-price-pro-day .pro-savings-each-price {
  font-size: 0.625rem;
  color: #007200;
  margin-top: 0.25rem;
}
.cart-rd .card-bg-container .pro-day-promo-disclaimer {
  font-size: 0.625rem;
  font-weight: 700;
  color: #797a80;
  margin-top: 0.5rem;
}
.cart-rd .card-bg-container .pro-day-promo-disclaimer a {
  font-size: 0.625rem;
  color: #797a80;
}
.cart-rd .card-bg-container .cart-as-low-label {
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 700;
}
.cart-rd .card-bg-container #promotionDetailsModal .modal-body {
  text-align: left;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.primary-button {
  background-color: #000;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 0.875rem;
  border-radius: 6px;
  border: none;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  width: auto;
  height: 56px;
  text-transform: uppercase;
}
.primary-button:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.primary-button:focus-visible {
  -webkit-box-shadow: #000 0px 0px 0px 2px inset;
          box-shadow: #000 0px 0px 0px 2px inset;
  outline: none;
  position: relative;
}
.primary-button:focus-visible::after {
  content: "";
  position: absolute;
  inset: -3px;
  padding: 1px;
  border: 1px solid #000;
  border-radius: 8px;
}
.primary-button:hover {
  -webkit-box-shadow: #000 0px 0px 0px 2px inset;
          box-shadow: #000 0px 0px 0px 2px inset;
  background-color: #fff;
  color: #000;
}
.primary-button:active {
  -webkit-box-shadow: #000 0px 0px 0px 3px inset;
          box-shadow: #000 0px 0px 0px 3px inset;
}
.primary-button:disabled, .primary-button[disabled] {
  background: transparent;
  -webkit-box-shadow: #000 0px 0px 0px 1px inset;
          box-shadow: #000 0px 0px 0px 1px inset;
  color: #000;
  opacity: 0.4;
  cursor: default;
}

.sddstore-verify-modal .verify-Modal-header, .sddstore-choose-modal .verify-Modal-header {
  text-align: left;
  font-size: 20px;
  margin-bottom: 12px;
}
.sddstore-choose-modal {
  margin-bottom: 32px;
}
.sddstore-choose-modal .verify-Modal-header.sdd-chooseaddtxt {
  margin-bottom: 20px;
}
.sddstore-choose-modal .verify-address-list {
  padding: 22px 24px 28px;
  margin-bottom: 16px;
  background-color: #fff;
  -webkit-box-shadow: #DBDBDB 0px 0px 0px 1px inset;
          box-shadow: #DBDBDB 0px 0px 0px 1px inset;
  border-radius: 12px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  position: relative;
}
.sddstore-choose-modal .verify-address-list::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
}
.sddstore-choose-modal .verify-address-list:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.sddstore-choose-modal .verify-address-list:focus-visible {
  -webkit-box-shadow: #000 0px 0px 0px 2px inset;
          box-shadow: #000 0px 0px 0px 2px inset;
  outline: none;
  position: relative;
}
.sddstore-choose-modal .verify-address-list:focus-visible::after {
  content: "";
  position: absolute;
  inset: -3px;
  padding: 1px;
  border: 1px solid #000;
  border-radius: 15px;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.sddstore-choose-modal .verify-address-list:hover {
  -webkit-box-shadow: #000 0px 0px 0px 2px inset;
          box-shadow: #000 0px 0px 0px 2px inset;
}
.sddstore-choose-modal .verify-address-list:hover::after {
  content: "";
  position: absolute;
  inset: 0;
  -webkit-box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.08);
}
.sddstore-choose-modal .verify-address-list:active {
  -webkit-box-shadow: #000 0px 0px 0px 3px inset;
          box-shadow: #000 0px 0px 0px 3px inset;
}
.sddstore-choose-modal .address-title, .sddstore-choose-modal .address-area {
  font-weight: 400;
  font-size: 14px;
  text-align: left;
}
.sddstore-choose-modal .address-title {
  font-weight: 700;
}
.sddstore-verify-modal {
  margin-bottom: 25px;
}
.sddstore-verify-modal .verify-sdd-btn {
  width: 100%;
  background-image: none;
}
.sddstore-verify-modal .sddform-marb20 {
  margin-bottom: 20px;
}
.sddstore-verify-modal .sddform-last-field {
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .sddstore-verify-modal .sddform-last-field {
    margin-bottom: 33px;
  }
}
.sddstore-verify-modal .sddform-address .address-tip {
  text-align: right;
  margin-top: 4px;
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 0;
  position: absolute;
  right: 0;
}
.sddstore-verify-modal .sddform-address .address-tip span {
  text-decoration: underline;
}
.sddstore-addnewaddress {
  margin-bottom: 10px;
}
.sddstore-retry-message .sdd-retry-availability-cutoff {
  font-size: 1.5rem;
  margin-bottom: 12px;
}
.sddstore-retry-message .sdd-retry-availability-message {
  max-width: 325px;
  margin: 64px auto 48px auto;
}
.sddstore-retry-message .sdd-retry-availability-message p {
  text-align: center;
  color: #e72318;
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: -0.24px;
  font-family: "Poppins", "Open Sans", sans-serif;
}
.sddstore-retry-message .sdd-retry-availability-status .retry-validation {
  width: 100%;
}
.sddstore-retry-message .sdd-retry-availability-message, .sddstore-retry-message .sdd-retry-availability-status, .sddstore-retry-message .sdd-retry-availability-info {
  font-size: 0.875rem;
}
.sddstore .modal-body.unavailable {
  padding: 16px 32px 24px;
}
.sddstore .in-store-inventory-dialog .modal-body {
  padding: 0 20px;
}
.sddstore .sdd-verify-dialog .modal-header {
  padding: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.sddstore .sdd-verify-dialog .modal-header .h2 {
  margin-bottom: 0;
  font-weight: 700;
  font-size: 1.25rem;
}
.sddstore .sdd-verify-dialog .modal-header .close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 28px;
  height: 28px;
  background: url("../../images/svg-icons/close-gray.svg") no-repeat center;
}
.sddstore .sdd-verify-dialog .modal-body {
  padding: 0 20px;
}

body.modal-open .pac-container {
  z-index: 1060;
  position: fixed;
  display: inline-block;
  float: left;
}

.store-locator .btn-storelocator-search {
  margin-top: 16px;
}

.form-group {
  position: relative;
  margin-bottom: 1.875rem !important;
}
.form-group label.form-control-label {
  position: absolute;
  color: #5f5f5f;
  font-weight: 600;
  text-transform: uppercase;
  padding: 0 11px;
  left: 0;
  top: 16px;
  background: transparent;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 0.875rem;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  pointer-events: none;
  letter-spacing: unset;
}
.form-group.required .form-control-label::after {
  content: "";
}
.form-group.has-focus .form-control-label {
  color: #606060;
  font-size: 0.75rem;
  -webkit-transform: translateY(-70%);
          transform: translateY(-70%);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.form-group.error-field.has-focus .form-control-label {
  color: #bc2828;
}
.form-group.error-field .form-control {
  border-color: #bc2828;
}
.form-group .error-new-message {
  display: none;
}
.form-group.has-error .error-new-message {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
  color: #dd2b2b;
  position: absolute;
}
.form-group.has-error.error-field .form-control-label {
  color: #bc2828;
}
.form-group.has-error .form-control {
  border-color: #bc2828;
}
.form-group.has-error .form-control.is-invalid {
  border-color: #bc2828;
  background-image: none;
}
.form-group.has-error .form-control.is-invalid:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  box-shadow: 0 0 0 1000px #fff inset;
}
.form-group.has-error .form-control.custom-select {
  text-overflow: ellipsis;
  background: url(../../images/svg-icons/drop-down-arrow.svg) no-repeat right 1rem center/auto;
}
.form-group.has-error .invalid-feedback {
  color: #bc2828;
  padding: 0 1rem;
  letter-spacing: -0.04em;
  margin-top: 0.25rem;
  font-size: 0.75rem;
}
.form-group .form-control.is-invalid {
  background-image: none;
}
.form-group .form-control.is-invalid:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-group .form-control.is-invalid + .invalid-feedback {
  padding: 0 1rem;
}
.form-group .has-focus .form-control-label,
.form-group .is-valid .form-control-label {
  -webkit-transform: translateY(-60%) !important;
          transform: translateY(-60%) !important;
}
.form-group .has-focus label {
  font-size: 0.6875rem !important;
}
.form-group input, .form-group select {
  height: 48px !important;
  padding: 0.75rem 0 0 11px !important;
  color: black;
  background-color: #f2f4f7 !important;
  border: 1px solid rgba(64, 64, 64, 0.2) !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
}
.form-group select {
  cursor: pointer;
  margin: 0 !important;
}
.form-group input:focus, .form-group select:focus {
  outline: 1px solid #000;
  border: 1px solid #000 !important;
}

.sddstore-verify-modal .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin: 0;
  width: 100%;
}
.sddstore-verify-modal .form-row :first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.sddstore-verify-modal .verify-note {
  font-family: "Poppins", "Open Sans", sans-serif;
  color: #5F5F5F;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
  letter-spacing: -1.5%;
  margin-top: 1.5rem;
}

.recommendations.recommendations-redesign .veil .spinner .dot1,
.recommendations.recommendations-redesign .veil .spinner .dot2,
.recommendations-redesign-homepage .veil .spinner .dot1,
.recommendations-redesign-homepage .veil .spinner .dot2,
.recently-viewed-carousel .veil .spinner .dot1,
.recently-viewed-carousel .veil .spinner .dot2 {
  display: none !important;
}
.recommendations.recommendations-redesign .veil .underlay,
.recommendations-redesign-homepage .veil .underlay,
.recently-viewed-carousel .veil .underlay {
  background-color: #fff;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .recommendations.recommendations-redesign .veil .underlay,
  .recommendations-redesign-homepage .veil .underlay,
  .recently-viewed-carousel .veil .underlay {
    opacity: 0.2;
  }
}
@media (max-width: 767.98px) {
  .recommendations.recommendations-redesign .product-tile .price .range .value,
  .recommendations-redesign-homepage .product-tile .price .range .value,
  .recently-viewed-carousel .product-tile .price .range .value {
    margin-top: 0;
  }
}
.recommendations.recommendations-redesign h3,
.recommendations-redesign-homepage h3,
.recently-viewed-carousel h3 {
  font-size: 1.5rem;
  font-weight: 900 !important;
  margin-bottom: 1.5rem;
}
.recommendations.recommendations-redesign .product-tile,
.recommendations-redesign-homepage .product-tile,
.recently-viewed-carousel .product-tile {
  background: #f6f6f6;
  padding: 1rem 1rem 0.75rem;
  position: relative;
  cursor: default;
}
.recommendations.recommendations-redesign .product-tile .color-swatches,
.recommendations-redesign-homepage .product-tile .color-swatches,
.recently-viewed-carousel .product-tile .color-swatches {
  min-height: 2rem;
}
.recommendations.recommendations-redesign .product-tile .product-tile-header,
.recommendations-redesign-homepage .product-tile .product-tile-header,
.recently-viewed-carousel .product-tile .product-tile-header {
  min-height: 79px;
}
.recommendations.recommendations-redesign .product-tile .product-tile-header a.name-link,
.recommendations-redesign-homepage .product-tile .product-tile-header a.name-link,
.recently-viewed-carousel .product-tile .product-tile-header a.name-link {
  display: block;
}
.recommendations.recommendations-redesign .product-tile .product-tile-header a,
.recommendations-redesign-homepage .product-tile .product-tile-header a,
.recently-viewed-carousel .product-tile .product-tile-header a {
  text-decoration: none;
  display: inline-block;
}
@media (min-width: 768px) {
  .recommendations.recommendations-redesign .product-tile .image-container,
  .recommendations-redesign-homepage .product-tile .image-container,
  .recently-viewed-carousel .product-tile .image-container {
    height: 263px;
    width: 263px;
  }
}
.recommendations.recommendations-redesign .product-tile .image-container .tile-image.lazyload,
.recommendations-redesign-homepage .product-tile .image-container .tile-image.lazyload,
.recently-viewed-carousel .product-tile .image-container .tile-image.lazyload {
  max-width: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recommendations.recommendations-redesign .product-tile .image-container .tile-image.lazyloading,
.recommendations-redesign-homepage .product-tile .image-container .tile-image.lazyloading,
.recently-viewed-carousel .product-tile .image-container .tile-image.lazyloading {
  visibility: hidden;
}
.recommendations.recommendations-redesign .product-tile .tile-body,
.recommendations-redesign-homepage .product-tile .tile-body,
.recently-viewed-carousel .product-tile .tile-body {
  padding-bottom: 2.25rem;
  margin-top: 0.625rem;
}
.recommendations.recommendations-redesign .product-tile .tile-body .bundle-pricing .conditions-pricing-on-plp .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .bundle-pricing .conditions-pricing-on-plp .card-body,
.recently-viewed-carousel .product-tile .tile-body .bundle-pricing .conditions-pricing-on-plp .card-body {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options,
.recently-viewed-carousel .product-tile .tile-body .variant-options {
  margin: 0;
  min-height: 45px;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .pdp-swatch-label,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .pdp-swatch-label,
.recently-viewed-carousel .product-tile .tile-body .variant-options .pdp-swatch-label {
  display: block !important;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .pdp-swatch-label .card,
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .pdp-swatch-label .card,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected,
.recently-viewed-carousel .product-tile .tile-body .variant-options .pdp-swatch-label .card,
.recently-viewed-carousel .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected {
  background: transparent;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .pdp-swatch-label .card .card-body,
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .pdp-swatch-label .card .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected .card-body,
.recently-viewed-carousel .product-tile .tile-body .variant-options .pdp-swatch-label .card .card-body,
.recently-viewed-carousel .product-tile .tile-body .variant-options .pdp-swatch-label .card.selected .card-body {
  background: #f6f6f6;
  color: #000;
  border: 0;
  padding: 0;
  font-size: 0.6875rem;
  font-weight: 400;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .card,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .card,
.recently-viewed-carousel .product-tile .tile-body .variant-options .card {
  margin: 0 0.25rem 0.5rem 0;
  display: inline-block;
  border: 0;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .card .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .card .card-body,
.recently-viewed-carousel .product-tile .tile-body .variant-options .card .card-body {
  background-color: transparent;
  color: #31708f;
  font-weight: 700;
  display: inline-block;
  width: auto;
  border: 1px solid #31708f;
  vertical-align: middle;
  text-align: center;
  padding: 0.3rem 0.625rem;
  border-radius: 0.25rem;
  font-size: 0.5rem;
  cursor: pointer;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .card .card-body .condition-prices,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .card .card-body .condition-prices,
.recently-viewed-carousel .product-tile .tile-body .variant-options .card .card-body .condition-prices {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .card.selected .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .card.selected .card-body,
.recently-viewed-carousel .product-tile .tile-body .variant-options .card.selected .card-body {
  background-color: #31708f;
  color: #fff;
  cursor: default;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .condition-pricing,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .condition-pricing,
.recently-viewed-carousel .product-tile .tile-body .variant-options .condition-pricing {
  padding-bottom: 0 !important;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .size,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .size,
.recently-viewed-carousel .product-tile .tile-body .variant-options .size {
  margin-top: 0;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .color .more-variant,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .color .more-variant,
.recently-viewed-carousel .product-tile .tile-body .variant-options .color .more-variant {
  padding-bottom: 0.5rem;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .color .attribute-swatches,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .color .attribute-swatches,
.recently-viewed-carousel .product-tile .tile-body .variant-options .color .attribute-swatches {
  display: inline-block;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .color .attribute-swatches .color-attribute-card-plp,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .color .attribute-swatches .color-attribute-card-plp,
.recently-viewed-carousel .product-tile .tile-body .variant-options .color .attribute-swatches .color-attribute-card-plp {
  display: inline-block;
  margin: 0 0.2rem 0.4rem 0;
  cursor: pointer;
  vertical-align: middle;
  height: 40px;
  width: 40px;
}
.recommendations.recommendations-redesign .product-tile .tile-body .variant-options .color .attribute-swatches .color-value.selected,
.recommendations-redesign-homepage .product-tile .tile-body .variant-options .color .attribute-swatches .color-value.selected,
.recently-viewed-carousel .product-tile .tile-body .variant-options .color .attribute-swatches .color-value.selected {
  padding: 0.188rem;
  border: 1px solid #da362c;
  display: inline-block;
  vertical-align: middle;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .product-release-date,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .product-release-date,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .product-release-date {
  font-size: 0.6875rem;
  padding-top: 0.5rem;
  display: block;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .card-body,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .card-body,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .card-body {
  padding: 0 0 0.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .card-body .variant-type,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .card-body .variant-type,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .card-body .variant-type {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .card-body .condition-prices,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .card-body .condition-prices,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .card-body .condition-prices {
  margin-top: 0;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .card,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .card,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .card {
  display: none;
  background-color: transparent;
  border: 0;
}
.recommendations.recommendations-redesign .product-tile .tile-body .conditions-pricing-on-plp .card.selected,
.recommendations-redesign-homepage .product-tile .tile-body .conditions-pricing-on-plp .card.selected,
.recently-viewed-carousel .product-tile .tile-body .conditions-pricing-on-plp .card.selected {
  display: block;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .instore-pickup-ajax,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .instore-pickup-ajax,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .instore-pickup-ajax {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp {
  padding: 0.565rem 1.125rem;
  margin: 0;
  width: calc(100% - 2rem);
  position: absolute;
  bottom: 1rem;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp:focus,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp:focus,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .add-to-cart-selection,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .add-to-cart-selection,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .add-to-cart-selection {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup {
  font-size: 0.75rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  right: 0.5rem;
  font-weight: 700;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup .in-store-pickup,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup .in-store-pickup,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .shiptohome-pickup .in-store-pickup {
  display: block;
  padding-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  color: #da362c;
  text-decoration: underline;
}
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn.disabled,
.recommendations.recommendations-redesign .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn:disabled,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn.disabled,
.recommendations-redesign-homepage .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn:disabled,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn.disabled,
.recently-viewed-carousel .product-tile .tile-body .atc-btn-wrapper .add-to-cart-plp.btn:disabled {
  background-color: #797a80;
  color: #fff;
}
.recommendations.recommendations-redesign .product-tile .tile-body .choose-options-btn,
.recommendations-redesign-homepage .product-tile .tile-body .choose-options-btn,
.recently-viewed-carousel .product-tile .tile-body .choose-options-btn {
  padding: 0.565rem 1.125rem;
  margin: 0;
  width: calc(100% - 2rem);
  position: absolute;
  bottom: 1rem;
}
.recommendations.recommendations-redesign .product-tile .tile-body .choose-options-btn:focus,
.recommendations-redesign-homepage .product-tile .tile-body .choose-options-btn:focus,
.recently-viewed-carousel .product-tile .tile-body .choose-options-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.recommendations.recommendations-redesign .product-tile .hide,
.recommendations-redesign-homepage .product-tile .hide,
.recently-viewed-carousel .product-tile .hide {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .product-tile-availability,
.recommendations-redesign-homepage .product-tile .product-tile-availability,
.recently-viewed-carousel .product-tile .product-tile-availability {
  font-size: 0.625rem;
  margin-bottom: 0.5rem;
  height: 1.5rem;
}
@media (max-width: 767.98px) {
  .recommendations.recommendations-redesign .product-tile .product-tile-availability,
  .recommendations-redesign-homepage .product-tile .product-tile-availability,
  .recently-viewed-carousel .product-tile .product-tile-availability {
    height: 2.25rem;
  }
}
.recommendations.recommendations-redesign .product-tile .pdp-link,
.recommendations-redesign-homepage .product-tile .pdp-link,
.recently-viewed-carousel .product-tile .pdp-link {
  padding-top: 0;
  height: 1.875rem;
  margin-bottom: 0.3rem;
}
.recommendations.recommendations-redesign .product-tile .pdp-link .pd-name,
.recommendations-redesign-homepage .product-tile .pdp-link .pd-name,
.recently-viewed-carousel .product-tile .pdp-link .pd-name {
  font-size: 0.75rem;
  line-height: 1.2;
  height: 1.875rem;
  overflow: hidden;
  font-weight: 700;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical; /* autoprefixer: off */
}
.recommendations.recommendations-redesign .product-tile .tile-ratings,
.recommendations-redesign-homepage .product-tile .tile-ratings,
.recently-viewed-carousel .product-tile .tile-ratings {
  height: 2rem;
}
.recommendations.recommendations-redesign .product-tile .tile-ratings .ratings,
.recommendations-redesign-homepage .product-tile .tile-ratings .ratings,
.recently-viewed-carousel .product-tile .tile-ratings .ratings {
  margin-bottom: 0.25rem;
}
.recommendations.recommendations-redesign .product-tile .more-variant,
.recommendations-redesign-homepage .product-tile .more-variant,
.recently-viewed-carousel .product-tile .more-variant {
  color: #da362c;
  display: inline-block;
  vertical-align: middle;
}
.recommendations.recommendations-redesign .product-tile .availability-msg,
.recommendations-redesign-homepage .product-tile .availability-msg,
.recently-viewed-carousel .product-tile .availability-msg {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .default-pricing,
.recommendations-redesign-homepage .product-tile .default-pricing,
.recently-viewed-carousel .product-tile .default-pricing {
  width: 100%;
}
@media (min-width: 768px) {
  .recommendations.recommendations-redesign .product-tile .default-pricing,
  .recommendations-redesign-homepage .product-tile .default-pricing,
  .recently-viewed-carousel .product-tile .default-pricing {
    padding: 0;
  }
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .bundle-valued-price,
.recommendations-redesign-homepage .product-tile .default-pricing .price .bundle-valued-price,
.recently-viewed-carousel .product-tile .default-pricing .price .bundle-valued-price {
  font-size: 0.75rem;
  color: #666;
  margin-top: 0.25rem;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign {
  display: block;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign .sale-indicator,
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign .badge-indicator,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign .sale-indicator,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign .badge-indicator,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign .sale-indicator,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign .badge-indicator {
  border-radius: 7px 3px 7px 7px;
  font-size: 0.625rem;
  padding: 0.25rem 0.375rem 0.16rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0.35rem 0.2rem 0 0;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign .sale-indicator,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign .sale-indicator,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign .sale-indicator {
  background-color: #ca1a24;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign .sale-indicator.hide,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign .sale-indicator.hide,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign .sale-indicator.hide {
  display: none;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .badge-container-redesign .badge-indicator,
.recommendations-redesign-homepage .product-tile .default-pricing .price .badge-container-redesign .badge-indicator,
.recently-viewed-carousel .product-tile .default-pricing .price .badge-container-redesign .badge-indicator {
  background-color: #814dc0;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign {
  display: block;
  padding-top: 0.4rem;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .actual-price,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .actual-price,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .actual-price {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
  padding-right: 0.25rem;
  display: inline-block;
  text-transform: uppercase;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign,
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value {
  font-size: 0.625rem;
  line-height: 1.2;
  font-weight: 700;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .was-strike,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .strike-through.strike-redesign {
  color: #666;
  font-weight: 400;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .strike-through,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .strike-through,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .strike-through {
  margin: 0 0.5rem 0 0;
}
.recommendations.recommendations-redesign .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value,
.recommendations-redesign-homepage .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value,
.recently-viewed-carousel .product-tile .default-pricing .price .selling-price-redesign .savings-indicator-value {
  color: #046808;
}

.variant-price {
  font-weight: 600;
}

.variant-type {
  display: inline-block;
  color: #232323;
  padding-left: 2px;
  font-size: 0.75rem;
  text-decoration: underline;
}

.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .promotional-price,
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .regular-price-badge,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .promotional-price,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .regular-price-badge,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .promotional-price,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .regular-price-badge {
  display: none;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign {
  display: block;
  padding-top: 0.4rem;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price {
  font-size: 1rem;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price .price-pro,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price .price-pro,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .actual-price .price-pro {
  color: #000;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .was-strike,
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .strike-redesign,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .was-strike,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .strike-redesign,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .was-strike,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .strike-redesign {
  font-size: 0.625rem;
  color: #666;
  display: inline;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .savings-indicator-value,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .savings-indicator-value,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .regular-price .selling-price-redesign .savings-indicator-value {
  color: #046808;
  font-weight: 700;
  font-size: 0.625rem;
  display: inline;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading,
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator {
  border-radius: 7px 3px 7px 7px;
  font-size: 0.625rem;
  padding: 0.25rem 0.375rem 0.16rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  margin: 0.75rem 0.2rem 0.1rem 0;
  background-color: #814dc0;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading::before,
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator::before,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading::before,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator::before,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading::before,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator::before {
  content: none;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator {
  background-color: #ca1a24;
}
.recommendations-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .strike-through-desktop,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .strike-through-desktop,
.last-visited-redesign .product-tile .conditions-pricing-on-plp .pro-day-pricing .strike-through-desktop {
  display: none;
}

.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .pro-day-badge-heading,
.recommendations-redesign-homepage .product-tile .conditions-pricing-on-plp .pro-day-pricing .badge-container-redesign .sale-indicator {
  margin: 0.35rem 0.2rem 0 0;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
#playerUpgradeModal .modal-dialog .modal-header,
#userMembershipBenefitsModal .modal-dialog .modal-header,
#playerMigrationModal .modal-dialog .modal-header {
  padding: 1.25rem;
  z-index: 1;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  background-image: url("../../images/power-up-rewards/pur-modal-background.png");
  background-color: rgb(57, 56, 156);
  background-size: cover;
}
#playerUpgradeModal .modal-dialog .modal-header .close span,
#userMembershipBenefitsModal .modal-dialog .modal-header .close span,
#playerMigrationModal .modal-dialog .modal-header .close span {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  padding: 0 0.3125rem;
  font-weight: 400;
}
#playerUpgradeModal .modal-dialog .details-description,
#userMembershipBenefitsModal .modal-dialog .details-description,
#playerMigrationModal .modal-dialog .details-description {
  color: #fff;
}
#playerUpgradeModal .modal-dialog .details-description a,
#userMembershipBenefitsModal .modal-dialog .details-description a,
#playerMigrationModal .modal-dialog .details-description a {
  color: #fff;
}
#playerUpgradeModal .modal-dialog .modal-body,
#userMembershipBenefitsModal .modal-dialog .modal-body,
#playerMigrationModal .modal-dialog .modal-body {
  padding: 0 1rem;
  color: #000;
}
#playerUpgradeModal .modal-dialog .modal-body h2,
#userMembershipBenefitsModal .modal-dialog .modal-body h2,
#playerMigrationModal .modal-dialog .modal-body h2 {
  text-align: left;
  font-size: 1.5rem;
  padding: 0;
}
#playerUpgradeModal .modal-dialog .modal-body .membership-details,
#userMembershipBenefitsModal .modal-dialog .modal-body .membership-details,
#playerMigrationModal .modal-dialog .modal-body .membership-details {
  text-align: center;
  color: #000;
}
@media (min-width: 1024px) {
  #playerUpgradeModal .modal-dialog .modal-body .membership-details,
  #userMembershipBenefitsModal .modal-dialog .modal-body .membership-details,
  #playerMigrationModal .modal-dialog .modal-body .membership-details {
    text-align: left;
    -ms-flex-preferred-size: 42%;
        flex-basis: 42%;
  }
}
#playerUpgradeModal .modal-dialog .modal-body .membership-details .value,
#userMembershipBenefitsModal .modal-dialog .modal-body .membership-details .value,
#playerMigrationModal .modal-dialog .modal-body .membership-details .value {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  #playerUpgradeModal .modal-dialog .modal-body .membership-details .value,
  #userMembershipBenefitsModal .modal-dialog .modal-body .membership-details .value,
  #playerMigrationModal .modal-dialog .modal-body .membership-details .value {
    position: static;
  }
}
#playerUpgradeModal .modal-dialog .modal-body .memebership-benefits-list,
#userMembershipBenefitsModal .modal-dialog .modal-body .memebership-benefits-list,
#playerMigrationModal .modal-dialog .modal-body .memebership-benefits-list {
  margin-bottom: 18.5rem;
  padding-top: 0 !important;
}
@media (min-width: 1024px) {
  #playerUpgradeModal .modal-dialog .modal-body .memebership-benefits-list,
  #userMembershipBenefitsModal .modal-dialog .modal-body .memebership-benefits-list,
  #playerMigrationModal .modal-dialog .modal-body .memebership-benefits-list {
    margin-bottom: 2rem;
  }
}
#playerUpgradeModal .modal-dialog .modal-body .memebership-benefits-list li,
#userMembershipBenefitsModal .modal-dialog .modal-body .memebership-benefits-list li,
#playerMigrationModal .modal-dialog .modal-body .memebership-benefits-list li {
  margin-bottom: 0.5rem !important;
}
#playerUpgradeModal .modal-dialog .modal-body .benefit-label,
#userMembershipBenefitsModal .modal-dialog .modal-body .benefit-label,
#playerMigrationModal .modal-dialog .modal-body .benefit-label {
  margin-bottom: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile,
#playerMigrationModal .modal-dialog .modal-body .pro-tile {
  background-color: #fff;
  border: 1px solid #2D219A;
  border-radius: 0.375rem;
  width: 100%;
  height: auto;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  border-color: #868686;
  color: #868686;
  text-align: left;
  padding: 0.75rem 0.875rem;
  vertical-align: middle;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile .product-value,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .product-value,
#playerMigrationModal .modal-dialog .modal-body .pro-tile .product-value {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  #playerUpgradeModal .modal-dialog .modal-body .pro-tile .product-value,
  #userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .product-value,
  #playerMigrationModal .modal-dialog .modal-body .pro-tile .product-value {
    font-size: 1.25rem;
  }
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile .product-option-value .custom-radio,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .product-option-value .custom-radio,
#playerMigrationModal .modal-dialog .modal-body .pro-tile .product-option-value .custom-radio {
  outline: none;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile .pur-radio-button,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .pur-radio-button,
#playerMigrationModal .modal-dialog .modal-body .pro-tile .pur-radio-button {
  margin-bottom: 0.25rem;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile .pro-radio-button::before,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .pro-radio-button::before,
#playerMigrationModal .modal-dialog .modal-body .pro-tile .pro-radio-button::before {
  content: "✓";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #707070;
  border-radius: 50%;
  padding-top: 0.125rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-right: 0.125rem;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile.selected,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile.selected,
#playerMigrationModal .modal-dialog .modal-body .pro-tile.selected {
  border-color: #2D219A;
  color: #2D219A;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile.selected .pro-radio-button::before,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile.selected .pro-radio-button::before,
#playerMigrationModal .modal-dialog .modal-body .pro-tile.selected .pro-radio-button::before {
  background-color: #2D219A;
  border-color: #2D219A;
}

#playerMigrationModal #playerMigrationForm .name-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  #playerMigrationModal #playerMigrationForm .name-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#playerMigrationModal #playerMigrationForm .first-name-field,
#playerMigrationModal #playerMigrationForm .last-name-field {
  width: 100%;
}
@media (min-width: 1024px) {
  #playerMigrationModal #playerMigrationForm .first-name-field,
  #playerMigrationModal #playerMigrationForm .last-name-field {
    width: 48%;
  }
}
#playerMigrationModal #playerMigrationForm .custom-control-label,
#playerMigrationModal #playerMigrationForm a {
  font-size: 0.875rem;
  line-height: 1.375rem;
}
#playerMigrationModal #playerMigrationForm .custom-control-label,
#playerMigrationModal #playerMigrationForm .invalid-feedback {
  text-align: left;
}
#playerMigrationModal #playerMigrationForm .custom-control-label::before,
#playerMigrationModal #playerMigrationForm .custom-control-label::after {
  top: 0.5rem;
}
#playerMigrationModal #playerMigrationForm .player-join-button {
  width: 100%;
}
@media (min-width: 1024px) {
  #playerMigrationModal #playerMigrationForm .player-join-button {
    width: 50%;
  }
}
#playerMigrationModal #playerMigrationForm .will-join-later-btn {
  color: black;
  border-color: #da362c;
  background-color: #fff;
  padding: 0.875rem 1.125rem;
  font-size: 0.75rem;
  line-height: 1.2rem;
  width: 100%;
  margin-top: 1rem;
}
@media (min-width: 1024px) {
  #playerMigrationModal #playerMigrationForm .will-join-later-btn {
    width: auto;
    margin-top: 0;
  }
}
#playerMigrationModal .benefit-text {
  text-align: left;
}
#playerMigrationModal .mandatory-fields-message {
  font-size: 0.75rem;
  line-height: 1.125rem;
  text-align: left;
}

.upgrade-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #000;
  border-radius: 0.5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: -3rem;
}
@media (min-width: 1024px) {
  .upgrade-banner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: -2rem;
  }
}
.upgrade-banner .membership-details {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding: 1.25rem;
  background: #fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-details {
    padding: 1.5rem 2rem;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0.5rem;
  }
}
.upgrade-banner .membership-details a {
  outline: none;
}
.upgrade-banner .upgrade-button {
  margin-top: 1rem;
  padding: 0.5rem 2.125rem;
}
.upgrade-banner .membership-benefits {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  background: #000;
  color: #fff;
  padding: 2rem 1rem;
  border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-benefits {
    padding: 2.5rem 0.5rem 2.5rem 3.5rem;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0.5rem;
  }
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-benefits.pro-auto-renew {
    padding: 1.5rem 2rem;
  }
}
.upgrade-banner .membership-benefits.pro-auto-renew .benefit-message {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-benefits.pro-auto-renew .benefit-message {
    font-size: 12px;
  }
}
.upgrade-banner .membership-benefits.pro-auto-renew .value {
  font-size: 1rem;
}
.upgrade-banner .membership-benefits.pro-auto-renew .banner-footer p {
  font-size: 0.625rem;
  margin-bottom: 0;
  line-height: 0.8125rem;
  margin-top: 0.9375rem;
}
.upgrade-banner .membership-benefits.pro-auto-renew .banner-footer a {
  position: relative;
  margin-top: 0.9375rem;
  border: none;
}
.upgrade-banner .membership-benefits.pro-auto-renew .banner-footer a::before {
  content: "";
  width: 0.9375rem;
  height: 0.9375rem;
  background: #da362c;
  position: absolute;
  right: -1.25rem;
  border-radius: 1rem;
}
.upgrade-banner .membership-benefits.pro-auto-renew .banner-footer a::after {
  content: "";
  border-color: #fff;
  border-style: solid;
  border-width: 2px 2px 0 0;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 4px;
  right: -0.875rem;
}
.upgrade-banner .membership-benefits .benefit-heading {
  font-weight: 900;
  margin-bottom: 0.5rem;
}
.upgrade-banner .membership-benefits .member-benefit {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-right: 1rem;
  text-align: left;
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-benefits .member-benefit {
    padding-right: 2rem;
  }
}
.upgrade-banner .membership-benefits .benefit-message {
  font-size: 0.625rem;
}
@media (min-width: 1024px) {
  .upgrade-banner .membership-benefits .benefit-message {
    font-size: 0.875rem;
  }
}
.upgrade-banner .value {
  font-size: 2rem;
}

#playerUpgradeModal .modal-dialog .modal-header,
#userMembershipBenefitsModal .modal-dialog .modal-header,
#playerMigrationModal .modal-dialog .modal-header {
  background-image: url("../../images/power-up-rewards/pur-modal-background-enhanced.svg");
  background-size: cover;
  background-position: top right;
  padding: 2.5rem 1.25rem;
  position: relative;
  min-height: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#playerUpgradeModal .modal-dialog .modal-header .close,
#userMembershipBenefitsModal .modal-dialog .modal-header .close,
#playerMigrationModal .modal-dialog .modal-header .close {
  position: absolute;
  margin: 0;
  top: 0;
  right: 0;
}
#playerUpgradeModal .modal-dialog .modal-header .close span,
#userMembershipBenefitsModal .modal-dialog .modal-header .close span,
#playerMigrationModal .modal-dialog .modal-header .close span {
  display: block;
  background: #212322;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  font-weight: 400;
  width: 32px;
  height: 32px;
  line-height: 28px;
}
#playerUpgradeModal .modal-dialog .modal-body,
#userMembershipBenefitsModal .modal-dialog .modal-body,
#playerMigrationModal .modal-dialog .modal-body {
  padding-top: 24px;
  padding-bottom: 24px;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile,
#playerMigrationModal .modal-dialog .modal-body .pro-tile {
  border-width: 1px 0 0 0;
  border-radius: 0;
  padding: 0;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile .product-option-value .btn,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile .product-option-value .btn,
#playerMigrationModal .modal-dialog .modal-body .pro-tile .product-option-value .btn {
  max-width: 232px;
}
#playerUpgradeModal .modal-dialog .modal-body .pro-tile.selected,
#userMembershipBenefitsModal .modal-dialog .modal-body .pro-tile.selected,
#playerMigrationModal .modal-dialog .modal-body .pro-tile.selected {
  border-color: #eee;
  color: #000;
}

#userMembershipBenefitsModal .modal-dialog .modal-header {
  background-image: url("../../images/power-up-rewards/pur-modal-background-enhanced-diamond.svg"), url("../../images/power-up-rewards/pur-modal-background-enhanced-2.svg");
  background-position: center center, top right;
  background-size: contain, cover;
  background-repeat: no-repeat;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.pro-renewal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-renewal .thanks-message,
.pro-renewal .expiry-message {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}
.pro-renewal .thanks-message {
  max-width: 85%;
}
.pro-renewal .price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1024px) {
  .pro-renewal .price-wrapper {
    display: block;
  }
}
.pro-renewal .expiry-message {
  line-height: 1.25rem;
  max-width: none;
  font-size: 1rem;
  padding-right: 3rem;
}
@media (min-width: 1024px) {
  .pro-renewal .expiry-message {
    font-size: 0.75rem;
    max-width: 80%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.pro-renewal .price-per-year {
  padding-bottom: 1.5rem;
  font-size: 0.75rem;
  font-weight: 900;
}
.pro-renewal .add-pro-to-cart-btn {
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1.5rem;
  margin-right: 1rem;
  font-size: 0.75rem;
}
.pro-renewal .savings-pro-day,
.pro-renewal .reward-points-normal-day {
  font-size: 0.815rem;
  line-height: 1.125rem;
  color: #056808;
  margin-top: 0;
  margin-bottom: 0.25rem;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .pro-renewal .savings-pro-day,
  .pro-renewal .reward-points-normal-day {
    margin-top: 1.2rem;
  }
}
.pro-renewal .earn-double-points-text {
  font-size: 0.625rem;
  text-align: left;
  line-height: 1.125rem;
  max-width: 80%;
}
.pro-renewal .earn-double-points-text ul {
  padding-left: 1rem;
}
.pro-renewal .earn-double-points-text ul li {
  line-height: 1.125rem;
}
.pro-renewal .proday-default-points-message {
  margin-top: 0;
}
@media (min-width: 1024px) {
  .pro-renewal .proday-default-points-message {
    margin-top: 0.7rem;
  }
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
#proRenewModal .modal-dialog {
  width: 95%;
  max-width: 1059px;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog {
    width: 55%;
  }
}
#proRenewModal .modal-dialog .modal-header {
  padding: 1.25rem;
}
#proRenewModal .modal-dialog .modal-header .close span {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 50%;
  padding: 0 0.3125rem;
  font-weight: 400;
}
#proRenewModal .modal-dialog .modal-body {
  padding: 0 1rem;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body {
    padding: 0 3.5rem;
  }
}
#proRenewModal .modal-dialog .modal-body h2 {
  text-align: center;
  font-size: 1.75rem;
  padding: 0 2.5rem;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body h2 {
    text-align: left;
    font-size: 1.5rem;
    padding: 0;
  }
}
#proRenewModal .modal-dialog .modal-body .membership-details {
  text-align: center;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .membership-details {
    text-align: left;
  }
}
#proRenewModal .modal-dialog .modal-body .membership-details .details-description {
  text-align: left;
  line-height: 1.5rem;
  font-size: 1.125rem;
}
#proRenewModal .modal-dialog .modal-body .membership-details .value {
  position: absolute;
  bottom: 0;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .membership-details .value {
    position: static;
  }
}
#proRenewModal .modal-dialog .modal-body .select-pro-category {
  margin-bottom: 2rem;
}
#proRenewModal .modal-dialog .modal-body .select-pro-category .grid-tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .select-pro-category .grid-tile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#proRenewModal .modal-dialog .modal-body .select-pro-category .grid-tile .product-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
#proRenewModal .modal-dialog .modal-body .select-pro-category .pur-add-to-cart {
  margin-top: 0;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .select-pro-category .pur-add-to-cart {
    margin-top: 5rem;
  }
}
#proRenewModal .modal-dialog .modal-body .benefit-label {
  margin-bottom: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-right: 2.5rem;
  text-align: left;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .benefit-label {
    font-size: 1rem;
    line-height: 1.5rem;
    padding-right: 0;
  }
}
#proRenewModal .modal-dialog .modal-body .pro-tile {
  background-color: #fff;
  border: 2px solid #da362c;
  border-radius: 0.375rem;
  width: 160px;
  height: 136px;
  margin-bottom: 1.25rem;
  margin-top: 0.5rem;
  border-color: #868686;
  color: #868686;
  text-align: left;
  padding: 0.75rem 0.875rem;
  vertical-align: middle;
}
#proRenewModal .modal-dialog .modal-body .pro-tile .product-value {
  font-size: 1.125rem;
}
@media (min-width: 1024px) {
  #proRenewModal .modal-dialog .modal-body .pro-tile .product-value {
    font-size: 1.25rem;
  }
}
#proRenewModal .modal-dialog .modal-body .pro-tile .product-option-value .custom-radio {
  outline: none;
}
#proRenewModal .modal-dialog .modal-body .pro-tile .pur-radio-button {
  margin-bottom: 0.25rem;
}
#proRenewModal .modal-dialog .modal-body .pro-tile .pro-radio-button::before {
  content: "✓";
  display: inline-block;
  height: 1.5rem;
  width: 1.5rem;
  border: 1px solid #707070;
  border-radius: 50%;
  padding-top: 0.125rem;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding-right: 0.125rem;
}
#proRenewModal .modal-dialog .modal-body .pro-tile.selected {
  border-color: #da362c;
  color: #da362c;
}
#proRenewModal .modal-dialog .modal-body .pro-tile.selected .pro-radio-button::before {
  background-color: #da362c;
  border-color: #da362c;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
/* TODO make normal style */
.js_paypal_error {
  display: none;
}

.paypal-cart-buttons-container {
  display: block;
}

.paypal-cart-buttons-container a {
  display: inline-block;
  vertical-align: middle;
}

.paypal-cart-button {
  padding: 0 !important;
  margin: 0;
  min-height: 45px;
  background: 50% 10px url("../../images/ajaxLoader.gif") no-repeat !important;
}

.paypal-cart-credit-button {
  background: #003087 50% 40% url(../images/ajaxLoaderWhiteBlue.gif) no-repeat !important;
}

.paypal-checkout-button {
  min-height: 37px;
  padding-top: 8px;
}

.paypal-mini-logo {
  display: inline-block;
  width: 60px;
  height: 37px;
  background: url(../../images/paypal_mini_logo.png) no-repeat;
  background-size: 100% 100%;
  border: 1px solid #f1f1f1;
  vertical-align: middle;
}

.paypal-email {
  line-height: 37px;
}

.paypal-email .paypal-mini-logo {
  margin-right: 10px;
}

.paypal-cart-ba-button {
  padding-bottom: 10px;
  text-align: right;
}

.paypal-cart-ba-button .paypal-cart-button {
  margin-bottom: 0;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.dw-apple-pay-button.apple-pay-cart,
.dw-apple-pay-button.apple-pay-cart:hover {
  width: 100%;
  padding: 0.5em 1em;
  margin: auto;
  border-radius: 0.25rem;
  height: 45px;
  margin-top: 1.025rem;
}

@media (max-width: 575.98px) {
  .checkout-continue .checkout-and-applepay {
    padding: 0 12px 1.625em;
  }
}

.dw-apple-pay-button.apple-pay-pdp,
.dw-apple-pay-button.apple-pay-pdp:hover {
  padding: 1.025rem 1.124rem;
}
.sticky .dw-apple-pay-button.apple-pay-pdp,
.sticky .dw-apple-pay-button.apple-pay-pdp:hover {
  margin: 0 12px;
}
@media (min-width: 576px) {
  .sticky .dw-apple-pay-button.apple-pay-pdp,
  .sticky .dw-apple-pay-button.apple-pay-pdp:hover {
    margin: 0 0 0 8px;
  }
}

.cart-and-ipay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.applepay-tab-wrapper {
  display: none;
}

body.apple-pay-enabled .applepay-tab-wrapper {
  display: block;
}

.trade-in-order {
  margin: 0 24px 20px;
}
.account-dashboard-container.order-track.order-track-redesign .trade-in-order {
  margin: 0 0 16px;
}
@media (min-width: 1024px) {
  .trade-in-order {
    margin: 0 20px 14px;
  }
  .account-dashboard-container.order-track.order-track-redesign .trade-in-order {
    margin: 0 0 20px;
  }
}
.account-dashboard-container.order-track.order-track-redesign .trade-in-order.trade-in-order-cancel {
  margin-bottom: 0;
}
.account-dashboard-container.order-track.order-track-redesign .trade-in-order.trade-in-order-cancel .trade-in-message {
  font-size: 0.75rem;
  line-height: 17px;
}
.trade-in-wrapper {
  background: #fffeea;
  border-radius: 6px;
  padding: 20px 16px 16px 52px;
}
.trade-in-message {
  color: #000;
  font-size: 0.875rem;
  letter-spacing: 0.01px;
  line-height: 20px;
  position: relative;
}
.trade-in-required-parent .trade-in-message.long-text::before {
  display: none;
}
.trade-in-message::before {
  background: url("../../images/svg-icons/alert-message.svg") 0 0 no-repeat;
  border-radius: 15px;
  content: "";
  display: block;
  height: 24px;
  left: -35px;
  position: absolute;
  top: -3px;
  width: 24px;
}
.trade-in-message span {
  font-weight: 700;
}
.trade-in-guide-container {
  border-radius: 8px;
  padding: 32px 16px 8px;
}
@media (min-width: 1024px) {
  .trade-in-guide-container {
    padding-top: 24px;
  }
}
.trade-in-guide-wrapper {
  padding: 0 35px 20px 48px;
  position: relative;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper {
    padding-bottom: 24px;
    padding-left: 58px;
    padding-right: 51px;
  }
}
.trade-in-order-cnfrm-msg .trade-in-guide-wrapper::before {
  display: none;
}
.trade-in-guide-wrapper::before {
  background: url("../../images/svg-icons/trade-in.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 40px;
  left: 19px;
  position: absolute;
  top: -11px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper::before {
    left: 23px;
    top: -9px;
  }
}
.trade-in-guide-wrapper .message-text-required, .trade-in-guide-wrapper .message-text-how, .trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second, .trade-in-guide-wrapper .message-text-third {
  display: block;
}
.trade-in-guide-wrapper .message-text-required, .trade-in-guide-wrapper .message-text-how {
  font-weight: 900;
}
.trade-in-guide-wrapper .message-text-fist span, .trade-in-guide-wrapper .message-text-third span {
  font-weight: 700;
}
.trade-in-guide-wrapper .message-text-required, .trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second, .trade-in-guide-wrapper .message-text-third {
  font-size: 0.75rem;
  line-height: 15px;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper .message-text-required, .trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second, .trade-in-guide-wrapper .message-text-third {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.trade-in-guide-wrapper .message-text-required {
  margin-bottom: 8px;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper .message-text-required {
    margin-bottom: 4px;
  }
}
.trade-in-guide-wrapper .message-text-how {
  font-size: 1rem;
  line-height: 20px;
  margin-bottom: 25px;
  max-width: 210px;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper .message-text-how {
    margin-bottom: 37px;
  }
}
.trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second, .trade-in-guide-wrapper .message-text-third {
  padding-left: 40px;
  position: relative;
}
.trade-in-guide-wrapper .message-text-first::before, .trade-in-guide-wrapper .message-text-second::before, .trade-in-guide-wrapper .message-text-third::before {
  background-color: #000;
  border-radius: 16px;
  color: #fff;
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  left: 0;
  letter-spacing: 0.02px;
  line-height: 22px;
  height: 32px;
  padding: 5px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
.trade-in-guide-wrapper .message-text-first span, .trade-in-guide-wrapper .message-text-second span, .trade-in-guide-wrapper .message-text-third span {
  font-weight: 700;
}
.trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .trade-in-guide-wrapper .message-text-first, .trade-in-guide-wrapper .message-text-second {
    margin-bottom: 16px;
  }
}
.trade-in-guide-wrapper .message-text-first::before {
  content: "1";
}
.trade-in-guide-wrapper .message-text-second::before {
  content: "2";
}
.trade-in-guide-wrapper .message-text-third::before {
  content: "3";
}

.trade-in-product-message {
  background: #fff;
  border-radius: 0.5rem;
  margin-bottom: 16px;
  margin-top: 12px;
}
.order-review-section .trade-in-product-message {
  padding: 0 10px;
}
@media (min-width: 1024px) {
  .order-review-section .trade-in-product-message {
    padding-left: 14px;
    padding-right: 0;
  }
}

.trade-in-row .trade-in-order-cnfrm-msg {
  margin-right: 3px;
}
.trade-in-row .trade-in-order-cnfrm-msg .trade-in-order-cancel-message .trade-in-cancel-message {
  font-size: 0.625rem;
}
.trade-in-row .trade-in-product-message {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .trade-in-row .trade-in-product-message .trade-in-guide-container {
    padding: 16px 11px 16px 31px;
  }
}
@media (min-width: 1024px) {
  .trade-in-row .trade-in-product-message .trade-in-guide-wrapper {
    display: block;
    margin-bottom: 15px;
  }
  .trade-in-row .trade-in-product-message .trade-in-guide-wrapper .heading-container,
  .trade-in-row .trade-in-product-message .trade-in-guide-wrapper .information-container {
    width: 100%;
  }
  .trade-in-row .trade-in-product-message .trade-in-guide-wrapper .heading-container {
    margin-bottom: 16px;
  }
}
@media (min-width: 1024px) {
  .trade-in-row .trade-in-product-message .trade-in-order-cancel-message {
    display: block;
    margin: 0;
    width: 100%;
  }
}
.trade-in-row .confirmation-trade-in {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in {
    padding-left: 21px;
  }
}
.trade-in-row .confirmation-trade-in .trade-in-store-details .disclaimer-msg {
  margin-bottom: 0;
}
.trade-in-row .confirmation-trade-in .disclaimer-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 72%;
          flex: 0 0 72%;
  font-size: 0.75rem;
  line-height: 18px;
  margin-bottom: 22px;
  margin-left: auto;
  max-width: 72%;
  padding-right: 7px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in .disclaimer-msg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 84%;
            flex: 0 0 84%;
    max-width: 84%;
    padding-right: 4px;
  }
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details {
  margin-bottom: 10px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  margin-right: 0;
  max-width: 25%;
  padding: 0 7px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15%;
            flex: 0 0 15%;
    max-width: 15%;
    padding: 0 4px 0 12px;
  }
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-image img {
  height: 60px;
  width: 60px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  padding: 0 7px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes {
    padding-left: 4px;
    padding-right: 12px;
  }
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .line-item-name {
  margin-bottom: 8px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .line-item-name span {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .line-item-product-quantity span {
  font-size: 1rem;
  line-height: 19px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .line-item-product-quantity .trade-in-label {
  display: block;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .line-item-product-quantity .trade-in-estimate {
  font-weight: 900;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip {
  background: url("../../images/svg-icons/icon-info.svg") 0 0 no-repeat;
  display: inline-block;
  height: 24px;
  position: relative;
  vertical-align: middle;
  width: 24px;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip:hover .tooltiptext {
  visibility: visible;
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip .tooltiptext {
  background-color: #232323;
  border-radius: 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  left: -36px;
  line-height: 16px;
  min-height: 79px;
  padding: 24px 20px 27px;
  position: absolute;
  text-align: left;
  top: -50px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: hidden;
  width: 270px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip .tooltiptext {
    left: 30px;
    top: -51px;
  }
}
.trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip .tooltiptext::after {
  background-color: #232323;
  border: none;
  bottom: unset;
  content: "";
  display: block;
  height: 18px;
  position: absolute;
  right: 26%;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 100%;
  width: 18px;
}
@media (min-width: 1024px) {
  .trade-in-row .confirmation-trade-in .trade-in-product-line-item-details .item-attributes .sku-tooltip .tooltiptext::after {
    left: 43%;
  }
}

#trade-in-product-order-details .close.tradeInModalClose {
  display: none;
}

.trade-in-order-cnfrm-msg {
  margin-left: 19px;
  margin-right: 16px;
}
.trade-in-order-cnfrm-msg .trade-in-guide-container {
  background-color: rgba(102, 204, 255, 0.1);
  border-radius: 0;
  padding: 16px 31px;
  position: relative;
}
@media (min-width: 1024px) {
  .trade-in-order-cnfrm-msg .trade-in-guide-container {
    padding-right: 50px;
  }
}
.trade-in-order-cnfrm-msg .trade-in-guide-container::before {
  background: url("../../images/svg-icons/trade-in.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 40px;
  left: -3px;
  position: absolute;
  top: 8px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 30px;
}
.trade-in-order-cnfrm-msg .trade-in-guide-wrapper {
  padding: 0 0 25px;
}
@media (min-width: 1024px) {
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    padding: 0;
  }
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .heading-container,
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .information-container {
    width: 50%;
  }
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .heading-container .message-text-how {
    margin-bottom: 0;
  }
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .information-container {
    padding-top: 3px;
  }
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .message-text-required {
    font-size: 0.75rem;
    line-height: 15px;
  }
  .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .message-text-first, .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .message-text-second, .trade-in-order-cnfrm-msg .trade-in-guide-wrapper .message-text-third {
    font-size: 0.75rem;
    line-height: 16px;
  }
}
@media (min-width: 1024px) {
  .trade-in-order-cnfrm-msg .trade-in-order-cancel-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: 50%;
  }
}
.trade-in-order-cnfrm-msg .trade-in-order-cancel-message .trade-in-cancel-message {
  display: inline-block;
  font-size: 0.625rem;
  line-height: 14px;
  padding-left: 9px;
  position: relative;
}
.trade-in-order-cnfrm-msg .trade-in-order-cancel-message .trade-in-cancel-message::before {
  content: "*";
  display: block;
  font-size: 0.625rem;
  height: 14px;
  line-height: 14px;
  left: 3px;
  position: absolute;
  text-align: left;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 11px;
}

@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal {
    max-width: 496px;
  }
}
.modal-dialog.trade-in-modal .close {
  position: absolute;
  top: -1px;
  right: -7px;
  width: 25px;
  height: 25px;
  text-align: center;
  float: unset;
  display: inline;
  padding: 0;
  font-weight: 400;
  opacity: 1;
  text-shadow: unset;
}
.modal-dialog.trade-in-modal .close span {
  color: #000;
  font-size: 2.1875rem;
  line-height: 13px;
  text-align: center;
}
.modal-dialog.trade-in-modal .modal-body {
  padding-top: 30px;
}
.modal-dialog.trade-in-modal .trade-in-guide-wrapper {
  margin-bottom: 25px;
  padding: 0 0 0 45px;
}
@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal .trade-in-guide-wrapper {
    margin-bottom: 17px;
  }
}
.modal-dialog.trade-in-modal .trade-in-guide-wrapper::before {
  top: -6px;
}
@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal .trade-in-guide-wrapper::before {
    left: 15px;
  }
}
@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal .trade-in-guide-wrapper .message-text-required {
    font-size: 0.75rem;
    line-height: 15px;
  }
}
.modal-dialog.trade-in-modal .trade-in-guide-container {
  border-radius: 0;
  padding: 0;
}
.modal-dialog.trade-in-modal .trade-in-guide-container .message-text-first, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-second, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-third {
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 17px;
  padding-left: 0;
}
@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-first, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-second, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-third {
    letter-spacing: 0.01px;
    line-height: 20px;
  }
}
.modal-dialog.trade-in-modal .trade-in-guide-container .message-text-first::before, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-second::before, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-third::before {
  left: -40px;
}
@media (min-width: 1024px) {
  .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-first::before, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-second::before, .modal-dialog.trade-in-modal .trade-in-guide-container .message-text-third::before {
    left: -45px;
  }
}
.modal-dialog.trade-in-modal .trade-in-guide-container .trade-in-order.trade-in-order-cancel {
  margin: 0;
  padding-left: 15px;
}
.modal-dialog.trade-in-modal .trade-in-guide-container .trade-in-order.trade-in-order-cancel .trade-in-wrapper {
  background: none;
  padding: 0;
}
.modal-dialog.trade-in-modal .trade-in-guide-container .trade-in-order.trade-in-order-cancel .trade-in-wrapper .trade-in-message {
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
}
.modal-dialog.trade-in-modal .trade-in-guide-container .trade-in-order.trade-in-order-cancel .trade-in-wrapper .trade-in-message::before {
  background: none;
  content: "*";
  height: 12px;
  left: -10px;
  top: 0;
  width: 10px;
}

.cart-checkout-trade-in .trade-in-required-parent {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent {
    margin-left: auto;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info {
  margin-left: auto;
  margin-right: 0;
  padding: 0;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row {
    padding-top: 10px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row img.product-image {
  padding-right: 0;
  width: 60px;
  height: 60px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row img.product-image {
    width: 90px;
    height: 90px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-image {
  padding-right: 4px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-image {
    padding-right: 12px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information-container {
  padding-left: 4px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information-container {
    padding-left: 12px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-name {
  margin-bottom: 8px;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-name a {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .trade-in-estimate {
  font-size: 1rem;
  font-weight: 500;
  line-height: 19px;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .trade-in-estimate span {
  display: block;
  font-weight: 900;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip {
  background: url("../../images/svg-icons/icon-info.svg") 0 0 no-repeat;
  display: inline-block;
  height: 21px;
  vertical-align: middle;
  width: 24px;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip:hover .tooltiptext {
  visibility: visible;
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip .tooltiptext {
  background-color: #232323;
  color: #fff;
  left: -168px;
  line-height: 16px;
  min-height: 79px;
  padding: 27px 20px 24px;
  text-align: left;
  top: 30px;
  visibility: hidden;
  width: 270px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip .tooltiptext {
    left: 37px;
    padding: 24px 20px 27px;
    top: -18px;
    width: 300px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip .tooltiptext::after {
  background-color: #232323;
  border: none;
  bottom: unset;
  height: 18px;
  right: 27%;
  margin-top: 0;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  top: 0;
  width: 18px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .row .product-information .sku-tooltip .tooltiptext::after {
    left: 0;
    right: unset;
    top: 29px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details {
  margin-bottom: 17px;
  padding-bottom: 7px;
  padding-left: 28px;
  position: relative;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details {
    padding-bottom: 0;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details::before {
  background: url("../images/svg-icons/trade-in.svg") 0 0 no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 22px;
  left: 3px;
  position: absolute;
  top: -3px;
  width: 16px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details {
    margin-bottom: 12px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details span {
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 15px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details span {
    font-size: 0.875rem;
    line-height: 18px;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg {
  margin-left: auto;
  padding-left: 0;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg {
    padding-left: 12px;
    margin-top: 0;
  }
}
.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg span {
  font-size: 0.75rem;
  line-height: 18px;
}

.trade-in-value-line p,
.trade-in-value-line span, .trade-in-saving-line p,
.trade-in-saving-line span {
  font-size: 0.75rem;
  line-height: 15px;
  margin-bottom: 0;
}
.trade-in-value-line {
  margin-bottom: 16px;
}
.trade-in-saving-line {
  margin-bottom: 24px;
}

.trade-in-message.trade-in-learnmore {
  background-color: #fffeea;
  margin: 16px auto 0;
  padding: 17px 21px 19px 48px;
}
.trade-in-message.trade-in-learnmore::before {
  display: none;
}
@media (min-width: 1024px) {
  .trade-in-message.trade-in-learnmore {
    display: inline-block;
    padding: 12px 23px 12px 52px;
  }
}
.trade-in-message.trade-in-learnmore .cart-page-msg,
.trade-in-message.trade-in-learnmore a {
  font-size: 0.75rem;
  line-height: 17px;
}
.trade-in-message.trade-in-learnmore .cart-page-msg {
  font-weight: 700;
  position: relative;
  margin-bottom: 3px;
}
.trade-in-message.trade-in-learnmore .cart-page-msg::before {
  background: url("../../images/svg-icons/alert-message.svg") 0 0 no-repeat;
  content: "";
  display: block;
  height: 24px;
  left: -20px;
  position: absolute;
  top: -3px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 24px;
}
@media (min-width: 1024px) {
  .trade-in-message.trade-in-learnmore .cart-page-msg::before {
    top: -6px;
  }
}
@media (min-width: 1024px) {
  .trade-in-message.trade-in-learnmore .trade-in-info-widget {
    display: inline-block;
    padding-left: 12px;
  }
}
.trade-in-message.trade-in-learnmore a {
  text-decoration: underline;
}

.checkout-flow.cart-checkout-trade-in {
  overflow: hidden;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent {
  background-color: transparent;
  margin-left: auto;
  max-width: calc(100% - 34px);
  padding: 0;
  position: relative;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info {
  background-color: rgba(102, 204, 255, 0.1);
  padding: 16px 13px 16px 25px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
  }
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details {
  margin-bottom: 24px;
  padding-left: 0;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-details::before {
  background: url("../../images/svg-icons/trade-in-small.svg") 0 0 no-repeat;
  background-size: cover;
  height: 24px;
  left: -25px;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 18px;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg,
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-message {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg,
  .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-message {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
    padding-right: 0;
  }
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg span,
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-message span {
  line-height: 16px;
}
@media (min-width: 1024px) {
  .product-summary-block .product-line-item .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    max-width: 100%;
    padding-left: 4px;
  }
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .line-item-attributes {
  color: #000;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .line-item-attributes span {
  font-size: 0.875rem;
  line-height: 20px;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row > .product-image {
  padding-right: 7px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row > .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
    padding-left: 4px;
  }
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row .product-information-container {
  padding-left: 7px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row .product-information-container {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row .item-attributes {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: 100%;
}
.checkout-flow.cart-checkout-trade-in .trade-in-required-parent .row .item-image {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  max-width: none;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent {
    margin: 20px 56px 25px 24px;
    max-width: 486px;
    width: calc(100% - 56px);
  }
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .trade-in-product-info.product-info {
    padding: 16px 12px 12px 38px;
  }
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row {
  padding-top: 0;
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row > .product-image {
  padding-right: 7px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row > .product-image {
    padding-right: 12px;
  }
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row > .product-image .item-image {
  padding: 0 12px;
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row > .product-image img.product-image {
  padding-right: 0;
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row .product-information .sku-tooltip {
  display: none;
}
.checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row .product-information-container {
  padding-left: 7px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row .product-information-container {
    padding-left: 12px;
  }
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.shipment-trade-in .trade-in-required-parent .row .product-information-container {
    padding-right: 0;
  }
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in {
  margin-right: -16px;
  margin-bottom: 16px;
  overflow: visible;
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent {
  margin-left: 0;
  max-width: none;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent {
    margin: 20px 56px 25px 24px;
    max-width: 486px;
    width: calc(100% - 56px);
  }
  .product-summary-block .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent {
    margin: 0;
    max-width: none;
    width: auto;
  }
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg {
  max-width: none;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .trade-in-product.product-info .trade-in-msg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row {
    margin-bottom: 14px;
  }
  .product-summary-block .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row {
    margin-bottom: 20px;
  }
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image {
  padding-right: 7px;
}
.order-product-summary .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image {
  height: 60px;
  width: 60px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image {
    padding-right: 12px;
  }
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image img.product-image {
  padding-right: 0;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image {
    padding-right: 12px;
  }
  .product-summary-block .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image {
    padding-right: 7px;
  }
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image .item-image {
    padding: 0 12px;
  }
}
.order-product-summary .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-image .item-image {
  padding: 0;
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-information .sku-tooltip {
  display: none;
}
.checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-information-container {
  padding-left: 7px;
}
@media (min-width: 1024px) {
  .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-information-container {
    padding-left: 12px;
  }
  .product-summary-block .checkout-flow.cart-checkout-trade-in.payment-trade-in .trade-in-required-parent .row .product-information-container {
    padding-left: 7px;
  }
}
.checkout-flow.cart-checkout-trade-in .sp-checkout {
  padding-bottom: 10px;
}

.payment-text-trade-in {
  font-size: 0.75rem;
  line-height: 16px;
  margin-top: 20px;
}

.single-page-checkout .cart-checkout-trade-in.checkout-flow {
  margin-bottom: 16px;
  overflow: visible;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent {
  margin-left: 9px;
  max-width: calc(100% - 9px);
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent.sp-checkout {
  margin-left: auto;
  max-width: 100%;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details {
  padding-bottom: 0;
}
@media (min-width: 1024px) {
  .single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details {
    margin-bottom: 20px;
  }
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details .view-more-button-trade-in-details {
  background-color: transparent;
  color: #000;
  border: none;
  margin-bottom: 15px;
  cursor: pointer;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details .view-more-button-trade-in-details img {
  margin-left: 0.3rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details .view-more-button-trade-in-details .more-label {
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details .view-more-button-trade-in-details .rotateIcon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-details::before {
  z-index: 10;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-estimate,
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-estimate span {
  display: block;
  font-size: 0.875rem;
  font-weight: 900;
  line-height: 20px;
  margin-bottom: 12px;
}
@media (min-width: 1024px) {
  .single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-estimate,
  .single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-estimate span {
    display: inline-block;
  }
}
@media (min-width: 1024px) {
  .single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-estimate span {
    margin-bottom: 0;
  }
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent.sp-checkout .product-information .trade-in-estimate, .single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent.sp-checkout .product-information .trade-in-estimate span,
.single-page-checkout .cart-checkout-trade-in.checkout-flow .trade-in-required-parent .trade-in-message-checkout-multiple {
  display: block;
  font-size: 0.75rem;
  line-height: 16px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .row .product-information-container {
  padding-left: 11px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .row > .product-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24%;
          flex: 0 0 24%;
  max-width: 25%;
  padding-right: 11px;
}
@media (min-width: 1024px) {
  .single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .row > .product-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9%;
            flex: 0 0 9%;
    height: auto;
    min-width: 68px;
    max-width: 9%;
    width: auto;
  }
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items-section {
  margin-bottom: 24px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items-section .view-more-button {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 15px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items {
  margin-right: 16px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items .item-thumbnail {
  height: 48px;
  width: 48px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items .item-thumbnail .item-image {
  padding: 0 5px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .shipment-items .item-thumbnail .product-image {
  height: 48px;
  width: 38px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view {
  position: relative;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details {
  margin-bottom: 24px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details img.product-image {
    padding: 0;
  }
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details .trade-in-required-parent.sp-checkout {
  padding-bottom: 0;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details .product-image {
  padding-left: 4px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-thumbnail__details .product-information-container {
  padding-right: 24px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .item-image {
  height: 60px;
  padding: 0 6px;
  width: 60px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view img {
  height: 60px;
  width: 48px;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .product-name div {
  display: -webkit-box;
  font-size: 0.75rem;
  line-height: 16px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .product-information .trade-in-estimate {
  margin-bottom: 0;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .product-information .trade-in-estimate span {
  font-weight: 700;
  margin-bottom: 0;
}
.single-page-checkout .cart-checkout-trade-in.checkout-flow.shipment-trade-in__spc--multiple .trade-in-required-parent .trade-in-details-more-view .product-information .trade-in-estimate span .sku-tooltip {
  display: none;
}

.trade-in-message-learnmore {
  background-color: #fffeea;
  border-radius: 6px;
  margin-bottom: 16px;
  padding: 20px 23px 16px 52px;
  position: relative;
}
.trade-in-message-learnmore .msg-wrapper {
  display: block;
}
.trade-in-message-learnmore .msg-wrapper span {
  font-size: 0.75rem;
  letter-spacing: 0.01px;
  line-height: 16px;
}
.trade-in-message-learnmore .msg-wrapper span::before {
  background: url(../../images/svg-icons/alert-message.svg) 0 0 no-repeat;
  border-radius: 15px;
  content: "";
  display: block;
  height: 24px;
  left: 16px;
  position: absolute;
  top: 17px;
  width: 24px;
}

.single-page-checkout .multi-shipping .trade-in-message-learnmore {
  margin-bottom: 0;
  margin-top: 12px;
}
.single-page-checkout .multi-shipping .trade-in-message-learnmore .msg-wrapper span {
  font-weight: 400;
}
.single-page-checkout .multi-shipping .trade-in-message-learnmore .msg-wrapper span::before {
  top: 20px;
}
.single-page-checkout .multi-shipping .gameinformer-message.trade-in,
.single-page-checkout .multi-shipping .powerup-message.trade-in,
.single-page-checkout .multi-shipping .digital-card-message.trade-in,
.single-page-checkout .multi-shipping .powerup-message.trade-in {
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 0.875rem;
  letter-spacing: 0.01px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .single-page-checkout .multi-shipping .gameinformer-message.trade-in,
  .single-page-checkout .multi-shipping .powerup-message.trade-in,
  .single-page-checkout .multi-shipping .digital-card-message.trade-in,
  .single-page-checkout .multi-shipping .powerup-message.trade-in {
    line-height: 22px;
  }
}
.single-page-checkout .multi-shipping .gameinformer-message .trade-in {
  color: rgba(0, 0, 0, 0.7019607843);
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0.01px;
  line-height: 20px;
  margin-bottom: 16px;
  margin-top: 8px;
}
@media (min-width: 1024px) {
  .single-page-checkout .multi-shipping .gameinformer-message .trade-in {
    line-height: 22px;
  }
}

.single-page-checkout .order-summary-section .order-total-summary .trade-in-total-savings-total,
.single-page-checkout .order-summary-section .order-total-summary .tradein-total-savings-total-value {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row {
  margin-bottom: 24px;
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row p,
.single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row span {
  font-size: 0.875rem;
  letter-spacing: 0.01px;
  line-height: 18px;
}
@media (min-width: 1024px) {
  .single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row p,
  .single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row span {
    font-size: 1.125rem;
    line-height: 19px;
  }
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row p {
  font-weight: 400 !important;
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-value-line.row span {
  font-weight: 700;
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-saving-line.row {
  margin-bottom: 22px;
}
.single-page-checkout .order-summary-section .order-total-summary .trade-in-saving-line.row p,
.single-page-checkout .order-summary-section .order-total-summary .trade-in-saving-line.row span {
  font-size: 1rem;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .single-page-checkout .order-summary-section .order-total-summary .trade-in-saving-line.row p,
  .single-page-checkout .order-summary-section .order-total-summary .trade-in-saving-line.row span {
    font-size: 1.125rem;
  }
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
.pro-upsell .pro-upsell-container {
  overflow: hidden;
}
.pro-upsell .pro-upsell-header .heading {
  color: #404040;
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 2.004;
  letter-spacing: -0.015em;
}
.pro-upsell .pro-upsell-image-container .image-container {
  height: 136px;
}
@media (min-width: 768px) {
  .pro-upsell .pro-upsell-image-container .image-container {
    width: 180px;
    height: auto;
  }
}
.pro-upsell .pro-upsell-image-container .image-container img {
  max-height: 100%;
}
@media (min-width: 768px) {
  .pro-upsell .pro-upsell-image-container .image-container img {
    max-width: 100%;
  }
}
.pro-upsell .pro-upsell-text-container {
  border: 1px solid #eee;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.pro-upsell .pro-upsell-text-container .text-details .card-title,
.pro-upsell .pro-upsell-text-container .text-details .card-alternate-title {
  font-weight: 600;
  font-size: 1rem;
}
.pro-upsell .pro-upsell-text-container .text-details .card-sub-title,
.pro-upsell .pro-upsell-text-container .text-details .card-sub-title a {
  font-size: 0.75rem;
}
.pro-upsell .pro-price-cta {
  border-top: 1px solid #F7F7F7;
}
.pro-upsell .pro-upsell-cta .join-btn {
  color: #121212;
  background-color: #fff;
  border: 2px solid;
  border-radius: inherit;
  font-size: 0.875rem;
  border-radius: 27px;
  text-transform: capitalize;
}
.pro-upsell .pro-price-container .card-price-label {
  font-size: 0.75rem;
  line-height: 15px;
}
.pro-upsell .pro-price-container .card-price-value {
  font-weight: 400;
  line-height: 20px;
  font-size: 0.875rem;
}
@media (min-width: 1024px) {
  .pro-upsell .pro-price-container .card-price-value {
    font-size: 1rem;
  }
}
.pro-upsell .pro-price-container .card-price-value .pro-price-value {
  font-weight: 600;
}

.empty-cart-pro-upsell #cart-pro-upsell-content-redesign {
  width: 100%;
  padding: 0 12px;
  margin: 24px 0 8px;
}
@media (min-width: 1024px) {
  .empty-cart-pro-upsell #cart-pro-upsell-content-redesign {
    margin: 40px 0 24px;
  }
}

.cart-product-list .cart-shipment + #cart-pro-upsell-content-redesign,
.cart-product-list .coupons-and-promos + #cart-pro-upsell-content-redesign {
  padding: 0;
}

/* Variable names from http://chir.ag/projects/name-that-color */
/* GameStop Colors */
.color-green-light {
  color: #1f996a;
}

.color-cyan-light {
  color: #36b39c;
}

.color-red {
  color: #da362c;
}

@keyframes easeInCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
@keyframes easeOutCubicMotion {
  to {
    -webkit-transform: translate(150px);
            transform: translate(150px);
  }
}
/* Typography Mixins/Placeholders */
.store-locator-detail .store-finder-link {
  font-weight: 700 !important;
}

.form-group {
  margin-bottom: 1rem;
  position: relative;
}
.form-group .form-control-label {
  font-size: 0.6875rem;
  margin: 0;
  position: absolute;
  top: 10px;
  left: 13px;
  z-index: 1;
  pointer-events: none;
}
.form-group .form-control-label.custom-select-label {
  top: 9px;
}
.form-group .form-control-label.prepopulated {
  -webkit-transition: none;
  transition: none;
}
.form-group .form-control {
  font-size: 1rem;
  line-height: 1rem;
  padding: 1.625rem 0.75rem 0.625rem;
}
.form-group .form-control.is-invalid.password-field {
  background: none;
}
.form-group .form-control-feedback {
  display: none;
  font-size: 0.8125rem;
}
.form-group .password-field {
  padding-right: 30px;
}
.form-group .show-password-option {
  position: absolute;
  top: 19px;
  right: 10px;
  cursor: pointer;
}
.form-group .show-password-option.show-password-icon {
  background: url(../../images/header-and-account-modal-sprite.png) -333px -2px;
  width: 30px;
  height: 30px;
  display: inline-block;
  top: 10px;
  right: 5px;
}
.form-group.has-danger .form-control-feedback, .form-group.has-warning .form-control-feedback {
  display: block;
}
.form-group.has-danger .form-control-feedback {
  display: block;
}
.form-group.required .form-control-label::after {
  content: " *";
}

.radio-block-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio-block-group .form-control-label {
  width: 100%;
}

.radio-block {
  padding-left: 0;
  margin: 0 6px 6px 0;
}
.radio-block input {
  display: none;
}
.radio-block input:checked + label {
  background: #fff;
}
.radio-block input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 3px solid #da362c;
}
.radio-block label {
  position: relative;
  padding: 10px 17px;
  border: 1px solid #d9d9d9;
  background: #f6f6f6;
  cursor: pointer;
}

#store-search-label::after {
  content: "" !important;
}

.detect-location {
  margin-bottom: 1em;
}
@media (max-width: 767.98px) {
  .detect-location:hover {
    color: #000;
  }
}

.map-marker {
  float: left;
  font-size: 2.5em;
  color: #da362c;
  margin-left: 0.625rem;
}

.map-canvas {
  height: 28.125em;
  display: block;
}

.store {
  padding-left: 0.625em;
  padding-right: 0.625em;
}
@media (min-width: 768px) {
  .store {
    padding-left: 1.25em;
    padding-right: 1.25em;
  }
}

.store + .store {
  padding-bottom: 0;
  padding-top: 0;
}

.store + .store::before {
  content: "";
  display: block;
  border-bottom: 0.063em solid #d9d9d9;
  margin: 0 -0.65em 1em;
}
@media (min-width: 1024px) {
  .store + .store::before {
    margin: 0 -1.25em 1em;
  }
}

.store-details .store-name {
  font-weight: 600;
  font-size: 1rem;
  line-height: 20px;
}
.store-details .store-name h2 {
  font-size: 1rem;
  font-weight: 700;
}
.store-details .store-name .store-map {
  font-size: 1rem;
  text-decoration: none;
}
.store-details .store-name .store-map:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .store-details .store-name {
    font-size: 0.9375rem;
  }
}

.storelocator-phone {
  font-size: 0.875rem;
}

.store-details {
  display: block;
  line-height: 1.5rem;
}
.store-details a {
  font-size: 0.75rem;
}
.store-details .storelocator-phone {
  font-size: 0.875rem;
}
.store-details .store-map {
  text-decoration: none;
}
.store-details address {
  margin-bottom: 0 !important;
  line-height: 20px !important;
}

.my-store-container {
  margin-top: 2rem;
}

.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
  font-size: 1rem;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: -0.015em;
  text-align: center;
  border-radius: 8px;
  background-color: #eee;
  padding: 2rem;
}
.store-locator-no-results p {
  max-width: 350px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .store-locator-no-results {
    padding: 1rem;
  }
}

.store-locator-hero {
  background-image: url("../images/storelocator.jpg");
  margin-bottom: 0.625em;
}
@media (min-width: 576px) {
  .store-locator-hero {
    display: none;
  }
}

.store-locator-container {
  width: 100%;
  padding-right: 12px;
  padding-left: 12px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}
@media (min-width: 576px) {
  .store-locator-container {
    max-width: 767px;
  }
}
@media (min-width: 768px) {
  .store-locator-container {
    max-width: 1023px;
  }
}
@media (min-width: 1024px) {
  .store-locator-container {
    max-width: 1279px;
  }
}
@media (min-width: 1280px) {
  .store-locator-container {
    max-width: 1760px;
  }
}
.store-locator-container h1 {
  text-transform: uppercase;
}
.store-locator-container .zipcode-form-group {
  margin: 0;
}
@media (max-width: 1023.98px) {
  .store-locator-container .zipcode-form-group {
    width: 100% !important;
  }
}
.store-locator-container .zipcode-form-group .form-control {
  border: 1px solid #f2f4f7;
  height: auto;
  padding: 12px;
  border-radius: 4px;
  background-color: #f2f4f7;
  width: 100%;
}

@media (max-width: 767.98px) {
  #inStoreInventoryModal .store-locator-container {
    padding: 0 !important;
  }
}

.store-row {
  -ms-flex-wrap: unset !important;
      flex-wrap: unset !important;
  gap: 8px;
  margin: 0 !important;
}
@media (max-width: 767.98px) {
  .store-row {
    margin: auto;
  }
}

.results-card .card {
  height: calc(100% - 1em);
  border: none;
  border-radius: 0;
}

.store-details-link {
  display: block;
}

.my-store-label {
  font-size: 0.75rem;
}
.my-store-label.home-store {
  text-transform: uppercase;
  color: #da362c;
  padding: 0.9rem 1rem 0.9rem 0;
}

.store-phone .bottom-phone {
  display: none;
}

.store-phone.map-phone {
  display: none;
}

.store-hours h4 {
  font-size: 0.75rem;
}
.store-hours .table td {
  border-top: none;
  padding: 0;
}

.filter-stores-link {
  font-weight: 600;
  text-decoration: none;
}
.filter-stores-link:hover {
  text-decoration: none;
}
.filter-stores-link .filter-stores-link {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
}

.filter-stores-container {
  background-color: white;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.filter-stores-container.open {
  opacity: 1;
  max-height: 300px;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.filter-stores-container .icon {
  width: 20px;
}

.gm-style-iw {
  border-radius: 0 !important;
}
.gm-style-iw hr {
  display: none;
}
.gm-style-iw address {
  margin-bottom: 0;
}
.gm-style-iw .store-details {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-left: 0;
  padding: 0.75rem 0.4rem;
  width: 375px;
}
.gm-style-iw .store-details a {
  font-size: 0.875rem;
}
.gm-style-iw .store-details .store-map {
  font-size: 1rem;
}
.gm-style-iw .store-phone.top-phone {
  display: none;
}
.gm-style-iw .store-phone.bottom-phone {
  display: block;
  margin-bottom: 1rem;
}
.gm-style-iw .store-phone.map-phone {
  display: block;
}
.gm-style-iw .store-main-info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.gm-style-iw address {
  margin-bottom: 12px;
}
.gm-style-iw .store-details-link {
  display: none;
}
.gm-style-iw .store-directions-link {
  float: left;
}
.gm-style-iw .my-preferred-store-block {
  float: right;
}
.gm-style-iw .my-preferred-store-block .my-store-link {
  padding: 0;
  border: 0;
  text-decoration: underline;
  font-size: 0.875rem;
  text-transform: none;
  font-weight: 300;
}
.gm-style-iw .my-preferred-store-block .my-store-link:hover {
  color: #da362c;
  background-color: transparent;
}
.gm-style-iw .my-preferred-store-block .my-store-link:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.gm-style-iw .my-preferred-store-block .my-store-link:active {
  color: #da362c;
  background-color: transparent;
}
.gm-style-iw .my-store-container {
  margin-top: 0;
}

.store-locator-detail-wrapper {
  background: #fff;
}

.store-locator-detail .cta-arrow-small {
  -webkit-transform: rotate(180deg) translateY(1px);
          transform: rotate(180deg) translateY(1px);
}
.store-locator-detail .store-finder-link-container {
  margin-bottom: 10px;
}
.store-locator-detail .store-finder-link {
  text-decoration: none;
  text-transform: uppercase;
}
.store-locator-detail .trade-in-footer-desktop {
  height: 1rem;
  width: 1.4rem;
}
@media (max-width: 767.98px) {
  .store-locator-detail .map-canvas {
    height: 28.125em;
    display: block;
  }
  .store-locator-detail .store-name-row .store-name-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .store-locator-detail .store-name-row .store-finder-link-container {
    padding: 1.25rem 0.75rem;
    text-align: left;
  }
}

.store-open {
  font-weight: 700;
  line-height: 20px;
}

[data-store-open=true] .store-open {
  color: #007d53;
}

[data-store-open=false] .store-open {
  color: #da362c;
}

.store-mode-Closed {
  color: #da362c;
}

.store-mode-DD,
.store-mode-Limited-Access {
  color: #007d53;
}

.upcoming-event-heading {
  font-size: 0.875rem;
  font-weight: 900;
}
@media (min-width: 1024px) {
  .upcoming-event-heading {
    font-size: 1rem;
  }
}

.store-locator-company-info,
.store-hours {
  line-height: 1.5rem;
}

.store-hours-table .store-hour-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin: 0;
}
.store-hours-table .store-hour-set .day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.store-hours-table .store-hour-set .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
}
.store-hours-table .store-hour-set .time .to-time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.store-general-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}
@media (max-width: 767.98px) {
  .store-general-info {
    padding-left: 0 !important;
  }
}

.home-store {
  font-size: 0.9375rem;
  font-weight: 600;
  color: #212322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 20px;
}
.home-store .store-icon {
  display: inline-block;
  background: url("../../images/svg-icons/store-icon.svg") center no-repeat;
  width: 16px;
  height: 16px;
  margin-top: 2px;
}

.action-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0 !important;
      flex-shrink: 0 !important;
  min-width: 155px;
  background-color: #eee;
  padding: 12px 0;
  border-radius: 12px;
}

.store-action-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.store-product-count {
  font-weight: bold;
  font-family: "Poppins", "Open Sans", sans-serif;
  color: #007d53;
  font-size: 14px;
  text-align: center;
  padding: 0 16px;
  line-height: 17px;
}

.store-product-count.stock-red {
  color: #da362c;
}

.stock-orange {
  color: #eb7100;
}

button.select-store {
  background-color: #000;
  color: #fff;
  height: 40px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  border: 2px solid #000;
  border-radius: 6px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  cursor: pointer;
  width: auto;
  min-width: 135px;
}

button.selected-store {
  background: #fff;
  color: #000;
  border: 2px solid #fff;
}

button.select-store:hover {
  background-color: #fff;
  color: #000;
}

button.select-store:focus {
  outline: 2px solid #000;
}

.store-distance {
  color: #5f5f5f;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
}

.store-locator-drawer-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
}
.store-locator-drawer-fields .invalid-feedback {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .store-locator-drawer-fields .invalid-feedback {
    position: absolute;
    bottom: -1.25rem;
    left: 0;
  }
}
.store-locator-drawer-fields label {
  position: absolute !important;
  color: #5f5f5f !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  padding: 0 11px !important;
  left: 0 !important;
  top: 16px !important;
  background: transparent !important;
  font-family: "Poppins", "Open Sans", sans-serif !important;
  font-size: 0.875rem !important;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.store-locator-drawer-fields .has-focus .form-control-label,
.store-locator-drawer-fields .is-valid .form-control-label {
  -webkit-transform: translateY(-70%) !important;
          transform: translateY(-70%) !important;
}
.store-locator-drawer-fields .has-focus label {
  font-size: 0.6875rem !important;
}
.store-locator-drawer-fields input, .store-locator-drawer-fields select {
  height: 48px !important;
  padding: 0.75rem 0 0 11px !important;
  color: black;
  background-color: #f2f4f7 !important;
  border: 1px solid rgba(64, 64, 64, 0.2) !important;
  border-radius: 4px !important;
  font-size: 1rem !important;
}
.store-locator-drawer-fields select {
  cursor: pointer;
  margin: 0 !important;
}
.store-locator-drawer-fields input:focus, .store-locator-drawer-fields select:focus {
  outline: 1px solid #000;
  border: 1px solid #000 !important;
}
.store-locator-drawer-fields button {
  height: 44px;
  font-size: 0.875rem !important;
  border: 2px solid black !important;
  border-radius: 6px !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight: 600;
}
.store-locator-drawer-fields button:disabled,
.store-locator-drawer-fields button[disabled] {
  color: rgba(0, 0, 0, 0.4) !important;
  border: 2px solid transparent !important;
  cursor: default !important;
  -webkit-box-shadow: rgba(64, 64, 64, 0.2) 0px 0px 0px 1px inset;
          box-shadow: rgba(64, 64, 64, 0.2) 0px 0px 0px 1px inset;
  background: transparent;
}
.store-locator-drawer-fields .store-locator-radius-container {
  margin: 0;
}
.store-locator-drawer-fields .row {
  margin: 0;
}

.dot {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
  border: 1px solid #000;
}

.green {
  background-color: green;
}

.red {
  background-color: red;
}

.white {
  background-color: white;
}

#statusContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}

.pro-credit-modal-content {
  background: #08001A;
  background: radial-gradient(at left top, #E6009A 0%, #920778 10%, #2D004C 25%, #08001A 50%, #08001A 100%);
  position: relative;
  overflow: visible !important;
}
.pro-credit-modal-content .close {
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 20px;
  top: 28px;
  left: -72px;
  background-color: #F7F7F7;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
}
@media (max-width: 767.98px) {
  .pro-credit-modal-content .close {
    left: 16px;
    opacity: 0.9;
  }
}
.pro-credit-modal-content .close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pro-credit-modal-content .card-image-wrapper {
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pro-credit-modal-content .card-image-wrapper img {
  width: 220px;
  height: auto;
  margin: 0 auto;
  -webkit-filter: drop-shadow(0 4px 80px rgba(255, 255, 255, 0.45));
          filter: drop-shadow(0 4px 80px rgba(255, 255, 255, 0.45));
}
.pro-credit-modal-content .modal-header {
  margin: 0 auto;
  border: none;
}
.pro-credit-modal-content .modal-title {
  text-align: center;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.25rem;
  letter-spacing: -0.42px;
  text-align: center;
  margin: 0 auto;
  text-transform: unset;
  color: #fff;
}
.pro-credit-modal-content .orange-gradient {
  background: linear-gradient(264deg, #ED3954 -5.92%, #EA4E44 47.88%, #F27A24 99.57%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pro-credit-modal-content .credit-card-details {
  max-width: 375px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  overflow-y: unset !important;
}
.pro-credit-modal-content .credit-card-details ul {
  padding: 0;
}
.pro-credit-modal-content .credit-card-details ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 16px 0;
}
.pro-credit-modal-content .credit-card-details ul li img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pro-credit-modal-content .credit-card-details ul li .detail-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pro-credit-modal-content .credit-card-details ul li .detail-wrapper h5 {
  margin: 0;
  color: #fff;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.75rem; /* 140% */
  letter-spacing: -0.3px;
}
.pro-credit-modal-content .credit-card-details ul li .detail-wrapper p {
  margin: 0;
  color: #C3C3C3;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.125rem; /* 128.571% */
  letter-spacing: -0.21px;
}
.pro-credit-modal-content .credit-card-details ul li:not(:last-child) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.pro-credit-modal-content .pdp-credit-apply-details {
  color: #fff;
  text-align: center;
}
.pro-credit-modal-content .bread-button-wrapper-row {
  max-width: 375px;
  padding: 0 24px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: calc(100% - 48px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  position: relative;
}
.pro-credit-modal-content .bread-button-wrapper-row > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pro-credit-modal-content .bread-modal-button, .pro-credit-modal-content .epjs-body {
  height: 64px;
  width: 100%;
  border-radius: 8px;
  text-align: center;
  font-family: "Poppins", "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25rem; /* 111.111% */
  letter-spacing: 0.18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  cursor: pointer;
}
.pro-credit-modal-content .bread-modal-button a, .pro-credit-modal-content .epjs-body a {
  font-size: 1.125rem;
}
.pro-credit-modal-content .credit-apply-button .epjs-body,
.pro-credit-modal-content #bread-payments-landing-apply .epjs-body,
.pro-credit-modal-content #bread-payments-landing-apply-button-1 .epjs-body,
.pro-credit-modal-content #bread-payments-landing-apply-button-2 .epjs-body,
.pro-credit-modal-content #bread-payments-landing-apply-button-3 .epjs-body {
  background: linear-gradient(264deg, #ED3954 -5.92%, #EA4E44 47.88%, #F27A24 99.57%);
  color: #fff;
}
.pro-credit-modal-content .credit-apply-button .epjs-body:hover,
.pro-credit-modal-content #bread-payments-landing-apply .epjs-body:hover,
.pro-credit-modal-content #bread-payments-landing-apply-button-1 .epjs-body:hover,
.pro-credit-modal-content #bread-payments-landing-apply-button-2 .epjs-body:hover,
.pro-credit-modal-content #bread-payments-landing-apply-button-3 .epjs-body:hover {
  background: linear-gradient(84deg, #ED3954 -5.92%, #EA4E44 47.88%, #F27A24 99.57%);
}
.pro-credit-modal-content .credit-prequal-button .epjs-body {
  color: #fff;
}
.pro-credit-modal-content .credit-prequal-button .epjs-body:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, right top, left top, color-stop(-5.92%, #ED3954), color-stop(47.88%, #EA4E44), color-stop(99.57, #F27A24)) border-box;
  background: linear-gradient(to left, #ED3954 -5.92%, #EA4E44 47.88%, #F27A24 99.57) border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
          mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
          mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.pro-credit-modal-content .credit-prequal-button .epjs-body:hover:after {
  background: -webkit-gradient(linear, left top, right top, color-stop(-5.92%, #ED3954), color-stop(47.88%, #EA4E44), color-stop(99.57, #F27A24)) border-box;
  background: linear-gradient(to right, #ED3954 -5.92%, #EA4E44 47.88%, #F27A24 99.57) border-box;
}
.pro-credit-modal-content .scroll-wrapper {
  overflow: auto;
}
.pro-credit-modal-content .legal {
  position: relative;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: -0.48px;
}
@media (max-width: 767.98px) {
  .pro-credit-modal-content .legal {
    padding-bottom: 16px;
  }
}
.pro-credit-modal-content .legal .legal-terms {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  max-height: 301px;
}
@media (max-width: 767.98px) {
  .pro-credit-modal-content .legal .legal-terms {
    max-height: 308px;
  }
}
.pro-credit-modal-content .legal .legal-terms.expanded {
  max-height: unset;
}
.pro-credit-modal-content .legal p {
  color: #C3C3C3;
}
.pro-credit-modal-content .legal a {
  color: white;
  font-weight: 600;
}
.pro-credit-modal-content .legal button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  color: #FFFFFF;
  cursor: pointer;
}
.pro-credit-modal-content .legal button:hover {
  text-decoration: underline;
}

.single-approaching-discount {
  color: #da362c;
  line-height: 1.5em;
}

.cart-redesign-container {
  padding-top: 0 !important;
}

.btn-primary,
.button-gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7230d), to(#e7230d));
  background-image: linear-gradient(-180deg, #e7230d, #e7230d);
  background-repeat: repeat-x;
  border-radius: 2px;
  -webkit-transition: none;
  transition: none;
}

.cart-delete-cancel-btn,
.cart-delete-confirmation-btn {
  width: 50%;
  border-radius: 0.25rem;
}

.cart-delete-cancel-btn {
  padding: 0.85rem;
}

.cart-delete-cancel-btn:hover {
  background-color: #f1f1f1;
  color: #000;
}

.checkout-continue {
  padding: 0;
}
@media (max-width: 575.98px) {
  .checkout-continue {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    padding: 12px 12px 0 !important;
    background: #fff;
    -webkit-box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
            box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.15);
  }
  .checkout-continue div {
    padding: unset;
    background-color: #fff;
  }
  .checkout-continue .checkout-and-applepay .btn {
    margin: 0 0 8px !important;
  }
  .checkout-continue .paypal-cart-buttons-container {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-continue .paypal-cart-button {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .checkout-continue div {
    padding: 0.625em;
    background-color: #fff;
  }
}

@media (max-width: 767.98px) {
  .copyright-notice {
    min-height: 232px;
  }
}

@media (max-width: 767.98px) {
  .cart-pro-upsell-content {
    min-height: 308px;
  }
}

@media (max-width: 767.98px) {
  .phone-number-container.mob {
    min-height: 140px;
  }
}

.checkout-continue-redesign {
  padding: 0;
}
@media (max-width: 575.98px) {
  .checkout-continue-redesign {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 160px;
    padding: 12px 12px 0 !important;
    background: #fff;
    -webkit-box-shadow: 0 12px 15px 15px rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 15px 15px rgba(0, 0, 0, 0.1);
  }
  .checkout-continue-redesign div {
    padding: unset;
    background-color: #fff;
  }
  .checkout-continue-redesign .checkout-and-applepay .row {
    margin-left: 0;
    margin-right: 0;
  }
  .checkout-continue-redesign .checkout-and-applepay .mobile-checkout-row {
    width: 100%;
    padding: 0.25rem 0.35rem !important;
  }
  .checkout-continue-redesign .checkout-and-applepay .mobile-checkout-row .div {
    min-width: 100%;
    height: 48px;
  }
  .checkout-continue-redesign .paypal-cart-buttons-container {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-continue-redesign .paypal-cart-button {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .checkout-continue .checkout-and-applepay {
    padding: 0;
  }
}

@media (max-width: 575.98px) {
  .checkout-and-applepay-container:not(.adjusting-bottom) {
    position: inherit;
    bottom: 30px;
  }
  .checkout-and-applepay-container .checkout-and-applepay {
    margin-bottom: 30px;
  }
}
.edit {
  margin-right: 0.625em;
  font-size: 0.75rem;
}

.edit-add-to-wishlist {
  margin-top: auto;
}
.edit-add-to-wishlist a {
  font-size: 0.813em;
}

.line-item-attributes,
.line-item-option {
  line-height: 1.2;
  margin: 0;
  font-size: 0.75rem;
}
.line-item-attributes.preorder,
.line-item-option.preorder {
  font-weight: 700;
}

.line-item-label {
  color: #696969;
}

.line-item-attribute {
  color: #000;
}

.line-item-home-delivery-estimation {
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .line-item-home-delivery-estimation {
    margin-right: 0.75rem;
  }
}
.line-item-home-delivery-estimation.message-info-highlight {
  color: #000;
}

.giftcard-recipient-info {
  font-size: 0.75rem;
}
.giftcard-recipient-info .email {
  font-weight: 700;
}

.item-attributes {
  display: inline-block;
  vertical-align: top;
}
.item-attributes .product-options {
  padding: 0;
}

.line-item-divider {
  margin: 0.625em -0.625rem 0.625em -0.625rem;
}

.line-item-name {
  font-weight: 700 !important;
  overflow: hidden;
  width: 90%;
  margin-bottom: 0.625em;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}

.line-item-shipment-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1em;
  color: #000;
  font-weight: bold;
  margin-bottom: 0.625em;
  width: 90%;
}

.line-item-price {
  font-size: 1em;
  color: #d9d9d9;
  font-weight: bold;
}

.line-item-price-info {
  font-weight: 700 !important;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.no-margin-top {
  margin-top: 0;
}

.number-of-items {
  margin-top: 1rem;
}
@media (min-width: 576px) {
  .number-of-items {
    margin-top: 0;
  }
}

.optional-promo {
  color: #da362c;
}

.product-info {
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 0;
  padding: 0.625em;
}
.product-info.last {
  border-bottom: none;
}
@media (min-width: 768px) {
  .product-info {
    height: auto;
  }
}

.product-to-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  margin-top: 25px;
}
.product-to-remove img {
  margin-right: 15px;
  max-width: 100%;
}

.promo-code-submit {
  padding-left: 0;
}

.quantity-form {
  margin-bottom: 0;
}

.product-info .remove-btn {
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  z-index: 2;
  height: 28px;
}
@media (min-width: 1024px) {
  .product-info .remove-btn {
    top: 32px;
  }
}
.product-info .remove-btn-lg {
  background-color: #f2f4f7;
  border: none;
  color: #cfd4da;
  font-size: 1.625em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  padding-left: 0.3125rem;
  padding-right: 0.3125rem;
  z-index: 1;
}
.product-info .sfl-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.product-info .sfl-actions .move-to-cart-btn a {
  font-size: 0.875rem;
}
.product-info .remove-line-item-bottom.pur-product-line-item {
  right: 10px;
}
.product-info .remove-line-hyperlink,
.product-info .save-for-later-btn {
  position: relative;
  font-size: 0.875rem;
  top: unset;
}

.remove-coupon {
  border: none;
  background: transparent;
}

.sub-total {
  font-weight: bold;
}

.grand-total {
  font-size: 1em;
  font-weight: 600;
}

.grand-total-sticky {
  width: 50%;
  text-align: right;
  font-size: 18px;
  margin-right: 2px;
}

.sub-title-os-sticky {
  font-weight: 0.875rem;
  font-size: 16px;
  margin-left: 2px;
}

.coupon-price-adjustment,
.promotion-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-color: #fff;
  padding: 2rem 0;
}
.coupon-price-adjustment::after,
.promotion-information::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 0.063em solid #d9d9d9;
}
.coupon-price-adjustment.last::after,
.promotion-information.last::after {
  display: none;
}
.coupon-price-adjustment .promo-code-label,
.promotion-information .promo-code-label {
  display: block;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}
.coupon-price-adjustment .promo-number-label,
.coupon-price-adjustment .promo-number-value,
.promotion-information .promo-number-label,
.promotion-information .promo-number-value {
  font-size: 0.75rem;
  font-weight: 400;
}
.coupon-price-adjustment::after,
.promotion-information::after {
  bottom: initial;
  top: 0;
}

.coupon-code-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.coupon-code-details .coupon-code-left {
  width: 50%;
}
.coupon-code-details .coupon-code-right {
  width: 50%;
  text-align: right;
  display: block;
  padding-right: 2.5rem;
}
.coupon-code-details .coupon-code-right span {
  display: block;
  padding-top: 7px;
}
.coupon-code-details .remove-coupon {
  color: #292b33;
  font-size: 1.625em;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 0;
  border: none;
  background-color: #fff;
  z-index: 2;
}
@media (min-width: 1024px) {
  .coupon-code-details .remove-coupon {
    top: 2rem;
  }
}

.coupon-promotion-relationship,
.promo-relationship {
  margin-top: 1rem;
  font-size: 0.75rem;
  padding-right: 2.5rem;
  width: 100%;
}
.coupon-promotion-relationship .coupon-details,
.promo-relationship .coupon-details {
  margin-bottom: 0.5rem;
}
.coupon-promotion-relationship .coupon-details-value,
.coupon-promotion-relationship .promotion-details-value,
.promo-relationship .coupon-details-value,
.promo-relationship .promotion-details-value {
  float: right;
  font-size: 1rem;
  font-weight: 700;
}

.coupons-and-promos {
  padding: 0 1rem 1rem 1rem;
  background-color: #fff;
}

.coupon-code {
  font-size: 1.125em;
  width: 100%;
}

.coupon-applied {
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.coupon-not-applied {
  color: #e64a19;
  font-size: 0.813em;
}

.coupon-missing-error {
  display: none;
  color: #bc2828;
}

.promo-code-form .coupon-code-field {
  height: 50px;
  margin-top: -19px;
}
.promo-code-form .form-group.has-focus .form-control-label {
  top: 1px !important;
}
.promo-code-form .form-group.has-focus .coupon-code-field {
  margin-top: -17px !important;
}
.promo-code-form .form-control-label {
  top: 15px !important;
}
.promo-code-form .form-control {
  height: 50px !important;
}
.promo-code-form .form-control.is-invalid {
  border-color: #bc2828;
}
.promo-code-form .promo-code-btn {
  height: 50px;
}

.applied-promotion-discount {
  color: #00796a;
  float: right;
}

.line-item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.bundle-includes {
  font-size: 0.813em;
  margin-bottom: 0.625em;
}

.quantity-label {
  font-size: 0.875em;
  display: block;
  text-transform: none;
}

.quantity {
  width: 100%;
}

.bundle-misc {
  font-size: 0.813rem;
}
@media (max-width: 1023.98px) {
  .bundle-misc {
    margin-bottom: 0.625em;
  }
}

.cart-error-messaging.cart-error {
  position: fixed;
  top: 100px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  width: 400px;
  z-index: 101;
}

.bundled-line-item .item-attributes {
  margin-left: 0;
}

.cart-delivery-options .store-availability-messages {
  font-size: 0.75rem;
}

@media (min-width: 576px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: -2rem !important;
  }
}
@media (max-width: 575.98px) {
  .in-store-inventory-dialog .mt-auto {
    margin-top: 1.15em !important;
  }
}
.in-store-inventory-dialog .preferred-store {
  width: 100%;
  margin-bottom: 1em;
}

.cart .continue-shopping-link {
  text-decoration: none;
  text-transform: uppercase;
}
.cart .continue-shopping-link .icon {
  padding-left: 4px;
}
.cart .item-attributes .product-name {
  font-size: 1rem;
  font-weight: 700;
}
.cart .line-item-total-price-amount {
  font-size: 1rem;
  font-weight: 700;
}
.cart .pricing-main {
  font-size: 1rem;
}
.cart .pricing-main .sales {
  display: block;
}
.cart .pricing-main .sales .value {
  font-weight: 700;
}
.cart .pricing-main .strike-through {
  display: block;
  margin-right: 0;
  margin-bottom: 0.5rem;
}
.cart .line-item-individual-price.hide {
  display: none;
}
.cart .line-item-individual-price .pricing-main {
  font-size: 0.75rem;
}
.cart .line-item-individual-price .pricing-main div {
  display: inline-block;
}
.cart .line-item-individual-price .pricing-main .sales .value {
  font-weight: 400;
  color: #000;
}
.cart .line-item-individual-price .pricing-main .strike-through {
  display: none;
}

.bundled-line-item + .bundled-line-item {
  margin-top: 0.625em;
}

.pur-bonus-product-container {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

.bonus-line-item-row {
  border-bottom: none;
  margin-bottom: 0;
}

.bonus-line-item-msg {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
  text-transform: none;
}
.bonus-line-item-msg ::after {
  content: "";
  display: block;
  border-bottom: 0.063em dashed #d9d9d9;
  margin: 0.625em -0.625em;
}

.product-details .remove-line-item-bottom {
  position: absolute;
  bottom: 0;
  padding-left: 12px;
}
@media (max-width: 575.98px) {
  .product-details .remove-line-item-bottom {
    position: relative;
    right: 0;
    padding-top: 30px;
  }
}

.pur-bonus-header {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
}

.bonus-product-button {
  border: none;
  position: absolute;
  bottom: 0;
  right: 8px;
  margin: 0;
}
@media (max-width: 575.98px) {
  .bonus-product-button {
    position: absolute;
    right: 10px;
    margin-top: 12px;
    margin-left: 12px;
  }
}
.bonus-product-button .btn-primary {
  font-weight: 600;
  line-height: 16px;
  background: #212322;
  color: #fff;
  border-radius: 2px;
  padding: 8px 16px;
}
.bonus-product-button .btn-primary:hover, .bonus-product-button .btn-primary:focus, .bonus-product-button .btn-primary:not(:disabled):not(.disabled):active {
  background-color: #5d53c4;
}

.quantity-form .quantity {
  height: 46px;
  width: 96px;
  text-align: left;
  padding: 10px;
  border: 1px solid #949494;
}
.quantity-form .cart-remove-quantity,
.quantity-form .cart-add-quantity {
  cursor: pointer;
  height: 10px;
  width: 10px;
}
.quantity-form .cart-remove-quantity .icon,
.quantity-form .cart-add-quantity .icon {
  width: 100%;
}
.quantity-form .cart-remove-quantity .icon {
  height: 2px;
}

.accordion-container .accordion-heading {
  cursor: pointer;
  height: 22px;
  line-height: 1.5em;
  font-weight: 700;
}
.accordion-container .accordion-heading.collapsed .open-accordion {
  display: inline-block;
}
.accordion-container .accordion-heading.collapsed .close-accordion {
  display: none;
}
.accordion-container .accordion-heading .open-accordion {
  display: none;
}
.accordion-container .accordion-heading .close-accordion {
  display: inline-block;
}

.cart-shipment .card {
  border-radius: 0;
  border-bottom: 0;
}
.cart-shipment .card .item-image {
  margin-right: 0;
}

.cart-page .bundled-line-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 0.063em dashed #d9d9d9;
}
.cart-page .bundled-line-item.last::after {
  display: none;
}
.cart-page .bundle-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  border-bottom: 0.063em solid #d9d9d9;
}
.cart-page .bundle-card.last::after {
  display: none;
}
.cart-page .cart-shipment + .cart-shipment .product-info:first-child {
  border-top: 1px solid #d9d9d9;
}
.cart-page .cart-shipment .product-info {
  position: relative;
}
.cart-page .cart-shipment .product-info + .product-info {
  border-top: 1px solid #d9d9d9;
  margin-top: 1rem;
}
.cart-page .cart-wis-pos-pur-message {
  margin-top: 0.75rem;
  margin-bottom: 0 !important;
}

.cart-pur-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  margin: 0 0 24px;
  background: #fff;
}
@media (min-width: 768px) {
  .cart-pur-banner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 35px 40px;
  }
}

.cart-pur-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .cart-pur-message {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.cart-pur-message > .icon {
  margin-right: 16px;
}

.cart-pur-sign-in {
  padding-left: 55px;
}
@media (min-width: 576px) {
  .cart-pur-sign-in {
    padding-left: 0;
  }
}
.cart-pur-sign-in,
.cart-pur-sign-in .btn {
  width: 100%;
}
@media (min-width: 576px) {
  .cart-pur-sign-in,
  .cart-pur-sign-in .btn {
    width: auto;
  }
}

.cart-col-header {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 1024px) {
  .cart-col-header {
    padding-right: 1.5rem;
  }
}

.cart-col-headings {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  display: none;
  background-color: #fff;
  text-transform: uppercase;
  margin: 0;
  font-weight: 700;
  font-size: 0.75rem;
  padding: 1rem 1rem 0 1rem;
}
@media (min-width: 1024px) {
  .cart-col-headings {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.order-discount,
.shipping-discount,
.line-item-promo {
  font-weight: 700;
}

.shipping-free {
  color: #e42625;
}

#age-gate-modal .modal-dialog {
  max-width: 428px;
}
@media (max-width: 575.98px) {
  #age-gate-modal .modal-body .btn {
    padding-left: 8px;
    padding-right: 8px;
  }
}
@media (min-width: 576px) {
  #age-gate-modal .modal-body .btn {
    width: 158px;
  }
}

.cart-preferred-store {
  width: 100%;
}
.cart-preferred-store .cart-preferred-store-wrapper {
  padding: 0;
}

.hide-store {
  display: none;
}

.totals .info-icon .icon {
  height: 16px;
  width: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: black;
  background-color: #fff;
  border: 1px solid #000;
}
.totals .tooltip {
  -webkit-transform: translate(-68%, -8%);
          transform: translate(-68%, -8%);
  left: 0;
}
@media (max-width: 1023.98px) {
  .totals .tooltip {
    -webkit-transform: initial;
            transform: initial;
    left: -112px;
    min-width: 290px;
  }
  .totals .tooltip::after {
    display: none;
  }
}

.paypal-cart-bnpl-message {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 11px;
}
@media (max-width: 767.98px) {
  .paypal-cart-bnpl-message {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

#storePickupModal .modal-dialog,
#storePickupResultModal .modal-dialog {
  overflow-y: initial !important;
}
#storePickupModal .modal-body,
#storePickupResultModal .modal-body {
  max-height: 60em;
  overflow-y: auto;
}
#storePickupModal .modal-title,
#storePickupResultModal .modal-title {
  font-size: 1.2rem;
}
#storePickupModal .honor-text,
#storePickupResultModal .honor-text {
  margin-bottom: 1rem;
}
#storePickupModal .store-hours-table .store-hour-set,
#storePickupResultModal .store-hours-table .store-hour-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -12px;
  margin-left: -12px;
  margin: 0;
}
#storePickupModal .store-hours-table .store-hour-set .day,
#storePickupResultModal .store-hours-table .store-hour-set .day {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
#storePickupModal .store-hours-table .store-hour-set .time,
#storePickupResultModal .store-hours-table .store-hour-set .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 150px;
}
#storePickupModal .store-hours-table .store-hour-set .time .to-time,
#storePickupResultModal .store-hours-table .store-hour-set .time .to-time {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
}

.recommendations .product-tile .tile-body .bundle-valued-price {
  display: none;
}

.gift-card-container {
  padding: 0 !important;
  margin-top: 0.75rem;
}
.gift-card-container .error-area-message {
  display: inline-block;
  float: left;
  color: #da362c !important;
}
@media (max-width: 1023.98px) {
  .gift-card-container .error-area-message {
    text-align: left;
    float: none;
  }
}
.gift-card-container .gc-update-message {
  text-align: right;
}
.gift-card-container .gc-message-label {
  height: 1rem;
  display: block;
  position: absolute;
  width: 90%;
  text-align: left;
  background-color: #fff;
  top: 0.1rem;
  left: 0.8125rem;
  z-index: 1;
  pointer-events: none;
}
.gift-card-container .edit-button {
  text-decoration: underline;
  cursor: pointer;
  color: #000 !important;
}
.gift-card-container .giftcard-cartitem span {
  color: #696969;
}
.gift-card-container .giftcard-cartitem span.get-message {
  color: #000;
}
.gift-card-container .productInformation .rd-giftcard {
  width: auto;
  display: inline-block;
}
.gift-card-container .productInformation .rd-giftcard span:first-child {
  color: #696969;
}
.gift-card-container .productInformation .gc-format:first-child {
  color: #696969;
}
.gift-card-container .productInformation .gc-seperator {
  padding: 0 0.5em;
  font-size: 0.75rem;
}
@media (max-width: 1023.98px) {
  .gift-card-container .productInformation .gc-seperator {
    display: none;
  }
}
.gift-card-container .gc-update-message {
  position: relative;
}
.gift-card-container .gc-update-message .message-label {
  text-transform: uppercase;
}
.gift-card-container .gc-update-message .gc-message-counter {
  color: #696969;
}
.gift-card-container .gc-update-message .gc-message {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding: 1rem 0.75rem 0.625rem;
  width: 100%;
  color: #696969;
}
.gift-card-container .gc-update-message button.save-button {
  float: right;
}
.gift-card-container .gc-update-message .btn-primary {
  padding: 0.75rem 1rem;
  background-image: #e7230d;
}

@media (max-width: 1023.98px) {
  .row.cart-rd .item-attributes {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85%;
            flex: 0 0 85%;
    max-width: 85%;
  }
}
@media (min-width: 768px) {
  .row.cart-rd .item-attributes {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.row.cart-rd .item-attributes .product-name {
  width: 410px;
}
.row.cart-rd .item-attributes .product-name a {
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row.cart-rd .item-attributes .product-name {
    width: unset;
  }
}
@media (max-width: 767.98px) {
  .row.cart-rd .item-attributes .product-name {
    width: unset;
  }
}
.row.cart-rd .line-item-total-price {
  -ms-flex-preferred-size: 55%;
      flex-basis: 55%;
  max-width: 55%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 768px) {
  .row.cart-rd .line-item-total-price {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767.98px) {
  .row.cart-rd .line-item-total-price {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
}
.row.cart-rd .qty-price-section {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.row.cart-rd .line-item-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.row.cart-rd .productInformation {
  font-size: x-small;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1023.98px) {
  .row.cart-rd .productInformation {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .row.cart-rd .productInformation div + div::before {
    content: "|";
    padding: 0.5em;
  }
}
@media (min-width: 576px) {
  .row.cart-rd .delivery-options-container {
    margin-top: 1rem;
  }
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container {
    margin: 0 0 1.6rem;
    padding: 0 0.75rem;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .shipping-detail-message {
  margin-top: 0.5rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles {
    padding: 0;
    margin: 0 0 0 1rem;
  }
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .cart-delivery-options {
    max-width: 33%;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card {
  width: 96px;
  padding: 0.75rem 0.5rem 0.5rem;
  height: 141px;
}
@media (min-width: 1024px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card {
    width: 104px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 374px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card {
    width: 80px;
    padding: 0.75rem 0.1rem 1rem;
    height: 141px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card {
    width: 96px;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .shipping-icon-position {
  margin: 0;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .instore-info-style {
  display: block;
  text-align: center;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .instore-info-style .delivery-option-error-message {
  margin-top: 0;
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .instore-info-style .new-pickup-store-style {
    margin-right: 0;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .line-item-home-delivery-estimation,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .out-of-stock,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .stock-left-message,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .low-in-stock {
  display: block;
  margin-top: 0.75rem;
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .line-item-home-delivery-estimation,
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .out-of-stock,
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .stock-left-message,
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .low-in-stock {
    margin-right: 0;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .line-item-home-delivery-estimation.unavailable-today,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .out-of-stock.unavailable-today,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .stock-left-message.unavailable-today,
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .low-in-stock.unavailable-today {
  margin-top: 0.4rem;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .line-item-home-delivery-estimation {
  color: #000;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .date-expected {
  display: inline-block;
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .date-expected {
    margin-left: -2px;
    margin-right: -2px;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .delivery-option-error-message {
  display: block;
  margin: 0.75rem 0 0;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .free-shipping-text {
  display: inline;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .can-deliver {
  padding: 0;
  display: block;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .delivery-options-card .delivery-option-card-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .same-day-zipcode {
  display: none;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .same-day-title {
  width: 100%;
  text-align: center;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .same-day-title .messge {
  display: none;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .sdd-address,
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .unavailable {
  color: #636363;
  pointer-events: none;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .option-card-message {
  margin-top: 10px;
  display: inherit;
  text-align: center;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .option-card-message .same-day {
  display: inline-block;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .stock-availability {
  margin-top: 30px;
  margin-left: 0;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .stock-availability .status {
  color: #da362c;
  font-size: 0.625rem;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .option-no-delivery-address {
  margin-top: 0.75rem;
  text-align: center;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .change-address {
  margin-top: 10px;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .change-address .change-link {
  text-align: center;
  text-decoration: underline;
  display: inline-block;
  padding: 0 10px;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .stock-availability {
  position: absolute;
  bottom: 7px;
  text-transform: lowercase;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .delivery-options-card {
  position: relative;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .delivery-options-card .try-other-address {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .same-day-delivery .disabledClass {
  pointer-events: none;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .digital-product .shipping-detail-message {
  padding: 0 10px;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .store-pickup-disabled-icon {
  background: url("../../images/cart-sprites.png") -19.5rem -0.625rem;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .shipping-detail-message {
  position: relative;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .shipping-detail-message .low-in-stock {
  position: absolute;
  bottom: 15px;
  left: 7px;
  color: #007d53;
}
@media (max-width: 767.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .shipping-detail-message .low-in-stock {
    left: 4px;
    bottom: 16px;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .delivery-option-card-content {
  height: 100%;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .instore-delivery .disabled-font-style {
  color: #636363;
}
@media (min-width: 1024px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .stock-left-message {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .stock-left-message {
    padding-left: 5px;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message {
  position: absolute;
  top: 80px;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message.stock-info-style.out-of-stock {
  position: relative;
  top: 60px;
}
@media (min-width: 1024px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message {
    left: 7px;
  }
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message.stock-info-style.out-of-stock {
    left: 0;
  }
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message {
    left: 0;
    width: 100%;
  }
  .row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .delivery-option-error-message.stock-info-style.out-of-stock {
    top: 50px;
  }
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .home-delivery .line-item-home-delivery-estimation {
  padding-left: 0;
  padding-right: 0;
}
.row.cart-rd .delivery-options-container.side-by-side-tiles .digital-gift-card .delivery-options-card,
.row.cart-rd .delivery-options-container.side-by-side-tiles .pur-product .delivery-options-card {
  padding: 0.75rem;
}
@media (max-width: 575.98px) {
  .row.cart-rd .delivery-options-container.side-by-side-tiles .digital-gift-card .delivery-options-card,
  .row.cart-rd .delivery-options-container.side-by-side-tiles .pur-product .delivery-options-card {
    padding: 0.75rem 0.5rem;
  }
}
.row.cart-rd .delivery-options-container ~ .under-line {
  border-bottom: 1px solid #e2e2e2;
  width: 100%;
  margin: 20px 0;
}
.row.cart-rd .deliverydetails {
  margin-top: 2px;
  min-width: 313px;
}
.row.cart-rd .deliverydetails header {
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}
.row.cart-rd .deliverydetails .delivery-time {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px;
}
.row.cart-rd .deliverydetails .delivery-time img {
  width: 16px;
  height: 16px;
}
.row.cart-rd .deliverydetails .address-to-deilivery {
  color: #000;
  text-transform: capitalize;
}
.row.cart-rd .deliverydetails .stock-availability .status {
  color: #da362c;
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .row.cart-rd .deliverydetails {
    margin: 0.125rem 0 0 1rem;
  }
}
.row.cart-rd .line-item-total-price {
  text-align: right;
}
.row.cart-rd .line-item-total-price .strike-through-price {
  font-size: 0.75rem;
  margin-top: 0.3rem;
}
.row.cart-rd .line-item-total-price .strike-through-price .strike-through {
  margin-right: 0;
  font-size: 0.75rem;
}
.row.cart-rd .line-item-total-price .line-item-individual-price {
  margin-top: 0.4rem;
  font-size: 0.625rem;
  color: #495056;
}
.row.cart-rd .line-item-total-price .line-item-individual-price .pricing-main .sales .value {
  font-weight: 700;
}
@media (max-width: 1023.98px) {
  .row.cart-rd .line-item-total-price .price {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .row.cart-rd .line-item-total-price .price .line-item-total-price-amount {
    padding-right: 0.5rem;
  }
}
.row.cart-rd .line-item-total-price.flex-column.alignRight {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row.cart-rd .line-item-total-price.moreQty {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.row .product-qty-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 575.98px) {
  .row .item-qty-price .qty-price-section {
    padding: 1rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.row .item-qty-price .total-savings-section {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding-right: 0.8rem;
}
.row .item-qty-price .total-savings-section .show {
  display: block;
}
.row .item-qty-price .total-savings-section .hide {
  display: none;
}
.row .item-qty-price .total-savings-section .total-savings {
  font-size: 0.75rem;
  cursor: pointer;
}
.row .item-qty-price .total-savings-section .total-savings span {
  margin-right: 0.1rem;
}
.row .item-qty-price .total-savings-section .total-savings img {
  padding-bottom: 0.1rem;
}
.row .item-qty-price .total-savings-section .total-savings .caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.row .item-qty-price .total-savings-section .total-savings .drop-down-arrow-green-icon {
  width: 0.5625rem;
  height: 0.375rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -0.625rem -0.625rem;
}
.row .item-qty-price .total-savings-section .discount-list,
.row .item-qty-price .total-savings-section .promo-list {
  color: #000;
  font-size: 0.625rem;
  font-weight: normal;
}
.row .item-qty-price .total-savings-section .discount-list .icon,
.row .item-qty-price .total-savings-section .promo-list .icon {
  padding-right: 0.2rem;
}
.row .item-qty-price .total-savings-section .discount-list .was-price,
.row .item-qty-price .total-savings-section .discount-list .sale-price,
.row .item-qty-price .total-savings-section .promo-list .was-price,
.row .item-qty-price .total-savings-section .promo-list .sale-price {
  margin-top: 0.4rem;
}
.row .item-qty-price .total-savings-section .discount-list .was-price .strike-through,
.row .item-qty-price .total-savings-section .discount-list .sale-price .strike-through,
.row .item-qty-price .total-savings-section .promo-list .was-price .strike-through,
.row .item-qty-price .total-savings-section .promo-list .sale-price .strike-through {
  color: #000;
}
@media (max-width: 767.98px) {
  .row .item-qty-price .total-savings-section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    margin-left: 7rem;
  }
  .row .item-qty-price .total-savings-section .promo-list {
    font-size: 0.75rem;
    padding-bottom: 1rem;
  }
}
.row .delivery-options-container {
  width: 100%;
}
@media (min-width: 576px) {
  .row .delivery-options-container.mob {
    display: none;
  }
}
.row .delivery-options-container.lg {
  display: none;
}
@media (min-width: 576px) {
  .row .delivery-options-container.lg {
    display: block;
  }
}

.pickup-today {
  color: #da362c;
}

.error-card {
  border: 1px solid #da362c;
  border-radius: 5px;
  padding: 0.75rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 767.98px) {
  .error-card .icon {
    width: unset;
    height: unset;
  }
}

.custom-error-message {
  padding-top: 3px;
  padding-left: 13px;
  text-align: left;
  font-size: xx-small;
  font-weight: 900;
}
@media (min-width: 576px) {
  .custom-error-message {
    font-size: small;
  }
}

.error-anchor-style {
  text-decoration: underline;
  font-size: xx-small;
}
@media (min-width: 576px) {
  .error-anchor-style {
    font-size: smaller;
  }
}

.line-item-error-message {
  text-align: left;
  font-size: small;
}

.error-anchor-tag {
  float: right;
  text-align: right;
}

.product-error-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.45rem 1rem;
  border: 1px solid #eabdbd;
  border-radius: 5px;
  background-color: #f0d0d0;
  margin-bottom: 20px;
}

.delivery-option-error-message {
  color: #da362c;
  font-weight: bold;
}

.error-message-container {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 13px;
}

.cartPreferredStore {
  display: none;
}

.delivery-options-pid {
  display: -ms-flexbox;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 0;
  min-height: 60px;
}

.shipping-option-label {
  cursor: pointer;
  margin-right: 0.75rem;
  height: auto;
  margin-bottom: 0;
  width: 100%;
}
.shipping-option-label.disabled {
  cursor: unset;
}

.shipping-option-label input.delivery-option {
  display: none;
  width: 100%;
}

.shipping-option-label input.delivery-option:checked + .delivery-options-card {
  border-color: #da362c;
}

.shipping-option-label .delivery-options-card {
  border: 1px solid #c2c4cc;
  border-radius: 2px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 0.75rem 0.5rem;
  text-align: center;
  text-transform: none;
  font-size: 0.625rem;
}
.shipping-option-label .delivery-options-card .option-card-title span {
  font-size: 0.625rem;
}
.shipping-option-label .delivery-options-card .option-card-title span.new-pickup-store-style:hover {
  color: #da362c;
}
.shipping-option-label .delivery-options-card .option-card-tile span a {
  font-size: 0.625rem;
}

.shipping-option-label .delivery-options-card .delivery-option-card-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .icon.disabled {
  display: none;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .in-stock {
  color: #007d53;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .low-in-stock {
  color: #eb7100;
}
@media (max-width: 767.98px) {
  .shipping-option-label .delivery-options-card .delivery-option-card-content .low-in-stock {
    white-space: nowrap;
    margin-left: 0;
  }
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .option-no-delivery-address {
  text-align: left;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .option-no-delivery-address a {
  font-weight: normal;
  font-size: 0.75rem;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .stock-availability {
  margin-left: auto;
  color: #ca1a24;
  margin-top: 0;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .same-day-timer {
  color: #000;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .same-day-zipcode a {
  font-size: 0.625rem;
  text-decoration: underline;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .same-day-title {
  text-align: left;
}
.shipping-option-label .delivery-options-card .delivery-option-card-content .option-card-message {
  text-align: left;
}

.promo-copy {
  display: inline-block;
  padding-top: 0.5rem;
  color: #36b39c;
}

.message-info-highlight {
  color: green;
  font-weight: bold;
}

.shipping-detail-message {
  text-align: left;
  padding-left: 0;
  padding-right: 0;
  margin-top: -2px;
}
@media (max-width: 767.98px) {
  .shipping-detail-message {
    margin-top: 0.8em;
  }
}

.shipping-detail-message-position {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shipping-detail-message-style {
  padding-top: 3px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.message-info-alert {
  color: red;
  font-weight: bold;
}

.shipping-icon-position {
  margin-right: 10px;
  width: auto;
}
.shipping-icon-position .home-delivery-icon,
.shipping-icon-position .home-delivery-disable-icon,
.shipping-icon-position .same-day-delivery-icon,
.shipping-icon-position .same-day-delivery-disable-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
}

.stock-availability {
  margin-top: 1%;
}
.stock-availability .out-of-stock {
  color: #da362c;
}

.out-of-stock {
  color: #da362c;
}

.home-delivery .shipping-option-label input.delivery-option:disabled + .delivery-options-card {
  color: #c2c4cc;
  cursor: auto;
}
.home-delivery .shipping-option-label input.delivery-option:disabled + .delivery-options-card .icon.enabled {
  display: none;
}
.home-delivery .shipping-option-label input.delivery-option:disabled + .delivery-options-card .icon.disabled {
  display: inline;
}

.disabled-font-style {
  color: darkgray;
}

.new-pickup-store-style {
  font-size: 0.65rem;
}
@media (max-width: 767.98px) {
  .new-pickup-store-style {
    margin-right: 0.75rem;
  }
}

@media (min-width: 576px) {
  .store-pickup-msg-style {
    float: left;
  }
}
@media (max-width: 767.98px) {
  .store-pickup-msg-style {
    display: inline-block;
  }
}

.hyperlink-style {
  text-decoration: underline;
  cursor: pointer;
}

@media (max-width: 767.98px) {
  .toggle-display-mob {
    display: inline-block;
  }
}
@media (min-width: 576px) {
  .toggle-display-mob {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .toggle-display-lg {
    display: none;
  }
}

.card.product-info.cart-rd {
  border-top: none !important;
  margin-top: 4px;
  padding: 17px 1rem 15px !important;
}
.card.product-info.cart-rd.pur-product-line-item {
  margin-top: 0 !important;
  padding: 10px 6px 6px !important;
}

.cart-rd .coupons-and-promos {
  padding: 0.7rem 0 0;
  background: none;
}
.cart-rd .coupons-and-promos .coupon-price-adjustment,
.cart-rd .coupons-and-promos .promotion-information {
  padding: 2rem 1rem;
}
.cart-rd .coupons-and-promos .coupon-price-adjustment::after,
.cart-rd .coupons-and-promos .promotion-information::after {
  border: none;
}
.cart-rd .add-gift-card-label {
  font-size: 0.75rem;
  line-height: 1.5;
}
.cart-rd .add-gift-card-label span {
  color: #1f996a;
  font-weight: 700;
}
.cart-rd .upsell-giftcard-form .upsell-gc-label {
  font-size: 0.6875rem;
  margin: 0;
  position: absolute;
  top: 0.6rem;
  left: 0.8rem;
  z-index: 1;
  pointer-events: none;
}
.cart-rd .upsell-giftcard-form .gift-card-atc button {
  padding: 10px 20px;
}
.cart-rd.save-for-later .save-for-later-header {
  padding: 15px;
  background: #000;
}
.cart-rd.save-for-later .save-for-later-header span {
  color: #fff;
}
.cart-rd.save-for-later .line-item-total-price {
  margin-left: 12px;
}
.cart-rd.save-for-later .product-name,
.cart-rd.save-for-later .line-item-total-price-amount {
  font-weight: 700;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .cart-rd .cart-actions {
    margin: initial;
  }
}
.cart-rd .bops-pickup-location-section span {
  font-size: 0.75rem;
}
.cart-rd .bops-pickup-location-section.hide {
  display: none;
}
.cart-rd .bops-pickup-location-section .bops-promo-details {
  margin-top: 0.5rem;
}
.cart-rd .bops-pickup-location-section .bops-promo-details span {
  font-size: 0.6875rem;
}
.cart-rd .bops-pickup-location-section .bops-low-in-stock {
  font-size: 0.75rem;
  font-weight: bold;
  color: #da362c;
}
@media (max-width: 767.98px) {
  .cart-rd .bops-pickup-location-section {
    margin: 0 0 0 1rem !important;
  }
}
.cart-rd .bops-pickup-location-section .font-weight-bold {
  font-size: 14px;
}

.rd-giftcard {
  width: 100%;
}

.row.cart-rd .productInformation div + .rd-giftcard::before {
  padding: 0;
  content: unset;
}

@media (min-width: 1024px) {
  .totals.cart-rd {
    margin-top: 0.7rem !important;
  }
}

.cart-recommendations-redesign .badges .badge {
  margin: 0 5px 0 0;
  padding: 0.3475rem 0.375rem 0.282rem;
  border-radius: 10px;
  font-size: 0.625rem;
}
.cart-recommendations-redesign .product-tile .badges .badge {
  width: auto;
}
.cart-recommendations-redesign .badges .badge.badge-accent-bestseller {
  color: #fff;
  background-color: #36b39c;
}

.protect-your-purchase-container {
  width: 100%;
  background: #fff;
  margin-top: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .protect-your-purchase-container .lg {
    display: none;
  }
}

.protection-row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.875rem;
  line-height: 1.5;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem;
  min-height: 64px;
  margin: 20px 0.625rem 0.625rem;
  border-radius: 4px;
}
@media (max-width: 767.98px) {
  .protection-row {
    min-height: 89px;
    font-size: 11px;
  }
}
@media (max-width: 575.98px) {
  .protection-row {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
  }
}
.protection-row .selected-protection-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (max-width: 767.98px) {
  .protection-row .selected-protection-details {
    border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .protection-row .selected-protection-details {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .protection-row .selected-protection-details {
    width: 50%;
  }
}
.protection-row .warranty-img {
  width: 40px;
  height: 30px;
}
.protection-row .warranty-img img {
  max-width: 100%;
}
.protection-row .product-protection-name {
  font-weight: 700;
  margin-left: 0.625rem;
  margin-top: 2px;
  font-size: 0.875rem;
}
.protection-row .product-protection-name a {
  font-weight: normal;
  color: #000;
  font-size: 0.875rem;
  display: none;
}
@media (max-width: 767.98px) {
  .protection-row .product-protection-name a {
    display: block;
    font-size: 11px;
  }
}
@media (max-width: 767.98px) {
  .protection-row .product-protection-name {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.protection-row .product-protection-modal {
  text-decoration: underline;
  margin-left: 0.75rem;
}
.protection-row .product-protection-modal a {
  color: #000;
  font-size: 12px;
}
@media (max-width: 767.98px) {
  .protection-row .product-protection-modal a {
    font-size: 11px;
    display: none;
  }
}
.protection-row .product-protection-modal a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .protection-row .product-protection-modal {
    margin-left: 0;
  }
}
.protection-row .gameProtectionModal {
  z-index: 1071;
}
.protection-row .gameProtectionModal .game-para {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
}
.protection-row .gameProtectionModal .img-para {
  margin: 5px 15px 0 0;
}
.protection-row .gameProtectionModal .img-para img {
  width: 30px;
}
.protection-row .gameProtectionModal .modal-header {
  color: #fff;
  background-color: #000;
}
.protection-row .gameProtectionModal .modal-body {
  padding-top: 20px;
}
.protection-row .gameProtectionModal .close span {
  background-color: #f2f4f7;
  border-radius: 50px;
  padding: 0 10px;
}
.protection-row .product-option-btn-container {
  margin-left: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media (max-width: 575.98px) {
  .protection-row .product-option-btn-container {
    padding-top: 0.5rem;
    display: block;
  }
}
@media (min-width: 576px) {
  .protection-row .product-option-btn-container {
    width: 60%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: block;
  }
}
@media (min-width: 768px) {
  .protection-row .product-option-btn-container {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.protection-row .product-option-btn-container .protection-button {
  border: none;
  border-radius: 2px;
  padding: 0.5rem 15px;
  color: #000;
  line-height: 1.5;
  cursor: pointer;
  font-size: 0.625rem;
  background: none;
  min-height: 44px;
}
@media (max-width: 767.98px) {
  .protection-row .product-option-btn-container .protection-button {
    width: 100%;
  }
}
.protection-row .product-option-btn-container .protection-button span {
  font-weight: 700;
}
.protection-row .product-option-btn-container .protection-button + .protection-button {
  margin-right: 0;
}
.protection-row .product-option-btn-container .protection-button:only-child {
  margin-right: 0;
}
.protection-row .product-option-btn-container .remove-protection-btn {
  color: rgba(41, 43, 51, 0.9490196078);
  border: none;
  background: none;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
  font-size: 0.75rem;
}
.protection-row .product-option-btn-container .remove-protection-btn:focus, .protection-row .product-option-btn-container .remove-protection-btn:hover {
  border: none;
  padding: 0;
  background: none;
  outline: none;
  margin: 0;
  text-decoration: underline;
  font-size: 0.75rem;
  color: #da362c;
}
.protection-row .product-option-btn-container .protection-totals-column {
  text-align: end;
}
@media (max-width: 767.98px) {
  .protection-row .product-option-btn-container .protection-totals-column .line-item-total-price-amount {
    font-size: 0.875rem;
    text-align: left;
  }
}

.lineItem-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f2dede;
  padding: 0.75rem 1.5rem;
  margin-bottom: 1.25rem;
  border: 1px solid #e8cccc;
  border-radius: 6px;
}
.lineItem-error .icon {
  font-size: 1rem;
  color: #ca1a24;
  margin-right: 1rem;
}
.lineItem-error .content {
  font-size: 0.75rem;
}
.lineItem-error .content .status {
  color: #ca1a24;
  font-weight: 700;
}

#removeProductModal {
  z-index: 1071;
}

.card-bg-container.pur-product-line-item {
  padding: 10px;
  background-image: url("../../images/power-up-rewards/pur-bg.png");
  background-position: center;
}

.cart-badge.pur-product-line-item {
  justify-self: flex-start;
  margin-right: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  border-radius: 10px;
  background: #da362c 0% 0% no-repeat padding-box;
  width: 56px;
  height: 20px;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: baseline;
      align-self: baseline;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1023.98px) {
  .cart-badge.pur-product-line-item {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.cart-badge.pur-product-line-item span {
  width: 100%;
}

.same-day-delivery .same-day-title .disabledClass {
  color: #636363;
  pointer-events: none;
}
.same-day-delivery .same-day-title .disabledClass a {
  color: #636363;
  pointer-events: none;
  text-decoration: none !important;
}
.same-day-delivery .shipping-detail-message {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767.98px) {
  .same-day-delivery .shipping-detail-message {
    margin-top: 0.5rem;
  }
}

.cart-error-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 1em 1.5rem;
  border: 1px solid #ca1a24;
  border-radius: 10px;
  background-color: #fff;
}
.cart-error-message .icon {
  font-size: 1rem;
  color: #ca1a24;
}
.cart-error-message .title {
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0 1rem;
}
.cart-error-message .view-items {
  font-weight: 700;
}

#removeProductModal {
  z-index: 1071;
}

.flexpayInfoWidget-Cart {
  text-align: center;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .flexpayInfoWidget-Cart {
    padding-left: 0;
  }
}

.widget-text-cart {
  padding-top: 5px;
  font-size: 0.75rem;
  font-weight: 500;
}

#flexPayWidgetModal .flexPayModalClose {
  background: #d9d9d9;
  border-radius: 50%;
  padding: 1px;
  width: 25px;
  height: 25px;
  margin-right: 0;
}
@media (max-width: 1023.98px) {
  #flexPayWidgetModal {
    font-size: 0.8rem;
  }
  #flexPayWidgetModal table {
    font-size: 0.625rem;
  }
  #flexPayWidgetModal table tbody td {
    padding: 0.5rem;
    padding-left: 0;
  }
  #flexPayWidgetModal table tbody td img {
    width: 45px;
  }
}
#flexPayWidgetModal table {
  border-collapse: collapse;
  width: 100%;
}
#flexPayWidgetModal ol {
  list-style-position: outside;
}
#flexPayWidgetModal th,
#flexPayWidgetModal td {
  text-align: left;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-right: 0.5rem;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
}
#flexPayWidgetModal thead tr:first-child {
  background: #ebeaea;
}
#flexPayWidgetModal thead tr:last-child {
  background: #f6f6f6;
}
#flexPayWidgetModal th:first-child {
  text-align: center;
}
#flexPayWidgetModal tbody td {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-right: 1.5rem;
}
#flexPayWidgetModal td:last-child {
  border-bottom: none;
}
#flexPayWidgetModal #flexpay-step-1 {
  margin-top: 1.625em;
  margin-bottom: 0.6875em;
}
#flexPayWidgetModal #flexpay-step-2 {
  margin-bottom: 1.75em;
}
#flexPayWidgetModal .flexpay-modal-list-numbering {
  border-radius: 50%;
  background: #ca1a24;
  color: white;
  display: inline-block;
  width: 1.6em;
  line-height: 1.6em;
  margin-right: 0.625em;
  text-align: center;
}
#flexPayWidgetModal .modal-body {
  padding: 0 24px 24px;
  text-align: left;
}
@media (min-width: 576px) {
  #flexPayWidgetModal .modal-body {
    padding: 0 54px 40px;
  }
}

#klarna-legal #klarna-impression {
  display: none;
}

.cart-rd.cart-recommended-products .product-tile {
  background: white;
}
.cart-rd.cart-recommended-products .cart-recommendations-redesign .row:first-child {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 576px) {
  .instore-info-style {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 575.98px) {
  .instore-info-style .delivery-option-error-message {
    margin-left: 0.75rem;
  }
  .instore-info-style .delivery-option-error-message.stock-info-style {
    float: right;
    margin-right: 0.5rem;
  }
}
@media (min-width: 576px) {
  .instore-info-style .delivery-option-error-message {
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-right: 2px;
  }
}
@media (max-width: 575.98px) {
  .instore-info-style .stock-left-message {
    margin-left: 0.75rem;
  }
}
@media (min-width: 576px) {
  .instore-info-style .stock-left-message {
    margin-left: auto;
    -ms-flex-item-align: center;
        align-self: center;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-right: 2px;
  }
}
.instore-info-style .new-pickup-store-style {
  color: #000;
}
@media (min-width: 576px) {
  .instore-info-style span.can-pickup {
    max-width: 100%;
    padding-right: 1rem;
  }
  .instore-info-style span.can-pickup.vertical {
    padding-right: 0;
  }
}
@media (min-width: 576px) {
  .instore-info-style span.can-deliver {
    max-width: 100%;
    padding-right: 1rem;
  }
}
@media (min-width: 576px) {
  .instore-info-style span.no-pickup {
    max-width: 100%;
  }
}

.delivery-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  background: rgba(41, 43, 51, 0.9490196078);
  padding: 1rem 20px;
  margin-top: 0.7rem;
}

.delivery-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
}
@media (min-width: 576px) {
  .delivery-options {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 576px) {
  .delivery-options div {
    margin-right: 4rem;
  }
}

.delivery-address-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  min-height: 50px;
  padding: 24px 20px;
}
@media (min-width: 576px) {
  .delivery-address-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.delivery-summary div {
  color: #fff;
  font-size: 0.875rem;
}

.delivery-summary-home,
.delivery-summary-store,
.delivery-summary-digital {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  .delivery-summary-home,
  .delivery-summary-store,
  .delivery-summary-digital {
    max-width: 33%;
  }
}
.delivery-summary-home .email-delivery-icon,
.delivery-summary-store .email-delivery-icon,
.delivery-summary-digital .email-delivery-icon {
  width: 1.25rem;
  height: 1rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -41.625rem -0.625rem;
}

.delivery-summary-store .store-pickup-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
  background: url("../../images/cart-sprites.png") -19.5rem -0.625rem;
}

.delivery-summary-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.delivery-summary-home .home-delivery-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
}

.delivery-summary-expand {
  -ms-flex-item-align: center;
      align-self: center;
}

.delivery-summary-expand {
  color: white;
  margin-left: auto;
}
.delivery-summary-expand .dropdown {
  width: 16px;
  vertical-align: baseline;
}
.delivery-summary-expand .dropdown.flip {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.home-address.ship-to-home {
  display: none;
}
@media (min-width: 768px) {
  .home-address.ship-to-home {
    display: block;
  }
}

.home-address,
.store-address {
  font-size: 14px;
  width: 100%;
}
.home-address address,
.store-address address {
  max-width: 60%;
  margin: 5px 0 7px;
}
.home-address a,
.store-address a {
  font-weight: 600;
}
.home-address span.addressLine1,
.store-address span.addressLine1 {
  display: block;
}

.delivery-summary img {
  width: 20px;
  vertical-align: bottom;
  margin-right: 3px;
}

.delivery-summary-home span + span {
  margin-top: 0.875rem;
}

.delivery-options div:last-child {
  margin-right: 0;
}

.delivery-options div + div {
  margin-top: 0.875rem;
}
@media (min-width: 576px) {
  .delivery-options div + div {
    margin-top: 0;
  }
}

.delivery-address-section div + div {
  margin-top: 0.875rem;
}
@media (min-width: 576px) {
  .delivery-address-section div + div {
    margin-top: 0;
    margin-left: 3.625rem;
  }
}

@media (min-width: 576px) {
  .delivery-address-section.delivery-options-three div + div {
    margin-left: 1.25rem;
  }
}

.checkout-buttons-margin {
  margin-left: 0 !important;
}

.zipInformationWidget {
  background: #F7F7F7;
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 15px;
  border-radius: 8px;
  text-transform: lowercase;
  color: #5F5F5F;
}

.zipOrContainer {
  width: 100%;
}
.zipOrContainer .zipOr {
  background: #FFF;
  padding: 5px 12px;
  text-transform: uppercase;
  color: #808080;
  font-weight: 800;
  width: 42px;
  margin: 0 auto;
  text-align: center;
  font-size: 0.75rem;
  position: relative;
  z-index: 2;
}

.zipBorder {
  border-top: 1px solid #EEE;
  position: relative;
  top: -12px;
  z-index: 1;
  width: 100%;
}

@media (min-width: 768px) {
  .paypal-cart-buttons-container {
    margin-bottom: 10px;
  }
}
.paypal-cart-buttons-container .zoid-outlet {
  min-width: 10px !important;
}
.paypal-cart-buttons-container .zoid-outlet > iframe.zoid-visible {
  padding: 0 1px;
}
.paypal-cart-buttons-container .paypal-button-size-responsive {
  min-width: 10px !important;
  width: 100% !important;
}
.paypal-cart-buttons-container .zoid-outlet > iframe.zoid-visible {
  z-index: 0 !important;
}

@media (max-width: 767.98px) {
  .cart-desktop-header {
    display: none;
  }
}

.cart-mobile-header {
  display: none;
  padding-top: 5%;
}
@media (max-width: 767.98px) {
  .cart-mobile-header {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .cart-mobile-header-title {
    display: unset;
    text-transform: uppercase;
    font-size: 1.3rem;
    cursor: pointer;
  }
}
.cart-mobile-header-title .drop-down-arrow-black-icon {
  width: 16px;
  height: 10px;
  display: inline-block;
  background: url("../../images/cart-payment-sprite.png") -10px -10px;
  vertical-align: middle;
}
.cart-mobile-header-title .caret-up {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cart-mobile-header-buttons {
  padding-top: 5%;
}

.cart-mobile-total {
  float: right;
  font-weight: 700;
}

.checkout-btn {
  border-radius: 2px;
  height: 48px;
}

.cart-item-count-sticky {
  font-size: 16px;
}

.paypal-button {
  border-radius: 3px;
  height: 48px;
}

.checkout-btn-mobile-anchor-alignment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.checkout-btn-mobile-total {
  border-radius: 15%;
  height: 2rem;
  width: 20%;
  text-align: right;
  padding-top: 2%;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  font-size: 16px;
}

.checkout-btn-text-mobile {
  padding-top: 2%;
}
@media (max-width: 575.98px) {
  .checkout-btn-text-mobile {
    padding-bottom: 2%;
    text-align: center;
    text-transform: none;
    font-size: 14px;
  }
}

.os-discount .accordion-content-container img.icon {
  padding-right: 5px;
  margin-left: 5px;
}

.st-container {
  margin-left: 0;
}

.st-shiping-icon {
  margin-bottom: 1px;
  margin-left: 3px;
}

.st-level {
  display: block;
  margin-bottom: 2px;
}

.st-level-third {
  margin-bottom: 2px;
}

.st-bold-font {
  font: normal normal bold 12px/14px "Open Sans", Montserrat, sans-serif;
}

.st-bold-font-secondary {
  font: normal normal normal 10px/14px "Open Sans", Montserrat, sans-serif;
}

.st-suggestion-box {
  margin-left: 5px;
}

.delivery-fullfillment {
  border-radius: 5px;
  padding: 1rem;
  position: relative;
}
.delivery-fullfillment .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.delivery-fullfillment .content .image-icon {
  padding-right: 5px;
}
.delivery-fullfillment .underline {
  width: 100%;
  padding: 1rem 0;
}
.delivery-fullfillment .delivery-fullfillment-tooltip {
  position: absolute;
  right: 12px;
  top: 12px;
}
.delivery-fullfillment .delivery-fullfillment-tooltip .tool-tip {
  position: relative;
  cursor: pointer;
  display: inline-block;
  pointer-events: initial;
}
.delivery-fullfillment .delivery-fullfillment-tooltip .tool-tip .tooltiptext {
  display: none;
  min-width: 300px;
  background: rgba(41, 43, 51, 0.9490196078) 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  right: 32px;
  top: -38px;
  font-size: 12px;
  font-weight: bold;
}
.delivery-fullfillment .delivery-fullfillment-tooltip .tool-tip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 35%;
  left: 100%;
  margin-top: -4px;
  border-width: 15px;
  border-style: solid;
  border-color: transparent transparent transparent rgba(41, 43, 51, 0.9490196078);
}
.delivery-fullfillment .delivery-fullfillment-tooltip .tool-tip:hover .tooltiptext {
  display: block;
}

.phone-number-container {
  font-size: 0.875rem;
}
@media (min-width: 576px) {
  .phone-number-container.mob {
    display: none;
    min-height: 140px;
  }
}
.phone-number-container.lg {
  display: none;
  margin-top: 1.5rem;
}
@media (min-width: 576px) {
  .phone-number-container.lg {
    display: block;
  }
}
.phone-number-container .help-phone-number {
  font-size: 0.875rem;
}

.home-delivery-icon {
  background: url("../../images/cart-sprites.png") -29.125rem -0.625rem;
}

.home-delivery-disable-icon {
  background: url("../../images/cart-sprites.png") -31.625rem -0.625rem;
}

.same-day-delivery-icon {
  background: url("../../images/cart-sprites.png") -12.675rem -0.625rem;
}

.same-day-delivery-disable-icon {
  background: url("../../images/cart-sprites.png") -12.675rem -0.625rem;
}

.store-pickup-icon,
.store-pickup-disabled-icon {
  width: 1.125rem;
  height: 1rem;
  display: inline-block;
}

.store-pickup-icon {
  background: url("../../images/cart-sprites.png") -19.5rem -0.625rem;
}

.store-pickup-disabled-icon {
  background: url("../../images/cart-sprites.png") -21.875rem -0.625rem;
}

.item-email-delivery-icon {
  width: 0.9375rem;
  height: 0.75rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -6.125rem -0.625rem;
  vertical-align: bottom;
}

.icn-open-accordion-icon,
.icn-close-accordion-icon {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  vertical-align: bottom;
}

.icn-open-accordion-icon {
  background: url("../../images/cart-sprites.png") -34.125rem -0.625rem;
}

.icn-close-accordion-icon {
  background: url("../../images/cart-sprites.png") -36.625rem -0.625rem;
}

.check-mark-green-icon {
  width: 0.5625rem;
  height: 0.4375rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -2.4375rem -0.625rem;
}

.shipping-threshold-enabled-free-shipping-icon,
.shipping-threshold-disabled-free-shipping-icon {
  width: 1.1875rem;
  height: 1.1875rem;
  display: inline-block;
}

.shipping-threshold-enabled-free-shipping-icon {
  background: url("../../images/cart-sprites.png") -26.6875rem -0.625rem;
}

.shipping-threshold-disabled-free-shipping-icon {
  background: url("../../images/cart-sprites.png") -24.25rem -0.625rem;
}

.shipping-threshold-disabled-level-icon,
.shipping-threshold-enabled-level-icon {
  width: 1.6875rem;
  height: 0.125rem;
}

.shipping-threshold-enabled-level-icon {
  background: url("../../images/cart-sprites.png") -44.125rem -0.625rem;
}

.shipping-threshold-disabled-level-icon {
  background: url("../../images/cart-sprites.png") -47.0625rem -0.625rem;
}

.delivery-info-icon {
  width: 0.9375rem;
  height: 0.9375rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -8.3125rem -0.625rem;
}

.open-accordion-icon {
  width: 0.625rem;
  height: 0.625rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -4.25rem -0.625rem;
}

.close-accordion-icon {
  width: 1rem;
  height: 0.125rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -10.5rem -0.625rem;
  vertical-align: middle;
}

.promo-open-accordion-icon {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -17.25rem -0.625rem;
}

.side-by-side-tiles-links {
  text-align: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 12px;
  margin-bottom: 12px;
}
.side-by-side-tiles-links .save-for-later {
  margin-right: 12px;
}

.save-for-later-section .product-image {
  max-width: 100%;
}

.shift-to-home-stock {
  font-size: 0.75rem;
  display: block;
  text-transform: lowercase;
  width: 104px;
  margin-top: 2px;
}
@media (max-width: 767.98px) {
  .shift-to-home-stock {
    margin-left: 16px;
    margin-bottom: 10px;
  }
}

@media (min-width: 1024px) {
  .product-info-trade-in {
    margin-left: auto;
  }
}

.sku-tooltip {
  position: relative;
  display: inline-block;
  width: 22px;
  background: #292b33 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  padding: 1px 4px;
  border-radius: 6px;
  font-size: 10px;
  bottom: 2px;
}
.sku-tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background: #292b33 0% 0% no-repeat padding-box;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  left: 150%;
  top: -12px;
  font-size: 12px;
  font-weight: bold;
}
@media (max-width: 767.98px) {
  .sku-tooltip .tooltiptext {
    left: -250%;
    top: 30px;
  }
}
.sku-tooltip .tooltiptext::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -4px;
  border-width: 4px 10px;
  border-style: solid;
  border-color: transparent #000 transparent transparent;
}
@media (max-width: 575.98px) {
  .sku-tooltip .tooltiptext::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #292b33;
    top: -30%;
    right: 40%;
  }
}

.sku-tooltip:hover .tooltiptext {
  visibility: visible;
}

.product-info .softbundle-child-header {
  font-weight: bold;
}

.soft-bundle-card .bundle-info {
  padding-top: 2.5rem;
}
.soft-bundle-card .card {
  border: transparent !important;
}
.soft-bundle-card .softbudle-child-container {
  padding-left: 1rem;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .softbudle-child-container {
    padding-left: 0;
  }
}
.soft-bundle-card .softbudle-child-container .child-container .item-image {
  width: 60px;
}
.soft-bundle-card .softbudle-child-container .child-container .item-image img {
  width: 100%;
}
@media (min-width: 576px) {
  .soft-bundle-card .protect-your-purchase-container {
    padding: 0 1rem;
  }
}
@media (max-width: 767.98px) {
  .soft-bundle-card .protect-your-purchase-container .product-option-btn-container {
    display: block !important;
  }
}
.soft-bundle-card .protect-your-purchase-container .selected-protection-details {
  width: 40% !important;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .protect-your-purchase-container .selected-protection-details {
    width: 100% !important;
  }
}
.soft-bundle-card .protect-your-purchase-container .product-option-btn-container {
  width: 60% !important;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .protect-your-purchase-container .product-option-btn-container {
    width: 100% !important;
  }
}
.soft-bundle-card .selected-protection-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soft-bundle-card .shiptoHome .shiptoHome-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  padding: 0.5rem;
  border: 1px solid #dbdbdb;
  margin-bottom: 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.soft-bundle-card .shiptoHome .shiptoHome-wrapper .fa-home {
  color: #da362c;
}
.soft-bundle-card .shiptoHome .shiptoHome-wrapper .title {
  margin-left: 12px;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 700;
}
.soft-bundle-card .shiptoHome .shiptoHome-wrapper .dod {
  font-size: 12px;
  text-transform: capitalize;
  color: #dbdbdb;
  margin-left: 12px;
}
.soft-bundle-card .cart-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .cart-actions {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.soft-bundle-card .line-item-total-price {
  -ms-flex-preferred-size: 100% !important;
      flex-basis: 100% !important;
  max-width: 100% !important;
}
.soft-bundle-card .softbundle-child-header {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  overflow: hidden;
  text-align: left;
}
@media (min-width: 576px) {
  .soft-bundle-card .softbundle-child-header {
    margin-left: 0.7rem;
    margin-right: 12px;
  }
}
.soft-bundle-card .softbundle-child-header span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  position: relative;
  padding: 0 20px;
}
.soft-bundle-card .softbundle-child-header span::after {
  content: "";
  display: block;
  width: 679px;
  position: absolute;
  top: 0.7em;
  border-top: 1px solid #dbdbdb;
  left: 100%;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button {
  border: transparent !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  color: #000;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  margin-right: 0;
  padding: 0.4rem 9px !important;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .protection-row .product-option-btn-container .protection-button {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button span {
  margin-right: 2px;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button.selected {
  background: transparent;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button.selected .product-add-icon {
  display: none;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button.unselected .product-selected-icon {
  display: none;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button .product-add-icon {
  margin-right: 11.25px;
}
.soft-bundle-card .protection-row .product-option-btn-container .protection-button .product-selected-icon {
  margin-right: 11.25px;
}
@media (max-width: 767.98px) {
  .soft-bundle-card .protection-row .product-protection-name {
    -ms-flex-item-align: auto;
        align-self: auto;
  }
}
.soft-bundle-card .more-description {
  margin-left: 1rem;
}
.soft-bundle-card .total-savings-section {
  font-weight: 700;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: right;
  padding-right: 0.8rem;
}
.soft-bundle-card .total-savings-section .caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.soft-bundle-card .total-savings-section .drop-down-arrow-green-icon {
  width: 0.5625rem;
  height: 0.375rem;
  display: inline-block;
  background: url("../../images/cart-sprites.png") -0.625rem -0.625rem;
  vertical-align: middle;
}
.soft-bundle-card .total-savings-section .promotion-discount-list.show {
  display: block;
}

.protection-row {
  border: 1px solid #eee;
  border-radius: 8px;
  opacity: 1;
  border-width: 1px;
  padding: 5px;
}
@media (min-width: 576px) {
  .protection-row .custom-radio .custom-control-input ~ .custom-control-label {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.protection-row .custom-radio .custom-control-input ~ .custom-control-label::before {
  top: -1px;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 2px;
  position: absolute;
  border: 2px solid #e2e2e2;
  left: -1.75rem;
}
@media (max-width: 767.98px) {
  .protection-row .custom-radio .custom-control-input ~ .custom-control-label::before {
    width: 25px;
    height: 25px;
    top: 0;
    left: -2.5rem;
  }
}
.protection-row .custom-radio .custom-control-input.warranty-option:checked ~ .custom-control-label::after {
  height: 14px;
  width: 18px;
  display: inline-block;
  background: url(../../images/pdp-icons-sprite.png) -239px -10px;
  vertical-align: middle;
  left: -2.25rem;
  top: 5px;
}
@media (min-width: 768px) {
  .protection-row .custom-radio .custom-control-input.warranty-option:checked ~ .custom-control-label::after {
    height: 12px;
    width: 12px;
    background: url(../../images/pdp-icons-sprite.png) -66px -10px;
    left: -1.563rem;
    top: 3px;
  }
}
.protection-row .product-option-value .option-label {
  font-size: 0.875rem;
  font-weight: normal !important;
  display: block;
  text-align: left;
}
@media (min-width: 576px) {
  .protection-row .product-option-value .option-label {
    padding-right: 8px;
    display: block;
  }
}
.protection-row .product-option-value .option-value {
  display: block;
  text-align: left;
}
@media (max-width: 767.98px) {
  .protection-row .product-option-value .option-value {
    float: right;
  }
}
.protection-row .product-option-value .option-value .year {
  font-size: 0.875rem;
  color: #000;
  padding-right: 8px;
}
.protection-row .product-option-value .option-value .month {
  font-weight: normal !important;
  opacity: 1;
  color: rgba(0, 0, 0, 0.7019607843);
  font-size: 0.75rem;
}
@media (max-width: 767.98px) {
  .protection-row .product-option-value .option-value .month {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .protection-row .product-option-value .custom-control {
    padding-left: 40px;
  }
}
@media (max-width: 767.98px) {
  .protection-row {
    padding: 0;
  }
  .protection-row .selected-protection-details,
  .protection-row .product-option-btn-container {
    padding: 10px;
  }
  .protection-row .product-option-btn-container .protection-button {
    padding-right: 0;
  }
  .protection-row .product-option-value .option-value .year {
    display: block;
    text-align: right;
    padding-right: 0;
  }
  .protection-row .product-protection-name {
    margin-top: 0;
  }
}

.protection-button:focus {
  outline: none;
}

@media (max-width: 767.98px) {
  .custom-control-label {
    width: 100%;
  }
}

.coupon-error {
  margin-top: 0.25rem;
}

.cart-order-summary {
  font-size: 16px;
  letter-spacing: -0.03em;
}
.cart-order-summary .discounts-section .os-discount .accordion-heading {
  font-weight: 400;
}
.cart-order-summary .discounts-section .discount-drop-down {
  padding: 5px;
}
.cart-order-summary .discounts-section .discount-label {
  padding-left: 26px;
}
.cart-order-summary .discounts-section .discounts-total {
  color: #e42625;
}
.cart-order-summary .hide-discounts {
  display: none;
}
.cart-order-summary .estimated-total {
  font-size: 20px;
}
.cart-order-summary .estimated-total .grand-total {
  font-weight: 700;
}
.cart-order-summary h2.order-summary {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-order-summary .cart-item-count {
  font-weight: normal;
}
.cart-order-summary .info-icon {
  left: 1px;
  bottom: 1px;
}

.fulfilment-banner-cart-page .truck-icon {
  background-image: url("../../images/svg-icons/blue-truck-icon.svg");
}

@media (max-width: 767.98px) {
  .pur-monthly-reward.desktop {
    display: none;
  }
}
@media (min-width: 576px) {
  .pur-monthly-reward.mobile {
    display: none;
  }
}
.pur-monthly-reward .loyalty-monthly-rewards h5 {
  font-weight: 600 !important;
  margin-bottom: 0%;
}
.pur-monthly-reward .loyalty-monthly-rewards h5::before {
  height: 25px;
  width: 14px;
  background: url("../../images/svg-icons/gamestop-pro-icon-purple.svg") no-repeat;
  content: " ";
  padding: 3px 15px;
}
.pur-monthly-reward .loyalty-monthly-rewards .error-msg {
  font-size: 1rem;
  color: #5f5f5f;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer {
  font-size: 1rem;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer a {
  font-size: 1rem;
  color: #404040;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer .promo-name {
  color: #6A43F9;
  padding: 0;
  font-weight: 600;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer .delete-coupon-confirmation-btn {
  font-size: 1.75rem;
  margin-top: -6px;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer .apply {
  color: #404040;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pur-monthly-reward .loyalty-monthly-rewards .monthly-offer .applied {
  color: #404040;
}

.cart-bread-credit-toggle {
  margin-bottom: 1.5rem;
  cursor: pointer;
}
.cart-bread-credit-toggle section {
  padding: 0 !important;
}
.cart-bread-credit-toggle img {
  width: 100%;
}

/*# sourceMappingURL=cart.css.map*/