.hawk *, .hawk :after, .hawk :before {
  box-sizing: border-box; }

.hawk input[type=date], .hawk input[type=email], .hawk input[type=number], .hawk input[type=password], .hawk input[type=search], .hawk input[type=tel], .hawk input[type=text], .hawk input[type=time], .hawk input[type=url], .hawk input[type=week], .hawk select {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.hawk input[type=date]:focus, .hawk input[type=email]:focus, .hawk input[type=number]:focus, .hawk input[type=password]:focus, .hawk input[type=search]:focus, .hawk input[type=tel]:focus, .hawk input[type=text]:focus, .hawk input[type=time]:focus, .hawk input[type=url]:focus, .hawk input[type=week]:focus, .hawk select:focus {
  box-shadow: 0 0 0 3px #5bc0de;
  outline: none; }

.hawk input[type=date]::-webkit-clear-button {
  display: none; }

.hawk input[type=date]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  display: none; }

.hawk input[type=date]::-ms-clear {
  display: none; }

.hawk input[type=number], .hawk input[type=time], .hawk input[type=week] {
  width: auto; }

.hawk textarea {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  min-height: 100px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.hawk textarea:focus {
  box-shadow: 0 0 0 3px #5bc0de;
  outline: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.hawk {
  font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;
  font-size: 16px; }

.hawk__header {
  margin-bottom: 1em; }

.hawk__body {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px; }

@media only screen and (min-width: 48em) {
  .hawk__body {
    flex-wrap: nowrap; } }

.hawk-btn {
  display: inline-block;
  padding: 7px 1.15rem;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  background-color: #3f4044;
  color: #fff;
  border-radius: 4px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

.hawk-btn, .hawk-btn:focus {
  outline: none; }

.hawk-btn.focus, .hawk-btn:focus, .hawk-btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: #333437; }

.hawk-btn.active, .hawk-btn:active {
  background-image: none;
  outline: 0;
  background-color: #333437; }

.hawk-btn.disabled, .hawk-btn[disabled], fieldset[disabled] .hawk-btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  box-shadow: none;
  opacity: .65; }

a.hawk-btn.disabled, fieldset[disabled] a.hawk-btn {
  pointer-events: none; }

.hawk-btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }

.hawk-btn-default.focus, .hawk-btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c; }

.hawk-btn-default.active, .hawk-btn-default:active, .hawk-btn-default:hover, .open > .dropdown-toggle.hawk-btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad; }

.hawk-btn-default.active.focus, .hawk-btn-default.active:focus, .hawk-btn-default.active:hover, .hawk-btn-default:active.focus, .hawk-btn-default:active:focus, .hawk-btn-default:active:hover, .open > .dropdown-toggle.hawk-btn-default.focus, .open > .dropdown-toggle.hawk-btn-default:focus, .open > .dropdown-toggle.hawk-btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c; }

.hawk-btn-default.active, .hawk-btn-default:active, .open > .dropdown-toggle.hawk-btn-default {
  background-image: none; }

.hawk-btn-default.disabled.focus, .hawk-btn-default.disabled:focus, .hawk-btn-default.disabled:hover, .hawk-btn-default[disabled].focus, .hawk-btn-default[disabled]:focus, .hawk-btn-default[disabled]:hover, fieldset[disabled] .hawk-btn-default.focus, fieldset[disabled] .hawk-btn-default:focus, fieldset[disabled] .hawk-btn-default:hover {
  background-color: #fff;
  border-color: #ccc; }

.hawk-btn-default .badge {
  color: #fff;
  background-color: #333; }

.hawk-btn-primary {
  color: #fff;
  background-color: #3f4044;
  border-color: transparent; }

.hawk-btn-primary.active, .hawk-btn-primary.focus, .hawk-btn-primary:active, .hawk-btn-primary:focus, .hawk-btn-primary:hover, .open > .dropdown-toggle.hawk-btn-primary {
  color: #fff;
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary.active.focus, .hawk-btn-primary.active:focus, .hawk-btn-primary.active:hover, .hawk-btn-primary:active.focus, .hawk-btn-primary:active:focus, .hawk-btn-primary:active:hover, .open > .dropdown-toggle.hawk-btn-primary.focus, .open > .dropdown-toggle.hawk-btn-primary:focus, .open > .dropdown-toggle.hawk-btn-primary:hover {
  color: #fff;
  background-color: #26272a;
  border-color: transparent; }

.hawk-btn-primary.active, .hawk-btn-primary:active, .open > .dropdown-toggle.hawk-btn-primary {
  background-image: none; }

.hawk-btn-primary.disabled.focus, .hawk-btn-primary.disabled:focus, .hawk-btn-primary.disabled:hover, .hawk-btn-primary[disabled].focus, .hawk-btn-primary[disabled]:focus, .hawk-btn-primary[disabled]:hover, fieldset[disabled] .hawk-btn-primary.focus, fieldset[disabled] .hawk-btn-primary:focus, fieldset[disabled] .hawk-btn-primary:hover {
  background-color: #333437;
  border-color: transparent; }

.hawk-btn-primary .badge {
  color: #337ab7;
  background-color: #fff; }

.hawk-btn-primary-outline {
  color: #3f4044;
  background-color: transparent;
  background-image: none;
  border-color: #3f4044; }

.hawk-btn-primary-outline:hover {
  color: #fff;
  background-color: #3f4044;
  border-color: #3f4044; }

.hawk-btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }

.hawk-btn-success.focus, .hawk-btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625; }

.hawk-btn-success.active, .hawk-btn-success:active, .hawk-btn-success:hover, .open > .dropdown-toggle.hawk-btn-success {
  color: #fff;
  background-color: #449d44;
  border-color: #398439; }

.hawk-btn-success.active.focus, .hawk-btn-success.active:focus, .hawk-btn-success.active:hover, .hawk-btn-success:active.focus, .hawk-btn-success:active:focus, .hawk-btn-success:active:hover, .open > .dropdown-toggle.hawk-btn-success.focus, .open > .dropdown-toggle.hawk-btn-success:focus, .open > .dropdown-toggle.hawk-btn-success:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625; }

.hawk-btn-success.active, .hawk-btn-success:active, .open > .dropdown-toggle.hawk-btn-success {
  background-image: none; }

.hawk-btn-success.disabled.focus, .hawk-btn-success.disabled:focus, .hawk-btn-success.disabled:hover, .hawk-btn-success[disabled].focus, .hawk-btn-success[disabled]:focus, .hawk-btn-success[disabled]:hover, fieldset[disabled] .hawk-btn-success.focus, fieldset[disabled] .hawk-btn-success:focus, fieldset[disabled] .hawk-btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c; }

.hawk-btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.hawk-btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }

.hawk-btn-info.focus, .hawk-btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85; }

.hawk-btn-info.active, .hawk-btn-info:active, .hawk-btn-info:hover, .open > .dropdown-toggle.hawk-btn-info {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc; }

.hawk-btn-info.active.focus, .hawk-btn-info.active:focus, .hawk-btn-info.active:hover, .hawk-btn-info:active.focus, .hawk-btn-info:active:focus, .hawk-btn-info:active:hover, .open > .dropdown-toggle.hawk-btn-info.focus, .open > .dropdown-toggle.hawk-btn-info:focus, .open > .dropdown-toggle.hawk-btn-info:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85; }

.hawk-btn-info.active, .hawk-btn-info:active, .open > .dropdown-toggle.hawk-btn-info {
  background-image: none; }

.hawk-btn-info.disabled.focus, .hawk-btn-info.disabled:focus, .hawk-btn-info.disabled:hover, .hawk-btn-info[disabled].focus, .hawk-btn-info[disabled]:focus, .hawk-btn-info[disabled]:hover, fieldset[disabled] .hawk-btn-info.focus, fieldset[disabled] .hawk-btn-info:focus, fieldset[disabled] .hawk-btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da; }

.hawk-btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.hawk-btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }

.hawk-btn-warning.focus, .hawk-btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d; }

.hawk-btn-warning.active, .hawk-btn-warning:active, .hawk-btn-warning:hover, .open > .dropdown-toggle.hawk-btn-warning {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512; }

.hawk-btn-warning.active.focus, .hawk-btn-warning.active:focus, .hawk-btn-warning.active:hover, .hawk-btn-warning:active.focus, .hawk-btn-warning:active:focus, .hawk-btn-warning:active:hover, .open > .dropdown-toggle.hawk-btn-warning.focus, .open > .dropdown-toggle.hawk-btn-warning:focus, .open > .dropdown-toggle.hawk-btn-warning:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d; }

.hawk-btn-warning.active, .hawk-btn-warning:active, .open > .dropdown-toggle.hawk-btn-warning {
  background-image: none; }

.hawk-btn-warning.disabled.focus, .hawk-btn-warning.disabled:focus, .hawk-btn-warning.disabled:hover, .hawk-btn-warning[disabled].focus, .hawk-btn-warning[disabled]:focus, .hawk-btn-warning[disabled]:hover, fieldset[disabled] .hawk-btn-warning.focus, fieldset[disabled] .hawk-btn-warning:focus, fieldset[disabled] .hawk-btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236; }

.hawk-btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.hawk-btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }

.hawk-btn-danger.focus, .hawk-btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19; }

.hawk-btn-danger.active, .hawk-btn-danger:active, .hawk-btn-danger:hover, .open > .dropdown-toggle.hawk-btn-danger {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925; }

.hawk-btn-danger.active.focus, .hawk-btn-danger.active:focus, .hawk-btn-danger.active:hover, .hawk-btn-danger:active.focus, .hawk-btn-danger:active:focus, .hawk-btn-danger:active:hover, .open > .dropdown-toggle.hawk-btn-danger.focus, .open > .dropdown-toggle.hawk-btn-danger:focus, .open > .dropdown-toggle.hawk-btn-danger:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19; }

.hawk-btn-danger.active, .hawk-btn-danger:active, .open > .dropdown-toggle.hawk-btn-danger {
  background-image: none; }

.hawk-btn-danger.disabled.focus, .hawk-btn-danger.disabled:focus, .hawk-btn-danger.disabled:hover, .hawk-btn-danger[disabled].focus, .hawk-btn-danger[disabled]:focus, .hawk-btn-danger[disabled]:hover, fieldset[disabled] .hawk-btn-danger.focus, fieldset[disabled] .hawk-btn-danger:focus, fieldset[disabled] .hawk-btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a; }

.hawk-btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.body .hawk-btn-link {
  display: inline;
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: inherit; }

.body .hawk-btn-link:hover {
  text-decoration: underline;
  color: #285f8f; }

.body .hawk-btn-link--logout, .body .hawk-btn-link--logout:active, .body .hawk-btn-link--logout:focus, .body .hawk-btn-link--logout:hover {
  color: #fff; }

.hawk-btn-link, .hawk-btn-link.active, .hawk-btn-link:active, .hawk-btn-link[disabled], fieldset[disabled] .hawk-btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

.hawk-btn-link, .hawk-btn-link:active, .hawk-btn-link:focus, .hawk-btn-link:hover {
  border-color: transparent; }

.hawk-btn-link:focus, .hawk-btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.hawk-btn-link[disabled]:focus, .hawk-btn-link[disabled]:hover, fieldset[disabled] .hawk-btn-link:focus, fieldset[disabled] .hawk-btn-link:hover {
  color: #777;
  text-decoration: none; }

.hawk-btn-group-lg > .hawk-btn, .hawk-btn-lg {
  padding: 1rem 1.8rem;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.hawk-btn-group-sm > .hawk-btn, .hawk-btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.hawk-btn-group-xs > .hawk-btn, .hawk-btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

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

.hawk-btn-block + .hawk-btn-block {
  margin-top: 5px; }

input[type=button].hawk-btn-block, input[type=reset].hawk-btn-block, input[type=submit].hawk-btn-block {
  width: 100%; }

.hawk-btn-bottom-margin {
  margin-bottom: 1em; }

.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.icon-roc-logo {
  width: 100px;
  height: auto;
  position: relative;
  top: -5px; }

.icon-primary, .icon-primary path {
  fill: #3f4044;
  color: #3f4044; }

.icon-disabled {
  pointer-events: none; }

.icon-disabled path {
  fill: #b9bbbd !important; }

.listing-item-status-icon {
  width: 30px; }

@media only screen and (min-width: 75em) {
  .listing-item-status-icon {
    width: 15px; } }

.dropdown-toggle {
  display: flex;
  align-items: center; }

.dropdown-toggle:after {
  vertical-align: .155em; }

.dropdown-toggle:not(:disabled):not(.disabled).active:focus, .dropdown-toggle:not(:disabled):not(.disabled):active:focus, .show > .dropdown-toggle.dropdown-toggle:focus .hawk-btn-outline-secondary {
  color: #000; }

.dropdown-toggle__text {
  width: 100%; }

.dropdown-item:not(:disabled) {
  cursor: pointer; }

.dropdown--right .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: auto !important;
  right: 0 !important; }

.dropdown--left .dropdown-menu {
  transform: none !important;
  top: 100% !important;
  left: 0 !important;
  right: auto !important; }

.autosuggest-menu {
  position: relative;
  z-index: 110; }

.body .autosuggest-menu__list {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 0;
  left: auto;
  top: auto;
  margin-top: -3px;
  display: block;
  overflow-y: auto;
  line-height: 35px;
  border: 1px solid #ccc;
  position: absolute;
  width: 100%;
  z-index: 5;
  background: #fff;
  box-sizing: border-box;
  cursor: default;
  max-height: 500px; }

.body .autosuggest-menu__item {
  padding-left: 10px;
  background-color: #fff;
  line-height: 24px;
  font-size: 16px;
  cursor: pointer; }

.body .autosuggest-menu__item--highlighted, .body .autosuggest-menu__item:focus, .body .autosuggest-menu__item:hover {
  background-color: #3f4044;
  color: #fff; }

.body .hawk-sqItemImage-thumb {
  width: 100px;
  height: 100px; }

.autosuggest-menu__text--deleted {
  color: #d9534f; }

.autosuggest-menu__item:focus .autosuggest-menu__text--deleted, .autosuggest-menu__item:hover .autosuggest-menu__text--deleted {
  color: #fff; }

.autosuggest-menu__text--archived {
  color: #f0ad4e; }

.autosuggest-menu__item:focus .autosuggest-menu__text--archived, .autosuggest-menu__item:hover .autosuggest-menu__text--archived {
  color: #fff; }

.hawk__searchBox .autosuggest-menu h3 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 5px; }

.hawk__searchBox .autosuggest-menu .loading-label {
  width: 100%; }

.hawk__searchBox .autosuggest-menu > ul {
  display: flex;
  flex-direction: row;
  padding: 15px;
  flex-wrap: wrap; }

.hawk__searchBox .autosuggest-menu > ul > ul {
  width: 66%;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  align-content: flex-start; }

.hawk__searchBox .autosuggest-menu > ul > ul h3 {
  width: 100%; }

.hawk__searchBox .autosuggest-menu > ul > ul li {
  display: flex;
  flex-direction: column;
  width: calc(33% - 20px);
  margin: 10px;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  padding: 10px; }

.hawk__searchBox .autosuggest-menu > ul > ul li.autosuggest-menu__item--highlighted, .hawk__searchBox .autosuggest-menu > ul > ul li.autosuggest-menu__item--highlighted:hover, .hawk__searchBox .autosuggest-menu > ul > ul li:hover {
  background: transparent !important;
  color: #212529; }

.hawk__searchBox .autosuggest-menu > ul > ul li .p-name {
  font-size: 12px;
  line-height: 15px;
  margin-top: 5px;
  width: 100%; }

.hawk__searchBox .autosuggest-menu > ul > ul > .view-matches {
  width: 100%;
  text-align: center;
  color: #007bff;
  cursor: pointer; }

.hawk__searchBox .autosuggest-menu > ul > div {
  width: 34%;
  padding-left: 15px; }

.hidden-label {
  display: none; }

.hawk-facet-rail {
  border: 1px solid #3f4044;
  background-color: #f7f7f7;
  width: 100%;
  z-index: 100; }

@media only screen and (min-width: 48em) {
  .hawk-facet-rail {
    width: auto;
    min-width: 230px;
    margin-right: 1em; } }

@media only screen and (min-width: 62em) {
  .hawk-facet-rail {
    min-width: 300px; } }

.hawk-facet-rail .hawk-facet-rail__w-100 {
  width: 100%; }

.hawk-facet-rail__facet-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.hawk-facet-rail__facet-list-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 6px; }

.hawk-facet-rail__facet-list-item.hawkFacet-group {
  flex-direction: column; }

.hawk-facet-rail__facet-list-item.hawkFacet-group .hawkFacet-group__inline {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 6px; }

.hawk-facet-rail__heading {
  color: #fff;
  background-color: #3f4044;
  font-size: 1.2em;
  padding: 10px;
  font-weight: 700;
  position: relative; }

@media only screen and (max-width: 767px) {
  .hawk-facet-rail__heading {
    cursor: pointer; }
  .hawk-facet-rail__heading:after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    border: 15px solid #35200c;
    border-bottom-color: #f37624;
    border-right: 0;
    border-top: 0;
    height: 0;
    width: 0; } }

.hawk-facet-rail__selections {
  border-bottom: 1px solid #d9d9d6;
  margin: 1em 0; }

@media only screen and (min-width: 48em) {
  .hawk-facet-rail__selections {
    margin: 0; } }

.hawk-facet-rail__selections h4 {
  margin: 0 0 10px;
  font-size: 1.2em; }

.hawk-facet-rail__facet {
  padding: 10px;
  border-bottom: 1px solid #d9d9d6;
  border-top: 1px solid #fff; }

.hawk-facet-rail__facet-heading {
  display: flex;
  align-items: center;
  background: transparent;
  border: none;
  width: 100%;
  cursor: pointer; }

.hawk-facet-rail__facet-heading h4 {
  margin: 5px 0;
  display: inline-block;
  flex-grow: 1;
  padding: 0 5px 0 0;
  font-size: 1em;
  font-weight: 700;
  text-align: left; }

.hawk-facet-rail__facet-heading .icon {
  width: 1em;
  height: 1em; }

.hawk-facet-rail__facet-heading .hawk-questionmark {
  width: 25px;
  height: 25px; }

.hawk-facet-rail__facet-heading .custom-tooltip {
  display: inline-block;
  position: relative;
  text-align: left; }

.hawk-facet-rail__facet-heading .custom-tooltip .right {
  min-width: 250px;
  top: 50%;
  left: 100%;
  margin-left: 5px;
  transform: translateY(-50%);
  padding: 10px 20px;
  color: #000;
  background-color: #fff;
  font-weight: 700;
  font-size: 1em;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
  display: none;
  cursor: auto; }

.hawk-facet-rail__facet-heading .custom-tooltip .right div {
  font-family: Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif; }

.hawk-facet-rail__facet-heading .custom-tooltip .right i {
  position: absolute;
  top: 50%;
  right: 100%;
  margin-top: -12px;
  width: 12px;
  height: 24px;
  overflow: hidden; }

.hawk-facet-rail__facet-heading .custom-tooltip .right i:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 0;
  top: 50%;
  transform: translate(50%, -50%) rotate(-45deg);
  background-color: #fff;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5); }

.hawk-facet-rail__facet-heading .custom-tooltip:hover .right {
  display: block; }

.hawk-facet-rail__facet-body {
  margin-top: 10px; }

.hawk-facet-rail__facet__quick-lookup {
  margin-bottom: 5px; }

.hawk-facet-rail__facet__quick-lookup input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #d9d9d6;
  padding: 5px; }

.hawk-facet-rail__facet__search {
  margin-bottom: 5px; }

.hawk-facet-rail__facet__search input {
  width: 90%;
  box-sizing: border-box;
  border: 1px solid #d9d9d6;
  padding: 5px; }

.hawk-facet-rail__facet-values {
  background-color: #fff;
  border: 1px solid #d9d9d6;
  padding: 10px; }

.hawk-facet-rail__facet-values .hawk-facet-rail__facet-values-link .hawk-facet-rail__facet-list-item .selected {
  color: #f47b20; }

.hawk__btn__select-facet {
  width: 200px;
  text-align: left;
  margin-right: 5px;
  font-size: 12px;
  background-color: #007041; }

.hawk-facet-rail__facet-values__search input {
  border: none;
  width: 100%; }

.hawk-facet-rail__facet-values__search-clear {
  height: 35px;
  text-align: right; }

.hawk-facet-rail__facet-values__search-clear span {
  float: right;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer; }

.hawk-facet-rail__facet-values__search-clear span:hover {
  text-decoration: underline; }

.hawk-facet-rail__facet-values__search-clear .link-button {
  background: transparent;
  border: none;
  margin-top: 10px;
  color: #6f6f6f;
  font-size: .9em;
  font-weight: 700;
  text-decoration: none; }

.hawk-facet-rail__facet-values__search-clear .link-button:hover {
  text-decoration: underline; }

.hawk-facet-rail__facet-btn:hover .hawk-facet-rail__facet-btn-exclude {
  display: block; }

.hawk-result-rail__keyword-not-match {
  color: red; }

.hawk-facet-rail__facet-btn {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1.3;
  padding: 0;
  flex-grow: 1;
  text-align: left;
  margin: 0 5px;
  box-shadow: none;
  color: #000;
  font-weight: 400;
  font-size: .933em; }

.hawk-facet-rail__facet-btn:active, .hawk-facet-rail__facet-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn:not(:disabled):not(.disabled):active {
  background-color: transparent; }

@media only screen and (min-width: 62em) {
  .hawk-facet-rail__facet-btn {
    line-height: 1.4; } }

.hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name {
  word-break: break-all; }

.hawk-facet-rail__facet-btn .hawk-facet-rail__facet-name.checked {
  color: #f47b20; }

.hawk-facet-rail__facet-btn:active, .hawk-facet-rail__facet-btn:focus {
  box-shadow: none; }

.hawk-facet-rail__facet-btn:active .hawk-facet-rail__facet-name, .hawk-facet-rail__facet-btn:focus .hawk-facet-rail__facet-name {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

button.hawk-collapseState {
  background-color: transparent;
  border: none;
  display: inline-block;
  padding: 0;
  cursor: pointer; }

button.hawk-collapseState.ie-fix {
  z-index: 100;
  left: 20px;
  background: transparent; }

.hawk-linklist.hawk-collapseState {
  position: relative; }

.hawk-linklist.hawk-collapseState:after {
  font-size: 20px;
  top: -5px; }

.hawk-facet-rail__facet-btn-exclude {
  display: none;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  max-height: 19px; }

.hawk-facet-rail__facet-btn-exclude:active, .hawk-facet-rail__facet-btn-exclude:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn-exclude:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__facet-btn-include {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  max-height: 19px;
  color: #3f4044; }

.hawk-facet-rail__facet-btn-include:active, .hawk-facet-rail__facet-btn-include:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__facet-btn-include:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__show-more-btn {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer; }

.hawk-facet-rail__show-more-btn:active, .hawk-facet-rail__show-more-btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-facet-rail__show-more-btn:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-facet-rail__facet-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  background: transparent;
  border: 1px solid #3f4044;
  border-radius: 4px;
  margin-right: 5px; }

.hawk-facet-rail__facet-checkbox-icon {
  width: 1em;
  height: 1em; }

.hawk-date-value-end, .hawk-date-value-start {
  width: 215px !important;
  float: left;
  margin: 5px; }

.hawk-date-value-end {
  float: right; }

.hawk-pagination__left {
  height: 15px;
  cursor: pointer; }

.hawk-pagination__left path {
  fill: #000; }

.hawk-pagination__right {
  height: 15px;
  cursor: pointer; }

.hawk-pagination__right path {
  fill: #000; }

@keyframes shake {
  0% {
    transform: translateX(0); }
  6.5% {
    transform: rotateY(-9deg) translateX(-6px); }
  18.5% {
    transform: rotateY(7deg) translateX(5px); }
  31.5% {
    transform: rotateY(5deg) translateX(-3px); }
  43.5% {
    transform: rotateY(3deg) translateX(2px); }
  50% {
    transform: translateX(0); } }

.hawk-items-per-page {
  display: inline-block; }

.hawk-results {
  flex-grow: 1; }

.hawk-results__item {
  margin: 0 0 2em;
  width: 100%; }

@media only screen and (min-width: 48em) {
  .hawk-results__item {
    max-width: 300px;
    width: 50%; } }

@media only screen and (min-width: 62em) {
  .hawk-results__item {
    width: 25%; } }

.hawk-results__item-image {
  padding: 10px; }

.hawk-results__item-image img {
  display: block;
  margin: auto;
  width: 100%;
  height: 175px;
  object-fit: contain; }

.hawk-results__item-name {
  width: 75%;
  margin: 10px auto 0;
  text-align: center; }

.hawk-results__listing {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.hawk-results__top-tool-row {
  margin-top: 2em;
  margin-bottom: 1em;
  border-bottom: 1px solid #ccc; }

@media only screen and (min-width: 48em) {
  .hawk-results__top-tool-row {
    margin-top: 0; } }

.hawk-results__bottom-tool-row {
  margin-top: 1em;
  padding-top: 1em;
  border-top: 1px solid #ccc; }

@media only screen and (min-width: 48em) {
  .hawk-results__bottom-tool-row {
    padding-top: 0; } }

.hawk-selections {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style-type: none;
  background-color: #fff;
  padding: 0;
  margin: 0; }

.hawk-selections__item-remove {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  height: auto;
  cursor: pointer;
  display: inline-flex;
  margin: 0 5px 0 0; }

.hawk-selections__item-remove:active, .hawk-selections__item-remove:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-selections__item-remove:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk-selections__category {
  display: flex;
  align-items: stretch;
  margin: 0 1em 1em 0; }

.hawk-selections__category-wrapper {
  background-color: #ccebcd;
  display: flex;
  align-items: flex-start;
  padding: 5.8px 9px;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.hawk-selections__category-remove {
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: auto;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
  background-color: #d9534f; }

.hawk-selections__category-remove:active, .hawk-selections__category-remove:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-selections__category-remove:not(:disabled):not(.disabled):active {
  background-color: transparent;
  background-color: #d9534f; }

.hawk-selections__category-remove svg {
  width: 2.7em;
  height: 2.7em; }

.hawk-selections__category-name-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 .5em; }

.hawk-selections__category-name {
  display: block;
  font-weight: 700;
  margin-right: 5px;
  font-size: 14px;
  margin-top: 5px; }

.hawk-selections__item-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0; }

.hawk-selections__item {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  margin-top: 5px;
  margin-right: 5px; }

.hawk-selections__item-name {
  margin-right: 5px;
  color: #3f4044;
  font-size: 14px; }

.hawk-selections__item-name--negated {
  text-decoration: line-through; }

.hawk-tool-row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap; }

@media only screen and (min-width: 62em) {
  .hawk-tool-row {
    flex-wrap: nowrap;
    justify-content: flex-start; } }

.hawk-sorting {
  display: flex;
  align-items: center; }

.hawk-sorting__label {
  white-space: nowrap;
  margin-right: 10px; }

.hawk-language {
  display: flex;
  align-items: center; }

.hawk-language__label {
  white-space: nowrap;
  margin-right: 10px; }

.hawk-language select {
  min-width: 156px; }

.hawk-tool-row__item {
  margin-right: 15px;
  padding: 0 0 15px; }

@media only screen and (min-width: 48em) {
  .hawk-tool-row__item {
    padding: 15px 0; } }

.hawk-tool-row__item:last-child {
  margin-right: 0; }

.hawk-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }

@media only screen and (min-width: 48em) {
  .hawk-pagination {
    justify-content: flex-start; } }

.hawk-pagination__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  margin-bottom: 15px;
  width: 100%; }

@media only screen and (min-width: 36em) {
  .hawk-pagination__controls {
    width: auto;
    margin-bottom: 0;
    margin-right: 15px; } }

.hawk-pagination__item {
  display: inline-block;
  position: relative;
  background-color: transparent;
  border-radius: 0;
  border: none;
  outline: none;
  padding: 0;
  height: auto;
  cursor: pointer;
  margin: 0 18px; }

.hawk-pagination__item:after {
  content: "";
  display: block;
  opacity: 0;
  position: absolute;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.02, 1);
  transition-property: transform,opacity,background-color;
  top: 50%;
  left: 50%;
  background: none;
  border-radius: 50%;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-50%) scale(0);
  width: 40px;
  height: 40px;
  z-index: 1; }

.hawk-pagination__item:focus:after, .hawk-pagination__item:hover:after {
  transform: translateY(-50%) translateX(-50%) scale(1);
  background-color: rgba(0, 112, 65, 0.2);
  border: none;
  opacity: 1; }

.hawk-pagination__item:active, .hawk-pagination__item:focus {
  outline: none;
  box-shadow: 0 0 0 3px #5bc0de; }

.hawk-pagination__item:not(:disabled):not(.disabled):active {
  background-color: transparent; }

.hawk .hawk-pagination__item {
  box-shadow: none; }

.hawk .hawk-pagination__input[type=number] {
  width: 70px; }

.hawk-pagination__total-text {
  white-space: nowrap; }

.DefaultProgressBar__vertical {
  width: 24px;
  height: 100%; }

.DefaultProgressBar_progressBar {
  background-color: #3f4044;
  position: absolute; }

.DefaultProgressBar_progressBar__vertical {
  height: 100%;
  width: 24px; }

.DefaultProgressBar_background__vertical {
  height: 100%;
  top: 0;
  width: 15px; }

.DefaultProgressBar_background__horizontal {
  height: 13px;
  top: 0; }

.DefaultHandle_handle {
  width: 24px;
  height: 24px;
  border: 1px solid #d8d8d8;
  background-color: #fcfcfc;
  border-radius: 20%;
  outline: none;
  z-index: 2;
  box-shadow: 0 2px 2px #dbdbdb; }

.DefaultHandle_handle:focus {
  box-shadow: 0 0 1px 1px #abc4e8; }

.DefaultHandle_handle:after, .DefaultHandle_handle:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #dadfe8; }

.DefaultHandle_handle__horizontal {
  margin-left: -12px;
  top: -5px; }

.DefaultHandle_handle__horizontal:before {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 10px; }

.DefaultHandle_handle__horizontal:after {
  top: 7px;
  height: 10px;
  width: 1px;
  left: 13px; }

.DefaultHandle_handle__vertical {
  margin-top: -12px;
  left: -10px; }

.DefaultHandle_handle__vertical:before {
  top: 10px; }

.DefaultHandle_handle__vertical:after {
  top: 13px;
  left: 8px;
  height: 1px;
  width: 10px; }

.DefaultHandle_handle__disabled {
  border-color: #dbdbdb; }

.DefaultBackground {
  background-color: #fcfcfc;
  height: 15px;
  width: 100%;
  border: 1px solid #d8d8d8;
  position: relative; }

.DefaultBackground_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%; }

.DefaultBackground_background__vertical {
  width: 15px;
  top: 0;
  height: 100%; }

.rheostat {
  position: relative;
  overflow: visible; }

@media (min-width: 1128px) {
  .autoAdjustVerticalPosition {
    top: 12px; } }

.rheostat__vertical {
  height: 100%; }

.handleContainer {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%;
  position: absolute; }

.rheostat_background {
  background-color: #fcfcfc;
  border: 1px solid #d8d8d8;
  position: relative; }

.rheostat_background__horizontal {
  height: 15px;
  top: -2px;
  left: -2px;
  bottom: 4px;
  width: 100%; }

.rheostat_background__vertical {
  width: 15px;
  top: 0;
  height: 100%; }

.hawk-sliderNumeric {
  margin-bottom: 10px;
  min-height: 36px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.hawk-sliderNumeric input.hawk-numericInput {
  width: 80px; }

.hawk-sliderNumeric input.hawk-numericInput.numeric-from {
  float: left; }

.hawk-sliderNumeric input.hawk-numericInput.numeric-to {
  float: right; }

.hawk-facet-rail__facet-values-swatch ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px; }

.hawk-facet-rail__facet-values-swatch li {
  float: left;
  padding: 0;
  margin: 1px;
  position: relative; }

.hawk-facet-rail__facet-values-swatch li button.hawk-facet-rail__facet-btn.hawk-styleSwatch {
  display: inline-block;
  height: 36px;
  width: 36px;
  padding: 0;
  margin: 2px;
  text-align: center;
  overflow: hidden;
  text-shadow: 0 1px 0 #fff;
  color: #333;
  font-weight: 700;
  border: 3px solid #fff; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon {
  display: none;
  background-color: inherit;
  border: none;
  padding: 0;
  float: right;
  color: #999;
  position: absolute;
  right: 0;
  top: 2px; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked {
  min-width: 10px;
  display: inline-block;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked:before {
  content: "\20e0"; }

.hawk-facet-rail__facet-values-swatch li button.hawk-negativeIcon .hawkIcon-blocked:hover {
  color: #444; }

.hawk-facet-rail__facet-values-swatch li.hawkFacet-active button.hawk-facet-rail__facet-btn.hawk-styleSwatch {
  border-color: #e98820; }

.hawk-facet-rail__facet-values-swatch li.hawkFacet-negative button.hawk-negativeIcon, .hawk-facet-rail__facet-values-swatch li:hover button.hawk-negativeIcon {
  cursor: pointer;
  display: block; }

ul.hawk-facet-rail__facet-list.colors {
  display: flex;
  flex-wrap: wrap; }

.hawk-facet-rail__facet-values-swatch .hawk-selectionInner {
  display: block;
  height: 32px;
  width: 32px;
  border: 2px solid #fff;
  overflow: hidden; }

.hawk-facet-rail__facet-values-swatch .hawk-selectionInner .hawk-swatchColor {
  display: block;
  width: 32px;
  height: 32px; }

.hawk-open-range {
  margin-bottom: 10px;
  min-height: 36px; }

.hawk-open-range input.hawk-text-input {
  width: 80px;
  padding: 4px 1px;
  font-size: 13.5px; }

.hawk-open-range input.hawk-text-input.value-start {
  float: left; }

.hawk-open-range input.hawk-text-input.value-end {
  float: right; }

.hawk-facet-type-date {
  display: flex;
  align-items: center;
  flex-direction: column; }

.hawk-modal {
  position: absolute;
  left: 50%;
  top: 35%; }

.hawk-modal__content {
  padding: 10px;
  border: 2px solid #696969;
  border-radius: 10px 10px;
  background-color: #fff; }

.hawk-results__item-placeholder {
  display: flex;
  width: 175px;
  height: 175px;
  max-width: 100%;
  border-radius: 20px 20px;
  align-items: center;
  margin-left: auto;
  margin-right: auto; }

.hawk-results__item-placeholder .hawk-placeholderSVG {
  width: 100%;
  height: 100%;
  color: #e9edf1; }

.hawk-results__item-name-placeholder {
  height: 20px;
  width: 125px;
  background-color: #e6e6e6;
  border-radius: 20px; }

.hawk-facet-rail__facet-heading-placeholder {
  height: 30px;
  background-color: #d9d9d6;
  border-radius: 20px; }

.hawk-facet-rail__facet-values-placeholder {
  border-radius: 10px; }

.hawk-facet-rail__facet-checkbox-placeholder {
  border-width: 2px;
  border-color: #e6e6e6; }

.hawk-facet-rail__facet-name-placeholder {
  height: 20px;
  background-color: #e6e6e6;
  border-radius: 15px; }

.hawk-placeholder__image {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #007041;
  background: -moz-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -webkit-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -o-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: -ms-linear-gradient(left, #007041 10%, rgba(0, 112, 65, 0) 42%);
  background: linear-gradient(90deg, #007041 10%, rgba(0, 112, 65, 0) 42%);
  position: relative;
  -webkit-animation: hawk-placeholder__image-frames 2s linear infinite;
  animation: hawk-placeholder__image-frames 2s linear infinite;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.hawk-placeholder__image:before {
  width: 50%;
  height: 50%;
  background: #007041;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ""; }

.hawk-placeholder__image:after {
  background: #f7f7f7;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes hawk-placeholder__image-frames {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes hawk-placeholder__image-frames {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.hawk-autocorrect-suggestion h3 {
  color: #c00;
  font-size: 16px; }

.hawk-autocorrect-suggestion span {
  cursor: pointer;
  margin-left: 5px;
  text-decoration: underline; }

.hawk__compare-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
  margin-top: 10px; }

.hawk__compare-container__list {
  display: flex; }

.hawk__compare-container .hawk__compare-tiles {
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #b8b8b8;
  margin: 2px; }

.hawk__compare-container .hawk__compare-tiles img {
  width: 30px;
  height: 30px;
  padding: 2px; }

.hawk-facet-rail__facet-values-size ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 250px;
  flex-direction: row;
  justify-content: flex-start; }

.hawk-facet-rail__facet-values-size ul li {
  cursor: pointer;
  display: flex;
  min-width: 70px;
  height: 65px;
  margin: 5px;
  border: 1px solid #d9d9d6;
  align-items: center;
  justify-content: center;
  max-width: 70px; }

.hawk-facet-rail__facet-values-size ul li div {
  text-align: center;
  font-size: 14px; }

.hawk-facet-rail__facet-values-size ul li button {
  border: none;
  background: transparent; }

.hawk-facet-rail__facet-values-size ul li.selected {
  border: 2px solid #f37624; }

.hawk__adjusted-keyword {
  color: #c00; }

.hawk__adjusted-keyword b:nth-child(2) {
  color: #000; }

.hawk__adjusted-keyword b:nth-child(2):hover {
  text-decoration: underline;
  cursor: pointer; }

.hawk-related_search-container .heading {
  font-weight: 700; }

.hawk-related_search-container .related-searched-words:hover {
  text-decoration: underline;
  cursor: pointer; }

.hawk-facet-rail__facet-values-recent-search {
  display: flex;
  flex-direction: column; }

.hawk-facet-rail__facet-values-recent-search div {
  cursor: pointer; }

.hawk-facet-rail__facet-values-recent-search button:hover, .hawk-facet-rail__facet-values-recent-search div:hover {
  text-decoration: underline;
  color: #f47b20; }

.hawk-facet-rail__facet-values-recent-search button {
  border: none;
  background: none;
  display: flex;
  justify-content: flex-end; }

.hawk__messagebox {
  width: 100%;
  height: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7c25;
  border-radius: 5px; }

/*# sourceMappingURL=react-hawksearch.css.map */

/*
* General
*
*/
body .tooltip {
  z-index: 99999; }

body .container {
  padding: 10px; }

body .nopadding {
  padding: 0 !important;
  margin: 0 !important; }

body button.btnLink {
  background-color: inherit;
  border: none;
  padding: 0;
  color: #000; }
  body button.btnLink:hover {
    color: #ccc; }

body select {
  display: block;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: none;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }

body .hawk__header {
  position: relative;
  padding: 10px 0;
  color: #fff;
  display: flex;
  background-color: #f0f0f0;
  border-bottom: 1px solid #3f4044;
  margin-bottom: 20px; }
  body .hawk__header .hawk__searchBox {
    padding: 10px; }
    body .hawk__header .hawk__searchBox .hawk__searchBox__searchInput {
      position: relative;
      background-color: #fff;
      border: 1px solid #b8b8b8;
      border-radius: 4px;
      height: 50px; }
      body .hawk__header .hawk__searchBox .hawk__searchBox__searchInput input {
        width: 100%;
        height: 46px;
        padding: 4px 30px 4px 30px;
        font-size: 0.933em;
        background: none;
        border: 0;
        box-sizing: border-box;
        color: #595959;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500; }

body .hawk-toast-message {
  position: fixed;
  right: 0px;
  z-index: 10; }
  body .hawk-toast-message .hawk-toast-body {
    position: relative;
    display: flex;
    flex-direction: row; }
    body .hawk-toast-message .hawk-toast-body button {
      margin: 10px;
      background-color: #ffff;
      color: #155724;
      border: 1px solid #155724; }

body .hawk-viewcart-header {
  color: black;
  text-align: center;
  cursor: pointer; }

body .hawk-viewcart-header:hover {
  text-decoration: underline;
  color: #f37622; }

body .hawk-rating {
  background-image: url(src/assets/images/stars_small.gif);
  background-repeat: no-repeat;
  cursor: pointer;
  height: 15px;
  margin-left: 0px;
  position: relative;
  width: 85px;
  margin-bottom: 10px; }

body .hawk-ratingDecimal {
  height: 15px;
  padding: 0 3px;
  color: #fff;
  font-size: 12px;
  vertical-align: top;
  background-color: #414142; }

body .hawk-rated5 {
  background-position: 1px -180px; }

body .hawk-rated45 {
  background-position: 1px -162px; }

body .hawk-rated4 {
  background-position: 1px -144px; }

body .hawk-rated35 {
  background-position: 1px -126px; }

body .hawk-rated3 {
  background-position: 1px -108px; }

body .hawk-rated25 {
  background-position: 1px -90px; }

body .hawk-rated2 {
  background-position: 1px -72px; }

body .hawk-rated15 {
  background-position: 1px -54px; }

body .hawk-rated1 {
  background-position: 1px -36px; }

body .hawk-rated05 {
  background-position: 1px -18px; }

/*
 * Custom Utils
 *
 */
/*
 * Library Overrides
 *
 */
body .SingleDatePickerInput__showClearDate {
  padding-right: 0;
  padding-left: 15px; }

body .SingleDatePickerInput_calendarIcon {
  float: right;
  border-left: 1px solid #dbdbdb;
  margin-right: 0;
  padding: 8px 14px; }

body .SingleDatePickerInput_calendarIcon_svg {
  fill: #000;
  height: 23px;
  width: 23px;
  vertical-align: middle; }

body .DateInput_input__small {
  line-height: 27px;
  padding: 7px 7px 0px; }

body .SingleDatePicker {
  display: block; }

body .SingleDatePickerInput__withBorder {
  display: flex;
  flex-direction: row-reverse; }

body .DateInput {
  flex-grow: 1;
  padding-left: 10px; }

body .DateInput__small {
  width: 115px; }

/*
 * Components
 *
 */
.hawk-preview-tooltip {
  padding: 17px;
  min-width: 180px; }
  .hawk-preview-tooltip .arrow::before {
    border-right-color: #6c757d; }
  .hawk-preview-tooltip .bs-tooltip-left .arrow::before {
    border-left-color: #6c757d; }
  .hawk-preview-tooltip .tooltip-inner {
    max-width: 220px;
    min-width: 210px;
    padding: 0.25rem 0.5rem;
    color: #000;
    text-align: center;
    background-color: #fff;
    border-radius: 0.25rem;
    text-align: left;
    font-size: 16px;
    border: 1px solid #6c757d;
    -webkit-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75); }
    .hawk-preview-tooltip .tooltip-inner button.hawk-preview-tooltip__explain-button {
      display: block;
      width: 100%;
      margin: 0;
      padding: 10px 5px;
      font-size: 15px;
      font-weight: normal;
      color: #fff;
      background-color: #53565a;
      border: none;
      text-align: center;
      text-decoration: none;
      cursor: pointer;
      overflow: visible;
      border-radius: 4px; }

.hawk-preview__item {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .hawk-preview__item .view-rules-btn {
    background-color: #f37622;
    border-radius: 0.25rem; }
    .hawk-preview__item .view-rules-btn:hover {
      border-color: transparent; }
  .hawk-preview__item .boostTooltip-btn {
    width: 100%; }
  .hawk-preview__item button {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 95%; }
    .hawk-preview__item button.full-width, .hawk-preview__item button.no-max-width {
      max-width: none; }
  .hawk-preview__item .hawkIcon-itemPinned {
    display: inline-block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -11px;
    right: -20px; }

.modal-dialog.hawk-explain-modal {
  background-color: transparent;
  width: 80%;
  max-width: 1400px;
  height: 80%;
  font-family: 'Montserrat', sans-serif; }
  .modal-dialog.hawk-explain-modal .modal-content {
    resize: both;
    overflow: auto;
    height: 100%; }
    .modal-dialog.hawk-explain-modal .modal-content .modal-header .close {
      margin: 0;
      padding: 0; }
  .modal-dialog.hawk-explain-modal a {
    color: #000; }
  .modal-dialog.hawk-explain-modal .advanced_explanation_table {
    border-collapse: collapse;
    border: 1px solid #3f4044;
    width: 100%;
    color: #3f4044;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    font-size: 14px;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 0 1px #d1d1d1;
    margin-bottom: 10px; }
    .modal-dialog.hawk-explain-modal .advanced_explanation_table .row {
      margin: 0px; }
    .modal-dialog.hawk-explain-modal .advanced_explanation_table .row > div {
      padding: 5px 10px 5px 10px; }
    .modal-dialog.hawk-explain-modal .advanced_explanation_table .title-row > div {
      background-color: #3f4044;
      color: #d8d8d8;
      padding: 5px 10px 5px 10px; }
    .modal-dialog.hawk-explain-modal .advanced_explanation_table .alternate-row > div {
      background-color: #d8d8d8;
      padding: 5px 10px 5px 10px; }
  .modal-dialog.hawk-explain-modal .modal-header {
    color: #fff;
    padding: 15px;
    border-bottom: 0;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007041+0,009e54+100 */
    background: #d8b06a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d8b06a 0%, #eab14a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d8b06a 0%, #eab14a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d8b06a 0%, #eab14a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8b06a ', endColorstr='#eab14a',GradientType=1 );
    /* IE6-9 */ }
  .modal-dialog.hawk-explain-modal .modal-body {
    padding: 0px; }
  .modal-dialog.hawk-explain-modal .advanced_explanation__table-separator {
    color: #e1c9ba;
    background: #e1c9ba;
    height: 1px;
    border: none; }
  .modal-dialog.hawk-explain-modal .hawk-explain-modal__tab-top-cols.row {
    color: #fff;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#007041+0,009e54+100 */
    background: #d8b06a;
    /* Old browsers */
    background: -moz-linear-gradient(left, #d8b06a 0%, #eab14a 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #d8b06a 0%, #eab14a 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #d8b06a 0%, #eab14a 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007041', endColorstr='#009e54',GradientType=1 );
    /* IE6-9 */
    padding: 0 5px 15px;
    margin: 0px; }
  .modal-dialog.hawk-explain-modal .tab-content {
    padding: 20px;
    height: 100%;
    overflow-y: auto; }
  .modal-dialog.hawk-explain-modal .nav-tabs {
    background-color: #3f4044;
    margin-bottom: 0;
    display: flex; }
    .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item a.nav-link {
      border-radius: 0;
      color: #d8d8d8;
      margin-right: 0;
      font-size: 18px !important;
      padding: 11.5px 15px;
      font-weight: 500; }
    .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item button {
      border-radius: 0;
      color: #d8d8d8;
      margin-right: 0;
      font-size: 18px !important;
      padding: 11.5px 15px;
      font-weight: 500;
      border: none;
      background: #3f4044; }
    .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item.active {
      background-color: #fff; }
      .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item.active a.nav-link {
        color: #3f4044;
        font-weight: bold; }
      .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item.active button {
        background: #ffff;
        color: #3f4044;
        font-weight: bold; }
    .modal-dialog.hawk-explain-modal .nav-tabs li.nav-item:hover {
      color: #3f4044;
      cursor: pointer; }

@media only screen and (min-width: 48em) {
  .admin-tabs {
    display: flex;
    align-items: flex-start; } }

.hawk-results__contentItem {
  color: #000;
  display: table;
  width: 100%;
  padding: 1em 1em;
  border-top: 1px solid #cccccc; }
  .hawk-results__contentItem a {
    color: #000; }
  .hawk-results__contentItem .hawk-results__hawk-contentTitle {
    margin-bottom: 10px; }

.hawk-preview__results_tabs .nav-tabs {
  background: #f7f7f7; }

.hawk-preview__results_tabs button {
  border: none;
  background: transparent;
  color: inherit; }

.hawk-preview__results_tabs a {
  color: inherit; }

.hawk-preview__results_tabs ul .nav-item {
  position: relative;
  font-size: 0.938em;
  font-weight: bold;
  text-decoration: none;
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  background-color: #e3e0df;
  cursor: pointer; }
  .hawk-preview__results_tabs ul .nav-item.active {
    color: white;
    background-color: #f37622; }
  .hawk-preview__results_tabs ul .nav-item a {
    border: 0;
    cursor: pointer; }
    .hawk-preview__results_tabs ul .nav-item a:hover, .hawk-preview__results_tabs ul .nav-item a:focus {
      border: 0; }

.hawk-results__top-tool-row {
  border-bottom: none;
  margin-bottom: none; }

.hawk-selections__category-wrapper {
  background-color: #f0f0f0; }

.hawk-preview-tooltip {
  max-width: 210px !important; }

.hawk-preview__trigger-tooltip .arrow::before {
  border-right-color: #6c757d; }

.hawk-preview__trigger-tooltip .bs-tooltip-left .arrow::before {
  border-left-color: #6c757d; }

.hawk-preview__trigger-tooltip .tooltip-inner {
  padding: 1.25rem 1.5rem !important;
  border: 1px solid #6c757d;
  background-color: #fff !important;
  -webkit-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 21px -11px rgba(0, 0, 0, 0.75); }

.compare-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: auto; }

.hawk-results__item {
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px; }
  .hawk-results__item .hidden {
    border: 3px solid #c00000; }
  .hawk-results__item-innerWrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid #e0dfdf;
    padding: 10px; }

.hawk__smart-description-box span {
  color: #f37624;
  cursor: pointer; }
  .hawk__smart-description-box span:hover {
    text-decoration: underline; }

.highlight {
  border: 3px solid #f3762442;
  border-radius: 4px; }

.hawk-total_items {
  display: flex;
  justify-content: flex-end; }
  .hawk-total_items span {
    margin-right: 10px; }

.hawk-preview-filter {
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0 30px;
  bottom: 0;
  position: fixed;
  background-color: #53565a;
  width: 100%;
  height: 70px;
  z-index: 99;
  right: 0px; }
  .hawk-preview-filter span.hawk-preview-filter__description {
    font-size: 16px;
    font-weight: 500;
    padding: 0;
    margin: 0 20px 0 0;
    float: left; }
  .hawk-preview-filter button {
    background-color: inherit;
    border: none;
    padding: 0;
    float: right;
    text-align: left; }
  .hawk-preview-filter .hawk-preview-filter__configuration-buttons {
    display: flex;
    flex-direction: row; }
    .hawk-preview-filter .hawk-preview-filter__configuration-buttons div {
      margin: 5px; }
    .hawk-preview-filter .hawk-preview-filter__configuration-buttons button {
      color: #ccc; }
      .hawk-preview-filter .hawk-preview-filter__configuration-buttons button:hover {
        color: #fff; }

.hawk-visitor-target_selector {
  color: #000;
  font-weight: 500;
  min-width: 300px;
  padding: 0px 10px 0px 10px; }

.hawk-preview-config-wrapper {
  position: fixed;
  width: 25em;
  top: 0;
  bottom: 70px;
  right: 0;
  transform: translateX(100%);
  transition: 0.3s ease-out; }
  .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333;
    color: #eee;
    overflow: auto;
    padding: 1em; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel .vertical-align {
      margin-top: auto;
      margin-bottom: auto; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel div:nth-child(2) {
      top: 4px; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel .line-height {
      line-height: 2; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel a {
      color: white; }
      .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel a:hover {
        color: #ccc;
        text-decoration: none; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button {
      color: white;
      float: left; }
      .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn {
        display: block;
        width: 100%;
        margin: 0;
        padding: 10px 5px;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
        border: none;
        text-align: center;
        text-decoration: none;
        cursor: pointer;
        overflow: visible;
        border-radius: 4px; }
        .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-primary {
          background-color: #007041; }
          .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-primary:hover {
            color: #ccc; }
        .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-secondary {
          background-color: #6c757d; }
          .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-secondary:hover {
            color: #ccc; }
        .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-tertiary {
          background-color: #f37622; }
          .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel button.btn.btn-tertiary:hover {
            color: #ccc; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel div.hawk-preview-config-wrapper__buttons {
      display: flex; }
      .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel div.hawk-preview-config-wrapper__buttons button {
        margin: 0px 10px 0px 10px; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel .btn-svg-wrapper {
      float: right; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel h4 {
      margin-bottom: 20px; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel > div {
      margin-bottom: 20px; }
    .hawk-preview-config-wrapper .hawk-preview-config-wrapper__panel .im-big-input-moment {
      margin-top: 40px; }
  .hawk-preview-config-wrapper.d-none {
    transform: translateX(100%); }
  .hawk-preview-config-wrapper.d-block {
    transform: translateX(0%); }

.tooltip.show {
  opacity: 1; }

.hawk-preview-config-wrapper__tooltip {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; }
  .hawk-preview-config-wrapper__tooltip.tooltip-inner {
    width: 340px;
    max-width: inherit;
    background: white;
    border: 1px solid gray; }
  .hawk-preview-config-wrapper__tooltip .im-date-picker td {
    font-size: 16px; }
  .hawk-preview-config-wrapper__tooltip .im-date-picker .toolbar {
    color: #000; }
    .hawk-preview-config-wrapper__tooltip .im-date-picker .toolbar .current-date {
      font-size: 18px; }
  .hawk-preview-config-wrapper__tooltip .im-date-picker thead td {
    color: #000;
    border: none;
    text-transform: capitalize; }
  .hawk-preview-config-wrapper__tooltip .im-date-picker tbody td {
    color: #000;
    border: none; }
    .hawk-preview-config-wrapper__tooltip .im-date-picker tbody td.prev-month {
      color: gray; }
    .hawk-preview-config-wrapper__tooltip .im-date-picker tbody td.next-month {
      color: #000; }
    .hawk-preview-config-wrapper__tooltip .im-date-picker tbody td.current {
      color: white; }
  .hawk-preview-config-wrapper__tooltip .im-time-picker {
    border: none; }
    .hawk-preview-config-wrapper__tooltip .im-time-picker .time {
      width: 48px !important;
      height: 48px !important;
      line-height: 50px !important;
      font-size: 30px !important; }
  .hawk-preview-config-wrapper__tooltip .time-picker-wrapper .sliders .time-text {
    margin-top: 7px;
    font-size: 16px; }
  .hawk-preview-config-wrapper__tooltip .im-input-moment .options {
    display: flex;
    justify-content: center; }
    .hawk-preview-config-wrapper__tooltip .im-input-moment .options .im-btn {
      display: block;
      border: none; }
      .hawk-preview-config-wrapper__tooltip .im-input-moment .options .im-btn span {
        display: none; }
      .hawk-preview-config-wrapper__tooltip .im-input-moment .options .im-btn.is-active {
        display: none; }

span.tooltip-arrow {
  display: none !important; }

.hawk-client-index_selector {
  color: #000;
  font-weight: 500;
  padding: 0px 10px 0px 10px;
  display: flex;
  flex-direction: row; }
  .hawk-client-index_selector_wrapper {
    flex: 1;
    min-width: 280px; }
  .hawk-client-index_selector .select__menu-list .select__option {
    word-break: break-word; }
  .hawk-client-index_selector .select__control {
    background: #f37624;
    border: none; }
  .hawk-client-index_selector .select__indicator,
  .hawk-client-index_selector .select__single-value {
    color: white; }
  .hawk-client-index_selector .select__indicator-separator {
    background: white; }
  .hawk-client-index_selector .select__indicator:hover {
    color: white; }
  .hawk-client-index_selector .hawk-btn {
    background: #f37624;
    border: none;
    margin-left: 4px;
    padding: 5px;
    display: flex; }
    .hawk-client-index_selector .hawk-btn .hawk_spinner {
      margin-left: 6px; }

.hawk-preview__preview-info {
  border-radius: 15px;
  background-color: #ccc;
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0.6;
  filter: alpha(opacity=60);
  cursor: normal;
  z-index: 100;
  font-size: 12px; }

.hawk-preview__bannerTop,
.hawk-preview__bannerLeftTop,
.hawk-preview__bannerBottom {
  text-align: center; }

.hawk-preview__banner-container,
.hawk-preview__featured-container {
  position: relative;
  width: 100%; }

.hawk-preview__banner-container img {
  display: block;
  margin: 0 auto; }

.hawk-preview__trigger-tooltip {
  padding: 17px;
  min-width: 180px; }
  .hawk-preview__trigger-tooltip div {
    text-align: center; }
  .hawk-preview__trigger-tooltip a {
    color: #000;
    text-decoration: underline; }
  .hawk-preview__trigger-tooltip .tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #000;
    text-align: center;
    background-color: #eee;
    border-radius: 0.25rem;
    text-align: left;
    font-size: 16px; }
  .hawk-preview__trigger-tooltip .hawk-preview__trigger-name {
    font-weight: bold;
    padding-top: 5px; }
  .hawk-preview__trigger-tooltip .hawk-preview__rule {
    margin-top: 8px;
    padding-top: 8px;
    border-top: 1px solid #ccc; }
  .hawk-preview__trigger-tooltip .hawk-preview__field,
  .hawk-preview__trigger-tooltip .hawk-preview__value {
    text-decoration: underline;
    -webkit-text-decoration-style: dotted;
    -moz-text-decoration-style: dotted;
    -ms-text-decoration-style: dotted;
    -o-text-decoration-style: dotted;
    text-decoration-style: dotted; }
  .hawk-preview__trigger-tooltip .hawk-preview__condition {
    text-transform: uppercase;
    color: #abc; }
  .hawk-preview__trigger-tooltip .hawk-preview__connector {
    text-transform: uppercase;
    color: red;
    padding: 0px 5px 0px 5px; }

.time-picker {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.time-picker__item {
  margin-right: 15px; }
  .time-picker__item:last-child {
    margin-right: 0; }

.time-picker__group {
  text-align: center;
  position: relative;
  margin: 40px 0; }
  @media only screen and (min-width: 48em) {
    .time-picker__group {
      margin: 0; } }

.time-picker__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  min-width: 50px; }
  .time-picker__input::-ms-expand {
    display: none; }

.im-input-moment {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  user-select: none; }

.im-input-moment .options {
  width: 100%;
  height: 40px;
  display: inline-block; }

.im-input-moment .options button {
  float: left;
  width: 50%;
  color: #f37622;
  background: 0 0;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border: 1px solid #f37622; }

.im-input-moment .options button:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.im-input-moment .options button:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.im-input-moment .options button.is-active {
  color: #fff;
  background-color: #f37622; }

.im-input-moment .tab-component {
  display: none;
  height: calc(100% - 40px); }

.im-input-moment .tab-component.is-active {
  display: block; }

.im-big-input-moment {
  width: 100%;
  min-height: 300px;
  box-sizing: border-box;
  user-select: none; }

.im-big-input-moment .date-wrapper {
  width: 100%; }

.im-big-input-moment .time-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 30%; }

.im-date-picker {
  width: 100%;
  height: 100%;
  box-sizing: border-box; }

.im-date-picker .toolbar {
  height: 40px;
  line-height: 30px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  user-select: none; }

.im-date-picker .toolbar .current-date {
  display: inline-block;
  width: 68%;
  min-width: 200px;
  cursor: pointer;
  font-size: 26px;
  line-height: 40px;
  vertical-align: middle;
  text-decoration: underline; }

.im-date-picker .toolbar .next-nav,
.im-date-picker .toolbar .prev-nav {
  display: inline-block;
  width: 8%;
  cursor: pointer;
  font-size: 40px;
  vertical-align: middle; }

.im-date-picker .next-month,
.im-date-picker .next-year,
.im-date-picker .prev-month,
.im-date-picker .prev-year {
  color: rgba(50, 50, 50, 0.2); }

.im-date-picker table {
  width: 100%;
  height: calc(100% - 40px);
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed; }

.im-date-picker td {
  text-align: center;
  cursor: pointer;
  color: #dfe0e4;
  border: 1px solid #dfe0e4;
  font-size: 20px; }

.im-date-picker td.current {
  background-color: #f37622;
  color: #fff;
  font-weight: 700; }

.im-date-picker thead td {
  color: #f37622;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px; }

.im-date-picker tbody td {
  color: #fff; }

.im-time-picker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 10px 10px 20px 10px;
  border: 1px solid #dfe0e4;
  box-sizing: border-box; }

.im-time-picker .time-picker-wrapper {
  width: 100%; }

.im-time-picker .time-picker-wrapper .showtime {
  text-align: center; }

.im-time-picker .time-picker-wrapper .separator {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #f37622;
  width: 32px;
  height: 65px;
  line-height: 65px;
  text-align: center; }

.im-time-picker .time-picker-wrapper .time-text {
  position: relative;
  left: -10px;
  font-size: 20px;
  color: #f37622;
  margin-top: 20px;
  margin-bottom: 10px; }

.im-time-picker .time-picker-wrapper .sliders {
  padding: 0 10px; }

.im-time-picker .time-picker-wrapper .time {
  width: 65px;
  height: 65px;
  display: inline-block;
  font-size: 38px;
  line-height: 65px;
  background-color: #f37622;
  border-radius: 3px;
  text-align: center; }

.im-time-slider {
  width: 100%;
  color: #fff;
  padding: 10px 10px 20px 10px;
  box-sizing: border-box; }

.im-time-slider .showtime {
  text-align: center; }

.im-time-slider .separator {
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  color: #f37622;
  width: 32px;
  height: 65px;
  line-height: 65px;
  text-align: center; }

.im-time-slider .time-text {
  position: relative;
  left: -10px;
  font-size: 20px;
  color: #f37622; }

.im-time-slider .sliders {
  padding: 0 10px; }

.im-time-slider .time {
  width: 65px;
  height: 65px;
  display: inline-block;
  font-size: 38px;
  line-height: 65px;
  background-color: #f37622;
  border-radius: 3px;
  text-align: center; }

.im-slider {
  position: relative;
  display: inline-block;
  background-color: #dfe0e4;
  border-radius: 3px;
  height: 4px;
  width: 100%;
  cursor: pointer; }

.im-slider .value {
  position: absolute;
  background-color: #f37622;
  border-radius: 3px;
  top: 0;
  height: 100%; }

.im-slider .handle {
  position: absolute;
  width: 4px;
  height: 4px; }

.im-slider .handle:after {
  position: relative;
  display: block;
  content: '';
  top: -10px;
  left: -12px;
  width: 24px;
  height: 24px;
  background-color: #fff;
  border: 3px solid #f37622;
  border-radius: 50%;
  cursor: pointer; }

.im-btn {
  display: inline-block;
  border: 0;
  outline: 0;
  cursor: pointer;
  line-height: 1; }

.im-btn:before {
  margin-right: 6px; }

.datetime-picker {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 10px 0px 10px; }

.datetime-picker__item {
  margin-right: 15px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .datetime-picker__item:last-child {
    margin-right: 0; }
  .datetime-picker__item .datetime-picker__inputbox {
    min-width: 210px;
    float: left;
    height: 38px;
    border: none;
    border-right: 1px solid #b8b8b8; }
  .datetime-picker__item .calendar-icon-wrapper {
    float: left;
    color: black;
    background: white;
    padding: 6px;
    cursor: pointer; }

.datetime-picker__btn {
  margin-bottom: 0; }

@media only screen and (min-width: 36em) {
  .datetime-picker__submit {
    margin-bottom: 0; } }

button.close-calendar-wrapper {
  border: none;
  background: none;
  position: absolute;
  float: right;
  right: 0px;
  top: 5px; }
  button.close-calendar-wrapper .hawkIcon-cross {
    color: #f37622;
    width: 1em;
    height: 1em; }

.hawk-preview__featured-items h4 {
  text-align: center; }

.hawk-preview__featured-items-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.hawk-preview__featured-items .hawk-preview__featured-items__item {
  margin: 0 0 2em; }

.hawk-preview__featured-items .hawk-preview__featured-items__item-image {
  padding: 10px; }
  .hawk-preview__featured-items .hawk-preview__featured-items__item-image img {
    display: block;
    margin: auto;
    width: 175px;
    max-width: 100%; }

.hawk-preview__featured-items .hawk-preview__featured-items__item-name {
  width: 75%;
  margin: auto;
  margin-top: 10px;
  text-align: center; }

/*================================================================
                 Fluid Grid Styles 
================================================================*/
.container {
  position: relative;
  margin: 0px auto;
  padding: 0px;
  min-width: 16em;
  max-width: 80em;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* ## Embedded clearfix on container ## */
.container:before,
.container:after {
  content: ' ';
  display: table; }

.container:after {
  clear: both; }

.container {
  *zoom: 1; }

/* ## Setup for Padding ## */
.container [class*='grid_'] {
  padding: 0 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.gutterless {
  padding: 0 10px; }

.gutterless > [class*='grid_'] {
  padding: 0 !important; }

/* ## 16px baseline (256px) s = small ## */
@media only screen and (min-width: 16em) {
  .container [class*='grid_'] {
    position: relative;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  [class*='grid_'] [class*='grid_'] {
    padding: 0; }
  .alpha {
    padding: 0; }
  .omega {
    padding: 0; }
  .s_1half > [class*='grid_'] {
    width: 50%;
    padding: 0 10px; }
  .s_1half > .alpha {
    padding: 0 10px 0 0; }
  .s_1half > .omega {
    padding: 0 0 0 10px; }
  /* show & hide base helpers */
  .s_showInline {
    display: inline !important;
    visibility: visible !important; }
  .s_showBlock {
    display: block !important;
    visibility: visible !important; }
  .s_hide {
    display: none !important;
    visibility: hidden !important; } }

/* ## 16px baseline (480px - 767px) sw = small wide ## */
@media only screen and (min-width: 30em) {
  [class*='grid_'] [class*='grid_'] {
    padding: 0 10px; }
  .alpha {
    padding: 0; }
  .omega {
    padding: 0; }
  .container .alpha {
    padding-left: 0; }
  .container .omega {
    padding-right: 0; }
  [class*='grid_'] .grid_1 {
    width: 8.333%; }
  [class*='grid_'] .grid_2 {
    width: 16.666%; }
  [class*='grid_'] .grid_3 {
    width: 25%; }
  [class*='grid_'] .grid_4 {
    width: 33.333%; }
  [class*='grid_'] .grid_5 {
    width: 41.666%; }
  [class*='grid_'] .grid_6 {
    width: 50%; }
  [class*='grid_'] .grid_7 {
    width: 58.333%; }
  [class*='grid_'] .grid_8 {
    width: 66.666%; }
  [class*='grid_'] .grid_9 {
    width: 75%; }
  [class*='grid_'] .grid_10 {
    width: 83.333%; }
  [class*='grid_'] .grid_11 {
    width: 91.666%; }
  [class*='grid_'] .grid_12 {
    width: 100%; }
  .sw_1half > [class*='grid_'] {
    width: 50%; }
  .sw_1half > [class*='push_'] {
    left: 50%; }
  .sw_1half > [class*='pull_'] {
    left: -50%; }
  .sw_1half > [class*='grid_'] .alpha {
    padding: 0 10px 0 0; }
  .sw_1half > [class*='grid_'] .omega {
    padding: 0 0 0 10px; }
  .sw_1third > [class*='grid_'] {
    width: 33.333%; }
  .sw_1third > [class*='push_'] {
    left: 33.333%; }
  .sw_1third > [class*='pull_'] {
    left: -33.333%; }
  .sw_1third > [class*='grid_'] .alpha {
    padding: 0 10px 0 0; }
  .sw_1third > [class*='grid_'] .omega {
    padding: 0 0 0 10px; }
  .sw_stack > [class*='grid_'] {
    width: 100%; }
  .sw_stack > .alpha,
  .sw_stack > .omega {
    padding: 0; }
  /* show & hide base helpers */
  .sw_showInline {
    display: inline !important;
    visibility: visible !important; }
  .sw_showBlock {
    display: block !important;
    visibility: visible !important; }
  .sw_hide {
    display: none !important;
    visibility: hidden !important; } }

/* ## 16px baseline (768px) m = medium ## */
@media only screen and (min-width: 48em) {
  [class*='grid_'] [class*='grid_'] {
    padding: 0 10px; }
  .container .alpha {
    padding-left: 0; }
  .container .omega {
    padding-right: 0; }
  .container .grid_1 {
    width: 8.333%; }
  .container .grid_2 {
    width: 16.666%; }
  .container .grid_3 {
    width: 25%; }
  .container .grid_4 {
    width: 33.333%; }
  .container .grid_5 {
    width: 41.666%; }
  .container .grid_6 {
    width: 50%; }
  .container .grid_7 {
    width: 58.333%; }
  .container .grid_8 {
    width: 66.666%; }
  .container .grid_9 {
    width: 75%; }
  .container .grid_10 {
    width: 83.333%; }
  .container .grid_11 {
    width: 91.666%; }
  .container .grid_12 {
    width: 100%; }
  .container .push_1 {
    left: 8.333%; }
  .container .push_2 {
    left: 16.666%; }
  .container .push_3 {
    left: 25%; }
  .container .push_4 {
    left: 33.333%; }
  .container .push_5 {
    left: 41.666%; }
  .container .push_6 {
    left: 50%; }
  .container .push_7 {
    left: 58.333%; }
  .container .push_8 {
    left: 66.666%; }
  .container .push_9 {
    left: 75%; }
  .container .push_10 {
    left: 83.333%; }
  .container .push_11 {
    left: 91.666%; }
  .container .push_12 {
    left: 100%; }
  .container .pull_1 {
    left: -8.333%; }
  .container .pull_2 {
    left: -16.666%; }
  .container .pull_3 {
    left: -25%; }
  .container .pull_4 {
    left: -33.333%; }
  .container .pull_5 {
    left: -41.666%; }
  .container .pull_6 {
    left: -50%; }
  .container .pull_7 {
    left: -58.333%; }
  .container .pull_8 {
    left: -66.666%; }
  .container .pull_9 {
    left: -75%; }
  .container .pull_10 {
    left: -83.333%; }
  .container .pull_11 {
    left: -91.666%; }
  .container .pull_12 {
    left: -100%; }
  .container .prefix_1 {
    margin-left: 8.333%; }
  .container .prefix_2 {
    margin-left: 16.666%; }
  .container .prefix_3 {
    margin-left: 25%; }
  .container .prefix_4 {
    margin-left: 33.333%; }
  .container .prefix_5 {
    margin-left: 41.666%; }
  .container .prefix_6 {
    margin-left: 50%; }
  .container .prefix_7 {
    margin-left: 58.333%; }
  .container .prefix_8 {
    margin-left: 66.666%; }
  .container .prefix_9 {
    margin-left: 75%; }
  .container .prefix_10 {
    margin-left: 83.333%; }
  .container .prefix_11 {
    margin-left: 91.666%; }
  .container .prefix_12 {
    margin-left: 100%; }
  .container .suffix_1 {
    margin-right: 8.333%; }
  .container .suffix_2 {
    margin-right: 16.666%; }
  .container .suffix_3 {
    margin-right: 25%; }
  .container .suffix_4 {
    margin-right: 33.333%; }
  .container .suffix_5 {
    margin-right: 41.666%; }
  .container .suffix_6 {
    margin-right: 50%; }
  .container .suffix_7 {
    margin-right: 58.333%; }
  .container .suffix_8 {
    margin-right: 66.666%; }
  .container .suffix_9 {
    margin-right: 75%; }
  .container .suffix_10 {
    margin-right: 83.333%; }
  .container .suffix_11 {
    margin-right: 91.666%; }
  .container .suffix_12 {
    margin-right: 100%; } }

/* ## 16px baseline (768px - 959px) m = medium ## */
@media only screen and (min-width: 48em) and (max-width: 59.938em) {
  .m_1half > [class*='grid_'] {
    width: 50%; }
  .m_1half > [class*='push_'] {
    left: 50%; }
  .m_1half > [class*='pull_'] {
    left: -50%; }
  .m_1half > [class*='prefix_'] {
    margin-left: 0; }
  .m_1half > [class*='suffix_'] {
    margin-right: 0; }
  .m_1third > [class*='grid_'] {
    width: 33.333%; }
  .m_1third > [class*='push_'] {
    left: 33.333%; }
  .m_1third > [class*='pull_'] {
    left: -33.333%; }
  .m_1fourth > [class*='grid_'] {
    width: 25%; }
  .m_1fourth > [class*='push_'] {
    left: 25%; }
  .m_1fourth > [class*='pull_'] {
    left: -25%; }
  .m_2thirds_left > [class*='grid_'] {
    width: 50%; }
  .m_2thirds_left > [class*='grid_']:nth-child(2n) {
    width: 33.333%; }
  .m_2thirds_left > [class*='grid_']:nth-child(2n + 1) {
    width: 66.666%; }
  .m_2thirds_left > [class*='push_'] {
    left: 0; }
  .m_2thirds_left > [class*='pull_'] {
    left: 0; }
  .m_2thirds_left > [class*='prefix_'] {
    margin-left: 0; }
  .m_2thirds_left > [class*='suffix_'] {
    margin-right: 0; }
  .m_2thirds_right > [class*='grid_'] {
    width: 50%; }
  .m_2thirds_right > [class*='grid_']:nth-child(2n) {
    width: 66.666%; }
  .m_2thirds_right > [class*='grid_']:nth-child(2n + 1) {
    width: 33.333%; }
  .m_2thirds_right > [class*='push_'] {
    left: 0; }
  .m_2thirds_right > [class*='pull_'] {
    left: 0; }
  .m_2thirds_right > [class*='prefix_'] {
    margin-left: 0; }
  .m_2thirds_right > [class*='suffix_'] {
    margin-right: 0; }
  .m_stack > [class*='grid_'] {
    width: 100%; }
  .m_stack > .alpha,
  .m_stack > .omega {
    padding: 0; }
  /* show & hide base helpers */
  .m_showInline {
    display: inline !important;
    visibility: visible !important; }
  .m_showBlock {
    display: block !important;
    visibility: visible !important; }
  .m_hide {
    display: none !important;
    visibility: hidden !important; } }

/* ## 16px baseline (960px - 1139px) mw = medium wide ## */
@media only screen and (min-width: 60em) and (max-width: 71.188em) {
  /* show & hide base helpers */
  .mw_showInline {
    display: inline !important;
    visibility: visible !important; }
  .mw_showBlock {
    display: block !important;
    visibility: visible !important; }
  .mw_hide {
    display: none !important;
    visibility: hidden !important; } }

/* ## 16px baseline (1140px +) l = large ## */
@media only screen and (min-width: 72em) {
  /* show & hide base helpers */
  .l_showInline {
    display: inline !important;
    visibility: visible !important; }
  .l_showBlock {
    display: block !important;
    visibility: visible !important; }
  .l_hide {
    display: none !important;
    visibility: hidden !important; } }

.hawk__compare-modal {
  min-width: fit-content; }
  .hawk__compare-modal__header-element {
    display: flex;
    flex-direction: column;
    text-align: center; }
  .hawk__compare-modal .hawk__image-section {
    flex-direction: row; }
    .hawk__compare-modal .hawk__image-section img {
      width: 220px;
      height: 220px; }
  .hawk__compare-modal td {
    text-align: center; }
  .hawk__compare-modal .table-data {
    max-width: 220px;
    overflow-y: hidden;
    white-space: nowrap; }

.carousel-wrapper {
  background: #000000a3;
  position: fixed;
  width: 100%;
  z-index: 10000000;
  height: 200px;
  bottom: 0px; }
  .carousel-wrapper .carousel-action-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 12px; }
    .carousel-wrapper .carousel-action-bar span {
      color: white; }
    .carousel-wrapper .carousel-action-bar button {
      margin: 5px; }

.hawk__carousel-wrapper {
  position: fixed;
  width: 100%;
  height: 200px;
  bottom: 0;
  background: #000000b0;
  z-index: 100; }
  .hawk__carousel-wrapper .contentBox {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 7px;
    position: relative; }
    .hawk__carousel-wrapper .contentBox .cross-icon {
      border: none;
      background: transparent;
      font-size: 8px;
      position: absolute;
      top: 10px;
      right: 10px;
      color: #007bff; }
    .hawk__carousel-wrapper .contentBox .cardBox {
      display: flex;
      align-items: center;
      background: white;
      padding: 10px;
      min-height: 83px; }
      .hawk__carousel-wrapper .contentBox .cardBox .imageStyle {
        width: 50px;
        height: 50px;
        border-radius: 5px;
        background-position: center, center;
        background-size: cover;
        margin-right: 5px; }
      .hawk__carousel-wrapper .contentBox .cardBox .fontBox {
        display: flex;
        flex-direction: column;
        width: calc(100% - 50px - 5px); }
      .hawk__carousel-wrapper .contentBox .cardBox .titleStyle {
        font-size: 13px;
        line-height: 12px;
        white-space: pre-line;
        color: #007bff; }
  .hawk__carousel-wrapper .carousel-action-bar {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-top: 12px; }
    .hawk__carousel-wrapper .carousel-action-bar span {
      color: white; }
    .hawk__carousel-wrapper .carousel-action-bar button {
      margin: 5px; }
    .hawk__carousel-wrapper .carousel-action-bar .compare {
      background: #f37622; }
    .hawk__carousel-wrapper .carousel-action-bar .clear {
      background: #e3e0df;
      color: black; }
  .hawk__carousel-wrapper .slick-slider {
    height: 100px;
    width: 90%;
    bottom: 0 !important;
    display: flex;
    flex-direction: row;
    max-width: 1000px;
    margin-top: 15px;
    margin: 0 auto; }
  .hawk__carousel-wrapper .slick-list {
    width: 100%; }
  .hawk__carousel-wrapper .slick-track {
    position: fixed !important;
    height: 90px;
    width: 100%;
    overflow-y: hidden; }
  .hawk__carousel-wrapper .slick-prev,
  .hawk__carousel-wrapper .slick-next {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px; }
  .hawk__carousel-wrapper .hawkIcon-arrow {
    color: white;
    width: 1em;
    height: 1em;
    cursor: pointer; }
  .hawk__carousel-wrapper .f-35 {
    font-size: 35px; }

.collapse-slider {
  height: 70px; }

.slider__table-data {
  max-width: 420px;
  overflow-y: hidden;
  padding-top: 0.5rem;
  user-select: text;
  white-space: nowrap; }

.hawk__detail-comparison {
  min-width: 624px;
  margin-bottom: 100px; }
  .hawk__detail-comparison .back-arrow {
    cursor: pointer;
    margin-bottom: 15px;
    width: 95px;
    color: #007bff;
    margin-left: 10px; }
  .hawk__detail-comparison .back-arrow:hover {
    color: #0056b3;
    text-decoration: underline; }
  .hawk__detail-comparison .f-10 {
    font-size: 10px; }
  .hawk__detail-comparison h5 {
    line-height: 2;
    background: white; }
  .hawk__detail-comparison header.sticky-carousel {
    z-index: 999;
    background: #fff; }
  .hawk__detail-comparison .hawk__detail-carousel {
    margin: 0 auto;
    width: calc(100% - 100px); }
    .hawk__detail-comparison .hawk__detail-carousel .slick-slider {
      display: flex;
      flex-direction: row;
      margin-top: 15px;
      margin: 0 auto; }
      .hawk__detail-comparison .hawk__detail-carousel .slick-slider .slick-arrow {
        display: flex !important;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        position: absolute; }
      .hawk__detail-comparison .hawk__detail-carousel .slick-slider .slick-list {
        width: 100%; }
      .hawk__detail-comparison .hawk__detail-carousel .slick-slider .slick-slide {
        border-left: 1px solid #e0e6ef;
        min-height: 300px; }
    .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details {
      display: flex;
      flex-direction: column; }
      .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details .hawk__comparison-attr-details {
        flex-direction: column;
        display: flex; }
        .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details .hawk__comparison-attr-details .hawk__comparison-image {
          justify-content: center;
          display: flex; }
        .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details .hawk__comparison-attr-details .hawk__comparison-brandname {
          text-align: center; }
        .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details .hawk__comparison-attr-details .hawk__comparison-itemname {
          text-align: center; }
      .hawk__detail-comparison .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details img {
        margin: 0 auto; }
  .hawk__detail-comparison .hawk__key-spec-container {
    background: #e0e6ef;
    width: calc(100% - 100px);
    margin: 0 auto; }
    .hawk__detail-comparison .hawk__key-spec-container-heading {
      height: 32px; }
    .hawk__detail-comparison .hawk__key-spec-container-header {
      color: #fff;
      background-color: #55555a;
      display: flex;
      line-height: 24px;
      height: 40px;
      padding: 6px 15px; }
    .hawk__detail-comparison .hawk__key-spec-container .slick-slider .slick-arrow {
      display: none !important; }
    .hawk__detail-comparison .hawk__key-spec-container .slick-slider .slick-slide {
      border-left: 1px solid #e0e6ef;
      text-align: center;
      background: white;
      height: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
  .hawk__detail-comparison header.sticky {
    -webkit-box-shadow: -4px 13px 10px -6px rgba(191, 187, 191, 0.66);
    -moz-box-shadow: -4px 13px 10px -6px rgba(191, 187, 191, 0.66);
    box-shadow: -4px 13px 10px -6px rgba(191, 187, 191, 0.66);
    height: 200px; }
    .hawk__detail-comparison header.sticky .hawk__detail-carousel .slick-slider .slick-slide {
      min-height: 200px; }
    .hawk__detail-comparison header.sticky .hawk__detail-carousel .hawk__comparison-card {
      margin-top: 10%; }
      .hawk__detail-comparison header.sticky .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-details {
        flex-direction: row; }
      .hawk__detail-comparison header.sticky .hawk__detail-carousel .hawk__comparison-card .hawk__comparison-image img {
        width: 100px; }

.hawk-viewcart-container {
  min-width: fit-content; }
  .hawk-viewcart-container .hawk-item-summary-row {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px; }
    .hawk-viewcart-container .hawk-item-summary-row .hawk-item-image,
    .hawk-viewcart-container .hawk-item-summary-row .hawk-item-details,
    .hawk-viewcart-container .hawk-item-summary-row .hawk-quantity-price,
    .hawk-viewcart-container .hawk-item-summary-row .hawk-remove-item {
      display: flex;
      flex-direction: column; }
    .hawk-viewcart-container .hawk-item-summary-row .hawk-item-image img {
      width: 100%;
      object-fit: cover; }
    .hawk-viewcart-container .hawk-item-summary-row .hawk-item-details {
      justify-content: center; }
    .hawk-viewcart-container .hawk-item-summary-row .hawk-quantity-price {
      justify-content: center; }
      .hawk-viewcart-container .hawk-item-summary-row .hawk-quantity-price .quantity {
        border: 1px solid #dee2e6;
        width: 30px;
        margin: 0px 10px 0px 10px;
        text-align: center;
        line-height: 2; }
    .hawk-viewcart-container .hawk-item-summary-row .hawk-remove-item {
      justify-content: center; }

.hawk__product-container .hawk__product-content {
  display: flex; }
  .hawk__product-container .hawk__product-content .hawk__product-image {
    display: flex;
    padding: 15px;
    border: 1px solid #e0dfdf;
    overflow: hidden; }
    .hawk__product-container .hawk__product-content .hawk__product-image img {
      flex: 1;
      object-fit: contain;
      width: 100%; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-brand {
    margin: 0;
    margin-bottom: 5px;
    font-size: 1.2em; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-title {
    padding: 6px 0;
    font-size: 22px;
    color: #660000; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-price {
    font-size: 1.3em;
    text-decoration: line-through; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-saleprice {
    font-size: 1.3em;
    color: #f00; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-ratings {
    text-align: center;
    margin: 0 0 10px 2px;
    display: flex; }
    .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-ratings span {
      margin-left: 5px; }
  .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-addtocart {
    background: #eee;
    padding: 5px;
    display: flex;
    align-items: center; }
    .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-addtocart label {
      margin-bottom: 0;
      margin-right: 5px; }
    .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-addtocart input {
      max-width: 50px; }
    .hawk__product-container .hawk__product-content .hawk__product-details .hawk__product-addtocart button {
      margin-left: auto; }

.hawk-redirect_message_box {
  position: fixed;
  top: 12px;
  right: 14px;
  z-index: 1000; }
  .hawk-redirect_message_box a {
    color: #f37624; }

.hawk-search_custom-alert {
  position: fixed;
  top: 10px;
  right: 10px; }


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