.fullscreen-modal.add-to-cart-redesign .modal-header {
  width: 100%;
  max-width: unset;
  padding-top: 65px;
  padding-bottom: 15px;
  height: auto;
  position: relative;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.1) !important;
  left: 0px;
  margin: 0 auto;
  right: 0px;
  max-height: 300px;
  opacity: 1;
  /* background-color: #fff; */
  background: #fff;
  padding-top: 45px !important;
  padding-bottom: 15px !important;
}

/* .bopis-subscription{
  display: none !important;
} */

.modal.add-to-cart-modal .close,
.modal.fulfillment-modal .close {
  z-index: 99;
  position: fixed;
  font-size: 28px;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background-size: 22px !important;
  top: 17px;
  right: 1%;
  text-shadow: none !important;
  opacity: 1 !important;
  width: 22px;
  height: 22px;
  /* background: url(clientlib-base/images/gray-cancel.png) no-repeat; */
  background-size: 22px;
  top: 17px;
  right: 15px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0 !important;
}

.modal.add-to-cart-modal .red-button {
  width: 100%;
  max-width: 100% !important;
  background-color: #b5121b;
  color: #fff;
  border: solid 1px #b5121b;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  border-radius: 4px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0 !important;
  font: bold 16px var(--tsc-roboto);
  text-align: center;
  cursor: pointer;
}

.container--wcs .p-0 {
  padding: 0 !important;
}

.container--wcs .m-0 {
  margin: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}

#addToCartModal,
#fulfillmentModal {
  z-index: 2000 !important;
}

#fulfillmentModal,
#addToCartModal {
  overflow-y: hidden;
}

.add-to-cart-modal.modal {
  z-index: 1049;
}

.fade.show {
  padding-right: 0 !important;
  outline: 0 !important;
}

.modal.add-to-cart-modal {
  display: none;
  position: fixed;
  z-index: 3000;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.85);
}

.modal.add-to-cart-modal .modal-dialog {
  -webkit-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 465px !important;
  margin: 0 !important;
  position: absolute !important;
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.modal.add-to-cart-modal .modal-content {
  height: 110vh;
  padding-bottom: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal.add-to-cart-modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.fullscreen-modal .col-12 {
  margin-top: 15px !important;
  padding: 0;
}

.col-12.atc-payment-details {
  margin-top: 0 !important;
}

.container--wcs .p-0 {
  padding: 0 !important;
}

.atc-payment-details {
  border-left: dotted 1px #ccc;
  color: #000;
}

.p-0 {
  padding: 0 !important;
}

.col-12 {
  width: 100%;
}

.col-11,
.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.add-to-cart-redesign .alternate-payments div {
  width: 100%;
}

.add-to-cart-redesign .add-to-cart-buttons.payment-spinner .alt-buttons-wrap {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  display: grid;
  max-width: 90%;
  margin-top: 10px;
  gap: 6px;
  padding: 0 !important;
  width: 100%;
  margin-left: 20px !important;
}

.modal.add-to-cart-modal .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.modal.add-to-cart-modal .icon-shopping_cart {
  top: 1px;
  position: relative;
  top: 3px;
  left: 0;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: '';
}

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }

  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

#addToCartModal,
#fulfillmentModal {
  z-index: 2000 !important;
}

#fulfillmentModal,
#addToCartModal {
  overflow-y: hidden;
}

.add-to-cart-modal.modal {
  z-index: 1049;
}

.fade.show {
  padding-right: 0 !important;
  outline: 0 !important;
}

.modal.add-to-cart-modal {
  display: none;
  position: fixed;
  z-index: 3000;
  padding-top: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.85);
}

.modal.add-to-cart-modal .modal-dialog {
  -webkit-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 465px !important;
  margin: 0 !important;
  position: absolute !important;
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.modal.add-to-cart-modal .modal-content {
  height: 110vh;
  padding-bottom: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal.add-to-cart-modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

/*** Add to Cart Interstial Start **/

.add-to-cart-modal .add-to-cart-buttons-content .row {
  text-align: center;
}

.add-to-cart-modal #papbutton {
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
}

#addToCartModal.add-to-cart-modal .add-to-cart-buttons-content {
  max-width: 100% !important;
  padding: 0 15px !important;
  position: unset;
}

#addToCartModal #cart-buttons .stuck-summary {
  visibility: visible;
  height: auto;
  max-width: 100%;
  margin-right: 30px !important;
}

.pricing-disclaimer.p-0.pt-2.pb-2 {
  width: 95% !important;
  margin-left: 20px !important;
}

.add-to-cart-modal .add-to-cart-buttons-content .row {
  justify-content: space-around;
}

.add-to-cart-buttons-content .alternate-payments .col-6 .padding-top-10 {
  padding-top: 0 !important;
}

.add-to-cart-modal .carousel {
  max-width: 320px;
  margin: 0 auto;
}

.fullscreen-modal.add-to-cart-modal .modal-body {
  padding-top: 0px;
  font-size: 14px;
}

.fullscreen-modal.add-to-cart-modal .paypal-button {
  overflow: visible !important;
  max-width: 300px;
  margin: 0 auto;
}

.add-to-cart-modal .assemble-it.pt-3.mt-3 {
  padding-top: 0 !important;
  margin-top: 0 !important;
  max-width: 100%;
  width: 100%;
  margin: 0;
}

.add-to-cart-modal .power-plus + .assemble-it.pt-3.mt-3 {
  padding-top: 1rem !important;
  margin-top: 1rem !important;
  border-top: 1px dotted #ccc;
  max-width: 100%;
  width: 100%;
  border: solid 1px #ccc;
  margin: 15px 0 0 0;
}

.assemble-it svg.build {
  height: 60px;
  width: 60px;
  fill: #649430;
}

.fullscreen-modal.add-to-cart-modal .bonus-buy {
  border-bottom: 1px dotted #ccc;
  padding-top: 1rem;
  color: #000;
}

.fullscreen-modal.add-to-cart-modal .bonus-buy ul li:last-child {
  margin-bottom: 0;
}

.fullscreen-modal.add-to-cart-modal .container .content-wrapper {
  border-bottom: 1px solid #ccc;
}

.fullscreen-modal.add-to-cart-modal ul.bonus-buy-offers {
  margin-bottom: 0;
}

.fullscreen-modal.add-to-cart-modal .a2c-success.svg-icon {
  align-items: center;
}

.fullscreen-modal.add-to-cart-modal .a2c-success.svg-icon.svg-baseline svg {
  width: 17.59px;
  height: 13.41px;
  color: #a02817;
}

.fullscreen-modal.add-to-cart-modal button.checkout span {
  padding-left: 20px;
  /* background: transparent url('../images/secure.png') no-repeat left center / 12px 16px; */
}

.fullscreen-modal.add-to-cart-modal .modal-body.has_sub {
  padding-top: 160px;
}

@media screen and (max-width: 812px) and (min-aspect-ratio: 13/9) and (orientation: landscape) {
  .add-to-cart-modal .add-to-cart-buttons button {
    width: 100%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) {
  .assemble-it {
    max-width: 300px;
  }
}

.add-to-cart-modal button.green-border {
  max-width: 220px !important;
  margin: 0 auto;
  display: block;
}

.fullscreen-modal.add-to-cart-modal .modal-body .add-to-cart-buttons {
  width: 100%;
  border-bottom: 0;
  box-shadow: none;
  margin-bottom: 15px;
  background: #fff;
  position: fixed;
  top: 55px;
  z-index: 999;
  left: 0;
  max-width: 600px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
  -webkit-transform: translateZ(0);
}

.fullscreen-modal.add-to-cart-modal .modal-header {
  box-shadow: none !important;
  border: none;
  position: fixed;
  max-width: 600px;
  left: 0px;
  margin: 0 auto;
  right: 0px;
}

.add-to-cart-modal .viewcart {
  width: 100%;
}

.add-to-cart-modal .recommended {
  margin: 0 auto;
  min-width: auto;
  width: 100%;
}

.add-to-cart-modal h3.recommend_text {
  width: auto;
  padding: 0 2%;
}

.add-to-cart-modal .ln_crsl {
  height: 1px;
  margin-left: 0;
}

.add-to-cart-modal .pdp_horizontal .owl-dots .owl-dot {
  cursor: pointer;
  margin: 0 4px;
}

/** IOS Bottom Space **/
@supports (-webkit-overflow-scrolling: touch) {
  #addToCartModal.add-to-cart-modal .recommendations,
  .add-to-cart-modal .recommended {
    padding-bottom: 70px;
  }
}

#zoid-paypal-button-fdbba75e9a {
  font-size: 0;
  width: 100%;
  overflow: hidden;
  min-width: 75px;
}

#zoid-paypal-button-fdbba75e9a.paypal-button-size-responsive {
  text-align: center;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet {
  display: inline-block;
  min-width: 75px;
  max-width: 750px;
  position: relative;
}

#zoid-paypal-button-fdbba75e9a.paypal-button-layout-vertical > .zoid-outlet {
  min-width: 75px;
}

#zoid-paypal-button-fdbba75e9a.paypal-button-size-responsive > .zoid-outlet {
  width: 100%;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet > iframe {
  min-width: 100%;
  max-width: 100%;
  width: 75px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet > iframe.zoid-component-frame {
  z-index: 100;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet > iframe.zoid-prerender-frame {
  transition: opacity 0.2s linear;
  z-index: 200;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet > iframe.zoid-visible {
  opacity: 1;
}

#zoid-paypal-button-fdbba75e9a > .zoid-outlet > iframe.zoid-invisible {
  opacity: 0;
  pointer-events: none;
}

a.show-pass {
  position: absolute;
  bottom: 8px;
  right: 14px;
  float: right;
}

.password-rules {
  font: italic 11px var(--tsc-roboto);
}

#SocialLoginDivId button {
  background: none;
  border: none;
}

.gigya-style-modern {
  margin: 0 auto;
}

.create-account-wrapper {
  padding-top: 20px;
  text-align: center;
  font: normal 14px var(--tsc-roboto);
}

.create-account-wrapper a {
  color: #005ebd;
}

#signInModal button {
  max-width: unset !important;
}

label.container .checkmark {
  position: absolute;
  top: 2px;
  left: 0px;
  height: 16px;
  width: 16px;
  border: 1px solid grey;
}

/** Fulfillment modal **/
.modal-body.generic {
  line-height: 1.3rem;
}

.fulfillment-modal .content-wrapper a.underline-link {
  display: block;
  text-decoration: underline;
}

.avl-options .itemsection {
  line-height: normal;
  padding-top: 1rem;
}

.avl-options button.green-border {
  max-width: 130px !important;
}

.avl-options .itemsection:not(:first-of-type) {
  border-top: 1px dotted #ccc;
}

.fullscreen-modal.add-to-cart-modal.viewcart .modal-body {
  padding-top: 145px;
}

.sign-in-form .remember-me {
  position: relative;
  padding: 0 0 0 19px;
  line-height: 34px;
}

.business-info-form .row,
.add-address-form .row,
.shipping-address-form .row,
.new-card-form .row {
  padding-bottom: 15px;
}

.container.new-card-form {
  padding: 10px 0;
}

.new-card-form .cvv-holder .info-link {
  position: absolute;
  top: 0;
  left: 67px;
  z-index: 100;
}

.modal-body.generic .new-card-form .cvv-holder .info-link {
  right: 5px !important;
  left: auto;
}

input[type='text']:not(#search_text_id):not(#mui-search-filter),
input[type='password'],
input[type='email'],
input[type='tel'],
input::placeholder {
  font: normal 14px var(--tsc-roboto);
  color: #333;
  padding-top: 0;
  padding-bottom: 0;
}

.limit-key-press {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.address-select .radio-option {
  border-bottom: solid 1px #ccc;
  padding: 15px 0;
}

.address-select .radio-option label {
  width: 100%;
  padding-left: 0 !important;
  margin-bottom: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.address-select .radio-option label .address-choice {
  padding-left: 28px;
  padding-bottom: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-wrap: break-word;
}

.address-select .radio-option .address-button {
  display: none;
}

.address-select .radio-option input[type='radio']:checked + label .address-button {
  display: block;
}

.add-new-address {
  padding: 15px 0 15px 30px;
}

.add-new-address a {
  color: #005ebd;
}

@media screen and (min-width: 376px) {
  .modal-body button {
    max-width: 300px !important;
  }
}

p.top-level-message {
  padding-top: 15px;
  font: bold 14px var(--tsc-roboto);
}

p.top-level-message.error {
  color: #d20000;
}

.ogSubsMsg {
  padding: 7px;
  margin-bottom: 8px;
  border: 1px solid #ce7100;
  background: #ce7100;
  color: #fff;
}

#cart-buttons button.checkout span {
  padding-left: 20px;
  /* background: transparent url(../../images/secure.png) no-repeat left center / 12px 16px; */
}

#papATCbutton .zoid-outlet,
.add-to-cart-modal #secure_checkout {
  width: 96% !important;
}

@media (max-width: 768px) {
  /* Tablet and below */
  #papATCbutton .zoid-outlet,
  .add-to-cart-modal #secure_checkout {
    margin-left: 10px !important;
  }
}

@media (min-width: 769px) {
  /* Desktop */
  #papATCbutton .zoid-outlet,
  .add-to-cart-modal #secure_checkout {
    margin-left: 5% !important;
  }
}

#papATCbutton .zoid-outlet,
#papATCbutton .paypal-button-context-iframe {
  min-width: unset !important;
}

/** ATC Recommendations **/

.add-to-cart-modal .carousel ul li {
  border: none !important;
  /* max-width: 320px !important; */
  height: auto !important;
  /* width: 100% !important; */
  /* position: relative; */
  /* margin: 0 !important; */
}

.add-to-cart-modal .carousel ul li.active {
  width: 320px !important;
  margin: 0 auto !important;
  text-align: center;
  /* position: relative; */
}

.add-to-cart-modal .carousel .tscpdp .img_cont {
  max-width: 100%;
}

.add-to-cart-modal .carousel .owl-prev,
.add-to-cart-modal .carousel .owl-next {
  background: transparent;
  margin: 0;
  float: none;
}

.add-to-cart-modal .carousel {
  margin: 20px auto;
  width: 100%;
}

.add-to-cart-modal .owl-nav {
  width: 100%;
  top: 43% !important;
  bottom: 0;
  margin: 0;
  height: 20px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  overflow: visible;
}

.add-to-cart-modal .carousel .owl-prev {
  left: -21px;
}

.add-to-cart-modal .carousel .owl-next {
  right: -21px;
}

.add-to-cart-modal .recommended {
  margin: 0 auto;
}

.add-to-cart-modal .owl-carousel .btn_cnt_srch button {
  width: 100%;
  margin: 2%;
}

.add-to-cart-modal .carousel_cont .carousel > .content > ul > li.tscpdp .btn_cnt_srch {
  width: 100% !important;
  margin: 0 auto;
}

.add-to-cart-modal .carousel.owl-carousel .content {
  width: 100%;
  margin: 0 auto;
}

.add-to-cart-modal .carousel.pdp_horizontal > .content > ul > li.tscpdp li.tscpdp {
  margin: -5px !important;
}

.green-text {
  color: #649430;
}

.add-to-cart-modal .autoship .og-select {
  width: auto !important;
  padding-right: 30px !important;
}

.add-to-cart-modal .autoship .og-deliver-text p {
  text-transform: capitalize !important;
}

.add-to-cart-modal .modal-body a {
  text-decoration: underline;
}

.add-to-cart-modal .product-details-button a,
#storeAvailabilityModal a.store-detail-toggle {
  text-decoration: none !important;
}

#storeAvailabilityModal .change-zip button,
#delOptionsModalNew .change-zip button {
  line-height: normal !important;
  margin-bottom: 0 !important;
}

#storeAvailabilityModal button.green-border {
  height: 40px;
}

.add-to-cart-modal .img_cont .image figure {
  margin-top: 0;
}

.add-to-cart-modal svg.swipe {
  width: 20em !important;
}

@media screen and (max-width: 767px) {
  .add-to-cart-modal h3.recommend_text {
    left: 0;
    right: 0;
  }
}

.add-to-cart-modal .swatches {
  display: none;
}

.add-to-cart-modal .inner-items {
  padding: 10px;
  text-align: center;
  position: relative;
}

.add-to-cart-modal .inner-items button.green-border,
.add-to-cart-modal .inner-items button.gray_searchgrid {
  max-width: 220px !important;
  margin: 0 auto;
  display: block;
  height: 40px;
}

.add-to-cart-modal .inner-items .dollar_price_num {
  height: auto;
  border: none;
  min-height: auto;
  float: none;
  text-align: left;
  margin: 0;
  overflow: auto;
  font: bold 14px var(--tsc-roboto);
  color: #000;
}

.add-to-cart-modal .pdp_horizontal .inner-items .dollar_price {
  height: auto;
  text-align: left;
  margin-top: 0;
  line-height: normal;
  font: normal 12px var(--tsc-roboto);
  color: #000;
}

.add-to-cart-modal .owl-carousel .inner-items .star_cont1_recommended {
  text-align: left;
  margin: 0;
}

.add-to-cart-modal .recommended .inner-items .product_label {
  text-align: left;
  margin: 0;
  line-height: normal;
  font: bold 14px var(--tsc-roboto);
  color: #000;
  height: auto !important;
}

.add-to-cart-modal .container.recommendations .carousel,
.add-to-cart-modal .container.recommendations .carousel .inner-items .content {
  border: none;
}

.add-to-cart-modal .container.recommendations .carousel .content {
  border: 1px solid #ccc;
}

.add-to-cart-modal .inner-items .row.m-0 {
  padding-top: 10px;
}

.add-to-cart-modal .carousel.pdp_horizontal > .content > ul > li.tscpdp li.tscpdp {
  height: 100% !important;
}

/*GOOGLEPAY APPLEPAY STYLES*/
.alternate-payments button.alt-pay {
  background: #fff;
  border: solid 1px #000;
  border-radius: 10px;
  max-width: 100% !important;
}

.add-to-cart-modal .alternate-payments {
  max-width: 300px;
  margin: 0 auto !important;
}

.other-payment-options {
  max-width: 300px;
}

.other-payment-options .alternate-payments {
  padding-top: 15px !important;
}

.alternate-details {
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.alternate-details .paymark {
  width: 75px;
  display: block;
  margin-bottom: 5px;
}

.gift-card-details {
  margin-bottom: 15px;
  border-bottom: solid 1px #ccc;
}

.payment-details-content .billing-address {
  padding-top: 15px;
}

.payment-details-content .gift-card-number {
  padding: 20px 0 10px 0;
}

.main-column .tax-exemptions {
  padding-bottom: 20px;
}

.payment-info .billing-address {
  border-top: none;
}

.sms-opt-in {
  padding-bottom: 15px;
}

.sms-opt-in label.container {
  top: 5px;
}

.container.new-card-form label.container {
  top: 6px;
}

.e-spot-wrapper {
  padding: 0 0 15px 0;
}

#gPayButton.hide {
  display: none !important;
}

.gpay-button.white.short {
  background-image: url(https://www.gstatic.com/instantbuy/svg/light_gpay.svg);
}

.gpay-button.short {
  width: 100%;
}

.gpay-button.white {
  background-color: #fff;
}

.paypal-button {
  border-radius: 50px !important;
  position: relative !important;
  width: 100% !important;
  box-sizing: border-box !important;
  vertical-align: top !important;
  cursor: pointer !important;
  overflow: hidden;
}

.keb-shape-default#klarna-express-button {
  border-radius: 50px !important;
}

.paypal-button.paypal-button-color-white,
.paypal-button-row.paypal-button-color-white .menu-button {
  background: #fff !important;
  border: 1px solid #000 !important;
  border-radius: 50px !important;
}

.gpay-button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid black;
  border-radius: 50px !important;
  /* box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; */
  cursor: pointer;
  height: 40px;
  min-height: 40px;
  padding: 11px 24px;
}

.stuck-summary {
  max-width: 300px;
  margin: 0 auto !important;
}

.apple-pay-button {
  display: none;
  background-size: 40% 40%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 0px;
  box-sizing: border-box;
  height: 40px;
  width: 100%;
  border: 1px solid black;
  border-radius: 4px;
}

.apple-pay-button.visible {
  display: block;
}

.apple-pay-button-white {
  background-image: -webkit-named-image(apple-pay-logo-black);
  background-color: white;
}

.apple-pay-button-white {
  -apple-pay-button-style: white;
}

.disablesection {
  opacity: 0.2;
  pointer-events: none;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .add-to-cart-buttons-content .col-12.col-md-6.col-lg-6.p-0.pr-md-4.pr-lg-0 {
    max-width: unset;
    flex: none;
    padding: 0 !important;
  }
}

/*END GOOGLEPAY APPLEPAY STYLES*/

/** Hotfix **/
.add-to-cart-modal .modal-dialog {
  border: 1px solid #ccc;
}

.add-to-cart-modal .content-wrapper .a2c-success + .row img {
  width: 100px;
}

/** ATC Redesign changes starts**/
/** autoship Hack **/

.autoship .og-widget .og-options-container {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
  align-items: center;
}

.autoship .og-widget .og-offer-content-top {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  position: relative !important;
  width: 100% !important;
  min-height: 1px !important;
  padding-right: 1rem !important;
}

.autoship .og-widget .og-option-row.og-on-row {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  position: relative !important;
  width: 100% !important;
  min-height: 1px !important;
}

.autoship .og-widget .og-offer-content-top .tsc-top-left {
  width: auto !important;
  float: none !important;
  margin-left: 1rem !important;
}

/* .autoship .og-widget .og-option-row.og-on-row {
  display: inline-block !Important;
  line-height: normal !important;
  margin-left: 1rem !important;
} */

.autoship .og-widget .og-offer-content-top .tsc-top-right {
  width: 100px !important;
  float: none !important;
}

.autoship .og-widget .og-offer-content-top .tsc-top-right img {
  width: 100px !important;
}

.autoship .og-widget .og-offer-content-top .tsc-as-top {
  width: auto !important;
  display: inline-flex !important;
  flex-direction: row-reverse !important;
}

.autoship .og-widget .og-checkbox-special {
  width: 28px !important;
  height: 28px !important;
  clear: both !important;
  position: relative !important;
  float: none !important;
  margin-top: 0 !important;
}

.autoship .og-widget .tsc-top-right img {
  max-width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  /* height: 100px !important; */
}

@media screen and (max-width: 576px) {
  .autoship .og-widget .og-offer-content-top {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
    margin-bottom: 1rem !important;
  }

  .autoship .og-widget .og-option-row.og-on-row {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    position: relative !important;
    width: 100% !important;
    min-height: 1px !important;
  }
}

/** Hack ends**/

/** New Changes **/
.fullscreen-modal.add-to-cart-modal .modal-dialog,
.fullscreen-modal.add-to-cart-modal .modal-header,
.fullscreen-modal.add-to-cart-modal .modal-body .add-to-cart-buttons {
  max-width: 768px;
}

.fullscreen-modal.add-to-cart-modal .modal-dialog {
  border: 1px solid #ccc;
}

.a2c-success + .row .col-2 img {
  width: 100px;
}

.add-to-cart-modal .power-plus-add-on,
.add-to-cart-modal .assemble-it {
  max-width: 100% !important;
  border: none;
  margin: 0;
}

.power-plus-add-on .row .col-12.p-0 > div {
  display: flex;
  /* align-items: flex-start; */
  /* justify-content: flex-start; */
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.fullscreen-modal.add-to-cart-modal .container .content-wrapper {
  border-bottom: 1px dotted #ccc;
}

.og-widget {
  border-top: 1px dotted #ccc;
  padding: 1rem 0;
}

.add-to-cart-modal .bonus-buy .icon-bonus {
  height: 60px;
  width: 60px;
  fill: #649430;
}

/** ATC Redesign changes ends **/

/** TSC Subscription Styles **/
.tsc-text {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  padding-right: 2rem;
}

.tsc-image img {
  width: 60px;
}

.bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.tsc-select {
  display: inline-block;
  vertical-align: middle;
  /* background: url('../../images/arrow_pdp.png') no-repeat 88% center; */
  height: 35px;
  padding: 0.2em 2em 0.2em 0.5em;
  background-size: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 0;
  overflow: hidden;
  color: #000;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
}

.tsc-select:hover {
  border: 1px solid #000;
}

.modal.add-to-cart-modal .bopis-subscription {
  border-top: 1px dotted #ccc;
}

.modal.add-to-cart-modal .bopis-subscription .tsc-image img {
  width: auto;
}

/** IE 11, 10 Hack **/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .fullscreen-modal.add-to-cart-modal .modal-body .add-to-cart-buttons {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }

  .autoship .og-widget .og-offer-content-top {
    padding-right: 0px !important;
  }
}

.warranty-list .row:first-of-type .col-12.p-0 {
  padding-bottom: 1rem !important;
}

.add-to-cart-modal .assemble-added .force-svg {
  position: relative;
  top: 3px;
}

/** START ADD TO CART REDESIGN STYLES**/

.item-details img {
  width: 60px;
}

.atc-payment-details a,
.add-to-cart-modal a.underline-link,
.add-to-cart-modal .atc-payment-details a {
  text-decoration: underline;
}

.alternate-payments div {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
}

@media screen and (min-width: 768px) and (min-height: 400px) {
  .fullscreen-modal.add-to-cart-redesign .modal-dialog {
    max-width: 768px;
    margin: 0 auto;
  }
}

.fullscreen-modal.add-to-cart-redesign .modal-header {
  width: 100%;
  max-width: unset;
  padding-top: 65px;
  padding-bottom: 15px;
  height: auto;
  position: relative;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.1) !important;
}

.fullscreen-modal.add-to-cart-redesign .modal-header .add-to-cart-buttons {
  position: relative;
  border: none;
  box-shadow: none;
  top: 0;
}

.fullscreen-modal.add-to-cart-redesign .modal-header .atc-item-details {
  color: #000;
  text-align: left;
  padding: 0 15px !important;
}

.atc-payment-details {
  border-left: dotted 1px #ccc;
  color: #000;
}

.fullscreen-modal.add-to-cart-redesign .modal-header .atc-payment-details .add-to-cart-buttons {
  margin-bottom: 0;
}

.fullscreen-modal.add-to-cart-redesign #papbutton iframe {
  width: 100% !important;
}

#atcPapbutton .paypal-button-layout-horizontal,
#atcPapbutton .zoid-outlet {
  width: 100% !important;
  max-width: 100% !important;
  min-width: unset !important;
}

.a2c-success {
  font-weight: normal;
}

.a2c-success .green {
  color: #649430;
  background-color: white;
}

.col-1.svg-holder {
  max-width: 5%;
  padding-top: 5px;
}

.fullscreen-modal.add-to-cart-redesign .a2c-success.svg-icon.svg-baseline svg {
  top: 5.29px;
  left: 3.2px;
}

.fullscreen-modal.add-to-cart-redesign .a2c-success.svg-icon {
  align-items: flex-start;
  width: 100%;
  display: flex;
  flex-flow: row;
  gap: 4px;
}

.fullscreen-modal.add-to-cart-redesign .cart-message {
  text-align: left;
  margin-bottom: 20px;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .atc-payment-details {
    width: 100%;
    /*max-width: 100%;*/
    flex: none;
    border: none;
    padding: 0;
    margin-top: 1em !important;
  }

  .add-to-cart-buttons-content {
    padding: 0 10px;
  }

  .add-to-cart-buttons-content .checkout {
    margin: 0;
  }

  .stuck-summary {
    max-width: unset;
  }
}

.icon-shopping_cart {
  position: relative;
  top: 6px;
  left: 0;
}

@media screen and (min-width: 567px) and (max-width: 640px) and (orientation: landscape) {
  .add-to-cart-buttons-content .col-12.col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem !important;
  }
}

@media screen and (min-width: 576px) and (max-width: 640px) and (orientation: portrait) {
  .add-to-cart-buttons-content .atc-checkout-button {
    padding: 0 0.5rem !important;
  }
}

.content-inner a.img-link {
  height: auto;
  font-size: 0;
}

.fullscreen-modal.add-to-cart-modal .content-wrapper div:nth-of-type(2) {
  border-top: none;
}

.item-details-mobile .item-details {
  border-bottom: 1px dotted #ccc;
  padding-bottom: 1rem;
}

.item-details-mobile .item-details .col-9 {
  padding-left: 10px !important;
}

/** END ADD TO CART REDESIGN STYLES **/

/** Start ATC Recommendations Redesign**/
.modal.add-to-cart-modal .owl-carousel.owl-carousel-ATC {
  width: auto;
  max-width: none;
  margin: auto;
  position: relative;
}

.owl-carousel .content-inner img {
  width: 90px;
}

.content-inner {
  text-align: center;
}

.content-inner a {
  height: 35px;
  overflow: hidden;
  display: block;
  text-decoration: none !important;
  color: #000;
  font-size: 11px;
}

.content-inner strong {
  font-size: 11px;
}

.modal.add-to-cart-modal .owl-item {
  padding: 0.8em;
}

.modal.add-to-cart-modal .owl-nav {
  position: absolute;
  top: 43% !important;
}

.modal.add-to-cart-modal .owl-prev:before,
.modal.add-to-cart-modal .owl-next:before {
  font-size: 20px;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '';
  width: 16px;
  height: 16px;
  display: block;
  border-bottom: 4px solid #000000;
  border-right: 4px solid #000000;
}

.rating {
  font-size: 10px;
  display: inline-flex;
  flex-direction: row;
  align-items: center;
}

.modal.add-to-cart-modal .ratings-sprite-rating {
  /* background: url(../../images/stars-small.png) repeat-x; */
  background-position: 0 100%;
  float: left;
  height: 10px;
  display: block;
  background-size: 12px 24px;
}

.modal.add-to-cart-modal .ratings-sprite {
  /* background: url(../../images/stars-small.png) repeat-x; */
  font-size: 0;
  height: 13px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 59px;
  display: inline-block;
  margin-right: 3px;
  background-size: 12px 24px;
}

.owl-carousel-ATC .owl-next,
.owl-carousel-ATC .owl-prev {
  background: none;
  opacity: 1;
  margin-top: 0px;
}

/** End ATC Recommendations Redesign**/

.text-green {
  color: #649430;
}

.font-10 {
  font-size: 10px;
}

.price-content {
  height: 48px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#addToCartModal .svg-holder {
  height: auto;
  width: auto;
  border: none;
}

#addToCartModal .bopis-subscription .text-1,
#addToCartModal .bopis-subscription p {
  padding: 0;
  background-color: transparent;
  line-height: 1.5;
}

.bopis-subscription select::-ms-expand {
  display: none;
}

.add-to-cart-modal.modal {
  z-index: 1049;
}

.atc-pickup-store,
.atc-change-pickup-store {
  padding-left: 1.2rem;
}

/*ECOM-35143:Placeholder alignment issue in Firefox */
#loginOrRegisterModal .sign-in-form input.form-control::-moz-placeholder {
  line-height: 38px;
}

.enableModalAccess.add-to-cart-modal * {
  -webkit-user-select: auto !important;
  -ms-user-select: auto !important;
  user-select: auto !important;
}

.enableModalAccess.add-to-cart-modal button,
.enableModalAccess.add-to-cart-modal button span,
.enableModalAccess.add-to-cart-modal a,
.enableModalAccess.add-to-cart-modal a > *,
.enableModalAccess.add-to-cart-modal a img,
.enableModalAccess.add-to-cart-modal .checkmark {
  cursor: pointer !important;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
}

.error-msg {
  font: 14px var(--tsc-roboto);
  color: #d20000;
  padding-bottom: 5px;
}

/**PETSENSE ENHANCEMENTS**/
.c-height {
  height: 20px;
}

/** END PETSENSE ENHANCEMENTS**/

.add-to-cart-redesign .add-to-cart-buttons:not(.payment-spinner) .alternate-payments {
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  display: grid;
  max-width: 100%;
  gap: 4px;
}

.add-to-cart-redesign .add-to-cart-buttons.payment-spinner .alt-buttons-wrap {
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  display: grid;
  max-width: 900%;
  margin-top: 10px;
  gap: 6px;
}

.add-to-cart-redesign .alternate-payments div {
  max-width: 100%;
  padding: 0 !important;
}

.add-to-cart-redesign .alternate-payments .atc-checkout-button {
  grid-column-start: 1;
  grid-column-end: 4;
}

.apple-pay-hidden .add-to-cart-redesign .alternate-payments,
.apple-pay-hidden #isAmmoWeaponItemInCart[value='true'] ~ .add-to-cart-redesign .alternate-payments {
  grid-template-columns: 1fr 1fr 1fr;
}

.apple-pay-hidden .add-to-cart-redesign .alternate-payments .atc-checkout-button,
.klarna-disabled.apple-pay-hidden .add-to-cart-redesign .alternate-payments .atc-checkout-button {
  grid-column-start: 1;
  grid-column-end: 4;
}

.add-to-cart-redesign #atcPapbutton,
.add-to-cart-redesign #atcPaylaterSection,
.add-to-cart-redesign #googlePaySection_atc,
.add-to-cart-redesign #applePaySection_atc {
  max-width: 100%;
  flex: unset;
}

.add-to-cart-redesign #papATCbutton .paypal-buttons,
.add-to-cart-redesign #palaterATCbutton .paypal-buttons {
  min-width: 100%;
  max-width: 100%;
}

#isAmmoWeaponItemInCart[value='true'] ~ .add-to-cart-modal .alternate-payments {
  grid-template-columns: 1fr 1fr;
  max-width: 300px;
}

/**paypal Flag off**/
.paylaterDisabled .add-to-cart-redesign .alternate-payments {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.paylaterDisabled.apple-pay-hidden .add-to-cart-redesign .alternate-payments,
.paylaterDisabled.apple-pay-hidden #isAmmoWeaponItemInCart[value='true'] ~ .add-to-cart-modal .alternate-payments {
  grid-template-columns: 1fr 1fr;
}

.paylaterDisabled .add-to-cart-redesign .alternate-payments div:first-of-type {
  grid-column-start: 1;
  grid-column-end: 4;
}

klarna-express-button.klarna-btn {
  height: 40px;
  width: 100%;
}

.alternate-payments .paypal-disable {
  grid-column-start: 1;
  grid-column-end: 4;
}

/** Klarna Flag off **/
.klarna-disabled .add-to-cart-redesign .alternate-payments .atc-checkout-button {
  grid-column-end: 3;
}

.payments-loader {
  height: 94px;
  position: relative;
}

.payments-loader .loader {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.payments-loader .loader {
  margin: 0 auto;
  font-size: 0.3125rem;
  position: absolute;
  top: 24px;
  left: 44%;
  text-indent: -9999em;
  border: 1.1em solid #dedede;
  border-left-color: #b5121b;
  -webkit-animation: payment-load8 1.1s linear infinite;
  animation: payment-load8 1.1s linear infinite;
}

.payments-loader .loader,
.payments-loader .loader:after {
  border-radius: 50%;
  width: 10em !important;
  height: 10em;
}

@-webkit-keyframes payment-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes payment-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Mandatory Sign In Button Styles */
.atci-red-button {
  width: 100%;
  max-width: 100% !important;
  background-color: #b5121b;
  color: #fff;
  border: solid 1px #b5121b;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0 !important;
  font: bold 16px var(--tsc-roboto);
  text-align: center;
  line-height: 20px;
  border-radius: 2em !important;
}

.btn-space {
  margin-bottom: 10px;
}

.btn-radius {
  border-radius: 2em !important;
}

.atci-red-button:hover {
  border-color: #b5121b;
  color: #b5121b;
  background-color: #fff;
}

.btn-gridStyl {
  grid-template-rows: none !important;
  grid-template-columns: none !important;
}

#resmodal .add-to-cart-redesign .payments-loader.hide {
  display: none;
}

#resmodal .col-12.atc-payment-details {
  border-left: 0;
}

#resmodal * {
  box-sizing: border-box;
  font-family: var(--tsc-roboto);
}

#resmodal .hide,
#resmodal .d-none {
  display: none;
}

#resmodal .add-to-cart-modal .alternate-payments {
  max-width: 100% !important;
}

#resmodal #addToCartModal #cart-buttons .stuck-summary {
  display: flex;
  justify-content: space-between;
}

#resmodal #addToCartModal.add-to-cart-modal .add-to-cart-buttons-content {
  padding: 0 !important;
}

#resmodal .pricing-disclaimer {
  font-size: 12px;
  text-align: left;
  font-style: normal !important;
  padding: 15px 0 15px 0 !important;
  font-weight: 400 !important;
  color: #000000 !important;
}

#resmodal .stuck-summary a {
  color: #a02817;
  text-decoration: underline;
}

#resmodal .a2c-success {
  /* font-size: 16px; */
  padding-bottom: 1rem !important;
}

#resmodal .underline-link {
  color: #a02817;
  text-decoration: underline;
  font-weight: 700;
}

#resmodal .item-details {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding-top: 1rem;
  gap: 8px;
}

#resmodal .item-data {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#resmodal button.close {
  appearance: none;
  background: transparent;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px' fill='%23000000'%3E%3Cpath d='m336-280 144-144 144 144 56-56-144-144 144-144-56-56-144 144-144-144-56 56 144 144-144 144 56 56ZM480-80q-83 0-156-31.5T197-197q-54-54-85.5-127T80-480q0-83 31.5-156T197-763q54-54 127-85.5T480-880q83 0 156 31.5T763-763q54 54 85.5 127T880-480q0 83-31.5 156T763-197q-54 54-127 85.5T480-80Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  top: 23px;
  padding: 0;
  right: 28px;
}

#resmodal button.close span {
  display: none;
}

@media (max-width: 768px) {
  /* Tablet and below */
  #resmodal button.close {
    margin-top: 40px !important;
  }
}

.modal.add-to-cart-modal .modal-dialog button,
.modal.fulfillment-modal .modal-dialog button {
  cursor: pointer;
}

.modal.add-to-cart-modal .a2c-success.p-0,
.modal.fulfillment-modal .a2c-success.p-0 {
  font-size: 14px;
}

.modal.add-to-cart-modal button,
.modal.fulfillment-modal button {
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0 !important;
  font: 16px;
  border-radius: 50px !important;
}

.modal.add-to-cart-modal button#klarna-express-button-0 {
  min-width: 128px !important;
  max-width: 128px;
}

.modal.add-to-cart-modal .modal-content,
.modal.fulfillment-modal .modal-content {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  border: none !important;
}

.modal.add-to-cart-modal .close,
.modal.fulfillment-modal .close {
  z-index: 99;
  position: fixed;
  font-size: 28px;
  font-weight: bold;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: url('https://www.tractorsupply.com/wcsstore/TSCStorefrontAssetStore/version10262217/images/gray-cancel.png') no-repeat !important;
  background-size: 22px !important;
  top: 17px;
  right: 1%;
  text-shadow: none !important;
  opacity: 1 !important;
}

.modal.add-to-cart-modal .close:hover,
.modal.fulfillment-modal .close:hover {
  opacity: 0.75;
  cursor: pointer;
}

.modal.add-to-cart-modal .close:focus,
.modal.fulfillment-modal .close:focus {
  opacity: 0.75;
  cursor: pointer;
}

.modal.add-to-cart-modal .red-button,
.modal.fulfillment-modal .red-button {
  width: 100%;
  max-width: 100% !important;
  background-color: #b5121b;
  color: #fff;
  border: solid 1px #b5121b;
  font-weight: bold;
  display: inline-block;
  height: 40px;
  border-radius: 50px !important;
  white-space: nowrap;
  text-decoration: none;
  text-transform: none;
  letter-spacing: 0 !important;
  font: bold 16px var(--tsc-roboto);
  text-align: center;
}

.modal.add-to-cart-modal .icon-shopping_cart,
.modal.fulfillment-modal .icon-shopping_cart {
  top: 1px;
  position: relative;
  top: 3px;
  left: 0;
}

.modal.add-to-cart-modal .icon,
.modal.fulfillment-modal .icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}

.modal.add-to-cart-modal .minicart__icon,
.modal.fulfillment-modal .minicart__icon {
  height: 24px;
  fill: #333;
  position: relative;
  top: 0;
  left: 0;
}

.modal.add-to-cart-modal .stuck-summary a,
.modal.fulfillment-modal .stuck-summary a {
  color: #b5121b;
  text-decoration: underline;
}

.modal.add-to-cart-modal .atc-change-pickup-store a,
.modal.fulfillment-modal .atc-change-pickup-store a {
  color: #b5121b !important;
  text-decoration: underline;
}

.modal.add-to-cart-modal .item-status,
.modal.fulfillment-modal .item-status {
  margin-bottom: -3px;
}

.modal.add-to-cart-modal .item-details-desktop,
.modal.fulfillment-modal .item-details-desktop {
  text-align: left;
}

.modal.add-to-cart-modal .modal-header,
.modal.fulfillment-modal .modal-header {
  position: relative;
  z-index: 9;
  max-width: unset;
  padding: 0 !important;
  border-bottom: 1px solid #e9ecef;
  box-shadow: 5px 10px 17px rgba(0, 0, 0, 0.1) !important;
  top: 0px;
  width: 465px;
  max-height: 300px;
  box-shadow: 0px 0px 10px #3c40434d;
  opacity: 1;
  background-color: #ffffff;
  margin-top: 30px;
}

.modal.add-to-cart-modal .item-details,
.modal.fulfillment-modal .item-details {
  border-bottom: dotted 1px #ccc;
}

.modal.add-to-cart-modal .adobe-recs-horizontal-ext,
.modal.fulfillment-modal .adobe-recs-horizontal-ext {
  border: none;
  padding-top: 10px;
  height: 50em;
  border-top: solid 2px #ccc;
  height: auto;
}

.modal.add-to-cart-modal .recommendations:has(.adobe-recs-horizontal-ext),
.modal.fulfillment-modal .recommendations:has(.adobe-recs-horizontal-ext) {
  max-width: fit-content;
}

.modal.add-to-cart-modal ul.item-data,
.modal.fulfillment-modal ul.item-data {
  padding: 15px 0 0 0;
  margin: 0;
}

.modal.add-to-cart-modal .a2c-success,
.modal.fulfillment-modal .a2c-success {
  font: 700 14px var(--tsc-roboto);
  line-height: 16px;
}

.modal.add-to-cart-modal .a2c-success.svg-icon,
.modal.fulfillment-modal .a2c-success.svg-icon {
  align-items: flex-start;
  width: 100%;
  display: flex;
  flex-flow: row;
}

.modal.add-to-cart-modal .item-tile,
.modal.fulfillment-modal .item-tile {
  text-decoration: none !important;
  color: #000;
  width: calc(16.66% - 32px);
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 0 !important;
  display: table-cell;
}

.modal.add-to-cart-modal .item-tile .img-link,
.modal.fulfillment-modal .item-tile .img-link {
  width: calc(110px - 16px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal.add-to-cart-modal .item-tile img,
.modal.fulfillment-modal .item-tile img {
  height: 140px;
  width: 100%;
}

.modal.add-to-cart-modal .item-tile .rating,
.modal.fulfillment-modal .item-tile .rating {
  font-size: 11px;
  width: auto;
  float: none;
  margin-bottom: 0;
  text-align: center;
}

.modal.add-to-cart-modal .item-desc,
.modal.fulfillment-modal .item-desc {
  line-height: 16px;
  height: 47px;
}

.modal.add-to-cart-modal .item-atciwrapper,
.modal.fulfillment-modal .item-atciwrapper {
  max-width: 1440px;
}

.modal.add-to-cart-modal .item-content,
.modal.fulfillment-modal .item-content {
  max-width: 940px;
  margin: 0 auto;
}

.modal.add-to-cart-modal .font-11.item-desc,
.modal.fulfillment-modal .font-11.item-desc {
  text-align: center;
  margin-left: 5px;
}

.modal.add-to-cart-modal .sr-only,
.modal.fulfillment-modal .sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.modal.add-to-cart-modal .font-11,
.modal.fulfillment-modal .font-11 {
  font-size: 11px;
  width: auto;
  float: none;
  margin-bottom: 0;
}

.modal.add-to-cart-modal .flag,
.modal.fulfillment-modal .flag {
  height: 25px;
  line-height: normal;
}

.modal.add-to-cart-modal,
.modal.fulfillment-modal {
  display: none;
  position: fixed;
  z-index: 3000;
  padding-top: 0px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(255, 255, 255, 0.85);
}

.modal.fulfillment-modal .modal-content,
.modal.add-to-cart-modal .modal-content {
  height: 110vh;
  padding-bottom: 0;
  border: none;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0.3rem;
  outline: 0;
}

.modal.add-to-cart-modal .modal-content .thumbnail-image,
.modal.fulfillment-modal .modal-content .thumbnail-image {
  margin-top: 20px;
}

.modal.add-to-cart-modal .modal-content .primary,
.modal.fulfillment-modal .modal-content .primary {
  width: 456px;
}

.modal.add-to-cart-modal .modal-body,
.modal.fulfillment-modal .modal-body {
  padding: 15px 1.5rem 0 1.5rem;
}

.modal.add-to-cart-modal .modal-body .container,
.modal.fulfillment-modal .modal-body .container {
  width: 100%;
  margin: 0 auto;
  max-width: none;
}

.modal.add-to-cart-modal .modal-body.generic,
.modal.fulfillment-modal .modal-body.generic {
  position: relative;
  top: 0px;
  line-height: 2rem;
  background-color: #ffffff;
  padding: 1rem 1.5rem 0 1.5rem;
  font: 400 14px var(--tsc-roboto);
  line-height: 19px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.desktop-container .fulfilment-header-content {
  position: relative;
  top: 0;
  line-height: 2rem;
  background-color: #fff;
  padding: 1rem;
  font: 400 14px var(--tsc-roboto);
  line-height: 19px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.additional-options .row .col-7 {
  width: 65%;
}
.additional-options .row .col-5 {
  width: 30%;
  margin-left: 5%;
}
#resmodal .desktop-container .additional-options .black-border {
  border: 1px solid #000;
  width: 100%;
}

#resmodal .desktop-container .additional-options .black-border:hover {
  background-color: #b5121b;
  color: #fff;
  border-color: #b5121b;
  outline: 0;
}

.modal.add-to-cart-modal .modal-body.generic ul,
.modal.fulfillment-modal .modal-body.generic ul {
  margin-top: 10px;
  padding: 0 0 10px 0;
  list-style: none;
}

.modal.add-to-cart-modal .modal-body.generic ul li,
.modal.fulfillment-modal .modal-body.generic ul li {
  padding-bottom: 5px;
  padding-left: 0 !important;
}

.modal-body.generic h2 {
  font: 700 14px var(--tsc-roboto);
}

.modal-body.generic h3 {
  font: 700 14px var(--tsc-roboto);
}

.product-review1.tooltip {
  display: inline;
  margin-left: -2px;
}

.product-review1.tooltip .product-review {
  position: relative;
  top: 0.3px;
  margin-right: 0;
}

span.tooltip.ptc-tooltip {
  z-index: 1 !important;
}

.modal.add-to-cart-modal .modal-dialog,
.modal.fulfillment-modal .modal-dialog {
  -webkit-transition: right 1s ease-in-out;
  -moz-transition: right 1s ease-in-out;
  -o-transition: right 1s ease-in-out;
  transition: right 1s ease-in-out;
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 465px !important;
  margin: 0 !important;
  position: absolute !important;
  border: 1px solid #ccc;
  max-width: 600px;
  margin: 0 auto;
  padding: 0;
}

.modal.add-to-cart-modal .modal-dialog .assembly-section {
  margin-bottom: 0.5em;
  padding: 10px 0px;
}

.modal.add-to-cart-modal .modal-dialog .assembly-section .assembly-title {
  display: flex;
  align-items: center;
  margin-bottom: 6.6px;
}

.modal.add-to-cart-modal .modal-dialog .assembly-section .assembly-title h2 {
  margin-left: 7.58px;
  font-size: 14px;
  position: relative;
  top: 2px;
}

.modal.add-to-cart-modal .modal-dialog .assembly-section .assembly-title img {
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 4px;
}

.modal.add-to-cart-modal .modal-dialog p .learn-more,
.modal.fulfillment-modal .modal-dialog p .learn-more {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  color: #808080;
}

.modal.add-to-cart-modal .atc-checkout-button,
.modal.fulfillment-modal .atc-checkout-button {
  top: 72px;
  left: 91px;
  width: auto;
  height: 40px;
  /* background: #b5121b 0% 0% no-repeat padding-box; */
  border-radius: 4px;
  opacity: 1;
}

.modal.add-to-cart-modal .pricing-disclaimer,
.modal.fulfillment-modal .pricing-disclaimer {
  font-size: 12px;
  font-style: italic;
  text-align: left;
  padding: 15px 15px 15px 15px !important;
}

.modal.add-to-cart-modal .price.font-11,
.modal.fulfillment-modal .price.font-11 {
  text-align: center;
  height: auto;
}

.ratings-sprite.rating-star-wrap {
  background: url('https://www.tractorsupply.com/wcsstore/TSCStorefrontAssetStore/version10262217/images/stars-small.png') repeat-x;
  font-size: 0;
  height: 13px;
  line-height: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 59px;
  display: inline-block;
  margin-right: 3px;
  background-size: 12px 24px;
}

.ratings-sprite-rating.rating-star {
  background: url('https://www.tractorsupply.com/wcsstore/TSCStorefrontAssetStore/version10122215/images/TSC_pdp/redesign/star-rating-sprite_75.png')
    repeat-x;
  background-position: 0 100%;
  float: left;
  height: 10px;
  display: block;
  background-size: 12px 24px;
}

.keb-md#klarna-express-button {
  width: 140px !important;
  min-width: 140px !important;
}

.modal.add-to-cart-modal .red-button:hover,
.modal.fulfillment-modal .red-button:hover {
  background-color: white;
  color: #b5121b;
}

.modal.add-to-cart-modal .bopis-subscription,
.modal.fulfillment-modal .bopis-subscription {
  border-top: 1px dotted #ccc;
}

.modal.add-to-cart-modal .bopis-subscription p,
.modal.fulfillment-modal .bopis-subscription p {
  padding: 0;
  background-color: transparent;
  line-height: 1.5;
}

.modal.add-to-cart-modal .bottom-content,
.modal.fulfillment-modal .bottom-content {
  display: block !important;
}

.modal.add-to-cart-modal .bottom-content label.checbox-container,
.modal.fulfillment-modal .bottom-content label.checbox-container {
  top: 0;
}

span.red {
  color: #a02817;
  font-weight: 700;
  margin-left: 5px;
}

span.font-weight-bold {
  font-weight: 700;
}

label.checbox-container {
  position: relative;
  left: 0;
  padding-left: 28px;
  margin-bottom: 8px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

label.checbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

label.checbox-container .checkmark {
  position: absolute;
  top: 4px;
  left: 1px;
  height: 16px;
  width: 16px;
  border: 1px solid #797979;
}

.checbox-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 11px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#addToCartModal .checbox-container input:checked ~ .checkmark {
  background-color: #b5121b !important;
}

.checbox-container input:checked ~ .checkmark:after {
  display: block;
}

.add-to-cart-modal .select-wrap {
  display: block;
}

.tsc-select {
  height: 40px;
  width: 215px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 4px;
  /* background: url(../images/TSC_pdp/redesign/TSC-arrow.png) no-repeat 96% center; */
  background-size: 24px;
}

.bottom-content.blk {
  display: block;
}

.stuck-summary {
  font-size: 14px !important;
  font-weight: 700;
  align-items: flex-end;
}

.stuck-summary .text-left {
  width: 40%;
}

.atcipaypal .atcipaypal-btn {
  width: 128px;
  height: 40px;
}

.atcigpay .atcigpay-btn {
  width: 128px;
  height: 40px;
}

.atciapplepay .atciapplepay-btn {
  width: 128px;
  height: 40px;
}

.KlarnaSection .klarna-btn {
  width: 128px;
  height: 40px;
  margin: 20px 20px 20px 0px;
  font-size: 12px;
  top: 124px;
  top: 124px;
  left: 92px;
  width: 128px;
  height: 40px;
  opacity: 1;
}

img#atci-img-pickup {
  height: 69px;
  width: 69px;
}

.item-details.row.m-0.pt-3 {
  position: relative;
}

div#pickup-pdp-image {
  position: absolute;
}

.col-sm-10.p-0.pl-1.pickup-pdp-title {
  width: fit-content;
  position: relative;
  margin-left: 77px;
}

div#atci-subscription {
  position: relative;
}

div#atci-subscription-img {
  position: absolute;
  margin-top: 0px !important;
}

div#atci-subscription-title {
  position: relative;
  left: 75px;
  width: fit-content;
  max-width: 80%;
  text-align: left;
}

.item-wrapper {
  width: auto;
}

.font-sm.text-center {
  text-align: center;
}

.learn-more:hover {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  color: #808080;
}

a.learn-more {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  color: #808080;
}

a.learn-more:hover {
  font-weight: normal;
  text-decoration: underline;
  font-size: 14px;
  color: #808080;
}

.intzindexfix {
  z-index: 1060 !important;
}

.pickupnewzindex {
  z-index: 900 !important;
}

#addToCartModal.subscribe-learnmore ~ .subscription.learnmore.modal {
  background-color: rgba(255, 255, 255, 0) !important;
}

.subscription.modal.show .modal-dialog {
  border-left: 1px solid #f3f3f3;
}

#addToCartModal .modal-content {
  border-left: 1px solid #ccc;
}

.subscribe-learnmore.bgWhite {
  background-color: white !important;
}

@media (max-width: 767px) {
  div#atci-subscription-title {
    left: 21% !important;
  }

  div#atci-subscription-img {
    margin-top: 0px !important;
    display: inline-block;
  }

  #atci-subscription #atci-subscription-img {
    margin-top: 0px !important;
  }

  div#pickup-pdp-image img {
    max-width: 20%;
    text-align: left;
  }

  .pickup-pdp-title {
    margin-left: 21% !important;
  }

  .tsc-image {
    float: left;
    margin-left: 0px;
  }

  .modal.add-to-cart-modal .modal-body.generic {
    padding-bottom: 190px !important;
  }
}

@media screen and (min-width: 768px) and (min-height: 400px) {
  .fullscreen-modal.add-to-cart-redesign .modal-dialog {
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (min-device-width: 1000px) {
  .atc-checkout-button {
    padding: 0 0.9375rem;
    margin: 0 auto;
    background: none;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .atc-checkout-button {
    padding: 0 0.9375rem;
    background: 0;
  }
}

@media (min-width: 320px) and (max-width: 376px) {
  div#atci-editcart {
    width: 50%;
  }
}

@media (min-width: 768px) and (max-width: 1000px) {
  .atc-checkout-button {
    padding: 0 0.9375rem;
    background: none;
  }

  .modal.add-to-cart-modal .close,
  .modal.fulfillment-modal .close {
    right: 0%;
  }
}

@media (min-width: 500px) and (max-width: 768px) {
  .atc-checkout-button {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .modal.add-to-cart-modal .modal-body.generic,
  .modal.fulfillment-modal .modal-body.generic {
    padding-bottom: 190px !important;
    text-align: left !important;
  }

  div#atci-subscription-title {
    width: min-content;
    left: 75px;
    position: relative;
    width: min-content;
    left: 75px;
  }

  .stuck-summary {
    font-size: 14px !important;
    align-items: flex-end;
    margin-left: 0rem !important;
  }

  .modal.add-to-cart-modal .modal-header {
    max-width: fit-content;
    width: auto;
    height: auto;
    margin: 0px;
  }

  .atci-secure-checkout-buttons-content {
    width: auto;
    padding: 0 0.9375rem;
    background: none !important;
  }
}

@media (min-width: 476px) and (max-width: 920px) {
  .bottom-recommendation {
    margin-bottom: 19em;
  }

  .modal.add-to-cart-modal .modal-content,
  .modal.fulfillment-modal .modal-content {
    overflow: unset;
  }
}

@media (min-width: 768px) and (max-width: 820px) {
  .modal-content {
    height: 100%;
  }

  #interstitialModal {
    overflow: scroll;
  }
}

@media (min-width: 500px) and (max-width: 1024px) {
  .item-desc {
    width: auto !important;
  }
}

#fulfillmentModal,
#addToCartModal {
  overflow-y: hidden;
}

.fullscreen-modal.add-to-cart-modal .alternate-payments {
  max-width: 100% !important;
}

button#secure_checkout span {
  color: #fff;
}

button#secure_checkout span:hover {
  color: #222;
}

.atc-checkout-button {
  width: 100% !important;
}

.add-to-cart-redesign .alternate-payments div {
  width: 100%;
}

.add-to-cart-redesign button[aria-label='search'] {
  display: none;
}

#addToCartModal .modal-header {
  padding-top: 48px !important;
  padding-bottom: 18px !important;
  padding-left: 19px !important;
  padding-right: 48px !important;
}

@media (max-width: 768px) {
  #addToCartModal .modal-header {
    padding-top: 23% !important;
    padding-bottom: 7% !important;
    padding-left: 7% !important;
    padding-right: 7% !important;
  }

  #paymentOptions,
  .alt-buttons-wrap {
    padding-right: 10% !important;
  }
}

@media (min-width: 320px) and (max-width: 700px) {
  .modal.add-to-cart-modal .modal-header {
    max-height: initial !important;
  }
}

#addToCartModal .modal-body.generic {
  margin-top: 0;
  margin-bottom: 100px;
}

#addToCartModal .a2c-success.p-0.m-0 {
  width: 80%;
}

#addToCartModal .col-12.atc-item-details {
  margin-top: 0 !important;
}

#resmodal .additional-options .black-border,
#resmodal .avail-options .black-border {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  font: 16px var(--tsc-roboto);
  border-radius: 4px;
  height: 40px;
  font-weight: 700;
}

#resmodal .additional-options .black-border:hover,
#resmodal .avail-options .black-border:hover {
  background-color: #000;
  color: #fff;
}

#addToCartModal .bopis-subscription p {
  font-size: 14px;
  margin-top: 0 !important;
  margin-bottom: 0.2em !important;
}

#addToCartModal .bopis-subscription {
  text-align: left !important;
}

#addToCartModal .bopis-subscription label.checbox-container strong {
  vertical-align: middle;
}

#addToCartModal .power-plus-add-on img {
  width: 12%;
  position: absolute;
  top: 1%;
}

#addToCartModal .power-plus-add-on .align-items-center {
  position: relative;
  width: 100% !important;
  margin-bottom: 0.5rem !important;
}

#addToCartModal .power-plus-add-on strong.svg-icon.svg-baseline {
  left: 25%;
  top: 1rem;
}

#addToCartModal .power-plus-add-on {
  text-align: left !important;
}

#addToCartModal .power-plus-add-on .ml-3 p {
  position: relative;
  display: block;
  padding-top: 15px;
}

#addToCartModal .power-plus-add-on .ml-3 {
  margin-left: 0 !important;
  padding-bottom: 2rem;
}

#addToCartModal .power-plus-add-on .ml-3 p {
  position: relative;
  display: block;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 2rem;
  padding-bottom: 0;
}

#addToCartModal a.item-tile {
  width: 100%;
  max-width: 50%;
  flex-basis: fit-content !important;
  margin-bottom: 1rem;
}

#addToCartModal,
#fulfillmentModal {
  z-index: 2000 !important;
}

#addToCartModal #cart-buttons .stuck-summary {
  display: flex !important;
}

.power-plus-add-on .warranty-list {
  width: 100% !important;
  margin-top: 0 !important;
}

.power-plus-add-on .warranty-list .p-0.pb-2 {
  margin: 0 !important;
  padding: 0 !important;
}

.power-plus-add-on .warranty-list .col-12.p-0 {
  margin-top: 0.5rem !important;
}

.power-plus-add-on .warranty-list a {
  color: #808080 !important;
}

.add-to-cart-modal .modal-body .power-plus-add-on .warranty-list a {
  text-decoration: underline;
  color: 808080 !important;
}

/*assembly**/
#addToCartModal .power-plus-add-on .warranty-list .row:first-of-type .col-12.p-0 {
  padding-bottom: 0 !important;
}

#addToCartModal .assemble-it {
  border-top: #ccc 1px dotted !important;
}

#addToCartModal .assemble-it .col-sm-7 {
  width: 100% !important;
  text-align: left !important;
}

#addToCartModal .assemble-it .col-12.col-sm-7.pr-3.d-flex.align-items-center {
  margin-top: 0 !important;
}

#addToCartModal .assemble-it .ml-3 {
  margin-left: 0.5rem !important;
  vertical-align: middle;
  padding-top: 1rem;
}

#addToCartModal .assemble-it .col-sm-7 svg.build {
  fill: #b5121b !important;
  width: 24px !important;
  height: 24px !important;
}

#addToCartModal .assemble-it .ml-3 p {
  position: relative;
  display: block;
  padding-top: 0;
  margin-bottom: 0;
  margin-top: 0;
  top: 1.2rem;
  padding-bottom: 0;
  left: -10%;
}

#addToCartModal .assemble-it .assemble-added {
  padding-top: 0.5rem !important;
}

#addToCartModal .power-plus-add-on .align-items-center,
#addToCartModal .assemble-it .align-items-center {
  margin-top: 0 !important;
}

#addToCartModal .assemble-it .col-12.col-sm-5 {
  width: 100% !important;
  text-align: left;
}

.add-to-cart-modal .assemble-added .force-svg {
  top: 0 !important;
  margin-left: -4px;
}

#assemblyText a {
  color: #808080 !important;
  text-decoration: underline;
}

.add-to-cart-modal .modal-body a {
  color: #808080 !important;
}

/**siginpopup form*/
#tscDefaultCard_modal {
  z-index: 1080;
}

#tscDefaultCard_modal .modal-dialog {
  right: 0;
  position: absolute;
  width: 100%;
  max-width: 465px !important;
  border: #ccc 1px solid;
}

#tscDefaultCard_modal .modal-header button.close {
  width: 22px;
  height: 22px;
  background: url(https://www.tractorsupply.com/wcsstore/TSCStorefrontAssetStore/version10262217/images/gray-cancel.png) no-repeat !important;
  background-size: 22px !important;
  top: 17px;
  right: 15px;
}

#tscDefaultCard_modal .modal-header .text-link {
  line-height: 30px !important;
}

html.modal-open:has(.neighborsClubSectionSignInModalc.show) {
  overflow: inherit !important;
}

html.modal-open:has(#tscDefaultCard_modal.show) {
  overflow: inherit !important;
}

div#tscShippingAddresses_modal {
  z-index: 1080 !important;
}

#fulfillmentModal .py-2 {
  display: block;
}

@media (min-width: 550px) {
  #addToCartModal .assemble-it .col-sm-7,
  #addToCartModal .assemble-it .col-sm-5 {
    max-width: 100% !important;
    flex: 100% !important;
  }

  .add-to-cart-modal .assemble-added .force-svg {
    margin-left: -1px;
  }

  #addToCartModal .assemble-it .ml-3 p {
    left: -9.5% !important;
  }
}

@media (min-width: 550px) {
  #addToCartModal .power-plus-add-on .col-sm-7,
  #addToCartModal .power-plus-add-on .col-sm-5 {
    max-width: 100% !important;
    flex: 100% !important;
  }

  #addToCartModal .power-plus-add-on img {
    left: -2px;
  }
}

.power-plus-add-on .power-plus-added {
  padding-left: 0px !important;
}

.power-plus-add-on .svg.force-svg.green {
  left: -1px;
}

@media (max-width: 430px) {
  .css-p6zkr8-MuiGrid-root > .MuiGrid-item {
    max-width: 100%;
  }
}

body#nextPlp[style='overflow: hidden;'] #tsc-react-header-mobile header {
  z-index: -1 !important;
}

body#nextPlp#resmodal #papATCbutton .zoid-outlet,
body#nextPlp#resmodal .add-to-cart-modal #secure_checkout {
  margin: 0 !important;
}

body#nextPlp #resmodal .modal-header {
  padding: 4rem 1rem 1rem !important;
}

body#nextPlp #resmodal button.close {
  margin-top: 0 !important;
}

body#nextPlp #resmodal #paymentOptions,
body#nextPlp #resmodal .alt-buttons-wrap {
  padding-right: 0 !important;
  margin-left: 0 !important;
}

body#nextPlp #resmodal .pricing-disclaimer {
  margin-left: 0 !important;
}

body#nextPlp #resmodal #addToCartModal #cart-buttons .stuck-summary {
  margin-right: 0 !important;
}

body#nextPlp #resmodal .stuck-summary .text-left {
  width: auto;
}

#nextPlp #papATCbutton .zoid-outlet,
#nextPlp .add-to-cart-modal #secure_checkout {
  margin-left: 0 !important;
}

/* Finace modal popup style starts - AEM */
#finCardModalDissmissBtn {
  display: none;
}

.finance-description #applyNowBtn {
  border-radius: 50px;
  color: #ffff;
  background: #a02817 !important;
  width: 327px;
  height: 40px;
  border: 1px solid transparent;
}

.disclosure-dynamic {
  color: #222222;
}
.disclosure-dynamic span {
  font-size: 14px !important;
}
/* Finace modal popup style ends */
