/* can use same css file as earlybird, just add the below css to the file */

.bf23__pricedrop {
	padding-bottom: 0;
}

.bf23__pricedrop__btn {
	background-color: #000;
	z-index: 4;
}

.bf23__pricedrop__item .offer-spot {
	color: #fff;
	border-bottom-color: #fff;
	z-index: 4;
}

.bf23__pricedrop__item:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgb(0,0,0);
	background: linear-gradient(180deg, rgba(0,0,0,0.639093137254902) 0%, rgba(0,0,0,0) 100%);
}

.bf23__pricedrop__countdown {
	padding: 40px 50px;
	background-color: #000;
	display: flex;
    justify-content: space-around;
    flex-direction: column;
}

.bf23__pricedrop__countdown__img {
	width: 300px;
	max-width: 100%;
	height: auto;
	margin: 0 0 30px;
	display: block;
}

.bf23__pricedrop__countdown__clock {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}

.bf23__pricedrop__countdown__clock__numbers {
	display: flex;
	flex-wrap: wrap;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.bf23__pricedrop__countdown__clock__numbers > div {
	padding: 0 15px;
	position: relative;
}

.bf23__pricedrop__countdown__clock__numbers > div:not(:nth-last-child(1)):after {
	content: ':';
	font-size: 39px;
	font-weight: bold;
	position: absolute;
	right: -6px;
	top: 28%;
	transform: translateY(-50%);
}

.bf23__pricedrop__countdown__clock__numbers span {
	font-size: 39px;
	line-height: 1;
	font-weight: bold;
	display: block;
	width: 100%;
}

.bf23__pricedrop__countdown__clock__days {
	flex-grow: 1;
}

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

.bf23__pricedrop__countdown__clock__hrs {
	flex-grow: 1;
}

.bf23__pricedrop__countdown__clock__mins {
	flex-grow: 1;
}

.bf23__pricedrop__countdown__clock__secs {
	flex-grow: 1;
}

.bf23__earlybird-products__heading,
.bf23__weekend-products__heading {
	font-size: 35px;
    font-weight: bold;
    width: 100%;
    text-align: center;
    padding: 50px 0 0;
    margin: 0;
    line-height: 1.15;
}

.bf23__dailydeals {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.bf23__dailydeals__heading {
	width: 100%;
	height: 128px;
	background-image: url('https://www.cooksongold.com/assets/css/weekend/dark-gray-wooden-textured-flooring-background_v2.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 35px;
	font-weight: bold;
	line-height: 1.15;
	margin: 0 0 16px;
	padding: 30px;
}

.bf23__dailydeal {
	width: calc(50% - 8px);
	display: flex;
	flex-wrap: wrap;
	text-decoration: none;
	color: #fff;
	margin: 0 0 16px;
	background-image: url('https://www.cooksongold.com/assets/css/weekend/dark-gray-wooden-textured-flooring-background.jpg');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	flex-direction: column;
}

.bf23__dailydeal__img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateY(-50%);
	max-width: 50%;
	height: auto;
	max-height: 100%;
	z-index: 2;
}

.bf23__dailydeal__main {
	width: 100%;
	padding: 30px 45px;
	font-size: 21px;
	flex-grow: 1;
}

.bf23__dailydeal__main__inner {
	width: 200px;
	max-width: 100%;
}

.bf23__dailydeal .offer-spot {
	position: relative;
	top: auto;
	left: auto;
	color: #fff;
	border-color: #fff;
}

.bf23__dailydeal__product__rating {
	width: 100%;
	display: inline-block;
	margin: 20px 0 15px;
}

.bf23__dailydeal__title {
	margin: 0;
	padding: 0;
	line-height: 1.3;
}

.bf23__dailydeal__footer {
	width: 100%;
	padding: 15px 45px;
	background-color: #FBBA00;
	color: #1E1E1E;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.bf23__dailydeal__price {
	font-size: 54px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	line-height: 1;
}

.bf23__dailydeal__price .was {
	font-size: 31px;
	display: inline-block;
	margin-right: 20px;
	position: relative;
}

.bf23__dailydeal__price .was:after {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	left: 0;
	height: 4px;
	width: 100%;
	transform: rotate(17deg);
	background-color: #B71918;
}

.bf23__dailydeal__footer i {
	font-size: 40px;
	line-height: 1;
	position: relative;
	right: 0;
	transition: .2s all;
}

.bf23__dailydeal:hover .bf23__dailydeal__footer i,
.bf23__dailydeal:focus .bf23__dailydeal__footer i {
	right: -15px;
}

.bf23__cats {
	padding: 16px 0 0;
	width: 100%;
}

.bf23__cats .bf23__cats__group {
	padding: 0;
	width: calc(100% + 16px);
	margin: 0 -8px;
}

.bf23__cats .bf23__cats__item {
	background-color: #000;
	width: calc(25% - 16px);
	margin: 0 8px 16px;
}

.bf23__weekend-products {
	width: 100%;
	background-color: #F2F2F2;
}

.bf23__weekend-products__carousel__wrapper {
	position: relative;
	margin: 0 15px;
	width: calc(100% - 30px);
}

.bf23__weekend-products__carousel {
	padding: 45px 65px;
	width: 100%;
	margin: 0;
	position: relative;
}

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

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

.bf23__weekend-products__product {
	padding: 0 8px;
}

.bf23__weekend-products .bf23__cats__item {
	width: 100%;
	margin: 0 0 16px;
}

.bf23__weekend-products .bf23__cats__item__link {
	background-color: #000;
	color: #fff;
}

.bf23__weekend-products .bf23__highlight__percentage {
	color: #FBBA00;
}

.bf23__footer__subnav {
	width: calc(100% - 88px);
	margin: 0 auto;
	padding: 55px 30px 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

.bf23__footer__subnav__left {
	width: 40%;
}

.bf23__footer__subnav__img {
	width: 285px;
	height: auto;
	display: block;
	margin: 0 0 30px;
}

.bf23__footer__subnav__btn {
	display: inline-block;
	height: 66px;
	line-height: 62px;
	color: #fff;
	border: 2px solid #fff;
	font-size: 30px;
	font-weight: 500;
	padding: 0 25px;
	text-decoration: none;
	transition: .2s all;
}

.bf23__footer__subnav__btn i {
	margin-left: 8px;
}

.bf23__footer__subnav__btn:hover,
.bf23__footer__subnav__btn:focus {
	background-color: #fff;
	color: #000;
}

.bf23__footer__subnav__menu {
	width: calc(55% + 16px);
	margin: 0 -8px;
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
}

.bf23__footer__subnav__menu__item {
	width: calc(33.333% - 16px);
	margin: 0 8px 16px;
	display: inline-block;
}

.bf23__footer__subnav__menu .bf23-btn {
	width: 100%;
	height: 48px;
	line-height: 44px;
	background-color: #fff;
	border: 2px solid #fff;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
	display: inline-block;
	transition: .2s all;
}

.bf23__footer__subnav__menu .bf23-btn:hover,
.bf23__footer__subnav__menu .bf23-btn:focus {
	background-color: #000;
	color: #fff;
}

.bf23_upto{

}
.bf23_upto:before{
	content: '%';
    font-family: inherit;
    top: 40px;
    right: 7px;
    font-size: .65em;
    position: absolute;
}

.bf23_upto:after{
	content: 'off';
    font-family: inherit;
    bottom: 11px;
    right: 7px;
    font-size: .25em;
    position: absolute;
}

.bf23_shop-all{
	width: 32%;
    height: 48px;
	margin-left: 30px;
    line-height: 44px;
    background-color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    transition: .2s all;
}

.bf23_shop-all:hover,
.bf23_shop-all:focus{
	background-color: #000;
    color: #fff;
}

.offer-code{
	position: absolute;
	bottom: 60px;
	background: #FBBA00;
	color: #000;
	width: 100%;
	text-align: center;
	padding: 5px;
	z-index: 9;
}

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

	.bf23__pricedrop__countdown {
		padding: 40px 30px;
	}

	.bf23__pricedrop__item .offer-spot {
		font-size: 24px;
	}

	.bf23__dailydeal__main {
		padding: 30px;
	}

	.bf23__dailydeal__footer {
		padding: 15px 30px;
	}

	.bf23__dailydeal__img {
		max-width: 40%;
		max-height: 90%;
	}

	.bf23__dailydeal__price {
		font-size: 40px;
	}

	.bf23__footer__subnav__btn {
		height: 56px;
		line-height: 52px;
		font-size: 22px;
	}
}

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

	.bf23__dailydeal__img {
		top: 38%;
		left: 55%;
	}

	.bf23__dailydeal__price .was {
		font-size: 26px;
	}

	.bf23__dailydeal__price,
	.bf23__dailydeal__footer i {
		font-size: 36px;
	}

	.bf23__footer__subnav__left {
		width: 100%;
		text-align: center;
	}

	.bf23__footer__subnav__img {
		margin: 0 auto 30px;
	}

	.bf23__footer__subnav__menu {
		width: calc(100% + 16px);
		margin-top: 30px;
	}

	.bf23__footer__subnav__menu__item {
		width: calc(25% - 16px);
	}

	.bf23__weekend-products__carousel {
		padding: 45px 40px;
	}
}

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

	.bf23__dailydeal__img {
		top: 45%;
	}

	.bf23__dailydeal {
		width: 100%;
	}

	.bf23__cats .bf23__cats__item {
		width: calc(50% - 16px);
	}

	.bf23__footer__subnav {
		width: 100%;
	}

	.bf23__footer__subnav__menu__item {
		width: calc(33% - 16px);
	}
	.bf23_upto:before{
		content: '%';
		font-family: inherit;
		top: 29px;
		right: 7px;
		font-size: .65em;
		position: absolute;
	}
}

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

	.bf23__footer__subnav {
		padding: 55px 15px 15px;
	}

	.bf23__footer__subnav__menu__item {
		width: calc(50% - 16px);
	}
}