#artworks_module * {
	box-sizing: border-box;
}

/* General */
	#artworks_module a {
		border: 0;
	}

	#artworks_module .with-margin-bottom {
		margin-bottom: 6px;
	}

	#artworks_module .with-margin-top {
		margin-top: 6px;
	}

	#artworks_module .middle-aligner {
		vertical-align: bottom;
	}

	#artworks_module .no-image-available {
		background-image: url("/local/modules/artworks/assets/images/no_image_sm.gif");
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}

	/* Grid View - Shared */
	#artworks_module .items {
		text-align: center;
		overflow: hidden;
	}

		#artworks_module .items .item-wrapper {
			float: left;
		}

			#artworks_module .items .item-wrapper .item .item-image {
				padding: 5px;
				font-size: 0 !important;
				border: 0;
			}

				#artworks_module .items .item-wrapper .item .item-image a {
					display: block;
					overflow: hidden;
				}

				#artworks_module .items .item-wrapper .item .item-image img.svg {
					width: 100%;
				}

			#artworks_module .items .item-wrapper .item .item-description {
				margin-top: 3px;
				border: 0;
				text-align: center;
			}

				#artworks_module .items .item-wrapper .item .item-description p {
					font-family: inherit;
					font-size: inherit;
					font-weight: inherit;
					line-height: inherit;
					margin: 0;
				}

				#artworks_module .items .item-wrapper .item .item-description .item-short-description p {
					margin: 0;
					padding: 0;
				}

				#artworks_module .items .item-wrapper .item .item-description .metadata1.cms_title h3 {
					font-size: inherit;
					margin: 0;
				}

	/* Grid View */
	#artworks_module .items.grid-view .item-wrapper .item {
		margin: 10px 0 10px 0;
		padding: 20px 10px 20px 10px;
		vertical-align: top;
	}

		#artworks_module .items.grid-view .item-wrapper .item .item-image a {
			height: 250px;
			line-height: 250px;
			text-align: left;
		}

	/* Details View */
	#artworks_module.cms_entity .image-wrapper {
		float: left;
		width: 50%;
	}

		#artworks_module.cms_entity .image-wrapper .title {
			font-weight: bold;
			padding-bottom: 10px;
		}

		#artworks_module.cms_entity .image-wrapper .image {
			text-align: center;
		}

#artworks_module.cms_entity .image-wrapper .image {
	text-align: left;
}

#interactiveToggle {
	margin-bottom: 16px;
}

input.interactiveToggle {
	width: 64px;
	margin: 0 10px 0 16px;
	cursor: pointer;
}

#artworks_module .items.grid-view .item-wrapper .item .new-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

	#artworks_module .items.grid-view .item-wrapper .item .new-wrap .related-product-image {
		position: relative;
		overflow: hidden;
		width: 100%;
		margin-bottom: 2px;
		padding: 5px 5px 2px;
		-webkit-transition: border-color 150ms ease;
		transition: border-color 150ms ease;
		text-align: center;
		display: flex;
		justify-content: center;
		align-items: flex-end;
	}

		#artworks_module .items.grid-view .item-wrapper .item .new-wrap .related-product-image .product-image {
			width: auto;
			height: auto;
			max-height: 100%;
		}

	#artworks_module .items.grid-view .item-wrapper .item .new-wrap .product-info-image-overlay {
		position: relative;
		left: 0px;
		bottom: 0px;
		display: inline-block;
		margin-right: 5px;
		margin-bottom: 10px;
		margin-left: 5px;
		padding: 5px 12px 5px 6px;
		border-top-right-radius: 0px;
		background-color: #ad1f19;
		background-image: none;
		color: #fff;
		font-size: 10px;
		line-height: 11px;
		font-weight: 600;
		text-align: left;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
	}

		#artworks_module .items.grid-view .item-wrapper .item .new-wrap .product-info-image-overlay .design-and-order-online-icon {
			width: 24px;
			height: 24px;
			margin-top: 0px;
			margin-right: 6px;
			float: left;
			background-image: url(/local/website/modules/eCommerceProducts/images/tshirt_wht.svg);
			background-position: 50% 0px;
			background-size: cover;
			background-repeat: no-repeat;
		}

		#artworks_module .items.grid-view .item-wrapper .item .new-wrap .product-info-image-overlay .design-and-order-online-text {
			margin-top: 1px;
			float: left;
		}

#artworks_module .items.grid-view .item-wrapper .item .product-block-text-wrapper .link.product-link {
	border-bottom-style: none;
	border-bottom-color: #000;
	font-size: 1.125rem;
	line-height: 1.25em;
	font-weight: 400;
}

/* *************************************************************************************************** */
/* ******************************************* Mobile ************************************************ */
/* *************************************************************************************************** */

		/* ***************************************** Portrait **************************************** */
		@media screen and (max-width: 480px) {
			/* Grid View */

				/* One Per Row */
				#artworks_module .items.grid-view.one-col-on-mobile-portrait .item-wrapper {
					width: 100%;
				}

				#artworks_module .items.grid-view.one-col-on-mobile-portrait .item-wrapper:nth-child(1n + 2):before {
					content: "";
					position: absolute;
					width: 100%;
					height: 1px;
					left: 0;
					border-top: 1px dotted rgba(81, 99, 112, 0.29);
				}

				#artworks_module .items.grid-view.one-col-on-mobile-portrait .item-wrapper:nth-child(1n + 2) {
					clear: both;
				}

				/* Two Per Row */
				#artworks_module .items.grid-view.two-col-on-mobile-portrait .item-wrapper {
					width: 50%;
				}

				#artworks_module .items.grid-view.two-col-on-mobile-portrait .item-wrapper:nth-child(2n + 3) {
					clear: both;
				}
		}

		/* ***************************************** Landscape **************************************** */
		@media screen and (min-width: 481px) and (max-width: 720px) {
			/* Grid View */

				/* Two Per Row */
				#artworks_module .items.grid-view.two-col-on-mobile-landscape .item-wrapper {
					width: 50%;
				}

				#artworks_module .items.grid-view.two-col-on-mobile-landscape .item-wrapper:nth-child(2n + 3):before {
					content: "";
					position: absolute;
					width: 100%;
					height: 1px;
					left: 0;
					border-top: 1px dotted rgba(81, 99, 112, 0.29);
				}

				#artworks_module .items.grid-view.two-col-on-mobile-landscape .item-wrapper:nth-child(2n + 3) {
					clear: both;
				}

				/* Three Per Row */
				#artworks_module .items.grid-view.three-col-on-mobile-landscape .item-wrapper {
					width: 33.33%;
				}

				#artworks_module .items.grid-view.three-col-on-mobile-landscape .item-wrapper:nth-child(3n + 4) {
					clear: both;
				}
		}

@media screen and (max-width: 720px) {

	#artworks_module .items.grid-view .item-wrapper .item .new-wrap {
		align-items: center;
	}

		#artworks_module .items.grid-view .item-wrapper .item .new-wrap .product-info-image-overlay {
			max-width: 193px;
			width: 100%;
		}

	/* Details View */
	#artworks_module.cms_entity .image-wrapper {
		width: 100%;
		margin-bottom: 25px;
	}

		#artworks_module.cms_entity .image-wrapper .title {
			text-align: center;
		}
}

@media screen and (max-width: 376px) and (min-width: 265px){
	form#interactiveToggle {
		padding-left: 6rem;
		text-indent: -6rem;
	}
}

/* *************************************************************************************************** */
/* ******************************************** Tablet *********************************************** */
/* *************************************************************************************************** */
@media screen and (min-width: 721px) and (max-width: 1024px) {
	.w-col-9 {
		width: 100% !important;
	}

	.left-nav-column {
		display: none;
	}

	/* Grid View */

		/* Three Per Row */
		#artworks_module .items.grid-view.three-col-on-tablet .item-wrapper {
			width: 33.33%;
		}

		#artworks_module .items.grid-view.three-col-on-tablet .item-wrapper:nth-child(3n + 4):before {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			left: 0;
			border-top: 1px dotted rgba(81, 99, 112, 0.29);
		}

		#artworks_module .items.grid-view.three-col-on-tablet .item-wrapper:nth-child(3n + 4) {
			clear: both;
		}

		/* Four Per Row */
		#artworks_module .items.grid-view.four-col-on-tablet .item-wrapper {
			width: 25%;
		}

		#artworks_module .items.grid-view.four-col-on-tablet .item-wrapper:nth-child(4n + 5):before {
			content: "";
			position: absolute;
			width: 100%;
			height: 1px;
			left: 0;
			border-top: 1px dotted rgba(81, 99, 112, 0.29);
		}

		#artworks_module .items.grid-view.four-col-on-tablet .item-wrapper:nth-child(4n + 5) {
			clear: both;
		}
}

/* *************************************************************************************************** */
/* ******************************************** Desktop ********************************************** */
/* *************************************************************************************************** */
@media screen and (min-width: 1025px) {
	.w-col-9 {
		width: 75% !important;
	}

	.left-nav-column {
		display: block;
	}

	/* Six Per Row */
	#artworks_module .items.grid-view.six-col-on-desktop .item-wrapper {
		width: 16.66%;
	}

	#artworks_module .items.grid-view.six-col-on-desktop .item-wrapper:nth-child(6n + 7):before {
		content: "";
		position: absolute;
		width: 100%;
		height: 1px;
		left: 0;
		border-top: 1px dotted rgba(81, 99, 112, 0.29);
	}

	#artworks_module .items.grid-view.six-col-on-desktop .item-wrapper:nth-child(6n + 7) {
		clear: both;
	}
}
