
/* variables */

:root {

    --prodog-teal: #008091;
    --prodog-bright-green: #00AD3C;
    --prodog-green: #8dc73f;
    --prodog-yellow: #FDD700;
    --prodog-black: #231F20;
    --prodog-dark-grey: #2C292A;
    --prodog-grey: #dedede;

    --color-info: #83A8D9;
	--color-error: #c00;
	--color-success: #3BB41B;
	--color-warning: #ce0000;
	--color-black: #000;
	--color-light-grey: #F5F5F5;
	--color-white: #fff;

	/* supps */
	--prodog-flexx: #e11f21;
	--prodog-digest: #f28d28;
	--prodog-protect: #fdd700;
	--prodog-revive: #71af2c;
	--prodog-repel: #009b97;
	--prodog-perform: #007ec7;
	--prodog-shine: #83d0f5;
	--prodog-muscle: #e8308a;
	--prodog-boost: #f39aa1;
	/*--prodog-colostrum: #fff9c7;*/
    --prodog-colostrum: #FBD528;
	--prodog-flexx-alt: #c14744;
	--prodog-digest-alt: #e87921;
	--prodog-protect-alt: #f3e162;
	--prodog-revive-alt: #93b834;
	--prodog-repel-alt: #006A78;
	--prodog-perform-alt: #59dbfa;
	--prodog-shine-alt: #7d7cbd;
	--prodog-muscle-alt: #b770a5;
	--prodog-boost-alt: #efa0cf;
	--prodog-colostrum-alt: #ffe995;
	--prodog-colostrum-legible: #FBD528;

    /* raw */
    --prodog-beef: #b18a69;
    --prodog-beef-chicken: #d93540;
    --prodog-beef-lamb: #d93540;
    --prodog-beef-tripe: #007a3d;
    --prodog-chicken: #ef7d00;
    --prodog-chicken-haddock: #ef7d00;
    --prodog-chicken-lamb: #008cca;
    --prodog-chicken-tripe: #019ba5;
    --prodog-duck: #954b98;
    --prodog-goat: #10a7d4;
    --prodog-goose: #88b550;
    --prodog-lamb: #008cca;
    --prodog-pork: #c22870;
    --prodog-rabbit: #85848c;
    --prodog-three-bird: #2bad6f;
    --prodog-turkey: #8ea62e;
    --prodog-turkey-haddock: #ed6da6;
    --prodog-venison: #429a9b;
    --prodog-wild-boar: #d5a01c;

}

.pdr-product-section{
    width: 100%;
    clear: both;
    padding: 35px 0 55px;
}

.pdr-product-section a{
    transition: all 0.3s ease;
}

.pdr-product-section-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdr-product-section h2 {
    color: #231f20;
    display: block;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 50px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

.pdr-product-section h2 span{
    display: block;
}

button.pdr-product-button,
a.pdr-product-button {
	align-items: center;
	background: var(--prodog-bright-green);
	border: 2px solid var(--prodog-bright-green);
	border-radius: 28px;
	color: var(--color-white);
	cursor: pointer;
	display: flex;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	justify-content: center;
	line-height: 1;
	padding: 15px;
	margin-bottom: 0;
	max-width: 100%;
	text-decoration: none;
	transition: all 0.3s ease;
	width: 278px;
}

button.pdr-product-button:hover,
a.pdr-product-button:hover{
    border: 2px solid #231f20;
    background: #231f20;
    color: #fff;
}

button.pdr-product-button:hover,
a.pdr-product-button:hover {
	background: var(--prodog-black);
	border: 2px solid var(--prodog-black);
	color: var(--prodog-yellow);
}

/* intro */

.pdr-product-intro{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 35px;
    padding: 55px 0;
}

.pdr-product-breadcrumbs {
	color: var(--color-black);
	font-size: 16px;
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.pdr-product-breadcrumbs a {
	color: var(--color-black);
	font-weight: 500;
}

.pdr-product-breadcrumbs a:hover{
    text-decoration: underline !important;
}

.pdr-product-breadcrumbs .breadcrumb_last strong{
    font-weight: 500;
}

.pdr-product-intro h1{
    color: #231f20;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 38px;
}

.pdr-product-intro h1 span{
    color: var(--prodog-black);
    display: block;
    text-transform: uppercase;
}

.pdr-product-tagline{
    display: block;
    color: #fdd700;
    text-transform: uppercase;
}

.pdr-product-tagline {
    border-bottom: 3px solid var(--prodog-black);
	color: #231f20;
	font-size: 25px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 25px;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-transform: uppercase;
}

.pdr-product-description-wrap p, .pdr-product-description-wrap li {
	color: #707070;
	font-size: 17px;
	font-weight: 500;
	line-height: 22px;
}

.pdr-product-rating{
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.pdr-product-rating .c-feefo-stars,
.pdr-product-rating .pdr-product-packet-length-title{
    margin-bottom: 0;
}

.pdr-product-packet-length-title a {
	color: #008091;
	font-size: 16px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 15px;
	text-transform: uppercase;
	text-decoration: underline !important;
	position: relative;
	top: -3px;
}

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars {
	padding: 0;
}

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars .feefowidget-star {
	color: #fdd700;
	margin: 0 3px 0 0;
	font-size: 20px;
}

.pdr-product-rating .c-feefo-stars .feefo-product-stars-widget .feefowidget-product-stars__reviews-count {
	color: #0a0a0a;
	font-size: 14px;
	text-decoration: none;
}

.pdr-product-description-wrap{
    margin-bottom: 25px;
}

.pdr-product-short-description strong{
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-product-short-description a {
	color: #707070;
	text-decoration: underline !important;
}

a.pdr-product-description-read-more{
    color: #707070;
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    text-decoration: underline !important;
}

.pdr-product-packet-length-content{
    display: none;
}

.pdr-product-description{
    display: none;
}

.pdr-product-pricing-block{
    border-radius: 30px;
}

.pdr-product-pricing-block.pdr-product-pricing-block__sub .c-product__cart-price.woocommerce-variation-price {
    display: none;
}

.pdr-product-pricing-block.pdr-product-pricing-block__sub .c-product__cart-price.woocommerce-variation-price.pdr-subscription-price {
    display: block;
}

.pdr-product-pricing-block.pdr-product-pricing-block__onetime .c-product__cart-price.woocommerce-variation-price {
    display: block;
}

.pdr-product-pricing-block.pdr-product-pricing-block__onetime .c-product__cart-price.woocommerce-variation-price.pdr-subscription-price {
    display: none;
}

.pdr-product-pricing-block-top{
    align-items: center;
    background: #fdd700;
    border-radius: 25px;
    cursor: pointer;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 19px;
    transition: all 0.3s ease;
}

.open .pdr-product-pricing-block-top{
    border-radius: 0;
}

.pdr-product-pricing-block__onetime {
    border: 2px solid #C4C4C4;
    margin-top: 12px;
}

.pdr-product-pricing-block__onetime .pdr-product-pricing-block-top {
    background: none;
}

.pdr-product-pricing-block__onetime.open .pdr-product-pricing-block-top {
	border-bottom: 2px solid #c4c4c4;
}

.pdr-product-pricing-block__onetime .pdr-product-subscribe-text{
    color: #c4c4c4;
}

.pdr-product-pricing-block__onetime.open .pdr-product-subscribe-text{
    color: #231f20;
}

.pdr-product-pricing-block-bottom{
    padding-top: 17px;
}

.pdr-product-pricing-block__onetime .pdr-product-pricing-block-bottom {
    display: none;
}

.pdr-product-subscribe-option {
    align-items: center;
    display: flex;
    column-gap: 12px;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger {
    -webkit-appearance: none;
    appearance: none;
    background-color: none;
    margin: 0;
    font: inherit;
    color: #008091;
    width: 20px;
    height: 20px;
    border: 2px solid #231f20;
    border-radius: 50%;
    display: grid;
    place-content: center;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger:before {
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--color-black);
}

.pdr-product-pricing-block__onetime .pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger{
    border: 2px solid #808080;
}

.pdr-product-pricing-block__onetime.open .pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger{
    border: 2px solid #231f20;
}

.pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger.checked:before {
    transform: scale(1);
}

.pdr-product-subscribe-option input {
    margin: 0;
}

.pdr-product-subscribe-text{
    align-items: center;
    color: #231f20;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
}

.pdr-product-subscribe-text span{
    background: var(--color-white);
    border-radius: 20px;
    color: var(--color-black);
    display: inline-block;
    font-size: 15px;
    margin-left: 5px;
    padding: 0 15px;
    text-transform: uppercase;
}

.pdr-product-price{
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 0;
}

.pdr-product-price del{
    color: #808080;
    margin-right: 10px;
}

.pdr-product-price ins{
    text-decoration: none !important;
}

.pdr-product-bullets{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 20px;
    padding: 0 0 11px 0;
}

.pdr-product-pricing-block__onetime .pdr-product-bullets{
    padding: 0 20px 11px 20px;
}

.pdr-product-bullets ul{
    list-style: none;
    margin-bottom: 0;
    margin-left: 25px;
}

.pdr-product-bullets ul li{
    color: #707070;
    font-weight: 500;
    margin-bottom: 8px;
    position: relative;
}

.pdr-product-bullets ul li:before {
	font-family: "font awesome 6 pro";
	content: '\f00c';
	width: 18px;
	height: 18px;
	border-radius: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	background: var(--color-black);
	color: #fff;
	padding: 3px;
	position: absolute;
	font-weight: 900;
	left: -25px;
	top: 2px;
}

.pdr-product-add-to-basket .first-payment-date,
.pdr-product-add-to-basket .stock{
    display: none;
}

.pdr-product-add-to-basket{
    padding: 0 0 10px;
}

.pdr-product-pricing-block__onetime .pdr-product-add-to-basket{
    padding: 0 25px 20px;
}

body.woocommerce .pdr-product-add-to-basket form.cart{
    margin-bottom: 0;
}

.pdr-product-add-to-basket-form-inner{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 15px;
    grid-row-gap: 12px;
}

.pdr-product-attributes,
.pdr-product-qty{
    border-radius: 28px;
    display: flex;
    height: 50px;
}

.pdr-product-attributes span.pdr-product-attributes-title,
.pdr-product-qty span{
    align-items: center;
    background: #fdd700;
    border-radius: 28px 0 0 28px;
    border-right: 2px solid var(--color-white);
    color: #231f20;
    display: flex;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    justify-content: center;
    width: 50%;
}

.pdr-product-attributes-price span.pdr-product-attributes-title{
    background: var(--color-black);
    color: var(--prodog-yellow);
}

.pdr-product-qty-selector{
    background: #E5E5E5;
    border-radius: 0 28px 28px 0;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    width: 50%;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 0;
}

.pdr-product-attributes-selector{
    background: #E5E5E5;
    border-radius: 0 28px 28px 0;
    padding: 0;
    width: 50%;
}

.pdr-product-attributes-selector button,
.pdr-product-qty-selector button{
    cursor: pointer;
    font-size: 32px;
}

.pdr-product-qty-selector button.plus{
    align-items: center;
    display: flex;
}

.pdr-product-attributes-selector select{
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGNsYXNzPSJmZWF0aGVyIGZlYXRoZXItY2hldnJvbi1kb3duIj48cG9seWxpbmUgcG9pbnRzPSI2IDkgMTIgMTUgMTggOSI+PC9wb2x5bGluZT48L3N2Zz4=) no-repeat;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-size: 16px;
	-webkit-background-size: 16px;
	background-position: calc(100% - 12px) 50%;
	-webkit-background-position: calc(100% - 12px) 50%;
    border: none;
    border-radius: 0 20px 20px 0;
    font-weight: 500;
	height: 100%;
    margin: 0;
    width: 100%;
}

.pdr-product-attributes-selector .c-product__cart-price{
    font-weight: 500;
	height: 100%;
    margin: 0 !important;
    width: 100%;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount,
.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount bdi,
.pdr-product-attributes-selector .c-product__cart-price .price{
    display: block;
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
    height: 100%;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount bdi{
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.woocommerce.single .pdr-product-attributes-selector .c-product__cart-price span.amount .woocommerce-Price-currencySymbol{
    font-family: Montserrat,sans-serif;
    font-weight: 700;
    font-size: 1rem;
}

.woocommerce div.product form.cart .pdr-product-qty div.quantity {
	margin: 0;
}

.woocommerce .pdr-product-qty-selector .quantity .qty{
    border: none;
    box-shadow: none;
    font-weight: 500;
    height: 100%;
    margin-bottom: 0;
}

.woocommerce .pdr-product-qty-selector .quantity input[type="number"] {
  background: transparent !important;
  border: none;
  box-shadow: none;
  color: inherit;
  text-align: center;
  appearance: textfield;
}

/* Remove arrows in Chrome */
.woocommerce .pdr-product-qty-selector .quantity input[type="number"]::-webkit-outer-spin-button,
.woocommerce .pdr-product-qty-selector .quantity input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Remove arrows in Firefox */
.quantity input[type="number"] {
  -moz-appearance: textfield;
}

.pdr-product-button-buy{
    align-items: center;
    background: var(--prodog-bright-green);
    border-radius: 28px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    height: 50px;
    justify-content: center;
    transition: all 0.3s ease;
    width: 100%;
}

.pdr-product-button-buy:hover{
    background: #231f20;
}

.pdr-product-button-buy.disabled,
.pdr-product-button-buy[disabled]{
    background: #808080;
}

.pdr-product-gallery{
    margin-bottom: 20px;
}

.pdr-product-gallery-image {
	align-items: center;
	display: flex;
	min-height: 100%;
	width: 100%;
}

.pdr-product-gallery-image{
    display: none;
}

.pdr-product-gallery-image:first-of-type{
    display: flex;
}

.pdr-product-gallery-image img{
    border-radius: 50px;
}

.pdr-product-gallery-thumbnails {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-column-gap: 8px;
	grid-row-gap: 8px;
}

.pdr-product-gallery-thumbnail {
	border: 2px solid #C4C4C4;
	cursor: pointer;
}

.pdr-product-gallery-thumbnail-video{
    align-items: center;
    display: flex;
    justify-content: center;
}

.pdr-product-gallery-thumbnail-video i{
    font-size: 35px;
}

.pdr-product-gallery-video{
    width: 100%;
}

.pdr-product-gallery-image-video{
    background: #231f20;
}

/* product-icons-and-image */

.pdr-product-icons-and-image{
    background: var(--prodog-yellow);
    padding: 40px 0 0;
}

.pdr-product-icons-and-image .pdr-product-section-inner {
	padding-bottom: 40px;
}

.pdr-product-icons-and-image .pdr-product-section-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 35px;
    position: relative;
}

.pdr-product-icons-and-image-icons{
    display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

.pdr-product-icons-and-image-icons img{
    height: auto;
    width: 100%;
}

.pdr-product-icons-and-image-left{
    position: relative;
}

.pdr-product-icons-and-image-left img{
    bottom: -40px;
    left: -225px;
    position: absolute;
}

/* product-ingredients */

.pdr-product-ingredients {
    padding: 70px 0 100px;
}

.pdr-product-ingredients h2{
    margin-bottom: 15px;
    text-transform: uppercase;
}

.pdr-product-ingredients h2 span {
    font-size: 30px;
    line-height: 34px;
}

.pdr-product-ingredients-intro{
    margin: 0 auto 35px;
    max-width: 100%;
    text-align: center;
    width: 545px;
}

.pdr-product-ingredients-intro p{
    font-size: 18px;
    line-height: 28px;
}

.pdr-product-ingredients-items {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}

.pdr-product-ingredients-items-dump{
    display: none;
}

.pdr-product-ingredients-item {
	flex: 0 1 calc(33.333% - 10px);
	max-width: calc(33.333% - 10px);
    background: #fff;
    border: 8px solid #008091;
    border-radius: 40px;
    text-align: center;
}

.pdr-product-ingredients .flickity-button {
	background: #008091;
	color: #fff;
}

.pdr-product-ingredients .flickity-button:active {
	opacity: 1;
}

.pdr-product-ingredients-item-image img{
    border-radius: 31px 31px 0 0;
}

.pdr-product-ingredients-item-title{
    font-size: 30px;
    line-height: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 5px;
    padding: 0 10px;
}

.pdr-product-ingredients-item-content{
    font-weight: 500;
    padding: 0 22px 30px;
    line-height: 22px;
}

.pdr-product-ingredients-item-content span.pdr-product-ingredients-item-long{
    display: none;
}

.pdr-product-ingredients-item-read-more{
    display: block;
    margin-top: 10px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    color: #008091;
}

.pdr-product-ingredients-buton-wrap{
    display: block;
    text-align: center;
    padding-top: 45px;
}

.pdr-product-ingredients-buton-wrap a{
    width: 380px;
    max-width: 100%;
}

.pdr-product-ingredients-nav{
    display: none;
    justify-content: center;
    margin-top: 20px;
}

.pdr-product-ingredients-nav a{
    align-items: center;
    background: #008091;
    border-radius: 44px;
    color: #fff;
    display: flex;
    height: 44px;
    justify-content: center;
    margin: 0 5px;
    width: 44px;
}

.pdr-product-ingredients-nav svg{
    width: 26px;
}


/* product-accordion */

.pdr-product-accordion{
    background: var(--prodog-yellow);
    padding: 45px 0 75px;
    text-align: center;
}

.pdr-product-accordion h2 {
    color: var(--prodog-black);
    line-height: 40px;
    margin: 0 auto 10px;
    max-width: 100%;
    text-align: center;
    width: 800px;
}

.pdr-product-accordion-intro {
    margin: 0 auto 50px;
    max-width: 100%;
    text-align: center;
    width: 800px;
}

.pdr-product-accordion-intro p,
.pdr-product-accordion-intro li{
    color: var(--prodog-black);
    font-size: 22px;
    line-height: 30px;
}

.pdr-product-accordion .pdr-product-accordion-wrap{
    list-style: none;
    padding: 0;
    margin: 30px auto 0 auto;
    width: 800px;
    max-width: 100%;
}

.pdr-product-accordion .pdr-product-accordion-title-wrap{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pdr-product-accordion .pdr-product-accordion-title-wrap:last-of-type {
    margin-bottom: 0;
}

.pdr-product-accordion .pdr-product-accordion-title-wrap > a:after{
    content: '+';
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    color: var(--prodog-yellow);
    width: 36px;
    height: 36px;
    border: 3px solid var(--prodog-yellow);
    position: absolute;
    border-radius: 36px;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-product-accordion .pdr-product-accordion-title-wrap > a.open:after{
    content: '-';
}

.pdr-product-accordion .pdr-product-accordion-title-wrap > a{
    border-radius: 30px;
    background: var(--prodog-black);
    display: block;
    width: 100%;
    color: var(--color-white);
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 25px;
}

.pdr-product-accordion .pdr-product-accordion-title-wrap > a.open,
.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover{
    background: var(--prodog-bright-green);
}

.pdr-product-accordion-content {
	border-radius: 30px;
	background: #fff;
    display: none;
    font-size: 16px;
    margin-top: 10px;
    padding: 30px 30px 10px;
    text-align: left;
}

.pdr-product-accordion-content h2{
    font-size: 24px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-product-accordion-content h3{
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 20px;
}

.pdr-product-accordion-content a{
    color: var(--prodog-black);
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    border-bottom: 1px solid var(--prodog-black);
}

.pdr-product-accordion-content table th {
	background: var(--prodog-black);
    color: #fff;
    font-size: 17px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-product-accordion-content table{
    margin: 0 auto 20px;
    max-width: 100%;
    width: 600px;
}

.pdr-product-accordion-content table th,
.pdr-product-accordion-content table td{
    border: 2px solid #1d1d1b;
}

/* product-resources */

.pdr-blog-carousel {
    background: var(--prodog-dark-grey);
    background-image: url("../../assets/img/grass.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 545px;
    padding: 70px 20px 75px;
    position: relative;
}

.pdr-blog-carousel h2 {
    color: var(--prodog-yellow);
    line-height: 50px;
    margin: 0 auto 40px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-carousel-block {
	padding: 0;
}

.pdr-blog-carousel-prev {
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: -50px;
}

.pdr-blog-carousel-next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: -50px;
}

.pdr-blog-carousel-prev path,
.pdr-blog-carousel-next path {
    stroke: var(--color-white);
}

.pdr-blog-carousel-prev:hover path,
.pdr-blog-carousel-next:hover path {
    stroke: var(--prodog-yellow);
    transition: all 0.3s ease;
}

.pdr-blog-carousel-block article {
	width: 33.333%;
	padding: 0 10px;
	text-align: left;
}

.pdr-post-archive-item-details{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pdr-blog-carousel-block .pdr-post-archive-item-details {
    padding: 17px 22px 28px;
}

.pdr-post-archive-item-inner {
    background: var(--color-white);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.pdr-blog-carousel-block .pdr-post-archive-item-image img {
    width: 100%;
}

.pdr-blog-carousel-blockarticle {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pdr-blog-carousel-left .pdr-post-archive-item-details {
    height: 100%;
    padding: 30px 20px 30px;
}

.pdr-post-archive-item-image a {
    border: none;
    display: block;
}

.pdr-post-archive-item-image img {
    display: block;
    height: auto;
    position: relative;
    width: 100%;
}

.pdr-blog-carousel-block .pdr-post-archive-item-title h3 {
    font-family: 'Gotham', sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px;
}

.pdr-post-archive-item-title h3 a {
    border: none;
    color: var(--prodog-black);
}

.pdr-post-archive-item-meta-left a,
.pdr-post-archive-item-meta-right a {
    border-bottom: 2px solid var(--prodog-black);
    color: var(--prodog-black);
}

.pdr-post-archive-item-meta {
    border-top: 2px solid var(--prodog-yellow);
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.pdr-post-archive-item-meta p {
    margin-bottom: 0;
}

.pdr-post-archive-item-meta-left a {
    font-family: 'Gotham', sans-serif;
    font-weight: 900;
}

@media (max-width: 1399px) {

    .pdr-blog-carousel-block {
    	padding: 0;
    	max-width: calc(100% - 100px);
    	margin: 0 auto;
    }

    .pdr-blog-carousel-prev {
        left: 0;
    }

    .pdr-blog-carousel-next {
        right: 0;
    }

}

@media (max-width: 1099px) {

    .pdr-blog-carousel-block article {
    	width: 50%;
    }

}

@media (max-width: 767px) {

    .pdr-blog-carousel .pdr-container {
    	max-width: 100%;
    	width: 500px;
    }

    .pdr-blog-carousel svg,
    .pdr-blog-carousel svg {
    	width: 20px;
    }

    .pdr-blog-carousel-block article {
    	width: 100%;
    }

    .pdr-blog-carousel {
    	padding: 35px 20px 50px;
    }

    .pdr-blog-carousel h2 {
    	line-height: 30px;
    	margin-bottom: 30px;
    }

    .pdr-post-archive-item-title h3 {
    	font-size: 20px;
    	line-height: 24px;
    }

}

@media (max-width: 599px) {

    .pdr-blog-carousel-block {
    	padding: 0;
    	max-width: calc(100% - 50px);
    	margin: 0 auto;
    }

}


/* reviews */

.pdr-product-reviews {
    padding-top: 45px;
}

.pdr-product-reviews feefowidget-global .feefowidget-global-container.feefowidget-viewport-tablet-mobile .feefowidget-global-container-header {
	background-color: #fff;
}

.pdr-product-reviews-container{
    margin: 0 auto;
    max-width: 100%;
    width: 1000px;
}

.pdr-product-reviews h2 {
	margin-bottom: 45px;
    color: #231f20;
	text-align: center;
	font-size: 35px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
    text-transform: uppercase;
}

.pdr-product-reviews .feefowidget-global-container-header {
	text-align: center;
	position: relative;
}

.pdr-product-reviews .feefowidget-global-container-header:before {
	background: #231f20;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	content: "";
	display: block;
	height: 170px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__summary {
	display: block;
	margin: 0 auto;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings {
	margin-bottom: .5rem;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings .feefowidget-merchant-header-popover-wrap {
	padding-right: 0;
	position: static !important;
}

.pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-stars {
	left: 0;
	right: 0;
	margin: 0 auto !important;
	padding: 0 !important;
	position: absolute;
	top: 115px;
	z-index: 99;
}

.pdr-product-reviews .feefowidget-header-information-ratings .feefowidget-rating-container .feefowidget-star {
	font-size: 30px;
	margin: 0 2px;
	line-height: 1.4;
	-webkit-text-stroke-width: .125rem;
	-webkit-text-stroke-color: #231f20;
}

.pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-dropdown {
	display: block;
	margin: 0 auto;
}

.pdr-product-reviews feefowidget-merchant-header .feefowidget-header-information-title h2{
    display: none;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 400;
	font-family: Montserrat,sans-serif;
	background: #fff;
	display: block;
	font-weight: 700;
	color: #231f20;
	display: block;
	height: 135px;
	width: 135px;
	border-radius: 50%;
	border: .125rem solid #231f20;
	padding-right: 0;
	padding-top: 40px;
	box-sizing: border-box;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values .feefowidget-rating-average {
	font-size: 45px;
	line-height: 50px;
	font-weight: 900;
	font-family: "Gotham",sans-serif;}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__award-badge {
	position: absolute;
	right: 10px;
	top: 10px;
	width: 80px;
}

.pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-reviews-title {
	font-size: 14px !important;
	line-height: 20px !important;
	font-weight: 400;
	font-family: "Montserrat", sans-serif !important;
	color: #fff !important;
}

.pdr-product-reviews feefowidget-global .feefowidget-global-container .feefowidget-global-container-body {
	border: 2px solid #231f20;
}

.pdr-product-reviews .feefowidget-global-container-body-content.ola.feefowidget-no-sidebar .feefowidget-global__filters,
.pdr-product-reviews .feefowidget-global-container-body-content.ola.feefowidget-no-sidebar feefowidget-feedbacks-item {
	padding-left: 20px;
	padding-right: 20px;
}

/* product-content */

.pdr-product-content{
    background: var(--prodog-black);
    padding-top: 45px;
    padding-bottom: 0;
}

.pdr-product-content .pdr-product-section-inner {
	padding-bottom: 0;
}

.pdr-product-content h2{
    color: var(--prodog-yellow);
    margin-bottom: 25px;
}

.pdr-product-content h2 span {
    color: var(--color-white);
}

.pdr-product-content-inner{
    margin: 0 auto 30px;
    max-width: 100%;
    text-align: center;
    width: 545px;
}

.pdr-product-content-extra a,
.pdr-product-content-inner a{
    border-bottom: 2px solid var(--color-white);
    color: var(--color-white);
}

.pdr-product-content-extra a,
.pdr-product-content-extra p,
.pdr-product-content-extra li,
.pdr-product-content-inner p,
.pdr-product-content-inner li{
    color: var(--color-white);
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
}

.pdr-product-content-inner ul{
    list-style: none;
    margin-left: 0;
    padding-top: 20px;
}

.pdr-product-content-inner li{
    font-size: 20px;
    margin-bottom: 10px;
}

.pdr-product-content-extra h3{
    color: var(--color-white);
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.pdr-product-content-extra{
    display: none;
    margin: 0 auto;
    max-width: 100%;
    padding: 30px 0 0;
    text-align: center;
    width: 545px;
}

.pdr-product-content-extra p:last-of-type{
    margin-bottom: 0;
}

.pdr-product-link{
    border-bottom: 2px solid var(--prodog-yellow);
    color: var(--prodog-yellow);
    display: inline-block;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
}

.pdr-product-link:focus,
.pdr-product-link:hover{
    border-bottom: 2px solid var(--color-white);
    color: var(--color-white);
}

.pdr-product-section-container{
    position: relative;
}

.pdr-product-content-image-left{
    position: absolute;
    left: -100px;
    top: 60px;
}

.pdr-product-content-image-left img {
    height: auto;
    width: 245px;
}

.pdr-product-content-wrap{
    text-align: center;
}

.pdr-product-content .pdr-product-section-container {
    min-height: 520px;
    padding-bottom: 150px;
}

.pdr-product-content-wrap.pdr-product-content-wrap-no-image{
    min-height: auto;
}

.pdr-product-content-image-right {
    bottom: 0;
    position: absolute;
    right: -250px;
}

.pdr-product-content-image-right img {
    height: auto;
    width: 470px;
}

/* product-simple-content */

.pdr-product-simple-content{
    background: var(--prodog-yellow);
    padding-top: 40px;
    padding-bottom: 50px;
}

.pdr-product-simple-content h2{
    color: var(--prodog-black);
    font-family: "Gotham", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.pdr-product-simple-content-inner{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.pdr-product-simple-content-inner a{
    color: var(--prodog-black);
    text-decoration: underline !important;
}

.pdr-product-simple-content-inner p,
.pdr-product-simple-content-inner li{
    color: var(--prodog-black);
    line-height: 22px;
}

.pdr-product-simple-content-inner p:last-of-type{
    margin-bottom: 0;
}

#prd-section-4.pdr-product-simple-content {
    background: var(--prodog-black);
}

#prd-section-4.pdr-product-simple-content h2{
    color: var(--prodog-yellow);
}

#prd-section-4.pdr-product-simple-content .pdr-product-simple-content-inner a,
#prd-section-4.pdr-product-simple-content .pdr-product-simple-content-inner p,
#prd-section-4.pdr-product-simple-content .pdr-product-simple-content-inner li{
    color: var(--color-white);
}

/* product-need-help */

.pdr-product-need-help .pdr-product-section-container {
    display: flex;
    justify-content: flex-end;
}

.pdr-product-need-help{
    background: var(--prodog-black);
    padding: 60px 0 0;
    text-align: center;
}

.pdr-product-need-help h2{
    color: var(--prodog-yellow);
    font-size: 50px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 50px;
    margin-bottom: 30px;
    display: block;
}

.pdr-product-need-help h2 span {
    color: var(--color-white);
    font-size: 40px;
}

.pdr-product-need-help-inner {
	max-width: 100%;
	min-height: 770px;
	padding-bottom: 75px;
	position: relative;
	width: 600px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.pdr-product-need-help-content {
    margin-bottom: 45px;
    width: 575px;
}

.pdr-product-need-help-content p,
.pdr-product-need-help-content li{
    color: var(--color-white);
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
}

.pdr-speak-to-an-expert-left-image {
	background: url("../../assets/img/alison-product.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 770px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	left: -200px;
	width: 678px;
}

.pdr-speak-to-an-expert-left-image img {
	display: none;
}

.pdr-product-need-help .pdr-product-button {
    margin: 0 auto;
}

.pdr-product-need-help .pdr-product-button:hover {
	border: 2px solid var(--prodog-yellow);
}

/* simple-easy-feeding */

.product-simple-easy-feeding {
    background: var(--prodog-yellow);
    padding: 45px 0 0;
}

.pdr-product-section-inner {
	max-width: 100%;
	padding-bottom: 75px;
	position: relative;
}

.product-simple-easy-feeding h2 {
    margin-bottom: 60px;
}

.product-simple-easy-feeding-image {
	background: url("../../assets/img/simple-easy.png");
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	height: 755px;
	margin: 0 auto;
	max-width: 100%;
	position: absolute;
	left: -340px;
	width: 423px;
}

.product-simple-easy-feeding-image img {
	display: none;
}

.product-simple-easy-feeding-circles {
    max-width: 100%;
    width: 1170px;
    margin: 0 auto 50px;
    --gap: 15px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--gap);
}

.product-simple-easy-feeding-circle {
    background: var(--prodog-black);
    color: var(--color-white);

    width: 100%;
    aspect-ratio: 1 / 1;         /* keeps a perfect square */
    border-radius: 50%;          /* square → circle */
    display: grid;
    place-items: center;
    text-align: center;

    /* sensible sizing guards so they don’t get absurdly small/huge */
    max-width: 380px;            /* your starting size */
    min-width: 33%;            /* tweak if needed */
    margin-inline: auto;         /* centers when max-width kicks in */

    font-family: "Gotham", sans-serif;
    font-weight: 900;
    line-height: 1.1;
    font-size: clamp(16px, 3vw, 40px);
    text-transform: uppercase;
}

.product-simple-easy-feeding-circle-2 {
    background: var(--color-white);
    color: var(--prodog-teal);
}

.product-simple-easy-feeding-circle-3 {
    background: var(--prodog-bright-green);
    color: var(--color-white);
}

.product-simple-easy-feeding-content {
    font-family: "Gotham", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 30px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 545px;
}

.product-simple-easy-feeding-content p:last-of-type {
    margin-bottom: 5px;
}

.product-simple-easy-feeding-content-bottom {
    font-size: 18px;
}

.product-simple-easy-feeding-content-bottom p:last-of-type {
    margin-bottom: 0;
}

/* product-content-left-image-right */

.pdr-product-content-left-image-right{
    padding: 40px 0 0;
}

.pdr-product-content-left-image-right .pdr-product-section-inner{
    padding-bottom: 0;
}

.pdr-product-content-left-image-right .pdr-product-section-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 35px;
    position: relative;
}

.product-content-left-image-right-inner h2,
.product-content-left-image-right-inner h3,
.product-content-left-image-right-inner h4{
    color: var(--prodog-black);
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
    text-align: left;
    text-transform: uppercase;
}

.product-content-left-image-right-inner h2 a{
    border-bottom: 2px solid var(--prodog-black);
    color: var(--prodog-black);
}

.product-content-left-image-right-inner h3{
    font-size: 25px;
    line-height: 30px;
}

.product-content-left-image-right-inner h4{
    font-size: 20px;
    line-height: 24px;
}

.product-content-left-image-right-inner p{
    font-size: 17px;
    line-height: 22px;
}

.product-content-left-image-right-image{
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: center;
}

.pdr-image-align-center{
    justify-content: center;
}

.pdr-image-align-bottom{
    justify-content: flex-end;
}

.product-content-left-image-right-wrap .pdr-product-button{
    margin: 30px 0 55px;
}

.pdr-product-content-left-image-right.bg-black {
    background: var(--prodog-grey);
}

/* pdr-product-what-to-expect */

.pdr-product-what-to-expect{
    background: var(--prodog-yellow);
    padding-bottom: 0;
}

.pdr-product-what-to-expect h2{
    margin-bottom: 15px;
    line-height: 40px;
}

.pdr-product-what-to-expect-intro{
    margin: 0 auto 35px;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.pdr-product-what-to-expect-intro p,
.pdr-product-what-to-expect-intro li {
    color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 15px;
}

.pdr-product-what-to-expect-table{
    margin: 0 auto 40px;
    max-width: 100%;
    width: 820px;
}

.pdr-product-what-to-expect-table.pdr-product-what-to-expect-table-no-qty {
    margin-top: 30px;
    max-width: 100%;
	width: 600px;
}

.pdr-product-what-to-expect-bottom-content{
    margin: 0 auto 35px;
    max-width: 100%;
    text-align: center;
    width: 675px;
}

.pdr-product-what-to-expect-bottom-content p,
.pdr-product-what-to-expect-bottom-content li{
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
}

.pdr-product-what-to-expect-table thead {
	background: none;
    border: none;
}

.pdr-product-what-to-expect-bottom-image{
    text-align: center;
}

.pdr-product-what-to-expect-table th.pdr-product-what-to-expect-table-empty{
    background: none;
    border: none;
}

.pdr-product-what-to-expect-table th,
.pdr-product-what-to-expect-table td{
    border: 2px solid #1d1d1b;
    font-weight: 600;
    text-align: center;
}

.pdr-product-what-to-expect-table th{
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 17px;
}

.pdr-product-what-to-expect-table .pdr-product-what-to-expect-table-left-1,
.pdr-product-what-to-expect-table .pdr-product-what-to-expect-table-left-2{
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 17px;
    padding: 10px 20px;
    text-align: left;
    width: 270px;
}

.pdr-product-what-to-expect-table-no-qty td.pdr-product-what-to-expect-table-left-1,
.pdr-product-what-to-expect-table-no-qty td.pdr-product-what-to-expect-table-left-2 {
    text-align: center;
}

.pdr-product-what-to-expect-table-col-1{
    background: #fff;
}

.pdr-product-what-to-expect-table-col-2{
    background: #ececec;
}

.pdr-product-what-to-expect-table-col-3{
    background: #d0d0d0;
}

.pdr-product-what-to-expect-table-left-1{
    background: #c0d994;
}

.pdr-product-what-to-expect-table-left-2{
    background: #8dc044;
}

.pdr-product-section-teal.pdr-product-what-to-expect h2{
    color: #fdd700;
}

.pdr-product-section-teal .pdr-product-what-to-expect-intro p,
.pdr-product-section-teal .pdr-product-what-to-expect-intro li,
.pdr-product-section-teal .pdr-product-what-to-expect-bottom-content p,
.pdr-product-section-teal .pdr-product-what-to-expect-bottom-content li,
.pdr-product-section-teal.pdr-product-what-to-expect h2 span,
.pdr-product-section-green.pdr-product-what-to-expect h2{
    color: #fff;
}

/* calculator section */
.pdr-calculator-section{
    text-align: center;
}

.pdr-calculator-section-inner {
	width: 100%;
	padding: 50px 0 55px;
}

.pdr-calculator-section .pdr-container{
    position: relative;
}

.pdr-calculator-section h2{
    margin-bottom: 15px;
}

.pdr-calculator-section-content{
    color: var(--prodog-black);
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    margin: 0 auto 35px;
    max-width: 450px;
}

.pdr-calculator-section .c-raw-dog-food-calculator{
    background-color: var(--prodog-yellow);
    width: 600px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 25px;
    text-align: left;
    margin: 0 auto 20px;
}

.pdr-calculator-section .c-raw-dog-food-calculator__content{
    color: var(--prodog-black);
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 30px;
}

.pdr-calculator-section .c-raw-dog-food-calculator .row {
	margin: 0 0 20px;
}

.pdr-calculator-section .c-raw-dog-food-calculator .row.lifestage{
    align-items: flex-start;
}

.pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap {
	padding-top: 0;
	margin-bottom: 30px;
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading {
    color: var(--prodog-black);
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	padding-left: 0;
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading#puppy_weight_heading,
.pdr-calculator-section .c-raw-dog-food-calculator__subheading#dog_weight_heading {
	padding-left: 0;
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading.two {
	max-width: 100%;
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading span{
    color: var(--prodog-black);
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading span.pdr-dog-puppy{
    color: var(--prodog-black);
}

.pdr-calculator-section .c-raw-dog-food-calculator__subheading:before{
    display: none;
}

.pdr-calculator-section .c-raw-dog-food-calculator__lifestage {
	border-color: var(--prodog-black);
}

.pdr-calculator-section .c-raw-dog-food-calculator__lifestage input:checked + label {
	background-color: #fdd700;
}

.pdr-calculator-section .columns > .column{
    width: 240px;
}

.pdr-calculator-section .columns > .column:first-of-type{
    width: calc(100% - 240px);
}

.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select-label {
	background-color: var(--prodog-black);
	background-image: none;
}

.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select-label:before{
    font-family: "Font Awesome 6 Pro";
    content: '\f107';
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: var(--color-white);
}

.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input-label {
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	background-color: var(--prodog-black);
}

.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select,
.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input {
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	color: #a8a8a8;
}

.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select::placeholder,
.pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input::placeholder {
    font-size: 20px !important;
    font-weight: 900 !important;
    font-family: "Gotham", sans-serif !important;
	color: #a8a8a8 !important;
    opacity: 1;
}

.pdr-calculator-section .c-raw-dog-food-calculator__buttons{
    text-align: center;
}

.pdr-calculator-section #result-wrapper{
    text-align: left;
}

.pdr-calculator-section .c-raw-dog-food-calculator__result {
	margin-top: 30px;
    margin-bottom: 0;
}

.pdr-calculator-section button.pdr-button-alternative,
.pdr-calculator-section a.pdr-button-alternative {
	border: 2px solid var(--prodog-black);
	background: var(--prodog-black);
	color: var(--color-white);
}

.pdr-calculator-section button.pdr-button-alternative:hover,
.pdr-calculator-section a.pdr-button-alternative:hover {
    border: 2px solid var(--prodog-bright-green);
	background: var(--prodog-bright-green);
	color: var(--color-white);
    text-decoration: none !important;
}

/* festive styling */

.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:after,
.pdr-product-section-festive .pdr-product-ingredients-item,
.pdr-cs-festive .open .pdr-product-pricing-block-top,
.pdr-cs-festive .pdr-product-gallery-thumbnail,
.pdr-cs-festive .pdr-product-gallery-image,
.pdr-cs-festive .pdr-product-pricing-block,
.pdr-cs-festive .pdr-product-pricing-block__onetime{
    border-color: #bf1b3e;
}

.pdr-product-section-festive.pdr-product-ingredients .flickity-button,
.pdr-product-section-festive .pdr-product-ingredients-nav a,
.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover:after,
.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover,
.pdr-cs-festive .pdr-product-subscribe-text span,
.pdr-cs-festive .pdr-product-bullets ul li:before {
	background: #bf1b3e;
}

.pdr-product-section-festive-alt.pdr-product-simple-content h2,
.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:after,
.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a,
.pdr-product-section-festive .pdr-product-accordion-title p strong,
.pdr-product-section-festive .pdr-product-ingredients-item-read-more:hover,
.pdr-cs-festive .pdr-product-price del{
    color: #bf1b3e;
}

.pdr-cs-festive .pdr-product-subscribe-option span.js-pdr_is_prodog_subscription_trigger:before {
	box-shadow: inset 1em 1em #bf1b3e;
}

.pdr-cs-festive .pdr-product-attributes span.pdr-product-attributes-title,
.pdr-cs-festive .pdr-product-qty span,
.pdr-cs-festive .pdr-product-pricing-block__sub .pdr-product-pricing-block-top{
    background: #dbc77f;
    color: #292526;
}

.pdr-cs-festive .pdr-product-attributes,
.pdr-cs-festive .pdr-product-attributes span,
.pdr-cs-festive .pdr-product-qty,
.pdr-cs-festive .pdr-product-qty span{
    border-color: #231f20;
}

.pdr-product-section-festive.pdr-product-simple-content h2,
.pdr-product-content.pdr-product-section-festive .pdr-product-link,
.pdr-product-content.pdr-product-section-festive h2,
.pdr-product-section-festive .pdr-product-content-extra a,
.pdr-product-section-festive.pdr-product-resources h2{
    color: #dbc77f;
}

.pdr-product-section-festive .pdr-product-ingredients-item-read-more,
.pdr-product-section-festive.pdr-product-section.pdr-product-need-help h2,
.pdr-product-section-festive.pdr-product-ingredients h2{
    color: #c49463;
}

.pdr-product-section-festive.pdr-product-section.pdr-product-simple-content,
.pdr-product-section-festive.pdr-product-section.pdr-product-resources,
.pdr-product-section-festive.pdr-product-section.pdr-product-content{
    background-image: url('../img/christmas-red-crown-repeat.png');
}

.pdr-product-section-festive.pdr-product-section.pdr-product-need-help,
.pdr-product-section-festive.pdr-product-section.pdr-product-ingredients{
    background: #ffffff;
}

.pdr-product-section-festive-alt.pdr-product-section.pdr-product-simple-content,
.pdr-product-section-festive.pdr-product-section.pdr-product-accordion{
    background-image: url('../img/christmas-gold-crown-repeat.png');
}

.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover,
.pdr-product-section-festive .pdr-product-content-inner p,
.pdr-product-section-festive .pdr-product-content-inner li,
.pdr-product-section-festive.pdr-product-content h2 span,
.pdr-product-section-festive .pdr-product-content-extra{
    color: #fff;
}

.pdr-product-section-festive .pdr-product-content-extra a{
    text-decoration: underline !important;
}

.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover:after{
    border-color: #fff;
}

.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover:after{
    color: #fff;
}

.pdr-product-section-festive.pdr-product-accordion .pdr-product-accordion-title-wrap > a:hover:after{
    border-color: #fff;
}

.pdr-cs-festive .pdr-product-button-buy,
.pdr-product-section-festive.pdr-product-section.pdr-product-need-help a.pdr-product-button{
    background: #bf1b3e;
    border-color: #bf1b3e;
}

.pdr-cs-festive .pdr-product-button-buy:hover,
.pdr-product-section-festive.pdr-product-section.pdr-product-need-help a.pdr-product-button:hover{
    background: #231f20;
    border-color: #231f20;
}

.pdr-notice.pdr-notice-festive{
    background: #c49463;
}

.pdr-cs-festive .pdr-product-ingredients-intro {
	width: 635px;
}

/* colour scheme */
.pdr-cs-beef .pdr-product-packet-length-title a,
.pdr-cs-beef .pdr-product-intro h1 span { color: var(--prodog-beef); }

.pdr-cs-beef-chicken .pdr-product-packet-length-title a,
.pdr-cs-beef-chicken .pdr-product-intro h1 span { color: var(--prodog-beef-chicken); }

.pdr-cs-beef-lamb .pdr-product-packet-length-title a,
.pdr-cs-beef-lamb .pdr-product-intro h1 span { color: var(--prodog-beef-lamb); }

.pdr-cs-beef-tripe .pdr-product-packet-length-title a,
.pdr-cs-beef-tripe .pdr-product-intro h1 span { color: var(--prodog-beef-tripe); }

.pdr-cs-chicken .pdr-product-packet-length-title a,
.pdr-cs-chicken .pdr-product-intro h1 span { color: var(--prodog-chicken); }

.pdr-cs-chicken-haddock .pdr-product-packet-length-title a,
.pdr-cs-chicken-haddock .pdr-product-intro h1 span { color: var(--prodog-chicken-haddock); }

.pdr-cs-chicken-lamb .pdr-product-packet-length-title a,
.pdr-cs-chicken-lamb .pdr-product-intro h1 span { color: var(--prodog-chicken-lamb); }

.pdr-cs-chicken-tripe .pdr-product-packet-length-title a,
.pdr-cs-chicken-tripe .pdr-product-intro h1 span { color: var(--prodog-chicken-tripe); }

.pdr-cs-duck .pdr-product-packet-length-title a,
.pdr-cs-duck .pdr-product-intro h1 span { color: var(--prodog-duck); }

.pdr-cs-goat .pdr-product-packet-length-title a,
.pdr-cs-goat .pdr-product-intro h1 span { color: var(--prodog-goat); }

.pdr-cs-goose .pdr-product-packet-length-title a,
.pdr-cs-goose .pdr-product-intro h1 span { color: var(--prodog-goose); }

.pdr-cs-lamb .pdr-product-packet-length-title a,
.pdr-cs-lamb .pdr-product-intro h1 span { color: var(--prodog-lamb); }

.pdr-cs-pork .pdr-product-packet-length-title a,
.pdr-cs-pork .pdr-product-intro h1 span { color: var(--prodog-pork); }

.pdr-cs-rabbit .pdr-product-packet-length-title a,
.pdr-cs-rabbit .pdr-product-intro h1 span { color: var(--prodog-rabbit); }

.pdr-cs-three-bird .pdr-product-packet-length-title a,
.pdr-cs-three-bird .pdr-product-intro h1 span { color: var(--prodog-three-bird); }

.pdr-cs-turkey .pdr-product-packet-length-title a,
.pdr-cs-turkey .pdr-product-intro h1 span { color: var(--prodog-turkey); }

.pdr-cs-turkey-haddock .pdr-product-packet-length-title a,
.pdr-cs-turkey-haddock .pdr-product-intro h1 span { color: var(--prodog-turkey-haddock); }

.pdr-cs-venison .pdr-product-packet-length-title a,
.pdr-cs-venison .pdr-product-intro h1 span { color: var(--prodog-venison); }

.pdr-cs-wild-boar .pdr-product-packet-length-title a,
.pdr-cs-wild-boar .pdr-product-intro h1 span { color: var(--prodog-wild-boar); }

.pdr-cs-beef .pdr-product-tagline { border-bottom: 3px solid var(--prodog-beef); }
.pdr-cs-beef-chicken .pdr-product-tagline { border-bottom: 3px solid var(--prodog-beef-chicken); }
.pdr-cs-beef-lamb .pdr-product-tagline { border-bottom: 3px solid var(--prodog-beef-lamb); }
.pdr-cs-beef-tripe .pdr-product-tagline { border-bottom: 3px solid var(--prodog-beef-tripe); }
.pdr-cs-chicken .pdr-product-tagline { border-bottom: 3px solid var(--prodog-chicken); }
.pdr-cs-chicken-haddock .pdr-product-tagline { border-bottom: 3px solid var(--prodog-chicken-haddock); }
.pdr-cs-chicken-lamb .pdr-product-tagline { border-bottom: 3px solid var(--prodog-chicken-lamb); }
.pdr-cs-chicken-tripe .pdr-product-tagline { border-bottom: 3px solid var(--prodog-chicken-tripe); }
.pdr-cs-duck .pdr-product-tagline { border-bottom: 3px solid var(--prodog-duck); }
.pdr-cs-goat .pdr-product-tagline { border-bottom: 3px solid var(--prodog-goat); }
.pdr-cs-goose .pdr-product-tagline { border-bottom: 3px solid var(--prodog-goose); }
.pdr-cs-lamb .pdr-product-tagline { border-bottom: 3px solid var(--prodog-lamb); }
.pdr-cs-pork .pdr-product-tagline { border-bottom: 3px solid var(--prodog-pork); }
.pdr-cs-rabbit .pdr-product-tagline { border-bottom: 3px solid var(--prodog-rabbit); }
.pdr-cs-three-bird .pdr-product-tagline { border-bottom: 3px solid var(--prodog-three-bird); }
.pdr-cs-turkey .pdr-product-tagline { border-bottom: 3px solid var(--prodog-turkey); }
.pdr-cs-turkey-haddock .pdr-product-tagline { border-bottom: 3px solid var(--prodog-turkey-haddock); }
.pdr-cs-venison .pdr-product-tagline { border-bottom: 3px solid var(--prodog-venison); }
.pdr-cs-wild-boar .pdr-product-tagline { border-bottom: 3px solid var(--prodog-wild-boar); }

/* responsive */

@media only screen and (max-width: 1499px) {

    .product-simple-easy-feeding-image {
    	left: -240px;
    }

    .product-simple-easy-feeding-circles {
    	width: 970px;
    }

    .pdr-product-content-image-left {
    	left: 0px;
    }

    .pdr-product-content-image-right {
    	right: -150px;
    }

}

@media only screen and (max-width: 1250px) {

    .pdr-product-section-container{
        padding: 0 25px;
    }

    .pdr-product-content {
    	padding-bottom: 0;
    }

    .pdr-product-content-wrap{
        min-height: 0;
    }

    .pdr-product-content-image-left {
        margin: 40px auto 0;
    	position: static;
        text-align: center;
    }

    .pdr-product-content-image-left img{
        max-width: 100%;
        width: 200px;
    }

    .pdr-product-content-image-right {
    	margin: 40px auto 0;
    	position: static;
    	text-align: center;
    }

    .pdr-product-content-image-right img{
        max-width: 100%;
        width: 200px;
    }

    .pdr-product-content .pdr-product-section-container {
    	min-height: auto;
    	padding-bottom: 0;
    }

    .pdr-product-content-padding-bottom{
        padding-bottom: 50px;
    }

}

@media only screen and (max-width: 1199px) {

    .pdr-product-bullets,
    .pdr-product-add-to-basket-form-inner {
    	grid-column-gap: 20px;
    }

    .pdr-product-bullets ul li {
    	font-size: 15px;
    }

    .pdr-product-bullets ul li:before {
    	width: 16px;
    	height: 16px;
    	font-size: 10px;
    	top: 4px;
    }

    .pdr-product-gallery-image img {
    	border-radius: 51px;
    }

    .pdr-product-icons-and-image-left-image img {
    	left: -120px;
    }

    .product-simple-easy-feeding-image {
        left: -200px;
    }

    .product-simple-easy-feeding-circles {
        width: 800px;
    }

}

@media only screen and (max-width: 1099px) {

    .pdr-product-need-help {
    	padding: 50px 0 0;
    }

    .pdr-product-need-help .pdr-product-section-container {
    	justify-content: flex-start;
    }

    .pdr-product-need-help-inner {
    	align-items: flex-start;
    	min-height: 475px;
    }

    .pdr-product-need-help-content p, .pdr-product-need-help-content li,
    .pdr-product-need-help h2 {
        text-align: left;
    }

    .pdr-product-need-help .pdr-product-button {
    	margin: 0;
    }

    .pdr-speak-to-an-expert-left-image {
    	height: 475px;
    	right: 25px;
        left: auto;
    	width: 400px;
    }

    .product-simple-easy-feeding-circles {
        width: calc(100% - 300px);
    }

    .product-simple-easy-feeding-image {
    	height: 755px;
    	left: -100px;
    	width: 300px;
    }

}

@media only screen and (max-width: 1050px) {

    .pdr-calculator-section .c-raw-dog-food-calculator__lifestage {
    	width: 100%;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap .column,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-column--flex .column,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-row--flex .column{
    	width: 240px;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-column--flex,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-row--flex {
    	flex-direction: row;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .columns > .column:first-of-type {
    	width: calc(100% - 240px);
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .input_container_radio .input_radio {
    	padding: 0;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator__lifestage.adult {
    	margin-right: 0.75rem;
    }

}

@media only screen and (max-width: 992px) {

    .pdr-speak-to-an-expert-left-image,
    .pdr-speak-to-an-expert-left-image img {
    	width: 320px;
    }

    .pdr-product-need-help-content{
        width: 100%;
    }

    .pdr-product-need-help-inner {
    	width: calc(100% - 350px);
    }

    body {
        padding-top: 90px;
    }

    .pdr-product-resources-row{
        display: block;
    }

    .pdr-product-resources-row .pdr-post-archive-item{
    	width: calc(50% - 10px);
        float: left;
        margin-right: 20px;
    }

    .pdr-product-resources-row .pdr-post-archive-item:nth-of-type(2n){
        margin-right: 0;
    }

    .pdr-product-resources-row .pdr-post-archive-item:nth-of-type(2n+1){
        clear: both;
    }

    .pdr-product-rating {
    	align-items: flex-start;
    	flex-direction: column;
    }

    .pdr-product-gallery-thumbnails {
    	grid-column-gap: 10px;
    }

    .pdr-product-intro {
    	padding-bottom: 10px;
    }

    .pdr-product-pricing-block:last-of-type{
        margin-bottom: 35px;
    }

    a.pdr-product-description-read-more,
    .pdr-product-description-wrap p, .pdr-product-description-wrap li {
    	font-size: 15px;
    	line-height: 20px;
    }

    .pdr-product-icons-and-image-icons {
    	grid-column-gap: 20px;
    	grid-row-gap: 25px;
    }

    .pdr-product-ingredients-items {
    	display: block;
    }

    .pdr-product-ingredients-item {
        max-width: 100%;
        width: 600px;
    }

    .pdr-product-ingredients-buton-wrap {
    	padding-top: 20px;
    }

    .pdr-product-intro{
        padding-top: 35px;
    }

    .pdr-sads-prev svg {
    	margin-right: 8px;
    }

    .pdr-sads-next svg {
    	margin-left: 8px;
    }

    .pdr-product-need-help-img{
        display: none;
    }

    .pdr-product-icons-and-image-left-image img {
    	left: -80px;
    }

    .pdr-product-icons-and-image-icons{
    	grid-column-gap: 10px;
    	grid-row-gap: 10px;
    }

    .pdr-product-content-left-image-right .pdr-product-section-container{
        display: flex;
        flex-direction: column;
    }

    .product-content-left-image-right-inner {
    	margin: 0 auto 30px;
    	max-width: 100%;
        padding: 0;
    	text-align: center;
    	width: 675px;
    }

    .product-content-left-image-right-inner h2,
    .product-content-left-image-right-inner h3,
    .product-content-left-image-right-inner h4 {
    	text-align: center;
    }

    .pdr-product-what-to-expect-bottom-image img,
    .product-content-left-image-right-image img {
    	max-width: 100%;
    	width: 400px;
    }

    .product-content-left-image-right-wrap .pdr-product-button {
    	margin: 10px 0 10px;
    }

    .product-content-left-image-right-image.pdr-image-align-center,
    .product-content-left-image-right-image.pdr-image-align-top{
        margin-bottom: 30px;
    }

    .product-content-left-image-right-button{
        text-align: center;
    }

    .pdr-product-what-to-expect-intro p,
    .pdr-product-what-to-expect-intro li {
    	font-size: 18px;
    	line-height: 22px;
    }

    .pdr-calculator-section .pdr-container:after {
    	right: -91px;
    }

}

@media only screen and (max-width: 840px) {

    .pdr-product-accordion .pdr-product-accordion-title-wrap > a {
    	justify-content: flex-start;
    }

    .pdr-product-accordion-title{
        text-align: left;
    }

    .pdr-calculator-section .pdr-container:after {
    	display: none;
    }

    .pdr-product-what-to-expect-table{
        width: 100% !important;
    }

    .product-simple-easy-feeding-circles {
        width: 100%;
    }

    .product-simple-easy-feeding-image {
        background: none;
        height: auto;
        position: static;
    }

    .product-simple-easy-feeding-image img {
        display: block;
        margin: 0 auto;
        width: 250px;
    }

    .product-simple-easy-feeding .pdr-product-section-container {
    	display: flex;
    	flex-direction: column;
    	align-items: center;
    	justify-content: center;
    }

    .pdr-product-section.product-simple-easy-feeding{
        padding: 35px 0 0;
    }

    .product-simple-easy-feeding-circles,
    .product-simple-easy-feeding h2 {
    	margin-bottom: 35px;
    }

    .pdr-product-section-inner {
    	padding-bottom: 35px;
    }

}

@media only screen and (max-width: 767px) {

    .product-simple-easy-feeding-circles {
        --gap: 7px;
        gap: var(--gap);
    }

    .pdr-product-section h2 {
    	font-size: 30px;
        line-height: 32px;
    }

    .pdr-product-simple-content h2,
    .pdr-product-section h2 span {
    	font-size: 30px;
    }

    .pdr-product-accordion h2,
    .pdr-product-resources h2 {
    	font-size: 30px;
    }

    .pdr-product-accordion .pdr-product-accordion-title-wrap > a {
    	font-size: 16px;
    }

    .pdr-product-ingredients h2 span {
    	font-size: 24px;
    	line-height: 28px;
    }

    .pdr-product-content-extra a,
    .pdr-product-content-extra p, .pdr-product-content-extra li,
    .pdr-product-content-inner p, .pdr-product-content-inner li,
    .pdr-product-ingredients-intro p {
    	font-size: 17px;
    	line-height: 24px;
    }

    .pdr-product-content-image-left img {
    	max-width: 100%;
    	width: 120px;
    }

    .pdr-product-ingredients-items .flickity-button{
        display: none;
    }

    .pdr-product-ingredients-nav{
        display: flex;
    }

    .pdr-product-intro {
    	grid-template-columns: repeat(1, 1fr);
        grid-row-gap: 30px;
    }

    .pdr-product-bullets {
    	grid-template-columns: repeat(1, 1fr);
    	grid-row-gap: 0;
    }

    .pdr-product-add-to-basket-form-inner {
    	grid-template-columns: repeat(1, 1fr);
    }

    .woocommerce div.product form.cart .variations.pdr-product-add-to-basket-form-inner {
    	margin-bottom: 0;
    }

    .pdr-product-pricing-block .pdr-product-price{
        display: none;
    }

    .pdr-product-section.pdr-product-icons-and-image{
        padding-bottom: 0;
    }

    .pdr-product-icons-and-image-left-image img{
        max-width: 100%;
        width: 300px;
    }

    .pdr-product-icons-and-image .pdr-product-section-container {
    	display: flex;
        flex-direction: column-reverse;
    }

    .pdr-product-icons-and-image-icons {
    	grid-column-gap: 20px;
    	grid-row-gap: 20px;
        margin: 0 auto;
        max-width: 100%;
        width: 500px;
    }

    .pdr-product-icons-and-image-left-image{
        text-align: center;
    }

    .pdr-product-icons-and-image-left-image img {
    	position: static;
    }

    .pdr-product-section {
    	padding: 35px 0;
    }

    .pdr-product-accordion .pdr-product-accordion-title-wrap > a {
        font-size: 16px;
        height: auto;
        justify-content: flex-start;
    	min-height: 55px;
    	padding: 15px 50px 15px 25px;
    }

    .pdr-product-accordion {
    	text-align: left;
    }

    .pdr-product-need-help {
    	padding: 50px 0 0;
    }

    .pdr-product-need-help .pdr-product-section-container {
    	justify-content: center;
        flex-direction: column;
    }

    .pdr-product-need-help-inner {
    	width: 100%;
    }

    .pdr-product-need-help-content p, .pdr-product-need-help-content li, .pdr-product-need-help h2 {
    	text-align: center;
    }

    .pdr-product-need-help h2{
        margin: 0 auto 25px;
    }

    .pdr-product-need-help .pdr-product-button {
    	margin: 0 auto 55px;
    }

    .pdr-product-need-help-content {
    	margin-bottom: 15px;
    }

    .pdr-speak-to-an-expert-left-image {
    	background: none;
    	height: auto;
    	max-width: 100%;
    	position: static;
    	width: 100%;
    }

    .pdr-speak-to-an-expert-left-image img {
    	display: block;
    	margin: 0 auto;
    	max-width: 100%;
    	width: 350px;
    }

    .pdr-product-need-help-inner {
    	align-items: flex-start;
        min-height: auto;
    	justify-content: flex-start;
    }

    .pdr-product-need-help-content p,
    .pdr-product-need-help-content li{
        font-size: 18px;
        line-height: 24px;
    }


    .pdr-product-need-help-inner {
    	padding-bottom: 0;
    }

    .pdr-product-content {
    	padding-bottom: 0;
    }

    .pdr-product-content-inner {
    	font-size: 18px;
    }

    .pdr-product-content-inner p,
    .pdr-product-content-inner li {
    	line-height: 24px;
    }

    .product-content-left-image-right-inner h2 {
    	font-size: 25px;
    	line-height: 30px;
    }

    .product-content-left-image-right-inner h3 {
    	font-size: 22px;
    	line-height: 26px;
    }

    .pdr-product-section.pdr-product-what-to-expect,
    .pdr-product-section.pdr-product-content-left-image-right{
        padding-bottom: 0;
    }

    .pdr-product-what-to-expect-table .pdr-product-what-to-expect-table-left-1,
    .pdr-product-what-to-expect-table .pdr-product-what-to-expect-table-left-2 {
    	font-size: 15px;
        line-height: 18px;
    	padding: 5px 10px;
    }

    .pdr-product-what-to-expect-table th{
        font-size: 15px;
        line-height: 18px;
    }

    .pdr-product-what-to-expect-table td {
        font-size: 17px;
        line-height: 20px;
    }

    .pdr-calculator-section-inner {
    	background: none;
    }

    .pdr-calculator-section-content{
        font-size: 16px;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator__content {
    	font-size: 23px;
    	text-align: center;
        margin-bottom: 20px;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator__subheading {
    	font-size: 18px;
    	text-align: center;
    }

    .c-raw-dog-food-calculator .row > .column:not(:last-of-type) {
    	margin-bottom: 15px;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select::placeholder,
    .pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input::placeholder,
    .pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__select,
    .pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input,
    .pdr-calculator-section .c-raw-dog-food-calculator .input_container .c-raw-dog-food-calculator__input-label {
    	font-size: 18px !important;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .columns > .column:first-of-type, .pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap .column, .pdr-calculator-section .c-raw-dog-food-calculator .c-column--flex .column, .pdr-calculator-section .c-raw-dog-food-calculator .c-row--flex .column {
    	max-width: 255px;
    	margin-left: auto;
    	margin-right: auto;
    }

    .pdr-product-content-padding-bottom{
        padding-bottom: 10px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values .feefowidget-rating-average {
    	font-size: 25px;
    	line-height: 30px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-rating-values {
    	height: 80px;
    	width: 80px;
    	padding-top: 23px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-header-information-ratings {
    	margin-bottom: 1.5rem;
    }

    .pdr-product-reviews .feefowidget-header-information-ratings feefowidget-rating-stars {
    	top: 96px;
    }

    .pdr-product-reviews .feefowidget-global-container-header .feefowidget-merchant-header__award-badge {
    	width: 70px;
    }

    .pdr-product-reviews .feefowidget-global-container-header {
        padding-bottom: 34px;
    }

    .pdr-product-reviews feefowidget-merchant-header-rating .feefowidget-merchant-header-popover-wrap {
    	display: flex;
    	padding-right: 0;
    	position: relative;
    	align-content: center;
    	align-items: center;
    	flex-direction: column-reverse;
    }

    .pdr-product-reviews feefowidget-merchant-header .feefowidget-viewport-tablet-mobile.header-collapsed .feefowidget-header-information-ratings-collapsed .feefowidget-down-arrow {
    	display: none;
    }

    .pdr-product-reviews feefowidget-rating-dropdown {
    	margin-bottom: 15px;
    }

    .pdr-product-reviews feefowidget-merchant-header .feefowidget-viewport-tablet-mobile.header-collapsed .feefowidget-header-information-ratings-collapsed feefowidget-rating-stars {
    	margin-bottom: 15px;
    }

}

@media only screen and (max-width: 599px) {

    .product-simple-easy-feeding-image img {
    	width: 150px;
    }

    .pdr-product-accordion-intro p, .pdr-product-accordion-intro li {
    	font-size: 18px;
    	line-height: 24px;
    }

    .pdr-product-accordion-intro {
    	margin: 0 auto 30px;
    }

    .product-simple-easy-feeding-content p {
    	font-size: 20px;
    	line-height: 24px;
    }

    .product-simple-easy-feeding-content-bottom p {
    	font-size: 16px;
    }

    .pdr-product-resources-row .pdr-post-archive-item{
    	width: 100%;
        margin-right: 0;
    }

    .pdr-product-icons-and-image-icons {
    	grid-column-gap: 10px;
    	grid-row-gap: 10px;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-column--flex,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-row--flex {
    	flex-direction: column;
    }

    .pdr-calculator-section .c-raw-dog-food-calculator .columns > .column:first-of-type,
    .pdr-calculator-section .c-raw-dog-food-calculator .row.dog-weight-wrap .column,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-column--flex .column,
    .pdr-calculator-section .c-raw-dog-food-calculator .c-row--flex .column{
    	width: 100%;
    }

    .pdr-calculator-section button.pdr-button-alternative,
    .pdr-calculator-section a.pdr-button-alternative {
        min-width: auto;
    }

    .pdr-product-accordion-content table {
    	width: 100%;
    }

}

.pdr-hidden {
    display: none;
}
