.btn_red{
    background-color: #ff0000;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 10px 20%;
}

.btn_black{
    background-color: #000;
    color: #fff;
    padding: 20px;
    display: block;
    margin: 10px 20%;
}

.btn_black:hover{
    color: #aaa !important;
}

#delivery_mode_modal,#delivery_mode_modal_2{
    text-align: center;
}

.float-button {
    position: fixed;
    right: -81px;
    top: 270px;
    transition: all 0.2s ease-in 0s;
    z-index: 9999;
    cursor: pointer;
    background: #000;
    transform: rotate(270deg);
    padding: 10px 20px;
    border-radius: 10px 10px 0 0;
}

.float-button a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.blocker{
    z-index: 9999 !important;
}

#mode-selector.modal,#mode-info.modal{
    height: unset !important;
    position: relative !important;
}

#yith-par-message-reward-cart{
    display: none !important;
}

#mode-selector{
    text-align: center;
}

.check_stock_btn{
    padding: 10px;
    margin-bottom: 10px;
}

#check_stock{
    margin-top: 10px;
}

#check_stock_wrapper{
    border-bottom: 1px solid #e7e7e7 !important;
    padding: 0 0 1rem;
    margin-bottom: 1rem;
}

.single_variation_wrap{
    border-top: none !important;
    padding: unset !important;
    margin-top: unset !important;
}

.member_price_wrapper{
    font-size: 12px;
}

.member_price_wrapper span.member_price{
    font-weight: bold;
    color: #222529;
}

