.wmc-cart-wrapper{
	position: relative;
    min-width: 150px;
    text-align: right;
}
.wmc-cart{
	position: relative;
    display: inline-block;
}
.wmc-cart img {
    width: auto;
    height: auto;
}
.cart-icon {
    position: relative;
    display: inline-block;
    font-size: 21px;
}
.wmc-count{
	position: absolute;
    top: 0;
    width: 19px;
    height: 19px;
    font-size: 10px;
    background-color: #21acd0;
    text-align: center;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
    border-radius: 100%;
    right: -10px;
}
.wmc-content{
	position: absolute;
    right: 0;
    background-color: #fff;
    border: 1px solid #f2f2f2;
    transition: all 0.3s ease-in-out;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    box-shadow: 2px 0px 4px rgba(0,0,0,0.12);
    padding: 20px;
    width: 325px;
    text-align: left;
    z-index: 99;
}
.wmc-cart-wrapper:hover .wmc-content{
	opacity: 1;
    visibility: visible;
}
.wmc-content .remove {
    font-size: 22px;
}
.wmc-content h3{
	font-size:17px !important;
	height: 40px;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
    color: #000;
    font-weight: 500;
}
.wmc-subtotal{
    position: relative;
    display: block;
}
.wmc-subtotal h5 {
    text-align: left;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    color: #333333;
    font-size: 15px;
    text-transform: uppercase;
    padding: 15px 0;
}
.wmc-subtotal h5 span {
    float: right;
    color: #21acd0;
}
.wmc-cart .wmc-subtotal{
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
}
.wmc-cart .wmc-subtotal:before {
	content: "\f107";
	font-family: 'FontAwesome';
	position: absolute;
	right: 0;
	z-index: 99;
	color: #000;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.wmc-cart .wmc-subtotal span {
    font-weight: 500;
    font-size: 18px;
    color: #647678;
    padding: 5px 0 5px 5px;
}
.wmc-bottom-buttons{
	width: 100%;
	height: 35px;
    justify-content: space-between;
    display: flex;
}
.wmc-bottom-buttons a{
	width: 48%;
	background-color: #21acd0;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	height:100%;
	font-size: 14px;
	color: #fff !important;
	text-decoration: none !important;
}
.wmc-bottom-buttons a:hover {
    background: #db2e22;
}

.wmc-products{
	list-style-type: none;
	margin: 0 !important;
	padding-left: 0;
}
.wmc-products li{
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 15px;
}
.wmc-products li:last-child {
    margin-bottom: 0;
}

.wmc-remove{
	width: 8%;
}
.wmc-image{
	width: 30%;
    margin-right: 10px;
}
.wmc-product-title{
	color:#333 !important;
	text-decoration:none !important;
}
.wmc-image img{
	max-width: 100%;
	height: auto;
}
.wmc-details{
	width: 60%;
	text-align: left;
}
.wmc-details h4{
	display: block;
    font-size: 12px;
    color: #000;
    margin: 0px 0 5px 0;
    font-weight: 500;
    text-align: left;
}
.wmc-details p {
    color: #7a7a7a !important;
}
.wmc-details p span {
    color: #21acd0 !important;
}
.wmc-price {
	font-size: 13px;
    color: #21acd0;
    text-align: left;
    
}
.wmc-price del span {
    text-decoration: line-through;
    color: #7a7a7a !important;
}
.wmc-empty{
	height: auto;
}