.bf-top img, .bf-bottom img {
    width: 100%;
}

.bf-container{
    position: relative
}

/*.bf-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover; 
    background-position: center;
}*/

.bf-wrapper {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 40px 0 40px;
    gap: 28px;
}

.bf-title {
    z-index: 10;
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 60vw;
   
}

.bf-date {
    z-index: 10;
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    width: 70vw;
}



.modal-bf-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #0000003b;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-bf-content {
    width: 50vw;
    height: auto;
    position: relative;
    flex-direction: column;
    /* gap: 40px; */
    padding: 20px;
    display: flex;
}
/**/
/*.bf-bg {
    background-image: url("/assets/img/black-friday/bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
    position: relative;
    background-position: center;
}*/
.lines {
  position: fixed;
   width: 100%;
    height: 100%;
    top: 0;
    z-index:-100;
   
}

    .lines img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .tp-header-area {
    z-index: 9999999;
    background-color: white;
}



.bf-modal-link {
    z-index: 90;
    width: 100%;
    display: flex;
    justify-content: center;
}

.bf-text {
    margin: 0 auto;
    width: 50vw;
    max-width: 700px;
    min-width: 300px;
    background: black;
    padding: 20px;
}

.tp-section-title-2{
    color: white;
}
.brand-item-title h4{
    color: white !important;
}
.select2-container--default .select2-selection--multiple {
    border-radius: 0px !important;
    min-height: 56px;
    height: 56px;
    border-color: #E0E2E3 !important;
}
.select2-selection__rendered{
    height:100%
}
.select2-container .select2-search--inline {
    height: 100%
}
.select2-container--default .select2-search--inline .select2-search__field {
    height: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex !important;
    align-items: center !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 5px;
    width: 100%;
}
    .tp-login-input select {
        border-radius: 0;
        height: 56px;
        border-color: #E0E2E3 !important;
    }
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0 !important
}
.bf-access {
    width: 100%;
    z-index: 90;
}
.close-modal {
    position: absolute;
    z-index: 91;
    right: 30px;
    top: 30px;
    width: 25px;
    padding: 5px;
}
.close-modal img{
    height: 100%;
    width: 100%;
}

/*.bf-glow {
    background-image: url('/assets/img/black-friday/texture.png'), linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)); background-size: cover;
    z-index: 10;
    top: 0;
    height: 100vh;
    background-blend-mode: overlay;
}*/