.couponFilterContainer.shared-filter.hidden{
    display: none;
}

.coupons .shared-filter form select{
    -moz-appearance: none;
    appearance: none;
    background-image: none;
    height: 95px;
}
.shared-filter form select:hover{
    cursor: pointer;
    background-color: #ffffeb;
}
.shared-filter form select:focus{
    background-color: #ffffeb;
}
.shared-filter form input[type="text"]{
    padding-top: 13px;
    margin-bottom: 16px;
    z-index: 20;
    position: relative;
}
.shared-filter form input[type="submit"]{
    z-index: 20;
    position: relative;
}
.shared-filter input[type="text"].datepicker{}
.shared-filter input[type="text"].datepicker{
    background-image: url("/includes/public/assets/images/icons/icon-calendar.png");
    background-position: right 13px center;
    background-repeat: no-repeat;
    background-size: 25px 24px;
    cursor: pointer;
    background-color: #ffffeb;
}
.shared-filter .dateinput .ui-datepicker-trigger{
    display: none;
}
.listing-container .coupons .listing-map-container {
    margin-bottom: 37px;
    margin-top: 20px;
}
.coupons .sort-links{
    display: block;
    padding: 0;
    text-align: center;
    margin: 8px 0 37px;
}
.coupons .sort-links a{
    color: #b46f2d;
}
.coupons .sort-links a.selected{
    color: #333;
}
.coupons .listing-blocks-container .location {
    font-size: 1.0625rem;
    line-height: 1.4rem;
}
.coupons .listing-blocks-container .location a {
    color: #865938;
}
.coupons .listing-blocks-container .location a:hover, .coupons .location a:focus {
    color: #b46f2d;
}
.coupons .listing-blocks-container .location .text-label{
    display: block;
    font-size: 1rem;
    color: #bead83;
}
.coupons .listing-blocks-container .item .distance{
    display: block;
    font-size: 1rem;
    color: #bead83;
}
.coupons .listing-map-container{
    background-color: #ded2b1;
    background-image: url("/includes/public/assets/images/map-background.jpg");
    background-position: center;
}
.map-open.coupons .listing-map-container .canvas-wrapper{
    height: 300px;
}
.coupons .map-toggler .openMap{
    display: block !important;
}
.coupons .map-toggler .closeMap{
    display: none !important;
}
.coupons.map-open .map-toggler .openMap{
    display: none !important;
}
.coupons.map-open .map-toggler .closeMap{
    display: block !important;
}
.listing-container .listing-blocks-container .listing-block .block-inner {
    min-height: auto !important;
}
.listing-container .listing-blocks-container .listing-block h3 a{
    color: #865938;
}
.listing-container .listing-blocks-container .listing-block h3 a:focus,
.listing-container .listing-blocks-container .listing-block h3 a:hover {
    color: #b46f2d;
}
.shared-detail .gMapHolder{
    height: 350px;
}
.shared-detail.listings.listing-detail .map-container .map-title a{
    font-size: 1.0625rem;
}
.coupons .main-details-container .details-content-container .location a{
    display: inline;
}
.listing-container .listing-blocks-container .block-actions {
    margin-top: 30px;
}
.coupons.shared-detail .text-label{
    color: #aaa;
    margin-right: 6px;
}
.coupons.shared-detail li {
    color: #333;
    font-size: 1.0625rem;
    line-height: 1.2;
}
.coupons.shared-detail .valid {
    text-transform: uppercase;
}
.coupons.shared-detail .location a {
    color: #333;
}
.coupons.shared-detail .location i, .coupons.shared-detail .location a:hover {
    color: #b46f2d;
}
.shared-detail select{
    -moz-appearance: none;
    appearance: none;
}
.shared-detail  .content .text{
    margin-bottom: 10px;
    font-size: 1.125rem;
}
.shared-detail  .content .text.date{
    font-weight: bold;
}
.shared-detail .content .title{
    font-weight: bold;
    margin-right: 4px;
}
.coupons.shared-detail{
    margin-top: 40px;
}
.coupons.shared-detail .main-details-description-container .description-tabs-content-container .map-container .map-canvas {
    height: 352px;
}

/*item*/
.shared-detail .main-details-description-container .description-tabs-content-container .tabs-content .item a.button{
    color: #fff !important;
}
.shared-detail .item .action-mapit{
    display: none !important;
}
.shared-detail .listing-container .listing-blocks-container .listing-block h3 a {
    color: #865938;
}
.shared-detail .listing-container .listing-blocks-container .listing-block h3 a:hover,
.shared-detail .listing-container .listing-blocks-container .listing-block h3 a:focus {
    color: #b46f2d;
}

/*
|---------------------------------------------------------------------------------------------
|  MEDIA QUERIES
|---------------------------------------------------------------------------------------------
*/
/*** Mobile ***/
@media only screen and (max-width: 40em) {

}
/*** Tablet and Desk***/
@media only screen and (min-width: 40.063em){
    .coupons .sort-links {
        text-align: left;
        margin: 20px 0 0;
        position: relative;
        top: -12px;
    }
}
/*** Tablet ***/
@media only screen and (min-width: 40.063em) and (max-width: 64em) {

}
/*** Desktop ***/
@media only screen and (min-width: 64.063em) {

}