@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500');

body {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 300;
}

#logo-navbar-middle {
  width:300px;
}

.topnav {
  position: relative;
  overflow: hidden;
  background-color: #0e0d12;
  height:140px;
}

.topnav a {
  float: left;
  color: #d9a43e;
  font-weight: 400;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-right {
  float: right;
  margin-right: 21%;
  margin-top:59px;
}

.topnav-left {
  float: left;
  margin-top:59px;
  margin-left: 22%;
}

#logButton {
  padding-right:60px;
}

.menu-icon {
  display:none;
  float:right !important;
  background: transparent;
  color:#d9a43e;
  font-size:24px !important;
  position: absolute;
  top:0;
  right:0;
}

/* Responsive navigation menu (for mobile devices) */
@media (max-width:1700px) {
  .topnav-right {
    margin-right: 18%;
  }
  .topnav-left {
    margin-left: 18%;
  }
}

@media (max-width:1435px) {
  .topnav-right {
    margin-right: 14%;
  }
  .topnav-left {
    margin-left: 14%;
  }
}

@media (max-width:1285px) {
  .topnav-right {
    margin-right: 10%;
  }
  .topnav-left {
    margin-left: 10%;
  }
}

@media (max-width:1140px) {
  .topnav-right {
    margin-right: 1%;
  }
  .topnav-left {
    margin-left: 1%;
  }
}

@media (max-width:940px) {
  .topnav-right {
    display:none;
  }
  .topnav-left {
    display:none;
  }
  .menu-icon {
    display: block;
    margin-top:-60px;
    margin-right:10px;
  }
  #logo-navbar-middle {
    width:190px;
    margin-top:88px;
  }
  .topnav-centered a {
    position: absolute;
    top: 0;
    left:100px;
  }

  .topnav {
    height:90px;
  }
}

.login {
	float: none;
    margin: 0 auto;
	margin-top: 80px;
}

@media (min-width: 1680px) {
  .login {
    max-width:28%;
  }
}



.login > h3 {
	margin-bottom: 20px;
	font-size: 35px;
	color:#000;
  font-weight:300;
}

.login .tab-content {
	margin-top:40px;
}

#fblogin {
	background:#3b5998;
	color:white;
	border-radius: 0px;
  font-weight: 300;
}

#loginsubmit {
	background: #d9a33f;
	color:white;
	border-radius: 0px;
  font-weight: 300;

}

#exampleInputEmail1 {
	margin-bottom:20px;
}

#exampleInputName {
  margin-bottom: 20px;
}

.container {
    display: block;
    position: relative;
    padding-left: 70px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#checkboxNote {
	font-size: 13px;
	line-height: 23px;
}

.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    margin-top: 6px!important;
    top:0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #ced4da;
}

.container:hover input ~ .checkmark {
    background-color: #ccc;
}

.container input:checked ~ .checkmark {
    background-color: #d9a33f;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.container input:checked ~ .checkmark:after {
    display: block;
}

.container .checkmark:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.or {
	margin-top:40px;
	margin-bottom:40px;
  color:#777;
}


.form-group input {
	padding-top: 25px !important;
	padding-bottom: 25px !important;
	padding-left: 23px !important;
}

.nav-pills .nav-link.active {
	background: white !important;
	border-bottom: 3px solid #d9a33f;
	color:#2c2c2c;
  font-weight: 300;
}

.nav-pills .nav-link {
	background: white !important;
	color:#2c2c2c;
	border-bottom: 1px solid #e8e8e8;
  font-weight: 300;

}

#regButton {
	border: #e8cb87 1px solid;
    padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px;
  padding-right: 18px;
  margin-top:-4px;
}

.contactContainer {
    margin-top:50px;
  margin-bottom:50px;

}

#map {
  border-left: 1px solid #e0e0e0;
  padding-left:40px;
}

#map > h5 {
  margin-top:50px;
  margin-bottom: 50px;
}

.contact {
  margin-top:50px;

}

.contact > p {
  margin-top:50px;
}

.goldColor {
  color: #d2a73e;
  font-size:20px!important;
}

.form-contact {
  margin-top:100px !important;
  margin-bottom:50px !important;
}

footer {
  background: #0e0d12;
  color: #d9a43e;
  font-weight: 500;
  font-size:15px!important;
}

footer > p {
  font-size:15px!important;
}



.footer-text {
  margin-bottom:0px;
  line-height: 23px;
  padding-left:20px;
}

.copyright {
  border-top:1px solid #d9a43e;
  padding:25px 0;
  color:#4f3c1b;
}

.logo_footer {
  width:240px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.no-margin {
  margin:0 !important;
}

.margin {
  margin-bottom: 30px!important;
}

.bigIcon {
  font-size: 25px;
}

@media (max-width:767px) {
  .no-padding-on-mobile, .footer-text, .home {
    padding-left:0px;
  }
  .copyright-ad {
    float:left !important;
  }

}

@media (max-width: 575px) {
  .home {
    padding-left:15px;
  }
}

@media (max-width:345px) {
  .hide-me {
    display: none;
  }

  .logo_footer {
    width:150px;

  }
  .no-padding-on-mobile2 {
    padding-left:10px !important; 
  }
}

@media (min-width:768px) {
  .logo_footer {
    margin-top:70px;
  }
}

@media (min-width:991px) {
  .logo_footer {
    margin-top:50px;
    margin-left:12px;
  }
}

#bezRejestracji {
  color:white;
  background: #c7c7c7;
  border-radius: 0px;
  margin-top:35px;
  font-weight: 300;
}

a {
  text-decoration: none;
  color: #d9a43e;
}

a:hover {
  text-decoration: none;
  color: white;
}

.dropdown-menu.show {
  width:300px;
  transform: translate3d(236px, -24px, 0px);
}

@media (max-width: 552px) {
  .dropdown-menu.show {
    transform: translate3d(100px, -24px, 0px);
  }
}

@media (max-width: 418px) {
  .dropdown-menu.show {
    transform: translate3d(20px, -24px, 0px);
  }
}

@media (max-width: 335px) {
  .dropdown-menu.show {
    width:200px;
    transform: translate3d(0px, -24px, 0px);
  }
}

.strong {
  font-weight: 500;
}

.auto {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.containerForm, .contactContainer{
  padding-left: 65px;
  max-width:1140px;
  margin-top:100px;
}

.form-group > input, .form-group > textarea{
  background: #fbfbfb !important;
  border-radius: 0px;
  color:#1f1f1f !important;
  padding-left:20px !important;
}

.containerForm > h5 {
  margin-bottom:50px;
}

.goldButton {
  background: #d9a43e;
  color:white;
  border-radius: 0px;
}

@media (max-width:940px) {

.containerForm, .contactContainer{
  padding-left: 20px;
  padding-right: 20px;
  }

  #map {
    padding-left:20px;
  }
}

#slider {

}

.promo_percent {
  float:right;
  border: #d9a43e 1px solid;
  background: white;
  color:#d9a43e;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom:2px;
  padding-top:2px;
  margin-top:4px;
}



.prePrice {
  color:#d8a33d;
  font-size:16px;
  font-weight: 400;
}

.price {
  color:#d8a53c;
  font-size:22px;
  font-weight: 500;
}

.promo {
  color:#5a5a5a;
  text-decoration: line-through;
  font-size:22px;
  font-weight: 300;
}


.home .card-body {
  padding:0;
  padding-top:10px;

}

.home .card {
  border:0px;
  border-bottom: 1px solid rgba(0,0,0,.125);
  margin-bottom: 30px;
}

.home .card-footer {
  background: white;
  border:0px;
  padding:0px;
  margin-bottom:10px;
}

.product_link {
  color:black;
}

.gabinet {
  background: #f8f9f4;
}

.home > h4 {
  color: #daa33e;
  font-weight: 400;
  padding-top:50px;
  padding-bottom:30px;
}

.gabinet .card-deck .card {
  margin:0;
  
}

.gabinet .card-img-top {
  border-radius: 0;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.gabinet .home .card-deck {
  padding-bottom: 70px;
}

.home {
  padding-bottom: 50px;
}

.home {
  margin-bottom:0px;
}

.post-content {

    top:32%;
    left:23.7%;
    position: absolute;
}

.thumbnail{
    position:relative;
    
}

.btnPromo {
  background: #d9a33f;
  color:#fbf4ea;
  border-radius: 0px;
  font-weight: 300;
  padding-top:10px;
  padding-bottom:10px;
  letter-spacing: 1px;
  margin-top:30px;
}


.sliderText {
  color:#fbe4b9 /*#d8a43f*/; /* inne jasny f8f2e8 */
  font-weight: 10;
  font-size:60px;
  text-shadow: 2px 2px #000;
}

@media (max-width: 1700px) {
  .post-content {
    top: 30%;
    left:18%;
  }
}

@media (max-width: 1450px) {
  .post-content {
    top: 27%;
    left:15%;
  }
}

@media (max-width: 1250px) {
  .post-content {
    top: 25%;
    left:10%;
  }
}

@media (max-width: 1050px) {
  .post-content {
    top: 23%;
    left:10%;
  }
  .sliderText {
    font-size: 45px;
  }
}

@media (max-width: 900px) {
  .post-content {
    top: 20%;
    left:10%;
  }
  .sliderText {
    font-size: 35px;
    font-weight: 300;
  }
}

@media (max-width: 650px) {
  .post-content {
    top: 15%;
    left:5%;
  }
  .sliderText {
    font-size: 35px;
    font-weight: 300;
  }

  .btnPromo {
    margin-top:10px;
  }
}

@media (max-width: 500px) {
  .post-content {
    top: 10px;
    left:10px;
  }
  .sliderText {
    font-size: 30px;
    font-weight: 300;
  }

  .btnPromo {
    margin-top:10px;
  }
}

@media (max-width:430px) {
  .post-content {
    top: 10px;
    left:10px;
  }
  .sliderText {
    font-size: 25px;
    font-weight: 500;
  }

  .btnPromo {
    margin-top:0px;
  }
}

@media (max-width:350px) {
  .post-content {
    top: 10px;
    left:10px;
  }
  .sliderText {
    font-size: 25px;
    font-weight: 500;
  }

  .btnPromo {
    font-size: 15px;
  }
}

.newsletter {
  background-image: url('../img/newsletter.jpg');
  height:129px;
}

.newsletterContainer {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
}

#otrzymujPromocje {
  font-weight: 500 !important;
}

#zapiszSie {
  font-weight: 300 !important;
}

.promoText {
  margin-top:35px;
}

.newsletterInput {
  margin-top:40px;

}

.adresEmail > input {
  color: #bcbcbc;
  border-radius: 0px; 
  border: 1px solid black;
  font-weight: 300;
}

.adresEmail .btn {
  border-radius: 0px; 
  color:#333;
  font-weight: 400;
}

.adresEmail .btn:hover {
  background: #d9a43e;
  color:white;
}

@media (max-width: 767px) {
  .newsletter {
    height: auto;
  }
  .newsletterContainer {
    padding-left: 0px;
  }
}

h6:hover {
  color:black;
}

.product_link:hover {
  opacity: 0.8;
  color:black;
  
}

.slick-prev:before, .slick-next:before{
    color:#ecdab6!important;
    font-size:35px !important;
}

.slick-prev, .slick-next {
  top:42%!important;
  border-radius: 0!important;
  width:35px!important;
  height:35px!important;
  z-index:999 !important;
} 

.oferta .slick-prev, .oferta .slick-next {
  top:53%!important;
  border-radius: 0!important;
  width:35px!important;
  height:35px!important;
  z-index:999 !important;
}  

.slick-prev {
  left: 0px !important;
}

.slick-next {
  right:0px !important;
}

.oferta {
  border-right: 1px solid #e9e9e9;
}

#buyBTN {
  background: #d9a33f;
  color:white;
  border-radius: 0px;
  font-weight: 300;

}

.platnosciBackground {
  background: #fafafa !important;
}

.oferta .card {
  max-width:70px !important;
  border-radius: 0px !important;
  border: 0px;
  margin-bottom: 50px;
  margin-top: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.oferta .card-img-top {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.slider-nav {
  padding-left: 10px;
}

.oferta_select .float_right {
  float:right;
}

.oferta_select .text-muted {
  font-size:13px;
  line-height: 3;
}

.oferta_select > p {
  margin-bottom: 0 !important;
}

#checkboxOferta {
  margin-bottom: 5px!important;
}

.oferta_select .promo_percent {
  font-size:14px;  
  font-weight: 400;
}

.product_prices {
  margin-bottom: 0 !important;
  padding-left:20px !important;

}

.border_botttom {
  border-bottom: 1px solid rgba(0,0,0,.1);
}

.abc-radio {
  padding-left:20px !important;

}

.abc-radio label {
  padding-left:20px !important;

}

.abc-radio label::after {
  
  background-color: #d9a43e !important;
}

/*.fix {
  margin-top:-50px;
  margin-left:20px;
}

.fix2 {
  margin-bottom: 40px;
}

/* will be red only in opera and google chrome */


/*@media screen and (-webkit-min-device-pixel-ratio:0)
  {
    .abc-radio label::after{
     left: 6px !important;
    top: -33px !important;
    };
    @media (max-width:1199px) {
      .abc-radio label::after{
       left: 6px !important;
      top: -63px !important;
      };
    }
}



@-moz-document url-prefix() {
  .abc-radio label::after{
    left: 3px !important;
    top: 5px !important;
    };
}*/

.responsive {
  margin-top:10px;
  margin-bottom: 10px;
}

.responsive .card-img-top {
  margin-left:0px;
  margin-right:10px;
  width:100%;
  height:100%;
  object-fit: cover;
}
.square {
  object-fit: cover;
  margin-left:0px;
  margin-right:10px;

  width:70px !important;
  height: 70px !important;
}

.slider-nav {
  padding-left: 0px !important;
}
@media (min-width: 991px) {

.slider-for {
  padding-right: 30px;
}

.oferta_select {
  padding-left:40px;
}
}

@media (max-width: 400px) {
  .square {
  width:50px !important;
  height: 50px !important;
}
}

.disabledOption,
.disabledOption .prePrice,
.disabledOption .price,
.disabledOption .promo
 {
  opacity:0.7 !important;
  pointer-events: none;
}

.wyprzedane {
  color:red !important;
}

@media (max-width: 767px) {
  .container, .platnosci {
    padding-left: 15px !important;
  }
  .platnosci {
    padding-right: 15px !important;
  }

  .platnosci .container, .loginCon .container {
    padding-left: 50px!important;
  }
}

.platnosci .card-header {
  padding-bottom: 0 !important;
}

.platnosci {
  font-weight: 300!important;
  max-width: 1140px;
  padding-left:70px;
}


.platnosciInput .form-control {
background: white !important;
  border-radius: 0px;
  color:#000 !important;
  padding-left:20px !important;
  font-size: 300 !important;
  padding-top:0!important;
  padding-bottom:0!important;
}

@media (min-width: 768px) {
  .cardPadding {
    padding-left:60px;
  }
}

.platnosci #checkboxNote {
    font-size: 12px;
}

.platnosci .abc-radio {
  padding-left: 0 !important;
}

.platnosci .abc-radio label  {
  vertical-align: middle!important;
}

.productText {
  font-size: 14px;
}


.productText .prePrice,
.productText .price,
.productText .promo {
  font-size:15px;
}

.productText .promo_percent {
  margin-top: 0px;
}

.quantity {
  width:60px;
  display: inline-block;
  margin-left: 20px;
}

.right {
  float:right;
}

.rabat {
  border: 0 !important;
  color:#d9a43e !important;
  font-weight: 300;
  padding-left: 0 !important;
}

.fixInput .form-control {
  color:#d9a43e !important;
  
}


/* KUPON */

.logoKupon {
  margin-top:10px;
}

.kupon .topnav {
  height: 100px;
} 

.kupon {
  background: url('../img/tloKupon.jpg');
  background-size: cover;
  padding:30px;
}

.gold {
  background: #d9a43e;
  border-top:0;
}

.opacity {
  background-color: rgba(255, 255, 255, 0.8);
}

.noPadding {
  padding:0 !important;
}

.kupon .card-footer {
  line-height: 1.3;
}

.goldText {
  color: #d9a43e !important;
}


.slick-track {
  display: inline-block !important;
  float:left !important;
}

@media (max-width: 518px) {
  .login .nav-link {
    padding:0px;
    font-size: 13px;
  }
}

.slick-lightbox .slick-next, .slick-lightbox .slick-prev {
  top:50% !important;
}

@media (max-width: 767px) {
  .slick-next, .slick-prev {
    top:38% !important;
  } 
}

@media (max-width: 400px) {
  .slick-next, .slick-prev {
    top:33% !important;
  } 
}

.square {
  margin-top:10px;
}

.responsive {
  margin-top:0px;
}