.hydrogen-module-product-detail {
	margin-top: 16px;
}

.hydrogen-module-product-detail .hydrogen-product-cart {
	border: none !important;
	margin: 0 auto;
	width: auto !important;
}
.hydrogen-module-product-detail .hydrogen-product-cart input {
	padding: 0 25px;
	width: auto !important;
}
#photoorder_product_selector .mobile-info {
    font-weight: bold;
    max-width: 589px;
    text-align: center;
    margin: 20px auto;
}
@media screen and (max-width: 600px) {
	#photoorder_product_selector .mobile-info {
		display: block !important;
	}
}

#photoorder_product_selector {
	padding: 40px;
}
#photoorder_product_selector table {
	border: 0;
	color: #211f1e;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

#photoorder_product_selector th {
	background: none;
	font-size: 20px;
	padding: 0.8rem;
	text-align: center;
}
#photoorder_product_selector th:first-child {
	border-right: 1px solid #6b6561;
}

#photoorder_product_selector td {
	border-top: 1px solid #6b6561;
	border-bottom: 0;
	border-left: 0;
	border-right: 0;
	font-size: 15px;
	padding: 0.8rem 2rem;
	text-align: center;
}
#photoorder_product_selector td:first-child {
	border-right: 1px solid #6b6561;
}

#photoorder_product_selector .hydrogen-button {
	background: #ce2129;
    padding: 0 25px;
	margin-top: 10px;
	text-transform: none;
}

@media screen and (max-width: 600px) {
	#photoorder_product_selector {
		padding: 0;
	}
	#photoorder_product_selector th {
		padding: 0.6rem;
	}
	#photoorder_product_selector td {
		padding: 0.6rem 0.4rem;
	}
}


.photoorder-size-selector .priority-label {
	font-weight: bold;
	margin-top: 15px;
}
.photoorder-size-selector .priority-label:first-child {
	margin-top: 0;
}
.photoorder-tooltip {
	background-color: #161616;
	border: 1px solid #333;
	border-radius: 5px;
	color: #fff;
	display: none;
	font-size: 12px;
	padding: 10px;
	position: absolute;
	text-align: center;
	transform: translate(-50%, 0);
	width: 200px;
	z-index: 99999;
}

.app-popup {
	display: block;
	font-family: 'Century Gothic', CenturyGothic, AppleGothic, sans-serif;
	font-size: 20px;
	margin-left: auto;
	margin-right: auto;
	text-align: center !important;
}
.app-popup-button {
	display: inline-block;
	margin-top: 20px;
}
.app-popup-button {
    color: #666;
	cursor: pointer;
	font-size: 15px;
    font-weight: bold;
    padding: 7px;
    text-transform: uppercase;
}
.app-popup-button.primary {
	background: #CC0001;
	color: #fff;
	margin-right: 10px;
}
.app-popup-button:hover {
	color: #000;
}
.app-popup-button.primary:hover {
	color: #E7E7E7 !important;
}

/* Size selector */
.photoorder-size-selector {
	/*border: 1px solid #E7E7E7;*/
	border-top: 0;
	padding: 30px 50px;
	text-align: left;
	width: 1200px;
	max-width: 98vw;
}
.photoorder-size-selector .popular, .photoorder-size-selector .rest {
	color: #313233;
	display: flex !important;
	justify-content: space-between;
	margin-bottom: 30px;
}
.photoorder-size-selector .section-title {
	align-items: center;
	color: #889090;
	display: flex;
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 18px;
}
.photoorder-size-selector .section-title:after {
	border-bottom: 1px solid #d9d9d9;
	content: " ";
	flex-grow: 1;
	margin-left: 10px;
}
.photoorder-size-selector .popular .group {
	background: #b4e4e4;
	border-bottom: 10px solid #b4e4e4;
	cursor: pointer;
	padding: 12px 12px 2px 12px;
	transition: border-bottom 0.4s;
	width: 30%;
}
.photoorder-size-selector .popular .group:hover, .photoorder-size-selector .popular .group.current {
	border-bottom: 10px solid #faa40f;
}
.photoorder-size-selector .popular .top {
	color: #889090;
	font-size: 11px;
	font-weight: bold;
	vertical-align: super;
}
.photoorder-size-selector .popular .content {
	display: flex;
	justify-content: space-around;
	margin: 14px 8%;
}
.photoorder-size-selector .popular .content .title {
	font-size: 14px;
	font-weight: bold;
}
.photoorder-size-selector .popular .content .divider {
	border-left: 2px solid #313233;
	height: 14px;
	margin-top: 3px;
	width: 1px;
}
.photoorder-size-selector .popular .content .prices {
	font-size: 11px;
	margin-top: 2px;
	text-transform: uppercase;
}
.photoorder-size-selector .popular .content .prices > div {
	display: flex;
	justify-content: space-between;
}
.photoorder-size-selector .popular .content .prices span:first-child {
	margin-right: 8px;
}
.photoorder-size-selector .popular .content .prices span:last-child {
	font-weight: bold;
}

.photoorder-size-selector .rest .category {
	flex-basis: 0;
	flex-grow: 1;
	margin: 0 22px;
	max-width: 300px;
}
.photoorder-size-selector .rest .category:first-child {
	margin-left: 0;
}
.photoorder-size-selector .rest .category:last-child {
	margin-right: 0;
}
.photoorder-size-selector .rest .title {
	background: #b4e4e4;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 12px;
	text-transform: uppercase;
}
.photoorder-size-selector .rest .product {
	align-items: center;
	cursor: pointer;
	display: flex;
	font-size: 11px;
	font-weight: bold;
	justify-content: space-around;
	margin: 6px 0;
	padding: 6px 0;
	text-transform: uppercase;
	transition: background 0.4s;
}
.photoorder-size-selector .rest .product:hover, .photoorder-size-selector .rest .product.current {
	background: #faa40f;
}
.photoorder-size-selector .rest .product span {
	flex-basis: 40%;
}
.photoorder-size-selector .rest .product span:first-child {
	text-align: right;
}
.photoorder-size-selector .rest .divider {
	border-left: 1px solid #313233;
	flex-basis: 8px !important;
	height: 10px;
	margin-left: 9px;
	width: 1px;
}
.photoorder-size-selector .rest .custom-size-container {
	align-items: center;
	display: flex;
	flex-direction: column;
}
.photoorder-size-selector .rest .custom-size-container .price-info {
	font-size: 11px;
	margin: 15px 0;
}
.photoorder-size-selector .rest .custom-size-container .hydrogen-button {
	background: #faa40f;
	color: #313233 !important;
	margin-top: 10px;
	padding: 0 30px;
	width: auto;
}
.photoorder-size-selector .rest .custom-size-container .hydrogen-button.disabled {
	background: #e6e6e6 !important;
	pointer-events: none;
}
#photoorder-custom-size {
	align-items: center;
	display: flex;
    flex-wrap: nowrap;
}
.custom-size-input {
	display: inline-block;
	margin: 0 10px;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-size-input input[type="text"] {
	background-color: transparent !important;
	border: 1px solid #E9E9E9 !important;
	border-radius: 0 !important;
	box-sizing: content-box;
	color: #313233;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	height: 34px;
	margin: 0 -5px !important;
	padding: 1px 4px !important;
	text-align: center;
	width: 30px;
}
.custom-size-input input.invalid {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(157, 38, 33, 0.8);
}
.photogallery-image .custom-size-input {
	margin: 0 6px !important;
}
.custom-size-separator {
	font-size: 11px;
}

@media screen and (max-width: 1199px) {
	.photoorder-size-selector .rest .product span {
		flex-basis: 45%;
	}
	.photoorder-size-selector .rest .divider {
		flex-basis: 4px;
		margin-left: 5px;
	}
	.photoorder-size-selector {
		padding: 20px;
	}
	.photoorder-size-selector {
		width: auto;
	}
}
@media screen and (max-width: 959px) {
	.photoorder-size-selector .popular .content, .photoorder-size-selector .rest .product {
		flex-direction: column;
	}
	.photoorder-size-selector .popular .content .divider, .photoorder-size-selector .rest .product .divider {
		display: none;
	}
	.photoorder-size-selector .rest .product span:last-child {
		font-weight: normal;
	}
	.photoorder-size-selector .rest .category {
		margin: 0 10px;
	}
	.photoorder-size-selector .rest {
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 600px) {
	.photoorder-size-selector .popular .content {
		margin: 0;
	}
	.photoorder-size-selector .popular .group {
		padding-left: 6px;
		padding-right: 6px;
	}
}