.dgm-cart-notification{
  display: none;
  padding: 10px;
  position: fixed;
  width: 25%;
  min-width:200px;
  z-index: 10000;
  
    right: 0;
    left: 0;
    margin-right: auto;
    margin-left: auto;
    top:15%;
    background-color:#fff;
    border:1px solid #bbb;
    
    border-bottom:4px solid #aaa;
  
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  
  font-size:16px;
  text-align:center;

}
.dgm-cart-notification p{
  font-size: 0.8em;
}

.dgm-cart-updating{
  display: none;
}

.dgm-widget-add-product{
  position:relative;
  border: none;
  background-color: #00b700;
  font-size: 16px;
  padding: 18px 32px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  border-radius: 5px;
}
.dgm-widget-add-product .cart-icon{
  display:block;
  float:left;
  width:25px;
  height:25px;
}
.dgm-widget-add-product .cart-text{
  line-height:25px;
  display:block;
  float:left;
  padding-left:10px;
}

.dgm-cart-widget {
    display: block;
    margin-top: 35px;
    padding: 10px;
    text-shadow: -1px -1px #006400;
}
.dgm-cart-widget p {
    display: inline-block;
    margin-bottom: 0;
}
.dgm-cart-widget p a{
  color: #FFF;
}
.dgm-cart-widget .glyphicon {
    background: url("../images/checklist-cart.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    font-size: 44px;
    height: 43px;
    margin: 0 10px 0 -10px;
    text-indent: -999999px;
    vertical-align: top;
    width: 43px;
}

.orcamento{
  display: table;
}
.orcamento .dgm-cart-widget .dgm-cart-widget-text .link{
  color: #333;
  font-weight: normal;
  text-shadow: none;
}

.content-orcamento-form{
  position: relative;
}
.content-orcamento-form .loader-content-dgm{
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.content-orcamento-form .loader-content-dgm .loader-content-dgm-align-center{
  margin-top: 20%;
    text-align: center;
    width: 100%;
}
.hidden-dgm-cart{
  display: none;
}
.content-title-success-dgm-cart{
  display: table;
  margin: 0 auto;
}
.dgm-cart .wrong input{
  border-color: #a94442;
}
.dgm-cart .wrong strong{
  color: #a94442;
}
.product-title-dgm-cart{
  padding-left: 10px;
}
.dgm-cart-qty{
  height: 26px !important;
    margin: 5px 0;
    text-align: center
}

/* DGM Cart list */
.dgm-widget-list{
  min-width:400px;
  font-size:inherit;
  width:100%;
}
.dgm-widget-list thead th{
  padding-bottom:10px;
  color:#666;
  text-align:center;
}
.dgm-widget-list td, .dgm-widget-list th{
  padding:2px 5px 2px 5px;
  text-align:left;
}
.dgm-widget-list tbody tr:nth-child(odd){
  background-color:#f3f3f3;
}
.dgm-widget-list-quantity{
  text-align:center;
}
.dgm-widget-list-quantity input{
  text-align:center;
  width:60px;
  border-radius:5px;
}
.dgm-widget-list-action{
  text-align:center;
  cursor:pointer;
  padding:0 !important;
}
.dgm-widget-list-action img{
  width:16px;
  height:16px;
}
.dgm-widget-list-action a{
  display:block;
  padding:2px 5px 2px 5px;
  text-align:center;
}

.orcamento-header{
  margin-top:0 !important;
}

.list-orcamento {
    padding-left: 0;
    margin-bottom: 20px
}
.list-orcamento-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}
.list-orcamento-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px
}
.list-orcamento-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}
.list-orcamento-item .image{
  text-align:center;
}

.list-orcamento-item input{
  display:inline-block!important;
  width:60px;
}

.list-orcamento-item-heading,
.list-orcamento-item-text{
  margin-bottom:0;
}

.list-orcamento label {
  margin-bottom: 0;
}


.tooltip-notification{
  display:none;
  text-align:left;
  position:absolute;
  margin-bottom:15px;
  bottom:100%;
  left:0;
  right:0;
  padding:10px;
  background-color:#404040;
    height: auto;
    word-wrap: break-word;
    white-space: normal;
    font-size:14px;
    border-radius:5px;
    z-index:10;
    text-align:center;
    opacity:0.9;
    cursor:default;
    pointer-events: none;
    color:#fff;
}
.tooltip-notification:after{
  content:"";
  border:10px solid transparent;
  border-color: #404040 transparent transparent transparent;
  position:absolute;
  left:50%;
  left:calc(50% - 10px);
  top:100%;
}

.dgm-cart-ball-count{
  background-color:#ee6688;
  border-bottom:1px solid #303030;
  border-radius:100%;
  display:inline-block;
  width:24px;
  height:24px;
  line-height:24px;
  text-align:center;
  color:#fff;
  font-weight:bold;
  text-shadow:1px 1px 1px #303030;
}

.dgm-cart .button-remove{
  text-align:right;
}

#cpf-input,
#cnpj-input{
  margin-bottom:35px;
}

#contentPages label{
  font-weight:normal;
}

.dgm-widget-lista-produtos{
  width:100%;
}





button.bubble-dgm-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: none;
  height: 75px;
  width: 75px;
  padding: 5px;
  overflow: hidden;
  position: fixed;
  top: 25px;
  right: 25px;
  background-color: #00b700;
  color: #fff;
}
body.admin-bar button.bubble-dgm-cart {
  top: 57px;
}
button.bubble-dgm-cart span.bubble-dgm-cart-icon {
  display: block;
  position: relative;
}
button.bubble-dgm-cart span.bubble-dgm-cart-icon span.bubble-dgm-cart-count {
  background-color: transparent;
  border: none;
  width: 12px;
  height: 12px;
  line-height: 12px;
  position: absolute;
  color: #00b700;
  top: 8px;
  left: 18px;
  font-size: 12px;
  text-shadow: none;
}
button.bubble-dgm-cart span.bubble-dgm-cart-icon img {
  width: 40px;
}

button.bubble-dgm-cart span.bubble-dgm-cart-text {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
}


.dgm-cart-user-data {}
.dgm-cart-user-data label {
  width: 100%;
}


.product-list-cart {
  position: fixed;
  height: 100vh;
  width: 100vw;
  top: -100vh;
  transition-duration: .3s;
  background-color: #fff;
  z-index: 90;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-list-cart.open {
  top: 0;  
}
.product-list-cart button.dgm-cart-fechar-modal-carrinho {
  position: absolute;
  top: 50px;
  right: 50px;
  background-color: transparent;
  border: none;
  padding: 0;
}
.product-list-cart button.dgm-cart-fechar-modal-carrinho img {
  width: 15px;
}
.product-list-cart .product-list-cart-container {}
.product-list-cart .product-list-cart-container .product-list-cart-header {
  margin-bottom: 20px;
}
.product-list-cart .product-list-cart-container .product-list-cart-header span {
  display: block;
  text-align: center;
  font-size: 20px;
}
.product-list-cart .product-list-cart-container .product-list-cart-list {}
.product-list-cart .product-list-cart-container .product-list-cart-list > span {
  display: block;
  text-align: center;
}
.product-list-cart .product-list-cart-container .product-list-cart-footer {
  margin-top: 20px;
}
.product-list-cart .product-list-cart-container .product-list-cart-footer a {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 1px;
  color: #00b700; 
}