/* ptbid_create_shop_orderby.css */
/* -------------------------------------------------- */

.ptbid_orderby_menu_menu {
    margin-bottom: 15px;
}

.ptbid_orderby_menu_container {
    text-align: right;
    max-width: 1140px;
    margin: 0 auto;
    padding-bottom: 8px;
    border-bottom: solid #e0e0e0 1px;
}

.ptbid_orderby_menu_label {
    margin-right: 12px;
    font-size: 18px;
}

.ptbid_orderby_menu_select {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
}

@media all and (max-width: 1140px) {

    .ptbid_orderby_menu_container {
        padding-left: 15px;
        padding-right: 15px;
    }

}



/* ptbid_reformat_bundle_product_page.css */
/* -------------------------------------------------- */

/* css */

.ptbid_reformat_bundle_product_page__cart_form {
    display: block  !important;
}

.ptbid_reformat_bundle_product_page__form_elm {
    display: block !important;
    float: none !important;
}

.ptbid_reformat_bundle_product_page__qty_input {
    margin-right: 10px !important;
}



/* ptbid_live_popup.css */
/* -------------------------------------------------- */

.ptbid__live_popup__container {
    display: none;
    box-sizing: border-box !important;
}

.ptbid__live_popup__container._visible {
    display: block !important;
}

.ptbid__live_popup {
    box-sizing: border-box !important;
}

.ptbid__live_popup._main {
    position: fixed;
    display: block;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.925);
    z-index: 99999 !important;
}

.ptbid__live_popup._dg {
    position: absolute;
    top: 50%;
    height: 520px;
    margin-top: -260px;
    left: 50%;
    width: 660px;
    margin-left: -330px;
    background: white;
    padding: 20px;
    border-radius: 2px;
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.ptbid__live_popup._title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size: 22px;
    line-height: 20px;
    height: 20px;
}

.ptbid__live_popup._dgclose {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 2px;
    width: 24px;
    height: 24px;
    margin-top: -2px;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding: 6px;
}

.ptbid__live_popup._dgclose img {
    opacity: 0.8;
}

.ptbid__live_popup._dgclose:hover {
    background: rgba(0, 0, 0, 0.25);
}

.ptbid__live_popup._dgclose:hover img {
    opacity: 1;
}

.ptbid__live_popup._dgbod {
    position: absolute;
    top: 45px;
    left: 0;
    right: 0;
    bottom: 55px;
    overflow-y: auto;
    line-height: 22px;
    text-align: justify;
}

.ptbid__live_popup._ctrl_bar {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 35px;
}

.ptbid__live_popup._ctrl_bar::after {
    content: "";
    clear: both;
    display: table;
}

.ptbid__live_popup._ctrl_bar ._btn {
    float: right;
    margin-left: 6px;
    height: 35px !important;
}

.ptbid__live_popup._inner {
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    height: 100%;
}

@media all and (max-width: 760px), (max-height: 680px) {

    .ptbid__live_popup._dg {
        position: absolute;
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: 16px;
        margin-top: 0;
        margin-left: 0;
        width: auto;
        height: auto;
    }

}



/* ptbid_paged_fix.css */
/* -------------------------------------------------- */

.ptbid_paged__root {
    border-top: solid #e0e0e0 1px;
    margin-top: 10px !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    list-style: none !important;
    padding: 5px 17px !important;
    padding-top: 20px !important;
    text-align: right;
}

.ptbid_paged__root li {
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    margin: 3px;
}

.ptbid_paged__root li a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 15px;

    min-width: 34px;
    line-height: 34px;

    background: #f5f5f5;
    border: solid #bdbdbd 1px;
    border-radius: 2px;
}

.ptbid_paged__root li a:hover {
    text-decoration: underline;
    border-color: #424242;
}

.ptbid_paged__root li a.ptbid_paged__cur_page {
    background: #444;
    border-color: #212121;
    color: #fff;
    font-weight: bold;
}


