#header .header-nav .cart-preview.active {
  background: #a72d38;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 12px;
}

.material-icons.shopping-cart{
  display: none;
}

#header .header-nav .blockcart {
  height: 2rem;
  padding: 7px;
  margin-left: .9375rem;
  text-align: center;
  white-space: nowrap;
  background: #f6f6f6;
  color: black;
}

.product-line-grid-right.product-line-actions.col-md-5.col-xs-12 .col-md-6.col-xs-6.qty{
  display: none;
}

.product-line-info.product-price.h5{
  display: none;
}

.col-md-9.col-md-offset-3{
  display: none;
}

.header .cart-products-count{
    color: red;
    font-weight: 600;
    font-size: medium;
}

.different-address{
  display: none;
} 

.product-customization-line.row{
  padding-bottom: 7px;
}

.product-customization-line.row p{
  hyphens: auto;
}

.product-customization-line.row h2{
  hyphens: auto;
  font-weight: 800;
}

#payment-option-1-additional-information{
  display: none !important;
}

#cart .product-line-grid-body .product-line-info .label{
  color:#a72d38;
}

.cart-item,
.card-block{
  border-bottom: 1px solid #F2F2F2;
}

#cart hr{
  display: none;
}

#psgdpr::after{
  content: "";
}