.page-title-section {
  background-color: #f3f3f3;
  padding: 45px 0;
  margin-bottom: 60px;
}

.page-title-section .inner-title {
  font-size: 48px;
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
}

.page-title-section .inner-breadcrumb {
  text-transform: uppercase;
  color: #999;
  font-size: 16px;
  margin-top: 20px;
}

.page-title-section .inner-breadcrumb a::after {
  content: '/';
  display: inline-block;
  padding: 0 8px;
  color: #999;
}

.page-title-section .inner-breadcrumb a:hover {
  color: #000;
}

.page-title-section .inner-breadcrumb .current {
  color: #000;
}

.cart-info-section .item-quantity .product-quantity {
  margin-right: 0;
  float: none;
  display: inline-block;
}

.cart-info-section .inner-quantity {
  float: left;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 25px;
  color: #222;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  padding: 0 10px;
}

.cart-info-section .inner-quantity .btn-quantity {
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  line-height: 1;
}

.cart-info-section .inner-quantity .btn-quantity:hover {
  color: #c33;
}

.cart-info-section .inner-quantity input {
  font-size: 18px;
  width: 60px;
  height: 34px;
  padding: 0 10px;
  border: none;
  background-color: transparent;
}

.cart-info-section td.item-thumbnail img {
  width: 80px;
}

.cart-info-section td.item-remove {
  text-align: center;
}

.cart-info-section td.item-remove span {
  cursor: pointer;
  font-size: 16px;
}

.cart-info-section td.item-remove span:hover {
  color: #c33;
}

.btn-update-cart {
  padding: 10px 20px;
  background-color: transparent;
  font-weight: 600;
  color: var(--color-main);
  border: 1px solid var(--color-main);
}

.btn-update-cart i {
  padding-right: 10px;
}

.btn-update-cart:hover {
  color: #fff;
  background-color: var(--color-hightlight);
  border-color: var(--color-hightlight);
}

.entire-cart-totals .cart-totals {
  width: 100%;
  color: #222;
}

.entire-cart-totals .cart-totals th {
  padding: 15px 10px;
  border-bottom: 1px solid #e2e2e2;
  text-transform: uppercase;
  padding-left: 0;
}

.entire-cart-totals .cart-totals td {
  text-align: right;
  border-bottom: 1px solid #e2e2e2;
}

.entire-cart-totals .cart-totals span {
  font-size: 16px;
  font-weight: 600;
}

.entire-cart-totals .order-total {
  font-size: 1.7em;
}

.entire-cart-totals .order-total th {
  text-transform: uppercase;
  border-bottom: 0;
  padding-left: 0;
}

.entire-cart-totals .order-total td {
  text-align: right;
  border-bottom: 0;
}

.entire-cart-totals .order-total td span {
  font-size: 24px;
}

.entire-cart-totals .proceed-to-checkout .btn-checkout:hover {
  color: var(--color-main);
  background-color: #ffffff;
}

.payment-method ul {
  text-align: center;
  flex: 0 0 40%;
  max-width: 40%;
  display: block;
  border-right: 1px solid #e3e3e3;
  padding: 15px;
}

.payment-method ul li {
  width: 100%;
}

.payment-method ul li a {
  padding: 15px 0;
  position: relative;
  font-weight: 600;
  border-radius: 0.5rem;
  -webkit-border-radius: 0.5rem;
  -moz-border-radius: 0.5rem;
  -ms-border-radius: 0.5rem;
  -o-border-radius: 0.5rem;
  filter: grayscale(1);
}

.payment-method ul li a.active, 
.payment-method ul li a:hover {
  background-color: #f7f7f7;
  filter: inherit;
  color: var(--red) !important;
}

.payment-method ul li .inner-icon i {
  font-size: 80px;
}

.payment-method .tab-content {
  flex: 0 0 60%;
  max-width: 60%;
  padding: 2rem 0 2rem 1.5rem;
}

.payment-method .tab-content .entry-bank table tr:first-child td {
  border-top: 0;
}

.payment-method .tab-content .entry-bank table:nth-child(even) {
  background-color: #f7f7f7;
}

.entry-order-review th {
  text-transform: uppercase;
}

.entry-order-review tr {
  border-bottom: 1px solid #e3e3e3;
}

.entry-order-review th,
.entry-order-review td {
  padding: 17px 0;
}

.entry-order-review .cart-subtotal,
.entry-order-review .order-total {
  border-bottom: none;
}

.entry-order-review .price-amount {
  font-size: 16px;
}

.entry-order-review .order-total {
  font-size: 24px;
}

.entry-order-review .order-total .price-amount {
  font-size: 24px;
  color: #c33;
  white-space: nowrap;
}

.entry-order-review .entry-table {
  max-height: 866px;
  overflow: auto;
}

.entry-order-review .entry-table::-webkit-scrollbar {
  width: 6px;
}

.entry-order-review .entry-table::-webkit-scrollbar-thumb {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  background: #e6e6e6;
}

.entry-order-review .entry-table::-webkit-scrollbar-track {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.form-billing label {
  margin-bottom: 15px;
}

.form-billing .form-group {
  margin-bottom: 25px;
}

.cart-item .item-name {
  font-weight: 600;
}

.cart-item .item-total {
  text-align: right;
  color: #c33;
}

.cart-item .item-attribute .attribute-name,
.cart-item .item-attribute .attribute-value {
  display: inline-block;
}

.cart-item .item-attribute .attribute-value {
  color: #666;
}

.checkout-coupon {
  margin-bottom: 30px;
}

.checkout-coupon .coupon-info a {
  margin-left: 15px;
  color: var(--color-main);
}

.checkout-coupon .checkout_coupon {
  border: 3px dashed #f4f4f4;
}

.empty i {
  font-size: 100px;
  margin-bottom: 20px;
}

.empty .empty-cart {
  font-size: 16px;
}

.order-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order-info .order-item {
  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-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
  margin-bottom: 20px;
}

.entry-account-detail p {
  margin-bottom: 10px;
}

.entry-account-detail i {
  height: 20px;
  width: 20px;
  background: var(--color-main);
  color: #ffffff;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 7px;
}

.box-update-address {
  margin-bottom: 15px;
}

.box-update-address li {
  padding: 0 10px;
  border-left: 1px solid #666;
}

.box-update-address li a {
  padding: 0;
}

.box-update-address li a.active {
  font-weight: bold;
}

.box-update-address li:first-child {
  border-left: 0;
  padding-left: 0;
}
@media(max-width: 700px) {
  .btn-update-cart{
    position: fixed;
    bottom: 60px;
    left: 0px;
    z-index: 9;
    background-color: red;
    color: white;
    border: 1px solid red;
    width: 100%;
  }
}