.bag-page {
  padding-bottom: 3rem;
}
@media (max-width: 767.98px) {
  .bag-page.cart-page {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .bag-page.cart-page {
    max-width: 57.5rem;
  }
}
.bag-page .bag-message .title {
  color: #909090;
  font-size: 0.875rem;
}
.bag-page .bag-message .message {
  font-size: 0.875rem;
}
.bag-page .bag-message-danger .title {
  font-size: 0.75rem;
  font-weight: 500;
}
.bag-page .bag-message-danger .message {
  font-size: 0.75rem;
}
.bag-page .cart-afterpay-message, .bag-page .cart-afterpay-error-message {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
  padding-left: unset !important;
}
.bag-page .cart-afterpay-message .pdp-add-bag__afterpay-icon, .bag-page .cart-afterpay-error-message .pdp-add-bag__afterpay-icon {
  width: 3.75rem;
}
.bag-page .solid-hr {
  border-top: 2px solid black;
}
.bag-page .empty-text {
  background-color: #F1EFFD;
  padding: 2rem;
}
@media (min-width: 768px) {
  .bag-page .empty-text {
    padding: 4rem;
  }
}
.bag-page .empty-text .title {
  font-size: 1.5rem;
  font-weight: 500;
}
.bag-page .carousel-overline {
  font-size: 0.875rem;
  text-transform: uppercase;
  text-align: center;
}
.bag-page .carousel-title {
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}
.bag-page .samples-banner {
  border-radius: 4px;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.15);
  background: #C5B4E3;
}
.bag-page .samples-banner .samples-header {
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 768px) {
  .bag-page .samples-banner .samples-header {
    padding-top: 21px;
  }
}
.bag-page .samples-banner .banner-images {
  display: inline-block;
}
.bag-page .samples-banner .banner-images img {
  vertical-align: middle;
  border-style: none;
  width: 126px;
}
.bag-page .bag-left-column {
  padding-top: 0.5rem !important;
}
@media (min-width: 768px) {
  .bag-page .bag-left-column {
    padding-top: 2.5rem !important;
  }
}
@media (max-width: 1023.98px) {
  .bag-page .bag-left-column {
    padding-top: 0.5rem !important;
  }
}
.bag-page .tax-note {
  font-style: italic;
}
.bag-page .pairs-with-old.pairs-with-btn {
  margin-top: 8px;
  display: block;
  margin-bottom: 0.4rem;
}
.bag-page .pairs-with-old.pairs-with-btn.pairs-with-treasure {
  display: inline-block;
}
@media (max-width: 767.98px) {
  .bag-page .pairs-with-old.pairs-with-btn {
    margin-bottom: 1.3rem;
    margin-left: 25%;
  }
}
.bag-page .popup-unit {
  position: relative;
  width: 100%;
  top: -6px;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  background-color: #FBFBFD;
  display: none;
}
.bag-page .popup-unit.open {
  max-height: 155px;
  height: auto;
  overflow: visible;
  opacity: 1;
  display: block;
  margin-top: 15px;
}
@media (min-width: 480px) {
  .bag-page .popup-unit.open {
    max-height: 150px;
  }
}
.bag-page .popup-unit:before {
  position: absolute;
  z-index: -1;
  content: "";
  left: 166px;
  top: -8px;
  border-style: solid;
  border-width: 10px 10px 10px 10px;
  border-color: #EEEEF6;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 1023.98px) {
  .bag-page .popup-unit:before {
    left: 182px;
  }
}
@media (max-width: 767.98px) {
  .bag-page .popup-unit:before {
    left: 154px;
  }
}
.bag-page .popup-unit .delete-product {
  position: absolute;
  right: 5px !important;
  top: 5px !important;
  cursor: pointer;
}
.bag-page .popup-unit .product-name {
  font-weight: 500;
}
.bag-page .popup-unit .product-name a {
  color: #000;
}
.bag-page .popup-unit .product-name .pairs-with-name {
  font-weight: 500;
  font-size: 14px;
}
.bag-page .popup-unit .product-size {
  font-size: 0.875rem;
  text-transform: uppercase;
}
.bag-page .popup-unit .product-subtitle {
  font-size: 0.875rem;
  font-weight: 300;
}
.bag-page .popup-unit .price {
  font-weight: 500;
}
.bag-page .popup-unit .product-image {
  width: 61px;
  position: relative;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .bag-page .popup-unit .product-image {
    width: 85px;
  }
}
.bag-page .popup-unit .product-image .btn-wishlist {
  position: absolute;
  top: -18px;
  left: 0px;
  padding: 4px;
}
.bag-page .popup-unit .popup-body {
  background: #EEEEF6;
  padding: 1rem 0.3rem;
}
@media (min-width: 768px) {
  .bag-page .popup-unit .popup-body {
    padding: 1rem;
  }
}
.bag-page .popup-unit .popup-body .btn-pairsWith {
  left: 10.51%;
  right: 10.51%;
  top: 7.14%;
  bottom: 7.14%;
  font-size: 12px;
}
@media (max-width: 345px) {
  .bag-page .popup-unit .popup-body .btn-pairsWith {
    padding: 0 0rem;
  }
}
.bag-page .popup-unit .popup-body .pairs-with-travel {
  font-weight: 500;
}
@media (max-width: 358px) {
  .bag-page .popup-unit .popup-body .pairs-with-travel {
    padding-left: 0rem !important;
  }
}
@media (min-width: 1024px) {
  .bag-page .shoping-bag-heading {
    -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.15);
  }
}
.bag-page .heading-container {
  text-align: center;
}
.bag-page .heading-container h2 {
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .bag-page .heading-container h2 {
    margin: unset;
  }
}
.bag-page .bag-main-heading {
  font-family: "Victor Serif", Garamond, serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  text-transform: none;
}
@media (max-width: 1023.98px) {
  .bag-page .bag-main-heading {
    text-align: center;
    font-size: 28px;
    padding-top: 4px;
    margin: 11px 0px 19px;
  }
}
.bag-page .add-sample-btn {
  text-decoration: underline !important;
  color: #6D47B8;
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  text-underline-offset: 3px;
}
@media (min-width: 768px) {
  .bag-page .add-sample-btn {
    font-size: 16px;
  }
}
@media (max-width: 1023.98px) {
  .bag-page .bag-sample-wrap .add-coupon {
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bag-page .bag-sample-wrap .add-coupon .add-sample-btn {
    font-size: 14px;
  }
}
.bag-page .mobile-shipping-text {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 1023.98px) {
  .bag-page .mobile-shipping-text {
    font-size: 14px;
  }
}
.bag-page .summary-heading-container {
  font-size: 21px;
}
.bag-page .summary-heading-container .summary-heading {
  font-size: 1rem;
  font-weight: 500;
}
.bag-page .summary-heading-container .count-text {
  font-size: 1rem;
}
.bag-page .summary-heading-container .shipping-text {
  text-transform: uppercase;
  color: #6D47B8;
  display: inline;
  font-size: 0.875rem;
}
.bag-page .estimated-total {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.bag-page .donation-container .donate-heading {
  font-weight: 500;
  padding: 1rem 0;
}
.bag-page .donation-container .donation-type {
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 4px;
  text-align: center;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  border: 1px solid transparent;
}
.bag-page .donation-container .donation-type:hover {
  border: 1px solid #6D47B8;
}
.bag-page .privacy-note {
  padding: 1rem 0;
  font-size: 0.875rem;
}
.bag-page .privacy-note a {
  color: black;
  text-decoration: underline;
}
.bag-page .gift-options {
  font-weight: 500;
}
.bag-page .gift-options a {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1023.98px) {
  .bag-page .gift-options a {
    font-size: 14px;
  }
}
.bag-page .gift-options a.btn-link, .bag-page .gift-options a.btn-link:hover {
  color: #6D47B8;
  text-decoration: underline;
  padding: 0;
}
.bag-page .gift-options .icon-gift {
  color: #6D47B8;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.bag-page .gift-options .add-link {
  color: #6D47B8;
  cursor: pointer;
  text-decoration: underline;
  font-weight: 500;
  font-size: 1rem;
}
@media (max-width: 1023.98px) {
  .bag-page .gift-options .add-link {
    font-size: 14px;
  }
}
.bag-page .gift-options .add-link:hover {
  color: #4c3281;
}
.bag-page .checkout-with {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0.5rem 0rem;
  line-height: 22px;
  color: #000000;
}
.bag-page .use-before-heading {
  font-size: 0.875rem;
}
.bag-page .add-travel-link {
  color: #6D47B8 !important;
}
@media (min-width: 1024px) {
  .bag-page .shop-bag-shadow .bag-summary-wrap {
    padding-top: 2.5rem !important;
  }
}
.bag-page .bag-product-item {
  position: relative;
  border-bottom: 1px solid #E6E6E6;
}
.bag-page .bag-product-item .product-name {
  line-height: 24px;
}
.bag-page .bag-product-item .product-contnet {
  width: 76%;
}
@media (max-width: 400px) {
  .bag-page .bag-product-item .product-contnet {
    width: 74% !important;
  }
}
.bag-page .bag-product-item .bag-item-container {
  padding-top: 28px;
  padding-bottom: 15px;
}
.bag-page .bag-product-item .product-image {
  position: relative;
  margin-right: 8px;
  width: 20%;
  vertical-align: top;
}
.bag-page .bag-product-item .bag-item-img-block {
  width: 25%;
}
@media (max-width: 1023.98px) {
  .bag-page .bag-product-item .bag-item-img-block {
    width: 20%;
  }
}
.bag-page .bag-product-item .bag-item-variant .product-size-normal, .bag-page .bag-product-item .bag-item-variant .price-total {
  padding-right: 3px;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.155556px;
}
.bag-page .bag-product-item .bag-item-variant .autodelivery-confirm-msg {
  font-size: 14px;
  font-weight: 400;
  margin-left: 15px;
}
.bag-page .bag-product-item .bag-item-variant span {
  font-weight: 300;
  font-size: 16px;
}
.bag-page .bag-product-item .bag-item-variant .price-unadjusted.stike {
  text-decoration: line-through;
  color: #6D6D6D;
}
.bag-page .bag-product-item .auto-delivery-txt {
  padding-top: 6px;
}
.bag-page .bag-product-item .popup-unit .product-contnet {
  width: auto;
}
.bag-page .bag-product-item .btn-wishlist {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 4px;
}
.bag-page .bag-product-item .btn-wishlist.wishlist-off {
  color: #909090;
}
.bag-page .bag-product-item .btn-wishlist.wishlist-active {
  color: #6D47B8;
}
.bag-page .bag-product-item .product-img {
  width: 75px;
  margin-right: 8px;
}
@media (min-width: 768px) {
  .bag-page .bag-product-item .product-img {
    min-width: 100px;
  }
}
.bag-page .bag-product-item .pair-product-img {
  width: 75px;
  margin-right: 8px;
}
.bag-page .bag-product-item .delete-product {
  right: 5px;
  top: 0;
  cursor: pointer;
}
.bag-page .bag-product-item .product-subtitle {
  font-size: 0.875rem;
  font-weight: 300;
}
.bag-page .bag-product-item .auto-delivery {
  margin-top: 0.5rem;
  font-size: 0.875rem;
}
.bag-page .bag-product-item .price {
  font-weight: 500;
  margin-left: 8px;
  width: 24%;
  float: right;
  text-align: right;
}
.bag-page .bag-product-item .title {
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
}
.bag-page .bag-product-item .pairs-bestwith-btn-open {
  background: #EEEEF6;
  border: none;
}
.bag-page .bag-product-item .pairs-with-treasure {
  background: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bag-page .bag-product-item .product-suggestion-close {
  padding-left: 0rem;
}
.bag-page .bag-product-item:last-of-type {
  border-bottom: 0px;
}
.bag-page .product-samples-select .product-samples-heading {
  padding: 1rem 0 1rem 0;
  text-align: center;
}
.bag-page .product-samples-select .product-samples-heading:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 480px) {
  .bag-page .product-samples-select .product-samples-heading h5 {
    float: left;
    margin: 0rem 0;
  }
  .bag-page .product-samples-select .product-samples-heading .product-samples-action {
    float: right;
    margin: 0;
  }
}
.bag-page .product-samples-select .product-samples-carousel .carousel-cell {
  width: 128px;
  margin-right: 1rem;
  vertical-align: middle;
}
.bag-page .product-samples-select .product-samples-carousel .carousel-cell.add-cell {
  height: 100%;
}
@media (min-width: 480px) {
  .bag-page .product-samples-select .product-samples-carousel .carousel-cell {
    margin-right: 5rem;
  }
}
@media (min-width: 768px) {
  .bag-page .product-samples-select .product-samples-carousel .carousel-cell {
    margin-right: 3rem;
  }
}
@media (min-width: 1024px) {
  .bag-page .product-samples-select .product-samples-carousel .carousel-cell {
    margin-right: 3rem;
  }
}
.bag-page .product-samples-select .product-samples-carousel .product-name {
  font-size: 1rem;
  font-weight: 300;
  text-transform: none;
  text-align: center;
  margin: 1rem 0 0 0;
  height: 3.5em;
}
.bag-page .product-samples-select .product-samples-carousel .product-name a {
  color: #000;
}
.bag-page .product-samples-select .product-samples-carousel .product-sample-add {
  display: table;
  cursor: pointer;
  text-decoration: none;
  height: 100%;
  width: 100%;
  border: 1px dashed #6D47B8;
  text-align: center;
  color: #6D47B8;
}
.bag-page .product-samples-select .product-samples-carousel .product-sample-add .sample-add-icon {
  height: 80px;
}
@media (min-width: 480px) {
  .bag-page .product-samples-select .product-samples-carousel .product-sample-add .sample-add-icon {
    height: 96px;
  }
}
.bag-page .product-samples-select .product-samples-carousel .vertical-middle {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.bag-page .gift-modal {
  z-index: 1090;
}
.bag-page .gift-modal .gift-content {
  padding-left: 15px;
  padding-right: 15px;
}
.bag-page .gift-modal .gift-content .modal-header {
  padding-bottom: 1.25rem;
  border: 0;
}
.bag-page .gift-modal .gift-content .modal-header .gift-title {
  margin-top: 2rem;
  font-size: 18px;
}
.bag-page .gift-modal .gift-content .modal-header .close {
  color: #000;
  padding-top: 20px;
  margin-top: 1rem !important;
  padding: 0.5rem 1rem;
  margin: -0.2rem;
}
.bag-page .gift-modal .gift-content #giftWrapAndMessage .form-check-label {
  font-weight: 400;
  padding-left: 0.5rem;
}
.bag-page .gift-modal .gift-content #giftWrapAndMessage .giftmessage {
  height: 74px;
}
.bag-page .gift-modal .gift-content #giftWrapAndMessage .text-char-count {
  font-size: 12px;
  color: #464646;
  margin-bottom: 1.25rem;
  padding-top: 5px;
  font-weight: 400;
}
.bag-page .gift-modal .gift-content #giftWrapAndMessage .gift-btn {
  padding: 0.75rem 1rem;
}
.bag-page .gift-modal .gift-content #giftWrapAndMessage .form-group {
  margin-bottom: 0;
}
.bag-page .gift-modal .modal-title {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .bag-page .gift-modal .modal-title {
    font-size: 1rem;
  }
}
.bag-page .gift-modal .modal-body {
  padding: 2rem;
}
.bag-page .modal-promotion .product-slot {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
  padding: 1rem;
}
@media (max-width: 767.98px) {
  .bag-page .modal-promotion .product-slot {
    padding-right: 8px;
    padding-left: 8px;
  }
}
.bag-page .modal-promotion .product-slot .product-select {
  margin: 1rem auto 0rem auto;
  text-align: center;
}
.bag-page .modal-promotion .product-slot .product-select input {
  display: none;
}
@media (max-width: 1023.98px) {
  .bag-page .modal-promotion .row:last-child .product-slot:nth-child(3), .bag-page .modal-promotion .row:last-child .product-slot:last-child {
    border-bottom-width: 0px;
  }
}
@media (min-width: 768px) {
  .bag-page .modal-promotion .row:last-child .product-slot {
    border-bottom-width: 0;
  }
}
.bag-page .modal-promotion .product-name {
  margin-bottom: 1rem;
  margin-top: 1rem;
}
.bag-page .modal-promotion .product-price {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
}
.bag-page .modal-promotion .product-tip {
  position: absolute;
  bottom: 0rem;
  right: 1rem;
  color: #000;
}
@media (min-width: 480px) {
  .bag-page .modal-promotion .product-tip {
    right: 1rem;
  }
}
@media (min-width: 768px) {
  .bag-page .modal-promotion .product-tip {
    right: 1rem;
  }
}
@media (min-width: 1024px) {
  .bag-page .modal-promotion .product-tip {
    right: 1rem;
  }
}
@media (min-width: 1024px) {
  .bag-page .modal-promotion .modal-dialog {
    max-height: 800px;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.bag-page .modal-promotion .modal-title {
  text-transform: uppercase;
}
@media (max-width: 767.98px) {
  .bag-page .modal-promotion .modal-title {
    font-size: 1rem;
  }
}
.bag-page .modal-promotion .modal-body {
  position: static;
  padding: 0;
  margin-bottom: 120px;
}
@media (min-width: 768px) {
  .bag-page .modal-promotion .modal-body {
    padding-right: 0.9375rem;
    margin-bottom: 88px;
  }
}
.bag-page .modal-promotion .modal-body-inner {
  padding: 1rem;
}
.bag-page .modal-promotion .modal-footer {
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 120px;
}
@media (min-width: 768px) {
  .bag-page .modal-promotion .modal-footer {
    position: absolute;
    height: 88px;
    padding-right: 0.9375rem;
  }
}
.bag-page .modal-promotion .modal-footer .product-count {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
@media (min-width: 768px) {
  .bag-page .modal-promotion .modal-footer .product-count {
    text-align: right;
    margin-top: 1rem;
  }
}
@media (max-width: 767.98px) {
  .bag-page .modal-promotion .modal-footer .product-count-wrapper {
    width: 100%;
  }
}
.bag-page .modal-promotion .modal-footer .product-cta {
  text-align: center;
  width: 100%;
}
@media (min-width: 480px) {
  .bag-page .modal-promotion .modal-footer .product-cta {
    text-align: right;
  }
}
.bag-page .payment-options {
  margin-top: 1rem;
}
.bag-page .payment-options .promo-label {
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  position: absolute;
  right: 6px;
  top: 1rem;
}
.bag-page .payment-options .promo-label label {
  margin-right: 0.25rem;
}
.bag-page .payment-options .promo-label .icon-question-circle {
  color: #464646;
  font-size: 14px;
}
.bag-page .payment-options .promo-label .promo-tooltip-btn {
  position: relative;
  border: unset;
  background: none;
  min-width: unset;
  padding: 0;
  letter-spacing: 0;
}
.bag-page .payment-options .input-group {
  border: 1px solid #464646;
}
.bag-page .payment-options .input-group input {
  border: 0;
}
@media (max-width: 1279.98px) {
  .bag-page .payment-options .input-group input {
    width: unset;
  }
}
@media (min-width: 1024px) {
  .bag-page .payment-options .input-group input {
    width: 130px;
  }
}
@media (min-width: 1280px) {
  .bag-page .payment-options .input-group input {
    width: unset;
  }
}
.bag-page .payment-options .input-group button {
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
  opacity: 0.7;
  display: none;
  height: 100%;
}
.bag-page .payment-options .input-group .promo-button {
  border: 2px solid #464646;
}
.bag-page .payment-options .input-group .promo-remove {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #E6E6E6;
  opacity: 1 !important;
  padding-right: 0.4rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.bag-page .mobile-payment-options {
  bottom: 0;
  background: #fff;
  position: fixed;
  -webkit-transition: all 1s;
  transition: all 1s;
  background: #fff;
  z-index: 2;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.15);
}
.bag-page .mobile-payment-options .mobile-payment-options {
  padding-top: 12px;
}
@media (min-width: 1024px) {
  .bag-page .mobile-payment-options {
    display: none;
  }
}
.bag-page .mobile-payment-options .other-pay-options {
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
  color: #909090;
  padding: 1rem 0;
  font-size: 0.75rem;
}
.bag-page .form-top-label {
  font-size: 0.875rem;
  padding-top: 8px;
  padding-bottom: 0.5rem;
}
.bag-page .cancel-modal-sample {
  color: #6D47B8 !important;
}
.bag-page .add-gift-container p {
  margin-bottom: 0rem;
  font-weight: 300;
  margin-left: 1rem;
}
@media (min-width: 480px) {
  .bag-page .add-gift-container p {
    margin-left: 1rem;
  }
}
@media (min-width: 768px) {
  .bag-page .add-gift-container p {
    margin-bottom: 1rem;
  }
}
.bag-page .add-gift-container img {
  width: 72px;
  height: 72px;
  margin-right: 0;
}
@media (min-width: 480px) {
  .bag-page .add-gift-container img {
    width: 90px;
    height: 90px;
  }
}
.bag-page .form-sub-label {
  font-size: 0.75rem;
  color: #6D6D6D;
  padding-top: 0.5rem;
  padding-bottom: 1rem;
}
.bag-page .add-coupon {
  color: #4D186E;
  font-weight: 500;
  font-size: 14px;
  padding-left: 16px;
  line-height: 17px;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.bag-page .edit-gwp {
  color: #6D47B8;
  text-decoration: underline;
  background-color: transparent;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}
.bag-page .add-travel-size-span {
  font-size: 14px !important;
  text-decoration: underline;
  cursor: pointer;
  color: #000;
}

.bag-page .bag-product-item:last-of-type {
  border-bottom: 0px;
}
.bag-page .bag-promo-container .promo-button {
  line-height: 24px;
  background-color: #464646;
  border-color: #464646;
  font-size: 14px;
}
.bag-page .cart-coupon-code {
  padding: 3px 0 5px;
  font-size: 14px;
}
.bag-page .pairs-bestwith-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bag-page .pairs-with-text {
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  line-height: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
@media (max-width: 1023.98px) {
  .bag-page .pairs-with-text {
    padding: 0rem;
  }
}

.checkout-summary .express-checkout-bag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.checkout-summary .checkout-btn {
  height: 45px !important;
}
.checkout-summary .braitnree-cart-paypal-button {
  height: 44px !important;
}
.checkout-summary .googlepay {
  height: 45px !important;
}

.seperator {
  border-top: 1px solid #222222;
}

.split-up {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000000;
}

.checkout-bag h1 {
  text-align: center;
}
.checkout-bag .bag-banner {
  text-align: center;
}
.checkout-bag .bag-banner.bag-banner-text {
  text-transform: uppercase;
  font-size: 1rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.checkout-bag .bag-item-list {
  margin-top: 0px;
}
.checkout-bag .bag-item-list .bag-item-line {
  position: relative;
  padding: 1rem 0;
}
.checkout-bag .bag-item-list .bag-item-line:after {
  content: "";
  display: table;
  clear: both;
}
.checkout-bag .bag-item-list .bag-item-line .bag-remove {
  position: absolute;
  top: 0rem;
  right: 0;
  display: block;
  color: #F8F8F8;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-img-block {
  padding-right: 0;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-detail .product-name {
  text-transform: none;
  font-weight: bold;
  font-size: 1rem;
  margin-right: 2rem;
  margin-top: 0;
  margin-bottom: 4px;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-detail .product-name a {
  color: #000;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-detail .product-name:hover {
  text-decoration: none;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-detail .product-name .product-subtitle {
  font-size: 1rem;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-detail .bag-item-variant {
  font-size: 1rem;
  margin-bottom: 0rem;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-price {
  font-weight: 500;
  font-size: 1rem;
  text-align: right;
  margin-right: 1rem;
  margin-top: 32px;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-price .price-original {
  text-decoration: line-through;
  font-weight: 300;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-qty {
  margin-bottom: 8px;
}
.checkout-bag .bag-item-list .bag-item-line.bag-item-promo .bag-item-variant .label {
  font-size: 1rem;
  font-size: 1rem;
  font-weight: 200;
}
.checkout-bag .bag-item-list .bag-item-line.bag-item-promo .line-item-link {
  font-size: 1rem;
}
.checkout-bag .bag-item-list .bag-item-line.bag-item-promo .bag-item-price {
  text-transform: uppercase;
}
.checkout-bag .bag-item-list .bag-item-line .bag-item-auto-delivery .checkbox {
  margin-bottom: 0;
  margin-top: 0;
}
.checkout-bag .bag-item-list .bag-item-line .bag-alert {
  margin-top: 6px;
}
.checkout-bag .bag-item-list .bag-item-line .btn-wishlist {
  position: absolute;
  top: -18px;
  left: 0px;
  padding: 4px;
}
.checkout-bag .panel-status {
  padding-top: 1rem;
}
.checkout-bag .btn-paypal {
  height: 45px;
}
.checkout-bag .btn-alt-pay {
  height: 45px;
  border: 1px solid black !important;
}

.bag-page .gift-modal .modal-body {
  padding: 0;
}

.login-modal-container .btn-outline-info:hover {
  color: #4267b2;
  background-color: unset;
  border-color: #4267b2;
}

.nav-desktop-container {
  padding-top: 47px;
  padding-bottom: 58px !important;
}

.bag-page .giftbox-eligibility {
  color: rgb(220, 53, 69);
  font-size: 14px;
  padding: 1rem 0px;
}
.bag-page .giftbox-eligibility .giftbox-circle {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
.bag-page .giftbox-eligibility .giftbox-msg {
  display: inline-block;
  width: 90%;
  font-weight: 300;
}

.modal-out-of-stock .modal-content {
  padding: 15px;
}

.cart-page .hide-order-discount, .cart-page .hide-applied-coupon-container, .cart-page .hide-coupon-apply-container {
  display: none;
}

.braintree-cart-paypal-buttons-wrap .error {
  display: none;
}

#refill {
  margin-top: 0.5rem;
  margin-bottom: 0.8rem;
}

.esw-country-update-message {
  background-color: #eeeef6;
  border: 2px solid #d5d5ef;
  width: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  margin-bottom: 10px;
}

.choose-free-samples-modal {
  z-index: 1090;
}
@media (min-width: 768px) {
  .choose-free-samples-modal .modal-dialog {
    width: 970px;
  }
}
@media (max-width: 1023.98px) {
  .choose-free-samples-modal .modal-dialog {
    width: 100%;
  }
}
.choose-free-samples-modal .modal-header h2 {
  text-transform: none;
  font-size: 1rem;
  margin: 0;
}
@media (min-width: 1024px) {
  .choose-free-samples-modal .modal-header h2 {
    font-size: 1.5rem;
  }
}
.choose-free-samples-modal .product-img-block {
  position: relative;
  margin: 0 auto;
  max-width: 250px;
}
@media (min-width: 480px) {
  .choose-free-samples-modal .product-img-block {
    max-width: 250px;
  }
}
@media (min-width: 768px) {
  .choose-free-samples-modal .product-img-block {
    max-width: none;
  }
}
.choose-free-samples-modal .product-slot {
  text-align: center;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}
.choose-free-samples-modal .product-slot .product-name {
  font-size: 0.875rem;
  font-weight: 500;
  height: 6.2rem;
  overflow: hidden;
  display: block;
  overflow: unset;
}
@media (min-width: 768px) {
  .choose-free-samples-modal .product-slot .product-name {
    height: 5rem;
  }
}
@media (min-width: 1024px) {
  .choose-free-samples-modal .product-slot .product-name {
    height: 4rem;
  }
}
@media (max-width: 1023.98px) {
  .choose-free-samples-modal .product-slot .product-name {
    height: 4rem;
  }
}
@media (max-width: 767px) and (min-width: 481px) {
  .choose-free-samples-modal .product-slot .product-name {
    height: 6rem;
  }
}
.choose-free-samples-modal .product-slot .product-name a {
  color: #000;
}
.choose-free-samples-modal .product-slot .product-subtitle {
  line-height: 1.5;
  margin-top: 0.2rem;
  font-size: 0.75rem;
  display: block;
}

.product-list-slider {
  padding-bottom: 30px;
}
@media (min-width: 1024px) {
  .product-list-slider {
    max-width: 802px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1280px) {
  .product-list-slider {
    max-width: 1076px;
    padding-bottom: 0;
  }
}
@media (min-width: 1600px) {
  .product-list-slider {
    max-width: 1350px;
  }
}
.product-list-slider__min-height-wrapper {
  min-height: 445px;
}
.product-list-slider__min-height-wrapper--account {
  min-height: 430px;
}
.product-list-slider__sec-title {
  font-family: "Victor Serif", Garamond, serif;
  margin: 1rem 20px;
  font-size: 1.25rem;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .product-list-slider__sec-title {
    margin: 2rem 0 2rem;
    font-size: 1.75rem;
    text-align: center;
  }
}
.product-list-slider__sec-title--mx-0 {
  margin-left: 0;
  margin-right: 0;
}
.product-list-slider__cell {
  position: relative;
  width: 254px;
  padding: 2px 2px 4px 20px;
}
@media (min-width: 1024px) {
  .product-list-slider__cell {
    margin-right: 20px;
    padding: 4px;
  }
}
.product-list-slider__image {
  aspect-ratio: 1/1;
}
.product-list-slider__link {
  color: #000;
  display: block;
}
.product-list-slider__link:hover {
  text-decoration: none;
  color: #000;
}
@media (max-width: 767.98px) {
  .product-list-slider__link {
    outline: 0;
  }
}
.product-list-slider__header {
  font-size: 1rem;
  margin-top: 0.5rem;
  margin-bottom: 0;
  min-height: 43px;
}
.product-list-slider__title {
  display: block;
  line-height: 18px;
  font-size: 0.875rem;
  font-weight: 500;
}
@media (min-width: 480px) {
  .product-list-slider__title {
    font-size: 0.9375rem;
    line-height: 20px;
  }
}
.product-list-slider__subtitle {
  display: block;
  line-height: 18px;
  margin-top: 3px;
  min-height: 20px;
  font-size: 0.875rem;
  font-weight: 300;
}
@media (min-width: 480px) {
  .product-list-slider__subtitle {
    font-size: 0.875rem;
    line-height: 20px;
  }
}
.product-list-slider__title, .product-list-slider__subtitle {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-list-slider__cta a {
  text-decoration: none;
}
.product-list-slider__review, .product-list-slider .reviews-ratings-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.8rem;
  margin-bottom: 1rem;
  height: 20px;
}
.product-list-slider__review .yotpo-star-rating-reviews-summary-link, .product-list-slider .reviews-ratings-link .yotpo-star-rating-reviews-summary-link {
  display: none !important;
}
.product-list-slider__frequency {
  min-height: 39.5px;
}
.product-list-slider__frequency-recommended {
  font-size: 14px;
  line-height: 20px;
}
.product-list-slider .wishlist-block {
  position: absolute;
  top: 2px;
  width: 20px;
  left: 10px;
  z-index: 1;
  color: #000;
}
.product-list-slider .btn-wishlist {
  padding: 0;
}
@media (max-width: 1023.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
  }
}
@media (max-width: 1279.98px) {
  .product-list-slider--3-column {
    padding-bottom: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .product-list-slider--3-column {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1280px) {
  .product-list-slider--3-column {
    max-width: 802px;
  }
}
@media (min-width: 1600px) {
  .product-list-slider--3-column {
    max-width: 1040px;
  }
}
.product-list-slider--3-column .product-list-slider__cell {
  width: 207px;
}
@media (min-width: 1024px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 40px;
  }
}
@media (min-width: 768px) {
  .product-list-slider--3-column .product-list-slider__cell {
    margin-right: 20px;
    padding: 2px;
  }
}
.product-list-slider--3-column .product-list-slider__image {
  margin: 0 auto;
}
.product-list-slider .glide__bullets {
  bottom: -30px;
}
.product-list-slider .glide__arrow {
  width: 44px;
  height: 44px;
}
.product-list-slider .glide__arrow svg {
  width: 26px;
  height: 26px;
}
@media (min-width: 768px) {
  .product-list-slider .glide__arrow--left {
    left: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--left {
    left: -42px;
  }
  .product-list-slider .glide__arrow--right {
    right: -60px;
  }
  .blog-page .product-list-slider .glide__arrow--right {
    right: -42px;
  }
}
