	
/*******************************************************************
					Cart Block Styles
********************************************************************/
#header .ips_rent_cart {
  position: relative;
  float: right;
  padding-top: 50px; }
  #header .ips_rent_cart > a:first-child:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0; }
  #header .ips_rent_cart > a:first-child:hover:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.ips_rent_cart {
  width: 270px; }
  @media (max-width: 480px) {
    .ips_rent_cart {
      padding-top: 20px; } }
  @media (max-width: 1200px) {
    .ips_rent_cart {
      margin: 0 auto;
      float: none;
      width: 100%; } }
  .ips_rent_cart > a:first-child {
    padding: 7px 10px 14px 16px;
    background: #333;
    display: block;
    font-weight: bold;
    color: #777777;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    overflow: hidden; }
    @media (min-width: 768px) and (max-width: 991px) {
      .ips_rent_cart > a:first-child span.ajax_cart_product_txt, .ips_rent_cart > a:first-child span.ajax_cart_product_txt_s {
        display: none !important; } }
    .ips_rent_cart > a:first-child b {
      color: #fff;
      font: 600 18px/22px "Open Sans", sans-serif;
      padding-right: 5px; }
    .ips_rent_cart > a:first-child:before {
      content: "\f133";
      font-family: "FontAwesome";
      display: inline-block;
      font-size: 23px;
      line-height: 23px;
      color: #fff;
      padding-right: 15px; }
  .ips_rent_cart .ajax_cart_total {
    display: none !important; }
  .ips_rent_cart .block_cart_expand:after, .ips_rent_cart .block_cart_collapse:after {
    content: "\f0d7";
    font-family: "FontAwesome";
    display: inline-block;
    float: right;
    font-size: 18px;
    color: #686666;
    padding: 6px 0 0 0; }
  .ips_rent_cart .block_cart_collapse:after {
    content: "\f0d8";
    padding: 4px 0px 2px 0px; }

.ips_cart_block .ips_cart_block_list .remove_link {
  position: absolute;
  right: 10px;
  top: 19px; }
.ips_cart_block .ips_cart_block_list .remove_link a,
.ips_cart_block .ips_cart_block_list .ajax_cart_block_remove_link {
  color: #777;
  display: block;
  width: 100%;
  height: 100%; }
  .ips_cart_block .ips_cart_block_list .remove_link a:before,
  .ips_cart_block .ips_cart_block_list .ajax_cart_block_remove_link:before {
    display: inline-block;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 18px; }
  .ips_cart_block .ips_cart_block_list .remove_link a:hover,
  .ips_cart_block .ips_cart_block_list .ajax_cart_block_remove_link:hover {
    color: #515151; }
.ips_cart_block .cart-images {
  float: left;
  margin-right: 20px; }
body.location p#quantity_wanted_p {
  display:none !important;
}
.ips_cart_block .cart-info {
  overflow: hidden;
  position: relative;
  padding-right: 20px; }
  .ips_cart_block .cart-info .product-name {
    padding-bottom: 5px;
    margin-top: -4px; }
    .ips_cart_block .cart-info .product-name a {
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
  .ips_cart_block .cart-info .quantity-formated {
    display: inline-block;
    color: #9c9b9b;
    text-transform: uppercase;
    font-size: 10px;
    padding-right: 5px; }
    .ips_cart_block .cart-info .quantity-formated .quantity {
      font-size: 15px; }
.ips_cart_block dt {
  font-weight: normal;
  overflow: hidden;
  padding: 20px 10px 16px 20px;
  position: relative; }
.ips_cart_block dd {
  position: relative; }
  .ips_cart_block dd .cart_block_customizations {
    border-top: 1px dashed #333; }
    .ips_cart_block dd .cart_block_customizations li {
      padding: 10px 20px; }
      .ips_cart_block dd .cart_block_customizations li .deleteCustomizableProduct {
        position: absolute;
        right: 10px; }
.ips_cart_block .cart_block_no_products {
  margin: 0;
  padding: 10px 20px; }
.ips_cart_block .cart-prices {
  border-top: 1px solid #d6d4d4;
  font-weight: bold;
  padding: 10px 20px 22px 20px; }
  .ips_cart_block .cart-prices .cart-prices-line {
    overflow: hidden;
    border-bottom: 1px solid #515151;
    padding: 7px 0; }
    .ips_cart_block .cart-prices .cart-prices-line.last-line {
      border: none; }
.ips_cart_block .cart-buttons {
  overflow: hidden;
  padding: 20px 20px 10px 20px;
  margin: 0;
  background: #f6f6f6; }
  .ips_cart_block .cart-buttons a {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
    margin-right: 10px; }
    .ips_cart_block .cart-buttons a#button_order_cart {
      margin-right: 0;
      border: none; }
      .ips_cart_block .cart-buttons a#button_order_cart span {
        padding: 7px 0;
        font-size: 1.1em;
        border: solid 1px #63c473;
        background: #43b155; }
      .ips_cart_block .cart-buttons a#button_order_cart:hover span {
        border: solid 1px #358c43;
        background: #2e7a3a;
        color: #fff; }

/*******************************************************************
					Cart Block(Header) Styles
********************************************************************/
#header .ips_cart_block {
  position: absolute;
  top: 95px;
  right: 0;
  z-index: 100;
  display: none;
  height: auto;
  background: #484848;
  color: #fff;
  width: 270px; }
  @media (max-width: 480px) {
    #header .ips_cart_block {
      width: 100%; } }
  @media (max-width: 1200px) {
    #header .ips_cart_block {
      width: 100%; } }
  #header .ips_cart_block a {
    color: #fff; }
    #header .ips_cart_block a:hover {
      color: #9c9b9b; }
  #header .ips_cart_block .ips_cart_block_list .remove_link a,
  #header .ips_cart_block .ips_cart_block_list .ajax_cart_block_remove_link {
    color: #fff;
    outline: none;
    text-decoration: none; }
    #header .ips_cart_block .ips_cart_block_list .remove_link a:hover,
    #header .ips_cart_block .ips_cart_block_list .ajax_cart_block_remove_link:hover {
      color: #9c9b9b; }
  #header .ips_cart_block .price {
    color: #fff; }
  #header .ips_cart_block dt {
    background: url(/themes/default-bootstrap/img/cart-shadow.png) repeat-x; }
    #header .ips_cart_block dt.first_item {
      background: none; }
  #header .ips_cart_block .product-atributes {
    padding-bottom: 10px;
    font-size: 11px; }
    #header .ips_cart_block .product-atributes a {
      color: #9c9b9b; }
      #header .ips_cart_block .product-atributes a:hover {
        color: #fff; }
  #header .ips_cart_block .cart-prices {
    border: none;
    background: url(/themes/default-bootstrap/img/cart-shadow.png) repeat-x #3d3d3d; }
  #header .ips_cart_block .cart-buttons {
    background: url(/themes/default-bootstrap/img/cart-shadow.png) repeat-x #333; }
#header .block_content {
  margin-bottom: 0; }

.ips_cart_block #cart_block_summary,
.ips_cart_block .title_block span,
#header .ips_cart_block h4,
#header .ips_cart_block .title_block,
#header .ips_cart_block h4 {
  display: none; }

.ips_cart_block .cart_block_shipping_cost,
.ips_cart_block .cart_block_tax_cost,
.ips_cart_block .cart_block_total,
.ips_cart_block .cart_block_wrapping_cost {
  float: right; }

.ips_cart_block table.vouchers {
  clear: both;
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px; }
  .ips_cart_block table.vouchers tr td {
    padding: 2px; }
    .ips_cart_block table.vouchers tr td.quantity {
      margin-right: 5px;
      min-width: 18px; }
    .ips_cart_block table.vouchers tr td.delete {
      padding-left: 0;
      padding-right: 0;
      text-align: right;
      width: 15px; }
