#blockcart {
  position: relative;
  /*margin-top: 30px;*/
}

@media (max-width: 767px) {
  #blockcart {
    /*margin-top: 15px;*/
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #blockcart {
    /*margin-top: 10px;*/
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  #blockcart {
    /*margin-top: 20px;*/
  }
}

.ajax_cart_total {
  display: none !important;
}

#blockcart-header, .blockuser-header {
  height: 34px;
  padding: 0 16px;
  line-height: 34px;
  background: #e02224;
  color: #fff;
  display: block;
  overflow: hidden;
  text-align: center;
}

.blockuser-header:hover, .blockuser-header:focus {
  color: #FFF;
  text-decoration: none;
}

.blockuser-header .icon {
  font-size: 22px;
}

#blockcart-header, #blockuser-header-in, #blockuser-header, #blockuser-header-in {
  /*    &:focus {
            &:after {
                content: "\f0d8";
            }
        }*/
}

#blockcart-header:after, #blockuser-header-in:after, #blockuser-header:after, #blockuser-header-in:after {
  content: "\f0d7";
  font-family: "FontAwesome";
  float: right;
}

#blockcart-dropdown {
  position: absolute;
  right: 0px;
  z-index: 5;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  /*border-top: none;*/
  padding: 10px;
  width: 350px;
}

@media (max-width: 767px) {
  #blockcart-dropdown {
    right: auto;
    left: -47vw;
  }
}

#blockcart-dropdown dl {
  margin-bottom: 10px;
}

#blockcart-dropdown dt {
  font-weight: normal;
  margin-bottom: 10px;
  position: relative;
}

#blockcart-dropdown dt:last-of-type {
  margin-bottom: 0;
}

#blockcart-dropdown .product-attributes {
  padding-bottom: 5px;
}

#blockcart-dropdown .vouchers {
  margin: 0 0 10px;
}

#blockcart-dropdown .vouchers tr td {
  padding: 5px;
}

#blockuser-dropdown {
  position: absolute;
  right: 0px;
  z-index: 5;
  background: #fff;
  border: 1px solid #ccc;
  /*border-top: none;*/
  padding: 10px;
}

#blockuser-dropdown a {
  display: block;
  white-space: nowrap;
}

.cart_block_customizations {
  padding: 5px 0;
  margin-bottom: 10px;
  border: 1px dashed #333;
  border-left: none;
  border-right: none;
}

.cart_block_customizations > li {
  position: relative;
}

.deleteCustomizableProduct {
  float: right;
}

.cart_block_list .remove_link {
  position: absolute;
  right: 0;
  top: 0;
}

.cart-images {
  float: left;
  margin-right: 5px;
}

.cart-info {
  padding-right: 10px;
}

.cart-info .product-name {
  padding-bottom: 5px;
}

.cart-prices {
  font-weight: bold;
  margin-bottom: 10px;
}

.cart-prices-line {
  border-top: 1px solid #333;
  padding: 5px 0;
}

.cart-prices-line:last-of-type {
  padding-bottom: 0;
}

.cart_block_shipping_cost,
.cart_block_tax_cost,
.cart_block_total,
.cart_block_wrapping_cost {
  float: right;
}

.layer_cart_overlay {
  background-color: #000;
  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: #fff;
  position: absolute;
  display: none;
  z-index: 99;
  width: 84%;
  margin-right: 8%;
  margin-left: 8%;
}

@media (min-width: 767px) {
  #layer_cart {
    width: 50%;
    margin-right: 25%;
    margin-left: 25%;
  }
}

#layer_cart .cross {
  font-size: 2em;
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 2;
}

.layer_cart_product {
  overflow: hidden;
  position: static;
  padding: 10px 30px;
}

.layer_cart_product .title {
  margin-top: 0;
}

.layer_cart_cart {
  background: #fafafa;
  border-left: 1px solid #ccc;
  padding: 30px 30px 170px 30px;
  position: relative;
}

@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 #ccc;
  }
}

.layer_cart_cart .title {
  margin-top: 0;
  padding-bottom: 0.35em;
  border-bottom: 1px solid #ccc;
}

.layer_cart_cart .button-container {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 20px;
}

.layer_cart_cart .pager {
  margin: 0;
}

@media (max-width: 767px) {
  .layer_cart_cart .pager > li > a {
    float: none;
    display: block;
    margin-top: 10px;
  }
}

.crossseling-content {
  position: relative;
  padding: 10px 30px;
  border-top: 1px solid #ccc;
}

.crossseling-content h3 {
  margin: 0 0 1em;
}

#blockcart-header, .blockuser-header {
  height: 34px;
  line-height: inherit;
  color: #484848 !important;
  display: block;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  border-left: 1px solid #ffe2e4;
  justify-content: center;
  background-color: transparent;
}

#blockcart-header i, .blockuser-header i {
  margin-right: 5px;
}

#blockcart-header span, .blockuser-header span {
  text-align: left;
}

#blockcart-header span small, .blockuser-header span small {
  display: block;
  font-size: 80%;
  margin-top: -4px;
}

.blockuser-header:hover, .blockuser-header:focus {
  background-color: #f0f0f0 !important;
}
