.cif_header {
    height:140px;
    overflow-y:hidden;
}

.cif_banner {
    max-height: 100px;
    max-width: 2000px;
    height:10%;
    position: fixed;
    cursor:pointer;
    width: 100%;
    left:0px;
    bottom: 0px;
    background-repeat: no-repeat;
    box-shadow: 10px 10px 10px 10px #888888;
    border:1px solid gray;
    background-image: url('https://www.discountif.com/css/<?-(model.data.client.rows[0].widget_theme?model.data.client.rows[0].widget_theme:'')/>banner.png');
    background-size:cover;
    background-position: right bottom;
    z-index:2000;
}


.cif_clickable {
   cursor: pointer;
}

.cif_more {
    font-size:14pt;
    font-weight:bold;
    color:#efefef;
    float:right;
    margin-right:20%;
    margin-top:-50px;
}

.cif_browser {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(0, 0, 0, 0.7);
    border:1px solid gray;
    font-size:14pt;
    z-index:2000;
}

.cif_browser ul {
    padding-left:0px;
}

#cif_browser_content {
    padding-left:10%;
    padding-right:10%;
}

.cif_browser_popup {
    position:fixed;
    top:50%;
    left:50%;
    width:95%;
    padding:0px;
    max-width: 472px;
    height: 600px;
    transform: translate(-50%, -50%);
    border:0px solid gray;
}
.cif_soccer {
   background-image: url('https://business.discountif.com/images/browse_soccer.jpg');
   background-repeat:no-repeat;
   background-size:cover;
}
.cif_women {
   background-image: url('https://business.discountif.com/images/browse_woman.jpg');
}

.cif_gradient {
    background-image: url('https://www.discountif.com/css/styles.css');
}

.cif_offers_ul {
    list-style : none;
    margin:0px;
}
.cif_offers_ul li {
    list-style : none;
    font-weight: 500;
    padding:20px 10px;
    border:0px solid gray;
    margin-bottom:1px;
    cursor:pointer;
    font-size:10pt;
    color:black;
    background-color:#efefef;
}

.cif_offers_ul li:hover {
    background-color: #cccccc;
}
.cif_offers_ul li.cif_highlight, .cif_offers_ul li.cif_highlight span {
    background-color:#282829;
    color:white;
    font-weight: 700;
}

.cif_offers_ul li span {
    float: right;
    font-size: 10pt;
    text-align: right;
}

/* .cif_search {
    width:100%;
    background-color:#FF6C00;
    padding-top:15px;
    padding-bottom:15px;
    margin-top:1px;
    font-size:12pt;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    color:white;
    border:0px solid gray;
} */

ul .cif_search {
    color: black;
    text-align: center;
    border: 1px solid black;
    background-color: #FFF 0.0;
}


.cif_button {
    width:100%;
    background-color:#282829;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    font-size:12pt;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    color:white;
    border:0px solid gray;
}

.cif_button_back {
    width:50%;
    background-color:black;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    font-size:12pt;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    color:white;
    border:0px solid gray;
}

.cif_likeoffer {
    background-color:#282829;
    padding-top:20px;
    padding-bottom:20px;
    margin-top:20px;
    font-size:12pt;
    font-weight:700;
    text-align:center;
    cursor:pointer;
    color:white;
    border:0px solid gray;
}

.cif_likeoffer:hover {
    background-color: #000;
}

.cif_browser_close {
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}

.cif_h1 {
    font-size: 16pt;
    text-align: center;
    font-weight: 700;
    padding-top: 40px;
}

.cif_h2 {
    font-size: 12pt;
    font-weight: 700;
    text-align: center;
    padding-bottom: 10px;
}

.cif_footer {
    font-size:8pt;
    font-weight: 500;
    margin-top: 7%;
    text-align: center;
    line-height: 9px;
    font-style: underline
}
.cif_a:hover {
    color: #FF6C00;
    cursor:pointer;
}
.cif_tm {
    color: black;
    text-align: center;
    font-size:8pt;
    font-weight: 500;
}

.cif_label {
    text-align:center;
    font-size:9pt;
    margin-bottom:15px;
    margin-top: 15px;
}

.cif_content p {
    font-size:10pt;
}
.cif_content {
    overflow-y:auto;
    height:280px;
}

.cif_cashback {
    margin-top:-5px;
    float:right;
    text-align: right;
    font-size:7pt!important;
}
._cif_cashback span {
    font-size:14pt;
}

.cif_content::-webkit-scrollbar {
    width: 8px;
}

.cif_content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(45,45,45,0.5);
    /* float:left; */
}

input.dif {
  display: block;
  margin: 10px;
  width: 30%;
  font-size: 21px;
  appearance: none;
  box-shadow: none;
  border-radius: 10px;
  text-align: center;

}

p.dif {
    margin: none;
    font-size: 20px;
    color: #282829;
    font-weight: 500;
}

p.result {
    margin: none;
    font-size: 20px;
    color: #FF8A00;
    font-weight: 700;

}

/*DEFAULT*/
.cif_browser_popup {
   afont-family: 'Raleway', 'Arial', 'Helvetica', 'sans-serif';
}