.border-lg {
  border-width: 4px;
}

/** body **/
.page-content {
  padding-top: 2rem;
}

.select2-color-selection .preview {
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
}

.has-crossprice .price {
  color: #dc3545;
}

.basket-preview-wrapper {
  text-align: left;
}

/** responsive lg max **/
@media (max-width: 992px) {
  #header {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 5px;
  }

  #hero .card-img-overlay {
    position: static;
  }

  #hero .inner {
    max-width: none !important;
  }

  #hero #hero-actions {
    margin-bottom: 0;
  }

  #hero #hero-actions a {
    display: block;
    width: 100%;
  }

  #hero #hero-actions a:not(:last-child) {
    margin-bottom: 1rem;
  }

  .btn-container {
    text-align: center;
  }

  .btn-container .btn {
    display: block;
    width: 100%;
  }

  .btn-container .btn:not(:last-child) {
    margin-bottom: 1rem;
  }
}
