/* @font-face {
    font-family: "Didot";
    src: url(/css/Didot.ttf) format("truetype");
}
body {
    font-family: "Didot", Verdana, Tahoma;
}
 */

 body{
	 	font-family: Unna;
 }

 :target:before {
content:"";
display:block;
height:120px; /* fixed header height*/
margin:00px 0 0; /* negative fixed header height */
}

#karuzela {
  position: relative;
  text-align: center;
  color: white;
}

.zobacz_kolekcje {
  position: relative;
  text-align: center;
  color: white;
}

.zobacz_akcesoria {
  position: relative;
  text-align: center;
  color: white;
}

.carousel-item img {
  max-height: 768px;
  min-width: auto;
}

 .karuzela_opis_centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	background-color: rgba(255,255,255,.6);
	color: black;
	font-size: 50px;
	padding: 50px;

}

.zobacz_kolekcje_centered {
width: 30%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: rgba(255,255,255,.6);
 color: black;
 font-size: 30px;
 padding: 50px;

}


.zobacz_kolekcje_centered a {
  color: black;
  text-decoration: none;
}
.zobacz_kolekcje_centered a :hover {
  color: #ff0080;
  text-decoration: none;
}

.zobacz_akcesoria_centered {
width: 30%;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 background-color: rgba(255,255,255,.6);
 color: black;
 font-size: 30px;
 padding: 50px;

}


.zobacz_akcesoria_centered a {
  color: black;
  text-decoration: none;
}
.zobacz_akcesoria_centered a :hover {
  color: #ff0080;
  text-decoration: none;
}

#szukajka-dane{
	position: absolute;
	top: 95%;
	margin-left: 65%;
	background-color: white;
	border: 2px solid #ff0080;
	width: 300px;
	display: none;
	max-height: 200px;
	overflow-x: auto;
}
#szukajka-dane ul{
	flex-direction: column;
}

#szukajka-dane li:hover{
	background-color:  #ffcccc;
	cursor: pointer;
}



.admin-video{
	margin: 0 auto;

}

#body{
	display: none;
}

.dodaj-video{
	border: 1px solid gray;
	cursor: pointer;
	text-align: center;
	margin: 10%;
	border-radius: 15px;
}

.navbar{
	display: flex;
	flex-direction: column;
}

.navbar_text{
  display: flex;
  justify-content: center;
  text-align: center;
}

.map_text{
  display: flex;
  justify-content: center;
  text-align: center;
  background-color: white;
  padding-top: 60px;
  color:black;
  font-size: 40px;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.ulubione-div{
	color: #ff0080;

}
nav a:hover {
	color: #ff0080;
}
nav a{
	color: #323232;
}

.btn-outline-primary {
	border-color: #ff0080;
	color: #ff0080;

}
.btn-outline-primary:hover {
	border-color: #ff0080;
	color: #ffffff;
	background-color: #ff0080;

}
.btn-outline-primary:active {
	border-color: #ff0080;
	color: #ffffff;
	background-color: #ff0080;

}

.btn-primary {
	border-color: #ff0080;
	color: #ffffff;
	background-color: #ff0080;

}
.btn-primary:hover {
	border-color:  #e60073;
	color: #ffffff;
	background-color:  #e60073;

}
.btn-primary:active {
	border-color:  #e60073;
	color: #ffffff;
	background-color:  #e60073;

}


.nowe_zdjecia{
	color: #ff0080;

}
.panel{
	min-height: 100vh;
	width:30%;
	max-height: 300px;
	overflow-y:auto;
}
.admin-content{
	min-width:0;
	width: 100%;

}
.admin-img-inline{
	display: inline-block;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 80%;
	border: 2px solid #ffffff;

	white-space: nowrap;
}
.admin-img-inline:hover{
	border: 2px solid #ff0080;
	cursor: pointer;
}
.zdjecia-kontener{
	display: flex;
	overflow: hidden;
	flex-wrap:nowrap;
	justify-content: center;
	align-items:center;
}

.previous, .next{
	text-align: center;
	vertical-align: center;
}
.admin-content-default{
	display: flex;
	justify-content: center;
	margin-top: 25%;
	color: gray;
}

.thumbnail-sortable, .numerki{

	align-items:center;
	overflow: hidden;
	width: 80%;
	cursor: crosshair;

}
#saveForm{
	margin-left: 90%;


}

.admin-suknia img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 15px;
}

.admin-suknia h4{
	color: white;
	text-shadow: 2px 2px gray;

}

.admin-suknia .caption {
	background-color: #585858;
	padding: 10px;
	border-radius: 15px;
}
.ed{
	text-align: right;
	vertical-align: middle;
	color: #ff0080;
	padding: 5px;
}
.caption {
	margin-top : 10px;
	position: absolute;
	width: 85%;
	opacity: 0.5;
	margin-left: 3%;
}

.ed:hover{
color: #e60073;
}

.suknia_glowna{
	display: flex;
	position: relative;
	margin-top: 10px;
	flex-direction: column;
	margin: 5px;
}

img{
		border-radius: 5px 5px 5px 5px;
}
figure img{
		border-radius: 5px 5px 0px 5px;
}
.suknia_glowna_podpis{

	justify-content: space-between;
	display: flex;
	/* height: 30px;
	padding: 10px; */
	font-weight: bold;
	margin-top: 5px;
	/* z-index: -1; */
	/* margin-left: 5px; */
	/* margin-right: 5px;
	min-height: 40px; */
	/* justify-content: space-around; */
	flex-wrap: nowrap;
	align-items: center;
	border-bottom: 1px dotted black;
	font-family: Unna;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;

}

.producent_model{
	margin-top: -2px;
	margin-left: 5px;
}

.gallery{
	display: flex;
	justify-content: space-around;
	margin-top:10px;
	/* align-self: center; */
	flex-direction: row;
	flex-wrap: wrap;
}


.przycisk2{
	align-self: flex-end;
	background-color: #ff0080;
	border: none;
	color: white;
	font-family: Laila;
	text-align: center;
	text-decoration: none;
	/* display: inline-block; */
	font-size: 12px;
	padding: 5px 12px;
	margin-top: -5px;
	cursor:pointer;
	border-radius: 0px 0px 5px 0px;
}
.przycisk3{
	background-color: #ff0080;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	/* display: inline-block; */
	font-size: 16px;
	padding: 3px 8px;
	/* margin-top: -5px; */
}

small{
	font-size: 11px;
	font-weight: 300;
}


.favourite{
	color: white;
	text-shadow: 0px 0px 10px #000000;
	position: absolute;
	top:10px;
	right: 20px;
	cursor:pointer;
}


/* ///////////FOOOOOTER//////////// */
#salony_kontakt {
	background-color: #ffffff;
	color:black;
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 50px;
	flex: 0 0 auto;
		-webkit-flex: 0 0 auto;
}

#salony_kontakt .footer-copyright{
	background-color: #373a48;
	padding-top:3px;
	padding-bottom:3px;
	text-align: center;
}

#salony_kontakt .footer-copyright p{
	margin:10px;
	color: #ccc;
}

#salony_kontakt h5{
	font-size: 18px;
    color: black;
    font-weight: bold;
    margin-top: 30px;
}

#salony_kontakt a{
	color:#d2d1d1;
	text-decoration: none;
}

#salony_kontakt a:hover, #salony_kontakt a:focus{
	text-decoration: none;
	color:white;
}

#salony_kontakt .myCols{
	text-align: center;
}

#salony_kontakt .social-networks{
	text-align: center;
	padding-top: 30px;
	padding-bottom: 38px;
}

#salony_kontakt .social-networks a{
  background-color: gray;
    font-size: 32px;
    margin-right: 5px;
    margin-left: 5px;
    color: #f9f9f9;
    padding: 10px;
    transition: 0.2s;
}

#salony_kontakt .social-networks a:hover{
	text-decoration: none;

}

#salony_kontakt .facebook:hover{
	color:#0077e2;
}

#salony_kontakt .google:hover{
	color: orange;
}

#salony_kontakt .twitter:hover{
	color: #00aced;
}

.row{
	justify-content: space-around;

}

@media screen and (max-width: 767px){
	#salony_kontakt {
		text-align: center;
	}
}


.circle
  {
		background-color: white;
    border-radius: 50%;
    width: 200px;
    height: 200px;
  }

/* /////////////galeria detal/////////////////////////// */

.gallery_detal{

	display: flex;
	justify-content: center;
	margin-top:10px;
	/* align-self: center; */
	flex-direction: row;
	flex-wrap: wrap;
}

.suknia_detal{
	display: flex;
	justify-content: center;
	/* flex-wrap: wrap; */
	flex-direction: column;
}
.powrot{
	/* width: 100%; */
	margin:30px;
	align-self: center;
	cursor:pointer;
}

.suknia_detal_tytul{
	padding-bottom: 10px;
	/* flex-wrap: wrap; */
	align-self: center;
	display: flex;
	font-weight: bold;
	/* width: 100%; */
	/* align-self: center; */
	border-bottom: 1px dotted black;
	font-family: Unna;
	font-size: 40px;
	font-weight: 700;
	line-height: 24px;

}

.suknia_detal_zdjecie{
	width :200px;
	margin: 0px 40px 40px 40px;
}

.paropi {
	display: flex;
	flex-direction: row;
	justify-content: center;
	text-align: center;
}
.paropi h4{
	font-family: Unna;
	font-size: 22px;
	font-weight: 700;
	line-height: 24px;
}
.params_detail{
	width: 30%;
	/* background-color: red; */
	/* border-right: 1px dotted black; */
}
.opis_detail{
		width: 30%;
		/* background-color: yellow; */

}

.suknia_detal_ulubione{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.ulubione_dodaj{
  cursor: pointer;
	align-self: center;
	/* width: 30%; */
}
.ulubione_tekst{
text-align: center;
padding: 15px;
}

.paginacja{
  margin-top: 100px;
  display: flex;
  justify-content: center;
  align-items: baseline;
}
.page-item.active .page-link {
   color: white;
   background-color: #ff0080;
	 border-color: white;
   /* border-color: #AEFF5E; */

}

.ulubione_tytul{
	justify-content: center;
	padding-bottom: 10px;
	display: flex;
	font-weight: bold;
	/* border-bottom: 1px dotted black; */
	font-family: Unna;
	font-size: 40px;
	font-weight: 700;
	line-height: 24px;

}

.wideo{
	display: flex;
	justify-content: center;
	width: 40%;
	align-self: center;
}





@media only screen and (max-width: 767px) {

   h1 {
      font-size: 1em;
   }

   h2 {
      font-size: 1.8em;
   }

	 .paropi {
		 flex-direction: column;
		 margin-top: 30px;
	 }
	 .params_detail{
		 align-self: center;
	 	width: 80%;
	 	/* background-color: red; */
	 	/* border-right: 1px dotted black; */
	 }
	 .opis_detail{
		 margin-top: 30px;
	 		width: 80%;
			align-self: center;
	 		/* background-color: yellow; */

	 }
	 .wideo{
	 	width: 100%;
	 }

   .zobacz_kolekcje_centered{
     width: 100%;
   }
   .zobacz_akcesoria_centered{
     width: 100%;
   }

   .karuzela_opis_centered{
     width: 100%;
     font-size: 20px;
     padding:0px;
   }
   .navbar{
     justify-content: center;
   }

}

.i-publish{
	background-image: url(../img/publish.png);
	background-size: cover;
	width: 27px;
	height: 27px;

}

.i-nopublish{
	background-image: url(../img/no-publish.png);
	background-size: cover;
	width: 27px;
	height: 27px;

}


.i-publish:hover{
	background-image: url(../img/publish-active.png);
	background-size: cover;
	width: 27px;
	height: 27px;

}
.content{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.form-row{
	align-items: baseline;
	justify-content: center;
	margin:0px;


}

.form-group{
	margin:5px;
}

.form-check{
	margin-left: 10px;
}

.filtry{
	text-align: center;
	width:100%;
}
.przycisk{
	background-color: #ff0080;
	padding: 10px 24px;
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	/* display: inline-block; */
	font-size: 16px;
	margin-top:10px;
}
form{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}



.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
  background-color:#ff0080;
}


@media all and (max-width: 500px) {
  .form-row {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
	.filtry{

		align-self: center;
	}
	.content{
		flex-direction: row;
		justify-content: center;
	}


}

@media all and (max-width: 1222px) {

}

.odwiedzane{
  margin: 15px;
	display:flex;
  align-items: center;
	width: 100%;
	flex-wrap: wrap;

}
.odwiedzone-suknia{
	margin: 5px;
	border: 2px solid white;
}

.odwiedzone-suknia:hover{
	margin: 5px;
	border: 2px solid #ff0080;
	border-radius: 7px;
	cursor: pointer;
}

.admin-suknia{
	text-align: center;	
}

.zoom{
	position: absolute;
	display: none;
	z-index: 1;
	
	
}