* {
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6), rgba(9, 9, 9, 0.6)), url(/images/wallpaperflare.com_wallpaper.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.cart_container {
    height: 100vh;
    width: 100%;
    display: block;
    position: relative;
    backdrop-filter: blur(5px);
}

.content_container {
    position: relative;
    width: auto;
    height: auto;
}



.dash_title h2 {
    color: #fff;
    font-weight: 400;
    font-size: 36px;
    padding-top: 20px;
    padding-left: 30px;
}

.row_top {
    color: rgb(0, 119, 255);
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.row_top_col_1 {
    display: inline-block;
    width: 36%;
    font-weight: 400;
    font-size: 22px;
 
    padding: 10px;
}

.row_top_col_2 {
    display: inline-block;
    width: 15%;
    font-weight: 400;
    font-size: 22px;
    padding: 10px;
}

.row_top_col_3 {
    display: inline-block;
    font-weight: 400;
    font-size: 22px;
    margin-left:85px;
}

.row_item_contain {
    justify-content: center;
    align-items: center;
}


.qty_wraper {
    display: inline-block;
}

.quantity input {
    outline: none;
    border: none;
    background: transparent;
    width: 30px;
    height: 50px;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    justify-content: center;
}

.quantity__minus, .quantity__minus1, .quantity__minus2 {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.quantity__plus, .quantity__plus1, .quantity__plus2 {
    width: 20px;
    height: 20px;
    margin-left: 8px;
}

.fa-minus, .fa-plus {
    color: #fff;
    font-size: 1.7em;
    border: 1px solid #fff;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    padding: 5px;
    transition: 00.3s linear;
}


    .fa-minus:hover {
        color: red;
        border: transparent;
        background-color: #fff;
        transition: 0.2s cubic-bezier(.95, .32, .37, 1.21);
    }

    .fa-plus:hover {
        color: green;
        border: transparent;
        background-color: #fff;
        transition: 0.2s cubic-bezier(.95, .32, .37, 1.21);
    }

    .fa-minus::before, .fa-minus::before {
        background: transparent;
        z-index: -1;
        transform: scale(0);
    }

    .fa-minus:hover::before {
        transform: scale(1);
    }

.divider {
    border-top: 0.6px solid rgba(255, 255, 255, 0.2);
    margin-top: 100px;
    margin-left: 180px;
    margin-right: 450px;
}

.divider-txt-1 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    margin-right: 100px;
    padding: 10px 0;
}

.divider-txt-2 {
    display: inline-block;
    margin: 0 auto;
}

.btn_pur {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
}

.button-28 {
    appearance: none;
    width: 40%;
    background-color: transparent;
    border: 2px solid #ffffff;
    border-radius: 15px;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    margin: 0;
    min-height: 60px;
    min-width: 0;
    outline: none;
    padding: 16px 24px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    will-change: transform;
}

    .button-28:disabled {
        pointer-events: none;
    }

    .button-28:hover {
        color: rgb(0, 0, 0);
        background-color: #ffffff;
        box-shadow: rgba(255, 255, 255, 0.25) 0 8px 15px;
        transform: translateY(-2px);
    }

    .button-28:active {
        box-shadow: none;
        transform: translateY(0);
    }

.row_item {
  
    margin-top: 30px;
}

.item_icon {
    width: 3%;
    display: inline-block;
}

    .item_icon svg {
        width: 30px;
        height: 30px;
    }

.item_name {
    display: inline-block;
    color: #fff;
    font-size: 26px;
    font-weight: 300;
    width: 37%;
    margin-left: 8px;
}

.qty_wraper {
    display: inline-block;
    width: 40%;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.date_box {
    display: inline-block;
}

    .date_box input {
        background-color: transparent;
        border: none;
        outline: none;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
    }

        .date_box input:focus {
            background-color: transparent;
            border-bottom: 1px solid rgba(255, 255, 255, 1);
            color: #fff;
            font-size: 18px;
            font-weight: 400;
        }





.shopping-cart {
    width: 750px;
    height: 423px;
    margin: 80px auto;
    background: #FFFFFF;
    box-shadow: 1px 2px 3px 0px rgba(0,0,0,0.10);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
}

/* .title {
    height: 60px;
    border-bottom: 1px solid #E1E8EE;
    padding: 20px 30px;
    color: #5E6977;
    font-size: 18px;
    font-weight: 400;
  }
   
  .item {
    padding: 20px 30px;
    height: 120px;
    display: flex;
  }
   
  .item:nth-child(3) {
    border-top:  1px solid #E1E8EE;
    border-bottom:  1px solid #E1E8EE;
  }

  .buttons {
    position: relative;
    padding-top: 30px;
    margin-right: 60px;
  }
  .delete-btn,
  .like-btn {
    display: inline-block;
    Cursor: pointer;
  }
  .delete-btn {
    width: 18px;
    height: 17px;
    background: url(&amp;quot;delete-icn.svg&amp;quot;) no-repeat center;
  }
   
  .like-btn {
    position: absolute;
    top: 9px;
    left: 15px;
    background: url('twitter-heart.png');
    width: 60px;
    height: 60px;
    background-size: 2900%;
    background-repeat: no-repeat;
  }

  .is-active {
    animation-name: animate;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-timing-function: steps(28);
    animation-fill-mode: forwards;
  }
   
  @keyframes animate {
    0%   { background-position: left;  }
    50%  { background-position: right; }
    100% { background-position: right; }
  }

  .image {
    margin-right: 50px;
  }
   
  
  .description {
    padding-top: 10px;
    margin-right: 60px;
    width: 115px;
  }
   
  .description span {
    display: block;
    font-size: 14px;
    color: #43484D;
    font-weight: 400;
  }
   
  .description span:first-child {
    margin-bottom: 5px;
  }
  .description span:last-child {
    font-weight: 300;
    margin-top: 8px;
    color: #86939E;
  }

  .quantity {
    padding-top: 20px;
    margin-right: 60px;
  }
  .quantity input {
    -webkit-appearance: none;
    border: none;
    text-align: center;
    width: 32px;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }
   
  button[class*=btn] {
    width: 30px;
    height: 30px;
    background-color: #E1E8EE;
    border-radius: 6px;
    border: none;
    cursor: pointer;
  }
  .minus-btn img {
    margin-bottom: 3px;
  }
  .plus-btn img {
    margin-top: 2px;
  }
   
  button:focus,
  input:focus {
    outline:0;
  }

  .total-price {
    width: 83px;
    padding-top: 27px;
    text-align: center;
    font-size: 16px;
    color: #43484D;
    font-weight: 300;
  }

  @media (max-width: 800px) {
    .shopping-cart {
      width: 100%;
      height: auto;
      overflow: hidden;
    }
    .item {
      height: auto;
      flex-wrap: wrap;
      justify-content: center;
    }
    .image img {
      width: 50%;
    }
    .image,
    .quantity,
    .description {
      width: 100%;
      text-align: center;
      margin: 6px 0;
    }
    .buttons {
      margin-right: 20px;
    }
  } */


.history_container {
    margin-top: 60px;
    border-top: 0.6px solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.6px solid rgba(255, 255, 255, 0.2);
}

.h_title {
    color: rgb(230, 230, 230);
    font-weight: 400;
    font-size: 36px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}

.table1 {
    width:100%;
}



    .table1 tr {
        color: #fff;
        border-bottom: 0.6px solid rgba(255, 255, 255, 0.2);
    }

    .table1 td {
        border-top: 0.6px solid rgba(255, 255, 255, 0.2);
    }
