/* New prods */

.cgnp {
	font-size: 17px;
	line-height: 1.45;
	font-weight: normal;
	color: #707070;
}

.cgnp * {
	box-sizing: border-box;
}

.cgnp h1,
.cgnp h2,
.cgnp h3,
.cgnp h4,
.cgnp h5,
.cgnp h6,
.cgnp .h1,
.cgnp .h2,
.cgnp .h3,
.cgnp .h4,
.cgnp .h5,
.cgnp .h6 {
	color: #3c7d36;
	font-weight: normal;
	margin: 20px 0;
}

.cgnp h1,
.cgnp .h1 {
	font-size: 35px;
}

.cgnp h2,
.cgnp .h2 {
	font-size: 30px;
}

.cgnp h3,
.cgnp .h3 {
	font-size: 22px;
}

.cgnp h4,
.cgnp h5,
.cgnp h6,
.cgnp .h4,
.cgnp .h5,
.cgnp .h6 {
	font-size: 18px;
}

.cgnp .btn {
	height: 50px;
	line-height: 48px;
	font-size: 22px;
	text-align: center;
	color: #fff;
	border: 1px solid #3c7d36;
	background-color: #3c7d36;
	padding: 0 20px;
	text-decoration: none;
	border-radius: 0;
	min-width: 160px;
	transition: .2s all;
}

.cgnp .btn:hover,
.cgnp .btn:focus {
	background-color: #fff;
	color: #3c7d36;
}

.cgnp__banner {
	min-height: 160px;
	width: 100%;
	background-color: #3c7d36;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 15px 0;
	position: relative;
	margin: 0 0 15px;
}

.cgnp__banner__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	height: 100%;
	z-index: 1;
}

.cgnp__banner__heading {
	width: 50%;
	padding: 30px 60px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.cgnp__banner__heading i {
	font-size: 50px;
	position: relative;
	top: -15px;
	display: inline-block;
	margin-right: 5px;
}

.cgnp__banner__heading p {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
	margin: 0;
	display: inline-block;
}

.cgnp__banner__btns {
	width: 50%;
	padding: 5px 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.cgnp__banner__btns .btn {
	margin: 10px;
	width: calc(50% - 20px);
	border: 1px solid #fff;
}

.cgnp__subnav {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: calc(100% + 18px);
	margin-left: -9px;
	margin-bottom: -15px;
	padding: 60px 0 0;
}

.cgnp__subnav__heading {
	width: 100%;
	text-align: center;
	padding: 0 15px;
	margin: 0 0 60px!important;
	display: block;
}

.cgnp__subnav__card {
	width: 33.333%;
	padding: 0 9px;
	margin: 0 0 60px;
	position: relative;
	text-decoration: none;
}

.cgnp__subnav__card__spot--new {
	background-color: #3c7d36;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 23px;
    padding: 2px 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

.cgnp__subnav__card__img-wrapper {
	position: relative;
	z-index: 1;
}

.cgnp__subnav__card__img {
	position: relative;
	z-index: 1;
	max-width: 100%;
}

.cgnp__subnav__card__overlay {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	background-color: rgba(0,0,0,.45);
	color: #fff;
	transition: .2s all;
}

.cgnp__subnav__card__overlay p {
	color: #fff;
	font-size: 17px;
	text-align: center;
	margin: 0;
}

.cgnp__subnav__card:hover .cgnp__subnav__card__overlay,
.cgnp__subnav__card:focus .cgnp__subnav__card__overlay {
	opacity: 1;
}

.cgnp__subnav__card__heading {
	text-align: center;
	padding: 0 15px;
	font-size: 23px;
	text-decoration: underline;
}

.cgnp__subnav__footer {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: -15px 0 45px;
	display: none;
	visibility: hidden;
}

.cgnp__subnav__footer.hide {
	display: none;
	visibility: hidden;
}

.cgnp__heading {
	text-align: center;
	margin: 0 0 30px;
}

.cgnp__heading p {
	margin: 0;
	padding: 0;
}

.cgnp__brands {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 60px;
	margin: 0 0 60px;
}

.cgnp__brands .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cgnp__brands .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cgnp__brands .slick-prev:hover,
.cgnp__brands .slick-prev:focus,
.cgnp__brands .slick-next:hover,
.cgnp__brands .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

.cgnp__brand {
	width: calc(16.6665% - 16px);
	margin: 0 8px 8px;
	border: 1px solid #E5E3E3;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 2/1.25;
	padding: 0;
	transition: .2s all;
}

.cgnp__brand:hover,
.cgnp__brand:focus {
	border-color: #000;
}

.cgnp__brand__img {
	max-width: 100%;
	/*height: 100%*/
	height: 96%;
	width: auto;
	/*margin: 0 auto;*/
	margin: auto;
}

.cgnp__cats {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0 60px;
}

.cgnp__cats .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cgnp__cats .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cgnp__cats .slick-prev:hover,
.cgnp__cats .slick-prev:focus,
.cgnp__cats .slick-next:hover,
.cgnp__cats .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

.cgnp__cat {
	padding: 15px 9px 0;
	margin: 0 0 30px;
	width: 20%;
}

.cgnp__cat__inner {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	background-color: #3c7d36;
	transition: .2s all;
}

.cgnp__cat__inner:hover,
.cgnp__cat__inner:focus {
	background-color: #fff;
	text-decoration: none;
	color: #3c7d36;
}

.cgnp__cat__spot--new {
	background-color: #3c7d36;
    color: #fff;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 2px 6px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    z-index: 2;
}

.cgnp__cat__img {
	width: 100%;
	height: auto;
}

.cgnp__cat__heading {
	line-height: 55px;
	padding: 0 15px;
	margin: 0;
	font-size: 25px;
	font-weight: 500;
	text-align: center;
	color: inherit;
	border: 1px solid #3c7d36;
}

.cgnp__outro {
	text-align: center;
	padding: 30px 0;
}

.cgnp__seo {
	padding: 30px 15px;
	text-align: center;
}

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

	.cgnp .btn {
		font-size: 18px;
		line-height: 44px;
		height: 46px;
	}
}

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

	.cgnp__banner__heading {
		padding: 30px 15px;
	}

	.cgnp__banner__heading p,
	.cgnp__banner__heading i {
		font-size: 40px;
	}

	.cgnp__banner__btns {
		padding: 5px;
	}
}

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

	.cgnp__banner {
		justify-content: center;
	}

	.cgnp__banner__heading {
		width: 100%;
		padding: 15px;
	}

	.cgnp__banner__btns {
		width: 100%;
		max-width: 500px;
	}

	.cgnp__subnav__card {
		width: auto;
    	margin: 0 auto 35px;
    	display: block;
	}

	.cgnp__brands,
	.cgnp__cats {
		padding: 0 45px;
	}

	.cgnp__subnav__card__overlay {
		display: none;
		visibility: hidden;
	}
}

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

	.cgnp h1,
	.cgnp .h1 {
		font-size: 30px;
	}

	.cgnp h2,
	.cgnp .h2 {
		font-size: 22px;
	}

	.cgnp h3,
	.cgnp .h3 {
		font-size: 20px;
	}

	.cgnp__banner__heading p, 
	.cgnp__banner__heading i {
		font-size: 30px;
	}

	.cgnp__banner__btns .btn {
		min-width: 0;
		width: calc(50% - 10px);
		font-size: 16px;
		padding: 0 10px;
		margin: 5px;
	}

	.cgnp__subnav {
		padding: 20px 0 0;
	}

	.cgnp__subnav__heading {
		margin: 0 0 40px!important;
	}

	.cgnp__brands,
	.cgnp__cats {
		padding: 0 35px;
	}

	.cgnp__subnav__footer {
		display: block;
		visibility: visible;
	}

	.cgnp__subnav__card {
		display: none;
		visibility: hidden;
	}

	.cgnp__subnav > .cgnp__subnav__card:nth-of-type(1),
	.cgnp__subnav > .cgnp__subnav__card:nth-of-type(2),
	.cgnp__subnav > .cgnp__subnav__card:nth-of-type(3) {
		display: block;
		visibility: visible;
	}

	.cgnp__subnav.expanded > .cgnp__subnav__card {
		display: block;
		visibility: visible!important;
	}
}

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

	.cgnp__banner__btns .btn {
		padding: 0 5px;
		font-size: 15px;
	}
}

/* Fresh rel bf22 styles */

.bf22__tile {
	width: calc(33.333% - 10.6666667px);
	/*background-color: rgba(255, 255, 255, .9);*/
	background-image: url('https://www.cooksongold.com/assets/css/bf-silver-bg-tile.png');
	background-position: top left;
	background-repeat: repeat;
	color: #000;
	padding: 0 5px 55px 5px;
	margin: 0 8px;
	text-align: center;
	position: relative;
}

.bf22__tile__spot {
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-image: url('https://www.cooksongold.com/assets/css/silver-bg-light.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	font-size: 18px;
	color: #000;
	text-align: center;
	display: flex;
	align-content: center;
	justify-content: center;
	flex-wrap: wrap;
	font-weight: bold;
	padding: 5px;
	line-height: 1.1;
}

.bf22__tile__spot span {
	font-size: 25px;
}

.bf22__tile__img {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-bottom: 15px;
	display: block;
	aspect-ratio: 261/200;
	object-fit: cover;
}

.bf22__tile__title {
	font-size: 15px;
	line-height: 1.2;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
   margin: 0 0 10px;
   min-height: 36px;
}

.bf22__tile__price-now {
	font-size: 22px;
	font-weight: bold;
	margin: 0;
	line-height: 1.2;
}

.bf22__tile__price-was {
	font-size: 16px;
	color: #CA9853;
	font-weight: bold;
	margin: 0 0 5px;
}

.bf22__tile__code {
	height: 26px;
	padding: 0 15px;
	background-color: #000;
	color: #fff;
	text-align: center;
	line-height: 26px;
	font-size: 14px;
	display: inline-block;
	margin: 5px auto;
}

.bf22__tile__social-proof {
	display: block;
	width: 100%;
	min-height: 20px;
}

.bf22__tile__link {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.bf22__tile__atb {
	width: calc(100% - 10px);
	position: absolute;
	bottom: 5px;
	left: 5px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	text-align: center;
	text-decoration: none;
	display: block;
	background-image: url('https://www.cooksongold.com/assets/css/cg-bf-btn-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 3;
}

.bf22__tile__atb:focus,
.bf22__tile__atb:hover {
	color: #fff;
	text-decoration: none;
}

.bf22__tile__atb:focus i,
.bf22__tile__atb:hover i {
	left: 5px;
}

.bf22__tile__atb i {
	margin-left: 5px;
	left: 0;
	position: relative;
	transition: .2s all;
}

.bf22__fresh {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	padding: 30px 60px 22px;
	margin-bottom: 0;
}

.bf22__fresh__heading {
	font-size: 30px;
	line-height: 1.2;
	font-weight: normal;
	width: 100%;
	text-align: center;
	margin: 0 0 15px;
}

.bf22__fresh__carousel {
	width: 100%;
	padding: 0 45px;
	margin: 0;
	position: relative;
}

.bf22__fresh__carousel .bf22__tile {
	border: 1px solid #E4E4E4;
	margin: 8px!important;
	background-image: none;
}

.bf22__fresh__carousel .bf22__tile__img {
	margin-left: -5px;
}

.bf22__fresh__carousel .bf22__tile__spot {
	background-image: none;
	background-color: #000;
	color: #fff;
	height: 70px;
	width: 70px;
	font-size: 15px;
	top: 8px;
	left: 8px;
}

.bf22__fresh__carousel .bf22__tile__spot span {
	font-size: 20px;
}

.bf22__fresh__carousel .bf22__tile__price-now {
	font-size: 19px;
}

.bf22__fresh__carousel .bf22__tile__price-was {
	font-size: 14px;
}

.bf22__fresh__carousel .bf22__tile__atb {
	bottom: 0;
	left: 0;
	width: 100%;
	color: #000;
	background-image: url('https://www.cooksongold.com/assets/css/cg-bf-btn-bg--light.jpg');
}

.bf22__fresh__carousel .slick-track {
	display: flex !important;
}

.bf22__fresh__carousel .slick-slide {
    height: inherit !important;
}

.bf22__fresh__carousel .slick-prev:before {
	content: '\f053';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-next:before {
	content: '\f054';
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bf22__fresh__carousel .slick-prev:hover,
.bf22__fresh__carousel .slick-prev:focus,
.bf22__fresh__carousel .slick-next:hover,
.bf22__fresh__carousel .slick-prev:focus {
	background-color: rgba(0, 0, 0, .1);
}

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

	.bf22__tile__spot {
		width: 70px;
		height: 70px;
		font-size: 16px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 22px;
	}

	.bf22__tile__price-now {
		font-size: 19px;
	}

	.bf22__tile__price-was {
		font-size: 14px;
	}

	.bf22__tile__atb {
		font-size: 15px;
	}
}

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

	.bf22__fresh__heading {
		font-size: 25px; 
	}
}

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

	.bf22__fresh {
		padding: 15px 0;
	}

	.bf22__fresh__heading {
		font-size: 22px;
	}

	.bf22__tile__spot {
		width: 50px;
		height: 50px;
		font-size: 12px;
		top: 5px;
		left: 5px;
	}

	.bf22__tile__spot span {
		font-size: 16px;
	}
}


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

	.bf22__fresh__carousel {
		padding: 0 35px;
		margin: 0 0 15px;
	}

	.bf22__tile__title {
		padding: 0 10px;
	}

	.bf22__tile__img {
		width: calc(100% + 10px);
		margin-left: -5px;
	}
}

/* Updated fresh rel styles for new prods branding */

.cgnp .bf22__tile__spot {
	 background-color: #3c7d36;
	 color: #fff;
}

.cgnp .bf22__tile__atb {
	background-image: none;
	background-color: #3c7d36;
	color: #fff;
}

.cgnp .bf22__tile__price-was {
	color: #3c7d36;
}


















