body {
}

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

* {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.jumbotron {
  background-color: #FFFFFF;
  padding: 2rem 2rem;
}
.jumbotron h1,
.jumbotron p {
  text-align: center;
}


header {
  width: 100%;
  background: #fff;
  font-size: 13px;
  z-index: 100;
}

header > .container a {
    display: inline-block;
    box-sizing: border-box;
}
header > .container a img {
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
    height: auto;
}


header .info-text {
  cursor: pointer;
  height: 30px;
  padding-left: 28px;
}

header .info-text .phone:before {
  font-family: 'FontAwesome';
  content: "\f095";
  position: absolute;
  left: -25px;
  top: 5px;
  font-size: 20px;
  text-shadow: 0 1px 1px #000;
  color: #33CCFF;
}
header .info-text .phone {
  text-align: right;
  white-space: nowrap;
  font-weight: 600;
  font-size: 15px;
  line-height: 24px;
  position: relative;
  display: inline-block;
}
header .info-text .shop {
  letter-spacing: -0.2px;
  font-size: 12px;
  line-height: 8px;
  text-transform: uppercase;
}
header .info-text + .info-text {
  margin-top: 12px;
}



nav.navbar .navbar-brand {
  width: 60%;
  box-sizing: border-box;
}
nav.navbar .navbar-brand img {
  width: 100%;
  height: auto;
}


.main {
	background-color: #f5f5f5;
	position: relative;
	padding: 20px 0 0 0;
}

nav.navbar {
  width: 100%;
  background: #ffffff;
  padding: 0;
}


@media screen and (min-width: 992px)
{
}

#navbar_mobile {
  background: #263248;
}

#navbar_mobile .nav-item .nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 13px 20px 14px 20px;
  position: relative;
}

#navbar_mobile .nav-promocje .nav-link {
  color: #f3cf3f;
}

#navbar_mobile hr {
  margin: 0.2rem;
  border-top: 1px solid rgba(255,255,255,.1);
}

#navbar_mobile form {
  padding: 5px 20px 20px 20px;
}

.navbar_screen .navbar {
  width: 100%;
  background: #263248;
  padding: 0;
}

.navbar_screen .nav-item {
  background: none;
}

.navbar_screen .nav-item:first-child .nav-link {
  padding: 16px 20px 17px 10px;
}

.navbar_screen .nav-item .nav-link {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  padding: 16px 20px 17px 20px;
  position: relative;
  font-weight: 400;
}
.navbar_screen .nav-item.active .nav-link {
  color: #fff;
}

.navbar_screen .nav-promocje .nav-link {
  color: #f3cf3f;
}

.navbar_screen .nav-item:hover .nav-link,
.navbar_screen .nav-item:focus .nav-link,
.navbar_screen .nav-item:active .nav-link {
 color: #263248;
 background: #fff;
}

.navbar_screen form {
}


.navbar_mobile .navbar-toggler {
  border: none;
  background: transparent !important;
  margin-bottom: 3px;
}
.navbar_mobile .navbar-toggler .icon-bar {
  width: 22px; 
  height: 2px;
  background-color: #263248;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
 
.navbar_mobile .navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
 
.navbar_mobile .navbar-toggler .middle-bar {
  opacity: 0;
}
 
.navbar_mobile .navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
 
.navbar_mobile .navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
 
.navbar_mobile .navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
 
.navbar_mobile .navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.start-mix {
  background: #fff;
  padding: 10px 20px;
  margin-bottom: 20px;
}

.start-mix a {
  margin: 10px 0;
  display: inline-block;
  text-align: center;
}
.start-mix a img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 383px;
  height: auto;
}



.breadcrumb {
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  padding: 0px 0 20px 0;
  opacity: 0.6;
  background: none;
  border-radius: 0;
  border: none;
  margin-bottom: 0px;
}


.breadcrumb li:first-child {
	padding-left: 0;
}
.breadcrumb li {
	display: inline-block;
}

.breadcrumb li a {
	color: #263248;
}
.breadcrumb li a:hover {
	opacity: 0.75;
	color: #263248;
	text-decoration: none;
}



.left_menu {
  margin-bottom: 20px;
  padding: 20px;
  font-size: 13px;
  background-color: #fff;
}

.left_menu .list-group-item,
.left_menu .list-group-item:first-child,
.left_menu .list-group-item:last-child {
  border-radius: 0;
}
.left_menu .list-group-item,
.left_menu .list-group-item:first-child {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #f5f5f5;
}
.left_menu .list-group-item:last-child {
  border: none;
}

.left_menu .list-group-item {
  font-weight: 600;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #f5f5f5;
  padding: 15px 10px 15px 10px;
  transition: padding .3s ease-in;
  color: #263248;
  outline: none;
}

.left_menu .list-group label {
  color: #263248;
  background-color: #eeeff1;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  padding: 15px 10px 15px 10px;
}

.left_menu .list-group-item.active {
  background: none;
}

.left_menu .list-group-item:hover,
.left_menu .list-group-item:focus,
.left_menu .list-group-item:active {
  text-decoration: none;
  opacity: 0.8;
}






.main .page-header {
  margin-bottom: 20px;
  border-radius: 3px;
  padding: 0 18px 0 22px;
  background-color: #fff;
  display: flex;
}

.main .page-header {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}

.main .page-title {
  padding: 4px 0;
}

@media (min-width: 768px)
{

  .main .page-header {
    flex-direction: row;
  }

  .main .page-title {
    padding: 0;
  }

}


.main .page-title *,
.main .page-order * {
  vertical-align: middle;
}
.main .page-order label {
  margin: 0;
}

.main .page-header h1 {
  display: inline;
  font-weight: 600;
  font-size: 20px;
}

.main .page-header small {
  font-size: 15px;
  font-weight: 300;
  opacity: 0.5;
}









footer {
	display: block;
	position: relative;
  background: #fafafa;
  font-size: 14px;
  font-weight: 600;
}


footer .bar {
  background: #263248;
  color: #fff;
  font-weight: 600;
}

footer .bar ul {
  width: 100%;
  display: flex;
}

footer .bar ul > li {
  line-height: 20px;
  padding: 15px 0;
  text-align: center;
}

footer .bar b {
  color: #3cf;
}

footer .bottom {
    display: flex;
    justify-content: space-between;
}
footer .bottom {
    padding: 15px 0;
}

footer .bottom .copyright {
  font-size: 10px;
  font-weight: 300;
}

footer .bottom .sitemap {
  font-size: 10px;
  font-weight: 300;
}

footer a {
    color: #263248;
}
footer a:hover {
  opacity:0.6
 }



.card {
  border: none;
  background: none;
  padding-right: 5px;
  padding-left: 5px;
}

.card .wrapper {
  margin: 0 0 10px 0;
  padding: 10px 10px;
  background-color: #fff;
  position: relative;
  box-shadow: none;
  transition: all 0.1s ease-in-out;
}

.card .wrapper:focus,
.card .wrapper:active,
.card .wrapper:hover {
  box-shadow: 0px 0px 5px rgba(30,30,30,.2);
}

.card .badge {
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-img {
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    text-align: center;
}
.card-img a {
}
.card-img a img {
    width: 100%;
    height: auto;
}

.card-title {
  font-size: 14px;
  color: #263248;
  font-weight: 700;
  text-align: center;
  margin: 0px;
  overflow: hidden;
  line-height: 18px;
  height: 36px;
  display: block;
  text-decoration: none;
  outline: none;
}
.card-title:hover,
.card-title:focus,
.card-title:active {
  color: #263248;
  text-decoration: none;
  outline: none;
}
.card-text {
  padding: 10px 0 10px 0;
  font-size: 14px;
  color: #263248;
  font-weight: 600;
  text-align: center;
}

.card-text .price-row {
  font-size: 18px;
  font-weight: 700;
}
.card-text .price-row .currency {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
}

.card-body {
  padding-bottom: 0;
}


.card-groups .row {
  margin-left: -5px;
  margin-right: -5px;
}


.catalog-price-row {
  white-space: nowrap;
  height: 16px;
}
.catalog-price-row .price-row {
  position: relative;
  display: inline-block;
  padding: 0 5px;
  font-size: 16px;
  color: rgba(38, 50, 72, 0.75);
  font-weight: 200;
  line-height: 14px;
  text-decoration: line-through;
}

.catalog-price-row .price-row  .currency {
  font-size: 16px;
  color: rgba(38, 50, 72, 0.75);
  font-weight: 200;
  line-height: 14px;
}

.label-savings {
  font-weight: 300;
  font-size: 14px;
  color: #fff;
  background-color: #f13340;
  display: inline-block;
  padding: 0 8px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  font-style: normal;
}

.label-new {
  font-weight: 300;
  font-size: 11px;
  color: #fff;
  background-color: #f3cf3f;
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 2px 8px;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}

.where-we-are {
  background-color: #fff;
  padding: 44px 0 37px;
}

.where-we-are span {
  width: 70px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}
.where-we-are span i {
  color: #afb4bb;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
}

.where-we-are p {
  width: calc(100% - 80px);
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
}

.where-we-are p strong {
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 8px;
  display: block;
}

.where-we-are:focus i,
.where-we-are:hover i {
  color: #33CCFF;
  transform: rotate(-90deg);
}



.product-desc {
  background-color: #fff;
  padding: 30px 10px;
  margin-bottom: 10px;
}

.product-desc h1 {
  margin-bottom: 6px;
  padding: 10px 0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
  text-transform: uppercase;
}

.product-price strong {
  color: #f13340;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  display: block;
}

.product-price s {
  font-size: 14px;
  font-weight: 300;
}

.product-desc .product-price-promo {
  color: #f13340;
  font-size: 13px;
}

.product-desc .product-price-promo .label-savings {
  font-weight: 600;
}

.product-desc .product-main-text {
  line-height: 24px;
  font-size: 14px;
  text-align: justify;
  color: #263248;
  display: inline-block;
}

.product-desc .product-main-text strong {
  font-weight: 600;
}

.product-desc p a {
  font-weight: 600;
  color: #263248;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
.product-desc p a:hover,
.product-desc p a:focus,
.product-desc p a:active {
  color: #33CCFF;
  text-decoration: none;
  outline: none;
}

.product-full-description *
{
  font-size: 14px;
  text-align: justify;
  line-height: 150%;
  color: #263248;
}
.product-full-description ul {
  list-style: initial;
  margin: .3rem 0 1rem 10px;
  padding: 0 0 0 15px;
}

.product-full-description b {
  font-weight: 600;
}

.section-header {
  padding: 20px 20px 5px 20px;
  text-align: center;
  line-height: 1.5;
}
.section-header h2,
.section-header p {
  color: #263248;
  display: block;
}

.section-header h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.section-header p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 3px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  text-transform: uppercase;
}



.single-page {
  background-color: #fff;
  margin-bottom: 10px;
}

.single-page .address {
  padding: 40px 10px;
}
.single-page .phone {
  padding: 7px 0 3px;
  font-size: 36px;
  font-weight: 600;
  color: #3cf;
  line-height: 1.6;
}
.single-page strong {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 8px;
}

.single-page i {
  font-size: 150%;
}


.single-page a {
  font-weight: 600;
  color: #263248;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
.single-page a:hover,
.single-page a:focus,
.single-page a:active {
  color: #33CCFF;
  text-decoration: none;
  outline: none;
}



#wyszukiwarka .form-control {
  display: block;
  width: 100%;
  height: calc(1.3em + .75rem + 2px);
  padding: .175rem .75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: #263248;
  outline: none;
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  box-shadow: none;
  transition: all 0.15s ease-in-out;
}

#wyszukiwarka .form-control:active,
#wyszukiwarka .form-control:focus {
  background: rgba(255, 255, 255, 1);
  color: #263248;
}
#wyszukiwarka .form-control:active ~ .input-group-append button,
#wyszukiwarka .form-control:focus ~ .input-group-append button {
  background: rgba(255, 255, 255, 1);
}
#wyszukiwarka .form-control:active ~ .input-group-append button i,
#wyszukiwarka .form-control:focus ~ .input-group-append button i {
  color: #33CCFF;
}

#wyszukiwarka .form-control::placeholder {
  font-size: 12px;
  font-style: italic;
}
#wyszukiwarka button {
  background-color: #263248;
  transition: all 0.15s ease-in-out;
}
#wyszukiwarka button i {
  color: #fff;
  border-left: none;
}
#wyszukiwarka button:hover i,
#wyszukiwarka button:hover i,
#wyszukiwarka button:hover i {
  color: #33CCFF;
}


