  .store-basket-container{
    margin-top: 100px;
  	width:100%;
   
  }

  .basket-item{
    margin: 10px 250px;
    padding: 10px;
  }
  .checkout-form{
    margin: 10px 250px;
    padding: 10px;
  }
.proceed{
	
    margin-top: 20px;
   
}
    .checkout{
    float: left;
    grid: 50%;
    padding-left: 10px;
  }
@media  (max-width : 820px){
  .basket-item{
    margin: 5px;
  	padding: 0px;
   
  }
  .basket-img{
    height: 120px;
    width: 90px;
    padding-right: 15px;
  }
  
.checkout-form{
    margin: 10px 10px;
    padding: 0px;
  }
    .checkout{
    float: left;
    grid: 50%;
    padding-left: 0px;
    padding-top: 10px;
   
  }
}
    .page-title{
		    opacity: .8;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 1px;
        line-height: .5;
        text-align: center;

	}
	.store-basket-tbl{
		width: 100%;
		}
	.store-basket-tbl,
	.store-basket-tbl td {
		background-color: #fff !important;
	}
	.store-basket-tbl td {
		vertical-align:top;
		font-size: 14px;
	}

	.store-basket-tbl td p{
		margin: 0 ;
		padding: 0;
	}
	.store-basket-tbl th:nth-child(1) {
		text-align: left;
	}
	.store-basket-tbl th:nth-child(2),
	.store-basket-tbl td:nth-child(2) {
		text-align: center;
	}
	.store-basket-tbl td:nth-child(1) p:nth-child(1){
		font-size: 1.2em;
	}

	.store-basket-tbl td:nth-child(1) p:nth-child(4){
		margin: .2em 0;
		text-transform: uppercase;
	}

	.shipping td{
			color: #282c3f;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        margin-right: 12px
	}
	.grand-total td{
			color: #282c3f;
        font-size: 24px;
        font-weight: 700;
        line-height: 1;
        cursor: pointer;
        margin-right: 12px
	}
	
	.basket-img{
		height: 160px;
		width: 120px;
		padding-right: 15px;
	}
	
.empty-basket{
	 margin-top: 10% ;   
}
 
 .remove-btn{
 	
 }


.proceed-btn{
    border-radius: 4px;
    padding: 10px 50px;
    min-width: 108px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background-color: #25D366;
    border: 1px solid #25D366;
    color: #fff;
    text-align: center;
    width: 100%;
    }
.checkout-btn{
    border-radius: 4px;
    padding: 10px 50px;
    min-width: 108px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    background-color: #25D366;
    border: 1px solid #25D366;
    color: #fff;
    text-align: center;
    width: 100%;
    }
    .checkout-btn:hover{
    background-color: #25D366;
    border: 1px solid #25D366;
    color: #fff;
	}