.toast-close-button {
  color: #bbb;
}

.toast-bottom-right {
  right: 20px;
  bottom: 80px;
}

#toast-container .toast {
  padding: 15px 15px 15px 15px;
  color: #000;
}
#toast-container .toast:hover {
  -moz-box-shadow: 0 0 12px #000000;
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/*KZ: remove the background icon image*/
#toast-container .toast.toast-info {
  background-image: none!important;
}

.toast-info {
  background-color: none;
}

.toast-info {
  background-color: #fff;
}
.toast-warning {
  background-color: #F89406;
}
progress-bar {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

table.toast-cart-change-layout{

}

table.toast-cart-change-layout td{
    padding:5px;
}

.toast-thumb{
    width:60px;
    height:60px;
    border:2px solid #eee;
}
