.wfc-open-cart-button[aria-hidden="true"].at-center { 
    transform: none; 
    }

.wfc-open-cart-button {
    background-color: #ffffff!important;
    align-items: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #1300c1;
    border-radius: 0.5rem!important;
    /* border-radius: 20px; */
    box-shadow: none;
    display: inline-flex;
    height: 48px!important;
    min-height: 45px!important;
    justify-content: center;
    opacity: .9;
    position: relative;
    right: 0px;
    transition: .4s;
    width: 60px!important;
    z-index: 0;
    }
.wfc-open-cart-button:hover {
    border: 1px solid #1300c1;
    background: #ffcdd9!important;
}
.wfc-open-cart-button:focus, .wfc-open-cart-button__icon:focus{
    color: black!important;
    background-color: #ffcdd9!important;
    border-color: #1300c1;
}
.admin-bar .wfc-open-cart-button.at-top {
    top:10px;
}
.wfc-open-cart-button.at-top{
    top:10px;
}
#offcanvas-top .wfc-open-cart-button.at-top{
    top:-10px;
}
#offcanvas-top .wfc-open-cart-button {
    background: transparent!important;
    color: #fff!important;
}
.wfc-open-cart-button__count {
    left: 10px;
    top: -4px;
}
.wc-fast-cart__close-btn {
    background-color: #000000!important;
}
.wfc-open-cart-button[aria-hidden=true].at-top {
    transform: none;
}
.wfc-side-is-open .wfc-open-cart-button {
    display: inline-flex;
}