.st-search-wrapper .button, .st-search-wrapper button, .st-search-wrapper input[type=button], .st-search-wrapper input[type=reset], .st-search-wrapper input[type=submit] {
  background-color: #333;
  border: 0.1rem solid #333;
  border-radius: 0.4rem;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 700;
  height: 3.8rem;
  letter-spacing: 0.1rem;
  line-height: 3.8rem;
  padding: 0 3rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

.st-search-wrapper .button:focus, .st-search-wrapper .button:hover, .st-search-wrapper button:focus, .st-search-wrapper button:hover, .st-search-wrapper input[type=button]:focus, .st-search-wrapper input[type=button]:hover, .st-search-wrapper input[type=reset]:focus, .st-search-wrapper input[type=reset]:hover, .st-search-wrapper input[type=submit]:focus, .st-search-wrapper input[type=submit]:hover {
  background-color: #606c76;
  border-color: #606c76;
  color: #fff;
  outline: 0;
}

.st-search-wrapper .button[disabled], .st-search-wrapper button[disabled], .st-search-wrapper input[type=button][disabled], .st-search-wrapper input[type=reset][disabled], .st-search-wrapper input[type=submit][disabled] {
  cursor: default;
  opacity: 0.5;
}

.st-search-wrapper .button[disabled]:focus, .st-search-wrapper .button[disabled]:hover, .st-search-wrapper button[disabled]:focus, .st-search-wrapper button[disabled]:hover, .st-search-wrapper input[type=button][disabled]:focus, .st-search-wrapper input[type=button][disabled]:hover, .st-search-wrapper input[type=reset][disabled]:focus, .st-search-wrapper input[type=reset][disabled]:hover, .st-search-wrapper input[type=submit][disabled]:focus, .st-search-wrapper input[type=submit][disabled]:hover {
  background-color: #333;
  border-color: #333;
}

.st-search-wrapper .button.button-outline, .st-search-wrapper button.button-outline, .st-search-wrapper input[type=button].button-outline, .st-search-wrapper input[type=reset].button-outline, .st-search-wrapper input[type=submit].button-outline {
  background-color: transparent;
  color: #333;
}

.st-search-wrapper .button.button-outline:focus, .st-search-wrapper .button.button-outline:hover, .st-search-wrapper button.button-outline:focus, .st-search-wrapper button.button-outline:hover, .st-search-wrapper input[type=button].button-outline:focus, .st-search-wrapper input[type=button].button-outline:hover, .st-search-wrapper input[type=reset].button-outline:focus, .st-search-wrapper input[type=reset].button-outline:hover, .st-search-wrapper input[type=submit].button-outline:focus, .st-search-wrapper input[type=submit].button-outline:hover {
  background-color: transparent;
  border-color: #606c76;
  color: #606c76;
}

.st-search-wrapper .button.button-outline[disabled]:focus, .st-search-wrapper .button.button-outline[disabled]:hover, .st-search-wrapper button.button-outline[disabled]:focus, .st-search-wrapper button.button-outline[disabled]:hover, .st-search-wrapper input[type=button].button-outline[disabled]:focus, .st-search-wrapper input[type=button].button-outline[disabled]:hover, .st-search-wrapper input[type=reset].button-outline[disabled]:focus, .st-search-wrapper input[type=reset].button-outline[disabled]:hover, .st-search-wrapper input[type=submit].button-outline[disabled]:focus, .st-search-wrapper input[type=submit].button-outline[disabled]:hover {
  border-color: inherit;
  color: #333;
}

.st-search-wrapper .button.button-clear, .st-search-wrapper button.button-clear, .st-search-wrapper input[type=button].button-clear, .st-search-wrapper input[type=reset].button-clear, .st-search-wrapper input[type=submit].button-clear {
  background-color: transparent;
  border-color: transparent;
  color: #333;
}

.st-search-wrapper .button.button-clear:focus, .st-search-wrapper .button.button-clear:hover, .st-search-wrapper button.button-clear:focus, .st-search-wrapper button.button-clear:hover, .st-search-wrapper input[type=button].button-clear:focus, .st-search-wrapper input[type=button].button-clear:hover, .st-search-wrapper input[type=reset].button-clear:focus, .st-search-wrapper input[type=reset].button-clear:hover, .st-search-wrapper input[type=submit].button-clear:focus, .st-search-wrapper input[type=submit].button-clear:hover {
  background-color: transparent;
  border-color: transparent;
  color: #606c76;
}

.st-search-wrapper .button.button-clear[disabled]:focus, .st-search-wrapper .button.button-clear[disabled]:hover, .st-search-wrapper button.button-clear[disabled]:focus, .st-search-wrapper button.button-clear[disabled]:hover, .st-search-wrapper input[type=button].button-clear[disabled]:focus, .st-search-wrapper input[type=button].button-clear[disabled]:hover, .st-search-wrapper input[type=reset].button-clear[disabled]:focus, .st-search-wrapper input[type=reset].button-clear[disabled]:hover, .st-search-wrapper input[type=submit].button-clear[disabled]:focus, .st-search-wrapper input[type=submit].button-clear[disabled]:hover {
  color: #333;
}

.st-search-wrapper hr {
  border: 0;
  border-top: 0.1rem solid #f4f5f6;
  margin: 3rem 0;
}

.st-search-wrapper input[type=color], .st-search-wrapper input[type=date], .st-search-wrapper input[type=datetime], .st-search-wrapper input[type=datetime-local], .st-search-wrapper input[type=email], .st-search-wrapper input[type=month], .st-search-wrapper input[type=number], .st-search-wrapper input[type=password], .st-search-wrapper input[type=search], .st-search-wrapper input[type=tel], .st-search-wrapper input[type=text], .st-search-wrapper input[type=url], .st-search-wrapper input[type=week], .st-search-wrapper input:not([type]), .st-search-wrapper textarea, .st-search-wrapper select {
  -webkit-appearance: none;
  background-color: transparent;
  border: 0.1rem solid #d1d1d1;
  border-radius: 0.4rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  height: 3.8rem;
  padding: 0.6rem 1rem 0.7rem;
  width: 100%;
}

.st-search-wrapper input[type=color]:focus, .st-search-wrapper input[type=date]:focus, .st-search-wrapper input[type=datetime]:focus, .st-search-wrapper input[type=datetime-local]:focus, .st-search-wrapper input[type=email]:focus, .st-search-wrapper input[type=month]:focus, .st-search-wrapper input[type=number]:focus, .st-search-wrapper input[type=password]:focus, .st-search-wrapper input[type=search]:focus, .st-search-wrapper input[type=tel]:focus, .st-search-wrapper input[type=text]:focus, .st-search-wrapper input[type=url]:focus, .st-search-wrapper input[type=week]:focus, .st-search-wrapper input:not([type]):focus, .st-search-wrapper textarea:focus, .st-search-wrapper select:focus {
  border-color: #333;
  outline: 0;
}

.st-search-wrapper select {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23d1d1d1" d="M0,0l6,8l6-8"/></svg>') center right no-repeat;
  padding-right: 3rem;
}

.st-search-wrapper select:focus {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 30 8" width="30"><path fill="%23333" d="M0,0l6,8l6-8"/></svg>');
}

.st-search-wrapper select[multiple] {
  background: none;
  height: auto;
}

.st-search-wrapper textarea {
  min-height: 6.5rem;
}

.st-search-wrapper label, .st-search-wrapper legend {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.st-search-wrapper fieldset {
  border-width: 0;
  padding: 0;
}

.st-search-wrapper input[type=checkbox], .st-search-wrapper input[type=radio] {
  display: inline;
}

.st-search-wrapper .label-inline {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
}

.st-search-wrapper a {
  color: #333;
  text-decoration: none;
}

.st-search-wrapper a:focus, .st-search-wrapper a:hover {
  color: #606c76;
}

.st-search-wrapper dl, .st-search-wrapper ol, .st-search-wrapper ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

.st-search-wrapper dl dl, .st-search-wrapper dl ol, .st-search-wrapper dl ul, .st-search-wrapper ol dl, .st-search-wrapper ol ol, .st-search-wrapper ol ul, .st-search-wrapper ul dl, .st-search-wrapper ul ol, .st-search-wrapper ul ul {
  font-size: 90%;
  margin: 1.5rem 0 1.5rem 3rem;
}

.st-search-wrapper ol {
  list-style: decimal inside;
}

.st-search-wrapper ul {
  list-style: circle inside;
}

.st-search-wrapper .button, .st-search-wrapper button, .st-search-wrapper dd, .st-search-wrapper dt, .st-search-wrapper li {
  margin-bottom: 1rem;
}

.st-search-wrapper fieldset, .st-search-wrapper input, .st-search-wrapper select, .st-search-wrapper textarea {
  margin-bottom: 1.5rem;
}

.st-search-wrapper blockquote, .st-search-wrapper dl, .st-search-wrapper figure, .st-search-wrapper form, .st-search-wrapper ol, .st-search-wrapper p, .st-search-wrapper pre, .st-search-wrapper table, .st-search-wrapper ul {
  margin-bottom: 2.5rem;
}

.st-search-wrapper b, .st-search-wrapper strong {
  font-weight: bold;
}

.st-search-wrapper p {
  margin-top: 0;
}

.st-search-wrapper h1, .st-search-wrapper h2, .st-search-wrapper h3, .st-search-wrapper h4, .st-search-wrapper h5, .st-search-wrapper h6 {
  font-weight: 300;
  letter-spacing: -0.1rem;
  margin-bottom: 2rem;
  margin-top: 0;
}

.st-search-wrapper h1 {
  font-size: 4.6rem;
  line-height: 1.2;
}

.st-search-wrapper h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

.st-search-wrapper h3 {
  font-size: 2.8rem;
  line-height: 1.3;
}

.st-search-wrapper h4 {
  font-size: 2.2rem;
  letter-spacing: -0.08rem;
  line-height: 1.35;
}

.st-search-wrapper h5 {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  line-height: 1.5;
}

.st-search-wrapper h6 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.4;
}

.st-search-wrapper img {
  max-width: 100%;
}

.st-search-wrapper .clearfix:after {
  clear: both;
  content: " ";
  display: table;
}

.st-search-wrapper .float-left {
  float: left;
}

.st-search-wrapper .float-right {
  float: right;
}
@charset "UTF-8";
.st-search-container {
  padding-top: 10px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.st-search-container #st-default-search-box {
  margin-bottom: 20px;
  position: relative;
}
.st-search-container #st-default-search-box .st-search-box-icon {
  position: absolute;
  margin-top: 11px;
  margin-left: 10px;
}
.st-search-container #st-default-search-box input[name=st-search] {
  padding-left: 35px;
  padding-top: 7px;
  font-size: 16px;
  line-height: normal;
  font-family: inherit;
}
.st-search-container #st-default-search-box input[name=st-search]::-webkit-input-placeholder {
  font-style: normal;
}
.st-search-container #st-default-search-box input[name=st-search]:-moz-placeholder {
  font-style: normal;
}
.st-search-container #st-default-search-box input[name=st-search]::-moz-placeholder {
  font-style: normal;
}
.st-search-container #st-default-search-box input[name=st-search]:-ms-input-placeholder {
  font-style: normal;
}
.st-search-container #st-default-search-box .st-cross {
  position: absolute;
  right: 0;
  top: 11px;
  margin-right: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.st-search-container #st-filter-sidebar {
  position: fixed;
  background-color: #ffffff;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  padding: 15px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 999999;
  padding-bottom: 80px;
}
.st-search-container #st-filter-sidebar #st-filter-main-header {
  margin-bottom: 15px;
  font-weight: 600;
}
.st-search-container #st-filter-sidebar #st-filter-main-header .st-filter-heading {
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.st-search-container #st-filter-sidebar #st-filter-main-header .st-clear-all {
  font-size: 12px;
  cursor: pointer;
  margin-top: 3px;
  color: #747474;
  font-weight: 500;
  padding-right: 20px;
  white-space: nowrap;
}
.st-search-container #st-filter-sidebar #st-filter-main-body {
  overflow-y: auto;
  overflow-x: hidden;
  height: 100%;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body {
  border-top: 1px solid #e9e9ed;
  padding-top: 12px;
  padding-bottom: 7px;
  padding-right: 15px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-header {
  cursor: pointer;
  padding-bottom: 5px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-header .st-filter-title {
  text-transform: capitalize;
  color: #333;
  font-size: 14px;
  font-weight: 600;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-header .st-selected-filter-count {
  position: relative;
  margin-left: 5px;
  color: #666;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-search input {
  margin-top: 10px;
  margin-bottom: 5px;
  height: 3.2rem;
  font-size: 16px;
  background-color: #f5f5f6;
  border-color: #f5f5f6;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-search .st-cross {
  position: relative;
  margin-left: -22px;
  top: 2px;
  cursor: pointer;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list {
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0 10px;
  -webkit-transition-property: max-height, margin-bottom;
  transition-property: max-height, margin-bottom;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-list-wrapper {
  margin-top: 15px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label {
  cursor: pointer;
  margin-bottom: 10px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-checkbox-wrapper {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label input[type=checkbox], .st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label input[type=radio] {
  display: none;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-custom-select-box {
  width: 14px;
  height: 14px;
  margin-top: -2px;
  margin-right: 7px;
  border: 1px solid #d2d2d2;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-filter-value {
  font-size: 13px;
  color: #333;
  line-height: normal;
  max-width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-filter-count-wrapper {
  line-height: 12px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-filter-count-wrapper .st-filter-count {
  color: #94969f;
  font-size: 11px;
  line-height: normal;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-slider-component {
  margin-bottom: 30px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label input:checked + .st-custom-select-box {
  border-width: 2px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-disabled-filter {
  opacity: 0.5;
  cursor: default;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list :not(.st-color-checkbox-list) .st-filter-label input:checked + .st-custom-select-box {
  background-color: #747474;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-size-checkbox-list .st-filter-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 20px;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-size-checkbox-list .st-filter-label .st-filter-value {
  padding: 5px 10px;
  border: 1px solid #dddddd;
  white-space: nowrap;
  overflow: visible;
  max-width: none;
  background-color: transparent;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-size-checkbox-list .st-filter-label input:checked + .st-filter-value {
  border-width: 2px;
  font-weight: 600;
}
.st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-radio-list .st-custom-select-box, .st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-color-checkbox-list .st-custom-select-box {
  border-radius: 100%;
}
.st-search-container #st-filter-sidebar #st-filter-main-footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #d2d2d2;
  width: 100%;
  z-index: 9999;
}
.st-search-container #st-filter-sidebar #st-filter-main-footer .st-btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}
.st-search-container #st-filter-sidebar #st-filter-main-footer .st-btn.st-close-btn {
  background-color: #ffffff;
  color: #333;
}
.st-search-container #st-filter-sidebar #st-filter-main-footer .st-btn.st-apply-btn {
  background-color: #000;
  color: #ffffff;
}
.st-search-container #st-main-content {
  padding: 0 0.5rem;
}
.st-search-container #st-main-content #st-no-results {
  margin: 100px auto;
  text-align: center;
}
.st-search-container #st-main-content #st-no-results .st-no-results-msg {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
}
.st-search-container #st-main-content #st-no-results svg {
  max-width: 400px;
}
.st-search-container #st-main-content #st-no-results .st-no-results-products-container {
  margin-top: 50px;
}
.st-search-container #st-main-content #st-no-results .st-no-results-products-container .st-no-results-products-heading-inner {
  font-size: 18px;
  font-weight: 700;
}
.st-search-container #st-main-content #st-no-results .st-custom-html-container {
  margin-top: 50px;
}
.st-search-container #st-main-content #st-error-container {
  margin: 50px 10px;
  border: 1px solid #d2d2d2;
  padding: 40px 100px;
}
.st-search-container #st-main-content #st-error-container .st-error-msg {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.st-search-container #st-main-content #st-error-container .st-error-resp-msg {
  margin-top: 10px;
  font-size: 12px;
  font-weight: 600;
}
.st-search-container #st-main-content #st-error-container .st-error-buttons {
  margin-top: 20px;
  text-align: center;
}
.st-search-container #st-main-content #st-error-container .st-error-buttons button {
  margin-right: 20px;
  background-color: #b8915a;
  color: #ffffff;
  border-width: 0;
}
.st-search-container #st-main-content #st-results-header {
  margin-bottom: 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: grid;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort {
  border: 0px solid #ebedf3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-sticky-top {
  margin-bottom: 1.5rem;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-sticky-bottom {
  position: fixed;
  bottom: -1px;
  left: 0;
  right: 0;
  margin-bottom: 0;
  z-index: 1;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-sticky-bottom .st-btn {
  margin: 0;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating {
  position: fixed;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 4;
  -webkit-transition: 0.35s ease-in;
  transition: 0.35s ease-in;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating .st-btn {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  width: auto;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating .st-filter-btn .st-mobile-filter-label {
  font-size: 14px;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating .st-sort-btn .st-mobile-sort-label {
  font-size: 14px;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating svg {
  overflow: unset;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort.st-floating .st-active-bubble {
  position: absolute;
  top: 4px;
  right: 3px;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-btn {
  padding: 4px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 50%;
  background: #000;
  line-height: 35px;
  margin: 0 2px;
  border-radius: 2px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-filter-btn {
  border-right: 1px solid #d2d2d2;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-filter-btn .st-filter-icon {
  margin-top: 11px;
  margin-right: 2px;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-filter-btn .st-mobile-filter-label {
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-sort-btn .st-sort-icon {
  margin-top: 10px;
  margin-right: 2px;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-sort-btn select {
  border-width: 0;
  padding: 0;
  font-size: 16px;
  line-height: inherit;
  position: absolute;
  opacity: 0;
  width: 100%;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-sort-btn .st-mobile-sort-label {
  font-size: 15px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 500;
}
.st-search-container #st-main-content #st-results-header #st-mobile-filter-and-sort .st-active-bubble {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  position: relative;
  top: 5px;
  right: -5px;
}
.st-search-container #st-main-content #st-results-header #st-selected-filter-bus {
  padding: 0 1rem 0.5rem 1rem;
  margin-bottom: 5px;
  overflow-x: auto;
}
.st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-row {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-bus-item {
  margin-bottom: 0;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border: 1px solid #e9e9ed;
  border-radius: 20px;
  padding: 4px 12px;
  margin-right: 10px;
  cursor: pointer;
  font-size: 12px;
  color: #333;
}
.st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-clear {
  color: #a2a2a2;
}
.st-search-container #st-main-content #st-results-header #st-results-summary {
  font-size: 12px;
}
.st-search-container #st-main-content #st-results-header #st-results-summary .st-summary-label strong {
  color: #333;
}
.st-search-container #st-main-content #st-results-header #st-results-summary .st-separator {
  padding: 0 3px;
}
.st-search-container #st-main-content #st-results-header #st-results-summary .st-branding {
  display: inline-block;
}
.st-search-container #st-main-content #st-results-header #st-results-summary .st-branding .st-logo {
  width: 8px;
  height: 8px;
  position: relative;
  top: 1px;
}
.st-search-container #st-main-content #st-atc-notification {
  display: block;
}
.st-search-container #st-main-content #st-atc-notification div {
  padding: 12px 20px 12px 45px;
  margin: 0 0 10px;
  position: relative;
  font-size: 14px;
}
.st-search-container #st-main-content #st-atc-notification div.st-success {
  background: #e5efe5;
  color: #006400;
}
.st-search-container #st-main-content #st-atc-notification div.st-success:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: "";
  font-family: "luma-icons";
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.st-search-container #st-main-content #st-atc-notification div.st-error {
  background: #efd3d3;
  color: #bd2d2d;
}
.st-search-container #st-main-content #st-results-list .st-product-card {
  margin-bottom: 0;
  border: 1px solid #eeeeee;
}
.st-search-container #st-main-content #st-results-list .st-outer-box {
  position: relative;
}
.st-search-container #st-main-content #st-results-list .st-outer-box.st-oos-product .st-hero-image {
  opacity: 0.7;
}
.st-search-container #st-main-content #st-results-list .st-outer-box.st-oos-product .st-oos-badge {
  position: absolute;
  top: 10px;
  right: 0px;
  display: inline-block;
  margin: 12px 10px 18px 10px;
  float: right;
  background: #dc2341;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  z-index: 1;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-image-container .st-image-wrapper {
  position: relative;
  padding-bottom: 100%;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-image-container img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box {
  text-align: center;
  padding-top: 10px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box div {
  margin-bottom: 5px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-name {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: 600;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-sku {
  color: #b8915a;
  font-size: 13px;
  font-weight: 600;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-desc {
  font-size: 12px;
  color: #adadad;
  line-height: normal;
  margin-bottom: 10px;
  font-weight: normal;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper {
  margin-left: 8px;
  text-decoration: line-through;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper .st-currency-symbol {
  color: #747474;
  margin-right: 2px;
  font-size: 12px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper .st-main-price {
  font-size: 12px;
  color: #747474;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-currency-symbol {
  font-size: 13px;
  margin-right: 2px;
  color: #333;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-price-pre-label {
  padding-right: 5px;
  font-size: 13px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-sale-price {
  font-weight: 600;
  font-size: 13px;
  color: #333;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-discount-label {
  padding-left: 10px;
  font-size: 12px;
  color: #dc2341;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-rating-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-rating-summary .st-stars-rating {
  --percent: calc(var(--rating));
  display: inline-block;
  font-size: 25px;
  line-height: 1;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-rating-summary .st-stars-rating:before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: -webkit-gradient(linear, left top, right top, from(#fc0), to(#ddd));
  background: linear-gradient(90deg, #fc0 var(--percent), #ddd var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-rating-summary .st-reviews-count {
  margin-top: 5px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-color-swatch .st-color-label {
  padding-right: 5px;
  font-size: 13px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-color-swatch .st-color-box {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  border-radius: 100%;
  position: relative;
  border: 1px solid #eaeaea;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-size-list {
  font-size: 12px;
  margin-top: 10px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-size-list .st-size-label {
  padding-right: 5px;
  font-size: 13px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-size-list .st-size-box {
  color: #555;
  font-weight: 400;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
  min-width: 20px;
  min-height: 20px;
  padding: 1px 8px;
  cursor: default;
  margin-right: 3px;
  margin-left: 3px;
}
.st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-action-button button {
  background-color: #b8915a;
  border-width: 0;
  color: #ffffff;
  border-radius: 2px;
  height: 3.5rem;
  line-height: 3.8rem;
}
.st-search-container #st-main-content #st-results-footer {
  margin-top: 20px;
}
.st-search-container #st-main-content #st-results-footer .st-no-more-results {
  margin: 0 auto;
  font-weight: 500;
  line-height: normal;
  border-width: 0px;
  background-color: #d2d2d266;
  padding: 5px 20px;
  color: #333;
  margin-bottom: 10px;
}
.st-search-container #st-main-content #st-results-footer #st-goto-button {
  position: fixed;
  bottom: 80px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: none;
  background-color: #333;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  z-index: 99;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.st-search-container #st-main-content #st-results-footer #st-goto-button .st-goto-icon {
  margin-top: 8px;
  margin-right: 2px;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item {
  border: 1px solid #dee2e6;
  border-right-width: 0;
  cursor: pointer;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item:last-child {
  border-right-width: 1px;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item:hover {
  background-color: #e9ecef;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item button, .st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item .page-link {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  font-size: 14px;
  color: #333;
  height: 16px;
  margin: 0;
  padding: 0px 10px;
  font-weight: normal;
  line-height: normal;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.disabled {
  cursor: default;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.disabled span {
  display: inline-block;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.disabled:hover {
  background-color: transparent;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.disabled button, .st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.disabled .page-link {
  color: #6c757d;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item.active {
  background-color: #007bff;
  border-color: #007bff;
  font-weight: 600;
}
.st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item.active button {
  color: #ffffff;
}
@media only screen and (max-width: 360px) {
  .st-search-container #st-main-content #st-results-header #st-results-summary {
    font-size: 11px;
  }
}
@media only screen and (min-width: 769px) {
  .st-search-container {
    padding-top: 20px;
  }
  .st-search-container #st-default-search-box input {
    height: 4.5rem;
  }
  .st-search-container #st-default-search-box .st-search-box-icon {
    margin-top: 14px;
  }
  .st-search-container #st-default-search-box .st-branding {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
    right: 0;
    margin-right: 15px;
    line-height: 12px;
  }
  .st-search-container #st-default-search-box .st-label {
    font-size: 11px;
    position: relative;
    top: -1px;
  }
  .st-search-container #st-default-search-box .st-logo {
    width: 9px;
    height: 9px;
  }
  .st-search-container #st-filter-sidebar {
    position: unset;
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
    z-index: 1;
    border-right: 1px solid #e9e9ed;
  }
  .st-search-container #st-filter-sidebar #st-filter-main-body {
    overflow-y: hidden;
    height: 100%;
  }
  .st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-search input {
    font-size: 13px;
  }
  .st-search-container #st-filter-sidebar #st-filter-main-body .st-single-filter-body .st-filter-list .st-filter-label .st-filter-value {
    max-width: 125px;
  }
  .st-search-container #st-main-content {
    padding: 0 1rem;
  }
  .st-search-container #st-main-content #st-error-container {
    margin: 50px auto;
  }
  .st-search-container #st-main-content #st-results-header {
    margin-bottom: 15px;
  }
  .st-search-container #st-main-content #st-results-header #st-results-summary {
    font-size: 14px;
  }
  .st-search-container #st-main-content #st-results-header #st-results-summary .st-branding .st-label {
    font-size: 13px;
    letter-spacing: 0;
  }
  .st-search-container #st-main-content #st-results-header #st-results-summary .st-branding .st-logo {
    width: 9px;
    height: 9px;
  }
  .st-search-container #st-main-content #st-results-header #st-selected-filter-bus {
    overflow-x: hidden;
  }
  .st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-bus-item {
    margin-bottom: 10px;
    white-space: unset;
  }
  .st-search-container #st-main-content #st-results-header #st-selected-filter-bus .st-bus-item:hover {
    background-color: #e9e9e9;
  }
  .st-search-container #st-main-content #st-results-header #st-sort {
    display: inline-block;
    float: right;
    margin-top: -5px;
  }
  .st-search-container #st-main-content #st-results-header #st-sort select {
    font-size: 14px;
    border-radius: 2px;
    border: none;
    height: 3.6rem;
    width: auto;
    float: left;
    color: #333;
    font-weight: 500;
  }
  .st-search-container #st-main-content #st-results-header #st-sort .st-sorting-label {
    font-size: 13px;
    line-height: 3.5rem;
    margin-bottom: 0;
    padding-left: 10px;
    float: left;
  }
  .st-search-container #st-main-content #st-results-header #st-sort .st-sort-icon {
    margin-top: 8px;
    margin-right: 5px;
  }
  .st-search-container #st-main-content #st-results-header #st-sort .st-sort-arrow {
    position: absolute;
    margin-top: 12px;
    right: 15px;
    z-index: -1;
    width: 12px;
    height: 12px;
  }
  .st-search-container #st-main-content #st-results-list .st-product-card {
    margin-bottom: 15px;
    border-width: 0;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box {
    padding: 10px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box div {
    margin-bottom: 5px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper .st-currency-symbol {
    font-size: 13px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper .st-main-price {
    font-size: 13px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-color-swatch {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-color-swatch .st-color-label {
    font-size: 14px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-size-list {
    font-size: 14px;
  }
  .st-search-container #st-main-content #st-results-list .st-outer-box .st-inner-box .st-size-list .st-size-label {
    font-size: 14px;
  }
  .st-search-container #st-main-content #st-results-footer {
    margin-top: 0;
  }
  .st-search-container #st-main-content #st-results-footer #st-goto-button {
    bottom: 150px;
    right: 60px;
    width: 40px;
    height: 40px;
  }
  .st-search-container #st-main-content #st-results-footer #st-goto-button .st-goto-icon {
    margin-top: 9px;
  }
  .st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item button, .st-search-container #st-main-content #st-results-footer .st-pagination-container .b-pagination li.page-item .page-link {
    height: 30px;
    padding: 4px 12px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .st-search-container #st-filter-sidebar #st-filter-main-header .st-clear-all {
    font-size: 11px !important;
    padding-right: 10px;
  }
}

.st-autocomplete-container {
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  text-align: left;
  color: #333;
  font-weight: normal;
  margin-top: 1px;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2147483638;
  overflow-x: hidden;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(143, 149, 154, 0.6);
          box-shadow: 0px 5px 20px 0px rgba(143, 149, 154, 0.6);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.st-autocomplete-container .highlight, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-name em, .st-autocomplete-container .st-autocomplete-component-label em, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label em, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-list .st-recent-label em, .st-autocomplete-container #st-trending-searches .st-trending-list .st-trending-label em {
  background: #d2ebf9;
  font-style: normal;
}
.st-autocomplete-container .st-autocomplete-component-header, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-header, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-header, .st-autocomplete-container #st-trending-searches .st-trending-header {
  font-size: 11px;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.st-autocomplete-container .st-autocomplete-component-header .st-icon, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-header .st-icon, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-header .st-icon, .st-autocomplete-container #st-trending-searches .st-trending-header .st-icon {
  position: absolute;
  left: 5px;
}
.st-autocomplete-container .st-autocomplete-component-header .st-heading-text, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-header .st-heading-text, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-header .st-heading-text, .st-autocomplete-container #st-trending-searches .st-trending-header .st-heading-text {
  margin-left: 15px;
  font-weight: 600;
}
.st-autocomplete-container .st-autocomplete-component-label, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-list .st-recent-label, .st-autocomplete-container #st-trending-searches .st-trending-list .st-trending-label {
  font-size: 12px;
  cursor: pointer;
  margin-bottom: 5px;
  font-weight: 500;
}
.st-autocomplete-container .st-autocomplete-component-label:hover, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label:hover, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-list .st-recent-label:hover, .st-autocomplete-container #st-trending-searches .st-trending-list .st-trending-label:hover {
  background-color: #e9e9e9;
}
.st-autocomplete-container .st-autocomplete-component-label .st-icon, .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label .st-icon, .st-autocomplete-container #st-before-search #st-recent-search .st-recent-list .st-recent-label .st-icon, .st-autocomplete-container #st-trending-searches .st-trending-list .st-trending-label .st-icon {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
.st-autocomplete-container .st-no-results-label {
  font-size: 12px;
  font-style: italic;
  color: #333;
}
.st-autocomplete-container #st-trending-searches .st-trending-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.st-autocomplete-container #st-trending-searches .st-trending-list .st-trending-label {
  border: 1px solid #d4d8da;
  border-radius: 40px;
  padding: 5px 12px;
  margin-right: 5px;
}
.st-autocomplete-container .st-mobile-search-container {
  border-bottom: 1px solid #e2e5e6;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar {
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  will-change: transform;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  display: table;
  width: 100%;
  line-height: 0;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar .st-mobile-back-arrow {
  display: table-cell;
  padding-left: 16px;
  padding-right: 12px;
  vertical-align: middle;
  width: 32px;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar .st-search-box-icon {
  display: table-cell;
  vertical-align: middle;
  width: 32px;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar #st-search-box {
  border: none !important;
  font-size: 16px;
  outline: none;
  padding: 12px 12px 12px 0;
  letter-spacing: -0.2px;
  text-align: left;
  display: table-cell;
  width: 100%;
  margin-top: 0;
  position: unset;
  line-height: normal;
  font-family: inherit;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar #st-search-box::-webkit-input-placeholder {
  font-style: normal;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar #st-search-box:-moz-placeholder {
  font-style: normal;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar #st-search-box::-moz-placeholder {
  font-style: normal;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar #st-search-box:-ms-input-placeholder {
  font-style: normal;
}
.st-autocomplete-container .st-mobile-search-container .st-search-bar .st-cross {
  display: table-cell;
  vertical-align: middle;
  width: 52px;
  text-align: center;
}
.st-autocomplete-container #st-before-search {
  padding: 1.2rem 1rem 0.5rem 1rem;
}
.st-autocomplete-container #st-before-search #st-recent-search {
  margin-bottom: 15px;
  padding-right: 5px;
}
.st-autocomplete-container #st-before-search #st-recent-search .st-recent-header .st-clear-recent-list {
  float: right;
  cursor: pointer;
}
.st-autocomplete-container #st-before-search #st-recent-search .st-recent-list .st-recent-label .st-cross {
  float: right;
  margin-right: 3px;
  margin-top: 3px;
}
.st-autocomplete-container #st-before-search .st-autocomplete-footer {
  border-top: 1px solid #d2d2d266;
  margin-top: 5px;
}
.st-autocomplete-container #st-before-search .st-autocomplete-footer .st-branding {
  padding-left: 15px;
  padding-top: 2px;
}
.st-autocomplete-container #st-before-search .st-autocomplete-footer .st-branding .st-logo {
  width: 8px;
  height: 8px;
  position: relative;
  top: 1px;
  right: 1px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel {
  border-right: 1px solid #d2d2d266;
  padding: 10px 20px;
  overflow-y: hidden;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories {
  padding-bottom: 5px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-header .st-heading-text {
  margin-left: 0;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label {
  line-height: normal;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-count {
  margin-left: 5px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-trending-searches {
  border-top: 1px solid #d2d2d266;
  padding-top: 10px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-trending-searches .st-trending-list {
  display: block;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-trending-searches .st-trending-list .st-trending-label {
  border: none;
  padding: 0;
  border-radius: 0;
  margin-right: 0;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list {
  overflow-x: hidden;
  padding-bottom: 40px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card {
  position: relative;
  border-bottom: 1px solid #e2e5e6;
  padding-top: 5px;
  padding-bottom: 5px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2px;
  border: 1px solid transparent;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-redirect-arrow {
  position: absolute;
  display: block;
  right: 15px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  opacity: 0.7;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box.st-oos-product .st-hero-image {
  opacity: 0.7;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box.st-oos-product .st-oos-badge {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0;
  float: left;
  background: #dc2341;
  padding: 1px 5px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  z-index: 5;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container {
  width: 75px;
  height: 75px;
  padding: 5px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-image-wrapper {
  position: relative;
  margin: auto;
  width: 65px;
  height: 65px;
  min-width: inherit;
  min-height: inherit;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-hero-image {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box-outer {
  width: 100%;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box div {
  margin-bottom: 3px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-name {
  font-size: 12px;
  color: #333;
  text-transform: capitalize;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 2px;
  font-weight: 600;
  max-width: 90%;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-sku {
  color: #b8915a;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  max-width: 235px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-desc {
  font-size: 10px;
  color: #747474;
  font-weight: 400;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper {
  margin-left: 8px;
  text-decoration: line-through;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper .st-main-price {
  font-size: 12px;
  color: #747474;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-price-pre-label {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-currency-symbol {
  font-size: 12px;
  margin-right: 2px;
  font-weight: 500;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper .st-sale-price {
  font-size: 12px;
  color: #333;
  font-weight: 500;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-discount-label {
  padding-left: 7px;
  font-size: 11px;
  font-weight: 500;
  color: #dc2341;
}
.st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-no-results {
  margin: 10px auto;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer .st-left-panel {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer .st-left-panel .st-branding .st-label {
  font-size: 10px;
  white-space: nowrap;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer .st-left-panel .st-branding .st-logo {
  width: 8px;
  position: relative;
  top: 2px;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer .st-right-panel {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
}
.st-autocomplete-container #st-after-search .st-autocomplete-footer .st-right-panel .st-goto-search .st-btn {
  cursor: pointer;
  font-size: 10px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
@media only screen and (min-width: 769px) {
  .st-autocomplete-container {
    min-width: 650px;
    max-width: 650px;
    height: unset;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel {
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #d2d2d266;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-left-panel #st-categories .st-category-list .st-category-label {
    line-height: 20px;
    font-weight: 500;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list {
    padding-bottom: 0;
    padding-left: 5px;
    overflow-y: auto;
    max-height: 600px;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card {
    border-bottom-width: 0;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box {
    display: block;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container {
    width: 100%;
    height: 100%;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    float: none;
    overflow: hidden;
    top: 0;
    left: 0;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-image-wrapper:before {
    content: "";
    float: left;
    padding-bottom: 133%;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-hero-image {
    width: auto;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-image-container .st-hero-image:after {
    content: "";
    display: table;
    clear: both;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box {
    padding: 5px;
    text-align: center;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box div {
    margin-bottom: 5px;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-name {
    max-width: 100%;
    white-space: nowrap;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-price-wrapper.st-main-price-wrapper {
    margin-left: 4px;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-product-card .st-outer-box .st-inner-box .st-price-box .st-discount-label {
    padding-left: 0;
    display: block;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list .st-no-results {
    margin: 50px auto;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-footer {
    position: unset;
    bottom: unset;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-footer .st-left-panel {
    border-right: 1px solid #d2d2d266;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .st-autocomplete-container #st-after-search .st-autocomplete-footer .st-right-panel {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1400px) {
  .st-autocomplete-container #st-after-search .st-autocomplete-content .st-right-panel .st-results-list {
    max-height: 400px;
  }
}
@media only screen and (min-width: 1400px) {
  .st-autocomplete-container {
    min-width: 750px;
    max-width: 750px;
  }
}

.st-container {
  margin: 0 auto;
  max-width: 100%;
  padding: 0 0.1rem;
  position: relative;
  width: 100%;
}

.st-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin-left: -1rem;
  width: calc(100% + 2.0rem);
}
.st-row.st-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.st-row.st-no-wrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.st-row .flexbox-item, .st-row .st-column-90, .st-row .st-column-80, .st-row .st-column-75, .st-row .st-column-70, .st-row .st-column-66, .st-row .st-column-67, .st-row .st-column-60, .st-row .st-column-50, .st-row .st-column-40, .st-row .st-column-33, .st-row .st-column-34, .st-row .st-column-30, .st-row .st-column-25, .st-row .st-column-20, .st-row .st-column-10, .st-row .st-column {
  display: block;
  padding: 0 1rem;
  width: 100%;
}
.st-row .st-column {
  -webkit-box-flex: 11;
      -ms-flex: 11 auto;
          flex: 11 auto;
  max-width: 100%;
}
.st-row .st-column-10 {
  -webkit-box-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  max-width: 10%;
}
.st-row .st-column-20 {
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
  max-width: 20%;
}
.st-row .st-column-25 {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: 25%;
}
.st-row .st-column-30 {
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  max-width: 30%;
}
.st-row .st-column-33, .st-row .st-column-34 {
  -webkit-box-flex: 33.3333%;
      -ms-flex: 33.3333%;
          flex: 33.3333%;
  max-width: 33.3333%;
}
.st-row .st-column-40 {
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
  max-width: 40%;
}
.st-row .st-column-50 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: 50%;
}
.st-row .st-column-60 {
  -webkit-box-flex: 60%;
      -ms-flex: 60%;
          flex: 60%;
  max-width: 60%;
}
.st-row .st-column-66, .st-row .st-column-67 {
  -webkit-box-flex: 66.6666%;
      -ms-flex: 66.6666%;
          flex: 66.6666%;
  max-width: 66.6666%;
}
.st-row .st-column-70 {
  -webkit-box-flex: 70%;
      -ms-flex: 70%;
          flex: 70%;
  max-width: 70%;
}
.st-row .st-column-75 {
  -webkit-box-flex: 75%;
      -ms-flex: 75%;
          flex: 75%;
  max-width: 75%;
}
.st-row .st-column-80 {
  -webkit-box-flex: 80%;
      -ms-flex: 80%;
          flex: 80%;
  max-width: 80%;
}
.st-row .st-column-90 {
  -webkit-box-flex: 90%;
      -ms-flex: 90%;
          flex: 90%;
  max-width: 90%;
}
.st-row .st-no-padding {
  padding: 0;
}

.st-align-center {
  text-align: center;
}

.st-align-right {
  text-align: right;
}

.st-custom-scroll::-webkit-scrollbar {
  width: 0em;
}
.st-custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.st-custom-scroll::-webkit-scrollbar-thumb {
  background-color: #8899a7;
  outline: 1px solid #d2d2d2;
}

.st-search-wrapper * {
  font-family: inherit;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.st-search-wrapper *:after, .st-search-wrapper *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.st-search-wrapper a {
  color: #333;
}
.st-search-wrapper a:hover {
  text-decoration: none;
}
.st-search-wrapper select {
  cursor: pointer;
  background: none;
}
.st-search-wrapper select:focus {
  background: none;
}
.st-search-wrapper label {
  font-weight: normal;
}
.st-search-wrapper input, .st-search-wrapper select {
  margin-bottom: 0;
}
.st-search-wrapper input:focus, .st-search-wrapper select:focus {
  border-color: #333;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.st-search-wrapper button {
  background-color: #ebe9eb;
  color: #333;
  border-color: #8899a7;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.st-search-wrapper button:hover {
  background-color: #e9e9e9;
}
.st-search-wrapper ul, .st-search-wrapper ol {
  list-style: none;
  margin-bottom: 0;
}
.st-search-wrapper .st-link {
  cursor: pointer;
}
.st-search-wrapper .st-custom-tags span {
  position: absolute;
  top: 10px;
  left: 0;
  display: inline-block;
  margin: 12px 5px 18px 5px;
  float: left;
  padding: 3px 6px;
  font-size: 10px;
  font-weight: 600;
  color: #fff;
  line-height: 16px;
  z-index: 1;
}
/* component style */
.vue-slider-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* rail style */
.vue-slider-rail {
  background-color: #ccc;
  border-radius: 15px;
}

/* process style */
.vue-slider-process {
  background-color: #3498db;
  border-radius: 15px;
}

/* mark style */
.vue-slider-mark {
  z-index: 4;
}
.vue-slider-mark:first-child .vue-slider-mark-step, .vue-slider-mark:last-child .vue-slider-mark-step {
  display: none;
}
.vue-slider-mark-step {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.16);
}
.vue-slider-mark-label {
  font-size: 14px;
  white-space: nowrap;
}
/* dot style */
.vue-slider-dot-handle {
  cursor: pointer;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
          box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-slider-dot-handle-focus {
  -webkit-box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
          box-shadow: 0px 0px 1px 2px rgba(52, 152, 219, 0.36);
}

.vue-slider-dot-handle-disabled {
  cursor: not-allowed;
  background-color: #ccc;
}

.vue-slider-dot-tooltip-inner {
  font-size: 14px;
  white-space: nowrap;
  padding: 2px 5px;
  min-width: 20px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  border-color: #3498db;
  background-color: #3498db;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.vue-slider-dot-tooltip-inner::after {
  content: "";
  position: absolute;
}
.vue-slider-dot-tooltip-inner-top::after {
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-top-color: inherit;
}
.vue-slider-dot-tooltip-inner-bottom::after {
  bottom: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-bottom-color: inherit;
}
.vue-slider-dot-tooltip-inner-left::after {
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-left-color: inherit;
}
.vue-slider-dot-tooltip-inner-right::after {
  right: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 0;
  width: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px;
  border-right-color: inherit;
}

.vue-slider-dot-tooltip-wrapper {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.vue-slider-dot-tooltip-wrapper-show {
  opacity: 1;
}


.ph-item[data-v-c2dada12]{direction:ltr;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:30px 15px 15px;overflow:hidden;margin-bottom:30px;background-color:#fff;border:1px solid #e6e6e6;border-radius:2px}.ph-item[data-v-c2dada12],.ph-item *[data-v-c2dada12],.ph-item[data-v-c2dada12] :after,.ph-item[data-v-c2dada12] :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ph-item[data-v-c2dada12]:before{content:" ";position:absolute;top:0;right:0;bottom:0;left:50%;z-index:1;width:500%;margin-left:-250%;-webkit-animation:phAnimation-data-v-c2dada12 .8s linear infinite;animation:phAnimation-data-v-c2dada12 .8s linear infinite;background:-webkit-gradient(linear,left top, right top,color-stop(46%, hsla(0,0%,100%,0)),color-stop(50%, hsla(0,0%,100%,.35)),color-stop(54%, hsla(0,0%,100%,0))) 50% 50%;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50%}.ph-item>*[data-v-c2dada12]{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column;flex-flow:column;padding-right:15px;padding-left:15px}.ph-row[data-v-c2dada12]{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:7.5px}.ph-row div[data-v-c2dada12]{height:10px;margin-bottom:7.5px;background-color:#ced4da}.ph-row .big[data-v-c2dada12],.ph-row.big div[data-v-c2dada12]{height:20px;margin-bottom:15px}.ph-row .empty[data-v-c2dada12]{background-color:hsla(0,0%,100%,0)}.ph-col-2[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%}.ph-col-4[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%}.ph-col-6[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%}.ph-col-8[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%}.ph-col-10[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%}.ph-col-12[data-v-c2dada12]{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}.ph-avatar[data-v-c2dada12]{position:relative;width:100%;min-width:60px;background-color:#ced4da;margin-bottom:15px;border-radius:50%;overflow:hidden}.ph-avatar[data-v-c2dada12]:before{content:" ";display:block;padding-top:100%}.ph-picture[data-v-c2dada12]{width:100%;height:120px;background-color:#ced4da;margin-bottom:15px}@-webkit-keyframes phAnimation-data-v-c2dada12{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}@keyframes phAnimation-data-v-c2dada12{0%{-webkit-transform:translate3d(-30%,0,0);transform:translate3d(-30%,0,0)}to{-webkit-transform:translate3d(30%,0,0);transform:translate3d(30%,0,0)}}

.st-branding .st-label[data-v-7f9e6bbc] {
  color: #666;
  margin-right: 3px;
  font-size: 10px;
  letter-spacing: 0.4px;
}
.st-branding .st-logo[data-v-7f9e6bbc] {
  fill: #666;
}
.st-branding:hover .st-label[data-v-7f9e6bbc] {
  color: #57b575;
}
.st-branding:hover .st-logo[data-v-7f9e6bbc] {
  fill: #57b575;
}
