.cart-offcanvas h2{
    font-size: 30px;
    color: #990000;    
}

.cart-offcanvas {
  background: transparent;
  font-family: 'Roboto';
  padding-bottom: 40px;
  border-radius: 6px 0 0 6px;
}

.cart-offcanvas .cart-block--offcanvas-contents__items {
  overflow-y: auto;
  max-height: 500px;
  margin-bottom: 5px;
}

.cart-offcanvas--right {
    width: 35em;
    max-width: 100%;
}

.cart-offcanvas button {
  background-color: #990000;
  color: white;
  display: inline-block;
  padding: 2px 5px;
  border-radius: 3px;
}
.cart-offcanvas .cart-block--offcanvas-cart-table__remove {
  vertical-align: middle;
}
.cart-offcanvas .cart-block--offcanvas-cart-table__remove button {
  background-color: #9b0501;
}

.cart-offcanvas .cart--cart-offcanvas__close button.link{
    background-color: #9b0501;
}
.cart-offcanvas .cart--cart-offcanvas__close button.link:hover{
  background-color: #ccc;
  color: #990000;
}


.cart-offcanvas .cart-block--offcanvas-contents__update svg,
.cart-offcanvas .cart-block--offcanvas-contents__close svg {
  margin-right: 5px;
  margin-left: 2px;
}
.cart-offcanvas .cart-block--offcanvas-contents__links {
  float: left;
}
.cart-offcanvas .cart-block--offcanvas-contents__links a {
  background-color: #990000;
  color: white;
  padding: 5px 7px;
  border-radius: 3px;
}
.cart-offcanvas .cart-block--offcanvas-contents__inner .cart--cart-offcanvas__close {
  margin-top: -4.5px;
  margin-left: 10px;
  float: right;
}

.cart--cart-offcanvas {
  padding-bottom: 45px;
}

.cart-offcanvas button:hover,
.cart-offcanvas .cart-block--offcanvas-contents__links a:hover {
  color: white;
  background-color: #ccc;
  color: #990000;
}

.cart-block--offcanvas-cart-table__image #offcanvas-imagen img {
    height: 85px;
    width: 85px;    
}


.cart-offcanvas .cart-block--offcanvas-cart-table__title{
    height: 50px;
    text-align: left;      
}


.cart-offcanvas .cart-block--offcanvas-cart-table__price {
  font-size: 18px;
  font-weight: 700;
  text-align: right;
  margin-top: 5px;
}

.cart-offcanvas .subtotal {
  margin-bottom: 10px;
}
.cart-offcanvas .subtotal-qty {
  font-size: 22px;
  font-weight: 700;
}
.cart-offcanvas table {
  margin-bottom: 0;
}

/*
 cesta 
.cart--cart-block {
  background-color: #1875b2;
  margin: 19px 0 10px;
  border-radius: 5px;
  padding: 12px;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Roboto';
  font-weight: normal;
  box-shadow: 1px 1px 5px -1px rgb(0 0 0 / 25%);
}

@media (min-width: 1600px) {
  .cart--cart-block {
    margin-right: 15%;
  }
}
.cart--cart-block a {
  color: #f9f9f9;
}*/