.streetwise-item {
    border: 1px solid #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-bottom: 25px;
}

.streetwise-item:hover {
    border-color: transparent;
    box-shadow: 0 13px 23px var(--deaf-font-color-600);
}

.streetwise-item.streetwise-focused-item:hover {
    box-shadow: none;
}

.streetwise-item-like i {
    cursor: pointer;
}

.streetwise-item-like.cwp-saved-post i::before {
    font-weight: 800;
    color: var(--primary-color);
}

.streetwise-item .streetwise-item-media-and-tags {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.streetwise-item .streetwise-item-media {
    height: 230px;
    min-width: 100%;
}

.streetwise-item .streetwise-item-media img {
    height: 230px !important;
    width: 100%;
    object-fit: cover;
}

.streetwise-item-media-and-tags .slick-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    left: 0;
    right: 0;
}

.streetwise-item-media-and-tags .slick-active button {
    opacity: 1 !important;
}

.streetwise-item-media-and-tags .slick-dots button {
    width: 7px;
    color: transparent;
    border: unset;
    padding: 0;
    height: 7px;
    background: #fff;
    opacity: 0.5;
    margin: 0 2px;
}

.streetwise-item-media-and-tags .slick-dots li {
    height: 7px;
}

.streetwise-right-angle,
.streetwise-left-angle {
    background: #FFF;
    border: 0;
    border-radius: 50%;
    box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.16);
    height: 32px;
    width: 32px;
    z-index: 0;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: 0.3s;
    transform: translatey(-3px);
}

.streetwise-item:hover .streetwise-left-angle,
.streetwise-item:hover .streetwise-right-angle {
    opacity: 1;
    transform: translatey(0px);
}

.streetwise-item .streetwise-left-angle {
    position: absolute;
    z-index: 1;
    top: 40%;
    left: 10px;
}

.streetwise-item .streetwise-right-angle {
    position: absolute;
    z-index: 1;
    top: 40%;
    right: 10px;
}

.streetwise-right-angle i,
.streetwise-left-angle i {
    font-size: 12px;
    color: #1876db;
}

.streetwise-item .streetwise-item-media-and-tags .streetwise-item-recommended,
.streetwise-item .streetwise-item-media-and-tags .streetwise-item-boosted {
    background: var(--black-700);
    font-family: Source Sans Pro;
    font-size: 12px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--primary-font-color);
    padding: 0px 10px;
    border-radius: 2px;
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 1;
}

.streetwise-item .streetwise-item-media-and-tags .streetwise-item-buyable {
    position: absolute;
    bottom: 15px;
    right: 15px;
    z-index: 2;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: var(--transition);
    background: var(--heading-color);
    border-radius: 25px;
}

.streetwise-item .streetwise-item-media-and-tags .streetwise-item-buyable i {
    color: var(--white-700);
    font-size: 10px;
    width: 11px;
    height: 10px;
}

.streetwise-item:hover .streetwise-item-media-and-tags .streetwise-item-buyable {
    background: #0005;
}

.cwp_boosted .streetwise-item-content,
.streetwise-boosted-item .streetwise-item-content {
    border-top: 4px solid var(--black-700) !important;
}

.cwp_boosted .streetwise-item:hover .streetwise-item-content {
    background: var(--white-700) !important;
}

.streetwise-item .streetwise-item-media-and-tags .streetwise-item-tags {
    position: absolute;
    bottom: 15px;
    left: 15px;
    z-index: 2;
    transition: var(--transition);
}

.streetwise-item .streetwise-item-media-and-tags .streetwise-item-tags .streetwise-item-tag {
    background: #2c3e50ed;
    justify-content: center;
    display: inline-flex;
    align-items: center;
    border-radius: 11px;
    padding: 4px 12px;
    font-size: 12px;
    font-weight: normal;
    font-family: var(--primary-font);
    line-height: 16px;
    color: var(--white-700);
    text-decoration: none;
    cursor: pointer;
    transition: var(--transition);
}

.streetwise-item:hover .streetwise-item-media-and-tags .streetwise-item-tags .streetwise-item-tag {
    background: #0005;
}

.streetwise-item .streetwise-item-content {
    background: #fff;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    border-top-color: transparent;
    transition: var(--transition);
    position: relative;
    border-top: 1px solid var(---primary-border-color);
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0;
}

.streetwise-item-content-top .streetwise-item-content-top-address {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 20px;
    color: var(--primary-color);
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details .streetwise-item-title:hover {
    color: var(--primary-color);
}

select#cwp-sorting-filter {
    -webkit-box-align: center;
    align-items: center;
    background-color: rgb(255, 255, 255);
    display: flex;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    padding: 0px 8px;
    text-align: left;
    transition-duration: 0.3s;
    transition-property: background-color, border-color, color;
    transition-timing-function: cubic-bezier(0.25, 1, 0.5, 1);
    max-width: 100%;
    border-radius: 0;
    color: #000 !important;
    margin-top: 5px;
    margin-left: 15px;
    -webkit-appearance: none;
    appearance: none;
    background-image: url(data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAECAYAAACtBE5DAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABZSURBVHgBTYvBCYAwEASz0QIswQ5sRTu4kI/52YHYhPgQjZVpIcedUQhkXrsMA+9Dr0B37OtiEkRjays74zvOhwjgFpYLNU5ldb/I0qRSWYYYt8eUEE1N3i/TJhpabWOFiAAAAABJRU5ErkJggg==);
    background-repeat: no-repeat;
    border: 1px solid rgb(148, 148, 148);
    background-position: calc(100% - 18px) 15px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top .streetwise-item-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0 10px 0;
    padding: 0;
    color: #1A1F2C;
    max-width: calc(100% - 70px);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top .streetwise-item-condition {
    margin: 0;
    border: 1px solid var(--primary-color);
    border-radius: 11px;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 500;
    font-family: var(--primary-font);
    line-height: 20px;
    color: var(--primary-color);
    user-select: none;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top .streetwise-item-like,
.streetwise-item .streetwise-item-content .streetwise-item-content-top .cwp-single-save-btns {
    margin: 0 0 0 8px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    transition: var(--transition);
    z-index: 2;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top .cwp-single-save-btns .cwp-main {
    padding: 0;
    border: none;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-top .streetwise-item-like i {
    font-size: 18px;
    line-height: 18px;
    color: var(--secondary-color);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #7e2d2d00;
    top: 0;
    height: 100%;
    z-index: 1;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details a {
    z-index: 2;
    width: 100%;
    display: block;
    overflow: hidden;
}

.streetwise-item-like.cwp-saved-post,
.streetwise-item-like.cwp-save-post {
    position: relative;
    z-index: 9;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details .streetwise-item-title {
    cursor: pointer;
    transition: var(--transition);
    border-radius: 2px;
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-transform: uppercase;
    user-select: none;
    color: #62646A;
    margin: 0 0 2px 0;
    padding: 0;
    display: block;
}

p.streetwise-item-like i {
    color: #498df2;
    font-size: 22px;
}

.streetwise-item-content-details {
    display: flex;
    justify-content: space-between;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details .streetwise-item-title .streetwise-hot {
    position: relative;
    display: inline-block;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details .streetwise-item-title .streetwise-hot-item {
    margin: 0 0 0 5px;
    color: var(--red-700);
    font-size: 16px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-details .streetwise-item-desc {
    margin: 10px 0 0 0;
    color: var(---grid-text-color);
    font-size: 14px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    flex-direction: column;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-content-term {
    margin: 0 0 0 0;
    position: relative;
    z-index: 2;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom ul li {
    color: #000;
    font-size: 14px;
    margin-right: 18px;
    line-height: 15px;
    border-right: 1px solid #ddd;
    padding-right: 18px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom ul li:last-child {
    border-right: unset;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .listed-by {
    margin-top: 8px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom ul li i {
    font-size: 13px;
    color: #b0acac;
    margin-right: 8px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom ul {
    display: flex;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-content-term a {
    color: var(--faded-font-color);
    font-family: var(--primary-font);
    opacity: 0.92;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-stat {
    margin: 0 0 0 auto;
    opacity: 0.92;
    color: var(--faded-font-color);
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-stat i {
    opacity: 0.92;
    color: var(--faded-font-color);
    margin: 0 5px 0 0;
    font-size: 14px;
    line-height: 10px;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-stat:after {
    content: '|';
    margin: 0 8px;
    color: var(--input-font-color-700);
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-timer {
    margin: 0 0 0 0;
    color: var(--faded-font-color);
    font-family: var(--primary-font);
    opacity: 0.92;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-content-term a>*,
.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-timer>* {
    margin: 0 5px 0 0;
}

.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-content-term a>i,
.streetwise-item .streetwise-item-content .streetwise-item-content-bottom .streetwise-item-timer>i {
    font-size: 14px;
    line-height: 10px;
}