﻿.flyout-cart-to-client-cart {
	display: none;
}

.fly-cart-button{
    width:100%;
    margin-top:3px;
}

.flyout-cart-to-client-cart {
	position: absolute;
	top: 45px;
	right: 0;
	z-index: 100;
	width: 300px;
	box-shadow: 0 0 2px rgba(0,0,0,0.25);
	background-color: #fff;
}

.selected-cart-type{
    border:1px solid #851812;
    background-color: #D8E1E4;
}

@media (min-width: 1001px)
{
    .flyout-cart-to-client-cart.active {
	    display: block;
    }
}
