﻿.shopping_cart {
  padding: 112px 0 0 0 !important;
}
@media (max-width: 991px) {
  .shopping_cart {
    padding: 60px 0 0 0 !important;
  }
}
.shopping_cart .row {
  display: flex;
  flex-wrap: wrap;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background: none;
}

table, th, tr, td, thead,
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border-color: #402600;
}

.img-ctn {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .img-ctn {
    display: none;
  }
}

.order-total-wrapper {
  justify-content: flex-end;
}

.cart-ctn {
  background-color: #F3F1DF;
  padding: 120px 0 0 0;
}
.cart-ctn .padding-ctn {
  padding: 0 60px 60px;
}
@media (max-width: 600px) {
  .cart-ctn .padding-ctn {
    padding: 0 30px;
  }
}
.cart-ctn th {
  font-weight: 500;
  border-top: 1px solid #402600 !important;
  border-bottom: none !important;
  text-transform: uppercase;
}
.cart-ctn .ui-spinner {
  background: none;
}
.cart-ctn .name {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.cart-ctn .name strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.cart-ctn .price {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
}
.cart-ctn .total .price {
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
}
.cart-ctn .order-total {
  font-weight: 700;
}
.cart-ctn h1 {
  font-size: 62px;
  margin-bottom: 40px;
}
.cart-ctn .thumbnail {
  border: none;
  padding: 0;
  border-radius: 20px;
}
.cart-ctn .alert {
  margin-bottom: 0 !important;
  width: 100%;
}
.cart-ctn .btn-ctn {
  margin-top: 10px;
  margin-bottom: 60px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 600px) {
  .cart-ctn .btn-ctn {
    flex-wrap: wrap;
  }
  .cart-ctn .btn-ctn .btn {
    width: 100%;
  }
}
.cart-ctn .btn-ctn .btn {
  margin-top: 0;
  align-self: flex-end;
}
.cart-ctn .secured-payment {
  background-color: #0263a7 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 20px;
}
.cart-ctn .secured-payment p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin-left: 20px;
}
