.cart-page {
  margin: 40px auto;
  max-width: 100%;
  position: relative; }
  .cart-page .cart-page-title {
    font-size: 22px;
    color: #d81e05;
    letter-spacing: 0.5;
    text-align: center;
    margin: 20px;
    font-family: "mukta-bold", sans-serif; }
    .cart-page .cart-page-title.review-summary {
      display: none; }
  .cart-page .card {
    border: 0;
    border-radius: 0;
    padding: 15px 0 25px;
    margin: 0; }
    .cart-page .card.product-info .product-attributes {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .cart-page .card.product-info .product-attributes .item-image {
        width: 30%;
        height: auto; }
        .cart-page .card.product-info .product-attributes .item-image .product-image {
          max-height: 100px; }
    .cart-page .card .line-item-price-info,
    .cart-page .card .unit-price,
    .cart-page .card .remove-line-item-lg {
      display: none; }
    .cart-page .card .line-item-header .title {
      font-size: 14px;
      margin: 0;
      font-family: "mukta-bold", sans-serif; }
      @media (max-width: 768.98px) {
        .cart-page .card .line-item-header .title {
          max-width: 300px;
          text-overflow: ellipsis;
          overflow: hidden; } }
    .cart-page .card .remove-product {
      width: 25px;
      height: 25px;
      background-position: -50px -72px;
      background-color: transparent;
      position: absolute;
      bottom: 77%;
      right: 1%;
      border: 0;
      text-indent: 9999px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
      .cart-page .card .remove-product:hover, .cart-page .card .remove-product:focus {
        outline: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        border: 0; }
    .cart-page .card .item-attributes p {
      font-size: 12px; }
    .cart-page .card .item-attributes .resume-line {
      margin-top: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .cart-page .card .item-attributes .resume-line .total-resume {
        position: absolute;
        right: 2%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline; }
        .cart-page .card .item-attributes .resume-line .total-resume .total-line-price {
          margin: 0 5px; }
    .cart-page .card .line-item-total-price-amount {
      text-align: right;
      font-size: 17px;
      padding: 0 3px;
      font-family: "mukta-bold", sans-serif; }
    .cart-page .card .line-item-total-price .price .strike-through:not(.non-adjusted-price) {
      display: inline-block;
      vertical-align: middle;
      text-decoration: line-through;
      color: #848281;
      margin-right: 5px;
      padding-top: 2px; }
    .cart-page .card .line-item-total-price .price .pricing {
      display: inline-block;
      vertical-align: middle; }
      .cart-page .card .line-item-total-price .price .pricing.sales-price {
        color: #d81e05; }
    .cart-page .card .product-card-footer .row {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
    .cart-page .card .product-card-footer .row {
      margin: 0; }
      .cart-page .card .product-card-footer .row .col {
        padding: 0; }
  .cart-page .products-block .separator-item {
    width: 90%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-bottom: 1px solid #363332; }
    .cart-page .products-block .separator-item:last-of-type {
      display: none; }
  .cart-page .separator-block {
    width: 100%;
    border-bottom: 1px solid #363332; }
  .cart-page .duplicate-model {
    font-size: 15px;
    font-family: "mukta-regular", sans-serif;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #e20026;
    text-align: left;
    padding-top: 15px; }
  .cart-page .cart-block {
    border-bottom: 1px solid #363332;
    padding: 25px 0; }
    @media (max-width: 768.98px) {
      .cart-page .cart-block {
        padding: 10px 0; } }
  .cart-page .gift-message-block .custom-checkbox-checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-left: 0; }
    .cart-page .gift-message-block .custom-checkbox-checkout::before {
      content: "";
      width: 30px;
      height: 30px;
      background-position: -90px -90px;
      margin-right: 5px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
    .cart-page .gift-message-block .custom-checkbox-checkout .custom-control {
      margin: 0; }
    .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-input {
      right: 0; }
      .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-input:checked ~ .custom-control-label::after {
        position: absolute;
        width: 12px;
        height: 7px;
        background: transparent;
        top: 5px;
        left: auto;
        right: 4px;
        border: 2px solid #fff;
        border-top: none;
        border-right: none;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg); }
      .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-input:checked ~ .custom-control-label::before {
        background: #d81e05;
        border-color: #d81e05; }
    .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-label {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      font-size: 15px;
      color: #353332;
      cursor: pointer;
      font-weight: bold; }
      .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-label::before {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #000;
        height: 20px;
        width: 20px; }
      .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-label::after, .cart-page .gift-message-block .custom-checkbox-checkout .custom-control-label::before {
        left: auto;
        right: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
  .cart-page .gift-message-block .gift-message label {
    font-size: 16px;
    color: #353332; }
  .cart-page .cart-products-set .complementary-product-block {
    border-bottom: 1px solid #363332; }
    .cart-page .cart-products-set .complementary-product-block .product-container {
      padding: 10px;
      margin: 0; }
      .cart-page .cart-products-set .complementary-product-block .product-container .custom-control {
        margin: 0; }
        .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding-left: 0; }
          .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-image-product .product-image {
            max-height: 50px; }
          .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product {
            width: 100%;
            padding-left: 10px; }
            .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-input:checked ~ .custom-control-label::after {
              position: absolute;
              width: 12px;
              height: 7px;
              background: transparent;
              top: 5px;
              left: auto;
              right: 4px;
              border: 2px solid #fff;
              border-top: none;
              border-right: none;
              -webkit-transform: rotate(-45deg);
                      transform: rotate(-45deg); }
            .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-input:checked ~ .custom-control-label::before {
              background: #d81e05;
              border-color: #d81e05; }
            .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-label {
              -webkit-box-flex: 1;
                  -ms-flex: 1;
                      flex: 1;
              font-size: 15px;
              font-weight: bold;
              color: #353332;
              cursor: pointer;
              width: 100%;
              padding-right: 10px;
              max-width: 320px; }
              .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-label::before {
                background: #fff;
                border-radius: 5px;
                border: 1px solid #000;
                height: 20px;
                width: 20px; }
              .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-label::after, .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-label::before {
                left: auto;
                right: 0;
                -webkit-box-shadow: none;
                        box-shadow: none; }
  .cart-page .cart-promo-code .summary-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    position: relative;
    padding: 5px 10px 10px;
    font-size: 15px; }
    .cart-page .cart-promo-code .summary-title::before {
      content: '';
      width: 30px;
      height: 25px;
      background-position: -210px -390px;
      margin-right: 5px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
    .cart-page .cart-promo-code .summary-title .add-promo-code {
      -webkit-box-flex: 0.9;
          -ms-flex: 0.9;
              flex: 0.9;
      text-align: left;
      font-size: 15px;
      line-height: normal;
      margin-bottom: 0;
      font-family: "mukta-bold", sans-serif; }
    .cart-page .cart-promo-code .summary-title .remove-promo-code {
      -webkit-box-flex: 0.1;
          -ms-flex: 0.1;
              flex: 0.1;
      text-align: right;
      cursor: pointer; }
      .cart-page .cart-promo-code .summary-title .remove-promo-code span {
        font-size: 14px;
        color: #8e8e8e;
        text-align: right;
        letter-spacing: 0.5px;
        text-decoration: underline;
        line-height: normal; }
  .cart-page .cart-promo-code .form-control {
    font-weight: bold; }
  .cart-page .cart-promo-code .coupon-error .coupon-error-message,
  .cart-page .cart-promo-code .coupon-error .coupon-missing-error {
    color: #d81e05; }
  .cart-page .cart-promo-code .coupon-valid .coupon-valid-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #d81e05;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0.5px;
    padding-top: 10px;
    text-transform: uppercase; }
  .cart-page .cart-promo-code .btn {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    height: 30px;
    background-color: #363332;
    line-height: 15px;
    text-transform: uppercase;
    font-size: 14px;
    font-family: "mukta-regular", sans-serif; }
    @media (min-width: 544px) {
      .cart-page .cart-promo-code .btn {
        max-width: 225px; } }
  .cart-page .cart-promo-code .coupon-code {
    margin-top: 10px;
    color: #d81e05;
    text-align: center;
    font-family: "mukta-bold", sans-serif; }
  .cart-page .custom-control {
    margin-top: 0;
    margin-bottom: 0; }
    .cart-page .custom-control .custom-control-label::before {
      color: #706765;
      background: white;
      border: 1px solid #bfbfbf;
      border-radius: 0;
      top: 0;
      -webkit-box-shadow: none;
              box-shadow: none; }
    .cart-page .custom-control .custom-control-label:hover {
      cursor: pointer; }
    .cart-page .custom-control .custom-control-input:checked ~ .custom-control-label::after {
      content: "";
      position: absolute;
      width: 2.2ex;
      height: 1.5ex;
      background: transparent;
      top: 0.3ex;
      left: -3.7ex;
      border: 3px solid #d81e05;
      border-top: none;
      border-right: none;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .cart-page .custom-control .custom-control-input:hover {
      cursor: pointer; }
  .cart-page .custom-label {
    font-size: 14px;
    width: 100%;
    margin: 0 30px;
    cursor: pointer;
    font-family: "mukta-bold", sans-serif; }
  .cart-page .gift-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px; }
    .cart-page .gift-title .gift-icon {
      position: absolute;
      width: 25px;
      height: 25px;
      background-position: -75px -75px;
      margin-left: 5px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
  .cart-page .form-group {
    margin-bottom: 5px; }
    .cart-page .form-group .form-control {
      font-size: 13px;
      border: 1px solid #e2e2e2;
      border-radius: 2px;
      padding: 17px 15px;
      font-family: "mukta-regular", sans-serif; }
      .cart-page .form-group .form-control:focus {
        border-color: #525252;
        outline: 0;
        -webkit-box-shadow: none;
                box-shadow: none; }
      .cart-page .form-group .form-control.coupon-code-field {
        height: 36px;
        padding: 0 15px;
        font-size: 14px; }
        @media (max-width: 768.98px) {
          .cart-page .form-group .form-control.coupon-code-field {
            margin-bottom: 10px; } }
    .cart-page .form-group .gift-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 0 5px; }
      .cart-page .form-group .gift-info .gift-price {
        color: #212529;
        font-weight: 600;
        line-height: 21px;
        font-family: "mukta-regular", sans-serif;
        font-size: 14px;
        margin: 5px 0; }
      .cart-page .form-group .gift-info .more-info-link {
        color: #d81e05;
        font-size: 16px;
        font-weight: 600;
        cursor: pointer;
        margin: 0;
        padding: 0; }
    .cart-page .form-group .coupon-valid-icon {
      width: 25px;
      height: 25px;
      background-position: 0 -75px;
      top: 5%;
      right: 5%;
      background-color: transparent;
      position: absolute;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
    .cart-page .form-group .form-control::-webkit-input-placeholder {
      font-weight: normal; }
    .cart-page .form-group .form-control::-moz-placeholder {
      font-weight: normal; }
    .cart-page .form-group .form-control:-ms-input-placeholder {
      font-weight: normal; }
    .cart-page .form-group .form-control::-ms-input-placeholder {
      font-weight: normal; }
    .cart-page .form-group .form-control::placeholder {
      font-weight: normal; }
    .cart-page .form-group.promo-inputs .col-12 {
      padding: 0; }
  .cart-page .cart-totals {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%; }
    @media (min-width: 769px) {
      .cart-page .cart-totals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    .cart-page .cart-totals .image-container {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      text-align: center;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (min-width: 769px) {
        .cart-page .cart-totals .image-container {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0; } }
    .cart-page .cart-totals .totals {
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 1000;
      padding: 10px 0;
      text-align: right;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      background-color: white; }
      @media (max-width: 768.98px) {
        .cart-page .cart-totals .totals {
          -ms-flex-item-align: end;
              align-self: flex-end;
          width: 100%; } }
      .cart-page .cart-totals .totals p {
        margin: 0; }
      .cart-page .cart-totals .totals p,
      .cart-page .cart-totals .totals span {
        font-size: 14px;
        font-family: "mukta-regular", sans-serif; }
        .cart-page .cart-totals .totals p.grand-total,
        .cart-page .cart-totals .totals span.grand-total {
          font-family: "mukta-bold", sans-serif; }
      .cart-page .cart-totals .totals .checkout-continue {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 100%;
        padding: 0 15px; }
        .cart-page .cart-totals .totals .checkout-continue .col-12 {
          padding: 0; }
        .cart-page .cart-totals .totals .checkout-continue .checkout-btn {
          margin-top: 10px;
          border-radius: 0;
          font-size: 14px;
          font-family: "mukta-bold", sans-serif; }
          @media (max-width: 768.98px) {
            .cart-page .cart-totals .totals .checkout-continue .checkout-btn {
              width: 100%; } }

#maincontent .cart-empty {
  position: relative;
  text-align: center;
  background: url("../images/cart/imagen_carritovacio_movil.jpg") no-repeat center center;
  background-size: cover;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }
  @media (min-width: 769px) {
    #maincontent .cart-empty {
      background: url("../images/cart/imagen_carritovacio_desktop.jpg") no-repeat center center; } }
  #maincontent .cart-empty .title,
  #maincontent .cart-empty .subtitle {
    color: #fff;
    font-family: "mukta-bold", sans-serif; }
  #maincontent .cart-empty .title {
    font-size: 22px; }
    @media (min-width: 544px) {
      #maincontent .cart-empty .title {
        font-size: 30px; } }
    @media (min-width: 769px) {
      #maincontent .cart-empty .title {
        font-size: 40px; } }
  #maincontent .cart-empty .subtitle {
    margin-bottom: 20px;
    font-size: 15px; }
    @media (min-width: 544px) {
      #maincontent .cart-empty .subtitle {
        font-size: 25px; } }
    @media (min-width: 769px) {
      #maincontent .cart-empty .subtitle {
        font-size: 30px; } }
  #maincontent .cart-empty .btn_primary {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    letter-spacing: 1px;
    outline: none;
    text-transform: uppercase;
    padding: 8px 20px;
    font-size: 12px;
    border-radius: 0;
    text-align: center;
    background-color: #d81e05;
    color: white;
    border: none;
    font-family: "mukta-regular", sans-serif; }
    #maincontent .cart-empty .btn_primary:hover {
      background-color: #363332;
      color: white;
      text-decoration: none; }
    #maincontent .cart-empty .btn_primary:disabled {
      background-color: #848281;
      border-color: #848281;
      color: #e5e5e5;
      opacity: 0.5; }

#maincontent .cart-info {
  margin: 40px auto;
  padding: 30px 0;
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #363332;
  border-bottom: 1px solid #363332; }
  @media (max-width: 1199.98px) {
    #maincontent .cart-info {
      margin: 30px 20px; } }
  @media (max-width: 991.98px) {
    #maincontent .cart-info {
      padding: 10px 0; } }
  #maincontent .cart-info .cart-info-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    margin: 10px 0; }
    @media (min-width: 769px) {
      #maincontent .cart-info .cart-info-item {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%;
        margin: 30px 0; } }
    @media (min-width: 992px) {
      #maincontent .cart-info .cart-info-item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; } }
    #maincontent .cart-info .cart-info-item::before {
      content: '';
      width: 24px;
      height: 24px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
    #maincontent .cart-info .cart-info-item .cart-info-content {
      margin-left: 10px;
      position: relative;
      padding-bottom: 40px;
      height: 100%; }
    #maincontent .cart-info .cart-info-item .title {
      font-size: 16px;
      color: #363332;
      font-family: "mukta-bold", sans-serif; }
      @media (max-width: 991.98px) {
        #maincontent .cart-info .cart-info-item .title {
          font-size: 12px; } }
      @media (max-width: 768.98px) {
        #maincontent .cart-info .cart-info-item .title {
          font-size: 11px; } }
    #maincontent .cart-info .cart-info-item .text,
    #maincontent .cart-info .cart-info-item .help-phone-number {
      font-size: 14px;
      margin: 0;
      color: #363332;
      width: 80%; }
      @media (max-width: 991.98px) {
        #maincontent .cart-info .cart-info-item .text,
        #maincontent .cart-info .cart-info-item .help-phone-number {
          font-size: 12px; } }
      @media (max-width: 768.98px) {
        #maincontent .cart-info .cart-info-item .text,
        #maincontent .cart-info .cart-info-item .help-phone-number {
          font-size: 10px;
          width: 100%; } }
    #maincontent .cart-info .cart-info-item .more-info-link {
      font-size: 11px;
      color: #d81e05;
      text-transform: uppercase;
      display: block;
      margin-top: 15px;
      position: absolute;
      bottom: 0; }
      @media (min-width: 544px) {
        #maincontent .cart-info .cart-info-item .more-info-link {
          font-size: 12px; } }
      #maincontent .cart-info .cart-info-item .more-info-link::before {
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        border-top: 1px solid #d81e05;
        border-right: 1px solid #d81e05;
        margin-right: 10px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg); }
    #maincontent .cart-info .cart-info-item.help-item::before {
      background-position: -144px -96px; }
    #maincontent .cart-info .cart-info-item.shipping-item::before {
      background-position: -216px -96px; }
    #maincontent .cart-info .cart-info-item.returns-item::before {
      background-position: -192px -96px; }
    #maincontent .cart-info .cart-info-item.guarantee-item::before {
      background-position: -168px -96px; }

.quantity-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3px; }
  .quantity-form .form-control {
    width: 20px;
    height: 18px;
    border: 1px solid #212529;
    border-radius: 5px;
    background: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    text-align: center; }
    .quantity-form .form-control::-webkit-outer-spin-button, .quantity-form .form-control::-webkit-inner-spin-button {
      -webkit-appearance: none;
      margin: 0; }
    .quantity-form .form-control[type=number] {
      -moz-appearance: textfield; }
  .quantity-form .button {
    background-color: transparent;
    border: 0; }
    .quantity-form .button::before {
      content: '';
      width: 14px;
      height: 14px;
      background-image: url("../../images/common/iconos.svg");
      background-size: calc(100 * 10%);
      background-repeat: no-repeat;
      display: block; }
    .quantity-form .button.cart_minus::before {
      background-position: -112px -70px; }
    .quantity-form .button.cart_minus:disabled::before {
      background-position: -98px -98px; }
    .quantity-form .button.cart_plus::before {
      background-position: -98px -70px; }
    .quantity-form .button.cart_plus:disabled::before {
      background-position: -84px -98px; }

.footer {
  margin-top: 25px; }

@media screen and (min-width: 768px) {
  .cart-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-pack: distribute;
        justify-content: space-around; }
    .cart-page .container {
      padding: 0; }
    .cart-page .cart-block {
      padding: 0; }
    .cart-page .cart-page-title {
      text-align: left;
      margin: 30px 0; }
      .cart-page .cart-page-title.review-summary {
        display: block; }
    .cart-page .card.product-info .product-attributes .item-image {
      width: 15%;
      height: auto;
      margin-right: 30px; }
      .cart-page .card.product-info .product-attributes .item-image .product-image {
        max-height: 135px; }
    .cart-page .card .remove-product {
      right: 1%; }
    .cart-page .card .item-attributes {
      margin-left: 20px; }
      .cart-page .card .item-attributes .resume-line .total-resume {
        right: 1%; }
    .cart-page .cart-products-set .complementary-product-block .complementary-tittle {
      display: none; }
    .cart-page .cart-products-set .complementary-product-block .product-container {
      padding: 15px 10px; }
      .cart-page .cart-products-set .complementary-product-block .product-container .custom-control.custom-checkbox-checkout .complementary-info-product .custom-control-label {
        max-width: 100%; }
    .cart-page .cart-left-side {
      width: 50%;
      padding-right: 25px; }
      .cart-page .cart-left-side #productSetBlock {
        margin-bottom: 15px 0; }
    .cart-page .cart-right-side {
      width: 33%; }
    .cart-page .cart-totals .totals {
      position: relative;
      -webkit-box-shadow: none;
              box-shadow: none;
      margin-bottom: 15px; }
      .cart-page .cart-totals .totals .checkout-continue {
        display: block;
        margin: 15px 0;
        position: relative;
        width: auto;
        z-index: 1;
        padding: 0; }
      .cart-page .cart-totals .totals .col-4 {
        padding: 0; }
    .cart-page .cart-promo-code .summary-title {
      padding: 10px 0; }
    .cart-page .promo-code {
      padding-bottom: 30px; }
    .cart-page .gift-message-block {
      padding: 20px 0; }
      .cart-page .gift-message-block .col-12 {
        padding: 0; }
    .cart-page .form-group.promo-inputs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding: 10px 0;
      max-width: 100%; }
      .cart-page .form-group.promo-inputs .col-12 {
        padding: 0; }
        .cart-page .form-group.promo-inputs .col-12:not(:last-child) {
          margin-bottom: 15px; }
  .footer {
    margin-top: 0; } }

@media screen and (max-width: 768px) {
  .complementary-tittle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #363332;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    font-family: "mukta-regular", sans-serif;
    padding-top: 0.5rem; } }

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