.browse-button {
    font-size: 40px;
    text-shadow: 2px 2px 6px black;
}
.browse-button:hover {
    cursor: pointer;
}
p.submit {
    text-align: right;
}
p.submit input {
    display: inline-block;
}
.d10 {
    font-size: 10px;
    margin: 0px 10px;
    display: inline;
}
.d12 {
    font-size: 12px;
    margin: 0px 10px;
    display: inline;
}
.read-more {
    cursor: pointer;
    font-weight: bold;
}
span.img-browse {
    margin: 0 5px;
}
.item-slide {display:none;}
.w3-badge {height:13px;width:13px;padding:0;cursor:pointer;}

#cart {
    position: fixed;
    top: 53px;
    right: 0;
    min-width: 200px;
    height: 100%;
    z-index: 1;
    padding: 5px;
    background-color: #e5e5e6;
    border: 1px dotted black;
}
.cart-animation {
    visibility: hidden;
    opacity: 0;
    animation: appear-disappear 5s;
}
.image-caption {
    color: white;
    background-color: #504f50;
    padding: 5px 10px 5px 10px!important;
}
.w3-display-bottomright {
    border-top-left-radius: 12px;
}
.w3-display-topright {
    border-bottom-left-radius: 12px;
}
.w3-display-bottomleft {
    border-top-right-radius: 12px;
}
.w3-display-topleft {
    border-bottom-right-radius: 12px;
}
.w3-display-bottommiddle {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.w3-display-topmiddle {
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
@keyframes appear-disappear {
    0% { opacity: 0; visibility: hidden; right: -190px; }
    10% { opacity: 1; visibility: visible; right: 0px; }
    90% { opacity: 1; visibility: visible; right: 0px;  }
    100% { opacity: 0; visibility: hidden; right: -190px; }
}

#long a {
    font-family: darkWoman;
    font-size: 35px;
    font-weight: normal;
}
#long p {
    line-height: 1.5em;
}
@media only screen and (max-width: 992px) {
    .u-container.item-container {
        padding: 0;
    }
    .u-container.item-container .item-input {
        padding: 0 10%;
    }
}
@media only screen and (min-width: 992px) {
    .fullscreen {
        height: 100vh;
        width: 100vw;
        position: absolute;
        background: rgba(255,255,255,0.9);
        z-index: 10;
        top: 0;
        left: 0;
        text-align: center;
        padding-top: 53px;
    }
    .fullscreen .w3-content {
        max-width: none;
    }
}

