#products-and-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-page .heading-title{
  text-align: left;
  padding-left: 10px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.checkout-page #products-and-actions .products .carrinho-cabecalho-desktop div{
  color: rgb(66, 71, 135);
  font-weight: 600;
  font-size: 14px;
}
.checkout-page #products-and-actions .products .product > div:not(.image),
.checkout-page #products-and-actions .products .carrinho-cabecalho-desktop div:not(.image){
  border-left: 1px solid rgb(66, 71, 135);
}
.checkout-page #products-and-actions .products .product > div,
.checkout-page #products-and-actions .products .carrinho-cabecalho-desktop div{
    padding: 10px;
}
.checkout-page #products-and-actions .products .carrinho-cabecalho-desktop {
  width: calc(100% + 2px);
   position: relative;
  left: -1px;
  display: grid;
  grid-template-columns: 100px 3fr 1.2fr 1.3fr;

  align-items: stretch;
 
}
.checkout-page #products-and-actions> form .products .product{
  display: grid;
  grid-template-columns: 100px 3fr 1.2fr 1.3fr;
  
  align-items: stretch;
  border-top: 1px solid rgb(66, 71, 135);
  width: calc(100% + 2px);
  border-bottom: none;
  position: relative;
  left: -1px;
    border-radius: 10px;
 
}
.checkout-page #products-and-actions> form .products {
 border: 1px solid rgb(66, 71, 135);
    border-radius: 10px;
 
}

.list-products .products .product .image img {
  max-width: 80px;
}

.checkout-page #products-and-actions>form {
  width: calc(100% - 350px);
  padding: 10px;
  border-radius: 10px;
  height: max-content;
}

.checkout-page #products-and-actions .action-area #total {
  background: rgb(0,0,0, 0);

}

.checkout-page #products-and-actions .action-area #total span.bold {
  font-weight: 600;
  text-align: left;
}

.checkout-page #products-and-actions .action-area #total span:not(.bold) {
  text-align: right;
}

.checkout-page #products-and-actions .action-area #total>div {
  display: flex;
}

.checkout-page #products-and-actions .action-area #total span {
  font-size: 14px;
  display: block;
  width: 50%;
}

.checkout-page #products-and-actions .action-area {
  border-radius: 10px;
  width: 100%;
  background: rgb(66, 71, 135, 0.06);
  max-width: 320px;
  height: max-content;
}

.checkout-page #products-and-actions .action-area * {
  font-family: 'Montserrat';
}

.checkout-page #products-and-actions .action-area #shipping #nao-sei-meu-cep {
  font-size: 12px;
  width: 100%;
  display: block;
  margin-top: 5px;
  text-align: right;
}

.checkout-page #products-and-actions .action-area .buttons {
  padding: 0;
  margin: 0;
  background: unset;
}

.checkout-page #products-and-actions .action-area .continue-buy a {
  border: 1px solid #08b250;
  color: #08b250;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}

.checkout-page #products-and-actions .action-area .complete-order a {
  border: 1px solid #08b250;
  font-weight: 600;
  line-height: 40px;
  width: 100%;
  background: #08b250;
  margin-bottom: 10px;
}

.checkout-page #products-and-actions .action-area #coupon .form-group #input-coupon:focus+#button-coupon,
.checkout-page #products-and-actions .action-area .form-shipping #input-postcode:focus+#button-quote {
  background: #45b65d;
}

.checkout-page #products-and-actions .action-area #coupon .form-group #input-coupon:focus,
.checkout-page #products-and-actions .action-area .form-shipping #input-postcode:focus {
  border-color: #45b65d;
}
.checkout-page #products-and-actions .action-area #coupon .form-group #input-coupon:focus+#button-coupon:hover,
.checkout-page #products-and-actions .action-area .form-shipping #input-postcode:focus+#button-quote:hover,
.checkout-page #products-and-actions .action-area #coupon .form-group #button-coupon:hover,
.checkout-page #products-and-actions .action-area .form-shipping #button-quote:hover{
    background: rgb(222,162,60);
    color: rgb(255,255,255);
    
}
.checkout-page #products-and-actions .action-area #coupon .form-group #input-coupon,
.checkout-page #products-and-actions .action-area .form-shipping #input-postcode {
  box-shadow: none;
  max-width: calc(100% - 100px);
  width: calc(100% - 100px);
  border: 1px solid rgb(200, 200, 200);
  border-radius: 5px 0 0 5px;
}


.checkout-page #products-and-actions .action-area #coupon .form-group #button-coupon,
.checkout-page #products-and-actions .action-area .form-shipping #button-quote {
  margin: 0;
  border-radius: 0 5px 5px 0;
  min-width: 100px;
  text-transform: uppercase;
  font-weight: 600;
  border:none;
}

.checkout-page #products-and-actions .action-area #coupon .form-group,
.checkout-page #products-and-actions .action-area .form-shipping {
  display: flex;
}

.checkout-page #products-and-actions .action-area #coupon .form-group input,
.checkout-page #products-and-actions .action-area .form-shipping input {
  height: 40px;
}

.checkout-page #products-and-actions .action-area>div:not(.buttons) {
  padding: 10px;
}

.checkout-page #products-and-actions .action-area .buttons>div {
  padding: 0 10px;
}

.checkout-page #products-and-actions .action-area .complete-order a:hover {
  box-shadow: 2px 2px 2px 2px rgb(200, 200, 200);
  border-color: #099b5a;
  background: #099b5a;
  color: #fff;
}

.checkout-page #products-and-actions .action-area .continue-buy a,
.checkout-page #products-and-actions .action-area .complete-order a {
  transition: all ease .5s
}

.checkout-page #products-and-actions .action-area .continue-buy a:hover {

  border-color: #099b5a;
  background: #099b5a;
  color: #fff;
}

.checkout-page #products-and-actions .action-area #collapse-shipping {
  display: flex;
  flex-direction: column;
}

.checkout-page #calculo-frete-produto label::before {
  display: none;
}

.checkout-page #calculo-frete-produto #remaining_to_free_quote {
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 600;
  color: #3c8434;
  float: none;
}

.checkout-page #calculo-frete-produto {
  padding: 10px;
  max-height: 300px;
  margin-top: 10px;
  background: rgb(255, 255, 255);
  border-radius: 5px;
  overflow: scroll;
}


.checkout-page #products-and-actions .action-area .title h3 img {
  margin-right: 10px;
  width: 25px;
}

.checkout-page #products-and-actions .action-area .title #link-cart i {
  position: absolute;
  top: 2px;
  left: -5px;
  font-size: 18px;
}

.checkout-page #products-and-actions .action-area .title #link-cart {
  font-weight: 500;
  position: relative;
  padding-left: 15px;
  max-width: 100px;
  font-size: 12px;
  text-align: left;
  line-height: 1;
  height: max-content;
}

.checkout-page #products-and-actions .action-area .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkout-page #products-and-actions .action-area .title h3 {
  padding: 0;
  background: unset;
  font-size: 15px;
  color: rgb(66, 71, 135);
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: none;
  letter-spacing:normal;
}

.checkout-page #products-and-actions * {
  font-family: 'Montserrat';
}

.checkout-page #products-and-actions .products .product .cart.cart-quantity-checkout {
  display: flex;
  width: max-content;
  margin: 0 auto;
}

.checkout-page #products-and-actions .products .product .cart.cart-quantity-checkout input {
  width: 25px;
  text-align: center;
  padding: 0;
  font-weight: 600;
  border: none;
  background-color: transparent;
  box-shadow: none;
}

.checkout-page #products-and-actions .products .product .cart.cart-quantity-checkout .tecmicro-bola {
  max-width: 20px;
  background-color: transparent;
  text-align: center;

}

.checkout-page #products-and-actions .products .product .cart.cart-quantity-checkout .tecmicro-bola .tecmicro-stepper i {
  color: rgb(10, 10, 10);
  font-size: 16px;
}

.checkout-page #products-and-actions .products .product .name a {
  font-size: 15px;
  color: rgb(100, 100, 100);
  font-weight: 700;
}


.checkout-page #products-and-actions .products .product .totais .val-unitario {
  font-size: 13px;
  text-align: center
}

.checkout-page #products-and-actions .products .product .totais .val-total {
  font-size: 15px;
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
}

.checkout-page #products-and-actions .products .product .qtd .remover-item-mobile {
  font-size: 10px;
}

.checkout-page #products-and-actions .products .product .qtd span {
  font-weight: 500;
}


.checkout-page #products-and-actions .products .product .botao-atualizar-carrinho {
    visibility: hidden;
    width: 0px;
    height: 0px;
    padding: 0;
}

#checkout-sub-total {
  border-top: 1px solid rgb(100, 100, 100);
  border-bottom: 1px solid rgb(100, 100, 100);
  margin: 5px 0;
  padding: 5px 0;
}

.checkout-page .image a {
 height: max-content;
}
.checkout-page #products-and-actions .products .carrinho-cabecalho-desktop div:not(.name){
  text-align: center;
}

.checkout-page .image.alert-stock img{
   border-radius: 0 0 10px 10px;
}
.checkout-page .image.alert-stock .remaining-stock{
  max-width: 80px;
  display:block;
  text-align: center;
  line-height: 1;
  position: relative;
  margin-top: -10px;
  border-radius: 0 0 10px 10px;
  font-size: 12px;
  padding: 3px;
  background-color: rgb(0,0,0,0.7);
  color: rgb(255,255,255);
  margin: -10px auto 0;
}



@media (max-width:760px) {

  
  .checkout-page #products-and-actions>form {
    min-width: 100%;
    width: 100%;
  }


 




  

  .checkout-page #products-and-actions .action-area {
    max-width: 100%;
    margin-top: 20px;
  }

  .checkout-page #products-and-actions>form .products .product .name,
  .checkout-page #products-and-actions>form .products .product .name a {
    font-weight: 500;
    text-align: center;
  }

 
}

@media screen and (max-width: 980px) {
    .checkout-page #products-and-actions .products .product > .val-unitario{
  font-weight: 500;
  text-align: center;
}
    .checkout-page #products-and-actions .products .carrinho-cabecalho-desktop{
  display: none;
}
     .checkout-page #products-and-actions form .products .product .image a {
    display: flex;
    align-items: flex-start;
    width: 100%; 
    justify-content: center;
  }
    .checkout-page #products-and-actions form .products {
    border: none;
    
  }
  .checkout-page #products-and-actions form .products .product > ::before{
    top: 0;
    font-family: inherit;
    color: rgb(66, 71, 135);
    margin-bottom: 10px;
    border-bottom: 1px solid rgb(66, 71, 135);
    width: calc(100% + 20px);
    position: relative;
    line-height: 1;
   padding: 0 10px 10px;
    box-sizing: border-box;
   
    display: block;
    text-align: center;
    font-weight: 600;
    left: -10px;
  }
  .checkout-page #products-and-actions form .products .product > .image::before{
    content: 'Imagem';
    
    
  }
  .checkout-page #products-and-actions form .products .product > .totais::before{
    content: 'Total';
  }
  .checkout-page #products-and-actions form .products .product > .val-unitario::before{
    content: 'Valor';
  }
  .checkout-page #products-and-actions form .products .product > .qtd::before{
    content: 'Quantidade';
  }
   .checkout-page #products-and-actions form .products .product > .name::before{
    content: 'Nome';
    text-align: left;
  }
  .checkout-page #products-and-actions>form {
    width: calc(100% - 350px)
  }

  .checkout-page #products-and-actions form .products .product {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    

    grid-auto-flow: row;
    grid-template-areas:
      "image name name"
      "unitario qtd totais";
    margin-top: 20px;
    border: none;
    padding-bottom: 25px;
  }

.checkout-page #products-and-actions form .products .product > .val-unitario{
     grid-area: unitario;
   border: 1px solid rgb(66, 71, 135);
    border-radius: 10px 0 0 10px;
  }
  .checkout-page #products-and-actions form .products .product .image {
    border: 1px solid rgb(66, 71, 135);
    position: relative;
    border-radius: 10px 0 0 10px;
    margin-bottom: 20px;
    grid-area: image;
    width: 100%;
  }
  .checkout-page #container #products-and-actions form .products .product .qtd > .cart{
    position: relative;
  }
  .checkout-page #container #products-and-actions form .products .product .qtd > .input-group-btn .btn-primary.botao-atualizar-carrinho{
    position: absolute;
  }
    .checkout-page #container #products-and-actions form .products .product .qtd > .input-group-btn button.remover-item-desktop{
      width: 100%;
      text-decoration: underline;
      text-align: center;
      padding: 0;
      color: rgb(66, 71, 135);
      text-align: center;
      font-weight: 500;
  }
  .checkout-page #container #products-and-actions form .products .product .qtd > .input-group-btn{
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    padding: 0;
    
  }
  .checkout-page #container #products-and-actions form .products .product .qtd {
    grid-area: qtd;
    width: 100%;
    border-top: 1px solid rgb(66, 71, 135);
    border-bottom: 1px solid rgb(66, 71, 135);
    border-left: none;
  }

  .checkout-page #products-and-actions form .products .product .name a {
    font-weight: 500;
    font-size: 14px
  }
   .checkout-page #products-and-actions form .products .product .val-unitario > .val-unitario .bold,
   .checkout-page #products-and-actions>form .products .product .name .val-unitario,
   .checkout-page #products-and-actions form .products .product .totais > .val-total .bold,
  .checkout-page #products-and-actions form .products .product .totais > .val-unitario,
  .checkout-page #products-and-actions form .products .product .name .val-unitario {
    display: none;
  }

  .checkout-page #products-and-actions form .products .product .name small {
    font-size: 10px;
  }

  .checkout-page #products-and-actions form .products .product .name {
     border: 1px solid rgb(66, 71, 135);
    border-left: none;
    border-radius: 0 10px 10px 0;
    grid-area: name;
    width: 100%;
    margin-bottom: 20px;
  }

  .checkout-page #products-and-actions form .products .product .totais {
    grid-area: totais;
     border: 1px solid rgb(66, 71, 135);
    border-radius: 0 10px 10px 0;
    width: 100%
  }
@media (min-width: 761px){
    
    .checkout-page #products-and-actions form .products .product > .name{
      margin-bottom: 0;
      border-bottom-right-radius: 0;
      border-bottom: none;
      padding-bottom: 20px;
    }
    .checkout-page #products-and-actions form .products .product > .image{
      margin-bottom: 0;
      border-bottom-left-radius: 0;
      border-bottom: none;
      padding-bottom: 20px;
    }
    .checkout-page #products-and-actions form .products .product > .val-unitario,
    .checkout-page #products-and-actions form .products .product > .qtd,
    .checkout-page #products-and-actions form .products .product > .totais{
      margin-top: -10px;
      text-align: center;
    }
}

}

@media screen and (min-width:981px){
 .checkout-page #products-and-actions .products .product > div:not(.name){
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
   .checkout-page #products-and-actions form .products .product > .val-unitario{
    display: none;
  }
}