@charset "UTF-8";
header {
  font-family: "Roboto Condensed";
  text-transform: uppercase;
}

header.sticky-top {
  z-index: 1030;
  position: sticky !important;
}

#main-header {
  padding-left: 0;
  padding-right: 0;
}

#main-nav {
  padding-left: 0;
  padding-right: 0;
  padding: 0;
  background: #243644;
}
#main-nav ul > li.nav-item > a {
  color: #ccc;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  padding: 20px 19px;
}
#main-nav ul > li.nav-item > a:hover {
  background: #122f49;
  color: #fff;
}
#main-nav li.nav-item {
  border-right: 1px #365670 dotted;
}
#main-nav .menu-large {
  position: static !important;
}
#main-nav .dropdown-menu {
  background: #122f49;
}
#main-nav .dropdown-menu .dropdown-item {
  color: #ddd;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
}
#main-nav .dropdown-menu .dropdown-item:hover {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}

.megamenu {
  background: #122f49;
  padding: 10px 0px;
  margin: 0;
  width: 100%;
  left: 0;
  font-size: 15px;
}
.megamenu .megamenu-header {
  text-decoration: none;
  display: block;
  font-size: 1rem;
  padding-bottom: 0.6em;
  margin-bottom: 0.6em;
  padding-left: 10px;
  border-bottom: 1px solid #0f386d;
  color: #ddd;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -moz-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.megamenu .megamenu-header:hover {
  color: #fff;
  text-decoration: none;
}
.megamenu .megamenu-header .icon-wrapper {
  display: inline-block;
  width: 35px;
  text-align: center;
}
.megamenu .subnav-link {
  list-style: none;
  margin: 0 10px;
  padding: 0;
}
.megamenu .subnav-link a {
  color: #ccc;
  text-transform: none;
  padding: 2px 15px;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.megamenu .subnav-link a:before {
  content: "•";
  position: relative;
  display: inline-block;
  padding-right: 10px;
  color: #aaa;
}
.megamenu .subnav-link a:hover {
  color: #fff;
  background: none;
}

#user-nav a {
  color: #555555;
  position: relative;
  padding: 0.3em 0 0;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  margin-left: 0.5em;
}
#user-nav a:hover {
  color: #333;
}
#user-nav a sup {
  vertical-align: top;
  margin-left: -7px;
  margin-top: 3px;
}
#user-nav a small {
  color: #555555;
  display: block;
}
#user-nav i {
  font-size: 25px;
  display: inline-block;
  padding: 0 3px;
}
#user-nav .balance {
  padding-left: 30px;
}

#page-header {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 20px 0;
  background: top left no-repeat;
  background-size: cover;
  background-image: url("../img/radar-bg.png");
  background-color: #122f49;
  color: #fff;
}
#page-header .page-name {
  font-size: 24px;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  #page-header .page-name {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  #page-header .page-name {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  #page-header {
    height: 200px;
  }
  #page-header .page-name {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  #page-header .page-name {
    font-size: 32px;
    padding: 0 0 0 20px;
  }
}
@media (max-width: 991px) {
  header {
    position: static !important;
  }
}
:focus {
  outline: none;
  box-shadow: none !important;
}

main {
  background: #ffffff;
}

.section-title {
  color: #d52b1e;
  text-transform: uppercase;
  font-family: "Roboto Condensed";
  font-weight: bold;
  font-size: 24px;
}

main > section {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

#product-collect {
  margin-bottom: 2em;
}
#product-collect .product-grid {
  border: 1px solid #d52b1e;
}

.points-carousel {
  padding: 1em 0;
}

ul.navigator-pointers {
  padding-left: 5px;
}
ul.navigator-pointers li {
  padding-left: 60px;
  font-size: 1.2em;
  padding-bottom: 1em;
  list-style: none;
  background: url(../img/navigator-pointers.png) 0px 8px no-repeat;
}

@media (min-width: 576px) {
  .section-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .section-title {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .section-title {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .section-title {
    font-size: 32px;
  }
}
@media (min-width: 1399px) {
  .container-fluid {
    max-width: 90%;
  }
}
@media (min-width: 1920px) {
  .container-fluid {
    max-width: 1800px;
  }
}
.slide-item {
  /* position: relative; 
  display: block;  */
  width: 100%;
  height: 550px;
  padding-left: 20px;
  padding-right: 20px;
  background: center no-repeat;
  background-size: cover;
  background-image: url(../img/konstelacja-footer.png);
}
.slide-item .container-fluid {
  height: 550px;
}
.slide-item .container-fluid > .row {
  width: 100%;
}

.carousel-control-prev,
.carousel-control-next {
  width: 30px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: background 0.2s linear;
  -moz-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
  background: rgba(0, 0, 0, 0.1);
}

.slider-content-wrapper {
  order: 2;
}
.slider-content-wrapper .slider-content-inner {
  width: 100%;
}
.slider-content-wrapper .slider-header {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.slider-content-wrapper .slider-button {
  padding-top: 1.2rem;
  text-align: center;
}
.slider-content-wrapper h1 {
  font-size: 1.5rem;
  font-weight: 300;
}
.slider-content-wrapper h2 {
  font-size: 1.4rem;
  font-weight: 300;
}
.slider-content-wrapper h3 {
  font-size: 1.3rem;
  font-weight: 300;
}
.slider-content-wrapper h4 {
  font-size: 1.2rem;
  font-weight: 300;
}
.slider-content-wrapper h5 {
  font-size: 1rem;
  font-weight: 300;
}
.slider-content-wrapper h6 {
  font-size: 0.9rem;
  text-transform: uppercase;
  font-weight: 300;
}
.slider-content-wrapper hr {
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.slider-content-wrapper p {
  margin-bottom: 0.5rem;
}

.slider-image {
  order: 1;
  text-align: center;
}

@media (min-width: 576px) {
  .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .slider-content-wrapper .slider-header {
    font-size: 1.7rem;
  }
}
@media (min-width: 768px) {
  .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .carousel-control-prev,
.carousel-control-next {
    width: 40px;
  }

  .slider-content-wrapper {
    order: 1;
  }
  .slider-content-wrapper .slider-header {
    font-size: 1.8rem;
  }
  .slider-content-wrapper .slider-button {
    text-align: left;
  }
  .slider-content-wrapper h1 {
    font-size: 1.8rem;
  }
  .slider-content-wrapper h2 {
    font-size: 1.7rem;
  }
  .slider-content-wrapper h3 {
    font-size: 1.6rem;
  }
  .slider-content-wrapper h4 {
    font-size: 1.5rem;
  }
  .slider-content-wrapper h5 {
    font-size: 1.4rem;
  }
  .slider-content-wrapper h6 {
    font-size: 1.2rem;
  }
  .slider-content-wrapper hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .slider-image {
    order: 2;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .slide-item {
    padding-left: 50px;
    padding-right: 50px;
  }

  .carousel-control-prev,
.carousel-control-next {
    width: 50px;
  }

  .slider-content-wrapper .slider-header {
    font-size: 2.4rem;
  }
  .slider-content-wrapper .slider-button {
    text-align: left;
  }
  .slider-content-wrapper h1 {
    font-size: 2.4rem;
  }
  .slider-content-wrapper h2 {
    font-size: 2.2rem;
  }
  .slider-content-wrapper h3 {
    font-size: 2rem;
  }
  .slider-content-wrapper h4 {
    font-size: 1.8rem;
  }
  .slider-content-wrapper h5 {
    font-size: 1.6rem;
  }
  .slider-content-wrapper h6 {
    font-size: 1.4rem;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .slider-content-wrapper .slider-header {
    font-size: 3.4rem;
  }
  .slider-content-wrapper .slider-button {
    text-align: left;
  }
  .slider-content-wrapper h1 {
    font-size: 3.4rem;
  }
  .slider-content-wrapper h2 {
    font-size: 3.2rem;
  }
  .slider-content-wrapper h3 {
    font-size: 3rem;
  }
  .slider-content-wrapper h4 {
    font-size: 2.8rem;
  }
  .slider-content-wrapper h5 {
    font-size: 2.4rem;
  }
  .slider-content-wrapper h6 {
    font-size: 2rem;
  }
}
aside#sidebar {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 30px 15px;
  width: 100%;
  border-right: 1px solid #d6dae3;
}

.widget .category-list li {
  padding: 0.4em 0;
  line-height: 1.24em;
  padding-left: 25px;
  position: relative;
}

.widget .category-list li i {
  position: absolute;
  left: 0;
}

.widget .category-list a {
  color: #555555;
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  text-decoration: none;
}

.widget .category-list a:hover {
  color: #111;
}

.widget .category-list a.active {
  font-weight: bold;
}

.btn-sidebar-collapse {
  float: right;
  padding: 0em;
}

@media (min-width: 992px) {
  .btn-sidebar-collapse {
    display: none;
  }

  aside#sidebar {
    padding: 50px 15px;
    flex: 0 0 300px;
  }
}
.product-filter {
  border-bottom: 1px solid #d6dae3;
  padding: 0.5em 1em;
}
.product-filter .layout-select {
  padding: 0;
  margin: 0;
}

@media (max-width: 576px) {
  .can-collect-filter {
    margin-bottom: 1rem;
  }
}
#product-list {
  padding: 30px 15px;
  flex: 1;
  max-width: 100%;
}
#product-list #product-wrapper {
  position: relative;
}
#product-list .product-grid .product-item {
  border-top: 1px solid #d6dae3;
  border-top: 1px solid #d6dae3;
}

.product-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.product-item {
  padding: 1rem 1rem 2rem;
  flex: 0 0 100%;
  max-width: 100%;
}
.product-item .description-wrapper a {
  display: block;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #212121;
  margin-top: 0.5em;
  font-size: 18px;
}
.product-item .price-wrapper {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}
.product-item .btn-add-to-cart {
  margin-left: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

ul.price-list {
  text-align: right;
}
ul.price-list li {
  list-style: none;
}
ul.price-list li.price-type-2 {
  font-weight: bold;
  color: #d52b1e;
}
ul.price-list li.price-type-3 {
  font-weight: normal;
  font-size: 0.8em;
}

.last-watched .product-item {
  border-right: 1px solid #d6dae3;
}
.last-watched .product-item:last-child {
  border-right: none;
}

@media (min-width: 576px) {
  .product-filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-grid .product-item {
    border-right: 1px solid #d6dae3;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (min-width: 576px) and (max-width: 1200px) {
  #product-list .product-grid .product-item:nth-child(2n) {
    border-right: none;
  }

  #product-list .product-grid .product-item:nth-child(-n+2) {
    border-top: none;
  }
}
@media (min-width: 992px) {
  #product-list {
    padding: 50px 15px;
  }

  .product-grid.full-width-grid .product-item {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1919px) {
  .product-grid.full-width-grid .product-item:nth-child(4n) {
    border-right: none;
  }

  .product-grid.full-width-grid .product-item:nth-child(-n+4) {
    border-top: none;
  }
}
@media (min-width: 1200px) and (max-width: 1919px) {
  .product-grid .product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 1.5rem 1.5rem 2rem;
  }

  #product-list .product-grid .product-item:nth-child(3n) {
    border-right: none;
  }

  #product-list .product-grid .product-item:nth-child(-n+3) {
    border-top: none;
  }
}
@media (min-width: 1920px) {
  .product-grid .product-item {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 3rem 3rem 2rem;
  }

  #product-list .product-grid .product-item:nth-child(4n) {
    border-right: none;
  }

  #product-list .product-grid .product-item:nth-child(-n+4) {
    border-top: none;
  }
}
.navigation {
  float: right;
  margin-top: 1rem;
}

.product-name {
  font-size: 24px;
}

.product-price {
  order: 1;
  margin-bottom: 2em;
}

.product-info {
  order: 2;
}

.product-info .features {
  padding-bottom: 1em;
}

@media (min-width: 576px) {
  .product-name {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .product-name {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .product-name {
    font-size: 30px;
  }
}
@media (min-width: 1200px) {
  .product-name {
    font-size: 32px;
  }

  .product-price {
    order: 2;
  }

  .product-info {
    order: 1;
  }
}
footer {
  background: #677 url("../img/radar-bg.png") bottom left no-repeat;
  background-size: cover;
  padding-top: 2em;
  color: #e1e1e1;
}
footer.footer-static {
  position: static;
}
footer.footer-fixed {
  position: fixed;
  z-index: -10;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
footer a {
  color: #e1e1e1;
}
footer a:hover {
  color: #ffffff;
  text-decoration: none;
}

/* glowny div z like box'em */
#fb-box {
  position: fixed;
  z-index: 99999;
  top: 20%;
  /* jego polozenie od gory */
  -webkit-transition: left 0.5s ease-out;
  -moz-transition: left 0.5s ease-out;
  -o-transition: left 0.5s ease-out;
  transition: left 0.5s ease-out;
  left: -300px;
}

/* wysuniecie like box'a */
#fb-box:hover {
  left: 0px;
}

/* zewnetrzna ramka boxa */
#fb-box .outside {
  width: 300px;
  position: relative;
  z-index: 1;
  background: #3b5999;
  padding: 2px;
  min-width: 1px;
}

/* wewnetrzne tlo boxa */
#fb-box .inside {
  position: relative;
  z-index: 2;
  background: #fff;
}

/* pasek z logo FB */
#fb-box .fb-badge {
  position: relative;
  z-index: 0;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  /* obrot o 90 stopni */
  -moz-transform: rotate(90deg);
  /* wiec wysokosc zamienia sie z szerokoscia */
  -o-transform: rotate(90deg);
  /* obrot o 90 stopni */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  /* obrot o 90 stopni dla IE */
  background: #3b5999;
  color: #fff;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  position: absolute;
  right: -70px;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  top: 50px;
}

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