/** VERSION: 1.2.1. Please don't modify or unzip this content. It will be updated regularly **/
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.template-search #PageContainer, .search #PageContainer {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.boost-pfs-search-suggestion-wrapper *, .boost-pfs-search-suggestion-mobile-top-panel * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 0; }

.boost-pfs-search-suggestion-wrapper {
  position: absolute;
  z-index: 99999;
  display: none; }

.boost-pfs-search-suggestion-wrapper.boost-pfs-search-suggestion-open {
  display: initial; }

.boost-pfs-search-suggestion-header {
  text-transform: uppercase;
  background: #fafafa;
  text-align: left;
  padding: 6px 12px 5px;
  color: rgba(34, 34, 34, 0.4);
  margin: 0 0 0px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px; }

.boost-pfs-search-suggestion {
  display: none;
  position: absolute;
  background: #fff;
  padding: 0;
  margin: 0;
  -ms-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  z-index: 99990; }

@media (min-width: 768px) {
  .boost-pfs-search-suggestion {
    max-height: 657px;
    overflow-y: auto; } }
.boost-pfs-search-suggestion li {
  list-style: none !important;
  clear: both; }

.boost-pfs-search-suggestion > li:first-child > ul > li:first-child {
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px; }

.boost-pfs-search-suggestion .boost-pfs-search-suggestion-group li {
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-header-popular + .boost-pfs-search-suggestion-item a {
  color: inherit; }

.boost-pfs-search-suggestion-header-view-all {
  text-align: center;
  background: none;
  padding-bottom: 11px;
  padding-top: 11px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  clear: both;
  background: #fafafa; }

.boost-pfs-search-suggestion-header-view-all > a {
  display: block;
  color: inherit;
  font-weight: 700;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  font-size: 14px;
  color: #222;
  text-transform: none;
  font-weight: 600;
  line-height: 20px; }

.boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
  padding-top: 8px; }

.boost-pfs-search-suggestion-popover {
  position: absolute;
  top: -20px;
  right: 10%;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin: 0;
  z-index: 99991; }

@media (max-width: 767px) {
  .boost-pfs-search-suggestion-popover {
    display: none; } }
.boost-pfs-search-suggestion-popover[data-direction="left"] {
  position: absolute;
  top: -20px;
  left: 10%;
  right: auto;
  overflow: hidden;
  height: 20px;
  width: 20px;
  margin: 0;
  z-index: 99991; }

.boost-pfs-search-suggestion-popover:after {
  content: '';
  position: absolute;
  top: 15px;
  left: 50%;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  height: 10px;
  width: 10px;
  margin-left: -5px;
  background-color: #f5f5f5;
  -ms-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  -webkit-box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16);
  box-shadow: 0 0 0 1px rgba(39, 44, 48, 0.05), 0 1px 5px 1px rgba(39, 44, 48, 0.16); }

.boost-pfs-search-suggestion-group {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

.boost-pfs-search-suggestion-group ul {
  display: block !important;
  left: 0 !important;
  top: 0 !important;
  padding: 0;
  margin: 0;
  border: none !important;
  position: relative !important; }

.boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item a {
  color: inherit; }

.boost-pfs-search-suggestion-group[aria-label="Suggestions"] .boost-pfs-search-suggestion-item b {
  font-weight: bold; }

.boost-pfs-search-suggestion-no-result {
  padding: 20px !important;
  color: #000; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -150px 0; }

  100% {
    background-position: 150px 0; } }

.boost-pfs-search-suggestion-loading > ul {
  margin: 10px 10px 0;
  padding: 0; }

.boost-pfs-search-suggestion-loading > ul > li {
  height: 45px;
  margin-bottom: 10px;
  position: relative; }

.boost-pfs-search-suggestion-loading > ul > li:before {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: calc(100% - 55px);
  height: 10px;
  position: absolute;
  top: 8px;
  left: 55px; }

.boost-pfs-search-suggestion-loading > ul > li:after {
  content: "";
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: placeHolderShimmer;
  animation-name: placeHolderShimmer;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: #eeeeee;
  background: -webkit-gradient(linear, left top, right top, color-stop(8%, #eeeeee), color-stop(18%, #e6e6e6), color-stop(33%, #eeeeee));
  width: 50%;
  height: 10px;
  position: absolute;
  top: 28px;
  left: 55px; }

.boost-pfs-search-suggestion-loading .boost-pfs-search-suggestion-loading-img {
  background-color: #f0f0f0;
  height: 100%;
  width: 30%;
  max-width: 45px; }

.boost-pfs-filter-view-all-result {
  text-align: center;
  background: #f7f7f7;
  border: 1px solid #eee;
  padding: 5px 0; }

.boost-pfs-search-container {
  text-align: center;
  margin-bottom: 50px; }

.boost-pfs-search-container .boost-pfs-search-result-header {
  font-size: 20px;
  padding-bottom: 10px; }

.boost-pfs-search-form {
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  clear: both;
  padding-top: 0;
  padding-bottom: 0; }

@media (min-width: 768px) {
  .boost-pfs-search-form {
    max-width: 60%; } }
.boost-pfs-search-form .boost-pfs-search-box {
  border: 1px solid #ececec;
  width: 100%;
  max-width: none;
  margin-bottom: 0;
  padding: 10px 40px 10px 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.boost-pfs-search-form .boost-pfs-search-btn {
  border: 0;
  width: 26px;
  height: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 0px;
  vertical-align: middle;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none; }

.boost-pfs-search-form .boost-pfs-search-btn:before {
  display: inline-block;
  font-size: 24px;
  text-rendering: auto;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\26B2";
  color: #696969;
  font-weight: 600;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .boost-pfs-search-form .boost-pfs-search-btn:before {
    margin-top: 2px; } }
.boost-pfs-search-form .boost-pfs-search-btn:hover:before {
  color: #000; }

@media screen and (min-width: 1200px) {
  .boost-pfs-search-box:focus {
    -ms-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0px 1px rgba(0, 0, 0, 0.1), inset 0px 1px 5px rgba(0, 0, 0, 0.1); } }
.boost-pfs-search-box:focus {
  outline: none; }

.boost-pfs-search-suggestion-item {
  padding: 4px 12px 3px;
  margin: 0; }

.boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 8px; }

.boost-pfs-search-suggestion-item > a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  line-height: 20px;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: none !important;
  overflow: visible;
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-item > a:focus {
  outline: none; }

.boost-pfs-search-suggestion-item a > b {
  font-weight: 600; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym:hover {
  background: none;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym > * {
  position: relative; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p {
  padding: 0;
  margin: 0;
  line-height: 22px; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym p:last-child {
  margin: 0; }

.boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym a, .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym span {
  display: inline-block;
  color: #FF3300; }

.boost-pfs-search-suggestion-item-product {
  overflow: visible;
  padding-top: 6px;
  padding-bottom: 6px;
  float: left;
  width: 100%; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left {
  float: left;
  display: inline-block;
  margin-right: 16px;
  max-width: 56px; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-left img {
  width: auto;
  max-height: 84px;
  max-width: 100%;
  width: auto;
  max-height: 84px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.boost-pfs-search-suggestion-item-product .boost-pfs-search-suggestion-right {
  overflow: visible;
  vertical-align: middle;
  float: left;
  display: block;
  max-width: calc(100% - 72px); }

.boost-pfs-search-suggestion-product-title {
  line-height: 20px;
  font-size: 14px;
  font-weight: 600;
  color: inherit;
  padding-bottom: 6px;
  margin-top: 0px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-title b {
  font-weight: 600; }

.boost-pfs-search-suggestion-product-sku {
  color: #a6a6a6;
  font-size: 85%;
  padding-bottom: 6px;
  margin-bottom: 0;
  line-height: 20px; }

.boost-pfs-search-suggestion-product-vendor {
  color: #666666;
  padding-bottom: 6px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-price {
  color: #030303;
  font-weight: 400;
  line-height: 20px;
  font-size: 14px;
  margin-bottom: 0; }

.boost-pfs-search-suggestion-product-price s {
  text-decoration: line-through;
  color: rgba(34, 34, 34, 0.6); }

.boost-pfs-search-suggestion-product-price s:after {
  background-color: initial; }

.boost-pfs-search-suggestion-product-price .boost-pfs-search-suggestion-product-sale-price {
  color: #FF3300; }

@media screen and (min-width: 768px) {
  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth {
    width: 100% !important;
    left: 0 !important; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion {
    width: 100% !important;
    display: none !important;
    -ms-grid-columns: 75% 25%;
    grid-template-columns: 75% 25%; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion .boost-pfs-search-suggestion-group:first-child {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 4;
    grid-row: 1 / 5;
    width: 100%; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth .boost-pfs-search-suggestion-loading {
    width: 100% !important; }

  .boost-pfs-search-suggestion-wrapper-style2-width-fullwidth.boost-pfs-search-suggestion-open .boost-pfs-search-suggestion {
    display: -ms-grid !important;
    display: grid !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion {
    padding: 10px 20px 0; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-style2-width-auto) .boost-pfs-search-suggestion {
    top: auto !important;
    left: auto !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group {
    width: 25%;
    float: right;
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] {
    float: left;
    margin-bottom: 50px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] > ul {
    margin-left: -20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-item {
    padding-left: 20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"] .boost-pfs-search-suggestion-header-products {
    margin-left: 20px;
    width: calc(100% - 20px); }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"], .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    padding-right: 30px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header {
    background: none;
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #f7f7f7;
    padding-left: 0;
    padding-right: 0; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item:not(.boost-pfs-search-suggestion-dym) {
    padding-top: 15px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym {
    margin-top: 10px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    border-bottom: none;
    border-top: none;
    padding: 0 0 0 20px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all a {
    border-top: 1px solid #f7f7f7 !important;
    display: block;
    line-height: 50px;
    font-size: 12px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item {
    float: left;
    clear: none;
    border-bottom: none;
    padding-left: 0;
    padding-right: 0; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item:last-child {
    padding-bottom: 15px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item:hover {
    -ms-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    opacity: .6;
    filter: alpha(opacity=60); }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-dym:before {
    left: 20px;
    right: 0px; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-dym + .boost-pfs-search-suggestion-item-product {
    border-top: none; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-product-title {
    line-height: 1.25; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-item-product {
    padding-top: 15px !important;
    padding-bottom: 15px !important; }

  .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-group[data-group="products"], .boost-pfs-search-suggestion-wrapper-style2 .boost-pfs-search-suggestion-header-view-all {
    width: calc(75% - 20px); }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product {
    width: 33.33%; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-2 .boost-pfs-search-suggestion-item-product {
    width: 50%; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-boost-pfs-search-box-1) .boost-pfs-search-suggestion {
    top: auto !important; }

  .boost-pfs-search-suggestion-wrapper-style2:not(.boost-pfs-search-suggestion-wrapper-style2-width-auto) .boost-pfs-search-suggestion {
    left: auto !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group {
    float: left;
    width: 33.3%;
    padding-left: 30px !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] {
    padding-top: 20px !important;
    float: right;
    width: 66.6%;
    border-left: 1px solid #f5f5f5 !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] + .boost-pfs-search-suggestion-group {
    padding-top: 20px !important; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] > ul {
    margin-left: 0; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group[data-group=products] .boost-pfs-search-suggestion-header-product {
    display: none; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-group .boost-pfs-search-suggestion-header {
    border: none; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-header-view-all {
    width: 66.6%;
    left: auto;
    right: 0;
    border-left: 1px solid #f5f5f5;
    border-top: 1px solid #f5f5f5; }

  .boost-pfs-search-suggestion-reverse-product-block-true .boost-pfs-search-suggestion-header-view-all a {
    color: #fd876c;
    border: none !important; } }
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-item-product {
    width: 50%; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + li + li + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li {
    clear: left; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li {
    clear: none; }

  .boost-pfs-search-suggestion-wrapper-style2.boost-pfs-search-suggestion-products-per-row-3 .boost-pfs-search-suggestion-header-product + .boost-pfs-search-suggestion-dym + li + li + li + li + li {
    clear: left; } }
html.boost-pfs-filter-mobile-detect-ios body.boost-pfs-search-suggestion-mobile-open {
  position: fixed; }

body.boost-pfs-search-suggestion-mobile-open {
  overflow: hidden;
  height: 100%; }

.boost-pfs-search-suggestion-mobile.boost-pfs-search-suggestion-wrapper {
  position: fixed;
  left: 0 !important;
  top: 64px !important;
  width: 100% !important;
  height: calc(100% - 64px);
  background: #f5f5f5;
  list-style: none;
  z-index: 9999999998;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #eee; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-popover {
  display: none !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion {
  width: 100% !important;
  left: 0px !important;
  top: 0 !important;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  box-shadow: none;
  background: #f5f5f5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none !important;
  overflow-y: auto;
  position: static !important;
  -webkit-overflow-scrolling: touch; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item {
  margin-bottom: -1px;
  border: 1px solid #eee;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
  border-top: none;
  border-bottom: none; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product:last-child {
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion .boost-pfs-search-suggestion-loading > ul > li:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group {
  background: none;
  margin: 0 10px !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-group > ul > .boost-pfs-search-suggestion-header {
  padding-top: 8px;
  padding-bottom: 8px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 8px 5px 8px;
  border: none !important;
  text-align: center;
  background: #f5f5f5; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header + .boost-pfs-search-suggestion-item.boost-pfs-search-suggestion-item-product {
  padding-top: 12px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-header-view-all {
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee !important;
  border-top: none !important;
  background: #fff;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 14px 5px;
  margin-bottom: 30px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item {
  padding: 6px 12px;
  background: #fff; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 6px;
  margin-bottom: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym {
  margin: 0;
  border-bottom: 0 !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym.boost-pfs-search-suggestion-item:last-child {
  padding-bottom: 20px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym:not(:last-child):before {
  bottom: 0; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym p {
  padding: 0;
  margin: 0; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-dym + .boost-pfs-search-suggestion-item-product {
  border-top: 0 !important; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li {
  background: #fff;
  padding: 10px;
  height: 65px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px; }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:before {
  top: 18px;
  left: 65px;
  width: calc(100% - 75px); }

.boost-pfs-search-suggestion-mobile .boost-pfs-search-suggestion-loading > ul > li:after {
  top: 38px;
  left: 65px; }

.boost-pfs-search-suggestion-mobile-top-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 9999999998;
  height: 64px;
  padding-bottom: 1px;
  display: none;
  background: rgba(0, 0, 0, 0.5); }

.boost-pfs-search-suggestion-mobile-top-panel form {
  height: 64px;
  background: #fff;
  padding-top: 0px;
  margin: 0; }

.boost-pfs-search-suggestion-mobile-top-panel:after {
  display: none; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion {
  background: #fff;
  width: 52px;
  height: 64px;
  float: left;
  border: none;
  font-size: 0;
  position: relative;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-btn-close-suggestion:before {
  top: 50%;
  left: 15px;
  position: absolute;
  margin-top: -10px;
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='%23637381'/%3E%3Cmask id='mask0' mask-type='alpha' maskUnits='userSpaceOnUse' x='0' y='2' width='20' height='17'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.0007H3.661L9.658 3.7537C10.074 3.3897 10.116 2.7577 9.753 2.3427C9.387 1.9247 8.756 1.8847 8.342 2.2477L0.342 9.2477C0.334 9.2547 0.331 9.2657 0.323 9.2727C0.25 9.3417 0.195 9.4247 0.146 9.5127C0.128 9.5427 0.101 9.5667 0.087 9.5997C0.032 9.7227 0 9.8567 0 10.0007C0 10.1447 0.032 10.2787 0.087 10.4017C0.101 10.4347 0.128 10.4587 0.146 10.4897C0.196 10.5767 0.25 10.6597 0.323 10.7287C0.331 10.7357 0.334 10.7467 0.342 10.7537L8.342 17.7537C8.531 17.9197 8.766 18.0007 9 18.0007C9.278 18.0007 9.555 17.8857 9.753 17.6587C10.116 17.2437 10.074 16.6117 9.658 16.2477L3.661 11.0007H19C19.553 11.0007 20 10.5537 20 10.0007C20 9.4477 19.553 9.0007 19 9.0007Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0)'%3E%3C/g%3E%3C/svg%3E%0A"); }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile {
  width: 64px;
  height: 64px;
  float: right;
  font-size: 0;
  position: relative;
  border: none;
  background: #fff;
  display: block; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile span {
  display: block; }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile {
  width: calc(100% - 192px); }

.boost-pfs-search-suggestion-mobile-top-panel .boost-pfs-search-submit-mobile + #boost-pfs-search-box-mobile + .boost-pfs-search-btn-clear-suggestion:before {
  font-size: 11px;
  line-height: 64px; }

.boost-pfs-search-suggestion-mobile-top-panel #boost-pfs-search-box-mobile {
  width: calc(100% - 67px);
  height: calc(44px);
  margin: 10px 0px;
  padding: 12px 50px 12px 18px;
  background: #fff;
  text-align: center;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: none;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  background: #FBFBFB;
  border: 1px solid rgba(34, 34, 34, 0.2);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.boost-pfs-search-btn-clear-suggestion {
  background: none;
  width: calc(44px);
  height: calc(44px);
  float: right;
  border: none;
  font-size: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  -ms-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px; }

.boost-pfs-search-btn-clear-suggestion:before {
  width: 13px;
  content: '';
  display: block;
  height: 1px;
  background: #212B36;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.boost-pfs-search-btn-clear-suggestion:after {
  width: 13px;
  content: '';
  display: block;
  height: 1px;
  background: #212B36;
  position: absolute;
  right: 0;
  top: 9px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.boost-pfs-search-btn-clear-suggestion:before, .boost-pfs-search-btn-clear-suggestion:after {
  top: 50%;
  right: 15px;
  margin-top: -2px;
  height: 2.5px; }

.boost-pfs-search-btn-clear-suggestion:focus {
  outline: none; }

.ui-helper-hidden-accessible {
  display: none !important; }

.boost-pfs-search-suggestion-item:hover, .boost-pfs-search-suggestion-item.selected {
  background: #fafafa;
  -ms-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.02);
  position: relative;
  z-index: 2; }

.boost-pfs-search-suggestion-item:hover a:hover, .boost-pfs-search-suggestion-item.selected a:hover {
  text-decoration: none;
  border: none; }

.boost-pfs-search-suggestion {
  width: 100%; }

@media screen and (min-width: 1200px) {
  .boost-pfs-search-suggestion {
    min-width: 400px !important; } }
@media screen and (min-width: 768px) {
  .boost-pfs-search-suggestion-header-view-all:hover {
    background: #f5f5f5; }

  .boost-pfs-search-suggestion-mobile, .boost-pfs-search-suggestion-mobile-top-panel {
    display: none !important; } }
.boost-pfs-search-suggestion-mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 99999999;
  height: 100%;
  padding-bottom: 1px;
  display: none;
  background: rgba(0, 0, 0, 0.5); }
