﻿@media (min-width: 992px) {
  .navbar-default.hidden-md.hidden-lg {
    display: none !important;
  }
}
/* #region Layout styles */
@media (min-width: 768px) {
  body:not(.popup) header .navbar {
    margin-bottom: 0;
  }
  body:not(.popup) header .actions,
  body:not(.popup) header .menu {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.3);
  }
  body:not(.popup) header .actions .navbar,
  body:not(.popup) header .menu .navbar {
    border: none;
  }
  body:not(.popup) header .actions .logo {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body:not(.popup) header .actions .navbar-form a {
    padding: 0;
  }
  body:not(.popup) header .actions .navbar-form a img {
    height: 40px;
  }
  body:not(.popup) header .actions .cart {
    margin: 0 15px;
  }
  body:not(.popup) header .actions .cart p {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
  }
  body:not(.popup) header .quick-search {
    margin-left: 15px;
    border: 1px solid #1262c3;
  }
  body:not(.popup) main .breadcrumb {
    background-color: inherit;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body:not(.popup) header .actions .cart .cart-subtotal {
    display: none;
  }
}
header .actions,
header .menu {
  background-color: #000;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
header .menu,
header .search {
  background-color: #1e7aea;
}
header .mobile {
  background-color: #000;
}
footer,
footer a {
  color: #fff;
}
footer .footer {
  background-color: #003d87;
  padding: 50px 0;
  font-size: 13px;
  background-image: url("/custom/images/footer-pattern.svg"), linear-gradient(180deg, #003d87, #003d87);
  background-position: 104% 50%, 0px 0px;
  background-size: 950px auto;
  background-repeat: no-repeat;
}
footer .copyright {
  font-size: 12px;
  padding-top: 10px;
  background-color: #222222;
}
footer .copyright .copyright-text {
  color: #999999;
  padding-right: 5px;
}
@media (max-width: 991px) {
  body header .menu {
    background-color: #222222 !important;
  }
}
@media (max-width: 767px) {
  body {
    background-color: #fff;
  }
}
.nav.navbar-nav .kt-navbar-item-primary,
.nav.navbar-nav .kt-navbar-item-primary > a:hover {
  background-color: #1e7aea;
}
.nav.navbar-nav .kt-navbar-item-primary a,
.nav.navbar-nav .kt-navbar-item-primary > a:hover a {
  color: #fff;
}
/* #endregion */
/* #region Catalog styles */
.category-filter .category-title {
  cursor: pointer;
}
.category-filter .category-name {
  background-color: #999999;
}
.category-filter .category-option[title='Remove'] {
  background-color: #999999;
}
.category-filter .category-filter-item[title='Remove'] {
  background-color: inherit;
}
.category-filter .store-description {
  background-color: #ddd;
}
/* #region Catalog styles */
.category-list,
.product-list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.category-list.list > div,
.product-list.list > div {
  width: 100%;
}
.category-list.list > div:nth-child(odd),
.product-list.list > div:nth-child(odd) {
  background-color: #f9f9f9;
}
.category-list-row .category-list.grid,
.category-list-row .product-list.grid,
.product-list-row .category-list.grid,
.product-list-row .product-list.grid {
  margin: 0 -4px;
}
.category-padding,
.product-padding {
  padding: 4px;
  width: 100%;
}
.category .image,
.product .image {
  margin-bottom: 8px;
}
.category-item-name,
.product-item-name,
.category .availability,
.product .availability,
.category .extended-properties,
.product .extended-properties,
.category .details,
.product .details,
.category .price,
.product .price {
  margin-bottom: 8px;
}
.category .static-text-fields p,
.product .static-text-fields p {
  margin-bottom: 0;
}
.category.grid,
.product.grid {
  padding: 4px;
  border: 1px solid #ddd;
  border-radius: 8px;
  text-align: center;
  margin: 4px 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.category.grid .product-short-description,
.product.grid .product-short-description {
  display: none;
}
.category.list,
.product.list {
  width: 100%;
}
.category.list > div,
.product.list > div {
  padding: 0 15px;
}
.category.list .content,
.product.list .content {
  display: flex;
  align-items: stretch;
}
.category.list .content > div,
.product.list .content > div {
  padding: 0 15px;
}
.category.list .content .image,
.product.list .content .image {
  width: 16.67%;
}
.category.list .content .description,
.product.list .content .description {
  width: 58.33%;
}
.category.list .content .description .identifiers,
.product.list .content .description .identifiers {
  margin-top: 7.5px;
  padding-top: 7.5px;
  border-top: 1px solid #e6e6e6;
}
.category.list .content .description .identifiers > div,
.product.list .content .description .identifiers > div,
.category.list .content .description .extended-properties,
.product.list .content .description .extended-properties {
  display: inline-block;
  flex-wrap: wrap;
  padding-right: 15px;
}
.category.list .content .availability,
.product.list .content .availability {
  width: 25%;
}
.product-promotion-image-thumb {
  position: absolute;
  z-index: 1;
}
.product-details div.col-md-7 .product-short-description {
  padding-bottom: 9.5px;
  margin-bottom: 21px;
}
.product-table {
  border: 1px solid #dddddd;
}
.product-table th,
.product-table td {
  border: 1px solid #ddd !important;
}
.product-table > thead > tr > th,
.product-table > tbody > tr > th,
.product-table > tfoot > tr > th,
.product-table > thead > tr > td,
.product-table > tbody > tr > td,
.product-table > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.product-table > thead > tr > th,
.product-table > thead > tr > td {
  border-bottom-width: 2px;
}
.product-table > thead > tr > th {
  background-color: #e6e6e6;
  font-weight: normal;
  text-align: center;
}
.cross-sell.product-list > div {
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal .cross-sell.product-list > div {
    width: 20%;
  }
}
.horizontal .identifiers {
  margin-bottom: 0;
}
.add-to-cart {
  width: 150px;
}
input.buy-quantity {
  min-width: 6em;
}
.in-stock {
  color: #3FB618;
}
.out-of-stock {
  color: #FF0039;
}
.sign-in-message .fa-dollar-sign {
  font-size: 2em;
  color: darkgray;
  padding-right: 4px;
  vertical-align: middle;
}
/* #endregion */
.category-list .category img,
.product-list .product img {
  max-height: 200px;
  max-width: 100%;
}
.price-decoration {
  display: block;
  color: red;
}
.price-decoration,
.price-sell {
  font-weight: bold;
}
.price-list {
  font-size: smaller;
  text-decoration: line-through;
}
.price-list:before {
  content: "List: ";
}
@media (min-width: 1200px) {
  .category-list.grid > div,
  .product-list:not(.cross-sell).grid > div {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .category-list.grid > div,
  .product-list:not(.cross-sell).grid > div {
    width: 25%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .category-list.grid > div,
  .product-list:not(.cross-sell).grid > div {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .category-list.grid > div,
  .product-list:not(.cross-sell).grid > div {
    width: 100%;
  }
}
.price-list {
  color: red;
  text-decoration: none;
}
.price-list:before {
  content: "MSRP ";
}
/* #endregion */
/* #region Page styles */
[data-pagename='ksuser_login'] .panel {
  height: 330px;
}
/* #endregion */
.exception {
  color: black;
  font-size: 11px;
  font-family: "Verdana";
  line-height: normal;
}
.exception h1 {
  font-size: 24px;
  color: red;
}
.exception h2 {
  font-size: 19px;
  color: maroon;
}
.exception pre {
  background-color: #ffffcc !important;
  border: none;
  font-size: 14px;
  padding: 7.5px;
}
.quick-search select {
  font-size: 14px;
  overflow-y: hidden;
  background-image: none;
}
.quick-search select option {
  padding: 2px 50px 2px 6px;
}
@media print {
  body {
    background: none;
    background-image: none !important;
  }
  body main > .container,
  body table.comboBox > tbody {
    border: none !important;
  }
  body header,
  body > div,
  body .breadcrumb,
  body .framework-commands-toolbar,
  body footer {
    display: none;
  }
  body label {
    font-weight: 700 !important;
    display: block;
  }
  body .formCol1,
  body .formCol2,
  body .formCol3 {
    white-space: normal;
  }
}
/* Wide print media */
@media not print {
  .formCol1 label,
  .formCol2 label,
  .formCol3 label {
    float: left;
    margin-left: 5px;
    text-align: right;
  }
  .LblReg {
    margin-left: 5px;
  }
}
.framework-area .page-criteria,
.framework-area .page-form,
.framework-area .page-form .framework-view,
.framework-area .page-view,
.framework-area .page-explorer {
  padding-bottom: 15px;
}
/* #region Media styles */
@media (min-width: 768px) {
  .formCol1,
  .formCol2,
  .formCol3 {
    margin-bottom: 1rem;
  }
  .formCol1 label,
  .formCol2 label,
  .formCol3 label {
    line-height: normal;
    font-weight: normal;
    float: left;
    text-align: right;
    white-space: nowrap;
    margin-right: 5px;
    vertical-align: text-bottom;
    padding-top: 2px;
    margin-left: 5px;
    width: 33.33%;
    margin-bottom: 0.5rem;
  }
  .LblReg {
    margin-left: 5px;
  }
  .formRow {
    clear: both;
    display: block;
  }
  .kt-label-spacing .formCol1 {
    padding-left: 16.67%;
    margin-left: 10px;
  }
  .form-cols-1 .formCol1 {
    width: 100%;
  }
  .form-cols-1 .form-field-offset {
    padding-left: 16.67%;
  }
  .form-cols-1 .form-field-offset > div {
    padding-left: 10px;
  }
  .form-cols-1 .form-field-width-50pct > div {
    width: 50%;
  }
  .form-cols-1.partial-view-field-offset {
    padding-left: 16.67%;
  }
  .form-cols-1.partial-view-field-offset :first-child {
    padding-left: 10px;
  }
  .form-cols-2 .formCol1,
  .form-cols-2 .formCol2 {
    width: 50%;
  }
  .form-cols-3 .formCol1,
  .form-cols-3 .formCol2,
  .form-cols-3 .formCol3 {
    width: 33.33%;
  }
  .formCol1,
  .formCol2,
  .formCol3,
  .formColspan2,
  .formColspan3 {
    white-space: nowrap;
    display: inline;
    float: left;
  }
  .framework-content input.framework-input,
  .framework-content input[data-role]:not(.k-input),
  .framework-content select[data-role]:not(.k-input),
  .framework-content span.framework-input > input[name$='_masked'] {
    height: 30px;
    text-indent: 3px;
    border: 1px solid #c5c5c5;
    border-radius: 3px;
  }
  .framework-content textarea.framework-input {
    border: 1px solid #c5c5c5;
    border-radius: 3px;
  }
  .framework-content input[data-role='datepicker']:not(.k-input) {
    margin: 0 0 0 1px;
  }
  .framework-content table {
    text-align: left;
    empty-cells: hide;
    border-collapse: collapse;
  }
  .framework-content td {
    empty-cells: hide;
    border-collapse: collapse;
  }
  .framework-content .leftreqdPrompt,
  .framework-content .reqdPromptLabel,
  .framework-content .LblRequired,
  .framework-content .LblReg {
    font-weight: bold;
  }
  .framework-content .inline {
    display: inline-block;
  }
  .framework-content .appended-image {
    vertical-align: top;
    margin-left: 10px;
  }
}
@media (max-width: 767px) {
  .formRow {
    margin-bottom: 15px;
  }
  td.promptLabel,
  td.reqdPromptLabel {
    padding-right: 4px;
  }
}
/* #endregion */
/* #region Clear Bootstrap styles */
.framework-content dd dd {
  margin-left: 40px;
  line-height: normal;
}
.framework-content dd div:not(div[data-module]) input,
.framework-content dd div:not(div[data-module]) button,
.framework-content dd div:not(div[data-module]) select,
.framework-content dd div:not(div[data-module]) textarea {
  line-height: normal;
}
/* #endregion */
/* #region Page loading styles */
.modalBackground {
  background-color: #333333;
  filter: alpha(opacity=10);
  opacity: 0.1;
}
/* #endregion */
/* #region Heading styles */
.framework-heading {
  border-bottom: 1px solid #eee;
}
/* #endregion */
/* #region Form styles */
.FormView {
  background-color: #FFFFFF;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  text-align: left;
}
/* #endregion */
/* #region Toolbar styles */
div.framework-commands-toolbar {
  margin-bottom: 15px;
}
tr.framework-commands-toolbar > td:first-child {
  padding-bottom: 15px;
}
.framework-commands-buttons {
  margin: 0 0 15px;
}
table.ToolGroup {
  background-color: #eee;
  width: 100%;
}
/* #endregion */
/* #region Panel styles */
div.panelRow.empty {
  display: none;
}
.panelRow {
  clear: both;
  display: block;
  padding: 0;
}
/* #endregion */
/* #region Error message styles */
.errorText {
  font-weight: bold;
  color: #CC0000;
  font-style: normal;
  width: 400px;
}
.errorText li {
  font-weight: bold;
  color: #CC0000;
  font-style: normal;
  padding-bottom: 6px;
}
/* #endregion */
/* #region Field styles */
.framework-input-container.full-width table {
  width: 100%;
}
.framework-input-addon {
  margin-left: 5px;
}
.SearchLinkContainer {
  min-width: 150px;
}
.SearchLinkField {
  white-space: nowrap;
}
.leftInput input {
  margin-top: 1px;
  margin-bottom: 1px;
}
.leftreqdInput {
  text-align: left;
}
.rightInput {
  text-align: right;
}
.formChkBxRadio {
  white-space: nowrap;
  display: inline;
  float: left;
}
.formChkBxRadio {
  width: 16.67%;
}
.column_readonly {
  background-color: #D3D3D3;
}
span.read-only {
  margin-bottom: 1rem;
}
/* #endregion */
/* #region Label styles */
td.promptLabel,
td.reqdPromptLabel {
  padding-right: 5px;
}
label.LblReg::after,
label.LblOpt::after,
.promptLabel > span::after,
.reqdPromptLabel > span::after {
  content: ":";
}
.promptLabel > span,
.reqdPromptLabel > span {
  padding-left: 8px;
}
.page-form.label-width-sm label {
  width: 16%;
}
.leftreqdPrompt {
  text-align: left;
}
.promptLabel {
  color: #696969;
  text-align: right;
  white-space: nowrap;
}
.reqdPromptLabel {
  text-align: right;
  margin-left: 5px;
}
.LblChkBx {
  white-space: nowrap;
  display: table-cell;
  text-align: left;
  padding-top: 2px;
  padding-left: 10px;
}
.formChkBxRadioTd {
  width: 100%;
  text-align: right;
  white-space: nowrap;
}
/* #endregion */
/* #region Button styles */
.CriteriaSubmitButton {
  cursor: pointer;
}
.Item {
  cursor: pointer;
}
/* #endregion */
/* #region Shared styles */
.ItemHover {
  cursor: pointer;
}
#Loading {
  background-color: white;
  color: gray;
}
#Loading:not(.page-loading) {
  border: thin solid lightgray;
  padding: 4px;
}
#Loading:not(.page-loading) span {
  margin-left: 10px;
}
#Loading.page-loading {
  text-align: center;
  padding: 15px 15px 0 15px;
  border: 4px solid lightgray;
  border-radius: 8px;
}
#Loading.page-loading span {
  line-height: normal;
  font-size: 144px;
  display: block;
}
/* #endregion */
/* #region Framework style resets */
#ksDynamicContent .panel-body .reset {
  float: none;
  font-size: 1em;
  vertical-align: middle;
}
/* #endregion */
/* #region Tab styles */
.framework-content > table a:not(.btn) {
  text-decoration: none;
}
.framework-view.border-radius-0 {
  border-radius: 0;
}
/* #endregion */
/* #region Style rules to organize */
.kt-break-word {
  word-wrap: break-word;
}
.kt-font-bold {
  font-weight: bold;
}
.kt-font-larger {
  font-size: larger;
}
.kt-margin-right-50 {
  margin-right: 50px;
}
.kt-flex-align-top {
  display: flex;
  align-items: stretch;
}
.kt-flex-align-center {
  display: flex;
  align-items: center;
}
.kt-divided > div + div {
  border-top: 1px solid #ddd;
}
.kt-th-red-center {
  color: red;
  text-align: center;
}
.kt-th-red-center.fa {
  font-size: 24px;
}
.delay-500ms {
  animation-delay: 500ms;
}
.flag-icon {
  vertical-align: bottom;
  height: 21px;
  width: 21px;
  border-image-width: 0;
  border-width: 0;
}
.max-height-50 {
  max-height: 50px;
}
.mh-80px {
  max-height: 80px;
}
.max-height-100 {
  max-height: 100px;
}
.max-height-300 {
  max-height: 300px;
}
.navbar .form-group .control-label {
  font-weight: bold;
}
.navbar-default .navbar-form label:not(.btn),
.navbar-default .kt-navbar-widget {
  color: #fff;
}
.navbar-inverse .navbar-form label:not(.btn),
.navbar-inverse .kt-navbar-widget {
  color: #fff;
}
.navbar-transparent {
  background-color: transparent;
  border: none;
}
.nav.navbar-nav .kt-navbar-item-primary,
.nav.navbar-nav .kt-navbar-item-primary > a:hover {
  background-color: #1e7aea;
}
.nav.navbar-nav .kt-navbar-item-primary a,
.nav.navbar-nav .kt-navbar-item-primary > a:hover a {
  color: #fff;
}
nav.navbar.kt-navbar-mobile {
  margin-bottom: 0;
}
nav.navbar.kt-navbar-mobile .navbar-brand {
  padding: 4px 0;
  display: flex;
  align-items: center;
}
nav.navbar.kt-navbar-mobile .navbar-brand img {
  max-height: 100%;
}
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right {
  margin: 0;
  padding-left: 0;
}
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle {
  color: #fff;
  background-color: #1e7aea;
  border-color: #1e7aea;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 3.75px;
  padding: 9px;
}
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:hover,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:active,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle.active {
  background-color: #1262c3;
  border-color: #115db9;
}
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:focus,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle.focus {
  background-color: #1262c3;
  border-color: #0c3f7d;
}
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:active:hover,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle.active:hover,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:active:focus,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle.active:focus,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle:active.focus,
nav.navbar.kt-navbar-mobile .navbar-nav.pull-right .btn.navbar-toggle.active.focus {
  background-color: #0f51a2;
  border-color: #0c3f7d;
}
@media (max-width: 767px) {
  nav.navbar.kt-navbar-sm {
    min-height: 0;
  }
  nav.navbar.kt-navbar-sm .navbar-form {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  nav.navbar.kt-navbar-sm .navbar-form .form-control {
    display: inline;
    width: auto;
  }
}
@media (min-width: 768px) {
  nav.navbar.kt-navbar-sm {
    height: 44px;
    min-height: 44px;
  }
  nav.navbar.kt-navbar-sm .container-fluid {
    padding: 0;
  }
  nav.navbar.kt-navbar-sm .navbar-form {
    margin: 6px;
    padding: 0;
    text-align: right;
  }
  nav.navbar.kt-navbar-sm .navbar-form .form-group > label {
    text-align: right;
    margin-top: 0;
    margin-left: 15px;
  }
  nav.navbar.kt-navbar-sm .navbar-form .form-group.left-item {
    float: left;
    text-align: left;
  }
}
.kt-navbar-left-end {
  margin-left: -15px;
}
.kt-navbar-right-end {
  margin-right: 0;
}
.kt-navbar-widget {
  line-height: 21px;
  padding: 14.5px 15px;
}
@media (min-width: 768px) {
  .navbar-widget {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.kt-navbar-input-group {
  padding: 6px 0;
}
.kt-border-bottom {
  border-bottom: 1px solid #eeeeee;
}
.pagination .kt-pagination-text {
  padding: 8px 0;
}
.input-group.input-group-sm select {
  padding-top: 5px;
  padding-bottom: 5px;
}
.no-caret .caret {
  display: none;
}
/* #endregion */
/* #region Body styles */
body.html main .container,
body.static main .container {
  padding-top: 15px;
}
body.popup {
  background-color: #fff;
}
body.popup main .container {
  margin: 15px;
}
.full-width {
  width: 100%;
}
.vertical-align-items {
  display: flex;
  align-items: center;
}
.kt-vertical-top {
  vertical-align: top;
}
.min-height-0 {
  min-height: 0;
}
/* #endregion*/
/* #region Margin styles */
.kt-margin-vertical-half-gutter {
  margin-top: 7.5px;
  margin-bottom: 7.5px;
}
.row-margin {
  margin-bottom: 15px;
}
div.row.row-divider + div.row.row-divider {
  margin-top: 15px;
  border-top: 1px solid #ddd;
}
.row.row-margin-none {
  margin: 0;
}
.row div.col-padding-left-none {
  padding-left: 0;
}
.margin-top-0 {
  margin-top: 0;
}
.margin-bottom-0 {
  margin-bottom: 0;
}
.margin-top-30 {
  margin-top: 30px;
}
.margin-row {
  margin: 15px;
}
.margin-row-lines > .row + .row {
  margin-top: 15px;
  padding-top: 15px;
  border-top: thin solid lightgray;
}
.margin-sides-0 {
  margin-right: 0;
  margin-left: 0;
}
/* #endregion */
/* #region Table styles */
div.table > div.row {
  padding-top: 8px;
  border-bottom: thin solid #ddd;
}
div.table > div.row:first-child > div {
  font-weight: bold;
}
.kt-col-width-50pct td {
  width: 50%;
}
/* #endregion */
/* #region List styles */
ul.markers-none {
  list-style-type: none;
  padding-left: 0;
}
/* #endregion */
/* #region Padding styles */
.padding-top {
  padding-top: 15px;
}
.padding-bottom {
  padding-bottom: 15px;
}
/* #endregion */
/* #region Anchor styles */
a img {
  border: none;
}
a:not([href]) {
  color: inherit;
  text-decoration: none;
}
/* #endregion */
/* #region Header styles */
h1.page-header {
  margin-top: 6px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
}
/* #endregion */
/* #region Tab styles */
.tab-pane {
  border-right: thin solid #ddd;
  border-bottom: thin solid #ddd;
  border-left: thin solid #ddd;
  padding: 15px;
  margin-bottom: 15px;
}
/* #endregion */
/* #region Block styles */
.nav > li .navbar-link-inline {
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}
/* #endregion */
/* #region Form styles */
.form .btn + div.panel {
  margin-top: 15px;
}
.form .row-fields-1 {
  margin-left: -15px;
  margin-right: -15px;
}
.form:not(.form-fields-1) .row-fields-2 {
  margin-left: -15px;
  margin-right: -15px;
}
.form:not(.form-fields-1) .row-fields-2 .form-group {
  width: 50%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
td.form-group,
td.form-group {
  padding-bottom: 1rem;
}
td.form-group p.read-only,
td.form-group p.read-only {
  margin-bottom: 0;
}
td.control-label {
  padding-top: 1px;
}
td.form-control-static {
  padding-top: 1px;
}
/* #endregion */
/* #region Field styles */
.horizontal > .static-text-fields {
  display: flex;
  flex-wrap: wrap;
}
.horizontal > .static-text-fields > div {
  padding-left: 15px;
}
.static-text-fields {
  color: #555555;
  margin-bottom: 8px;
}
.static-text-fields label {
  margin-bottom: 0;
  margin-right: 4px;
}
.static-text-fields label::after {
  content: ":";
}
.static-text-fields p {
  display: inline;
  font-weight: 700;
}
/* #endregion */
/* #region Toolbar */
.toolbar {
  background-color: rgba(128, 128, 128, 0.5);
  border: 1px solid rgba(128, 128, 128, 0.3);
  line-height: normal;
  padding: 2px;
}
.toolbar .kt-btn-set {
  display: inline-block;
}
.toolbar .kt-btn-set + .kt-btn-set {
  margin-left: 15px;
}
.kt-show-toolbar {
  position: absolute;
  top: 0;
  right: 0;
  width: 3em;
  margin: 2px;
  z-index: 2000;
}
.kt-heading-toolbar {
  display: flex;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  margin-top: 20px;
  margin-bottom: 15px;
}
.kt-heading-toolbar-title {
  flex: 1 1 auto;
  margin-top: 0;
  margin-bottom: 0;
}
.kt-heading-toolbar-command-set {
  justify-content: flex-end;
}
.kt-heading-toolbar-command-set.p1 {
  padding-top: 4px;
}
/* #endregion */
/* #region Label styles */
label:not(required) {
  font-weight: normal;
}
label.required {
  font-weight: bold;
}
.form-cols-1.stacked-label label {
  text-align: left;
  float: none;
  margin-left: 0;
}
.form-cols-1.input-width-full > div > div:nth-child(2) > table {
  width: 100%;
}
/* #endregion */
/* #region View switcher styles */
#ViewSwitcher {
  font-size: x-small;
  text-align: center;
}
/* #endregion */
/* #region Vertical menu styles */
.menu.menu-vertical {
  margin-top: -15px;
  margin-left: -15px;
  margin-right: -15px;
}
.menu.menu-vertical ul {
  background-color: #fff;
}
.menu.menu-vertical > ul {
  border: none;
}
.menu.menu-vertical li + li {
  border-top: thin solid #ddd;
}
.menu.menu-vertical li.k-state-hover {
  background-color: #f5f5f5;
}
.menu.menu-vertical a.k-state-active,
.menu.menu-vertical span.k-state-active {
  background-color: #1e7aea;
}
.menu.menu-vertical a.k-link,
.menu.menu-vertical span.k-link {
  color: #1e7aea;
}
.menu.menu-vertical a.k-link:hover,
.menu.menu-vertical span.k-link:hover,
.menu.menu-vertical a.k-state-active,
.menu.menu-vertical span.k-state-active {
  color: #1056ab;
}
.menu.menu-vertical a.k-link,
.menu.menu-vertical a.k-link:hover,
.menu.menu-vertical li.k-state-default a.k-link,
.menu.menu-vertical span.k-link,
.menu.menu-vertical span.k-link:hover,
.menu.menu-vertical li.k-state-default span.k-link {
  padding: 10px 15px;
}
.menu.menu-vertical span.k-icon {
  background-image: url('../Areas/Admin/Content/mixins/images/sprite.png');
}
/* #endregion */
/* #region Validation summary styles */
.validation-summary-valid {
  display: none;
}
.validation-summary-errors {
  color: #fff;
  background-color: #FF0039;
  border: thin solid #70002c;
  padding: 15px;
  margin-bottom: 20px;
  border: thin solid transparent;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.validation-summary-errors > ul {
  padding-left: 15px;
}
.field-validation-error {
  color: #FF0039;
}
/* #endregion */
/* #region Image block styles */
img.img-max-height-150 {
  max-width: 100%;
  max-height: 150px;
}
.image-33 {
  position: relative;
  height: 33px;
  width: 33px;
  min-width: 33px;
}
.image-33 img {
  position: absolute;
  max-height: 33px;
  max-width: 33px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image-50 {
  position: relative;
  height: 58px;
  width: 58px;
  min-width: 58px;
}
.image-50 img {
  position: absolute;
  max-height: 50px;
  max-width: 50px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image-66 {
  position: relative;
  height: 74px;
  width: 74px;
  min-width: 74px;
}
.image-66 img {
  position: absolute;
  max-height: 66px;
  max-width: 66px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.image-100 {
  position: relative;
  height: 120px;
  width: 120px;
  min-width: 120px;
}
.image-100 img {
  position: absolute;
  max-height: 100px;
  max-width: 100px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
/* #endregion */
/* #region Help styles */
.Info {
  background-color: InfoBackground;
  padding: 6px;
  border: 1px solid lightgray;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
/* #endregion */
/* #region Kendo grid styles */
.kt-table-container table {
  padding-top: 8px;
}
.kt-table-container table td,
.kt-table-container table th {
  padding: 2px 6px;
}
.kt-table-container table th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.kt-col-1-300 th:first-of-type {
  width: 300px;
}
.kt-align-top table td {
  vertical-align: top;
}
/* #endregion */
/* #region SmartMenus Bootstrap */
a.has-submenu {
  cursor: pointer;
}
.nav.navbar-nav.sm {
  z-index: 999;
}
.dropdown-menu > li > a > div {
  width: 16px;
  margin-right: 6px;
  margin-left: -12px;
  text-align: center;
}
.navbar-sidebar .container-fluid,
.navbar-sidebar .navbar-collapse {
  padding: 0;
}
.navbar-sidebar .navbar-left {
  margin-left: 0;
}
.navbar-sidebar .nav > li {
  width: 100%;
}
.navbar-sidebar .nav .open > a:hover,
.navbar-sidebar .nav .open > a:focus {
  background-color: #1e7aea;
}
.navbar-sidebar .navbar-nav.sm-collapsible .caret::before {
  content: '>';
}
.navbar-sidebar .navbar-nav.sm-collapsible .open > a > .caret::before {
  content: '<';
}
.navbar-sidebar .caret {
  position: absolute;
  right: 0;
  margin-top: 6px;
  margin-right: 15px;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px dashed;
}
.navbar-sidebar ul.sm-vertical {
  width: 100%;
}
/* #endregion */
/* #region MVC checkout styles */
.btn-mod1 {
  float: left;
  text-transform: uppercase;
}
.btn-mod2 {
  float: right;
  text-transform: uppercase;
}
.checkout-arrow-left {
  border-top: 22px solid #c8c8c8;
  border-bottom: 22px solid #c8c8c8;
  border-left: 22px solid rgba(0, 0, 0, 0);
  border-right: none;
  float: left;
  width: 10px;
  vertical-align: top;
}
.checkout-arrow-right {
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-bottom: 22px solid rgba(0, 0, 0, 0);
  border-left: 22px solid #c8c8c8;
  border-right: none;
  width: 0;
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
}
.checkout-nav {
  width: 80%;
  font-size: 28px;
  height: 100px;
  margin: 30px auto -40px;
}
.checkout-item {
  float: left;
  padding: 8px;
  margin: 2px;
  text-align: center;
  white-space: nowrap;
}
div.checkout-item:nth-child(2),
div.checkout-item:nth-child(3),
div.checkout-item:nth-child(4) {
  margin-left: -32px;
}
.checkout-item > span {
  display: inline-block;
  background-color: #c8c8c8;
  height: 44px;
  padding: 9px -2px 9px 0;
  width: 262px;
  vertical-align: top;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  margin-right: -4px;
}
.active-stepno > span {
  background-color: #1e7aea;
}
.active-stepno > .checkout-arrow-left {
  border-top: 22px solid #1e7aea;
  border-bottom: 22px solid #1e7aea;
  border-left: 22px solid rgba(0, 0, 0, 0);
}
.active-stepno > .checkout-arrow-right {
  border-top: 22px solid rgba(0, 0, 0, 0);
  border-bottom: 22px solid rgba(0, 0, 0, 0);
  border-left: 22px solid #1e7aea;
}
.form-back {
  padding: 0;
  margin-left: 0;
}
.form-cont {
  width: 80%;
  margin: 30px auto;
}
.form-cont .panel {
  min-height: 240px;
}
.form-cont .row {
  margin: 0 0;
}
.form-cont-welcome {
  min-height: 400px;
}
.form-continue {
  padding: 0;
  margin-right: 0;
  text-align: right;
}
.form-label {
  margin-left: -16px;
}
@media (min-width: 768px) {
  .form-cont-welcome {
    margin: 50px;
  }
}
.input-both-50 {
  margin: 20px 0 50px;
}
.input-bottom-10 {
  margin-bottom: 10px;
}
.input-validation-error {
  background: #FF0039;
  border: thin solid #70002c;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.4);
}
.order-comments {
  padding: 0;
  margin-bottom: 20px;
}
.order-terms {
  margin-top: 32px;
  height: 30px;
}
.order-terms-left {
  text-align: left;
  padding: 0;
  margin-top: -4px;
  display: inline-block;
}
.order-terms-left1 {
  text-align: left;
  padding: 0;
  margin-top: -4px;
  display: inline-block;
}
.order-terms-mid {
  text-align: center;
  display: inline-block;
  margin-top: -4px;
}
.order-terms-mod {
  margin-top: -4px;
  text-align: right;
  padding: 0;
  display: inline-block;
}
.order-terms-mod a {
  font-weight: bold;
}
.payment-iframe {
  width: 1106px;
  height: 640px;
  border: none;
}
.review-bold {
  font-weight: bold;
}
.review-check {
  text-align: center;
  width: 100%;
}
.review-collapse {
  padding: 0;
}
.review-terms .fa {
  font-size: 23px;
  color: #222;
}
.terms-check {
  margin-right: 9px !important;
}
.welcome-sign {
  padding-bottom: 10px;
}
@media (max-width: 1200px) {
  .active-stepno > .checkout-arrow-left {
    border-top: 20px solid #1e7aea;
    border-bottom: 20px solid #1e7aea;
    border-left: 20px solid rgba(0, 0, 0, 0);
  }
  .active-stepno > .checkout-arrow-right {
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #1e7aea;
    margin-left: -3px;
  }
  .active-stepno > span {
    background-color: #1e7aea;
    width: 214px;
  }
  .checkout-item > span {
    display: inline-block;
    height: 40px;
    padding: 3px 3px 9px 2px;
    width: 214px;
    vertical-align: top;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-right: -4px;
  }
  .checkout-arrow-left {
    border-top: 20px solid #c8c8c8;
    border-bottom: 20px solid #c8c8c8;
    border-left: 20px solid rgba(0, 0, 0, 0);
    border-right: none;
    float: left;
    width: 10px;
    vertical-align: top;
  }
  .checkout-arrow-right {
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-bottom: 20px solid rgba(0, 0, 0, 0);
    border-left: 20px solid #c8c8c8;
    border-right: none;
    width: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }
  .checkout-nav {
    width: 80%;
    font-size: 24px;
    height: 100px;
    margin: 30px auto -40px;
  }
  .checkout-item {
    float: left;
    padding: 7px;
    margin: 2px;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 992px) {
  .active-stepno > .checkout-arrow-right {
    margin-left: -3px;
  }
  .active-stepno > span {
    background-color: #1e7aea;
    width: 214px;
    padding: 5px 4px 4px 2px;
    margin-right: -3px;
  }
  .ccoff {
    display: none;
  }
  .checkout-item > span {
    display: inline-block;
    height: 40px;
    padding: 5px 4px 4px 2px;
    width: 155px;
    vertical-align: top;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin-right: -3px;
  }
  .checkout-arrow-left {
    border-right: none;
    float: left;
    width: 10px;
    vertical-align: top;
  }
  .checkout-arrow-right {
    border-right: none;
    width: 0;
    display: inline-block;
    vertical-align: top;
    margin-left: -3px;
  }
  .checkout-nav {
    width: 80%;
    font-size: 20px;
    height: 100px;
    margin: 30px auto -40px;
  }
  .checkout-item {
    float: left;
    padding: 7px;
    margin: 2px;
    text-align: center;
    white-space: nowrap;
  }
}
@media (max-width: 768px) {
  .active-stepno > .checkout-arrow-right,
  .active-stepno > .checkout-arrow-left,
  .checkout-arrow-left {
    display: none;
  }
  .checkout-arrow-right {
    border: 0;
    width: 10px;
  }
  .checkout-nav {
    width: 100%;
    height: 60px;
    margin: 20px auto -10px;
    white-space: nowrap;
  }
  .checkout-item {
    width: 33.3%;
  }
  .checkout-item > span {
    width: 100%;
    padding: 6px 0 0 0;
  }
  div.checkout-item:nth-child(2),
  div.checkout-item:nth-child(3),
  div.checkout-item:nth-child(4) {
    margin-left: -10px;
  }
  .form-back .btn-default {
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    padding: 14px;
  }
  .form-cont {
    width: 100%;
    margin: 30px auto;
  }
  .form-continue .btn-primary {
    width: 100%;
    margin: 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    height: 50px;
    padding: 14px;
  }
}
@media (max-width: 480px) {
  .checkout-item > span {
    width: 100%;
    padding: 9px 0 0 0;
  }
  .checkout-nav {
    font-size: 16px;
  }
}
.fa-sm {
  line-height: normal;
  font-size: 30px;
}
.fa-md {
  line-height: 1;
  font-size: 38px;
}
.form-label-vertical-offset {
  height: 20px;
  margin-bottom: 5px;
}
/* #endregion*/
/* #region Kendo modal styles */
.modal-md {
  width: 600px;
}
.k-window-content .modal-md * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.k-window .k-window-titlebar.k-header {
  background-color: #fff;
}
.k-window .modal-footer {
  margin: 8px -8px -8px -8px;
}
/* #endregion */
/* #region Bootstrap styles */
.btn-primary .badge {
  color: #1e7aea;
  background-color: #fff;
}
.btn-group.btn-group-full-width {
  display: flex;
}
.btn-group-full-width .btn {
  flex: 1;
}
.carousel .carousel-control {
  background-image: none;
}
.form.form-fields-2 .form-group {
  padding-left: 15px;
  padding-right: 15px;
}
.form-horizontal .form-group.form-group-sm .checkbox {
  font-size: 12px;
  line-height: normal;
  padding-top: 2px;
  margin-left: 15px;
}
.form-horizontal .form-group.form-group-sm .checkbox label {
  font-weight: bold;
}
.form-horizontal .form-group.form-group-sm .checkbox input[type='checkbox'] {
  margin-top: 0;
}
.form-group .control-label::after {
  content: ":";
}
.navbar .form {
  font-weight: normal;
}
.zindex-dropdown {
  z-index: 1000;
}
/* #endregion */
/* #region Bootstrap 4 styles */
.navbar-default .navbar-form .form-control.form-control-plaintext {
  color: #fff;
}
.navbar-inverse .navbar-form .form-control.form-control-plaintext {
  color: #fff;
}
@media (min-width: 768px) {
  .navbar-collapse.collapse.hidden-sm-up {
    display: none !important;
  }
}
.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  line-height: 1.5;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
  box-shadow: none;
}
/* #endregion */
/* #region Typeahead styles */
.dropdown-sm .twitter-typeahead .tt-menu {
  width: 300px !important;
}
.dropdown-md .twitter-typeahead .tt-menu {
  width: 600px !important;
}
.dropdown-lg .twitter-typeahead .tt-menu {
  width: 900px !important;
}
.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0 none currentcolor;
}
.list-group-flush .list-group-item {
  border-right: 0 none currentcolor;
  border-bottom: 0 none currentcolor;
  border-left: 0 none currentcolor;
}
/* #endregion */
/* #region Typeahead styles */
.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead input.typeahead.tt-hint {
  color: gray;
  width: 100%;
}
.twitter-typeahead input.typeahead.tt-input {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  margin-top: 5px;
  z-index: 1001 !important;
}
.twitter-typeahead .tt-menu .row {
  margin-left: 0;
  margin-right: 0;
}
.input-group .twitter-typeahead {
  display: block !important;
  height: 39px;
}
.input-group .twitter-typeahead .tt-menu,
.input-group .twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
  width: 100%;
  background-color: #fff;
  border: 1px solid #1e7aea;
  border-radius: 0;
}
.input-group .twitter-typeahead .tt-suggestion {
  padding: 0 8px;
  text-align: left;
}
.input-group .twitter-typeahead .tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #1e7aea;
}
.input-group .twitter-typeahead .tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #1e7aea;
}
.input-group .twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group .twitter-typeahead:first-child .form-control {
  border-radius: 0 0 0 0;
}
.input-group .twitter-typeahead:last-child .form-control {
  border-radius: 0 0 0 0;
}
.input-group.input-group-sm .twitter-typeahead {
  height: 31px;
}
.input-group.input-group-sm .twitter-typeahead .tt-menu,
.input-group.input-group-sm .twitter-typeahead .tt-dropdown-menu {
  top: 31px !important;
}
.input-group.input-group-lg .twitter-typeahead {
  height: 56px;
}
.input-group.input-group-lg .twitter-typeahead .tt-menu,
.input-group.input-group-lg .twitter-typeahead .tt-dropdown-menu {
  top: 56px !important;
}
/* #endregion */
/* #region Video container styles */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* #endregion */
/* #region Spinner button styles */
button.btn-spinner {
  position: relative;
}
button.btn-spinner:not(.btn-spin) > .btn-spinner-icon {
  visibility: hidden;
}
button.btn-spinner > .btn-spinner-icon {
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  font-size: 30px;
}
/* #endregion */
/* #region Table styles */
td .td-hidden {
  display: none;
}
/* #endregion */
.grid.cms-grid-1 > div {
  width: 100% !important;
}
.grid.cms-grid-2 > div {
  width: 50% !important;
}
.grid.cms-grid-3 > div {
  width: 33.33% !important;
}
.grid.cms-grid-4 > div {
  width: 25% !important;
}
.grid.cms-grid-6 > div {
  width: 16.66% !important;
}
.cms-menu-list-group ul {
  border: solid #1e7aea;
  border-width: 0 1px 1px 1px;
}
.cms-menu-list-group ul a {
  padding: 10px 15px;
  border: solid #1e7aea;
  border-width: 1px 0;
  margin-bottom: -1px;
}
.cms-menu-list-group ul a:hover {
  color: #fff !important;
}
.carousel-col div.d-inline-block,
.carousel-col div.d-inline-block img {
  width: 100%;
}
.catalog-landing ul {
  padding: 15px 0;
  list-style: none;
  font-size: 1.2em;
}
.catalog-landing ul.catalog-landing-category li:first-child {
  font-weight: 700;
  padding-bottom: 7.5px;
}
.quickorder {
  width: 100%;
}
.quickorder ul,
.quickorder li {
  padding: 0;
  margin: 0;
}
.quickorder .thead {
  color: #fff;
  background-color: #1e7aea;
  border-bottom: 2px solid #ddd;
  text-shadow: 2px 2px rgba(0, 0, 0, 0.25);
  font-size: 18px;
  vertical-align: bottom;
}
.quickorder .thead .td.breaks-col {
  text-align: right;
}
.quickorder .tbody .tr {
  border-top: 1px solid #ddd;
  position: relative;
}
.quickorder .tbody .tr .td {
  vertical-align: top;
}
@media (min-width: 768px) {
  .quickorder .tbody .tr .td.linetotal-col {
    text-align: right;
  }
}
.quickorder .tbody .tr:first-of-type {
  border-top: none;
}
.quickorder .tbody .tr:nth-child(even) {
  background-color: #efefef;
}
.quickorder .tbody .tr:last-of-type {
  border-bottom: 1px solid #ddd;
}
.quickorder .tbody .tr .loading {
  opacity: 0.1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.quickorder .tbody .description-col {
  padding-top: 6px;
  padding-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.quickorder .alert {
  margin-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.quickorder .alert li {
  padding: 8px;
  display: table-cell;
  vertical-align: bottom;
}
.quickorder .td {
  display: inline-block;
  line-height: 1.42857;
  padding: 2px 10px;
}
.quickorder .remove-btn {
  margin-top: 3px;
}
.quickorder .remove-btn:not(.loading):hover {
  color: #FF0039;
}
.quickorder .remove-col {
  min-width: 35px;
  width: 35px;
  padding: 2px;
}
.quickorder .sku-col {
  min-width: 180px;
  width: 180px;
}
.quickorder .sku-col > a {
  vertical-align: sub;
}
.quickorder .quantity-col {
  min-width: 152px;
  width: 152px;
}
.quickorder .quantity-col input[type=number] {
  -moz-appearance: textfield;
}
.quickorder .quantity-col input::-webkit-outer-spin-button,
.quickorder .quantity-col input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.quickorder .quantity-col input::-ms-clear {
  display: none;
}
.quickorder .quantity-col .uom {
  right: 26px;
  top: -15px;
  right: 10px;
  left: auto;
  display: block;
  width: auto;
  text-align: right;
  line-height: 0;
  position: relative;
  float: right;
  z-index: 3;
  color: #1e7aea;
  margin-bottom: 0;
  font-weight: normal;
}
.input-sm + .quickorder .quantity-col .uom {
  top: -17px;
  right: 10px;
}
.quickorder .linetotal-col {
  padding-top: 7px;
  min-width: 100px;
  width: 100px;
}
.quickorder .break-list {
  padding-top: 4px;
  list-style: none;
}
.quickorder .break-list .range {
  padding: 0 5px;
  color: #1e7aea;
}
@media (min-width: 768px) {
  .quickorder .break-list .price {
    float: right;
    padding-left: 5px;
  }
}
.quickorder .breaks-col {
  min-width: 220px;
  width: 220px;
}
.quickorder .twitter-typeahead {
  width: 100%;
}
.quickorder .twitter-typeahead input {
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
.quickorder .twitter-typeahead .tt-menu {
  margin-top: 1px;
  background-color: #fff;
  color: #1e7aea;
  text-shadow: none;
  border-radius: 0;
  border: 1px solid #ccc;
}
.quickorder .twitter-typeahead .tt-menu .tt-suggestion {
  display: table-row;
  white-space: nowrap;
}
.quickorder .twitter-typeahead .tt-menu .tt-cursor,
.quickorder .twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: #e6e6e6;
}
.quickorder .twitter-typeahead .tt-menu .tt-sku {
  display: table-cell;
  padding: 0 20px 0 5px;
  white-space: nowrap;
}
.quickorder .twitter-typeahead .tt-menu .tt-disc {
  display: table-cell;
  white-space: nowrap;
  padding-right: 5px;
  max-width: 500px;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333333;
  font-size: small;
  font-style: italic;
}
@media (min-width: 992px) {
  .quickorder .tdwrap {
    display: flex;
    flex-wrap: nowrap;
  }
}
@media (max-width: 991px) {
  .quickorder .thead {
    display: none;
  }
  .quickorder .breaks-col:empty,
  .quickorder .description-col:empty {
    display: none;
  }
}
@media (max-width: 767px) {
  .quickorder .sku-col,
  .quickorder .quantity-col {
    width: 49%;
    padding: 2px;
  }
  .quickorder .remove-col,
  .quickorder .linetotal-col,
  .quickorder .breaks-col,
  .quickorder .description-col {
    width: 100%;
    padding: 2px;
  }
  .quickorder .twitter-typeahead .tt-menu .tt-disc {
    max-width: 180px;
  }
}
@media (max-width: 600px) {
  .quickorder .twitter-typeahead .tt-menu .tt-disc {
    display: none;
  }
}
@media (max-width: 460px) {
  .quickorder .sku-col,
  .quickorder .quantity-col {
    width: 100%;
    padding: 2px;
  }
}
.ProductReviewDistributionBar > * {
  display: inline-block;
}
.rating-partial .btn .caret {
  transform: rotate(180deg);
  transition: all 0.3s ease-in-out;
}
.rating-partial .btn.collapsed .caret {
  transform: rotate(0deg);
}
.rating-partial .rating-action {
  cursor: pointer;
}
.rating-bar {
  background: #fff;
  background: linear-gradient(to bottom, #fff 60%, #bbb 100%);
  height: 12px;
  width: 120px;
  border: solid black 1px;
  border-radius: 3.5px;
}
.rating-bar > * {
  display: block;
  background: #fd4;
  background: linear-gradient(to bottom, #fd4 25%, #f80 100%);
  height: 100%;
  width: 0%;
  border-radius: 2.5px;
}
.rating-stars {
  display: inline-block;
  background: url("/Content/images/ratings/stars.png") 0 100% repeat-x;
  width: calc(16px * 5);
  height: 16px;
}
.rating-stars > * {
  display: block;
  background: url("/Content/images/ratings/stars.png") repeat-x;
  height: 100%;
  width: 0%;
}