/*!***************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/cartFullfilment.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 */
/* 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;
  }
}

.row.cart-rd .fullfillment-radio .item-qty-price {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset;
  min-width: 114px;
}
@media (min-width: 1024px) {
  .row.cart-rd .fullfillment-radio .productInformation div + div::before {
    content: unset;
    padding: 0;
  }
}
.row.cart-rd .fullfillment-radio .product-details {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .product-details .item-attributes {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .item-qty-price .quantity-form {
    margin-top: 8px;
  }
  .row.cart-rd .fullfillment-radio .productInformation {
    margin-bottom: 0;
  }
}
.row.cart-rd .fullfillment-radio .productInformation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.row.cart-rd .fullfillment-radio .product-name {
  width: auto;
}
.row.cart-rd .fullfillment-radio .product-name .sku-tooltip {
  background: none;
}
.row.cart-rd .fullfillment-radio .product-name .price-mobile {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .product-name .price-mobile .qty-price-section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.row.cart-rd .fullfillment-radio .productInformation {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1rem;
}
.row.cart-rd .fullfillment-radio .qty-price-section {
  margin: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.row.cart-rd .fullfillment-radio .qty-price-section .line-item-total-price {
  padding: 0;
}
.row.cart-rd .fullfillment-radio .custom-radio .custom-control-input:checked {
  background-image: url(../images/svg-icons/radio-button-black.svg);
}
.row.cart-rd .fullfillment-radio .custom-radio .custom-control-input ~ .custom-control-label::after,
.row.cart-rd .fullfillment-radio .custom-radio .custom-control-input ~ .custom-control-label::before {
  margin-top: 6px;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .custom-radio .custom-control-input ~ .custom-control-label::after,
  .row.cart-rd .fullfillment-radio .custom-radio .custom-control-input ~ .custom-control-label::before {
    margin-top: 0;
    width: 25px;
    height: 25px;
  }
}
.row.cart-rd .fullfillment-radio .custom-control-label::after {
  cursor: pointer;
}
.row.cart-rd .fullfillment-radio .cart-delivery-options span .stock-font,
.row.cart-rd .fullfillment-radio .cart-delivery-options div .stock-font {
  color: #eb7100;
}
.row.cart-rd .fullfillment-radio .cart-delivery-options span .stock-gray,
.row.cart-rd .fullfillment-radio .cart-delivery-options div .stock-gray {
  color: #5f5f5f;
}
.row.cart-rd .fullfillment-radio .cart-delivery-options .custom-control-label,
.row.cart-rd .fullfillment-radio .cart-delivery-options .line-item-availability {
  font-size: 14px;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .cart-delivery-options .custom-control-label,
  .row.cart-rd .fullfillment-radio .cart-delivery-options .delivery-estimation,
  .row.cart-rd .fullfillment-radio .cart-delivery-options .line-item-availability,
  .row.cart-rd .fullfillment-radio .cart-delivery-options .store-details {
    padding-left: 25px;
  }
}
.row.cart-rd .fullfillment-radio .cart-delivery-options .expected-delivery {
  margin-top: 5px;
}
.row.cart-rd .fullfillment-radio .cart-delivery-options .cart-delivery-options .expected-delivery {
  margin-top: 5px;
}
.row.cart-rd .fullfillment-radio .cart-delivery-options .delivery-estimation,
.row.cart-rd .fullfillment-radio .cart-delivery-options .store-details {
  margin-top: 5px;
}
.row.cart-rd .fullfillment-radio .line-item-quantity {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .delivery-options-container {
    padding: 0;
    margin-bottom: 0;
  }
}
.row.cart-rd .fullfillment-radio .details .main-item-info {
  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;
}
.row.cart-rd .fullfillment-radio .details .main-item-info .product-image {
  width: 114px;
}
.row.cart-rd .fullfillment-radio .details .main-item-info .product-image img {
  min-width: 106px;
  width: 100%;
}
.row.cart-rd .fullfillment-radio .details .product-qty-links {
  margin: 20px 0;
  -ms-flex-line-pack: baseline;
      align-content: baseline;
}
.row.cart-rd .fullfillment-radio .delivery-options-card {
  border: none;
}
.row.cart-rd .fullfillment-radio .home-delivery-icon,
.row.cart-rd .fullfillment-radio .store-pickup-icon,
.row.cart-rd .fullfillment-radio .same-day-delivery-icon,
.row.cart-rd .fullfillment-radio .home-delivery-disable-icon {
  background-image: url(../images/svg-icons/radio-button-unselected.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .home-delivery-icon,
  .row.cart-rd .fullfillment-radio .store-pickup-icon,
  .row.cart-rd .fullfillment-radio .same-day-delivery-icon,
  .row.cart-rd .fullfillment-radio .home-delivery-disable-icon {
    background-image: url(../images/svg-icons/radio-button-unselected-mobile.svg);
    width: 36px !important;
    height: 36px !important;
  }
}
.row.cart-rd .fullfillment-radio .same-day-delivery-icon,
.row.cart-rd .fullfillment-radio .home-delivery-disable-icon,
.row.cart-rd .fullfillment-radio .sameday-delivery-icon {
  display: inline-block;
  width: 1.25rem;
  height: 1.0625rem;
}
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .home-delivery-icon,
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .home-delivery-disable-icon,
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .store-pickup-icon,
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .same-day-delivery-icon,
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .sameday-delivery-icon,
.row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .store-pickup-disabled-icon {
  background-image: url(../images/svg-icons/radio-button-black.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .home-delivery-icon,
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .home-delivery-disable-icon,
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .store-pickup-icon,
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .same-day-delivery-icon,
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .sameday-delivery-icon,
  .row.cart-rd .fullfillment-radio .shipping-option-label input.delivery-option:checked + .delivery-options-card .store-pickup-disabled-icon {
    background-image: url(../images/svg-icons/radio-button-black-mobile.svg);
    width: 36px;
    height: 36px;
  }
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card {
  padding: 0;
  margin-bottom: 12px;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .delivery-option-card-content {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  line-height: 20px;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .delivery-option-card-content .option-no-delivery-address a {
  font-size: 0.875rem;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .delivery-option-card-content .shipping-detail-message-style {
  padding-top: 0;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .delivery-option-card-content .instore-info-style .promo-copy {
  padding-top: 0;
  color: #e72318;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .option-card-title span,
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .option-card-title div {
  font-size: 0.875rem;
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .store-pickup-disabled-icon {
  background-image: url(../images/svg-icons/radio-button-unselected.svg);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .store-pickup-disabled-icon {
    background-image: url(../images/svg-icons/radio-button-unselected-mobile.svg);
    height: 36px;
    width: 36px;
  }
}
.row.cart-rd .fullfillment-radio .shipping-option-label .delivery-options-card .low-in-stock {
  font-weight: bold;
}
.row.cart-rd .fullfillment-radio .same-day-delivery .shipping-detail-message {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.row.cart-rd .fullfillment-radio .same-day-delivery .shipping-detail-message .same-day-no-delivery {
  margin-left: 1em;
}
.row.cart-rd .fullfillment-radio .same-day-delivery .shipping-option-label .delivery-options-card {
  text-align: left;
}
.row.cart-rd .fullfillment-radio .same-day-delivery .shipping-option-label .delivery-options-card .unavailable,
.row.cart-rd .fullfillment-radio .same-day-delivery .shipping-option-label .delivery-options-card .deliverydetails {
  font-size: 0.875rem;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .same-day-delivery .shipping-option-label .delivery-options-card .deliverydetails {
    margin-left: 0;
    display: initial;
  }
}
.row.cart-rd .fullfillment-radio .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.cart-rd .fullfillment-radio .total-savings-section .total-savings .caret-down {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.row.cart-rd .fullfillment-radio .total-savings-section {
  font-size: 12px;
}
.row.cart-rd .fullfillment-radio .total-savings-section .was-price.strike-through-price {
  margin-top: 9px;
}
.row.cart-rd .fullfillment-radio .total-savings-section .discount-list {
  font-weight: normal;
  text-align: right;
}
.row.cart-rd .fullfillment-radio .total-savings-section .line-item-promo {
  text-align: right;
  padding-left: 12px;
  padding-right: 12px;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}
.row.cart-rd .fullfillment-radio .line-item-total-price {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .line-item-total-price,
  .row.cart-rd .fullfillment-radio .total-savings-section .line-item-promo,
  .row.cart-rd .fullfillment-radio .total-savings-section .discount-list {
    text-align: left;
  }
}
.row.cart-rd .fullfillment-radio.pur-product-line-item {
  padding: 0;
  background-image: none;
}
.row.cart-rd .fullfillment-radio.pur-product-line-item .pur-product-line-item {
  padding: 20px !important;
}
.row.cart-rd .fullfillment-radio .cart-badge.pur-product-line-item {
  display: none;
  padding: 0;
}
.row.cart-rd .fullfillment-radio .remove-line-item-bottom.pur-product-line-item {
  padding: 0 !important;
}
.row.cart-rd .fullfillment-radio .delivery-option-error-message {
  color: #da362c;
  font-weight: normal;
}
@media (max-width: 767.98px) {
  .row.cart-rd .fullfillment-radio .delivery-option-error-message.stock-info-style {
    float: left;
    margin-left: 0;
  }
}
.row.cart-rd .fullfillment-radio .disabled-font-styl {
  color: #000;
}
.row.cart-rd .fullfillment-radio .store-name {
  font-weight: normal;
}
.row.cart-rd .fullfillment-radio .delivery-options-container {
  margin-top: 0 !important;
}
.row.cart-rd .fullfillment-radio .gc-seperator {
  display: none;
}
.row.cart-rd .fullfillment-radio .unavailable {
  color: #949494;
}
.row.cart-rd .fullfillment-radio .not-available {
  color: #b31212;
  font: normal normal bold 12px "Open Sans", Montserrat;
}
@media (max-width: 767.98px) {
  .row.cart-rd .protection-row {
    margin: 10px 0 0;
  }
}
@media (max-width: 767.98px) {
  .row.cart-rd .pur-bonus-product-container {
    padding: 0;
  }
}
.row.cart-rd .error-message-container .store-pickup .line-item-error-message.not-available {
  font-weight: bold;
  color: #da362c;
}

.cart-msg-grey {
  color: #727272 !important;
  font-weight: normal !important;
}

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