@charset "UTF-8";
@media (min-width: 768px) and (max-width: 1199px) {
  .mobile {
    display: none;
  }
}
@media (min-width: 1200px) {
  .mobile {
    display: none;
  }
}

@media (max-width: 767px) {
  .tablet {
    display: none;
  }
}
@media (min-width: 1200px) {
  .tablet {
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .tabletDesktop, .notMobile {
    display: none;
  }
}

html {
  font-size: clamp(15px, 1.5vw, 20px);
  xpadding: 2rem;
}
@media (max-width: 767px) {
  html {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 360px) {
  html {
    font-size: clamp(13px, 1.5vw, 15px);
  }
}

body {
  background: #a0a0a0;
  color: #000;
  font-family: sans;
  font-size: 1rem;
  padding-top: 7rem;
}
@media (max-width: 767px) {
  body {
    padding-top: 4.3rem;
    margin: 0;
  }
}

.flex {
  display: flex;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

.flexSpace {
  justify-content: space-between;
}

.col12 {
  width: 50%;
}

.col13 {
  width: 33.3%;
}

.col23 {
  width: 66.7%;
}

.col14 {
  width: 25%;
}

.col34 {
  width: 75%;
}

#menu {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  xpadding-top: 7.3rem;
}
@media (max-width: 767px) {
  #menu {
    xpadding-top: 4.3rem;
  }
}
#menu {
  width: 100%;
  padding: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  xpadding-top: 1rem;
  box-sizing: border-box;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  background: #2820c0;
  xbackground: linear-gradient(to right, #2250c0, #5599ff);
  background: linear-gradient(to right, #2250c0, #4488e0);
  font-weight: bold;
  color: #fff;
  justify-content: space-between;
}
@media (max-width: 767px) {
  #menu {
    align-items: center;
  }
}
#menu {
  flex-direction: column;
  height: 7rem;
}
@media (max-width: 767px) {
  #menu {
    height: 4rem;
  }
}
@media (min-width: 768px) {
  #menu {
    align-items: center;
  }
}
@media (min-width: 768px) {
  #menu > div {
    max-width: 1600px;
    width: 100%;
  }
}

.card {
  background: #fff;
  padding: 1.5rem;
  border-radius: 5px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .card {
    padding: 1rem;
    border-radius: 0;
  }
}
@media (max-width: 360px) {
  .card {
    padding: 0.4rem;
  }
}
.card a {
  color: #00a;
}

.card + .card {
  margin-top: 2rem;
}

.mobileMenuLink {
  color: #fff;
  background: transparent;
  cursor: pointer;
  padding: 0.5rem;
  border: 0px;
  font-size: 1.5rem;
  font-size: 1.7rem;
}

#langSelect {
  position: relative;
  user-select: none;
  flex: 0 0 auto;
}
#langSelect svg {
  fill: #fff;
  vertical-align: middle;
  margin-bottom: 0.2rem;
  xmargin-right: 0.2rem;
  height: 1.5rem;
}
#langSelect #langSelectIcon {
  font-weight: normal;
  font-size: 0.8rem;
  cursor: pointer;
  padding: 0.3rem;
  border-radius: 0.5rem;
  margin-top: 0.1rem;
}
@media (max-width: 767px) {
  #langSelect #langSelectIcon {
    font-size: 0.65rem;
  }
}
#langSelect #langSelectIcon:hover {
  background: rgba(255, 255, 255, 0.2666666667);
}

#langMenu {
  display: none;
  position: absolute;
  right: 0;
  top: 120%;
  background: #fff;
  z-index: 1200;
  padding: 0.3rem;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1333333333);
}
#langMenu > a {
  font-weight: bold;
  padding: 0.4rem;
  display: block;
  color: #25a;
  xwidth: 100%;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
#langMenu > a:hover {
  background: #f0f0f0;
  background: linear-gradient(to right, #e0e0ff, #fff);
}
#langMenu.show {
  display: block;
}

#menuLinks {
  font-weight: bold;
  xpadding-bottom: 0.3rem;
  flex: 1 1 auto;
}
#menuLinks a {
  display: inline-block;
  margin-right: 1.5rem;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
}
#menuLinks a:hover {
  color: #f80;
}

.menuLinksBest {
  xbackground: linear-gradient(to right, #f00, #ff0);
  padding: 0.3rem;
  padding-left: 1.5rem;
}
@media (max-width: 1023px) {
  .menuLinksBest {
    padding-left: 0.5rem;
  }
}
.menuLinksBest a {
  color: #fff;
  text-decoration: none;
  font-weight: normal;
  font-size: 0.8rem;
  padding: 0rem 0.5rem;
}
.menuLinksBest a:not(:last-child) {
  border-right: 2px solid rgba(255, 255, 255, 0.4666666667);
}
@media (max-width: 767px) {
  .menuLinksBest {
    display: none;
  }
}

.menuLinksBestMobile {
  xbackground: linear-gradient(to right, #f00, #ff0);
  padding: 0.3rem;
  padding-left: 1.5rem;
  padding-top: 1.5rem;
}
.menuLinksBestMobile:first-of-type {
  padding-top: 2rem;
}
.menuLinksBestMobile {
  padding-left: 2rem;
}
@media (max-width: 1023px) {
  .menuLinksBestMobile {
    padding-left: 0.5rem;
  }
}
.menuLinksBestMobile > div {
  padding-bottom: 0.15rem;
}
.menuLinksBestMobile a {
  text-decoration: none;
  font-weight: normal;
  font-size: 1.1rem;
  display: inline-block;
  padding: 0rem 0.5rem;
}
.menuLinksBestMobile a:not(:last-child) {
  border-right: 2px solid rgba(34, 34, 34, 0.4666666667);
}

#mobileMenu {
  position: fixed;
  transform: translateX(-100%);
  transition: transform 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  top: 4rem;
  background: #eee;
  background: linear-gradient(to right, #f0f0f0, #fff 5%);
  box-shadow: 5px 0px 10px rgba(34, 34, 34, 0.1333333333);
  xwidth: 100%;
  left: 0;
  bottom: 0;
  padding: 1.5rem 1rem;
  z-index: 999;
  font-size: 1.25rem;
  box-sizing: border-box;
  max-width: 70%;
  display: flex;
}
#mobileMenu.show {
  transform: translateX(0);
}
#mobileMenu {
  flex-direction: column;
  color: #00a;
}
#mobileMenu > a {
  padding: 0.5rem 0.5rem;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1333333333);
}
#mobileMenu a {
  color: #00a;
  xfont-size: 1rem;
  text-decoration: none;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  color: #f80;
}

.breadcrumbs {
  padding-bottom: 1.3rem;
  font-size: 0.85rem;
}
.breadcrumbs ol {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.breadcrumbs li {
  color: #fff;
}
.breadcrumbs li a:hover {
  color: #fff;
  text-decoration: underline;
}
.breadcrumbs li {
  font-size: 0.85rem;
}
.breadcrumbs li::before {
  content: "›";
  font-size: 0.85rem;
  margin: 0 6px;
}

#page {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}
#page #pageMain {
  width: 100%;
  max-width: 1024px;
}

#pageLeft {
  padding-top: 3rem;
}

#pageRight {
  padding-top: 3rem;
}

#footer {
  margin-top: 2rem;
  color: #fff;
  display: flex;
  margin-bottom: 2rem;
  flex-direction: column;
  align-items: center;
}
#footer div {
  padding: 0.5rem;
}
#footer div a {
  padding-left: 1rem;
  padding-right: 1rem;
}

#contactFormLocation {
  display: none;
}

#contactForm {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  #contactForm {
    width: 50%;
  }
}
#contactForm > div {
  margin-bottom: 1rem;
}
#contactForm input, #contactForm select, #contactForm textarea {
  width: 100%;
  margin-top: 0.5rem;
  box-sizing: border-box;
  border: 1px solid #444;
  background: #fff;
  border-radius: 5px;
  font-size: 1rem;
  padding: 0.3rem;
}
#contactForm > div > div {
  xfont-size: 1rem;
  xfont-weight: bold;
}
#contactForm .resultErr {
  color: #f00;
}

.submit {
  cursor: pointer;
  background: #00f;
  background: linear-gradient(to right, #22f, #66f);
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 0.2rem;
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.1333333333);
}
.submit:hover {
  background: linear-gradient(to right, #44f, #88f);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1333333333);
}

#menuLogo a, #logo a {
  color: #ccff00;
}
#menuLogo small, #logo small {
  font-size: 0.5rem;
}

@media (max-width: 767px) {
  #menuLogo {
    text-align: center;
    flex: 1;
  }
}

#logo {
  margin-right: 1rem;
}

#page h1, #page h2 {
  color: #000;
  border-bottom: 7px ridge #00ff3e;
}
#page h1 a {
  color: #000;
}

.list {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 0.8rem;
}
@media (max-width: 400px) {
  .list {
    font-size: 0.7rem;
  }
}
.list {
  cursor: pointer;
}
.list thead tr {
  border-bottom: 1px solid #999;
  background: #f5f5f5;
}
@media (max-width: 767px) {
  .list th {
    height: 1.5rem;
  }
  .list thead tr:nth-child(2n+1) {
    position: sticky;
    top: 3.95rem;
  }
  .list thead tr:nth-child(2n+2) {
    position: sticky;
    top: 5.5rem;
    box-shadow: 0px 1px 0px #999;
    xbox-shadow: 0px 2px 6px rgba(170, 170, 170, 0.2);
  }
  .list thead th {
    border-bottom: 1px solid #999 !important;
  }
}
.list .price b {
  margin-left: 2px;
}
@media (min-width: 768px) {
  .list thead th {
    position: sticky;
    top: 6.95rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 767px) {
  .list thead th {
    top: 3.95rem;
  }
}
.list thead th {
  background: #f5f5f5;
  z-index: 10;
  cursor: pointer;
}
.list thead th:hover {
  color: #f80;
}
.list thead th.active {
  color: #f80;
}
.list thead th.asc, .list thead th.desc {
  margin-right: 0.5rem;
}
.list thead th.asc::before {
  content: "▲";
}
.list thead th.desc::before {
  content: "▼";
}
@media (min-width: 768px) {
  .list tbody tr:nth-child(even) {
    background: #e0e0e0;
  }
}
@media (max-width: 767px) {
  .list tbody tr:nth-child(4n+3), .list tbody tr:nth-child(4n+4) {
    background: #e0e0e0;
  }
  .list tbody tr:nth-child(4n+2) td, .list tbody tr:nth-child(4n+4) td {
    padding-bottom: 1rem;
  }
  .list tbody tr:nth-child(4n+1) td, .list tbody tr:nth-child(4n+3) td {
    padding-top: 1rem;
    padding-bottom: 0.5rem;
  }
}
@media (min-width: 768px) {
  .list tbody tr {
    border-bottom: 1px solid #555;
  }
  .list tbody tr:hover {
    background: #aaa;
  }
}
.list tbody td {
  text-align: center;
  white-space: nowrap;
  padding: 0.1rem;
}
.list tbody td .rankPopularity {
  background: linear-gradient(to bottom, #f80, #f40);
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid #e30;
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody td .rankPerformance {
  background: linear-gradient(to bottom, rgb(60, 230, 0), rgb(45, 200, 0));
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(30, 150, 0);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody td .rankValue {
  background: linear-gradient(to bottom, rgb(230, 0, 160), rgb(200, 0, 145));
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(150, 0, 130);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
.list tbody .rankBlenderScore {
  background: linear-gradient(to bottom, rgb(230, 0, 160), rgb(200, 0, 145));
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 0rem 0.15rem;
  border-radius: 4px;
  border: 1px solid rgb(150, 0, 130);
  box-shadow: 1px 1px 4px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .list tbody td[data-id=socket] {
    font-size: 0.65rem;
  }
}

.list tbody td[data-id=model] a {
  display: block;
  color: #000;
}
.listPages {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.listPages a {
  display: inline-block;
  padding: 0.3rem 0.5rem;
  border-radius: 5px;
  border: 1px solid #000;
  margin: 0 0.4rem;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000;
}
.listPages a:not(:hover) {
  box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.2666666667);
}
.listPages a:hover {
  color: #fff;
  background: #44f;
  background: linear-gradient(to bottom, #44f, #66f);
}
.listPages a.active {
  color: #fff;
  xcolor: #f80;
  background: linear-gradient(to bottom, #f80, #f40);
}

.listFilters {
  margin-top: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.listFilters .listFilter {
  width: 150px;
}
@media (min-width: 768px) {
  .listFilters .listFilter {
    max-width: 50%;
  }
}
.listFilters .listFilter {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.4rem;
}
.listFilters .listFilter .title {
  font-weight: bold;
  color: #5a0;
  font-size: 0.8rem;
  text-align: right;
  width: 100%;
  padding-bottom: 2px;
}
.listFilters .listFilter .filter {
  width: 100%;
}
.listFilters .listFilter .filter select {
  font-size: 0.6rem;
  padding: 0.33rem;
  border: 1px solid #999;
  border-radius: 0.2rem;
  background: #fff;
  font-weight: bold;
  width: 100%;
}
.listFilters .listFilter .filter select option {
  background: #fff;
  font-size: 0.8rem;
}

.listFiltersApply {
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
}
.listFiltersApply > div.numResults {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  font-size: 0.8rem;
  margin: 0 0.4rem;
  margin-left: 1rem;
  color: #000;
}
.listFiltersApply > div:not(.numResults) {
  cursor: pointer;
  display: inline-block;
  padding: 0.2rem 0.4rem;
  border-radius: 5px;
  border: 1px solid #000;
  font-size: 0.8rem;
  margin: 0 0.4rem;
  background: linear-gradient(to bottom, #fff, #eee);
  color: #000;
}
.listFiltersApply > div:not(.numResults):not(:hover) {
  box-shadow: 2px 2px 3px rgba(170, 170, 170, 0.2666666667);
}
.listFiltersApply > div:not(.numResults).new {
  color: #fff;
  background: linear-gradient(to bottom, #44f, #66f);
}
.listFiltersApply > div:not(.numResults):hover {
  color: #fff;
  background: #f80;
  background: linear-gradient(to bottom, #f80, #f40);
}

.multiSelect {
  position: relative;
  width: 100%;
}
.multiSelect .inputBox {
  border: 1px solid #999;
  border-radius: 0.2rem;
  padding: 0.33rem;
  cursor: pointer;
  font-size: 0.6rem;
  user-select: none;
  font-weight: bold;
}
.multiSelect .inputBox.val {
  color: #f40;
}
.multiSelect .clearBtn {
  position: absolute;
  right: 8px;
  top: 6px;
  cursor: pointer;
  color: #999;
  font-weight: bold;
  visibility: hidden;
}
.multiSelect .clearBtn svg {
  width: 24px;
}
@media (max-width: 767px) {
  .multiSelect .clearBtn svg {
    width: 16px;
  }
}
.multiSelect .options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 99%;
  border: 1px solid #ccc;
  max-height: 300px;
  overflow-y: auto;
  background: #fff;
  z-index: 100;
  font-size: 0.8rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .multiSelect .options {
    min-width: 150px;
  }
}
.multiSelect .options label {
  display: block;
  padding: 6px;
  cursor: pointer;
  user-select: none;
  display: flex;
  justify-content: space-between;
}
.multiSelect .options label input[type=checkbox] {
  margin-right: 0.2rem;
}
.multiSelect .options label:hover {
  background: #f0f0f0;
}
.multiSelect .options label .filterCnt {
  color: #f80;
  font-weight: bold;
  margin-right: 0.3rem;
  margin-left: 1rem;
}

.flexSocketList {
  display: flex;
  flex-wrap: wrap;
}
.flexSocketList .socketCard {
  width: 20%;
}
@media (max-width: 767px) {
  .flexSocketList .socketCard {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .flexSocketList .socketCard {
    width: 33%;
  }
}
.flexSocketList .socketCard {
  cursor: pointer;
  margin: 0.5rem;
  padding: 0.5rem;
  display: block;
  text-decoration: none;
  color: inherit;
  border: 1px solid #aaa;
  border-radius: 0.3rem;
  background: #f0f0f0;
  background: linear-gradient(240deg, #fff, #f0f0f0 80%);
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2);
}
.flexSocketList .socketCard:hover {
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px) translateX(-2px);
}
.flexSocketList .socketCard .socketName {
  font-weight: bold;
  margin-bottom: 0rem;
}
.flexSocketList .socketCard .socketInfo {
  color: #555;
}

.cpuSearch {
  width: 15rem;
  font-size: 0.9rem;
}
.cpuSearch .cpuSearchWrapper {
  position: relative;
  width: 100%;
}
.cpuSearch .cpuSearchWrapper svg {
  position: absolute;
  right: 0.1rem;
  width: 22px;
  z-index: 1100;
  top: 50%;
  transform: translateY(-50%);
  fill: #999;
  pointer-events: none;
}
.cpuSearch .cpuSearchInput {
  width: 100%;
  padding: 0.4rem;
  box-sizing: border-box;
  outline: 0px;
}
.cpuSearch .cpuSearchInput::placeholder {
  color: #aaa; /* placeholder text color */
  font-style: italic; /* optional style */
  opacity: 1;
}
@media (min-width: 768px) {
  .cpuSearch .cpuSearchInput {
    background: #fff;
    background: linear-gradient(to bottom, #fff 75%, #f0f0f0 100%);
    border: 0px;
    border-radius: 0px;
    border-radius: 0.2rem;
    padding: 0.3rem 0.3rem;
    color: #222;
    position: relative;
    font-size: 1rem;
  }
}
.cpuSearch .cpuSearchResults {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 50vh;
  overflow-y: auto;
  padding: 0.3rem;
  border-top: 2px solid #99a;
  background: #fff;
  display: none;
  z-index: 1200;
  color: #222;
  font-weight: bold;
  font-size: 0.8rem;
}
.cpuSearch .cpuSearchResult {
  padding: 0.1rem;
  cursor: pointer;
  xfont-weight: normal;
}
.cpuSearch .cpuSearchResult.active, .cpuSearch .cpuSearchResult:hover {
  background: #cce5ff;
}
.cpuSearch mark {
  background: transparent;
  color: #f40;
  font-weight: bold;
  padding: 0;
}

.card .cpuSearch .searchInput {
  z-index: 800;
}
.card .cpuSearch svg {
  z-index: 801;
}
.card .cpuSearch .cpuSearchResults {
  z-index: 900;
}

#mobileSearchIcon {
  flex: 0;
}
#mobileSearchIcon svg {
  margin-top: 0.2rem;
  padding-right: 0.4rem;
  fill: #fff;
  width: 24px;
}

#mobileSearch {
  position: fixed;
  top: 4rem;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
  box-shadow: 0px 5px 5px rgba(34, 34, 34, 0.1333333333);
  display: none;
}
#mobileSearch.show {
  display: block;
}
#mobileSearch svg {
  right: 0.5rem;
}
#mobileSearch input {
  padding: 0.8rem;
  border: 0px;
  font-size: 1.1rem;
  font-weight: bold;
}
#mobileSearch .cpuSearchResult {
  font-size: 1.1rem;
  padding: 0.2rem;
}

table.specs {
  border-spacing: 0px;
  border-radius: 5px;
  border: 2px solid #555;
  box-shadow: 4px 4px 10px rgba(34, 34, 34, 0.1333333333);
}
table.specs th {
  padding: 0.3rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
table.specs td {
  text-align: left;
  font-weight: bold;
  padding: 0.3rem;
  padding-right: 1rem;
  padding-left: 1rem;
  border-bottom: 1px solid #ccc;
  color: #f80;
}
table.specs td:first-child {
  padding-left: 1rem;
  text-align: right;
  padding-right: 1rem;
  font-weight: normal;
  color: #000;
}
table.specs tr {
  cursor: pointer;
}
table.specs tr:nth-child(2n) {
  background: #f0f0f0;
}
table.specs.multi td:not(:first-child) {
  text-align: center;
}

#cpu1, #cpu2 {
  display: inline-block;
}

.card .cpuSearchInput, .card .cpuSearchResults {
  border: 1px solid #aaa;
  xmargin: 0.5rem;
  xbox-sizing: border-box;
}

.priceSelect {
  display: inline-block;
  font-size: 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid #f80;
  padding: 0rem 0.15rem;
  margin-left: 0.3rem;
  background: #fff;
  color: #f80;
  position: absolute;
  font-weight: normal;
  user-select: none;
  right: 0px;
  top: -4px;
  cursor: pointer;
}
.priceSelect:hover {
  background: #fea;
}
.priceSelect .priceSelectOptions {
  position: absolute;
  display: none;
  right: 0;
  top: 120%;
  background: #fff;
  z-index: 900;
  padding: 0.3rem;
  border-radius: 0.3rem;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1333333333);
}
.priceSelect .priceSelectOptions > a {
  font-weight: bold;
  padding: 0.4rem;
  display: block;
  color: #25a;
  xwidth: 100%;
  text-decoration: none;
  border-radius: 4px;
  cursor: pointer;
}
.priceSelect .priceSelectOptions > a:hover {
  background: #f0f0f0;
  background: linear-gradient(to right, #e0e0ff, #fff);
}
.priceSelect .priceSelectOptions.show {
  display: block;
}

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