
/**web_7news.css**/
#opinieF {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 30px;
	text-align: center;
}

#opinie, #opinieStart {
	max-width: 1200px;
	width: 100%;
	position: relative;
	margin: auto;
	padding-left: 10px;
	padding-right: 10px;
	color: #181818;
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

#opinieF h2, #opinieF h3 {
	color: #181818;
}

#opinieF h2 {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.2;
	letter-spacing: 6px;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/template/silberkunst/images/cytat.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
}

#opinieF h3 {
	font-size: 14px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: 0.28px;
}

#opinieStart .item {
	clear: both;
	margin-bottom: 20px;
	margin-top: 50px;
	min-height: 160px;
	width: 350px;
	position: relative;
	text-align: left;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 50px;
	background-image: url(/template/silberkunst/images/cytat.png);
	background-position: 0px 5px;
	background-size: 18px;
	background-repeat: no-repeat;
	padding-left: 20px;
}

#opinieStart .item .image {
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 20px;
	min-width: 40px;
	height: 40px;
	background-size: cover;
	margin-right: 10px;
}

#opinieStart .usercard {
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin-top: 10px;
}

#opinieStart .usercard > div:last-child {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

#opinieStart .item .name {
	font-size: 13px;
	color: #454c58;
	font-weight: bold;
	width: 100%;
	margin-bottom: -5px;
}

#opinieStart .item .title {
	font-size: 11px;
	color: #acaeb0;
	margin-top: -5px;
}

#opinieStart .item .content {
	font-size: 14px;
	line-height: 26px;
	font-weight: 400;
	text-align: justify;
}

#opinieStart .item .button {
	font-size: 14px;
	border: 1px solid #bbbbbb;
	transition: all 0.7s ease-in-out;
	color: #191919;
	display: inline-block;
	margin-top: 30px;
	font-weight: bold;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
	padding-right: 15px;
}

#opinieStart .item .button:hover {
	border: 1px solid #999999;
	background-color: #888888;
	color: #ffffff;
}

#opinieStart .buttonContainer {
	position: absolute;
	bottom: 0px;
}


.opinieFullItem {
	width: 100%;
}

.opinieStartItem .opinieImg, .opinieFullItem .opinieImg {
	padding: 10px;
	width: 368px;
	height: 245px;
}

.opinieStartItem .content {
	font-size: 12px;
	font-weight: 300;
}

.opinieFullItem > a, .opinieStartItem > a {
	width: 368px;
	height: 245px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	max-width: 50%;
	margin-left: 20px;
	margin-right: 20px;
	background-origin: border-box;
}

.opinieFullItem .opinieLink {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
	display: block;
}

.opinieStartItem .opinieContent {
	padding-bottom: 20px;
	text-align: justify;
}

.opinieFullItem .opinieContent {
	font-size: 16px;
}

.opinieContent {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.89;

}

@media only screen and (max-width: 999px) {
	.opinieStartItem > a {
		max-width: 100%;
		width: 100%;
		height: auto;
	}

	#opinieContainer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.opinieStartItem .opinieLink a {
		display: table;
	}

	.opinieStartItem .opinieImg, .opinieFullItem .opinieImg {
		width: 90%;
		margin: auto;
		text-align: center;
		height: auto;
	}

	.opinieFullItem > a, .opinieStartItem > a {
		float: none;
	}
}


@media only screen and (max-width: 999px) {
	#opinie, #opinieStart {
		max-width: 100%;
		flex-wrap: wrap;
	}

	#opinieStart .item {
		width: 100%;
		padding-bottom: 0px;
	}

}

/**web_7news.css END**/

/**web_artworkcli.css**/
#searchResult {
	font-size: 13px;
	z-index: 2;
	width: auto;

}

#searchResult {
	display: flex;
	flex-wrap: wrap;
}

#searchCategories {
	margin-top: 10px;
	margin-bottom: 10px;
}

#searchResult div.loadproductdata, #searchResult div.notloadproductdata {
	cursor: pointer;
	width: 195px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin: 18px;
	padding: 8px;
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
	max-width: 34vw;
	aspect-ratio: 1;
}

#searchResult div:hover {
	filter: brightness(80%);
	transition: all 200ms ease-in;

}

.addToCart:hover {
	cursor: pointer;
}

#searchResult .header {
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
	background-color: #cccccc;
}

#searchResult > div span, #searchResult > span {
	font-weight: bold;
	cursor: pointer;
}

#searchResult > span {
	padding: 5px;
}

#searchResult input {
	width: 60px;
}

.stronicowanie {
	float: none;
}

#paginationTop, #paginationBottom {
	display: flex;
	justify-content: flex-end;

}

#cartInfo {
	position: absolute;
	top: 15px;
	right: 30px;
}

#cartInfo:hover {
	cursor: pointer;
}

input#produktSearchInput {
	font-size: 20px;
	padding: 10px;
	width: 300px;
}


.stronicowanie_aktywne {
	color: #ffffff !important;
	border: 1px solid var(--mainButtonHoverColor) !important;
	background: var(--mainButtonColor) !important;


}

.stronicowanie_przerwa {
	width: 1px;
	height: 20px;
	float: left;
	background: #A0A0A0;
	margin: 4px 6px;
}

.stronicowanie span:hover {
	filter: brightness(120%);
	cursor: pointer;
}

.stronicowanie span {
	color: #202d37;
	display: inline;
	float: left;
	text-align: center;
	text-decoration: none;
	border: 1px solid #dddddd;
	border-radius: 4px 4px 4px 4px;
	padding: 7px 12px;
	margin: 2px;
	background: #e9e9e9;
	transition: all 200ms ease;
}

.productCont {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.productCont > div {
	margin: 5px;
	padding: 10px;
	transition: all 200ms ease;
	margin-bottom: 25px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 10px;
	background-color: #f8f8f8;
}

.productCont > div:hover {
	cursor: pointer;
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
}

.artImageBox div {
	width: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-width: 34vw;
	aspect-ratio: 1;
}

.loadproductdata, .notloadproductdata {
	position: relative;
	min-height: 55px;
	padding-top: 5px;
}

.magnify {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 24px;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	color: #888888;
}

.instant {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 24px;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	color: #00f83c;
}

.selectProduct {
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: 24px;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
	transition: all 200ms ease;
	color: #888888;
}

.selectProduct:hover {
	color: #4499D2;
}

.loadproductdata:hover, .notloadproductdata:hover {
	transition: all 200ms ease;
	color: #4499D2;
}

.productCont div > span {
	display: block;
	font-size: 20px;
}

.productCard .name {
	font-size: 20px;
}

.productCard .description {
	font-size: 18px;
	color: #555;
	margin-top: 15px;
}

.productCard .image {
	position: relative;
	display: flex;
	justify-content: flex-start;
}

.productCard .cart {
	margin-left: 30px;
	display: flex;
	align-items: center;
}

.productCard img {
	width: 250px;
	height: 250px;
	border-radius: 15px;
	box-shadow: 0px 0px 20px -3px rgb(159, 159, 159);
}

#searchResult table {
	width: 100%;
}

.price .int {
	font-weight: bold;
}

.price .dec {
	font-weight: bold;
	font-size: 75%;
}

.euro {
	font-size: 75%;
	font-weight: bold;
}

#menu_panel_admin {
	display: none;
}

.category:hover {
	cursor: pointer;
}

i {
	font-size: 24px;
}

.tocart {
	color: #111d46;
	display: inline-block;
	padding-left: 20px;
	font-size: 18px;
}

.tocart i {
	font-size: 18px;
	padding-right: 5px;
}

.tocart a {
	color: #111d46;
}


#cms_go_up {
	display: none;
}

.orderSumup img {
	width: 50px;
	height: 50px;
}

@media (max-width: 1000px) {

}

.tocart svg {
	width: 22px;
	height: 22px;
}

#cart svg {
	width: 32px;
	height: 32px;
}

#cartResult svg {
	width: 32px;
	height: 32px;
}

#container_content svg {
	width: 32px;
	height: 32px;
}

#container_content svg.cartIcon {
	width: 32px;
	height: 32px;
	position: relative;
	top: 10px;
	left: -5px;
}
/**web_artworkcli.css END**/

/**web_base.css**/
:root {
	--mainAccentColor: #662483;
	--mainContSize: 1200px;
	--mainButtonColor: #3A0CA3;
	--mainButtonHoverColor: #4361EE;
}
*, *:before, *:after {
	box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, img,
table, caption, tbody, tfoot, thead, tr, th, td, ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	font-size: inherit;
}

.strona_info_tresc h1, .strona_info_tresc h2, .strona_info_tresc h3, .strona_info_tresc h4, .strona_info_tresc h5, .strona_info_tresc h6 {
	clear: both;
}

h1, h2 {
	font-size: 32px;
	line-height: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

h3 {
	font-size: 30px;
	padding-top: 20px;
	padding-bottom: 25px;
}

.clear {
	clear: both;
}

#content {
	background: linear-gradient(180deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100px);
}

.block {
	display: block;
}

a:visited, a:link, a:hover, A:active {
	text-decoration: none;
}

a {
	color: inherit;
}

html {
	width: 100%;
	height: 98vh;
}

.flex {
	display: flex;
}

.flex-wrap-wrap {
	flex-wrap: wrap;
}

.flex-justify-around {
	justify-content: space-around;
}

.bolder {
	font-weight: 800;
}

body {
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	margin: 0;
	padding: 0;
	/*! margin-left: 2vw; */
	/*! margin-right: 2vw; */
	height: 100vh;
	color: #191919;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center top;


}

#popup_message {
	width: 25vw;
	height: 15vh;
	font-size: 13px;
}

#popup_message_info {
	font-size: 1.5em;
	padding: 5px;
}

#popup_insert_message_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 101;
	background-color: rgba(0, 0, 0, 0.65);
}

#popup_insert_message_canvas {

	display: none;
	width: 30vw;
	height: 30vh;
	border: 5px solid #f0f0f0;
	background-color: #ffffff;
	position: fixed;
	top: 50%;
	left: 50%;
	/* bring your own prefixes */
	transform: translate(-50%, -50%);
}

#popup {
	position: fixed;
	left: 50%;
	display: none;
	margin-top: 10vh;
	z-index: 20000;
}

#popup_wrapper {
	background-color: #ffffff;
	border-radius: 10px;
	color: #000000;
	border: 1px solid #331F48;
	padding: 10px;
	position: relative;
	left: -50%;
	margin-top: 5vh;
	overflow: auto;
}

#popup_wrapper table tr, #popup_wrapper table tr td {
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 0px;
	padding-bottom: 0px;
	border: 0px;
}

#popup_wrapper form input, #popup_wrapper form textarea, #popup_wrapper form select {
	padding: 6px;
	font-size: 14px;
}

#close {
	cursor: pointer;
	float: right;
}

#popup_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 200;
	background-color: rgba(0, 0, 0, 0.85);
}

#popup_canvas {
	max-width: 85vw;
	max-height: 85vh;
	min-width: 20vw;
	min-height: 25vh;
}

#popup_canvas .button {
	margin-left: 10px;
}

#result {
	position: absolute;
	top: 200px;
	left: 200px;
	width: 400px;
	display: none;
	background-color: #ffffff;
	border-radius: 10px;
	color: #000000;
	border: 1px solid #331F48;
	padding: 10px;
	z-index: 20;
}

#close {
	cursor: pointer;
	float: right;
}

#result_content {
	clear: both;
}

#result_bg {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	right: 0px;
	bottom: 0px;
	top: 0px;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
}

@media only screen and (max-width: 999px) {
	h1, h2 {
		font-size: 30px;
		line-height: 30px;
		padding-top: 20px;
		padding-bottom: 25px;
	}

	h3 {
		font-size: 25px;
		padding-top: 20px;
		padding-bottom: 25px;
	}

}


@media (max-width: 1000px) {
	.rdC3 {
		max-width: 75%;
	}

	.rdC6, .rdC9, .rdC12 {
		max-width: 100%;
	}
}


@media (min-width: 1000px) {
	.rdC3 {
		max-width: 25%;
	}

	.rdC6 {
		max-width: 50%;
	}

	.rdC9 {
		max-width: 75%;
	}

	.rdC12 {
		max-width: 100%;
	}

}

.c1 {
	flex: 0 0 8.33%;
	max-width: 8.33%;
}

.c2 {
	flex: 0 0 16.66%;
	max-width: 16.66%;
}

.c3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.c4 {
	flex: 0 0 33.33%;
	max-width: 33.33%;
}

.c5 {
	flex: 0 0 41.66%;
	max-width: 41.66%;
}

.c6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.c7 {
	flex: 0 0 58.33%;
	max-width: 58.33%;
}

.c8 {
	flex: 0 0 66.66%;
	max-width: 66.66%;
}

.c9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.c10 {
	flex: 0 0 83.33%;
	max-width: 83.33%;
}

.c11 {
	flex: 0 0 91.66%;
	max-width: 91.66%;
}

.c12 {
	flex: 0 0 100%;
	max-width: 100%;
}


div.contentBox .form-group.row {
	font-size: 14px;
}

div.contentBox .form-group {
	padding-top: 7px;
	padding-bottom: 7px;
	border-bottom: 1px solid #f2f2f2;
}

div.contentBox {
	padding-left: 20px;
	padding-right: 20px;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}


@media (min-width: 1000px) {
	.c {
		flex-basis: 0;
		flex-grow: 1;
		max-width: 100%;
	}

	.cAuto {
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}
}


.info {
	color: #006a50;
	background-color: #97f5a6;
	fill: #006a50;
}

.error {
	color: #7e2c2f;
	background-color: #fcddde;
	fill: #7e2c2f;
}

.tip {
	color: #0d5e84;
	background-color: #d1f0ff;
	fill: #0d5e84;
}

.warn {
	color: #806203;
	background-color: #fdf2cd;
	fill: #806203;
}

.info svg, .warn svg, .error svg, .tip svg {
	width: 32px;
	height: 32px;
	padding-right: 10px;
	float: left;
	clear: both;
	padding-bottom: 8px;
}

.info, .warn, .error, .tip {
	font-size: 16px;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 4px 10px 4px 35px;


}

.info p, .warn p, .error p, .tip p {
	padding-top: 5px;
	padding-bottom: 3px;
}

.svgicon {
	display: inline-block;
	width: 24px;
	height: 24px;
	fill: currentColor;
	vertical-align: middle;
}

.google {
	display: none !important;
}

#headerBreadCrumbs {
	text-transform: lowercase;
	color: var(--mainAccentColor);
}

#headerBreadCrumbs a:last-child {
	font-weight: bold;
}

/**web_base.css END**/

/**web_footer.css**/
#container_footer_top_full {
	background-color: #caaf87;
	color: #ffffff;

}

#container_footer_top {
	width: 100%;
	margin: auto;
	font-size: 15px;
	max-width: 1110px;
	display: flex;
	justify-content: space-around;
	height: 125px;
	align-items: center;
	line-height: 30px;
}

#container_footer_full {
	clear: both;
	padding-top: 10px;
	width: 100%;
	color: #ffffff;
	background-color: #101010;
}

#container_footer {
	position: relative;
	margin: auto;
	max-width: 1110px;
	width: 100%;
	font-weight: 300;
	font-size: 14px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-top: 5px;
	display: flex;
	justify-content: space-around;
}


#container_footer_bottom {
	width: 100%;
	margin: auto;
	font-size: 15px;
	max-width: 1110px;
	display: flex;
	justify-content: space-around;
	height: 125px;
	align-items: center;
	line-height: 30px;
}

#footer_realizacja {
	background-repeat: no-repeat;
	background-position: center right;
	/*background-image: url(/template/silberkunst/images/logo_silv.png);*/
	display: block;
	margin: auto;
	width: 71px;
	height: 30px;
	margin-top: 10px;
}


#pageBottomLinks {
	position: absolute;
	left: 20px;
	top: 20px;
}

#menu_bottom {
	position: absolute;
	left: 25px;
	top: 15px;
}

#container_footer_bottom {
	display: flex;
	justify-content: space-between;
	height: 82px;
}

#footer_goldencars {
	margin-left: 30px;
}


#fullFooter .footerInfo h4 {
	letter-spacing: 3.9px;
	font-size: 13px;
	border-bottom: 1px solid #25282c;
	color: #25282c;
	padding-left: 10px;
	display: inline-block;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#fullFooter .footerInfo {
	color: #888;
	letter-spacing: 1.1px;
	font-size: 11px;
	line-height: 25px;
	text-align: right;
}

#fullFooter .footerInfo a:hover {
	text-decoration: underline;
}

@media only screen and (max-width: 999px) {

	#fullFooter .footerInfo {
		text-align: center;
	}

	#container_footer_top {
		display: block;
		height: auto;
		padding-bottom: 10px;
		padding-top: 10px;
	}

	#container_footer_top > div {
		margin: auto;
		text-align: center;
	}

	#container_footer {
		display: block;
		text-align: left;
	}

	#container_footer > div:last-child {
		text-align: left;
		margin-top: 15px;
	}

}


#footer {
	position: relative;
	max-width: 1110px;
	margin: auto;
	padding-top: 40px;
	min-height: 100px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}


#footerRealizacja {
	width: 100%;
	margin: auto;
	background-color: #fff;
	padding-bottom: 10px;
}

#facebookIcon {
	padding-left: 50px;
	width: 32px;
	height: 32px;
	background-image: url(/template/silberkunst/images/fb_icon.png);
	background-repeat: no-repeat;
	background-position: center left;
	filter: opacity(0.5);
	transition: all 300ms ease-in;
}

#facebookIcon:hover {
	filter: none;
}

/**web_footer.css END**/

/**web_forms.css**/

form input, form select, form textarea {
	padding: 10px;
	font-family: inherit;
	font-size: 15px;
	color: #000000;
	border-radius: 4px;
	background-color: #ffffff;
	border: 2px solid #D8D8D8;
}

input, select {
	padding: 4px 2px 4px 2px;
}

::-webkit-input-placeholder, :-moz-placeholder, ::-moz-placeholder, :-ms-input-placeholder {
	color: #aaaaaa;
}


form input[type="checkbox"] {
	width: auto;

}


.button {
	min-width: 100px;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	padding: 15px 30px;
	border-radius: 0px;
	border: 0;
	text-align: center;
	cursor: pointer;
	transition: all 300ms ease-in;
	font-family: Montserrat, sans-serif;
	white-space: nowrap;
}

input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button.round, .button.round {
	border-radius: 30px;
}

.button.extra-small {
	font-size: 12px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.button.tiny {
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.button.small {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.button.medium {
	font-size: 15px;
	padding-top: 13px;
	padding-bottom: 13px;

}

.button.big {
	font-size: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
}

.button.narrow {
	padding-left: 20px;
	padding-right: 20px;
	min-width: 100px;
}

.button.wider {
	padding-left: 40px;
	padding-right: 40px;
	min-width: 150px;
}

.button.wide {
	padding-left: 70px;
	padding-right: 70px;
	min-width: 200px;
}


.button.border-white {
	border: 3px solid #ffffff;
}

.button.border-white-small {
	border: 1px solid #ffffff;
}

.button.border-dark {
	border: 3px solid #191919;
}

.button.border-dark-small {
	border: 1px solid #191919;
}


.button.red {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

.button.red:hover {
	background-color: var(--mainAccentColor);
}

.button.silber {
	background-color: var(--mainButtonColor);
	color: #ffffff;
}

.button.silber:hover {
	background-color: var(--mainButtonHoverColor);
}

.button.darkred {
	background-color: #6a0e18;
	color: #ffffff;
}

.button.darkred:hover {
	background-color: #8a2e38;
}

.button.hover-red:hover {
	border-color: #94232b;
	background-color: rgb(183 32 42);
}

.button.hover-red.hover-border-red:hover {
	background-color: #bd222c;
	border: solid #bd222c;
}

.button.gray {
	background-color: #9b9b9b;
	color: #ffffff;
}

.button.gray:hover {
	background-color: #AbAbAb;
}

.button.transparent {
	color: #000000;
	background-color: rgba(0, 0, 0, 0);
}

.button.transparent:hover {
	background-color: rgba(0, 0, 0, 0.1);
}

.button.hover-red-light:hover {
	border-color: #94232b;
	background-color: #B7202A;
}

.button.white {
	background-color: #ffffff;
	color: #000000;
}

.button.color-white {
	color: #ffffff;
}

.button.white:hover {
	background-color: #000000;
	color: #ffffff;
}


@media only screen and (max-width: 999px) {
	form input, form select, form textarea {
		max-width: 100%;
	}

	body .buttons.right {
		justify-content: space-around;
		text-align: center;
		margin-left: 0px;

	}

	.buttons.right .button {
		display: inline-block;
		margin-top: 8px;
	}


}

/**web_forms.css END**/

/**web_kontakt.css**/
.contact_form_response {
	font-weight: bold;
}

#kontaktFull {
	width: 100%;
}

#kontakt {
	border-radius: 10px;
	max-width: 1100px;
	margin: auto;
	position: relative;
	top: -50px;
	display: flex;
	padding: 40px;
	flex-wrap: wrap;
}

#kontakt h4 {
	font-size: 24px;
	font-weight: 600;
	padding-bottom: 30px;
}


#kontakt > div:first-child {
	width: 380px;
}

#kontakt > div:last-child {
	width: 630px;
}

#kontakt .phoneNum {
	font-size: 25px;
	position: relative;
	top: -10px;
}

#Footer {
	margin: auto;
	max-width: 1100px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	display: flex;
	justify-content: space-between;
	padding-bottom: 40px;
	flex-wrap: wrap;
}

#Footer strong {
	font-weight: 600;
}

#Footer h2 {
	font-size: 15px;
}

#kontakt .contactRow.rowSubmit {
	justify-content: right;
}

.contactRow {
	display: flex;
	color: #000000;
	text-align: left;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.compflexnowrap {
	flex-wrap: nowrap;
}

.contactRow.compflexnowrap > div {
	justify-content: space-between;
	width: 100%;
}

.contactRow > div:not(:first-child) {
	margin-left: 20px;
}

.contactHeader {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	line-height: 80px;
}

.contactLabel {
	font-size: 13px;
	line-height: 50px;
}

#kontakt .button:hover {
	border-color: #94232b;
	background-color: #bd222c;
	color: #ffffff;
}

.contactItem {
	width: 100%;
}

#contact_form_left > form > div:last-child {
	width: auto;
}


#fullFooter h2 {
	padding-bottom: 0px;
}

#fullFooter table {
	border-collapse: collapse;
	border: none;
}


#fullFooter table td {
	padding: 10px;
}


#fullFooter .mobilehide, #fullFooter .mobile {
	text-align: center;
}

#fullFooter .mobilehide p {
	text-align: left;
}


#fullFooter table p {
	padding-left: 10px;
}


@media only screen and (min-width: 1000px) {
	#fullFooter .mobile {
		display: none;
		text-align: center;
	}


	.contactRow {
		width: 100%;
	}

	.contactRow input, .contactRow textarea {
		width: 100%;
	}

}

#fullFooter .socialIcons {
	width: 50px;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

@media only screen and (max-width: 999px) {

	#fullFooter {
		padding-bottom: 50px;
	}

	#Footer {
		display: block;
		text-align: center;
	}

	#fullFooter .mobile p, #fullFooter .mobile a {
		padding-top: 0px;
	}

	#fullFooter .mobile p:last-child {
		padding-bottom: 10px;
	}

	#fullFooter .mobile a {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-top: 5px;
	}

	#fullFooter .mobile {
		text-align: center;
	}

	#fullFooter .mobilehide {
		display: none;
		text-align: center;
	}

	.contactGroup {
		min-width: 100%;
	}

	.contactRow {
		width: 100%;
	}

	.contactRow input, .contactRow textarea {
		width: 100%;
	}

	#contact_form_left {
		width: 100%;

	}

	#fullFooter h2 {
		margin-top: 0px;
	}

	.compflexnowrap {
		flex-wrap: wrap;
	}

	.contactRow > div:not(:first-child) {
		margin-left: 0px;
		margin-top: 17px;
	}
}

/**web_kontakt.css END**/

/**web_logged.css**/
#zakupInfoShop {

}

#zakupInfoShop .zakupDetails table {
	width: 100%;
}

#zakupInfoShop .zakupDetails table tr {
	border-top: solid 2px #d7d7d7;
	border-bottom: solid 2px #d7d7d7;
	background-color: #ffffff;
}

#zakupInfoShop .zakupDetails table td.itemName {
	font-size: 20px;
	color: #bd222c;
	text-align: left;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
}

#zakupInfoShop table.zakupSumpup {
	font-size: 22px;
	min-width: 300px;
	width: auto;
}

#zakupInfoShop .zakupDetails table th {
	text-align: right;
}

#zakupInfoShop .zakupDetails table th:first-child {
	text-align: left;
}

#zakupInfoShop .zakupDetails table td {
	text-align: right;
}

#zakupInfo {
	display: flex;
	justify-content: flex-start;
	max-width: 900px;

}


#zakupInfo .zakupDetails {
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 30px;
	width: 100%;
}

#zakupInfo .zakupDetails {
	margin-left: 45px;
}

#zakupInfo .zakupDetails h2.header {
	font-size: 18px;
	color: #bd222c;
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 18px;
}


#zakupInfo .boxCont {
	background-color: #ffffff;
	margin-bottom: 20px;
}

#zakupInfo .boxSubInfo {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 5px;
}

#zakupInfo .boxSubInfo:last-child {
	padding-bottom: 30px;
}

#zakupInfo .boxSubInfo .label {
	font-size: 12px;
	font-weight: normal;
}

#zakupInfo #subsriptionList {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
}

#zakupInfo #subsriptionList th td {
	padding: 10px;
	text-align: center;
}

#zakupInfo #subsriptionList th {
	border-bottom: 1px solid #b4deef;
}

#zakupInfo #subCalendarData {
	font-size: 16px;
}

#zakupInfo #subCalendarData h4 {
	margin-top: 20px;
	margin-bottom: 10px;
}

#zakupInfo .dataList div {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#zakupInfo .dataList div > span:last-child {
	font-weight: bold;
	padding-left: 10px;
}

#zakupInfo .dataList div:nth-child(even) {
	background-color: #f6f6f6;
}

#bottleCont {
	display: flex;
	justify-content: center;
}

#bottleCont > div {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	width: 40px;
	height: 100px;
	margin: 5px;
}

#bottleCont .bottlesuprise {
	background-image: url(/template/silberkunst/images/wine_custom.png);
}

#bottleCont .bottle1 {
	background-image: url(/template/silberkunst/images/wine_red.png);
}

#bottleCont .bottle2 {
	background-image: url(/template/silberkunst/images/wine_white.png);
}


#zakupInfo .dataList div:nth-child(odd) {
	background-color: #ffffff;
}

#zakupInfo .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	width: 90%;
	height: auto;
	min-height: 180px;
	margin: auto;
}

#zakupInfo .boxCont.classicbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_classic.png);
}

#zakupInfo .boxCont.premiumbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_premium.png);
}

#zakupInfo .boxCont.deluxbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_delux.png);
}

#zakupInfo .boxName {
	font-size: 25px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 5px;
}

#zakupInfo .boxInfo {
	font-size: 12px;
	padding-bottom: 120px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
}

#zakupInfo .boxDetails {
	position: absolute;
	bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


#zakupInfo .boxCont {
	width: 220px;
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
	border-top: solid #8c0c15 14px;
	text-align: center;
}


#zakupInfo .boxPrice {
	font-size: 35px;
	color: var(--mainAccentColor);
}

#zakupInfo .boxPrice span {
	font-size: 25px;
	font-weight: 300;
}


@media only screen and (max-width: 999px) {
	#zakupInfo {
		max-width: 100%;
		width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin: auto;
	}

	#zakupInfo > div {
		max-width: 100%;
		margin: auto;
		width: 100%;
	}

	#zakupInfo .zakupDetails {
		margin-left: 0px;
	}

}


#accountInfo {
	display: flex;
	justify-content: flex-start;
	max-width: 900px;

}


#zakupInfo .zakupDetails > div {
	margin-bottom: 25px;
}


#accountInfo #subsriptionList {
	text-align: center;
	font-size: 12px;
	font-weight: normal;
}

#accountInfo #accountData div {
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

#accountInfo #accountData div > span:last-child {
	font-weight: bold;
	padding-left: 10px;
}

#accountInfo #accountData div:nth-child(even) {
	background-color: #f6f6f6;
}

#accountInfo #accountData div:nth-child(odd) {
	background-color: #ffffff;
}


@media only screen and (max-width: 999px) {
	#accountInfo {
		max-width: 100%;
		flex-wrap: wrap;
		justify-content: center;
		margin: auto;
	}

	#accountInfo > div {
		max-width: 100%;
		margin: auto;
	}

	#accountInfo .zakupDetails {
		margin-left: 0px;
	}

	#zakupInfo .boxCont {
		width: 90%;
		margin: auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}

	#zakupInfoShop .zakupDetails table td.itemName {
		font-size: 14px;
	}
}

/**web_logged.css END**/

/**web_menu.css**/
#logo_sticky {
	display: none;
}

#topMenu {
	position: relative;
}


#headerTopPage {
	font-size: 35.5px;
	font-weight: bold;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.28;
	letter-spacing: 0.71px;
	text-align: justify;
	color: var(--mainAccentColor);
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
}

#userTopMenu .userName span.arrowDown {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid var(--mainAccentColor);
	margin-left: 10px;
	position: relative;
	top: 18px;
}

@media only screen and (min-width: 1000px) {
	/* The sticky class is added to the navbar with JS when it reaches its scroll position */
	#loginButtonsTop {
		position: absolute;
		right: 30px;
		top: 20px;
		display: flex;
		width: 250px;
	}


	#menu_gora ul ul {
		visibility: hidden;
		position: absolute;
		height: 0;
		left: 0;
		width: 250px;
	}

	#menu_gora ul li:hover ul,
	#menu_gora ul a:hover ul {
		visibility: visible;
	}


	#topMenuFull {
		width: 100%;
		padding-bottom: 42px;
		background-repeat: no-repeat;
		background-position: center bottom;
	}

	#top_menu {
		color: #232424;
		font-size: 14px;
		text-transform: uppercase;
	}


	#menu_gora li > a {
		line-height: 40px;
		padding-left: 20px;
		padding-right: 19px;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	#menu_gora li:last-child > a {
		border-right: none;
	}

	#menu_gora li > a:hover {
		border-bottom: solid 8px var(--mainAccentColor);
	}


	.sticky #logo_sticky {
		display: block;
		position: absolute;
		left: 50px;
		top: 7px;

	}

	.sticky #logo_sticky img {
		height: 58px;
	}

	.sticky {
		position: fixed;
		top: 0;
		width: 100%;
		height: 70px;
		background-color: #fff;
		border-bottom: 3px solid var(--mainAccentColor);
		left: 0px;
		right: 0px;
		transition: all 100ms ease-in;
		z-index: 150
	}

	.sticky #menu_gora {
		top: 0px;
		margin: auto;
		padding-top: 0px;
	}

	.sticky #menu_gora ul {
		justify-content: flex-end;
	}


	.sticky #menu_gora ul > li > a {
		padding-top: 15px;
		padding-left: 20px;
		padding-right: 19px;
		line-height: 72px;
	}

	.sticky #menu_gora ul > li:last-child > a {
		border-right: none;
	}

	/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
	.sticky + .content {
		padding-top: 60px;
	}

	#opienie_archive {
		position: absolute;
		right: 0px;
		top: 45px;
	}

	#logo_cont {
		height: 123px;
		left: 0;
		top: 25px;
		position: absolute;
		width: 128px;
	}

	#menu_gora input {
		display: none;
	}

	#menu_gora {
		text-transform: uppercase;
		text-align: center;
		position: relative;
		max-width: 1110px;
		font-size: 14px;
		margin: auto;
		color: #232424;
		padding-top: 125px;
		letter-spacing: 2.8px;
		font-weight: bold;
	}

	#menu_gora ul {
		display: flex;
		list-style-type: none;
		justify-content: flex-end;
		flex-wrap: nowrap;
		z-index: 100;
		width: 100%;
	}

	#menu_gora ul > li > a {
		line-height: 60px;
	}

	#menu_gora ul > li {
		position: relative;
		z-index: 100;
		cursor: pointer;
	}

	#menu_gora ul > li {
		position: relative;
	}

	#menu_gora ul > li > a {
		text-decoration: none;
	}

	#menu .czapa {
		display: none;
	}

	.menu_separator_gora {
		display: none;
	}

	#menu_gora li {
		position: relative;
		z-index: 100;
	}

	#menu_gora ul > li:hover {
		transition: all 300ms ease-in;
	}

	#menu_gora li li {
		background-color: var(--mainAccentColor);
		color: #fff;
		text-align: left;
		font-weight: normal;
	}

	#menu_gora li li:hover {
		background-color: #8644A3;

	}

	#menu_gora li li a:hover {
		border-bottom: none;
	}

	#menu_gora ul li:hover ul,
	#menu_gora ul a:hover ul {
		visibility: visible;
	}

	#container_bottom_full {
		background: linear-gradient(to bottom, #2b1a42 50px, #efefef 50px);
	}
}

@media only screen and (max-width: 999px) {

	#logo_sticky {
		display: none;
	}

	nav {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
	}

	#menu_gora {
		font-size: 15px;
		position: absolute;
		left: 12px;
		top: 32px;
		padding-top: 5px;
		padding-left: 5px;
		z-index: 500;
	}

	#navigationCont.sticky #menu_gora {
		left: 5px;
		top: 5px;
	}

	#navigationCont.sticky {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		right: 0px;
		background-color: #fff;
		z-index: 100000;
		height: 60px;
	}

	#navigationCont.sticky #logo_sticky {
		display: inline;
		position: absolute;
		left: 0px;
		right: 0px;
		height: 40px;

	}

	#navigationCont.sticky #logo_sticky img {
		display: inline;
		height: 40px;
		position: absolute;
		left: calc(50% - 20px);
	}

	#navigationCont.sticky #menu_gora {
		text-transform: uppercase;
		position: relative;
		background-color: #f4f5ff;
		z-index: 1000;
	}

	#topAddress {
		display: flex;
		justify-content: center;
		text-align: center;
		position: relative;
	}

	#menu_gora ul.dropdown li:last-child {
		border-bottom: none;
	}

	#menu_gora li.jsexpandable ul.dropdown {
		display: none;
	}

	.opienieStartItem .opienieTitle {
		clear: both;
	}

	.opienieStartItem > a {
		margin: auto;
	}

	.opienieStartItem .opienieLink a {
		position: relative;
		margin: auto;
	}

	.gallery_container {
		justify-content: center;
	}

	.strona_info_tresc img {
		float: none !important;
		height: auto;
	}

	#pageBottomLinks span {
		display: block;
	}


	#menu_gora input {
		display: block;
		width: 62px;
		height: 59px;
		position: absolute;
		top: -7px;
		left: -5px;
		cursor: pointer;
		opacity: 0;
		z-index: 2;
		-webkit-touch-callout: none;
	}

	#menu_gora ul {
		background-color: #fff;
	}

	#menu_gora li a {
		display: block;
		padding-top: 8px;
		padding-bottom: 8px;
		border-bottom: 1px solid var(--mainAccentColor);
		line-height: 40px;
	}

	#menu_gora span {
		background-color: var(--mainAccentColor);
	}

	#menu_gora span {
		display: block;
		width: 45px;
		height: 7px;
		margin-bottom: 10px;
		position: relative;
		border-radius: 2px;
		z-index: 1;
		transform-origin: 4px 0px;
		transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
		opacity 0.55s ease;
	}

	#menu_gora span:first-child {
		transform-origin: 0% 0%;
	}

	#menu_gora span:nth-last-child(2) {
		transform-origin: 0% 100%;
	}

	#menu_gora input:checked ~ span {
		opacity: 1;
		transform: rotate(45deg) translate(1px, -1px);
		background-color: var(--mainAccentColor);
	}

	#menu_gora input:checked ~ span:nth-last-child(3) {
		opacity: 0;
		transform: rotate(0deg) scale(0.2, 0.2);
	}

	#menu_gora input:checked ~ span:nth-last-child(2) {
		opacity: 1;
		transform: rotate(-45deg) translate(4px, -1px);
	}


	#menu_gora ul {
		position: absolute;
		left: 0px;
		margin: -100px 0 0 0px;
		padding: 50px;
		padding-top: 125px;
		display: none;
		list-style-type: none;
		-webkit-font-smoothing: antialiased;
		overflow: hidden;
		opacity: 0;

	}

	#menu_gora input:checked ~ ul {
		right: -12px;
		width: 350px;
		opacity: 1;
		display: block;
		transition: opacity 1100ms ease-in;
	}

	#menu_gora #menu-item-facebook > a, #menu_gora #menu-item-instagram > a {
		top: 0px;
	}

	#container_content {
		padding-left: 15px;
		padding-right: 15px;
	}
}


#menu-item-zaloguj {
	position: absolute;
	right: 5px;
	top: 0px;
}


#menu-item-zaloguj:hover a, #menu-item-zaloguj.active a {
	background-color: #dab171;
	color: #4d4d4d;
	border: 1px solid rgba(0, 0, 0, 0);
}

#menu-item-zaloguj:hover a:before, #menu-item-zaloguj.active a:before {
	filter: brightness(0%);
}

#menu-item-zaloguj a {
	font-weight: bold;
	font-size: 15px;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-color: transparent;
	line-height: 100px;
	padding-left: 20px;
	padding-right: 19px;
	padding-top: 18px;
	padding-bottom: 18px;
}

#menu-item-zaloguj a {
	padding-left: 60px;

}

#menu-item-zaloguj a:hover {
	background-color: #dab171;
	color: #4d4d4d;
	border: 1px solid transparent;
}

#menu-item-zaloguj a:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	background-position: 20px center;
	background-repeat: no-repeat;
}

#menu-item-zaloguj a:hover:before {
	filter: brightness(0%);
}

#menu-item-zaloguj:hover #zalogujCustomMenu {
	display: flex;
}

#zalogujCustomMenu {
	color: #4d4d4d;
	text-align: left;
	position: absolute;
	right: 0px;
	top: 87px;
	justify-content: center;
	width: 600px;
	font-size: 14px;
	display: none;
	background-color: #dab171;
	font-weight: 400;
	padding: 25px;
	cursor: initial;

	background-repeat: no-repeat;
	background-position: right center;
	border-top: 3px solid #e9c48b;
	border-bottom: 3px solid #e9c48b;
}

#zalogujCustomMenu > form {
	display: flex;
}

#zalogujCustomMenu > form > div {
	margin-left: 10px;
	margin-right: 10px;
}

#zalogujCustomMenu .bold {
	font-weight: 600;
}


#zalogujCustomMenu input {
	border: 1px solid #ffffff;
	background-color: transparent;
}

#zalogujCustomMenu input {
	display: block;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 30px;
	color: #4d4d4d;
	width: 200px;
}

#zalogujCustomMenu .header {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

.pointer {
	cursor: pointer !important;
}


#zalogujCustomMenu input.button {
	background-color: #4d4d4d;
	color: #dab171;
	padding-left: 35px;
	padding-right: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	display: inline-block;
	border: none;
}

#zalogujCustomMenu input.button:hover {
	background-color: #ffffff;
	color: #000000;
}

#zalogujRightInfo {

}

#navigationCont.sticky {
	width: 100%;
	background-color: #fff;
}

#navigationCont.sticky #menu-item-zaloguj {
	right: 0px;
	top: -16px;
}

#navigation {
	width: 1110px;
	margin: auto;
	position: relative;
}


#navigationCont.sticky #menu-item-zaloguj a:before {
	filter: brightness(0%);
}

#navigationCont.sticky #menu-item-zaloguj a {
	border: none;
}

#userTopMenu .userName {
	background-image: url(/template/silberkunst/images/profil_user_photo.png);
	background-position: 10px 5px;
	background-repeat: no-repeat, no-repeat;
	cursor: pointer;
	padding-right: 10px;
	min-width: 50px;
	min-height: 20px;
	padding-left: 47px;
	padding-top: 8px;
	padding-bottom: 21px;

}

#userTopMenu {
	position: absolute;
	top: 10px;
	right: 20px;
	text-align: left;
}

#userTopMenu .userMenu {
	font-weight: 300;
	font-size: 12px;
	right: -10px;
	z-index: 100;
	background-color: var(--mainAccentColor);
	cursor: pointer;
	position: absolute;
	top: 47px;
}

#userTopMenu .userMenu ul {
	border-bottom: 6px solid var(--mainAccentColor);
	text-align: left;
}


#userTopMenu .userMenu li {

	border-bottom: 1px solid var(--mainAccentColor);
	color: #ffffff;
	font-weight: bold;
}

#userTopMenu .userMenu li:hover {
	background-color: var(--mainAccentColor);
}

#userTopMenu .userMenuChange > div {
	display: none;
	position: absolute;
	top: 95px;
	left: 0px;
	background-color: #ffffff;
	z-index: 10;
	transition: all 200ms ease-in;
	white-space: nowrap;
	font-size: 14px;
	width: 350px;
	line-height: 20px;
}

#userTopMenu .userMenu div li {
	position: relative;
}

#userTopMenu .userMenu li a {
	font-size: 14px;
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-weight: bold;
	transition: all 200ms ease-in;
	padding-right: 40px;
}


#userTopMenu .userMenu div li a:hover {
	background-color: #864493;
	color: #ffffff;
}

@media only screen and (min-width: 999px) {
	#userTopMenu:hover .userMenu {
		display: block !important;
	}

	#userTopMenu {
		display: flex;
		flex-wrap: nowrap;
	}
}

@media only screen and (max-width: 999px) {

	#headerTopPage {
		font-size: 28px;
		margin-top: 5px;
		padding-left: 20px;
		text-align: center;
	}

	#menu-item-zaloguj {
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 1100;
	}

	#navigation {
		width: 100%;
	}

	#navigationCont.sticky #menu-item-zaloguj {
		top: 8px;
	}

	#menu-item-zaloguj a:before {
		background-position: 25px center;
	}


	#menu-item-zaloguj span {
		display: none;
	}

	#menu-item-zaloguj a {
		line-height: 45px;
	}

	#zalogujCustomMenu {
		width: 100vw;

		right: -10px;
		top: 52px;
	}

	#navigationCont.sticky #zalogujCustomMenu {
		right: 0px;
	}

	#zalogujCustomMenu input {
		padding-left: 5px;
		padding-right: 5px;
	}

	#zalogujCustomMenu input {
		max-width: 90%;
	}

	#zalogujCustomMenu {
		padding-left: 0px;
		padding-right: 0px;
	}

	#zalogujCustomMenu > form {
		overflow: hidden;
		max-width: 100%;
		padding: 0px;
	}

	#logo_cont {
		text-align: center;
		padding-top: 15px;
	}

	#logo_cont img {
		max-width: 90px;
	}


	#userTopMenu {
		padding-left: 0px;
		background-image: none;
		right: 12px;
		display: flex;
		justify-content: left;
		top: 40px;
	}

	#iconCart, #iconLogin, #iconCart:hover, #iconLogin:hover {
		border-bottom: none !important;
	}

	#userTopMenu .userName {
		background-repeat: no-repeat;
		background-image: url(/template/silberkunst/images/profil_user_photo.png);
		padding-top: 10px;
		padding-bottom: 10px;
		height: 40px;
		padding-left: 0px;
		padding-right: 0px;
		display: inline-block;
	}

	#userTopMenu .userNameInfo {
		display: none;
	}

	#userTopMenu .userName span.arrowDown {
	margin-left: 45px;
	}
}

/**web_menu.css END**/

/**web_middleShop.css**/
#middleShopFull {
	width: 100%;
}

#middleShop {
	max-width: 1110px;
	position: relative;
	margin: auto;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 40px;
	padding-right: 40px;
	transition: all 200ms ease-in;

}

#middleShop .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}

#middleShop .content a {
	width: 30%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

#middleShop .nagrodaCont {
	min-height: 198px;
	border-radius: 40px;
	margin: auto;
	margin-top: 10px;
	max-width: 1000px;
	transition: all 200ms ease-in;
}

#middleShop .nagrodaCont:hover {
}

#middleShop .header {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 6px;
}

#middleShop .nagrodaName {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: normal;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

#middleShop .nagrodaImg {
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 100%;
}

#middleShop .nagrodaDetails {
	align-items: center;
	display: flex;
	justify-content: center;
}

#middleShop .nagrodaContent {
	text-align: justify;
	font-size: 16px;
	color: #868686;
	line-height: 28px;
}

#middleShop .nagrodaDetails .button {
	color: #222;
	letter-spacing: 2.8px;
	border: 1px solid #cfcfcf;
}

#middleShop .nagrodaDetails .button:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#middleShop .nagrodaPrice {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

#middleShop .nagrodaPrice span {
	font-size: 25px;
	font-weight: 300;

}

#middleShop .nagrodyPointInfo {
	width: 195px;
	float: left;
	margin-top: 65px;
}

#middleShop .nagrodaImage img {
	max-width: 400px;
	max-height: 350px;
}

#middleShop .nagrodaMain {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
}

#middleShop .nagrodaMain {
	z-index: 10;
	opacity: 0;
	display: none;
}


@media only screen and (max-width: 999px) and (orientation: portrait) {

}

@media only screen and (max-width: 999px) {

	#middleShop .content {
		flex-wrap: wrap;
	}

	#middleShop div.nagrodyList {
		justify-content: center;
	}

	#middleShop .nagrodaName {
		margin: auto;
		text-align: center;
	}

	#middleShop .nagrodaDetails {
		margin: auto;
		margin-bottom: 25px;
	}


	#middleShop .header {
		font-size: 30px;
		line-height: 35px;
	}
}

/**web_middleShop.css END**/

/**web_middleWhyUs.css**/
#middleWhyUsFull {
	width: 100%;
	background-image: url(/template/silberkunst/images/bg_white_page.png);
	background-repeat: repeat;
}

#middleWhyUs {
	max-width: 1110px;
	position: relative;
	margin: auto;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 200ms ease-in;
}

#middleWhyUs .content {
	display: flex;
	justify-content: space-between;
}

#middleWhyUs img {

}

#middleWhyUs .header {
	font-size: 42px;
	text-align: center;
	font-weight: 500;
}

#middleWhyUs p {
	position: relative;

}

#middleWhyUs ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#middleWhyUs li {
	width: 370px;
	margin: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 15px;
	line-height: 1.8;
	letter-spacing: normal;
	color: rgba(25, 25, 25, 0.5);
}

#middleWhyUs span {
	display: block;
}

#middleWhyUs li div {
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: 500;
	color: #191919;
}

@media only screen and (min-width: 1000px) {
	#middleWhyUs .content ul:first-child {
		text-align: right;
	}

	#middleWhyUs .content ul:last-child {
		text-align: left;
	}

	#middleWhyUs {
		padding-bottom: 30px;
	}
}

@media only screen and (max-width: 999px) {
	#middleWhyUs li {
		text-align: center;
		max-width: 100%;
		width: 100%;
	}

	#middleWhyUs .content {
		justify-content: initial;
		flex-wrap: wrap;
	}

	#middleWhyUs {
		padding-bottom: 30px;
		padding-top: 50px;
	}

	#middleWhyUs p {
		display: none;
	}

	#middleWhyUs .header {
		line-height: 35px;
		height: 30px;
		padding-bottom: 50px;
	}
}

/**web_middleWhyUs.css END**/

/**web_middleboxes.css**/
#middleOMnieFull {
	width: 100%;
	color: #868686;
}

#middleOMnie {
	max-width: 1110px;
	position: relative;
	margin: auto;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 200ms ease-in;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
}

#middleOMnie > div.omnie {
	background-image: url(/template/silberkunst/images/cytat.png);
	background-repeat: no-repeat;
	background-size: 90px;
	background-position: 0px 0px;
	padding-top: 20px;
}

#middleOMnie .content {
	padding-top: 35px;
	padding-left: 40px;
	text-align: justify;
}

#middleOMnie .header {
	font-size: 26px;
	letter-spacing: 0.52px;
	padding-left: 40px;
}

#middleOMnie .header span {
	font-weight: 900;
}

#middleOMnieImg {
	background-image: url(/template/silberkunst/images/zdj_mrajwa.png);
	background-size: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	width: 562px;
	height: 562px;
	min-width: 562px;
}

@media only screen and (max-width: 999px) {
	#middleOMnie .content {
		justify-content: initial;
		padding-left: 20px;
		padding-right: 20px;
	}

	#middleOMnie {
		flex-wrap: wrap;
	}

	#middleOMnieImg {
		min-width: 0px;
		max-width: 100%;
		aspect-ratio: 1;
		height: auto;
	}

	#middleOMnie .header {
		font-size: 30px;
		line-height: 35px;
	}

	#middleOMnie > div.omnie {
		padding-top: 10px;
	}

}

/**web_middleboxes.css END**/

/**web_news.css**/
#opienieFull {
	width: 100%;
	padding-bottom: 50px;
	padding-top: 30px;
}

#opienie {
	max-width: 1110px;
	position: relative;
	margin: auto;
	height: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

#opienieContainer {
	margin: auto;
	text-align: left;
	max-width: 1110px;
	color: #424147;
}

#opienieContainer h3 strong, #opienieContainer h4 strong {
	font-weight: 900;
}

#opienieContainer h3 {
	font-weight: 300;
	text-align: center;
	font-size: 35px;
}

#opienieContainer h4 {
	font-weight: 300;
	text-align: center;
	font-size: 24px;
}

#opienie_archive {
	font-size: 12px;
	letter-spacing: 0.9px;
	text-align: left;
	font-weight: bold;
	display: inline-block;
}

.opienieStartItem .opienieTitle {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	margin-bottom: 10px;
	letter-spacing: normal;
	color: #dab171;
}

.opienieFullItem {
	width: 100%;
}

.opienieStartItem .opienieImg, .opienieFullItem .opienieImg {
	padding: 10px;
	width: 368px;
	height: 245px;
}

.opienieStartItem .content {
	font-size: 14px;
	font-weight: 100;
}

.opienieFullItem > a, .opienieStartItem > a {
	width: 368px;
	height: 245px;
	background-repeat: no-repeat;
	background-size: cover;
	float: left;
	max-width: 50%;
	margin-left: 20px;
	margin-right: 20px;
	background-origin: border-box;
}


.opienieStartItem .opienieLink a {
	padding: 10px 70px;
	font-size: 22px;
	text-align: center;
	margin-top: 10px;
	bottom: 0px;
	background-color: #ffffff;
}

.opienieStartItem {
	clear: both;
	margin-bottom: 20px;
	margin-top: 50px;
	min-height: 160px;
	position: relative;
	width: 100%;
}

.opienieFullItem .opienieLink {
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	margin-top: 20px;
	display: block;
}

.opienieStartItem .opienieContent {
	padding-bottom: 20px;
}

.opienieFullItem .opienieContent {
	font-size: 16px;
}

.opienieContent {
	font-size: 14px;
	font-weight: 300;
	line-height: 1.89;

}

@media only screen and (max-width: 999px) {
	.opienieStartItem > a {
		max-width: 100%;
		width: 100%;
	}

	#opienieContainer {
		padding-left: 10px;
		padding-right: 10px;
	}

	.opienieStartItem .opienieLink a {
		display: table;
	}

	.opienieFullItem > a, .opienieStartItem > a {
		width: 368px;
		height: 245px;
		max-width: 100%;
		float: none;
		display: block;
		background-repeat: no-repeat;
		background-size: cover;
		margin: auto;
		background-origin: border-box;
	}
}

/**web_news.css END**/

/**web_newsletter.css**/
#newsletterFull {
	width: 100%;
	background-image: url(/template/silberkunst/images/bg_newsletter.png);
	background-repeat: no-repeat;
	border-top: 4px solid #fff;
	background-size: cover;
	background-position: center top;
	color: #ffffff;
}

#newsletter {
	max-width: 950px;
	position: relative;
	margin: auto;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	padding-left: 10px;
	padding-right: 10px;
	transition: all 200ms ease-in;


	letter-spacing: normal;
	text-align: left;
	color: #fff;
}

#newsletter h3 {
	font-weight: 600;
	font-size: 24px;
}

#newsletter h3 span {
	font-weight: 600;
}

#newsletter p {
	margin-top: 10px;
}

#newsletter input[type=email] {
	width: 83%;
}

@media only screen and (max-width: 999px) {

	#newsletter {
		padding-top: 50px;
	}

	#newsletter input[type="email"] {
		width: 80%;
		text-align: center;
		margin: auto;
	}

	.contactItem {
		text-align: center;
	}

	#newsletterSubmit {
		margin-top: 15px;
	}

	#newsletter h3 {
		font-size: 30px;
		padding-top: 20px;
		padding-bottom: 25px;
		line-height: 35px;
		text-align: center;
	}
}

/**web_newsletter.css END**/

/**web_pages.css**/

/**web_pages.css END**/

/**web_projectothers.css**/
strong {
	font-weight: 700;
}

.strona_tresc {
	padding: 10px;
	padding-top: 0;
}

#topFull {
	width: 100%;
}


#top {
	margin: auto;
	height: 150px;
	position: relative;
	z-index: 110;
	max-width: 1110px;
}


#container_content_full {
	position: relative;
	width: 100%;
	color: #323232;
	margin-top: 30px;
}

#container_content_full h5 {
	font-weight: 500;
}

#container_content {
	margin: auto;
	position: relative;
	border-radius: 3px;
	max-width: 1200px;
	padding-bottom: 50px;
}

#container_content .bolder {
	font-weight: 800;
}

#container_content h1.header {
	font-weight: bold;
	letter-spacing: -2.1px;
	text-align: left;
	padding-bottom: 1vh;
	font-size: 32px;
}


#container_content h2.subheader {
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	margin-top: 60px;
	margin-bottom: 0px;
}

.strona_info_tresc img {
	display: block;
	clear: both;
}

.strona_info_tresc {
	width: 100%;
	max-width: 1110px;
	margin-bottom: 2vh;
	color: #666666;
	line-height: 25px;
	text-align: justify;
}

.strona_info_tresc ul {
	padding-top: 1vh;
	padding-bottom: 1vh;
}

.strona_info_tresc ol {
	padding-left: 20px;
	list-style-type: decimal;
}

.strona_info_tresc ol ol {
	padding-left: 20px;
	list-style-type: lower-alpha;
}

.strona_info_tresc p {
	padding-top: 8px;
	padding-bottom: 8px;
}

#container_bottom_full {
	clear: both;
	background-color: #efefef;
}


.strona_info_tresc table img {
	margin: 0px;
}

.anchorJump {
	visibility: hidden;
	width: 0px;
	height: 0px;
	display: block;
	position: relative;
}

#iconCart {
	padding-left: 15px;
	padding-right: 15px;
	color: #232424;
	padding-top: 10px;
	padding-bottom: 10px;
	position: absolute;
	left: 170px;
	top: 0px;
}

#iconCart.loggedin {
	top: 20px;
}

#iconCart svg {
	width: 35px;
	height: 35px;
}

#iconCart span {
	width: 35px;
	height: 35px;
	display: block;
	position: absolute;
	right: -5px;
	bottom: -5px;
	background-color: var(--mainAccentColor);
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 35px;
}


#iconLogin {
	position: absolute;
	left: 10px;
	top: 5px;
	border: 1px solid #d3d3d3;
	border-radius: 3px;
	display: flex;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #232424;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: inset 0 0 0 0 #0d0f12, 0 0 0 1px #d3d3d3;
	letter-spacing: 2.8px;
	font-weight: 500;
}

#iconLogin * {
	padding: 3px;
}

#iconLogin svg {
	width: 23px;
	height: 23px;
}

#registerLinkTop {
	position: absolute;
	top: 65px;
	left: -50px;
	width: 300px;
	font-size: 12px;
}

#registerLinkTop a {
	font-weight: bold;
}

@media only screen and (min-width: 1000px) {
	#container_content h2 {
		text-align: left;
	}

	a[href*="tel:"] {
		pointer-events: none;
	}

	#topFullBg {
		width: 100%;
		background-repeat: no-repeat;
		background-position: center bottom;

	}
}


@media only screen and (max-width: 999px) {
	#registerLinkTop {
		position: absolute;
		top: 75px;
		left: 10px;
		width: 120px;
		font-size: 12px;
	}

	#iconLogin {
		top: 30px;
		padding-left: 10px;
		padding-right: 10px;
		padding-bottom: 7px;
		padding-top: 7px;
	}

	#container_content h2 {
		margin: auto;
	}

	.mobilehide {
		display: none;
	}

	#container_content h2.subheader {
		font-size: 20px;
		margin-top: 20px;
	}

	#loginButtonsTop {
		position: absolute;
		left: 12px;
		top: 45px;
		right: 12px;

	}

	#iconSpacer {
		display: none;
	}

	#iconCart {
		top: 40px;
		right: 10px;
		left: initial;
	}
}

/**web_projectothers.css END**/

/**web_rotator.css**/
#rotator_main {
	margin: auto;
	height: 100%;
	max-width: 1110px;
	position: relative;
	width: 100%;
	color: #ffffff;
}

#rotator_main_bottom {
	margin: auto;
	margin-top: 3px;
	border-bottom: 3px solid #c6b56c;
}

#rotator_main .rotator_start_content {
	height: 100%;
}

#rotator_main_top {
	margin: auto;
	margin-bottom: 3px;
	border-top: 3px solid #c6b56c;
}


#rotator_main h2 {
	font-size: 74px;
	padding-top: 27px;
	padding-bottom: 20px;
	font-weight: bold;
	letter-spacing: -2.96px;
}


#rotator_main a.button {
	position: relative;
	top: 30px;
}

#rotator_main .content * {
	z-index: 1;
	text-shadow: 0px 0px 20px rgb(102, 103, 115);
}


#rotator_main .content img.rotatorImg {
	position: absolute;
	right: 0px;
	top: 25px;
	z-index: -5;
}


#rotator_main h5 {
	font-size: 16px;
	font-weight: normal;
}

#rotatorTop {
	padding-top: 200px;
	height: 750px;
}

#rotator_main > ul > li {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	display: block;
	height: 100%;
	width: 100%;
	font-size: 24px;
	position: absolute;
}


#rotator_main > ul > li.show {
	z-index: 10;
}


#rotator_main .content h3 {
	font-size: 22px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 2.2px;
}

#rotator_main .content {

	text-align: left;
	position: relative;
	height: 100%;
	padding-top: 60px;
}

#rotator_main .content p {
	text-transform: uppercase;
	font-size: 13px;

}


#pickups_cont {
	position: absolute;
	bottom: 60px;
	z-index: 100;
	left: 20px;
	right: 20px;
	margin: auto;
	text-align: center;
}

.pickup_inside_cont {
	display: inline-block;
	width: auto;
}

#pickups_cont .pickups {
	background-color: var(--mainAccentColor);
	height: 20px;
	margin-left: 5px;
	cursor: pointer;
	width: 20px;
	display: inline-block;
	border-radius: 10px;
}

#pickups_cont .pickups.pickups:hover, #pickups_cont .pickups.actual {
	background-color: var(--mainAccentColor);
	filter: brightness(150%);
}

#rotator_main ul {
	height: 100%;
}

#rotator_main .buttons {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 46px;
	height: 100px;
	cursor: pointer;
	z-index: 100;
}

#rotator_main .buttons:hover {
	background-repeat: no-repeat;
	background-position: 0 -100px;
}

#rotator_main .button_left {
	position: absolute;
	left: 0vw;
	top: calc(50% - 50px);
	display: none;
}

#rotator_main .button_right {
	position: absolute;
	right: 0vw;
	top: 50%;
	top: calc(50% - 50px);
	display: none;
}


@media only screen and (min-width: 999px) {
	#rotator_main .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 110px;
	}

	#rotator_mainFull {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 999px) {
	#rotator_main .content {
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
			padding-bottom: 25%;
	}
	#rotator_main {
		aspect-ratio: 1.15;
	}

	#rotator_main .buttons {
		transform: scale(0.7);
	}

	#rotator_main h2 {
		font-size: 20px;
		padding-top: 60px;
		letter-spacing: 2.5px;
	}

	#rotator_main h4 {
		font-size: 20px;
	}

	#rotator_main > ul > li {

		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		display: block;
		width: 100%;
		aspect-ratio: 0.85;
	}

	#rotator_main > ul > li.show {
		z-index: 10;
	}

	#rotator_main .content {
		text-align: center;
		position: relative;
		padding-top: 115px;
	}

	#rotator_main .content p {
		text-transform: uppercase;
		font-size: 13px;
	}

	#rotator_main .content img {
		z-index: 0;
		position: relative;
		max-width: 80%;
		float: none !important;
		margin: auto;
		left: 0px;
		top: 0px;
	}


	#rotator_main h4 {
		font-size: 24px;
		line-height: 24px;
		padding-bottom: 10px;
	}

	#rotator_main .content #rotatorDeliveryHours img {
		position: absolute;
		top: 0px;
		left: 5px;
		max-width: 50px;
	}

	#rotator_main .content #rotatorDeliveryHours {
		font-size: 13px;
		font-weight: bold;
		text-align: left;

		padding-left: 65px;
	}

	#rotator_main .content img.rotatorImg {
		position: absolute;
		right: 0px;
		top: -10px;
		z-index: -5;
		max-width: 300px;
	}

	#rotator_main .content h3 {
		font-size: 16px;
		line-height: 20px;
		padding-top: 0px;
		padding-bottom: 0px;
	}

	#rotator_main .button.big {
		font-size: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	#rotatorTop {
		height: 400px;
		max-height: 400px;
		padding-top: 0px;
	}


	#rotator_main .content {
		padding-top: 0px;
	}
}


@media only screen and (max-width: 999px) and (max-height: 680px) and (orientation: portrait) {
	#rotator_main .content {
		padding-top: 10vh;
	}

	#rotator_main .content {
		padding-top: 10vh;
	}

	#rotator_main h2 {
		padding-top: 0px;
	}


}

/**web_rotator.css END**/

/**web_shop.css**/
#cart {
	background-color: #f3f3f3;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;
	padding-top: 25px;
	padding-bottom: 25px;
	border-radius: 10px;
	line-height: 30px;
}

#cart .cartToPay {
	border-collapse: collapse;
	width: 100%;
}

#cart td, #cart th {
	padding-top: 15px;
	padding-bottom: 15px;
}

#cart th {
	color: #bfbfbf;
	font-weight: 500;
}

#cart tbody tr {
	background-color: #ffffff;
	border-bottom: 1px solid #F0F0F0;
}


#cart .cartItemImage {
	margin: auto;
	height: 110px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

#cart .cartItemName1 {
	font-size: 18px;
	color: #bd222c;
	font-weight: bold;
}

#cart .cartItemName2 {
	color: #000000;
}

#cart .itemCurrency {
	font-size: 13px;
}

#cart .cartItemName3 {
	color: #000000;
	font-weight: bold;
}

#cart .cartItemQuantity {
	color: #c2343d;
}

#cart .cartItemQuantity {
	color: #bd222c;
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

#cart .cartItemPrice {
	font-size: 20px;
}

#cart .cartButtonRound {
	color: #5b5b5b;
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	transition: all 300ms ease-in;
}

#cart .cartButtonSquare {
	color: #bd222c;
	border: 1px solid #dadada;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 7px;
	padding-right: 7px;
	font-weight: bold;
	transition: all 300ms ease-in;
}

#cart .cartButtonSquare:hover, #cart .cartButtonRound:hover {
	color: #ffffff;
	background-color: #bd222c;
}

#cart .cartSumupTop {
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
	color: #4a4949;
	font-size: 16px;
	font-weight: 300;

	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 22px;
}


#cart .cartSumupBottom {
	text-align: right;
	border-bottom: 1px solid #e2e2e2;
	color: #838383;
	font-size: 25px;
	font-weight: 500;

	padding-top: 20px;
	padding-bottom: 20px;
}

#cart .cartSumupTop > div > span:last-child {
	width: 140px;
	display: inline-block;
}

#cart .cartSumupBottom > div > span:last-child {
	min-width: 140px;
	display: inline-block;
}

#cart .cartSumupBottom .fullValue {
	color: #bd222c;
}

#cart .buttons .cartContinueShopping {
	font-size: 16px;
	font-weight: 500;
	color: #838383;
}

#cart .buttons {

	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media only screen and (max-width: 1000px) {
	#cart {
		background-color: #f3f3f3;
		padding-left: 5px;
		padding-right: 5px;
		font-size: 16px;
	}

	#cart .cartItemName1 {
		font-size: 15px;

	}

	#cart .cartItemName2, #cart .cartItemName3 {
		font-size: 13px;

	}

	#cart .buttons {
		justify-content: center;
	}

	#cart .buttons > a {
		margin-bottom: 15px;

	}

}

/**web_shop.css END**/

/**web_silberkunst.css**/
.button.velvet {
	color: #222;
	letter-spacing: 2.8px;
	border: 1px solid #cfcfcf;
}

.button.velvet:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#recaptcha {
	margin-top: 5px;
}

.swal2-content #recaptcha > div {
	margin: auto;

}

.overflowCont {
	overflow-x: auto;
	width: 100%;
}

#container_content h2 {
	font-size: 20px;
	font-weight: 500;
}

#rDashboard table td, #rDashboard table th {
	white-space: nowrap;
	padding-left: 10px;
	padding-right: 10px;
}

#rDashboard table tr.empty td.itemName {
	font-size: 15px;
	color: #7f7f7f;
	text-align: left;
	font-weight: normal;
}

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: var(--mainAccentColor) !important;
}

.swal2-popup .swal2-styled.swal2-confirm {
	color: #ffffff;
}

.swal2-popup .swal2-styled.swal2-confirm:hover {
	background-color: #ad151f !important;
}

#pageId-prezent p {
	padding-left: 30px;
	padding-right: 30px;
}

#pageId-prezent img {
	margin-top: 15px;
	margin-bottom: 15px;
}

#pageId-prezent #prezentUl {
	display: flex;
	justify-content: space-between;
}

#pageId-prezent ul li img {
	display: inline-block;
}

#pageId-prezent ul li {
	list-style: none;
	text-align: center;
	margin: auto;
	font-size: 16px;
	font-weight: 900;
	color: var(--mainAccentColor);
	max-width: 330px;
	text-transform: uppercase;
}

#prezentPage .prezentLinksCont {


}

#menu_gora .custom {
	display: none;
}

#container_content #rDashboard h2 {
	font-size: 25px;
	font-weight: 500;
	padding-top: 25px;
	padding-bottom: 0px;
}

#container_content #zakupInfo h2 {
	font-size: 25px;
	font-weight: 500;
	padding-bottom: 10px;
}

#rDashboard {
	padding-top: 50px;
	padding-bottom: 50px;
}

#rDashboard table {
	width: 100%;
	color: #000000;
	border-collapse: separate;
	border-spacing: 0 15px;
	position: relative;

}

#rDashboard .button.small {
	font-size: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	min-width: 140px;
	padding-left: 5px;
	padding-right: 5px;
}

#rDashboard table th {
	font-size: 12px;
	text-align: center;
	font-weight: normal;
}

#rDashboard table tr.dashItem {
	background-color: #ffffff;
	padding-top: 5px;
}

#rDashboard table td {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 12px;
	border-top: solid 2px #d7d7d7;
	border-bottom: solid 2px #d7d7d7;
}

#rDashboard table td:first-child {
	border-left: solid 2px #d7d7d7;
}

#rDashboard table td:last-child {
	border-right: solid 2px #d7d7d7;
}

#rDashboard table td.itemName {
	font-size: 25px;
	color: #bd222c;
}

#rDashboard table td.itemValue {
	color: #3ed180;
}

#rDashboard table tr.tableth {
	position: relative;
	top: 8px;
}

#rDashboard table td.status div {
	background-color: #3ed180;
	border: 3px solid #FFF;
	border-radius: 18px;
	box-shadow: 0 0 2px #888;
	height: 15px;
	width: 15px;
	margin: auto;
}

#rDashboard .infoLink {
	display: inline-block;
	margin: auto;
}

#container_content #rDashboard h2 .button {
	float: right;
	line-height: normal;
}

#container_content #zakupInfo h2 .button {
	float: right;
	line-height: normal;
}

#container_content h2.zakupInfoHeader div {
	float: right;
}

#content ul {
	list-style: initial;
	padding-left: 25px;
}

#content ul, #content ul li {
	list-style: initial;
}

@media only screen and (max-width: 999px) {
	#pageId-prezent ul li {
		max-width: 90%;
	}


	#menu_gora .custom {
		display: block;
	}

	#pageId-prezent p {
		padding-left: 0px;
		padding-right: 0px;
	}

	#pageId-prezent #prezentUl {
		flex-wrap: wrap;
	}

	#prezentPage .prezentLinksCont > div.item {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;

	}

	#prezentPage .prezentLinksCont > div.item > div {
		margin-bottom: 10px;
	}

	#container_content #rDashboard h2 .button {
		margin-top: 10px;
	}

	#prezentPage div.item .information {
		padding-left: 10px;
		padding-right: 10px;
	}

	#prezentPage div.item .information > div:last-child {
		line-height: 22px;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	#container_content h2 {
		font-size: 20px;
		font-weight: 500;
	}

	#container_content h2 .button {
		font-size: 13px;
		font-weight: 500;
		padding-top: 3px;
		padding-bottom: 3px;
		min-width: 100px;
	}

	#container_content #rDashboard h2 span {
		width: 100%;
		display: inline-block;
		text-align: center;
	}

	#container_content #rDashboard h2 span a {

		display: inline-block;
	}

	#container_content #rDashboard h2 {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}

	#container_content #rDashboard h2 div {
		float: none;
	}

	#container_content h2.zakupInfoHeader div {
		float: none;
		text-align: center;
	}

	#rDashboard table td:first-child {
		white-space: initial;
	}


}

/**web_silberkunst.css END**/

/**web_steps.css**/
#steps {
	color: #191919;
	text-align: left;
	padding-bottom: 40px;
}

#steps .header {
	padding-top: 30px;
	font-size: 42px;
	font-weight: 500;
	margin-bottom: 10px;
}

#steps .flexright.logowanie input:not([type="submit"]) {
	transition: all 200ms ease-in;
	background-color: rgba(0, 0, 0, 0);
}

#steps .flexright.logowanie input:not([type="submit"]):focus {
	background-color: rgba(255, 255, 255, 0.5);
}

#steps .subHeader {
	font-size: 16px;
	color: #464646;
	margin-bottom: 40px;
}

#steps .subHeaderBig {
	font-size: 25px;
	color: #000000;
	margin-bottom: 25px;
	font-weight: 500;
}

#steps .form-row ul {
	padding-top: 5px;
	font-size: 12px;
	line-height: 18px;
	padding-left: 10px;
}

#stepsPicker .separator {
	background-image: url(/template/silberkunst/images/steps_kreska.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 85px;
	height: 20px;
}

#steps .form-row {
	margin-top: 10px;
}

#steps .form-row > div {
	width: 100%;
	line-height: 42px;
}

#steps .form-row.regulation > div {
	line-height: 22px;
}

#steps .form-row.group {

	display: flex;
	justify-content: space-between;
}

#steps .form-row input:not([type='checkbox']) {
	width: 100%;
}

#steps div.regulation span, #steps div.regulation span a {
	font-size: 12px;
	color: #242424;
	font-weight: 500;
}

#steps label {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: #242424;
}

#steps textarea {
	width: 100%;
}

#steps .flexright > div.subHeaderBig {
	border-bottom: 3px solid #dadada;
	padding-bottom: 20px;
	margin-bottom: 35px;
	margin-top: 10px;
	font-size: 25px;
}

#steps .flexright > div {
	display: flex;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 20px;
}

#steps .flexright > div > div:first-child {
	width: 135px;
}

#steps .flexright > div > div:last-child {
	font-size: 20px;
	font-weight: bold;
}

#steps div.wybranybox div:last-child {
	color: #bd222c;
}

#steps div.dozaplaty {
	margin-top: 30px;
}

#steps span.przesylek {
	font-size: 14px;
	font-weight: normal;
}

#steps div.dozaplaty div:last-child {
	font-size: 25px;
}

#steps div.dozaplaty {
	justify-content: flex-end;
}

#step1 .content.voucherUseCode form {
	margin: auto;
	text-align: center;
}

#step1 .content.voucherUseCode img {
	max-width: 550px;
}

#step1 .content {
	min-height: 198px;
	display: flex;
	justify-content: space-between;
	margin: auto;
	margin-top: 10px;
}

#step1 .content .boxCont {
	background-color: #ffffff;
}

#step1 .content > a > div {
	width: 350px;
	box-shadow: 0px 0px 28px -8px rgba(168, 168, 168, 1);
	border-top: solid #8c0c15 14px;
	text-align: center;
	height: 100%;
}


#step1 .content > a > div:hover .button {
	border: 3px solid #ffffff;
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#step1 .content > a > div:hover .button:hover {
	background-color: #ffffff;
	color: #000000;
}

#step1 .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_bg.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
	width: 300px;
	height: 190px;
	margin: auto;
}

#step1 .boxCont.classicbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_classic.png);
	background-size: contain;
}

#step1 .boxCont.premiumbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_premium.png);
	background-size: contain;
}

#step1 .boxCont.deluxbox .boxImg {
	background-image: url(/template/silberkunst/images/step1_pakiety_delux.png);
	background-size: contain;
}


#step1 .boxName {
	font-size: 35px;
	font-weight: bold;
	line-height: 35px;
	margin-top: 25px;
	margin-bottom: 25px;
}

#step1 .boxInfo {
	font-size: 12px;
	padding-bottom: 120px;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 15px;
}

#step1 .boxDetails {
	position: absolute;
	bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


#step1 .boxCont {
	transition: all 200ms ease-in;
	position: relative;
	margin-bottom: 15px;
}

#step1 .boxCont:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#step1 .boxCont:hover .boxPrice {
	color: #ffffff;
}

#step1 .boxPrice {
	font-size: 35px;
	color: var(--mainAccentColor);
}

#step1 .boxPrice span {
	font-size: 25px;
	font-weight: 300;
}

/*step 2*/
#step2 .boxinfo {
	width: 100%;
	height: 454px;
	background-image: url(/template/silberkunst/images/zaletybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
}

#step2 .boxinfo > div {
	width: 496px;
	height: 361px;
	padding: 30px;
	background-color: #ffffff;
	position: absolute;
	right: 45px;
	top: 45px;
	font-size: 17px;
}

#step2 .boxinfo > div p {
	color: #ac2425;
	padding-bottom: 10px;
	font-weight: bold;
}

#step2 .boxinfo > div ul {

	list-style: none;
	padding-left: 0;
}

#step2 .boxinfo > div ul li {
	position: relative;
	padding-left: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#step2 .boxinfo > div ul li:before {
	content: '';
	width: 16px;
	height: 42px;
	position: absolute;
	background-image: url('/template/silberkunst/images/li_bg.png');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

#step2 #boxPicker:hover .bottle_shape.bottlein .buttonRemove {
	/*display: block;*/
}

#step2 #boxPicker {
	width: 352px;
	height: 456px;
	background-image: url('/template/silberkunst/images/box_steps.png');
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}

#step2 .bottle_shape.absolute {
	position: absolute;
	top: 85px;
}

#step2 .bottle_shape {

	width: 80px;
	height: 280px;
	background-image: url('/template/silberkunst/images/winebox_bootle_shape.png');
	background-repeat: no-repeat;
	background-position: center;
	transition: all 300ms ease-in;
}


#step2 .bottle_shape .bottle {
	width: 80px;
	height: 280px;
	transition: all 500ms ease-in;
	opacity: 0;
}

#step2 .bottle_shape .bottle.white, #step2 .bottle_shape.white {

	background-image: url('/template/silberkunst/images/wine_white.png');

}

#step2 .bottle_shape .bottle.red, #step2 .bottle_shape.red {
	background-image: url('/template/silberkunst/images/wine_red.png');

}

#step2 .bottle_shape .buttonRemove {
	display: none;
}

#step2 #bottlePickers {
	position: relative;
	display: flex;
	flex-wrap: nowrap;
	margin-top: 85px;
}

#step2 #bottlePickers .bottle_shape {
	margin-right: 30px;
	position: relative;
}

#step2 #bottlePickers .buttonAdd {
	display: none;
}

#step2 #bottlePickers.pickerVisible .buttonAdd {
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 250px;
	left: 5px;
	background-image: url(/template/silberkunst/images/icon_add.png);
	background-repeat: no-repeat;
	background-position: center top;
	filter: grayscale(100%);
	transition: all 200ms ease-in;
	display: block;
	width: 70px;
	padding-top: 46px;
	cursor: pointer;
}

#step2 #bottlePickers.pickerVisible .buttonAdd:hover {
	filter: none;
}


#step2 .bottle_shape.bottlein .bottle {
	opacity: 0;
}

#step2 .bottle_shape.bottlein .buttonRemove {

	font-size: 12px;
	text-align: center;
	position: absolute;
	bottom: -36px;
	left: 15px;
	background-image: url(/template/silberkunst/images/icon_remove.png);
	background-repeat: no-repeat;
	background-position: center top;
	filter: grayscale(100%);
	transition: all 200ms ease-in;
	display: block;
	width: 46px;
	padding-top: 46px;
	cursor: pointer;
}

#step2 > div.infoHeader {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 25px;
	font-weight: 500;
	text-align: left;
	color: #000000;
}

#step2 .bottle_shape.bottlein .buttonRemove:hover {
	filter: none;
}

#step2 .infoLeft {
	font-weight: bold;
	text-align: center;
}

#step2 .infoLeft .infoHeader {
	font-size: 32px;
	margin-top: 160px;
}

#step2 .infoLeft .infoInfo {
	font-size: 16px;
}

#step2 #boxPickerOne {
	left: 67px;
}

#step2 #boxPickerTwo {
	right: 109px;
}


#step2 #ownInfo {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#step2 #randomInfo {

	display: none;
}

#step2 .content .subRow {
	height: 60px;
	align-items: center;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border: solid 2px #d7d7d7;
	margin-bottom: 5px;
	background-color: #ffffff;
	transition: all 300ms ease-in;
	cursor: pointer;
}

#step2 .content .subRow > div:first-child {
	width: 10%;
	text-align: center;
}

#step2 .content .subRow.selected {
	background-color: #f6f6f6;
	border: solid 2px #bd222c;
}

#step2 .content .subRow:hover {
	background-color: #f6f6f6;
	border: solid 2px #bd222c;
}

#step3 .content .subRow {
	height: 95px;
	align-items: center;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border: solid 2px #d7d7d7;
	margin-bottom: 5px;
	background-color: #ffffff;
	transition: all 300ms ease-in;
	cursor: pointer;
}

#step3 .header .subheader {
	font-size: 32px;
	font-weight: normal;
}

#step3 .content .subRow.cycle {
	border: solid 2px #d7d7d7;
	background-color: #bd222c;
	color: #ffffff;
	animation-name: example;
	animation-duration: 4s;
	animation-iteration-count: infinite;
}

@keyframes example {
	0% {
		filter: brightness(1);
		-webkit-filter: brightness(1);
	}
	50% {
		filter: brightness(1.5);
		-webkit-filter: brightness(1.5);
	}
	100% {
		filter: brightness(1);
		-webkit-filter: brightness(1);
	}
}

#step3 .content > div.subRow.cycle:hover, #step3 .content > div.selected {
	border: solid 2px #bd222c;
	background-color: #f6f6f6;
	color: #bd222c;
}

#step3 .content > div.subRow > div:nth-child(1) {
	width: 8%;
	text-align: center;
}

#step3 .content > div.subRow > div:nth-child(2) {
	width: 30%;
	text-align: left;
	line-height: 20px;
	font-size: 25px;
}

#step3 .content > div.subRow > div:nth-child(2) span.subheader {
	padding-top: 5px;
	font-size: 15px;
}

#step3 .content > div.subRow > div:nth-child(3) {
	width: 40%;
	font-size: 12px;
	text-align: left;
}

#step3 .content > div.subRow > div:nth-child(4) {
	width: 25%;
	text-align: center;
}

#step3 .content > div > div .price {
	font-size: 25px;
	font-weight: bold;
	line-height: 25px;
}

#step3 .content > div > div .rabat {
	font-size: 18px;
	font-weight: bold;
	line-height: 14px;
	color: #bd222c;
}

#step3 .content > div > div .rabat {
	font-size: 18px;
	line-height: 18px;
}

#step3 .content > div.subRow:hover, #step3 .content > div.selected {
	border: solid 2px #bd222c;
	background-color: #f6f6f6;
}


#step3 .content > div > div > div {
	text-align: center;
}

#step3 .content > div > div > div.priceInfo {
	line-height: 20px;
	margin-top: 5px;
}

#step4 .content, #step5 .content {
	display: flex;
	justify-content: space-between;

}

#step4 .content .flexleft, #step5 .content .flexleft {
	max-width: 600px;
	width: 100%;
}

#step4 .content .flexright, #step5 .content .flexright {
	max-width: 477px;
	background-color: #f6f6f6;
	padding: 20px;
	min-height: 350px;
	background-image: url(/template/silberkunst/images/icon_logo.png);
	background-position: right center;
	background-repeat: no-repeat;
	height: 100%;
	width: 477px;
	position: relative;
}

#step4 .content sup, #step5 .content sup {
	color: #ff0000;
	font-size: 100%;
}


#step5 #buyVouPickDelivery .subRow {
	height: 60px;
	align-items: center;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
	border: solid 2px #d7d7d7;
	margin-bottom: 5px;
	background-color: #ffffff;
	transition: all 300ms ease-in;
	cursor: pointer;
}

#step5 #buyVouPickDelivery .subRow > div:first-child {
	width: 10%;
	text-align: center;
}

#step5 #buyVouPickDelivery .subRow.selected {
	background-color: #f6f6f6;
	border: solid 2px #bd222c;
}

#step5 #buyVouPickDelivery .subRow:hover {
	background-color: #f6f6f6;
	border: solid 2px #bd222c;
}

#stepsPicker {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	font-size: 12px;
	text-align: center;
	color: #5f5f5f;
	margin-top: 20px;
	margin-bottom: 20px;
}

#stepsPicker > div {
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 80px;
	font-weight: bold;
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
}

#stepsPicker .active {
	color: #b05a5d;
	background-image: url(/template/silberkunst/images/progress_bar_color.png);
}

#stepsPicker .inactive {
	background-image: url(/template/silberkunst/images/progress_bar_shadow.png);
}

@media only screen and (min-width: 999px) {
	#steps .form-row.group input:not([type='checkbox']) {
		max-width: 290px;
	}

}

@media only screen and (max-width: 999px) and (orientation: portrait) {

}


.buttons {
	padding-top: 30px;
	padding-bottom: 30px;
}

.buttons.right {
	text-align: right;
}

.buttons.right .button {
	margin-left: 20px;
}


.container * {

}

.container {
	text-align: center;
	width: 420px;
	margin: 20px auto 10px;
	display: block;
	border-radius: 5px;
	box-sizing: border-box;
}

.card-container {
	width: 100%;
	margin: 0 auto;
	border-radius: 6px;
	padding: 10px;
	text-align: left;
	box-sizing: border-box;
}

.card-container aside {
	padding-bottom: 6px;
}

.payu-card-form {
	padding: 5px;
	border-radius: 4px;
}

.card-details {
	clear: both;
	overflow: auto;
	margin-top: 10px;
}

.card-details .expiration {
	width: 50%;
	float: left;
	padding-right: 5%;
}

.card-details .cvv {
	width: 45%;
	float: left;
}

.response-success {
	color: #438F29;
}

.response-error {
	color: #990000;
}


@media only screen and (max-width: 999px) {
	#step1 .content {
		justify-content: initial;
	}

	#steps .form-row.group {
		flex-wrap: wrap;
	}

	#stepsPickerFull {
		display: none;
	}

	#steps .header {
		font-size: 25px;
		text-align: center;
		line-height: 30px;
		margin-bottom: 10px;
	}

	#step1 .content {
		flex-wrap: wrap;
	}

	#step1 .content > a > div {
		width: auto;
		max-width: 100%;
	}

	#step2 .boxinfo > div {
		position: relative;
		left: initial;
		right: initial;
		top: initial;
		bottom: initial;
		font-size: 90%;
		padding: 10px;
		height: auto;
		max-width: 100%;
	}

	#step2 .content .subRow > div:first-child {
		width: auto;
		min-width: 30px;
	}

	#step2 .content .subRow > div:last-child {
		width: auto;
	}

	#step2 .infoLeft .infoHeader {
		margin-top: 15px;
	}

	#step2 #bottlePickers {
		margin-top: 30px;
		justify-content: center;
	}

	#step2 .bottle_shape .buttonRemove {

	}

	#step3 .content > div {
		flex-wrap: wrap;
		justify-content: center;
		text-align: center;
		height: auto;
	}

	#step3 .content > div > div {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#step3 .content > div > div:nth-child(1) {
		width: 10%;
	}

	#step3 .content > div > div:nth-child(2) {
		width: 40%;
		white-space: initial;
		line-height: 23px;
	}

	#step3 .content > div > div:nth-child(3) {
		width: 100%;
		text-align: center;
	}

	#step3 .content > div > div:nth-child(4) {
		width: 100%;
	}

	#step4 .content, #step5 .content {
		flex-wrap: wrap;
	}

	#step1 .content.voucherUseCode img {
		max-width: 100%;
	}

	#steps .form-row > div, #steps label {
		line-height: 18px;
	}

	#steps .form-row .button {
		display: inline-block;
		margin: auto;
		margin-top: 5px;
		margin-bottom: 5px;

	}

	#step1 .content > a {
		margin-bottom: 20px;
		width: 100%;
	}

}

/**web_steps.css END**/

/**web_tabele.css**/
table.WebTabele, .strona_info_tresc table {
	width: 100%;
	max-width: 1024px;
	margin: auto;
	color: #ffffff;
	text-align: center;
}

table.WebTabele td, .strona_info_tresc table td {
	font-size: 14px;
	font-weight: 300;
	padding: 2vh;
}

table.WebTabele td:first-child, .strona_info_tresc table td:first-child {
	width: 66%;
	background-color: #000000;
	font-size: 23px;
	padding-left: 30px;
	text-align: left;
}

table.WebTabele td:nth-child(2), .strona_info_tresc table td:nth-child(2) {
	width: 33%;
	background-color: #daa96b;
	font-size: 30px;
}


/**web_tabele.css END**/

/**web_userforms.css**/
#userforms {
	color: #191919;
	text-align: left;
	padding-bottom: 40px;
	display: flex;
	padding-top: 80px;
	max-width: 100%;
}

#userforms .header {
	padding-top: 30px;
	font-size: 42px;
	font-weight: 500;
}


#userforms .subHeader {
	font-size: 16px;
	color: #464646;
	margin-bottom: 40px;
}

#userforms .subHeaderBig {
	font-size: 35px;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 50px;
	font-weight: 500;
}

#userforms.rejestracja .subHeaderBig {
	font-size: 25px;
	color: #000000;
	margin-top: 25px;
	margin-bottom: 25px;
	font-weight: 500;
}

#userforms.rejestracja .logowanie {
	max-width: 560px;
}

#userforms .flexleft, #userforms .flexright, #userforms .flexright img, #userforms .flexleft img {
	max-width: 100%;
}

#userforms .flexleft.rejestracja {
	padding-left: 25px;
	padding-right: 25px;
}

#userforms .flexleft.rejestracja .form-row.group input {
	max-width: 240px;
}

#userforms.rejestracja .logowanie {

	padding: 25px;
	min-height: 260px;
	background-image: url(/template/silberkunst/images/icon_logo.png);
	background-position: right 20px top 20px;
}

#userforms .form-row {
	margin-top: 10px;
}

#userforms .form-row.group {
	display: flex;
	justify-content: space-between;
}

#userforms .form-row > div {
	width: 100%;
}

#userforms .form-row input:not([type="submit"]):not([type="checkbox"]) {
	width: 100%;
}

#userforms .logowanie input:not([type="submit"]) {
	transition: all 200ms ease-in;
	background-color: rgba(0, 0, 0, 0);
}

#userforms .logowanie input:not([type="submit"]):focus {
	background-color: rgba(255, 255, 255, 0.5);
}


#userforms div.regulation span, #userforms div.regulation span a {
	font-size: 12px;
	color: #242424;
	font-weight: 500;
}

#userforms label {
	font-size: 15px;
	line-height: 30px;
	font-weight: 500;
	color: #242424;
}

#userforms textarea {
	width: 100%;
}


#userforms .content, #userforms .content {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}


#userforms .logowanie {
	max-width: 100%;
	width: 600px;
	background-color: #f6f6f6;
	padding: 25px;
	min-height: 373px;
	background-image: url(/template/silberkunst/images/icon_logo.png);
	background-position: right 30px top 50px;
	background-repeat: no-repeat;
	position: relative;
}

#userforms #logowanieRegister {
	display: flex;
	background-color: var(--mainAccentColor);
	width: 600px;
	max-width: 100%;
	height: 137px;
	font-size: 28px;
	font-weight: 500;
	color: #ffffff;
	background-image: url(/template/silberkunst/images/niemaszkonta_logowanie_icon.png);
	background-repeat: no-repeat;
	background-position: 20px center;
	align-items: center;
	padding: 30px;
}

#userforms #logowanieRegister div {
	width: 100%;
}

#userforms #logowanieRegister .button {
	color: #ffffff;
	float: right;
}

#userforms sup {
	color: #ff0000;
	font-size: 100%;
}

@media only screen and (max-width: 999px) {
	#userforms {
		flex-wrap: wrap;
		padding-top: 20px;
	}


	#userforms .form-row.group {
		flex-wrap: wrap;
	}

	#userforms .flexleft.rejestracja .form-row.group input {
		max-width: 100%;
	}

	#userforms .buttons.right .button {
		margin-left: auto;
		margin-right: auto;
	}

	#userforms.rejestracja .logowanie {
		max-width: 100%;
	}
}

/**web_userforms.css END**/

/**web_videotop.css**/
@media only screen and (min-width: 999px) {

	#videoTop {
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: -1
	}

	#videoTop video {
		margin: auto;
		width: 100%;
		display: block;
	}
}

@media only screen and (max-width: 999px) {

	#videoTop {
		position: absolute;
		top: 0px;
		width: 100%;
		z-index: -1;
		min-height: 600px;
	}

	#videoTop video {
		object-fit: cover;
		margin: auto;
		display: block;
		height: 600px;
		overflow: hidden;
		max-height: 600px;
		max-width: 100%;
		width: 100%;
	}
}

/**web_videotop.css END**/
