.pro_item .pro_pic {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 63.7%;
}

.pro_item .pro_pic img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.pro_item {
    border:1px solid transparent;
}

.pro_item:hover {
    border: 1px solid #02CFCD;
}
#categorySelect {
    width: 80%;
    margin-left: 10%;
    height: 45px !important;
    background-color: #ffffff;
    background-image: none !important;
    filter: none !important;
    border: 1px solid #e5e5e5;
    outline: none;
    line-height: 45px;
    border-radius: 14px;
    font-size: 16px;
}