.cart-floater .offcanvas-end {
  width: 350px !important;
}
.cart-floater .offcanvas-end .offcanvas-header {
  padding: 30px 30px 0;
  background-color: #F7F7F7;
}
.cart-floater .offcanvas-end .cart-items-container {
  padding-bottom: 15px;
}
.cart-floater .offcanvas-bottom {
  height: 400px !important;
}
.cart-floater .offcanvas-bottom .offcanvas-close-btn {
  position: absolute;
  top: 0;
}
.cart-floater .offcanvas-bottom .shopping-cart-items {
  height: 90px;
  margin-top: 0;
  padding-left: 0;
}
.cart-floater .offcanvas-bottom .shopping-cart-items .cart-item {
  border-bottom: none;
  padding: 0;
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container {
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: solid 1px #BBBBBB;
  padding: 20px 0;
  width: 100%;
  text-align: center;
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container .guaranteed-svg-background {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container .guaranteed-svg-background .top-circle {
  width: 92px;
  height: 46px;
  /* Half of the width to create a semicircle */
  background-color: #FFFFFF;
  border-radius: 92px 92px 0 0;
  /* Top left and top right corners rounded */
  overflow: hidden;
  border: solid 1px #BBBBBB;
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container .guaranteed-svg-background .rectangle {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 96px;
  height: 16px;
  background-color: white;
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container .price-guaranteed {
  padding: 10px 0 15px;
  font-size: 12px;
  font-weight: 300;
}
.cart-floater .offcanvas-bottom .floater-guaranteed-container .price-guaranteed h3 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
}
.cart-floater .offcanvas-header .offcanvas-title {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #707070;
  width: 100%;
  text-align: center;
  height: 45px;
  border-bottom: solid 1px #DBDBDB;
}
.cart-floater .offcanvas-header .offcanvas-close-btn {
  left: unset !important;
  right: 0;
}
@media (min-width: 768px) {
  .cart-floater .offcanvas-body {
    padding: 0;
    background-color: #F7F7F7;
  }
}
.cart-floater .shopping-cart-items {
  display: flex;
  flex-direction: column;
  height: calc(100% - 314px);
  overflow-y: hidden;
  padding-left: 30px;
}
.cart-floater .shopping-cart-items:hover {
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .cart-floater .shopping-cart-items .cart-items-container {
    width: 289px;
  }
}
.cart-floater .shopping-cart-items .cart-item {
  border-bottom: solid 1px #DBDBDB;
  padding: 20px 0;
}
.cart-floater .shopping-cart-items .cart-item .image-thumbnail-carousel {
  width: 80px;
  float: left;
  text-align: center;
  margin-left: 4px;
}
.cart-floater .shopping-cart-items .cart-item .item-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
}
.cart-floater .shopping-cart-items .cart-item .item-info .item-name {
  font-size: 16px;
  font-weight: normal;
  line-height: 16px;
  margin-bottom: 0;
}
.cart-floater .shopping-cart-items .cart-item .item-info .item-vendor {
  font-size: 12px;
  font-weight: 100;
  text-transform: uppercase;
  margin-bottom: 0;
}
.cart-floater .shopping-cart-items .cart-item .qty-select {
  float: left !important;
  width: 77px !important;
  height: 39px !important;
  border: 1px solid #d9d9d9 !important;
  padding: 8px 40px 10px 17px !important;
  margin-left: 6px;
  line-height: 16px;
}
.cart-floater .shopping-cart-items .cart-item .price-details {
  display: flex;
  flex-direction: column;
  text-align: right;
}
.cart-floater .shopping-cart-items .cart-item .price-details .unit-price {
  font-size: 12px;
  font-weight: 300;
  text-decoration: line-through;
  color: #707070;
}
.cart-floater .shopping-cart-items .cart-item .price-details .original-price {
  font-size: 14px;
  font-weight: normal;
}
.cart-floater .shopping-cart-items .cart-item .btn-remove {
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  background-color: white;
  line-height: 16px;
  height: 39px;
  width: 39px;
  text-align: center;
  padding: 8px 10px 10px !important;
  float: left;
  color: #707070 !important;
  margin-left: 10px;
  cursor: pointer;
}
.cart-floater .floater-total-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 314px;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
  padding: 13px 20px 20px;
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
}
.cart-floater .floater-total-container .guaranteed-svg-background {
  position: absolute;
  top: -27px;
}
.cart-floater .floater-total-container .guaranteed-svg-background .top-circle {
  width: 98px;
  height: 49px;
  /* Half of the width to create a semicircle */
  background-color: #FFFFFF;
  border-radius: 92px 92px 0 0;
  /* Top left and top right corners rounded */
  overflow: hidden;
  box-shadow: 0 -4px 4px rgba(0, 0, 0, 0.15);
}
.cart-floater .floater-total-container .guaranteed-svg-background .rectangle {
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 102px;
  height: 22px;
  background-color: white;
}
.cart-floater .floater-total-container svg {
  position: absolute;
  top: -17px;
  left: 23px;
}
.cart-floater .floater-total-container .price-guaranteed .price-guaranteed-content {
  width: 65%;
  float: right;
  font-size: 12px;
  font-weight: 300;
}
.cart-floater .floater-total-container .price-guaranteed .price-guaranteed-content h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 14px;
  white-space: nowrap;
}
.cart-floater .floater-total-container .price-guaranteed .price-guaranteed-content a {
  letter-spacing: 0;
  font-weight: 700;
  text-underline-offset: 2px;
}
.cart-floater .floater-total-container .offcanvas-totals-container {
  padding: 24px 0 10px;
  font-size: 18px;
  font-weight: normal;
}
.cart-floater .floater-total-container .offcanvas-totals-container.non-member-totals {
  border-top: 1px solid #DBDBDB;
  padding-top: 10px;
  margin-top: 14px;
}
.cart-floater .floater-total-container .btn {
  margin-top: 8px;
  min-width: unset;
}
.cart-floater .floater-total-container .here-to-help {
  font-size: 12px;
  font-weight: 100;
  text-align: center;
  padding: 10px 0;
}
.cart-floater .floater-total-container .btn-secondary {
  color: #8A7C56;
  border-color: #8A7C56;
}
