/* REPLACE CGLV */

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

.cgbf_24 {
    display: flex;
    flex-wrap: wrap;
    /* padding: 30px 0; */
}

.cgbf_24 {
    font-size: 15px;
    line-height: 22px;
    color: #000;
}

.cgbf_24 .btn {
	z-index: 2;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	font-size: 20px;
	max-width: 200px;
	width: 100%;
	border-radius: 0;
	transition: .2s all;
}

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

.cgbf_24 h1,
.cgbf_24 h2,
.cgbf_24 h3,
.cgbf_24 h4,
.cgbf_24 h5,
.cgbf_24 h6 {
	color: #000;
	font-weight: normal;
}

.cgbf_24 .fw-btn {
	background-color: #f39200;
	color: #fff;
	margin: 20px 0 40px;
	padding: 20px 30px;
	text-align: center;
	font-size: 18px;
	/*font-weight: bold;*/
	width: 100%;
	display: block;
	transition: .3s all;
}

.cgbf_24 .fw-btn i {
	position: relative;
	left: 0;
	font-weight: normal;
	transition: .3s all;
}

.cgbf_24 .fw-btn:hover,
.cgbf_24 .fw-btn:focus {
	text-decoration: none;
	background-color: #000;
}

.cgbf_24 .fw-btn:hover i,
.cgbf_24 .fw-btn:focus i {
	left: 8px;
}

/* Small header */
.bf-24-sm-header{
    width: 100%;
    background-color: #000;
    padding: 20px;
}
.bf-24-sm-header .bf-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
.bf-24-sm-header .bf-row h1{
    color: #FFF;
    font-size: 35px;
    font-weight: 700;
}
.bf-24-sm-header .bf-row .bf-24{
    background-color: #FFB52F;
    padding: 10px 30px;
    border-radius: 30px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}
.bf-24-sm-header .bf-row .bf-24.shop-all{
    background-color: #FFF;
    color: #000;
}

@media screen and (max-width: 1200px){
    .bf-24-sm-header .bf-row .bf-24{
        background-color: #FFB52F;
        padding: 10px 20px;
        border-radius: 30px;
        color: #000;
        font-size: 18px;
        font-weight: 700;
    }
}

@media screen and (max-width: 900px){
    .bf-24-sm-header .bf-row{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
        text-align: center;
        justify-content: center;
    }
    .bf-24-sm-header .bf-row h1{
        width: 100%;
        text-align: center;
    }
    .bf-24-sm-header .bf-row .bf-24{
        width: 45%;
        margin: 10px;
    }
}
@media screen and (max-width: 600px){

}

/* main early bird page */

.bf-24-header{
    width: 100%;
}
.bf-24-header .black-header{
    background-color: #000;
    padding: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* margin-bottom: 20px; */
}
.bf-24-header .black-header h1{
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    line-height: 1em;;
}

.bf-24-header .black-header h1 span {
    color:#FFB52F;
}

.bf-24-header .black-header h2{
    font-size: 25px;
    color: #FFB52F;
    font-weight: 700;
}
.bf-24-header .black-header .bf-24.orange{
    background-color: #FFB52F;
    color: #000;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
    text-align: center;
    transition: all 0.5s;
}

.bf-24-header .black-header .bf-24.orange:hover{
    background-color: #FFF;
    color: #000;
    text-decoration: none;
}
.bf-24-header .orange-header{
    background-color: #FFB52F;
    padding: 10px;
    display: flex;
    justify-content: space-around;
}
.bf-24-header .orange-header .bf-24{
    background-color: #000;
    color: #FFB52F;
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 20px;
    min-width: 150px;
    text-align: center;
    transition: all 0.5s;
}
.bf-24-header .orange-header .bf-24:hover{
    background-color: #FFF;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.bf-24-header .orange-header .bf-24.white{
    background-color: #FFF;
    color: #000;
}

.fr-block-holder{
    background-color: #FFF;
    padding: 50px 30px;
    width: 100%;
}
.fr-block-holder h2{
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}

.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;
}
.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;
}
.img-holder{
    position: relative;
}
.fr-block .fr-main .fr-img .discount{
    position: absolute;
    bottom: 0px;
    right: 0px;
    background-color: #000;
    color:#FFB52F;
    font-size: 10px;
    padding: 10px;
    text-transform: uppercase;
}
.fr-block .fr-main .fr-img .discount span{
    font-size: 40px;
    display: block;
    font-weight: bold;
}
.fr-block .info_holder{
    color: #000;
    background-color: #F2EFEF;
    padding: 10px;
    font-size: 13px;
}
.fr-block .info_holder .rating i{
    font-size: 10px;
    color: #FFB52F;
}

.fr-block .info_holder .price{
    font-size: 28px;
    font-weight: bold;
}
.fr-block .info_holder .itemTitle{
    font-weight: bold;
}
.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: 25px 30px;
    position: relative;
}
.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-header {
    text-align: center;
    font-size: 44px;
    font-weight: bold;
    color: #FFB52F;
    background-color: black;
}

.fr-header p {
    line-height: unset;
}

.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;
}
.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: 37px;
    text-align: center;
    max-width: unset;
}
.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;
}

.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{
    /* min-height: 150px; */
    background-color: #000;
    text-decoration: none;
    color: #FFB52F;
    min-height: 160px;
}
.discount-blocks .db-lrg .db-info .fr-header{
    text-align: left;
    padding: 10px;
    font-size: 72px;
}
.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;
}
.discount-blocks .db-lrg .db-img img{
    object-fit: cover;
    width: 100%;
    height: 200px;
}

.discount-blocks .db-lrg .db-info .db-title{
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    /* margin-left: 20px; */
    margin: 0 5px 0 10px;
}
.discount-blocks .db-shop-all{
    width: 100%;
    margin: auto;
    text-align: center;
    background-color: #FFB52F;
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    margin-top: 20px;
}
.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;
    font-size: 25px;
}
.discount-blocks .db-shop-all a:hover{
    text-decoration: none;
}

.deals-for-you{
    width: 100%;
    background-color: #F2EFEF;
    margin-top: 50px;
}

.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(/images/black-friday-2024/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-24-seo{
    width: 100%;
    background-color: #FFF;
    padding: 50px 30px;
}
.bf-24-seo h2{
    font-size: 25px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: #000;
}
.bf-24-seo p{
    font-size: 15px;
    color: #000;
    width: 70%;
    margin:0 auto 15px;
    text-align: center;
}

.bf-24-seo p a {
    color: inherit;
    font-weight: bold;
}

.bf-24-seo a {
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    color:#000;
}

/* client amends */
.fr-block-holder h2, .fr-block-holder a.right {
    font-weight:bold;
}

.fr-block .info_holder {
    padding: 10px 20px;
}

.fr-block .info_holder .itemTitle {
    font-size:15px;
    height: 44px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 1200px){
    .bf-24-header .orange-header .bf-24 {
        padding: 10px 15px;
        font-size: 18px;
        margin:auto;
    }
}


@media screen and (max-width: 1100px){
    .bf-24-header .orange-header .bf-24 {
        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; */
    }
}
@media screen and (max-width: 900px){
    .bf-24-header .black-header h2{
        font-size: 20px;
    }
    .bf-24-header .black-header h3{
        font-size: 18px;
    }
    .bf-24-header .black-header .bf-24.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;
    }
    .bf-24-header .orange-header .bf-24{
        min-width: 120px;
    }
}
@media screen and (max-width: 800px){
    .bf-24-header .orange-header .bf-24 {
        padding: 2px 5px;
        font-size: 13px;
    }
    .discount-blocks {
        flex-wrap: wrap;
    }
    .discount-blocks .db-lrg {
        width: 47%;
        margin: 0 0 20px 0;
    }
    .bf-24-header .orange-header .bf-24{
        min-width: 100px;
    }
    .deals-footer-block h2 {
        font-size: 30px;
    }

    .deals-footer-block p {
        font-size: 20px;
    }

    .fr-block .info_holder .itemTitle {
        font-size: 13px;
    }

    .fr-block .info_holder .price {
        font-size: 20px;
    }

    .fr-block .info_holder .price {
        margin-top: 15px;
    }

}

@media screen and (max-width: 700px){
    .bf-24-header .orange-header {
        flex-wrap: wrap;
    }
    
    .bf-24-header .orange-header .bf-24 {
        min-width: none;
        width:30%;
        margin: 3px;
    }

    .fr-block .btn {
        font-size: 15px;
    }

    .fr-block .info_holder {
        padding: 10px;
    }
}

@media screen and (max-width: 600px){
    .fr-block-holder h2.left{
        /* font-size: 20px; */
        font-size: 17px;
    }

    .fr-block-holder a.right{
        /* font-size: 20px; */
        font-size: 17px;
    }

    .bf-24-header .black-header  {
        flex-wrap: wrap;
        justify-content: flex-start;
        position: relative;
    }

    .bf-24-header .black-header h1 {
        margin-bottom: 5px;
        font-size: 30px;
    }


    .bf-24-header .black-header h2 {
        width: 100%;
        /* font-size: 25px; */
        font-size: 20px;
        /* margin-bottom: 20px; */
    }

    .bf-24-header .black-header h3 {
        width: 100%;
        margin-bottom: 20px;
    }

    .bf-24-header .black-header .bf-24.orange {
        position: absolute;
        right: 20px;
        /* bottom: 20px; */
        margin-left: 0px;
        font-size: 16px;
    }

    .bf-24-header .orange-header {
        flex-wrap: wrap;
        /* padding-top: 30px; */
        padding-bottom: 0;
    }

    .bf-24-header .orange-header .bf-24 {
        /* width: 40%; */
        padding: 5px 10px;
        /* font-size: 16px; */
        font-size: 14px;
        /* margin-bottom: 20px; */
        width: 45%;
        margin:0;
        margin-bottom: 10px;
    }

    .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; */
        width:100%;
    }

    .deals-footer-block .icon-card{
        /* margin-top: 50px !important; */
        width: 100%;
    }

    .deals-footer-block .icon-cards .icon-card p {
        font-size:15px ;
    }

    .deals-footer-block {
        padding:50px 15px;
    }

    .fr-block .btn {
        font-size: 13px;
    }

    .fr-block-holder {
        padding:25px 20px
    }

    .fr-block {
        margin:5px;
    }

    .fr-block .info_holder {
        padding:10px;
    }

    .fr-block .fr-main .fr-img .discount {line-height:1;}
    .fr-block .fr-main .fr-img .discount span {font-size:20px;}
    .fr-block-holder h2.left {left:0;}
    .fr-block-holder a.right {right:20px;}
    .discount-blocks .db-shop-all {margin-top:20px;}
    /* .discount-blocks .db-shop-all a {font-size:30px;} */

    .bf-24-seo {
        padding: 50px 10px;
    }

    .bf-24-seo p {
        width:100%;
    }
}

@media screen and (max-width: 400px){
    .cgfr__tile__social-proof div {
        margin: 2px;
        padding: 1px 10px;
    }
    .cgfr__tile__social-proof div img {
        display:none;
    }
    .frui-ratings-container div {
        
    }
}

/* JS */

.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(/images/black-friday-2024/slider-left.png) !important;
}

.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(/images/black-friday-2024/slider-right.png) !important;
}

.cgbf_24 a *, .cgbf_24 * {
    text-decoration: none;
}

