/* START: PopUp */
.addedToCardPopUpContainer {
	position: relative;
	width: 100%;
	height: 0;
}
.addedToCardPopUp {
	position: absolute;
	z-index: 100;
	max-width: 250px;
	right: 0;
	padding: 15px;
	text-align: center;
	color: #4a4a4a;
	background-color: #fff;
	border: 2px solid #35b2b6;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
.addedToCardPopUp:before, .addedToCardPopUp:after {
	content: "";
	position: absolute;
	right: 10%;
	width: 0;
	height: 0;
	border: 15px solid transparent;
	border-bottom: 0;
	transform: rotate(180deg);
	border-top-color: #35b2b6;
	top: -16px;
}
.addedToCardPopUp:after {
	border-top-color: #fff;
	top: -14px;
}
.addedToCardPopUp > p {
	font-size: 14px;
	margin: 0;
}
.addedToCardPopUp > a {
	width: 100%;
	display: block;
	padding: 10px;
	box-sizing: border-box;
	margin-top: 10px;
	background-color: #35b2b6;
	color: #fff;
	font-size: 12px;
	text-decoration: none;
}
/* END: PopUp */

.productMainContainer {
	display: flex;
	flex-direction: row;
	flex-flow: wrap;
}
.productInfoContainer {
	flex: 0 0 60%;
	box-sizing: border-box;
	margin-bottom: 15px;
}
.productInfoContainer h3,.productInfoContainer h4,.productInfoContainer p,.productInfoContainer ul {
	padding: 8px 0;
    margin: 0;
}
.productTitle {
	margin-top: 0;
}
.productSelectionContainer {
	display: flex;
}
.productSelectionContainer.singlePrice {
	align-items: center;
}
.productSelection {
	flex: 0 0 55%;
	margin-bottom: 15px;
}
.productSelection.-short {
	flex: 0 0 45%;
	margin-bottom: 15px;
}
.productSelection.-shortSecond {
	flex: 0 0 37%;
	margin-bottom: 15px;
}
.productSizeTableContainer {
	flex: 0 0 45%;
}
.productSizeTableContainer.-wide {
	flex: 0 0 60%;
}
.productSizeTableContainer.-wideSecond {
	flex: 0 0 50%;
}
.orderProductLink,
.singlePriceLabel {
	margin-bottom: 15px;
}
.orderProductLink button {
	border: 0;
	color: #ffffff;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
	outline: none;
	cursor: pointer;
}
.orderProductLink button:active,
.orderProductLink button:focus {
	box-shadow: inset 0px 0px 5px #555555;
}
.productSizeTableContainer {
	box-sizing: border-box;
	padding: 0 0 20px 20px;
	margin: 0;
}
.productSizeTableTitles {
	display: flex;
	border: solid #eee;
    border-width: 1px 1px 0 1px;
}
.productSizeTableTitles span {
	width: 50%;
	padding: 10px 5px;
	background: #f8f8f8;
	text-align: center;
	font-size: 13px;
	font-weight: 600;
}
.productSizeTableTitles span:first-child {
	border-right: 1px solid #eee;
}
.productInfoContainer ul.productSizeTable {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background-color: #ffffff;
}
.productSizeTable.list {
	max-height: 150px;
	overflow-y: overlay;
	border: 1px solid #eeeeee;
	margin: 0;
	padding: 0;
	font-size: 13px;
}
.productSizeTable.list::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
.productSizeTable.list::-webkit-scrollbar-thumb {
    background-color: #35b2b6;
}
.productSizeTable li {
	box-sizing: border-box;
	margin: 0;
	text-align: center;
	border-top: 1px solid #eeeeee;
	display: flex;
	justify-content: center;
	align-items: center;
}
.productSizeTable li:first-child {
    border-top: 0;
}
.productSizeTable li > div {
	box-sizing: border-box;
	flex: 0 0 50%;
	padding: 5px;
}
.productSizeTable .itemRelatedSizes {
	border: solid #eeeeee;
	border-width: 0 0 0 1px;
}
.productSizeTable .itemRelatedSizes span {
	display: block;
}
.productImageContainer {
	flex: 0 0 40%;
	box-sizing: border-box;
	margin: 0;
	padding: 0 0 20px 20px;
}
.productImage {
	width: 100%;
	height: auto;
	max-width: 700px;
}
.singlePriceLabel {
	font-weight: 600;
	margin-right: 15px;
	font-size: 20px;
	flex-shrink: 0;
}

@media only screen and (max-width: 990px) {
	.productSelectionContainer.singlePrice {
		flex-direction: row;
	}
	.productSelectionContainer {
		flex-direction: column;
	}
	.productSizeTableContainer {
		padding: 0;
	}
}
@media only screen and (max-width: 768px) {
	.productSelectionContainer.singlePrice {
		flex-direction: column;
	}
	.productMainContainer {
		flex-flow: nowrap;
		flex-direction: column-reverse;
	}
	.productImageContainer {
		padding: 0;
	}
	.productSelectionContainer.singlePrice .orderProductLink {
		width: 100%;
		flex-shrink: 1;
	}


	.addedToCardPopUp {
		padding: 10px;
    	width: 230px;
    	top: 50px;
		line-height: normal;
	}
	.addedToCardPopUp:before, .addedToCardPopUp:after {
		right: 5px;
	}
}

/* START: DROPDOWN STYLING */
.itemsOptionsListContainer *,
.itemsOptionsListContainer *:after,
.itemsOptionsListContainer *:before {
	box-sizing: border-box;
}
.itemsOptionsListContainer {
	font-size: 13px;
	font-weight: 600;
	position: relative;
	user-select: none;
	width: 100%;
	margin-bottom: 15px;
}
.itemsOptionsContainer {
	position: relative;
	display: flex;
	flex-direction: column;
}
.itemSelectedOption {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5px;
	color: #3b3b3b;
	height: 40px;
	line-height: 40px;
	background: #ffffff;
	cursor: pointer;
	border-width: 2px;
	border-style: solid;
	border-color: #35b2b6;
}
.itemOptions {
	position: absolute;
	display: block;
	top: 100%;
	left: 0;
	right: 0;
	border: 2px solid;
	border-top: 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	max-height: 250px;
	overflow-y: auto;
	z-index: 2;
}
.itemsOptionsContainer.open .itemOptions {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.itemOption {
	position: relative;
	display: block;
	padding: 0 10px;
	color: #4a4a4a;
	line-height: 40px;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}
.itemOptions .itemOption:last-child {
	border-bottom: 0;
}
.itemOption:hover {
	cursor: pointer;
	background-color: #dddddd;
}
.itemOption.selected {
	color: #ffffff;
}
.selectedOption {
	position: relative;
	width: calc(100% - 18px);
}
.itemPrice {
	position: absolute;
	top: 0;
	right: 5px;
}

.listOpener {
	position: relative;
	height: 10px;
	width: 10px;
}
.listOpener::before,
.listOpener::after {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0.125rem;
	height: 100%;
}
.listOpener::before {
	left: -2px;
	transform: rotate(-45deg);
}
.listOpener::after {
	left: 4px;
	transform: rotate(45deg);
}
/* END: DROPDOWN STYLING */

/* Define the Main Color for the Shop */
.selectedOption {
	color: #35b2b6;
}
.itemOption.selected {
	background-color: #35b2b6;
}
.itemsOptionsContainer.open .itemOptions {
	border-color: #35b2b6;
}
.itemOption.selected:hover {
	background-color: #35b2b6;
}
.listOpener::before,
.listOpener::after {
	background-color: #35b2b6;
}
.orderProductLink.active button {
	background-color: #35b2b6;
}

/*
* TODO: Apply these styles below for the TeaserBlock
* of Addon-Products then Delete it from here
*/
.page-teaser.-optimized > .showcase > .body > .info .badge .price {
	color: #4e4e4e;
	font-style: normal;
	padding-top: 11px;
	font-size: 22px;
}
.page-teaser .badge.-new2 {
	margin-top: 10px;
}
.page-teaser .badge.-addons {
    width: 20%;
    float: left;
    margin-top: 5px;
}
.page-teaser .badge.-addons+.upload-button {
    width: 76%;
}

.page-teaser .badge.-new2 .price {
	color: inherit;
}
.page-teaser > .showcase > .body .upload-button {
	margin-right: 10px;
}

/* Rules just for Firefox */
@-moz-document url-prefix() {
	.productSizeTable.list {
		overflow-y: scroll;
		scrollbar-width: thin;
		scrollbar-color: #35b2b6 #fafafa;
	}
}