.contact-address{
  font-size: 14px;
  /*color: #ccc;*/
  margin-left: 20px;
  position: relative;
  /* top: -6px; */
  }
  
  .contact-info{
  float: right;
  font-size: 16px;
  /*color: #ccc;*/
  margin-right: 20px;
  margin-top: 20px;
  position: relative;
  /* top: -6px; */
  }
  .order-cont{
    margin-top: 0px;
  }
  .terms{
    margin-left: 5px;
    display: flex;
  }
  .button {background-color: black;border-radius: 0px;color:white;padding: 5px; font-size: 18px;
      font-weight: 600;width:325px;margin-top: 25px; }
  .border{
    border-style: solid;
    border-width: thin;
    border-color: black;
    border-spacing: 15px;
  
  }
  .colspace{
    padding-right: 30px;
  }
  
  .your-cart{
    width: 100%;
    margin:0 auto 3em;
   
  }
  .e-gift{
  margin-left: 4px;
  }
  .summary{
  margin-left: 20px;
  width: 39%;
  }
  .mobile-cart{
    padding: 0;
  }
  .qty-val{
    margin-left:35px;
    position: absolute;
      top: 0;
  }
  @media screen and (max-width: 1190px){
  .button{
      margin-bottom: 15px;
   }
  }
  @media screen and (max-width: 991px){
    .table td .checkout_btn{
      font-size: 14px;;
    }
  .qty-val{
  margin-left: 10%;
  }
  .summary{
    width: 38%;
  }
  }
  @media screen and (max-width: 767px){
    .contact-address{
  font-size: 13px;
  padding: 10px 10px 0 0;
  float: right;
  }
  
  .contact-info{
  font-size: 12px;
  margin-right: 12px;
  margin-top: 34px;
  position: absolute;
  bottom: 6px;
  right: 0;
  
  }
  
  /* .tw-logo img {
  width: 56px;
  padding: 2px;
  margin-left: 6px;
  } */
    .your-cart{
      display: block;
    }
    .summary{
      margin-top: 30px;
      margin-left: 0px;
      width: 100%;
    }
    .e-gift{
      margin-right: 0;
      margin-left: 0px;
    }
   
  .button {
      width: 104%;
      /*margin-left: -11px;*/
  }
  .terms {
     margin-left: 0px;
    }
  }
  @media screen and (max-width: 767px){
    .voucherinfo{
      width:25%;
    }
    .button{
      margin-top: 15px;
    }
    
  }
  @media screen and (max-width: 580px){
  .button {
      width: 105%;
  }
  }
  @media screen and (max-width: 570px){
     .mobile-cart p{
      font-size: 12px;
    }
    .voucherinfo{
      width:33%;
    }
  
  }
  @media screen and (max-width: 450px){
  .button {
      width: 108%;
      /*margin-left: -14px;*/
  }
  
  }
  @media screen and (max-width: 430px){
  .qty-val {
      margin-left: 15%;
  }
  }
  @media screen and (max-width: 426px){
  .mobile-cart{
    padding: 0px !important;
  }
  .your-cart {
      width: 100%;
  }
  .previewHolder .previewLogo, .cardHolder .previewLogo{
    width: 200px;
  }
  .mmt-40{
    margin-top: 40px;;
  }
  .mpl-15{
    padding-left: 15px !important;
  }
  }
  @media screen and (max-width: 414px){
  .contact-address {
      font-size: 12px;
      top: -4px;
      }
    }
  @media screen and (max-width: 400px){
  
  .button {
      width: 110%;
  } 
  .voucherinfo {
      width: 37%;
  }
  }
  @media screen and (max-width: 390px){
    .contact-address {
      text-align: right;
      float: left;
      position: absolute;
      top: -6px;
  }
  .contact-info{
    margin-top: 45px;
  }
  }
  @media screen and (max-width: 393px){
    .mobile-cart p{
      font-size: 12px;
    }
  }
  @media screen and (max-width: 363px){
  .button{
    padding: 5px 15px;
      font-size: 15px;
  }
  }
  @media screen and (max-width: 360px){
    .your-cart{
    width: 100%;
  }
  .terms {
      margin-left: 0px;
  }
  .mobile-cart p{
      font-size: 10px;
    }
  
  }
  
  
  
  @media screen and (max-width: 300px){
  .button {
      width: 112%;
    }
    .mobile-cart p{
      font-size: 8px;
    }
  }
  
  /*added by sucharita*/
  .btn-list{
    padding: 0;
  }
  .btn-list li{
      list-style: none;
      display: inline-block;
      width: 100px;
  }
  .btn-list li a{
  
  }
  .summery_table th{
    width: 90px;
    padding: 2px 0;
  }
  .summery_table td{
  
  }
  .box_left{
    padding: 20px;
    border: 1px solid #c6c6c6;
    box-shadow: -1px 2px 7px 1px #c6c6c6;
    -webkit-box-shadow: -1px 2px 7px 1px #c6c6c6;
    -moz-box-shadow: -1px 2px 7px 1px #c6c6c6;
  }
  .user-cart-table td,
  .user-cart-table th{
    border: 0  !important;
  }
  table.previewHolderTable tr:last-child td { 
     font-weight: bold;
     border-top: 1px solid #c6c6c6 !important;
     padding: 10px 0;
  }
  table td .checkout_btn{
    margin-top: 0;
    width: 100%;
  }
  .summery{
    padding: 20px;
    border: 1px solid #c6c6c6;
  }
  .login-logo{
    color:white
  }
  .mt-200{
    margin-top: 200px;;
  }