@media(min-width:993px){
    .d-sidebar {
        margin:0px;
        padding: 48px;
    }      
    .d-left,
    .d-right {
        height: 650px;
        background: white;
        overflow: scroll;
        border:1px solid lightgray;
    }    
    .profile-sidebar-toggle{
        display: none;
    }              
    .close-profile-sidebar{
        display: none;
    }       
}
@media(max-width:993px){
    .d-sidebar {
        width: auto!important;
    }       
    .d-left,
    .d-right {
        height: 100vh;  
        background: white;
        overflow: scroll;
        border:1px solid lightgray;      
    }        
    .d-left{
        position: fixed;
        margin-left: -100vw!important;
        top: 0;
        height: 100vh;
        z-index: 100;
        transition: all .5s;
    }   
    .d-right{
        margin: 20px;
    }   
    .profile-sidebar-toggle{        
        position: absolute;
        right: 37px;
        padding: 3px 11px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        border-radius: 5px;
        z-index: 10;
    } 
    .toggle-profile-sidebar{
        margin-left: 0!important;
    }   
    .close-profile-sidebar{
        text-align: right;
        padding: 10px 11px 0px 0px;
    }       
    .close-profile-sidebar i{        
        padding: 8px;
        color: white;
        cursor: pointer;
    }    
    .tableResponsive{
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }        
    .cart-table th, .cart-table td {
        padding: 10px 17px!important;
    }    
}


.d-left {
    border: 1px solid lightgray;
}

.d-left ul {
    list-style: none;
}

.d-left ul li a {
    border-bottom: 1px solid #b0b0b0;
    padding: 16px 12px;
    display: block;
    color: black;
    text-decoration: none;
    transition: all .3s;
    font-size: 15px;
}

.d-left ul li a i{
    width: 32px;
    font-size: 20px;
}


/* My-Cart */
.cart-table {
    width: 100%;
    text-align: center;
}

.cart-table img {
    width: 100px;
    /* box-shadow: 0 0 1px 0 grey; */
}

.cart-table tr {
    border-bottom: 1px solid lightgray;
}

.cart-table th,
.cart-table td {
    padding: 10px 0;
}

.apply-coupon-input {
    height: 34px;
    border-radius: 0;
    border: 1px solid lightgray;
    width: 100%;            
}            
.apply-coupon-input:focus {
    outline: none;
    padding: 5px 10px;
}

.apply-coupon-button {
    padding: 5px 12px;
    color: white;
    border: none;
    transition: all .3s;
    width: 100%;
    height: 34px;
}

.proceed-btn {        
    color:white!important;  
    text-decoration: none;  
}
.proceed-btn:hover{
    color: white!important;
}
@media(min-width:993px){
    .proceed-btn {        
        height: 29px !important;
        display: table;
        padding: 7px 68px;
    }
    .proceed-btn.update-cart{
        float: left;
    }
    .proceed-btn.proceed{
        float: right;
    }
}
@media(max-width:993px){
    .proceed-btn{
        color: black;
        height: 29px !important;
        display: block;
        padding: 21px 68px 40px 68px;
        float: right;
        width: 100%;
        margin: 8px 0;
        text-align:center;        
    }
}

.summary-table tr th, .summary-table tr td{
    border-bottom: 1px solid lightgray;    
}

.header-title{
    border-bottom: 3px solid lightgray;
    padding-bottom: 11px;
    font-size: 27px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.delete-btn{
    border: none!important;
    font-size: 18px!important;
}
.razorpay-payment-button{
    display: none
}
#pay-btn{
    counter:pointer;
}
.sidebar-icon{
    width: 20px;
    text-align: center;
    margin-right: px;
}

.cart-product-image{
    height:100px;
    width:auto;
}


.custom-scrollbar{
    overflow: auto;
}
.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
  }

  .custom-scrollbar::-webkit-scrollbar-track {
    background-color: #f1f1f1;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb {
    /* background-color: #888; written in style.blade.php */
    border-radius: 6px;
  }

  .custom-scrollbar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
  }
