html {
  scroll-behavior: smooth; 
}
.marginScroll {
  scroll-margin-top: 80px; 
 }
 .pac-container { z-index: 100000 !important; }
.btnBlock {
    width: 100%;
  }
  @media only screen and (min-width : 992px) {
    .btnShackCarrinho {
      width: 30%;
      float: right;
    }
  }
  @media only screen and (max-width : 992px) {
    .btnShackCarrinho {
      width: 100%;
    }
  }
  .colorBtn {
    background-color: #ee6e73;
  }
  [ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
  }
  .closeModal {
    margin: 8px;   
   }
  .closeModal2 {
    margin: 8px;   
    width: 35px; 
    height: 35px;  
   }
   .closeModal3 {
    margin: 12px;   
    width: 40px; 
    height: 40px;  
   }
   .closeModal4 {
   position: absolute;
   margin-top: 20px;
   }
   .closeModalProd {
    position: absolute;
    margin-top: 5px;
    }
    .closeModalProdSacola {
      position: absolute;
      margin-top: 5px;
      margin-left: 10px;
      }
  .brand-logo {
    margin-left: 10px;
  }
  .logo {
    border-radius: 7%;
  }
  .pointer{
    cursor: pointer;
    }
  .imgProdutoModal {
    border-radius: 10%;
    margin: 16px;
  }
  #asffasfa {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
 }
 #fdsfsffadfda {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modalVerProduto {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modalResumo {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#modalVerCarrinho {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
  .sacola {
    border-radius: 10%;
    margin: 16px;
  }
  .sacolaProd {
    border-radius: 10%;
    margin-right: 10px;
  }
  #map {
    width: 100%;
    height: 500px;
   }
  .btnCard {
    position:fixed;
    bottom:10px;
    width: 90%;
   }
  .container {
    margin-top: 20px;
  }
  header, main, footer {
    padding-left: 300px;
    
  }
  @media only screen and (max-width : 992px) {
    header, main, footer {
      padding-left: 0;
    }
  }
  @media only screen and (min-width : 992px) {
    #nav-mobile {
      padding-right: 300px;
    }
  }
  @media only screen and (min-width : 992px) {
    #nav-mobile2 {
      padding-right:680px;
    }
  }
  
  
  
  