﻿@charset "UTF-8";
/*-------- Carrello --------*/
.table.cart-list {
  margin: 0;
}

.table.cart-list th,
.table.options_cart th {
  background-color: transparent;
  text-transform: uppercase;
  font-weight: 700;
  color: #999;
  border: 0;
  padding-top: 0;
}

.table.cart-list th:nth-child(1) {
  width: 5%;
}
.table.cart-list th:nth-child(2) {
  width: 65%;
}
.table.cart-list th:nth-child(3) {
  width: 5%;
}
.table.cart-list th:nth-child(4) {
  width: 10%;
}
.table.cart-list th:nth-child(5) {
  width: 10%;
}
.table.cart-list th:nth-child(6) {
  width: 5%;
}

.table.cart-list td {
  vertical-align: middle;
}
.table.cart-list td.options a {
  display: inline-block;
  margin-right: 10px;
}
.table.cart-list td.options a i {
  font-size: 18px;
  font-size: 1.125rem;
}
.table.cart-list td .discount {
  color: #d40a5c;
}

.table.cart-list.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.045);
}

@media (max-width: 767px) {
  .table.cart-list,
  .table.cart-list thead,
  .table.cart-list tbody,
  .table.cart-list th,
  .table.cart-list td,
  .table.cart-list tr {
    display: block;
    border: 0;
  }

  .table.cart-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .table.cart-list tr {
    border: 1px solid #ddd;
  }
}
@media (max-width: 767px) and (max-width: 991px) {
  .table.cart-list tr {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .table.cart-list td {
    border: none;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-left: 35%;
  }
  .table.cart-list td:before {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }

  .table.cart-list td:nth-of-type(1):before, .table.cart-list td:nth-of-type(2):before, .table.cart-list td:nth-of-type(3):before, .table.cart-list td:nth-of-type(4):before, .table.cart-list td:nth-of-type(5):before {
    font-weight: 700;
    color: #111;
  }

  .table.cart-list td:nth-of-type(1):before {
    content: "Sku";
  }

  .table.cart-list td:nth-of-type(2):before {
    content: "Prodotto";
  }

  .table.cart-list td:nth-of-type(4):before {
    content: "Sconto";
  }

  .table.cart-list td:nth-of-type(3):before {
    content: "Quantità";
  }

  .table.cart-list td:nth-of-type(5):before {
    content: "Prezzo";
  }

  .table.cart-list td:nth-of-type(6):before {
    content: "Modifica";
  }
}
.thumb_cart {
  width: 70px;
  height: 70px;
  overflow: hidden;
  margin-right: 10px;
  float: left;
  position: relative;
  background-color: #fff;
  padding: 5px;
  box-sizing: content-box;
}
.thumb_cart img {
  width: 70px;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 991px) {
  .thumb_cart {
    display: none;
  }
}

.item_cart {
  float: left;
  margin: 30px 0 0 10px;
  line-height: 1.3;
  font-weight: 700;
}
@media (max-width: 991px) {
  .item_cart {
    margin: 5px 0 0 0;
    width: 100%;
    float: none;
    font-weight: 400;
  }
}

/*-------- Summary --------*/
.box_cart ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  font-size: 16px;
  font-size: 1rem;
  border-bottom: 1px solid #dddddd;
}
.box_cart ul li span {
  float: right;
}
.box_cart ul li.off {
  color: #9cca88;
}
.box_cart ul li:last-child {
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
  font-size: 1.3125rem;
}

.idro_points {
  padding-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
}
.idro_points a.btn_1 {
  font-size: 14px;
  font-size: 0.875rem;
}

/*-------- Other --------*/
.free_shipping {
  background-color: #e8f4e6;
  padding: 15px;
  margin-bottom: 20px;
  border: 2px solid #9cca88;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.free_shipping img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .free_shipping img {
    display: block;
    margin: 0 auto 10px;
  }
}

.coupon_code {
  overflow: hidden;
}
.coupon_code strong {
  background-color: #fff;
  width: 42%;
  float: left;
  padding: 30px 0 30px 20px;
  position: relative;
}
@media (max-width: 1199px) {
  .coupon_code strong {
    width: 55%;
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .coupon_code strong {
    width: auto;
    display: block;
    float: none;
    padding: 15px;
  }
}
.coupon_code strong em {
  font-weight: 400;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
}
.coupon_code strong:after {
  content: "";
  position: absolute;
  right: -70px;
  top: 0;
  z-index: 9;
  width: 35px;
  height: 100%;
  border-style: solid;
  border-width: 100px 0 0 70px;
  border-color: transparent transparent transparent #fff;
}
@media (max-width: 1199px) {
  .coupon_code strong:after {
    width: 0;
    border-width: 0;
  }
}
.coupon_code .form {
  width: 58%;
  position: relative;
  background-color: #058acd;
  float: left;
  padding: 30px 20px 30px 100px;
}
@media (max-width: 1199px) {
  .coupon_code .form {
    padding: 30px 20px;
    width: 45%;
  }
}
@media (max-width: 991px) {
  .coupon_code .form {
    width: 100%;
    float: none;
    padding: 15px;
  }
}
.coupon_code .form input[type='text'] {
  border: 0;
  height: 40px;
  padding-left: 15px;
  background-color: #fff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.coupon_code .form input[type='text']:focus {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.coupon_code .form button[type='submit'] {
  position: absolute;
  right: 0;
  color: #fff;
  bottom: 0;
  border: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 42px;
  cursor: pointer;
  background-color: #9cca88;
  outline: none;
  font-weight: 700;
  text-transform: uppercase;
}
