#content {
  background-color: #f8f8f8;
}

#cartCenteredContent {
  display: block;
  position: relative;
  width: 70%;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 6px;
  height: auto;
  overflow: hidden;
}

.deleteProduct {
  position: relative;
  font-size: 12px;
  line-height: 30px;
  cursor: pointer;
}
.deleteProduct.desktopElement::before {
  content: "";
  width: 14px;
  height: 14px;
  left: -21px;
  filter: brightness(0);
  top: 7px;
  display: block;
  position: absolute;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../../files/checkout/trashIcon.svg);
}
.title {
  margin: 0px auto 35px;
  line-height: var(--base-line-height);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: var(--aux-font-weight, bold);
  font-size: var(--h1-font-size, 22px);
  position: relative;
  overflow: hidden;
}
.banner {
  position: relative;
  width: calc(100% - 42px);
  padding: 20px;
  border: 1px solid #00aeef;
  background: rgba(0, 174, 239, 0.1);
  color: var(--principal3);
  font-size: 12px;
  margin-top: 20px;
  line-height: 16px;
}
div#cartMainContainer {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.filterCocarda {
  display: none;
}

.filterCocarda.shown {
  display: block;
}

.cocardasInfo {
  position: relative;
  width: 13px;
  float: right;
  height: 24px;
  margin-left: 6px;
  /* margin-top: 7px; */
  cursor: pointer;
  filter: invert(1) !important;
}

.freeShippingDiv {
  color: #231f20;
  width: fit-content;
  height: auto;
  padding: 9px 15px;
  background-color: #ffff;
  margin-top: 40px;
  font-size: 12px;
  position: absolute;
  line-height: 16px;
  border-radius: 0px;
  display: none;
  z-index: 1;
  /* max-width: 80%; */
  /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 8%); */
  overflow: visible;
  border: 1px solid #c0c0c0;
  position: absolute;
  top: 0px;
  left: 0px;
  /* min-width: 26vw; */
  border-radius: 2px;
}

.freeShippingDiv {
  font-family: "PP Mori";
  font-weight: 400;
  margin-top: 40px !important;
  width: 300px;
}

.freeShippingInfo {
  filter: invert(0) !important;
  margin-left: 10px;
}

.freeShippingBadgeText {
  line-height: 25px;
}

.cartSummary {
  position: relative;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 10px;
  background: var(--web-background, #fff);
  border: 1px solid var(--lines-border-color, #ebeae4);
}

.cartSummary:last-child {
  margin-bottom: 20px;
}

.cartTopLine {
  width: 97%;
  margin: auto;
  display: flex;
  align-items: center;
  padding: 18px 0;
}

.brandName {
  position: relative;
  width: calc(100% - 125px);
  font-size: 14px;
  font-weight: 600;
  color: black;
}

a.goToCartButton {
  width: 120px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  text-transform: uppercase;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  background: var(--secondary, #000);
  color: var(--base-aux, #fff);
  border: 1px solid var(--secondary, #000);
}

.collapseCart {
  position: relative;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  margin-right: 5px;
  justify-content: flex-end;
  cursor: pointer;
  font-weight: var(--secondary-font-weight, bold);
}

.cartBottom {
  display: none;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.cartBottom.open {
  display: block;
}

.cartProduct {
  position: relative;
  width: 97%;
  margin: auto;
  height: 150px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid var(--lines-border-color, #ebeae4);
}

img.productImage {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  max-width: 110px;
  object-fit: cover;
  aspect-ratio: var(--main-img-product-ratio, 3/4);
}

.cartProductInfo {
  position: relative;
  width: calc(60% - 55px);
  margin-left: 30px;
  font-size: 14px;
}

.cartProductTitle {
  font-weight: 600;
}

.cartProductSpecs {
  position: relative;
  margin-top: 10px;
  color: var(--lighter-base, #a0a0a0);
}

.cartLimitedQuantity {
  margin-top: 10px;
  color: #ff4d01;
  font-weight: 600;
  font-size: 13px;
}
.cartProductPrices {
  position: relative;
  width: calc(40% - 55px);
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.cartProductPrice {
  position: relative;
  font-size: 14px;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 5px;
}

img.cartProductPriceItauLogo {
  display: inline-block;
  height: 20px;
}
span.price {
  margin-left: 10px;
  font-weight: 600;
  text-align: left;
}
.itauBluePrice span.price {
  color: #000066;
}
.cartTotals {
  position: relative;
  display: block;
  width: 100%;
  padding: 18px 0;
  height: auto;
  overflow: hidden;
  background: var(--lines-border-color, #ebeae4);
}

.cartTotalPrice {
  width: 97%;
  position: relative;
  display: flex;
  justify-content: end;
  font-size: 14px;
  align-items: center;
  margin: auto;
}
.cartBadgesContainer {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cartBadge {
  text-transform: uppercase;
  position: relative;
  background: var(--lines-border-color, #c6c6c6);
  padding: 5px 10px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  box-sizing: border-box;
  width: 100%;
}
.productImgContainer {
  position: relative;
}

.cartBadge:first-child {
  margin-left: 0px;
}

.freeShippingBadge {
  background: #ff4d01;
  color: white;
}

.freeShippingIcon {
  margin-right: 10px;
}

.pendingCartContainer {
  position: relative;
  width: 280px;
  margin-right: 30px;
}
.pendingCartText {
  position: relative;
  background: #ff4d01;
  color: white;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 25px;
  font-size: 12px;
}
.pendingCartSubtext {
  position: relative;
  font-size: 11px;
  margin-top: 10px;
  line-height: 14px;
}
.noOrders {
  width: 100%;
  text-align: center;
  margin: 100px 0;
  color: black;
  font-size: 16px;
  line-height: 20px;
}
@media screen and (max-width: 1200px) {
  #cartCenteredContent {
    width: 90%;
    margin-top: 10px;
  }
  .title{
    margin-bottom:10px;
  }
  div#cartMainContainer{
    margin-top:25px;
  }
  .cartTopLine {
    width: 95%;
    flex-wrap: wrap;
  }
  .brandName {
    width: calc(100% - 40px);
    order: 1;
  }
  .brandName + a.goToCartButton.open {
    display: none;
  }
  a.goToCartButton {
    width: 100%;
    box-sizing: border-box;
    order: 3;
    margin-top: 10px;
  }
  .cartBottom.open a.goToCartButton{
    width: 136px;
    margin: 0;
    display: flex !important;
  }
  .cartTotalPrice{
    width:auto;
    margin: 0;
    font-size: 13px;
  }
.cartTotals{
  display:flex;
  justify-content: space-between;
  padding: 13px 2.5%;
  box-sizing: border-box;
}
  .cartBottom {
    border-top: 0px;
  }
  .collapseCart {
    order: 2;
    height: 20px;
  }
  .pendingCartText {
    position: relative;
    float: left;
    margin-top: 20px;
    height: 27px;
    width: 110px;
    margin-right: 10px;
  }
  .cartProductInfo {
    width: calc(100% - 170px);
    margin-left: 0;
    order: 2;
  }
  .cartProductTitle,
  .cartProductSpecs,
  .cartProductPrice {
    font-size: 13px;
  }
  .cartLimitedQuantity {
    font-size: 12px;
  }
  .cartBadge {
    font-size: 11px;
  }
.cartBottom.open .cartProduct{
    padding-bottom: 15px;
}
  .cartProduct {
    flex-wrap: wrap;
    height: auto;
    justify-content: space-between;
    width: 95%;
  }
  .productImgContainer {
    order: 1;
  }
  .cartProductPrices {
    width: 100%;
    margin-top: 15px;
    flex-direction: row;
    align-items: center;
    order: 4;
  }

  .pricesContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .cartProductPrice.itauBluePrice {
    flex-direction: row;
    align-items: center;
  }

  .cartProductPrice {
    text-align: left;
    line-height: 20px;
    margin-bottom: 0;
  }

  .pricesContainer {
    flex-direction: row;
    width: calc(100% - 35px);
  }

  .deleteProduct {
    text-align: right;
    width: 100%;
    margin-right: 0;
  }

  span.price {
    width: auto;
    margin-right: 10px;
    margin-left: 5px;
  }

  .deleteProduct.mobileElement {
    position: relative;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: white;
    display: flex !important;
    align-items: center;
    justify-content: center;
    order: 3;
  }

  .cartBadgesContainer {
    flex-direction: column;
    height: auto;
    width: 100%;
  }

  .freeShippingBadgeText {
    font-size: 10px;
  }

  img.freeShippingIcon {
    margin-right: 5px;
    height: 15px;
  }

  .freeShippingDiv {
    width: calc(100% - 45px);
    margin-top: 30px !important;
    font-size: 10px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .deleteProduct:hover {
    text-decoration: underline;
  }
  .goToCartButton:hover {
    background: transparent;
    color: var(--principal3);
  }
}
