/* invoice header buttons */
#invoice.single-sa_invoice #doc_header_wrap #header_title {
    display: flex;
    justify-content: space-between;
}
#invoice.single-sa_invoice #doc_header_wrap #header_title #doc_actions a {
    margin-left: 10px;
    padding-right: 20px;
    padding-left: 20px;
}
.woocommerce-checkout p.form-row-wide, .woocommerce-checkout p.form-row-first, .woocommerce-checkout p.form-row-last{
    max-width:550px!important;
}
.woocommerce-additional-fields{
    float:left!important;
    width:100%;
}
/*loader*/
.olrb-loader{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.8);
    z-index:99999;
    display:none;
}
.processing .olrb-loader{
    display: flex;
}
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.comment-form{
    margin-left: 0;
    margin-right: 0;
    display: block;
}
.comment-form > p, .comment-form .comment-form-images, .comment-form .comment-form-rating{
    padding-left: 0;
    padding-right: 0;
}
.woocommerce-Reviews .wcpr-filter-container{
    border: none;
}
.woocommerce-orders-table td.woocommerce-orders-table__cell-order-actions{
    min-width: 230px;
    clear: both;
}
.woocommerce-orders-table td{
    min-height: 27px;
}
.wcpr-rate-buttons-container span.wcpr-rate-buttons{
    border: none;
    box-shadow: 0 0 10px 0;
}
.woocommerce table.my_account_orders .wcpr-rate-buttons .button{
    width: 100%;
}
.woocommerce-checkout p.shipping-signature{
    padding: 0;
    margin: 0!important;
}
.shipping-signature-tooltip{
    display: inline-block;
    position: relative;
    background: transparent;
    padding: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border: 1px solid #000;
    margin: 5px;
    border-radius: 100%;
    color: #000;
    visibility: visible;
    opacity: 1;
    font-size: 12px;


}
.shipping-signature-tooltip:before,
.shipping-signature-tooltip:after {
    position: absolute;
    content: '';
    opacity: 0;
    transition: all 0.4s ease;
}
.shipping-signature-tooltip:before {
    border-width: 10px 8px 0 8px;
    border-style: solid;
    border-color: transparent transparent transparent transparent;
    top: -15px;
    transform: translateY(20px);
}
.shipping-signature-tooltip:after {
    content: attr(data-tooltip);
    background: #000;
    width: auto;
    height: auto;
    min-width: 220px;
    font-size: 13px;
    font-weight: 300;
    top: 0;
    left: 50%;
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    transform: translate(-20%, -180%);
    color: #fff;
}
.shipping-signature label:hover .tooltip::before,
.shipping-signature label:hover .tooltip::after {
    opacity: 1;
    transform: translate(-20%, -110%);
}
.woocommerce-checkout ._form-wrapper._form_show,
.woocommerce-cart ._form-wrapper._form_show{
    display: none;
}
.woocommerce-additional-fields__field-wrapper{
    position: relative;
    z-index: 1;
}
.wcpr-stars-count .star-rating span{
    left:3px;
}
.bundle_sells_title h3{
    font-family: metropolis,Arial,Helvetica,sans-serif!important;
    font-weight: 600!important;
}


.woodmart-registration-page.woodmart-no-registration {
    max-width: 900px;
    display: flex !important;
    flex-wrap: wrap;
}
.col-registeration {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.col-registeration .btn.btn-color-primary {
    margin-top: 27px;
}
@media screen and (max-width: 767px){
    .col-registeration .btn.btn-color-primary {
        margin-top: 0px;
    }
    .col-registeration .wd-login-title {
        margin-top: 29px;
    }
    .blackfriday-banner img{
        display: none;
    }
    .blackfriday-banner img.mobile-bf{
        display: block!important;
    }
}


