.dropdown-content {
	width: 250px;
    background: #fff;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s; /* Safari */
}
.mini-cart:hover .dropdown-content {
    opacity: 1;
    visibility: visible;
    transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s; /* Safari */
}
.dropdown-content a {
	padding: 0 0 0 0 !important;
	color: #333 !important;
	text-align: left !important;
}
.dropdown-content .buttons {
	margin-bottom: 0px;
}
.dropdown-content img {
	margin-right: 22px;
	width: 100%;
}
.dropdowncartimage {
	text-align: left;
	float: left;
	width: 100%;
	opacity: 1;
}

.dropdowncartproduct {
	float: left;
	margin-left: 12px;
}
.dropdowncartproduct a {
    font-size: 13px !important;
    font-weight: 600 !important;
}
.dropdowncartquantity {
	float: left;
	width: 100px;
	text-align: left;
	padding-left: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-size: 12px;
	color: #333;
	margin-top: 3px;
}
.dropdown-content .total {
	color: #fff;
	border-bottom: 1px dashed #434649;
	padding-bottom: 12px;
	margin-bottom: 12px;
}
.dropdown-content .buttons {
	width: 100%;
	padding: 20px 20px;
}
.dropdown-content .buttons a {
	float: left;
	display: block;
	width: 100%;
	font-weight: 600;
	padding: 13px 19px !important;
}
.dropdown-content .buttons a:hover {
	color: #fff !important;
	border: 2px solid rgb(102, 102, 102);
	background-color: rgb(102, 102, 102);
}
.dropdown-content .buttons .button {
	margin-bottom: 0px;
}
.mini-cart .fa-shopping-cart {
	font-size: 14px;
	margin-right: 3px;
}
.dropdown-content .fa-shopping-cart {
	font-size: 14px !important;
	margin-right: 6px !important;
}
.cart_oddrow, .cart_evenrow {
	border-bottom: 1px solid #e7e7e7;
	padding: 20px 20px;
	width: 100%;
	float: left;
	transition: all ease 0.2s;
    -webkit-transition: all ease 0.2s; /* Safari */
}
.cart_oddrow:hover, .cart_evenrow:hover {
	background-color: #f7f7f7;
}
.mini-cart .left {
	width: 20%;
}
.mini-cart .button {
	font-weight: 600 !important;
}
.dropdown-content .empty {
	padding: 20px 20px;
	border-bottom: 1px solid #e1e1e1;
}