/* BF */
#bf_content{
    padding:40px;
}



.show_more_link{
    color:#A700E3;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    padding-top: 64px;
}

.show_more_link:hover,
.show_more_link:focus{
    color:#6C0093!important;
}

.offer_centered_box {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}


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

.white_btn_border #see_more{
    min-width: 343px!important;
}

.btnOxygenRed, .btnOxygenBlack {

    position: absolute;
    bottom: 40px;
}

#black_friday .feature-box-3 {

    max-width: 413px !important;
    border-bottom: none !important;
    box-shadow: 0 16px 24px 0 rgba(4, 1, 20, 0.1);
    border-radius: 6px !important;
    min-height: 214px;
    height: 100%;
}

#black_friday .feature-box-3 .textBox {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.btn_apoktiste {
    width: auto;
    height: 48px;
    padding: 13px 24px;
    border-radius: 24px;
    background-color: var(--white);
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.05px;
    text-align: center;
    color: #a700e3;
}


.bf-hero-bg {
    position: relative;
    background-image: url(../img/bf/HeroBG@2x.png);
    background-size: cover;
    background-position: 0;
    background-repeat: no-repeat;
    height: 670px;
    display: flex;
    /*justify-content: center;*/
    padding-top: 60px;
    align-items: center;
    flex-direction: column;
}

.bf_img_div{
    max-width: 620px;
    width: 100%;
}

.purple_btn.dark{
    background-color: #6C0093!important;
    font-size: 16px!important;
    padding:13px 28px;
}

.purple_btn.dark:hover {

    background-color:#45005E!important;
}

.choose_offer_btn_bf > a{

    padding:8px 30px;
    font-size: 14px;
    color:#A700E3;
    height: 40px;
    margin-bottom: 40px;
    line-height: 21px;
    width: 188px;

}

.offer_centered_box .textBox{
    font-size: 16px!important;
}

.bf-hero-pack {
    position: absolute;
    top: -20px;
    right: 65px;
    max-width: 650px;
}

.bf-hero-pack img {
    max-width: 650px;
    height: auto;
}


#black_friday .post-content h3 {
    font-size: 20px !important;
}

a.btnOxygenBlack:link, a.btnOxygenRed:link {
    width: auto !important;
    height: 40px !important;
    padding: 8px 32px;
    border-radius: 24px;
    border: solid 1px #a700e3;
    background-color: var(--white);
    color: #a700e3 !important;
    font-weight: bold;
    line-height: 1.5;
}

a.btnOxygenBlack:visited, a.btnOxygenRed:visited {
    color: white !important;
    background-color: #6c0093 !important;
    text-decoration: none;
}

a.btnOxygenBlack:active, a.btnOxygenRed:active {
    color: white !important;
    background-color: #6c0093 !important;
    text-decoration: none;
}

a.btnOxygenBlack:hover, a.btnOxygenRed:hover {
    color: white !important;
    text-decoration: none;
    background-color: #6c0093 !important;
}

