.wfc_container {
    width: 300px;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    z-index: 99999999;
    background-color: #FFF;
    transition: width 2s;
    display: none;
    box-shadow: 3px 0 9px 0 #000;
}
.wfc_header{
    background-color: #f1f1f1;
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #ccc;
}
.wfc_header_title {
    padding: 10px 10px;
    text-align: left;
    font-size: 20px;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
}
span.wfc_close_cart {
    display: inline-block;
    float: right;
    position: absolute;
    right: 5px;
    top: 10px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    width: 11px;
}
span.wfc_close_cart:hover{
    transform: rotate(180deg);
    position: absolute;
    right: 5px;
    top: 13px;
}
img.attachment-thumbnail.size-thumbnail {
    height: 80px;
    width: 80px;
}
table.wfc_cust_mini_cart{
    margin-bottom: 0px;
}

table.wfc_cust_mini_cart td{
	padding: 10px;
}
.wfc_body {
    overflow-y: auto;
}
.wfc_footer {
    padding: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    display: inline-block;
    left: 0;
    background-color: #f1f1f1;
    border-top: 2px solid #ccc;
}
.wfc_footer a {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    font-weight: 600;
}
.image_div img{
    height: 80px;
    width: 80px;
}
.wfc_cart_basket{
    border: 1px solid #ccc;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    right: 15px;
    z-index: 99999;
    cursor: pointer;
}
.wfc_item_count {
    position: absolute;
    top: -10px;
    left: -12px;
    height: 23px;
    width: 23px;
    line-height: 23px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
}
h3.empty_cart_text {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
}
div.wfc_ship_txt{
    text-align: center;
    text-transform: capitalize;
}
.wfc_container a:focus{
    outline: none !important;
}
.wfc_total_tr {
    width: 100%;
    display: inline-block;
    background-color: #f1f1f1;
    padding: 10px 10px;
    border-top: 2px solid #ccc;
    position: absolute;
    font-weight: 700;
}
.wfc_total_tr div {
    width: 50%;
    display: inline-block;
}
.wfc_cust_mini_cart a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red!important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    font-family: Arial;
    font-weight: normal;
}