@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,500);
.rolar{
  overflow-y: scroll;
}
.row {
  display: flex;
  justify-content: space-between;
  margin-top: 9px;
}
.close a {
  color: #e17055;
  margin-top: -42px;
  margin-right: 8px;
  float: right;
  font-size: 18px;
  font-weight: bold;
  border-radius: 118%;
  padding: 0.3rem;
  height: 2vw;
}

/*.header-cart {*/
/*    border-bottom: 2px solid white;*/
/*}*/

.title{
  display: flex;
  /* flex-direction: row; */
  justify-items: flex-start;
}

.title{
  /* height: 49px; */
  border-bottom: 0px solid #E1E8EE;
  padding: 4px;
  /* background-color: #135aa0; */
  color: #ffffff;
  font-size: 16px;
  font-weight: normal;
}

.subtotal {
  height: 49px;
  /* border-bottom: 1px solid #E1E8EE; */
  padding: 6px;
  background-color: #135aa0;
  color: #ffffff;
  font-size: 16px;
  font-weight: normal !important;
}

.item {
  /* padding: 3px 6px; */
  height: 86px;
  display: flex;
}

/* Buttons -  Delete and Like */
.buttons {
  position: relative;
  padding-top: 0;
  margin-right: -6px;
}

.delete-btn {
  display: inline-block;
  cursor: pointer;
  width: 18px;
  height: 62px;
  background: url("delete-icn.svg") no-repeat center;
  margin-right: 20px;
}

.like-btn {
  position: absolute;
  top: 9px;
  left: 15px;
  display: inline-block;
  background: url('twitter-heart.png');
  width: 60px;
  height: 60px;
  background-size: 2900%;
  background-repeat: no-repeat;
  cursor: pointer;
}

.is-active {
  animation-name: animate;
  animation-duration: .8s;
  animation-iteration-count: 1;
  animation-timing-function: steps(28);
  animation-fill-mode: forwards;
}

@keyframes animate {
  0% {
    background-position: left;
  }

  50% {
    background-position: right;
  }

  100% {
    background-position: right;
  }
}

/* Product Image */
.image {
  margin-right: 163px;
}

/* Product Description */
.description {
  padding-top: 10px;
  margin-right: -12px;
  width: 115px;
}

.description span {
  display: block;
  font-size: 13px;
  color: #43484D;
  font-weight: 400;
}

.description span:first-child {
  margin-bottom: 5px;
  margin-left: -65px;
}

.description span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
  margin-left: -65px;
}

/* Product Quantity */
.quantity {
  padding-top: 20px;
  margin-right: -5px;
}

.quantity input {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 32px;
  font-size: 16px;
  color: #43484D;
  font-weight: 300;
}

button[class*=btn] {
  /* width: 30px; */
  height: 30px;
  background-color: #E1E8EE;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
button[class*=finalizar] {
  width: 100px;
  height: 30px;
  background-color: #0f74cd;
  border-radius: 2px;
  border: none;
  cursor: pointer;
}
button[class*=finalizar]:hover{
  background-color: #E1E8EE;
  color: #0f74cd;
}

.minus-btn img {
  margin-bottom: 3px;
}

.plus-btn img {
  margin-top: 2px;
}

button:focus,
input:focus {
  outline: 0;
}

/* Total Price */
.total-price {
  width: 133px;
    padding-top: 16px;
    text-align: center;
    font-size: 14px;
    color: #43484D;
    font-weight: 300;
}
.shopping-cart {
    background: white;
}
/* Responsive */
@media (max-width: 800px) {
  .shopping-cart {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  .item {
    height: auto;
    flex-wrap: wrap;
    justify-content: center;
  }

  .image img {
    /*width: 50%;*/
    width: 100%;
    text-align: center;
    margin: 1px 0;
  }
  .image,
  .quantity,
  .description {
    width: 100%;
    text-align: center;
    margin: 6px 0;
  }
  .buttons {
    margin-right: 20px;
  }
}
/*modal_compras_mobile*/
@media screen and (min-width: 768px) and (max-width: 991px) {
/* Estilos para laptops */
      .mobile-menu-close, .go-back{
          background-color:red;   
  }
}
@media screen and (min-width: 469px) and (min-width: 990px){
  .shopping-cart-center{
      /* position: absolute; */
    width: 100%;
    left: auto;
    max-height: 277px;
    margin-top: 140px;
    /* box-shadow: 1px 1px 1px 1px #fff; */
    display: flex;
    flex-direction: column;
  }
  .shopping-cart {
    /* position: absolute; */
    width: 100%;
    left: auto;
    max-height: 277px;
    margin-top: 140px;
    /* box-shadow: 1px 1px 1px 1px #fff; */
    display: flex;
    flex-direction: column;
  }
}
/*modal_compras_mobile*/
@media screen and (min-width: 1200px) {
/* Estilos para laptops com resolução widescreen */

}

@media screen and (min-width: 1920px) {
  /* Estilos para laptops com resolução Full HD */

}

@media screen and (min-width: 1366px) {
  /* Estilos para laptops com resolução HD */
  .shopping-cart-center{
    position: relative;
    left: 996px;
    top: -148px;
  }
  .shopping-cart {
    /* position: absolute; */
    width: 100%;
    left: auto;
    max-height: 277px;
    margin-top: 140px;
    /* box-shadow: 1px 1px 1px 1px #fff; */
    display: flex;
    flex-direction: column;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1199px) {
  /* Estilos para laptops com telas pequenas */
  .shopping-cart-center{
    position: relative;
    width: 100%;
    left: 617px;
    top: -148px;
  }
  .shopping-cart {
    /* position: absolute; */
    width: 100%;
    left: auto;
    max-height: 277px;
    margin-top: 140px;
    /* box-shadow: 1px 1px 1px 1px #fff; */
    display: flex;
    flex-direction: column;
  }
}