.dfrcs_loading {
    height: 72px;
    width: 100%;
    display: block;
    background-color: #fafafa;
    background-image: url('../images/loading.gif');
    background-repeat: no-repeat;
    background-position: 20px center;
    margin: 0 0 30px 0;
}

.dfrcs_loading:after {
    content: "Finding the best prices on the web...";
    padding: 0 0 0 72px;
    margin: 0;
    line-height: 72px;
    font-family: "Roboto", sans-serif;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 400;
    color: #999999;
}

/**
* Comparison set wrapper.
*/
.dfrcs {
    margin: 0;
    padding: 0;
    clear: both;
}

.dfrcs h2 {
    margin-bottom: 10px;
}

/**
* Comparison Set styling.
*/
.dfrcs ul.dfrcs_compset {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #333;
    border-top: 1px solid #efefef;
}

.dfrcs ul.dfrcs_compset li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #efefef;
    background-color: #fff;
    background-image: none;
    transition: background-color 0.5s ease;
    list-style: none !important;
}

.dfrcs ul.dfrcs_compset li:last-child {
    border-bottom: 1px solid #efefef;
}

.dfrcs ul.dfrcs_compset li:hover + li {
    border-bottom: 1px solid #dcdcdc;
}

.dfrcs ul.dfrcs_compset li:hover {
    background-color: #fbfbfb;
    border-color: #dcdcdc;
}

.dfrcs ul.dfrcs_compset li a {
    padding: 8px 0;
    border: 0;
    box-shadow: none;
    color: rgba(0, 146, 203, 0.60) !important;
    text-decoration: none;
}

.dfrcs ul.dfrcs_compset li a .item {
    text-transform: none;
    text-decoration: none;
    border: 0;
    color: inherit;
    height: 76px;
    margin: 0;

    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;

    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;

    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dfrcs ul.dfrcs_compset li a .item div {
    background-color: inherit;
    margin: 0;
    padding: 0;
}

.dfrcs ul.dfrcs_compset li a .item div img {
    margin: 0;
    padding: 0;
    display: block;
    box-shadow: none;
    border: 0;
}

.dfrcs ul.dfrcs_compset li a div,
.dfrcs ul.dfrcs_compset li a .item div {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.3em;
    font-size: 0.95em;
}

.dfrcs ul.dfrcs_compset li a .item div,
.dfrcs ul.dfrcs_compset li a .item div img {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_image,
.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo,
.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price,
.dfrcs ul.dfrcs_compset li a .item div.dfrcs_link {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_image {
    -webkit-flex: 1 1 60px;
    -ms-flex: 1 1 60px;
    flex: 1 1 60px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_image img {
    max-width: 60px;
    max-height: 60px;
    border: 0;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo {
    -webkit-flex: 1 1 160px;
    -ms-flex: 1 1 160px;
    flex: 1 1 160px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-align: left;
    font-weight: 700;
    color: #009688; /* Price Color */
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo img {
    display: inline;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo span {
    display: none;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo.dfrcs_missing_logo span {
    display: inline;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo.dfrcs_missing_logo img {
    display: none;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo img {
    max-width: 150px;
    max-height: 40px;
    float: left;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price {
    text-align: left;
    font-weight: 400;
    color: #009688; /* Price Color */
    -webkit-flex: 1 1 100px;
    -ms-flex: 1 1 100px;
    flex: 1 1 100px;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    text-decoration: none;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price .usedprice {
    display: block;
    font-size: 80%;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price .usedprice .amount {
    white-space: nowrap;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price .usedprice_label {
    color: #666;
    font-weight: bold;
    text-transform: uppercase;
}

.dfrcs ul.dfrcs_compset li:hover div.dfrcs_price .amount {
    text-decoration: none;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price ins,
.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price del {
    background: inherit;
    text-decoration: none;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price del {
    opacity: .5;
    color: #8F908F; /* Price Color (strike-through) */
    font-weight: 400;
    text-decoration: line-through;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_price ins {
    font-weight: 700;
    color: #009688;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_link {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
}

.dfrcs ul.dfrcs_compset li a .item div.dfrcs_link .dfrcs_action {
    text-decoration: none;
    color: #fff;
    background-color: #009688; /* Button Color */
    text-align: center;
    letter-spacing: 0.05em;
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 2.5em;
    line-height: 2.5em;
    outline: 0;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 0.8em;
    font-weight: 700;
    white-space: nowrap;
}

.dfrcs ul.dfrcs_compset li a .dfrcs_promo {
    text-align: left;
    color: rgb(144, 144, 144) !important;
    font-size: 15px;
    margin: 0;
    padding: 8px;
    background-color: inherit;
    font-family: "Roboto", sans-serif;
    font-weight: 100;
}

@media screen and ( max-width: 565px ) {
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_image,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_price,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_link {
        font-family: "Roboto", sans-serif;
        font-size: 15px;
    }

    .dfrcs ul.dfrcs_compset li a .dfrcs_promo {
        font-size: 13px;
    }
}

@media screen and ( max-width: 565px ) {
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_price del,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_price ins {
        display: block;
    }

    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_image {
        display: none;
    }

    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo img {
        width: 100px;
        height: auto;
    }
}

@media screen and ( max-width: 460px ) {

    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_image,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_logo,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_price,
    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_link {
        font-family: "Roboto", sans-serif;
        font-size: 14px;
    }

    .dfrcs ul.dfrcs_compset li a .dfrcs_promo {
        font-size: 12px;
    }

}

@media screen and ( max-width: 400px ) {

}

@media screen and ( max-width: 350px ) {

    .dfrcs ul.dfrcs_compset li a .item div.dfrcs_link {
        display: none;
    }

}

/**
* Admin Compset Actions Bar
*/
.dfrcs .dfrcs_compset_actions {
    background-color: #f5f5f5;
    color: rgba(51, 51, 51, 0.50);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 1.1em;
    text-decoration: none;
    padding: 6px;
    border: 1px solid #D9D9D9;
    margin: 0 0 20px 0;
}

.dfrcs .dfrcs_compset_actions strong,
.dfrcs .dfrcs_compset_actions a {
    font-size: 13px;
}

.dfrcs .dfrcs_compset_actions a.action {
    text-decoration: none;
    border: 0;
    color: rgba(0, 146, 203, 0.60) !important;
    margin-left: 8px;
    box-shadow: none;
}

.dfrcs .dfrcs_compset_actions a.action:hover {
    color: rgba(0, 146, 203, 1);
}

/**
* Debug styling.
*/
.dfrcs_compset_debug {
    background-color: #f7f7f7;
    padding: 8px;
    margin: 10px 0 0 0;
    border: 0;
    box-shadow: none;
}

.dfrcs_compset_debug pre {
    font-family: Inconsolata, monospace;
    overflow: auto !important;
    width: 100%;
    max-height: 600px;
    font-size: 12px;
    word-wrap: normal !important;
    word-break: normal !important;
    white-space: pre !important;
    background-color: #f7f7f7;
    margin: 0 0 0 1%;
    border: 0;
    box-shadow: none;
    padding: 0 0 14px 0;
    line-height: 1.3em;
    background-image: none;
}

.dfrcs_compset_debug pre strong {
    font-size: 12px;
}

.dfrcs_compset_debug pre a {
    color: rgba(0, 146, 203, 0.60);
}

/**
* Last updated text.
*/
.dfrcs_last_updated {
    text-align: right;
    font-size: 11px;
    font-family: "Roboto", sans-serif;
    color: rgba(0, 0, 0, 0.35);
    margin-top: 3px;
    margin-bottom: 30px;
}

.dfrcs_removed {
    background-color: #fce8e8 !important;
    transition: background-color 0.5s ease;
    display: none;
}

.dfrcs_product_actions {
    display: none;
    padding: 2px 10px;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.02);
    font-size: 12px;
    font-family: "Roboto", sans-serif;
}

.dfrcs_product_actions a {
    color: #0e95ff;
    text-decoration: none;
}

.dfrcs_product_actions a:hover {
    color: #0e95ff;
    text-decoration: underline;
}

.dfrcs .dfrcs_no_results_message {
    padding-bottom: 1em;
}

.dfrcs .dfrcs_amazon_disclaimer {
    color: #666;
    font-size: 12px !important;
    margin: 10px;
}

.dfrcs .dfrcs_amazon_disclaimer summary > span {
    text-decoration: underline;
}

.dfrcs .dfrcs_amazon_disclaimer p {
    margin-top: 4px
}
