#contentFull {
	width: 100%;
}

#content {
	max-width: 1250px;
	width: 100%;
	margin: auto;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
}

#cart {
	padding-left: 40px;
	padding-right: 40px;
	font-size: 16px;

}

#cart .cartToPay {
	border-collapse: collapse;
	width: 100%;
}

#cart td, #cart th {
	padding-top: 15px;
	padding-bottom: 15px;
}

#cart th {
	font-weight: 600;
}

#cart tbody tr {
	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;
	font-weight: bold;
}

#cart .cartItemName2 {
}

#cart .itemCurrency {
	font-size: 13px;
}

#cart .cartItemName3 {
	font-weight: bold;
}

#cart .cartItemQuantity {
}

#cart .cartItemQuantity {
	font-size: 20px;
	padding-left: 12px;
	padding-right: 12px;
}

#cart .cartItemPrice {
	font-size: 20px;
}

#cart .cartButtonRound {
	border: 1px solid #dadada;
	border-radius: 15px;
	padding: 1px;
	padding-left: 7px;
	padding-right: 7px;
	transition: all 300ms ease-in;
}

#cart .cartButtonSquare {
	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;
	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;
	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 {

}

#cart .buttons .cartContinueShopping {
	font-size: 16px;
	font-weight: 500;

}

#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;

	}

}


#shopFull {
	width: 100%;
	border-top: 1px solid #dadada;
	margin-top: 20px;
	padding-top: 20px;
}

#shop {
	max-width: 100%;
	position: relative;
	margin: auto;
	height: 100%;
	line-height: 1.75;
	transition: all 200ms ease-in;
	flex-direction: row-reverse;
}


#shop .content a {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	flex-direction: column;
}

#shop h2, #shop h2 {
	color: var(--mainAccentColor);
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content .infoList > p:hover {
	background-color: #fafafa;
	cursor: pointer;
	transition: all 200ms ease-in;
}

#content .infoList > p {
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 20px;
	padding-top: 20px;
}

#content .infoList > p:after {
	content: '+';
	font-weight: bold;
	float: right;
	padding-right: 10px;
}

#content .infoList > p:hover:after {
	content: '-';
}

#content .infoList {
	font-size: 18px;
	font-weight: 900;
	text-align: left;
	color: #111;
}

#content .infoList .tab {
	color: #868686;
	font-size: 16px;
	line-height: 1.75;
	letter-spacing: 0.32px;
	text-align: justify;
	font-weight: 500;
	max-height: 0px;
	overflow: hidden;
	transition: all 200ms ease-in;
}

#content .infoList .tab.expanded {
	max-height: fit-content;
}

#content .infoList ul {
	list-style-type: bullet;
	padding-left: 20px;
}

#content .infoList ul li {
	list-style-type: disc;

}

#shop .shopCont {
	margin: auto;
	margin-top: 40px;
	transition: all 200ms ease-in;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#shop.owned .content {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

#shop.owned .shopCont {
	margin: auto;
	margin-top: 10px;
	transition: all 200ms ease-in;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 33%;
	min-width: 220px;
}

#shop.owned .shopCont .shopCont > *, #shop.owned a {
	display: block;
	margin: auto;
	width: 33%;
}

#shop .shopTop {
	margin: auto;
	margin-top: 10px;
	transition: all 200ms ease-in;
	display: flex;
	justify-content: center;
}

#shop .shopTop div:last-child {
	padding-top: 30px;
}


#shop .header {
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	color: #111;
	text-transform: uppercase;
}

#shop .subHeader {
	font-size: 12px;
	font-weight: 600;
	color: #0b2e13;
}

#shop .shopPrice {
	font-size: 42px;
	font-weight: 900;
	color: #111;
	line-height: 1;
}

#shop .mainList li {
	padding-left: 10px;
	line-height: 1.5;
	padding-bottom: 10px;
	padding-top: 10px;
}

#shop .mainList li:not(:last-child) {
	border-bottom: 3px solid #ebebeb;
}

#shop .mainList {
	font-size: 20px;
	font-weight: bold;

}

#shop .shopPriceBeforePromo {
	text-decoration: line-through;
	font-size: 24px;
}

#shop .button {
	background-color: var(--mainAccentColor);
	transition: all 200ms ease-in;
	margin-top: 30px;
	display: inline-block;
	margin-bottom: 30px;
}

#shop .button:hover {
	background-color: #8644A3;
}

#shop .promoValidTo {
	font-size: 18px;
	line-height: 1.19;
	color: var(--mainAccentColor);
}

#shop .shopCont > div {
	padding: 5px;
}


#shop .header {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 20px;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 6px;
}

#shop.owned .shopName {
	text-align: center;
}

#shop .shopName {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 900;
	letter-spacing: normal;
	margin-bottom: 10px;
}

#shop .shopImg {
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 100%;
	max-width: 336px;
	padding: 10px;
	margin: 20px;
	min-width: 336px;
}

#shop .shopImg {
	background-repeat: no-repeat;
	background-size: contain;
	aspect-ratio: 1;
	width: 100%;
	max-width: 400px;
	padding: 10px;
	margin: 20px;
	min-width: 336px;
}

#shop .shopImg a, #shop .shopImg a {
	display: block;
	width: 100%;
	height: 100%;
}

#shop .shopDetails {
	align-items: center;
	display: flex;
	justify-content: center;
}

#shop .shopShort {
	text-align: justify;
	font-size: 16px;
	color: #323232;
	line-height: 25px;
}

#shop .shopDetails .button {
	color: #222;
	letter-spacing: 2.8px;
	border: 1px solid #cfcfcf;
}

#shop .shopDetails .button:hover {
	background-color: var(--mainAccentColor);
	color: #ffffff;
}

#shop .shopPrice {
	font-size: 18px;
	font-weight: normal;
	text-align: center;
}

#shop .shopPrice span {
	font-size: 25px;
	font-weight: 300;

}

#shop .nagrodyPointInfo {
	width: 195px;
	float: left;
	margin-top: 65px;
}

#shop .shopImage img {
	max-width: 400px;
	max-height: 350px;
}

#shop .shopMain {
	position: absolute;
	background-color: #ffffff;
	width: 100%;
}

#shop .shopMain {
	z-index: 10;
	opacity: 0;
	display: none;
}


@media only screen and (max-width: 999px) and (orientation: portrait) {

}

@media only screen and (max-width: 999px) {
	#shop {
		flex-direction: row;
	}

	#shop.owned .shopCont .shopCont > *, #shop.owned a {
		width: 100%;
	}

	#shop .shopTop {
		flex-wrap: wrap;
	}

	#shop .shopTop .header {
		font-size: 24px;
	}

	#shop .shopTop .shopPrice {
		font-size: 32px;
	}

	#shop .content, #shop.owned .content {
		flex-wrap: wrap;
	}

	#shop.owned .shopCont {
		max-width: 100%;
	}

	#shop .shopCont {
		flex-wrap: wrap;
	}

	#shop .shopCont > div {
		margin: auto;
	}

	#shop .content a {
		margin: auto;
	}

	#shop div.nagrodyList {
		justify-content: center;
	}

	#shop .shopName {
		margin: auto;
		text-align: center;
	}

	#shop .shopDetails {
		margin: auto;
		margin-bottom: 25px;
	}


	#shop .header {
		font-size: 30px;
		line-height: 35px;
	}

	#shop .shopTop > div {
		max-width: 100%;
	}

}
