@charset "UTF-8";
body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 16px;
  font-weight: 300; }

@media (min-width: 576px) {
  .grid-space-8 [class^="col-md"] {
    padding-left: 4px;
    padding-right: 4px;
    margin-bottom: 8px; } }
.primary-color {
  color: #dfa10a; }

.font-weight-bolder {
  font-weight: 700 !important; }

.color-888888 {
  color: #888888; }

.text-underline {
  text-decoration: underline; }

.top-7 {
  top: 7px !important; }

.bg-gray {
  background-color: #f7f7f7; }

.bg-gray-2 {
  background-color: #f3f3f3; }

.bg-gray-3 {
  background-color: #cfcfcf; }
  .bg-gray-3 h3 {
    color: #595a5c; }
  .bg-gray-3 span {
    color: #666666; }
  .bg-gray-3 h5 {
    color: #666666; }

.col-with-bg {
  padding-top: 136px;
  padding-bottom: 110px;
  position: relative; }
  .col-with-bg .content {
    position: relative;
    z-index: 1; }
  .col-with-bg img {
    position: absolute;
    z-index: 0;
    top: 50%;
    min-width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }

.col-with-bg-1 {
  min-height: 394px; }
  .col-with-bg-1 img {
    right: 0; }

.col-with-bg-2 {
  min-height: 394px; }
  .col-with-bg-2 img {
    left: 0; }

.col-with-bg-4 {
  min-height: 394px;
  overflow: hidden; }
  .col-with-bg-4 img {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.white-border-button {
  border: 3px solid #FFF;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  padding: 14px 34px;
  line-height: 1;
  display: inline-block;
  text-decoration: none; }
  .white-border-button:hover {
    color: #FFF; }

.list-with-icons span {
  margin-left: 40px; }
.list-with-icons a {
  margin-left: 40px; }
.list-with-icons li {
  position: relative; }
.list-with-icons i {
  font-size: 20px;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.subscribe {
  position: relative; }
  .subscribe input {
    width: 100%;
    border: 1px solid #7b7b7b;
    color: #b6b6b6;
    font-size: 26px;
    padding: 0 16px;
    height: 46px;
    border-radius: 4px; }
    .subscribe input::placeholder {
      color: #b6b6b6; }
    .subscribe input:checked ~ .overlay:after {
      background-color: transparent; }
    .subscribe input:checked ~ .overlay:before {
      position: absolute;
      z-index: 3;
      color: #dfa10a;
      content: '\f00c';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 25px;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .subscribe button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    border-radius: 4px;
    height: 46px;
    line-height: 46px;
    font-size: 26px;
    padding: 0 24px;
    border: 1px solid #7b7b7b; }
  .subscribe .checkbox {
    width: 24px;
    height: 24px;
    position: relative;
    margin: 0; }
    .subscribe .checkbox input {
      position: absolute;
      z-index: 0;
      left: 0;
      top: 0;
      width: 0; }
    .subscribe .checkbox .overlay {
      position: absolute;
      z-index: 1;
      width: 24px;
      height: 24px;
      left: 0;
      top: 0;
      border-radius: 3px;
      border: 2px solid #a3a3a3; }
      .subscribe .checkbox .overlay:after {
        position: absolute;
        z-index: 2;
        width: 8px;
        height: 8px;
        background-color: #FFF;
        content: '';
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        border-radius: 2px; }

footer a:hover {
  color: #515151;
  text-decoration: none; }
footer .socials a {
  color: #414042;
  font-size: 36px; }
  footer .socials a:hover {
    color: #dfa10a; }

.margin-left-40 {
  text-align: left;
  margin-left: 40px; }

.bottom-bar a {
  color: #414042; }
  .bottom-bar a:hover {
    color: #dfa10a; }

.ringed-list li {
  padding-left: 30px;
  position: relative; }
  .ringed-list li:before {
    position: absolute;
    z-index: 3;
    content: '';
    width: 15px;
    height: 15px;
    border: 3px solid #f5c550;
    border-radius: 50%;
    left: 0;
    top: 5px; }
.ringed-list.text-white a {
  color: #FFF; }
  .ringed-list.text-white a:hover {
    color: #e9a705;
    text-decoration: none; }
.ringed-list a {
  color: #595a5c;
  text-decoration: #f5c550; }
  .ringed-list a:hover {
    color: #e9a705;
    text-decoration: none; }

.buttons-bottom {
  padding-bottom: 80px;
  margin-bottom: 60px !important; }
  .buttons-bottom .bottom-button {
    position: absolute;
    left: 0;
    bottom: 0; }
  .buttons-bottom[class^="col-"] .bottom-button {
    position: absolute;
    left: 15px;
    bottom: 0; }

.header-hr {
  border-color: #f4f4f4;
  margin: 0; }

.fs-14 {
  font-size: 14px; }

.fs-16 {
  font-size: 16px; }

.big-primary-button {
  display: inline-block;
  background-color: #f5c550;
  color: white;
  padding: 17px 40px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  border: none; }
  .big-primary-button.smaller {
    font-size: 16px;
    padding: 15px 0;
    min-width: 165px;
    text-align: center; }
  .big-primary-button.gray {
    background-color: #c6c6c6; }
    .big-primary-button.gray:hover {
      background-color: #a1a1a1; }
  .big-primary-button:hover {
    color: white;
    background-color: #f0b21a;
    text-decoration: none; }
  .big-primary-button.info {
    background-color: #3F51B5; }
    .big-primary-button.info:hover {
      background-color: #394183; }
  .big-primary-button.danger {
    background-color: #F44336; }
    .big-primary-button.danger:hover {
      background-color: #933a30; }

.logo {
  margin: 30px 0;
  display: block; }

.main-nav {
  margin: 0 30px;
  display: flex;
  justify-content: space-around;
  flex-flow: row wrap;
  align-items: stretch;
  align-self: stretch;
  position: relative;
  z-index: 9; }
  .main-nav a:hover {
    text-decoration: none; }
  .main-nav li ul {
    display: none;
    position: absolute; }
  .main-nav li:hover > ul {
    display: block; }
  .main-nav li ul {
    background-color: #FFF;
    display: none;
    min-width: 100%; }
  .main-nav > li {
    flex-grow: 1;
    align-items: center;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .main-nav > li > a {
      display: block;
      color: #838383;
      text-decoration: none;
      position: relative;
      text-align: center;
      flex-grow: 1; }
      .main-nav > li > a:after {
        position: absolute;
        z-index: 3;
        color: #d6d6d6;
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 13px;
        line-height: 1;
        left: 50%;
        bottom: -19px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .main-nav > li:hover > a {
      text-decoration: none;
      color: #e5ab1e; }
      .main-nav > li:hover > a:after {
        color: #e5ab1e; }
    .main-nav > li > ul {
      top: 100%;
      left: 0; }
    .main-nav > li.product-categories-nav > ul > li {
      position: static; }
      .main-nav > li.product-categories-nav > ul > li > a {
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 10px 50px 10px 13px;
        color: #737373; }
        .main-nav > li.product-categories-nav > ul > li > a:after {
          position: absolute;
          z-index: 3;
          color: #969595;
          content: '\f054';
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          font-size: 20px;
          line-height: 1;
          right: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%); }
        .main-nav > li.product-categories-nav > ul > li > a .line-1 {
          font-size: 16px; }
        .main-nav > li.product-categories-nav > ul > li > a .line-2 {
          font-size: 14px;
          color: #ababab; }
      .main-nav > li.product-categories-nav > ul > li:hover {
        background-color: #f5c550; }
        .main-nav > li.product-categories-nav > ul > li:hover > .category-list,
        .main-nav > li.product-categories-nav > ul > li:hover > .brands-list {
          display: block; }
        .main-nav > li.product-categories-nav > ul > li:hover > a {
          color: #fff; }
          .main-nav > li.product-categories-nav > ul > li:hover > a:after {
            color: #fff; }
          .main-nav > li.product-categories-nav > ul > li:hover > a .line-2 {
            color: #fff; }
    .main-nav > li.product-categories-nav .category-list {
      width: 481px;
      height: 402px;
      overflow: scroll;
      overflow-x: hidden;
      position: absolute;
      left: 100%;
      top: 0;
      display: none;
      background-color: #FFF;
      padding: 0 15px; }
      .main-nav > li.product-categories-nav .category-list h6 {
        font-size: 15px;
        font-weight: 500;
        color: #e2a91f;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .main-nav > li.product-categories-nav .category-list ul {
        display: block;
        position: static; }
        .main-nav > li.product-categories-nav .category-list ul .line-1 {
          display: block;
          font-size: 16px;
          color: #737373;
          height: 18px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          line-height: 1; }
        .main-nav > li.product-categories-nav .category-list ul .line-2 {
          display: block;
          font-size: 14px;
          color: #ababab;
          height: 21px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
        .main-nav > li.product-categories-nav .category-list ul li {
          padding: 7px 0; }
          .main-nav > li.product-categories-nav .category-list ul li:not(:last-child) {
            border-bottom: 1px solid #ebebeb; }
          .main-nav > li.product-categories-nav .category-list ul li:last-child {
            margin-bottom: 20px; }
          .main-nav > li.product-categories-nav .category-list ul li:hover .line-1,
          .main-nav > li.product-categories-nav .category-list ul li:hover .line-2 {
            color: #dca621; }
    .main-nav > li.product-categories-nav .brands-list {
      width: 481px;
      height: 402px;
      overflow: scroll;
      overflow-x: hidden;
      position: absolute;
      left: 100%;
      top: 0;
      display: none;
      background-color: #FFF;
      padding: 0 15px; }
      .main-nav > li.product-categories-nav .brands-list h6 {
        font-size: 15px;
        font-weight: 500;
        color: #e2a91f;
        padding-bottom: 15px;
        border-bottom: 1px solid #ebebeb;
        height: 34px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
      .main-nav > li.product-categories-nav .brands-list ul {
        display: block;
        position: static; }
        .main-nav > li.product-categories-nav .brands-list ul li {
          padding: 7px 0; }
          .main-nav > li.product-categories-nav .brands-list ul li span {
            color: #737373;
            font-size: 16px;
            font-weight: 600; }
          .main-nav > li.product-categories-nav .brands-list ul li:hover span {
            color: #e2a91f; }
          .main-nav > li.product-categories-nav .brands-list ul li:not(:last-child) {
            border-bottom: 1px solid #ebebeb; }
          .main-nav > li.product-categories-nav .brands-list ul li:last-child {
            margin-bottom: 20px; }
          .main-nav > li.product-categories-nav .brands-list ul li:hover {
            color: #dca621; }
    .main-nav > li:not(.product-categories-nav) ul {
      min-width: 200px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
      .main-nav > li:not(.product-categories-nav) ul li a {
        white-space: nowrap;
        display: block;
        position: relative;
        padding: 10px 50px 10px 13px;
        color: #737373;
        font-size: 16px; }
      .main-nav > li:not(.product-categories-nav) ul li:hover {
        background-color: #f5c550; }
        .main-nav > li:not(.product-categories-nav) ul li:hover a {
          color: #fff; }

.build-your-pc-button {
  margin-top: 14px; }

.language-button {
  font-size: 14px;
  display: inline-block;
  padding: 0 10px;
  text-decoration: none;
  color: inherit;
  line-height: 1; }
  .language-button.active, .language-button:hover {
    color: #e5ab1e;
    text-decoration: none; }
  .language-button:not(:last-child) {
    border-right: 1px solid #e0e0e0; }

.slider {
  overflow: hidden; }
  .slider img {
    display: block; }
  .slider .slide-item {
    float: left; }

.slider .slide-item:nth-child(n+1) {
  display: none; }

.slick-initialized.slider .slide-item:nth-child(n+1) {
  display: block; }

.breadcrumbs-strip {
  padding: 25px 0;
  background-image: url("images/breadcrumbs.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat; }
  .breadcrumbs-strip .breadcrumbs a, .breadcrumbs-strip .breadcrumbs span {
    color: #a8a8a8;
    font-size: 16px; }
  .breadcrumbs-strip .breadcrumbs a:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
    margin: 0 10px; }
  .breadcrumbs-strip h1 {
    font-size: 26px;
    border-right: 1px solid #FFF; }
  .breadcrumbs-strip .ringed-list {
    font-size: 14px; }

.title-bar {
  background-color: #f7f7f7;
  font-size: 16px;
  padding: 10px 15px;
  position: relative; }
  .title-bar i {
    margin-right: 6px; }
  .title-bar .title-bar-icon-with-text {
    position: absolute;
    right: 15px;
    top: 50%;
    color: #888;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    .title-bar .title-bar-icon-with-text i {
      font-size: 20px;
      margin-right: 0; }
    .title-bar .title-bar-icon-with-text span {
      font-size: 10px; }
    .title-bar .title-bar-icon-with-text:hover {
      color: #dfa10a;
      text-decoration: none; }

.filter-box {
  padding: 17px 0;
  border-bottom: 1px solid #efefef; }
  .filter-box h5 {
    cursor: pointer; }
  .filter-box h5 i {
    float: right;
    margin-right: 10px; }
  .filter-box span,
  .filter-box h5 {
    font-size: 14px; }
  .filter-box li {
    padding-left: 10px; }
  .filter-box ul {
    display: none;
    margin-top: 10px; }
  .filter-box.open ul {
    display: block; }
  .filter-box.open h5 i:before {
    content: ""; }
  .filter-box label {
    margin-bottom: 0; }

.styled-checkbox {
  display: inline-block;
  position: relative;
  width: 14px;
  height: 14px;
  border: 1px solid #b8bbc1;
  overflow: hidden;
  margin-right: 15px;
  top: 2px; }
  .styled-checkbox.is-radio {
    border-radius: 50%; }
    .styled-checkbox.is-radio em {
      border-radius: 50%; }
  .styled-checkbox input {
    visibility: hidden; }
  .styled-checkbox em {
    content: '';
    position: absolute;
    z-index: 2;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    background-color: #f5c54f;
    display: none; }
  .styled-checkbox input:checked ~ em {
    display: inline-block; }

.product-item {
  margin-bottom: 40px;
  position: relative; }
  .product-item .product-preview {
    margin-bottom: 15px;
    position: relative;
    padding-top: 70%; }
    .product-item .product-preview img {
      position: absolute;
      left: 50%;
      top: 50%;
      max-width: 100%;
      max-height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  .product-item .product-title {
    margin-bottom: 15px;
    color: #595a5c; }
    .product-item .product-title h2 {
      margin: 0;
      font-size: 18px; }
    .product-item .product-title:hover {
      text-decoration: none;
      color: #f5c54f; }
  .product-item .product-code {
    font-size: 14px;
    color: #9b9b9b;
    margin-bottom: 15px;
    display: block; }
    .product-item .product-code:hover {
      text-decoration: none;
      color: #f5c54f; }
  .product-item .ringed-list {
    font-size: 14px; }
  .product-item .big-primary-button {
    display: block;
    background-color: #f5c550;
    color: white;
    padding: 15px 26px;
    font-size: 16px;
    text-decoration: none;
    font-weight: 600; }
    .product-item .big-primary-button.danger {
      padding: 5px 26px;
      font-size: 14px;
      background-color: #F44336; }
      .product-item .big-primary-button.danger:hover {
        background-color: #933a30; }
    .product-item .big-primary-button:hover {
      color: white;
      background-color: #f0b21a;
      text-decoration: none; }
    .product-item .big-primary-button i {
      float: right;
      margin-top: 4px; }
    .product-item .big-primary-button.bottom-button {
      left: 15px;
      right: 15px; }
  .product-item.buttons-bottom {
    padding-bottom: 70px; }

.call-to-action {
  padding: 56px 0;
  background-color: #f5c550; }
  .call-to-action .call-to-action-message {
    font-size: 32px; }
  .call-to-action .call-to-action-action i {
    width: 62px;
    height: 62px;
    line-height: 60px;
    text-align: center;
    border: 2px solid currentColor;
    border-radius: 50%;
    font-size: 27px;
    color: #5e5e5e; }
  .call-to-action .call-to-action-action div {
    margin-left: 75px;
    color: #5e5e5e; }
    .call-to-action .call-to-action-action div span {
      display: block; }
    .call-to-action .call-to-action-action div span:first-child {
      font-weight: 600; }
  .call-to-action .call-to-action-action:hover {
    text-decoration: none; }
    .call-to-action .call-to-action-action:hover i, .call-to-action .call-to-action-action:hover div {
      color: #FFF; }

.small-breadcrumbs-strip {
  background-color: #f9f9f9;
  font-size: 14px;
  padding: 10px 0;
  margin-bottom: 30px; }
  .small-breadcrumbs-strip .breadcrumbs a, .small-breadcrumbs-strip .breadcrumbs span {
    color: #bebebe; }
  .small-breadcrumbs-strip .breadcrumbs span {
    text-decoration: underline; }
  .small-breadcrumbs-strip .breadcrumbs a:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 10px;
    margin: 0 10px; }

.product-details .product-title {
  font-size: 24px;
  margin-bottom: 15px; }
.product-details .product-code {
  font-size: 18px;
  color: #939393;
  margin-bottom: 25px; }
.product-details .product-short-description {
  font-size: 18px;
  color: #595a5c;
  margin-bottom: 25px; }
.product-details .ringed-list {
  font-size: 18px;
  margin-bottom: 30px; }

.product-detail-slide2 .slide {
  cursor: pointer; }
.product-detail-slide2 .slick-slide {
  height: auto; }
.product-detail-slide2 .slick-prev {
  z-index: 5;
  left: 25px; }
  .product-detail-slide2 .slick-prev:before {
    color: #d6d6d6; }
.product-detail-slide2 .slick-next {
  z-index: 5;
  right: 25px; }
  .product-detail-slide2 .slick-next:before {
    color: #d6d6d6; }

.product-detail-slide .slide {
  cursor: pointer; }
.product-detail-slide .slick-next {
  right: auto;
  bottom: -25px;
  top: auto;
  color: #d6d6d6;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .product-detail-slide .slick-next:before {
    color: #d6d6d6;
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 20px;
    line-height: 1; }

.product-details-tabs {
  background-color: #fbfbfb; }
  .product-details-tabs .tabs-header {
    background-color: #FFF;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede; }
    .product-details-tabs .tabs-header a {
      font-size: 16px;
      color: #595a5c;
      font-weight: 500;
      padding-top: 12px;
      padding-bottom: 12px;
      display: block;
      text-align: center; }
      .product-details-tabs .tabs-header a.active {
        border-bottom: 2px solid #f5c550; }
      .product-details-tabs .tabs-header a:hover {
        text-decoration: none; }
  .product-details-tabs .tabs-contents > div {
    padding: 30px 0; }
  .product-details-tabs .tabs-contents div:not(.container) {
    max-width: 100% !important; }

.title-with-border {
  font-size: 24px;
  color: #535353;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px; }
  .title-with-border:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 33px;
    height: 1px;
    background-color: #f5c550; }

.accordion {
  border: 1px solid #d5d5d5;
  background-color: #FFF; }
  .accordion .accordion-row {
    font-size: 16px;
    color: #595a5c;
    text-decoration: none;
    padding: 8px 18px;
    margin: 0;
    display: block; }
    .accordion .accordion-row:not(:last-child) {
      border-bottom: 1px solid #d5d5d5; }
    .accordion .accordion-row[aria-expanded] {
      position: relative; }
      .accordion .accordion-row[aria-expanded]:after {
        position: absolute;
        z-index: 3;
        color: #969595;
        content: '\f078';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        font-size: 20px;
        line-height: 1;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .accordion .accordion-row[aria-expanded="true"]:after {
      content: '\f077';
      color: #f5c550; }
    .accordion .accordion-row[aria-expanded="false"] {
      border-bottom: none; }
    .accordion .accordion-row:hover {
      text-decoration: none; }
    .accordion .accordion-row .name {
      display: block;
      margin-left: 30px; }
    .accordion .accordion-row .styled-checkbox {
      top: 5px; }
  .accordion .accordion-content .accordion-row:nth-child(even):not(:last-child) {
    background-color: #f9f9f9; }
  .accordion .accordion-footer {
    padding: 12px 18px; }
    .accordion .accordion-footer span {
      font-size: 18px; }
    .accordion .accordion-footer textarea,
    .accordion .accordion-footer input {
      padding: 0 14px;
      border: 1px solid #d5d5d5;
      border-radius: 4px;
      line-height: 30px; }
      .accordion .accordion-footer textarea::placeholder,
      .accordion .accordion-footer input::placeholder {
        color: #b0b0b0; }
      .accordion .accordion-footer textarea[type="number"],
      .accordion .accordion-footer input[type="number"] {
        padding: 0;
        text-align: center;
        width: 51px; }
      .accordion .accordion-footer textarea[type="text"],
      .accordion .accordion-footer input[type="text"] {
        width: 100%;
        max-width: 470px; }
    .accordion .accordion-footer textarea {
      width: 100%;
      max-width: 470px;
      height: 32px;
      margin-bottom: -9px; }

.call-to-action-action-2 i {
  width: 41px;
  height: 41px;
  line-height: 40px;
  text-align: center;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 20px;
  color: #939393; }
.call-to-action-action-2 div {
  margin-left: 55px;
  color: #939393; }
  .call-to-action-action-2 div span {
    display: block;
    font-size: 16px;
    line-height: 1.4; }
  .call-to-action-action-2 div span:first-child {
    font-weight: 600; }
.call-to-action-action-2:hover {
  text-decoration: none; }
  .call-to-action-action-2:hover i, .call-to-action-action-2:hover div {
    color: #f5c550; }

.table-design table {
    border-color: #d5d5d5;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  width: 100% !important; }
.table-design tr, .table-design td, .table-design th {
  border-color: #d5d5d5;
  border-width: 1px;
  border-style: solid;
  font-size: 14px;
  width: auto !important;}
  .table-design tr, .table-design td, .table-design th{}
.table-design tr:nth-child(even) {
  background-color: #f5f5f5; }
.table-design td {
  padding: 15px 20px; }
  .table-design tr:nth-child(2n){background-color: white !important;}
  .table-design td,.table-design th{padding: 5px !important;vertical-align:middle !important;}

.borderless {
  border: none; }
  .borderless::placeholder {
    color: #cdcdcd; }
  .borderless:focus {
    border-color: #cdcdcd;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25); }

.form-border {
  border: 1px solid #f4f4f4;
  border-radius: 10px;
  padding: 34px 25px; }

.build-your-pc-step {
  background-color: #f1f1f1;
  padding: 26px;
  position: relative; }
  .build-your-pc-step i {
    position: absolute;
    display: none;
    right: 30px;
    top: 50%;
    line-height: 1;
    font-size: 20px;
    color: #47ae14;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
  .build-your-pc-step.past i {
    display: block; }
  .build-your-pc-step.current {
    background-color: #f5c550; }
    .build-your-pc-step.current > span {
      color: #cd9e2a;
      border-color: #cd9e2a; }
  .build-your-pc-step > span {
    display: block;
    float: left;
    width: 53px;
    height: 53px;
    line-height: 47px;
    text-align: center;
    border: 3px solid #e9e9e9;
    border-radius: 50%;
    margin-right: 15px;
    color: #5b5b5b;
    font-size: 24px;
    font-weight: bold;
    background-color: white; }
  .build-your-pc-step > div {
    font-size: 18px;
    line-height: 1.4; }

.request-offer-result {
  padding: 80px 0; }
  .request-offer-result i {
    font-size: 40px;
    color: #ff0606; }
  .request-offer-result.success i {
    color: #5fb61f; }

.dynamic-page-list-item {
  display: flex;
  flex-wrap: wrap;
  background-color: #F3F3F3; }
  .dynamic-page-list-item > a {
    color: #838383; }
    .dynamic-page-list-item > a.image {
      order: 1;
      flex: 1 0 100%; }
    .dynamic-page-list-item > a.title {
      order: 2;
      flex: 2 0 100%; }
    .dynamic-page-list-item > a:hover {
      color: #dfa10a; }

.article-image.left {
  float: left;
  margin: 0 20px 20px 0; }

.badge {
  padding: 10px;
  background-color: #F3F3F3; }

.content-gallery .slide-item {
  padding: 15px;
  height: auto; }
  .content-gallery .slide-item .slide-title {
    color: #838383; }
  .content-gallery .slide-item:hover .slide-title {
    color: #dfa10a; }

.generic-form input, .generic-form textarea {
  border-radius: 0; }
  .generic-form input::placeholder, .generic-form textarea::placeholder {
    color: #cdcdcd; }
  .generic-form input:focus, .generic-form textarea:focus {
    border-color: #cdcdcd;
    box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.25); }

.contact-info-line {
  align-items: center;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .contact-info-line i {
    font-size: 25px;
    background-color: #dfa10a;
    color: white;
    line-height: 78px;
    height: 78px;
    width: 78px;
    border-radius: 50%;
    text-align: center; }
  .contact-info-line div {
    width: calc(100% - 100px); }
  .contact-info-line a {
    color: #dfa10a; }

.google-map iframe {
  width: 100%;
  height: 400px; }

.login-register-forms .nav-tabs {
  margin-left: -25px;
  margin-right: -25px;
  border-bottom: 1px solid #f9f9f9; }
.login-register-forms .login-tab-item {
  line-height: 94px;
  font-size: 24px;
  font-weight: bold;
  border: none;
  margin: 0 !important; }
  .login-register-forms .login-tab-item a {
    border: none;
    color: #292f35; }
    .login-register-forms .login-tab-item a[aria-selected="true"] {
      color: #dfa10a !important;
      border-top: none;
      border-left: none;
      border-right: none;
      border-bottom: 5px solid #dfa10a !important; }
.login-register-forms .forgot-password {
  color: #999999; }

@media (min-width: 576px) {
  .listing-type-list .product-item {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
    .listing-type-list .product-item .product-preview {
      float: left;
      position: relative;
      padding-top: 0;
      width: 160px;
      height: 160px; }
    .listing-type-list .product-item > *:not(.product-preview) {
      margin-left: 180px; }
    .listing-type-list .product-item.buttons-bottom {
      border-bottom: 1px solid #efefef;
      padding-bottom: 30px;
      margin-bottom: 30px; }
      .listing-type-list .product-item.buttons-bottom .bottom-button {
        position: static;
        margin-top: 15px; } }
.sidebar-nav li {
  margin-bottom: 3px; }
.sidebar-nav a {
  background-color: #b5b4b5;
  color: #ffffff;
  display: block;
  padding: 0 11px;
  line-height: 44px;
  font-weight: 600; }
  .sidebar-nav a.active {
    background-color: #f5c550; }

.my-address-box {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 20px; }
  .my-address-box .title {
    color: #dfa10a; }
  .my-address-box .description {
    color: #b5b4b5; }
  .my-address-box .description,
  .my-address-box .title {
    font-size: 15px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
    float: left; }
  .my-address-box .remove {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #9f0000;
    display: block;
    font-size: 13px; }
    .my-address-box .remove i {
      margin-right: 3px; }

.address-form label {
  width: 30%;
  margin-left: 5%;
  margin-right: 5%;
  float: left;
  line-height: 38px; }
.address-form span {
  line-height: 38px; }
.address-form textarea,
.address-form input {
  width: 55%;
  border: none;
  border-bottom: 1px solid #ced4da; }
.address-form .form-group {
  margin-bottom: 0; }

.create-fault-record label {
  color: #595a5c;
  font-size: 1rem; }
.create-fault-record textarea,
.create-fault-record input {
  border: none;
  border-bottom: 1px solid #ced4da; }

/*# serdar */
.h3, h3 {
  font-size: 1.2rem !important; }

.h2, h2 {
  font-size: 1.4rem !important; }

.h1, h1 {
  font-size: 1.7rem !important; }

.h4, h4 {
  font-size: 1rem !important; }

.white-border-button {
  border: 2px solid #FFF;
  font-size: 16px;
  font-weight: 400; }

.btn {
  font-size: 0.8rem; }

.big-primary-button {
  padding: 15px 50px;
  font-size: 16px; }

.main-nav > li > a {
  font-weight: 400; }

.ringed-list li {
  padding-bottom: 5px; }

.product-details .ringed-list {
  font-size: 16px; }

/* SERDAR END */
.my-request-offers {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px; }
  .my-request-offers .pending {
    color: #d39b12; }
  .my-request-offers .complete {
    color: #4aa500; }
  .my-request-offers .code {
    color: #9b9b9b; }

.responsive-table {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 10px 20px; }
  .responsive-table table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed; }
    .responsive-table table tbody tr:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    .responsive-table table tbody td {
      font-size: .95em;
      padding: 20px 0; }
    .responsive-table table th {
      font-size: .85em;
      letter-spacing: .1em; }
    .responsive-table table th,
    .responsive-table table td {
      text-align: left; }

@media (max-width: 576px) {
  header {
    height: 52.72px; }
    header > .container {
      position: fixed;
      left: 0;
      right: 0;
      top: 0;
      z-index: 6;
      background-color: #FFF; }

  .logo {
    width: 101px;
    margin: 10px 0; }

  .mobile-fs-14 {
    font-size: 14px; }

  .btn-outline-secondary {
    border: none; }

  .product-detail-slide-mobile {
    height: 235px;
    border: 1px solid #d9dde7; }

  .product-details .product-title {
    font-size: 19px; }
  .product-details .product-code {
    font-size: 14px; }

  .product-details-tabs .tabs-contents > div {
    padding: 15px 0; }
    .product-details-tabs .tabs-contents > div:not(.active) {
      display: none; }
  .product-details-tabs .tabs-contents-mobile-header {
    font-size: 22px;
    padding: 21px 23px;
    background-color: #f3f3f3;
    color: #47484a;
    font-weight: 400;
    position: relative;
    margin-top: 2px; }
    .product-details-tabs .tabs-contents-mobile-header:focus, .product-details-tabs .tabs-contents-mobile-header:active {
      text-decoration: none; }
    .product-details-tabs .tabs-contents-mobile-header:after {
      position: absolute;
      z-index: 3;
      content: '\f067';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 25px;
      right: 23px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .product-details-tabs .tabs-contents-mobile-header.active {
      background-color: #f5c550;
      color: #FFF; }
      .product-details-tabs .tabs-contents-mobile-header.active:after {
        content: '\f00d'; }
  .product-details-tabs .accordion > a {
    padding-right: 43px; }

  .border-sm-top {
    border-top: 1px solid #d5d5d5; }

  .accordion .accordion-footer {
    padding-left: 0;
    padding-right: 0; }
    .accordion .accordion-footer > div {
      padding-left: 18px;
      padding-right: 18px; }
    .accordion .accordion-footer textarea {
      height: 64px;
      margin-bottom: 0; }

  .call-to-action {
    padding: 30px 0; }
    .call-to-action .call-to-action-message {
      font-size: 24px; }
    .call-to-action .row > div:not(:last-child) {
      margin-bottom: 20px; }

  .mobile-fixed-bottom {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    background-color: #FFF;
    padding: 0; }
    .mobile-fixed-bottom .col {
      padding: 0 !important; }
    .mobile-fixed-bottom a {
      width: 50%;
      float: left;
      display: block; }

  .slick-next {
    right: 25px; }

  .slick-prev {
    left: 25px; }

  .slick-prev:before, .slick-next:before {
    color: #888888; }

  .footer-mobile-tab-header {
    font-size: 22px;
    padding: 21px 23px;
    background-color: #f3f3f3;
    color: #47484a;
    font-weight: 400;
    position: relative;
    margin: 0 -15px;
    border-bottom: 1px solid #FFF; }
    .footer-mobile-tab-header:after {
      position: absolute;
      z-index: 3;
      content: '\f067';
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      font-size: 25px;
      right: 23px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -moz-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .footer-mobile-tab-header.active:after {
      content: '\f00d'; }
    .footer-mobile-tab-header:not(.active) + ul {
      display: none; }

  .title-bar {
    margin-left: -15px;
    margin-right: -15px; }

  .breadcrumbs-strip h1 {
    border-right: none; }

  .sidebar-on-mobile {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 100%;
    width: 100%;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #FFF;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .sidebar-on-mobile.active {
      left: 0;
      opacity: 1;
      visibility: visible; }
    .sidebar-on-mobile .filter-box {
      padding-left: 20px;
      padding-right: 20px; }
    .sidebar-on-mobile .title-bar {
      padding: 20px 20px;
      margin: 0;
      font-size: 22px;
      background-color: #F7F7F7;
      position: relative; }
      .sidebar-on-mobile .title-bar .close {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }

  .mobile-menu-bar {
    position: fixed;
    z-index: 9;
    top: 0;
    right: 100%;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 15%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s; }
    .mobile-menu-bar:after {
      position: absolute;
      content: '';
      right: 0;
      top: 0;
      bottom: 0;
      width: 15%;
      background-color: rgba(0, 0, 0, 0.54); }
    .mobile-menu-bar .contents {
      background-color: #FFF;
      min-height: 100%;
      position: relative;
      padding-bottom: 173px;
      overflow-y: hidden; }
    .mobile-menu-bar.active {
      right: 0;
      opacity: 1;
      visibility: visible; }
    .mobile-menu-bar .children {
      background-color: #FFF;
      opacity: 0;
      visibility: hidden;
      z-index: 5;
      position: absolute;
      top: 0;
      right: 0;
      left: 100%;
      bottom: 0;
      width: 100%;
      overflow: hidden;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -webkit-transition: all .3s;
      -moz-transition: all .3s;
      -ms-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      .mobile-menu-bar .children.active {
        left: 0;
        opacity: 1;
        visibility: visible; }
      .mobile-menu-bar .children .back,
      .mobile-menu-bar .children .close {
        font-size: 14px; }
        .mobile-menu-bar .children .back span,
        .mobile-menu-bar .children .close span {
          font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
          margin-left: 10px; }
    .mobile-menu-bar .title-bar {
      padding: 20px 20px;
      margin: 0;
      font-size: 22px;
      background-color: #F7F7F7;
      position: relative; }
      .mobile-menu-bar .title-bar .back,
      .mobile-menu-bar .title-bar .close {
        position: absolute;
        right: 20px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
    .mobile-menu-bar li {
      border-bottom: 1px solid #d9dde7; }
      .mobile-menu-bar li a {
        padding: 15px 20px 15px 20px;
        display: block;
        color: #888888;
        position: relative; }
        .mobile-menu-bar li a.have-children {
          padding: 15px 50px 15px 20px; }
          .mobile-menu-bar li a.have-children:after {
            position: absolute;
            z-index: 3;
            color: #969595;
            content: '\f054';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            font-size: 20px;
            line-height: 1;
            right: 20px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%); }
        .mobile-menu-bar li a .line-1 {
          font-size: 17px;
          font-weight: 400; }
        .mobile-menu-bar li a .line-2 {
          font-size: 14px;
          max-height: 22px;
          display: block;
          overflow: hidden; }
      .mobile-menu-bar li.yellow-bg {
        border: none; }
        .mobile-menu-bar li.yellow-bg a {
          background-color: #f5c550;
          color: #FFF; }
          .mobile-menu-bar li.yellow-bg a i {
            margin-right: 10px; }
    .mobile-menu-bar .at-bottom {
      border-top: 1px solid #d9dde7;
      bottom: 0;
      position: absolute;
      right: 0;
      left: 0; }

  .mobile-fs-18 {
    font-size: 18px; }

  .mobile-fs-16 {
    font-size: 16px; }

  .mobile-fs-19 {
    font-size: 19px; }

  .col-with-bg {
    padding-top: 75px;
    padding-bottom: 75px; }
    .col-with-bg h1 {
      font-size: 24px; }
    .col-with-bg h4 {
      font-size: 14px; }
    .col-with-bg .white-border-button {
      font-size: 13px;
      padding: 10px 17px; }
    .col-with-bg.col-with-bg-1 {
      min-height: 212px; }
      .col-with-bg.col-with-bg-1 img {
        right: -15px; }
    .col-with-bg.col-with-bg-2 {
      min-height: 212px; }
      .col-with-bg.col-with-bg-2 img {
        left: -15px; }
    .col-with-bg.col-with-bg-4 {
      min-height: 212px;
      margin-left: -15px;
      margin-right: -15px; }

  .big-primary-button {
    font-size: 14px; }

  .w-sm-100 {
    width: 100%; }

  #feature_selections .accordion > a {
    padding-right: 43px; }

  .responsive-table table {
    border: 0; }
    .responsive-table table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; }
    .responsive-table table tr {
      border-bottom: 3px solid #ddd;
      display: block;
      margin-bottom: .625em; }
    .responsive-table table td {
      border-bottom: 1px solid #ddd;
      display: block;
      font-size: .8em;
      text-align: right; }
      .responsive-table table td:last-child {
        border-bottom: 0; }
    .responsive-table table td::before {
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-weight: bold;
      text-transform: uppercase; } }

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