   .sidebar-products {
        background: #fff;
        /* padding: 15px 15px 20px; */
    }

        .sidebar-products .item {
            width: 100%;
            overflow: hidden;
            padding-bottom: 15px;
            margin-bottom: 15px;
            border-bottom: solid 1px #eee;
        }

            .sidebar-products .item:last-child {
                margin-bottom: 0;
                padding-bottom: 0;
                border: none;
            }

        .sidebar-products h2 {
            font-size: 18px;
            margin-bottom: 20px;
        }

        .sidebar-products img {
            width: 65px;
            height: auto;
            float: left;
        }

        .sidebar-products h3 {
            font-size: 13px;
            /*text-transform: none;*/
            margin-left: 80px;
            margin-bottom: 2px;
            margin: 0 20px 0 80px;
        }

        .sidebar-products .price {
            margin-left: 80px;
            color: #74569d;
            font-size: 16px;
        }




        .sidebar-products a {
            color: #333;
        }

            .sidebar-products a:hover {
                color: #74569d;
            }