#title{
    color: #504A46;
    font-family: arial;
    font-size: 40px;
    width: 100%;

}

#location-wrapper {
    float: right;
    margin-top: 25px;
    margin-right: 18px;
    background-color: #FFFFDD;
    width: 250px;
    border: 1px solid #CCCCCC;
    border-radius: 8px;
    -moz-border-radius: 8px;
}
#location {
    padding: 10px;
    padding-left: 12px;
}

#location .box-title {
    font-weight: bold;
    color: #777777;
    padding-bottom: 4px;
    margin-bottom: 8px;
    font-size: 12px;
}

#location .label {
    color: #666666;
    padding-right: 12px;
    font-size: 14px;
    line-height: 22px;
}

#cities {
    display: flex;
    justify-content: center;
    margin: 10px;
}

#cities-select {
    padding: 5px;
    background: rgba(0, 0, 0, 0.2);
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    cursor: pointer;
    
    color: white;
    text-align: center;
    width: 150px;
    border: none;
}

.category-wrapper a {
    text-decoration: none;
}

.category-wrapper a:hover {
    border-bottom: 1px solid white;
}

.subcategories {
    margin-bottom: 10px;
    font-style: italic;
    font-size: 13px;
}

.subcategories a {
    text-decoration: none;
    border-bottom: 1px dotted #CCCCCC;
}

.subcategories a:hover {
    border-bottom: 1px solid #CC2222;
}
#down {
    transition:all 1s;
    position:absolute;
    top:85vh;
    font-family:Arial, Helvetica, sans-serif;
    font-size:2.5em;
    color:rgba(256,256,256,.8);
    vertical-align: middle;
    text-decoration: none;
    text-align:center;
    height: 10vh;
    width: 20vw;
    
}
    
#down:hover{
  top:87vh;
  color:rgba(256,256,256,.8);
}
#down i {
    border-radius:50%;
    width: 100%; 
  }
#down h6 {
    font-family: 'Abril Fatface', sans-serif;
    font-size:.8em;
    margin:0;
}

#deal_of_the_day {
    /*margin-top: 50px;*/
    text-align: center;
    
}
#dotd {
    position: absolute;
    left: 20px;
    bottom: 30px;
}
#deal_of_the_day h2 {
    /*font-family: 'Shrikhand', cursive;*/
    /*color: #fff;*/
    font-weight: normal;
    margin: 0;
    /*margin-top: 30px;*/
}

#daily{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	background-color:#16A085;
	border-bottom: 2px solid rgba(0,0,0,0.1);
    line-height: 30px;
	font-size: 16px;
	padding: 7px;
	text-decoration: none;
	color:#DEDEDE; 
	text-align: center;
	margin: auto;
	margin-top: 30px;
	transition: background-color 100ms;
}

#daily:hover{
    background-color: #17B294;
}

#cat_ref{
    background-color: #333333;
    border-radius: 25px;

    position: absolute;
    position: sticky;
    display: inline;

    text-decoration: underline;
    text-align: center;
    color: #fff;
    font-weight: normal;

    margin: auto;
    padding: 10px;

    cursor: pointer;
    top: 90%;
}
.cat-group-1 {
    background-color: #6d86b9;
    /*color: #504A46;*/
}
.cat-group-2 {
    background-color: #e5b06b;
    color: #504A46;
}
.cat-group-3 {
    background-color: #bb8ed8;
    /*color: #504A46;*/
}
@media only screen and (max-width: 1000px){
    #title{
        margin-bottom: 0;
    }
}
