﻿ .form-control {border: 1px solid black;}.custom-select {position: relative;font-family: Arial;border: 1px solid black;}.custom-select select {display: none;}.select-selected {background-color: DodgerBlue;}.select-selected:after {position: absolute;content: "";top: 14px;right: 10px;width: 0;height: 0;border: 6px solid transparent;border-color: #fff transparent transparent transparent;}.select-selected.select-arrow-active:after {border-color: transparent transparent #fff transparent;top: 7px;}.select-items div, .select-selected {color: #ffffff;padding: 8px 16px;border: 1px solid transparent;border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;cursor: pointer;}.select-items {position: absolute;background-color: DodgerBlue;top: 100%;left: 0;right: 0;z-index: 99;}.select-hide {display: none;}.select-items div:hover, .same-as-selected {background-color: rgba(0, 0, 0, 0.1);}#listView {padding: 10px 5px;margin-bottom: -1px;font: inherit;}.product {float: left;position: relative;width: 111px;height: 170px;margin: 0 5px;padding: 0;}.product img {width: 110px;height: 110px;}.product h3 {margin: 0;padding: 3px 5px 0 0;max-width: 96px;overflow: hidden;line-height: 1.1em;font-size: .9em;font-weight: normal;text-transform: uppercase;color: #999;}.product p {visibility: hidden;}.product:hover p {visibility: visible;position: absolute;width: 110px;height: 110px;top: 0;margin: 0;padding: 0;line-height: 110px;vertical-align: middle;text-align: center;color: #fff;background-color: rgba(0,0,0,0.75);transition: background .2s linear, color .2s linear;-moz-transition: background .2s linear, color .2s linear;-webkit-transition: background .2s linear, color .2s linear;-o-transition: background .2s linear, color .2s linear;}.k-listview:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}