body {
    font-family: "Share Tech", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h1 {
    color: black;
}

a {
    text-decoration: none !important;
}

::marker {
    color: #fff;
}

.text-yellow {
    color: #f7ca0d;
}
/* navbar */

.navbar {
    padding: 30px;
}

.bk_navbar_bg {
    background-color: #000;
}

.bk_navbar_dk_logo {
    width: 350px;
}

.bk_navbar_store {
    color: #fff !important;
}

.bk_navbar_deals {
    color: #fff !important;
}

.bk_navbar_categories {
    color: #fff !important;
}

.bk_deals_price_one_line {
    display: flex;
}

.bk_btn {
    position: relative;
    padding: 4px 8px 4px 8px;
    text-decoration: none;
    border: 1px solid black;
    background-color: black;
    color: white;
}

.bk_btn:hover {
    color: #fff;
}

.Discount {
    color: #fff;
    background-color: #0044ff;
    border-radius: 50%;
     position: absolute;
    margin-left: -140px;
    padding: .32rem;
    font-size: .85rem;
    text-align: center;
    vertical-align: middle;
    height: 3rem;
    width: 3rem;
    opacity: .9;
    font-weight: 600;
    box-shadow: 0 .25rem 0.25rem #2e5d8b99;
}

.img-thumbnail {
    max-width: 260px !important;
    height: 260px !important;
}

.row {
    display: flex !important;
}

.bk-btn{
    position: relative;
    left: -40px;
    top: 15px;
    border: 1px solid #640df7;
    background-color: #640df7;
    padding: 15px 20px;
    color: #fff;
    cursor: pointer;
}

.bk-btn-2 {
    position: relative;
    left: -20px;
    top: 15px;
    border: 1px solid #640df7;
    background-color: #640df7;
    padding: 10px 25px;
    color: #fff;
    cursor: pointer;
}

.bk-btn-2:hover {
    color: #fff;
}

.bk-btn:hover {
    color: #fff;
}

.body-tab-row{
    display: flex;
}

.bk_background{
    background-color: #fff;
}

.bk_index_title {
    color: #000;
}

.bk_index_image {
    width: 300px;
}

.deals-card {
    background-color: #fff;
    /* padding: 20px; */
    height: 220px;
}

.section-title h1 {
    color: #000;
}

.section-title p {
    color: #fff;
}

.section-title-space {
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}

.section-title-space h4{
    color: #000;
}

.section3 {
    background-color: #fff;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

.bk_live_deals_heading {
    background-color: #000;
    color: #fff;
}

.container{
--bs-gutter-x: 0rem !important;
}    

/* affiliate page */

.bk_limited_deal_btn {
    background-color: #CC0C39 !important;
    color: white;
    padding: 4px 8px 4px 8px;
    border-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 4px;
    text-decoration: none;
}

.bk_limited_deal_btn:hover { 
    color: white;
}

.bk_discount_2 {
    color: #CC0C39;
}

.bk_deals_price_one_line {
    gap: 20px;
}

.bk_telegram {
    text-decoration: none;
}

.bk_list_style {
    list-style:disc;
}

.telegram-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    left: 20px;
    background: #0088cc;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    line-height: 60px;
    z-index: 9999;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: 0.3s ease;
}

.telegram-float:hover {
    transform: scale(1.1);
    color: white;
}

.bk_store_column {
    margin-left: 3rem;
}

.bk_index_column {
    margin-left: 2.1rem;
}


@media screen and (max-width: 940px) {
.Discount {
    margin-left: -124px;
    }
.bk-btn {
    left: -2px;
    top: 3px;
    padding: 10px 10px;
    }
.bk_store_column {
    margin-left: 0rem !important;
    }

.bk_index_column {
    margin-left: 0rem !important;
    }
.section5 {
    padding: 30px;
    }
.section-4 {
    padding: 30px;
    } 
.bk_section3 {
    padding: 30px;
}
.bk_footer {
    padding: 3rem;
}
}