@media (max-width: 767px) {
  .bulk-action-check-box {
    left: 5px;
  }

  .bulk-action-container .col-sm-7 {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .bulk-action-check-box {
    left: 10px;
  }
}

@media (min-width: 992px) {
  .bulk-action-check-box {
    left: 10px;
  }
}

@media (min-width: 1024px) {
  .bulk-action-check-box {
    left: 15px;
  }
}

@media (min-width: 1200px) {
  .bulk-action-check-box {
    left: 15px;
  }
}

.bulk-action-check-box {
  top: 38px;
  position: absolute;
  z-index: 10;
}

.bulk-action-banner {
  background: rgba(51, 51, 51, 0.85);
  border: 0;
}

button#bulk-action-cart {
  background-color: #e5a925;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 30px;
  outline: none;
  transition: opacity 0.5s;
  box-shadow: 0 10px 32px 0 rgba(0, 0, 0, 0.24);
}
#bulk-action-cart:hover,
#bulk-action-cart:focus {
  background-color: #351417;
  color: white;
}
.bulk-action-cart-header {
  padding: 15px 45px;
  border-bottom: 3px solid #e5a925;
}
.bulk-action-cart-header .close {
  margin: 10px 0px;
  font-size: 20px;
  color: #007575;
}
.bulk-action-cart-header-title {
  font-size: 20px;
  font-weight: bold;
}
#bulk-action-clear-cart-button {
  font-size: 16px;
  font-weight: bold;
  color: #007575;
}
.bulk-action-cart-body {
  background-color: #f9f8f5;
  overflow-y: scroll;
  height: 300px;
}
.bulk-action-cart-footer {
  text-align: left;
}
.bulk-action-cart-footer .btn {
  font-size: 16px;
  font-weight: bold;
  background-color: #007575;
  padding: 8px 30px;
}

.bulk-action-fixed-bar {
  background: none;
  border: 0;
  text-align: center;
  opacity: 0;
  transition: opacity 0.1s;
  box-shadow: none;
  /*
        The following positions the button close to the center of the viewport
        without blocking clicks on the content underneath this div for the entire width
        of the viewport.
    */
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.bulk-action-count {
  background-color: #167e8e;
  color: #ffffff;
  padding: 3px;
}

.bulk-action-container {
  margin-top: 8px;
  color: #ffffff;
}

.btn-link.bulk-action-button-link {
  color: #ffffff;
}

.btn-link.bulk-action-button-link:hover,
.btn-link.bulk-action-button-link:focus,
.btn-link.bulk-action-button-link:active {
  color: #ffffff;
}

.bulk-action-button-link > i {
  padding-right: 5px;
}

.bulk-action-save-favorite-button > i {
  padding-right: 5px;
}
.bulk-action-print-favorite-button > i {
  padding-right: 5px;
}
.bulk-action-email-favorite-button > i {
  padding-right: 5px;
}

.bulk-action-favorite-modal-content {
  background-color: #f9f2b4;
}

.bulk-action-favorite-modal-header {
  border-bottom: 0;
}

.clear-cart-checkbox {
  text-align: center;
  margin-top: 20px;
}

#clear-cart-share {
  margin: 20px 0px 20px 0px;
}
.cart-item {
  font-size: 16px;
}
.cart-item-name {
  font-weight: bold;
}
