#big-canvas {
  width: 100%;
  height: 400px;
}

@media (max-width: 991.98px) {
  #left-canvas {
    float: none !important;
    width: 100% !important;
    height: 200px !important;
    margin-bottom: 20px;
  }
}

@media (max-width: 991.98px) {
  #right-canvas {
    width: 100% !important;
  }
}

.tab-links {
  justify-content: space-between;
  background-color: #fff;
  margin-top: 0.75rem;
}
.tab-links a {
  padding: 0.75rem 1.25rem 0.75rem 1.25rem;
  flex: 1 1 auto !important;
  text-align: center;
  color: #666666;
}
.tab-links a.passed {
  color: #a8a8a8;
  border-bottom: solid #3495CE 2px;
}
.tab-links a.active {
  color: #3495CE;
  font-weight: normal;
}

.product-list {
  padding: 0.5rem 1.25rem;
}
.product-list .item {
  position: relative;
  padding: 0.75rem;
  border-radius: 0.2rem;
  background: #fff;
  font-size: 0.875rem;
  box-shadow: 0 0.05rem 0.25rem 0 rgba(33, 33, 33, 0.2);
  margin: 0.75rem 0;
}
.product-list .item .remove-product {
  padding: 0;
  position: absolute;
  z-index: 10;
  right: 0.75rem;
  top: 0.75rem;
}
.product-list .item .price-container {
  text-align: right;
}

@media (max-width: 991.98px) {
  .bg-secondary-wrapper {
    background-color: #f2f2f2;
    display: flex !important;
  }
}

.button-wrapper .btn {
  width: 100%;
}
@media (max-width: 991.98px) {
  .button-wrapper {
    padding: 1.25rem 0;
  }
  .button-wrapper .btn {
    width: 30%;
  }
}
@media (max-width: 767.98px) {
  .button-wrapper .btn {
    width: 100%;
  }
}

/*# sourceMappingURL=checkout.css.map*/