﻿
.buy-float-wrap {
    width: 180px;
    background: #eee;
    border: 1px solid #ccc;
    border-bottom-width: 5px;
    border-right-width: 5px;
    margin-right: 10px;
    position: fixed;
    right: -250px;
    top: 25%;
    border-radius: 15px;
    opacity: .92;
    padding: 15px;
    color: #333;
    text-align: center;
    z-index: 99;
}

.buy-float-wrap-none {
    right: -215px !important;
}

.buy-float-btn-hidded {
    background-image: url("../themes/MasterRacing/images/arrow_buy_2.png") !important;
}

.buy-float-btn-hidden {
    position: absolute;
    width: 20px;
    height: 42px;
    line-height: 40px;
    font-size: 24px;
    color: #666;
    background: #cecece;
    border: 1px solid #cecece;
    border-right: 0;
    border-radius: 50px 0 0 50px;
    left: -22px;
    top: 40%;
    cursor: pointer;
    background-position: center;
}

.buy-float-title {
    font-size: 18px;
    margin-bottom: 20px;
}

.buy-float-grade, .buy-float-grade p {
    margin-bottom: 10px;
    text-align: left;
    font-size: 14px;
}

    .buy-float-grade select {
        box-sizing: border-box;
        width: 100%;
    }

.buy-float-price {
    margin-bottom: 25px;
    text-align: center;
}

.buy-float-cash-price {
    font-size: 26px;
    font-weight: bold;
    color: #289d11;
}

.buy-float-price-divided {
    font-size: 14px;
    font-style: italic;
}

.buy-float-btn {
    width: 100%;
    border: 0;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 4px !important;
    font-size: 18px !important;
    background: rgba(0,175,0,1) url('/image/image_nova/lock.png') no-repeat  5px center;
    background-size: 35px;
    border-bottom: 2px solid #0d8f0d;
    color: #fff !important;
    box-sizing: border-box;
    padding-left: 25px;
}
