/* Sticky footer styles
-------------------------------------------------- */
html,
body {
  height: 100%;
}

#wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -90px;
    padding: 0 0 90px;
}

.top-page-header, #footer {
    background-color: initial;
    background-image: linear-gradient(rgba(255,255,255,.2), rgba(255,255,255,.2)), url("../img/shutterstock_327513740_2000.jpg"); 
}

.page-1 #wrap {
    background-image: linear-gradient(rgba(255,255,255,.0), rgba(255,255,255,.0)), url("../img/shutterstock_327513740_2000.jpg"); 
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-1 .top-page-header {
    background-color: initial;
    background-image: none;
}
.page-1 .page-header-indent {
    display: none;
}
/*#top-navbar-collapse {
    margin-top: 6px;
}*/

.mini #top-navbar-collapse {
    margin-top: 0px;
}

/*.page-1 #top-navbar-collapse > ul > li:nth-child(2) {
    display: none;
}*/

#footer {
    height: 90px;
    /*background-color: #B2DFDB;*/
    padding: 15px 0;
}

#footer img.sert {
    float: left;
    margin-right: 10px;
    height: 85px;
}

#footer .col-xs-12 {
    margin-bottom: 20px;
}
#footer a.navbar-brand {
    float: none;
    padding: 0;
    display: block;
    height: initial;
}

#subfooter {
    padding: 10px 0;
    text-align: center;
    background-color: white;
    position: relative;
}

a {
    color: #263238;
}
a:focus{
    color: rgb(104, 217, 255);
}

h3, .h3 {
    margin: 0px 0 10px;
}

.navbar-worktime .glyphicon {
    color: #fff;
}

.nav-tabs-navigation {
    text-align: left;
}

.gototop{
    position: absolute;
    /*bottom: -20px;*/
    left: 49%;
    color: #B29442;
    font-size: 30px;
}

ul.footer-contacts, ul.footer-contacts a {
    font-size: 15px;
    color: #263238;
    list-style: none;
    padding-left: 0px;
    padding-top: 0px;
    text-decoration: none;
}

ul.footer-contacts li span{
    margin-right: 5px;
}

/*.footer-banners, .footer-copy, .footer-logo img, .footer-contacts-block{
    margin: 15px;
}*/

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 0 15px 30px;
}

table.contacts tr:nth-child(1) td{
    border-top: 0;
}

/* start - table */
.news table {
    border-collapse: collapse;
    margin: 10px;
}
.news tr { background: #fff; }
.news th, .news td {
    text-align: left;
    border-width: 1px;
    border-style: solid;
}
.news th {
    color: #7BA857;
    background: #EFFAE6;
    padding: .8em 1em;
    border-color: #DFF4D5 #D3EFC3 #A7DF8A #D3EFC3;
}
.news td {
    border-color: #EFEFEF;
    padding: .7em 1em;
}
/* end - table */

.container .text-muted {
  margin: 20px 0;
}

code {
  font-size: 80%;
}

.nowrap{
    white-space: nowrap;
}
.form-group.form-inline.searchline{
    white-space: nowrap;
    display: table;
    width: 100%;
    margin: -3px -3px 0px -3px;
}
.form-group.form-inline.searchline div.table-row{
    display: table-row;
}
#logos-slider {
    display: none;
}
#searchLineForm, #searchLineCart{
    padding: 3px;
    display: table-cell;
    vertical-align: middle;
}
#topSlForm {
    margin-right: 20px;
}
#topSlForm .twitter-typeahead {
    width: 200px;
}
#topSlForm input {
    display: inline-block;
    height: 35px;
    font-size: 15px;
    vertical-align: middle;
}
#topSlForm input::placeholder {
    color: #66615b;
    font-weight: normal;
    
}


#searchLineForm, #slForm input {
    width: 100%;
    overflow: hidden;
    height: 42px;
}
.form-group.form-inline.searchline input{
    display: inline-block;
    width: 65%;
    vertical-align: middle;
    margin-left: -4px;
    /*padding: 15px;*/
    border: none;
    border-radius: 0;
    /*-webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;*/
    font-size: 14px;

    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
}

#searchButton {
    margin-left: 10px;
    margin-top: -3px;
    font-weight: bold;
    font-size: 17px;
}

#search_line_number {
    vertical-align: middle !important;
    width: 70%;
    border: 1px solid #ccc;
}
#search_line_number::placeholder {
    color: black;
}
.search-line-form{
    margin-bottom: 10px;
    margin-left: -3px;
}
.stock-quantity {
    width: 70px;
}

.modal-footer {
    border-top: none;
    margin-top: 20px;
}

.form-group.form-inline.searchline input:focus{
    /*-webkit-box-shadow: inset 0 -2px 0 rgba(7, 162, 214, 1);
    box-shadow: inset 0 -2px 0 rgba(7, 162, 214, 1);*/
    box-shadow: 0 0 5px rgba(7, 162, 214, 1);
}

/* === Button Style === */
button.search-button {
    background-color: #07a2d6;
    background: -webkit-gradient(linear, left top, left bottom, from(#07a2d6), to(#337ab7));
    background: -webkit-linear-gradient(top, #07a2d6, #337ab7);
    background: -moz-linear-gradient(top, #07a2d6, #337ab7);
    background: -ms-linear-gradient(top, #07a2d6, #337ab7);
    background: -o-linear-gradient(top, #07a2d6, #337ab7);
    background: linear-gradient(top, #07a2d6, #337ab7);
    border: 1px solid #3075AB;
    border-bottom: 1px solid #337ab1;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #609AC7;
    -webkit-box-shadow: 0 1px 0 0 #609AC7 inset ;
    -moz-box-shadow: 0 1px 0 0 #609AC7 inset;
    -ms-box-shadow: 0 1px 0 0 #609AC7 inset;
    -o-box-shadow: 0 1px 0 0 #609AC7 inset;
    color: white;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #24547A;
}
button.search-button:hover {
    opacity:.85;
    cursor: pointer; 
}
button.search-button:active {
    border: 1px solid #7160C7;
    box-shadow: 0 0 10px 5px #2A5089 inset; 
    -webkit-box-shadow:0 0 10px 5px #2A5089 inset ;
    -moz-box-shadow: 0 0 10px 5px #2A5089 inset;
    -ms-box-shadow: 0 0 10px 5px #2A5089 inset;
    -o-box-shadow: 0 0 10px 5px #2A5089 inset;
}

nav.navbar{
    height: 100px;
    /*background-color: #B2DFDB;
    color: #263238;*/
}

.navbar .navbar-brand {
    padding: 0px;
    margin: 0px 0px;
    padding: 0px 15px;
}
a.navbar-brand img{
    max-width: 100%;
    height: 65px;
    /*margin: 5px;*/
}

.navbar .navbar-nav > li > a {
    padding: 10px 10px;
}




.navbar-nav>li {
    font-size: 14px;
}
.navbar .navbar-nav>li>a:hover,
.navbar .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    /*background-color: rgba(248, 248, 248, 0);*/
    background-color: #383838;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    text-transform: uppercase;
}
.navbar .navbar-nav>.active>a,
.navbar .navbar-nav>.active>a:hover,
.navbar .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: #383838;
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
    text-transform: uppercase;
}

.navbar .navbar-brand {
    color: rgba(119, 119, 119, 1);
}

.navbar.side-navbar{
    border: 0;
    font-size: 14px;
    font-weight: initial;
    background-color: #F7F7F7;
}
.navbar.side-navbar .navbar-header{
    float: none;
}
.navbar.side-navbar h4{
    color: #337ab7;
    font-weight: bold;
    margin-top: 0px;
}
.navbar.side-navbar .list-group-item-heading{
    border-bottom: 2px solid rgba(7, 162, 214, 1);
}
.navbar.side-navbar .list-group-item-text{
    line-height: 1.2;
    font-size: 13px;
}
.navbar.side-navbar .list-group-item{
    border: none;
    padding: 5px 0px;
}
.navbar.side-navbar .list-group{
    margin-bottom: 0px;
}


.navbar {
    font-size: 13px;
    /*background-color: rgba(248, 248, 248, 1);*/
    border-width: 1px;
    border-radius: 0px;
    font-weight: bold;
}
.navbar .navbar-nav>li>a {
    color: rgba(7, 162, 214, 1);
    background-color: rgba(248, 248, 248, 0);
    text-transform: uppercase;
}
.navbar .navbar-toggle {
    /*border-color: #ddd;*/
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar .navbar-toggle:hover .icon-bar,
.navbar .navbar-toggle:focus .icon-bar {
    background-color: #888;
}

.nav > li > a {
   padding: 0px 10px 15px 10px;
}

.sidebar-nav, .boxed, .navbar-header.supply-lines{
    padding: 15px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    margin: 20px auto;
    overflow: hidden;
}

.slick-slide{
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    overflow: hidden;
}

.navbar-header.supply-lines > button {
    background-color: #eee;
}

.nopadding{
    padding: 0 !important;
}
.top-bar-widget{
    display: table;
    float: right !important;
    color: #fff;
}
.top-bar-widget > span{
    display: table-cell;
    /*vertical-align: middle;*/
}

.top-bar-widget > span * {
    line-height: 20px;
    font-size: 16px;
}

.top-bar-widget > span a {
    color: #fff;
}
.top-bar-widget > span a:hover {
    color: #68B3C8/*rgba(255, 255, 255, 1)*/;
    
    transition-delay: 0s;
    transition-duration: 0.5s;
    transition-property: all;
    transition-timing-function: ease;
}

li.catalog-row{
    list-style: none;
}
li.catalog-row:hover{
    background-color: #f5f5f5;
}

.catalog-row, .catalog-row a div{
    height: 40px;
    line-height: 20px;
    vertical-align: middle;
    margin-bottom: 10px;
}
.catalog-row img{
    max-height: 40px;
    max-width: 100%;
}


.nbs-flexisel-container {
    margin: 5px 30px;
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;
    margin-top: -10px;
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:65px;
}
.nbs-flexisel-item img {
    /*width: 100%;*/
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    max-width:150px;
    max-height:45px;
    vertical-align: middle;
}



/* contact form styles*/
/* === Remove input autofocus webkit === */
*:focus {outline: none;}

/* === Form Typography === */
/*body {font: 14px/21px "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;}*/
/*.contact_form h2, .contact_form label {font-family:Georgia, Times, "Times New Roman", serif;}*/
.form_hint, .required_notification {font-size: 11px;}

/* === List Styles === */
.contact_form ul {
    /*width: 320px;*/
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
}
.contact_form li{
    padding:12px;
    /*border-bottom:1px solid #eee;*/
    position:relative;
} 
.contact_form li:first-child, .contact_form li:last-child {
    border-bottom:1px solid #777;
}
.contact_form li:last-child {
    border-bottom:0;
}

/* === Form Header === */
.contact_form h2 {
    margin:0;
    display: inline;
}
.required_notification {
    color:#d45252; 
    margin:5px 0 0 0; 
    display:inline;
    float:right;
}

/* === Form Elements === */
.contact_form label {
    /*width: 160px;*/
    width: 220px;
    margin-top: 3px;
    display: inline-block;
    float: left;
    padding: 3px;
}
.contact_form input {
    height: 35px; 
    width: 100%;
    padding: 5px 8px;
}
.contact_form textarea {
    padding: 8px; 
    width: 90%;
}
.contact_form textarea:focus {
    width: 100%;
}
.contact_form button {
    /*margin-left:156px;*/
}

/* form element visual styles */
.contact_form input, .contact_form textarea { 
    border:1px solid #aaa;
    box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
    border-radius:2px;
    /*padding-right:5px;*/
    -moz-transition: width .25s; 
    -webkit-transition: width .25s; 
    -o-transition: width .25s;
    transition: width .25s;
}

.contact_form input:focus, .contact_form textarea:focus {
    background: #fff; 
    border:1px solid #555; 
    box-shadow: 0 0 3px #aaa; 
}
.contact_form input:focus{
    width: 100%;
}

/* === HTML5 validation styles === */   
.contact_form input:required, .contact_form textarea:required {
    background: #fff url(../img/red_asterisk.png) no-repeat 98% center;
}
.contact_form input:required:valid, .contact_form textarea:required:valid {
    background: #fff url(../img/valid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #5cd053;
    border-color: #28921f;
}
.contact_form input:focus:invalid, .contact_form textarea:focus:invalid {
    background: #fff url(../img/invalid.png) no-repeat 98% center;
    box-shadow: 0 0 5px #d45252;
    border-color: #b03535
}

/* === Form hints === */
.form_hint {
    background: #61A82A;
    border-radius: 3px 3px 3px 3px;
    color: white;
    margin-left:8px;
    padding: 1px 6px;
    z-index: 999; /* hints stay above all other elements */
    position: absolute; /* allows proper formatting if hint is two lines */
    display: none;
}
.form_hint::before {
    content: "\25C0";
    color:#61A82A;
    position: absolute;
    top:1px;
    left:-6px;
}
.contact_form input:focus + .form_hint {display: inline;}
.contact_form input:required:valid + .form_hint {background: #28921f;}
.contact_form input:required:valid + .form_hint::before {color:#28921f;}
    
/* === Button Style === */
button.submit {
    background-color: #68b12f;
    background: -webkit-gradient(linear, left top, left bottom, from(#68b12f), to(#50911e));
    background: -webkit-linear-gradient(top, #68b12f, #50911e);
    background: -moz-linear-gradient(top, #68b12f, #50911e);
    background: -ms-linear-gradient(top, #68b12f, #50911e);
    background: -o-linear-gradient(top, #68b12f, #50911e);
    background: linear-gradient(top, #68b12f, #50911e);
    border: 1px solid #509111;
    border-bottom: 1px solid #5b992b;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-shadow: inset 0 1px 0 0 #9fd574;
    -webkit-box-shadow: 0 1px 0 0 #9fd574 inset ;
    -moz-box-shadow: 0 1px 0 0 #9fd574 inset;
    -ms-box-shadow: 0 1px 0 0 #9fd574 inset;
    -o-box-shadow: 0 1px 0 0 #9fd574 inset;
    color: white;
    font-weight: bold;
    padding: 6px 20px;
    text-align: center;
    text-shadow: 0 -1px 0 #396715;
}
button.submit:hover {
    opacity:.85;
    cursor: pointer; 
}
button.submit:active {
    border: 1px solid #20911e;
    box-shadow: 0 0 10px 5px #356b0b inset; 
    -webkit-box-shadow:0 0 10px 5px #356b0b inset ;
    -moz-box-shadow: 0 0 10px 5px #356b0b inset;
    -ms-box-shadow: 0 0 10px 5px #356b0b inset;
    -o-box-shadow: 0 0 10px 5px #356b0b inset;
    
}

.alert {
    margin-top: 20px;
}

.search-text {
    font-weight: bold;
}

.pdf-icon {
    background:url('../img/pdf.png') no-repeat;
    width:32px;
    height:32px;
    display:inline-block;
}

.form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

span.twitter-typeahead {
    width: 100%;
    line-height: 34px;
}

    .home-wrap {
        display: flex;
    }
    
@media (min-width: 768px) {
    .mini #topBarCart {
        padding: 8px 10px;
    }
    
    .mini #topBarCart .cart-icon {
        width: 25px;
        height: 25px;
    }
    .mini .cartTotalCount {
        margin-top: 5px;
    }

    .contact_form input {
        width: 350px;
        height:35px; 
        padding:5px 8px;
    }
    .contact_form input:focus{
        width: 370px;
    }
    span.twitter-typeahead {
        /*width: 72.5%;*/
        width: 80%;
        line-height: 34px;
    }

    /*span.components-block{
        display: inline-block;
        max-width: 450px;
    }*/
    .search-line-form{
        margin-bottom: 0px;
    }
    #search_line_number {
        width: 100%;
    }
    .main-container .boxed{
        padding: 25px;
    }
    .contact_form ul {
        width: initial;
    }
    .contact_form input:focus {
        padding-right:30px;
    }
    .contact_form textarea:focus {
        width: 370px;
    }
    .contact_form textarea {
        padding:8px; 
        width:350px;
    }
    .contact_form button {
        margin-left:156px;
    }
    .recap{
        width: 350px;
        overflow: hidden;
    }
    .navbar-nav > li > .dropdown-menu:before, .navbar-nav > li > .dropdown-menu:after {
        display: none;
        content: "";
    }

}
@media (min-width: 993px) {
    .top-bar-widget{
        height: 100px;
    }
    .mini #topSlForm .search-btn {
        margin: 3px 3px;
    }
    .mini .nav.navbar-nav, .mini .top-bar-widget {
        margin-top: 0px;
    }
    .nav.navbar-nav, .top-bar-widget {
        margin-top: 5px;
    }
    #search_line_number {
        width: 80%;
    }
    .navbar.side-navbar .navbar-header{
        text-align: center;
    }
    .navbar-header.supply-lines span{
        padding-left: 0px;
    }
    .navbar-header.supply-lines, .navbar-header.supply-lines span{
        height: 34px;
        line-height: 34px;
        padding: 0;
    }
    a.navbar-brand{
        /*padding-top: 20px;*/
    }
    a.navbar-brand img{
        /*width: 200px;*/
        width: 250px;
        /*margin-top: -3px;*/
        height: auto;
    }
    /*.navbar-brand,
    .navbar-nav li a {
        line-height: 100px;
        height: 100px;
        padding-top: 0;
    }*/
    .top-bar-widget {
        
    }
    .top-bar-widget {
        margin-right: -15px;
    }
    
    .modal {
        text-align: center;
        padding: 0!important;

        -webkit-overflow-scrolling: auto !important;
        overflow-y: auto !important;
    }

    .modal:before {
      content: '';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      margin-right: -4px;
    }

    .modal-dialog {
      display: inline-block;
      text-align: left;
      vertical-align: middle;
    }
}

@media (min-width: 1200px) {
    .top-bar-widget.contacts {
        display: block;
    }
    #search_line_number {
        width: 75%;
        font-size: 18px;
    }
    a.navbar-brand{
        margin-right: 40px;
    }
    .top-bar-widget {
        margin-right: 0px;
    } 
}

@media (max-width: 992px) {
    /*body > .navbar-collapse ul {
        position: relative;
        z-index: 3;
        overflow-y: scroll;
        height: initial;
    }*/

    
/*    .navbar-header {
      float: none;
    }
    .navbar-left,.navbar-right {
      float: none !important;
    }
    .navbar-toggle {
      display: block;
    }
    .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
    }*/
    /*.navbar-collapse.collapse {
      display: none!important;
    }*/
    /*.navbar-nav {
      float: none!important;
      margin-top: 7.5px;
    }
    .navbar-nav>li {
      float: none;
    }
    .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;
    }*/
/*    .collapse.in{
      display:block !important;
    }*/
    
    .top-bar-widget > span * {
        line-height: 20px;
        font-size: 13px;
    }
}


/* virtual cart*/
/*span.components-block{
    display: table;
    width: 450px;
}

#virtualCart {
    width: 450px;
}*/

#virtualCart label {
    width : 250px;
}

#virtualCart button{
    margin: 0;
}

/*#virtualCart input.name:focus, #virtualCart input.name{
    width: 160px;
}*/
#virtualCart input.quantity, #virtualCart input.quantity:focus{
   /* width: 150px;*/
}
.contact_form.virtualCart li:first-child{
    border-bottom:1px solid #eee;
}

#goToCart{
    float: right;
    font-weight: bold;
    font-size: 16px;
    padding: 5px 20px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

#topBarCart {
    transition:height .8s, width .8s, left .8s, top .8s, line-height .8s, padding .8s, margin .8s, opacity .8s !important;
    margin: 0 20px;
    padding: 15px 10px;
    border-radius: unset;
}
#topBarCart .cart-icon {
    background-image: url(../img/supermarket.png);
    width: 35px;
    height: 35px;
    display: block;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

/* catalog */

div.vm-products-horizon div.product-container {
    padding: 5px 10px;
    /*background-color: rgba(7, 162, 214, 0.10);*/
    position: relative;
    min-height: 115px;
}
.spacer.product-container {
    border: 1px solid #ddd;
    margin: 5px;
}
div.category-view {
    margin: 30px 0px;
}
div.category-view div.spacer {
    margin: 0 auto;
    padding: 0;
}

div.category-view div.row div.category div.spacer {
    margin: 5px !important;
    height: 200px;
}
.width33 {
    width: 33%;
}
 .floatleft{
    float: left;
}
div.category-view a.imgcat {
    display: block;
}
img {
    display: block;
    max-width: 100%;
    height: auto;
}

div.category-view h5 a {
    text-transform: uppercase;
    display: block;
    min-height: 30px;
    text-align: center;
}

.category-view .row .category .spacer, .featured-view .spacer, .latest-view .spacer, .topten-view .spacer, .recent-view .spacer, .related-products-view .spacer, .browse-view .row .product .spacer {
    padding: 6px;
}

div.category-view a.imgcat img {
    max-width: 180px;
    max-height: 180px;
    margin: 0 auto;
    padding: 8px;
    overflow: hidden;
}

div.vm-products-horizon div.product-container div.vm-product-media-container {
    margin: 10px;
    float: right;
}

.vm-products-horizon .vm-product-media-container {
    float: left;
    max-width: 180px;
}

.vm-product-media-container {
    text-align: center;
    max-width: 100%;
    margin-bottom: 15px;
}

.browse-view .row .product .spacer img, .related-products-view .row .product .spacer img {
    width: auto;
    height: auto;
}

.browseProductImage {
    max-height: 60px;
    /* width: auto; */
    max-width: 100%;
}


/* Style the list */
ul#breadcrumb {
    padding: 7px 15px;
    list-style: none;
    background-color: #eee;
    margin-bottom: 20px;
}

/* Display list items side by side */
ul#breadcrumb li {
    display: inline;
}

/* Add a slash symbol (/) before/behind each list item */
ul#breadcrumb li+li:before {
    padding: 7px;
    color: black;
    content: "/";
}

/* Add a color to all links inside the list */
ul#breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul#breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


/*dropdown*/
.dropdown-menu>li>a {
    height: initial;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.info-box{
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 15px;
    background-color: rgba(7, 162, 214, 0.2);
    text-align: right;
    font-size: 15px;
}

.search-results-stocks table{
    font-size: 12px;
}

.search-results table{
    margin-top: 20px;
    font-size: 15px;
}

.search-results table{
    margin-bottom: 0px;
}

.search-results-stocks table>tbody>tr>td {
    padding: 2px;
}

#virtualCart input.quantity, #virtualCart input.quantity:focus, #virtualCartStock input.quantity, #virtualCartStock input.quantity:focus  {
   /* width: 100px;*/
    padding-right: 10px;
}

#virtualCartStock .bg-info {
    margin-top: 10px;
}

#clearCartStock, .delete-btn {
    margin-left: 0px !important;
}

.show-more-than-20{
    margin-top: 10px;
}

/* typeahead*/
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: pointer;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
span.twitter-typeahead .tt-suggestion {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.input-group span.twitter-typeahead {
  display: block !important;
  height: 34px;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}

.top-bar-widget.md-only{
    display: none;
}

/* main page */
.home-landing {
    margin-top: -45px;
}
.home-landing p {
    text-align: center;
    text-indent: inherit;
}

.home-landing img.logo {
    margin: 0 auto;
}
.row.home-brands, .row.header-full-width, .row.orange-line {
    margin-left: -25px;
    margin-right: -25px;
}
@font-face {
    font-family: 'Helvetica Neue Cyr Black';
    src: url('../fonts/HelveticaNeueCyr-Black.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Black Italic';
    src: url('../fonts/HelveticaNeueCyr-BlackItalic.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Bold';
    src: url('../fonts/HelveticaNeueCyr-Bold.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Bold Italic';
    src: url('../fonts/HelveticaNeueCyr-BoldItalic.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Italic';
    src: url('../fonts/HelveticaNeueCyr-Italic.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Light';
    src: url('../fonts/HelveticaNeueCyr-Light.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Light Italic';
    src: url('../fonts/HelveticaNeueCyr-LightItalic.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Medium';
    src: url('../fonts/HelveticaNeueCyr-Medium.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Roman';
    src: url('../fonts/HelveticaNeueCyr-Roman.otf');
}

@font-face {
    font-family: 'Helvetica Neue Cyr Thin';
    src: url('../fonts/HelveticaNeueCyr-Thin.otf');
}

.header-full-width {
    background-color: #07a2d6;
    padding: 20px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    margin-bottom: 30px;
}

.header-full-width .logo {
    width: 108px;
}

.title-bold {
    margin-top: 12px;
    font-family: 'Helvetica Neue Cyr Medium';
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 12px;
    margin-bottom: 0;
}

.title-thin {
    font-family: 'Helvetica Neue Cyr Thin';
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.large-text-gray {
    font-family: 'Helvetica Neue Cyr Roman';
    font-size: 17px;
    color: #747474;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.1;
}

.title-blue {
    font-family: 'Helvetica Neue Cyr Bold';
    color: #07a2d6;
    margin-top: 24px;
    /* margin-bottom: 24px; */
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}

.rhombus {
    display: none;
}

.rhombus-container {
    width: 100%;
    min-height: 500px;
    background-image: url("../img/squares_full.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    margin-top: 25px;
    margin-bottom: 50px;
}

.rhombus-text-1 {
    //margin: 0 50px 0 auto;
    margin: 0 30px 0 auto;
    //width: 160px;
    text-align: right;
}

.rhombus-text-1 p {
    text-align: right;
}

.rhombus-text-2 {
    //width: 300px;
    margin: 0 auto;
    text-align: center;
}

.rhombus-text-3 {
    margin: 0 auto 0 50px;
    //width: 120px;
}

.rhombus-text-3 p {
    text-align: left;
} 

.rhombus-text-4 {
    text-align: right;
    margin: 0 50px 0 auto;
}

.rhombus-text-4 p {
    text-align: right;
}

.rhombus-text-5 {
    //width: 300px;
    margin: 0 0 auto 50px;
}

.rhombus-text-5 p {
    text-align: left;
}

.rhombus-line-2 {
    margin-top: 330px;
}

.title-blue-small {
    color: #07a2d6;
    font-family: 'Helvetica Neue Cyr Bold';
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.text-content {
    color: #5f5f5f;
    font-family: 'Helvetica Neue Cyr Roman';
    font-size: 12px;
    margin-bottom: 0;
}

.cards-wrapper {
    margin-bottom: 24px;
}

.card-item {
    border: 1px solid #ffc776;
    border-radius: 15px;
    overflow: hidden;
    height: 100%;
    margin-bottom: 20px;
}

.card-item .card-item-header {
    background-image: linear-gradient(to right, #ffc776, #ffae85);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-item .card-item-header img {
    height: 85px;
}

.card-item-body {
    font-family: 'Helvetica Neue Cyr Roman';
    //padding: 24px;
    padding: 20px;
    color: #5f5f5f;
    //font-size: 14px;
    font-size: 16px;
    text-align: center;
    line-height: 1.2;
}

.orange-line {
    border: 0;
    height: 2px;
    background: #ffc776;
    background-image: linear-gradient(to right, #ffc776, #ffae85);
    margin-bottom: 0;
    margin-top: 24px;
}

.supply-line-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 24px;
    height: 150px;
}

.supply-line-item {
    width: 10%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.supply-line-title {
    font-family: 'Helvetica Neue Cyr Roman';
    color: #5f5f5f;
    font-size: 12px;
    text-align: center;
}

.supply-line-icon {
    background-image: url("../img/squares_blue_bottom.svg");
    background-repeat: no-repeat;
    background-position-x: center;
    min-height: 120px;
    display: flex;
    justify-content: center;
}

.supply-line-icon:nth-child(2n+1) {
    background-image: url("../img/squares_blue_top.svg");
}

.supply-line-icon img {
    width: 70px;
    height: 70px;
    margin-top: 40px;
}

.supply-line-icon:nth-child(2n+1) img {
    margin-top: 10px;
}
.page-header-indent{
    opacity:0;
    padding: 5px;
}

#cart-button {
    position: fixed;
    right: 3%;
    left: auto;
    bottom: 5%;
    top: auto;
    z-index: 1000;
    font-size: .85rem;
}
#cart-button button {
    padding: 0.46875rem 1rem;
}
#cart-button img {
    width: 25px;
    margin-right: 10px;
    margin-top: -3px;
}
#cart-button span {
    top: 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    text-align: center;    
}

@media only screen and (min-width: 992px) {
    #cart-button {
        bottom: 10%;
    }
    #cart-button button {
        padding: 10px 20px;
    }
    #cart-button img {
        width: 35px;
        margin-right: 10px;
        margin-top: -1px;
    }
}
@media (max-width: 1199px) {
    #topSlForm {
        background-color: #777d82;
        position: fixed;
        right: 0;
        padding: 10px 20px;
        margin-right: 0px;
        margin-top: -1px;
    }
    .top-bar-widget.search {
        top: 85px;
    }
    .mini .top-bar-widget.search {
        top: 55px;
    }
}

@media (max-width: 992px) {
    nav.navbar{
        height: 80px;
    }
    .navbar-nav>li {
        font-size: 13px;
    }
    .rhombus-text-1 p, .rhombus-text-2 p, .rhombus-text-3 p, .rhombus-text-4 p, .rhombus-text-5 p {
        text-align: center;
    }
    .rhombus-container {
        background: none;
        min-height: 0;
    }

    .large-text-gray {
        font-size: 18px;
    }

    .rhombus {
        background-image: url("../img/square_alone.svg");
        background-repeat: no-repeat;
        margin: 24px auto;
        width: 200px;
        height: 200px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .rhombus img {
        width: 50%;
    }
    
    .rhombus-text-1 {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .rhombus-text-2 {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .rhombus-text-3 {
        margin: auto;
        text-align: center;
        width: 100%;
    }

    .rhombus-text-4 {
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .rhombus-text-5 {
        text-align: center;
        width: 100%;
        margin: auto;
    }

    .rhombus-line-2 {
        margin-top: 0px;
    }

    .title-blue-small {
        color: #07a2d6;
        font-family: 'Helvetica Neue Cyr Bold';
        font-size: 18px;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .text-content {
        color: #5f5f5f;
        font-family: 'Helvetica Neue Cyr Roman';
        font-size: 18px;
        margin-bottom: 0;
    }

    .supply-line-wrapper {
        height: 180px;
    }

    .supply-line-icon img {
        width: 70px;
        height: 70px;
        margin-top: 25px;
    }
    
    .supply-line-icon:nth-child(2n+1) img {
        margin-top: 0px;
    }
}

@media (max-width: 768px) {

    .title-blue {
        font-size: 24px;
    }

    .large-text-gray {
        font-size: 20px;
    }

    .cards-wrapper {
        margin-bottom: 0;
    }

    .cards-wrapper div {
        margin-bottom: 24px;
    }

    .cards-wrapper:last-child() {
        margin-bottom: 0;
    }

    .card-item-body {
        font-size: 20px;
    }

    .header-full-width {
        margin-bottom: 24px;
    }

    .supply-line-wrapper {
        display: flex;
        flex-direction: column;
        margin-bottom: 24px;
    }
    
    .supply-line-item {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        margin-top: 100px;
    }

    .supply-line-item:nth-child(2n) {
        justify-content: flex-start;
    }
    
    .supply-line-title {
        font-size: 24px;
        padding: 0 24px;
    }
    
    .supply-line-icon {
        background-image: url("../img/squares_blue.svg");
        background-repeat: no-repeat;
        background-position-x: center;
        min-height: 120px;
        height: 120px;
        width: 120px;
        display: flex;
        justify-content: center;
    }
    
    .supply-line-icon:nth-child(2n+1) {
        background-image: url("../img/squares_blue.svg");
    }
    
    .supply-line-icon img {
        width: 120px;
        height: 120px;
        margin-top: 0;
    }
    
    .supply-line-icon:nth-child(2n+1) img {
        margin-top: 0;
    }
    
    .page-header-indent {
        padding: 40px;
    }
}
/* end main page*/


.table-proton {
    font-size: 12px;
}

.part-description {
    font-size: 11px;
}


/* 31.10.2018 */
/*FOR ALL*/

.top-page-header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:9
}

.top-bar-widget{
    position:relative;
}

.gototop{
    position:fixed;
    left: 48%;
    bottom: 5%;
    opacity: 0;
    display: unset !important;
    transition: opacity .8s linear;
    color: #8ECFD5;
}
.gototop.show{
    opacity:1;
    z-index:9;
}

@media (min-width: 768px) {
    #virtualCart input {
        width : 250px;
    }
    #virtualCart input.quantity, #virtualCart input.quantity:focus{
        width: 150px;
    }
    .top-page-header,.top-page-header a,.top-page-header img,.top-page-header li,.navbar-worktime,.top-bar-widget, .mini #topBarCart, 
        .mini #topBarCart .cart-icon, .mini .cartTotalCount, #topBarCart, #topBarCart .cart-icon {
        transition:height .8s, width .8s, left .8s, top .8s, line-height .8s, padding .8s, margin .8s, opacity .8s !important;
    }
    .top-page-header.mini {
        height: 65px;
    }
    .top-page-header.mini .navbar-nav>li>a{
        margin: 5px 3px;
        padding: 10px 15px;
    }

    .top-page-header.mini a.navbar-brand img {
        width:119.19px;
        margin:5px;
    }
    .top-page-header.mini a.navbar-brand{
        height:50px;
        padding:0;
    }
    .top-page-header .navbar-worktime{
        height:20px;
        display:block;
    }
    .top-page-header.mini .navbar-worktime{
        height:0px;
        opacity:0;
    }
    .top-page-header.mini .top-bar-widget{
        height:50px;
    }
    .gototop{
        position:sticky;
        left:100%;
        margin-right:20px;
    }
    
    .mini #topBarCart {
        padding: 10px 15px;
    }
    
    .mini a.navbar-brand img { 
        height: initial;
    }
}

/*SEARCH.HTML*/
.searchline-bg{
    padding: 0;
    top:52px;
    left:0;
    z-index:7;
}
.searchline-indent{
    height:34px;
    display:none;
}
.searchline__{
    padding: 0;
    margin: 0;
}
@media (max-width: 992px){
    #topSlForm {
        padding: 0px 20px;
    }
    .top-bar-widget.search {
        top: 70px;
    }
    .container {
        width: 900px;
    }
    #slForm {
        text-align: center;
    }
    span.twitter-typeahead {
        margin-bottom: 20px;
    }
    .sidebar-col{
        max-height:unset !important;
        height:unset !important;
    }
}
@media (min-width: 768px) {
    .container {
        width: 900px;
    }
}
.container {
    width: initial;
}
@media (min-width: 992px) {
        .content-col:not(.fixed-search) .searchline__{
        width:100%;
    }
    .content-col.fixed-search .searchline__{
        margin: auto;
        padding-top:10px;
    }
    .content-col.fixed-search .searchline-bg{
        width: 100%;
        margin: 0;
        position:fixed;
        height:52px;
        background-color: rgb(65, 64, 66);
    }
    .content-col.fixed-search .searchline-indent{
        display:block;
    }
    .content-col{
        float:right !important;
    }
    .sidebar-col{
        transition:width .2s step-end, padding .2s step-end, opacity .2s linear;
    }
    .content-col{
        transition:width .4s linear .2s;
    }
    .main-container:not(.hide-side) .sidebar-col{
        transition:width .2s step-end .4s, padding .2s step-end .4s, opacity .2s linear .6s;
    }
    .main-container:not(.hide-side) .content-col{
        transition:width .4s, padding .4s;
    }
    .side-navbar{
        overflow:hidden;
    }
    .sidebar-col{
        display:grid;
    }
    .main-container.hide-side .sidebar-col{
        width:0;
        padding:0;
        opacity:0;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}
/* end 31.10.2018 */


.search-results .table-bordered>tbody>tr>td, .search-results .table-bordered>tbody>tr>th, .search-results .table-bordered>tfoot>tr>td, 
.search-results .table-bordered>tfoot>tr>th, .search-results .table-bordered>thead>tr>td, .search-results .table-bordered>thead>tr>th, 
.search-results-stocks .table-bordered>tbody>tr>td, .search-results-stocks .table-bordered>tbody>tr>th, .search-results-stocks .table-bordered>tfoot>tr>td, 
.search-results-stocks .table-bordered>tfoot>tr>th, .search-results-stocks .table-bordered>thead>tr>td, .search-results-stocks .table-bordered>thead>tr>th

{
    text-align: center;
    vertical-align: middle;
}


.home-wrap {
    justify-content: center;
    align-items: center; 
}

.home-block .before p {
    font-size: 18px;
}
.home-block .form {
    margin: 20px 0;
}

/*.home-block div div.col-md-8 {
    background-color: #f0f8ffde;
    padding: 30px;
}
*/
.home-block .after p {
    font-size: 16px;
}


@media (max-width: 767px) {
    body > .navbar-collapse ul {
        height: initial;
    }
    #wrap {
      /*min-height: 100%;
      height: auto;*/
      /*margin: 0 auto 0;
      padding: 0;*/
    }
    #footer {
        height: initial;
    }
    .gal-item {
        float: initial !important;
    }
    .gal-item img{
        margin: 0 auto !important;
    }

    .btn, .btn-morphing{
        margin-bottom: 5px;
    }


    [class*="navbar-"] .navbar-nav > li > a, [class*="navbar-"] .navbar-nav > li > a:hover, [class*="navbar-"] .navbar-nav > li > a:focus, [class*="navbar-"] .navbar-nav .active > a, [class*="navbar-"] .navbar-nav .active > a:hover, [class*="navbar-"] .navbar-nav .active > a:focus, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:hover, [class*="navbar-"] .navbar-nav .open .dropdown-menu > li > a:focus, [class*="navbar-"] .navbar-nav .navbar-nav .open .dropdown-menu > li > a:active {
        color: #000;
    }
    
    .navbar-nav .open .dropdown-menu > li > a {
        padding: 15px 15px 5px 10px;
    }
    .navbar-nav .open .dropdown-menu > li:first-child > a {
        padding: 5px 15px 5px 10px;
    }
    .navbar-nav .open .dropdown-menu > li:last-child > a {
        padding: 15px 15px 15px 10px;
    }
    #topBarCart {
        margin: 10px 5px;
        padding: 6px 5px;
    }
    #topBarCart .cart-icon {
        width: 25px;
        height: 25px;
    }
    a.navbar-brand img {
        height: 60px;
    }

    .top-bar-widget.contacts {
        margin-left: -15px;
        margin-top: 20px;
        z-index: 3;
        overflow-y: scroll;
        float: none !important;
        opacity: .7;
        color: #000;
    }
    .top-bar-widget.contacts span, .top-bar-widget.contacts a, .top-bar-widget.search span {
        color: #000;
    }
    .top-bar-widget.search {
        margin-left: -15px;
        margin-top: 20px;
        z-index: 3;
        overflow-y: scroll;
        float: none !important;
        opacity: .7;
        color: #000;
    }
    
    .top-bar-widget.search {
        top: initial;
        margin-left: -29px;
    }
    #topSlForm {
        background-color: initial;
        position: initial;
        right: initial;
        padding: 0px;
        margin: 0px;
    }
    #topSlForm input {
        border: 1px solid #000;
    }
}

@media (min-width: 992px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-top: -4px;
}
}
