/* Product Slider */
.product-single .product-slider-container {
	position: relative;
	z-index: 2;
}

.product-single .product-slider-container .grid__item {
	position: relative;
	padding-left: 0px;
}

.product-single .product-slider {
	position: absolute;
	width: 100%;
	padding-top: 72px;
}

.product-single .product-slider #ProductPhoto {
	width: 100%;
	padding: 15px;

	background-color: white;
	background-image: url("//shop.penguin.co.uk/cdn/shop/t/229/assets/no-image.gif?v=1465403681668981251776171049");
	min-height: 300px;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;

	-webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);

	position: relative;
}

.product-single .product-slider #ProductPhoto img {
	display: block;
	width: 100%;
}

.product-single .product-slider #ProductPhoto img#ProductPhotoImg {
	position: absolute;
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	opacity: 0;

	-webkit-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	-moz-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
}

.product-single.pod-product .product-slider #ProductPhoto img#ProductPhotoImg {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	width: auto;
	opacity: 1;

	-webkit-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	-moz-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
}

.product-single .product-slider #ProductPhoto img#ProductPhotoImg.fadeIn {
	opacity: 1;
}

.product-single #ProductThumbs {
	margin: 0px 0px 60px;
	list-style: none;
	text-align: center;
}

.product-single #ProductThumbs .owl-item {
	-webkit-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	-moz-transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	transition: all 0.3s cubic-bezier(0.65, -0.05, 0.35, 1.14);
	opacity: 0;
}

.product-single #ProductThumbs .owl-item.fadeIn {
	opacity: 1;
}

.product-single .enhanced-product-view-slider #ProductThumbs {
	padding-left: 10px;
	padding-top: 25px;
}

.product-single .enhanced-product-view-slider #ProductThumbs,
.product-single .enhanced-product-view-slider #ProductThumbs .owl-wrapper {
	text-align: left;
}

.product-single__thumbnails.hide-on-desktop {
	display: none !important;
}

.product-single #ProductThumbs .owl-wrapper {
	min-width: 100%;
}

.product-single .owl-carousel .owl-wrapper-outer {
	padding: 5px;
}

.enhanced-product-view-slider .product-single__thumbnails {
	display: none !important;
}

.product-single #ProductThumbs li {
	margin: 0px;
	padding: 3px;
	background: white;
	-webkit-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.35);
}

.product-single #ProductThumbs .owl-item {
	float: inherit;
	display: inline-block;
	padding: 0 7px;
	max-width: 94px;
}

.product-single #ProductThumbs .owl-item img {
	opacity: 0.5;
}

.product-single #ProductThumbs .owl-item.active img {
	opacity: 1;
}

.product-single .product-slider .h4 {
	text-align: center;
}

.product-single .product-slider .h4 a {
	text-decoration: underline;
}

/* Product Video */
.the-video-url {
	display: none;
}

.video {
	margin: 50px auto 0;
	width: 180px;
	position: relative;
	cursor: pointer;
	display: none;
}

.product-single .video img.thumbnail {
	width: 100%;
}

.video .play {
	width: 30px;
	height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.video.mobile {
	display: none !important;
}

.video span {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: 13px;
	font-weight: bold;
    color: #fe6417;
    font-size: 19px;
  	font-family: "ITC Avant Garde Gothic W01 Dm",sans-serif;
}

.the-video-wrapper {
	top: 0px;
	left: 0px;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 999;
	opacity: 0;
}

.the-video-wrapper .the-video {
	opacity: 0;
	top: 0px;
	left: 0px;
	position: absolute;
	width: 60%;
	padding-bottom: 40%;

	left: 50%;
	top: 50%;
	margin-left: -30%;
	border: 10px solid white;

	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);

	background: white;
	z-index: 10;
}

.the-video-wrapper.show,
.the-video-wrapper .the-video.show {
	opacity: 1;
}

.the-video-wrapper .the-video iframe {
	width: 100%;
	height: 100%;
	position: absolute;
}

.the-video-wrapper .the-video .close-video {
	width: 30px;
	height: 30px;
	top: -40px;
	left: -40px;
	position: absolute;
	cursor: pointer;
}

/* Product Info */
.product-single .product-info {
	padding-top: 95px;
	background-color: #f2f2f2;
}

.product-single .product-info .grid__item:last-child {
	padding-left: 53px;
}

.product-single .product-info .type {
	font-size: 19px;
	font-family: 'ITC Avant Garde Gothic W01 Dm', sans-serif;
	color: #fe6417;
	margin-bottom: 5px;
}

.product-single .product-info h1 {
	margin-bottom: 13px;
}

.product-single .product-info .product-short-description {
	font-size: 19px;
	color: #646464;
	line-height: 1.4em;
}

.product-single .product-info #ProductPrice, .product-single .product-info #ComparePrice {
	font-size: 1.8em;
}

.product-single .product-info .add-to-basket-panel {
	background-color: #e6e6e6;
	overflow: hidden;
	padding: 20px 0;
	margin-top: 110px;
}

.product-single.pod-product .add-to-basket-panel {
	margin-top: 20px;
}

.product-single.enhanced-product-single .add-to-basket-panel {
	margin-top: 70px;
}

.product-single .add-to-basket-panel__buy {
	flex-wrap: wrap;
	display: flex;
}

.product-single .add-to-basket-panel__buy .shopify-add-to-cart-button {
	flex: 1;
}

.product-single .add-to-basket-panel__buy .shopify-payment-button {
	width: 100%;
	margin-block-start: 12px;
}

.product-single .product-info .add-to-basket-panel .quantity {
	float: left;
}

.product-single .product-info .add-to-basket-panel #AddToCart {
	font-size: 16px;
	font-family: "ITC Avant Garde Gothic W01 Dm", sans-serif;
	padding: 12px 37px;
	float: left;
}

@media screen and (min-width: 961px) {
	.product-single .quantity {
		margin-right: 15px;
	}
}

.product-single .product-info .add-to-basket-panel .low-inventory {
	float: left;
	margin: 14px 14px 0px 14px;
	color: #646464;
}

.product-single .product-info .add-to-basket-panel .sold-out,
.product-single .product-info .add-to-basket-panel #BIS_trigger {
	padding: 11px 16px;
}

.product-single .product-info .add-to-basket-panel #BIS_trigger {
	margin-left: 12px;
}

.product-single .product-info .option-selectors {
	overflow: hidden;
	position: absolute;
	margin-top: 15px;
}

.product-single .product-info .option-selectors select {
	float: left;
	margin-right: 14px;
	font-size: 16px;
	line-height: 20px;
}

.product-description-container .grid__item:last-child {
	padding-left: 53px;
	padding-top: 20px;
}

.product-description-container .content {
	font-size: 16px;
}

.product-description-container .the-description {
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 20px;
	margin-bottom: 25px;
	display: none;
}

.product-description {
	max-height: 130px;
	overflow: hidden;
	position: relative;
}

.product-description .gradient-mask {
	width: 100%;
	height: 20px;
	background: rgba(0, 0, 0 , 0.5);
	position: absolute;
	bottom: 0px;

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.product-description.open {
	max-height: 100%;
}

.toggle-description {
	color: #fe6417;
	font-size: 16px;
	font-family: 'ITC Avant Garde Gothic W01 Dm', sans-serif;
}

.question-to-product {
	display: none;
}

.btn-success {
	background-color: #fe9763;
}

.pinterest__pinit {
	top: 7em;
	max-width: 80px;
	position: absolute;
	z-index: 9999;
	left: 2em;

	img {
		width: 100%;
	}
}

@media screen and (max-width: 867px) {
	.pinterest__pinit {
		top: 2em;
	}
}

.enhanced-product-single .pinterest__pinit {
	top: 2em;
}

/* Product Enhanced View */
.enhanced-product-view .title {
	max-width: 904px;
	margin: 0 auto;
}

.enhanced-product-view .title p {
	display: none;
}

.enhanced-product-view .title h2,
.enhanced-product-view .title h3,
.enhanced-product-view .title h4,
.enhanced-product-view .title h5,
.enhanced-product-view .title h6 {
	color: #fe6417;
	font-family: 'AvenirNextLTW01-Regular', sans-serif !important;
	text-align: center;
	line-height: 1.4em;
	padding: 40px 0 50px;
	font-size: 2.1em;
}

.enhanced-product-view .grid-info {
	display: table;
	width: 100%;
	margin: 0px;
}

.enhanced-product-view .grid-info .grid__item {
	background-color: #f2f2f2;
	display: table-cell;
	height: 100%;
	float: inherit;
	vertical-align: middle;
	padding: 0px;
}

.enhanced-product-view .grid-info .grid__item.image {
	background-size: cover;
	background-position: center center;
	padding-bottom: 30%;
}

.enhanced-product-view .grid-info .grid__item .content {
	padding: 15%;
	margin: 0 auto;
}

.enhanced-product-view .grid-info .grid__item .content h3 {
	font-size: 2.5em;
}

.enhanced-product-view .grid-info .grid__item .content p {
	font-size: 19px;
}

.enhanced-product-view .grid-info .grid__item img {
	width: 100%;
	display: block;
}

.enhanced-description-delivery {
	padding-top: 60px;
	margin: 0px;
}

.enhanced-description-delivery .grid__item {
	padding: 0 40px;
}

.enhanced-description-delivery .content {
	font-size: 16px;
}

.enhanced-product-view-slider .grid__item {
	min-height: 0px;
}

@media screen and (max-width: 1700px) {
	#shift-image {
    background-position: 82% center;
	}
}

@media screen and (max-width: 767px) {
	.product-single .product-info .option-selectors select {
		float: inherit;
		width: 100%;
	}

	.product-single .product-info .add-to-basket-panel .sold-out {
		width: 100%;
		margin-bottom: 14px;
	}

	.product-single .product-info .add-to-basket-panel #BIS_trigger {
		width: 100%;
		margin-left: 0px;
	}

	/* Product Video */
	.product-single .video {
		display: none !important;
	}

	html .video.mobile {
		display: block !important;
		padding: 20px;
		width: 224px;
		margin: 0px auto;
	}

	.video.mobile .play {
		width: 35px;
	}

	.the-video-wrapper .the-video {
		width: 80%;
		padding-bottom: 59%;
		margin-left: -40%;

		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}
}

.badges-mobile {
	display: none;
}

@media screen and (max-width: 868px) {
	#ProductPhoto {
		display: none;
	}

	.product-single .pod-product .product-slider #ProductPhoto {
		display: block;
		margin-bottom: 0;
	}
}

@media screen and (max-width: 960px) {
	.badges-mobile {
		display: block;
	}

	.enhanced-product-view .grid-info .grid__item.image {
		padding-bottom: 56.7% !important;
	}

	/* Product Slider */
	html .product-single__thumbnails.hide-on-desktop {
		display: block !important;
	}

	.product-single .product-slider-container {
		padding: 0px;
	}

	.product-single .owl-carousel .owl-wrapper-outer,
	.product-single #ProductThumbs .owl-item {
		padding: 0px;
	}

	.product-single #ProductThumbs li {
		box-shadow: inherit;
		padding: 0px;
	}

	.product-single__thumbnails img {
		width: 100%;
		opacity: 1 !important;
	}

	.product-single .product-slider {
		position: relative;
		padding-top: 0px;
	}

	.form-vertical {
		margin-bottom: 0px;
	}

	.enhanced-product-single {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-flow: column;
		flex-flow: column;
	}

	.enhanced-product-single .product-slider-container {
		display: none;
	}

	.enhanced-product-single .product-info {
		-webkit-order: 2;
		order: 2;
	}

	.enhanced-product-view-slider {
		-webkit-order: 1;
		order: 1;
		display: block;
		padding: 0px;
		width: 100%;
	}

	.enhanced-product-view-slider .grid__item {
		padding: 0px;
	}

	.enhanced-product-view-slider .grid__item:first-child {
		display: none;
	}

	.enhanced-product-view {
		-webkit-order: 3;
		order: 3;
	}

	.product-single #ProductThumbs .owl-item {
		display: block;
		float: left;
		max-width: 100%;
	}

	.product-single .product-info .option-selectors {
		position: relative;
	}

	.product-single #ProductThumbs {
		margin-bottom: 0px;
	}

	.product-single .product-slider .h4 {
		display: none;
	}

	/* Product Info */
	.product-single .product-info {
		padding-top: 25px;
	}

	.product-single .product-info .type {
		font-size: 16px;
	}

	.product-single .product-info .grid__item:last-child {
		padding: 0px;
	}

	.product-single .product-info h1 {
		font-size: 2.3em;
		line-height: 1.3em;
	}

	.product-single .product-info p {
		font-size: 16px;
	}

	.product-single .product-info #ProductPrice {
		font-size: 1.7em;
	}

	.product-single .product-info .add-to-basket-panel {
		margin-top: 25px;
	}

	.product-single .product-info .add-to-basket-panel .quantity {
		padding-right: 14px;
		width: 35%;
		max-width: 110px;
	}

	.product-single .product-info .add-to-basket-panel .quantity button {
		width: 30%;
	}

	.product-single .product-info .add-to-basket-panel .quantity input {
		width: 40%;
	}

	.product-single .product-info .add-to-basket-panel #AddToCart {
		margin: 0;
		width: 65% !important;
		max-width: 220px;
		padding-top: 12px;
	}

	.product-single .product-info .add-to-basket-panel .low-inventory {
		margin-left: 14px;
	}

	.product-single .product-description-container .grid__item:last-child {
		padding-left: 0px;
	}

	.question-to-product {
		display: block;
		background: #f2f2f2;
		font-size: 1em;
		text-align: center;
		padding: 14px 15px;
		margin: 20px 0 0;
	}

	.question-to-product a {
		text-decoration: underline;
	}

	/* Enhanced Product View */
	.enhanced-product-view .grid {
		display: block;
		padding-top: 20px;
	}

	.enhanced-product-view .title h2,
	.enhanced-product-view .title h3,
	.enhanced-product-view .title h4,
	.enhanced-product-view .title h5,
	.enhanced-product-view .title h6 {
		margin-bottom: 0px;
	}

	.enhanced-product-view .title {
		padding: 0 15px;
		font-size: 0.8em;
	}

	.product-single .enhanced-product-view-slider #ProductThumbs, .product-single #ProductThumbs .owl-wrapper {
		padding: 0px;
	}

	.enhanced-product-view .first-info,
	.enhanced-product-view .second-info,
	.enhanced-product-view .third-info {
		display: -webkit-flex !important;
		display: -moz-flex !important;
		display: -ms-flex !important;
		display: flex !important;
		-webkit-flex-flow: column !important;
		flex-flow: column !important;
	}

	html .enhanced-product-view .first-info .content-container,
	html .enhanced-product-view .second-info .content-container,
	html .enhanced-product-view .third-info .content-container {
		-webkit-order: 2;
		-moz-order: 2;
		order: 2;
		height: auto !important;
		vertical-align: inherit;
		padding: 0px !important
	}

	.enhanced-product-view .first-info .image,
	.enhanced-product-view .second-info .image,
	.enhanced-product-view .third-info .image {
		-webkit-order: 1;
		-moz-order: 1;
		order: 1;
		height: auto !important;
		vertical-align: inherit;
	}

	.enhanced-product-view .grid__item {
		display: block !important;
		width: 100%;
		padding: 0 0 20px 0 !important;
	}

	.enhanced-product-view .grid-info .grid__item .content {
		max-width: 100%;
		padding: 5%;
	}

	.enhanced-product-view .grid-info .grid__item .content h3 {
		font-size: 25px;
	}

	.enhanced-product-view .grid-info .grid__item .content p {
		font-size: 16px;
	}

	.enhanced-product-view .grid-info .grid__item .content p:last-child {
		margin-bottom: 0px;
	}
}

@media screen and (max-width: 550px) {
	.product-single .product-info .add-to-basket-panel .low-inventory {
		margin: 14px 44px 0 0;
	}
}

#shopify-section-product-template-pod .grid {
  margin: 0 auto;
}
