.cart-product {
  padding: 26px 26px 33px;
  border-bottom: 1px solid #e3e3e3;
}

.cart-button {
  display: inline-block;
  margin: 0;
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 25px;
}

.cart-button.wishlist-button {
  position: absolute;
  left: 25px;
}

.cart-button.wishlist-button span {
  position: absolute;
  left: 25px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 230%;
  color: #666666;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.cart-button span {
  margin: 0 0 0 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 230%;
  color: #666666;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.cartBuyButton.buyButton {
  float: none;
  width: 97%;
  height: auto;
  font-size: 14px;
}
.cartBuyButton.buyButton .loaderImg {
  float: right;
  height: 16px;
  width: 16px;
  background-size: 16px;
  margin-right: 10px
}

.price-box .add-coupon-text-co {
  font-size: 12px;
  clear: both;
  text-align: center
}

.cart-product .price-container {
  display: inline-block;
  font-size: 14px;
  margin: 0 0px 0px;
  float: left;
}

.cart-product .price-container .cross span{
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  display: flex;
  align-items: center;
  text-decoration-line: line-through;
  color: #888888;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.cart-product .price-text-cart {
  margin: 0;
  padding-right: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 23px;
  color: #000000;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.cart-product .price-total {
  margin: 0;
  margin: 0;
  font-weight: bold;
  padding-right: 10px;
}

.cart-product .price-text-cart.cross {
  text-decoration: line-through;
  color: rgb(153, 153, 153);
}


/* Styles in line */
.cont-image {
  float: left;
  width: 38%;
  border: 1px solid rgba(0, 0, 0, 0.07);
}

.cont-image .img-product {
  width: 100%;
}

.cont-text {
  float: right;
  width: 58%;
  position: relative;
}

.cont-text .brand-text{
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  color: #000000;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.basic-text-cart {
  display: block;
  font-size: 14px;
  margin: 0;
}

.brand-text {  
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
  margin-bottom: 5px;
  font-weight: bold;
  float: left;
  width: 100%;
  color: #000;
}
.product-text {
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 5px;
  color: #000000;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.cart-quantity-total span{
  float: left;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 12px;
  display: flex;
  align-items: center;
  color: #000000;
  margin-right: 5px;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
}

.product-price-cart {
  float: left;
  width: 100%;
}

.size-container {
  display: block;
  font-size: 14px;
  margin: 0px 0px 10px;
  float: left;
  width: 90%;
}
.label-quantity {
  float: left;
  margin-top: 5px;
}
.size-label {
  float: left;
  width: 20%;
}

.product-size {
  float: left;
  width: 80%;
}
.sel-cart-quantity {
  border: 1px solid #000000;
  display: inline-block;
  border-radius: 10px;
  padding: 2px;
}


.sel-cart-quantity .disabled {
  color: #999999;
}

.sel-cart-quantity span{
  padding: 0px 5px 0px 10px;
}

.sel-cart-quantity.sumresta{
  font-size: 20px;
}

.last-unit {
  color: #CCCCCC;
}

.all-units {
  color: #00BFB3;
}

.cart-img-loading {
  height: 20px;
  position: absolute;
  width: 20px;
  background-size: 20px;
  left: 76px;
  margin-top: -26px;
}

.cart-price-container {
  margin-top: 10px;
  float: left;
  width: 100%;
  height: 22px;
}

.cart-product-actions {
  display: inline-block;
  width: 100%;
}

.cart-product-actions .circle_icon{
  border: 1px solid #CCCCCC;
  border-radius: 50%;
  padding: 3px;
  box-shadow: 1px 2px 5px 1px #CCCCCC;
}

.installments-close-button {
  position: absolute;
  top: 5px;
  right: 5px;
  }

  .close-new{
    color:#000000;
    width:30px;
    height:30px;
  }

.cart-summary{
 background: #FFF; 
 border-radius: 30px 30px 0px 0px;
 padding: 10px 25px 35px 25px;
 font-style: normal;
 font-weight: 500;
 font-size: 12px;
 line-height: 150%;
 color: #666666;
}

.price-box{
  background: #F7F7F7;
  padding: 20px 0px 0px 0px;
}

.cart-summary-hr{
  mix-blend-mode: normal;
  opacity: 0.4;
  border: 1px dashed #666666;
  border-bottom: 0px;
  padding: 0;
  margin: 15px 0 15px 0;
}

.cart-summary-p{
  display: contents;
}

.installments-cart{
  margin: 0;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #00AFA4;
}

.price-box .text-price{
  color: #666666;
  font-weight: bold;
  font-size: 12px;
}

.cart-summary-blinded{
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  color: #2D2D2D;
  text-align: center;
  display: flex;
  justify-content:center;
  margin: 30px 0 15px 0;
}

.cart-summary-blinded-icon{
  margin-right: 10px;
}

.cart-summary-blinded span{
  margin-top: 4px;
}

body .cart-buy-button{
  height: 64px;
  background: #2D2D2D;
  border-radius: 8px;
  text-transform:none;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  width: 100%;
  display:inline-block;
  text-align: center;
  color: #FFF;
  border: none;
}


.cart-buy-button-text{
  display: inline-block;
  margin: 0;
  padding: 0;
}

.continue-shopping{
  position: relative;
  margin: 40px 5px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  align-items: center;
  text-align: center;
  text-decoration-line: underline;
  color: #2D2D2D;
}

.cart-summary-title{
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.cart-summary-holder{
  background-color: #CCCCCC;
  width: 40px;
  margin: 0 auto 25px auto;
}

.cart-product .talle{
  margin-bottom: 17px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #666666;
}

.last_units p{
  color: #D93DCB;
  font-family: 'Roboto',Verdana,Arial,sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
}
.coupon-container {
    padding: 0 3%;
}
.coupon-container .total-coupon{
    overflow: hidden;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 5px;
}
.coupon-container .total-coupon .coupon-price {
    color: #d05454;
    margin: 1em 0;
}

.coupon-container .coupon-description{
    font-size: 14px;
    text-align: left;
    margin: 5px 0 10px;
    color: #676767;
}
.coupon-container .coupon-button{
    float: right;
    width: 24%
}

.coupon-container .coupon-list {
    margin: 0;
    padding: 0
}
.coupon-container .coupon-list .coupon-list-item{
    overflow: hidden;
    margin: 0 0 5px 0;
    font-size: 14px
}
.coupon-container .coupon-list .coupon-list-item .coupon-price {
    margin: 5px 0;
    color: #d05454
}

.coupon-container .coupon-list .coupon-list-item .code{
    float: left;
    margin: 5px 0
}
.coupon-container .coupon-list .coupon-list-item .coupon-delete{
    float: left;
    margin: 0 10px
}
.coupon-container {
    padding: 0;
}

.coupon-button {
    background: #2D2D2D;
    border: 1px solid #000000;
    border-radius: 8px;
    text-transform:none;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 150%;
    height: 35px;
    padding: 5px;
}

.sel-coupon-input{
    border: 1px solid #888888;
    border-radius: 8px;
    padding: 7px 0px 7px 10px;
    font-style: normal;
    font-weight: bolder;
    font-size: 12px;
    line-height: 150%;
    color: #888888;
}
