.table.top-actions-item-cart-table {
  margin-bottom: 38px;
}
.table.top-actions-item-cart-table tr td {
  font-size: 13px;
  vertical-align: middle;
  padding: 2px 0;
  border: none;
  line-height: 150%;
}
.table.top-actions-item-cart-table tr td:nth-child(1) {
  width: 35px;
}
.table.top-actions-item-cart-table tr td:nth-child(2) {
  width: auto;
}
.table.top-actions-item-cart-table tr td:nth-child(3) {
  width: 50px;
}
.table.top-actions-item-cart-table tr td .product-attributes {
  font-size: 12px;
}
.table.top-actions-item-cart-table tr.split td {
  line-height: 100%;
}
.table.top-actions-item-cart-table tr.split td hr {
  padding: 0;
  margin: 2px 0;
}
.table.top-actions-item-cart-table tr.total td {
  font-weight: bold;
}

.layer_cart_overlay {
  background-color: #000000;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 98;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

#layer_cart {
  background-color: #FFFFFF;
  position: absolute;
  display: none;
  z-index: 99;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
}
#layer_cart .cross {
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.layer_cart_product {
  overflow: hidden;
  position: static;
  padding: 30px;
}
.layer_cart_product .title {
  margin-top: 0;
}

.cart-title {
  font-size: 16px;
  font-weight: bold;
}

.layer_cart_cart {
  background: #FAFAFA;
  border-left: 1px solid #CCCCCC;
  padding: 30px 30px 170px 30px;
  position: relative;
}
.layer_cart_cart .title {
  margin-top: 0;
  padding-bottom: 0.35em;
  font-size: 16px;
  font-weight: bold;
}
.layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
}
.layer_cart_cart .cart-title {
  font-size: 16px;
  font-weight: bold;
}
.layer_cart_cart .pager {
  margin: 0;
}
@media (max-width: 767px) {
  .layer_cart_cart .pager > li > a {
    float: none;
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  .layer_cart_cart {
    min-height: 318px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .layer_cart_cart {
    min-height: 360px;
  }
}
@media (max-width: 991px) {
  .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #CCCCCC;
  }
}

#ajaxcart-cross-selling {
  min-height: 310px;
}
#ajaxcart-cross-selling h3 {
  font-size: 1.5rem;
  text-align: center;
}
#ajaxcart-cross-selling .ajax_block_product .product-container .product-content a.name {
  margin: 6px 0 0 0;
  display: inline-block;
}
#ajaxcart-cross-selling .ajax_block_product .product-container .product-content a.name h2 {
  font-size: 1rem;
}
#ajaxcart-cross-selling .ajax_block_product .product-container .product-content .availability {
  display: none;
}

#shopping-cart-dropdown {
  min-width: 260px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 15px; /* The gap will be decreased if the cart contains a lot of different products. See themes/ff2020/modules/blockcart/dropdown.tpl */
  padding-top: 8px;
}
#shopping-cart-dropdown .separator {
  width: 100%;
  height: 1px;
  background: #DBDBDB;
}
#shopping-cart-dropdown .product,
#shopping-cart-dropdown .discount,
#shopping-cart-dropdown .cart-prices-line,
#shopping-cart-dropdown .taxes,
#shopping-cart-dropdown .total {
  display: flex;
  flex-grow: 1;
  gap: 6px;
}
#shopping-cart-dropdown .product .quantity,
#shopping-cart-dropdown .discount .quantity,
#shopping-cart-dropdown .cart-prices-line .quantity,
#shopping-cart-dropdown .taxes .quantity,
#shopping-cart-dropdown .total .quantity {
  display: flex;
  flex-shrink: 0;
}
#shopping-cart-dropdown .product .name,
#shopping-cart-dropdown .discount .name,
#shopping-cart-dropdown .cart-prices-line .name,
#shopping-cart-dropdown .taxes .name,
#shopping-cart-dropdown .total .name {
  flex-grow: 1;
  padding: 0;
  margin: 0;
}
#shopping-cart-dropdown .product .price,
#shopping-cart-dropdown .discount .price,
#shopping-cart-dropdown .cart-prices-line .price,
#shopping-cart-dropdown .taxes .price,
#shopping-cart-dropdown .total .price {
  display: flex;
  flex-shrink: 0;
}
#shopping-cart-dropdown .total {
  font-weight: bold;
  padding-bottom: 44px;
}
#shopping-cart-dropdown #blockcart-cta {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 44px;
  background: #3DBDA0;
  line-height: 44px;
  font-size: 1em;
  text-align: center;
  color: #FFFFFF;
  border-radius: 0 0 3px 3px;
}
#shopping-cart-dropdown #blockcart-cta:hover {
  background: #39B095;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

/*# sourceMappingURL=blockcart.css.map */
