#blockcart {
  position: relative;
  text-align: right;
}

@media (max-width: 767px) {
  #blockcart {}
}

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

.top_cart {
  display: inline-block;
}

#blockcart-header {
  height: 46px;
  background: transparent;
  color: #121212;
  overflow: hidden;
  font-weight: 300;
}

#blockcart-header i {
  font-size: 16px;
}

#blockcart-header:hover i {
  color: var(--primary-link-color-hover);
}

#blockcart-header:hover:before {
  color: #121212;
}

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

#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 {
  padding: 2px;
  position: absolute;
  top: 5px;
  right: -10px;
  display: block !important;
  min-width: 19px;
  min-height: 19px;
  line-height: 14px;
  background: #eb0c0c;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 14px;
}

#blockcart-dropdown {
  right: 0;
  position: absolute;
  z-index: 1000;
  background: #fff;
  width: 280px;
  border-top: none;
  padding: 10px;
  text-align: left;
  font-size: 13px;
  box-shadow: 0 0 18px 0 rgba(41, 44, 58, 0.15);
}

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

#blockcart-dropdown dt {
  font-weight: 300;
  margin-bottom: 5px;
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

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

#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 #ddd;
  border-left: none;
  border-right: none;
}

.cart_block_customizations > li {
  position: relative;
}

.deleteCustomizableProduct {
  float: right;
}

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

.cart-info {
  position: relative;
}

.cart-info .price {
  position: absolute;
  bottom: 0;
  left: auto;
  right: 0;
}

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

.cart-prices-line {
  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%;
}

#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 #ccc;
  padding: 30px 30px 170px 30px;
  position: relative;
}

.layer_cart_cart nav {
  width: 100%;
}

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

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

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

/* modern */
.cart_quantity_button {
  padding: 5px;
}

.cart_product_list, .cart_product_total {
  border: 1px solid #efefef;
  padding: 10px;
  border-radius: var(--border-radius);
  margin: 10px 0 40px 0;
}

@media (max-width: 600px) {
  .cart_product_list .lrow .cart_delete {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .cart_product_list .lrow .cart_delete i:before {
    font-size: 22px;
  }

  .cart_product_list .lrow .cart_description {
   
  }

  .cart_product_list .lrow .cart_avail, .cart_product_list div.thead {
    display: none;
  }

  .cart_product_list div.cart_item {
    border-top: none;
  }

  .cart_product,
  .cart_description,
  .cart_avail,
  .cart_unit,
  .cart_quantity,
  .cart_delete,
  .cart_total {
    min-width: auto !important;
    width: auto !important;
    margin-bottom: 5px;
  }

  .cart_product_list .lrow {
    flex-direction: column !important;
    align-content: flex-start !important;
    align-items: flex-start !important;
  }

  .cart_product_list .cart_quantity {
    justify-content: flex-start;
  }
}

.cart_product {
  padding: 5px;
}

.cart_product_list .cart_item {
  display: flex;
}

.cart_product_list .lrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-around;
  align-items: center;
  padding: 5px;
  position: relative;
  width: 100%;
}

.cart_product_total .lrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
}
.cart_product,
.cart_description,
.cart_avail,
.cart_unit,
.cart_quantity,
.cart_delete,
.cart_total {
  min-width: 115px;
  width: 11%;
}

.cart_description {
  min-width: 230px ;
  width: 30%;
}

.cart_delete i:before {
  /* font-size: 15px; */
  color: #ccc;
}

  .cart_product_list .thead {
    font-weight: 600;
  }

  .cart_product_list .cart_item {
    border-top: 1px solid #efefef;
  }

  .cart_product_list .cart_quantity {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .cart_voucher input {
    border-radius: var(--border-radius);
  }

  .cart_voucher button {
    border-radius: var(--border-radius);
  }

/* modern */
