/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 .pi-custom-button{
     width:100%;
     display:block !important;
     margin-top:20px !important;
     margin-bottom:20px !important;
     text-align: center;
     cursor:pointer;
 }

 .pi-thumbnail img{
    max-width:60px !important;
 }

 .pi-quantity{
     max-width:70px;
     text-align: center;
 }

 #pi-loading{
     display:block;
     width:100%;
     height:100%;
     position:absolute;
     top:0;
     left:0;
     background:url(../img/loading.svg) rgba(0,0,0,0.2) no-repeat center center;
 }

 .pi-attribute-label{
     text-transform: capitalize;
 }

 .pi-row{
     display:block;
     padding:10px 0;
 }

 .pi-col-12{
     width:100%;
 }

 .pi-form-control{
     padding:10px;
     width:100%;
     display:block;
     border:1px solid #ccc;
 }

 .pi-btn{
     padding:10px 20px;
     background:#ee6443;
     color:#fff;
     border:0px;
     cursor:pointer;
 }

 #pi-eqw-cart{
    position:fixed;
    bottom:20px;
    right:20px;
    width:40px;
    height:40px;
}

#pi-eqw-cart .pi-count{
    position: absolute;
    top: -6px;
    left: 10px;
    width: 20px;
    height: 20px;
    background: #000;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 10px;
}

#pi-eqw-cart.pi_icon_relative{
    position:relative;
    display:inline-block;
    bottom:auto;
    right:auto;
}

/**
To hide the add to cart button from the variable product page
*/
/*
 .single_variation_wrap, .woocommerce-variation-add-to-cart.variations_button{
     display:none;
 }
 */