.wish-list {
    .single-wish {
        border-color:#DEDEDE;        
        background-color: #fff;
        .left {
            box-shadow: none;
        }
        .title {
            a {
                color: color(250);                
                font-size: 18px;
            }
        }
        .price {
            font-size: 20px;            
            color: color(600);
            small {
                color: #bebebe;
                font-size: 18px;
                margin-left: 5px;
            }
        }
        @include media-breakpoint-down(lg) {
            margin-bottom: 20px;
            .title {
                a {
                    font-size: 17px;
                }
            }
            .price {
                font-size: 18px;
                small {
                    font-size: 16px;
                }
            }
        }
        @include media-breakpoint-down(sm) {
            padding: 15px;
            margin-bottom: 15px;
            .title {
                a {
                    font-size: 15px;
                }
            }
            .price {
                font-size: 16px;
                small {
                    font-size: 15px;
                }
            }
        }
    }
}
