nav#menu.cart-panel {
    background: #fff;
    top: 35px !important;
    padding: 20px;
    z-index: 999;
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}

.wt-mini-cart {
	font-size: 20px;
    cursor: pointer;
    position: relative;
    float: right;
    padding: 15px 0 0 35px;
}
.wt-mini-cart:after {
	font-family: "fontawesome";
    content: "d";
	font-size: 24px;
	display: inline-block;
	vertical-align: bottom;
}
.wt-mini-cart span.number {
	font-family: 'CocogooseProLetterpress';
	color: #476EA6;
}
.wt-mini-cart small.tax_label {
    display: none;
}
span.free-shipping {
    position: relative;
    margin: 0 -20px 0 20px;
    top: 5px;
    background: #efefef;
    padding: 5px 10px 6px; 
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
span.free-shipping:after {
    content: " ";
    top: 8px;
    height: 10px;
    width: 10px;
    position: absolute;
    right: -5px;
    background: #efefef;
    transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
}
a.menu-link {
    float: right;
}
a.menu-link:hover,
a.menu-link:active {
    text-decoration: none !important;
}




/*  
    Recommeded CSS
    ==============
*/
@media screen and (max-width: 767px) {
	body .cart-panel {
	    position: fixed;
	    /*right: -20em !important; /*or width of your navigation cart-panel*/
	    max-width: 80%; /*should match the above value*/
	}
	nav.cart-panel a.button.wc-forward {
    	width: 100% !important;
		margin-bottom: 10px;
    }
    .wt-cart-total {
		width: 240px !important;
	}
	nav.cart-panel ul.product_list_widget li.mini_cart_item img {
    	width: 60px !important;
    }
}
@media screen and (min-width: 769px) {
	body.cart-panel {
	    position: fixed;
	    right: -35em; /*or width of your navigation cart-panel*/
	    width: 35em; /*should match the above value*/
	}
}
/*  
    Demo Specific Styles
    ====================
*/

.wrap {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

body.cart-panel {
    background: #494646;
    color: #fff;
    padding: 20px;
    border-radius: 0;
    font-family: 'CocogooseProLetterpress';
}
nav.cart-panel .panel-top {
    position:relative;
}
nav.cart-panel .panel-top h3 {
	text-transform: uppercase;
	margin: 0;
}
nav.cart-panel a.menu-link {
    position: absolute;
    top: 1px;
    right: 12px;
    color: #000;
}
nav.cart-panel a.menu-link:before {
    content: "\2716";
    font-size: 22px;
}
nav.cart-panel a.menu-link {
	text-decoration: none;
}
nav.cart-panel a.menu-link:hover {
	text-decoration: none;
}

nav.cart-panel ul.cart_list.product_list_widget {
    overflow-y: auto;
    height: 75%;
    list-style: none;
    padding: 0;
    overflow-x: hidden;
}

nav.cart-panel ul.cart_list.product_list_widget li.mini_cart_item {
    position: relative;
    padding: 20px 0;
    width: 100%;
    overflow: hidden;
}

nav.cart-panel ul.product_list_widget li.mini_cart_item img {
	width: 90px !important;
	background: #fff;
    border: 1px solid #dadada;
    height: inherit;
    float: left !important;
    margin: 0 20px 0 0;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
nav.cart-panel ul.cart_list.product_list_widget li.mini_cart_item a.remove {
    position: absolute;
    right: 5px;
    z-index: 99;
    width: 20px;
    height: 20px;
    color: #fd5e60 !important;
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    padding: 5px;
    line-height: 13px;
    transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
    top: 20px;
}

nav.cart-panel ul.cart_list.product_list_widget li.mini_cart_item a.remove:hover {
	color: #B10028 !important;
	background: none;
    transition: ease-in 0.2s;
    -moz-transition: ease-in 0.2s;
    -webkit-transition: ease-in 0.2s;
}
nav.cart-panel ul.cart_list.product_list_widget a {
	font-weight: 300;
    font-size: 1.2em;
    color: #000;
}
nav.cart-panel ul.cart_list span.cart-item-title {
    display: block;
}

nav.cart-panel ul.cart_list span.cart-item-qty {
    float: left;
}

nav.cart-panel ul.cart_list span.cart-item-price {
/*     font-size: 0.8em; */
    float: left;
}
nav.cart-panel ul.cart_list.product_list_widget a:hover {
    text-decoration: none;
}
nav.cart-panel ul.cart_list.product_list_widget li.mini_cart_item span.quantity {
    position: absolute;
    width: 100% !important;
    left: 120px;
    top: 55px;
    font-weight: 300;
}

nav.cart-panel ul.cart_list.product_list_widget li.mini_cart_item dl.variation {
    padding: 0;
    border-left: none;
    position: absolute;
    top: 75px;
    left: 120px;
    font-weight: 300;
}
nav.cart-panel p.total {
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px 0;
}
nav.cart-panel strong {
	display: inline-table;
    font-size: 18px;
    font-weight: 500;
}

nav.cart-panel .wt-cart-total {
    position: absolute;
    bottom: 20px;
    padding: 20px 0;
    width: calc(100% - 40px);
    display: block;
    z-index: 300;
}
nav.cart-panel a.button.checkout.wc-forward {
	background: #74C096;
    color: #fff;
    width: 100%;
    text-align: center;
    border-radius: 0;
    border: none;
    padding: 15px;
    display: block;
    text-transform: uppercase;
}



nav.cart-panel li.empty {
	text-align: center;
    padding:  50px 0;
    font-size:  13px;
}
/*
nav.cart-panel li.empty h3 {
    padding:  20px 0;
}
nav.cart-panel li.empty button.button {
    background: #53b9c8;
    color: #fff !important;
    text-transform: uppercase;
    padding: 10px 20px;
    clear: both;
    display: inline-block;
}
*/


nav.cart-panel ul.cart_list.product_list_widget li.empty:before {
    display: block;
    font-size: 195px;
    color: #444;
    line-height: 195px;
    padding: 30px 0;
}

.cart_list.product_list_widget p.woocommerce-mini-cart__total.total, .cart_list.product_list_widget .woocommerce-mini-cart__buttons.buttons {
    display:none;
}