#content {
  width: 100%;
  /* flex: 1 0 auto; */
  min-height: 600px;
}

.footer-distributed {
  flex-shrink: 0;
  min-height: 140px;
}

.containerNavigation {
    background-color: #fff;
    height: 80px;
}

.navigation {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px;
}

.navigation .row {
    height: 60px;
}

.controlSvg {
    height: 40px;
    width: 40px;
    display: inline-block;
    background-color: #ffcc33;
    padding: 2px;
    position: absolute;
    left: -10px;
    top: 0;
    padding: 7px;
    border-radius: 4px 0 0 4px;
}

.socialArea {
    width: 100%;
    height: 64px;
    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 .container {
    width: 100%;
    height: 64px;
}

.socialArea .socialButtons {
  text-align: right;
  padding: 5px;
}

.siteMenu {
    height: 40px;
    background-color: #fff !important;
}

.btn-group {
    width: 100%;
}

.justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.d-flex {
    display: flex;
}

.row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 0;
}

.containerContentIndex {
    align-items: flex-start;
    position: relative;
    width: 100%;
}

.btn-group,
.btn-group .multiselect {
  width: 100%;
  border-radius: 4px;
}

.btn-group-justified.siteMenu > .btn,
.btn-group-justified > .btn-group {
  width: 100%;
}

.btn-group.siteMenu h1:nth-child(1) {
  width: 20%;
  font-size: 1px;
}

.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;
}

.headerback {
    /* min-height: 100vh; */
    padding: 0 15px;
}

.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;
}

.quickSearchContainer li a {
  display: block;
  color: #fff;
}

/* Variables */
:root {
    --main-color: #0066cc;
    --secondary-color: #ffcc33;
    --general-gray: #d6d6d6;
    --general-error: #d72642;
    --dark-grey: #666666;
    --main-font-bold: "poppinsbold";
    --main-font-regular: "poppinsregular";
  }

  /* TO DO: to be discussed */
  .container {
    max-width: 1300px;
  }

  img:focus {
    outline: none;
  }

  a {
    color: #337ab7;
    text-decoration: none;
  }

  .btn.btnc:hover {
    transition: all 0.3s ease-i7;
  }

  .btn.blue.bsub:hover {
    color: #6a90b1 !important;
    transition: all 0.3s ease-in;
  }

  /* Dropdown Button */

  .dropbtn {
    color: white;
    padding: 4px;
    width: 100%;
    border: 0px;
  }

  /* The container <div> - needed to position the dropdown content */

  .dropdown {
    position: relative;
  }

  /* Dropdown Content (Hidden by Default) */

  .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    max-width: 175px;
    z-index: 99999;
    width: 100%;
    border: 1px solid #fff;
  }

  /* Links inside the dropdown */

  .dropdown-content a {
    color: white !important;
    width: 100%;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-size: 14px;
  }

  .addrev:hover {
    color: black !important;
    background-color: white;
    transition: all 0.5s ease-out;
  }

  /* Show the dropdown menu on hover */

  .dropdown:hover .dropdown-content {
    display: block;
    transition: all 0.3s ease-in;
  }

  .dropbtn.helpus[disabled] {
    display: inline-block;
    cursor: pointer;
    height: 36px;
  }

  .helpimg {
    cursor: pointer;
    display: -webkit-inline-box;
  }

  .dropbtn.helpus[disabled]:hover,
  .dropbtn.helpus[disabled]:focus {
    display: inline-block;
  }

  .btn-group.dropdown > .dropbtn[disabled]:hover > a {
    background-image: url(/../res/img/helpus_white.svg);
    background-position: center center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    background-size: 100%;
    cursor: pointer;
    width: 19px;
    height: 19px;
    display: -webkit-inline-box;
    transition: all 0.3s ease-in;
    opacity: 0.6;
  }

  /* add laptop review button - top right */
  .addrev {
    padding: 8px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    background: #0066cb;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .btn-title > a {
    text-decoration: none;
    color: white;
    -webkit-transition: color 0.2s ease;
    -o-transition: color 0.2s ease;
    transition: color 0.2s ease;
  }

  .btn.btn-title > span:before {
    position: absolute;
    right: 22px;
    top: 23px;
    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;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .btn.btn-title > span:after {
    position: absolute;
    right: 26px;
    top: 19px;
    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;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .btn.btn-title.leftMenuFilters.rotate > span:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
  }

  .btn.btn-title.leftMenuFilters.rotate > span:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -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;
  }

  .btn-title.collapsed > a:before {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .btn-title.collapsed > a:after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .btn-title {
    border-radius: 1px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 0;
    background-color: #285f8f;
    color: white !important;
    width: 100%;
    padding-left: 22px;
  }

  .btn.btn-title.active,
  .btn.btn-title:active {
    box-shadow: none;
  }

  .btn.btn-title:hover > a {
    opacity: 0.6;
    transition: all 0.3s ease-in;
  }

  .btn.blue:hover > a {
    opacity: 0.6;
    transition: all 0.3s ease-in;
  }

  .budget {
    border: 1px solid #456879;
    border-radius: 1px;
    height: 22px;
    width: 45px;
    box-sizing: border-box;
    text-align: center;
  }

  .btn.active.logonb {
    background-image: url(/../res/img/logo/noteb-main-logo.svg);
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease;
  }

  .btn.logonb {
    background-image: url(/../res/img/logo/noteb-main-logo.svg);
    -webkit-text-fill-color: transparent;
    color: transparent !important;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s ease;
    transition: all 0.3s ease-in;
    max-height: 40px;
    max-width: 225px;
  }

  .btn.logonb:hover {
    cursor: pointer;
  }

  .nopding {
    padding: 0px !important;
  }

  /* socicon height*/

  .sheight {
    height: 27px !important;
    line-height: 40px !important;
  }

  /*slider noUi */

  [disabled] .noUi-connect {
    background: #b8b8b8 !important;
  }

  .noUi-handle {
    box-shadow: none !important;
  }

  .noUi-connect {
    box-shadow: none !important;
  }

  .noUi-horizontal .noUi-handle {
    width: 1.5em !important;
    height: 1.2em !important;
    top: -4px !important;
  }

  .noUi-handle:after,
  .noUi-handle:before {
    width: 0px !important;
  }

  .noUi-horizontal {
    height: 10px !important;
  }

  .noUi-connect {
    background: #ffcc33 !important;
  }

  .noUi-handle:hover {
    border: 1px solid #ccc;
    background: #285f8f;
    font-weight: normal;
    color: #454545;
    cursor: pointer;
  }

  .noUi-active {
    box-shadow: 0 0 1px #285f8f, 0 1px 7px #285f8f inset, 0 3px 6px -3px #285f8f !important;
    background: #285f8f !important;
  }

  /*loading */

  .loadingdiv {
    background: rgba(122, 130, 136, 0.2) !important;
    position: absolute;
    height: 100vh;
    vertical-align: middle;
    display: flex;
    border-radius: 15px;
    z-index: 999;
    right: 0;
    left: 0;
    min-width: 350px;
  }

  .loadingdivsec {
    border-radius: 20px;
  }

  .loadingdivquiz {
    background: rgba(122, 130, 136, 0.2) !important;
    height: 90%;
    vertical-align: middle;
    display: flex;
    z-index: 2 !important;
  }

  .btn-result {
    color: #fff;
    background-color: #0066cb;
    border-radius: 0px;
    font-weight: bold;
    border: 0px;
    padding-left: 6px;
    padding-bottom: 2px;
    padding-right: 6px;
    padding-top: 2px;
  }

  .btn-result:focus,
  .btn-result.focus {
    color: #fff !important;
    background-color: #575757 !important;
    outline: none;
  }

  .btn-result:hover > a {
    color: white !important;
    opacity: 0.6;
    outline: none;
    transition: all 0.3s ease-in;
  }

  .btn-result:hover > span {
    color: white !important;
    opacity: 0.6;
    outline: none;
    transition: all 0.3s ease-in;
  }

  /* TOOLTIP */
  .toolinfo {
    cursor: pointer;
  }

  .toolinfo-icon {
    width: 10px;
    height: 10px;
    position: relative;
    top: -5px;
  }

  .toolinfo-icon:hover {
    cursor: pointer;
  }

  .toolinfo-icon:before {
    height: 10px;
    text-align: center;
    border: 1px solid #0066cb;
    border-radius: 50%;
    display: block;
    color: #0066cb;
    font-size: 6px;
    line-height: 8px;
  }

  .tooltip {
    opacity: 1;
  }

  .tooltip .arrow:before {
    top: -6px;
    border-width: 12px;
  }

  .tooltip .tooltip-inner {
    padding: 10px;
    background: rgba(0, 0, 0, 0.9);
    text-align: left;
  }

  .aligncenter {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
  }

  .revslide {
    margin: 0 auto;
  }

  .ui-slider-horizontal .ui-slider-range {
    background-color: #ffd466;
  }

  .brands {
    width: auto;
    height: 108px;
    vertical-align: middle;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }

  .latest {
    border-radius: 5px;
    background-color: #285f8f;
    margin-top: 2px;
    padding: 2px;
  }

  .latest:hover {
    background-color: #d3eff0;
    color: black !important;
  }

  .imgcrop {
    position: relative;
  }

  .imgcrop img {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .imgcrop img.portrait {
    height: auto;
    overflow: hidden;
  }

  /*----- Tabs -----*/

  .tabs {
    width: 100%;
    display: inline-block;
  }

  /*----- Tab Links -----*/

  /* Clearfix */

  .tab-links:after {
    display: block;
    clear: both;
    content: "";
  }

  .tab-links li {
    margin: 0px 1px;
    float: left;
    list-style: none;
  }

  .tab-links a {
    padding: 0px 15px;
    display: inline-block;
    font-size: 14px;
    color: #000;
    transition: all linear 0.15s;
    background-color: #ededed;
    text-shadow: 2px 2px 4px #c7c7c7;
  }

  .tab-links a:hover {
    text-decoration: none;
  }

  li.active a,
  li.active a:hover {
    background: #ffd466;
    color: #000;
    text-decoration: none;
    outline: none;
  }

  /*----- Content of Tabs -----*/

  .tab-content {
    padding: 15px;
    border-radius: 3px;
    background: #fff;
  }

  .tab {
    display: none;
  }

  .tab.active {
    display: block;
  }

  .multiselect-container > li > a > label {
    padding: 3px 20px 3px 10px !important;
  }

  .open > .dropdown-menu {
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    width: inherit;
    background-color: white;
  }

  .socialButtons a {
    border-radius: 0px;
  }

  .btn-group,
  .btn-group .multiselect {
    width: 100% !important;
    border-radius: 4px !important;
  }

  .btn-group-justified.siteMenu > .btn,
  .btn-group-justified > .btn-group {
    width: auto;
  }

  .btn-group.siteMenu h1:nth-child(1) {
    width: 20%;
    font-size: 1px !important;
  }

  .socialButton {
    float: right;
    position: relative;
    padding: 0px;
  }

  .siteMenu {
    background-color: #fff !important;
  }

  /* 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;
  }

  /* clasa pentru customizarea butoanelor de search */

  #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;
}

  .btn-search {
    text-shadow: none;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),
      0 1px 1px rgba(0, 0, 0, 0.075);
  }

  .btn-search:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  }

  .btn-search.badge {
    text-shadow: none;
  }

  .btn-search {
    color: #000;
    border-radius: 1px !important;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    border: 0;
    outline: none;
    font-weight: 400;
    width: 100%;
  }

  .btn-search:hover,
  .btn-search:focus {
    background: #ffcc33;
    color: #000;
    outline: none;
  }

  .btn-search.active {
    border-top-color: #7fa4bd;
    background: #7fa4bd;
  }

  .btn-search[disabled] {
    background-color: #787878;
    background-image: none;
  }

  .btn.btn-sus:focus {
    outline: none !important;
  }

  label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  input[type="checkbox"].css-checkbox {
    outline: 1px solid #ffffff;
    /* position: absolute;
      overflow: hidden; */
    /* clip: rect(0 0 0 0);
      height: 1px;
      width: 1px;
      margin: -1px;
      padding: 0;
      border: 0; */
  }

  input[type="checkbox"].css-checkbox + label.css-label {
    /* padding-left: 20px; */
    height: 15px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
  }

  /*specific classes related to Checkbox skins*/

  input[type="checkbox"].css-checkbox.med + label.css-label.med {
    /* padding-left: 22px; */
    height: 17px;
    display: inline-block;
    line-height: 17px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
  }

  input[type="checkbox"].css-checkbox.sme + label.css-label.sme {
    /* padding-left: 22px; */
    height: 16px;
    display: inline-block;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
  }

  input[type="checkbox"].css-checkbox.lrg + label.css-label.lrg {
    /* padding-left: 22px; */
    height: 20px;
    display: inline-block;
    line-height: 20px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
  }

  /*RADIO*/

  input[type="radio"].css-radiobox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }

  input[type="radio"].css-radiobox + label.css-labelr {
    padding-left: 24px;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
  }

  input[type="radio"].css-radiobox:checked + label.css-labelr {
    background-position: 0 -19px;
  }

  label.css-labelr {
    background-image: url("../../res/img/depressedradio.png");
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  /*sfarsit css bife custom*/

  .btn-searchval {
    background-color: #fff !important;
    border-radius: 1px !important;
    height: 22px !important;
    padding: 1px 12px 0px 12px !important;
    margin-top: -2px;
    border: 1px solid #999 !important;
  }

  /*butoane menu sus */

  .btn-sus1 {
    color: #fff;
    background-color: #3d5f7d;
    background-repeat: repeat-x;
    border-color: #acb3b9 !important;
    border-radius: 0px !important;
  }

  .btn-sus1:hover {
    color: #fff !important;
    background-color: #1b3d5a;
  }

  /* Advanced search button home page */

  .advancedSearchButton {
    cursor: pointer;
    text-align: center;
    padding: 5px 25px;
    border-radius: 1px;
    background-color: #285f8f;
    color: #fff;
    margin-top: 5px;
    width: 100%;
    text-transform: capitalize;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: bold;
  }

  .advancedSearchButton:hover > span {
    opacity: 0.6;
    transition: all 0.3s ease-in;
  }

  /* Styles for search maintenance */

  .serverMaintenance {
    min-height: 400px;
    text-align: center;
    padding: 10px;
    margin-top: 50px;
  }

  .serverMaintenance p {
    margin-top: 33px;
    color: #000;
    font-style: normal;
    font-size: 1.8vw;
    font-weight: 700;
    padding: 0px 40px;
  }

  .serverMaintenance .animationContainer {
    position: relative;
    border-radius: 50%;
    background-color: #285f8f;
    height: 110px;
    width: 110px;
    padding: 5px;
    left: 50%;
    margin-left: -55px;
  }

  .serverMaintenance .glyphicon-cog {
    margin-top: 15px;
    font-size: 35px;
    animation: rotate 2s linear infinite;
    color: #fff;
  }

  .serverMaintenance .glyphicon-cog:nth-child(3) {
    top: 58px;
    left: 50%;
    margin-left: -18px;
    position: absolute;
    margin-top: 0;
  }

  @-webkit-keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  /* Standard syntax */

  @keyframes rotate {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .articleTitle {
    position: absolute;
    bottom: 0;
    background-color: rgb(40, 95, 143);
    color: #fff;
    font-weight: normal;
    text-align: center;
    width: 100%;
    font-size: 16px;
    padding: 3px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 50px;
  }

  /* Sticky sidebar */

  .topLaptops h2 {
    font-size: 22px;
    background-color: transparent;
    padding: 5px 5px 10px 5px;
    color: #000;
    text-align: left;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 9;
    text-align: center;
  }

  .topLaptops .row {
    min-height: 81px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .topLaptops .row:hover {
    cursor: pointer;
  }

  .topLaptops .row:last-child {
    border-bottom: 0;
  }

  .topLaptops {
    margin: 30px -3px 0 -3px;
    color: #000;
    max-height: 320px;
    overflow-y: hidden;
    transition: max-height 0.4s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .topLaptops::-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;
  }

  .topLaptops::-webkit-scrollbar {
    width: 8px;
    background-color: #f5f5f5;
  }

  .topLaptops::-webkit-scrollbar-thumb {
    background-color: #285f8f;
  }

  .topLaptops.showMoreLaptops {
    max-height: 1500px;
  }

  .topLaptops .gaming {
    text-align: center;
  }

  .topLaptops .imgTopLaptop {
    text-align: left;
  }

  .topLaptops img {
    display: inline-block;
    max-width: 100%;
    float: left;
    padding-right: 5px;
    padding-top: 5px;
  }

  .navigation:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .leftMenuFilters {
    font-size: 16px;
    border-radius: 0px !important;
    text-align: justify;
    position: relative;
    padding: 16px 22px;
    box-shadow: none !important;
  }

  .leftMenuAdvSearch {
    padding: 16px 22px;
    border-radius: 0px;
    color: #fff;
    width: 100%;
    display: block;
    text-align: left;
    font-size: 16px;
    border: 0;
  }

  #top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    left: 10px; /* padding from the left side of the window */
    z-index: 99;
    opacity: 0;
  }

  #top-link-block.affix {
    position: fixed;
    bottom: 5px;
    right: 235px;
    z-index: 99;
    background-color: #292d2f;
    padding: 10px;
    border-radius: 16px;
    color: #fff;
    box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.31);
  }

  .topLaptopsName {
    text-decoration: none;
    font-size: 14px;
  }

  .articleMobile.row {
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
  }

  .articleMobile h2 {
    font-size: 18px;
    background-color: #0066cb;
    padding: 18px 0px 18px 15px;
    color: #fff;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    position: sticky;
    top: 0;
    z-index: 9;
    display: none;
    font-weight: normal;
  }

  nav:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
  }

  .searchDetails {
    display: none;
  }

  .searchDetailsFirstContainer {
    display: block;
    max-width: 540px;
  }

  .firstContainer {
    background-color: #0066cb;
    padding: 20px 40px;
    color: #fff;
    font-weight: normal !important;
    min-width: 280px;
    min-height: 800px;
  }

  .firstContainer h3 {
    text-align: center;
    margin-bottom: none;
  }

  .firstContainer .noUi-target {
    background: #80b4e6;
    border-radius: 4px;
    border: none;
    box-shadow: none;
  }

  .navbar-header {
    background: #285f8f;
    color: #fff;
  }

  .navbar {
    border: 0;
  }

  .navbar-header {
    display: none;
  }

  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    border: 0;
    overflow: hidden;
  }

  .navbar-brand,
  .navbar-nav > li > a {
    text-shadow: none;
  }

  .titlucomp {
    margin-bottom: 0;
    margin-top: 0px;
  }

  .compContainer table {
    margin-bottom: 0;
  }

  table#HEADER_table {
    background-color: #fff;
  }

  .row.detaliicomp .col-md-5.col-xs-5.col-sm-5.col-lg-5.rows {
    padding-left: 15px;
  }

  .row.detaliicomp .col-md-5.col-xs-5.col-sm-5.col-lg-5.rows {
    padding-right: 0;
  }

  .ListBox {
    text-align: center;
  }

  @keyframes opacityAnimation {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .compContainer .shcomp {
    padding: 2px 0;
  }

  .starchaserLink {
    text-decoration: none;
    color: #8e8787;
  }

  .starchaserLink:hover {
    text-decoration: none;
    color: #fff;
  }

  .displayMobile {
    display: none;
  }

  .compareDropdown {
    position: fixed;
    bottom: -2px;
    right: 0;
    width: 220px;
    display: none;
    border-radius: 10px 10px 0 0;
    color: #000;
    background-color: #0066cb;
    box-shadow: 0 5px 20px 2px rgba(0, 102, 203, 0.3);
  }

  .cssmenu.compareDropdown ul > li.has-sub > a {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 14px 10px;
  }

  .cssmenu.compareDropdown ul ul li a {
    padding: 0;
    background: #fff;
  }

  .cssmenu.compareDropdown ul > li.has-sub > a:after {
    content: "\f106";
    position: relative;
    right: 15px;
    display: inline-block;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 20px;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-size: 25px;
  }

  .cssmenu.compareDropdown ul > li.has-sub.open > a:after {
    content: "\f107";
  }

  td.text-center.comparecell3 {
    width: 60px;
    margin-left: 10px;
    padding: 4px 0px 4px 0px;
  }

  table#comparelist td {
    vertical-align: bottom;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  table#comparelist td.text-center.comparecell2 {
    vertical-align: middle;
  }

  td.text-center.comparecell3 img {
    padding: 5px 5px 0px 5px;
    width: 50px;
  }

  a.toggler {
    cursor: pointer;
  }

  table#comparelist td.text-center.comparecell2 {
    padding-bottom: 7px !important;
  }

  table#comparelist td.text-center.comparecell3 {
    padding-bottom: 7px !important;
  }

  .white .helpimg {
    background-image: url(/../res/img/helpus.svg);
  }

  .white .blue {
    background-color: #fff;
  }

  .addrev.selected {
    background-color: #fff;
    color: #000;
  }

  #usermenu:hover .helpimg {
    background-image: url(/../res/img/helpus_blue.png);
    transition: all 0.5s ease;
  }

  /* .firstImageModel img {
      max-width: 300px;
  } */

  .ptop.affix .addtocpmp {
    padding: 2px 3px;
  }

  .ptop.affix .config .addtocpmp {
    padding: 2px 8px;
  }

  .toggler {
    display: inline-block;
    text-align: center;
  }

  .glyphicon-chevron-down.resize:before {
    content: "\f106";
  }

  .expandContainer {
    text-align: center;
  }

  .toggler .glyphicon-chevron-down {
    text-align: center;
    color: #f7c851;
    padding: 10px 100px;
    font-size: 20px;
  }

  .showLessDetails {
    display: none;
  }

  .showDetailsButton.show .showLessDetails {
    display: inline;
  }

  .showDetailsButton.show .showDetails {
    display: none;
  }

  .buy .dropdown-menu > li > a {
    display: flex;
    justify-content: space-between;
  }

  .buy .buyProducerImg {
    align-self: center;
    width: auto;
    text-align: center;
  }

  .searchLink:nth-of-type(2) .logoheight {
    margin-top: -30%;
    margin-left: 5px;
  }

  .searchLink .logoheight {
    margin-top: 0;
  }

  /* Loading for buton */

  .loader {
    border: 7px solid #f3f3f3;
    border-radius: 50%;
    border-top: 7px solid #285f8f;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
  }

@media (min-width: 1600px) {
  .container {
    max-width: 1540px;
  }
}

/* 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
}

/* 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;
}
/* ddwon menu stanga finis */

/* QUIZ CONTAINER */

.next-text p {
    font-size: 13px;
    color: #285f8f;
    font-weight: 700;
    margin: 0px;
}

.next-text {
    position: absolute;
    padding: 10px 20px;
    margin: 1em 0 3em;
    border: 1px solid #285f8f;
    text-align: left;
    color: #333;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 7px;
    margin-top: -275%;
    margin-left: -1px;
    top:10px;
}

.next-text:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #285f8f;
    position: absolute;
    bottom: -14px;
    left: -4px;
    transform: skew(-60deg);
}

.next-text:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 16px solid transparent;
    border-right: 15px solid transparent;
    border-top: 13px solid #fff;
    position: absolute;
    bottom: -12px;
    left: -2px;
    transform: skew(-60deg);
}

.next-text>:first-child:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 18px;
    width: 11px;
    height: 1px;
    background: #fff;
}

.qtable tbody td {
    padding: 10px
}

.nrcircle {
    vertical-align: middle;
    margin: 0.1% 1% 0px 1%;
    position: relative;
    padding: 0px 7px 0px 7px;
    /*border-radius: 10px;*/
    font-size: 15px;
    color: #FFFFFF;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 8px;
    background-color: #285f8f;
}

.iconcircle {
    vertical-align: middle;
    position: relative;
    /*border-radius: 10px;*/
    font-size: 15px;
    color: #FFFFFF;
    /*border-color: #285F8F;*/
    background-color: #ffd466;
    /*border-style: solid;*/
    border-width: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.helpus {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 4px;
  max-width: 175px;
  color: #000;
  font-weight: bold;
  border: 1px solid #0066cb;
}

.browseLaptopClass {
  display: inline-block !important;
  max-width: 200px;
  position: relative;
  padding: 10px !important;
}

.browseLaptopClass a:after,
.browseLaptopClass a:before {
  display: none !important;
}

.browseLaptopClass:hover li ul {
  display: block !important;
}

.browseLaptopClass li {
  z-index: 1001;
}

.browseLaptopClass li ul:hover {
  display: block !important;
}

.browseLaptopClass li ul {
  position: absolute;
  top: 32px;
  width: 100%;
  min-width: 150px;
  left: 20px;
  background: #0066cb;
  z-index: 98;
  border: 1px solid #fff;
  border-radius: 4px;
}


.slickMobile .slick-dots li button:before {
  font-size: 24px;
}

.slickMobile .slick-dots li.slick-active button:before {
  color: #0066cb;
}

ul.browseMobile:before {
  content: "";
  position: absolute;
  right: 28px;
  left: 15px;
  background-color: #ccc;
  height: 1px;
  top: -1px;
}

.compContainer {
  background-color: #fff;
}

.compContainer .row {
  margin-right: 0;
  margin-left: 0;
}

@media screen and (max-width: 991px) {
  .firstContainer {
    min-width: auto;
    min-height: 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;
    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;
  }

  .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;
  }

  .searchDetailsFirstContainer {
    order: 4;
    width: 20%;
    text-align: center;
  }
}
