﻿/* My Basket Summary Control CSS */

.add-to-mybasket { cursor: pointer; }
#indicator_wrapper { position: relative; text-align: right; margin-bottom: 4px; }
#mybasket_menu { position: relative; top: 0; right: 0; max-width: 100%; border: solid 1px #fff; text-align: center; }
#mybasket_menu .basket-label { text-transform: uppercase; background-color: #fff; color: #f6891f; padding-top: 3px; padding-bottom: 3px; }
#mybasket_menu .basket-info { padding: 5px 5px 0 5px; }
#mybasket_menu .basket-info > label { padding-bottom: 0; }
#mybasket_menu .basket-info a { text-decoration: underline; }

@media (max-width:479px) {
    #mybasket_menu { margin-bottom: 2px; }
}
