#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;
}

.tab-links a {
  padding: 1.5rem 1.25rem 0.75rem 1.25rem;
  flex: 1 1 auto !important;
  text-align: center;
  color: #666666;
}

.tab-links a.passed {
  color: #E2E7EC;
  border-bottom: solid #F01F9C 2px;
}

.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: #E2E7EC;
    display: flex !important;
  }
}

.button-wrapper .btn {
  width: 100%;
}

@media (max-width: 991.98px) {
  .button-wrapper {
    background-color: #fff;
    padding: 1.25rem 0;
  }

  .button-wrapper .btn {
    width: 30%;
  }
}

@media (max-width: 767.98px) {
  .button-wrapper .btn {
    width: 100%;
  }
}


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