body.checkout-cart-index {
  /* Update 5/18/22: disabling the sticky header for cart because it is interfering with the cart summary (when expanded) */
  /* QUICK AND DIRTY FIX:
        - Magento gift message template is rendering the KO script tag on first paint... for some mysterious (Magento-y) reason...
            (vendor/magento/module-gift-message/view/frontend/templates/cart/item/renderer/actions/gift_options.phtml)
          -- simply hiding the containing div to prevent script tag from rendering
            (NOTE: will need to find a better solution if we ever decide to use this feature in the future, and KO script issue persists (hopefully it's just a performance issue caused by dev environment (server, deploy mode, CDN config, etc))
    */
  /* UPDATE 1/9/25: updating design for empty cart page */
}
body.checkout-cart-index .header-sticker.header-container-fixed {
  position: relative;
}
body.checkout-cart-index .cv-temp-closure-notice {
  border-bottom: 1px solid lightgray;
  /* padding-bottom: 30px; */
  text-align: center;
}
body.checkout-cart-index div.page-title-wrapper h1.page-title {
  display: block;
  vertical-align: middle;
  border-bottom: 1px solid #cecdcd;
  text-transform: uppercase;
  color: #000;
  /* font-size: 1.875em; */
  font-weight: 700;
  font-family: Helvetica,Arial,sans-serif;
  text-indent: 2.5em;
  border-color: #000;
  padding: 2.4rem 0;
  margin: 0 0 .65em;
}
body.checkout-cart-index div.column.main div.cart-container {
  margin-bottom: 5em !important;
  /* UPDATE 5/17/24: added new parent container (div.form-container) in order to place product showcase as a sibling to cart form, but within the same container -- supports new quickshop addition to product showcase */
}
@media screen and (min-width: 992px) {
  body.checkout-cart-index div.column.main div.cart-container div.form-container {
    width: 66.6667%;
    float: left;
  }
}
@media screen and (min-width: 768px) {
  body.checkout-cart-index div.column.main div.cart-container div.form-container {
    position: relative;
    padding: 0 15px;
  }
}
body.checkout-cart-index div.column.main div.cart-container div.form-container form.form-cart {
  width: unset;
  float: unset;
  position: unset;
  padding: unset;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead {
  background: none;
  text-transform: uppercase;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th.col {
  width: 10%;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th.col.item-actions {
  display: none;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th.col.item {
  width: 50%;
  text-align: left !important;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th.col.photo {
  text-align: right !important;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody {
  border-top: none;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details {
  text-align: left;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details * {
  text-transform: uppercase;
  line-height: 1.2em;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h4 a {
  font-weight: bold;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h3 {
  margin-bottom: 5px;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h3 a {
  font-weight: bold;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl {
  margin: 0;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl.item-options {
  word-break: break-all;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl.item-options * {
  color: #B5B5B5;
  font-weight: normal;
  margin: 0 !important;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.price *,
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.qty *,
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.subtotal * {
  vertical-align: middle;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.actions {
  bottom: 0;
  right: 0;
  width: fit-content;
  position: relative;
  padding: 0;
  display: table-cell;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.actions * {
  font-size: 0.9em !important;
  display: inline-block;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.actions .actions-toolbar {
  position: absolute;
  bottom: 8px;
  right: 8px;
  width: 160px;
  text-align: right;
  /*> * {
                                            float: left;
                                        }*/
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.actions .actions-toolbar > a.action-delete:before {
  content: "\e609";
  font-size: 15px;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart .cart.main.actions {
  text-align: center;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart .cart.main.actions a,
body.checkout-cart-index div.column.main div.cart-container form.form-cart .cart.main.actions button {
  padding: 7px 15px;
  height: 35px;
  width: 32%;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart .cart.main.actions a:hover,
body.checkout-cart-index div.column.main div.cart-container form.form-cart .cart.main.actions button:hover {
  background-color: unset !important;
  border: 1px solid #cccccc;
  color: unset;
}
body.checkout-cart-index div.column.main div.cart-container form.form-cart div.checkout-note p.shipping {
  text-transform: uppercase;
  font-weight: bold;
  margin: 10px 0px;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary {
  padding-bottom: 0;
  margin-bottom: 0;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block .title {
  padding-left: 0;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block.promotional-payments > .title {
  width: 100% !important;
  padding: 0;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block.promotional-payments > .title .actions-toolbar .primary {
  width: 100%;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block.promotional-payments > .title button {
  width: 100% !important;
  border: 0;
  padding: 7px 30px 7px 0;
  margin: 0;
  line-height: inherit;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block.promotional-payments > .title:after {
  content: '';
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .block.promotional-payments > .title * {
  font-size: 1em;
  text-align: left;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #block-shipping {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 10px;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals {
  border-top: 0;
  padding-top: 0;
  text-transform: uppercase;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals * {
  font-weight: bold !important;
  color: black !important;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals .loading-mask {
  display: none !important;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals .reward-points-earn-container {
  font-size: 1em;
  background: #f7f6f6;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals .reward-points-earn-container a {
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals .reward-points-earn-container a:hover {
    border-bottom: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals .reward-points-earn-container a {
    border-bottom: 1px solid;
  }
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary #cart-totals tr.totals.shipping th.mark span.label {
  padding: 0;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .table-wrapper table tr.shipping th span.value {
  display: none;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .table-wrapper table th {
  text-align: right !important;
  vertical-align: middle;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .table-wrapper table th,
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .table-wrapper table td {
  line-height: normal;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .table-wrapper table.reward thead tr td span {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .giftcard.info p {
  padding: 0.5em 0;
  font-size: 0.9em;
  color: #666666;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .giftcard.info p strong {
  color: darkgreen;
}
body.checkout-cart-index div.column.main div.cart-container div.cart-summary .loading-mask {
  height: 100vh !important;
}
body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items {
  float: right;
  /*margin: 0 !important;*/
  margin: 0 0 5em !important;
}
body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items li,
body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items #minicart-amazon-pay-button {
  text-align: left;
}
body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items li.item {
  margin-top: 10px !important;
}
body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items li.item div.paypal.checkout:before {
  display: none;
}
@media screen and (min-width: 1032px) {
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper .product-item-photo {
    padding-right: unset;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th span {
    font-size: 1.6rem;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h4 a {
    font-size: 1.5rem !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h3 a {
    font-size: 1.6rem;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.price *,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.qty *,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.subtotal * {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 1031px) {
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table thead tr th span {
    font-size: 1.4rem;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td {
    padding-left: 0;
    padding-right: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item {
    padding-right: 8px;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h4 a {
    font-size: 1.3rem !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details h3 a {
    font-size: 1.6rem;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl p {
    font-size: 0.8em !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl dt {
    font-size: 0.8em !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.item div.product-item-details dl dd {
    font-size: 0.8em !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.price *,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.col.qty *,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody tr.item-info td.subtotal * {
    font-size: 1.4rem !important;
    vertical-align: text-top;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.main.actions a span,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.main.actions button span {
    font-size: 13px;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.checkout-note p.shipping {
    font-size: 0.8em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary {
    font-size: 0.8em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .block .content label span {
    font-size: .9em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .block .content label.label[for^='s_method_'] {
    font-size: .9em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .block .content label.label[for^='s_method_'] span {
    font-size: 1em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .block .content .actions-toolbar span {
    font-size: 1em;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals tbody tr.grand.totals th *,
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .cart-totals .table-wrapper .data.table.totals tbody tr.grand.totals td * {
    font-size: 16px;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary ul.checkout-methods-items li.item div.bolt-checkout-button {
    width: 215px !important;
  }
}
@media screen and (max-width: 1031px) and screen and (min-width: 768px) {
  body.checkout-cart-index div.column.main div.cart-container form.form-cart {
    width: 70%;
  }
}
@media screen and (max-width: 991px) {
  body.checkout-cart-index div.column.main div.cart-container form.form-cart .checkout-note {
    width: 100%;
    text-align: center;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary {
    width: 100%;
    position: relative;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .block.shipping > .title {
    border-bottom: 1px solid #d1d1d1;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary #cart-totals {
    float: left;
    border: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary ul.checkout-methods-items li.item div.bolt-checkout-button {
    width: 284px !important;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary > div:not(#cart-totals) {
    width: 55%;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary > div#cart-totals {
    float: right;
    position: absolute;
    top: 0;
    right: 15px;
    width: 40%;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items {
    width: 100%;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items li.item {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .product-item-details *:not(span) {
    font-size: 1.37rem !important;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items {
    width: 100%;
  }
  body.checkout-cart-index div.column.main div.cart-container ul.checkout-methods-items li.item {
    text-align: center;
  }
  body.checkout-cart-index div.column.main div.cart-container div.checkout.methods.trigger {
    cursor: pointer;
    width: 100% !important;
    height: 48px;
    text-align: center;
    background: #000000;
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 !important;
    padding-bottom: 1em;
    z-index: 1;
    border-top: 0.9px solid #d1d1d1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
  }
  body.checkout-cart-index div.column.main div.cart-container div.checkout.methods.trigger span {
    color: white;
    line-height: 48px;
    font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item {
    padding-top: 10px;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item a {
    display: inline;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details {
    display: inline-block;
    width: 100%;
    float: none;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details .product-item-name {
    margin: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl {
    font-size: 1.37rem;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl p {
    margin-bottom: 0;
    margin-top: 0;
    font-size: 1em !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.item-options {
    margin: 5px 0 !important;
    font-size: 0.9em;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.price p span {
    font-size: 1.2rem !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.col.qty:before {
    content: none !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.col.qty {
    margin-top: 5px !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.col.qty label * {
    color: black;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.col.qty label span {
    position: relative;
    height: auto;
    width: auto;
    font-weight: normal;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.item div.product-item-details dl.col.qty label input {
    float: none;
    height: auto;
    text-align: left;
    vertical-align: top;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.price,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.qty,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.subtotal {
    display: none;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar {
    right: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar .action {
    margin-right: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar .action.action-edit {
    margin-right: 5px;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar .action.action-towishlist {
    /* UPDATE 12/18/24 */
    right: 35px;
    margin-right: 10px;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar .action.action-towishlist:before {
    color: #000;
    content: "\e642";
    display: inline-block;
    font-family: "Pe-icon-7-stroke";
    font-size: 15px;
    font-weight: normal;
    line-height: 26px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    opacity: 0.3;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table tbody.item tr.item-info td.col.actions .actions-toolbar .action.action-towishlist span {
    display: none !important;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table .col.qty,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table .col.price,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table .col.subtotal,
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table .col.msrp {
    float: none;
    width: fit-content;
    display: block;
    vertical-align: top;
    padding-top: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container form.form-cart div.cart.table-wrapper table#shopping-cart-table .col.qty .field.qty .control.qty {
    width: 40px;
  }
  body.checkout-cart-index div.column.main div.cart-container div.product-copy.cart {
    width: 85%;
  }
}
@media screen and (max-width: 730px) {
  body.checkout-cart-index div.column.main div.cart-container .cart-summary > div:not(#cart-totals) {
    width: 50%;
  }
}
@media screen and (max-width: 620px) {
  body.checkout-cart-index div.column.main div.cart-container .cart-summary > div#cart-totals {
    position: relative;
    float: none;
    right: 0;
    width: unset;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary > div:not(#cart-totals) {
    width: unset;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .table-wrapper table th {
    width: 50%;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart-summary .table-wrapper table td {
    text-align: left !important;
  }
}
@media screen and (max-width: 686px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper table#shopping-cart-table tbody tr.item-info td {
    padding-right: 8px !important;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .col.qty,
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .col.price,
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .col.subtotal,
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .col.msrp {
    width: 33%;
    vertical-align: top;
    padding-top: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .col.qty .field.qty .control.qty {
    width: 40px;
  }
}
@media screen and (max-width: 582px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item .col.item .product-item-details h3 a {
    font-size: 1.4rem !important;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item .col.item .product-item-details dl {
    font-size: 1rem;
  }
  body.checkout-cart-index div.column.main div.cart-container #cart-totals {
    float: unset !important;
    margin: 0 auto;
  }
  body.checkout-cart-index div.column.main div.cart-container #cart-totals .table-wrapper table.data.table.totals tbody tr th {
    white-space: nowrap;
  }
  body.checkout-cart-index div.column.main div.cart-container #cart-totals .table-wrapper table.data.table.totals tbody tr td span {
    width: fit-content;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items {
    width: 100%;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items li,
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items #minicart-amazon-pay-button {
    text-align: center !important;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items li.item a#affirm-button--cart img {
    margin: 0 auto;
  }
  body.checkout-cart-index div.column.main div.cart-container .checkout-methods-items li.item .amazon-minicart-container .amazon-button-container__cell:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info .col.item .product-item-details {
    padding-left: 5px;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info td.col.actions {
    display: block;
    padding: 5px;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info td.col.actions .actions-toolbar {
    padding: 0;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info td.col.actions .actions-toolbar a.action-delete,
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info td.col.actions .actions-toolbar a.action-edit,
  body.checkout-cart-index div.column.main div.cart-container .cart.table-wrapper .item-info td.col.actions .actions-toolbar a.action-towishlist {
    position: absolute;
  }
}
@media screen and (min-width: 621px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions a span.mobile-small,
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions button span.mobile-small {
    display: none;
  }
}
@media screen and (max-width: 620px) {
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions a,
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions button {
    width: 100%;
    /* UPDATE 10/8/24 */
    height: 55px !important;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions a span.default,
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions button span.default {
    display: none;
  }
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions a span.mobile-small,
  body.checkout-cart-index div.column.main div.cart-container .cart.main.actions button span.mobile-small {
    display: block;
    /* UPDATE 10/8/24*/
    white-space: normal;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index[data-attribute-hasdevicebutton="false"] iframe#launcher {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 767px) {
  body.checkout-cart-index[data-attribute-hasdevicebutton="true"] iframe#launcher {
    margin-bottom: 40px !important;
  }
}
body.checkout-cart-index .modal-popup.confirm._show .modal-content {
  padding-top: 2em;
}
body.checkout-cart-index .gift-options-cart-item {
  display: none !important;
}
body.checkout-cart-index div.cart-empty {
  /*+ .category-showcase {
            div.title {
                display: none;
            }
        }*/
}
body.checkout-cart-index div.cart-empty a {
  color: #000 !important;
  border-bottom: 1px solid;
}
body.checkout-cart-index .category-showcase div.title {
  display: none;
}
