.mini_buy_box{
    padding: 5px;
    width: auto !important;
}
@media screen and (min-width: 1025px) and (max-width: 1300px) {
    .mini_buy_box{
        margin-top:320%;
    }
}
@media screen and (min-width: 1301px) {
    .mini_buy_box{
        margin-top:0%;
    }
}

.highlight{
       border-bottom-color: green !important;
    border-bottom-style: solid !important;
    border-bottom-width: 3px !important;
}
.sticky{
    position: fixed;
    margin-block-start: auto;
    top: 43px;
    z-index: 99;
    padding: 5px;
    border-radius: 10px;
    font-weight: bolder;
}
.sticky_mini_buy{
    position: fixed;
    margin-block-start: auto;
        top: 60px;
    margin-left: 10px;
}
.sticky{
       background: #fafafa;
    box-shadow: 0 5px 20px 2px rgb(0 0 0 / 10%);
}
.sticky_navbar_parent{
    height: 50px;
}
.product-price-new{
    color:rgba(221, 14, 28, 1);
}
.product-price-old{
    display: block;
    color: rgba(105, 105, 115, 1);
    text-decoration: line-through;
    line-height: 1;
}
.block_bordered{
    border:1px solid gainsboro;
    border-radius: 5px;
        background-color: white;
}
.break_word{
    overflow-wrap: break-word;
    line-height: normal;
}
.font_bold{
    font-weight: bolder;
}
.col-sm-5-6{
    width: 54%;
}