div#miniBasketProductsWrapper {
    left: auto !important;
    right: 0;
    background: none !important;
    padding-top: 14px !important;
}
div#miniBasketProductsMask {
    padding: 33px 32px 0px 32px !important;
    background: #FFF !important;
    border: 1px solid #222;
    width: 304px;
}
div#miniBasketProductsMask .basket_products .product_details {
    width: 204px !important;
}
div#miniBasketProductsMask .basket_products .productTitle {
    font-family: Gill_sans_mt_regular;
    color: #222;
    font-size: 16px;
    margin-bottom: 0px;
    text-align: left !important;
    letter-spacing: 1px;
}
div#miniBasketProductsMask .basket_products .productTitle:hover {
  text-decoration: underline;
}
div#miniBasketProductsMask .basket_products .product_details .productColour {
    color: #646464 !important;
    font-family: Gill_sans_mt_regular;
    font-size: 16px;
    letter-spacing: 1px;
}
 div#miniBasketProductsMask .basket_products .product_details .productSize {
    color: #646464 !important;
    font-family: Gill_sans_mt_regular;
    font-size: 16px;
    letter-spacing: 1px;
}
div#miniBasketProductsMask .product_price {
    position: absolute;
    right: 0;
    bottom: 5px;
    clear: both;
    margin: 0px;
    font-family: Gill_sans_mt_regular;
    color: #646464 !important;
    font-size: 16px;
    text-align: right !important;
    display: block;
    letter-spacing: 1px;
    /* margin-top: -20px; */
}
div#miniBasketProductsMask .product_price > .now_price {
    color: #646464 !important;
}
div#miniBasketProductsMask .basket_products {
    position: relative;
}
div#miniBasketProductsMask .basket_products > .basket_product {
    position: relative;
    margin-bottom: 20px;
}
div#miniBasketProductsMask .basket_products {
    background: none !important;
    border-bottom: 1px solid #222;
    width: 100%;
}
div#miniBasketProductsMask .basket_totals {
    color: #646464 !important;
    padding-top: 30px !important;
}
.basket_sub_total {
	margin-bottom: 16px;
}
.product_details > a {
    margin: 0px !important;
}
.basket_sub_total > p > span.name {
    display: none !important;
}
div#miniBasketProductsMask .basket_sub_total p {
    margin-bottom: 0px !important;
    font-family: Gill_sans_mt_regular;
    text-align: right;
    letter-spacing: 1px;
}
.basket_totals > #mini_basket_view_basket {
    display: block;
    padding: 0px;
    float: right;
    height: 40px;
    width: 142px;
    text-align: center;
    line-height: 40px !important;
    font-family: Gill_sans_mt_regular;
    font-size: 16px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
}
#delivery-notice {
	width: calc(100% + 64px);
    margin-top: 20px;
    margin-left: -32px;
    height: 40px;
    background: #c4eFFF;
    float: left;
    text-align: center;
}
#delivery-notice > span {
    font-family: Gill_sans_mt_regular;
    color: #222;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    letter-spacing: 1px;
}
#delivery-notice > span:hover {
    text-decoration: underline;
}
#isMore {
    float: left !important;
    height: 30px;
    width: calc(100% - 20px) !important;
    background: #FFEACC;
    padding: 0 10px;
    line-height: 30px;
    font-family: Gill_sans_mt_regular;
    color: #646464 !important;
    font-size: 16px;
    letter-spacing: 1px;
}
a#moreViewAll {
    text-align: right;
    display: inline-block;
    float: right !important;
    margin: 0px !important;
}
a#moreViewAll > span {
    line-height: 30px;
    color: #222;
    font-family: Gill_sans_mt_regular;
    font-size: 16px;
    letter-spacing: 1px;
}
a#moreViewAll > span:hover {
    text-decoration: underline;
}
div#miniBasketProductsMask:after {
    content: '';
    position: absolute;
    top: -10px;
    left: 271px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 10px 15px;
    border-color: transparent transparent #ffffff transparent;
}
div#miniBasketProductsMask .basket_products div a > img {
    width: 62px;
    height: 80px;
}
div#miniBasketProductsMask .basket_products .product_details > a {
    float: none;
}