.cart__header {
  width: 100%;
  border-bottom: 1px solid #D4D3E3;
  padding-bottom: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.cart__header--image {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: right;
}

.cart__header--image img {
  width: 155px;
}

.cart__header--imageA {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.cart__title h5 {
  border-bottom: 2px solid orange;
  width: 25%;
  padding-bottom: 0.5em;
  text-align: right;
}

.cart__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding: 2em 0;
  width: 70%;
  margin: 0 auto;
  height: 350px;
  border: 1px dashed #D4D3E3;
  border-radius: 15px;
}

.table {
  border-collapse: unset;
  border: 1px solid #D4D3E3;
  border-radius: 15px;
    margin-bottom: 0;
}

.table thead, .table tbody {
  text-align: center;
}

.table thead tr td, .table tbody tr td {
  vertical-align: middle;
}

.table thead {
  background-color: #F3F3F9;
}

/*.table tbody tr {
  border-bottom: 1px solid #D4D3E3;
}

.table tbody td {
  border-left: 1px dashed #D4D3E3;
}*/
.table__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
    font-size: 13px;
    text-align: right;
}

.table__inputs {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}

.table__inputs input {
  border: 1px solid #D4D3E3;
  border-radius: 35px;
  height: 30px;
  text-align: center;
  padding: 0 2em;
  width: 100px;
}

.table__totalPrice {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;*/
}
.table__totalPrice del {
    display: block;
    line-height: 1;
}
.table__totalPrice span:nth-of-type(1) {
  text-decoration: line-through;
}

.up, .down {
  position: absolute;
  bottom: 5px;
}

.up {
  right: 10px;
}

.down {
  left: 10px;
}

table th:first-child {
  border-radius: 0 15px 0 0;
}

table th:last-child {
  border-radius: 15px 0 0 0;
}

table td:last-child {
  border-left: unset;
}
table th,
.table thead th{
    border:none !important;
}
.total {
  background-color: #F3F3F9;
  border-radius: 15px;
  border: 1px solid #DBDBEB;
  padding: 1em;
  height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
    width: 100%;
}
.total__one {
    padding: 1rem 0;
    border-bottom: 1px dashed #D4D3E3;
}
.total__three, .total__four, .total__five {
  /*border-bottom: 1px dashed #D4D3E3;
  width: 80%;
  margin: 0 auto;
  padding-bottom: .5em;*/
    align-items: center;
}

/*.total__five {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}*/

.total__five strong:nth-of-type(2) {
  color: #0D9749;
  font-weight: bold;
    font-size: 20px;
}

.total__six a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  color: #fff;
  background-color: #FF6D02;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}

.total__sixx a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  color: #FF6D02;
  background-color: #fff;
  border: 1px solid #FF6D02;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
}
.total__benefit{
    padding: 1rem 0;
    border-top: 1px dashed #D4D3E3;
}
.btn__addmore {
    color: #ff6D02;
}

.address {
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 15px;
  padding: 1.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.address__row {
  border-bottom: 1px dashed #D4D3E3;
  padding-bottom: 1em;
}
.address__row .border-left {
    border-left: 0 !important;
}
.address a {
  color: #A5A5B2;
}

.filters__checkContainer input:checked ~ .filters__checkmark {
  background-color: #FF6D02;
}

.filters__checkContainer input:checked ~ .filters__checkmark::after {
  display: block;
}

.filters__checkContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 12px;
}

.filters__checkContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.filters__checkmark {
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #D4D3E3;
  border-radius: 50%;
}

.filters__checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.send__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30%;
  color: #fff;
  background-color: #FF6D02;
  border-radius: 15px;
  height: 40px;
  line-height: 40px;
    float: left;
}
.send__button:after {
    clear: both;
}
}

.send__button:hover {
  color: #fff;
}

.discount,
.gift{
    position: relative;
}
.discount input,
.gift input{
    border: 1px solid #DBDBEB;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
}
.discount h6,
.gift h6{
    line-height: 40px;
    color: #6c757d;
}
.discount button,
.gift button{
    background-color: #fff;
    border: 1px solid #FF6D02;
    color: #FF6D02;
    border-radius: 25px;
    height: 40px;
    line-height: 40px;
    width: 100px;
    margin-right: -50px;
    z-index: 2;
    position: absolute;
    right:300px;
}
.discount button:hover,
.gift button:hover{
    background-color: #FF6D02;
    color: #fff;
}
.table__img a{
    display: flex;
    width: 150px;
    height: 150px;
    margin: auto;
    justify-content: center;
    align-items: center;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    box-sizing: border-box;
    padding: 5px;
}
.table__img a img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}
.total.stick {
    position: fixed;
    width: 325px;
    top:10px;
    left:15px;
    z-index: 10;
}
.cart__checkout{
    border: 1px solid #eee;
    box-shadow: 2px 2px 5px #eee;
    margin-bottom: .75rem;
    padding:1rem;
    border-radius: 15px;
}
.checkout-btn-remove{
    color:#FF6D02;
}
.checkout-btn-remove:hover,
.checkout-btn-remove:focus{
    color:#aaa;
}
.quantity span{
    display: flex;
    box-sizing: border-box;
    margin: auto;
    border: 1px solid #D4D3E3;
    border-radius: 35px;
    height: 32px;
    padding:2px;
    width: 120px;
    background: #fff;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}
.quantity input{
    display: inline;
    width: 33%;
    text-align: center;
    height: 28px;
    padding: 0;
    margin: 0;
    max-height: 100%;
}
.quantity button{
    display: inline-block;
    width: 33%;
    height: 28px;
    font-size: 20px;
}
.table__variantName{
    padding-bottom: 35px;
}
.table__variantName p{
    margin-bottom: 5px !important;
}
.table__vendorName{
    margin-bottom: 5px !important;
}
@media screen and (max-width: 1320px){
    .total.stick {
        width: 300px;
    }
}
@media screen and (max-width: 1220px){
    .total.stick {
        width: 275px;
    }
    .total__five strong{
        display: block;
    }
}
@media screen and (max-width: 1120px){
    .total.stick {
        width: 250px;
    }
}
@media screen and (max-width: 1024px) {
    .total.stick {
        position: relative;
        width: 100%;
    }
}
/*# sourceMappingURL=cart.css.map */