#blockcart {
  position: relative;
  display: inline-block;
}

.ajax_cart_total {
  display: none !important;
}

#blockcart-header {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
}

#blockcart-header b {
  font-weight: normal;
}

#blockcart-header .ajax_cart_product_txt,
#blockcart-header .ajax_cart_product_txt_s,
#blockcart-header .ajax_cart_no_product {
  display: none !important;
}

#blockcart-header .ajax_cart_quantity,
#blockcart-header .ajax_cart_no_product {
  position: absolute;
  padding-left: 1px;
  right: 0;
  top: 0;
  z-index: 99;
  color: #FFF;
  background: #fa4c06;
  width: 14px;
  height: 14px;
  line-height: 14px;
  border-radius: 6px;
  font-size: 10px;
  text-align: center;
  display: inline-block;
}

#blockcart-dropdown {
  display: none !important;
  position: absolute;
  z-index: 4;
  background: #fff;
  width: 100%;
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px;
}

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

.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%;
}

#layer_cart .cross {
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 2;
  font-weight: normal;
  color: #555;
  opacity: 1;
}

@media (max-width: 767px) {
  #layer_cart .cross {
    right: 0;
    top: 0;
  }
}

#layer_cart .cross svg {
  width: 40px;
  height: 40px;
}

#layer_cart .title.text-success {
  margin-top: 0;
  font-size: 36px;
  font-family: "Open Sans", sans-serif;
  color: #555;
  font-weight: 300;
  line-height: 1;
  padding: 18px 25px 28px;
}

@media (max-width: 991px) {
  #layer_cart .title.text-success {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #layer_cart .title.text-success {
    display: none;
  }
}

#layer_cart .title.text-success i {
  display: none;
}

#layer_cart .button-container {
  display: inline-block;
  width: 100%;
  padding: 0 25px 15px;
}

@media (max-width: 767px) {
  #layer_cart .button-container {
    padding: 0 5px 0;
  }
  #layer_cart .button-container li {
    text-align: center;
  }
  #layer_cart .button-container li a {
    width: 100%;
  }
}

#layer_cart .pager {
  margin: 0;
}

#layer_cart .pager li {
  text-transform: uppercase;
}

#layer_cart .pager li.previous a {
  background: none;
  border: none;
  color: #555;
  font-size: 12px;
  margin-top: 6px;
}

#layer_cart .pager li.previous a:hover {
  color: #333;
}

#layer_cart .pager li.next a {
  background: #fa4c06;
  color: #FFF;
  border: none;
  font-size: 16px;
  padding: 8px 35px 7px;
}

#layer_cart .pager li.next a:hover {
  background: #c93d04;
}

.layer_cart_product {
  overflow: hidden;
  position: static;
  padding: 18px 25px 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .layer_cart_product {
    padding: 10px 25px 0;
  }
}

@media (max-width: 767px) {
  .layer_cart_product {
    padding: 10px 50px 10px 5px;
  }
}

.layer_cart_product .layer_cart_product_info p {
  display: none;
}

.layer_cart_product .thumbnail {
  padding: 0;
  border: none;
}

.layer_cart_product .layer_cart_product_info .product-name {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
}

.layer_cart_cart {
  padding: 20px 25px 15px;
  position: relative;
  /*@media (min-width: $screen-lg) { // min 1200px
    min-height: 318px;
  }

  @media (min-width: $screen-md) and (max-width: $screen-md-max) { // min 992px max 1199px
    min-height: 360px;
  }*/
}

@media (max-width: 767px) {
  .layer_cart_cart {
    padding: 10px;
  }
}

@media (max-width: 991px) {
  .layer_cart_cart {
    border-left: none;
    border-top: 1px solid #e5e5e5;
  }
}

.layer_cart_cart .layer_cart_row {
  margin-bottom: 7px;
}

.layer_cart_cart .layer_cart_row strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #555;
}

.layer_cart_cart .layer_cart_row span {
  float: right;
  color: #fa4c06;
  font-size: 16px;
  font-weight: 300;
}

.layer_cart_cart .layer_cart_row:last-of-type {
  line-height: 1.2;
  border-bottom: 1px solid #e5e5e5;
  padding: 3px 0px 17px;
}

.layer_cart_cart .layer_cart_row:last-of-type strong {
  font-size: 18px;
  display: inline-block;
  padding-top: 2px;
}

.layer_cart_cart .layer_cart_row:last-of-type span {
  font-size: 24px;
  font-weight: 400;
}

.layer_cart_cart .title {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  border-bottom: 1px solid #ccc;
  padding-bottom: 16px;
  margin-bottom: 17px;
}

@media (max-width: 991px) {
  .layer_cart_cart .title {
    display: none;
  }
}

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

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