html,
body {
    height: 100%;
    min-height: 1024px;
    font-size: 18px;
}
p {
    font-size: 18px;
    font-family: 'Helvetica';
}

hr {
    border-color: #FE0D00;
    background-color: #FE0D00;
}

.site {
    background-color: #fdfdfd;
    -webkit-border-radius: 0 0 14px 14px;
    -moz-border-radius: 0 0 14px 14px;
    border-radius: 0 0 14px 14px;
    border-bottom: 1px solid #ddd;
    min-height: 800px;
    -webkit-box-shadow: 1px 10px 5px 0px rgba(254, 13, 0, 0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(254, 13, 0, 0.75);
    box-shadow: 1px 5px 5px 0px rgba(254, 13, 0, 0.75);
}

a {
    color: #5e5e5e;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}


.wrap > .head {
    margin-top: 5px;
    margin-left: auto;
}

.wrap > .container {
    padding: 30px 15px 20px;


}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\e151";
}

a.desc:after {
    content: "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav > li > form {
    padding: 8px;
}

@media(max-width:768px) {
    .nav li > form {
        padding: 3px;
    }
}

.nav > li > form > button:hover {
    text-decoration: none;
}

.navbar .navbar-inverse {
    background-color: #FE0D00;
}

.badge-logo {
    display: inline-block;
    padding: 2px 4px;
    font-size: 20px;
    font-weight: bold;
    line-height: 14px;
    color: #fff;
    vertical-align: baseline;
    white-space: nowrap;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #ff0913;
}

.header > .logo {
    position: relative;
    float:left;
    width: 270px;
    margin-right: 10px;
    z-index: 1000;
}

.header > .text-logo {
    position: relative;
    padding-top: 2.5%;
}

.header > .basket {
    /*position: absolute;*/
    top: 0px;
    float: right;
}

.adress {
    margin-top: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
}

.img-center{
    display:block;
    margin:auto;
}


.firms {
    margin-top: 50px;
}

.catalog-list {
    display: block;
    margin-left: 15px;
}

.product-info {

    display: inline-block;
    margin-top: 10px;
    margin-left: 30px;
    width: 310px;
    /*border: 1px solid #0e0e0e;*/

}

.product-info .well {
    margin-bottom: 1px;
    padding-top: 2px;
}


.product-image {
    position: relative;
    display: block;
    width: 190px;

    margin: auto;
    /*height: 250px;*/
    z-index: 1;
}

.product-title {
    position: relative;
    /*margin-top: 10px;*/
    /*margin-bottom: 15px;*/
    padding-left: 15px;
    height: 135px;
    text-align: center;
    overflow: hidden;
    word-wrap: break-word;
    z-index: 100;

}

.product-title .well {
    z-index: 10;
    padding-top: 1px;
}

.product-price {
    position: relative;
    color: #fc0100;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: Arial;
    text-shadow: 1px 0 #b6b6b6,
    0 2px 1px rgba(164, 164, 164, 0.1),
    0 3px 2px rgba(88, 88, 88, 0.1),
    0 4px 3px rgba(0,0,0,.1);
    text-align: right;
    z-index: 10;

}

.product-link {
    font-weight: bold;
    margin-top: 2px;
    /*background: #fbfbfb;*/
    /*text-shadow: 0.5px 1px #575757;*/
}

.product-link:hover {
    /*color: #1e7e34;*/
    /*text-effect: emboss;*/
    /*background: #e4e4e4;*/
    /*text-shadow: 1px 1px white,*/
    /*2px 2px #777;*/
    /*color: #333;*/
    transition: all 0.5s;
    /*text-shadow: 1px 1px #8da491,*/
    /*1px 2px #1e7e34;*/
    color: #146228;
    font-size: 18px;
    line-height: 1.2;
}


.product-desc {
    font-family: "PT Sans","Helvetica","Arial",sans-serif;
    line-height: 1.42857;

}

.product-footer {
    position: relative;
    /*margin: auto;*/
    text-align: center;
    margin-bottom: 3px;
    border: #5e5e5e;
    padding: 3px;
    background-color: #cfcfcf;
    border-radius: 4px;

}

.price-text {
    font-size: 28px;
    font-weight: bold;
    font-family: "Arial Black";
}

.text-wrap {
    word-break: break-word;
}

.navbar {
    background-color: #e9e9e9;
    font-weight: bold;
}

.dropdown-menu > li > a {
    font-weight: bold;
    font-size: 16px;
}

.dropdown-submenu > a {
    background-color: #e9e9e9;
}

.dropdown-submenu > .dropdown-menu {
    background-color: #e9e9e9;
}