div[role="dialog"] {
    background-color: rgba(0, 144, 197, 0.8)!important;
}

div[role="dialog"] h2 {
    color: #fff!important;
}

.cc-window {
    position: fixed!important;
}


@media screen and (max-width: 1024px) {
    .cc-btn {
        padding: 0.4em 3.8em!important;
    }
}

@media screen and (max-width: 768px) {
    .cc-window .cc-message {
        font-size: 13px !important;
    }
}

#page_217 h3 {
    font-size: 1.2em;
    margin-bottom: 15px;
    margin-top: 15px;
}

.table-responsive {
    margin-bottom: 15px;
}


/* Product search page */

.prodDetailPage {
    display: none;
}

.prodDetailPage h5 {
    color: #333;
}

.prodDetailPage .box {
    padding: 0 1px;
}

.prodListPage {
    display: table;
}

.prodListPage h3 {
    margin: 0;
}

.productLink:after {
    content: '\25b6';
    float: right;
    margin-right: 10px;
    font-size: 10px;
}

.productName {
    padding-left: 0;
    border-bottom: 2px solid #0090c5;
    margin: 20px 0 0 10px;
}

.prodBackLink::before {
    content: '\25c0';
    color: #0090c5;
    font-size: 10px;
    margin-left: 10px;
}


/* END Product search page */