/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .pisol_buy_now_button{
     padding:10px 15px !important;
     margin-top:10px !important;
     margin-bottom:10px !important;
     display: block !important;
     text-align: center !important;
     width:100% !important;
     position: relative;
 }

.pisol-ck-product-row{
    display: flex;
    align-items: center;
}

.pisol-ck-product-row.pi-inline{
    display:inline-block;
}
.pisol-ck-product-row .remove{
    margin-right:7px;
}

.pisol-ck-product-row  .pisol_product_name{
    width:100%;
}

.pisol-ck-product-row .pisol-qty{
    margin-right: 0px;
    margin-left: auto;
    text-align: center;
}

.pisol-ck-product-row .quantity input{
    width:70px;
    padding:5px;
    text-align: center;
}

form.woocommerce-checkout .remove{
    margin-right:7px;
    display:inline !important;
}

.pisol-ck-product-row a.remove{
    display:flex !important;
    align-items:center;
    justify-content:center;
    flex-basis:20px !important;
    width:20px !important;
    height:20px !important;
    flex-grow: 0;
    flex-shrink: 0;
}

.pi-edit-item{
    font-size:12px;
    margin-left:10px;
    display: inline-block;
    padding:2px 10px;
    background:#000;
    color:#fff;
    border-radius:10px;
    text-decoration: none;
    border:1px solid #000;
    font-weight:bold;
    transition: background-color 0.3s ease;
}

.pi-edit-item:hover{
    background-color:#ccc;
    border:1px solid #ccc;
    text-decoration:underline;
}