﻿#msl-basket-summary {
    display: inline-block;
    position: relative;
    background: #eeeeee url(../images/icons/16/basket.gif) no-repeat 10px 10px;
    padding: 10px 10px 10px 28px;
}

#msl-basket-summary .msl-basket-summary-items, #msl-basket-summary .msl-basket-itemcount-container {
    display: inline-block;
}

.msl-basket-summary-items .msl-basket-itemcount {
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    background-color: gray;
    border-radius: 20px;
    padding: 5px;
    margin: 0;
    border: none;
    color: #fff;
    height: 20px;
    width: 20px;
}

#msl-basket-summary .msl-basket-link {
    color: #000;
    padding: 0 2px;
}

.msl-basket-dropbtn {
    color: white;
    padding: 0 2px;
    border: none;
    margin: 5px;
    color: #333;
}

.msl-basket-dropbtn:after {
    content: "\25BE";
    color: #000;
    font-size: 16px;
}

.msl-basket-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #eee;
    -webkit-background-clip: padding-box;
}

    .msl-basket-dropdown.open {
        display: block;
        padding: 10px
    }

#msl-basket-summary {
    display: inline-block;
    position: relative;
    background: #eeeeee url(../images/icons/16/basket.gif) no-repeat 10px 10px;
    padding: 10px 10px 10px 28px;
}

    #msl-basket-summary .msl-basket-summary-items, #msl-basket-summary .msl-basket-itemcount-container {
        display: inline-block;
    }

.msl-basket-summary-items .msl-basket-itemcount {
    line-height: 1;
    white-space: nowrap;
    text-align: center;
    display: inline-block;
    font-size: 12px;
    vertical-align: middle;
    background-color: gray;
    border-radius: 20px;
    padding: 5px;
    margin: 0;
    border: none;
    color: #fff;
    height: 20px;
    width: 20px;
}

#msl-basket-summary .msl-basket-link {
    color: #000;
    padding: 0 2px;
}

.msl-basket-dropbtn {
    color: white;
    padding: 0 2px;
    border: none;
    margin: 5px;
    color: #333;
}

.msl-basket-dropbtn:after {
    content: "\25BE";
    color: #000;
    font-size: 16px;
}

.msl-basket-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #eee;
    -webkit-background-clip: padding-box;
}

.msl-basket-dropdown.open {
    display: block;
    padding: 10px
}

#msl-basket-summary #view-items:hover, #msl-basket-summary .msl-basket-dropbtn {
    float: right;
    margin: 0;
    cursor: pointer;
}

#msl-basket-summary #view-items:after, #msl-basket-summary .msl-basket-dropbtn:after {
    content: "\25BE";
    color: #000;
    font-size: 16px;
}

#msl-basket-summary #view-items:hover::after {
    color: #fff;
}
