
body {
  background-color: #f2f2f2;
}

html {
  font-size: 14px;
}

.lognb:active {
  background-color: #285f8f !important;
}

.lognb.active {
  background-color: white !important;
}

.lognb {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0px !important;
  font-weight: bold !important;
  border: 0px !important;
  background-color: #fff !important;
}

.blue {
  background-color: #0066cb;
}

.yellow {
  background-color: #ffcc33;
}

.btn.blue:hover > a {
  opacity: 0.6;
  transition: all 0.3s ease-in;
}


/* add to compare btn model */

.compmod.active,
.compmod:active {
  background-color: #fff;
  color: #285f8f;
}

.compmod > a {
  color: white;
}

.compmod:active > a {
  color: black;
}

.compmod:hover > a {
  opacity: 0.6;
  transition: opacity 0.3s ease-in;
}

/* socicon height*/

.sheight {
  height: 27px !important;
  line-height: 40px !important;
}

/* ddown menu stanga */

/* .cssmenu,
.cssmenu ul,
.cssmenu ul li,
.cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} */

.cssmenu {
  width: 100%;
  color: #fff;
}

.cssmenu ul ul {
  display: none;
}

.cssmenu > ul > li.active > ul {
  display: block;
}

.align-right {
  float: right;
}

/* .cssmenu > ul > li > a {
  padding: 10px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
} */

.cssmenu > ul > li > a:hover {
  color: #fff;
  opacity: 1;
  transition: all 0.3s ease-in;
}

.cssmenu ul > li.has-sub > a:after {
  /* position: absolute; */
  /* right: 26px;
    top: 19px; */
  z-index: 5;
  display: block;
  height: 10px;
  width: 0px;
  background: #fff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.cssmenu ul > li.has-sub.open > a:after,
.cssmenu ul > li.has-sub.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  background: transparent;
  -webkit-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.cssmenu ul ul li {
  background-color: transparent;
}

.cssmenu ul ul ul li a {
  padding-left: 32px;
}

.cssmenu ul ul li a:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.cssmenu ul ul > li.has-sub > a:after {
  top: 16px;
  right: 26px;
  background: #fff;
}

.cssmenu ul ul > li.has-sub > a:before {
  top: 20px;
  background: #fff;
}

.cssmenu ul ul > li.has-sub > a:hover:after {
  background: #000;
}

.cssmenu ul ul > li.has-sub > a:hover:before {
  background: #000;
}


/*exchange pagina rezutate */

.exchangeres {
  background-color: #285f8f;
  color: white;
  margin-left: -1px;
}

.exchangeres:hover {
  background-color: #285f8f;
}

.exchangeres > a {
  padding: 3px !important;
  color: white !important;
}

.exchangeres:hover > a,
.exchangeres:focus > a {
  opacity: 0.6;
  background-color: transparent !important;
  background-image: none !important;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

/*loading */

/* CIRCLED TEXT */

.labelred {
  border: 2px solid #ce0c0c;
  background-color: #fff !important;
  color: #000 !important;
  padding-right: 3px !important;
  padding-top: 2px;
  border-radius: 3px !important;
}

.labelblue {
  border: 2px solid #0066cb;
  background-color: #fff;
  color: #0066cb;
  padding-right: 3px;
  padding-top: 2px;
  border-radius: 3px;
  font-size: 16px;
}

.labelblue-s {
  border: 1px solid #0066cb;
  background-color: #fff;
  color: #000;
  padding-right: 3px;
  padding-top: 0px;
  padding-left: 3px;
  border-radius: 3px;
}

.labelred-s {
  border: 1px solid #ce0c0c;
  background-color: #fff !important;
  color: #000 !important;
  padding-right: 3px !important;
  padding-top: 0px;
  padding-left: 3px;
  border-radius: 3px !important;
}

/* THE REST */


.btn-result:active,
.btn-result.active,
.open > .dropdown-toggle.btn-result {
  color: black !important;
  background-color: #575757 !important;
  outline: none;
}

.btn-result:active:hover,
.btn-result.active:hover,
.open > .dropdown-toggle.btn-result:hover,
.btn-result:active:focus,
.btn-result.active:focus,
.open > .dropdown-toggle.btn-result:focus,
.btn-result:active.focus,
.btn-result.active.focus,
.open > .dropdown-toggle.btn-result.focus {
  color: #fff !important;
  background-color: #575757;
  outline: none;
}

.btn-result:active,
.btn-result.active,
.open > .dropdown-toggle.btn-result {
  color: #fff !important;
  background-color: #575757 !important;
}

.btn-result.disabled,
.btn-result[disabled],
fieldset[disabled] .btn-result,
.btn-result.disabled:hover,
.btn-result[disabled]:hover,
fieldset[disabled] .btn-result:hover,
.btn-result.disabled:focus,
.btn-result[disabled]:focus,
fieldset[disabled] .btn-result:focus,
.btn-result.disabled.focus,
.btn-result[disabled].focus,
fieldset[disabled] .btn-result.focus,
.btn-result.disabled:active,
.btn-result[disabled]:active,
fieldset[disabled] .btn-result:active,
.btn-result.disabled.active,
.btn-result[disabled].active,
fieldset[disabled] .btn-result.active {
  background-color: #ddd !important;
  outline: none;
}

.btn-result .badge {
  color: black;
  background-color: #ddd !important;
}


/* add to  and remove from compare clases -searchresult and compare */
.searchresult .buttons-area .buy .resultsBuyText {
  /* border: 1px solid var(--main-color); */
  width: 100%;
  display: block;
  margin: auto;
  line-height: 2;
}

.searchresult .buttons-area .buyBtn:hover {
  background-color: var(--yellow);
  border-color: var(--yellow);
  color: #fff;
}

.searchresult-content {
  padding-top: 10px;
  cursor: pointer;
}

.searchresult-spacing {
  padding-bottom: 30px;
}

.searchresult .buttons-area .buy {
  padding: 0;
}

.searchresult .buttons-area .dropdown {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.searchresult .buttons-area .dropdown #dLabel {
  width: 100%;
}

.searchresult .buttons-area .buy,
.searchresult .buttons-area .addtocpmp {
  max-width: 48%;
}

.searchresult .buttons-area .buy .dropdown-menu li {
  max-width: 200px;
  margin: auto;
  line-height: 20px;
}

.searchresult .buttons-area .buy .dropdown-menu li a {
  justify-content: space-between;
  padding: 5px;
}

.comparename {
  padding: 0px !important;
  color: #000 !important;
  background-color: #fff !important;
  word-break: break-all;
}

.comparecell1 {
  padding-right: 4px !important;
  padding-left: 3px !important;
  padding-bottom: 2px !important;
  padding-top: 2px !important;
  width: 25px;
}

.comparecell2 {
  padding: 4px 0px 0px 0px !important;
}

.submitbutton {
  background-color: #0066cb !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  padding: 5px 60px !important;
  float: right !important;
  border-radius: 2px !important;
}

.items {
  background-color: #fff !important;
}

.menuhidden {
  font-weight: 400;
  font-size: 12px;
  color: rgba(0, 0, 0, 0.53);
  max-height: 0;
  overflow: hidden;
}

.items:hover .menuhidden {
  max-height: 100px;
  transition: all 0.1s ease 0.35s;
}

/*Content*/

.widget1-title1 {
  font-size: 18px;
  color: #222;
  background: rgba(240, 240, 240, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget1-title2 {
  font-size: 20px;
  color: #fff;
  background: rgba(37, 37, 37, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget2-title1 {
  font-size: 18px;
  color: #222;
  background: rgba(240, 240, 240, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget2-title2 {
  font-size: 20px;
  color: #fff;
  background: rgba(37, 37, 37, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget3-title1 {
  font-size: 18px;
  color: #222;
  background: rgba(240, 240, 240, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget3-title2 {
  font-size: 20px;
  color: #fff;
  background: rgba(37, 37, 37, 0.7);
  font-weight: bold;
  padding: 0px 0px 0px 5px !important;
}

.widget4-title1 {
  font-size: 16px;
  color: #fff;
  background: rgba(37, 37, 37, 0.7);
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 5px !important;
}

.widget6-title2 {
  font-size: 16px;
  color: #222;
  background: rgba(240, 240, 240, 0.7);
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 5px !important;
}

.widget5-title1 {
  font-size: 16px;
  color: #fff;
  background: rgba(37, 37, 37, 0.7);
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 5px !important;
}

.widget7-title2 {
  font-size: 16px;
  color: #222;
  background: rgba(240, 240, 240, 0.7);
  font-weight: bold;
  line-height: 20px;
  padding: 0px 0px 0px 5px !important;
}

.divbutton {
  height: 30px;
}

.uncolored {
  background-color: none;
}

.compbuttons {
  background-color: #eeeeee;
  border-radius: 3px;
  padding: 0px;
  text-align: center;
  margin-top: 5px;
  font-size: 12px;
  text-decoration: none;
}

.compmare {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 2px;
  flex: 1;
}

.review {
  font-size: 14px;
  text-align: justify;
}

/* meniu sus*/

.btn-sus {
  color: #000 !important;
  border-radius: 0px !important;
  border: 0px !important;
  text-transform: capitalize;
  background-color: #fff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  font-size: 16px;
  cursor: pointer;
}

.btn-sus:focus,
.btn-sus.focus {
  color: #000;
  background-color: #fff !important;
  border-color: #122b40;
}

.btn-sus:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #0066cb;
  height: 1px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.btn-sus:hover {
  color: #fff;
  border-color: #204d74;
  color: #0066ca !important;
}

.btn-sus:hover:before,
.btn-sus:focus:before,
.btn-sus:active:before {
  left: 15%;
  right: 15%;
}

.btn-sus:active,
.btn-sus.active,
.open > .dropdown-toggle.btn-sus {
  color: #000 !important;
  background-color: #fff !important;
  border-color: #204d74;
}

.btn-sus:active:hover,
.btn-sus.active:hover,
.open > .dropdown-toggle.btn-sus:hover,
.btn-sus:active:focus,
.btn-sus.active:focus,
.open > .dropdown-toggle.btn-sus:focus,
.btn-sus:active.focus,
.btn-sus.active.focus,
.open > .dropdown-toggle.btn-sus.focus {
  color: #000;
  background-color: #49505a;
  border-color: #122b40;
}

.btn-sus:active,
.btn-sus.active,
.open > .dropdown-toggle.btn-sus {
  color: #000 !important;
  background-color: #fff !important;
}

.btn-sus.disabled,
.btn-sus[disabled],
fieldset[disabled] .btn-sus,
.btn-sus.disabled:hover,
.btn-sus[disabled]:hover,
fieldset[disabled] .btn-sus:hover,
.btn-sus.disabled:focus,
.btn-sus[disabled]:focus,
fieldset[disabled] .btn-sus:focus,
.btn-sus.disabled.focus,
.btn-sus[disabled].focus,
fieldset[disabled] .btn-sus.focus,
.btn-sus.disabled:active,
.btn-sus[disabled]:active,
fieldset[disabled] .btn-sus:active,
.btn-sus.disabled.active,
.btn-sus[disabled].active,
fieldset[disabled] .btn-sus.active {
  background-color: #fff !important;
  border-color: #000;
}

.btn-sus .badge {
  color: #000;
  background-color: #fff !important;
}

/* clasa pentru customizarea butoanelor de search */

.navigation {
  padding-top: 10px;
  padding-bottom: 10px;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.hide-loader {
  display: none;
}

.loaderContainer {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(27, 28, 29, 0.6);
}

.logoheight {
  flex-shrink: 1;
  height: 30px;
  max-width: 80px;
  object-fit: contain;
  object-position: center center;
}

.searchLink {
  margin-right: 5px;
}

/* .buy .buyBtn {
  min-width: 76px;
} */

.resultsShopBtn .dropdown {
  display: block;
}

.resultsShopBtn .buyBtn {
  display: block;
}

.resultsShopBtn .dropdown-menu {
  left: 8px;
  min-height: 100px;
  min-width: 205px !important;
}

.resultsShopBtn .buyBtn {
  padding: 3px 3px;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  transition: all 0.3s ease-in;
  -webkit-appearance: none;
}

.searchLink {
  text-transform: capitalize;
}

.hiddenOptionsChassis,
.hiddenOptionsStorage,
.hiddenOptionsGpu,
.hiddenOptions,
.hiddenOptionsDisplay,
.hiddenOptionsMdb,
.hiddenOptionsMemory,
.hiddenOptionWirrOpt {
  display: none;
}

.toggleHiddenButtons .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsChassis .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsGpu .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsDisplay .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsStorage .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsMdb .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsMemory .glyphicon-chevron-down.arrowUp:before,
.toggleHiddenButtonsWirrOpt .glyphicon-chevron-down.arrowUp:before {
  content: "\f106";
}

.toggleHiddenButtonsGpu .glyphicon-chevron-down,
.toggleHiddenButtons .glyphicon-chevron-down,
.toggleHiddenButtonsDisplay .glyphicon-chevron-down,
.toggleHiddenButtonsChassis .glyphicon-chevron-down,
.toggleHiddenButtonsStorage .glyphicon-chevron-down,
.toggleHiddenButtonsMdb .glyphicon-chevron-down,
.toggleHiddenButtonsMemory .glyphicon-chevron-down,
.toggleHiddenButtonsWirrOpt .glyphicon-chevron-down {
  color: #fed565;
  min-width: 180px;
  cursor: pointer;
  font-size: 26px;
}

.toggleHiddenButtonsChassis,
.toggleHiddenButtons,
.toggleHiddenButtonsGpu,
.toggleHiddenButtonsDisplay,
.toggleHiddenButtonsStorage,
.toggleHiddenButtonsMdb,
.toggleHiddenButtonsMemory,
.toggleHiddenButtonsWirrOpt {
  margin-top: 15px;
  text-align: center;
}

.compContainer .addtocpmp > a {
  padding: 0px 15px;
}

.compContainer .resultsShopBtn.buy {
  display: inline-block;
  max-width: 50px;
}

.compContainer .addtocpmp {
  min-width: 125px;
  display: inline-block;
}

.compContainer .resultsShopBtn .buyBtn {
  width: 100%;
}

.compare1 {
  text-align: center;
}

.readMoreArticles {
  margin-top: 0px;
  padding-left: 20px;
  padding: 20px;
  text-align: center;
  padding-bottom: 40px;
}

.readMoreArticles a {
  color: #fff !important;
  font-weight: normal;
  font-size: 18px;
  cursor: pointer;
  cursor: pointer;
  background-color: #0066cb;
  color: #fff !important;
  padding: 15px 25px;
  border-radius: 4px;
  font-weight: bold;
}

.readMoreArticles a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #000 !important;
  transition: all 0.3s ease;
}

.contactEmail:after {
  content: "office@starchaser.ro";
  font-weight: bold;
  font-size: 14px;
  cursor: pointer;
}

.howToUse {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 220px;
  border-radius: 15px 15px 0 0;
  background-color: #285f8f;
  color: #fff;
  padding: 30px 15px 5px 15px;
  text-align: center;
  animation: howtouse 1s ease 1.5s 1 forwards;
  transform: translateX(100%);
  z-index: 98;
  display: none;
  opacity: 0;
}

.home .howToUse {
  display: block;
}

.howToUse .tutorialClick span {
  font-weight: bold;
}

.howToUse a {
  color: #000;
}

.tutorialClick {
  cursor: pointer;
}

.tutorialClick:hover {
  text-decoration: underline;
}

.howToUse .glyphicon-remove {
  position: absolute;
  color: #fff;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.howToUseNone {
  animation: howtouseNone ease 1s 1 forwards;
}

.displayMobile {
  display: none;
}

@keyframes howtouse {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes howtouseNone {
  0% {
    transform: translateX(0%);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

.searchresultitlu p {
  font-size: 1em;
}

.menuItems {
  line-height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}

.affix {
  position: fixed;
  top: 0;
  z-index: 99999;
}

.margin {
  margin: 0;
}

#back-to-top {
  position: fixed;
  bottom: 5px;
  right: 235px;
  z-index: 99;
  /* width: 38px; */
  background-color: #333333;
  padding: 10px;
  border-radius: 16px;
  color: #fff;
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.31);
  z-index: 9999;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}

.backTop {
  margin-left: 5px;
}

.navbar-brand {
  display: block;
  padding: 15px 0 15px 15px;
}

.navbar-brand i {
  float: right;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 5px;
  font-size: 22px;
}

.resultsShopBtn a {
  color: #000;
  text-decoration: none;
  padding: 5px;
}

.resultsShopBtn a:hover {
  text-decoration: underline;
}

.compContainer .buyBtn {
  margin-left: 5px;
}

.compContainer .row {
  flex-wrap: nowrap;
}

.cssmenu .has-sub li a:hover {
  color: #000;
}

.siteMenu {
  max-width: 100vw;
}

#advform hr {
  max-width: 100vw;
}

.logonb {
  margin-bottom: 0;
}

#advform .checkbox {
  margin-top: 10px;
}

.dropdown-menu.show {
  width: 100%;
}

.dropdown-menu.show a {
  color: #000;
}

#advform .multiselect-native-select .active a {
  background-color: #0066cb;
  display: block;
  margin-bottom: 0;
  color: #fff;
}

#advform .multiselect-native-select .checkbox {
  margin-top: 0;
  padding: 5px 0 0 0;
}

.multiselect-container .checkbox {
  width: 100%;
}

.multiselect-container .radio {
  width: 100%;
}

/* Dropdown caret for multiselect */

/* Default */
.multiselect.dropdown-toggle.btn-search span.multiselect-selected-text::after {
  content: " \25bc";
}

/* Expanded case */
.multiselect.dropdown-toggle.btn-search[aria-expanded="true"]
  span.multiselect-selected-text::after {
  content: " \25b2";
}

.searchresult .row {
  margin: 0;
}
.searchresultdesc ul {
  padding: 0;
  list-style-type: none;
  text-align: center;
}

.searchresultdesc ul li {
  padding: 5px 0;
  line-height: 1.2;
}

.searchresultdesc ul li:nth-child(odd) {
  background-color: #f6f6f6;
}

.dropdown-menu.tab-links.show {
  background-color: #ededed;
}

.quickSearchContainer li.active a {
  background-color: #2e6da4;
  background-image: -webkit-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0, #2e6da4 100%);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#337ab7),
    to(#2e6da4)
  );
  background-image: linear-gradient(to bottom, #337ab7 0, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  color: #fff;
}

.resultsBar {
  display: flex;
  align-items: center;
  margin: 15px;
}

.resultsBar > *:not(:last-child) {
  margin-right: 5px;
}

.refineResultsContainer button {
  min-width: 100% !important;
}

.orderByContainer > button {
  margin-left: 3px;
}

div.orderByContainer span {
  padding: 5px;
}


.multiselect-container label.checkbox {
  position: relative;
  padding: 10px 0 10px 25px !important;
  line-height: 14px;
}

.multiselect-container label.checkbox input[type="checkbox"] {
  position: absolute;
  left: 10px;
  top: 11px;
}

.dropdown-content a.addrev.selected {
  color: #000 !important;
}

.socialArea {
  background: rgb(253, 203, 54);
  background: linear-gradient(
    90deg,
    rgba(253, 203, 54, 1) 4%,
    rgba(133, 155, 124, 1) 32%,
    rgba(0, 102, 203, 1) 78%
  );
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
}

.socialArea .col-3,
.socialArea .col-9 {
  padding: 0;
}

.socialArea .socialButtons {
  text-align: right;
  padding: 5px;
}

.socialArea .donate {
  padding: 5px 10px;
  border-radius: 4px;
  margin-right: 45px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  cursor: pointer;
}
.socialArea .donate:before {
  content: "";
  position: absolute;
  border: #fff solid 1px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 4px;
}

.socialArea .donate:hover:before,
.socialArea .donate:active:before,
.socialArea .donate:focus:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

@-webkit-keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}

.socialArea .support {
  margin-right: 10px;
}

.socialArea .faInfo {
  margin-right: 10px;
}

.socialArea .faSocial {
  margin-right: 10px;
}

.socialArea .faTutorial {
  margin-right: 50px;
}

#s_search_btn {
  background-color: #ffcc33 !important;
  color: #000 !important;
  border-radius: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 25px 5px 25px;
  color: #fff;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 40px;
}

.firstContainer h3 {
  text-align: center;
  margin-bottom: none;
}

.firstContainer .noUi-target {
  background: #80b4e6;
  border-radius: 4px;
  border: none;
  box-shadow: none;
}

.brands {
  border: 3px solid #0066cb;
  padding: 15px;
}

.browseButton {
  color: #fff;
  cursor: pointer;
  margin-right: 15px;
  display: inline-block;
}

.leftMenuAdvSearch {
  text-align: center;
  border: 1px solid #fff;
  padding: 5px;
  border-radius: 4px;
  margin-bottom: 10px;
}

.containerNavigation {
  background-color: #fff;
}

.infoLaptop {
  min-height: 100px;
}

.infoLaptop.row {
  margin-right: -10px;
}

.infoLaptop a {
  color: #000;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
}

.infoLaptop a:after {
  content: "";
  background-color: #ccc;
  height: 1px;
  position: absolute;
  bottom: 5px;
  left: 15px;
  right: 15px;
}

.helpus {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  max-width: 175px;
  color: #000;
  font-weight: bold;
  border: 1px solid #0066cb;
}

.browseLaptopClass li ul a {
  background-color: transparent !important;
}

.cssmenu .browseLaptopClass ul li {
  background-color: transparent !important;
}

.cssmenu .browseLaptopClass ul li:hover {
  background-color: #fff !important;
}

.cssmenu > ul.browseLaptopClass > li > a {
  padding: 4px 22px;
  min-width: 150px;
}

.cssmenu > ul.browseLaptopClass > li > a:hover {
  color: #000;
  opacity: 1;
}

.controlSvg {
  max-height: 40px;
  max-width: 40px;
  display: inline-block;
  background-color: #ffcc33;
  padding: 2px;
  position: absolute;
  left: -10px;
  top: 0;
  padding: 7px;
  border-radius: 4px 0 0 4px;
}

.socialMediaFooter {
  color: #fff;
  font-size: 14px;
  font-weight: 900;
}

/* ---------- New footer css ------*/

.footerLogo {
  max-width: 200px;
  height: 60px;
}

.footerMenu {
  font-size: 14px;
  font-weight: normal;
  color: #ccc;
  min-width: 130px;
  min-height: 45px;
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.footerMenuLogo {
  min-width: 210px;
  flex-grow: 2;
}

.starchaserTrademark {
  text-align: center;
  color: #ccc;
  padding: 20px 0 5px 0;
}

.footerMenuContainer {
  position: relative;
  padding-bottom: 5px;
}

.footerMenuContainer:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: #7b7474;
  height: 1px;
}

.safeSecure img {
  max-width: 30px;
}

.donateContainer {
  text-align: center;
}

.supportUs {
  font-size: 24px;
  color: #fff;
  font-weight: normal;
  margin-top: 15px;
  display: inline-block;
}

.donateFooter {
  font-size: 18px;
  color: #000;
  background-color: #ffcc33;
  padding: 15px 40px;
  display: inline-block;
  margin-top: 10px;
  border-radius: 8px;
  min-width: 200px;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  margin-left: 5px;
  cursor: pointer;
}

.donateFooter:before {
  content: "";
  position: absolute;
  border: #ffcc33 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  border-radius: 8px;
}

.donateFooter:hover:before,
.donateFooter:active:before,
.donateFooter:focus:before {
  -webkit-animation-name: hvr-ripple-out;
  animation-name: hvr-ripple-out;
}

.safeSecure span {
  display: inline-block;
  margin-left: 10px;
  color: #fff;
  margin-top: 10px;
}

.supportedPaiment {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}

.supportedPaiment span {
  display: inline-block;
}

.supportedPaiment img {
  max-height: 30px;
  width: auto;
}

.starchaserTrademark {
  background-color: #333333;
  margin-top: 20px;
}

.categoryName {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.categoryAuthor {
  color: #ccc;
  font-size: 12px;
  margin-bottom: 15px;
  display: inline-block;
}

.readMoreArticlesContainer {
  align-items: center;
  justify-content: center;
  display: flex;
}

/*-------- Model modal popup css ---------*/

#affil-popup .close {
  right: 25px;
  position: absolute;
  z-index: 999;
  opacity: 0.8;
  color: #000;
  top: 20px;
}

#affil-popup .modal-dialog.modal-sm {
  transition: all 0.7s ease;
}

#affil-popup.width .modal-dialog.modal-sm {
  max-width: 600px;
}

#affil-popup .modal-body {
  background-color: #fff;
  color: #0066cb;
  font-size: 16px;
}

#affil-popup .modal-dialog {
  top: 320px;
}

#affil-popup .btn {
  max-width: 120px;
  min-width: 120px;
}

#affil-popup #learn-more-affil-btn {
  display: block;
  padding: 5px 0;
  margin: 0 auto 20px;
  cursor: pointer;
  border-bottom: 1px solid #0066cb;
  color: #007bff !important;
  max-width: 141px;
}

.modal-footer .btn-primary {
  background-color: #0066cb !important;
}

.modal-footer .btn-secondary {
  background-color: #fff !important;
  color: #636363;
  border-color: #636363;
}

.modal .modal-content {
  font-family: Arial;
}

#affil-popup.width #learn-more-affil-btn {
  padding: 10px 30px;
  border-bottom: none;
  max-width: 400px;
  line-height: 18px;
}

#affil-popup #learn-more-affil-btn a {
  color: #0066cb;
  text-decoration: none;
}

#affil-popup #affil-popup-body p {
  line-height: 20px;
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

#affil-popup .modal-footer {
  justify-content: center;
}

#affil-popup .modal-body {
  height: auto;
  min-height: auto;
  padding-top: 60px !important;
}

.modal:not(.galleryModal):not(.notificationsModal) {
  opacity: 0;
  transition: opacity 0.3s ease;
  display: block;
  z-index: -1;
  height: 0;
}

.modal.visible.modal.visible {
  opacity: 1;
  z-index: 99;
  height: 100%;
}

#affil-popup.modal.width.visible .modal-dialog.modal-sm {
  top: 50px !important;
}

#affil-popup.modal.width.visible p {
  color: #636363;
}

#learn-more-affil-btn a {
  text-transform: capitalize;
  color: #0066cb !important;
}

.searcButtonMobile {
  font-size: 16px;
}

.modal-footer {
  border-top: 0;
}

.modal .modal-header {
  border: none !important;
}

/*-------- End Model modal popup css ---------*/

.reviewGoTo {
  max-width: 300px;
  border: 2px solid #0066cb;
  color: #0066cb !important;
  margin: 0 auto;
  border-radius: 8px !important;
  margin-bottom: 15px;
}

.reviewGoToDropdown a {
  background-color: #0066cb;
  padding: 5px 15px;
  text-shadow: none;
  color: #fff !important;
  min-width: 300px;
  position: relative;
}

.reviewGoToDropdown a:after {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 0;
  content: "";
  height: 1px;
  background-color: #ccc;
}

.reviewGoToDropdown li:last-child a:after {
  height: 0;
}

.customtablewp th {
  font-size: 28px !important;
}

.customtablewp th p {
  font-size: 28px !important;
}

.customtablewp td {
  font-size: 28px !important;
}

.customtablewp img {
  max-width: 100%;
  height: auto;
}

.customtablewp b {
  font-size: 18px !important;
}

#tab5 .detaliicomp2 td {
  font-size: 22px !important;
}

.advanceBtnSelect {
  padding: 5px;
  background-color: #fff;
  color: #000 !important;
  border: 1px solid #0066cb;
  border-radius: 4px;
  display: block;
  margin: 15px auto;
  max-width: 150px;
  cursor: pointer;
  font-weight: bold;
}

div.menuItems.last {
  text-align: right;
  margin-right: 15px;
}

.setRecommended:hover {
  color: #000 !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
}

.match-info {
  width: 100%;
  padding: 0 15px;
}

.match-info__container {
  background-color: #f6f6f6;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: 750px;
  margin: 20px auto 0 auto;

  text-align: center;
  font-weight: bold;
}

/**********************************
***********************************
** SELECT2 CUSTOM CSS
***********************************
**********************************/

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #285f8f;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #285f8f;
}

/* MODEL SEARCH BAR */

#modelfind {
  position: relative;
  padding-left: 30px;
  text-align: center;
}

#modelfind span.select2-container {
  position: relative;
  width: 100% !important;
}

#modelfind .select2-search__field {
  min-height: 28px;
  font-size: 18px;
}

#modelfind span.select2-container:after {
  content: "\f002";
  position: absolute;
  font-family: "Font Awesome 5 Free";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 16px;
  right: 8px;
  bottom: 12px;
  font-weight: 900;
  color: #0066cb;
}

.irevtop #modelfind .select2-container--default .select2-selection--single {
  border: 1px solid #aaa;
}

.irevtop #site + .select2-container:after {
  content: " ";
}

/* Advanced form */

#advform
  .select2-container--default
  .select2-search--inline
  .select2-search__field {
  font-size: 15px;
  min-height: 23px;
}

/* Search on the left */

.smallselect2
  + span.select2.select2-container.select2-container--default
  span.selection
  span.select2-selection.select2-selection--multiple {
  border: solid #d9d9d9 1px;
  min-height: 30px;
  line-height: 18px;
  border-radius: 3px;
}

.smallselect2
  + span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus.select2-container--open
  span.selection
  span.select2-selection.select2-selection--multiple {
  border: 1px solid black;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid;
  border-radius: 6px;
  cursor: text;
  border-image: linear-gradient(
    90deg,
    rgba(253, 203, 54, 1) 4%,
    rgba(133, 155, 124, 1) 32%,
    rgba(0, 102, 203, 1) 78%
  );
  border-image-slice: 1;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice__remove {
  color: #fff;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #0066cb;
  border: 1px solid #0066cb;
  color: #fff;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid;
  border-image: linear-gradient(
    90deg,
    rgba(253, 203, 54, 1) 4%,
    rgba(133, 155, 124, 1) 32%,
    rgba(0, 102, 203, 1) 78%
  );
  border-image-slice: 1;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

.select2-container--default
  .select2-results
  > .select2-results__options::-webkit-scrollbar-thumb {
  background-color: #0066cb;
}

.select2-container--default .select2-results > .select2-results__options {
  border-bottom: 1px solid #ccc;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #0066cb;
}

/* PRESEARCH POPUP */
#presearch-modal {
  display: none;
  /* display flex on show */
  align-items: center;
  /* background-color: #0066cb; */
  background-color: #fff;
  color: #000;
  border-radius: 5px;
  z-index: 9999999;

  position: absolute;
  top: 10px;
  left: 10px;
  width: calc(100% - 20px);
  padding: 10px;

  font-size: 120%;
}

#presearch-modal.show {
  display: flex;
}

#presearch-modal-close {
  cursor: pointer;
}

#presearch-modal__wrapper {
  flex: 1;
}

@media only screen and (max-width: 767px) {
  #presearch-modal {
    left: 50%;
    transform: translateX(-50%);
    width: 280px;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 102, 203, 0.35);
    -moz-box-shadow: 0px 2px 20px 0px rgba(0, 102, 203, 0.35);
    box-shadow: 0px 2px 20px 0px rgba(0, 102, 203, 0.35);
  }
}

#advform {
  position: relative;
}

#adv-presearch-modal {
  display: none;
  /* display flex on show */
  gap: 10px;
  align-items: center;
  background-color: rgb(0, 102, 203);
  box-shadow: 0 5px 5px 0 rgba(0, 102, 203, 0.2);
  color: #fff;
  border-radius: 5px;
  z-index: 9999999;

  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 20px;

  font-size: 120%;
}

#adv-presearch-modal.show {
  display: inline-flex;
}

#adv-presearch-modal-close {
  cursor: pointer;
}

#adv-presearch-modal__wrapper {
  flex: 1;
}

/* END PRESEARCH POPUP */

/**********************************
***********************************
** MEDIA QUERIES
***********************************
**********************************/

/* IE 11 Article fix*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  article {
    width: 100%;
  }

  .row {
    width: 100%;
  }
}

/*Responsive media design */

@media (min-width: 1980px) {
  .officialSite a {
    display: block;
  }

  .officialSite a img {
    margin-top: 0;
  }
  .toggleHiddenButtonsGpu .glyphicon-chevron-down,
  .toggleHiddenButtons .glyphicon-chevron-down,
  .toggleHiddenButtonsDisplay .glyphicon-chevron-down,
  .toggleHiddenButtonsChassis .glyphicon-chevron-down,
  .toggleHiddenButtonsStorage .glyphicon-chevron-down,
  .toggleHiddenButtonsMdb .glyphicon-chevron-down,
  .toggleHiddenButtonsMemory .glyphicon-chevron-down,
  .toggleHiddenButtonsWirrOpt .glyphicon-chevron-down {
    font-size: 22px;
  }
}

@media (max-width: 1600px) {
  /* .buy .buyBtn {
    min-width: 48px;
  } */

  .cssmenu > ul.browseLaptopClass > li > a {
    min-width: 80px;
  }
}

@media (min-width: 1600px) {
  .topLaptops img {
    max-width: 65px;
    width: auto;
  }

  .row.detaliicomp .col-md-5.col-xs-5.col-sm-5.col-lg-5.rows {
    text-align: right;
    padding-right: 50px;
  }

  .topLaptopsName {
    padding-left: 15px;
  }

  .topLaptops {
    max-height: 320px;
  }

  .topLaptops .gamingTopLaptops .row:nth-child(7),
  .topLaptops .businessTopLaptops .row:nth-child(7),
  .topLaptops .ultrabooksTopLaptops .row:nth-child(7),
  .topLaptops .studentTopLaptops .row:nth-child(7) {
    opacity: 0.3;
  }
  .topLaptops.showMoreLaptops .gamingTopLaptops .row:nth-child(7),
  .topLaptops.showMoreLaptops .businessTopLaptops .row:nth-child(7),
  .topLaptops.showMoreLaptops .ultrabooksTopLaptops .row:nth-child(7),
  .topLaptops.showMoreLaptops .studentTopLaptops .row:nth-child(7) {
    opacity: 1;
  }

  .topLaptopsDate {
    font-size: 12px;
  }
}

.progressBar {
  display: flex;
  align-items: center;
  max-width: 300px;
}

.progressBar__bar {
  flex: 1;
  margin-right: 10px;

  display: flex;
  align-items: center;
  gap: 2px;
}

.progressBar__block {
  flex: 1;
  background-color: #595959;
}

.progressBar__block::before {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

.progressBar__block.colored {
  background-color: #ffcc33;
}

.progressBar__percent {
  font-weight: 800;
}

.progressBar__error {
  flex: 1;
}

.progressBar--center {
  margin: 0 auto;
}
.progressBar--right {
  margin-left: auto;
}
.progressbar--left {
  margin-right: auto;
}

@media (max-width: 450px) {

  .advancedSearchBtn {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer-distributed .footer-left p {
    text-align: left;
  }

  .firstContainer h3::after {
    content: "\f063";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    right: 15px;
    position: absolute;
    top: 11px;
    font-size: 16px;
    display: none;
  }

  .firstContainer h3.open:after {
    content: "\f062";
  }

  .cssmenu .browseMobile > li:last-child:after {
    height: 0;
  }

  .cssmenu ul ul li {
    background-color: #0066cc;
    z-index: 99;
  }

  .cssmenu ul ul li.has-sub > a {
    background-color: transparent;
    color: #fff !important;
  }

  .cssmenu ul ul li.has-sub.open > a {
    background-color: #fff;
    color: #000 !important;
  }

  .cssmenu ul ul > li.has-sub > a:hover:before {
    background: #fff;
  }

  .cssmenu ul ul > li.has-sub > a:hover:after {
    background: #fff;
  }

  .cssmenu ul ul > li.has-sub.open > a:before {
    background: #000;
  }

  .cssmenu ul ul > li.has-sub.open > a:after {
    background: #000;
  }

  .firstContainer h3:after {
    right: 26px;
    top: 2px;
    display: block;
  }

  .firstContainer h3:before {
    right: 22px;
    top: 10px;
  }

  .cssmenu .browseMobile {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 15px;
    padding-left: 15px;
    background-color: #0066cb;
  }

  .cssmenu .browseMobile > li:after {
    content: "";
    position: absolute;
    height: 1px;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: #dadada;
  }

  .socialArea .container {
    width: auto;
  }

  .footer-distributed {
    margin-top: 10px;
  }

  .slickMobile.slick-dotted.slick-slider {
    margin-bottom: 40px;
  }

  .socialArea {
    margin-bottom: 10px;
  }

  .navigation {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .supportUs {
    margin-top: 15px;
  }

  .footerLogo {
    max-width: 130px;
  }

  .quickSearchContainer {
    display: none;
  }

  .topLaptops h2 {
    font-size: 20px;
    padding: 20px 15px;
  }

  #modelfind span.select2-container:after {
    content: "";
  }

  .cssmenu > ul > li > a {
    /* padding: 16px 22px 16px 0px; */
    font-size: 18px;
  }

  .firstContainer h3 {
    text-align: left;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
  }

  .firstContainer {
    padding: 16px 32px 4px 32px;
  }

  .footer-distributed .footer-right {
    justify-content: flex-start;
  }

  .footerMenuContainer:after {
    content: "";
    position: absolute;
    width: auto;
    right: 15px;
    left: 15px;
  }

  .footer-distributed .footer-right {
    float: none;
    margin: 0;
  }

  .footerMenu:after {
    content: "";
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    background-color: #797979;
    bottom: 0;
  }

  .donateFooter {
    min-width: 160px;
    padding: 10px;
    font-size: 14px;
  }

  .modelContainer .modal-dialog {
    top: 50px;
  }

  .modelContainer #learn-more-affil-btn {
    padding: 5px;
  }

  .displayMobile {
    display: block;
  }

  .hiddenMobile {
    display: none;
  }

  .howToUse {
    width: 120px;
    z-index: 98;
    padding: 25px 5px 5px 5px;
    font-size: 12px;
  }

  .socialButton a.btn.btn-social span {
    border: none;
    text-align: center;
    width: 100%;
  }
  .socialButton a.btn.btn-social {
    text-indent: -5000px;
  }
  .btn.logonb {
    background-size: 75%;
  }
  .btn.logonb:hover {
    background-size: 75%;
  }
  .textModel {
    font-size: 14px;
  }
  .backTop {
    display: none;
  }
  #top-link-block.affix {
    right: auto;
    left: 20px;
    bottom: 15px;
  }

  .home #content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home .quizDisplay {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .home .topLaptops {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .home .articleMobile.row {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 30px;
  }

  .searchDetails {
    margin-top: 35px;
    display: block;
  }

  .firstContainer {
    margin-top: 0px;
    margin-bottom: 30px;
  }

  .containerContentIndex {
    overflow: hidden;
    width: auto;
  }

  .home .containerContentIndex {
    display: flex;
    flex-direction: column;
  }

  .home .showMoreArticles + .mobileShowMoreArticles {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .home #quiz_container {
    margin: 20px 0;
  }

  .addtocpmp > a {
    padding: 0 5px;
  }

  .config .addtocpmp {
    min-width: 135px;
  }

  .compareDropdown {
    width: 150px;
    font-size: 14px;
  }

  .cssmenu.compareDropdown ul ul li a {
    margin-left: 10px;
  }

  button.btn.btnc {
    padding: 5px 10px !important;
  }

  .cssmenu.compareDropdown ul > li.has-sub > a {
    padding: 9px 15px;
    font-size: 14px;
    text-align: center;
  }

  .cssmenu.compareDropdown ul > li.has-sub > a:before {
    top: 0;
    right: 37px;
  }

  .cssmenu.compareDropdown ul > li.has-sub.open > a:before {
    top: 10px;
  }

  td.text-center.comparecell3 {
    display: none;
  }

  tr#toptrcomp {
    font-size: 12px;
  }

  table#comparelist tr#toptrcomp > td {
    padding: 3px !important;
  }

  .resultsShopBtn .dropdown-menu {
    left: 0;
  }
}

@media (max-width: 767px) {
  .loadingdiv {
    width: 100%;
  }

  #s_search {
    padding: 0 15px;
  }

  .browseLaptopClass {
    display: none !important;
  }

  .socialArea .socialButtons {
    display: none;
  }

  .searcButtonMobile {
    cursor: pointer;
    margin-top: 6px;
  }

  #modelfind {
    width: 0;
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    top: -3px;
    right: 57px;
    height: 0;
    z-index: -1;
    display: block !important;
  }

  #modelfind.vissible {
    opacity: 1;
    width: 200px;
    height: 40px;
    z-index: 99;
  }

  .searcButtonMobile:hover {
    cursor: pointer;
  }

  .browseLaptopClass {
    padding: 10px 0px !important;
  }

  .topLaptops img {
    padding: 20px;
    width: auto;
  }

  .topLaptopsName {
    width: auto;
  }

  .topLaptops {
    max-height: 3000px;
    overflow-y: unset;
    display: block;
    margin: 0 -15px 0 -15px;
  }
  .topLaptops h2 {
    text-align: left;
    padding: 10px 0px 10px 15px;
    font-weight: normal;
  }
  .topLaptops .row {
    min-height: 45px;
    border-right: 0;
  }
  .articleMobile h2 {
    display: block;
  }

  .articleMobile h2:after {
    position: absolute;
    right: 26px;
    top: 23px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }

  .articleMobile h2:before {
    position: absolute;
    right: 22px;
    top: 27px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
  }
  .articleMobile.showMoreArticles h2:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .articleMobile.showMoreArticles h2:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .articleMobile.row {
    margin-right: -15px;
    margin-left: -15px;
    max-height: 57px;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .articleMobile.row.showMoreArticles {
    max-height: 5000px;
    transition: max-height 0.4s ease;
  }

  .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-toggle {
    border: 1px solid #fff;
  }

  .navbar-header {
    display: block;
  }

  .navbar-collapse {
    display: none;
  }

  .leftMenuFilters {
    padding: 10px 0px 10px 15px;
    background-color: #285f8f;
    line-height: 17px;
    margin-top: 3px;
  }

  .btn.leftMenuFilters > span:before {
    top: 15px;
  }

  .btn.leftMenuFilters > span:after {
    top: 11px;
  }

  .searchDetailsFirstContainer {
    order: 4;
    width: 20%;
    text-align: center;
  }

  .navbar-header {
    margin-top: 3px;
  }

  .compContainer .resultsShopBtn.buy {
    width: 100%;
    float: none;
  }

  .compContainer .addtocpmp {
    width: 100%;
    float: none;
    max-width: 76px;
  }

  .compContainer .addtocpmp {
    min-width: 70px;
  }

  .toggler .glyphicon-chevron-down {
    padding: 10px 30px;
  }

  .orderByContainer > button,
  .orderByContainer > btn-group {
    flex: 1;
  }

  .compareDropdown {
    z-index: 9;
  }

  .cssmenu ul ul li {
    background-color: #0066cc;
    z-index: 99;
  }

}

@media (max-width: 991px) {
  .serverMaintenance p {
    font-size: 16px;
  }
  .socialButton {
    padding: 0px;
    position: fixed;
    bottom: -1px;
    z-index: 99;
    width: 100%;
    left: 0;
  }
  .socialButtons {
    width: 25%;
    float: left;
  }
  .socialButton .btn.btn-sus {
    display: none;
  }
  .socialButton .dropdown-menu {
    display: block;
    left: 0;
    right: 0;
    padding: 0;
    position: relative;
    width: 100%;
  }

  /* .firstContainer {
    margin-top: 30px;
  } */
  .socialButton .shareText {
    display: none;
  }
  .socialButton a.btn.btn-social {
    text-align: center;
    padding-left: 0;
    border-radius: 0;
  }
  .socialButton a.btn.btn-social span {
    text-indent: 0;
  }
  .socialButton .dropdown-menu {
    min-width: 44px !important;
  }
  .socialButton .btn-sus {
    background-color: #575757;
  }

  .footer-distributed .footer-right {
    justify-content: center;
  }
}

@media screen and (max-width: 991px) {
  .sheight {
    line-height: 34px !important;
  }
  .firstImageModel {
    margin-bottom: 10px;
    padding: 0;
  }
  .firstContainer {
    position: relative;
  }
  .toplaptops {
    display: block;
  }

  .siteMenu h1 {
    width: 25% !important;
  }

  .siteMenu a {
    flex-grow: 1 !important;
  }

  .siteMenu .d-none {
    flex-grow: 1 !important;
    margin-right: -1px;
  }

  #back-to-top {
    right: auto;
    left: 15px;
    line-height: 18px;
  }
}

@media (min-width: 991px) {
  .SearchParameters.collapse.in {
    height: auto !important;
  }

  .resultsShopBtn.buy {
    padding: 0 5px 0 0;
  }

  .siteMenu a {
    flex-grow: 1 !important;
    font-weight: bold;
  }

  .siteMenu .d-none {
    flex-grow: 1 !important;
  }
}

@media (min-width: 991px) and (max-width: 1100px) {
  .cssmenu > ul > li > a {
    font-size: 14px;
    padding: 16px 8px;
  }
  .leftMenuFilters {
    font-size: 14px;
    padding: 16px 8px;
  }
  .leftMenuAdvSearch {
    font-size: 14px;
    padding: 16px 8px;
  }
}

@media (max-width: 1600px) {
  .cssmenu > ul.browseLaptopClass > li > a {
    padding: 4px;
  }

  .footer-distributed .footer-left p {
    text-align: left;
  }
}

@media (max-width: 1440px) {
  .labelblue {
    font-size: 12px;
  }

  .compContainer .addtocpmp {
    min-width: 100px;
  }
}

@media (min-width: 991px) and (max-width: 1200px) {
  /* .buy .buyBtn {
    min-width: 48px;
  } */
}

@media (min-width: 768px) and (max-width: 1600px) {
  .topLaptops .gamingTopLaptops .row:nth-child(6),
  .topLaptops .businessTopLaptops .row:nth-child(6),
  .topLaptops .ultrabooksTopLaptops .row:nth-child(6),
  .studentTopLaptops .row:nth-child(6) {
    opacity: 0.3;
  }
  .topLaptops.showMoreLaptops .gamingTopLaptops .row:nth-child(6),
  .topLaptops.showMoreLaptops .businessTopLaptops .row:nth-child(6),
  .topLaptops.showMoreLaptops .ultrabooksTopLaptops .row:nth-child(6),
  .topLaptops.showMoreLaptops .studentTopLaptops .row:nth-child(6) {
    opacity: 1;
  }
}

@media (max-width: 1200px) {
  .topLaptops h2 {
    font-size: 16px;
  }

  .ssdHome {
    float: none !important;
  }
}

@media (min-width: 991px) and (max-width: 1150px) {
  .topLaptops h2 {
    min-height: 50px;
  }
  .topLaptops {
    max-height: 340px;
  }
}

@media screen and (max-width: 1000px) {
  .revslide {
    max-height: 60px !important;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .revslide {
    max-height: 55px !important;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  .revslide {
    max-height: 75px !important;
  }
}

@media screen and (min-width: 1700px) {
  .revslide {
    max-height: 100px !important;
  }
}

@media screen and (max-width: 400px) {
  .btn1 {
    font-size: 10px !important;
  }
}

@media screen and (min-width: 401px) and (max-width: 500px) {
  .btn1 {
    font-size: 11px !important;
  }
}

@media all and (max-width: 922px) {
  .refineResultsContainer {
    text-align: center;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .orderByContainer {
    justify-content: flex-start;
  }

  .navigation {
    min-height: 36px;
  }

  /* .firstContainer {
    margin-top: 0px;
  } */
}

@media (max-width: 1200px) {
  .detaliicomp2 {
    font-size: 18px;
  }
}

/*Firefox fixes*/

@-moz-document url-prefix() {
  .helpimg {
    font-size: 18px;
  }
  .dropdown-content a {
    margin-left: 0px;
  }
}

/* Microsoft Edge fixes */

_:-ms-lang(x),
.helpimg {
  font-size: 17.8px;
}

_:-ms-lang(x),
.helpus:hover .helpimg {
  font-size: 17.8px;
}

_:-ms-lang(x),
.dropdown-content a {
  margin-left: 0;
}

_:-ms-lang(x),
[disabled].dropbtn.helpus {
  margin-left: 0;
}

/* BUTTONS GENERAL STYLES */

.btn.active,
.btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  background-color: var(--main-color);
  color: #ffffff;
}

.btn.btn-primary:active,
.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: var(--main-color);
  color: #ffffff;
}

.btn.btn-outline-primary {
  background-color: transparent;
  border-color: var(--main-color);
  color: var(--main-color);
}

.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover {
  background-color: var(--main-color) !important;
  color: #ffffff;
}

.btn.btn-outline-secondary {
  background-color: transparent;
  border-color: var(--secondary-color);
  color: var(--main-color);
}

.btn.btn-lg {
  width: 100%;
  padding: 10px 0;
}

.btn.btn-md {
  min-width: 120px;
  padding: 5px 10px;
}

.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: var(--main-color);
  border-color: var(--main-color);
}

btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
	outline: none !important;
	outline-offset: initial !important
}
