﻿/*SearchBar*/
table {
    border-spacing: 0px;
}
.searchbox {
    position: relative;
    min-width: 67px;
    width: 0;
    height: 33px;
    float: right;
    overflow: hidden;
    top: 30px;
    right: 15px;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    -ms-transition: width .3s;
    -o-transition: width .3s;
    transition: width .3s
}

.searchbox-input {
    top: 0;
    right: 0;
    border: 0;
    outline: 0;
    background: #eee;
    width: 100%;
    height: 35px;
    margin: 0;
    padding: 0 55px 0 20px;
    font-size: 13px;
    color: #000
}

    .searchbox-input::-webkit-input-placeholder {
        color: #989898
    }

    .searchbox-input:-moz-placeholder {
        color: #989898
    }

    .searchbox-input::-moz-placeholder {
        color: #989898
    }

    .searchbox-input:-ms-input-placeholder {
        color: #989898
    }

.searchbox-icon, .searchbox-submit {
    width: 67px !important;
    height: 35px !important;
    display: block !important;
    position: absolute !important;
    top: 0px !important;
    font-size: 13px !important;
    right: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    outline: 0 !important;
    line-height: 35px !important;
    text-align: center !important;
    cursor: pointer !important;
    color: #989898 !important;
    background: #fff
}

.searchbox-open {
    width: 50%
}

.byline {
    position: absolute;
    top: 150px;
    left: 30%;
    text-align: center;
    font-size: 18px
}

    .byline a {
        text-decoration: none;
        color: #d74b4b
    }
.product-box {
    height: 363px;
    border: 0;
    box-shadow: 0px 0px 3px 0px #cac9c9;
    width: 92%;
    margin: 0 auto 15px auto;
}
.serachBoxMessage {
    width: 100%;
    text-align: center;
    padding: 5px 5px 18px 5px;
    border: 1px solid lightgray
}

.Porducts {
    align-items:center;
    background: #f5f5f5;
    width: 100%;
}
.product-box a {
    text-decoration: none;
}

.product-box .description {
    padding: 0 10px;
    line-height: 18px;
    text-align: justify;
}

.product-box h2 {
    font-size: 18px;
    color: #000;
    font-weight: 500;
    padding: 10px;
    margin: 0 !important;
    text-align: left;
}
.Porducts a img {
    width: auto;
    height: 251px;
}
.Porducts p {
    position: relative;
    top: 48px;
}

.Searchrow {
    margin: 0 -15px 0 -15px;
    text-align: center;
}

#trSearch {
    height: 24px;
}

    #trSearch .searchMobile {
        width: 99.5%;
        top: -25px;
    }

    #trSearch .fa {
        top: 7px;
        position: relative;
        font-size: 20px;
    }