.woocommerce div.product form.cart .pyp_custom_dropdown{
    margin-bottom:1em;
    border:0;
    width:100%
}
.woocommerce div.product form.cart .pyp_custom_dropdown td,.woocommerce div.product form.cart .pyp_custom_dropdown th{
    border:0;
    vertical-align:top;
    line-height:2em
}
.woocommerce div.product form.cart .pyp_custom_dropdown label{
    font-weight:700
}
.woocommerce div.product form.cart .pyp_custom_dropdown select{
    max-width:100%;
    min-width:75%;
    display:inline-block;
    margin-right:1em
}
.woocommerce div.product form.cart .pyp_custom_dropdown td.label{
    padding-right:1em
}

.pyp-button{
    float:left;
    width: auto;
    margin-right:10px;
    margin-top:10px;
    height:50px;
    border: 1px solid #ddd;
    text-align: center;
    padding: 10px;
    cursor: pointer;
    box-sizing:border-box;
}
.pyp_button_container {
    float:left;
    width:100%;
    margin: 10px 0;
}

.pyp_button_container label{
    display:block;
    width:100%;
    float:left;
    margin: 10px 0;
}
.pyp_btn_text_devider{
    width:100%;
    text-align:center;
    display:block;
    margin:10px 0;
    float:left;
}
.pyp_number_or_text_container,
.pyp_dropdown_container,
.pyp_text_container{
    float:left;
    width:100%;
    display:flex;
    margin:10px 0;     
}


