 .by a:hover {
            text-decoration: none;
        }

        .price-range-block {
            margin: 60px;
        }

        .ui-slider-horizontal {
            height: .6em;
        }

        .ui-slider-horizontal {
            margin-bottom: 15px;
            width: 40%;
        }

        .ui-widget-header {
            background: #421160;
        }

        .price-range-search {
            width: 40.5%;
            background-color: #f9f9f9;
            border: 1px solid #6e6666;
            min-width: 40%;
            display: inline-block;
            height: 32px;
            border-radius: 5px;
            float: left;
            margin-bottom: 20px;
            font-size: 16px;
        }

        .price-range-field {
            width: 20%;
            min-width: 16%;
            background-color: #f9f9f9;
            border: 1px solid #6e6666;
            color: black;
            font-family: myFont;
            font: normal 14px Arial, Helvetica, sans-serif;
            border-radius: 5px;
            height: 26px;
            padding: 5px;
        }

