#get-quote-cart-page {
    border: 1px solid #000000;
    border-radius: 5px;
    text-align: left !important;
}

.custom-wrap {
    float: left;
    margin: 20px 0;
    min-height: 250px;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
}

.custom-wrap-cart {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    float: left;
    margin: 0;
    min-height: 250px;
    padding: 10px 0;
    width: 100%;
    border-radius: 0;
}

.quote-row {
    margin: 5px;
    width: 100%;
}

.custom-wrap-cart .quote-row {
    margin: 0;
}

.quote-row-half {
    margin: 5px;
    padding-left: 0;
    width: 45%;
}

.custom-wrap-cart .quote-row-half {
    width: 100%;
}

#ToSuburb1 {
    float: left;
    padding: 0 5px;
    width: 80%;
    height: 35px;
    margin-bottom: 5px;
}

.to-suburb-ul {
    padding: 3px 0 10px 0;
    display: none;
    clear: both;
    margin: 0;
}
select.to-suburb-ul {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("../images/delivery_dropdown_arrow.png");
    background-repeat: no-repeat;
    background-position-x: 96%;
    background-position-y: 13px;
    background-size: 20px;
}
.checkout-cart-index select.to-suburb-ul{
    background-position-y: 18px;
}
.to-suburb-item{
    cursor: pointer;
}
.to-suburb-item:hover {
    color: #0c95af;
    cursor: pointer;
}

ul.to-suburb-ul li,
ul.from-suburb-ul li {
    font-size: 14px;
    cursor: pointer;
    list-style: none;
}

#loader-quote-product {
    display: none;
}

.cart-container .cart-totals {
    border: 0;
    color: #105D71;
}

.checkout-cart-index .item-title {
    display: none;
}

#shipping-cost-terms p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato', sans-serif;
    color: #606060;
}

#shipping-cost-terms p strong {
    border-bottom: 1px solid #0f5f73;
    display: block;
    color: #0f5f73;
    font-size: 21px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 15px;
}

#shipping-cost-terms {
    display: inline-block;
    margin: 1.5em 0 2em 0;
}

.checkout-cart-index .fon-ship-btn-out .fon-ship-txt-zip {
    width: 30%;
    float: left;
    border: 1px solid #eaeaea;
    height: 30px;
    padding: 4px 0 0 10px;
}

.checkout-cart-index .fon-ship-method .fon-ship-txt-zip {
    display: none;
}

.checkout-cart-index .fon-ship-method .fon-ship-txt-zip.open {
    border: 1px solid #0C95AE;
    color: #0C95AE;
    border-radius: 10px;
    opacity: 1;
    margin: 5px 0 20px;
    padding: 13px 9px;
    width: 100%;
    display: inline-block;
    min-height: 50px;
}

.fon-ship-btn-out .fon-ship-btn {
    width: 100% !important;
}

/** cart calculator style **/

.bigpost_details_page .custom-wrap {
    margin: 0;
    padding: 0;
    width: 35%;
    min-height: 150px;
}

.bigpost_qty_block {
    position: relative;
}


.bigpost_pin_block {
    float: left;
    position: relative;
}
.bigpost_block_right {
    float: left;
    position: relative;
}

.bigpost_qty_block label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.bigpost_qty_block .control.qty {
    width: 110px;
    border-radius: 10px;
    background-color: #ffffff;
    overflow: hidden;
    padding: 0 5px;
}

.bigpost_qty_block .control.qty:after {
    content: '';
    display: table;
    clear: both;
}

.bigpost_qty_block .control.qty .decrement_qty {
    float: left;
    width: 20px;
    height: 50px;
    background: #fff !important;
    color: #1697B2;
    border-radius: 0;
    border: 0;
    font-size: 1.8rem;
    padding: 0;
}

.bigpost_qty_block .control.qty .increment_qty {
    float: right;
    width: 20px;
    height: 50px;
    background: #fff !important;
    padding: 0;
    color: #1697B2;
    border-radius: 0;
    border: 0;
    font-size: 1.8rem;
}

.bigpost_qty_block .control.qty .bigpost_ip {
    float: left;
    width: 60px;
    height: 50px;
    border: 0;
    padding: 0;
    text-align: center;
    color: #1697B2;
    font-size: 1.8rem;
}

.bigpost_pin_block .quote-row-half {
    margin: 0;
    float: left;
    width: 100%;
}

.bigpost_pin_block label {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.bigpost_pin_block #ToSuburb1.regular-text {
    width: 200px;
    height: 50px;
    border: 0;
    border-radius: 10px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #ffffff;
    margin-bottom: 15px;
}

.bigpost_extra_content {
    display: inline-block;
    width: 100%;
    text-align: left;
    padding: 0;
    height: auto;
}

.bigpost_extra_content p {
    padding: 0;
    color: #888888;
}

/** radio style **/

.bigpost_radio_btn {
    position: relative;
    width: 200px;
    margin-top: 20px;
}

.bigpost_rad {
    opacity: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
}

.bigpost_rad,
.bigpost_rad_lab {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    cursor: pointer;
    outline: 0 !important;
}

.bigpost_rad_lab {
    position: relative;
}

.bigpost_rad + .bigpost_rad_lab:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 15px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    background: url("../images/radio_bg.png") no-repeat 0 0;
    border-radius: 100%;
}


.bigpost_rad:checked + .bigpost_rad_lab:before {
    background-position: 0 -15px;
}

.bigpost_rad:focus + .bigpost_rad_lab {
    outline: 0 !important;
}

.bigpost_btt_cal {
    width: 100%;
    float: left;
    height: auto;
}

.bigpost_btt_inner {
    width: 100%;
    float: none;
    height: auto;
    max-width: 400px;
}
.bigpost_btt_inner #morealert{
    display: none !important;
}

.final_calculate {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding: 2px 0 15px;
    color: #105d71;
}

.final_calculate h5 {
    font-size: 16px;
    color: #105d71;
    font-weight: 700;
    margin: 0;
}

#final_loader-quote-product {
    margin: 0 auto;
    position: relative;
    top: -40px;
}

#calculate_shipping {
    display: none;
}

#quote-shipping-cost {
    float: left;
    margin-top: 20px;
    width: 100%;
}

.findsuburb_id {
    display: none;
}

ul.to-suburb-ul li,
ul.from-suburb-ul li {
    font-size: 14px;
}

.bigpostselected {
    display: inline-block;
    width: 100%;
    clear: left;
}

.bigpostselected .selected_suburb {
    color: #0C95AE;
    border-radius: 10px;
    opacity: 1;
    margin-bottom: 5px;
    padding: 0;
    display: block;
    min-height: 50px;
}

#shipping-cost-check {
    margin-top: 10px;
}

#shipping-cost-check #terms-title {
    display: none
}

/* delivery calculator */

.bigpost_depot_opt {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

.bigpost_depot_opt_addr p.bigpost_depot_address {
    margin: 0;
}

.bigpost_pickup_opt_addr p.bigpost_pickup_address {
    margin: 0;
}

#select_depot, #select_niddrie, #select_hallam, #select_mitcham {
    text-align: left;
    /* display: none */
}
div#select_delivery {
    display: inline-block;
    margin-top: 15px;
}
div#select_delivery_title ,div#select_delivery_price{
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    color: #0c95ae;
}
div#select_hallam, div#select_niddrie, div#select_mitcham,  div#select_depot {
    border-bottom: 1px solid #0f5f73;
    padding: 10px 0;
}
#selected_depot_address_title, #selected_hallam_address_title, #selected_niddrie_address_title, #selected_mitcham_address_title {
    font-weight: bold;
    margin-top: 10px;
    font-size: 15px;
    display: inline-block;
    color: #0c95ae;
}
#selected_hallam_address,
#selected_niddrie_address,
#selected_niddrie_leadtime_words,
#selected_mitcham_address,
#selected_mitcham_leadtime_words,
#selected_hallam_leadtime_words,
#selected_depot_address,
#selected_depot_price{
    color: #0c95ae;
    text-align: left;
}
.select_value {
    margin-top: 10px;
}

#morealert {
    width: 100%;
    margin: 7px 0 0 0;
}

.product-item-details .product-item-sku {

}

div#shipping-cost-terms {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 5px;
    width: 600px;
    max-width: 100%;
}

.checkoutPopup::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: block;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
}

a.close-checkout-popup {
    position: relative;
    top: -39px;
    left: auto;
    z-index: 9999;
    background: #37bebc;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 100%;
    font-size: 17px;
    right: -40px;
    display: inline-block;
    float: right;
}

.actions-toolbar .primary {
    width: 100%;
}

.actions-toolbar .primary button.action.apply.primary {
    width: 100% !important;
    background-color: #0C95AE;
    color: #fff;
    padding: 15px;
    font-size: 1.6rem;
    border: 0;
    border-radius: 10px;
}

#discount-coupon-form .field {
    margin-right: 10px;
    display: block;

}

#coupon_code {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    height: 46px;
    font-size: 1.6rem;
}

.fon-cart-bottom-sec .cart-summary.discount-cart {
    padding: 1px 0 25px;
}

.fon-ship-btn-out {
    margin-top: 10px !important;
}

.fon-ship-method {
    margin-bottom: 10px; /*55px*/
}

.cart-summary .block .actions-toolbar > .primary .action.primary {
    text-align: center;
}

.cart-summary .block .actions-toolbar > .primary .action.cancel.primary {
    width: 100%;
}
.cal_btton.fon-ship-btn{
    margin-bottom: 20px;
    display: none;
}
.methods .no-multiple-options input:not(.no-radio-icon)[type=radio]:checked+label:after{
    display: none;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .bigpost_dlvy_block form {
        width: 64%;
    }
}

@media only screen and (max-width: 767px) {
    .bigpost_qty_block {
        width: 100%;
        padding-bottom: 0;
    }

    .bigpost_dlvy_block {
        width: 100%;
        padding-bottom: 0;
    }

    .bigpost_pin_block {
        width: 100%;
        text-align: left;
    }

    .bigpost_details_page .custom-wrap {
        float: none;
    }

    .bigpost_depot_opt {
        padding-top: 0;
    }


    .bigpost_qty_block:after {
        display: none;
    }

    .bigpost_pin_block:before {
        display: none;
    }

    .bigpost_pin_block #ToSuburb1.regular-text {
        width: 100%;
    }

    .bigpost_pickup_opt_addr, .bigpost_depot_opt_addr {
        text-align: left;
        padding-left: 0;
        padding-right: 0;
    }

    .bigpost_pin_block label {
        margin-right: 0;
        text-align: left;
        padding-bottom: 0;
        width: 100%;
    }

    .bigpost_qty_block label {
        text-align: left;
        padding-bottom: 0;
        width: 100%;
    }

    .bigpost_qty_block .control.qty {
        float: none;
        display: inline-block;
        margin: 0 auto;
        width: auto;
    }

    .bigpost_pin_block .quote-row-half {
        text-align: left;
        padding-bottom: 10px;
        max-width: 300px;
    }

    .bigpost_btt_inner {
        max-width: 300px;
    }

    a.close-checkout-popup {
        right: auto;
    }
    .bigpost_pin_block {
        float: left;
        position: relative;
        width: 100%;
    }
    .bigpost_right_cal{
        width: 100%;
        padding-left: 0px;
        float: left;
    }
}

.select-option {
    color: #0C95AE;
}

#fontaine-agreement2,#fontaine-agreement3,#fontaine-agreement4,#fontaine-agreement5,#fontaine-agreement6 {
    display: none;
}
