@font-face {
  font-family: "Doyle Medium";
  src: url("/https/srchpop.com/fonts/Doyle-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Doyle Light";
  src: url("/https/srchpop.com/fonts/Doyle-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Bold";
  src: url("/https/srchpop.com/fonts/DMSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DM Sans Regular";
  src: url("/https/srchpop.com/fonts/DMSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.loader {
  position: fixed;
  z-index: 100;
  top: 48%;
  right: 50%;
  -webkit-animation: spin 1.2s linear infinite;
  -moz-animation: spin 1.2s linear infinite;
  animation: spin 1.2s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

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

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

.hide {
  display: none !important;
}

:root {
  --silver: #f7f7f7;
  --white: #ffffff;
  --dk-grey: #e6e6e6;
  --lt-grey: #f7f7f7;
  --dk-grey-2: #dedede;
  --dk-grey-3: #dfdfdf;
  --black: #292a2a;
  --true-black: #000000;
  --blue: #0c94d3;
  --bg-grey: #ececec;
  --orange: #f97a2a;
  --orange-rollover: #ef6924;
  --blue-rollover: #0b82be;
  --neutral-rollover: #ececec;
  --green: #00a060;
  --red: #d90000;
  --saved-srch-red: #f90330;
  --suggestions-turquoise: #d2fcfc;
  --pink: #f94da1;
  --pink-rollover: #e32f89;
  --orangechrome: #ff861a;
  --spanishorange: #eb7206;
}

body {
  font-family: "DM Sans Regular", sans-serif;
  font-size: 16px;
  margin: 0;
}

h1 {
  font-family: "Doyle Medium";
  font-size: 60px;
}

h2 {
  font-family: "Doyle Medium";
  font-size: 48px;
}

h3 {
  font-family: "Doyle Medium";
  font-size: 32px;
}

h4 {
  font-family: "Doyle Medium";
  font-size: 24px;
}

h5 {
  font-family: "Doyle Light";
  font-size: 24px;
}

h6 {
  font-family: "DM Sans Bold";
  font-size: 24px;
}

p {
  font-family: "DM Sans Regular";
  font-size: 16px;
}

span {
  font-family: "DM Sans Regular";
  font-size: 11px;
}

a {
  font-family: "DM Sans Regular";
}

textarea,
input,
select {
  font-family: "DM Sans Regular", sans-serif;
  border: 1px solid black;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  background: transparent;
  width: 100%;
  outline: none;
}

select {
  border-radius: 50px;
  text-decoration: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  background-image: url("/https/srchpop.com/img/newIcons/srchpop_triangle_down.svg");
  background-repeat: no-repeat;
  background-position-x: 98.5%;
  background-position-y: 7px;
}

.layout {
  max-width: 1920px;
  margin: auto;
  background: white;
}

.logo {
  margin-top: 1rem;
  margin-left: 1rem;
}

.logo a {
  display: flex;
  align-items: center;
}

.logo-text {
  color: black;
  margin-left: 1rem;
}

.error {
  color: red;
}

.topbar {
  max-width: 1140px;
  margin: 0 auto;
  overflow: hidden;
  background: var(--orange);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
  padding-top: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

a,
a:hover,
a:visited,
a:link,
a:active {
  text-decoration: none !important;
}

input {
  border-radius: 50px;
  text-decoration: none;
  outline: none;
}

input[type="text"] {
  background: transparent;
}

button {
  padding: 0.5rem 1rem 0.5rem 1rem;
}

button {
  background: transparent;
  border: 1.5px black solid;
  color: black;
  text-align: left;
  border-radius: 2rem;
  margin-top: 0.5rem;
  font-weight: bold;
  outline: none;
  cursor: pointer;
}

button.disabled {
  pointer-events: none;
}
button.disabled:active {
  transform: none;
}

.features {
  margin-top: 100px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 50px 30px 50px 30px;
}

.features-title-wrapper {
  flex: 1 1 100%;
}

.features-title {
  line-height: 55px;
  margin-bottom: 30px;
  text-align: center;
  max-width: 750px;
  margin: 10px auto 95px auto;
}
.features-add-to-chrome-img {
  background-image: url("/https/srchpop.com/img/precomposed/mobile_chrome.png");
  background-repeat: no-repeat;
  background-size: 120%;
  background-position: bottom;
  margin: -160px -15px 30px -15px;
  height: 430px;
  flex: 1 1 541px;
}
.card-btn.features-add-to-chrome-btn {
  display: none;
}
.features-add-to-chrome-btn-text {
  font-size: 21px;
  display: inline;
}

.pink {
  border: 1.5px solid var(--pink);
  color: var(--pink);
  border-radius: 21px;
}
button.pink:hover,
button.pink:active,
a.pink:hover,
a.pink:active {
  background: var(--pink-rollover);
  color: white;
}
button.pink svg {
  stroke: var(--pink);
}

.orange {
  border: 1.5px solid var(--orange);
  color: var(--orange);
  border-radius: 21px;
}
button.orange:hover,
button.orange:active {
  background: var(--orange-rollover);
  color: white;
}
button.orange svg {
  stroke: var(--orange);
}

.blue {
  border: 1.5px solid var(--blue);
  color: var(--blue);
  border-radius: 21px;
}
button.blue:hover,
button.blue:active {
  background: var(--blue-rollover);
  color: white;
}

.save {
  border: 1.5px solid #0e33f7;
  color: #0e33f7;
  height: 34px;
  border-radius: 21px;
  margin-top: 0;
  padding: 0 1em 0 1em;
  font-size: 14px;
  font-weight: lighter;
  font-family: "Doyle Medium";
  line-height: 15px;
  display: inline;
  max-width: 12em;
  text-align: center;
}
button.save:hover,
button.save:active {
  background: #0c2bdc;
  color: white;
}

.card {
  overflow: hidden;
  padding: 15px;
  margin-bottom: 15px;
  min-height: 325px;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: clip;
}
.card-image-wrapper {
  min-height: 325px;
  margin-bottom: 15px;
  padding: 0;
}
.card-image {
  width: 100%;
  height: 100%;
  border-radius: 21px;
  object-fit: cover;
}
.card-title {
  font-size: 26px;
  margin-bottom: 10px;
}
.card-text {
  margin-bottom: 10px;
}
.card-btn {
  padding: 7px 1.1em 7px 1.1em;
  line-height: 21px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  margin-top: auto;
}
.card-btn svg {
  height: 21px;
  margin-left: 2rem;
}
.btn-text {
  display: inline;
}

.right-arrow {
  fill: none;
  stroke-miterlimit: 10;
}

.srchpop-it {
  margin-top: 100px;
  background: #f2f2f2;
  position: relative;
  padding: 20px;
}
.srchpop-it-subtext {
  max-width: 480px;
}
.srchpop-it-text-h2 {
  line-height: 0.79em;
}

.srchpop-it-market-row:first-child {
  display: none;
}
.srchpop-it-market-row:nth-child(2) .srchpop-it-market:nth-child(2) {
  display: none;
}
.srchpop-it-market-row:first-child .srchpop-it-market:nth-child(2) {
  display: none;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
.srchpop-it-markets {
  width: calc(100vw + 100px);
  position: relative;
  right: -50px;
  left: -50px;
  margin-top: 20px;
}
.srchpop-it-market-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
}

.srchpop-it-market {
  height: 70px;
  width: 445px;
  min-width: 215px;
  border: 2px solid black;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 30px;
  margin-bottom: 30px;
  padding: 15px;
}
.srchpop-it-market-img {
  max-height: 24px;
}

.login-btn,
.register-btn {
  border: 1px solid #0e33f7;
  color: #0e33f7;
  height: 42px;
  border-radius: 21px;
  padding: 0 1em 0 1em;
  font-size: 20px;
  font-weight: lighter;
  font-family: "Doyle Light";
  line-height: 24px;
  display: inline;
  max-width: 12em;
  text-align: center;
}
.login-btn:hover,
.login-btn:active,
.register-btn:hover,
.register-btn:active {
  background: #0c2bdc;
  color: white;
}

.btn-xl {
  border-radius: 21px;
  height: 60px;
  border: 1px solid var(--white);
  display: block;
  padding: 0;
}
.btn-l {
  height: 42px;
  border-radius: 21px;
  border: 1px solid var(--white);
  display: inline-block;
  padding: 0 1em 0 1em;
}
.btn-m {
  height: 34px;
  border-radius: 16px;
}
.btn-s {
  height: 15px;
}

.btn-xl .icon {
  height: 25pxpx;
}
.btn-l .icon {
  height: 21px;
}
.btn-m .icon {
  height: 17px;
}
.btn-s .icon {
  height: 9px;
}

.font-white {
  color: white;
}

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.full-width {
  width: 100% !important;
}

.srchpop-it-input {
  height: 70px;
  width: 70%;
  border: 2px solid black;
  border-radius: 50px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: 50px;
  background-image: url(/https/srchpop.com/img/newIcons/srchpop_search_medium.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 20px center;
}

.marketplace-home {
  padding-bottom: 30px;
}
.welcome-menu-icons {
  display: none;
  float: right;
  cursor: pointer;
}
.welcome-buttons {
  float: right;
  display: flex;
  margin-right: 20px;
}
.watchlist-header-container {
  display: flex;
}
.saved-search-link-text {
  color: var(--saved-srch-red);
}
.welcome-back-icon {
  margin-left: 5px;
}
.pin-icon-dashboard {
  border: 1.5px #0e33f7 solid !important;
  margin-right: 10px;
}
.welcome-back-menu {
  border: 1.5px black solid;
  border-radius: 21px;
  padding: 5px;
  margin-left: 10px;
  cursor: pointer;
}
.xl-input {
  height: 60px;
}

.l-input {
  height: 42px;
}

.m-input {
  height: 34px;
}

.s-input {
  height: 16px;
}

.landing-page-input {
  width: 527px;
  background-image: url(/https/srchpop.com/img/newIcons/srchpop_search_medium.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: right 20px center;
}

.section-input {
  height: 42px;
  margin-top: 10px;
  width: 371.5px;
  background-image: url(/https/srchpop.com/img/newIcons/srchpop_search_medium.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 20px center;
}

.home {
  overflow-x: hidden;
}

.topbar-logo {
  line-height: 60px;
  color: black;
  display: flex;
}

.install-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.install-logo-img {
  max-height: 100px;
}

/* panel */
.panel-wrapper {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0px 20px 20px 20px;
}

.panel-container {
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
  background: white;
}

.panel-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.panel-dash-header {
  padding: 2rem;
}

.panel-img {
  width: 500px;
}

.panel-img-1-mobile {
  display: none;
}

.panel-img-2-mobile {
  display: none;
}

.panel-text-wrap {
  width: 500px;
}

.panel-subtitle {
  margin-top: 20px;
}

/* countdown timer */
.countdown {
  padding-top: 12px;
  color: #e32f89;
  white-space: nowrap;
  margin-bottom: 0.8em;
}

.timer {
  display: inline;
}

.sn-signup {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  font-size: 16px;
}

/* carousel */
.carousel-outer {
  max-width: 1920px;
  max-height: 960px;
  margin-top: 82px;
  overflow: hidden;
}

.carousel-container {
  position: relative;
  max-width: 1140px;
  max-height: 300px;
  border-radius: 21px;
  margin-bottom: 30px;
  overflow: hidden;
}

.carousel-subtitle {
  padding-left: 1.5rem;
  padding-bottom: 0.8rem;
  padding-top: 1.2rem;
}

@keyframes left {
  from {
    left: 100%;
  }
}

@keyframes right0 {
  from {
    left: -100%;
  }
}

@keyframes right1 {
  from {
    left: 0%;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.carousel-frame {
  position: relative;
  width: 100%;
  height: 300px;
  background: #fff;
}

.carousel-wrapper {
  position: relative;
  max-width: 1097px;
  max-height: 300px;
  overflow-x: hidden;
  padding-bottom: 1.2rem;
}

.carousel-block {
  max-width: 100%;
  max-height: 300px;
  display: flex;
  padding-left: 1.5rem;
}

.carousel-img-wrapper {
  max-height: 200px;
  max-width: 200px;
  position: relative;
  overflow: hidden;
  border-radius: 21px;
}

.carousel-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel-block figure {
  display: inline-block;
  margin: 0 1.5rem 0 0;
}

.carousel-block figure:nth-child(3n) {
  margin-right: 1.5rem;
}

.carousel-block-item-name {
  display: flex;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  color: black;
  max-width: 180px;
}

.ellipsis {
  position: relative;
  line-height: 1.2em;
  max-height: 1.2em;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}

.carousel-block-item-price {
  text-align: left;
  font-size: 20px;
}
.item-list-price {
  display: inline-block;
  color: #d90074;
  margin-right: 1rem;
  text-decoration: line-through;
}

.item-your-price {
  display: inline-block;
  color: #32a670;
}

.content-wrap {
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-wrap-no-padding {
  max-width: 1140px;
  margin: 0 auto;
}

/* standalone sn pages */
.sn-alone {
  margin-top: 82px;
}
/*  */

.how-to-search-img {
  object-fit: cover;
  float: right;
}

.topbar {
  background: white;
  padding: 10px 20px 10px 20px;
}

.menu-topbar {
  margin-top: 7px;
}
.menu {
  margin-left: 9px;
}
.menuBar {
  z-index: 2;
  background: white;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: 24px;
}

.buy {
  background-repeat: no-repeat;
  background-size: 1900px;
  height: 95vh;
  background-position-y: center;
  background-image: url("img/landingPage/pexels-pixabay-276517.jpg");
}

.btn-link {
  display: block;
  height: 21px;
}

.compare {
  background: #a6f0d9;
}

.section-img {
  margin-top: 11px;
}

.savedSearches {
  background: white;
}

.newWatchlists {
  /* margin-top: 4rem; */
  background: white;
  width: 100%;
  max-width: 1140px;
  padding: 0 20px 20px 20px;
}

.section-btn {
  color: black;
  border: 1.5px black solid;
}
.section-btn:hover,
.section-btn:active {
  border-color: var(--blue-rollover);
  color: var(--blue-rollover);
}
.getStarted-btn:hover,
.getStarted-btn:active {
  border-color: var(--black);
  color: var(--black);
}

#heres-how {
  padding-top: 3rem;
}

.howItWorks {
  background: white;
}

.explore {
  color: #f51681;
  background: white;
}

.explore-btn {
  margin-top: 30px;
}

.srchpop-features {
  height: 1800px;
  background: white;
}

.watchlist-product {
  display: inline-table;
  width: 238px;
  height: 238px;
  margin-right: 20px;
  margin-bottom: 20px;
}

.hero-main-text {
  font-size: 22px;
}

.watchlist-product:nth-child(4n) {
  display: inline-table;
  width: 238px;
  height: 238px;
  margin-right: 0px !important;
  margin-bottom: 10px;
}

.watchlist-product p {
  display: inline !important;
}

.camera-img-features {
  object-fit: cover;
  height: 100%;
  width: 100%;
  border-radius: 21px;
}

.chrome-extension-img {
  object-fit: cover;
  height: 100%;
  width: 50%;
  margin-right: 30px;
}

.sign-up-now-btn-text {
  text-align: center;
  line-height: 0px;
}

.view-more-watchlists {
  width: 100%;
  color: #0e33f7;
  border: 1.5px #0e33f7 solid;
  text-align: center;
  font-size: 18px;
}

.view-more-watchlists.disabled,
.view-more-results.disabled {
  color: var(--dk-grey-2);
  border: 1.5px var(--dk-grey-2) solid;
}

.tab-image {
  width: 238px;
  height: 238px;
  border-radius: 21px;
  object-fit: cover;
}

.tab-item-name {
  color: black;
  font-weight: bold;
}

.tab-item-price {
  color: #32a670;
}

.saved-searches-btn {
  color: var(--saved-srch-red);
  border: 1.5px var(--saved-srch-red) solid;
  margin-right: 10px;
}

.saved-searches-icon {
  border: 2px var(--saved-srch-red) solid;
  border-radius: 2rem;
  padding: 0.4rem;
  margin-right: 12px;
}

.saved-searches-search-icon {
  padding: 0.4rem;
  margin-left: 12px;
}

.watchlist .watchlist-header {
  margin-left: 10px;
  color: black !important;
  margin-bottom: 20px;
  margin-top: -10px;
  width: 70%;
}

.get-started {
  background: #a6f0d9;
  color: #2d4ef5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-top: 220px;
  padding-bottom: 220px;
}

.get-started h2 {
  line-height: 55px;
  margin-bottom: 30px;
}

.get-started h5 {
  max-width: 630px;
  margin-bottom: 30px;
}

.testimonials {
  background: white;
}

.intro {
  background: var(--black);
  color: var(--white);
  position: relative;
}
.intro-image {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 100;
}
.intro-btn {
  color: var(--white);
  line-height: 40px;
  margin-bottom: 65px;
}
.intro-btn svg {
  fill: none;
  stroke: #bfbfbf;
  stroke-miterlimit: 10;
  height: 11px;
  display: inline;
}
.intro-text {
  padding: 30px 25px 30px 25px;
}
.intro-text h2 {
  line-height: 1.1em;
  font-weight: normal;
}
.intro-text h5 {
  margin-top: 17px;
  margin-bottom: 25px;
  font-weight: normal;
  line-height: 1.2em;
}
.intro-btn h6 {
  font-weight: normal;
  display: inline;
  margin-right: 30px;
}

.marketplacePromo {
  margin-top: 20px;
  background: white;
}

.marketplaces-search-img {
  display: none;
  position: absolute;
  left: 85px;
  height: 715px;
}

.landing-page-texts {
  position: relative;
  top: 320px;
}

.buy-content {
  position: relative;
  float: left;
  top: 30px;
}

.track {
  background: #ebeeff;
}
.track-content {
  padding: 65px 20px 65px 20px;
  display: flex;
  flex-direction: row;
  max-width: 1140px;
  margin: auto;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.track-h2 {
  margin-bottom: 30px;
}
.track-text {
  margin-bottom: 30px;
  width: 500px;
}
.track-chart {
  display: none;
}

.track-example-vertical {
  margin-bottom: 30px;
  margin-top: 30px;
}

.track-example-horizontal {
  display: none;
}

.section-content {
  margin-right: 100px;
  width: 50%;
}
.section-wrap {
  display: flex;
}

.savedSearches-content {
  position: relative;
  float: left;
  top: 30px;
  color: var(--saved-srch-red);
  border: 1.5px var(--saved-srch-red) solid;
  border-radius: 21px;
  padding: 2rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

.newWatchlists-content {
  position: relative;
  float: left;
  top: 30px;
  color: #0e33f7;
  border: 1.5px #0e33f7 solid;
  border-radius: 21px;
  padding: 1.5rem;
  margin-bottom: 20px;
  width: 100%;
}

.newWatchlists-content:last-child {
  margin-bottom: 50px;
}

.search-icon {
  margin-right: 5px;
}

.explore-content {
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.explore-wrapper {
  border: 1.5px #f51681 solid;
  border-radius: 21px;
  padding: 2rem;
}

.getStarted-btn {
  color: #2d4ef5;
  border: 1.5px #2d4ef5 solid;
}

.testimonials-content {
  text-align: center;
  color: #f51681;
  background: #98f0f0;
  border-radius: 21px;
  padding: 5rem;
}

.how-it-works-header-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
  text-align: center;
  max-width: 1140px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.how-it-works-header {
  text-align: center;
}

.buy-image {
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  background-image: url("img/landingPage/pexels-pixabay-276517.jpg");
}

.savedSearches-container {
  background-repeat: no-repeat;
  height: 100%;
  background: white;
  width: 100%;
}

.newWatchlists-container {
  background-repeat: no-repeat;
  height: 100%;
  background: white;
}

.submit-btn {
  color: black;
  border: 1.5px black solid;
}

.explore-image {
  background-repeat: no-repeat;
  background-position: 198px -251px;
  height: 100%;
  background-image: url("img/graphics/explore_graphic.png");
}

.sign-up-now-btn {
  color: var(--saved-srch-red);
  border: 1.5px var(--saved-srch-red) solid;
  width: 200px;
}

.sign-up-now-btn-pink {
  color: var(--featured-finds-pink);
  border: 1.5px var(--featured-finds-pink) solid;
  width: 200px;
}

.add-chrome-ext-btn {
  color: #2233f7;
  border: 1.5px #2233f7 solid;
  width: 200px;
  font-size: 14px;
}

.add-chrome-ext-btn-text {
  text-align: center;
  line-height: 0px;
}

.srchpop-card {
  color: var(--saved-srch-red);
  border: 1.5px var(--saved-srch-red) solid;
  border-radius: 21px;
  padding: 2rem;
  height: 500px;
  margin-top: 2rem;
  width: 49%;
}

.srchpop-card-pink {
  color: var(--featured-finds-pink);
  border: 1.5px var(--featured-finds-pink) solid;
  border-radius: 21px;
  padding: 2rem;
  margin-top: 2rem;
  width: 49%;
}

.srchpop-card-full-width {
  color: #2233f7;
  border: 1.5px #2233f7 solid;
  border-radius: 21px;
  height: 500px;
  margin-top: 2rem;
  width: 100%;
}

.add-to-chrome-content-div {
  padding: 2rem;
}

.srchpop-card-img {
  height: 500px;
  margin-top: 2rem;
  width: 49%;
}

.srchpop-img {
  height: 450px;
  width: 50%;
}

footer {
  min-height: 20rem;
  background: var(--true-black);
  padding: 2rem;
  color: var(--white);
}

footer .content {
  display: flex;
  flex-direction: column;
}

footer button {
  font-size: 18px;
  line-height: 28px;
  color: var(--white);
  border: 1px white solid;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 1rem;
  min-width: 15rem;
  width: 100%;
}

footer img {
  -webkit-filter: invert(1);
  filter: invert(1);
  height: 20px;
  width: 20px;
  margin-top: 3px;
}

footer a {
  color: var(--white);
  text-decoration: none;
}

.fine-print {
  border-bottom: 1px solid white;
  margin-top: 1rem;
  padding-top: 1rem;
}

footer ul {
  padding: 0;
  list-style: none;
  padding-top: 1rem;
  min-width: 10rem;
  padding-bottom: 1rem;
}

footer ul li {
  margin-bottom: 0.2rem;
}

.topbar-content {
  display: inline-flex;
}

.topbar-input {
  margin-top: 4px;
  margin-right: 4px;
}

.icon-input {
  background-image: url("/https/srchpop.com/img/newIcons/srchpop_search_medium.svg");
  background-repeat: no-repeat;
  background-position: right;
  border: 2px black solid;
  border-radius: 2rem;
  width: 180px;
}

.icon-input::placeholder {
  font-size: 12px;
}

.rounded-btn {
  border: 1.5px black solid;
  border-radius: 2rem;
  padding: 8px;
  cursor: pointer;
}

.chrome-topbar-icon {
  padding: 8px;
  border: 1.5px black solid !important;
}

.topbar div {
  float: left;
  display: block;
}

button span:first-child {
  float: left;
}

button span:last-child {
  float: right;
}

button:active {
  transform: translateY(1px);
}

button.neutral {
  background: var(--white);
  color: var(--black);
  border: 2px solid black;
  font-size: 0.8rem;
}

button.neutral:hover {
  background: var(--neutral-rollover);
}

button.cta {
  background: var(--orange);
  display: inline-block;
  font-size: 0.9rem;
  display: inline;
}

button.cta:hover {
  background: var(--orange-rollover);
}

button.search {
  background: var(--blue);
  color: var(--white);
  border-radius: 1.2rem;
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  font-size: 1.2rem;
  white-space: nowrap;
}

button.secondary {
  border: 1.5px black solid;
  color: black;
}

.home {
  overflow-x: hidden;
  margin: 0 auto;
}

.hero {
  background: var(--silver);
  padding: 1rem;
  position: relative;
  height: 960px;
  overflow: hidden;
}

.hero button.search {
  position: relative;
  top: 3px;
  height: 2.5rem;
  width: 110px;
}

.hero button.search span {
  position: relative;
  bottom: 2px;
}

.hero button.search img {
  margin-left: 4px;
  vertical-align: sub;
}

.homepage-logo {
  width: 12.5rem;
  margin-bottom: 3rem;
}

#camera {
  position: absolute;
  left: 720px;
  bottom: 240px;
}

#superlogo {
  position: absolute;
  top: -382px;
  left: 100px;
}

#tinylogo {
  display: none;
}

.hero-content-wrapper {
  position: relative;
  z-index: 100;
  width: 1140px;
  left: 100px;
  top: 291px;
}

.hero button.cta {
  margin-top: 0.3rem;
}

.hero-title {
  font-size: 2rem;
  line-height: 2.1rem;
  font-weight: 600;
  font-family: "Doyle Medium";
  margin: 3rem 0 1rem;
}

.hero-subtext {
  display: none;
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

.hero-search {
  width: 100%;
  border: 2px solid #d8d8d8;
  border-radius: 0.5rem;
  font-size: 1.1rem;
  padding: 0.5rem 0.9rem 0.5rem 0.9rem;
  background: var(--white);
}

.hero button.search {
  margin: 0.5rem auto 4rem;
  clear: both;
  width: 100%;
}

.dashboard-btn {
  padding: 0.3rem 1rem 0.3rem 1rem;
  margin-top: 0rem !important;
  font-family: "DM Sans Regular";
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.dashboard-btn img {
  margin-left: 20px;
}

.hero-footer {
  clear: both;
  margin: auto -1rem -1rem -1rem;
  background: var(--black);
  color: var(--white);
  text-align: center;
  font-size: 1.7rem;
  font-family: "Doyle Medium";
  padding-top: 0.45rem;
  padding-bottom: 0.45rem;
}

.hero-its-free {
  display: none;
  font-size: 1.9rem;
  line-height: 2.2rem;
  font-weight: 600;
  font-family: "Doyle Medium";
  margin-left: 1rem;
  top: 3px;
  position: relative;
}

.logos {
  background: var(--white);
  display: flex;
  flex-flow: column;
}

.logos-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  flex: 3;
}

.logos-subtext {
  font-family: "Doyle Medium";
  font-size: 2.4rem;
  text-align: center;
  order: -1;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logos-image {
  flex-grow: 0;
  display: flex;
  width: 300px;
  height: 126px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.promo {
  background: var(--dk-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding-bottom: 3rem;
}

.prime-deals {
  background: var(--lt-grey);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.prime-deals-subtext {
  text-align: left;
  margin-top: 1rem;
  width: 360px;
}

.promo-text-wrapper {
  text-align: center;
}

.promo-text {
  font-family: "Doyle Medium";
  font-size: 2.1rem;
  letter-spacing: -1px;
}

.promo-image {
  margin-top: 4rem;
  margin-right: 1rem;
}

.products {
  background: var(--lt-grey);
  padding: 1rem;
  display: flex;
  flex-flow: column;
  padding-bottom: 3rem;
}

.products-box {
  background: var(--lt-grey);
  padding: 1rem;
  display: flex;
  flex-flow: column;
  padding-bottom: 3rem;
}

.products-box-dashboard {
  background: var(--suggestions-turquoise);
  width: 100%;
  display: flex;
  align-items: center;
  flex-flow: column;
}

img.map,
map area {
  outline: none;
}

.product-wrapper {
  display: flex;
  flex: 9;
  align-items: center;
  flex-flow: column;
  justify-content: center;
}

.products-text {
  flex: 4;
  order: -1;
  margin-bottom: 2rem;
}

.product {
  background: var(--white);
  margin-bottom: 1.5rem;
  padding: 0.9rem 1rem 0 1rem;
  position: relative;
  height: 260px;
  width: 200px;
  border-radius: 0.5rem;
  box-shadow: 1px 4px 6px 6px rgba(50, 50, 93, 0.11),
    1px 1px 3px 3px rgba(0, 0, 0, 0.08);
}

.product-box {
  margin-bottom: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0.5rem;
  position: relative;
  height: 280px;
  width: 280px;
}
.product-image-wrapper {
  border: 2px solid var(--dk-grey-2);
  overflow: hidden;
  position: relative;
  width: 168px;
  height: 170px;
}
.product-box-image-wrapper {
  overflow: hidden;
  position: relative;
  border: 1.5px #e9e9e9 solid;
  border-radius: 21px;
}
.product-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.product-name {
  width: 168px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
  margin-bottom: 0px;
}
.product-price {
  font-size: 12px;
  font-weight: bold;
}
.hero-texts-mobile {
  display: none;
  position: absolute;
  bottom: 20px;
}
.product-subtext {
  font-size: 8px;
}
.product-add {
  position: absolute;
  font-size: 1.7rem;
  line-height: 1.1rem;
  bottom: 5px;
  right: 5px;
}
.products-title {
  font-size: 2.5rem;
  letter-spacing: -1px;
  font-family: "Doyle Medium";
  margin-bottom: 1.7rem;
}
.products-subtext {
  font-size: 1.3rem;
}

.faq,
.support-request,
.login,
.register,
.forgot-password {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  padding: 2rem;
  max-width: 1000px;
  min-height: 450px;
  margin: auto auto 9rem;
}

.login-error {
  color: var(--red);
}
.login > *,
.register > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.forgot-password form > * {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.support-request-confirmation {
  align-items: center;
}
.support-request-confirmation h1 {
  margin-top: -3rem;
}
.support-request {
  background: white;
}
.support-request fieldset {
  border: none;
}
.support-request label,
.support-request input {
  display: block;
}
.support-request .comment {
  height: 7rem;
}
.support-request button {
  margin: 1rem auto 2rem auto;
}

.faq .q {
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
  font-size: 18px;
}

.search-bar {
  position: fixed;
  height: 82px;
  width: 100%;
  top: 0;
  z-index: 110;
  background: white;
  display: flex;
  justify-content: center;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  left: 0;
}
.menu-bar-btn {
  line-height: 0px;
  margin-right: 10px;
}
.search-logo {
  width: 15.5rem;
}
.search-input-wrapper {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  padding-right: 1rem;
  margin-left: 10px;
  width: 705px;
  flex-flow: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.search-controls {
  position: relative;
  width: 100%;
}
.query-type-wrapper {
  position: absolute;
  left: 0.9rem;
  top: 0.8rem;
}
.query-type-arrow {
  margin-left: 2px;
}
.query-type-list {
  list-style: none;
  border-radius: 0.2rem;
  margin: 0;
  padding: 0.5rem;
  border: 1px solid var(--dk-grey);
  background: white;
  box-shadow: 2px 2px 3px var(--dk-grey-2);
  right: 2rem;
}
.favorite-icon {
  position: absolute;
  right: 1rem;
  top: 10.2px;
  font-size: 1.1rem;
  cursor: pointer;
}
.search-input {
  height: 42px;
  flex: 1 0;
  width: 100%;
  flex-basis: 100%;
  margin-bottom: 0.5rem;
  padding-right: 2rem;
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: right 20px center;
}
.search-input.with-icon {
  background-image: url(/https/srchpop.com/img/newIcons/srchpop_search_medium.svg);
}
.search-btn {
  margin-left: 1rem;
  margin-right: 1rem;
  height: 2.5rem;
  width: 110px;
  display: flex;
  justify-content: space-around;
}
.search-btn img {
  margin-left: 3px;
}
.search-bar-btn {
  background: var(--blue);
  color: var(--white);
  border-radius: 1.2rem;
  padding: 4px 3px 4px 3px;
  font-size: 1.2rem;
  line-height: 1rem;
  height: 40px;
}
.my-account-wrapper {
  display: contents;
}
.top-actions {
  text-align: center;
  position: fixed;
  margin-top: 79px;
  width: 100%;
  max-width: 1920px;
  z-index: 200;
}
.top-actions button {
  background: #fff;
}
.top-actions button:first-child {
  border: 1.5px solid var(--orangechrome);
  background: var(--orangechrome);
  color: white;
  margin-right: 10px;
}
.top-actions button:first-child:hover,
.top-actions button:first-child:active {
  border: 1.5px solid var(--spanishorange);
  background: var(--spanishorange);
}
.tooltip {
  position: relative;
}
.tooltip span {
  display: none;
  position: absolute;
  font-size: 14px;
  color: black;
  width: max-content;
  left: 70px;
  top: 40px;
  border: 1px solid grey;
  border-radius: 21px;
  padding: 4px 10px;
  background: #fff;
  box-shadow: 2px 2px 3px var(--dk-grey-2);
}
.tooltip:hover span {
  display: block;
}
@media screen and (max-width: 1133px) {
  .tooltip span {
    max-width: fit-content;
    left: 10px;
  }
}

.dashboard .top-actions {
  display: none;
}
.arrow-up {
  display: none;
  width: 0;
  height: 0;
  border: 0 solid transparent;
  border-right-width: 8px;
  border-left-width: 7px;
  border-bottom: 10px solid black;
}
.my-account-menu:after {
  border-color: transparent transparent #000 transparent;
  border-width: 11px;
  top: -22px;
}

.my-account-menu:before {
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
  top: -24px;
  z-index: 999;
}
.my-account-menu:after,
.my-account-menu:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 40%;
}
.my-account-menu:after {
  left: calc(40% + 4px);
}
.my-account-menu {
  padding: 0 10px;
  border-radius: 16px;
  position: absolute;
  list-style: none;
  z-index: 110;
  margin: 0;
  border: 1px solid var(--black);
  background: white;
  right: 2rem;
  top: 4.5rem;
}
.my-account-menu li {
  font-size: 1.1rem;
  padding: 0.4rem 0.7rem;
  white-space: nowrap;
  border-bottom: 1px solid var(--dk-grey-3);
}
.my-account-menu li.hide {
  border-bottom: 0;
}
.my-account-menu li:first-child {
  padding-top: 0.5rem;
}
.my-account-menu li:last-child {
  padding-bottom: 0.7rem;
  margin-top: 0.2rem;
  border-bottom: 0;
}
.my-account-menu a {
  text-decoration: none;
  color: black;
}
.my-account-menu li img {
  position: relative;
  top: 6px;
  margin-right: 0.7rem;
}
.my-account {
  padding-right: 9px;
}
.dashboard-icon {
  display: none;
}
.user-icon {
  border-radius: 40px;
  border: 1px solid #7b7b7b;
}
.my-account-arrow {
  color: #878787;
  margin-left: 5px;
}

/* search results filters */
.filter-out {
  max-width: 1140px;
  margin: auto;
  margin-top: 6rem;
  padding: 0 20px;
  cursor: pointer;
}
.filter-in {
  width: 98.6%;
  border: 1.5px solid #888;
  border-radius: 1.5rem;
  padding: 7px 15px;
  height: 392px;
  transition: height 0.5s;
  overflow: hidden;
}
.filter-in img {
  width: 20px;
  height: 20px;
  user-select: none;
}
.filter-in span {
  margin-left: 15px;
  font-size: 16px;
  vertical-align: 4px;
}
.toggles-wrap {
  margin-top: 20px;
  display: flex;
  height: 344px;
  flex-direction: column;
  flex-wrap: wrap;
}
.toggles {
  display: inline-block;
  margin: 0 58px 10px 0;
  width: 220px;
  min-height: 33px;
}
.toggles-img {
  width: 182px;
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
}
.toggles-img img {
  width: auto;
  max-width: 150px;
  height: auto;
  max-height: 30px;
  margin-right: 10px;
}

.toggle {
  position: absolute;
  top: 30%;
  right: 0px;
  transform: translateY(-50%);
}
.toggle-out {
  width: 36px;
  height: 21px;
  border-radius: 20px;
  float: right;
}
.toggle-in {
  width: 16.5px;
  height: 16.5px;
  border-radius: 50px;
  background-color: white;
  transition: margin-left 0.5s;
  box-shadow: 0px 1px 5px rgb(0,0,0,0.5);
}

ul.pagination { list-style: none }
ul.pagination li { display: inline-block; margin: 0 5px; }
ul.pagination li.active { color: blue; }

ul#options {
  position: absolute;
  background: #fff;
  z-index: 999;
  list-style: none;
  padding-left: 5px;
  width: 159px;
}

ul#options li {
  padding: 5px;
  position: relative;
}
ul#options li input {
  position: absolute;
  right: 0;
  width: 10px;
}

@media screen and (max-width: 1133px) {
  .filter-in {
    height: 520px;
  }
  .toggles-wrap {
    height: 475px;
  }
}
@media screen and (max-width: 855px) {
  .filter-in {
    height: 735px;
  }
  .toggles-wrap {
    height: 690px;
  }
}
@media screen and (max-width: 640px) {
  .filter-out {
    margin-top: 8.5rem;
  }
}
@media screen and (max-width: 575px) {
  .filter-in {
    height: 1435px;
  }
  .toggles-wrap {
    height: 1395px;
  }
}
/*  */

.results {
  overflow-x: hidden;
  margin-top: 3rem;
  min-height: 30rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.dashboard {
  overflow-x: hidden;
  margin-top: 6.7rem;
  min-height: 30rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

.mkt {
  margin-bottom: 1rem;
  width: 100%;
  padding-bottom: 2rem;
  order: 4;
}
.mkt-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid var(--dk-grey-2);
}
.ebay {
  order: 2;
}
.grailed {
  order: 3;
}
.mkt-image-wrapper {
  width: 140px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  flex-basis: 100%;
  margin-right: 1rem;
}
.mkt-item-count {
  text-decoration: none !important;
  color: black;
}
.mkt-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.mkt-count-wrapper {
  display: flex;
  justify-content: center;
  width: 99%;
  border: 1.5px black solid;
  height: 34.2px !important;
  margin-top: 0px !important;
}
button.view-more-results {
  border: 1.5px black solid;
  color: black;
  text-align: center;
}
.mkt-products {
  display: flex;
  flex-wrap: wrap;
}
.font-size-14 {
  font-size: 14px;
}

.prd {
  background: var(--white);
  position: relative;
  border-radius: 0.1rem;
  width: 150px;
  height: 205px;
  margin: 7px;
  margin-top: 10px;
  cursor: pointer;
}
.saved-srch .prd {
  width: 250px;
  height: 285px;
}
.saved-srch .prd-img-wrapper {
  width: 250px;
  height: 250px;
}

.prd-favorite {
  position: absolute;
  top: 0.5rem;
  right: 5px;
  background: #00a670;
  padding: 0.2rem 0.2rem 0.1rem;
  border-radius: 21px;
  color: white;
}
.prd-favorite:hover {
  fill: pink;
}
.favorited {
  fill: red;
}
.prd-img-wrapper {
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.prd-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 21px;
}
.prd-title {
  overflow: hidden;
  text-overflow: ellipsis;
  height: 2.5rem;
  line-height: 1.3rem;
  margin-top: 5px;
  width: 150px;
}
.prd-price {
  position: absolute;
  top: 0.5rem;
  left: 5px;
  background: #00a670;
  padding: 0.2rem;
  border-radius: 21px;
  color: white;
}
.saved-srch .prd-price {
  display: none;
}
.saved-srch .prd-title {
  text-align: center;
  text-transform: capitalize;
  width: 100%;
}
.prd-price.center {
  right: 2rem;
}

.row {
  border-radius: 15px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.left {
  position: absolute;
  left: 4px;
  top: 7.5rem;
  z-index: 100;
  padding: 5px;
  background: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid rgb(223, 225, 229);
  text-align: center;
  line-height: 1.2rem;
  height: 45px;
  width: 45px;
  border-radius: 25px;
}
.left svg {
  width: 24px;
  top: 5px;
  right: 1px;
  position: relative;
  fill: grey;
}
.left svg:hover {
  fill: black;
}
.left-outer {
  left: 2%;
  top: 45%;
}

.right {
  position: absolute;
  right: 5px;
  top: 7.5rem;
  z-index: 100;
  padding: 5px;
  background: white;
  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  border: 1px solid rgb(223, 225, 229);
  text-align: center;
  line-height: 1.2rem;
  height: 45px;
  width: 45px;
  border-radius: 25px;
}
.right svg {
  width: 24px;
  top: 5px;
  left: 1px;
  position: relative;
  fill: grey;
}
.right svg:hover {
  fill: black;
}
.right-outer {
  right: 2%;
  top: 45%;
}

.tile-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin-left: 15px;
}

.tile {
  flex-shrink: 0;
  padding: 0.3rem;
  margin: 1rem;
  width: 200px;
  height: 250px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: black;
  position: relative;
}

.product-box-tile {
  flex-shrink: 0;
  box-shadow: 0 0 7px var(--dk-grey-2);
  padding: 0.3rem;
  margin: 1rem;
  width: 320px;
  height: 320px;
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: black;
  position: relative;
}
.tile-img-wrapper {
  width: 100%;
  width: 190px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 200px;
  border-radius: 20px;
}

.tile-divider {
  border: 0;
  height: 2px;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0)
  );
  margin-left: 20px;
  margin-right: 20px;
}
.tile-image {
  object-fit: cover;
  width: 100%;
  border-radius: 20px;
}
.tile-desc {
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  line-height: 1.1;
  font-size: 15px;
  letter-spacing: 0.035em;
  margin-top: 27px;
}
.tile-name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  margin-left: 1rem;
}

.tile-delete {
  color: red;
  font-size: 2rem;
  line-height: 1rem;
  top: 0.3rem;
  right: 0.2rem;
  position: absolute;
  z-index: 100;
}
.marketplaces .tile-img-wrapper {
  height: 90px;
  padding-left: 10px;
  padding-right: 10px;
}
.marketplaces .tile-image {
  height: 100%;
  height: 65px;
}
.marketplaces .tile-image {
  object-fit: contain;
}

.product-box .tile-image {
  height: 100%;
  object-fit: contain;
}

.watchlist .share {
  position: absolute;
  right: 55px;
  top: 10px;
}
.watchlist img.delete {
  position: absolute;
  right: 5px;
  top: 10px;
}
.watchlist img.add-product {
  position: absolute;
  right: 105px;
  top: 10px;
}
.watchlist .edit-title {
  position: absolute;
  right: 155px;
  top: 10px;
}
.watchlist .share.not-sharable {
  margin-right: 0;
  right: 10px;
}
.watchlist .delete.unshare {
  margin-right: 0;
  right: 65px;
}

.watchlist-results {
  margin-top:  6.7rem;
  padding: 0.5rem;
  min-height: 30rem;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.watchlist-results h3 {
    width: 100%;
}
.watchlist-results .go-back {
  float: right;
  font-size: 24px;
}
.watchlists {
  position: relative;
  max-width: 730px;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.watchlist-header, .watchlists-header  {
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 18rem;
  font-size: 48px;
}
.newWatchlists .watchlist-header {
  width: 100%;
}
.watchlist-edit {
  width: 18rem;
  margin: 15px 0 0;
  display: block;
}
.watchlist-error {
  border-color: red;
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-1px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(2px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-4px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(4px, 0, 0);
  }
}

.watchlist, .watchlists, .savedSearches {
  padding: 0 20px;
  overflow-x: hidden;
  margin-top: 4rem;
  min-height: 30rem;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0.1rem #dedede solid;
  position: relative;
  width: 100%;
}
.watchlist {
  overflow-y: auto;
  width: 100%;
}
.watchlist .error.invalid {
  padding-left: 10px;
  font-size: 12px;
}
.watchlist .shared-info {
  position: absolute;
  top: 70px;
  right: 0px;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 16px;
  font-size: 12px;
  z-index: 2;
  background: #fff;
}
.watchlist .shared-info:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 20px;
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
  top: -24px;
  z-index: 999;
}
.watchlist .newWatchlist-content {
  position: relative;
  float: left;
  top: 30px;
  color: #0e33f7;
  border: 1.5px #0e33f7 solid;
  border-radius: 21px;
  padding: 1.5rem;
  margin-bottom: 50px;
  width: 100%;
}
.watchlist .newWatchlist-content h5 {
  color: var(--black);
}
.watchlist .newWatchlist-content ul {
  padding: 0;
}
.watchlist .newWatchlist-content li {
  font-size: 12px;
  line-height: 28px;
  color: var(--black);
  border: 1px var(--black) solid;
  justify-content: space-between;
  margin-bottom: 1rem;
  margin-top: 0.1rem;
  width: auto;
  border-radius: 2rem;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
  padding: 0 35px 0 10px;
}
.watchlist .newWatchlist-content li .rounded-btn {
  padding: 0.1rem;
  position: absolute;
  right: 10px;
  top: 4px;
}
.watchlist .shared-info:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 24px;
  border-color: transparent transparent #000 transparent;
  border-width: 11px;
  top: -22px;
}
.watchlist-header-rm {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  width: 1rem;
}
.watchlist-wrapper,
.watchlists-wrapper {
  width: 100%;
  padding: 0.7rem;
  margin: 0 0 0.8rem 0;
  min-width: 314px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.share-wrapper {
  position: absolute;
  top: 65px;
  right: 20px;
  z-index: 11;
  background: #fff;
  padding: 40px;
  border-radius: 16px;
  border: 1px solid #000;
}
.share-wrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  right: 10%;
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
  top: -24px;
  z-index: 999;
}
.share-wrapper:after {
  right: calc(10% + 4px);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
  border-width: 11px;
  top: -22px;
}
ul.search-result {
  list-style: none;
  padding: 0px;
  max-height: 250px;
  overflow-y: scroll;
}
ul.search-result li {
  border-bottom: 1px solid #eee;
  padding: 10px 0px;
  cursor: pointer;
}

.watchlists-header {
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0px;
  padding-top: 1rem;
  width: 100%;
}
.watchlists-header button {
  float: right;
}
.watchlists-wrapper {
  list-style: none;
  padding: 0.3rem;
  margin: 0 auto;
  min-height: 70vh;
  overflow-y: scroll;
  border: 1px solid var(--dk-grey);
  display: block;
  max-width: 500px;
}
.watchlists-input {
  border: 1px solid #01a6dc;
  width: 100%;
  margin: 10px auto;
  max-width: 500px;
}
.watchlists-new {
  margin-top: 1rem;
  width: 15rem;
}
.watchlist-title {
  position: relative;
  margin: 0 auto 0.4rem auto;
  border-radius: 5rem;
  padding: 0.7rem;
  font-size: 1.4rem;
}
.watchlist-title img {
  background: #eee;
  padding: 3px 3px 3px 2px;
  border: 0;
  display: inline-block;
  height: 22px;
  width: 22px;
  margin-right: 5px;
  position: absolute;
  left: 5px;
  top: 15px;
}
.watchlist-title-name {
  width: 17.5rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: inline-block;
}
.watchlist-title-name.shared {
  padding-left: 20px;
}
.watchlist-title-view {
  position: absolute;
  right: 1rem;
  top: 0.6rem;
}
.product-delete {
  color: red;
  font-size: 2rem;
  line-height: 1rem;
  top: 0.3rem;
  right: 0.2rem;
  position: absolute;
  -webkit-box-shadow: 5px 5px 15px -3px rgb(0 0 0 / 33%);
  box-shadow: 5px 5px 15px -3px rgb(0 0 0 / 33%);
}
/*

*/
.custom-control {
  display: block;
  position: relative;
  padding-left: 40px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom-control.no-padding {
  padding-left: 0;
}
/* Hide the browser's default checkbox */
.custom-control input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

/* On mouse-over, add a grey background color */
.custom-control:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-control input:checked ~ .checkmark {
  background-color: #eee;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkmark:after {
  left: 9px;
  top: 4px;
  width: 8px;
  height: 14px;
  border: solid black;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/**/

/* settings start */
.settings {
  margin-top: 4rem;
  background: white;
  width: 100%;
  max-width: 1140px;
  min-height: 70vh;
  padding: 0 20px 20px 20px;
}

.settings-content {
  color: #0e33f7;
  border: 1.5px solid #0e33f7;
  border-radius: 21px;
  padding: 1.5rem;
  margin-bottom: 50px;
  width: 100%;
}

.settings-header {
  display: flex;
  margin-bottom: 10px;
}
.settings-header h5 {
  width: 100%;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 48px;
}

.settings-wrapper {
  min-height: auto;
  color: black;
}

.settings-text {
  margin-top: 37px;
}

.settings-phone label {
  display: inline-block;
  width: 170px;
}
.settings-phone input {
  max-width: 235px;
}
.settings-phone div {
  font-size: small;
  margin: -5px 0 -12px 1px;
}

.settings-items {
  margin-top: 37px;
}

.settings-save {
  margin-top: 60px;
}

.settings-success {
  animation: fadeOut 2s forwards;
  animation-delay: 2s;
  display: inline-block;
  margin-left: 30px;
  color: green;
  vertical-align: -1px;
}
/* settings end */

.new-install-arrow {
  position: absolute;
  z-index: 100;
}
.new-install {
  font-size: 1.3rem;
  font-weight: 600;
  font-family: "Doyle Medium";
  margin-left: 1rem;
  text-align: center;
  margin-top: 10%;
}
.new-install-title {
  font-size: 1.9rem;
}

.new-install-detail-text {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.ios-install-banner {
  width: 100%;
  position: fixed;
  background: #333;
  padding: 10px 0;
  color: #fff;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
  z-index: 9999;
}

.ios-add {
  width: 5%;
}

.backdrop.d-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  z-index: 999;
  text-align: center;
  padding-top: 20vh;
}
.backdrop.d-block .content {
  background: #fff;
  width: 50%;
  margin: 0 auto;
  border-radius: 15px;
  border: 1px solid #000;
  padding: 100px;
  position: relative;
}
.backdrop.d-block .content img {
  position: absolute;
  top: 10px;
  right: 10px;
}

.backdrop.d-none {
  display: none;
}
.watchlist .product-delete {
  color: #000;
  font-size: 2rem;
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
  background: #fff;
  border: 0;
  cursor: pointer;
  padding: 0;
  height: 20px;
  width: 20px;
  z-index: 10;
}
.watchlist .product-delete img {
  margin: 5.5px 5px;
}

.watchlist #add-product {
  position: absolute;
  width: 300px;
  right: 200px;
  top: 10px;
}
.watchlist .product-invalid {
  position: absolute;
  right: 330px;
  top: 60px;
}
.watchlist .mobile-menu-bottom {
  display: none;
  position: fixed;
  width: 100%;
  height: 140px;
  background: #fff;
  bottom: 0;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  padding: 10px;
  text-align: center;
  border: #dedede solid;
  left: 0;
  z-index: 20;
}
.watchlist .mobile-menu-bottom button {
  border: 1px #00a670 solid;
  color: #00a670;
  padding: 10px;
  width: 100%;
  text-align: center;
}
.watchlist .mobile-menu-bottom input {
  margin-top: 10px;
}
.save-search-action-overlay {
  display: none;
}
.save-search-action-overlay div {
  display: none;
}
.save-search-actionWrapper {
  position: absolute;
  top: 45px;
  left: -5px;
  z-index: 2;
  background: #fff;
  padding: 3px 0;
  border-radius: 7px;
  border: 1px solid var(--saved-srch-red);
  display: none;
}
.save-search-actionWrapper.visible {
  display: block;
}
.save-search-actionWrapper:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  left: 9%;
  border-color: transparent transparent #fff transparent;
  border-width: 15px;
  top: -25px;
  z-index: 999;
}
.save-search-actionWrapper:after {
  left: calc(10% + 4px);
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent var(--saved-srch-red) transparent;
  border-width: 10px;
  top: -21px;
}

.jump-watchlist {
  margin-top: 1rem;
  display: none;
  flex-flow: column;
  text-align: left;
  padding-bottom: 25px;
}
.jump-watchlist-btn {
  position: relative;
  display: inline-flex;
  height: 38px;
  max-width: 100%;
  color: #0e33f7;
  border: 1.5px solid #0e33f7;
}
.jump-watchlist-text {
  margin-left: 30px;
}
.jump-watchlist a,
.jump-watchlist a:hover,
.jump-watchlist a:active,
.jump-watchlist a:visited {
  color: #0e33f7;
}
.jump-watchlist img {
  position: absolute;
  left: 5px;
  height: 28px;
  top: 3.3px;
  border: 1.5px solid #0e33f7;
  border-radius: 2rem;
  padding: 4px;
}
.jump-watchlist-anchor {
  position: relative;
  top: -145px;
}

@media (max-width: 1100px) {
  .watchlist #add-product {
    position: initial;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    height: 42px;
  }
  .watchlist .product-invalid {
    position: initial;
    width: 100%;
    text-align: center;
  }
  .sn-img {
    max-width: 270px;
  }
}
.savedSearches-content {
  position: relative;
  width: 100%;
  padding-top: 10px;
}
.savedSearches-content h2 {
  padding-bottom: 5px;
  padding-left: 30px;
  margin: 3px;
  color: var(--saved-srch-red);
}
.savedSearches-content h2 img {
  border: 1.5px var(--saved-srch-red) solid;
  border-radius: 50%;
  padding: 4px;
  position: absolute;
  left: 24px;
  top: 34px;
}
.savedSearches-result {
  margin-top: 1rem;
  min-height: 15rem;
  display: flex;
  flex-flow: row;
  text-align: left;
  padding-bottom: 125px;
  flex-wrap: wrap;
}
.save-search-actionWrapper-mob {
  width: 80%;
  margin-left: 10%;
  position: relative;
  left: initial;
  margin-top: 30%;
}
.save-search-actionWrapper-mob ul li img {
  top: 11px !important;
}
.savedSearches-content .delete {
  padding: 4px;
  position: absolute;
  top: 22px;
  right: 20px;
}
.savedSearches-content .sorting img {
  display: none;
}
.savedSearches-content .sorting,
.saved-srch .sorting {
  color: var(--black);
  height: 35px;
  padding: 5px;
  position: absolute;
  top: 20px;
  right: 20px;
  font-weight: 600;
}
.saved-srch .sorting {
  top: 0;
  border: 0;
  margin-top: 5px;
}
.saved-srch .sorting img {
  padding: 0;
  margin-left: 5px;
  vertical-align: inherit;
  display: none;
  margin-top: 10px;
}
.savedSearches-content .sorting .sort-by,
.saved-srch .sorting .sort-by {
  border: 1px solid #6c6c6c;
  padding: 3px 10px;
  border-radius: 20px;
  margin-left: 5px;
  margin-top: 9px;
  cursor: pointer;
}
.save-search-actionWrapper-mob {
  position: absolute;
  top: 45px;
  left: -5px;
  z-index: 2;
  background: #fff;
  padding: 3px 0;
  border-radius: 7px;
  border: 1px solid var(--saved-srch-red);
  color: #000;
}
.save-search-actionWrapper ul,
.save-search-actionWrapper-mob ul {
  list-style: none;
  padding: 0;
  width: 100%;
  text-transform: none;
  margin: 0;
  min-width: 80px;
}
.save-search-actionWrapper ul li,
.save-search-actionWrapper-mob ul li {
  width: 100%;
  padding: 10px 5px;
  color: var(--saved-srch-red);
  padding-left: 22px;
  position: relative;
  font-weight: 300;
}
.save-search-actionWrapper-mob ul li {
  padding-left: 25px;
}
.save-search-actionWrapper ul li img,
.save-search-actionWrapper-mob ul li img {
  position: absolute;
  left: 2px;
  margin-right: 18px;
  top: 8px;
}

.saved-searches-btn {
  position: relative;
  width: fit-content;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: right 7px center;
  margin-left: 5px;
  display: inline-flex;
  height: 38px;
  max-width: 100%;
}
.saved-searches-btn img.search {
  position: absolute;
  right: 7px;
  height: 25px;
  top: 5px;
}
.saved-searches-btn:active {
  transform: none;
}
.saved-searches-btn a.saved-search-link-text {
  color: var(--saved-srch-red);
  padding: 0;
  margin: 0 25px;
  align-items: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.saved-searches-btn .rounded-btn {
  position: absolute;
  left: 5px;
  top: 3px;
  border: 1.5px var(--saved-srch-red) solid;
}

@media screen and (min-width: 485px) {
  /* mine */
  footer .content {
    flex-direction: row;
    justify-content: space-between;
    max-width: 1140px;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  footer ul {
    margin-top: 0;
    padding-top: 0;
  }
  footer .fine-print {
    border-top: 1px solid white;
    width: 200px;
  }
  .srchpop-it-market {
    min-width: unset;
  }
}

@media screen and (min-width: 650px) {
  /* mine */
  .track-example {
    display: none;
  }
  .card-btn {
    width: inherit;
  }
  .features-add-to-chrome-img {
    background-size: 85%;
    margin: -100px -15px 30px -15px;
  }
  .features-extension-caveat {
    display: none;
  }
  .card-btn.features-add-to-chrome-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .card,
  .card-image-wrapper {
    flex: 1 1 300px;
    margin-left: 10px;
  }
  .card.card-lg {
    flex: 1 1 1200px;
  }
  .srchpop-it {
    padding: 100px;
  }
}

@media screen and (min-width: 940px) {
  /* mine */
  .track-content {
    justify-content: space-between;
  }
  .track-chart {
    display: block;
    margin-bottom: 30px;
    margin-top: 95px;
    width: 400px;
    height: 166px;
  }
  .track-example-horizontal {
    display: block;
    margin: auto;
    margin-top: 95px;
    margin-bottom: 30px;
  }
  .track-example-vertical {
    display: none;
  }
  .srchpop-it-input {
    width: 680px;
  }
}

@media screen and (min-width: 950px) {
  /* mine */
  .intro {
    position: relative;
  }
  .intro-text {
    position: absolute;
    z-index: 101;
    top: 20%;
    right: 5%;
    max-width: 540px;
    color: black;
  }
  .intro-btn {
    color: black;
    border: 1px solid black;
  }
  .intro-btn svg {
    stroke: #000 !important;
  }
}

@media screen and (min-width: 1024px) {
  /* mine */
  .card.card-lg {
    flex: 2 1 1200px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    max-height: 540px;
  }
  .features-add-to-chrome-img {
    background-size: 110%;
    background-position: right;
    margin: -15px 55px -15px -15px;
    height: 541px;
    flex: 1 1 1300px;
  }
  .features-add-to-chrome-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .features-add-to-chrome-btn {
    margin-top: 10px;
  }
  .features-add-to-chrome-btn-text {
    font-size: 12px;
  }
  .features-add-to-chrome-btn svg {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1275px) {
  .my-account-menu:before {
    right: 10%;
    left: initial;
  }
  .my-account-menu:after {
    right: calc(10% + 4px);
    left: initial;
  }
  .hero-content-wrapper {
    left: 50px;
    top: 310px;
  }
  #superlogo {
    width: 1450px;
    left: 50px;
    top: -255px;
  }
  #camera {
    width: 400px;
    left: 575px;
    top: 220px;
  }
  .hero-texts h3 {
    font-size: 28px;
  }
  .hero-texts h5 {
    font-size: 22px;
  }
  .landing-page-input {
    width: 445px;
    height: 55px;
  }
}

@media screen and (min-width: 1275px) {
  /* mine */
  .features-add-to-chrome-content {
    padding-right: 100px;
  }
  .features-add-to-chrome-content .card-title {
    font-size: 45px;
  }
  .features-add-to-chrome-btn-text {
    font-size: 21px;
  }
  .features-add-to-chrome-btn svg {
    margin-left: 2em;
  }
  .srchpop-it-market-row:first-child .srchpop-it-market:nth-child(2) {
    display: flex;
  }

  .srchpop-it-market-row:first-child {
    display: flex;
  }
  .srchpop-it-market-row:nth-child(2) .srchpop-it-market:nth-child(2) {
    display: flex;
  }
  .srchpop-it-market-row:first-child .srchpop-it-market:nth-child(2) {
    display: flex;
  }
  .srchpop-it-text {
    display: inline-block;
    position: relative;
    top: 75px;
  }
  ul.full-menu.my-account-menu {
    right: calc((100% - 1388px) / 2);
  }
  ul.my-account-menu {
    right: calc((100% - 1290px) / 2);
  }
}

/* Vlads */
@media screen and (min-width: 392px) {
  .new-install-arrow {
    display: none;
  }
  .hero-its-free {
    display: inline;
  }
  .hero button.cta {
    font-size: 1.4rem;
  }
  .tile-wrapper {
    justify-content: flex-start;
  }
  .mkt-count-wrapper {
    display: inline-block;
    width: fit-content;
    width: -moz-fit-content;
  }
}

@media screen and (min-width: 700px) {
  .menu {
    display: block;
  }
  .homepage-logo {
    display: inline-block;
    width: 250px;
    position: absolute;
    top: 1rem;
  }
  .mkt-header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 0.5rem;
  }
  .hero button.cta {
    margin-top: 4rem;
  }
  .hero-title {
    margin-top: 1rem;
    font-size: 3.7rem;
    letter-spacing: -1px;
    line-height: 4.1rem;
  }
  .hero-subtext {
    display: block;
  }
  .promo-text {
    font-size: 2.4rem;
  }
  .ios-add {
    width: 3%;
  }
  .product-wrapper {
    flex-flow: row wrap;
  }
  .product {
    margin-left: 1.5rem;
  }
  .mkt-image-wrapper {
    flex-basis: auto;
  }
}

@media screen and (min-width: 1024px) {
  .dashboard-menu-item {
    display: none;
  }
  .hero-title {
    width: 45rem;
    line-height: 5rem;
    margin-left: 0;
  }
  .hero-subtext {
    width: 40rem;
  }
  .hero-search {
    width: 24rem;
  }
  .hero button.search {
    width: inherit;
    margin-left: 1.3rem;
    margin-bottom: 10.5rem;
  }
  .products-subtext {
    max-width: 40rem;
  }
  .hero button.cta {
    margin-top: 4rem;
  }
  .logos {
    flex-flow: row;
  }
  .logos-wrapper {
    padding-top: 5rem;
    padding-bottom: 11rem;
  }
  .logos-subtext {
    order: 2;
  }
  .promo {
    flex-flow: row;
    padding-top: 5rem;
    padding-bottom: 6rem;
  }
  .promo-text-wrapper {
    text-align: left;
    margin-left: 5rem;
    margin-top: 1rem;
  }
  .promo-image {
    margin-right: 3.5rem;
  }
  .products {
    flex-flow: row;
    padding-top: 3rem;
    padding-bottom: 5em;
  }
  .product-wrapper {
    margin-left: 2rem;
    margin-right: 1rem;
  }
  .products-text {
    order: 2;
  }
  .search-input {
    flex: 1 1 auto;
    margin-bottom: 0;
  }
  .results,
  .watchlist-results {
    margin-top: 3rem;
  }
  .dashboard {
    margin-top: 5rem;
  }
  .watchlists-wrapper,
  .watchlist-wrapper {
    min-width: 700px;
  }
  .watchlists-input {
    max-width: 700px;
  }
  .watchlist-title-name {
    width: 36rem;
  }
  /*.watchlist .edit-title {*/
  /*  margin: 5px 10px;*/
  /*}*/
  .watchlist .share {
    position: absolute;
    right: 55px;
    top: 10px;
  }
  .watchlist img.delete {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .watchlist img.add-product {
    top: 10px;
  }
  .watchlist .share.not-sharable {
    margin-right: 0;
    right: 15px;
  }
}

@media screen and (min-width: 1051px) {
  .product:last-child {
    display: none;
  }
}

@media screen and (max-width: 1236px) {
  .search-input {
    margin-bottom: 0;
  }
  .newWatchlists-container {
    width: 100%;
  }
}
@media screen and (max-width: 1300px) {
  .search-input-wrapper {
    width: calc(100% - 550px);
    min-width: 280px;
  }
}

@media screen and (min-width: 1320px) {
  .new-install-arrow {
    display: block;
    right: 100px;
    top: 0px;
    max-width: 420px;
  }
  .products {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
  .ios-add {
    width: 1%;
  }
  .products-box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .product-wrapper {
    flex-flow: row nowrap;
  }
  .product:last-child {
    display: block;
  }
}

@media screen and (min-device-width: 641px) and (max-device-width: 1025px) {
  .section-wrap {
    display: block;
  }
  .buy {
    background-size: 1300px;
    background-position-x: center;
  }
  .section-content {
    margin-right: 0px;
    width: 100%;
  }
  .how-to-search-img {
    width: 40%;
  }
  .srchpop-card {
    height: 600px;
  }
  .srchpop-card:last-child {
    margin-bottom: 50px;
  }
  .srchpop-card-img {
    height: 600px;
  }
  .srchpop-card-full-width {
    height: 850px;
  }
  .add-chrome-ext-btn {
    display: none;
  }
  .marketplaces-search-img {
    display: none;
  }
  .custom-input {
    width: 80%;
  }
  .hero-content-wrapper {
    left: 10px;
    top: 315px;
  }
  #superlogo {
    width: 1200px;
    left: 30px;
    top: -140px;
  }
  #camera {
    width: 320px;
    left: 470px;
    top: 260px;
  }
  .hero-texts h3 {
    font-size: 24px;
  }
  .hero-texts h5 {
    font-size: 20px;
  }
  .landing-page-input {
    width: 380px;
    height: 45px;
  }
  .menuBar {
    margin-top: -3px;
    padding: none;
  }
  .watchlist-tab {
    text-align: center;
  }
  .savedSearches-content h2 img {
    top: 35px;
  }
  .newWatchlists-container {
    width: 100%;
  }
  .dashboard-btn {
    display: none;
  }
  .chrome-topbar-icon {
    display: none;
  }
  .dashboard-icon {
    display: block;
  }
  .panel-img {
    display: none;
  }
  .panel-img-1-mobile {
    display: block;
    width: 50%;
    float: right;
  }
  .panel-img-2-mobile {
    display: block;
  }
  .panel-header {
    display: block;
  }
  .panel-text-wrap {
    margin-top: 0px;
    width: 700px;
  }
  .sn-img {
    max-width: initial;
  }
  .carousel-block figure {
    min-width: 30%;
    max-width: 31%;
  }
  .card-btn {
    width: inherit;
  }
  .srchpop-features {
    height: 2450px;
  }
  .testimonials-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    padding: 150px;
    padding-top: 250px;
    padding-bottom: 250px;
  }
  .testimonials-content h1 {
    font-size: 36px;
  }
  .testimonials-content h3 {
    font-size: 18px;
  }
  .how-it-works-header {
    text-align: left;
  }
  button.view-more-results {
    width: 100%;
  }
  .watchlist .share {
    position: absolute;
    right: 55px;
    top: 10px;
  }
  .watchlist img.delete {
    position: absolute;
    right: 5px;
    top: 10px;
  }
  .watchlist img.add-product {
    top: 10px;
  }
  .watchlist .share.not-sharable {
    margin-right: 0;
    right: 15px;
  }
}

@media screen and (max-width: 800px) {
  #superlogo {
    display: none;
  }
  #tinylogo {
    display: block;
    position: absolute;
    top: 5px;
    left: 20px;
    width: 650px;
  }
  #camera {
    left: 335px;
    top: 292px;
    width: 220px;
  }
  .hero-content-wrapper {
    top: 292px;
    left: 10px;
  }
  .hero-texts {
    opacity: 0;
  }
  .hero-texts-mobile {
    display: block;
    bottom: 40px;
  }
  .landing-page-input {
    width: 285px;
    height: 55px;
  }
}
@media screen and (max-width: 700px) {
  .panel-text-wrap {
    width: initial;
  }
  .countdown {
    white-space: normal;
  }
  .sn-img {
    max-width: 270px;
  }
  .carousel-block figure {
    min-width: 29%;
    max-width: 30%;
  }
}

/*Mobile only*/
@media screen and (max-width: 640px) {
  .search-bar {
    justify-content: space-between;
  }
  .search-bar.large {
    padding-top: 8px;
    height: 120px;
    align-items: initial;
  }
  .how-it-works-header {
    text-align: left;
    font-size: 45px;
  }
  .testimonials-content h1 {
    font-size: 28px;
  }
  .testimonials-content h3 {
    font-size: 18px;
  }
  .testimonials-content {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
    padding: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .srchpop-features {
    height: 2400px;
  }
  .panel-text-wrap {
    margin-top: 0px;
    width: initial;
  }
  .panel-header {
    display: block;
  }
  .panel-img {
    display: none;
  }
  .panel-img-1-mobile {
    display: block;
    width: 50%;
    float: right;
  }
  .panel-img-2-mobile {
    display: block;
  }
  .carousel-outer {
    margin-top: 82px;
    height: 740px;
    max-height: 740px;
  }
  .carousel-container {
    max-height: 300px;
  }
  .carousel-subtitle {
    padding-left: 1rem;
  }
  .carousel-block {
    flex-direction: column;
    padding-left: 1rem;
  }
  .carousel-block figure {
    min-width: 100%;
    max-width: 100%;
  }
  .carousel-block figure:nth-child(3n) {
    margin-right: 1rem;
  }
  .carousel-block-item-price {
    margin-bottom: 10px;
  }
  .countdown {
    white-space: normal;
  }
  .sn-img {
    max-width: 270px;
  }
  .left-outer {
    top: 34%;
  }
  .right-outer {
    top: 34%;
  }
  .card-btn {
    width: inherit;
  }
  .srchpop-it {
    margin-top: 0;
  }
  .section-wrap {
    display: block;
  }
  .newWatchlists-container {
    width: 100%;
  }
  .explore-content {
    text-align: left;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .section-content {
    margin-right: 0px;
    width: 100%;
  }
  .buy {
    background-size: 1300px;
    background-position-x: center;
  }
  .how-to-search-img {
    width: 50%;
    float: left;
  }
  .hero {
    top: 0px;
    max-height: 740px;
  }
  .hero-content-wrapper {
    top: 210px;
    left: 0px;
  }
  .hero-texts {
    opacity: 0;
  }
  #superlogo {
    display: none;
  }
  #camera {
    left: 265px;
    top: 240px;
    width: 175px;
  }
  h2 {
    font-family: "Doyle Medium";
    font-size: 36px;
  }

  h5 {
    font-family: "Doyle Light";
    font-size: 18px;
  }

  h6 {
    font-family: "DM Sans Bold";
    font-size: 22px;
  }

  .landing-page-texts {
    top: 20vh;
  }

  .xl-input {
    height: 45px;
  }

  .l-input {
    height: 31.5px;
  }

  .m-input {
    height: 25.5px;
  }
  .s-input {
    height: 12px;
  }
  .landing-page-input {
    width: 20%;
    background-size: 20px;
    background-position: right 10px center;
  }
  .section-input {
    height: 42px !important;
    width: 100%;
  }
  .srchpop-card {
    width: 100%;
    height: auto;
  }
  .srchpop-card:last-child {
    margin-bottom: 30px;
  }
  .srchpop-card-pink {
    width: 100%;
    height: auto;
  }
  .srchpop-card-img {
    width: 100%;
    height: auto;
  }
  .srchpop-card-full-width {
    width: 100%;
    height: auto;
  }
  .chrome-extension-img {
    width: 100%;
  }
  .add-chrome-ext-btn {
    display: none;
  }
  .marketplaces-search-img {
    display: none;
  }
  .custom-input {
    width: 100%;
  }
  .how-it-works-header-container {
    font-size: 36px;
  }
  button.view-more-results {
    width: 100%;
  }
  .section-img {
    width: 100%;
  }
  .mkt-header {
    border-bottom: none;
    border-top: 0.1rem #dedede solid;
    padding-top: 5px;
  }
  .welcome-back-text {
    margin-top: 6px;
    font-size: 24px;
    margin-left: 20px;
  }
  .welcome-menu-icons {
    display: block;
    margin-right: 20px;
  }
  .welcome-buttons {
    display: none;
  }
  .savedSearches-result {
    flex-flow: column;
  }
  .save-search-actionWrapper,
  .save-search-actionWrapper.visible {
    display: none;
  }
  .savedSearches-content h2 {
    font-size: 24px;
    padding-left: 25px;
  }
  .savedSearches-content h2 img {
    top: 16px;
  }
  .savedSearches-content .sorting {
    top: 10px;
  }
  .savedSearches-content .sorting span {
    display: none;
  }
  .savedSearches-content .sorting img {
    padding: 0;
    display: block;
    transform: rotate(180deg);
  }
  .savedSearches-content .sorting img.desc {
    transform: rotate(0deg);
  }
  .savedSearches-content .delete {
    top: 15px;
    right: 22px;
  }
  .save-search-action-overlay div {
    display: block;
  }
  .saved-srch .sorting {
    right: 5px;
  }
  .watchlist-tab {
    text-align: center;
  }
  .menuBar {
    margin-top: 0;
    padding: none;
  }
  .search-bar.large .dashboard-icon {
    margin-top: 12px;
  }
  .search-bar.large .menu {
    margin-top: 12px;
  }
  .dashboard-icon {
    display: block;
  }
  .chrome-topbar-icon {
    display: none;
  }
  .search-input-wrapper {
    position: absolute;
    top: 65px;
    width: 100%;
    margin: 0 auto;
    left: 0;
    text-align: center;
  }
  .search-controls {
    max-width: 400px;
    margin: 0 auto;
  }
  .search-input-wrapper .search-input {
    max-width: 400px;
    margin: 0 auto;
  }
  .save-search-action-overlay {
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
  }
  .dashboard {
    margin-top: 8rem;
  }
  .hero-texts-mobile {
    display: block;
    bottom: 20px;
  }
  #tinylogo {
    display: block;
    position: absolute;
    top: initial;
    width: initial;
  }
  .prd {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
  }
  .saved-srch .prd {
    width: 100%;
    max-width: 500px;
    height: 280px;
  }
  .saved-srch .prd-img-wrapper {
    width: 100%;
    height: 250px;
  }
  footer .content {
    flex-direction: column;
  }
  footer .content .fine-print {
    width: 100%;
  }
  .d-sm-none {
    display: none;
  }
  .watchlist h1.watchlist-header {
    font-family: "Doyle Medium";
    font-size: 30px;
    width: 55%;
    margin-top: 10px;
  }
  .watchlist.saved-srch h1.watchlist-header {
    width: 80%;
  }
  .watchlist img.delete {
    position: absolute;
    right: 5px;
    top: 15px;
  }
  .watchlist img.edit-title {
    right: 105px;
    top: 15px;
  }
  hr {
    border-color: #dedede;
    width: 100%;
    border-bottom: 0;
  }
  ul.search-result {
    list-style: none;
    padding: 0;
  }
  ul.search-result li {
    padding: 3px;
    border-bottom: 1px solid #eee;
    cursor: pointer;
  }
  .watchlist-header,
  .watchlists-header {
    font-size: 36px;
  }
  .watchlist .share {
    position: absolute;
    right: 55px;
    top: 15px;
  }
  .watchlist .share.not-sharable {
    margin-right: 0;
    right: 15px;
  }
  .watchlist-results {
    padding: 0;
  }
  .go-back {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .share-wrapper {
    top: 70px;
  }
  .watchlist-edit {
    width: 17.5rem;
    position: absolute;
    top: 0px;
  }
  .watchlist img.add-product {
    display: none;
  }
  .watchlist .mobile-menu-bottom {
    display: block;
  }
  .watchlist.saved-srch .mobile-menu-bottom {
    display: none;
  }
  .watchlist.saved-srch .sorting img {
    display: block;
    transform: rotate(180deg);
  }
  .watchlist.saved-srch .sorting img.desc {
    transform: rotate(0deg);
  }
  .watchlist.saved-srch .sorting span {
    display: none;
  }
  .watchlist #add-product {
    display: none;
  }
  .watchlist .product-invalid {
    display: none;
  }
  .watchlist .mobile-menu-bottom .product-invalid {
    display: block;
  }
  .jump-watchlist {
    display: flex;
  }
}
@media screen and (max-width: 600px) {
  .watchlist-edit {
    top: 50px;
    z-index: 2;
    background: #fff;
    width: 90%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 420px) {
  .carousel-block figure {
    min-width: 90%;
    max-width: 90%;
  }
  .sn-img {
    max-width: 225px;
  }
}

@media screen and (max-width: 900px) {
  .dashboard-icon {
    display: block;
    margin-bottom: 0;
  }
  .dashboard-btn {
    display: none;
  }
}

@media (min-width: 500px) and (max-width: 600px) {
  .search .results .prd {
    width: 30%;
  }
}
@media (min-width: 601px) and (max-width: 680px) {
  .search .results .prd {
    width: 31%;
  }
}
@media (min-width: 681px) and (max-width: 799px) {
  .search .results .prd {
    width: 22%;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .search .results .prd {
    width: 18%;
    height: 220px;
  }
}
@media (min-width: 1000px) {
  .search .results .prd {
    width: 15.2%;
  }
  .search .results .prd-img-wrapper {
    width: 100%;
  }
}
@media (min-width: 1100px) {
  .search .results .prd {
    height: 220px;
  }
  .search .results .prd-img-wrapper {
    height: 168px;
  }
}
