
select {
    background-position: 2% center
}
/* = globel
---------------------------*/
.qpart-button {
    border-radius: 15px 0 15px 15px;
}
.tow-buttons .qpart-button {
    border-radius: 15px 0 0 15px;

}
.qpart-button.next {
    background-image: url('../images/left-arrow.png');
    background-position: 2% center;
    padding-left: 35px;
}
.qpart-button.prev {
    border-radius: 0 0 15px 0 ;
}

.single-block {
    border-radius: 0 15px 15px 15px;
}
.single-block > *:first-child {
    border-radius:  0 15px 0 0;
}
.single-block > *:last-child {
    border-radius: 0 0 15px 15px;
}
.file-and-part_num .custom-file-upload {
    right: auto;
    left: 0;
}
.file-and-part_num .custom-file-upload::before{

}
/* = regForm
---------------------------*/

.tab {
    box-shadow: 0px 0px 5px 0px #d9d9d9;
}
#part_num {
    border-radius: 15px 0 0 0;
}


/* = request
---------------------------*/

.request .request-body {
    border-radius: 0 20px 20px 20px;
}

.request .request-body .single-request.replayed {
    border: 0;
    border-left: 1px solid var(--secand-color);
}

.request .request-body .single-request.replayed:hover {
    border: 0;
    border-left: 1px solid var(--main-color);
}

.request .request-body .single-request .request-data .thumbnail {
    float: right;
    margin-left: 5px;
}
.request .request-body .single-request .request-data .small-data span {
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px solid var(--secand-text-color);
}
.request .request-body .single-request .request-data .small-data span:last-child {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
}

.request .request-body .single-request .action .action-btn {
    border-radius:  10px 0 10px 10px;
}
.request .request-body .single-request .action .action-btn.add-product {
    padding-left: 30px;
}

.woocommerce-checkout #payment #place_order, .woocommerce-page #payment #place_order {
    border-radius: 15px 0 0 15px ;
    margin-right: 2%;
}

/* quantity
*---------------------------------------*/
.single-block .quantity span.quantity-increase {
    border-radius: 0 0 0 15px;
}

.single-block .quantity span.quantity-decrease {
    border-radius: 0 0 15px 0 ;
}

/* filter
*---------------------------------------*/
/* .filter-lead-form .filter-submit {
    border-radius: 0 30px 30px 30px !important;
} */

.child-parent .child-parent-action .quantity .quantity-increase{
    border-radius: 0 40px 40px 0;
}
.child-parent .child-parent-action .quantity .quantity-decrease {
    border-radius: 0 0 0 25px;
}