body {
    overflow-x: hidden;
}

.wfc_container .wfc_header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: auto;
    padding: 0 12px 0 0;
}
.wfc_container .wfc_header_title {
    display: flex;
    padding: 0 10px 10px 0;
    text-align: center;
    font-size: 20px;
    margin: 0;
    text-transform: capitalize;
}
.wfc_container span.wfc_close_cart {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.6s ease 0s;
    width: 11px;
    line-height: 0px;
}
.wfc_container span.wfc_close_cart:hover {
    transform: rotate(180deg);
    right: 15px;
    top: 17px;
    line-height: 0px;
}
.wfc_container table.wfc_cust_mini_cart td {
    border: none;
}
.wfc_container .wfc_body {
    overflow-y: auto;
    flex-grow: 1;
}
a#wfc_apply_coupon {
    font-size: 20px;
    letter-spacing: 1.1px;
}
.wfc_container h3.empty_cart_text {
    padding: 10px 10px;
    font-size: 20px;
    font-weight: 600;
}
.wfc_container div.wfc_ship_txt {
    text-align: center;
    text-transform: capitalize;
}
.wfc_container .wfc_container a:focus {
    outline: none !important;
}
.wfc_oc_total_oc {
    width: 100% !important;
    border-top: 1px dashed #9E9E9E;
}
.wfc_total_label {
    font-weight: bold;
}
.wfc_container .wfc_total_tr div {
    width: 50%;
    display: inline-block;
}
.wfc_container .wfc_coupon {
    display: flex;
    padding: 10px 10px 0 10px;
    border-top: 1px solid #eee;
    position: relative;
    font-weight: 700;
    text-align: center;
}
.wfc_apply_coupon_link {
    width: 100%;
}
.wfc_apply_coupon_link a {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
}
.wfc_coupon_field {
    display: none;
    width: 100%;
}
.wfc_coupon_field input#wfc_coupon_code {
    display: inline-block;
    width: 68%;
    font-size: 16px;
    padding: 8px;
    border: 0;
    border-radius: 0;
}
.wfc_coupon_field span.wfc_coupon_submit {
    display: inline-block;
    width: 25%;
    font-size: 16px;
    padding: 8px;
    margin-left: 5%;
    cursor: pointer;
}
.wfc_container .wfc_cust_mini_cart a.wfc_remove {
    display: inline-block;
    margin-bottom: 10px;
}
.wfc_container input[type="number"] {
    width: 35%;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    padding: 5px;
}
.wfc_container span.qty_title {
    vertical-align: middle;
}
.wfc_container table.wfc_cust_mini_cart {
    margin: 0px;
}
.wfc_container .wfc_slider {
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
    text-align: center;
    border-top: 1px solid #eee;
}
.wfc_container .wfc_gift_product {
    width: 100%;
    display: flex;
    float: left;
    padding: 9px 27px;
    align-content: center;
    align-items: center;
}
.wfc_container .wfc_left_div {
    width: 100%;
    display: inline-block;
    float: left;
}
.wfc_container .wfc_right_div {
    width: 100%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 25px;
}
.wfc_container .wfc_right_div h3 {
    margin: 10px 5px 5px 5px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
}
.wfc_container .wfc_right_div span {
    font-weight: bold;
}
.wfc_right_div > a > span {
    width: 100%;
    display: inline-block;
}
.wfc_container button:focus {
    outline: none;
}
.wfc_container .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.wfc_container .owl-prev {
    left: 0;
    position: absolute;
}
.wfc_container .owl-next {
    right: 0;
    position: absolute;
}
.wfc_coupon_response {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    /* top: 0;
     left: 0;
     right: 0;
     bottom: 0;*/
    top: 0;
    /* left: 76%; */
    right: 0;
    bottom: 0;
    background-color: rgb(99 97 97 / 50%);
    z-index: 9999999999;
    cursor: pointer;
}
#wfc_cpn_resp {
    position: relative;
    background-color: #0f834d;
    /* display: none; */
    color: #fff;
    padding: 15px;
    z-index: 9999999;
    cursor: pointer;
    top: 0;
    left: 0;
    /* transform: translate(-50%,-50%); */
    -ms-transform: translate(-50%, -50%);
    /* width: 350px;*/
    max-width: 100%;
    display: inline-block;
}
ul.wfc_applied_cpns {
    list-style-type: none;
    margin: 3px 0;
    display: table;
}
li.wfc_remove_cpn {
    display: table;
    float: left;
    padding: 5px;
    background-color: #dff0d8;
    border-radius: 10%;
    margin: 5px 0px 5px 10px;
    color: #3c763d;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 12px;
}
li.wfc_remove_cpn .dashicons.dashicons-no {
    width: 12px;
    height: 12px;
    font-size: 12px;
}
.scfw_overlay {
    overflow: hidden;
    position: relative;
}
.scfw_overlay:after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.wfc_container_overlay.active {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 99999998;
    background-color: transparent;
}
.wfc_cust_mini_cart .wfc_remove img {
    height: 17px;
}
.wfc_cust_mini_cart .wfc_remove img:hover {
    opacity: 0.8;
}
.wfc_qupdiv {
    vertical-align: middle;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: .7rem;
}
.wfc_plus, .wfc_minus {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    padding: 5px 9px;
    margin: 0;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border: 1px solid #ccc !important;
    color: #000;
    cursor: pointer;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    outline: none;
    margin: 0px;
    line-height: 30px;
    font-family: Muli, sans-serif !important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    width: 30px;
    height: 30px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    z-index: 999;
}
.wfc_update_qty {
    box-shadow: none;
    text-indent: inherit !important;
    box-sizing: border-box !important;
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: 30px !important;
    height: 30px !important;
    max-height: none;
    min-height: 0;
    border: none;
    font-size: 16px;
    background: transparent;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-left: 0px !important;
    border-right: 0px !important;
    width: 45px !important;
    min-width: auto !important;
    text-align: center;
    color: #000;
    padding: 0 !important;
    border-radius: 0;
    min-height: 0 !important;
    margin: 0 !important;
    max-width: 100% !important;
}
.wfc_minus {
    padding: 4px 11px;
}
.wfc_cust_mini_cart .image_div img {
    max-width: 80px;
}
.wfc_cart_icon img {
    height: 20px;
}
.wfc_cart_prods_inner {
    display: grid;
    grid-template-columns: 80px calc(100% - 90px);
    grid-gap: 10px;
    align-items: center;
}
.wfc_cart_prods_inner .image_div {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    max-width: 80px;
}
.wfc_cart_prods_inner .description_div {
    display: inline-block;
    vertical-align: top;
    word-break: break-word;
    width: 100%;
    position: relative;
}
.wfc_total_innwer {
    text-align: right;
}
.oc_metadata p {
    margin: 0px;
}
.wfc_prcdel_div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
}
.wfc_prodline_title {
    display: block;
}
.wfc_prodline_qty {
    margin-top: auto;
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
}
p.oc_meta {
    margin: 0;
}
.wfc_prodline_price {
    display: inline-block;
    vertical-align: top;
    position: relative;
    word-break: break-word;
    width: 100%;
    height: auto !important;
    padding: 5px 0 0 !important;
}
button.owl-prev img, button.owl-next img {
    width: 14px;
    opacity: 0.3;
}
button.owl-prev img:hover, button.owl-next img:hover {
    opacity: 1;
}
.wfc_total_innwer_full {
    text-align: right;
}
.wfc_total_label {
    display: inline-block;
    width: 100%;
    float: left;
    text-align: left;
}
.wfc_total_amount {
    display: inline-block;
    width: 100%;
    float: right;
    text-align: right;
}
.owl-carousel .owl-item .wfc_left_div img {
    width: 120px;
}
.wfc_container a, .wfc_container button, .wfc_container a:hover, .wfc_container button:hover {
    text-decoration: none;
}
.wfc_body.wfc_loader .wfc_cust_mini_cart {
    position: relative;
}
.wfc_body.wfc_loader {
    overflow: hidden;
}
.wfc_body.wfc_loader .wfc_cust_mini_cart:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    z-index: 9999;
    left: 0;
    overflow: hidden !important;
}
.wfc_pslide_prodpage, .wfc_pslide_atc {
    display: inline-block;
    padding: 6px 8px;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
    margin-top: 10px;
}
.wfc_slider .owl-theme .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    height: auto;
    margin: 0 !important;
}
.wfc_right_div .added_to_cart {
    display: none;
}
.wfc_total_amountt {
    text-align: right;
}
.oc_metadata dl.variation {
    margin: 0px;
    font-size: 13px !important;
}
.oc_metadata dt {
    width: auto;
    display: inline-block;
    float: left;
}
.oc_metadata dd {
    margin: 0 !important;
}
.wfc_inner_div {
    /*  width: 350px;*/
    display: inline-block;
    position: relative;
}
@media only screen and (max-width: 768px) {
    .wfc_slider.desktop_oc {
        display: none;
    }
}
