body {
  background-color: var(--white1);
}
header .categories {
  display: none;
}
a,
p,
li,
span,
button {
  
}
header {
  background-color: var(--white1);
}
header a {
  color: var(--black1);
}

.products {
  display: flex;
  justify-content: space-between;
}
.product {
  position: relative;
}
.wishlist-button-add i {
  display: none;
}
.cart-detailed-actions {
  display: flex;
  justify-content: space-between;
}
.cart-detailed-actions .button {
  font-weight: 400;
  box-shadow: 0px 4px 20px -16px rgba(0, 0, 0, 0.04);
  width: 50%;
  line-height: 1rem;
  padding: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart-detailed-actions .continue {
  order: 1;
}
.cart-detailed-actions .checkout {
  order: 2;
}
button.disabled {
  display: none;
}
.cart-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-line-info {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.product-line-info a {
  color: var(--black1);
  text-decoration: none;
}
.manufacturer {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
  margin-bottom: .5rem;
}
.delete a {
  color: #040404;
  display: flex;
  text-decoration: none;
  gap: 0.5rem;
  align-items: center;
}
.product-line-grid-right {
  margin-left: auto;
}
.percentage,
.current-price {
  color: var(--red);
}
.price {
  color: var(--black1);
}
.current-price {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1rem;
  text-align: right;
}
.percentage,
.regular-price {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: right;
}
.qty > p {
  display: none;
  color: var(--red);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.input-group-btn-vertical > button {
  border-radius: 0.5rem;
  border: 2px solid #191819;
  padding: 0 !important;
  /* background-color: #FDFDFD; */
}
.product-discount {
  font-weight: 400;
  line-height: 1rem;
  color: #444344;
  text-decoration: line-through;
  text-align: right;
}
.discount-percentage {
  padding: 0;
}
.priceGroup > div {
  margin-bottom: .5rem;
}
.cart-detailed-totals .cart-summary-line {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1rem;
  margin-bottom: 1rem;
}
.cart-summary-line strong {
  font-weight: 700;
}
.input-group {
  position: relative;
}
.input-group-btn-vertical {
  /* font-family: "SF Pro Display";
  margin-bottom: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 1rem; */
}
.input-group-btn-vertical button {
  /* border: none;
  display: block;
  width: 100%;
  height: 50%;
  padding: 0; */
}
.js-cart-line-product-quantity {
  display: inline-block;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.04);
  text-align: center;
  border-radius: 0.5rem;
  border: 1.75px solid #191819;
  background-color: #FBFBFB;
}
.loyalty-checkout {
  font-weight: 400;
  padding: 1rem;
}

.loyalty-checkout i {
  display: none;
}
.loyalty-vouchpoints {
  margin: 2rem 0 4rem;
  padding: 1.5rem;
}
.loyalty-vouchpoints .price {
  font-weight: 400;
}
.loyalty-vouchpoints a {
  text-decoration: none;
  font-weight: 400;
  color: var(--black1);
}
.voucher-name {
  display: flex;
  align-items: center;
  gap: 0.5rem;

  a {
    line-height: 0;
  }
}
.remove-voucher svg {
  transform: rotate(45deg);
}
.promo-name {
  padding: 0;
}
.promo-name span {
  text-transform: uppercase;
  font-weight: 700;
}
#notifications ul {
  list-style: none;
  padding: 0;
}
.alert-danger li {
  font-family: "SF Pro Display";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem; 
}
.card-block h3, .h1 {
  margin-bottom: 2rem;
}
.block-promo {
  font-weight: 400;
}
/****** continue button *******/
.continue.button.dark {
  border-radius: 0.5rem;
  border: 2px solid #191819;
  background: #FDFDFD;
  color:  #040404;
  justify-content: flex-start;
  position: relative;
}
.continue.button.dark:hover {
  background: #FDFDFD;
  color:  #040404;
}
.checkout.button.black {
  display: flex;
  justify-content: center;
  border-radius: 0.5rem;
  border: 2px solid #191819;
  color:  #FDFDFD;
  position: relative;
}
.checkout.button.black:hover {
  background: #040404;
  color:  #FDFDFD;
}
.continue.button.dark:before,
.checkout.button.black:before{
  content: "";
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;

}
.continue.button.dark:before{
  background-image: url('/themes/wb-theme/assets/img/arrow-left.svg');
}
.checkout.button.black:before{
  background-image: url('/themes/wb-theme/assets/img/arrow-right.svg');
}
/****** qty *******/
.qty{
  margin-bottom: 0.5rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
}
.qty .qty-label p{
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
/****** off *******/
.blockreassurance_product {
  display: none;
}


