/*  Toast docs:   - https://github.com/CodeSeven/toastr/blob/master/toastr.js   - http://codeseven.github.io/toastr/demo.html*//* -- DEBUG only#toast-container > .toast {  display: block !important;}*/#toast-container > .toast {    background-image: none !important;}#toast-container > .toast:before {    position: fixed;    font-family: FontAwesome;    font-size: 24px;    line-height: 18px;    float: left;    color: #FFF;    padding-right: 0.5em;    margin: auto 0.5em auto -1.5em;}#toast-container > .toast-warning:before {    content: "\f06a";}#toast-container > .toast-error:before {    content: "\f071";}#toast-container > .toast-info:before {    content: "\f05a";}#toast-container > .toast-success:before {    content: "\f07a" !important;}#toast-container > div {    opacity: 1;}#toast-container > div:hover {    cursor: auto;}#toast-container a {    text-decoration: underline;}.toast-message a:hover {    color: inherit;}#toast-container .products {    margin-top: 15px;    margin-right: 20px;}#toast-container .products .product a {    color: white;    font-size: 13px;    text-decoration: none;}#toast-container .products .product .media-middle {    /*max-width: 135px;*/    line-height: 1.4;    font-size: 11pt;}#toast-container .products .product .btn-view {    position: absolute;    right: 0;    margin-top: 1px;    margin-right: 15px;    color: black;    background: white;    border: 1px solid #4b4b4b;    opacity: .9;    float: right;}#toast-container .products .product:hover .btn-view {    opacity: 1;}#toast-container .products .product:hover .img-thumbnail {    border: none;}#toast-container .products .product:hover a {    text-decoration: underline;}#toast-container .products hr {    border: 1px dashed #ffffffa8;    margin: 10px 0;    opacity: 0.4;}