@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

#cart [data-toggle="dropdown"] {
  background: transparent;
  color: #888;
  border: 0;
  text-shadow: none;
  box-shadow: none;
}

.thumbnails-vertical {
  vertical-align: top;
  display: inline-block;
  width: 100px;
  position: relative;
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 240px;
}

.thumbnails {
  height: 100%;
  display: inline-block;
  width: 80%;
}

#cart.open > .btn {
  border: none;
}

.account-login #content .row > :nth-child(2) {
  border-left: 1px solid lightgrey;
}

.account-login .well {
  box-shadow: none;
  background-color: transparent;
  border: none;
}

/* seller dashhboard page */
.tile-body {
  background-color: #9c9c9c; /* Light grey similar in brightness to #f59048 */
}
.tile-heading {
  background-color: #6e6e6e; /* Medium grey similar in darkness to #b46830 */
}
.tile-footer {
  background-color: #868686; /* Mid-tone grey similar to #d97c3f */
}

[id*="slideshow"].owl-carousel.owl-theme img {
  width: 100%;
}

/* point 8 */
.list-groupnew-item {
  display: block;
}

/* point 27 */
#product [id*="input-option"] .checkbox label {
  margin-left: 0 !important;
}
#product [id*="input-option"] .checkbox input {
  display: block !important;
}

.breadcrumb {
  background-color: transparent !important;
}

/* remove button from checkout page */
.checkout-success #content .buttons {
	display: none;
}