@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap);
.rc-pagination {
  font-size: 12px;
  font-family: 'Arial';
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  padding: 0;
}
.rc-pagination > li {
  list-style: none;
}
.rc-pagination-total-text {
  float: left;
  height: 30px;
  line-height: 30px;
  list-style: none;
  padding: 0;
  margin: 0 8px 0 0;
}
.rc-pagination:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.rc-pagination-item {
  cursor: pointer;
  border-radius: 6px;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  list-style: none;
  float: left;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  margin-right: 8px;
}
.rc-pagination-item a {
  text-decoration: none;
  color: #666;
}
.rc-pagination-item:hover {
  border-color: #2db7f5;
}
.rc-pagination-item:hover a {
  color: #2db7f5;
}
.rc-pagination-item-disabled {
  cursor: not-allowed;
}
.rc-pagination-item-disabled:hover {
  border-color: #d9d9d9;
}
.rc-pagination-item-disabled:hover a {
  color: #d9d9d9;
}
.rc-pagination-item-active {
  background-color: #2db7f5;
  border-color: #2db7f5;
}
.rc-pagination-item-active a {
  color: #fff;
}
.rc-pagination-item-active:hover a {
  color: #fff;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  content: "\2022\2022\2022";
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev:hover:after,
.rc-pagination-jump-next:hover:after {
  color: #2db7f5;
}
.rc-pagination-jump-prev:hover:after {
  content: "\AB";
}
.rc-pagination-jump-next:hover:after {
  content: "\BB";
}
.rc-pagination-jump-prev-custom-icon,
.rc-pagination-jump-next-custom-icon {
  position: relative;
}
.rc-pagination-jump-prev-custom-icon:after,
.rc-pagination-jump-next-custom-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: all .2s;
  content: "\2022\2022\2022";
  opacity: 1;
  display: block;
  letter-spacing: 2px;
  color: #ccc;
  font-size: 12px;
  margin-top: 1px;
}
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon .custom-icon-jump-next {
  opacity: 0;
  transition: all .2s;
}
.rc-pagination-jump-prev-custom-icon:hover:after,
.rc-pagination-jump-next-custom-icon:hover:after {
  opacity: 0;
  color: #ccc;
}
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-prev,
.rc-pagination-jump-prev-custom-icon:hover .custom-icon-jump-next,
.rc-pagination-jump-next-custom-icon:hover .custom-icon-jump-next {
  opacity: 1;
  color: #2db7f5;
}
.rc-pagination-prev,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  margin-right: 8px;
}
.rc-pagination-prev,
.rc-pagination-next,
.rc-pagination-jump-prev,
.rc-pagination-jump-next {
  cursor: pointer;
  color: #666;
  font-size: 10px;
  border-radius: 6px;
  list-style: none;
  min-width: 28px;
  height: 28px;
  line-height: 28px;
  float: left;
  text-align: center;
}
.rc-pagination-prev a:after {
  content: "\2039";
  display: block;
}
.rc-pagination-next a:after {
  content: "\203A";
  display: block;
}
.rc-pagination-prev,
.rc-pagination-next {
  border: 1px solid #d9d9d9;
  font-size: 18px;
}
.rc-pagination-prev a,
.rc-pagination-next a {
  color: #666;
}
.rc-pagination-prev a:after,
.rc-pagination-next a:after {
  margin-top: -1px;
}
.rc-pagination-disabled {
  cursor: not-allowed;
}
.rc-pagination-disabled a {
  color: #ccc;
}
.rc-pagination-disabled .rc-pagination-item,
.rc-pagination-disabled .rc-pagination-prev,
.rc-pagination-disabled .rc-pagination-next {
  cursor: not-allowed;
}
.rc-pagination-disabled .rc-pagination-item:hover,
.rc-pagination-disabled .rc-pagination-prev:hover,
.rc-pagination-disabled .rc-pagination-next:hover {
  border-color: #d9d9d9;
}
.rc-pagination-disabled .rc-pagination-item:hover a,
.rc-pagination-disabled .rc-pagination-prev:hover a,
.rc-pagination-disabled .rc-pagination-next:hover a {
  color: #d9d9d9;
}
.rc-pagination-disabled .rc-pagination-jump-prev,
.rc-pagination-disabled .rc-pagination-jump-next {
  pointer-events: none;
}
.rc-pagination-options {
  float: left;
  margin-left: 15px;
}
.rc-pagination-options-size-changer {
  float: left;
  width: 80px;
}
.rc-pagination-options-quick-jumper {
  float: left;
  margin-left: 16px;
  height: 28px;
  line-height: 28px;
}
.rc-pagination-options-quick-jumper input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 3px 12px;
  width: 50px;
  height: 28px;
}
.rc-pagination-options-quick-jumper input:hover {
  border-color: #2db7f5;
}
.rc-pagination-options-quick-jumper button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 15px;
  font-size: 12px;
  border-radius: 6px;
  height: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-options-quick-jumper button:hover,
.rc-pagination-options-quick-jumper button:active,
.rc-pagination-options-quick-jumper button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-prev,
.rc-pagination-simple .rc-pagination-next {
  border: none;
  height: 24px;
  line-height: 24px;
  margin: 0;
  font-size: 18px;
}
.rc-pagination-simple .rc-pagination-simple-pager {
  float: left;
  margin-right: 8px;
  list-style: none;
}
.rc-pagination-simple .rc-pagination-simple-pager .rc-pagination-slash {
  margin: 0 10px;
}
.rc-pagination-simple .rc-pagination-simple-pager input {
  margin: 0 8px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
  outline: none;
  padding: 5px 8px;
  min-height: 20px;
}
.rc-pagination-simple .rc-pagination-simple-pager input:hover {
  border-color: #2db7f5;
}
.rc-pagination-simple .rc-pagination-simple-pager button {
  display: inline-block;
  margin: 0 8px;
  font-weight: 500;
  text-align: center;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 8px;
  font-size: 12px;
  border-radius: 6px;
  height: 26px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border-color: #d9d9d9;
}
.rc-pagination-simple .rc-pagination-simple-pager button:hover,
.rc-pagination-simple .rc-pagination-simple-pager button:active,
.rc-pagination-simple .rc-pagination-simple-pager button:focus {
  color: #2db7f5;
  background-color: #fff;
  border-color: #2db7f5;
}
@media only screen and (max-width: 1024px) {
  .rc-pagination-item-after-jump-prev,
  .rc-pagination-item-before-jump-next {
    display: none;
  }
}
html {
  box-sizing: border-box; }
*,
*:before,
*:after {
  box-sizing: inherit; }
.sui-layout {
  width: 100%;
  display: flex;
  flex-direction: column; }
/**
 * Header / Searchbox
 */
.sui-layout-header {
  padding: 32px 24px;
  border-bottom: 1px solid #eeeeee; }
/**
 * Body
 */
.sui-layout-body {
  background: #fcfcfc; }
.sui-layout-body:after {
    content: "";
    height: 80px;
    width: 100%;
    display: block;
    position: relative;
    background: linear-gradient(to bottom, #fcfcfc 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#ffffff',GradientType=0 ); }
@media (max-width: 800px) {
      .sui-layout-body:after {
        display: none; } }
.sui-layout-body__inner {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    padding: 0 24px; }
@media (max-width: 800px) {
      .sui-layout-body__inner {
        display: block;
        padding: 0 15px; } }
/**
 * Sidebar / Filters
 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.sui-layout-sidebar {
  width: 24%;
  padding: 32px 32px 0 0; }
@media (max-width: 975px) {
    .sui-layout-sidebar {
      padding-right: 0; } }
@media (max-width: 800px) {
    .sui-layout-sidebar {
      z-index: 99;
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      margin: 0;
      padding: 0 15px 30px 15px;
      background-color: #fcfcfc;
      overflow: auto; } }
.sui-layout-sidebar--toggled {
    display: block;
    -webkit-animation: fadein 0.2s ease-out;
            animation: fadein 0.2s ease-out; }
@media (max-width: 800px) {
  .sui-layout-sidebar-toggle {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    color: #3a56e4;
    background-color: #ffffff;
    border: 1px solid #3a56e4;
    border-radius: 4px; }
    .sui-layout-sidebar .sui-layout-sidebar-toggle {
      margin-bottom: 20px; } }
/**
 * Main / Results
 */
.sui-layout-main {
  width: 76%;
  padding: 32px 0 32px 32px; }
@media (max-width: 800px) {
    .sui-layout-main {
      width: 100%;
      padding-left: 0; } }
.sui-layout-main-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }
.sui-layout-main-header__inner {
    font-size: 12px;
    color: #4a4b4b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
.sui-layout-main-footer {
  display: flex;
  align-items: center;
  justify-content: space-around; }
.sui-search-error {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: red;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 180px); }
.sui-search-error.no-error {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-weight: 400;
    color: #333333;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100vh - 180px); }
.sui-facet {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  margin: 0;
  padding: 0;
  border: 0; }
.sui-facet + .sui-facet {
    margin-top: 32px; }
.sui-sorting + .sui-facet {
    margin-top: 32px; }
.sui-facet__title {
    text-transform: uppercase;
    font-size: 12px;
    color: #8b9bad;
    letter-spacing: 1px;
    padding: 0; }
.sui-facet__list {
    line-height: 1.5;
    font-size: 13px;
    margin: 8px 0;
    padding: 0; }
.sui-facet__count {
    color: #888888;
    font-size: 0.85em;
    margin-left: 20px;
    display: inline-block;
    padding-top: 2px; }
.sui-multi-checkbox-facet {
  color: #4f4f4f;
  font-size: 13px;
  margin: 8px 0; }
.sui-multi-checkbox-facet__option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
.sui-multi-checkbox-facet__option-input-wrapper {
    flex: 1; }
.sui-multi-checkbox-facet__checkbox {
    margin-right: 8px;
    cursor: pointer; }
.sui-multi-checkbox-facet__option-count {
    color: #888888;
    font-size: 0.85em;
    margin-left: 24px; }
.sui-facet-view-more {
  display: block;
  cursor: pointer;
  color: #3a56e4;
  font-size: 13px;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
  border: unset;
  padding: unset;
  background: unset; }
.sui-facet-view-more:hover, .sui-facet-view-more:focus {
    background-color: #f8f8f8;
    outline: 4px solid #f8f8f8; }
.sui-facet-search {
  margin: 6px 0px 0px 0px; }
.sui-facet-search__text-input {
    width: 100%;
    height: 100%;
    padding: 6px;
    margin: 0;
    font-family: inherit;
    border: 1px solid #cccccc;
    border-radius: 4px;
    outline: none; }
.sui-facet-search__text-input:focus {
      border: 1px solid #3a56e4; }
.sui-boolean-facet {
  color: #4f4f4f;
  font-size: 13px;
  margin: 8px 0; }
.sui-boolean-facet__option-label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer; }
.sui-boolean-facet__option-input-wrapper {
    flex: 1; }
.sui-boolean-facet__checkbox {
    margin-right: 8px;
    cursor: pointer; }
.sui-boolean-facet__option-count {
    color: #888888;
    font-size: 0.85em;
    margin-left: 24px; }
.sui-single-option-facet {
  font-size: 13px;
  margin: 8px 0;
  padding: 0;
  list-style: none; }
.sui-single-option-facet__item {
    display: flex;
    justify-content: space-between; }
.sui-single-option-facet__link {
    color: #4f4f4f;
    position: relative;
    text-decoration: none;
    list-style: none;
    padding: 0;
    font-weight: bold; }
.sui-single-option-facet__link:after {
      content: "";
      opacity: 0;
      position: absolute;
      top: -1px;
      left: -5px;
      width: calc(100% + 10px);
      height: calc(100% + 2px);
      background: rgba(37, 139, 248, 0.08);
      pointer-events: none; }
.sui-single-option-facet__link:focus {
      color: #3a56e4;
      font-weight: bold;
      outline: none; }
.sui-single-option-facet__link:hover {
      color: #3a56e4;
      font-weight: bold; }
.sui-single-option-facet__link:hover:after {
        opacity: 1; }
.sui-single-option-facet__selected {
    font-weight: 900;
    list-style: none; }
.sui-single-option-facet__selected a {
      font-weight: 100;
      padding: 0 2px; }
.sui-single-option-facet__remove {
    color: #666;
    margin-left: 10px; }
.sui-paging { }
.sui-paging > li {
    border: none;
    background: transparent;
    outline: none; }
.sui-paging .rc-pagination-disabled a {
    color: #ccc;
    opacity: 0.5; }
.sui-paging .rc-pagination-item a {
    color: #3a56e4;
    text-decoration: none; }
.sui-paging .rc-pagination-item:hover {
    background: #f8f8f8; }
.sui-paging .rc-pagination-item:hover a {
      color: #3a56e4;
      text-decoration: none; }
.sui-paging .rc-pagination-item-active a {
    color: #4f4f4f;
    font-weight: 700; }
.sui-paging .rc-pagination-item-active:hover {
    background: transparent;
    cursor: not-allowed; }
.sui-paging .rc-pagination-item-active:hover a {
      color: #4f4f4f;
      cursor: not-allowed; }
.sui-paging .rc-pagination-next:hover {
    background: #f8f8f8; }
.sui-paging .rc-pagination-next:hover a {
      color: #3a56e4; }
.sui-paging .rc-pagination-jump-next:hover {
    background: #f8f8f8; }
.sui-paging .rc-pagination-jump-next:hover a {
      color: #3a56e4; }
.sui-paging .rc-pagination-jump-next:hover:after {
    color: #3a56e4;
    content: "\BB";
    font-size: 16px;
    line-height: 1.5; }
.sui-paging .rc-pagination-jump-prev:hover {
    background: #f8f8f8; }
.sui-paging .rc-pagination-jump-prev:hover a {
      color: #3a56e4; }
.sui-paging .rc-pagination-jump-prev:hover:after {
    color: #3a56e4;
    content: "\AB";
    font-size: 16px;
    line-height: 1.5; }
.sui-paging-info {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #4a4b4b;
  font-size: 12px;
  display: inline-block; }
.sui-result {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  list-style: none;
  padding: 24px 0;
  text-decoration: none;
  display: block;
  border: 1px solid #f0f0f0;
  background: white;
  border-radius: 4px;
  box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.1);
  overflow-wrap: break-word;
  overflow: hidden; }
.sui-result + .sui-result {
    margin-top: 32px; }
.sui-result em {
    position: relative;
    color: #3a56e4;
    font-weight: 700;
    font-style: inherit; }
.sui-result em:after {
      content: "";
      position: absolute;
      top: -3px;
      left: -3px;
      width: calc(100% + 6px);
      height: calc(100% + 6px);
      background: rgba(37, 139, 248, 0.08);
      pointer-events: none; }
.sui-result__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 24px; }
.sui-result__title {
    font-size: 1.8em;
    font-weight: 400;
    color: #333333;
    text-decoration: none; }
.sui-result__title-link {
    color: #3a56e4;
    text-decoration: none; }
.sui-result__key {
    font-family: monospace;
    font-weight: 400;
    font-size: 14px;
    flex: 0 1 50%;
    color: #777777; }
.sui-result__key:before {
      content: '"'; }
.sui-result__key:after {
      content: '": '; }
.sui-result__value {
    font-weight: 400;
    font-size: 14px; }
.sui-result__version {
    font-size: 12px;
    display: inline;
    vertical-align: bottom; }
.sui-result__license {
    font-size: 12px;
    color: #999999;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 3px;
    line-height: 1;
    padding: 4px 4px 3px 4px; }
.sui-result__body {
    line-height: 1.5;
    margin-top: 0;
    display: flex; }
.sui-result__body p {
      margin: 0; }
.sui-result__image {
    padding-top: 12px;
    padding-left: 24px;
    flex-basis: 220px; }
.sui-result__image img {
      max-width: 100%;
      display: block;
      height: auto; }
.sui-result__details {
    flex: 1;
    list-style: none;
    padding: 12px 24px;
    margin: 0; }
.sui-results-container {
  padding: 0;
  list-style: none; }
.sui-results-per-page {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #4a4b4b;
  font-size: 12px;
  display: flex;
  align-items: center;
  height: 100%; }
.sui-results-per-page__label {
    margin-right: 8px; }
.sui-results-per-page .sui-select__control {
    align-items: center; }
.sui-results-per-page .sui-select__control input {
      position: absolute; }
.sui-search-box {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: stretch;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; }
.sui-search-box__submit {
    flex-shrink: 0;
    font-family: inherit;
    font-size: 14px;
    padding: 16px;
    margin-left: 10px;
    text-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
    color: white;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px inset, rgba(59, 69, 79, 0.05) 0px 1px 0px;
    background: linear-gradient(#2da0fa, #3158ee) #2f7cf4;
    cursor: pointer;
    border-radius: 4px; }
.sui-search-box__submit:hover {
      box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 0px 1px inset, rgba(59, 69, 79, 0.3) 0px 2px 4px;
      background: linear-gradient(#3cabff, #4063f0) #3d84f7; }
.live-filtering .sui-search-box__submit {
      display: none; }
.sui-search-box__wrapper {
    width: 100%;
    height: 100%;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border-radius: 3px;
    position: relative; }
.sui-search-box__text-input {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 16px;
    outline: none;
    position: relative;
    font-family: inherit;
    font-size: 14px;
    width: 100%; }
.sui-search-box__text-input:focus {
      box-shadow: rgba(59, 69, 79, 0.3) 0px 2px 4px;
      border-top: 1px solid #3a56e4;
      border-left: 1px solid #3a56e4;
      border-right: 1px solid #3a56e4;
      border-bottom: 1px solid #3a56e4; }
.autocomplete .sui-search-box__text-input {
      box-shadow: rgba(59, 69, 79, 0.3) 0px 2px 4px; }
.sui-search-box__autocomplete-container {
    display: none;
    flex-direction: column;
    left: 0;
    right: 0;
    top: 110%;
    margin: 0;
    padding: 24px 0 12px 0;
    line-height: 1.5;
    background: white;
    position: absolute;
    box-shadow: rgba(59, 69, 79, 0.3) 0px 2px 4px;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
.autocomplete .sui-search-box__autocomplete-container {
      display: flex;
      z-index: 1; }
.sui-search-box__autocomplete-container ul {
      list-style: none;
      margin: 0;
      padding: 0 0 24px 0;
      background: transparent;
      border-radius: 3px; }
.sui-search-box__autocomplete-container ul:last-child {
      padding: 0; }
.sui-search-box__autocomplete-container li {
      margin: 0 12px;
      font-size: 0.9em;
      padding: 4px 12px;
      border-radius: 4px;
      color: #555;
      cursor: default; }
.sui-search-box__autocomplete-container li em {
        font-style: normal;
        color: #3a56e4;
        background: #edf0fd; }
.sui-search-box__autocomplete-container li:hover {
        background: #3a56e4;
        color: #ffffff; }
.sui-search-box__autocomplete-container li:hover em {
          background: transparent;
          color: #ffffff; }
.sui-search-box__autocomplete-container li[aria-selected="true"] {
      background: #3a56e4;
      color: #ffffff; }
.sui-search-box__autocomplete-container li[aria-selected="true"] em {
        background: transparent;
        color: #ffffff; }
.sui-search-box__section-title {
    color: #888;
    font-size: 0.7em;
    letter-spacing: 1px;
    font-weight: normal;
    padding: 0 0 4px 24px;
    text-transform: uppercase; }
.sui-sorting {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  display: inline-block;
  width: 100%; }
.sui-sorting__label {
    font-size: 12px;
    color: #8b9bad;
    text-transform: uppercase;
    letter-spacing: 1px; }
.sui-select {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 8px;
  width: 100%; }
.sui-select--inline {
    margin-top: 0; }
.sui-select--is-disabled {
    opacity: 0.5; }
.sui-select__control {
    background-color: #f8f8f8;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
    display: flex;
    align-items: stretch;
    justify-content: space-between; }
.sui-select__control--is-focused {
      border: 1px solid #3a56e4; }
.sui-select__value-container {
    padding-top: 0;
    padding-bottom: 0; }
.sui-select__value-container--has-value {
      font-weight: 700;
      color: #333333; }
.sui-select__placeholder {
    white-space: nowrap;
    position: static;
    transform: none;
    color: #333333; }
.sui-select__dropdown-indicator {
    display: flex;
    height: 32px;
    width: 32px;
    align-items: center;
    justify-content: center; }
.sui-select__option-count {
    color: #888888;
    font-size: 0.8em; }
.sui-select__option-label {
    color: #4f4f4f; }
.sui-select__option {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    padding: 8px 12px;
    cursor: pointer; }
.sui-select__option--is-selected {
      color: #333333;
      background: #ffffff;
      font-weight: 700; }
.sui-select__option--is-selected .sui-search-select__option-label {
        color: #333333;
        position: relative; }
.sui-select__option:hover {
      background: #f8f8f8; }
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Nunito Sans', sans-serif; */

.banner-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 10px;
  justify-content: center;
}

.sui-sorting {
  width: 100% !important;
}
.appsearch .sui-select__menu {
  z-index:2 !important;
}
.banner-top img {
  width: 100%;
}
.btn:focus,
.btn.focus {
  box-shadow: none;
}
.btn .hover-img {
  display: none;
}
.btn:hover .hover-img {
  display: inline-block;
}
.btn:hover .normal-img {
  display: none;
}
.product-name-block .mw-200{
    max-width: 200px;
}
.btnKey {
  width: 100%;
}
.btnKey1 {
  font-size: xx-small;
  float: left;
  top: 0.3rem;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}

.btnKey2 {
  position: absolute;
  left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}
    

.sui-multi-checkbox-facet input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    position: relative;
    top: 1px;
}
.sui-multi-checkbox-facet input[type="checkbox"]::before  {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #575351;
    border-radius: 2px;
    content: "";
    background: #FFF;
}
.sui-multi-checkbox-facet input[type="checkbox"]:checked::before {
    border: 1px solid #3755A4;
}
.sui-multi-checkbox-facet input[type="checkbox"]::after {
    position: absolute;
    display: none;
    content: "";
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #3755A4;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sui-multi-checkbox-facet input[type="checkbox"]:checked::after {
    display: block;
}
.MuiMenu-list .MuiMenuItem-root {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.blue-btn {
  border: 1px solid #3755a4;
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  min-width: 198px;
  /*width: 100%;*/
  padding: 0 10px;
  text-transform: none;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.blue-btn:hover,
.blue-btn:focus {
  background: #3755a4;
  color: #ffffff;
  outline: 0;
}
.bluebg-btn {
  border: 1px solid #007bff;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #007bff;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.bluebg-btn:hover {
  background: #ffffff;
  color: #007bff;
  outline: 0;
}
.bluebg-btn:not([href]):not([tabindex]) {
  color: #ffffff;
}
.bluebg-btn:not([href]):not([tabindex]):hover,
.bluebg-btn:not([href]):not([tabindex]):focus {
  color: #007bff;
}
.graybg-btn {
  border: 1px solid #9d9992;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #9d9992;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 0 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.graybg-btn:hover {
  background: #ffffff;
  color: #9d9992;
  outline: 0;
}
.toggle-filter-btn {
  margin-bottom: 12px;
}
.sui-layout-buy .sui-layout-header {
  padding: 0;
  border-bottom: 0;
}
.sui-layout-body__inner {
  max-width: 100% !important;
}
.sui-layout-buy .sui-layout-header__inner,
.sui-layout-buy .sui-layout-body__inner,
.main-heading,
.container-width {
  /* max-width: 1940px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  /* padding-right: 50px; */
  padding-right: 1%;
}
.container-width .container-width-inner {
  width: 100%;
}
.main-heading {
  padding-top: 35px;
}
.main-heading .buy-heading {
  font-size: 20px;
  line-height: 26px;
  color: #0d0c0d;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 18px;
  text-align: center;
  /*text-transform: uppercase;*/
}
.main-heading .buy-heading span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
.sui-layout-buy .sui-layout-body {
  padding: 0;
  background: #ffffff;
}
.sui-layout-buy .sui-layout-sidebar {
  padding: 0;
  width: 20%;
}
.sui-layout-buy .sui-layout-main {
  padding: 0 0 0 25px;
  width: 100%;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet,
.sui-layout-buy .sui-layout-sidebar .sui-sorting,
.sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
  border: 1px solid #dadada;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  /*width: 100%;*/
}
.sui-layout-buy .sui-layout-sidebar .sui-facet__title,
.sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
.sui-layout-buy
  .sui-layout-sidebar
  fieldset.MuiFormControl-root
  .MuiFormLabel-root {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.card-highlight {
  border: 2px solid #92caff !important;
}

.sui-layout-buy .sui-layout-sidebar fieldset legend {
  float: left;
}
.sui-layout-buy .sui-layout-sidebar fieldset legend + * {
  clear: both;
}
.sui-layout-buy .sui-layout-sidebar .sorting-direction {
  margin-right: 0;
  border: 1px solid #d2d1c9;
  padding: 15px 15px 22px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.sui-layout-buy .sui-layout-sidebar .sorting-direction label {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  position: static;
  width: 100%;
  transform: none;
  text-transform: uppercase;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sorting-direction
  label
  + .MuiInput-formControl {
  margin-top: 0;
}
.sui-layout-buy .sui-layout-sidebar .sorting-direction fieldset legend {
  float: none;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet + .sui-facet {
  margin-top: 0;
}
.sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiFormControlLabel-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-colorSecondary.Mui-checked {
  color: #3755a4;
}
.sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-root {
  padding: 6px;
}
.sui-layout-buy .sui-layout-sidebar .sui-select .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 0;
  border-bottom: 1px solid #4c4847;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container--has-value,
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__single-value {
  font-weight: normal;
  color: inherit;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container {
  padding-left: 0;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__placeholder {
  color: inherit;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__dropdown-indicator {
  width: 20px;
  color: #575351;
}
.sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control--is-focused {
  border-bottom: 1px solid #3755a4;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 1px solid #d2d1c9;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input:hover {
  border: 1px solid #3a56e4;
}
.sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
.sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
.sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet-view-more {
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:hover,
.sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:focus {
  background: transparent;
  outline: 0;
  color: #3a56e4;
}
.SearchBar {
  margin-bottom: 15px;
}
.SearchBar .form-control {
  width: 100%;
  padding-right: 10px;
}
.SearchBar .form-control .MuiOutlinedInput-root {
  background: #f7f7f7;
}
.SearchBar .form-control .MuiOutlinedInput-notchedOutline {
  border-color: #d0d0d0;
}
.SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 13px 20px;
  text-align: left;
  background: inherit;
}
.SearchBar .sui-search-box__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-color: #707070;
  background: #f9f9f9;
  padding: 12px 20px;
  box-shadow: none;
}

.SearchBar .sui-search-box__text-input:focus {
  box-shadow: none;
  border-color: #707070;
}
.SearchBar .sui-search-box__text-input::-ms-input-placeholder {
  color: #afafaf;
}
.SearchBar .sui-search-box__text-input::-webkit-input-placeholder {
  color: #afafaf;
}
.SearchBar .sui-search-box__text-input::placeholder {
  color: #afafaf;
}
.SearchBar .sui-search-box__submit {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background: #3755a4;
  box-shadow: none;
  outline: 0;
  min-width: 150px;
  padding: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}
.SearchBar .sui-search-box__submit:hover {
  background: #506db7;
}
.searching-block {
  position: relative;
  margin-bottom: 10px;
}
.searching-block .more-filter {
  position: absolute;
  right: 25px;
  text-transform: initial;
  font-size: 12px;
}
.searching-block .filter-heading {
  font-size: 14px;
  line-height: 18px;
  color: #0d0c0d;
  border: 1px solid #dadada;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 14px 382px 11px 382px;
  position: relative;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.searching-block .filter-heading .filter-icon {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
}
.searching-block .filter-heading .filter-icon img {
  max-width: 100%;
}
.searching-block .filter-heading .down-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  cursor: pointer;
}
.searching-block .filter-content {
  display: none;
  background: #f8f8f8;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 20px 20px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
}
.searching-block .filter-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
}
.searching-block.pin-filter .filter-content {
  position: relative;
  display: block;
}
.searching-block.searching-filter-open .filter-content {
  display: block;
}
.searching-block.searching-filter-open .filter-heading,
.searching-block.pin-filter .filter-heading {
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.searching-block.searching-filter-open .filter-heading .down-arrow img,
.searching-block.pin-filter .filter-heading .down-arrow img {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.searching-block:hover .filter-heading {
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.searching-block:hover .filter-heading .down-arrow img {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.searching-block:hover .filter-content {
  display: block;
}
.searching-block .filter-content ul,
.searching-block .filter-content .top-family-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
.searching-block .filter-content .family-list-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  cursor: pointer;
}
.searching-block .filter-content .family-list-inner:hover,
.searching-block .filter-content .family-list-inner.active {
  opacity: 0.7;
}
.searching-block .filter-content .family-group-wrapper {
  display: block;
}
.searching-block .filter-content .filter-list {
  margin: 0;
}
.searching-block .filter-content .filter-list .MuiRadio-root {
  display: none;
}
.searching-block .filter-content .top-family-group .family-group-list {
  padding: 0 10px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  align-self: flex-end;
  margin: 0;
}
.searching-block .filter-content .top-family-group .MuiFormControlLabel-label {
  font-size: 14px;
  line-height: 18px;
  color: #0d0c0d;
  cursor: pointer;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  /*text-transform: capitalize;*/
}
.searching-block
  .filter-content
  .top-family-group
  .MuiFormControlLabel-label:hover {
  opacity: 0.7;
}
.searching-block .filter-content .filter-list-icon {
  display: inline-flex;
  margin-right: 10px;
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}
.searching-block .filter-content .filter-list-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.searching-block .filter-content .pin-icon {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.searching-block .filter-content .pin-icon img {
  max-width: 100%;
}
.sui-layout-buy .sui-layout-main-header__inner {
  flex-wrap: wrap;
}
.filterleft-side {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  margin-bottom: 12px;
}
.filterleft-side .clear-filter-wrapper {
  width: 49%;
}
.filterleft-side .clear-filter-wrapper .btn {
  width: 100%;
}
.filterleft-side .btn {
  width: 49%;
}
.sui-layout-buy .gray-btn {
  border: 1px solid #575351;
  font-size: 13px;
  line-height: 10px;
  color: #575351;
  min-width: 0px !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sui-layout-buy .gray-btn:hover {
  background: #575351;
  color: #ffffff;
}
.clear-filter {
  border: 1px solid #e80000;
  font-size: 14px;
  line-height: 18px;
  color: #e80000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 8px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.clear-filter:hover {
  background: #e80000;
  color: #ffffff;
}

.share-btn {
  border: 1px solid #0065e8;
  font-size: 14px;
  line-height: 18px;
  color: #0065e8;
  stroke: #0065e8;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.share-btn:hover {
  background: #0065e8;
  color: #ffffff;
}
.filterleft-side .clear-filter .close-icon {
  /*    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 12px;*/
  width: 8px;
  height: 8px;
  float: right;
  margin: 0px;
  display: none;
}

.filterleft-side .clear-filter .share-icon {
  width: 16px;
  height: 16px;
  float: right;
  margin: 0px;
}

.filterleft-side .clear-filter .close-icon img {
  max-width: 100%;
}
.filter-result {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 15px;
  width: 100%;
}
.filter-result:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
  background-size: 100%;
  max-width: 85%;
  margin: 0 auto;
}
.filter-result .filter-title {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.filter-result ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -3px;
}
.filter-result ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
.filter-result ul button {
  border: 1px solid #3755a4;
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.filter-result ul button:hover {
  background: #3755a4;
  color: #ffffff;
}
.filter-result ul .gray-btn {
  border: 1px solid #575351;
  color: #575351 !important;
}
.filter-result ul .gray-btn:hover {
  background: #575351;
  color: #ffffff !important;
}
.filterleft-side .gray-btn {
  color: #575351 !important;
}
.filterleft-side .gray-btn:hover {
  color: #ffffff !important;
}
.filter-result ul .clear-filter {
  border: 1px solid #e80000;
  color: #e80000;
}
.filter-result ul .clear-filter:hover {
  background: #e80000;
  color: #ffffff;
}
.filter-result ul button .close-icon {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  margin: 0px;
}
.filter-result ul button .close-icon img {
  max-width: 100%;
}
.filter-result .filter-hide-btn {
  display: none;
}
.hide-filters .filter-result .filter-hide-btn {
  display: block;
}
.hide-filters .filter-result .filter-title-main {
  padding-left: 12px;
}
.sui-layout-buy.hide-filters .sui-layout-sidebar {
  display: none;
}
.sui-layout-buy.hide-filters .sui-layout-main {
  width: 100%;
  padding-left: 0;
}
.pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px;
}
.paging-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 76%;
  padding-right: 25px;
}
.paging-wrapper .paging-info {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-right: 20px;
}
.paging-wrapper .paging-info-right {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
}
.paging-wrapper .paging-info-right .select-box {
  margin-right: 10px;
}
.paging-wrapper .paging-info-right .select-box:last-child {
  margin-right: 0;
  width:100%;
}
.paging-wrapper .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  min-width: 200px;
  border: 0;
  border-bottom: 1px solid #332f2f;
  border-radius: 0;
  background: transparent;
}
.paging-wrapper .sui-sorting.select-box .sui-select {
  margin-top: 0;
}
.paging-wrapper .sui-sorting.select-box .sui-select__control {
  min-width: auto;
}
.paging-wrapper .sui-sorting.select-box .sui-select__value-container {
  padding: 6px 8px 5px 0;
}
.paging-wrapper .sui-sorting.select-box .sui-select__placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.paging-wrapper .sui-sorting.select-box .sui-select__dropdown-indicator {
  width: 22px;
  height: 22px;
}
.paging-wrapper .sui-sorting.select-box .sui-select__dropdown-indicator svg {
  background: url("/img/svgs/down-arrow-gray.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.paging-wrapper
  .sui-sorting.select-box
  .sui-select__dropdown-indicator
  svg
  path {
  display: none;
}
.selectbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
.select-box {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  width: 200px;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-right: 10px;
}
.select-box .MuiInputBase-root,
.select-box .MuiSelect-root {
  font: inherit;
  color: inherit;
  padding-bottom: 3px;
  background: transparent;
}
.select-box .MuiSelect-icon {
  background: url("/img/svgs/down-arrow-gray.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.select-box .MuiInput-underline:before {
  border-bottom: 1px solid #4c4847;
}
.select-box .MuiInput-underline:after {
  border-width: 1px;
}
.select-box .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-width: 1px;
}
.select-box .MuiSelect-icon path {
  display: none;
}
.paging-wrapper .sui-select__value-container--has-value,
.paging-right .sui-select__value-container--has-value {
  padding: 0;
  font: inherit;
  color: inherit;
}
.paging-wrapper .sui-select__dropdown-indicator,
.paging-right .sui-select__dropdown-indicator {
  height: 27px;
}
.paging-wrapper .sui-results-per-page__label {
  display: none;
}
.paging-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 24%;
}
.paging-right .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #4c4847;
  border-radius: 0;
  background: transparent;
}
.paging-right .sui-select__single-value,
.paging-wrapper .sui-select__single-value {
  color: inherit;
  font: inherit;
}
.paging-right .paging-right-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.paging-right .paging-right-btn .MuiIconButton-root {
  padding: 0;
  outline: 0;
  margin-right: 12px;
  background: transparent;
}
.paging-right .paging-right-btn .MuiIconButton-root:last-child {
  margin-right: 0;
}

.paging-right .paging-right-btn .MuiIconButton-root:nth-child(2) {
  margin-top: 15px;
}
.paging-right .paging-right-btn .grid-icon .MuiSvgIcon-root {
  background: url("/img/svgs/grid-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.paging-right .paging-right-btn .list-icon .MuiSvgIcon-root {
  background: url("/img/svgs/list-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.paging-right .paging-right-btn .table-icon .MuiSvgIcon-root {
  background: url("/img/svgs/table-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.paging-right .paging-right-btn .grid-icon .MuiSvgIcon-root path,
.paging-right .paging-right-btn .list-icon .MuiSvgIcon-root path,
.paging-right .paging-right-btn .table-icon .MuiSvgIcon-root path {
  display: none;
}
.paging-right .paging-right-btn .MuiSvgIcon-root {
  font-size: 22px;
}
.paging-right .sui-results-per-page__label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.paging-wrapper .sui-select__control--is-focused,
.paging-right .sui-select__control--is-focused {
  border: 0;
  border-bottom: 1px solid #3755a4;
}
.sui-layout-buy .sui-layout-sidebar-toggle {
  display: none;
}
.sui-layout-buy .sidebar-toggle-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url("/img/svgs/close-gray.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.sui-layout-buy .sui-layout-main-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sui-layout-buy .SearchResult {
  width: 76%;
  padding-right: 25px;
}
.sui-layout-buy .advertise-banner {
  width: 24%;
  box-shadow: none;
}
.sui-layout-buy .advertise-banner .banner-action {
  outline: 0;
  border: 0;
  background: transparent;
}
.sui-layout-buy .SearchResult .MuiCard-root {
  overflow: hidden;
  box-shadow: none;
  border: 0px solid #dadada;
  margin: 0;
  max-width: 100%;
}
.sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  /* padding-top: 32px; */
  outline: 0;
  background: #fff;
  color: #fff;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.sui-layout-buy .SearchResult .info-wrapper {
  background: #f5f5f4;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.sui-layout-buy .SearchResult .info-wrapper.specialoffer,
.sui-layout-buy .SearchResult .rating-wrap.specialoffer {
  background-color: #282828 !important;
}

.info-wrapper-highlight {
  background-color: #def2fd !important;
}

.ref1-highlight {
  background-color: #a3d4ee !important;
}

.sui-layout-buy .SearchResult .product-name {
  font-size: 16px;
  line-height: 20px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* display: block; */
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
}
.sui-layout-buy .SearchResult .product-name:hover {
  color: #506db7;
}
.sui-layout-buy .SearchResult .info-wrap {
  /*border-bottom: 1px solid #D2D1C9;*/
  margin-bottom: 0;
  height: auto;
  padding-bottom: 10px;
  padding: 10px;
}
/* .sui-layout-buy .SearchResult .info-wrap .MuiTypography-subtitle1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
} */
.sui-layout-buy .SearchResult .code-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}
.sui-layout-buy .SearchResult .specialoffer,
.sui-layout-buy .SearchResult .specialoffer .code-txt,
.sui-layout-buy .SearchResult .specialoffer .ref-txt,
.sui-layout-buy .SearchResult .specialoffer .pvp-txt,
.sui-layout-buy .SearchResult .specialoffer .offer-txt,
.sui-layout-buy .SearchResult .specialoffer .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .specialoffer .offer-txt .offer-price,
.sui-layout-buy .SearchResult .specialoffer .date-txt,
.sui-layout-buy .SearchResult .specialoffer .valid-txt {
  color: white;
}

.sui-layout-buy .SearchResult .ref-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}

.sui-layout-buy .SearchResult .offer-valid-block {
  padding: 10px 0;
  /*border-bottom: 1px solid #D2D1C9;*/
}
.sui-layout-buy .SearchResult .stock-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.separator-padding {
  padding-right: 0px;
  padding-left: 0px;
}
.separator-item {
  border-bottom: 1px solid #d2d1c9;
}
.sui-layout-buy .SearchResult .bottom-info {
  padding: 10px 0;
}
.sui-layout-buy .SearchResult .bottom-info .bluebg-btn,
.sui-layout-buy .SearchResult .bottom-info .graybg-btn {
  max-width: 135px;
}
.sui-layout-buy .SearchResult .pvp-txt {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.sui-layout-buy .SearchResult .pvp-unstock {
  text-decoration: line-through;
}
.sui-layout-buy .SearchResult .pvp-txt .login_txt {
  font-size: 12px;
  line-height: 17px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.sui-layout-buy .SearchResult .offer-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.sui-layout-buy .SearchResult .offer-txt .offer-price {
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.sui-layout-buy .SearchResult .date-txt {
  font-size: 11px;
  line-height: 18px;
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
}
.sui-layout-buy .SearchResult .valid-txt {
  font-size: 8px;
  line-height: 12px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
  text-transform: uppercase;
}
.sui-layout-buy .SearchResult .offer-valid-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 30px;
}
.sui-layout-buy .SearchResult .offer-upto {
  text-align: right;
  padding-left: 5px;
}
.sui-layout-buy .SearchResult .stock-txt {
  font-size: 14px;
  line-height: 18px;
  color: #44a82d;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin-right: 10px;
}
.sui-layout-buy .SearchResult .stock-unknown {
  color: #9d9992;
}
.sui-layout-buy .SearchResult .stock-txt .stock-no {
  font-weight: normal;
}
.sui-layout-buy .SearchResult .progress-wrapper .stock-title {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.sui-layout-buy .SearchResult .progress-wrapper .progress-title {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sui-layout-buy .SearchResult .progressbar {
  width: 100%;
  height: 7px;
  display: block;
  margin-bottom: 15px;
  background: #d2d1c9;
}
.sui-layout-buy .SearchResult .progressbar .progressbar-inner {
  background: #e80000;
  display: block;
  height: 7px;
}
.sui-layout-buy .SearchResult .progress-low .progressbar .progressbar-inner {
  background: #fca33e;
}
.sui-layout-buy .SearchResult .progress-medium .progressbar .progressbar-inner {
  background: #ffe551;
}
.sui-layout-buy .SearchResult .progress-full .progressbar .progressbar-inner {
  background: #26b365;
}
.sui-layout-buy .SearchResult .stock-col .progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.sui-layout-buy .SearchResult .stock-col .progress-wrapper .progress-title {
  color: #e80000;
  margin-bottom: 0;
  margin-right: 6px;
}
.sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-low
  .progress-title {
  color: #fca33e;
}
.sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-medium
  .progress-title {
  color: #ffe551;
}
.sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-full
  .progress-title {
  color: #26b365;
}
.sui-layout-buy .SearchResult .stock-col .progressbar {
  width: 30px;
  margin-bottom: 0;
}
.sui-layout-buy .familyname-row .family-icon {
  text-align: center;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.family-name {
  color: #010102;
  font-weight: bold;
  text-transform: uppercase;
}
.sui-layout-buy .familyname-row .family-icon img {
  min-width: 18px;
  width: 18px;
}
.sui-layout-buy .data-tooltip {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.sui-layout-buy .tooltip-txt {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  padding: 4px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #575351;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.sui-layout-buy .tooltip-txt:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  border-top: 6px solid #575351;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.sui-layout-buy .data-tooltip:hover .tooltip-txt {
  visibility: visible;
  opacity: 1;
}
.product-top-action-fev-btn {
  position: absolute;
  top: 8px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.like-btn {
  cursor: pointer;
}
.sui-layout-buy .product-top-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0;
  width: 100%;
}
.sui-layout-buy .product-top-action .top-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
}
.sui-layout-buy .product-top-action .top-icon:first-child {
  margin-left: 0;
}
.sui-layout-buy .product-top-action .top-icon img {
  width: 100%;
  object-fit: contain;
}

.sui-layout-buy .product-top-action .btn {
  border: 1px solid #e80000;
  font-size: 10px;
  line-height: 14px;
  background: #e80000;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: default;
  padding: 2px 5px;
  margin-left: 10px;
  text-transform: uppercase;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sui-layout-buy .product-top-action .btn.btn-special {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}

/* .sui-layout-buy .product-top-action .btn:hover {
    background: transparent;
    color: #f80000;
} */
.sui-layout-buy .product-top-action .discontinued-btn {
  background: #9d9992;
  border: 1px solid #9d9992;
  cursor: default;
  pointer-events: none;
}
/* .sui-layout-buy .product-top-action .discontinued-btn:hover {
    background: #9D9992;
    color: #ffffff;
} */
.sui-layout-buy .SearchResult .stock-pogress {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.sui-layout-buy .SearchResult .product-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sui-layout-buy .SearchResult .stock-pogress .stock-line {
  width: 2px;
  height: 14px;
  background: #d2d1c9;
  margin-right: 2px;
}
.sui-layout-buy .SearchResult .stock-pogress .stock-line:last-child {
  margin-right: 0;
}
.sui-layout-buy .SearchResult .stock-pogress .stock-line.orange-line {
  background: #fe7f09;
}
.sui-layout-buy .SearchResult .stock-pogress .stock-line.green-line {
  background: #3fa52a;
}
.sui-layout-buy .SearchResult .grid-row {
  /* width: auto;
    margin: 0 -4px; */
    display: flex;
    width: 100%;    
    flex-wrap: wrap;
    box-sizing: border-box;
}
.sui-layout-buy .SearchResult .grid-col {
  padding: 0 4px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 15px;
}
.sui-layout-buy .SearchResult .grid-col .product-top-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 16.66%;
    flex: 0 0 16.66%;   
} */
.sui-layout-buy .SearchResult .grid-col .MuiCard-root {
  height: auto;
}
/* .sui-layout-buy .SearchResult .grid-col .MuiCard-root .MuiButtonBase-root {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
/* .sui-layout-buy.hide-filters .SearchResult,
.sui-layout-buy.hide-filters .advertise-banner,
.hide-filters .paging-wrapper {
    width: 80%;
} */
.hide-filters .paging-right {
  width: 20%;
}
.sui-layout-buy .list-product-action .product-top-action {
  /* flex-direction: column; */
  padding: 0;
  /* margin-bottom: 22px; */
}
.sui-layout-buy .list-product-action .product-top-action .top-icon,
.sui-layout-buy .list-product-action .product-top-action .btn {
  margin-bottom: 22px;
}
/* .sui-layout-buy .list-product-action .product-top-action .top-icon {
    margin: 0 0 10px;
}
.sui-layout-buy .list-product-action .product-top-action .discontinued-btn,
.sui-layout-buy .list-product-action .product-top-action .offer-btn {    
    margin-left: 0;
    margin-bottom: 10px;
} */
.sui-layout-buy .SearchResult .product-name-block .MuiCardContent-root {
  padding: 0;
}
.sui-layout-buy .SearchResult .product-name-block .bluebg-btn {
  max-width: 135px;
}
.sui-layout-buy .SearchResult .product-table-card .list-img {
  margin: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.sui-layout-buy
  .SearchResult
  .product-table-card
  .rating-wrap-col
  .product-link {
  display: block;
}
.sui-layout-buy .SearchResult .product-table-card .code-txt {
  padding-top: 0;
}
.sui-layout-buy .SearchResult .product-table-card .product-name,
.sui-layout-buy .SearchResult .product-table-card .product-name-inner,
.sui-layout-buy .SearchResult .product-table-card .product-name-inner .title {
  height: auto;
  margin-bottom: 0;
}
.sui-layout-buy .SearchResult .product-table-card .product-name-inner a {
  display: inline-block;
  margin-bottom: 10px;
}
.sui-layout-buy .SearchResult .product-table-card {
  width: unset;
  position: relative;
  border: 1px solid #dadada;
  background: #f9f9f9;
  border-radius: 0 0 4px 4px;
}
.sui-layout-buy
  .SearchResult
  .table-view-wrapper
  .product-table-card
  .list-img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .bluebg-btn,
.sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .graybg-btn {
  display: none;
}
.sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
  border-top: 0;
}
.sui-layout-buy .SearchResult .table-view-wrapper .product-table-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.score-data {
  color: red;
  position: absolute;
  top: 0px;
  display: none;
}

.sui-layout-buy .SearchResult .table-view-wrapper th {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 0;
  padding-top: 0;
}
.sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
  padding-left: 0;
  min-width: 90px;
}
.sui-layout-buy .SearchResult .table-view-wrapper th.thead-col9 {
  text-align: center;
}
.sui-layout-buy .SearchResult .table-view-wrapper td {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #dadada;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: left;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a {
  color: inherit;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a:hover {
  color: #506db7;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.list-action-hide {
  display: none;
}
.sui-layout-buy .SearchResult .table-view-wrapper .product-row-hover td {
  border-bottom: 0;
}
.sui-layout-buy .SearchResult .product-table-card .product-name {
  font-size: 14px;
  line-height: 18px;
}
.sui-layout-buy .SearchResult .product-table-card .product-name .title {
  font: inherit;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sui-layout-buy .SearchResult .table-view-wrapper tr {
  border: 1px solid transparent;
}
.sui-layout-buy .SearchResult .table-view-wrapper thead tr {
  border-bottom: 0;
}
.sui-layout-buy .SearchResult .table-view-wrapper tbody tr:nth-child(1) {
  border-top: 1px solid #010102;
}
.sui-layout-buy
  .SearchResult
  .table-view-wrapper
  tbody
  tr.product-row-hover:nth-child(1) {
  border-top: 1px solid #dadada;
}
.sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
  border: 1px solid #dadada;
  border-top: 0;
}
.sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
  border: 1px solid #dadada;
  border-bottom: 0;
  background: #f9f9f9;
}
.sui-layout-buy .SearchResult .product-table-card td {
  border-bottom: 0;
  padding-top: 25px;
  vertical-align: top;
}
.sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn {
  display: inline-flex;
  width: auto;
  color: #fff;
}
.sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn:hover {
  background: transparent;
  color: #9d9992;
}
.sui-layout-buy .SearchResult .table-view-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
  width: 35px;
  height: 35px;
  display: flex;
  background: #007bff;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn:hover {
  background: #506db7;
}
.sui-layout-buy .SearchResult .table-view-wrapper .col-name {
  max-width: 300px;
  /*overflow: visible;*/
  /*white-space: unset;*/
  /*text-overflow: unset;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.sui-layout-buy .SearchResult .separator {
  height: 15px;
}
.sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
  display: none;
}
.sui-layout-buy .SearchResult .table-view-wrapper .netprice-col {
  min-width: 120px;
  text-align: end;
}
.sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
  display: flex;
}
.sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
  flex: 1;
}
.sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
  min-width: 197px;
  padding-right: 0;
}
.sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
  min-width: 256px;
}
.sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
  min-width: 135px;
}
.sui-layout-buy .SearchResult .login-btn {
  padding: 0;
  background: transparent;
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.sui-layout-buy .SearchResult .login-btn a {
  font-size: 12px;
  line-height: 17px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.sui-layout-buy .SearchResult .login-btn a:hover {
  color: #506db7;
}
.sui-layout-main-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 76%;
  padding-right: 25px;
  margin-top: 15px;
}
.sui-paging > li {
  background: transparent;
  outline: none;
  border: 1px solid #575351;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.sui-paging .rc-pagination-item a {
  color: #575351;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.rc-pagination-jump-prev:after,
.rc-pagination-jump-next:after {
  color: #575351;
}
.sui-paging .rc-pagination-jump-next:hover:after,
.sui-paging .rc-pagination-jump-prev:hover:after,
.sui-paging .rc-pagination-jump-next:hover a,
.sui-paging .rc-pagination-jump-prev:hover a {
  color: #3755a4;
}
.sui-paging .rc-pagination-disabled a {
  color: #575351;
  opacity: 0.5;
}
.sui-paging .rc-pagination-item-active {
  background: #3755a4;
  border: 1px solid #3755a4;
}
.sui-paging .rc-pagination-item-active a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.sui-paging .rc-pagination-item:hover {
  border-color: #3755a4;
}
.sui-paging .rc-pagination-item:hover a {
  color: #3755a4;
}
.search-tab-wrapper {
  width: 100%;
}
.search-tab-wrapper .search-tab-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  bottom: -1px;
}
.search-tab-wrapper .search-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
}
.search-tab-wrapper .tab-heading {
  background: transparent;
  box-shadow: none;
  color: #007bff;
  width: auto;
  z-index: unset;
}
.search-tab-wrapper .tab-heading .MuiTabs-root {
  min-height: unset;
}
.search-tab-wrapper .tab-heading button {
  padding: 6px 12px 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  opacity: 1;
  min-width: auto;
  min-height: auto;
  text-transform: unset;
  outline: 0;
  border: 0;
  text-transform: capitalize;
  max-width: unset;
}
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected {
  color: #707070;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after,
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #707070;
  z-index: 1;
}
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #f9f9f9;
  z-index: 2;
  bottom: -3px;
}
.search-tab-wrapper .tab-heading .MuiTabs-indicator {
  display: none;
}
.search-tab-wrapper .tab-heading button .MuiTab-wrapper {
  display: block;
}
.search-tab-wrapper .tab-heading button .MuiTouchRipple-root {
  display: none;
}
.sui-layout-buy .SearchResult .table-view-wrapper td.fam-col {
  width: 30px;
}
.sui-layout-buy .autocomplete .sui-search-box__autocomplete-container {
  z-index: 3;
  max-width: max-content;
}
.sui-layout-buy .SearchResult .card-product-img {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.sui-layout-buy .SearchResult .card-product-img .product-img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2rem;
    width: 175px;
    height: 175px;
    object-fit: contain;
    margin: auto;
}
.sui-layout-buy .SearchResult .card-product-img .card-product-link {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0.3rem;
  margin-right: 5%;
}
.sui-layout-buy
  .SearchResult
  .list-view-wrapper
  .product-table-card
  .list-link-wrap {
  height: 150px;
}
.sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
  height: auto;
}
.advertise-banner .manufacturer-links-wrapper img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.advertise-banner .manufacturer-link-inner {
  border-radius: 5px;
  line-height: 0;
}
.advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner + .manufacturer-link-inner {
  margin-top: 10px;
}
.advertise-banner .manufacturer-links-wrapper em {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /* padding-bottom: 35.4%; 
    min-height: 618px;   */
}
.advertise-banner .manufacturer-links-wrapper em img {
  /* position: absolute; 
    top: 0; 
    left: 0;  */
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.advertise-banner .manufacturer-links-wrapper em a,
.advertise-banner .manufacturer-links-wrapper em iframe,
.advertise-banner .manufacturer-links-wrapper em video {
  /* position: absolute; 
    top: 0; 
    left: 0; */
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (min-width: 6010px) and (max-width: 10000px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 200rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 6%;
    flex: 0 0 10%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 14% !important;
    flex: 0 0 14% !important;
    min-width: 160px !important;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}

@media screen and (min-width: 4110px) and (max-width: 6000px) {
  .sui-layout-buy .SearchResult {
    width: 90%;
    padding-right: 10px;
  }
  /* .sui-layout-buy .SearchResult .grid-col {
        max-width: 19%; 
        flex: 0 0 19%;
    } */
  .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .sui-layout-buy .advertise-banner {
    width: 10%;
    box-shadow: none;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 160rem;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 8%;
    flex: 0 0 10%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16% !important;
    flex: 0 0 16% !important;
    min-width: 180px !important;
  }
}

@media screen and (max-width: 4100px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 112rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 18% !important;
    flex: 0 0 18% !important;
    min-width: 200px !important;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}

@media screen and (max-width: 2800px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 60rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .sui-layout-buy .SearchResult {
    width: 87%;
    padding-right: 20px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 15%;
    flex: 0 0 14%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 20% !important;
    flex: 0 0 20% !important;
    min-width: 220px !important;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 13%;
  }
  .sui-layout-buy .advertise-banner {
    width: 13%;
    box-shadow: none;
  }
}

@media screen and (min-width: 2110px) and (max-width: 2790px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 47rem;
  }
}

@media screen and (max-width: 2100px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 39rem;
  }
  .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 10px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 16%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 22% !important;
    flex: 0 0 22% !important;
    min-width: 240px !important;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1920px) {
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 29rem;
  }
  .sui-layout-buy .SearchResult {
    width: 83%;
    padding-right: 10px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16.6% !important;
    flex: 0 0 16.6% !important;
    min-width: 250px !important;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 17%;
  }
  .sui-layout-buy .advertise-banner {
    width: 17%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1800px) {
  .gray-btn {
    font-size: 12px;
  }
  .clear-filter {
    font-size: 0.7rem;
  }
  .sui-layout-buy .SearchResult {
    width: 84%;
    /* padding-right: 20px; */
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    /* flex: 0 0 16% !important;  */
  }

  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
    min-width: 250px !important;
  }
  .sui-layout-buy .hide-filter .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 27rem;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 16%;
  }
  .sui-layout-buy .advertise-banner {
    width: 16%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1600px) {
  .gray-btn {
    font-size: 12px;
  }
  .clear-filter {
    font-size: 0.7rem;
  }
  .select-box {
    width: 180px;
  }
  .main-heading .buy-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .sui-layout-buy .sui-layout-header__inner,
  .sui-layout-buy .sui-layout-body__inner,
  .main-heading,
  .container-width {
    padding-left: 10px;
    /* padding-right: 25px; */
    padding-right: 1%;
  }
  .paging-wrapper {
    padding-right: 15px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 23rem;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 15px;
  }
  .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .sui-layout-main-footer {
    padding-right: 15px;
  }
  .sui-layout-buy .sui-layout-main {
    padding: 0 0 0 15px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
    min-width: 155px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
    min-width: 235px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th,
  .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .clear-filter {
    padding: 0 8px;
  }
  .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 12px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th,
  .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px 6px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 220px;
  }
  .main-heading {
    padding-top: 25px;
  }
  .main-heading .buy-heading {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .sui-layout-buy .sui-layout-main {
    /* width: 79%; */
    padding: 0 0 0 10px;
  }
  .pagination-block {
    margin-bottom: 0px;
  }
  .paging-wrapper {
    padding-right: 10px;
  }
  .sui-layout-main-footer {
    padding-right: 10px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 316px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 428px;
  }
}

@media screen and (max-width: 1366px) {
  .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 35%;
    flex: 0 0 32%;
  }
  .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 195px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 323px;
  }
}

@media screen and (max-width: 1280px) {
  .blue-btn {
    font-size: 14px;
    padding: 0 6px;
  }
  .main-heading .buy-heading {
    font-size: 17px;
    line-height: 20px;
  }
  .filterleft-side .btn {
    font-size: 13px;
    padding: 0 6px;
  }
  .filterleft-side .clear-filter .close-icon {
    margin-left: 5px;
  }
  .paging-right {
    align-self: flex-end;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .sui-layout-buys .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .sui-layout-buy .sui-layout-sidebar .sui-facet,
  .sui-layout-buy .sui-layout-sidebar .sui-sorting,
  .sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
    padding: 10px;
  }
  .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .selectbox-wrapper {
    width: 100%;
    flex: auto;
  }
  .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
  .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
    font-size: 13px;
    line-height: 17px;
  }
  .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
  .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
    font-size: 13px;
    line-height: 17px;
    margin-left: 12px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper table,
  .sui-layout-buy .SearchResult .list-view-wrapper tbody {
    display: block;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
    display: flex;
    flex-wrap: wrap;
    padding-left: 130px;
    border-radius: 0 0 5px 5px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    width: 100%;
    padding: 20px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
    flex: unset;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .progressbar {
    margin-bottom: 20px;
  }
  .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-name-block {
    padding-bottom: 10px;
  }
  /* .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
    min-width: 100px;
  }
  .sui-layout-buy .SearchResult .product-table-card .list-img {
    height: 100px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col,
  .sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
    min-width: unset;
  }
  /* .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action {
        justify-content: flex-end;
        flex-direction: row-reverse;    
    }
    .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;        
    }
    .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 205px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 343px;
  }
  .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-link-wrap {
    height: 100px;
  }
  .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-img {
    max-height: 100px;
  }
  .searching-block .filter-heading {
    padding: 14px 30px;
  }
  .searching-block .more-filter {
    position: static;
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .sui-layout-buy .sui-layout-header__inner,
  .sui-layout-buy .sui-layout-body__inner,
  .main-heading,
  .container-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .paging-right .paging-right-btn .MuiSvgIcon-root {
    font-size: 20px;
  }
  .pagination-block {
    margin-bottom: 0px;
  }
  .filterleft-side {
    margin-bottom: 10px;
  }
  .filterleft-side .clear-filter-wrapper .btn {
    margin-bottom: 0;
  }
  .filterleft-side .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .filterleft-side .clear-filter-wrapper {
    width: 100%;
  }
  .sui-layout-buy .advertise-banner {
    width: 18%;
    box-shadow: none;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .sui-layout-buy .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .sui-layout-buy .SearchResult .ratting-wrapper {
    padding: 0;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th {
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 10px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 300px;
  }
  .sui-layout-buy
    .SearchResult
    .product-table-card
    .product-name-block
    .graybg-btn {
    font-size: 13px;
    line-height: 17px;
    min-height: 33px;
    padding: 0 5px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 282px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .main-heading .buy-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .select-box {
    width: 160px;
  }
  .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 12px;
    line-height: 16px;
  }
  .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 12px;
    line-height: 16px;
  }
  .sui-layout-buy
    .sui-layout-sidebar
    fieldset
    .MuiFormControlLabel-root
    .MuiFormControlLabel-label {
    font-size: 13px;
    line-height: 17px;
  }
  .sui-layout-buy .sui-layout-sidebar {
    z-index: 1101;
    position: fixed;
    top: 0;
    width: 85%;
    height: 100%;
    padding: 55px 15px 30px 15px;
    display: block;
    left: -87%;
    -o-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(128, 110, 110, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin: 0;
    background-color: #fcfcfc;
    overflow: auto;
  }
  .sui-layout-buy .sui-layout-sidebar--toggled {
    left: 0;
    top: 10rem;
  }
  .sui-layout-buy .sui-layout-sidebar-toggle {
    position: fixed;
    left: 0;
    top: 152px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    display: block !important;
    background-color: #ffffff;
  }
  .filterleft-side .hideBtn {
    display: none;
  }
  .sui-layout-buy .sui-layout-sidebar-toggle:before {
    content: "";
    background: url("/img/svgs/filter-menu.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .sui-layout-buy .sui-layout-sidebar--toggled .sui-layout-sidebar-toggle {
    display: none !important;
  }
  .sui-layout-buy .sidebar-toggle-close {
    display: block;
  }
  body.sui-layout-sidebar-open {
    overflow: hidden;
  }
  body.sui-layout-sidebar-open:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .sui-layout-buy .sui-layout-main {
    width: 100%;
    padding: 0;
  }
  .selectbox-wrapper {
    width: auto;
  }
  .SearchBar .sui-search-box__submit {
    min-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .select-box {
    font-size: 13px;
    line-height: 17px;
  }
  .sui-layout-buy .SearchResult .rating-wrap {
    padding: 10px 0;
  }
  .container-menu-secundario {
    height: auto;
  }
  .searching-block .filter-content {
    padding: 15px 15px 30px;
  }
  .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .searching-block .filter-content ul,
  .searching-block .filter-content .top-family-group {
    max-height: 230px;
    overflow-y: auto;
  }
  .searching-block
    .filter-content
    .top-family-group
    .MuiFormControlLabel-label {
    font-size: 13px;
    line-height: 17px;
  }
  .searching-block .filter-content .filter-list-icon {
    flex: 0 0 14px;
    max-width: 14px;
  }
  .filter-result .filter-title {
    font-size: 13px;
    line-height: 17px;
  }
  .searching-block .filter-heading {
    font-size: 13px;
    line-height: 17px;
  }
  .paging-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .paging-right {
    width: 100%;
  }
  .paging-wrapper .paging-info {
    font-size: 13px;
    line-height: 17px;
  }
  .sui-layout-buy.hide-filters .SearchResult {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .hide-filters .paging-wrapper {
    width: 100%;
  }
  .sui-layout-buy.hide-filters .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .hide-filters .paging-right {
    width: 100%;
  }
  .paging-right .paging-right-btn .MuiSvgIcon-root {
    font-size: 22px;
  }
  .sui-layout-buy .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .sui-layout-buy .SearchResult {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 477px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
  .advertise-banner .manufacturer-links-wrapper {
    display: flex;
    margin: 0 -4px;
    flex-wrap: wrap;
    /* height: 15rem !important; */
  }

  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    display: none;
  }
  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner:nth-child(1) {
    display: block;
  }
  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner:nth-child(2) {
    display: block;
  }

  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    padding: 0 4px;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner + .manufacturer-link-inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .sui-layout-main-footer {
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 300px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
}

/* @media screen and (max-width:767px) { */
@media screen and (min-width: 300px) and (max-width: 767px) {
  .sui-layout-buy .SearchResult .separator {
    height: 0;
  }
  .graybg-btn,
  .bluebg-btn {
    font-size: 13px;
    line-height: 16px;
    min-height: 33px;
    padding: 0 5px;
  }
  .sui-paging > li {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .sui-paging > li:last-child {
    margin-right: 0;
  }
  .filter-result:after {
    bottom: 3px;
    background-position: center;
    background-size: 130%;
    max-width: 100%;
  }
  .sui-layout-buy .SearchResult .search-result-wrapper {
    margin: 0 -15px;
  }
  .main-heading .buy-heading {
    font-size: 14px;
    line-height: 17px;
  }
  .select-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .paging-wrapper .paging-info-right {
    width: 100%;
  }
  .paging-wrapper .paging-info-right .select-box {
    margin-right: 0;
  }
  .paging-wrapper .paging-info {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .filter-result .filter-title-main {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
  }
  .SearchBar {
    margin-bottom: 12px;
  }
  .SearchBar .form-control {
    padding-right: 0;
  }
  .SearchBar .searchbar-left {
    width: 100%;
    margin-bottom: 12px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .SearchBar .searchbar-right {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 15px;
  }
  .SearchBar .sui-search-box__text-input {
    font-size: 13px;
    line-height: 17px;
    padding: 12px 15px;
  }
  .SearchBar .sui-search-box__submit {
    font-size: 13px;
    line-height: 17px;
    margin-left: 8px;
    min-width: 90px;
    padding: 5px;
  }
  .filter-result ul button {
    font-size: 13px;
    line-height: 17px;
    min-height: 40px;
  }
  .searching-block {
    margin-bottom: 12px;
  }
  .pagination-block {
    margin-bottom: 0px;
  }
  .searching-block .filter-heading {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 24px 9px 10px;
  }
  .searching-block .filter-heading .filter-icon {
    margin-left: 5px;
  }
  .searching-block .filter-content {
    padding: 10px 10px 30px;
  }
  .searching-block.searching-filter-open .filter-content {
    padding: 0 0 30px;
  }
  .searching-block .filter-content ul,
  .searching-block .filter-content .top-family-group {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    margin: 0;
  }
  .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .searching-block .filter-content:after {
    background-size: contain;
  }
  .sui-layout-buy .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
    display: table-cell;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .sm-hide {
    display: none;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
    text-align: left;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th,
  .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 13px;
    line-height: 17px;
    padding: 7px 4px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 20px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 20px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .list-img {
    width: auto;
    height: 52px;
    max-width: 100%;
    object-fit: contain;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper table {
    display: block;
    min-width: 380px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper thead,
  .sui-layout-buy .SearchResult .table-view-wrapper tbody {
    display: block;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper tr {
    display: flex;
    border: 0;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
    border: 0;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dadada;
    padding-top: 15px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
    flex-wrap: wrap;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    width: 100%;
    padding: 8px 20px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:first-child {
    padding-top: 20px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:last-child {
    padding-bottom: 20px;
  }
  /* .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    width: 100%;
    padding-left: 20px;
  }
  /* .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;
    }
    .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .sui-layout-buy .table-view-wrapper .img-col,
  .sui-layout-buy .table-view-wrapper .thead-col1 {
    width: 17%;
  }
  .sui-layout-buy .table-view-wrapper .webcode-col,
  .sui-layout-buy .table-view-wrapper .thead-col2 {
    width: 20%;
  }
  /* .sui-layout-buy .table-view-wrapper .fabricante-col,
    .sui-layout-buy .table-view-wrapper .thead-col2, 
    .sui-layout-buy .table-view-wrapper .pvpneto-col,
    .sui-layout-buy .table-view-wrapper .thead-col5 {
        width: 23%;
    }
    .sui-layout-buy .table-view-wrapper .cart-action,
    .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 17%;
    }      */

  .sui-layout-buy .table-view-wrapper .col-name,
  .sui-layout-buy .table-view-wrapper .thead-col5 {
    width: 43%;
  }

  .sui-layout-buy .table-view-wrapper .pvpneto-col,
  .sui-layout-buy .table-view-wrapper .thead-col6 {
    width: 20%;
  }

  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: unset;
  }
  /* .sui-layout-buy .table-view-wrapper .fabricante-col,
    .sui-layout-buy .table-view-wrapper .thead-col3 {
        width: 30%;
    }
    .sui-layout-buy .table-view-wrapper .ref-col,
    .sui-layout-buy .table-view-wrapper .thead-col4 {
        width: 30%;
    }
    .sui-layout-buy .table-view-wrapper .stock-col,
    .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 23%;
    } */
  .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    padding-left: 4px;
  }
  .sui-layout-buy .table-view-wrapper .pvpneto-col span {
    display: block;
  }
  .sui-layout-buy .table-view-wrapper .pvpneto-col .net-value {
    font-size: 11px;
    line-height: 15px;
  }
  .selectbox-wrapper {
    width: 100%;
  }
  /* .sui-layout-buy .table-view-wrapper.not-login .thead-col2,
    .sui-layout-buy .table-view-wrapper.not-login .fabricante-col {
        width: 40%;
    }     */
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 20px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    min-width: unset;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 100%;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 100%;
  }
  .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action,
  .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .top-icon,
  .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .btn {
    margin-bottom: 0;
  }
  .SearchBar .sui-search-box__submit {
    background: #3755a4 url("/img/svgs/search-white.png") no-repeat;
    font-size: 0;
    line-height: 0;
    background-size: 17px;
    background-position: center;
    min-width: 40px;
  }
  .search-tab-wrapper .tab-heading button {
    font-size: 13px;
    line-height: 17px;
    padding: 6px;
    max-width: 200px;
  }
  .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .sui-layout-buy .SearchResult .product-name {
    height: auto;
  }
  .sui-layout-buy .SearchResult .grid-row {
    /* margin: 0 -15px; */
  }
  .sui-layout-buy .SearchResult .MuiCard-root {
    /* border: 0;
        border-radius: 0; */
        height: auto !important;
    } 
    .sui-layout-buy .SearchResult .ref-txt {
        padding: 10px;
    }   
    .sui-layout-buy .SearchResult .product-img {
        padding: 20px;
    }
    .sui-layout-buy .SearchResult .card-product-img .product-img {
        padding: 0;
        width: 135px;
        height: 135px;
        object-fit: contain;
        margin: auto;
    }
    .sui-layout-buy .SearchResult .card-product-img .card-product-link {
        padding: 20px;
    }
    .sui-layout-buy .SearchResult .info-wrapper {
        padding: 12px 0px 12px;
    }
    .sui-layout-buy .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .sui-layout-buy.hide-filters .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .sui-layout-buy .SearchResult .info-wrap {
        height: auto;
        padding-bottom: 7px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        padding-left: 0;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-list-img {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px 20px 10px;
        background: #ffffff;
        text-align: center;
    }
    .sui-layout-buy .SearchResult .product-table-card .list-img {
        margin: auto;
        width: 155px;
        height: 155px;
    }
    .sui-layout-buy .product-top-action {
        padding: 10px 20px 0;
    }
    .sui-layout-buy .SearchResult .offer-valid-block {
        padding: 10px;
    }
    .sui-layout-buy .SearchResult .bottom-info {
        padding: 10px;
    }
    .sui-layout-buy .SearchResult .code-txt {
        padding: 10px;
    }
    .sui-layout-buy .SearchResult .stock-info {
        margin-bottom: 7px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper {
        margin: 0 -15px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        border: 0;
        border-radius: 0;
    }    
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
        padding: 10px 20px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td:last-child {
        padding-bottom: 20px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        padding-bottom: 20px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-name-block {
        padding-top: 20px;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-link-wrap {
        height: auto;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
        width: 155px;
        height: 155px;
        max-height: 150px;
    }    
}

@media screen and (min-width: 150px) and (max-width: 410px) {
  .sui-layout-buy .SearchResult .table-view-wrapper th,
  .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 12px;
    line-height: 16px;
  }
  .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    padding: 10px 15px;
  }
  /* .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    padding: 20px 15px 10px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    padding: 8px 15px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 15px;
  }
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    padding-left: 15px;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 15px;
  }
  /* .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 15px;
  }
  .SearchBar .sui-search-box__submit {
    background-size: 16px;
    min-width: 30px;
  }
  .search-tab-wrapper .tab-heading button:first-child {
    padding-left: 0;
  }
  .search-tab-wrapper .search-label {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 150px) and (max-width: 766px) {
  .hideThis {
    display: none;
  }
  .fullHeight {
    height: 40rem;
  }
}

tr.row-pink {
  background-color: #ed969e !important;
}

/* Custom Button CSS start */
.cardBtn {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.38rem;
}

.cardBtnLi {
  border: 0;
  padding: 0;
  /* display: inline-flex;
    align-items: center;
    justify-content: center; */
}

/* .ml-auto-del{
    margin-left: auto;
    padding-right: 4rem;
}

.ml-auto{
    margin-left: auto;
} */

.qtyWrapper {
  min-width: 35px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.qtyWrapperInput {
  /* border: '0';
    width: '20px';
    padding: '0'; */

  width: 130px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #dadada;
  border-radius: 5px;
  text-align: center;
}

.indUl {
  margin-left: 0;
}

.plusQty {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  right: 0px;
  text-align: center;
  height: 35px;
  line-height: 32px;
}

.minusQty {
  position: absolute;
  top: 0;
  width: 30px;
  left: 0;
  text-align: center;
  height: 35px;
  line-height: 32px;
}

.liImg {
  width: 17px;
  cursor: pointer;
}


/* Custom Button CSS end */
.demo-main {
  color: #26b365;
}

.cust {
  padding-top: 8px;
}

.top-like-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
  cursor: pointer;
}
.top-like-icon .likeBtn {
  min-width: 20px;
}

.searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .nactive {
  color: #0d0c0d !important;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  /* -o-transition: all 0.3s;
    color: #b5b5b5 !important;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    text-transform: capitalize;*/
}

.searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .nactive:hover {
  color: #b5b5b5 !important;
}

.searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .notactive {
  color: #b5b5b5 !important;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  /* -o-transition: all 0.3s;
    color: #0D0C0D;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    text-transform: capitalize;*/
}

.searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .notactive:hover {
  color: #b5b5b5 !important;
}

.onload-class {
  display: none;
}

.cust {
  padding-top: "7px";
}

.items-see-more {
  min-height: 633px;
}
.bnr-parcel-track-list-outer .bnr-parcel-track-list-inner {
  border: 1px solid #f2f2f2;
  border-radius: 7.5px;
  height: 100%;
  min-height: 633px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  min-height: 362px;
  padding: 0;
  border: 1px solid #cccccc;
  width: 97%;
  border-radius: 5px;
  overflow: hidden;
}
.sui-layout-buy .SearchResult .rating-wrap {
  padding: 10px;
}

body.body-overflow {
  overflow: hidden;
}
body.body-overflow .site-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.popup-content p.fh4{
    font-size: 14px;
    text-align: center;
    font-weight: 700;
    font-family: 'Nunito Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.popup-content p{
    color: #676a6c;
    margin-bottom: 10px;
    font-size: 15px;
}
.close-popup{
    padding: 10px;
    margin: -10px;
    position: absolute;
    top: 3px;
    right: 30px;
    cursor: pointer;
    z-index: 4;
    max-width: 40px;
}
.close-popup .searchbarmodal{
    padding: 0px;
    margin: 0px;
    position: absolute;
    top: 3px;
    right: 35px;
    cursor: pointer;
    z-index: 10;
}

.crossBtn{
    width: 18px;
}

.list-icon{
    width: 60px;
    margin: 0 auto 15px;
    display: block;
    text-align: center;
}
.listSVG{
    width: 2.5rem;
}

.create-list-btn-wrapper{
    display: flex;
    justify-content: space-between;
    margin-bottom: 26px;
}

.addTxtFld{
    border-radius: 4px 0 0 4px;
    max-width: calc(100% - 73px);
    flex: 0 0 calc(100% - 73px);
    height: 37px !important;
    line-height: 37px;
}

.new-green-btn{
    /* border-radius: 0 4px 4px 0; */
    border-radius: 4px;
    max-width: 73px;
    flex: 0 0 73px;
    min-width: inherit;
    height: 37px;
    line-height: 37px;
    font-weight: 900;
    color: #fff !important;
    background-color: #38b34a;
    text-align: center;
    border: 0 !important;
    padding: 0 10px;
    font-family: Lato, sans-serif;
    transition: all .3s;
    display: inline-block;
}

.new-green-btn:hover {
    background-color: #21ad35;
    color: #fff !important;
}

.details-wrapper{
    margin-top: 20px;
}

.details-wrapper ul li p{
    margin-bottom: 0;
    max-width: 150px;
    flex: 0 0 150px;
    padding-right: 10px;
    color: #676a6c;
    font-size: 15px;
}
/*
.right-block{
    max-width: calc(100% - 150px);
    flex: 0 0 calc(100% - 150px);
}*/
.details-wrapper ul li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}
.details-wrapper ul li em{
    display: inline-block;
    width: 35px;
}
.iconImg{
    vertical-align: middle;
    display: inline-block;
    height: auto;
    max-width: 70%;
    border: 0;
}
.product-list-btn-wrapper .form-control{
    font-style: italic;
    line-height: 100%;
    color: #676a6c;
    border-radius: 5px;
    font-family: Lato, sans-serif;
    padding: 0 15px;
    max-width: 100%;
    font-size: 14px;
    border: 1px solid #eee;
    transition: all .3s;
    box-shadow: none;
    height: 100%;
}

.g-btn-wrapper{
    margin-top: 45px;
    justify-content: flex-end;
    display: flex;
}

.list-wrapper{
    /* padding-left: 53px; */
    color: #676a6c;
    min-height: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ecebea;
    position: relative;
    display: flex;
    align-items: flex-end;
}

.custom-scrollbar .product-list-name{
    max-height: 180px;
    overflow: auto;
    padding-right: 10px;
    margin-right: -10px;
}
.custom-scrollbar .product-list-name li {
    padding-left: 53px;
    color: #676a6c;
    min-height: 35px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ecebea;
    position: relative;
    display: flex;
    align-items: flex-end;
    transition: all 0.3s;
    font-size: 14px;
}
.custom-scrollbar .product-list-name .active{
    background-color: #ecebea;
}
.custom-scrollbar .product-list-name li em{
    position: absolute;
    left: 8px;
    width: 33px;
    top: 7px;
}

.btn-wrapper{
    margin-top: 45px;
    justify-content: flex-end;
    display: flex;
}
/* font-family: 'Lato', sans-serif; */
/* font-family: 'Nunito Sans', sans-serif; */

.results-renderer .banner-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 10px;
  justify-content: center;
}
.results-renderer .sui-select__menu {
  z-index:2 !important;
}
.results-renderer .sui-sorting {
  width: 100% !important;
}
.results-renderer .banner-top img {
  width: 100%;
}
.results-renderer .btn:focus,
.results-renderer .btn.focus {
  box-shadow: none;
}
.results-renderer .btn .hover-img {
  display: none;
}
.results-renderer .btn:hover .hover-img {
  display: inline-block;
}
.results-renderer .btn:hover .normal-img {
  display: none;
}
.results-renderer .product-name-block .mw-200{
    max-width: 200px;
}
.results-renderer .btnKey {
  width: 100%;
}
.results-renderer .btnKey1 {
  font-size: xx-small;
  float: left;
  top: 0.3rem;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}

.results-renderer .btnKey2 {
  position: absolute;
  left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}
    

.results-renderer .sui-multi-checkbox-facet input[type="checkbox"] {
    background-color: initial;
    cursor: default;
    appearance: auto;
    box-sizing: border-box;
    padding: initial;
    border: initial;
    position: relative;
    top: 1px;
}
.results-renderer .sui-multi-checkbox-facet input[type="checkbox"]::before  {
    position: relative;
    display: block;
    width: 13px;
    height: 13px;
    border: 1px solid #575351;
    border-radius: 2px;
    content: "";
    background: #FFF;
}
.results-renderer .sui-multi-checkbox-facet input[type="checkbox"]:checked::before {
    border: 1px solid #3755A4;
}
.results-renderer .sui-multi-checkbox-facet input[type="checkbox"]::after {
    position: absolute;
    display: none;
    content: "";
    left: 4px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid #3755A4;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.results-renderer .sui-multi-checkbox-facet input[type="checkbox"]:checked::after {
    display: block;
}
.results-renderer .MuiMenu-list .MuiMenuItem-root {
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .blue-btn {
  border: 1px solid #3755a4;
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  min-width: 198px;
  /*width: 100%;*/
  padding: 0 10px;
  text-transform: none;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .blue-btn:hover,
.results-renderer .blue-btn:focus {
  background: #3755a4;
  color: #ffffff;
  outline: 0;
}
.results-renderer .bluebg-btn {
  border: 1px solid #007bff;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #007bff;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .bluebg-btn:hover {
  background: #ffffff;
  color: #007bff;
  outline: 0;
}
.results-renderer .bluebg-btn:not([href]):not([tabindex]) {
  color: #ffffff;
}
.results-renderer .bluebg-btn:not([href]):not([tabindex]):hover,
.results-renderer .bluebg-btn:not([href]):not([tabindex]):focus {
  color: #007bff;
}
.results-renderer .graybg-btn {
  border: 1px solid #9d9992;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #9d9992;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 0 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .graybg-btn:hover {
  background: #ffffff;
  color: #9d9992;
  outline: 0;
}
.results-renderer .toggle-filter-btn {
  margin-bottom: 12px;
}
.results-renderer .sui-layout-buy .sui-layout-header {
  padding: 0;
  border-bottom: 0;
}
.results-renderer .sui-layout-body__inner {
  max-width: 100% !important;
}
.results-renderer .sui-layout-buy .sui-layout-header__inner,
.results-renderer .sui-layout-buy .sui-layout-body__inner,
.results-renderer .main-heading,
.results-renderer .container-width {
  /* max-width: 1940px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  /* padding-right: 50px; */
  padding-right: 1%;
}
.results-renderer .container-width .container-width-inner {
  width: 100%;
}
.results-renderer .main-heading {
  padding-top: 35px;
}
.results-renderer .main-heading .buy-heading {
  font-size: 20px;
  line-height: 26px;
  color: #0d0c0d;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  margin-bottom: 18px;
  text-align: center;
  /*text-transform: uppercase;*/
}
.results-renderer .main-heading .buy-heading span {
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
}
.results-renderer .sui-layout-buy .sui-layout-body {
  padding: 0;
  background: #ffffff;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar {
  padding: 0;
  width: 20%;
}
.results-renderer .sui-layout-buy .sui-layout-main {
  padding: 0 0 0 25px;
  width: 100%;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet,
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-sorting,
.results-renderer .sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
  border: 1px solid #dadada;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  /*width: 100%;*/
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  fieldset.MuiFormControl-root
  .MuiFormLabel-root {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.results-renderer .card-highlight {
  border: 2px solid #92caff !important;
}

.results-renderer .sui-layout-buy .sui-layout-sidebar fieldset legend {
  float: left;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar fieldset legend + * {
  clear: both;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sorting-direction {
  margin-right: 0;
  border: 1px solid #d2d1c9;
  padding: 15px 15px 22px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  position: static;
  width: 100%;
  transform: none;
  text-transform: uppercase;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sorting-direction
  label
  + .MuiInput-formControl {
  margin-top: 0;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sorting-direction fieldset legend {
  float: none;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet + .sui-facet {
  margin-top: 0;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiFormControlLabel-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-colorSecondary.Mui-checked {
  color: #3755a4;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-root {
  padding: 6px;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-select .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 0;
  border-bottom: 1px solid #4c4847;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container--has-value,
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__single-value {
  font-weight: normal;
  color: inherit;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container {
  padding-left: 0;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__placeholder {
  color: inherit;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__dropdown-indicator {
  width: 20px;
  color: #575351;
}
.results-renderer .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control--is-focused {
  border-bottom: 1px solid #3755a4;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 1px solid #d2d1c9;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input:hover {
  border: 1px solid #3a56e4;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more {
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:hover,
.results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:focus {
  background: transparent;
  outline: 0;
  color: #3a56e4;
}
.results-renderer .SearchBar {
  margin-bottom: 15px;
}
.results-renderer .SearchBar .form-control {
  width: 100%;
  padding-right: 10px;
}
.results-renderer .SearchBar .form-control .MuiOutlinedInput-root {
  background: #f7f7f7;
}
.results-renderer .SearchBar .form-control .MuiOutlinedInput-notchedOutline {
  border-color: #d0d0d0;
}
.results-renderer .SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 13px 20px;
  text-align: left;
  background: inherit;
}
.results-renderer .SearchBar .sui-search-box__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-color: #707070;
  background: #f9f9f9;
  padding: 12px 20px;
  box-shadow: none;
}

.results-renderer .SearchBar .sui-search-box__text-input:focus {
  box-shadow: none;
  border-color: #707070;
}
.results-renderer .SearchBar .sui-search-box__text-input::-ms-input-placeholder {
  color: #afafaf;
}
.results-renderer .SearchBar .sui-search-box__text-input::-webkit-input-placeholder {
  color: #afafaf;
}
.results-renderer .SearchBar .sui-search-box__text-input::placeholder {
  color: #afafaf;
}
.results-renderer .SearchBar .sui-search-box__submit {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background: #3755a4;
  box-shadow: none;
  outline: 0;
  min-width: 150px;
  padding: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}
.results-renderer .SearchBar .sui-search-box__submit:hover {
  background: #506db7;
}
.results-renderer .searching-block {
  position: relative;
  margin-bottom: 10px;
}
.results-renderer .searching-block .more-filter {
  position: absolute;
  right: 25px;
  text-transform: initial;
  font-size: 12px;
}
.results-renderer .searching-block .filter-heading {
  font-size: 14px;
  line-height: 18px;
  color: #0d0c0d;
  border: 1px solid #dadada;
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 400;
  padding: 14px 382px 11px 382px;
  position: relative;
  text-align: center;
  border-radius: 4px;
  cursor: pointer;
}
.results-renderer .searching-block .filter-heading .filter-icon {
  display: inline-block;
  margin-left: 15px;
  width: 15px;
}
.results-renderer .searching-block .filter-heading .filter-icon img {
  max-width: 100%;
}
.results-renderer .searching-block .filter-heading .down-arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 12px;
  height: 18px;
  cursor: pointer;
}
.results-renderer .searching-block .filter-content {
  display: none;
  background: #f8f8f8;
  border: 1px solid #dadada;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 20px 20px 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 2;
}
.results-renderer .searching-block .filter-content:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
}
.results-renderer .searching-block.pin-filter .filter-content {
  position: relative;
  display: block;
}
.results-renderer .searching-block.searching-filter-open .filter-content {
  display: block;
}
.results-renderer .searching-block.searching-filter-open .filter-heading,
.results-renderer .searching-block.pin-filter .filter-heading {
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.results-renderer .searching-block.searching-filter-open .filter-heading .down-arrow img,
.results-renderer .searching-block.pin-filter .filter-heading .down-arrow img {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.results-renderer .searching-block:hover .filter-heading {
  background: #f8f8f8;
  border-radius: 4px 4px 0 0;
}
.results-renderer .searching-block:hover .filter-heading .down-arrow img {
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.results-renderer .searching-block:hover .filter-content {
  display: block;
}
.results-renderer .searching-block .filter-content ul,
.results-renderer .searching-block .filter-content .top-family-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  padding: 0;
  margin: 0 -10px;
  list-style: none;
}
.results-renderer .searching-block .filter-content .family-list-inner {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dadada;
  padding: 5px 0;
  cursor: pointer;
}
.results-renderer .searching-block .filter-content .family-list-inner:hover,
.results-renderer .searching-block .filter-content .family-list-inner.active {
  opacity: 0.7;
}
.results-renderer .searching-block .filter-content .family-group-wrapper {
  display: block;
}
.results-renderer .searching-block .filter-content .filter-list {
  margin: 0;
}
.results-renderer .searching-block .filter-content .filter-list .MuiRadio-root {
  display: none;
}
.results-renderer .searching-block .filter-content .top-family-group .family-group-list {
  padding: 0 10px;
  flex: 0 0 16.66%;
  max-width: 16.66%;
  align-self: flex-end;
  margin: 0;
}
.results-renderer .searching-block .filter-content .top-family-group .MuiFormControlLabel-label {
  font-size: 14px;
  line-height: 18px;
  color: #0d0c0d;
  cursor: pointer;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  /*text-transform: capitalize;*/
}
.results-renderer .searching-block
  .filter-content
  .top-family-group
  .MuiFormControlLabel-label:hover {
  opacity: 0.7;
}
.results-renderer .searching-block .filter-content .filter-list-icon {
  display: inline-flex;
  margin-right: 10px;
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
}
.results-renderer .searching-block .filter-content .filter-list-icon img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.results-renderer .searching-block .filter-content .pin-icon {
  position: absolute;
  right: 10px;
  bottom: 4px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.results-renderer .searching-block .filter-content .pin-icon img {
  max-width: 100%;
}
.results-renderer .sui-layout-buy .sui-layout-main-header__inner {
  flex-wrap: wrap;
}
.results-renderer .filterleft-side {
  display: flex;
  justify-content: space-between;
  /* flex-wrap: wrap; */
  margin-bottom: 12px;
}
.results-renderer .filterleft-side .clear-filter-wrapper {
  width: 49%;
}
.results-renderer .filterleft-side .clear-filter-wrapper .btn {
  width: 100%;
}
.results-renderer .filterleft-side .btn {
  width: 49%;
}
.results-renderer .sui-layout-buy .gray-btn {
  border: 1px solid #575351;
  font-size: 13px;
  line-height: 10px;
  color: #575351;
  min-width: 0px !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .sui-layout-buy .gray-btn:hover {
  background: #575351;
  color: #ffffff;
}
.results-renderer .clear-filter {
  border: 1px solid #e80000;
  font-size: 14px;
  line-height: 18px;
  color: #e80000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 8px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .clear-filter:hover {
  background: #e80000;
  color: #ffffff;
}

.results-renderer .share-btn {
  border: 1px solid #0065e8;
  font-size: 14px;
  line-height: 18px;
  color: #0065e8;
  stroke: #0065e8;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .share-btn:hover {
  background: #0065e8;
  color: #ffffff;
}
.results-renderer .filterleft-side .clear-filter .close-icon {
  /*    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 12px;*/
  width: 8px;
  height: 8px;
  float: right;
  margin: 0px;
  display: none;
}

.results-renderer .filterleft-side .clear-filter .share-icon {
  width: 16px;
  height: 16px;
  float: right;
  margin: 0px;
}

.results-renderer .filterleft-side .clear-filter .close-icon img {
  max-width: 100%;
}
.results-renderer .filter-result {
  position: relative;
  padding-bottom: 22px;
  margin-bottom: 15px;
  width: 100%;
}
.results-renderer .filter-result:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
  background-size: 100%;
  max-width: 85%;
  margin: 0 auto;
}
.results-renderer .filter-result .filter-title {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  margin-right: 20px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.results-renderer .filter-result ul {
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 -3px;
}
.results-renderer .filter-result ul li {
  padding: 0 3px;
  margin-bottom: 6px;
}
.results-renderer .filter-result ul button {
  border: 1px solid #3755a4;
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .filter-result ul button:hover {
  background: #3755a4;
  color: #ffffff;
}
.results-renderer .filter-result ul .gray-btn {
  border: 1px solid #575351;
  color: #575351 !important;
}
.results-renderer .filter-result ul .gray-btn:hover {
  background: #575351;
  color: #ffffff !important;
}
.filterleft-side .gray-btn {
  color: #575351 !important;
}
.filterleft-side .gray-btn:hover {
  color: #ffffff !important;
}
.results-renderer .filter-result ul .clear-filter {
  border: 1px solid #e80000;
  color: #e80000;
}
.results-renderer .filter-result ul .clear-filter:hover {
  background: #e80000;
  color: #ffffff;
}
.results-renderer .filter-result ul button .close-icon {
  width: 8px;
  height: 8px;
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  margin: 0px;
}
.results-renderer .filter-result ul button .close-icon img {
  max-width: 100%;
}
.results-renderer .filter-result .filter-hide-btn {
  display: none;
}
.results-renderer .hide-filters .filter-result .filter-hide-btn {
  display: block;
}
.results-renderer .hide-filters .filter-result .filter-title-main {
  padding-left: 12px;
}
.results-renderer .sui-layout-buy.hide-filters .sui-layout-sidebar {
  display: none;
}
.results-renderer .sui-layout-buy.hide-filters .sui-layout-main {
  width: 100%;
  padding-left: 0;
}
.results-renderer .pagination-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 0px;
}
.results-renderer .paging-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 76%;
  padding-right: 25px;
}
.results-renderer .paging-wrapper .paging-info {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  margin-right: 20px;
}
.results-renderer .paging-wrapper .paging-info-right {
  display: flex;
  flex-wrap: nowrap;
  width: 50%;
}
.results-renderer .paging-wrapper .paging-info-right .select-box {
  margin-right: 10px;
}
.results-renderer .paging-wrapper .paging-info-right .select-box:last-child {
  margin-right: 0;
  width:100%;
}
.results-renderer .paging-wrapper .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  min-width: 200px;
  border: 0;
  border-bottom: 1px solid #332f2f;
  border-radius: 0;
  background: transparent;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select {
  margin-top: 0;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select__control {
  min-width: auto;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select__value-container {
  padding: 6px 8px 5px 0;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select__placeholder {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select__dropdown-indicator {
  width: 22px;
  height: 22px;
}
.results-renderer .paging-wrapper .sui-sorting.select-box .sui-select__dropdown-indicator svg {
  background: url("/img/svgs/down-arrow-gray.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.results-renderer .paging-wrapper
  .sui-sorting.select-box
  .sui-select__dropdown-indicator
  svg
  path {
  display: none;
}
.results-renderer .selectbox-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: 1;
}
.results-renderer .select-box {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  width: 200px;
  max-width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  margin-right: 10px;
}
.results-renderer .select-box .MuiInputBase-root,
.results-renderer .select-box .MuiSelect-root {
  font: inherit;
  color: inherit;
  padding-bottom: 3px;
  background: transparent;
}
.results-renderer .select-box .MuiSelect-icon {
  background: url("/img/svgs/down-arrow-gray.svg") no-repeat;
  background-size: 12px;
  background-position: center;
}
.results-renderer .select-box .MuiInput-underline:before {
  border-bottom: 1px solid #4c4847;
}
.results-renderer .select-box .MuiInput-underline:after {
  border-width: 1px;
}
.results-renderer .select-box .MuiInput-underline:hover:not(.Mui-disabled):before {
  border-width: 1px;
}
.results-renderer .select-box .MuiSelect-icon path {
  display: none;
}
.results-renderer .paging-wrapper .sui-select__value-container--has-value,
.results-renderer .paging-right .sui-select__value-container--has-value {
  padding: 0;
  font: inherit;
  color: inherit;
}
.results-renderer .paging-wrapper .sui-select__dropdown-indicator,
.results-renderer .paging-right .sui-select__dropdown-indicator {
  height: 27px;
}
.results-renderer .paging-wrapper .sui-results-per-page__label {
  display: none;
}
.results-renderer .paging-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 24%;
}
.results-renderer .paging-right .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border: 0;
  border-bottom: 1px solid #4c4847;
  border-radius: 0;
  background: transparent;
}
.results-renderer .paging-right .sui-select__single-value,
.results-renderer .paging-wrapper .sui-select__single-value {
  color: inherit;
  font: inherit;
}
.results-renderer .paging-right .paging-right-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 10px;
}
.results-renderer .paging-right .paging-right-btn .MuiIconButton-root {
  padding: 0;
  outline: 0;
  margin-right: 12px;
  background: transparent;
}
.results-renderer .paging-right .paging-right-btn .MuiIconButton-root:last-child {
  margin-right: 0;
}

.results-renderer .paging-right .paging-right-btn .MuiIconButton-root:nth-child(2) {
  margin-top: 15px;
}
.results-renderer .paging-right .paging-right-btn .grid-icon .MuiSvgIcon-root {
  background: url("/img/svgs/grid-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.results-renderer .paging-right .paging-right-btn .list-icon .MuiSvgIcon-root {
  background: url("/img/svgs/list-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.results-renderer .paging-right .paging-right-btn .table-icon .MuiSvgIcon-root {
  background: url("/img/svgs/table-view.svg") no-repeat;
  background-size: 22px;
  background-position: center;
}
.results-renderer .paging-right .paging-right-btn .grid-icon .MuiSvgIcon-root path,
.results-renderer .paging-right .paging-right-btn .list-icon .MuiSvgIcon-root path,
.results-renderer .paging-right .paging-right-btn .table-icon .MuiSvgIcon-root path {
  display: none;
}
.results-renderer .paging-right .paging-right-btn .MuiSvgIcon-root {
  font-size: 22px;
}
.results-renderer .paging-right .sui-results-per-page__label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .paging-wrapper .sui-select__control--is-focused,
.results-renderer .paging-right .sui-select__control--is-focused {
  border: 0;
  border-bottom: 1px solid #3755a4;
}
.results-renderer .sui-layout-buy .sui-layout-sidebar-toggle {
  display: none;
}
.results-renderer .sui-layout-buy .sidebar-toggle-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url("/img/svgs/close-gray.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.results-renderer .sui-layout-buy .sui-layout-main-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.results-renderer .sui-layout-buy .SearchResult {
  width: 76%;
  padding-right: 25px;
}
.results-renderer .sui-layout-buy .advertise-banner {
  width: 24%;
  box-shadow: none;
}
.results-renderer .sui-layout-buy .advertise-banner .banner-action {
  outline: 0;
  border: 0;
  background: transparent;
}
.results-renderer .sui-layout-buy .SearchResult .MuiCard-root {
  overflow: hidden;
  box-shadow: none;
  border: 0px solid #dadada;
  margin: 0;
  max-width: 100%;
}
.results-renderer .sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  /* padding-top: 32px; */
  outline: 0;
  background: #fff;
  color: #fff;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.results-renderer .sui-layout-buy .SearchResult .info-wrapper {
  background: #f5f5f4;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.results-renderer .sui-layout-buy .SearchResult .info-wrapper.specialoffer,
.results-renderer .sui-layout-buy .SearchResult .rating-wrap.specialoffer {
  background-color: #282828 !important;
}

.results-renderer .info-wrapper-highlight {
  background-color: #def2fd !important;
}

.results-renderer .ref1-highlight {
  background-color: #a3d4ee !important;
}

.results-renderer .sui-layout-buy .SearchResult .product-name {
  font-size: 16px;
  line-height: 20px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* display: block; */
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
}
.results-renderer .sui-layout-buy .SearchResult .product-name:hover {
  color: #506db7;
}
.results-renderer .sui-layout-buy .SearchResult .info-wrap {
  /*border-bottom: 1px solid #D2D1C9;*/
  margin-bottom: 0;
  height: auto;
  padding-bottom: 10px;
  padding: 10px;
}
/* .results-renderer .sui-layout-buy .SearchResult .info-wrap .MuiTypography-subtitle1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
} */
.results-renderer .sui-layout-buy .SearchResult .code-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}
.results-renderer .sui-layout-buy .SearchResult .specialoffer,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .code-txt,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .ref-txt,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .pvp-txt,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .offer-txt,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .progress-wrapper .progress-title,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .offer-txt .offer-price,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .date-txt,
.results-renderer .sui-layout-buy .SearchResult .specialoffer .valid-txt {
  color: white;
}

.results-renderer .sui-layout-buy .SearchResult .ref-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}

.results-renderer .sui-layout-buy .SearchResult .offer-valid-block {
  padding: 10px 0;
  /*border-bottom: 1px solid #D2D1C9;*/
}
.results-renderer .sui-layout-buy .SearchResult .stock-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.results-renderer .separator-padding {
  padding-right: 0px;
  padding-left: 0px;
}
.results-renderer .separator-item {
  border-bottom: 1px solid #d2d1c9;
}
.results-renderer .sui-layout-buy .SearchResult .bottom-info {
  padding: 10px 0;
}
.results-renderer .sui-layout-buy .SearchResult .bottom-info .bluebg-btn,
.results-renderer .sui-layout-buy .SearchResult .bottom-info .graybg-btn {
  max-width: 135px;
}
.results-renderer .sui-layout-buy .SearchResult .pvp-txt {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.results-renderer .sui-layout-buy .SearchResult .pvp-unstock {
  text-decoration: line-through;
  font-size: 12px !important;
}
.results-renderer .sui-layout-buy .SearchResult .pvp-txt .login_txt {
  font-size: 12px;
  line-height: 17px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.results-renderer .sui-layout-buy .SearchResult .offer-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.results-renderer .sui-layout-buy .SearchResult .offer-txt .offer-price {
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.results-renderer .sui-layout-buy .SearchResult .date-txt {
  font-size: 11px;
  line-height: 18px;
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
}
.results-renderer .sui-layout-buy .SearchResult .valid-txt {
  font-size: 8px;
  line-height: 12px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
  text-transform: uppercase;
}
.results-renderer .sui-layout-buy .SearchResult .offer-valid-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 30px;
}
.results-renderer .sui-layout-buy .SearchResult .offer-upto {
  text-align: right;
  padding-left: 5px;
}
.results-renderer .sui-layout-buy .SearchResult .stock-txt {
  font-size: 14px;
  line-height: 18px;
  color: #44a82d;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin-right: 10px;
}
.results-renderer .sui-layout-buy .SearchResult .stock-unknown {
  color: #9d9992;
}
.results-renderer .sui-layout-buy .SearchResult .stock-txt .stock-no {
  font-weight: normal;
}
.results-renderer .sui-layout-buy .SearchResult .progress-wrapper .stock-title {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.results-renderer .sui-layout-buy .SearchResult .progress-wrapper .progress-title {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results-renderer .sui-layout-buy .SearchResult .progressbar {
  width: 100%;
  height: 7px;
  display: block;
  margin-bottom: 15px;
  background: #d2d1c9;
}
.results-renderer .sui-layout-buy .SearchResult .progressbar .progressbar-inner {
  background: #e80000;
  display: block;
  height: 7px;
}
.results-renderer .sui-layout-buy .SearchResult .progress-low .progressbar .progressbar-inner {
  background: #fca33e;
}
.results-renderer .sui-layout-buy .SearchResult .progress-medium .progressbar .progressbar-inner {
  background: #ffe551;
}
.results-renderer .sui-layout-buy .SearchResult .progress-full .progressbar .progressbar-inner {
  background: #26b365;
}
.results-renderer .sui-layout-buy .SearchResult .stock-col .progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.results-renderer .sui-layout-buy .SearchResult .stock-col .progress-wrapper .progress-title {
  color: #e80000;
  margin-bottom: 0;
  margin-right: 6px;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-low
  .progress-title {
  color: #fca33e;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-medium
  .progress-title {
  color: #ffe551;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-full
  .progress-title {
  color: #26b365;
}
.results-renderer .sui-layout-buy .SearchResult .stock-col .progressbar {
  width: 30px;
  margin-bottom: 0;
}
.results-renderer .sui-layout-buy .familyname-row .family-icon {
  text-align: center;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.family-name {
  color: #010102;
  font-weight: bold;
  text-transform: uppercase;
}
.results-renderer .sui-layout-buy .familyname-row .family-icon img {
  min-width: 18px;
  width: 18px;
}
.results-renderer .sui-layout-buy .data-tooltip {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.results-renderer .sui-layout-buy .tooltip-txt {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  padding: 4px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #575351;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .sui-layout-buy .tooltip-txt:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  border-top: 6px solid #575351;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.results-renderer .sui-layout-buy .data-tooltip:hover .tooltip-txt {
  visibility: visible;
  opacity: 1;
}
.results-renderer .product-top-action-fev-btn {
  position: absolute;
  top: 8px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.results-renderer .like-btn {
  cursor: pointer;
}
.results-renderer .sui-layout-buy .product-top-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0;
  width: 100%;
}
.results-renderer .sui-layout-buy .product-top-action .top-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
}
.results-renderer .sui-layout-buy .product-top-action .top-icon:first-child {
  margin-left: 0;
}
.results-renderer .sui-layout-buy .product-top-action .top-icon img {
  width: 100%;
  object-fit: contain;
}

.results-renderer .sui-layout-buy .product-top-action .btn {
  border: 1px solid #e80000;
  font-size: 10px;
  line-height: 14px;
  background: #e80000;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: default;
  padding: 2px 5px;
  margin-left: 10px;
  text-transform: uppercase;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-renderer .sui-layout-buy .product-top-action .btn.btn-special {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}

/* .results-renderer .sui-layout-buy .product-top-action .btn:hover {
    background: transparent;
    color: #f80000;
} */
.results-renderer .sui-layout-buy .product-top-action .discontinued-btn {
  background: #9d9992;
  border: 1px solid #9d9992;
  cursor: default;
  pointer-events: none;
}
/* .results-renderer .sui-layout-buy .product-top-action .discontinued-btn:hover {
    background: #9D9992;
    color: #ffffff;
} */
.results-renderer .sui-layout-buy .SearchResult .stock-pogress {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.results-renderer .sui-layout-buy .SearchResult .product-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.results-renderer .sui-layout-buy .SearchResult .stock-pogress .stock-line {
  width: 2px;
  height: 14px;
  background: #d2d1c9;
  margin-right: 2px;
}
.results-renderer .sui-layout-buy .SearchResult .stock-pogress .stock-line:last-child {
  margin-right: 0;
}
.results-renderer .sui-layout-buy .SearchResult .stock-pogress .stock-line.orange-line {
  background: #fe7f09;
}
.results-renderer .sui-layout-buy .SearchResult .stock-pogress .stock-line.green-line {
  background: #3fa52a;
}
.results-renderer .sui-layout-buy .SearchResult .grid-row {
  /* width: auto;
    margin: 0 -4px; */
    display: flex;
    width: 100%;    
    flex-wrap: wrap;
    box-sizing: border-box;
}
.results-renderer .sui-layout-buy .SearchResult .grid-col {
  padding: 0 4px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 15px;
}
.results-renderer .sui-layout-buy .SearchResult .grid-col .product-top-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* .results-renderer .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 16.66%;
    flex: 0 0 16.66%;   
} */
.results-renderer .sui-layout-buy .SearchResult .grid-col .MuiCard-root {
  height: auto;
}
/* .results-renderer .sui-layout-buy .SearchResult .grid-col .MuiCard-root .MuiButtonBase-root {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
/* .results-renderer .sui-layout-buy.hide-filters .SearchResult,
.results-renderer .sui-layout-buy.hide-filters .advertise-banner,
.hide-filters .paging-wrapper {
    width: 80%;
} */
.hide-filters .paging-right {
  width: 20%;
}
.results-renderer .sui-layout-buy .list-product-action .product-top-action {
  /* flex-direction: column; */
  padding: 0;
  /* margin-bottom: 22px; */
}
.results-renderer .sui-layout-buy .list-product-action .product-top-action .top-icon,
.results-renderer .sui-layout-buy .list-product-action .product-top-action .btn {
  margin-bottom: 22px;
}
/* .results-renderer .sui-layout-buy .list-product-action .product-top-action .top-icon {
    margin: 0 0 10px;
}
.results-renderer .sui-layout-buy .list-product-action .product-top-action .discontinued-btn,
.results-renderer .sui-layout-buy .list-product-action .product-top-action .offer-btn {    
    margin-left: 0;
    margin-bottom: 10px;
} */
.results-renderer .sui-layout-buy .SearchResult .product-name-block .MuiCardContent-root {
  padding: 0;
}
.results-renderer .sui-layout-buy .SearchResult .product-name-block .bluebg-btn {
  max-width: 135px;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .list-img {
  margin: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .product-table-card
  .rating-wrap-col
  .product-link {
  display: block;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .code-txt {
  padding-top: 0;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name,
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name-inner,
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name-inner .title {
  height: auto;
  margin-bottom: 0;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name-inner a {
  display: inline-block;
  margin-bottom: 10px;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card {
  width: unset;
  position: relative;
  border: 1px solid #dadada;
  background: #f9f9f9;
  border-radius: 0 0 4px 4px;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .table-view-wrapper
  .product-table-card
  .list-img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .bluebg-btn,
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .graybg-btn {
  display: none;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
  border-top: 0;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.results-renderer .score-data {
  color: red;
  position: absolute;
  top: 0px;
  display: none;
}

.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 0;
  padding-top: 0;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
  padding-left: 0;
  min-width: 90px;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col9 {
  text-align: center;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #dadada;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: left;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a {
  color: inherit;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a:hover {
  color: #506db7;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.list-action-hide {
  display: none;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-row-hover td {
  border-bottom: 0;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name {
  font-size: 14px;
  line-height: 18px;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card .product-name .title {
  font: inherit;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr {
  border: 1px solid transparent;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper thead tr {
  border-bottom: 0;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tbody tr:nth-child(1) {
  border-top: 1px solid #010102;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .table-view-wrapper
  tbody
  tr.product-row-hover:nth-child(1) {
  border-top: 1px solid #dadada;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
  border: 1px solid #dadada;
  border-top: 0;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
  border: 1px solid #dadada;
  border-bottom: 0;
  background: #f9f9f9;
}
.results-renderer .sui-layout-buy .SearchResult .product-table-card td {
  border-bottom: 0;
  padding-top: 25px;
  vertical-align: top;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn {
  display: inline-flex;
  width: auto;
  color: #fff;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn:hover {
  background: transparent;
  color: #9d9992;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
  width: 35px;
  height: 35px;
  display: flex;
  background: #007bff;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn:hover {
  background: #506db7;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
  max-width: 300px;
  /*overflow: visible;*/
  /*white-space: unset;*/
  /*text-overflow: unset;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.results-renderer .sui-layout-buy .SearchResult .separator {
  height: 15px;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
  display: none;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .netprice-col {
  min-width: 120px;
  text-align: end;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
  display: flex;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
  flex: 1;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
  min-width: 197px;
  padding-right: 0;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
  min-width: 256px;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
  min-width: 135px;
}
.results-renderer .sui-layout-buy .SearchResult .login-btn {
  padding: 0;
  background: transparent;
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.results-renderer .sui-layout-buy .SearchResult .login-btn a {
  font-size: 12px;
  line-height: 17px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.results-renderer .sui-layout-buy .SearchResult .login-btn a:hover {
  color: #506db7;
}
.results-renderer .sui-layout-main-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 76%;
  padding-right: 25px;
  margin-top: 15px;
}
.results-renderer .sui-paging > li {
  background: transparent;
  outline: none;
  border: 1px solid #575351;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
.results-renderer .sui-paging .rc-pagination-item a {
  color: #575351;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.results-renderer .rc-pagination-jump-prev:after,
.results-renderer .rc-pagination-jump-next:after {
  color: #575351;
}
.results-renderer .sui-paging .rc-pagination-jump-next:hover:after,
.results-renderer .sui-paging .rc-pagination-jump-prev:hover:after,
.results-renderer .sui-paging .rc-pagination-jump-next:hover a,
.results-renderer .sui-paging .rc-pagination-jump-prev:hover a {
  color: #3755a4;
}
.results-renderer .sui-paging .rc-pagination-disabled a {
  color: #575351;
  opacity: 0.5;
}
.results-renderer .sui-paging .rc-pagination-item-active {
  background: #3755a4;
  border: 1px solid #3755a4;
}
.results-renderer .sui-paging .rc-pagination-item-active a {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.results-renderer .sui-paging .rc-pagination-item:hover {
  border-color: #3755a4;
}
.results-renderer .sui-paging .rc-pagination-item:hover a {
  color: #3755a4;
}
.results-renderer .search-tab-wrapper {
  width: 100%;
}
.results-renderer .search-tab-wrapper .search-tab-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  bottom: -1px;
}
.results-renderer .search-tab-wrapper .search-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
}
.results-renderer .search-tab-wrapper .tab-heading {
  background: transparent;
  box-shadow: none;
  color: #007bff;
  width: auto;
  z-index: unset;
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTabs-root {
  min-height: unset;
}
.results-renderer .search-tab-wrapper .tab-heading button {
  padding: 6px 12px 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  opacity: 1;
  min-width: auto;
  min-height: auto;
  text-transform: unset;
  outline: 0;
  border: 0;
  text-transform: capitalize;
  max-width: unset;
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected {
  color: #707070;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after,
.results-renderer .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #707070;
  z-index: 1;
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #f9f9f9;
  z-index: 2;
  bottom: -3px;
}
.results-renderer .search-tab-wrapper .tab-heading .MuiTabs-indicator {
  display: none;
}
.results-renderer .search-tab-wrapper .tab-heading button .MuiTab-wrapper {
  display: block;
}
.results-renderer .search-tab-wrapper .tab-heading button .MuiTouchRipple-root {
  display: none;
}
.results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.fam-col {
  width: 30px;
}
.results-renderer .sui-layout-buy .autocomplete .sui-search-box__autocomplete-container {
  z-index: 3;
  max-width: max-content;
}
.results-renderer .sui-layout-buy .SearchResult .card-product-img {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.results-renderer .sui-layout-buy .SearchResult .card-product-img .product-img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2rem;
    width: 175px;
    height: 175px;
    object-fit: contain;
    margin: auto;
}
.results-renderer .sui-layout-buy .SearchResult .card-product-img .card-product-link {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0.3rem;
  margin-right: 5%;
}
.results-renderer .sui-layout-buy
  .SearchResult
  .list-view-wrapper
  .product-table-card
  .list-link-wrap {
  height: 150px;
}
.results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
  height: auto;
}
.results-renderer .advertise-banner .manufacturer-links-wrapper img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
}
.results-renderer .advertise-banner .manufacturer-link-inner {
  border-radius: 5px;
  line-height: 0;
}
.results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner + .manufacturer-link-inner {
  margin-top: 10px;
}
.results-renderer .advertise-banner .manufacturer-links-wrapper em {
  display: inline-block;
  position: relative;
  width: 100%;
  border-radius: 5px;
  /* padding-bottom: 35.4%; 
    min-height: 618px;   */
}
.results-renderer .advertise-banner .manufacturer-links-wrapper em img {
  /* position: absolute; 
    top: 0; 
    left: 0;  */
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.results-renderer .advertise-banner .manufacturer-links-wrapper em a,
.results-renderer .advertise-banner .manufacturer-links-wrapper em iframe,
.results-renderer .advertise-banner .manufacturer-links-wrapper em video {
  /* position: absolute; 
    top: 0; 
    left: 0; */
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

@media screen and (min-width: 6010px) and (max-width: 10000px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 200rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 6%;
    flex: 0 0 10%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 14% !important;
    flex: 0 0 14% !important;
    min-width: 160px !important;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}

@media screen and (min-width: 4110px) and (max-width: 6000px) {
  .results-renderer .sui-layout-buy .SearchResult {
    width: 90%;
    padding-right: 10px;
  }
  /* .results-renderer .sui-layout-buy .SearchResult .grid-col {
        max-width: 19%; 
        flex: 0 0 19%;
    } */
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 10%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 160rem;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 8%;
    flex: 0 0 10%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16% !important;
    flex: 0 0 16% !important;
    min-width: 180px !important;
  }
}

@media screen and (max-width: 4100px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 112rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 18% !important;
    flex: 0 0 18% !important;
    min-width: 200px !important;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}

@media screen and (max-width: 2800px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 60rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 87%;
    padding-right: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 15%;
    flex: 0 0 14%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 20% !important;
    flex: 0 0 20% !important;
    min-width: 220px !important;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 13%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 13%;
    box-shadow: none;
  }
}

@media screen and (min-width: 2110px) and (max-width: 2790px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 47rem;
  }
}

@media screen and (max-width: 2100px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 39rem;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 16%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 22% !important;
    flex: 0 0 22% !important;
    min-width: 240px !important;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1920px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 29rem;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 83%;
    padding-right: 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16.6% !important;
    flex: 0 0 16.6% !important;
    min-width: 250px !important;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 17%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 17%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1800px) {
  .results-renderer .gray-btn {
    font-size: 12px;
  }
  .results-renderer .clear-filter {
    font-size: 0.7rem;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 84%;
    /* padding-right: 20px; */
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    /* flex: 0 0 16% !important;  */
  }

  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
    min-width: 250px !important;
  }
  .results-renderer .sui-layout-buy .hide-filter .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 27rem;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 16%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 16%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1600px) {
  .results-renderer .gray-btn {
    font-size: 12px;
  }
  .results-renderer .clear-filter {
    font-size: 0.7rem;
  }
  .results-renderer .select-box {
    width: 180px;
  }
  .results-renderer .main-heading .buy-heading {
    font-size: 20px;
    line-height: 24px;
  }
  .results-renderer .sui-layout-buy .sui-layout-header__inner,
  .results-renderer .sui-layout-buy .sui-layout-body__inner,
  .results-renderer .main-heading,
  .results-renderer .container-width {
    padding-left: 10px;
    /* padding-right: 25px; */
    padding-right: 1%;
  }
  .results-renderer .paging-wrapper {
    padding-right: 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 23rem;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 15px;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-main-footer {
    padding-right: 15px;
  }
  .results-renderer .sui-layout-buy .sui-layout-main {
    padding: 0 0 0 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
    min-width: 155px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
    min-width: 235px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .results-renderer .clear-filter {
    padding: 0 8px;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 12px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px 6px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 220px;
  }
  .results-renderer .main-heading {
    padding-top: 25px;
  }
  .results-renderer .main-heading .buy-heading {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .results-renderer .sui-layout-buy .sui-layout-main {
    /* width: 79%; */
    padding: 0 0 0 10px;
  }
  .results-renderer .pagination-block {
    margin-bottom: 0px;
  }
  .results-renderer .paging-wrapper {
    padding-right: 10px;
  }
  .results-renderer .sui-layout-main-footer {
    padding-right: 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 316px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 428px;
  }
}

@media screen and (max-width: 1366px) {
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 35%;
    flex: 0 0 32%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 195px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 323px;
  }
}

@media screen and (max-width: 1280px) {
  .results-renderer .blue-btn {
    font-size: 14px;
    padding: 0 6px;
  }
  .results-renderer .main-heading .buy-heading {
    font-size: 17px;
    line-height: 20px;
  }
  .results-renderer .filterleft-side .btn {
    font-size: 13px;
    padding: 0 6px;
  }
  .results-renderer .filterleft-side .clear-filter .close-icon {
    margin-left: 5px;
  }
  .results-renderer .paging-right {
    align-self: flex-end;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .results-renderer .sui-layout-buys .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet,
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-sorting,
  .results-renderer .sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
    padding: 10px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .results-renderer .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .results-renderer .selectbox-wrapper {
    width: 100%;
    flex: auto;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
    font-size: 13px;
    line-height: 17px;
    margin-left: 12px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper table,
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper tbody {
    display: block;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
    display: flex;
    flex-wrap: wrap;
    padding-left: 130px;
    border-radius: 0 0 5px 5px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    width: 100%;
    padding: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
    flex: unset;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .progressbar {
    margin-bottom: 20px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-name-block {
    padding-bottom: 10px;
  }
  /* .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .results-renderer .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
    min-width: 100px;
  }
  .results-renderer .sui-layout-buy .SearchResult .product-table-card .list-img {
    height: 100px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col,
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
    min-width: unset;
  }
  /* .results-renderer .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action {
        justify-content: flex-end;
        flex-direction: row-reverse;    
    }
    .results-renderer .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .results-renderer .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;        
    }
    .results-renderer .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .results-renderer .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 205px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 343px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-link-wrap {
    height: 100px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-img {
    max-height: 100px;
  }
  .searching-block .filter-heading {
    padding: 14px 30px;
  }
  .searching-block .more-filter {
    position: static;
    display: block;
    margin-top: 5px;
  }
}

@media screen and (max-width: 1199px) {
  .results-renderer .sui-layout-buy .sui-layout-header__inner,
  .results-renderer .sui-layout-buy .sui-layout-body__inner,
  .main-heading,
  .container-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .results-renderer .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .results-renderer .paging-right .paging-right-btn .MuiSvgIcon-root {
    font-size: 20px;
  }
  .results-renderer .pagination-block {
    margin-bottom: 0px;
  }
  .results-renderer .filterleft-side {
    margin-bottom: 10px;
  }
  .results-renderer .filterleft-side .clear-filter-wrapper .btn {
    margin-bottom: 0;
  }
  .results-renderer .filterleft-side .btn {
    width: 100%;
    margin-bottom: 10px;
  }
  .results-renderer .filterleft-side .clear-filter-wrapper {
    width: 100%;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 18%;
    box-shadow: none;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .results-renderer .sui-layout-buy .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .results-renderer .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .results-renderer .sui-layout-buy .SearchResult .ratting-wrapper {
    padding: 0;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th {
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 300px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .product-table-card
    .product-name-block
    .graybg-btn {
    font-size: 13px;
    line-height: 17px;
    min-height: 33px;
    padding: 0 5px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 282px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 350px;
  }
}

@media screen and (max-width: 1024px) {
  .main-heading .buy-heading {
    font-size: 16px;
    line-height: 19px;
  }
  .select-box {
    width: 160px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .results-renderer .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 12px;
    line-height: 16px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 12px;
    line-height: 16px;
  }
  .results-renderer .sui-layout-buy
    .sui-layout-sidebar
    fieldset
    .MuiFormControlLabel-root
    .MuiFormControlLabel-label {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar {
    z-index: 1101;
    position: fixed;
    top: 0;
    width: 85%;
    height: 100%;
    padding: 55px 15px 30px 15px;
    display: block;
    left: -87%;
    -o-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(128, 110, 110, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin: 0;
    background-color: #fcfcfc;
    overflow: auto;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar--toggled {
    left: 0;
    top: 10rem;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar-toggle {
    position: fixed;
    left: 0;
    top: 152px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    display: block !important;
    background-color: #ffffff;
  }
  .filterleft-side .hideBtn {
    display: none;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar-toggle:before {
    content: "";
    background: url("/img/svgs/filter-menu.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .results-renderer .sui-layout-buy .sui-layout-sidebar--toggled .sui-layout-sidebar-toggle {
    display: none !important;
  }
  .results-renderer .sui-layout-buy .sidebar-toggle-close {
    display: block;
  }
  body.sui-layout-sidebar-open {
    overflow: hidden;
  }
  body.sui-layout-sidebar-open:before {
    content: "";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .results-renderer .sui-layout-buy .sui-layout-main {
    width: 100%;
    padding: 0;
  }
  .results-renderer .selectbox-wrapper {
    width: auto;
  }
  .results-renderer .SearchBar .sui-search-box__submit {
    min-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .results-renderer .select-box {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .sui-layout-buy .SearchResult .rating-wrap {
    padding: 10px 0;
  }
  .results-renderer .container-menu-secundario {
    height: auto;
  }
  .results-renderer .searching-block .filter-content {
    padding: 15px 15px 30px;
  }
  .results-renderer .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .results-renderer .searching-block .filter-content ul,
  .results-renderer .searching-block .filter-content .top-family-group {
    max-height: 230px;
    overflow-y: auto;
  }
  .results-renderer .searching-block
    .filter-content
    .top-family-group
    .MuiFormControlLabel-label {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .searching-block .filter-content .filter-list-icon {
    flex: 0 0 14px;
    max-width: 14px;
  }
  .results-renderer .filter-result .filter-title {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .searching-block .filter-heading {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .paging-wrapper {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .results-renderer .paging-right {
    width: 100%;
  }
  .results-renderer .paging-wrapper .paging-info {
    font-size: 13px;
    line-height: 17px;
  }
  .results-renderer .sui-layout-buy.hide-filters .SearchResult {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .results-renderer .hide-filters .paging-wrapper {
    width: 100%;
  }
  .results-renderer .sui-layout-buy.hide-filters .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .results-renderer .hide-filters .paging-right {
    width: 100%;
  }
  .results-renderer .paging-right .paging-right-btn .MuiSvgIcon-root {
    font-size: 22px;
  }
  .results-renderer .sui-layout-buy .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 477px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
  .results-renderer .advertise-banner .manufacturer-links-wrapper {
    display: flex;
    margin: 0 -4px;
    flex-wrap: wrap;
    /* height: 15rem !important; */
  }

  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    display: none;
  }
  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner:nth-child(1) {
    display: block;
  }
  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner:nth-child(2) {
    display: block;
  }

  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    padding: 0 4px;
    max-width: 50%;
    flex: 0 0 50%;
    margin-bottom: 10px;
  }
  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner + .manufacturer-link-inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 800px) {
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .results-renderer .sui-layout-main-footer {
    justify-content: center;
    width: 100%;
    padding-right: 0;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 300px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
}

/* @media screen and (max-width:767px) { */
@media screen and (min-width: 300px) and (max-width: 767px) {
  .results-renderer .sui-layout-buy .SearchResult .separator {
    height: 0;
  }
  .results-renderer .graybg-btn,
  .results-renderer .bluebg-btn {
    font-size: 13px;
    line-height: 16px;
    min-height: 33px;
    padding: 0 5px;
  }
  .results-renderer .sui-paging > li {
    margin-right: 4px;
    margin-bottom: 4px;
  }
  .results-renderer .sui-paging > li:last-child {
    margin-right: 0;
  }
  .results-renderer .filter-result:after {
    bottom: 3px;
    background-position: center;
    background-size: 130%;
    max-width: 100%;
  }
  .results-renderer .sui-layout-buy .SearchResult .search-result-wrapper {
    margin: 0 -15px;
  }
  .results-renderer .main-heading .buy-heading {
    font-size: 14px;
    line-height: 17px;
  }
  .results-renderer .select-box {
    width: 100%;
    margin: 0 0 10px;
  }
  .results-renderer .paging-wrapper .paging-info-right {
    width: 100%;
  }
  .results-renderer .paging-wrapper .paging-info-right .select-box {
    margin-right: 0;
  }
  .results-renderer .paging-wrapper .paging-info {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .results-renderer .filter-result .filter-title-main {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
  }
  .results-renderer .SearchBar {
    margin-bottom: 12px;
  }
  .results-renderer .SearchBar .form-control {
    padding-right: 0;
  }
  .results-renderer .SearchBar .searchbar-left {
    width: 100%;
    margin-bottom: 12px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .results-renderer .SearchBar .searchbar-right {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .results-renderer .SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 15px;
  }
  .results-renderer .SearchBar .sui-search-box__text-input {
    font-size: 13px;
    line-height: 17px;
    padding: 12px 15px;
  }
  .results-renderer .SearchBar .sui-search-box__submit {
    font-size: 13px;
    line-height: 17px;
    margin-left: 8px;
    min-width: 90px;
    padding: 5px;
  }
  .results-renderer .filter-result ul button {
    font-size: 13px;
    line-height: 17px;
    min-height: 40px;
  }
  .results-renderer .searching-block {
    margin-bottom: 12px;
  }
  .results-renderer .pagination-block {
    margin-bottom: 0px;
  }
  .results-renderer .searching-block .filter-heading {
    font-size: 12px;
    line-height: 16px;
    padding: 12px 24px 9px 10px;
  }
  .results-renderer .searching-block .filter-heading .filter-icon {
    margin-left: 5px;
  }
  .results-renderer .searching-block .filter-content {
    padding: 10px 10px 30px;
  }
  .results-renderer .searching-block.searching-filter-open .filter-content {
    padding: 0 0 30px;
  }
  .results-renderer .searching-block .filter-content ul,
  .results-renderer .searching-block .filter-content .top-family-group {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px;
    margin: 0;
  }
  .results-renderer .searching-block .filter-content .top-family-group .family-group-list {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .results-renderer .searching-block .filter-content:after {
    background-size: contain;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .results-renderer .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
    display: table-cell;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .sm-hide {
    display: none;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
    text-align: left;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 13px;
    line-height: 17px;
    padding: 7px 4px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .list-img {
    width: auto;
    height: 52px;
    max-width: 100%;
    object-fit: contain;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper table {
    display: block;
    min-width: 380px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper thead,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tbody {
    display: block;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr {
    display: flex;
    border: 0;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
    border: 0;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dadada;
    padding-top: 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
    flex-wrap: wrap;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    width: 100%;
    padding: 8px 20px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:first-child {
    padding-top: 20px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:last-child {
    padding-bottom: 20px;
  }
  /* .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    width: 100%;
    padding-left: 20px;
  }
  /* .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .results-renderer .sui-layout-buy .table-view-wrapper .img-col,
  .results-renderer .sui-layout-buy .table-view-wrapper .thead-col1 {
    width: 17%;
  }
  .results-renderer .sui-layout-buy .table-view-wrapper .webcode-col,
  .results-renderer .sui-layout-buy .table-view-wrapper .thead-col2 {
    width: 20%;
  }
  /* .results-renderer .sui-layout-buy .table-view-wrapper .fabricante-col,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col2, 
    .results-renderer .sui-layout-buy .table-view-wrapper .pvpneto-col,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col5 {
        width: 23%;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .cart-action,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 17%;
    }      */

  .results-renderer .sui-layout-buy .table-view-wrapper .col-name,
  .results-renderer .sui-layout-buy .table-view-wrapper .thead-col5 {
    width: 43%;
  }

  .results-renderer .sui-layout-buy .table-view-wrapper .pvpneto-col,
  .results-renderer .sui-layout-buy .table-view-wrapper .thead-col6 {
    width: 20%;
  }

  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: unset;
  }
  /* .results-renderer .sui-layout-buy .table-view-wrapper .fabricante-col,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col3 {
        width: 30%;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .ref-col,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col4 {
        width: 30%;
    }
    .results-renderer .sui-layout-buy .table-view-wrapper .stock-col,
    .results-renderer .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 23%;
    } */
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    padding-left: 4px;
  }
  .results-renderer .sui-layout-buy .table-view-wrapper .pvpneto-col span {
    display: block;
  }
  .results-renderer .sui-layout-buy .table-view-wrapper .pvpneto-col .net-value {
    font-size: 11px;
    line-height: 15px;
  }
  .selectbox-wrapper {
    width: 100%;
  }
  /* .results-renderer .sui-layout-buy .table-view-wrapper.not-login .thead-col2,
    .results-renderer .sui-layout-buy .table-view-wrapper.not-login .fabricante-col {
        width: 40%;
    }     */
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 20px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    min-width: unset;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 100%;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 100%;
  }
  .results-renderer .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action,
  .results-renderer .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .top-icon,
  .results-renderer .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .btn {
    margin-bottom: 0;
  }
  .results-renderer .SearchBar .sui-search-box__submit {
    background: #3755a4 url("/img/svgs/search-white.png") no-repeat;
    font-size: 0;
    line-height: 0;
    background-size: 17px;
    background-position: center;
    min-width: 40px;
  }
  .results-renderer .search-tab-wrapper .tab-heading button {
    font-size: 13px;
    line-height: 17px;
    padding: 6px;
    max-width: 200px;
  }
  .results-renderer .advertise-banner .manufacturer-links-wrapper .manufacturer-link-inner {
    max-width: 50%;
    flex: 0 0 50%;
  }
}

@media screen and (max-width: 575px) {
  .results-renderer .sui-layout-buy .SearchResult .product-name {
    height: auto;
  }
  .results-renderer .sui-layout-buy .SearchResult .grid-row {
    /* margin: 0 -15px; */
  }
  .results-renderer .sui-layout-buy .SearchResult .MuiCard-root {
    /* border: 0;
        border-radius: 0; */
        height: auto !important;
    } 
    .results-renderer .sui-layout-buy .SearchResult .ref-txt {
        padding: 10px;
    }   
    .results-renderer .sui-layout-buy .SearchResult .product-img {
        padding: 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .card-product-img .product-img {
        padding: 0;
        width: 135px;
        height: 135px;
        object-fit: contain;
        margin: auto;
    }
    .results-renderer .sui-layout-buy .SearchResult .card-product-img .card-product-link {
        padding: 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .info-wrapper {
        padding: 12px 0px 12px;
    }
    .results-renderer .sui-layout-buy .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .results-renderer .sui-layout-buy.hide-filters .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .results-renderer .sui-layout-buy .SearchResult .info-wrap {
        height: auto;
        padding-bottom: 7px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        padding-left: 0;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-list-img {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px 20px 10px;
        background: #ffffff;
        text-align: center;
    }
    .results-renderer .sui-layout-buy .SearchResult .product-table-card .list-img {
        margin: auto;
        width: 155px;
        height: 155px;
    }
    .results-renderer .sui-layout-buy .product-top-action {
        padding: 10px 20px 0;
    }
    .results-renderer .sui-layout-buy .SearchResult .offer-valid-block {
        padding: 10px;
    }
    .results-renderer .sui-layout-buy .SearchResult .bottom-info {
        padding: 10px;
    }
    .results-renderer .sui-layout-buy .SearchResult .code-txt {
        padding: 10px;
    }
    .results-renderer .sui-layout-buy .SearchResult .stock-info {
        margin-bottom: 7px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper {
        margin: 0 -15px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        border: 0;
        border-radius: 0;
    }    
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
        padding: 10px 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td:last-child {
        padding-bottom: 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        padding-bottom: 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-name-block {
        padding-top: 20px;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-link-wrap {
        height: auto;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
        width: 155px;
        height: 155px;
        max-height: 150px;
    }    
}

@media screen and (min-width: 150px) and (max-width: 410px) {
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 12px;
    line-height: 16px;
  }
  .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    padding: 10px 15px;
  }
  /* .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .results-renderer .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .results-renderer .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    padding: 20px 15px 10px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    padding: 8px 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 15px;
  }
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    padding-left: 15px;
  }
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 15px;
  }
  /* .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .results-renderer .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .results-renderer .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 15px;
  }
  .results-renderer .SearchBar .sui-search-box__submit {
    background-size: 16px;
    min-width: 30px;
  }
  .results-renderer .search-tab-wrapper .tab-heading button:first-child {
    padding-left: 0;
  }
  .results-renderer .search-tab-wrapper .search-label {
    width: 100%;
    text-align: left;
  }
}

@media screen and (min-width: 150px) and (max-width: 766px) {
  .results-renderer .hideThis {
    display: none;
  }
  .results-renderer .fullHeight {
    height: 40rem;
  }
}

.results-renderer tr.row-pink {
  background-color: #ed969e !important;
}

/* Custom Button CSS start */
.results-renderer .cardBtn {
  margin-top: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 0.38rem;
}

.results-renderer .cardBtnLi {
  border: 0;
  padding: 0;
  /* display: inline-flex;
    align-items: center;
    justify-content: center; */
}

/* .ml-auto-del{
    margin-left: auto;
    padding-right: 4rem;
}

.ml-auto{
    margin-left: auto;
} */

.results-renderer .qtyWrapper {
  min-width: 35px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.results-renderer .qtyWrapperInput {
  /* border: '0';
    width: '20px';
    padding: '0'; */

  width: 130px;
  padding: 0 15px;
  height: 35px;
  line-height: 35px;
  background-color: transparent;
  border: 1px solid #dadada;
  border-radius: 5px;
  text-align: center;
}

.results-renderer .indUl {
  margin-left: 0;
}

.results-renderer .plusQty {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  right: 0px;
  text-align: center;
  height: 35px;
  line-height: 32px;
}

.results-renderer .minusQty {
  position: absolute;
  top: 0;
  width: 30px;
  left: 0;
  text-align: center;
  height: 35px;
  line-height: 32px;
}

.results-renderer .liImg {
  width: 17px;
  cursor: pointer;
}


/* Custom Button CSS end */
.results-renderer .demo-main {
  color: #26b365;
}

.results-renderer .cust {
  padding-top: 8px;
}

.results-renderer .top-like-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
  cursor: pointer;
}
.results-renderer .top-like-icon .likeBtn {
  min-width: 20px;
}

.results-renderer .searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .nactive {
  color: #0d0c0d !important;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bolder;
  /* -o-transition: all 0.3s;
    color: #b5b5b5 !important;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    text-transform: capitalize;*/
}

.results-renderer .searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .nactive:hover {
  color: #b5b5b5 !important;
}

.results-renderer .searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .notactive {
  color: #b5b5b5 !important;
  font-size: 14px;
  line-height: 18px;
  cursor: pointer;
  transition: all 0.3s;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  /* -o-transition: all 0.3s;
    color: #0D0C0D;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s; 
    text-transform: capitalize;*/
}

.results-renderer .searching-block
  .filter-content
  .top-family-group
  .family-group-list
  .family-list-inner
  .notactive:hover {
  color: #b5b5b5 !important;
}

.results-renderer .onload-class {
  display: none;
}

.results-renderer .cust {
  padding-top: "7px";
}

.results-renderer .items-see-more {
  min-height: 633px;
}
.results-renderer .bnr-parcel-track-list-outer .bnr-parcel-track-list-inner {
  border: 1px solid #f2f2f2;
  border-radius: 7.5px;
  height: 100%;
  min-height: 633px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.results-renderer .sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  min-height: 362px;
  padding: 0;
  border: 1px solid #cccccc;
  width: 97%;
  border-radius: 5px;
  overflow: hidden;
}
.results-renderer .sui-layout-buy .SearchResult .rating-wrap {
  padding: 10px;
}

body.body-overflow {
  overflow: hidden;
}
body.body-overflow .site-wrapper {
  height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.sui-layout-buy .SearchResult .info-wrapper.anniversary,
.sui-layout-buy .SearchResult .rating-wrap.anniversary{
    background-color: #a5c6e3!important;
}

.sui-layout-buy .product-top-action .btn.btn-special.anniversary {
    border: 1px solid #a5c6e3 !important;
    background: #a5c6e3 !important;
}


/*.sui-layout-buy .card-product-img.anniversary {
    background-image: url('https://fotos.futurasmus-knxgroup.org/offer-type/anniversary.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
}*/

.sui-layout-buy .MuiButtonBase-root.MuiCardActionArea-root.anniversary {
    background-image: url('https://fotos.futurasmus-knxgroup.org/offer-type/anniversary.png');
    background-repeat: no-repeat;
    margin-left: 0px;
} 

.sui-layout-buy .SearchResult .product-img {
    mix-blend-mode: multiply;
}

.sui-layout-buy .SearchResult .anniversary,
.sui-layout-buy .SearchResult .anniversary .code-txt, 
.sui-layout-buy .SearchResult .anniversary .product-name,
.sui-layout-buy .SearchResult .anniversary .ref-txt, 
.sui-layout-buy .SearchResult .anniversary .pvp-txt,
.sui-layout-buy .SearchResult .anniversary .offer-txt,
.sui-layout-buy .SearchResult .anniversary .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .anniversary .offer-txt .offer-price,
.sui-layout-buy .SearchResult .anniversary .date-txt,
.sui-layout-buy .SearchResult .anniversary .valid-txt {
    color:white;
}



.sui-layout-buy .SearchResult .info-wrapper.blackfriday,
.sui-layout-buy .SearchResult .rating-wrap.blackfriday{
    background-color: #282828 !important;
}

.sui-layout-buy .product-top-action .btn.btn-special.blackfriday {
    border: 1px solid #000000 !important;
    background: #000000 !important;
}


.sui-layout-buy .SearchResult .blackfriday,
.sui-layout-buy .SearchResult .blackfriday .code-txt, 
.sui-layout-buy .SearchResult .blackfriday .ref-txt, 
.sui-layout-buy .SearchResult .blackfriday .pvp-txt,
.sui-layout-buy .SearchResult .blackfriday .offer-txt,
.sui-layout-buy .SearchResult .blackfriday .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .blackfriday .offer-txt .offer-price,
.sui-layout-buy .SearchResult .blackfriday .date-txt,
.sui-layout-buy .SearchResult .blackfriday .valid-txt {
    color:white;
}

.sui-layout-buy .SearchResult .blackfriday .cardBtnLi {
    background-color: white;
}


.sui-layout-buy .SearchResult .blackfriday .delete-link.prd-in-card.toast-link {
    background-color: white;
}

.sui-layout-buy .SearchResult .info-wrapper.specialoffer,
.sui-layout-buy .SearchResult .rating-wrap.specialoffer{
    background-color: #d2d2d1 !important;
}

.sui-layout-buy .product-top-action .btn.btn-special.specialoffer {
    border: 1px solid #d2d2d1 !important;
    background: #d2d2d1 !important;
}


.sui-layout-buy .SearchResult .specialoffer,
.sui-layout-buy .SearchResult .specialoffer .code-txt, 
.sui-layout-buy .SearchResult .specialoffer .ref-txt, 
.sui-layout-buy .SearchResult .specialoffer .pvp-txt,
.sui-layout-buy .SearchResult .specialoffer .offer-txt,
.sui-layout-buy .SearchResult .specialoffer .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .specialoffer .offer-txt .offer-price,
.sui-layout-buy .SearchResult .specialoffer .date-txt,
.sui-layout-buy .SearchResult .specialoffer .valid-txt {
    color:white;
}



.sui-layout-buy .SearchResult .info-wrapper.stockclearance,
.sui-layout-buy .SearchResult .rating-wrap.stockclearance{
    background-color: #d5e6a5!important;
}

.sui-layout-buy .product-top-action .btn.btn-special.stockclearance {
    border: 1px solid #d5e6a5 !important;
    background: #d5e6a5 !important;
}


.sui-layout-buy .SearchResult .product-img {
    mix-blend-mode: multiply;
}

.sui-layout-buy .SearchResult .stockclearance,
.sui-layout-buy .SearchResult .stockclearance .code-txt, 
.sui-layout-buy .SearchResult .stockclearance .product-name,
.sui-layout-buy .SearchResult .stockclearance .ref-txt, 
.sui-layout-buy .SearchResult .stockclearance .pvp-txt,
.sui-layout-buy .SearchResult .stockclearance .offer-txt,
.sui-layout-buy .SearchResult .stockclearance .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .stockclearance .offer-txt .offer-price,
.sui-layout-buy .SearchResult .stockclearance .date-txt,
.sui-layout-buy .SearchResult .stockclearance .valid-txt {
    color:white;
}



.sui-layout-buy .SearchResult .info-wrapper.promotion,
.sui-layout-buy .SearchResult .rating-wrap.promotion{
    background-color: #fde0ad!important;
}

.sui-layout-buy .product-top-action .btn.btn-special.promotion {
    border: 1px solid #fde0ad !important;
    background: #fde0ad !important;
    color: black !important;
}


.sui-layout-buy .SearchResult .product-img {
    mix-blend-mode: multiply;
}

.sui-layout-buy .SearchResult .promotion,
.sui-layout-buy .SearchResult .promotion .code-txt, 
.sui-layout-buy .SearchResult .promotion .product-name,
.sui-layout-buy .SearchResult .promotion .ref-txt, 
.sui-layout-buy .SearchResult .promotion .pvp-txt,
.sui-layout-buy .SearchResult .promotion .offer-txt,
.sui-layout-buy .SearchResult .promotion .progress-wrapper .progress-title,
.sui-layout-buy .SearchResult .promotion .offer-txt .offer-price,
.sui-layout-buy .SearchResult .promotion .date-txt,
.sui-layout-buy .SearchResult .promotion .valid-txt {
    color:black;
}



.app-search-bar .btn:focus,
.app-search-bar .btn.focus {
  box-shadow: none;
}
.app-search-bar .btn .hover-img {
  display: none;
}
.app-search-bar .btn:hover .hover-img {
  display: inline-block;
}
.app-search-bar .btn:hover .normal-img {
  display: none;
}
.app-search-bar .product-name-block .mw-200{
    max-width: 200px;
}
.app-search-bar .btnKey {
  width: 100%;
}
.app-search-bar .btnKey1 {
  font-size: xx-small;
  float: left;
  top: 0.3rem;
  left: 1rem;
  position: absolute;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}

.app-search-bar .btnKey2 {
  position: absolute;
  left: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 75%;
  text-align: start;
}
.app-search-bar .blue-btn {
  border: 1px solid #3755a4;
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 44px;
  min-width: 198px;
  /*width: 100%;*/
  padding: 10px;
  text-transform: none;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-search-bar .blue-btn:hover,
.app-search-bar .blue-btn:focus {
  background: #3755a4;
  color: #ffffff;
  outline: 0;
}
.app-search-bar .bluebg-btn {
  border: 1px solid #007bff;
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #007bff;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-search-bar .bluebg-btn:hover {
  background: #ffffff;
  color: #007bff;
  outline: 0;
}
.app-search-bar .bluebg-btn:not([href]):not([tabindex]) {
  color: #ffffff;
}
.app-search-bar .bluebg-btn:not([href]):not([tabindex]):hover,
.app-search-bar .bluebg-btn:not([href]):not([tabindex]):focus {
  color: #007bff;
}
.app-search-bar .graybg-btn {
  border: 1px solid #9d9992;
  font-size: 14px;
  line-height: 35px;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  background: #9d9992;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 38px;
  width: 100%;
  padding: 0 10px;
  text-transform: none;
  white-space: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-search-bar .graybg-btn:hover {
  background: #ffffff;
  color: #9d9992;
  outline: 0;
}
.app-search-bar .toggle-filter-btn {
  margin-bottom: 12px;
}
.app-search-bar .sui-layout-buy .sui-layout-header {
  padding: 0;
  border-bottom: 0;
}
.app-search-bar .sui-layout-buy .sui-layout-body {
  padding: 0;
  background: #ffffff;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar {
  padding: 0;
  width: 20%;
}
.app-search-bar .sui-layout-buy .sui-layout-main {
  padding: 0 0 0 25px;
  width: 100%;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet,
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-sorting,
.app-search-bar .sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
  border: 1px solid #dadada;
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
  /*width: 100%;*/
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  fieldset.MuiFormControl-root
  .MuiFormLabel-root {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.app-search-bar .sui-layout-buy .sui-layout-sidebar fieldset legend {
  float: left;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar fieldset legend + * {
  clear: both;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sorting-direction {
  margin-right: 0;
  border: 1px solid #d2d1c9;
  padding: 15px 15px 22px;
  border-radius: 4px;
  margin-bottom: 10px;
  width: 100%;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 1px solid #d2d1c9;
  padding-bottom: 3px;
  margin-bottom: 12px;
  position: static;
  width: 100%;
  transform: none;
  text-transform: uppercase;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sorting-direction
  label
  + .MuiInput-formControl {
  margin-top: 0;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sorting-direction fieldset legend {
  float: none;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet + .sui-facet {
  margin-top: 0;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiFormControlLabel-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-colorSecondary.Mui-checked {
  color: #3755a4;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  fieldset
  .MuiFormControlLabel-root
  .MuiRadio-root {
  padding: 6px;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-select .sui-select__control {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 0;
  border-bottom: 1px solid #4c4847;
  border-radius: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container--has-value,
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__single-value {
  font-weight: normal;
  color: inherit;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__value-container {
  padding-left: 0;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__placeholder {
  color: inherit;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control
  .sui-select__dropdown-indicator {
  width: 20px;
  color: #575351;
}
.app-search-bar .sui-layout-buy
  .sui-layout-sidebar
  .sui-select
  .sui-select__control--is-focused {
  border-bottom: 1px solid #3755a4;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  border: 1px solid #d2d1c9;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet-search__text-input:hover {
  border: 1px solid #3a56e4;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more {
  font-size: 14px;
  line-height: 18px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:hover,
.app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet-view-more:focus {
  background: transparent;
  outline: 0;
  color: #3a56e4;
}

.app-search-bar .sui-layout-buy .sui-layout-main-header__inner {
  flex-wrap: wrap;
}
.app-search-bar .sui-layout-buy .gray-btn {
  border: 1px solid #575351;
  font-size: 13px;
  line-height: 10px;
  color: #575351;
  min-width: 0px !important;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  background: transparent;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: pointer;
  min-height: 40px;
  padding: 0 10px;
  white-space: unset;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-search-bar .sui-layout-buy .gray-btn:hover {
  background: #575351;
  color: #ffffff;
}
.app-search-bar .sui-layout-buy.hide-filters .sui-layout-sidebar {
  display: none;
}
.app-search-bar .sui-layout-buy.hide-filters .sui-layout-main {
  width: 100%;
  padding-left: 0;
}

.app-search-bar .sui-layout-buy .sui-layout-sidebar-toggle {
  display: none;
}
.app-search-bar .sui-layout-buy .sidebar-toggle-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  width: 14px;
  height: 14px;
  cursor: pointer;
  background: url("/img/svgs/close-gray.svg") no-repeat;
  background-size: contain;
  background-position: center;
}
.app-search-bar .sui-layout-buy .sui-layout-main-body {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.app-search-bar .sui-layout-buy .SearchResult {
  width: 76%;
  padding-right: 25px;
}
.app-search-bar .sui-layout-buy .advertise-banner {
  width: 24%;
  box-shadow: none;
}
.app-search-bar .sui-layout-buy .advertise-banner .banner-action {
  outline: 0;
  border: 0;
  background: transparent;
}
.app-search-bar .sui-layout-buy .SearchResult .MuiCard-root {
  overflow: hidden;
  box-shadow: none;
  border: 0px solid #dadada;
  margin: 0;
  max-width: 100%;
}
.app-search-bar .sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  /* padding-top: 32px; */
  outline: 0;
  background: #fff;
  color: #fff;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.app-search-bar .sui-layout-buy .SearchResult .info-wrapper {
  background: #f5f5f4;
  padding: 0px;
  width: 100%;
  height: 100%;
}

.app-search-bar .sui-layout-buy .SearchResult .info-wrapper.specialoffer,
.app-search-bar .sui-layout-buy .SearchResult .rating-wrap.specialoffer {
  background-color: #282828 !important;
}

.app-search-bar .sui-layout-buy .SearchResult .product-name {
  font-size: 16px;
  line-height: 20px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* display: block; */
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;
}
.app-search-bar .sui-layout-buy .SearchResult .product-name:hover {
  color: #506db7;
}
.app-search-bar .sui-layout-buy .SearchResult .info-wrap {
  /*border-bottom: 1px solid #D2D1C9;*/
  margin-bottom: 0;
  height: auto;
  padding-bottom: 10px;
  padding: 10px;
}
/* .app-search-bar .sui-layout-buy .SearchResult .info-wrap .MuiTypography-subtitle1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
} */
.app-search-bar .sui-layout-buy .SearchResult .code-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}
.app-search-bar .sui-layout-buy .SearchResult .specialoffer,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .code-txt,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .ref-txt,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .pvp-txt,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .offer-txt,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .progress-wrapper .progress-title,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .offer-txt .offer-price,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .date-txt,
.app-search-bar .sui-layout-buy .SearchResult .specialoffer .valid-txt {
  color: white;
}

.app-search-bar .sui-layout-buy .SearchResult .ref-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  /*border-bottom: 1px solid #D2D1C9;*/
  padding: 10px 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}

.app-search-bar .sui-layout-buy .SearchResult .offer-valid-block {
  padding: 10px 0;
  /*border-bottom: 1px solid #D2D1C9;*/
}
.app-search-bar .sui-layout-buy .SearchResult .stock-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.app-search-bar .sui-layout-buy .SearchResult .bottom-info {
  padding: 10px 0;
}
.app-search-bar .sui-layout-buy .SearchResult .bottom-info .bluebg-btn,
.app-search-bar .sui-layout-buy .SearchResult .bottom-info .graybg-btn {
  max-width: 135px;
}
.app-search-bar .sui-layout-buy .SearchResult .pvp-txt {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.app-search-bar .sui-layout-buy .SearchResult .pvp-unstock {
  text-decoration: line-through;
  font-size: 0.775rem;

}
.app-search-bar .sui-layout-buy .SearchResult .pvp-txt .login_txt {
  font-size: 12px;
  line-height: 17px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.app-search-bar .sui-layout-buy .SearchResult .offer-txt {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.app-search-bar .sui-layout-buy .SearchResult .offer-txt .offer-price {
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: 900;
}
.app-search-bar .sui-layout-buy .SearchResult .date-txt {
  font-size: 11px;
  line-height: 18px;
  color: #0d0c0d;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
}
.app-search-bar .sui-layout-buy .SearchResult .valid-txt {
  font-size: 8px;
  line-height: 12px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  letter-spacing: normal;
  display: block;
  text-transform: uppercase;
}
.app-search-bar .sui-layout-buy .SearchResult .offer-valid-info {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 30px;
}
.app-search-bar .sui-layout-buy .SearchResult .offer-upto {
  text-align: right;
  padding-left: 5px;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-txt {
  font-size: 14px;
  line-height: 18px;
  color: #44a82d;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  letter-spacing: normal;
  margin-right: 10px;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-unknown {
  color: #9d9992;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-txt .stock-no {
  font-weight: normal;
}
.app-search-bar .sui-layout-buy .SearchResult .progress-wrapper .stock-title {
  font-size: 10px;
  line-height: 14px;
  color: #575351;
  padding-bottom: 6px;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
}
.app-search-bar .sui-layout-buy .SearchResult .progress-wrapper .progress-title {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-search-bar .sui-layout-buy .SearchResult .progressbar {
  width: 100%;
  height: 7px;
  display: block;
  margin-bottom: 15px;
  background: #d2d1c9;
}
.app-search-bar .sui-layout-buy .SearchResult .progressbar .progressbar-inner {
  background: #e80000;
  display: block;
  height: 7px;
}
.app-search-bar .sui-layout-buy .SearchResult .progress-low .progressbar .progressbar-inner {
  background: #fca33e;
}
.app-search-bar .sui-layout-buy .SearchResult .progress-medium .progressbar .progressbar-inner {
  background: #ffe551;
}
.app-search-bar .sui-layout-buy .SearchResult .progress-full .progressbar .progressbar-inner {
  background: #26b365;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-col .progress-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-col .progress-wrapper .progress-title {
  color: #e80000;
  margin-bottom: 0;
  margin-right: 6px;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-low
  .progress-title {
  color: #fca33e;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-medium
  .progress-title {
  color: #ffe551;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .stock-col
  .progress-wrapper.progress-full
  .progress-title {
  color: #26b365;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-col .progressbar {
  width: 30px;
  margin-bottom: 0;
}
.app-search-bar .sui-layout-buy .familyname-row .family-icon {
  text-align: center;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.family-name {
  color: #010102;
  font-weight: bold;
  text-transform: uppercase;
}
.app-search-bar .sui-layout-buy .familyname-row .family-icon img {
  min-width: 18px;
  width: 18px;
}
.app-search-bar .sui-layout-buy .data-tooltip {
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.app-search-bar .sui-layout-buy .tooltip-txt {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  bottom: 100%;
  margin-bottom: 5px;
  padding: 4px;
  width: 90px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #575351;
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  right: 0;
  font-family: "Lato", sans-serif;
  font-weight: normal;
}
.app-search-bar .sui-layout-buy .tooltip-txt:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  border-top: 6px solid #575351;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}
.app-search-bar .sui-layout-buy .data-tooltip:hover .tooltip-txt {
  visibility: visible;
  opacity: 1;
}
.app-search-bar .product-top-action-fev-btn {
  position: absolute;
  top: 8px;
  left: 0;
  cursor: pointer;
  z-index: 1;
}
.app-search-bar .like-btn {
  cursor: pointer;
}
.app-search-bar .sui-layout-buy .product-top-action {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 10px 10px 0;
  width: 100%;
}
.app-search-bar .sui-layout-buy .product-top-action .top-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
}
.app-search-bar .sui-layout-buy .product-top-action .top-icon:first-child {
  margin-left: 0;
}
.app-search-bar .sui-layout-buy .product-top-action .top-icon img {
  width: 100%;
  object-fit: contain;
}

.app-search-bar .sui-layout-buy .product-top-action .btn {
  border: 1px solid #e80000;
  font-size: 10px;
  line-height: 14px;
  background: #e80000;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: default;
  padding: 2px 5px;
  margin-left: 10px;
  text-transform: uppercase;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.app-search-bar .sui-layout-buy .product-top-action .btn.btn-special {
  border: 1px solid #000000 !important;
  background: #000000 !important;
}

/* .app-search-bar .sui-layout-buy .product-top-action .btn:hover {
    background: transparent;
    color: #f80000;
} */
.app-search-bar .sui-layout-buy .product-top-action .discontinued-btn {
  background: #9d9992;
  border: 1px solid #9d9992;
  cursor: default;
  pointer-events: none;
}
/* .app-search-bar .sui-layout-buy .product-top-action .discontinued-btn:hover {
    background: #9D9992;
    color: #ffffff;
} */
.app-search-bar .sui-layout-buy .SearchResult .stock-pogress {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.app-search-bar .sui-layout-buy .SearchResult .product-img {
  margin-top: 30px;
  margin-bottom: 30px;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-pogress .stock-line {
  width: 2px;
  height: 14px;
  background: #d2d1c9;
  margin-right: 2px;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-pogress .stock-line:last-child {
  margin-right: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-pogress .stock-line.orange-line {
  background: #fe7f09;
}
.app-search-bar .sui-layout-buy .SearchResult .stock-pogress .stock-line.green-line {
  background: #3fa52a;
}
.app-search-bar .sui-layout-buy .SearchResult .grid-row {
  /* width: auto;
    margin: 0 -4px; */
    display: flex;
    width: 100%;    
    flex-wrap: wrap;
    box-sizing: border-box;
}
.app-search-bar .sui-layout-buy .SearchResult .grid-col {
  padding: 0 4px;
  max-width: 25%;
  flex: 0 0 25%;
  margin-bottom: 15px;
}
.app-search-bar .sui-layout-buy .SearchResult .grid-col .product-top-action {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
/* .app-search-bar .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 16.66%;
    flex: 0 0 16.66%;   
} */
.app-search-bar .sui-layout-buy .SearchResult .grid-col .MuiCard-root {
  height: auto;
}
/* .app-search-bar .sui-layout-buy .SearchResult .grid-col .MuiCard-root .MuiButtonBase-root {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
} */
/* .app-search-bar .sui-layout-buy.hide-filters .SearchResult,
.app-search-bar .sui-layout-buy.hide-filters .advertise-banner,
.hide-filters .paging-wrapper {
    width: 80%;
} */
.hide-filters .paging-right {
  width: 20%;
}
.app-search-bar .sui-layout-buy .list-product-action .product-top-action {
  /* flex-direction: column; */
  padding: 0;
  /* margin-bottom: 22px; */
}
.app-search-bar .sui-layout-buy .list-product-action .product-top-action .top-icon,
.app-search-bar .sui-layout-buy .list-product-action .product-top-action .btn {
  margin-bottom: 22px;
}
/* .app-search-bar .sui-layout-buy .list-product-action .product-top-action .top-icon {
    margin: 0 0 10px;
}
.app-search-bar .sui-layout-buy .list-product-action .product-top-action .discontinued-btn,
.app-search-bar .sui-layout-buy .list-product-action .product-top-action .offer-btn {    
    margin-left: 0;
    margin-bottom: 10px;
} */
.app-search-bar .sui-layout-buy .SearchResult .product-name-block .MuiCardContent-root {
  padding: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .product-name-block .bluebg-btn {
  max-width: 135px;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .list-img {
  margin: 0;
  padding: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .product-table-card
  .rating-wrap-col
  .product-link {
  display: block;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .code-txt {
  padding-top: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name,
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name-inner,
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name-inner .title {
  height: auto;
  margin-bottom: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name-inner a {
  display: inline-block;
  margin-bottom: 10px;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card {
  width: unset;
  position: relative;
  border: 1px solid #dadada;
  background: #f9f9f9;
  border-radius: 0 0 4px 4px;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .table-view-wrapper
  .product-table-card
  .list-img {
  width: 100%;
  height: auto;
  max-width: 200px;
  max-height: 150px;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .bluebg-btn,
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .bottom-info .graybg-btn {
  display: none;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
  border-top: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 12px;
  background: url("/img/svgs/back-shadow.png") no-repeat;
  background-size: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.app-search-bar .score-data {
  color: red;
  position: absolute;
  top: 0px;
  display: none;
}

.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  border-bottom: 0;
  padding-top: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
  padding-left: 0;
  min-width: 90px;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col9 {
  text-align: center;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #dadada;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  text-align: left;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a {
  color: inherit;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col a:hover {
  color: #506db7;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.list-action-hide {
  display: none;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-row-hover td {
  border-bottom: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name {
  font-size: 14px;
  line-height: 18px;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card .product-name .title {
  font: inherit;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr {
  border: 1px solid transparent;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper thead tr {
  border-bottom: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tbody tr:nth-child(1) {
  border-top: 1px solid #010102;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .table-view-wrapper
  tbody
  tr.product-row-hover:nth-child(1) {
  border-top: 1px solid #dadada;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
  border: 1px solid #dadada;
  border-top: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
  border: 1px solid #dadada;
  border-bottom: 0;
  background: #f9f9f9;
}
.app-search-bar .sui-layout-buy .SearchResult .product-table-card td {
  border-bottom: 0;
  padding-top: 25px;
  vertical-align: top;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn {
  display: inline-flex;
  width: auto;
  color: #fff;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .product-table-card
  .product-name-block
  .graybg-btn:hover {
  background: transparent;
  color: #9d9992;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper {
  box-shadow: none;
  border-radius: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
  width: 35px;
  height: 35px;
  display: flex;
  background: #007bff;
  border-radius: 7px;
  align-items: center;
  justify-content: center;
  padding: 5px;
  cursor: pointer;
  margin: 0 auto;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn:hover {
  background: #506db7;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
  max-width: 300px;
  /*overflow: visible;*/
  /*white-space: unset;*/
  /*text-overflow: unset;*/
  overflow: hidden;
  text-overflow: ellipsis;
}
.app-search-bar .sui-layout-buy .SearchResult .separator {
  height: 15px;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
  display: none;
}

.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .netprice-col {
  min-width: 120px;
  text-align: end;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
  display: flex;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
  flex: 1;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
  min-width: 197px;
  padding-right: 0;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
  min-width: 256px;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
  min-width: 135px;
}
.app-search-bar .sui-layout-buy .SearchResult .login-btn {
  padding: 0;
  background: transparent;
  flex: 1;
  display: flex;
  justify-content: flex-start;
}
.app-search-bar .sui-layout-buy .SearchResult .login-btn a {
  font-size: 12px;
  line-height: 17px;
  color: #3755a4;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  background: transparent;
  text-transform: uppercase;
  text-align: left;
}
.app-search-bar .sui-layout-buy .SearchResult .login-btn a:hover {
  color: #506db7;
}
.app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.fam-col {
  width: 30px;
}
.app-search-bar .sui-layout-buy .autocomplete .sui-search-box__autocomplete-container {
  z-index: 3;
  max-width: max-content;
}
.app-search-bar .sui-layout-buy .SearchResult .card-product-img {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.app-search-bar .sui-layout-buy .SearchResult .card-product-img .product-img {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0.2rem;
    width: 175px;
    height: 175px;
    object-fit: contain;
    margin: auto;
}
.app-search-bar .sui-layout-buy .SearchResult .card-product-img .card-product-link {
  margin-top: 5px;
  margin-bottom: 30px;
  padding: 0.3rem;
  margin-right: 5%;
}
.app-search-bar .sui-layout-buy
  .SearchResult
  .list-view-wrapper
  .product-table-card
  .list-link-wrap {
  height: 150px;
}
.app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
  height: auto;
}

.sui-layout-body__inner {
  max-width: 100% !important;
}

.app-search-bar .sui-layout-buy .sui-layout-header__inner,
.app-search-bar .sui-layout-buy .sui-layout-body__inner,
.main-heading,
.container-width {
  /* max-width: 1940px; */
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  /* padding-right: 50px; */
  padding-right: 1%;
}

.app-search-bar .sui-layout-buy .sui-layout-body {
  padding: 0;
  background: #ffffff;
}

.app-search-bar .search-tab-wrapper .tab-heading {
  background: transparent;
  box-shadow: none;
  color: #007bff;
  width: auto;
  z-index: unset;
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTabs-root {
  min-height: unset;
}
.app-search-bar .search-tab-wrapper .tab-heading button {
  padding: 6px 12px 12px;
  font-size: 14px;
  line-height: 18px;
  font-family: "Nunito Sans", sans-serif;
  font-weight: normal;
  opacity: 1;
  min-width: auto;
  min-height: auto;
  text-transform: unset;
  outline: 0;
  border: 0;
  text-transform: capitalize;
  max-width: unset;
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected {
  color: #707070;
  font-family: "Nunito Sans", sans-serif;
  font-weight: bold;
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after,
.app-search-bar .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 9px solid #707070;
  z-index: 1;
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #f9f9f9;
  z-index: 2;
  bottom: -3px;
}
.app-search-bar .search-tab-wrapper .tab-heading .MuiTabs-indicator {
  display: none;
}
.app-search-bar .search-tab-wrapper .tab-heading button .MuiTab-wrapper {
  display: block;
}
.app-search-bar .search-tab-wrapper .tab-heading button .MuiTouchRipple-root {
  display: none;
}
.app-search-bar .search-tab-wrapper .search-label {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  padding-bottom: 8px;
}
.app-search-bar .search-tab-wrapper .search-tab-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  bottom: -1px;
}

.app-search-bar .SearchBar {
  margin-bottom: 15px;
}
.app-search-bar .SearchBar .form-control {
  width: 100%;
  padding-right: 10px;
}
.app-search-bar .SearchBar .form-control .MuiOutlinedInput-root {
  background: #f7f7f7;
}
.app-search-bar .SearchBar .form-control .MuiOutlinedInput-notchedOutline {
  border-color: #d0d0d0;
}
.app-search-bar .SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
  font-size: 14px;
  line-height: 18px;
  color: #575351;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  padding: 13px 20px;
  text-align: left;
  background: inherit;
}
.app-search-bar .SearchBar .sui-search-box__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-color: #707070;
  background: #f9f9f9;
  padding: 12px 20px;
  box-shadow: none;
}

.app-search-bar .SearchBar .sui-search-box__text-input:focus {
  box-shadow: none;
  border-color: #707070;
}
.app-search-bar .SearchBar .sui-search-box__text-input::-ms-input-placeholder {
  color: #afafaf;
}
.app-search-bar .SearchBar .sui-search-box__text-input::-webkit-input-placeholder {
  color: #afafaf;
}
.app-search-bar .SearchBar .sui-search-box__text-input::placeholder {
  color: #afafaf;
}
.app-search-bar .SearchBar .sui-search-box__submit {
  font-size: 14px;
  line-height: 18px;
  color: #ffffff;
  background: #3755a4;
  box-shadow: none;
  outline: 0;
  min-width: 150px;
  padding: 12px;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  text-transform: capitalize;
}
.app-search-bar .SearchBar .sui-search-box__submit:hover {
  background: #506db7;
}

.app-search-bar .SearchBar .sui-search-box__text-input {
  font-size: 14px;
  line-height: 18px;
  color: #707070;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  border-color: #707070;
  background: #f9f9f9;
  padding: 12px 20px;
  box-shadow: none;
}

.app-search-bar .SearchBar .sui-search-box__text-input:focus {
  box-shadow: none;
  border-color: #707070;
}
.app-search-bar .SearchBar .sui-search-box__text-input::-ms-input-placeholder {
  color: #afafaf;
}
.app-search-bar .SearchBar .sui-search-box__text-input::-webkit-input-placeholder {
  color: #afafaf;
}
.app-search-bar .SearchBar .sui-search-box__text-input::placeholder {
  color: #afafaf;
}

.app-search-bar .sui-select__menu {
  z-index: 2 !important
}

.app-search-bar .top-like-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
  cursor: pointer;
}
.app-search-bar .top-like-icon .likeBtn {
  min-width: 20px;
}
.app-search-bar .banner-top {
  display: flex;
  width: 100%;
  flex-direction: row;
  padding: 10px;
  justify-content: center;
  border: "2px solid red"
}

.app-search-bar .sui-sorting {
  width: 100% !important;
}
.app-search-bar .banner-top img {
  width: 100%;
}












@media screen and (min-width: 4110px) and (max-width: 6000px) {
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 90%;
    padding-right: 10px;
  }
  /* .app-search-bar .sui-layout-buy .SearchResult .grid-col {
        max-width: 19%; 
        flex: 0 0 19%;
    } */
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 10%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 160rem;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 8%;
    flex: 0 0 10%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16% !important;
    flex: 0 0 16% !important;
    min-width: 180px !important;
  }
}

@media screen and (max-width: 4100px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 112rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 10%;
    flex: 0 0 10%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 18% !important;
    flex: 0 0 18% !important;
    min-width: 200px !important;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}

@media screen and (max-width: 2800px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 60rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 87%;
    padding-right: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 15%;
    flex: 0 0 14%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 20% !important;
    flex: 0 0 20% !important;
    min-width: 220px !important;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 13%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 13%;
    box-shadow: none;
  }
}

@media screen and (min-width: 2110px) and (max-width: 2790px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 47rem;
  }
}

@media screen and (max-width: 2100px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 39rem;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 16%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 22% !important;
    flex: 0 0 22% !important;
    min-width: 240px !important;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1920px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 29rem;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 83%;
    padding-right: 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 16.6% !important;
    flex: 0 0 16.6% !important;
    min-width: 250px !important;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 17%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 17%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1800px) {
  .app-search-bar .gray-btn {
    font-size: 12px;
  }
  .app-search-bar .clear-filter {
    font-size: 0.7rem;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 84%;
    /* padding-right: 20px; */
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    /* flex: 0 0 16% !important;  */
  }

  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
    min-width: 250px !important;
  }
  .app-search-bar .sui-layout-buy .hide-filter .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 27rem;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 16%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 16%;
    box-shadow: none;
  }
}

@media screen and (max-width: 1600px) {
  .app-search-bar .sui-layout-buy .sui-layout-header__inner,
  .app-search-bar .sui-layout-buy .sui-layout-body__inner,
  .app-search-bar .main-heading,
  .app-search-bar .container-width {
    padding-left: 10px;
    /* padding-right: 25px; */
    padding-right: 1%;
  }
  .app-search-bar .paging-wrapper {
    padding-right: 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 23rem;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 15px;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-main-footer {
    padding-right: 15px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-main {
    padding: 0 0 0 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 20%;
    flex: 0 0 20%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 30% !important;
    flex: 0 0 30% !important;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-list-img {
    min-width: 155px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col {
    min-width: 235px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
}

@media screen and (max-width: 1440px) {
  .app-search-bar .clear-filter {
    padding: 0 8px;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 88%;
    padding-right: 12px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 12%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px 6px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 220px;
  }
  .app-search-bar .main-heading {
    padding-top: 25px;
  }
  .app-search-bar .main-heading .buy-heading {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 12px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 12%;
  }
  .app-search-bar .sui-layout-buy .sui-layout-main {
    /* width: 79%; */
    padding: 0 0 0 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 316px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 428px;
  }
}

@media screen and (max-width: 1366px) {
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 35%;
    flex: 0 0 32%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 195px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 323px;
  }
}

@media screen and (max-width: 1280px) {
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .app-search-bar .sui-layout-buys .SearchResult .grid-col {
    max-width: 25%;
    flex: 0 0 25%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 85%;
    padding-right: 12px;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 15%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-sorting,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar fieldset.MuiFormControl-root {
    padding: 10px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .app-search-bar .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .selectbox-wrapper {
    width: 100%;
    flex: auto;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet {
    font-size: 13px;
    line-height: 17px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-boolean-facet__option-count,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-multi-checkbox-facet__option-count {
    font-size: 13px;
    line-height: 17px;
    margin-left: 12px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper table,
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper tbody {
    display: block;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
    display: flex;
    flex-wrap: wrap;
    padding-left: 130px;
    border-radius: 0 0 5px 5px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    width: 100%;
    padding: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-name-block {
    flex: unset;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .progressbar {
    margin-bottom: 20px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-name-block {
    padding-bottom: 10px;
  }
  /* .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .app-search-bar .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 0;
    min-width: 100px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .product-table-card .list-img {
    height: 100px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .rating-wrap-col,
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .list-product-action {
    min-width: unset;
  }
  /* .app-search-bar .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action {
        justify-content: flex-end;
        flex-direction: row-reverse;    
    }
    .app-search-bar .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .app-search-bar .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;        
    }
    .app-search-bar .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .app-search-bar .sui-layout-buy .list-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 13px;
    line-height: 17px;
    margin-bottom: 8px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 205px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 343px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-link-wrap {
    height: 100px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    .list-img {
    max-height: 100px;
  }
}




@media screen and (min-width: 6010px) and (max-width: 10000px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 200rem;
  }
  .sui-layout-main {
    width: 100%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 91%;
    padding-right: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 6%;
    flex: 0 0 10%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col-fev {
    max-width: 14% !important;
    flex: 0 0 14% !important;
    min-width: 160px !important;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 10%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 9%;
    box-shadow: none;
  }
}


@media screen and (min-width: 300px) and (max-width: 767px) {
  .app-search-bar .graybg-btn,
  .app-search-bar .bluebg-btn {
    font-size: 13px;
    line-height: 16px;
    min-height: 33px;
    padding: 0 5px;
  }
  .app-search-bar .SearchBar {
    margin-bottom: 12px;
  }
  .app-search-bar .SearchBar .form-control {
    padding-right: 0;
  }
  .app-search-bar .SearchBar .searchbar-left {
    width: 100%;
    margin-bottom: 12px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .app-search-bar .SearchBar .searchbar-right {
    width: 100%;
    max-width: 100%;
    flex-basis: 100%;
  }
  .app-search-bar .SearchBar .form-control .MuiSelect-outlined.MuiSelect-outlined {
    font-size: 13px;
    line-height: 17px;
    padding: 13px 15px;
  }
  .app-search-bar .SearchBar .sui-search-box__text-input {
    font-size: 13px;
    line-height: 17px;
    padding: 12px 15px;
  }
  .app-search-bar .SearchBar .sui-search-box__submit {
    font-size: 13px;
    line-height: 17px;
    margin-left: 8px;
    min-width: 90px;
    padding: 5px;
  }
  .app-search-bar .SearchBar .sui-search-box__submit {
    background: #3755a4 url("/img/svgs/search-white.png") no-repeat;
    font-size: 0;
    line-height: 0;
    background-size: 17px;
    background-position: center;
    min-width: 40px;
  }
  .app-search-bar .search-tab-wrapper .tab-heading button {
    font-size: 13px;
    line-height: 17px;
    padding: 6px;
    max-width: 200px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .separator {
    height: 0;
  }
  .app-search-bar .sui-layout-buy .SearchResult .search-result-wrapper {
    margin: 0 -15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .app-search-bar .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 50%;
    flex: 0 0 50%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .desk-hide {
    display: table-cell;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .sm-hide {
    display: none;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.webcode-col {
    text-align: left;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .cart-action .cart-btn {
    width: 28px;
    height: 28px;
    padding: 5px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 13px;
    line-height: 17px;
    padding: 7px 4px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .list-img {
    width: auto;
    height: 52px;
    max-width: 100%;
    object-fit: contain;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper table {
    display: block;
    min-width: 380px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper thead,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tbody {
    display: block;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr {
    display: flex;
    border: 0;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr.product-row-hover {
    border: 0;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper tr.product-table-card {
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #dadada;
    padding-top: 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card {
    flex-wrap: wrap;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    width: 100%;
    padding: 8px 20px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:first-child {
    padding-top: 20px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .product-table-card
    td:last-child {
    padding-bottom: 20px;
  }
  /* .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 75%;
        padding-right: 10px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 25%;
        padding-left: 10px;
    } */
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    width: 100%;
    padding-left: 20px;
  }
  /* .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action {
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .discontinued-btn, 
    .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .offer-btn {
        margin-left: 10px;
        margin-bottom: 0;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon {
        margin: 0 0 0 10px;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action .top-icon.headphone-icon {
        margin-left: 0;
    } */
  .app-search-bar .sui-layout-buy .table-view-wrapper .img-col,
  .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col1 {
    width: 17%;
  }
  .app-search-bar .sui-layout-buy .table-view-wrapper .webcode-col,
  .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col2 {
    width: 20%;
  }
  /* .app-search-bar .sui-layout-buy .table-view-wrapper .fabricante-col,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col2, 
    .app-search-bar .sui-layout-buy .table-view-wrapper .pvpneto-col,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col5 {
        width: 23%;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .cart-action,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 17%;
    }      */

  .app-search-bar .sui-layout-buy .table-view-wrapper .col-name,
  .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col5 {
    width: 43%;
  }

  .app-search-bar .sui-layout-buy .table-view-wrapper .pvpneto-col,
  .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col6 {
    width: 20%;
  }

  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: unset;
  }
  /* .app-search-bar .sui-layout-buy .table-view-wrapper .fabricante-col,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col3 {
        width: 30%;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .ref-col,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col4 {
        width: 30%;
    }
    .app-search-bar .sui-layout-buy .table-view-wrapper .stock-col,
    .app-search-bar .sui-layout-buy .table-view-wrapper .thead-col9 {
        width: 23%;
    } */
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    padding-left: 4px;
  }
  .app-search-bar .sui-layout-buy .table-view-wrapper .pvpneto-col span {
    display: block;
  }
  .app-search-bar .sui-layout-buy .table-view-wrapper .pvpneto-col .net-value {
    font-size: 11px;
    line-height: 15px;
  }
  .selectbox-wrapper {
    width: 100%;
  }
  /* .app-search-bar .sui-layout-buy .table-view-wrapper.not-login .thead-col2,
    .app-search-bar .sui-layout-buy .table-view-wrapper.not-login .fabricante-col {
        width: 40%;
    }     */
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 20px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1 {
    min-width: unset;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 100%;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 100%;
  }
  .app-search-bar .sui-layout-buy .table-view-wrapper .list-product-action .product-top-action,
  .app-search-bar .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .top-icon,
  .app-search-bar .sui-layout-buy
    .table-view-wrapper
    .list-product-action
    .product-top-action
    .btn {
    margin-bottom: 0;
  }

}
@media screen and (min-width: 150px) and (max-width: 766px) {
  .app-search-bar .sui-layout-buy .SearchResult .MuiCard-root .MuiButtonBase-root {
  min-height: 362px;
  padding: 0;
  border: 1px solid #cccccc;
  width: 97%;
  border-radius: 5px;
  overflow: hidden;
}
.app-search-bar .sui-layout-buy .SearchResult .rating-wrap {
  padding: 10px;
}
}

@media screen and (min-width: 150px) and (max-width: 410px) {
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
    font-size: 12px;
    line-height: 16px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
    padding: 10px 15px;
  }
  /* .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .app-search-bar .sui-layout-buy
    .SearchResult
    .list-view-wrapper
    .product-table-card
    td.product-list-img {
    padding: 20px 15px 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td {
    padding: 8px 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th.thead-col1,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.img-col {
    padding-left: 15px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper
    .familyname-row
    .family-name {
    padding-left: 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th:last-child,
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td:last-child {
    padding-right: 15px;
  }
  /* .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.rating-wrap-col {
        width: 70%;
    }
    .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .product-table-card td.list-product-action {
        width: 30%;
    } */
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    .product-table-card
    td.rating-wrap-col {
    width: 100%;
    padding-right: 15px;
  }
  .app-search-bar .SearchBar .sui-search-box__submit {
    background-size: 16px;
    min-width: 30px;
  }
  .app-search-bar .search-tab-wrapper .tab-heading button:first-child {
    padding-left: 0;
  }
  .app-search-bar .search-tab-wrapper .search-label {
    width: 100%;
    text-align: left;
  }
}

@media screen and (max-width: 575px) {
  .app-search-bar .sui-layout-buy .SearchResult .product-name {
    height: auto;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-row {
    /* margin: 0 -15px; */
  }
  .app-search-bar .sui-layout-buy .SearchResult .MuiCard-root {
    /* border: 0;
        border-radius: 0; */
        height: auto !important;
    } 
    .app-search-bar .sui-layout-buy .SearchResult .ref-txt {
        padding: 10px;
    }   
    .app-search-bar .sui-layout-buy .SearchResult .product-img {
        padding: 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .card-product-img .product-img {
        padding: 0;
        width: 135px;
        height: 135px;
        object-fit: contain;
        margin: auto;
    }
    .app-search-bar .sui-layout-buy .SearchResult .card-product-img .card-product-link {
        padding: 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .info-wrapper {
        padding: 12px 0px 12px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0;
    }
    .app-search-bar .sui-layout-buy.hide-filters .SearchResult .grid-col {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .app-search-bar .sui-layout-buy .SearchResult .info-wrap {
        height: auto;
        padding-bottom: 7px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        padding-left: 0;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-list-img {
        position: static;
        width: 100%;
        height: auto;
        padding: 20px 20px 10px;
        background: #ffffff;
        text-align: center;
    }
    .app-search-bar .sui-layout-buy .SearchResult .product-table-card .list-img {
        margin: auto;
        width: 155px;
        height: 155px;
    }
    .app-search-bar .sui-layout-buy .product-top-action {
        padding: 10px 20px 0;
    }
    .app-search-bar .sui-layout-buy .SearchResult .offer-valid-block {
        padding: 10px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .bottom-info {
        padding: 10px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .code-txt {
        padding: 10px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .stock-info {
        margin-bottom: 7px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper {
        margin: 0 -15px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card {
        border: 0;
        border-radius: 0;
    }    
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td {
        padding: 10px 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td:last-child {
        padding-bottom: 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.rating-wrap-col {
        padding-bottom: 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card td.product-name-block {
        padding-top: 20px;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-link-wrap {
        height: auto;
    }
    .app-search-bar .sui-layout-buy .SearchResult .list-view-wrapper .product-table-card .list-img {
        width: 155px;
        height: 155px;
        max-height: 150px;
    }  
}

@media screen and (max-width: 1024px) {
  .app-search-bar .SearchBar .sui-search-box__submit {
    min-width: 120px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-facet__title,
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sui-sorting__label,
  .app-search-bar .sui-layout-buy
    .sui-layout-sidebar
    fieldset.MuiFormControl-root
    .MuiFormLabel-root {
    font-size: 12px;
    line-height: 16px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar .sorting-direction label {
    font-size: 12px;
    line-height: 16px;
  }
  .app-search-bar .sui-layout-buy
    .sui-layout-sidebar
    fieldset
    .MuiFormControlLabel-root
    .MuiFormControlLabel-label {
    font-size: 13px;
    line-height: 17px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    z-index: 1101;
    position: fixed;
    top: 0;
    width: 85%;
    height: 100%;
    padding: 55px 15px 30px 15px;
    display: block;
    left: -87%;
    -o-transition: left 0.3s;
    -ms-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -webkit-transition: left 0.3s;
    transition: left 0.3s;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(128, 110, 110, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    margin: 0;
    background-color: #fcfcfc;
    overflow: auto;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar--toggled {
    left: 0;
    top: 10rem;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar-toggle {
    position: fixed;
    left: 0;
    top: 152px;
    font-size: 0;
    padding: 0;
    margin: 0;
    border: 0;
    outline: 0;
    width: 50px;
    height: 50px;
    border-radius: 0;
    z-index: 1040;
    display: flex;
    align-items: center;
    justify-content: center;
    -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 3px 6px rgba(32, 14, 14, 0.4);
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.4);
    display: block !important;
    background-color: #ffffff;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar-toggle:before {
    content: "";
    background: url("/img/svgs/filter-menu.svg") no-repeat;
    background-size: 100%;
    display: inline-block;
    width: 30px;
    height: 30px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar--toggled .sui-layout-sidebar-toggle {
    display: none !important;
  }
  .app-search-bar .sui-layout-buy .sidebar-toggle-close {
    display: block;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .app-search-bar .sui-layout-buy .sui-layout-main {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 991px) {
   .app-search-bar .sui-layout-buy .SearchResult .rating-wrap {
    padding: 10px 0;
  }
  .app-search-bar .sui-layout-buy.hide-filters .SearchResult {
    width: 100%;
    padding-right: 0;
    order: 2;
  }
  .app-search-bar .sui-layout-buy.hide-filters .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
    max-width: 100%;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 100%;
    order: 1;
    margin-bottom: 15px;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    padding-right: 0;
    width: 100%;
    order: 2;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 477px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
}

@media screen and (max-width: 800px) {
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 300px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 353px;
  }
}


@media screen and (max-width: 1199px) {
  .app-search-bar .sui-layout-buy .sui-layout-header__inner,
  .app-search-bar .sui-layout-buy .sui-layout-body__inner,
  .main-heading,
  .container-width {
    padding-left: 15px;
    padding-right: 15px;
  }
  .app-search-bar .sui-layout-buy .advertise-banner {
    width: 18%;
    box-shadow: none;
  }
  .app-search-bar .sui-layout-buy .sui-layout-sidebar {
    width: 15%;
  }
  .app-search-bar .sui-layout-buy .SearchResult {
    width: 82%;
    padding-right: 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .info-wrapper {
    padding: 15px 10px;
  }
  .app-search-bar .sui-layout-buy.hide-filters .SearchResult .grid-col {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .app-search-bar .sui-layout-buy .SearchResult .ratting-wrapper {
    padding: 0;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper th {
    font-size: 13px;
    line-height: 17px;
    padding: 0 7px 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td {
    padding: 10px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 300px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .product-table-card
    .product-name-block
    .graybg-btn {
    font-size: 13px;
    line-height: 17px;
    min-height: 33px;
    padding: 0 5px;
  }
  .app-search-bar .sui-layout-buy .SearchResult .table-view-wrapper td.product-name-block {
    width: 282px;
  }
  .app-search-bar .sui-layout-buy
    .SearchResult
    .table-view-wrapper.not-login
    td.product-name-block {
    width: 350px;
  }
}

@media screen and (max-width: 1600px) {
  .app-search-bar .sui-layout-buy .sui-layout-header__inner,
  .app-search-bar .sui-layout-buy .sui-layout-body__inner,
  .main-heading,
  .container-width {
    padding-left: 10px;
    /* padding-right: 25px; */
    padding-right: 1%;
  }

}

.app-search-bar .search-result-link a {
  color: #000000;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  display: block;
  font-weight: 900;
}

.app-search-bar  .close-popup {
  top:7px;
}
.sui-search-box__wrapper.relative {
  position: relative;
}

.sui-layout-header__inner .SearchBar {
  margin: 0;
}

.SearchBar .sui-search-box__submit {
  font-size: 18px;
}
.AddProductWrapper {
  display: flex;
}
.AddProductWrapper input.qtyInput{
  width: 50px !important;
  height: 32px !important;
  border-radius: 5px !important;
  border-color: #c3c3c3 !important;
}
.truncate-two-line {
  display: -webkit-box;
  /*max-width: 250px;*/
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;  
  white-space: break-spaces;
}
.box-shadow-strip-wrapper::before {
  z-index: 1;
}


.AddProductWrapper li.plusQtySendButton {
  background-color: #3755a4 !important;
  border-color: #c3c3c3 !important;
  color: #ffffff !important;
  stroke: #fff !important;
  border-radius: 5px !important;
  border-width: 1px !important;
  width:32px !important;
  height: 32px !important;
  padding: 5px !important;
  text-align: center !important;
  line-height: 20px;
  
  margin-left: 5px;
}

.sui-search-box {
  justify-content: flex-start;
}
.search-tab-wrapper.chip-visible
  .tab-heading
  .MuiTab-textColorInherit.Mui-selected:before,
.search-tab-wrapper.chip-visible
  .tab-heading
  .MuiTab-textColorInherit.Mui-selected:after {
  display: none;
}
.search-tab-wrapper.chip-visible .sui-search-box__wrapper {
  display: none;
}

.icon-input .sui-search-box__text-input {
  padding: 12px 80px 12px 20px !important;
  position: relative;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  box-shadow: none;
  background: #f9f9f9;
  border-color: #707070;
  background-size: 25px;
  background-position: center right 15px;
  background-repeat: no-repeat;
  background-image: url("https://www.futurasmus-knxgroup.com/newDesigning/images/search-gray.svg");
}

.sui-search-box__wrapper.show-suggestion
  .icon-input
  .sui-search-box__text-input {
  background-position: center right 50px;
  padding: 12px 50px 12px 20px !important;
}

.selected-product-chip {
  width: auto;
  height: 100%;
}

.show-suggestions-btn-wrapper {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}
.show-suggestions-btn-wrapper > .MuiIconButton-root {
  height: 100%;
  border-radius: 0;
}
.custom-search-wrap {
  width: calc(100% - 180px);
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
}
.custom-search-wrap .sui-layout-body__inner {
  padding-right: 0 !important;
}
.custom-search-wrap.w-100 {
  /*width: 100%;*/
  width: 75vw !important;
}
.custom-search-wrap.w-100 .sui-layout-body__inner {
  padding-right: 15px !important;
}
.custom-search-wrap .SearchResult {
  width: 100% !important;
  padding: 0;
  padding-bottom: 40px;
}
.custom-search-wrap li {
  list-style: none;
}
.custom-search-wrap .sui-layout-body__inner .search-results-table-wrap {
  border: 1px solid #cdcdcd;
}
.sui-layout-body:after {
  display: none;
}
.custom-search-wrap .sui-layout-body__inner .sidebar-suggestion {
  background-color: #fafafa;
  border-right: 1px solid #cdcdcd;
}
.SearchBar .sui-search-box__text-input,
.icon-input .sui-search-box__text-input {
  border-radius: 4px !important;
  border: 1px solid #cdcdcd !important;
  background-color: #fafafa;
}
.SearchBar .open-search .sui-search-box__text-input,
.icon-input .open-search .sui-search-box__text-input {
  border-radius: 4px 4px 0 0 !important;
}

.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:before {
  border-bottom: 10px solid #fafafa;
}
.search-tab-wrapper .tab-heading .MuiTab-textColorInherit.Mui-selected:after {
  border-bottom: 10px solid #cdcdcd;
}
.sui-layout-buy .sui-layout-header__inner {
  padding-right: 20px !important;
}
.custom-search-wrap .qtyWrapperInput {
  width: 76px;
  padding: 0 25px;
  text-align: center;
  background-color: #fafafa;
  font-size: 14px;
  border-radius: 4px;
  border-color: #aeaeae;
  overflow: hidden;
}
.custom-search-wrap .qtyWrapper .prd-in-card.cardBtnLi {
  padding: 3px;
  width: 23px;
}
.custom-search-wrap .qtyWrapper .plusQty {
  border-radius: 0 4px 4px 0;
  /* border-left: 1px solid #cdcdcd; */
}
.custom-search-wrap .qtyWrapper .minusQty {
  border-radius: 4px 0 0 4px;
  /* border-right: 1px solid #cdcdcd; */
}
.custom-search-wrap .qtyWrapper .prd-in-card img {
  width: 14px;
}
.custom-search-wrap .delete-link {
  min-width: 20px;
}
.custom-search-wrap .cardBtnLi {
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-search-wrap .cell-wrap {
  display: inline-flex;
  align-items: center;
}
.custom-search-wrap .MuiListItem-secondaryAction {
  padding-right: 30px;
}
.custom-search-wrap .MuiListItemSecondaryAction-root.list-icon {
  width: 23px;
  margin-right: -10px;
}
.custom-search-wrap .btn.bluebg-btn {
  background-color: #3755a4;
  border-color: #3755a4;
  color: #ffffff !important;
}

.custom-search-wrap .btn.btn-grayb {
  background-color: #dadada;
}

.custom-search-wrap .btn.btn-watch.graybg-btn {
  max-width: 142px;
}
.custom-search-wrap .btn.bluebg-btn.addCarro {
  min-width: 115px;
}

.custom-search-wrap .product-action .MuiSvgIcon-root {
  transform: rotate(90deg);
}

.custom-search-wrap .folder-icon {
  margin-left: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
}
.custom-search-wrap .folder-icon img {
  width: 80%;
}
.left-list-items.MuiListItem-root {
  cursor: pointer;
}
.left-list-items.MuiListItem-root .active {
  color: rgb(0, 123, 255);
}

.left-list-items.MuiListItem-root .MuiTypography-root {
  font-size: 14px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
.left-list-items.MuiListItem-root .MuiTypography-root b {
  font-weight: 900;
}
.left-list-items.MuiListItem-root ~ .MuiListItemSecondaryAction-root {
  margin-right: -10px;
}
.sui-layout.sui-layout-buy {
  position: relative;
}
.sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper thead {
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1);
}
.sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper thead th {
  background-color: #fff;
  padding: 15px 10px 10px 10px;
  border-bottom: 1px solid #cdcdcd;
}
.sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper tbody tr {
  border-top: 1px solid #cdcdcd !important;
  border-bottom: none !important;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper
  tbody
  tr.row-pink {
  background-color: #f8d7da !important;
}
.sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper tbody td {
  padding: 5px 10px;
  background-color: transparent;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper
  tbody
  td.img-col
  a {
  width: 35px;
  display: block;
  min-width: 35px;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper
  .product-action {
  position: sticky;
  right: 0;
  background-color: #fff;
  padding: 5px;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper
  tr.row-pink
  .product-action {
  background-color: #f8d7da;
}

.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper
  .product-action
  .open-modal-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  cursor: pointer;
}
.sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper {
  max-height: 336px;
  padding: 0;
  scrollbar-width: thin;
  scrollbar-color: #cdcdcd transparent;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper::-webkit-scrollbar {
  width: 6px;
  background-color: transparent;
  border-radius: 0;
  height: 6px;
}
.sui-layout-buy
  .custom-search-wrap
  .SearchResult
  .table-view-wrapper::-webkit-scrollbar-thumb {
  background-color: #cdcdcd;
  border-radius: 20px;
}

.custom-search-wrap
  .sui-layout-body__inner
  .search-results-table-wrap
  .search-results-table-wrap {
  position: relative;
}

.search-result-link {
  padding: 15px 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #cdcdcd !important;
}
.search-result-link a {
  color: #3755a4;
  font-size: 16px;
  line-height: 20px;
  text-decoration: underline;
  display: block;
}
.hide-on-mobile .search-result-link {
  position: absolute;
  bottom: 0;
  right: 0;
  border: none !important;
  padding: 12px;

  /* position: absolute;
  bottom: 18px;
  right: 0;
  border: none !important; */
}

.hide-on-mobile .normal.search-result-link {
  position: unset;
  padding: 15px 15px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 1px solid #cdcdcd !important;
}
.select-chips-wrap .select-chips-inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px -15px;
}
.select-chips-wrap .select-chips-inner .MuiChip-root.custom-select-chip,
.searchbar-right .MuiChip-root.custom-select-chip {
  background-color: #fff;
  border-radius: 4px;
  padding: 8px 35px 8px 8px;
  border: 1px solid #cdcdcd;
  display: inline-flex;
  align-items: center;
  text-align: center;
  margin: 0 8px 15px;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.select-chips-wrap
  .select-chips-inner
  .MuiChip-root.custom-select-chip
  .MuiSvgIcon-root,
.searchbar-right .MuiChip-root.custom-select-chip .MuiSvgIcon-root {
  width: 34px;
  padding: 5px 10px 5px 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  color: #6a6a6a;
  display: block;
  margin: 0;
  z-index: 1;
}
.autocomplete-chip .MuiAutocomplete-tag {
  border-radius: 4px;
  padding: 5px 5px 5px 25px;
  border: 1px solid #cdcdcd;
  display: inline-flex;
  align-items: center;
  text-align: left;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  background-color: #efefef;
}
.autocomplete-chip .MuiAutocomplete-tag .MuiSvgIcon-root {
  width: 24px;
  padding: 5px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  color: #6a6a6a;
  display: block;
  border-right: 1px solid #cdcdcd;
  margin: 0;
  z-index: 1;
}
.autocomplete-chip .MuiAutocomplete-endAdornment {
  display: none;
}

.selected-product-chip .MuiChip-root.custom-select-chip {
  height: 50px;
  min-width: 200px;
  justify-content: flex-start;
}

.close-icon-modal {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: -20px -20px -20px 0;
}
.close-icon-modal i {
  padding: 5px;
  cursor: pointer;
}
.custom-autocomplete-modal {
  padding: 20px;
  background-color: #fff;
  height: 400px;
  overflow-y: auto;
}

.autocomplete-modal {
  padding: 10px;
}
.autocomplete-modal .makeStyles-paper-9 {
  max-width: 550px;
  width: 100%;
  background-color: transparent;
  height: auto;
}
.autocomplete-modal .autocomplete-chip {
  width: 100%;
}

.show-on-mobile {
  display: none;
}
.product-modal-wrap .close-icon {
  margin-left: 0;
}

.product-modal-wrap .MuiPaper-root {
  margin: auto !important;
  position: relative;
}
.product-modal-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 10px;
  overflow-y: auto;
}
.product-modal-wrap .close-icon {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  padding: 3px;
  z-index: 1;
}
.product-modal-wrap .MuiButtonBase-root {
  margin: 0;
  padding: 40px 0 0;
  outline: none;
  background: #fff !important;
  cursor: default;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
.product-modal-wrap .product-top-action {
  position: absolute;
  top: 8px;
  right: 50px;
  left: 40px;
}
.product-modal-wrap .product-top-action .MuiTypography-root.discontinued-btn {
  font-size: 10px;
  line-height: 14px;
  color: #fff;
  background: #9d9992;
  border: 1px solid #9d9992;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  border-radius: 4px;
  outline: 0;
  box-shadow: none;
  cursor: default;
  padding: 2px 5px;
  margin-left: 10px;
  pointer-events: none;
  text-transform: uppercase;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-flex;
  align-items: center;
}
.product-modal-wrap .MuiTouchRipple-root {
  display: none;
}
.product-modal-wrap
  .MuiCardActionArea-root:hover
  .MuiCardActionArea-focusHighlight {
  display: none;
}
.product-modal-wrap .info-wrapper {
  padding: 10px 15px;
  background-color: #f5f5f4;
  height: 100%;
  width: 100%;
}
.product-modal-wrap .info-wrap {
  /* height: 46px;
  overflow: hidden;
  margin: 0 0 10px; */

  background: #f5f5f4;
  padding: 0px;
  width: 100%;
  height: 100%;
}
.product-modal-wrap .card-product-img {
  text-align: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-modal-wrap .product-name {
  font-size: 16px;
  line-height: 20px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  /* display: block; */
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px;

  /* font-size: 16px;
  line-height: 20px;
  color: #007bff;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  display: -webkit-box;
  margin: 0 auto;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 80px; */
}
.product-modal-wrap .product-name:hover {
  color: #506db7;
}
.product-modal-wrap .rating-wrap {
  padding: 10px;
}
.product-modal-wrap .rating-wrap p {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  padding: 0;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  user-select: text;
}
.product-modal-wrap .rating-wrap .separator-padding {
  padding: 10px 0;
}
.product-modal-wrap .progress-wrapper .progress-title {
  font-size: 14px;
  line-height: 18px;
  color: #010102;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-modal-wrap .progressbar {
  width: 100%;
  height: 7px;
  display: block;
  margin-bottom: 15px;
  background: rgb(210 209 201);
}
.product-modal-wrap .progressbar .progressbar-inner {
  background: #e80000;
  display: block;
  height: 7px;
}
.product-modal-wrap .progress-low .progressbar .progressbar-inner {
  background: #fca33e;
}
.product-modal-wrap .progress-medium .progressbar .progressbar-inner {
  background: #ffe551;
}
.product-modal-wrap .progress-full .progressbar .progressbar-inner {
  background: #26b365;
}

.product-modal-wrap .btn.bluebg-btn.addCarro {
  max-width: 135px;
}
.product-modal-wrap .product-top-action .top-icon {
  flex: 0 0 18px;
  max-width: 18px;
  margin-left: 10px;
  display: block;
}
.product-modal-wrap .product-top-action .top-icon img {
  width: 100%;
  object-fit: contain;
}
.bottom-info .graybg-btn {
  max-width: 135px;
}

@media (max-width: 1024px) {
  .custom-search-wrap {
    width: calc(100% - 145px);
  }

  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 85vw !important;
  }
}

@media (max-width: 959px) {
  .left-list-items.MuiListItem-root
    ~ .MuiListItemSecondaryAction-root
    .MuiSvgIcon-root {
    transform: rotate(90deg);
  }
  .show-on-mobile {
    display: block;
  }
  .hide-on-mobile {
    display: none;
  }
  .custom-search-wrap .SearchResult {
    border-top: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
  }
  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 85vw !important;
  }
}

@media (max-width: 767px) {
  .SearchBar .sui-search-box__submit {
    font-size: 0;
  }
  .SearchBar .sui-search-box__submit {
    display: none;
  }

  .custom-search-wrap {
    width: 100%;
  }

  .custom-search-wrap .sui-layout-body__inner {
    padding-right: 15px !important;
  }

  .sui-layout-buy .custom-search-wrap .SearchResult .search-result-wrapper {
    margin: 0;
  }

  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper table {
    max-width: 100%;
    width: 100%;
    display: table;
  }

  

  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    .list-img {
    height: 35px;
    width: 35px;
  }
  .sui-layout-buy .custom-search-wrap .table-view-wrapper .th,
  .sui-layout-buy .custom-search-wrap .table-view-wrapper .td {
    width: auto;
  }
  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper tr {
    display: table-row;
  }
  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper thead,
  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper tbody {
    display: table-row-group;
  }
  .sui-layout-buy .SearchResult .table-view-wrapper .col-name {
    max-width: 300px;
  }
  .search-result-link a {
    font-size: 14px;
  }
  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper {
    overflow-x: hidden;
  }
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    td.ellipsis-col,
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    th.ellipsis-col {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: auto;
    min-width: auto;
  }

  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    td.ellipsis-col.small,
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    th.ellipsis-col.small {
    max-width: 80px;
  }

  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 85vw !important;
  }
}
@media (max-width: 680px) {
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    td.ellipsis-col.large,
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    th.ellipsis-col.large {
    max-width: 185px;
  }
  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 95vw !important;
  }
}

@media (max-width: 575px) {
  .custom-autocomplete-modal {
    padding: 15px;
  }
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    td.ellipsis-col.small,
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    th.ellipsis-col.small {
    max-width: 50px;
    min-width: 40px;
  }

  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    td.ellipsis-col.large,
  .sui-layout-buy
    .custom-search-wrap
    .SearchResult
    .table-view-wrapper
    th.ellipsis-col.large {
    max-width: 120px;
    min-width: 60px;
  }
  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 95vw !important;
  }
}
@media (max-height: 575px) {
  .product-modal-wrap {
    align-items: flex-start;
  }
  .MuiAutocomplete-popper {
    max-height: 200px !important;
    height: 180px !important;
  }
 
}
@media (max-width: 390px) {
  .sui-layout-buy .custom-search-wrap .SearchResult .table-view-wrapper {
    overflow-x: auto;
  }

  .custom-search-wrap.w-100 {
    /*width: 100%;*/
    width: 95vw !important;
  }
}


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