﻿.cart-flyout {
    width: 400px;
    padding:20px;
}
.unibox-extra  {
    margin-left: auto;
    margin-right: 5px;
}

.unibox-extra .price {
    font-weight: bold;
}

.no-result {
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: bold;
}

.splash {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    /* background-color: rgba(255,255,255,0.7);*/
    z-index: 9999;
    text-align: center;
}

    .splash .animation iframe {
        margin: auto;
        height: 100%;
        width:100%
    }

li.breadcrumb-item i {
    margin-left: 3px;
    margin-right: 4px;
}