/* STICKY ELEMENTS */


@media screen and (max-width:1024px) {
    #quote-sidebar {
        max-width: 100%;
    }
}

@media screen and (min-width:1920px) and (min-height:1080px) {
    #quote-sidebar {
        max-width: 300px;
    }
}

@media screen and (min-width:1025px) {
    #quote-sidebar {
        width: 100%;
        max-width: 300px;
    }
}

.stick {
    position: fixed;
}


/* PRICING PANEL - CART */

#cart-block {
    background: #2a363f;
    height: 50px;
    width: 100%;
    position: relative;
}

    #cart-block #quote-number {
        color: #fff;
        float: left;
        line-height: 50px;
        padding-left: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    #cart-block #quote-cart {
        width: 50px;
        height: 50px;
        float: right;
        border-left: 1px solid #3f4a53;
        text-align: center;
        background: #2a363f;
    }

        #cart-block #quote-cart:hover {
            background: #37444e;
            -webkit-transition: background 0.3s ease;
            -moz-transition: background 0.3s ease;
            -o-transition: background 0.3s ease;
            transition: background 0.3s ease;
        }

        #cart-block #quote-cart .cart-link {
            display: block;
            width: 100%;
            height: 100%;
            padding-top: 20px;
            color: #fff;
        }

        #cart-block #quote-cart i {
            position: relative;
            left: -5px;
            font-size: 18px;
        }

    #cart-block .notify-bubble {
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        background: #078a00;
        font-size: 11px;
        color: #fff;
        padding: 5px;
        line-height: 0.6;
        position: absolute;
        top: 10px;
        right: 8px;
    }


/* PRICING PANEL - SELECTIONS */

#selections-block {
    background: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid #c5cfdf;
}

@media screen and (max-width:767px) {
    #selections-block {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #selections-block {
        width: 50%;
        float: left;
        height: 180px;
        border-bottom: none;
    }
}

#selections-block ul#quote-selections {
    list-style: none;
    padding: 0;
    margin: 0;
}

    #selections-block ul#quote-selections li {
        font-size: 13px;
        color: #2a363f;
        font-weight: bold;
        line-height: 22px;
    }

span.selection-status {
    font-weight: normal;
}

    span.selection-status.unselected {
        color: #555555;
    }

    span.selection-status.selected {
        color: #078a00;
    }


/* PRICING PANEL - TOTALS */

#totals-block {
    background: #fff;
    padding: 15px 20px 5px 20px;
    color: #2a363f;
    font-size: 13px;
}

.mobile-total {
    display: none;
}

@media screen and (max-width:1024px) {
    .mobile-total {
        display: block;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 15px 15px 15px 15px;
        width: 100%;
        background-color: rgba(43, 55, 64, .96);
        color: #fff;
        z-index: 999;
    }

    .mobile-total-left {
        float: left;
        text-align: left;
    }

    .mobile-total-right {
        float: right;
        text-align: right;
    }
}

@media screen and (max-width:767px) {
    #totals-block {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #totals-block {
        width: 50%;
        float: left;
        height: 180px;
        /*padding: 20px;*/
    }
}

#totals-block .subtotal-row {
    font-weight: bold;
    font-size: 15px;
}

#totals-block .grid-row .grid-cell span {
    width: 50%;
    display: inline-block;
}

    #totals-block .grid-row .grid-cell span:first-child {
        text-align: left;
    }

    #totals-block .grid-row .grid-cell span:last-child {
        text-align: right;
    }

#totals-block .total-row {
    margin-top: 10px;
    font-weight: bold;
    font-size: 20px;
}

/* PRICING PANEL - DOUBLE DOUBLE */

#double-double-block {
    background: #fff;
    padding: 0px 20px 5px 20px;
    color: #2a363f;
    font-size: 14px;
    padding: 0px 25px;
}
@media screen and (max-width:767px) {
    #double-double-block {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #double-double-block {
        width: 50%;
        /* float: right; */
        height: 180px;
        /*padding: 20px;*/
    }
}

@media screen and (min--moz-device-pixel-ratio:0) {
    #double-double-block .RadButton .rbToggleRadio::before, #double-double-block .RadButton .rbToggleRadioChecked::before {
        top: unset;
    }
}

#double-double-block div.quantity-price-row {
    overflow-x: hidden;
}

    #double-double-block div.quantity-price-row div.grid-cell {
        margin-bottom: 0px;
    }

    #double-double-block div.quantity-price-row div.grid-cell, #double-double-block div.unit-price-row div.grid-cell {
        padding: 0px;
    }

        #double-double-block div.quantity-price-row div.grid-cell:before {
            float: left;
            width: 0;
            white-space: nowrap;
            content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . " /*this is called dot leaders*/
        }

    #double-double-block div.quantity-price-row button:first-child {
        padding-top: 0px;
        padding-bottom: 0px;
        padding-right: 0.33em;
        background: white
    }

    #double-double-block div.quantity-price-row button + span {
        float: right;
        padding-left: 0.33em;
        background: white;
        font-weight: bolder;
    }

#double-double-block div.unit-price-row div.grid-cell {
    text-align: right;
    padding-bottom: 1em;
}

    #double-double-block div.unit-price-row div.grid-cell span.double-double-savings {
        text-transform: uppercase;
        font-weight: bold;
        color: #078a00;
    }

#double-double-block div.quantity-price-row:first-child + div.unit-price-row div.grid-cell span.double-double-savings {
    display: none;
}

#double-double-block div.quantity-price-row div.grid-cell .RadButton.RadRadioButton {
    vertical-align: top;
}

/* PRICING PANEL - BUTTONS */
#buttons-block {
    background: #fff;
    overflow: hidden;
    padding: 0 20px 0 20px;
}

@media screen and (max-width:767px) {
    #buttons-block {
        width: 100%;
        padding-bottom: 15px;
    }

    .save-print {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    #buttons-block {
        width: 100%;
        padding: 20px;
        /* float: left; */
    }
}

/* CONTACT BLOCK */
.q_contact {
    background-color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.q_contact-title {
    color: #2a363f;
}
.q_contact-button {
    background-color: #375c94;
    border-radius: 4px;
    color: white !important;
    display: block;
    margin-top: 10px;
    padding: 10px;
    transition: none;
    width: 100%;
}
.q_contact-button:focus,
.q_contact-button:hover {
    text-decoration: underline;
}
.q_contact-image {
    margin-top: 20px;
}

/* SAVE QUOTE POP-UP */

.save-quote-content {
    margin: 15% auto;
    max-width: 500px;
}

p.save-quote-header {
    font-size: 22px;
    font-weight: bold;
}

.save-quote-field {
    margin-bottom: 20px;
}

.save-quote-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

    .save-quote-content ul li {
        display: inline;
        color: #414549;
    }
