/*********************
	SINGLE PRODUCT
*********************/
section {
	margin:3rem 0;
}
	section#product-details {
		margin-top:3.5rem;
	}

.ps-container section {
	margin:0;
}

#product-images {
	display:flex;
	flex-direction:column;
	text-align:center;
	padding:5rem 0;
	align-items:center;
	margin:0 -15px;
}
	#product-images > span {
		width:1.6rem;
		height:1.6rem;
		position:absolute;
		top:0;
		right:1.5rem;
		cursor:pointer;
	}
		#product-images > span img {
			width:100%;
		}
	.carousel-inner img {
		margin:0 auto;
	}
	.carousel-indicators {
		position:relative;
		margin:2rem 0;
	}
		.carousel-indicators [data-bs-target] {
			width:1rem;
			height:1rem;
			background-color:#fff;
			border:2px solid #606060;
			border-radius:1rem;
			flex-shrink:0;
			margin:0 .6rem;
		}
			.carousel-indicators .active {
				background:#ff6100;
				border:2px solid #ff6100;
			}
	.carousel-item {
		transform:translateX(100%);
		cursor:pointer;
	}
		.carousel-item.active {
			transform:translateX(0);
		}
			.carousel-item.active:hover {
				cursor:zoom-in;
			}
	.carousel-nav {
		position:absolute;
		width:100%;
		top:50%;
		transform:translateY(-50%);
		z-index:10;
	}
		.carousel-nav img.lightbox-arrow.left {
    		left:1.5rem;
		}
		.carousel-nav img.lightbox-arrow.right {
    		right:1.5rem;
		}
	.product-rating {
		display:flex;
		align-items:center;
		font-size:1.3rem;
		color:#b85926;
		margin-bottom:2rem;
	}
		.product-rating span {
			display:inline-block;
			margin:0 1.5rem;
		}
		.product-rating a {
			color:#b85926;
		}
		.star-rating .star {
			display: inline-block;
			width:1.3rem;
			height:1.3rem;
			background-image:url('https://instinctpetfood.com/wp-content/themes/instinctpetfood/images/star-outline.svg');
			background-size:cover;
		}
			.product-rating .star-rating .star, .review-average .star-rating .star {
				width:2.5rem;
				height:2.5rem;
			}
			.star-rating[data-rating="5"] .star,
			.star-rating[data-rating="4"] .star:nth-child(-n+4), .star-rating[data-rating="4.5"] .star:nth-child(-n+4),
			.star-rating[data-rating="3"] .star:nth-child(-n+3), .star-rating[data-rating="3.5"] .star:nth-child(-n+3),
			.star-rating[data-rating="2"] .star:nth-child(-n+2), .star-rating[data-rating="2.5"] .star:nth-child(-n+2),
			.star-rating[data-rating="1"] .star:first-child, .star-rating[data-rating="1.5"] .star:first-child {
				background-image:url('https://instinctpetfood.com/wp-content/themes/instinctpetfood/images/star.svg');
			}
				.star-rating[data-rating="4.5"] .star:nth-child(5),
				.star-rating[data-rating="3.5"] .star:nth-child(4),
				.star-rating[data-rating="2.5"] .star:nth-child(3),
				.star-rating[data-rating="1.5"] .star:nth-child(2) {
					background-image:url('https://instinctpetfood.com/wp-content/themes/instinctpetfood/images/star-half.svg');
				}
	#zoom-box {
		border:1px solid black;
		width:100%;
		height:100%;
		display:none;
		background-color:#fff;
		background-repeat:no-repeat;
		position:absolute;
		right:0;
		top:0;
		z-index:1000;
	}

.product-intro {
	margin-top:3rem;
}

.protein-selector {
	margin:2rem 0;
}
	.protein-selector .select2-container {
		width:100%;
	}
.bv_main_container {
	margin:2rem 0!important;
}

ul#product-features {
	margin:1.5rem 0 3rem;
}
	ul#product-features li {
		margin-top:2rem;
	}
		ul#product-features li:first-child {
			margin-top:0;
		}

.product-description a {
	color:#ff6100;
}
.product-description .sizes {
	margin-bottom: 20px;
	font-weight: 600;
}
	.product-description .sizes + p {
		margin-bottom:20px;
	}
		.product-description .sizes + p a {
			color:#ff6100;
		}

.product-availability {

}
	.product-availability > span {
		display:block;
		font-weight:500;
		color:#606060;
		margin:3rem 0;
	}
		.product-availability .ps-widget[ps-sku], .product-availability .ps-widget[data-ps-sku] {
			padding:0;
			border:0;
			width:100%;
		}
		.product-availability span.ps-button-label, .product-availability .ps-widget[ps-sku].ps-disabled > small, .product-availability .ps-widget[ps-sku].ps-disabled:hover > small {
			background: #fbdfca;
		    display: block;
		    width:100%;
		    height:5.5rem;
		    line-height:5.5rem;
		    font-size:1.9rem;
		    color:#6e6e6e;
		    font-weight:700;
		    text-transform:uppercase;
		    padding:0;
		    border:none;
		    margin:0;
		    cursor:pointer;
		}
			.ps-widget.ps-no-sku.ps-disabled {
				display:none!important;
			}
			.ps-widget.ps-no-sellers.ps-disabled {
			    display:none!important;
			}
				.product-availability .ps-widget[ps-sku].ps-disabled > small, .product-availability .ps-widget[ps-sku].ps-disabled > small:hover {
					display:none!important;
				}
			.product-availability span.ps-button-label:hover {
				color:#212529;
			}
			.product-availability .ps-widget[ps-sku].ps-disabled > small:hover {
				color:#6e6e6e;
			}
			.product-availability .ps-widget[ps-sku].ps-disabled > small:after {
				content:"NO SELLERS FOUND";
				font-size:1.9rem;
			}

@media only screen and (min-width:992px) {
	section {
		margin:10rem 0;
	}
	div.breadcrumbs {
		display:block;
	}
	#product-images {
		margin:0;
	}
	.product-rating {

	}
	.product-rating .star-rating .star {
		width:1.6rem;
		height:1.6rem;
	}
	.protein-selector {
		margin:2rem 0;
	}
		.protein-selector .select2-container {
			width:20rem;
		}
	.product-intro {
		display:flex;
		height:100%;
		flex-direction:column;
		padding-left:3rem;
		margin-top:0;
	}
		.product-availability {
			margin-top:auto;
		}
			.product-availability > span {
				margin:0 0 3rem;
			}
}

@media screen and (min-width: 1025px) {
	.product-availability .ps-widget[ps-sku]:hover, .ps-widget[data-ps-sku]:hover {
	    border:none;
	}
}

.single-product #features {
	border-top:.6rem solid #b84e0d;
	padding-top:3rem;
}
#features h2 {
	margin-bottom:6rem;
}

@media only screen and (min-width:992px) {
	.single-product #features {
		border-top:1.2rem solid #b84e0d;
		padding-top:7rem;
	}
}

.scoop-background {
	background:#fbdfca;
	width:80%;
	height:80%;
	position:absolute;
	bottom:0;
	right:0;
	z-index:-1;
}
.scoop-image {
	height:100%;
	padding-left:5rem;
}
	.scoop-image img {
		width:100%;
		max-width:45rem;
	}

.main-ingredients {
	background:#fbdfca;
	padding:8rem 0;
}
	#ingredients h2 {
		text-align:center;
		margin-bottom:4rem;
	}
	#ingredients a.btn {
		width:100%;
		margin-top:3rem;
	}
	.ingredient-container {
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-content:space-between;
	}
		.ingredient {
			flex-shrink:0;
			margin-top:3rem;
		}
			.ingredient:first-child {
				margin-top:0;
			}
			.ingredient img {
				height:14rem;
				margin-bottom:4rem;
			}
			.ingredient h3 {
				text-align:center;
			}

@media only screen and (min-width:992px) {
	.ingredient-container {
		flex-direction:row;
	}
		.ingredient {
			flex-shrink:0;
			margin-left:3rem;
			margin-top:0;
		}
			.ingredient:first-child {
				margin-left:0;
			}
}

.single-product .accordion-button {
	padding:3rem 1.5rem;
	text-transform:uppercase;
}
	.single-product .accordion-body .row:not(:first-child) {
		margin-top:3rem;
	}
	.single-product .accordion-button {
		color:#ff6100;
		font-weight:700;
	}
	.single-product .accordion-body {
		border-top:none;
	}

@media only screen and (min-width:992px) {
	.single-product .accordion {
		padding-left:0;
	}
		.single-product .accordion-body {
			padding:0 1.5rem 3rem;
		}
}

.nutrition-column {
	margin-top:3rem;
}
	.nutrition-column:first-child {
		margin-top:0;
	}
	.nutrition-column strong {
		display:block;
		color:#283745;
		font-size:1.8rem;
		font-weight:500;
		margin-bottom:1.5rem;
	}
	.nutrition-cell {
		display:flex;
		justify-content:space-between;
		border-bottom:1px solid #ff6100;
		padding:1.5rem;
	}
		.nutrition-cell span {
			color:#ff6100;
			text-transform:uppercase;
			font-weight:700;
		}

span.nutrition-note {
	font-size: 1.2rem;
	padding-top: 1rem;
	display: block;
}

@media only screen and (min-width:992px) {
	.nutrition-column {
		margin-top:0;
	}
		.nutrition-column:first-child {
			padding-left:0;
			padding-right:1.5rem;
		}
}

#feeding-guidelines h2 {
	margin-bottom:4rem;
}
#feeding-guidelines p {
	margin:3rem 0;
}
#feeding-guidelines a.btn {
	width:100%;
	margin-top:3rem;
}
#feeding-guidelines .guidelines-form {
	margin:6rem 0 4rem;
}
	.guideline-container {
		display:flex;
		flex-direction:column;
	}
		.guideline-selection {
			width:100%;
			margin-top:4rem;
		}
			.guideline-selection:first-child {
				margin-top:0;
			}
			.guideline-selection label {
				width:100%;
			}
	#feeding-guidelines .guidelines-form .select2-container {
		display:block;
		margin:0 auto;
	}
img.feeding-size-img {
	width:16rem;
	margin:2rem 0;
}
span.feeding-size {
	display:block;
	color:#253746;
	font-size:3.5rem;
	line-height:3.5rem;
	font-weight:700;
}

.row.feeding-chart strong {
	display:block;
	margin-bottom:.5rem;
}
.accordion-body .row.feeding-chart p {
	margin-top:.5rem;
}
#feeding-chart {
	table-layout:fixed;
	border-collapse:collapse;
}
	#feeding-chart th {
		background:#ff6100;
		color:#fff;
		text-align:center;
		border:1px solid #ff6100;
		padding:.5rem 1rem;
	}
	#feeding-chart td {
		text-align:center;
		border:1px solid #ff6100;
		padding:1rem;
	}

@media only screen and (min-width:992px) {
	.guideline-container {
		justify-content:space-between;
		flex-direction:row;
	}
		.guideline-selection {
			width:auto;
			margin-top:0;
		}
			.guideline-selection label {
				width:auto;
			}
}

#reviews {
	background:#fbdfca;
	padding:6rem 0;
}
	#reviews h2 {
		text-align:center;
		color:#e05600;
		margin-bottom:0;
	}
	#reviews a.btn {
		width:30rem;
		margin:3rem auto;
	}
	.review-average {
		display:flex;
		justify-content:center;
		align-items:center;
		margin:1.5rem 0;
	}
		.review-average > span {
			display:block;
			font-size:6rem;
			line-height:6rem;
			font-weight:700;
			margin-right:1.5rem;
		}
	span.total-reviews {
		display:block;
		font-size:1.3rem;
	}
	.row.filter-row {
		margin-bottom:2.5rem;
	}
		span.selected {
			display:block;
			color:#b85926;
			font-size:1.2rem;
			font-weight:700;
		}
	.review-header {
		display:flex;
		width:100%;
		justify-content:space-between;
		align-items:center;
		margin-bottom:3rem;
	}
	.single-review {
		display:flex;
		width:100%;
		justify-content:space-between;
		border-top:2px solid #283745;
		padding:3rem 0;
		flex-wrap:wrap;
	}
		.review-body p {
			margin:0;
		}
		.review-photo {
			width:100%;
			margin-top:2rem;
		}
			.review-photo img {
				width:100%;
			}
		.single-review span.username {
			display:block;
			color:#b85926;
			font-size:1.2rem;
			font-weight:700;
		}
	.submission-date {
		width:20rem;
		color:#b85926;
		font-size:1.3rem;
		font-weight:700;
		margin-top:2rem;
	}

@media only screen and (min-width:992px) {
	.review-body {
		width:70%;
	}
		.review-body.has-photo p {
			display:inline-block;
			width:calc(100% - 15rem);
		}
		.single-review span.username {
			margin-top:1.3rem;
		}
		.review-photo {
			display:inline-block;
			width:10rem;
			margin-top:0;
			margin-left:4rem;
			vertical-align:top;
		}
	.submission-date {
		text-align:right;
		margin-top:0;
	}
}

#related-products {

}
	#related-products a {
		color:#253746;
		font-weight:700;
		text-decoration:none;
	}
	.related-product {
		margin-top:3rem;
	}
		.related-product-img {
			background:#fbdfca;
			padding:2.5rem 0;
			margin-bottom:2.5rem;
		}
			.related-product-img img {
				display:block;
				width:25rem;
				margin:0 auto;
			}

/* BazaarVoice Overrides */
#reviews .bv-cv2-cleanslate .bv-core-container-205 .bv-action-bar,
#reviews .bv-cv2-cleanslate .bv-core-container-205 .bv-content-placeholder{
	background: none!important;
}

/* Reviews */
#reviews .select2-container {
	width:auto;
}
#reviews .select2-container--default .select2-selection--single {
	background:none;
	border-bottom:none;
}
	#reviews .select2-container--default .select2-selection--single .select2-selection__rendered,
	.select-dropdown {
		color:#283745;
		font-weight:500;
		text-transform:none;
	}
	#reviews .select2-container .select2-selection--single .select2-selection__rendered {
		padding-left:0;
		padding-right:30px;
	}
	#reviews .select2-container--default .select2-selection--single .select2-selection__arrow {
		width:12px;
		height:7px;
		background-image:url(https://instinctpetfood.com/wp-content/themes/instinctpetfood/images/review-select-arrow.svg);
		transform:translateY(-50%);
	}