
.custom-pname{
    display:none;
}


@media (max-width: 786px){
    .order-custom{
        display: none !important;
    }

    #wk-payment-confirmation{
        text-align: center;
    }

    .wkcustomizerbtn{
        font-size: 10px !important;
    }
 
    .wk-order-total .wk-box{
        margin-top: 12px !important;
    }

    .wk-product-img{
        float: none  !important;
    margin: 0 auto  !important;
    max-width: 82px;
    }

    .wk-attribute{
        font-weight: bold;
    }

    .custom-pname{
        display:block;
        text-align: center;
    }

    .wk-product-detail{
        width: 100%;
    }

    #wk-remove-cart{
        float: left;
    }

    .wk-product-link{
        float: left;
    }
} 