@media(min-width:993px){
    .d-sidebar {
        margin: 0px;
        padding:0!important;
    }      
    .d-left,
    .d-right {
        height: 650px;
        background: white;
        overflow: scroll;        
        /* border:1px solid lightgray; */
        padding-top:50px;
    }    
    .d-right{
        padding-left:63px;
        padding-right:63px;
        width:80%;
    }
    .profile-sidebar-toggle{
        display: none;
    }              
    .close-profile-sidebar{
        display: none;
    }       
}
@media(max-width:993px){
    .d-sidebar {
        width: auto!important;        
    }       
    .d-left,
    .d-right {
        background: white;
        overflow: scroll;
        border: 1px solid lightgray;
        padding-bottom: 20px;   
    }        
    .d-left{
        position: fixed;
        margin-left: -100vw!important;
        top: 0;
        height: 100vh;
        z-index: 100;
        transition: all .5s;
    }   
    .d-right{
        margin: 20px;
        position: relative;
    }   
    .profile-sidebar-toggle{        
        position: absolute;
        right: 15px;
        padding: 3px 11px;
        color: white;
        font-weight: bold;
        font-size: 18px;
        border-radius: 5px;
        z-index: 10;
        top: 7px;
    } 
    .toggle-profile-sidebar{
        margin-left: -4vw!important;
    }   
    .close-profile-sidebar{
        text-align: right;
        padding: 10px 11px 0px 0px;
    }       
    .close-profile-sidebar i{        
        padding: 8px;
        color: black;
        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 ul {
    list-style: none;
    width: 265px!important;
    background: #E9E9E9!important;
}

.d-left ul li a {
    border-bottom: 1px solid #ffffff;
    padding: 14px 0 0 78px;
    display: block;
    color: black;
    text-decoration: none;
    transition: all .3s;
    font-size: 14px;
    height: 50px;
    font-weight: 500;
}

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


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

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

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

.cart-table th,
.cart-table td {
    padding: 10px 0;
    text-align:left;
}
.cart-table .product-name{
    margin-left: 20px;
}
.cart-table .name{
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
}
.cart-table .desc{
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: left;
    margin-top: -10px;
}
.cart-table .price{    
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    text-align: left;
    color: black;
}
.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;
    background-color: #000;
}

.proceed-btn {        
    text-decoration: none;
    font-weight: 400;
    background: black;
    color: white!important;
    padding: 7px 11px;
}

.continue-shopping{
    background: none!important;
    color: black!important;
}
@media(min-width:993px){
    .proceed-btn {        
        min-height: 29px !important;
        display: table;
        margin-top: 23px;
        font-size: 18px;
        border:none;
    }
    .proceed-btn.update-cart{
        float: left;
    }
    .proceed-btn.proceed{
        float: right;
    }
}
@media(max-width:993px){
    .proceed-btn{
        color: black;
        min-height: 13px !important;
        display: block;
        /* padding: 15px 0 15px 0px; */
        float: right;
        width: 100%;
        margin: 8px 0;
        text-align: center;
        font-size: 20px;     
    }
}
.proceed-btn:hover{    
    text-decoration: none;
    background: rgba(0, 0, 0, 0.749)!important;
    color: #fff!important;
}
.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: 20px;
    text-transform: uppercase;
    /* margin-bottom: 30px; */
    text-transform: capitalize;
}
@media(max-width:993px){
    .header-title{
        padding-top: 20px;
    }
}
.delete-btn{
    border: none!important;
    font-size: 35px!important;
    margin-top: -32px;
    font-weight:100;
}
.razorpay-payment-button{
    display: none
}
#pay-btn{
    counter:pointer;
}
.sidebar-icon{
    width: 20px;
    text-align: center;
    margin-right: px;
}

.cart-product-image{
    height: auto;
    width: 100%;
}
.my-profile .image-holder{
    width: 120px;
    border-radius: 10px;
}
@media(max-width:993px){
    .my-profile .image-holder {    
        margin-top: 15px;
    }
}
@media(min-width:993px){
    .my-profile .name-holder{
        width: 420px;
        padding-left: 35px;
        padding-top: 20px;
    }
}
@media(max-width:993px){
    .my-profile .name-holder {
        width: 100%;
        padding-top: 20px;
    }
}
@media(min-width:993px){
    .my-profile .button-holder{
        width: 81%;
        text-align: right;
        padding-top: 36px;    
    }
}
@media(max-width:993px){
.my-profile .button-holder {
    width: 100%;
    text-align: left;
    padding-top: 2px;
}
}
.my-profile .name{
    font-size: 36px;
    font-weight: 400;
    line-height: 49px;
    letter-spacing: 0em;
}
.my-profile .post{
    font-size: 20px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0em;
    margin-top: -12px; 
}
.my-profile .button-holder button, .save-button{
    background: black;
    color: white;
    width: 170px;
    height: 50px;   
    border:none; 
}
.profile-eye{
    position: absolute;
    right: 16px;
    top: 16px;
}
.profile-input{
    /* width: 457.9px; */
    width: 100%;
    height: 50px;
    top: 485px;
    left: 338px;
    border: 1px solid #E4E5EE;
    padding-left: 18px;
    color: #7b7b7b;
    box-shadow: 0 0 20px 0 rgba(0,0,0,6%);
}
.divider{
    padding-top: 54px;
    border-top: 1px solid #D9D9D9;
    width: 100%;
    height: 1px;
    display: block;
    margin-top: 50px;
}
.quantity-container{
    width: 95px;
    border: 1px solid #d0d0d0;
    text-align: center;
    border-radius: 28px;
    height: 31px;
    padding-top: 6px;
    position: relative;
    margin-top: 2px;
}
.quantity-container input{
    width: 100%;
    border: none;
    text-align: center;    
    background: none;
    outline: none;    
}
.quantity-container .plus-btn{
    right: 0px;
    font-size: 29px;
    top: -12px;

}
.quantity-container .minus-btn {
    left: 0px;
    font-size: 45px;
    top: -24px;
}
.quantity-container .plus-btn, .minus-btn {
    position: absolute;
    color: black;
    width: 34px;
    height: 32px;
    text-align: center;
    padding: 6px;
    cursor: pointer;
    font-weight: 100!important;
}
.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;
  }



  .plus-btn, .minus-btn {
    user-select: none;
  }

  .cart-image-container{
    border: 1px solid lightgray;
    padding: 7px;
  }
  @media(min-width:993px){
      .cart-image-container{
        border-right: 0px solid;       
      }    
  }
  .cart-item-detail{
    border: 1px solid lightgray;
    padding-bottom: 15px;
  }

  .cart-item-detail .box-h{
    margin: 3px 0;
    border-bottom: 1px solid #d3d3d338;
    padding: 0 0 5px 0;
  }

  .cart-item-detail .box-h div{
    display: inline-block;
  }
  .cart-item-detail .box-h span:first-child{
    width: 98px!important;
    display: inline-flex;
    position: relative;
  }
  .cart-item-detail .box-h span:first-child:after{
    content: "-";
    position: absolute;
    right: 21px;
    color: #a8a8a8;
    font-size: 8px;
    top: 7px;
  }

  .cart-item-detail .product-name span.name{    
    position: static;
    display: inline-block;
    /* background: red; */
  }
  @media (min-width:993px) {
     .cart-item-detail .product-name span.name{    
        width: 84%;
     }
 }
  @media (max-width:993px) {
     .cart-item-detail .product-name span.name{    
        width: 50%;
     }
 }
  .deleteCart_item{
    background: red;
    color: white;
    padding: 0 10px;
    font-size: 13px;
    font-weight: bold;    
    border-radius: 3px;
    transition: all .5s;
  }
  .atc-item{
    background-color: rgb(81 210 81);
    color: white!important;
  }
  .deleteCart_item:hover{
    text-decoration: none!important;
    color: white!important;
    background: rgba(255, 0, 0, 0.493);
  }
  .atc-item:hover{    
    background-color: rgba(81, 210, 81, 0.534)!important;    
  }
  .empty-text{
    text-align: center;
    padding: 50px;
    color: red;
    font-size: 18px;
  }

  
  