/*
 * TEXT SIZES
 */
.shopping_cart {
  position: relative;
  display: inline-block; }
  .shopping_cart .product-atributes li {
    color: grey; }
  .shopping_cart .cart_block {
    font-size: 11px;
    text-transform: uppercase; }
    .shopping_cart .cart_block .block_content {
      border: 1px solid #c59d53;
      background: white;
      height:100%;
      padding: 30px 20px 30px 30px; }
      .shopping_cart .cart_block .block_content:before {
        content: '';
        width: 16px;
        height: 16px;
        position: absolute;
        top: 1px;
        right: 0;
        /*background: url(../../../img/arrow-top-cart.png);*/
        background-size: cover; }
      .shopping_cart .cart_block .block_content .products {
        max-height: 350px;
        overflow-y: auto;
        padding-right: 10px; }
        .shopping_cart .cart_block .block_content .products::-webkit-scrollbar {
          width: 10px;
          background-color: #F5F5F5; }
        .shopping_cart .cart_block .block_content .products::-webkit-scrollbar-track {
          border-radius: 10px;
          background-color: #fff; }
        .shopping_cart .cart_block .block_content .products::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background-color: #dcdcdc; }
  .shopping_cart > a:first-child {
    display: inline-block; }
    .shopping_cart > a:first-child:before {
      width: 25px;
      height: 22px;
      background: url(../../../img/icon-shopping-bag@3x.png) center center no-repeat;
      background-size: contain;
      content: "";
      display: inline-block; }
      @media (max-width: 767px) {
        .shopping_cart > a:first-child:before {
          width: 26px; 
          height:26px;
          } }
  .shopping_cart > .badge {
    display: inline-block;
    background: none;
    font: 400 14px/12px Lato;
    color: black;
    padding: 0;
    margin-right: -10px;
    margin-top: -10px; }
    @media (min-width: 768px) {
      .shopping_cart > .badge {
        margin-bottom: 5px;
        margin-left: 2px; } }
    @media (max-width: 767px) {
      .shopping_cart > .badge {
        font-weight: bold; } }

.cart_block {
  /*position: absolute;*/
  position:fixed;
  /*top: 47px;*/
  top:0;
  right: 0;
  /*z-index: 100;*/
  z-index:9999;
  display: none;
  /*height: auto;*/
  height:100%;
  color: #666;
  width: 379px;
  padding-top: 0px; }
  @media (max-width: 480px) {
    .cart_block {
      width: 100%; } }
  @media (max-width: 767px) {
    .cart_block {
    display: none;
    left: 0px;
    top: 55px;
    position: fixed;
      /*display: none !important;*/ } }
  .cart_block .cart_block_list .remove_link {
    position: absolute;
    left: 0;
   
    bottom: 0; }
  .cart_block .cart_block_list .remove_link a,
  .cart_block .cart_block_list .ajax_cart_block_remove_link {
    color: #b5b5b5;
    display: block;
    width: 100%;
    height: 100%; }
    .cart_block .cart_block_list .remove_link a:before,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:before {
      display: inline-block;
      content: "";
      height: 15px;
      width: 15px;
      /*background: url(../../../img/icon-close@3x.png) 0 0 no-repeat;*/
      background-size: 100%; }
    .cart_block .cart_block_list .remove_link a:hover,
    .cart_block .cart_block_list .ajax_cart_block_remove_link:hover {
      color: #515151; }
  .cart_block .cart_block_list .cart-images {
    float: left;
    margin-right: 40px;
    width: 90px;
    height: 90px; }
    .cart_block .cart_block_list .cart-images img {
      width: 100%; }
  .cart_block .cart_block_list .cart_block_no_products {
    margin: 0;
    padding: 10px 20px; }
  .cart_block .cart_block_list dl {
    color: black; }
    .cart_block .cart_block_list dl a {
      color: black;
      font-weight: 400 !important; }
    .cart_block .cart_block_list dl dt {
      font-weight: normal;
      overflow: hidden;
      position: relative;
      text-align: left;
      margin-bottom: 20px; }
      .cart_block .cart_block_list dl dt .price {
        margin-top: 12px;
        margin-right: 15px;
        text-align: right;
         }
    .cart_block .cart_block_list dl dd {
      position: relative; }
      .cart_block .cart_block_list dl dd .cart_block_customizations {
        border-top: 1px dashed #333; }
        .cart_block .cart_block_list dl dd .cart_block_customizations li {
          padding: 10px 20px; }
          .cart_block .cart_block_list dl dd .cart_block_customizations li .deleteCustomizableProduct {
            position: absolute;
            right: 10px; }
  .cart_block .cart_block_list .cart-prices {
    margin-top: 30px; }
    .cart_block .cart_block_list .cart-prices .cart-prices-line {
      border-bottom: 0;
      margin-bottom: 8px;
      text-align: left; }
      .cart_block .cart_block_list .cart-prices .cart-prices-line.first-line {
        border-top: 2px solid #c59d53;
        padding-top: 20px; }
      .cart_block .cart_block_list .cart-prices .cart-prices-line.last-line {
        border: none;
        margin-bottom: 0;
        font: 700 13px/14px Lato;
        color: black; }
      .cart_block .cart_block_list .cart-prices .cart-prices-line .price-label {
        float: left;
        width: 130px; }
  .cart_block .cart_block_list .cart-buttons {
    background: none;
    color: black;
    margin-top: 40px; }
    .cart_block .cart_block_list .cart-buttons a.btn {
      font-weight: 400; }
  .cart_block table.vouchers {
    clear: both;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 10px; }
    .cart_block table.vouchers tr td {
      padding: 2px; }
      .cart_block table.vouchers tr td.quantity {
        margin-right: 5px;
        min-width: 18px; }
      .cart_block table.vouchers tr td.delete {
        padding-left: 0;
        padding-right: 0;
        text-align: right;
        width: 15px; }

.order-steps ol {
  margin: 50px 0;
  font-size: 0;
  position: relative;
  display: inline-block;
  white-space: nowrap; }

  @media all and (max-width: 767px){
    .order-steps ol{
      margin: 20px 0;
    }
  }
  .order-steps ol:after {
    content: '';
    height: 2px;
    background: #f9f9f9;
    width: calc(100% - 120px);
    position: absolute;
    top: 11px;
    left: 60px;
    z-index: 1; }
  .order-steps ol li {
    display: inline-block;
    width: 120px;
    text-align: center;
    position: relative;
    z-index: 2; }
    @media all and (max-width: 767px){
      .order-steps ol li{
        width:75px;
      }
    }
    .order-steps ol li a {
      display: block; }
    .order-steps ol li .text {
      display: block;
      margin-top: 8px;
      font: 700 12px/12px Lato;
      color: black;
      text-transform: uppercase;
      font-weight:normal; }
    .order-steps ol li.inactive .text {
      font: 700 10px/12px Lato;
      color: #dcdcdc; }
    .order-steps ol li .step {
      display: inline-block;
      width: 24px;
      height: 24px;
      text-align: center;
      border-radius: 50%; }
      .order-steps ol li .step.step_done {
        background: #f9f9f9;
        font: 700 10px/12px Lato;
        color: #dcdcdc;
        line-height: 24px; }
      .order-steps ol li .step.step_current {
        background: #c59d53;
        font: 700 10px/12px Lato;
        color: white;
        line-height: 24px; }
      .order-steps ol li .step .check {
        width: 10px;
        height: 7px;
        display: inline-block;
        background: url(../../../img/icon-check@3x.png) 0 0 no-repeat;
        background-size: contain; }

#carrier_area .cart_navigation {
  margin-top: 50px; }
@media all and (max-width: 767px) {
  .cart_navigation .checkout-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 2;
    box-shadow: 0 0 20px #dcdcdc;
    background: white; } }
.cart_navigation a.continue-buying {
  margin-top: 15px;
  display: inline-block;
  font: 700 12px/12px Lato;
  color: black;
  text-transform: uppercase; }
  .cart_navigation a.continue-buying .icon {
    margin-right: 20px;
    vertical-align: middle; }
    .cart_navigation a.continue-buying .icon:before {
      vertical-align: top;
      margin-top: -2px; }

#cart_summary {
  border-bottom: 1px solid #c59d53;
  margin-bottom: 15px; }
  @media all and (max-width: 767px) {
    #cart_summary {
      border-bottom-width: 1px; } }
  #cart_summary .cart_product {
    width: 150px; }
  #cart_summary .your-order {
    display: block !important;
    font: 700 11px/12px Lato;
    color: black;
    font-weight: 900; }
  #cart_summary thead {
    border-bottom: 1px solid #c59d53;
    border-top: 1px solid #c59d53; }
    @media all and (max-width: 767px) {
      #cart_summary thead {
        display: none; } }
  @media all and (max-width: 767px) {
    #cart_summary tbody tr {
      position: relative;
      display: block; }
      #cart_summary tbody tr:first-child td.cart_description {
        border-top-width: 0; }
      #cart_summary tbody tr:after {
        clear: both;
        content: " ";
        display: table; } }
  #cart_summary tbody tr td.cart_product a {
    display: block; }
    #cart_summary tbody tr td.cart_product a img {
      width: auto;
      height: 70px;
      display: block; }
      @media all and (max-width: 767px) {
        #cart_summary tbody tr td.cart_product a img {
          margin: 0 auto; } }
  #cart_summary tbody tr td.cart_delete a, #cart_summary tbody tr td.price_discount_del a {
    display: inline-block;
    margin-right: 5px; }
  #cart_summary tbody tr td .product-name.has-attributes > a {
    display: inline-block;
    margin-right: 20px; }
  @media all and (max-width: 767px) {
    #cart_summary tbody tr td {
      display: block;
      position: static;
      padding: 0 0 0 120px;
      text-align: left !important;
      border-top-width: 0; }
      #cart_summary tbody tr td.cart_description {
        border-top-width: 1px;
        padding-top: 25px; }
      #cart_summary tbody tr td.cart_total {
        position: absolute;
        bottom: 25px;
        font: 400 12px/12px Lato;
        color: black; }
      #cart_summary tbody tr td.cart_product {
        width: 105px;
        float: left;
        padding: 25px 0; }
      #cart_summary tbody tr td.cart_quantity {
        font: 400 10px/12px Lato;
        color: #9c9c9c;
        text-transform: none; }
      #cart_summary tbody tr td.cart_description .attributes {
        display: block;
        font: 400 10px/12px Lato;
        color: #9c9c9c;
        text-transform: none; }
        #cart_summary tbody tr td.cart_description .attributes a {
          font: 400 10px/12px Lato;
          color: #9c9c9c;
          text-transform: none; }
      #cart_summary tbody tr td.cart_delete, #cart_summary tbody tr td.price_discount_del {
        position: absolute;
        top: 22px;
        right: 0; }
      #cart_summary tbody tr td.cart_discount_name {
        font: 700 12px/12px Lato;
        color: black;
        padding-top: 20px;
        padding-bottom: 15px; }
      #cart_summary tbody tr td.cart_discount_price {
        padding-bottom: 20px;
        font: 400 12px/12px Lato;
        color: black; }
      #cart_summary tbody tr td .product-name > a {
        display: block;
        font: 700 12px/12px Lato;
        color: black;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 6px; } }
  @media all and (min-width: 768px) {
    #cart_summary tbody tr td {
      position: relative;
      vertical-align: middle; } }
  #cart_summary tbody tr td,
  #cart_summary tbody tr td a {
    font: 400 12px/12px Lato;
    color: black;
    text-transform: uppercase; }
  @media all and (min-width: 768px) {
    #cart_summary.compact tbody tr td {
      padding-top: 5px;
      padding-bottom: 5px; }
      #cart_summary.compact tbody tr td.cart_product a img {
        height: 45px; }
    #cart_summary.compact tbody tr.cart_discount td {
      padding-top: 15px;
      padding-bottom: 15px; } }
  #cart_summary.compact.ultracompact tbody tr td.cart_product,
  #cart_summary.compact.ultracompact tbody tr th.cart_product,
  #cart_summary.compact.ultracompact thead tr td.cart_product,
  #cart_summary.compact.ultracompact thead tr th.cart_product {
    display: block;
    width: 0;
    overflow: hidden;
    height: 0;
    position: absolute;
    border: none;
    font-size: 0;
    padding: 0; }
  #cart_summary.compact.ultracompact tbody tr th.cart_description,
  #cart_summary.compact.ultracompact thead tr th.cart_description {
    text-align: left; }
  #cart_summary.compact.ultracompact tbody tr td,
  #cart_summary.compact.ultracompact thead tr td {
    padding-top: 8px;
    padding-bottom: 8px; }
    @media all and (min-width: 768px) {
      #cart_summary.compact.ultracompact tbody tr td,
      #cart_summary.compact.ultracompact thead tr td {
        padding-top: 9px;
        padding-bottom: 9px; } }
  @media all and (max-width: 767px) {
    #cart_summary.compact tbody .cart_product {
      display: none; }
    #cart_summary.compact tbody tr td {
      padding-left: 0; }
      #cart_summary.compact tbody tr td.cart_total {
        right: 50px;
        top: 22px; }
      #cart_summary.compact tbody tr td.cart_description {
        padding-top: 22px; }
      #cart_summary.compact tbody tr td.cart_quantity {
        padding-bottom: 22px; } }
  #cart_summary tfoot {
    font: 400 11px/12px Lato;
    color: black;
    text-transform: uppercase; }
    @media all and (max-width: 767px) {
      #cart_summary tfoot tr.row-cart-summary {
        border: 1px solid #c59d53;
        border-width: 0 1px; }
        #cart_summary tfoot tr.row-cart-summary.row-summary-title {
          border-top-width: 1px; }
          #cart_summary tfoot tr.row-cart-summary.row-summary-title td {
            padding-top: 20px; }
          #cart_summary tfoot tr.row-cart-summary.row-summary-title .wrap {
            border-bottom: 1px solid #c59d53;
            padding-bottom: 5px; }
            #cart_summary tfoot tr.row-cart-summary.row-summary-title .wrap .vat-included-text {
              font: 400 10px/12px Lato;
              color: black;
              text-transform: none; }
        #cart_summary tfoot tr.row-cart-summary:last-child {
          border-bottom-width: 1px; } }
    #cart_summary tfoot tr td.col-cart-summary {
      padding: 7px 20px;
      border: none; }
      #cart_summary tfoot tr td.col-cart-summary span {
        display: inline-block;
        width: 140px; }
        @media all and (max-width: 767px) {
          #cart_summary tfoot tr td.col-cart-summary span.price {
            float: right;
            text-align: right; } }
      @media all and (max-width: 767px) {
        #cart_summary tfoot tr td.col-cart-summary.text-right {
          text-align: left !important; } }
      @media all and (min-width: 768px) {
        #cart_summary tfoot tr td.col-cart-summary {
          padding-right: 0;
          padding-top: 6px;
          padding-bottom: 6px; } }
    #cart_summary tfoot tr td.total_price_container {
      font: 700 13px/14px Lato;
      color: black;
      text-transform: uppercase;
      padding-bottom: 20px; }
    #cart_summary tfoot tr td.cart_voucher {
      padding-top: 20px;
      padding-bottom: 15px; }
      @media (max-width: 767px) {
        #cart_summary tfoot tr td.cart_voucher {
          padding: 25px 0; } }
      @media all and (min-width: 768px) {
        #cart_summary tfoot tr td.cart_voucher {
          padding-right: 0; } }
      #cart_summary tfoot tr td.cart_voucher .col-voucher {
        width: calc(100% - 48px); }
        @media all and (max-width: 767px) {
          #cart_summary tfoot tr td.cart_voucher .col-voucher {
            width: calc(100% - 53px); } }
      #cart_summary tfoot tr td.cart_voucher .col-btn {
        width: 48px; }
        @media all and (max-width: 767px) {
          #cart_summary tfoot tr td.cart_voucher .col-btn {
            width: 53px; } }
        #cart_summary tfoot tr td.cart_voucher .col-btn .btn {
          padding-left: 0;
          padding-right: 0; }
  #cart_summary #cart_summary tfoot td.price {
    text-align: right;
    font-weight: normal;
    color: #333;
    font-family: 'Lato';
    font-size: 11px; }
  #cart_summary th {
    font: 700 12px/12px Lato;
    color: black;
    text-transform: uppercase;
    /*font-weight: 900;*/ }
  #cart_summary .cart_quantity_button {
    position: relative;
    padding: 0 22px;
    display: inline-block; }
    @media all and (max-width: 767px) {
      #cart_summary .cart_quantity_button {
        padding: 0; } }
    #cart_summary .cart_quantity_button .cart_quantity_input {
      border: none;
      height: 13px;
      font: 400 12px/12px Lato;
      color: black;
      background-color: transparent;
      text-align: center;
      padding: 0; }
      @media all and (max-width: 767px) {
        #cart_summary .cart_quantity_button .cart_quantity_input {
          font: 400 10px/12px Lato;
          color: #9c9c9c;
          text-align: left; } }
    #cart_summary .cart_quantity_button a {
      padding: 0;
      border: none;
      position: absolute;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      @media all and (max-width: 767px) {
        #cart_summary .cart_quantity_button a {
          display: none; } }
      #cart_summary .cart_quantity_button a:before {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center center;
        margin-top: -3px; }
      #cart_summary .cart_quantity_button a.cart_quantity_down {
        right: 0; }
        #cart_summary .cart_quantity_button a.cart_quantity_down:before {
          margin-top: -2px;
          background-image: url(../../../img/icon-less-grey@3x.png); }
      #cart_summary .cart_quantity_button a.cart_quantity_up {
        left: 0; }
        #cart_summary .cart_quantity_button a.cart_quantity_up:before {
          background-image: url(../../../img/icon-plus-grey@3x.png); }
      #cart_summary .cart_quantity_button a span {
        display: none; }

        td.fila-remove{
          padding-top:25px;
        }

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

.badge.ajax_cart_quantity{
  cursor:initial;
}

#lateralCartBlock{
  display: none;
  z-index: 9999;
  background-color: white;
  width: 70%;
  position: fixed;
}

#button_order_cart{
  background-color:#3abf45;
  border:none;
  height: 60px;
  font-size: 18px;
  line-height: 40px;
}

@media all and (min-width: 768px) {
  #lateralCartBlock{
    width:100%;
    position:absolute;
  }

}


#cerrar-resumen{text-decoration:underline;text-transform: none;}
.cart-info{
	padding-top:20px;
	padding-bottom:30px;
}