.cglv,
.cglv * {
	box-sizing: border-box;
}

.cglv a {
	text-decoration: none;
}

.bf24__fresh-relevance__carousel-1 .slick-prev.slick-arrow,
.bf24__fresh-relevance__carousel-2 .slick-prev.slick-arrow,
.bf24__fresh-relevance__carousel .slick-prev.slick-arrow {
	/* background-image: url('https://www.cooksongold.com/images/black-friday-2024/slider-left.png') !important; */
	background-image: none !important;
	left: -25px;
}

.bf24__fresh-relevance__carousel-1 .slick-next.slick-arrow,
.bf24__fresh-relevance__carousel-2 .slick-next.slick-arrow,
.bf24__fresh-relevance__carousel .slick-next.slick-arrow {
	/* background-image: url('https://www.cooksongold.com/images/black-friday-2024/slider-right.png') !important; */
	background-image: none !important;
	right: -25px;
}

.bf24__fresh-relevance__carousel-1 .slick-prev.slick-arrow:before,
.bf24__fresh-relevance__carousel-2 .slick-prev.slick-arrow:before,
.bf24__fresh-relevance__carousel .slick-prev.slick-arrow:before,
.bf24__fresh-relevance__carousel-1 .slick-next.slick-arrow:before,
.bf24__fresh-relevance__carousel-2 .slick-next.slick-arrow:before,
.bf24__fresh-relevance__carousel .slick-next.slick-arrow:before {
	background-image: none !important;
	font-size: 20px;
	position: absolute;
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	line-height: inherit;
	color: #000;
}

.bf24__fresh-relevance__carousel-1 .slick-prev.slick-arrow:before,
.bf24__fresh-relevance__carousel-2 .slick-prev.slick-arrow:before,
.bf24__fresh-relevance__carousel .slick-prev.slick-arrow:before {
	content: "\f053";
	left: 32%;
}

.bf24__fresh-relevance__carousel-1 .slick-next.slick-arrow:before,
.bf24__fresh-relevance__carousel-2 .slick-next.slick-arrow:before,
.bf24__fresh-relevance__carousel .slick-next.slick-arrow:before {
	content: "\f054";
	right: 32%;
}

.black {
	color: #000;
}

.yellow {
	color: #FFB52F;
}

.yellow-mask {
	background: url('https://www.cooksongold.com/images/black-friday-2025/Yellow-BG.jpg');
	background-clip: text;
	color: transparent;
}

/* Small header */
.bf-25-sm-header {
	width: 100%;
	background-color: #000;
	padding: 20px;
}

.bf-25-sm-header .bf-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
}

.bf-25-sm-header .bf-row h1 {
	color: #FFF;
	font-size: 35px;
	font-weight: 700;
}

.bf-25-sm-header .bf-row .bf-25 {
	background-color: #FFB52F;
	padding: 10px 30px;
	border-radius: 30px;
	color: #000;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.bf-25-sm-header .bf-row .bf-25.shop-all {
	background-color: #FFF;
	color: #000;
}

@media screen and (max-width: 1200px) {
	.bf-25-sm-header .bf-row .bf-25 {
		background-color: #FFB52F;
		padding: 10px 20px;
		border-radius: 30px;
		color: #000;
		font-size: 18px;
		font-weight: 700;
	}
}

@media screen and (max-width: 900px) {
	.bf-25-sm-header .bf-row {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		padding: 10px 0;
		text-align: center;
		justify-content: center;
	}

	.bf-25-sm-header .bf-row h1 {
		width: 100%;
		text-align: center;
	}

	.bf-25-sm-header .bf-row .bf-25 {
		width: 45%;
		margin: 10px;
	}
}

@media screen and (max-width: 600px) {}


.fr-block-holder {
	width: 100%;
}

.fr-block-holder h2,
.cglv h2.bf25_title {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
	font-weight: 500;
}

/* .cglv h2.bf25_title {
    margin-top: 50px;
} */

.fr-block {
	border: 3px solid transparent;
	/* width: 17%; */
	height: auto;
	border-radius: 20px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	border: transparent 3px solid;
	margin: 10px;
	transition: border 0.5s;
	display: block;

}

.fr-block:hover {
	border: 3px solid #FFB52F;
	text-decoration: none;
}

.fr-header {
	text-align: center;
	font-size: 44px;
	font-weight: bold;
	color: #FFB52F;
	background-color: black;
	padding: 10px;
}

.fr-header p {
	line-height: unset;
	margin: 0;
}

.fr-header .up_to {
	font-size: 13px;
	margin-right: 5px;
	line-height: 0;
}

.fr-header .percent_holder {
	display: inline-block;
	margin-left: 5px;
}

.fr-header span.percent {
	display: block;
	font-size: 25px;
	line-height: 17px;
}

.fr-header span.off {
	display: block;
	font-size: 13px;
	line-height: 17px;
}

.fr-block .fr-main .fr-img {
	position: relative;
}

.fr-block .fr-main .fr-img .buying {
	position: absolute;
	top: 0px;
	left: 0px;
}

.fr-block .buying {
	font-size: 11px;
	background-color: #000;
	width: fit-content;
	padding: 3px 5px;
	margin: 10px;
	color: #FFF;
}

.fr-block img {
	width: 100%;
	height: auto;
	margin: auto;
	font-weight: bold;
}

.img-holder {
	position: relative;
}

.img-holder .code_bfchain {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #000;
	background: #fbba00;
	padding: 3px;
	font-size: 13px;
}

.fr-block .fr-main .fr-img .discount {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #000;
	color: #FFB52F;
	font-size: 10px;
	padding: 10px;
}

.fr-block .fr-main .fr-img .discount span {
	font-size: 40px;
	font-weight: bold;
	display: block;
}

.fr-block .info_holder {
	color: #000;
	background-color: #F2EFEF;
	padding: 10px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}

.fr-block .info_holder .square {
	/* border-radius: 20px; */
	margin-top: 20px;
	font-size: 14px;
}

.fr-block .info_holder .itemTitle {
	font-size: 14px;
	font-weight: normal;
}

.fr-block .info_holder .rating i {
	font-size: 10px;
	color: #FFB52F;
}

.fr-block .info_holder .price {
	font-size: 28px;
}

.fr-block .info_holder .oldPrice span {
	text-decoration: line-through;
}

.fr-block .btn {
	color: #FFF;
	background-color: black;
	border-radius: 18px;
	width: calc(100% - 10px);
	margin: 5px;
	height: 50px;
	line-height: 36px;
}

.fr-block .btn:hover {
	background-color: #FFB52F;
	color: #000;
}

.slick-next,
.slick-prev {
	z-index: 1;
	background-color: transparent;
	color: transparent;
	transition: all 0s;
	background-size: 50%;
	background-repeat: no-repeat;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	background-color: transparent;
	color: transparent;
	background-size: 50%;
	background-repeat: no-repeat;
}

.slick-prev {
	left: -20px;

}

.slick-next {
	right: -40px;
}

.fr-block-holder {
	background-color: #FFF;
	/* padding: 50px 30px; */
	padding: 20px 20px 50px;

}

.fr-block-holder h2 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}

.fr-block-holder h2.left {
	font-size: 25px;
	width: auto;
	text-align: left;
	margin-bottom: 20px;
	color: #000;
	display: inline-block;
	left: 20px;
	position: relative;
}

.fr-block-holder a.right {
	font-size: 25px;
	position: absolute;
	width: auto;
	text-align: right;
	display: inline-block;
	right: 40px;
	margin-bottom: 20px;
	color: #000;
	margin-top: 1px;
	text-decoration: underline;
}

.fr-block {
	border: 3px solid transparent;
	width: 17%;
	height: auto;
	border-radius: 20px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	margin: 10px;
	transition: border 0.5s;
	display: block;

}

.fr-block:hover {
	border: 3px solid #FFB52F;
	text-decoration: none;
}

.fr-block .fr-main .fr-img {
	position: relative;
}

.fr-block .fr-main .fr-img .buying {
	position: absolute;
	top: 0px;
	left: 0px;
}

.fr-block .buying {
	font-size: 11px;
	background-color: #000;
	width: fit-content;
	padding: 3px 5px;
	margin: 10px;
	color: #FFF;
}

.fr-block img {
	width: 100%;
	height: auto;
	margin: auto;
}

.fr-block .info_holder {
	color: #000;
	padding: 10px;
	font-size: 13px;
}

.fr-block .info_holder .rating i {
	font-size: 10px;
	color: #000;
}

.fr-block .info_holder .price {
	font-size: 25px;
	/* margin-top: 20px; */
}

.fr-block .info_holder .price span {
	text-decoration: line-through;
	margin-left: 10px;
	font-size: 12px;
}

.fr-block .btn {
	color: #FFF;
	background-color: black;
	border-radius: 18px;
	width: calc(100% - 10px);
	margin: 5px;
	height: 40px;
	line-height: 27px;
}

.fr-block .btn:hover {
	background-color: #FFB52F;
	color: #000;
}

.slick-next,
.slick-prev {
	z-index: 1;
	background-color: transparent;
	color: transparent;
	transition: all 0s;
	background-size: 50%;
	background-repeat: no-repeat;
}

.slick-next:hover,
.slick-prev:hover,
.slick-next:focus,
.slick-prev:focus {
	background-color: transparent;
	color: transparent;
	background-size: 50%;
	background-repeat: no-repeat;
}

.slick-prev {
	left: -20px;

}

.slick-next {
	right: -40px;
}

@media screen and (max-width: 450px) {
	.fr-block-holder {
		padding: 50px 12px;
	}

	.fr-block {
		margin: 5px;
	}

	.fr-block .info_holder .square {
		padding: 0 15px;
	}

	.fr-block .info_holder {
		padding: 10px 5px;
	}

	.fr-block .info_holder .itemTitle {
		font-size: 13px;
	}
}

.discount-blocks {
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.discount-blocks .db-lrg {
	width: 25%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 3px solid transparent;
	height: auto;
	border-radius: 20px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	margin: 10px;
	transition: border 0.5s;
	display: block;
}

.discount-blocks .db-lrg:hover {
	border: 3px solid #FFB52F;
	text-decoration: none;
	cursor: pointer;
}

.discount-blocks .db-lrg a:hover {
	text-decoration: none;
}

.discount-blocks .db-lrg .db-info {
	padding-bottom: 30px;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/product-blocks-bg.jpg');
	background-position: center;
	background-size: cover;
	width: 100%;
	text-decoration: none;
	color: #FFB52F;
}

.discount-blocks .db-lrg .db-info .itemTitle {
	/* font-size: 18px; */
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	/* min-height: 30px; */
	max-height: 48px;
	/* Title Clamp */
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;

}

.discount-blocks .db-lrg .db-info .itemDesc {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
	min-height: 40px;
	line-height: 18px;
}

span.db-lrg-bfchain {
	background: #fbba00;
	padding: 5px 8px;
	border-radius: 23px;
	/* font-weight: bold; */
	color: #000;
}

.discount-blocks .db-lrg .db-info .fr-header {
	text-align: left;
	padding: 10px;
	font-size: 72px;
	background-color: transparent;
}

.discount-blocks .db-lrg .db-info .fr-header .percent {
	font-size: 35px;
	line-height: 20px;
}

.discount-blocks .db-lrg .db-info .fr-header .off {
	font-size: 21px;
	line-height: 30px;
}

.discount-blocks .db-lrg .db-info .fr-header .upto {
	margin: -5px 0 0 3px;
	font-size: 14px;
	line-height: 30px;
	display: block;
	/* height: 40px; */
	/* position: absolute; */
}

.discount-blocks .db-lrg .db-img {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}

.discount-blocks .db-lrg .db-img img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.discount-blocks .db-lrg .db-img .db-offer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #FFB52F;
	color: #000;
	/* padding: 10px 20px; */
	padding: 5px 10px 10px;
	font-size: 40px;
	font-weight: bolder;
	/* line-height: 20px; */
	line-height: 25px;
}

.discount-blocks .db-lrg .db-img .db-offer span {
	font-size: 10px;
	font-weight: bold;
	display: block;
}

.discount-blocks .db-lrg .db-img .db-offer span.perc {
	font-size: 25px;
	display: inline-block;
	line-height: 20px;
	top: -10px;
	position: relative;
}

.discount-blocks .db-lrg .db-info {
	color: #FFF;
	padding: 20px;
	font-size: 18px;
}

.discount-blocks .db-lrg .db-info .rating {
	color: #f8c059;
	/* margin: 20px 0; */
	margin-bottom: 20px;
	min-height: 30px;
}

.discount-blocks .db-lrg .db-info .price,
.discount-blocks .db-lrg .db-info .oldPrice {
	font-size: 20px;
	font-weight: bold;
}

.discount-blocks .db-lrg .db-info .oldPrice {
	font-size: 13px;
	color: #fbba00;
}

.discount-blocks .db-lrg .db-info .oldPrice span {
	text-decoration: line-through;
}

.discount-blocks .db-shop-all {
	width: auto;
	margin: 20px auto;
	padding: 0px 20px;
	text-align: center;
	background-color: #FFB52F;
	border-radius: 22px;
	color: #000;
	transition: all 0.5s;
	cursor: pointer;

}

.discount-blocks .db-shop-all:hover {

	background-color: #f8c059
}

.discount-blocks .db-shop-all a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	cursor: pointer;
}

.discount-blocks .db-shop-all a:hover {
	text-decoration: none;
}

.deals-for-you {
	width: 100%;
	background-color: #F2EFEF;
	/* margin-top: 50px; */
	padding: 20px 0;
}

.deals-for-you.brandoffer {
	padding: 0 0 20px;
	margin: 20px 0;
}

.deals-for-you .fr-header {
	padding: 10px;
}

.deals-for-you .info_holder {
	background-color: #FFF;
}

.deals-footer-block {
	width: 95%;
	margin: 40px auto;
	min-height: 300px;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/wood-background.jpg');
	padding: 50px 30px;
	text-align: center;
}

.deals-footer-block h2 {
	font-size: 40px;
	color: #FFF;
}

.deals-footer-block p {
	font-size: 30px;
	color: #FFB52F;
}

.deals-footer-block .icon-cards {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: auto;
	margin-top: 50px;
	width: 70%;

}

.deals-footer-block .icon-cards .icon-card {
	width: 150px;
	margin: 0 10px 0 10px;
}

.deals-footer-block .icon-cards .icon-card p {
	color: #FFF;
	font-size: 20px;
}

.deals-footer-block .icon-cards .icon-card i {
	color: #FFF;
	font-size: 25px;
	margin-bottom: 20px;
}

.bf-25-seo {
	width: 100%;
	background-color: #FFF;
	padding: 50px 30px;
}

.bf-25-seo h2 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
	color: #000;
}

.bf-25-seo p {
	font-size: 15px;
	color: #000;
	width: 70%;
	margin: auto;
	text-align: center;
}


/* header 2 */

.black_friday_header_2 {
	margin-top: 50px;
	display: flex;
	flex-wrap: none;
	min-height: 160px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/new-wood-bg.jpg');
	background-size: cover;
	padding: 20px 40px;
}

.black_friday_header_2 .header-2-col {
	width: 50%;
	height: 100%;
}

.black_friday_header_2 .header-2-col.rows {
	width: 80%;
	height: 100%;
	display: flex;
	flex-wrap: none;
	justify-content: space-evenly;
	align-items: center;
}

.black_friday_header_2 .header-2-col.rows .cta-holder .cta {
	width: 100%;
	background-color: #FFB52F;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 10px 5px;
	padding: 5px 30px;
	display: block;
	border-radius: 20px;
	height: 35px;
}

.black_friday_header_2 .header-2-col .rm_bf-offers {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}

.black_friday_header_2 .header-2-col .rm_bf-offers .rm_bf-offers-col {
	width: 50%;
	position: relative;
	border: 1px solid #000;
}

.black_friday_header_2 .header-2-col .rm_bf-offers .rm_bf-offers-col .footer a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	transition: all 0.5s;
	text-decoration: none;
	border-radius: 20px;
	padding: 0px 20px;
}

.black_friday_header_2 .header-2-col .rm_bf-offers .rm_bf-offers-col .footer a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}


.black_friday_header_2 .header-2-col h2,
.black_friday_header_2 .header-2-col p {
	width: 100%
}

.black_friday_header_2 .header-2-col h2 {
	font-size: 45px;
	color: #FFF;
	font-weight: 700;
}

.black_friday_header_2 .header-2-col h2 span {
	color: #FFB52F;
}

.black_friday_header_2 .header-2-col p {
	font-size: 20px;
	color: #FFB52F !important;
}

.header-2-col .timer {
	color: #FFF;
}

.header-2-col .timer .dealsend {
	font-size: 18px;
	margin-bottom: 20px;
}

.header-2-col .timer .clock {
	font-size: 45px;
	font-weight: 700;
}

.header-2-col .timer .clock-labels {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.bf-25-header.fd-banner.nomargin {
	margin-top: 0px;
}

/* main early bird page */

.bf-25-header {
	width: 100%;
	/* margin-top: 20px; */
}

.bf-25-header .black-header.yellow {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/Yellow-BG.jpg');
	background-size: auto;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.bf-25-header .black-header.black {
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/black-bg.jpg');
	background-size: auto;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	/* padding: 10px; */
	padding: 20px 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.bf-25-header .black-header h2 {
	font-size: 25px;
	color: #FFF;
}

.bf-25-header .black-header h3 {
	font-size: 25px;
	color: #FFB52F;
}

.bf-25-header .black-header .header-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 0 20px;
	font-size: 30px;
	color: #FFF;
	width: 20%;
}

.bf-25-header .black-header .header-block h1 {
	font-size: 60px;
	font-weight: bold;
	line-height: 50px;
}

.bf-25-header .black-header .header-block .tape {
	width: 100%;
	margin-bottom: 10px;
}

.bf-25-header .black-header .header-block .tape img {
	width: 100%;
	height: auto;
}

.bf-25-header .black-header .header-links {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-evenly;
	width: 78%;
}

.bf-25-header .black-header .header-links .bf-25 {
	background-color: #000;
	color: #FFB52F;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 0;
	text-align: center;
	width: 30%;
	transition: all 0.5s;
}

.bf-25-header .black-header .header-links .bf-25:hover {
	background-color: #FFB52F;
	color: #000;
	text-decoration: none;
}

.bf-25-header .black-header.black .header-links .bf-25 {
	background-color: #FFB52F;
	color: #000;
	padding: 10px 20px;
	border-radius: 30px;
	font-size: 15px;
	font-weight: bold;
	margin: 10px 0px 10px 0;
	text-align: center;
	width: 30%;
	transition: all 0.5s;
}

.bf-25-header .black-header.black .header-links .bf-25:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.bf-25-header .black-header .header-links .bf-25.active {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.bf-25-header .black-header .header-links .bf-25.active:hover {
	background-color: #FFB52F;
	color: #000;
	text-decoration: none;
}

.bf-25-header.fd-banner {
	margin-top: 20px;
}

@media screen and (max-width: 800px) {

	.black_friday_header_2 .header-2-col h2 {
		font-size: 30px;
	}

	.black_friday_header_2 .header-2-col p {
		font-size: 15px;
	}

	.header-2-col .timer .clock {
		font-size: 30px;
	}

	.header-2-col .timer .dealsend {
		font-size: 15px;
	}

	.header-2-col .timer .clock-labels {
		font-size: 10px;
	}

	.black_friday_header_2 .header-2-col.rows {
		width: 100%;
	}

	.bf-25-header .black-header .header-links .bf-25,
	.bf-25-header .black-header.black .header-links .bf-25 {
		width: 45%;
	}

	.bf-25-header .black-header {
		padding: 20px 0;
	}

	.bf-25-header .black-header .header-block {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin: 0 20px;
		padding: 0;
		font-size: 30px;
		color: #FFF;
		width: 40%;
	}

	/* .bf-25-header .black-header .header-block img.tape{
        width: 70%;
    } */
	.bf-25-header .black-header .header-block h1 {
		font-size: 50px;
	}
}

@media screen and (max-width: 600px) {
	.rm_bf_col_ctas {
		justify-content: space-between !important;
		width: 100% !important;
	}

	.black_friday_header_2 {
		flex-wrap: wrap;
	}

	.black_friday_header_2 .header-2-col {
		width: 100%;
	}

	.black_friday_header_2 .header-2-col.rows,
	.black_friday_header_2 .header-2-col {
		height: 53%;
	}

	.black_friday_header_2 .header-2-col.rows {
		justify-content: space-between;
	}

	.black_friday_header_2 .header-2-col p {
		font-size: 25px;
	}

	.black_friday_header_2 .header-2-col h2 {
		font-size: 40px;
	}

	.header-2-col .timer .clock {
		font-size: 40px;
	}

	.bf-25-header .black-header .header-links {
		width: 100%;
	}

	.bf-25-header .black-header .header-links span.hide_disc_mob {
		display: none;
	}

	.bf-25-header .black-header.black,
	.bf-25-header .black-header.yellow {
		justify-content: center;
		align-items: center;
	}

	.header-block h1 br {
		display: none;
	}

	.header-block h1 span {
		display: inline;
	}

	.bf-25-header .black-header .header-block h1 {
		font-size: 40px;
	}


}

@media screen and (max-width: 500px) {
	.black_friday_header_2 .header-2-col.rows {
		flex-wrap: wrap;
	}

	.black_friday_header_2 .header-2-col.rows .cta-holder {
		width: 100%;
		margin-bottom: 30px;
	}

	/* .bf-25-header .black-header .header-links .bf-25, .bf-25-header .black-header.black .header-links .bf-25{
        width: 100%;
    } */
	.bf-25-header .black-header .header-block,
	.bf-25-header .black-header.black .header-block {
		width: 100%;
	}

	.bf-25-header .black-header .header-block img.tape {
		width: 100%;
	}
}


/* end header 2 */


.black_friday_header {
	display: flex;
	flex-wrap: none;
	min-height: 360px;
	overflow: hidden;
	position: relative;
	width: 100%;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/bf_bg_1.jpg');
	background-size: cover;
}

.black_friday_header .rm_bf_col {
	width: 50%;
	height: 100%;
}

.black_friday_header .rm_bf_col .rm_bf-offers {
	display: flex;
	height: 100%;
	flex-wrap: wrap;
}

.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col {
	width: 50%;
	position: relative;
	border: 1px solid #000;
}

.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col .footer a {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 40px;
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	background-color: #000;
	color: #FFF;
	transition: all 0.5s;
	text-decoration: none;
	border-radius: 20px;
	padding: 0px 20px;
}

.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col .footer a:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

/* .black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col.block1{
    background-image: url('https://www.cooksongold.com/images/black-friday-2025/CG_Big_Cat_2021_001.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col.block2{
    background-image: url('https://www.cooksongold.com/images/black-friday-2025/CG_How_To_0723_267.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col.block3{
    background-image: url('https://www.cooksongold.com/images/black-friday-2025/CG_How_To_0723_158.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
.black_friday_header .rm_bf_col .rm_bf-offers .rm_bf-offers-col.block4{
    background-image: url('https://www.cooksongold.com/images/black-friday-2025/CG_How_To_0723_303.jpg');
    background-size: cover;
    background-repeat: no-repeat;
} */
.black_friday_header .rm_bf_col.contents {
	width: 50%;
	padding: 60px;
	text-align: left;
	color: #FFF;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
	justify-content: flex-start;
}

.black_friday_header .rm_bf_col.contents h2,
.black_friday_header .rm_bf_col.contents p {
	width: 100%
}

.black_friday_header .rm_bf_col.contents h2 {
	font-size: 60px;
	color: #FFF;
	font-weight: 700;
}

.black_friday_header .rm_bf_col.contents p {
	font-size: 25px;
	color: #FFB52F !important;
}

.rm_bf_col_ctas {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	position: relative;
	width: 100%;
}

.rm_bf_col_ctas .timer .dealsend {
	font-size: 18px;
	margin-bottom: 20px;
}

.rm_bf_col_ctas .timer .clock {
	font-size: 39px;
}

.rm_bf_col_ctas .timer .clock-labels {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

.rm_bf_col_ctas .cta-holder {
	width: 50%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.rm_bf_col_ctas .cta {
	width: auto;
	background-color: #FFF;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 10px 5px;
	padding: 5px 30px;
	display: block;
	border-radius: 20px;
	height: 35px;
}

.rm_bf_col .shop-deals-cta {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}

.rm_bf_col .shop-deals {
	width: auto;
	background-color: #FFB52F;
	color: #000;
	font-weight: 700;
	text-align: center;
	margin: 60px 65px;
	padding: 5px 30px;
	display: block;
	border-radius: 20px;
	height: 35px;
}

.black_friday_header .rm_bf_col.image3 {
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/bf_bg_2.jpg');
	background-size: cover;
	background-position: center;
	width: 60%;
}

.black_friday_header .rm_bf_col_offer {
	font-size: 25px;
	color: #FFB52F;
	position: absolute;
	right: 40px;
	top: 40px;
}

.bf23__highlight__percentage {
	font-size: 18px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	line-height: 1.1;
	text-transform: uppercase;
	font-weight: bold;
	flex-direction: column;
	background-color: #000;
	padding: 7px;
	color: #fff;
	width: fit-content;
	margin: 10px;
}

.bf23__highlight__percentage .top {
	text-align: left;
	height: 20px;
	display: block;
}

.bf23__highlight__percentage .top.sm {
	text-align: left;
	height: 20px;
	display: block;
	font-size: 10px;
	margin-top: 7px;
}

.bf23__highlight__percentage .bottom {
	font-size: 50px;
	padding-right: 33px;
	position: relative;
	line-height: .85;
	letter-spacing: 1px;
}

.bf23__highlight__percentage .bottom:before {
	content: '%';
	font-family: inherit;
	top: 3px;
	right: 0;
	font-size: .65em;
	position: absolute;
}

.bf23__highlight__percentage .bottom:after {
	content: 'off';
	font-family: inherit;
	bottom: 0px;
	right: 2px;
	font-size: .25em;
	position: absolute;
}

.bf-25-header .cta-header {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0;
	flex-wrap: wrap;
}

.bf-25-header .cta-header .bf-25 {
	background-color: #FFB52F;
	color: #000;
	padding: 10px 20px;
	margin-bottom: 10px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-left: 20px;
	text-align: center;
	transition: all 0.5s;
	width: 48%;
}


@media screen and (max-width: 900px) {

	.black_friday_header .rm_bf_col.contents,
	.black_friday_header .rm_bf_col.image3 {
		width: 50%;
	}

	.rm_bf_col_ctas .cta {
		width: 100%;
	}
}

@media screen and (max-width: 800px) {
	.rm_bf_col_ctas .cta {
		width: 100%;
	}

	.black_friday_header {
		flex-wrap: wrap;
		/* flex-direction: column-reverse; */
	}

	.black_friday_header .rm_bf_col.contents,
	.black_friday_header .rm_bf_col.image3 {
		width: 100%;
		min-height: 400px;
	}

	.black_friday_header .rm_bf_col_offer {
		right: 10px;
		top: 10px;
	}

	.black_friday_header .rm_bf_col {
		width: 100%;
		height: 400px;
	}

	.bf-25-header.fd-banner .orange-header {
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.bf-25-header.fd-banner .orange-header .bf-25 {
		width: 40%;
		padding: 5px 10px;
		font-size: 16px;
		margin-bottom: 20px;
	}
}


.section-title {
	width: 100%;
	text-align: center;
	margin: 40px 0 20px 0;
}

.bf24-featured-deals-block {
	width: 94%;
	margin: auto;
	display: flex;
	min-height: 300px;
	justify-content: space-between;
}

.bf24-featured-deals-block .bf-fd {
	color: #FFF;
	width: 48%;
	padding: 40px;
	display: flex;
	border-radius: 20px;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/fd-bg.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-around;
	position: relative;
	border: 3px solid #FFF;
	transition: border 0.5s;
	cursor: pointer;
}

.bf24-featured-deals-block a.bf-fd:hover {
	text-decoration: none;
	border: 3px solid #FFB52F;
	cursor: pointer;
}

.prod-img {
	position: absolute;
	right: 20px;
	display: flex;
	justify-content: flex-end;
}

.prod-img img {
	width: 90%;
}


/* GEMS PAGE */

.black_friday_header.gems {
	width: 95%;
	margin: 40px auto;
	min-height: 200px;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/wood-background.jpg');
	padding: 0px 10px;
	text-align: center;
}

.black_friday_header.gems .rm_bf_col.contents {
	width: 50%;
	padding: 0 0 0 20px;
}

.black_friday_header.gems .rm_bf_col.image4 {
	position: relative;
}

.black_friday_header.gems .rm_bf_col.image4 .shop-deals-cta {
	position: absolute;
	top: 0px;
}

.black_friday_header.gems .rm_bf_col.image4 .shop-deals-cta .shop-deals {
	position: relative;
	top: 20px;
}

.black_friday_header h3.gems-header {
	font-size: 40px;
	color: #FFF;
	font-weight: 700;
}

.black_friday_header .rm_bf_col.contents p.gems-header {
	font-size: 45px;
	font-weight: 700;
	color: #FFB52F;
}

.gem-tabs {
	width: 90%;
	margin: auto;
}

.gem-tabs .fr-gem-block {
	background-color: #000;
	border-radius: 20px;
	padding: 5px 10px;
	text-align: center;
	color: #FFB52F;
	margin: 0 10px;
	transition: all 0.5s;
	text-decoration: none;
}

.gem-tabs .fr-gem-block:hover {
	background-color: #FFB52F;
	color: #000;
	cursor: pointer;
	text-decoration: none;
}

.bf24__gems {
	width: 95%;
	margin: 40px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
}

.fr-block-holder .bf24__fresh-relevance .bf24__gems .fr-block {
	width: 22%;
	border: 1px solid #CCC8C8;
}

@media screen and (max-width: 1200px) {
	.bf-25-header .orange-header .bf-25 {
		padding: 10px 15px;
		font-size: 18px;
		margin: auto;
	}

	.prod-img {
		position: absolute;
		right: 20px;
	}
}


@media screen and (max-width: 1100px) {
	.bf-25-header .orange-header .bf-25 {
		padding: 5px 10px;
		font-size: 16px;
		text-align: center;
	}

	.discount-blocks .db-lrg .db-info .db-title {
		color: #FFF;
		font-size: 20px;
		font-weight: bold;
		margin-left: 20px;
	}

	.prod-img img {
		width: 60%;
	}
}

@media screen and (max-width: 900px) {
	.bf-25-header .black-header h2 {
		font-size: 20px;
	}

	.bf-25-header .black-header h3 {
		font-size: 18px;
	}

	.bf-25-header .black-header .bf-25.orange {
		background-color: #FFB52F;
		color: #000;
		padding: 5px 10px;
		border-radius: 30px;
		font-size: 16px;
		font-weight: 700;
		margin-left: 20px;
		text-align: center;
	}

	.discount-blocks .db-lrg .db-info .fr-header {
		text-align: left;
		padding: 10px;
		font-size: 52px;
	}

	.discount-blocks .db-lrg .db-info .fr-header .upto {
		margin: -5px 0 0 3px;
		font-size: 14px;
		line-height: 30px;
		display: block;
		height: 25px;
	}
}

@media screen and (max-width: 800px) {
	.bf-25-header .orange-header .bf-25 {
		padding: 2px 5px;
		font-size: 13px;
	}

	.discount-blocks {
		flex-wrap: wrap;
	}

	.discount-blocks .db-lrg {
		width: 47%;
		margin: 0 0 20px 0;
	}

	.bf24-featured-deals-block {
		width: 94%;
		margin: auto;
		display: flex;
		flex-wrap: wrap;
	}

	.bf24-featured-deals-block .bf-fd {
		width: 100%;
		min-height: 350px;
	}

	.prod-img img {
		width: 90%;
	}

	.black_friday_header.gems .rm_bf_col {
		width: 100%;
		height: 190px;
		min-height: 190px;
	}

	.black_friday_header.gems .rm_bf_col.contents {
		width: 100%;
	}

	.fr-block-holder .bf24__fresh-relevance .bf24__gems .fr-block {
		width: 44%;
		border: 1px solid #CCC8C8;
	}
}

@media screen and (max-width: 650px) {
	.discount-blocks .db-lrg .db-info {
		padding: 20px 10px;
	}

	.discount-blocks .db-lrg .db-info .itemTitle {
		font-size: 13px;
	}

	.discount-blocks .db-lrg .db-info .itemDesc {
		font-size: 12px;
	}

	.discount-blocks .db-lrg .db-info .price {
		font-size: 16px;
	}

	.discount-blocks .db-lrg .db-info .oldPrice {
		font-size: 11px;
	}
}

@media screen and (max-width: 600px) {
	.fr-block-holder h2.left {
		font-size: 20px;
	}

	.fr-block-holder a.right {
		font-size: 20px;
	}

	.bf-25-header .black-header {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.bf-25-header .black-header h2 {
		width: 100%;
		font-size: 25px;
		margin-bottom: 20px;
	}

	.bf-25-header .black-header h3 {
		width: 100%;
		margin-bottom: 20px;
	}

	.bf-25-header .black-header .bf-25.orange {
		position: relative;
		margin-left: 0px;
	}

	.bf-25-header .orange-header {
		flex-wrap: wrap;
		padding-top: 30px;
	}

	.bf-25-header .orange-header .bf-25 {
		width: 40%;
		padding: 5px 10px;
		font-size: 16px;
		margin-bottom: 20px;
	}

	.discount-blocks {
		flex-wrap: wrap;
		width: 100%;
	}

	.discount-blocks .db-lrg {
		width: 47%;
		margin: 0 0 20px 0;
	}

	.deals-footer-block .icon-cards {
		flex-wrap: wrap;
	}

	.deals-footer-block .icon-card {
		margin-top: 50px !important;
		width: 100%;
	}

	.fr-block .btn {
		font-size: 13px;
	}

	.prod-img img {
		width: 70%;
	}
}

@media screen and (max-width: 500px) {
	.fr-block-holder .bf24__fresh-relevance .bf24__gems .fr-block {
		width: 100%;
		border: 1px solid #CCC8C8;
	}
}

@media screen and (max-width: 450px) {
	.discount-blocks .db-lrg {
		/* width: 100%; */
		margin: 0 0 20px 0;
	}
}

.three-blocks-black {
	max-height: 530px;
}

.three-blocks-black {
	background-color: #000;
	border-radius: 15px;
	color: #FFFFFF;
	padding: 20px;
	display: flex;
	/* margin: 30px 0; */
	margin-bottom: 20px;
	align-items: center;
}

.three-blocks-black.yellow {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/Yellow-BG.jpg');
	background-size: auto;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 20px;
	display: flex;
	/* margin: 30px 0; */
	align-items: center;
}

.three-blocks-black.black {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/black-bg.jpg');
	background-size: auto;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	color: #FFFFFF;
	padding: 20px;
	display: flex;
	/* margin: 30px 0; */
}

.three-blocks-black .heading {
	color: #FFFFFF;
	font-size: 35px;
	margin-bottom: 10px;
}

.three-blocks-black .heading.save_header {
	font-size: 45px;
	/* font-size: 55px; */
	/* font-weight: 900; */
	font-weight: bold;
	line-height: 40px;
	width: 80%;
	text-align: center;
}

.three-blocks-black.mla1 .heading.save_header {
	font-size: 60px;
	font-weight: bold;
	line-height: 40px;
	width: 80%;
	text-align: center;
}

.three-blocks-black .heading .tagIcon {
	width: 65px;
	display: inline-block;
	margin-left: 10px;
	top: 10px;
	position: relative;
}

.three-blocks-black .heading .tagIcon img {
	width: 100%;
}

.three-blocks-black .strapLine {
	font-size: 20px;
	font-weight: 600;
	margin: 5px auto 15px auto;
}

.three-blocks-black .block {
	width: 30%;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.three-blocks-black.mla1 .block {
	width: 40%;
}

.three-blocks-black .block .tape {
	width: 80%;
	margin: 10px 0;
}

.three-blocks-black .block .tape img {
	width: 80%;
	height: auto;
	margin: auto;
}

.three-blocks-black .scroller-1 {
	width: 68%;
}

.three-blocks-black .scroller-1 a.card {
	display: block;
}

.three-blocks-black .scroller-1 .card {
	height: auto;
	display: block;
	position: relative;
	border-radius: 15px;
	overflow: hidden;
	margin: 10px;
	/* border:#000 2px solid; */
	transition: all 0.4s ease-in-out;
	cursor: pointer;
}

.three-blocks-black.black .scroller-1 .card {
	border: #fff 2px solid;
}

.three-blocks-black.black .scroller-1 .card:hover {
	text-decoration: none;
	border: #fbba00 2px solid;
}

.three-blocks-black.yellow .scroller-1 .card {
	border: #000 2px solid;
}

.three-blocks-black.yellow .scroller-1 .card:hover {
	text-decoration: none;
	border: #FFF 2px solid;
}

.three-blocks-black .scroller-1 .card .ribbon {
	background-color: #000;
	color: #fff;
	padding: 5px;
	font-size: 14px;
	/* font-weight: bold; */
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.three-blocks-black.black .scroller-1 .card .ribbon {
	background-color: #fbba00;
	color: #000
}

.three-blocks-black .scroller-1 .card .flash {
	background-color: #fbba00;
	color: #000;
	/* padding: 15px; */
	font-size: 20px;
	font-weight: bold;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 50%;
	line-height: 18px;
	height: 70px;
	width: 70px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-direction: column;
}

.three-blocks-black .scroller-1 .card .flash span {
	font-size: 13px;
}

.three-blocks-black .scroller-1 .card img {
	width: 100%;
	height: auto;
}

.slick-dots {
	position: absolute;
	display: block !important;
	bottom: -20px;
	left: -70%;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	/* width: 20px; */
	/* height: 20px; */
	/* padding: 5px; */
	cursor: pointer;
	color: #000;
	border: 2px solid white;
	outline: none;
	/* background: #FFF; */
	border-radius: 10px;
}

.three-blocks-black .scroller-1 .card .footer {
	/* height: 70px; */
	height: 50px;
	padding: 10px;
	background-color: #F5F5F5;
	color: #000;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
}

.three-blocks-black .scroller-1 .card .footer a {
	color: #000;
	text-decoration: none;
}

.three-blocks-black .block .cta {
	background-color: #000;
	color: #fbba00;
	border: 2px solid #fbba00;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}

.three-blocks-black .block .cta:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

.three-blocks-black .cta.mobile {
	display: none;
}

.yellow .scroller-1 .slick-next,
.yellow .scroller-1 .slick-prev {
	filter: invert(1);
}

.scroller-1 .slick-next {
	background-color: transparent;
	/* filter: invert(1); */
	width: 25px;
	height: 38px;
	background-size: contain;
	right: -30px;
}

.scroller-1 .slick-prev {
	background-color: transparent;
	/* filter: invert(1); */
	width: 25px;
	height: 38px;
	background-size: contain;
	left: -25px;
}

.three-blocks-black.black .block .cta {
	background-color: #fbba00;
	color: #000;
	border: 2px solid #000;
	padding: 10px 20px;
	border-radius: 25px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}

.three-blocks-black .block .cta:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

@media (max-width: 1300px) {
	.three-blocks-black.mla1 .heading.save_header {
		font-size: 45px;
	}
}

@media (max-width: 1000px) {
	.three-blocks-black.mla1 .heading.save_header {
		font-size: 40px;
	}
}

@media (max-width: 900px) {
	.three-blocks-black .heading {
		color: #FFFFFF;
		font-size: 18px;
		margin: 10px 0 15px 0;
		font-weight: bold;
	}

	.three-blocks-black .scroller-1 .card .footer {
		font-size: 14px;
		line-height: 14px;
	}
}

@media (max-width: 850px) {
	.three-blocks-black .heading {
		color: #FFFFFF;
		font-size: 16px;
		/* margin: 10px 0 10px 0; */
		margin: 0;
		font-weight: bold;
	}

	.three-blocks-black.mla1 .heading.save_header,
	.three-blocks-black .heading.save_header {
		font-size: 40px;
	}

	.discount {
		font-size: 16px;
		font-weight: bold;
		color: #fbba00;
		margin: 5px auto;
	}
}

@media (max-width: 750px) {
	.three-blocks-black .block {
		width: 45%;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-content: center;
		flex-wrap: wrap;
		padding: 10px 0px;
	}

	.three-blocks-black .block img {
		width: 70%;
		margin: auto;
	}

	.three-blocks-black .scroller-1 {
		width: 53%;
	}

	.three-blocks-black .scroller-1 .card .flash {
		font-size: 17px;
		line-height: 15px;
		top: 3px;
		right: 3px;
		height: 55px;
		width: 55px;
	}

	.three-blocks-black .scroller-1 .card .ribbon {
		font-size: 12px;
		padding: 0;
	}

	.three-blocks-black .scroller-1 .card .flash span {
		font-size: 11px;
	}
}

@media (max-width: 650px) {
	.three-blocks-black .block .cta.desktop {
		display: none;
		background-color: #FFFFFF;
		color: #B71B17;
		padding: 10px 20px;
		border-radius: 5px;
		text-decoration: none;
	}

	.three-blocks-black .block .cta.mobile {
		display: block;
		width: 50%;
		text-align: center;
		margin-top: 20px;
		border-radius: 25px;
	}

	.discount.desktop {
		display: none;
	}

	.discount.mobile {
		display: block;
	}

	.three-blocks-black {
		flex-direction: column;
		align-items: center;
	}

	.three-blocks-black .block,
	.three-blocks-black.mla1 .block {
		width: 100%;
		text-align: center;
		display: flex;
		flex-direction: row;
		justify-content: space-evenly;
		align-content: center;
		flex-wrap: wrap;
		padding: 10px 0px;
	}

	.three-blocks-black .block img {
		width: 100%;
		margin: auto;
	}

	.three-blocks-black .block .tape img {
		width: 100%;
	}

	.three-blocks-black .scroller-1 .card .footer div {
		font-size: 14px;
		line-height: 20px;
	}

	.three-blocks-black .scroller-1 .card {
		margin: 5px;
	}

	.three-blocks-black .scroller-1 {
		width: 95%;
	}

	.three-blocks-black .heading {
		color: #FFFFFF;
		font-size: 20px;
		/* margin: 10px 0 10px 0; */
		font-weight: bold;
	}

	.discount {
		font-size: 20px;
		font-weight: bold;
		color: #fbba00;
		margin: 5px auto;
	}
}

.discount-banner {
	width: 100%;
	background-color: #000;
	color: #FFF;
	display: flex;
	/* justify-content: space-between; */
	justify-content: space-around;
	align-items: center;
	padding: 10px 0;
	font-size: 20px;
	font-weight: 700;
	/* margin-bottom: 30px; */
}

.onedaydeal .discount-banner {
	background-color: #fbba00;
	color: #000;
}

.discount-banner .banner-image img {
	/* width: 50%; */
	width: auto;
	max-height: 50px;
	margin: auto;
}

.discount-banner .text-holder,
.discount-banner .banner-image,
.discount-banner .cta-holder {
	width: 33%;
	text-align: center;
}

.onedaydeal .discount-banner .cta-holder .button {
	margin: 0 10px;
}

@media (max-width: 600px) {
	.discount-banner .banner-image img {
		/* width: 90%; */
		height: auto;
		margin: auto;
	}

	.discount-banner .text-holder,
	.discount-banner .banner-image,
	.discount-banner .cta-holder {
		width: 100%;
		/* margin: 10px 0; */
	}

	.discount-banner .text-holder {
		width: 100%;
		margin-bottom: 10px;
	}


	/* .discount-banner{
        flex-direction: column;
    } */
	.durston .discount-banner .text-holder {
		/* font-size: 26px; */
		display: none;
	}

	.chaincode .discount-banner,
	.onedaydeal .discount-banner {
		flex-direction: column;
	}

	.onedaydeal .discount-banner .cta-holder .button {
		padding: 0 20px;
		margin: 0 10px;
	}

}

.pill-button-banner {
	background-color: #000;
	padding: 10px;
	border-radius: 0 0 22px 22px;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
	transition: all 0.5s;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.pill-button-banner .cta {
	background-color: #fbba00;
	color: #000;
	border: 2px solid #fbba00;
	padding: 8px;
	border-radius: 22px;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	font-size: 15px;
	margin: 5px;
	width: 14%;
}

.pill-button-banner .cta:hover {
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}

@media (max-width: 1100px) {
	.pill-button-banner {
		/* flex-wrap: wrap; */
		text-align: center;
	}

	.pill-button-banner .cta {
		/* margin-top: 20px; */
		font-size: 15px;
	}
}

@media (max-width: 1000px) {
	.pill-button-banner {
		/* flex-wrap: wrap; */
		text-align: center;
	}

	.pill-button-banner .cta {
		/* margin-top: 20px; */
		font-size: 14px;
	}
}

@media (max-width: 900px) {
	.pill-button-banner {
		flex-wrap: wrap;
		text-align: center;
	}

	.pill-button-banner .cta {
		/* margin-top: 20px; */
		font-size: 14px;
		width: 28%;
	}
}

@media (max-width: 800px) {
	.pill-button-banner {
		flex-wrap: wrap;
		text-align: center;
	}

	.pill-button-banner .cta {
		/* margin-top: 20px; */
		font-size: 14px;
		width: 47%;
	}
}

@media (max-width: 600px) {
	.pill-button-banner {
		flex-wrap: wrap;
		text-align: center;
	}

	.pill-button-banner .cta {
		/* margin-top: 20px; */
		font-size: 14px;
		/* width: 100%; */
	}
}

.three-blocks-black .timer {
	color: #FFF;
}

.three-blocks-black .timer .dealsend {
	font-size: 18px;
	margin-bottom: 20px;
}

.three-blocks-black .timer .clock {
	font-size: 45px;
	font-weight: 700;
}

.three-blocks-black .timer .clock-labels {
	font-size: 12px;
	display: flex;
	justify-content: space-between;
	margin-top: 10px;
}

@media screen and (max-width: 800px) {
	.three-blocks-black .timer .clock {
		font-size: 30px;
	}

	.three-blocks-black .timer .dealsend {
		font-size: 15px;
	}

	.three-blocks-black .timer .clock-labels {
		font-size: 10px;
	}
}

@media screen and (max-width: 600px) {
	.three-blocks-black .timer .clock {
		font-size: 40px;
	}
}

.disc-blocks {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
	/* 2024 */
	width: 95%;
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
}

.disc-blocks .disc-block {
	color: #FFF;
	width: 24%;
	/* padding: 20px; */
	border-radius: 15px;
	text-align: left;
	/* 2024 */
	width: 25%;
	display: flex;
	justify-content: space-around;
	align-items: center;
	border: 3px solid transparent;
	height: auto;
	border-radius: 20px;
	background-color: #FFF;
	position: relative;
	overflow: hidden;
	margin: 10px;
	transition: border 0.5s;
	display: block;
}

.disc-blocks .disc-block:hover {
	border: 3px solid #FFB52F;
	text-decoration: none;
	cursor: pointer;
}

.disc-blocks .disc-block a:hover {
	text-decoration: none;
}

.disc-blocks .disc-block.yellow:hover {
    border: 3px solid #000;
}

.disc-blocks .disc-block .disc-block-info {
	/* min-height: 150px; */
	/* background-color: #000; */
	text-decoration: none;
	color: #FFB52F;
	min-height: 160px;
}

.disc-blocks .disc-block .disc-block-info .fr-header {
	text-align: left;
	padding: 10px;
	font-size: 72px;
}

.disc-blocks .disc-block .disc-block-info .fr-header .percent {
	font-size: 35px;
	line-height: 20px;
}

.disc-blocks .disc-block .disc-block-info .fr-header .off {
	font-size: 21px;
	line-height: 30px;
}

.disc-blocks .disc-block .disc-block-info .fr-header .upto {
	margin: -5px 0 0 3px;
	font-size: 14px;
	line-height: 30px;
	display: block;
	height: 40px;
}

.disc-blocks .disc-block .db-img img {
	object-fit: cover;
	width: 100%;
	height: 200px;
}

.disc-blocks .disc-block .disc-block-info .deal {
	color: #FFF;
	font-size: 25px;
	font-weight: bold;
	/* margin-left: 20px; */
	margin: 0 5px 0 10px;
}

.disc-blocks .disc-block .disc-block-info .fr-header .upto {
	/* font-size: 18px; */
	/* font-weight: bold; */
	/* display: block; */
	/* height: 24px; */
	/* 2024 */
	margin: -5px 0 0 3px;
	font-size: 14px;
	line-height: 30px;
	display: block;
	height: 40px;
}

.disc-blocks .disc-block .fr-header {
	background: transparent;
	text-align: left;
	/* font-size: 85px; */
	font-size: 72px;
	font-weight: bold;
	/* line-height: 60px; */
}

.disc-blocks .disc-block .fr-header span.off {
	display: block;
	/* font-size: 24px; */
	/* line-height: 17px; */
	font-size: 21px;
	line-height: 30px;
}

.disc-blocks .disc-block .fr-header span.percent {
	display: block;
	/* font-size: 46px; */
	/* line-height: 5px; */
	font-size: 35px;
	line-height: 20px;
}

.disc-blocks .disc-block .disc-block-info .deal {
	font-size: 25px;
	font-weight: bold;
	color: #FFF;
}

.disc-blocks .disc-block.black {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/perc-blk.jpg');
	background-size: cover;
	color: #FFB52F;
}

.disc-blocks .disc-block.yellow {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/perc-yell.jpg');
	background-size: cover;
	color: #000;
}

.disc-blocks .disc-block.yellow .fr-header {
	color: #000;
}

@media screen and (max-width: 1100px) {
	.disc-blocks .disc-block .disc-block-info .deal {
		font-size: 20px;

	}
}

@media screen and (max-width: 900px) {
	.disc-blocks .disc-block .disc-block-info .fr-header {
		text-align: left;
		padding: 10px;
		font-size: 52px;
	}

	.disc-blocks .disc-block .disc-block-info .fr-header .upto {
		margin: -5px 0 0 3px;
		font-size: 14px;
		line-height: 30px;
		display: block;
		height: 25px;
	}
}


@media screen and (max-width: 850px) {
	.disc-blocks {
		flex-wrap: wrap;
	}

	.disc-blocks .disc-block {
		/* width: 48%; */
		width: calc(48% - 20px);
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 450px) {
	.disc-blocks {
		flex-wrap: wrap;
	}

	.disc-blocks .disc-block {
		/* width: 100%; */
		margin-bottom: 20px;
	}

	.disc-blocks .disc-block .disc-block-info .fr-header .upto {
		font-size: 18px;
		font-weight: bold;
		display: block;
		height: 24px;
	}

	.disc-blocks .disc-block .fr-header {
		background: transparent;
		text-align: left;
		font-size: 65px;
		font-weight: bold;
		line-height: 60px;
	}

	.disc-blocks .disc-block .fr-header span.off {
		display: block;
		font-size: 20px;
	}

	.disc-blocks .disc-block .fr-header span.percent {
		display: block;
		font-size: 40px;
		line-height: 5px;
	}

	.disc-blocks .disc-block .deal {
		font-size: 20px;
		font-weight: bold;
		color: #FFF;
	}
}

/* Price By */

.discount-blocks .db-lrg.priceby {
    width:33%;

}

.discount-blocks .db-lrg.priceby.yellow:hover {
	border: #000 3px solid;
}

.discount-blocks .db-lrg .db-info.priceby_inner {
    display: flex;
    justify-content: center;
    min-height: auto;
	background: none;
}

.discount-blocks .db-lrg .db-info.priceby_inner .fr-header {
    padding: 10px;
    font-size: 72px;
    line-height:1em;
}

.discount-blocks .db-lrg.black .db-info.priceby_inner .fr-header {
    color:#fbba00;
}

.discount-blocks .db-lrg.yellow .db-info.priceby_inner .fr-header {
    color:#000;
}

.discount-blocks .db-lrg .db-info.priceby_inner .fr-header .upto {
    font-size: 20px;
	color:#fff
}

.discount-blocks .db-lrg.priceby.yellow {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/perc-yell.jpg');
	background-size: auto;
	background-position: center;
	/* border-radius: 15px; */
	overflow: hidden;
	color: #FFFFFF;
	/* padding: 20px; */
	/* display: flex; */
	/* margin: 30px 0; */
	/* align-items: center; */
}

.discount-blocks .db-lrg.priceby.black {
	background-color: #000;
	background-image: url('https://www.cooksongold.com/images/black-friday-2025/perc-blk.jpg');
	background-size: auto;
	background-position: center;
	border-radius: 15px;
	overflow: hidden;
	color: #FFFFFF;
	/* padding: 20px; */
	/* display: flex; */
	/* margin: 30px 0; */
}

@media screen and (max-width: 750px){
    .discount-blocks .db-lrg .db-info.priceby_inner .fr-header {
        font-size: 60px;
        /* padding: 30px 0; */
    }
    .discount-blocks .db-lrg.priceby {
        width:47%;
    }
}