﻿/*shopping cart styles */


.advanced-shopping-cart {
    margin-top: 40px;
    margin-bottom: 140px;
}


    .advanced-shopping-cart > .container {
        max-width: 1000px;
    }


.section-container {
    border-bottom: #555759 solid 1px;
    align-items: baseline;
}


.popover {
    max-width: 500px;
    letter-spacing: 1px;
    font-family: inherit;
    background-color: #444;
    color: white;
}

.popover-title {
    background-color: #333;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 20px;
}

.popover-content {
    padding: 25px;
}


.section-container > p {
    margin-left: auto;
}


@media only screen and ( min-width: 991px) {
    .cab-link {
        text-decoration: none !important;
    }
}



.no-wrap {
    white-space: nowrap;
}

.inline-wrap {
    display: inline;
}

.find-more {
    white-space: nowrap;
    padding-top: 5px;
}

.fa.fa-search {
    color: #333 !important;
}

.fa.fa-remove {
    color: #333 !important;
}


.advanced-shopping-cart .product-wrapper {
    position: relative;
    width: 180px;
    height: 125px;
    color: white;
}

.content-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    padding: 10px;
    line-height: 1.8em;
}

ul.cart-list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
}

.column-gridblock-icon {
    line-height: 60px;
}

    .column-gridblock-icon svg {
        font-size: 18px;
        color: #000;
        position: relative;
        z-index: 100;
    }


.title-block {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}

.sileage-proven-img {
    max-height: 30px;
}

.product-wrapper p {
    margin-bottom: 0;
}



.advanced-shopping-cart li.cart-item {
    padding: 10px 15px;
}

    .advanced-shopping-cart li.cart-item[data-croptype="Corn"] .product-wrapper.selected {
        background-color: #e01e3c;
    }

    .advanced-shopping-cart li.cart-item[data-croptype="Sorghum"] .product-wrapper.selected {
        background-color: #FDB710;
    }

    .advanced-shopping-cart li.cart-item[data-croptype="Soybeans"] .product-wrapper.selected {
        background-color: #555759;
    }

    .advanced-shopping-cart li.cart-item[data-croptype="Alfalfa"] .product-wrapper.selected {
        background-color: #7c9230;
    }
    .advanced-shopping-cart li.cart-item[data-croptype="Forages"] .product-wrapper.selected {
        background-color: #7c9230;
    }
    .advanced-shopping-cart li.cart-item[data-croptype="Silage"] .product-wrapper.selected {
        background-color: #e01e3c;
    }
.advanced-shopping-cart .empty-section {
    margin: 0px 10px 40px 10px;
    padding: 5px;
    background-color: #fef1f4;
    color: #e01e3c;
}

.sorghum-maturity {
    color: #deddde;
    font-size: 18px;
}

.product-footer {
    line-height: 40px !important;
}


.button-bar {
    display: flex;
    justify-content: space-between;
    border-top: #555759 solid 1px;
    padding-top: 20px;
    margin-top: 20px;
    margin-bottom: 40px;
}


    .button-bar .btn-primary {
        background-color: #AD0921;
        border: 1px solid #AD0921;
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        height: 2em;
        font-size: 16px;
        min-width: 200px;
        padding: 3px 15px;
        font-family: proxima-nova, sans-serif;
        text-align: center;
        text-transform: uppercase;
        width: inherit;
    }

        .button-bar .btn-primary:hover {
            background-color: #AD0921;
            border: 1px solid #AD0921;
            color: #fff;
        }

    .button-bar .btn-secondary {
        background-color: #000;
        border: 1px solid #fff;
        color: #fff;
        text-decoration: none;
        border-radius: 25px;
        height: 2em;
        font-size: 16px;
        min-width: 200px;
        padding: 3px 15px;
        font-family: proxima-nova, sans-serif;
        text-align: center;
        text-transform: uppercase;
        width: inherit;
    }

        .button-bar .btn-secondary:hover {
            background-color: #000;
            border: 1px solid #fff;
            color: #fff;
        }

/* Preview Modal */
.modal-dialog, .modal-content {
    /* 80% of window height */
    height: 100%;
    width: 100%;
    margin: 0;
    background: transparent;
    max-width: unset;
    pointer-events: all;
}

.modal-header {
    background-color: #000;
}

/*.modal-body {*/
/* 100% = dialog height, 120px = header + footer */
/*height: 100%;
    overflow-y: hidden;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
}*/

.modal-body {
    height: 100%;
    max-width: 800px;
    margin: auto;
    background-color: white;
    padding: 0;
}

.pdf-content {
    height: 100%;
    width: 100%;
}

.pdf-toolbar {
    position: fixed;
    left: calc((100% - 216mm) / 2 + 216mm + 20px);
    top: 20px;
    margin-top: 0;
    margin-right: 0;
    height: 100%;
    width: 40px;
}

    .pdf-toolbar a {
        cursor: pointer;
    }

    .pdf-toolbar .column-gridblock-icon {
        width: 45px;
        height: 45px;
        font-size: 14px;
        line-height: 42px;
        margin-bottom: 10px;
    }

.download-icon {
    top: 4px;
    font-size: 1.7em !important;
}

.close-icon {
    top: 7px;
    font-size: 1.5em !important;
}




#loadImg {
    position: fixed;
    top: 25%;
    left: calc(50% - 50px);
}

    #loadImg img {
        width: 100px;
    }
