/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.uwc-show-sold-units::before {
    content: "\f201";
    display: inline;
    margin-right: 6px;
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1.2em;
}
.uwc-pay-box {
    width: 100%;
    border: 5px solid #605c5c;
    padding: 10px;    
    border-radius: 10px;
    margin-top:50px;
}
.uwc-accepted-payments-image {
    width: 150px !important;
    display: block;
    margin: auto;
    margin-top: -45px;
}
.uwc-pay-box img {
    padding: 4px;
    text-align: center
}
/*----backorder---*/
.backorder_notification{
    display: none;
}
.backorder_notification_custom{
    display: block;
    margin-bottom:0px;
}
/*
 * Add a warning image for backorder items
 *
*/

/*
 * Heavy font weight for out of stock message
 *
*/
.out-of-stock-messsage {
    font-weight: 900;
}
.accepted-payments1 {
	display: inline-block;
    width: auto !important;
    height: auto !important;

}
/*
 * 2nd accepted payment method display
 *
*/
img.accepted-payments {
	display: inline-block;
    height: 35px !important;
    width: auto !important;
}
p.accepted-payments-2::before {
    content: "\f3ed";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    padding-right: 5px;
}
p.accepted-payments-2 {
    font-size: 1.1em;
    font-weight: 700;
}
.uwc-pay-box2 {

    margin-top: 20px;

}
.uwc-pay-box-2-payments {
    display: block;
}
img.accepted-payments {
    display: inline-block !important;
    width: auto !important;
    height: 35px !important;
}
/*-------------------------*/
.tabs.wc-tabs {

    border: inherit !important;

}

.single-product .onsale {
left:0 !important;
right: initial !important;
}

/*--------------quick scroll defaults------------*/
a.go-pay {
    color:#fff;
    background-color:#96588a;
    padding:10px;
    text-align:center;
    margin:auto;
    display:block;
    transition: .7s;
}
a.go-pay:hover {
    background-color: #844076;
    transition: .7s;
}

.fas.fa-ticket-alt {
transform:rotate(140deg);
}

.woocommerce-info::before {
display:none !important;
}

/*
 * Add 30px margin between keep shopping and proceed to checkout button
 *
*/
.uwc-keep-shopping {

    margin-top: 30px !important;

}

.woocommerce .quantity .qty {
	width:2.5em !important;
	max-width: 80px !important;
}
