#_desktop_cart {
  cursor: pointer;
}

#sidebarcart-toast {
  position: fixed;
  top: 2rem;
  right: 2rem;
  padding: 1rem;
  z-index: 1100;
  font-size: 1rem;
  display: none;
}

#cart-sidebar-close-btn i {
  border-radius: 50%;
  color: #000;
  font-size: 30px;
  font-weight: 300;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#cart-sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}


.sb-open .sb-menu-right {
  transform: translateX(0);

}

.cart-preview .cart-dropdown-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
}

.cart-preview .cart-title {
  padding: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  font-weight: 600;
  flex-shrink: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  min-height: calc((2 * 1rem) + 1.5rem);
}

.cart-preview .cart-title i {
  color: #0aab0a;
  margin-right: 12px;
}

.cart-preview .cart-items {
  overflow-y: auto;
  flex-shrink: 1;
  height: auto;
  max-height: 216px;
}

.cart-preview .cart-items .cart-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.cart-preview .cart-items .cart-item:last-of-type {
  border-bottom: none;
}
.cart-preview .cart-items .cart-item .product-line-grid {
  display: flex;
  gap: 1rem;
  padding: 0;
  margin: 0 1rem;
  text-align: left;
  position: relative;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-left {
  flex-shrink: 0;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body {
  display: grid;
  width: 100%;
  flex-shrink: 1;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .label {
  padding: 0;
  font-weight: 600;
  line-height: inherit;
  text-align: left;
  white-space: inherit;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-grid-body-info {
  display: flex;
  margin-bottom: auto;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-grid-body-info
  .cart-line-product-actions {
  margin-left: auto;
  flex-shrink: 0;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-grid-body-info
  .cart-line-product-actions
  .remove-from-cart {
  display: inline-block;
  margin-top: 0.3125rem;
  color: #232323;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-grid-body-info
  .cart-line-product-actions
  .remove-from-cart:hover
  i {
  color: #dc3545;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-actions
  .product-quantity {
  font-weight: bold;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-actions
  .product-quantity
  small {
  font-weight: 500;
}
.cart-preview
  .cart-items
  .cart-item
  .product-line-grid
  .product-line-grid-body
  .product-line-actions
  .product-price {
  color: #000;
}

.cart-preview .cart-bottom {
  width: 100%;
  padding: 1rem 1rem 1.1rem;
  flex-shrink: 0;
  border-top: 1px solid lightgray;
  
}
.cart-preview .cart-bottom .total-line {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}
.cart-preview .cart-bottom .total-line span {
  width: 50%;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 400;
}
.cart-preview .cart-bottom .total-line span.product-count {
  width: 100%;
}
.cart-preview .cart-bottom .total-line .label {
  text-align: left;
}
.cart-preview .cart-bottom .total-line .value {
  text-align: right;
  font-weight: bold;
}
.cart-preview .cart-bottom .total-line.cart-total {
  background: #f4f4f4;
}
.cart-preview .cart-bottom .total-line.cart-total,
.total-line.products {
  margin-top: 0;
  padding: 8px 10px;
}
.cart-preview .cart-bottom .total-line.cart-total .label {
  color: rgb(139, 138, 138);
  font-weight: 500 !important;
  font-size: 16px !important;
}
.total-line.products .label {
  font-weight: 400 !important;
  color: rgb(139, 138, 138);
  font-size: 14px !important;
}
.total-line.products .value.price {
  font-weight: 500 !important;
  color: rgb(139, 138, 138) !;
  font-size: 16px !important;
}

.commande {
  border: none;
  width: 90%;
  color: #e6e4e4 !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  text-transform: capitalize !important;
  background-color: black !important;
  margin: 0 !important;
}
.close_commande {
  border: 1px solid lightgray;
  width: 90%;




  margin: .5rem !important;

font-family: 'Inter';
font-style: normal;
font-weight: 500 !important;
font-size: 14px !important;
line-height: 18px;
text-align: center;
letter-spacing: 0.644px;

color: rgba(0, 0, 0, 0.8) !important;
text-transform: capitalize !important;

mix-blend-mode: normal;


}

.cart-preview .cart-bottom .total-line.cart-total .label,
.cart-preview .cart-bottom .total-line.cart-total .value {
  font-weight: 500;
}

.cart-preview .cart-action {
  text-align: center;
  background: none;
  margin-top: 30px;
}


.cart-preview .cart-action a {
  margin: 20px auto 0;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
}
.cart-preview .cart-action a:hover {
  opacity: 0.9;
}

.cart-preview .no-items {
  text-align: center;
}

.cart-line-product-actions {
  position: absolute;
  top: 10px;
  right: 0;
}
.product-line-grid-body {
  position: relative;
}
.bootstrap-touchspin .glyphicon-chevron-up::before {
  font-family: "Material Icons";
  content: "add";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}

/* Replace glyphicon-down with Material Icon "remove" */
.bootstrap-touchspin .glyphicon-chevron-down::before {
  font-family: "Material Icons";
  content: "remove";
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
}
