/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
html {
    height: 100%;
}
body {
    display: block;
    position: relative;
    min-height: 100%;
    color: #1D1C21;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
}
#content_wrapper  {
    overflow: hidden;
}

.animated{
    visibility:hidden;
}

.visible{
    visibility:visible;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #111;

}
.container {
    width: 97%;
    max-width: 1640px;
}       
/*------------------------------------------*/
/*   Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    margin-top: 0; 
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*   Lists
/*------------------------------------------*/

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*------------------------------------------*/
/*   Link Setting
/*------------------------------------------*/

a {
    text-decoration: none;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
} 

/*------------------------------------------*/
/*   Theme Button
/*------------------------------------------*/
.btn {
    border-radius: 0;
}
.btn-theme {
    background-color: #F01400;
    border-radius: 30px;
    border: 0;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 40px 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.btn-theme:hover {
    background-color: #fff;
    color:  #F01400;
}

/*------------------------------------------*/
/*   Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
    outline: none;
}

.btn:focus {
    color: #f8f8f8;
    text-decoration: none;
}
.title {
    font-size: 15px;
    margin-bottom: 12px;
}


/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */
.top {
    background: #282828;
    
}
.top a {
    color: #fff;
    padding: 5px 15px;
    display: inline-block;
}
.top a.call-back {
    background:#FF9900 ;
    color: #282828;
}
.top a.call-back:hover {
    background:#F5F5F5 ;
    color: #282828;
}
.top a i {
    margin-right: 5px;
    color: #FF9900;
}



.mid-header {
    margin: 15px 0;
}
.grey-block:before {
    content: "\e68f";
    font-family: 'Pe-icon-7-stroke';
    font-size: 34px;
    color:#555;
    position: absolute;
    left: 17px;
    top: 3px;
}
.grey-block {
    color: #111;
    background: #F5F5F5;
    padding: 10px 10px 10px 50px;
    margin-right: 0;
}
.grey-block a {
    color: #111;
}
.custom-select select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E%3Cpath fill='%23000' fill-rule='evenodd' class='cls-1' d='M8,0L4.141,6.993,0.012,0.156Z'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: right 13px center;
    padding: 11px;
    border-radius: 24px;
    border: 1px solid #ccc;
    width: 100%;
    margin-top: 8px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none !important;
    outline: none !important;
}
.shop-top .dropdown,
.shop-top .cart-top {
    display: inline-block;
    vertical-align: middle;
}
.shop-top .icon-btn-menu  {
    color: #111;
    font-size: 13px;
    display: block;
    margin-top: 12px;
    /*margin-right: 15px;*/
    cursor: pointer;
}
.shop-top .icon-btn-menu .pe-7s-user {
    font-size: 33px;
    vertical-align: middle;
}
.cart-top {
    position: relative;
    max-width: 120px;
}
.cart-top .pe-7s-cart {
    font-size: 31px;
    color: #111;
    margin-top: 14px;
}
.cart-top .count {
    background: #FF9900;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    color:#222;
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 14px;
    left: 18px;
    font-style: initial;
}
.cart-top .text {
    float: right;
    margin-top: 20px;
    margin-left: 10px;
    color: #111;
}
.shop-top .dropdown-menu li {
    
}
.shop-top .dropdown-menu li a {
    color: #111;
    font-size: 13px;
    padding: 3px 10px;
    display: block;
}
.shop-top .dropdown-menu li a:hover {
    background: #f5f5f5;
}

/*------------------------------------------*/
/*   Logo Image    
/*------------------------------------------*/

.navbar-brand {
    padding: 0px 15px 0 0;
    float: none;
}  

.logo {
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}
.logo img {
    width: 177px;
    display: inline-block;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*   Navigation Menu    
/*------------------------------------------*/
#navigation-menu {
    padding-right: 0;
    padding-left: 0;
}
.navbar {   
    background: #000;
    margin-bottom: 0;
    min-height: 40px;
    border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 350ms ease-in-out;
    -moz-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    -ms-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out;
}


.nav > li > a {
    color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 300;
    display: block;
    padding: 0 10px;
    -webkit-transition: all 100ms ease-in-out;
    -moz-transition: all 100ms ease-in-out;
    -o-transition: all 100ms ease-in-out;
    -ms-transition: all 100ms ease-in-out;
    transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*   Menu Hover
/*------------------------------------------*/

.nav > li > a:hover {
    background: #F5F5F5;
    color: #000;
}
.nav > li > a.selected-nav {
    color: #000;
    background-color: #FF9900;
    font-weight: 400;
}

.navbar-nav > li > a:hover span,
.navbar-nav > li > a.selected-nav span {
    
}

/*------------------------------------------*/
/*   Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    background-color: transparent;
    padding: 10px;
    margin: 13px 30px 13px 0;
    color: #fff;
    border: 2px solid #ddd;
    border-radius: 1px;
}

.navbar-toggle .icon-bar {
    background-color: #ddd;
}




/*------------------------------------------*/
/*   Custom select   
/*------------------------------------------*/

.dropcontainer {
    position:relative;
    font-size: 16px;
    color: #777;
    } 

.trigger {
    background: #fff;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    height: 36px;
    border-radius: 20px;
    line-height: 15px;
    padding: 10px 15px;
    font-size: 13px;
    }

.trigger:hover {
    text-decoration: none;
    }

.activetrigger {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #555;
    display: block;
    height: 36px;
    border-radius: 20px;
    line-height: 15px;
    padding: 10px 15px;
    font-size: 13px;
    text-decoration: none;
    }
.activetrigger:before {
    content: "\e682";
    font-family: 'Pe-icon-7-stroke';
    font-size: 22px;
    color: #444;
    position: absolute;
    right: 21px;
}
.activetrigger:hover {
text-decoration: none;
    }

.activetrigger:active {
    text-decoration: none;
    }
.dropcontainer {
    position: absolute;
    width: calc(100% - 30px);
    z-index: 111;
}
.dropcontainer ul {
    font-size: 13px;
    border: 0px solid rgba(0, 0, 0, 0.1);
    background: #f5f5f5;
    list-style-type: none;
    padding: 10px;
    margin: 0;
    border-radius: 5px; 
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
    z-index: 100;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    }

.dropcontainer ul li {
    padding: 5px;
    -webkit-transition: all 0.5s ease; 
    -moz-transition: all 0.5s ease; 
    -o-transition: all 0.5s ease; 
    transition: all 0.5s ease;
    }

.dropcontainer ul li:hover {
    background: #ccc;
    outline: none;
    }
.dropcontainer ul li a {
    color: #333;
}
.dropcontainer ul li:hover a {
    text-decoration: none;
}
.dropcontainer ul li:first-child {
    display: none;
    }

.dropcontainer ul li:last-child {
    border-bottom: none;
    }

.dropdownhidden {
    display: none;
    }

.dropdownvisible {
    height: auto;
    }

.trigger:before {
    content: "\e688";
    font-family: 'Pe-icon-7-stroke';
    font-size: 22px;
    color: #444;
    position: absolute;
    right: 21px;
}


.main-slider {
    display: none;
}
/*------------------------------------------*/
/*   Content wrapper 
/*------------------------------------------*/
.content-wrapper {
    min-height: 500px;
}

.main-slider.slick-slider {
    margin-top: 20px;
    margin-bottom: 40px;
}
.main-slider .slick-dots {
    bottom: -30px;
}
.main-slider .slick-dots li.slick-active button::before {
    opacity: 0.9;
    color: #FF9900;
}
.main-slider  .slick-dots li button::before {
    color: #999;
    font-size: 8px;
}


.main-client-info {
    margin-top: 40px;
    margin-bottom: 15px;
}
.grey-block-client {
    background: #f5f5f5;
    padding: 20px 25px;
    margin-bottom: 11px;
    height: 120px;
    overflow: hidden;
}
.grey-block-client h4 {
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 7px;
    margin-bottom: 12px;
    position: relative;
}
.grey-block-client h4 i {
    background:#FF9900;
    width: 18px;
    height: 18px;
    display: block;
    border-radius: 50%;
    color:#222;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    position: absolute;
    top: -7px;
    left: 80px;
    font-style: normal;
    font-weight: 400;
}
.grey-block-client p {
    margin-bottom: 5px;
    color: #555;
}
.grey-block-client p span {
    float: right;
}


.main-table {
    
    margin-bottom: 40px;
}
table {
    margin-bottom: 10px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px 15px;
}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 1px solid #949494;
    background:#949494;
    color:#fff;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f7f7f7;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f2f2f2;
}
.bootstrap-table .fixed-table-container .table thead th .sortable {
    position: relative;
    background: none;
    font-weight: 500;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bootstrap-table .fixed-table-container .table thead th .both:before {
    content: "\e253";
    font-family: "Glyphicons Halflings";
    position: absolute;
    right: 10px;
    top: 8px;
    font-size: 8px;
    color: #eee;
}
.bootstrap-table .fixed-table-container .table thead th .both:after {
    content: "\e252";
    position: absolute;
    right: 10px;
    bottom: 8px;
    font-family: "Glyphicons Halflings";
    font-size: 8px;
    color: #eee;
}
.main-table .table-bordered > thead > tr > th {
    border-color: #ccc; 
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination a {
    margin: 3px;
    color: #555;
}
.pagination > li:first-child > a, .pagination > li:first-child > span,
.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #FF9900;
    border-color: #FF9900;
    color: #fff!important;
}
.fixed-table-pagination .page-list .btn {
    margin-right: 7px;
}
.bootstrap-table .fixed-table-pagination > .pagination ul.pagination {
    margin: 0 -3px;
}


.breadcrumb {
    padding: 8px 0;
    margin-bottom: 10px;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    margin-top: 10px;
    font-size: 11px;
}
.breadcrumb a {
    margin: 0 5px 0 0;
}
.breadcrumb span {
    margin: 0  0 0 5px;
}
.zakaz-filter .custom-select {
    margin-bottom: 20px;
    margin-top: 0;
}


.date-sort {
    margin-top: 20px;
    display: inline-block;
    width: 250px;
}
.date-sort:first-child {
    margin-right: 8px;
}
.date-sort .form-control {
    line-height: 1.2!important;
    font-size: 13px;
    border-radius: 0;
    width: 120px;
    padding-right: 0px;
}
.input-group-addon {
    font-size: 13px;
    background-color: #F5F5F5;
    border-radius: 0;
}



.catalog-filter {

}
.catalog-filter a {
    display: block;
    background: #F5F5F5;
    padding: 10px 15px;
    margin-bottom: 8px;
    color: #333;
    height: 56px;
    line-height: 1.2;
}
.catalog-filter a.selected-nav {
    background: #FF9900;
    color: #111;
}
.catalog-filter a:hover {
    background: #EEEEEE;
}
.catalog-filter a span {
    font-size: 32px;
    float: left;
    margin-right: 10px;
}
.catalog-filter a i {
    font-style: normal;
    margin-top: 1px;
    display: block;
}
.catalog-filter a:last-child i {
    /*margin-top: 8px;*/
}

.main-filter {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 25px 15px 10px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2)
}
.main-filter .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.slider.slider-horizontal {
  width: 100%;
  height: 16px;
}
.slider.slider-horizontal .slider-track {
  height:5px;
  width: 100%;
  margin-top: -3px;
  top: 50%;
  left: 0;
}
.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -8px;
}
.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #2e6da4;
  margin-top: 0;
}
.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}
.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}
.slider.slider-horizontal .tooltip {
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.slider.slider-horizontal.slider-rtl .slider-track {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .slider-tick,
.slider.slider-horizontal.slider-rtl .slider-handle {
  margin-left: initial;
  margin-right: -10px;
}
.slider.slider-horizontal.slider-rtl .slider-tick-container {
  left: initial;
  right: 0;
}
.slider.slider-horizontal.slider-rtl .tooltip {
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}
.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}
.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #2e6da4;
  border-right-color: #2e6da4;
  margin-left: 0;
  margin-right: 0;
}
.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}
.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}
.slider.slider-vertical .tooltip {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slider.slider-vertical.slider-rtl .slider-track {
  left: initial;
  right: 25%;
}
.slider.slider-vertical.slider-rtl .slider-selection {
  left: initial;
  right: 0;
}
.slider.slider-vertical.slider-rtl .slider-tick.triangle,
.slider.slider-vertical.slider-rtl .slider-handle.triangle {
  border-width: 10px 10px 10px 0;
}
.slider.slider-vertical.slider-rtl .slider-tick-label-container .slider-tick-label {
  padding-left: initial;
  padding-right: 4px;
}
.slider.slider-disabled .slider-handle {
  background-image: -webkit-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: -o-linear-gradient(top, #dfdfdf 0%, #bebebe 100%);
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
  background-repeat: repeat-x;
}
.slider.slider-disabled .slider-track {
  background-image: -webkit-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: -o-linear-gradient(top, #e5e5e5 0%, #e9e9e9 100%);
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  background-repeat: repeat-x;
  cursor: not-allowed;
}
.slider input {
  display: none;
}
.slider .tooltip {
  pointer-events: none;
}
.slider .tooltip.top {
  margin-top: -36px;
}
.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}
.slider .hide {
  display: none;
}
.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
.slider-selection {
  position: absolute;
  /*background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;*/
  background: #ccc;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-selection.tick-slider-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
}
.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}
.slider-handle {
  position: absolute;
  top: 0;
  width: 14px;
  height: 14px;
  background-color: #337ab7;
  background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
  background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
  background-repeat: repeat-x;
  filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  border: 0px solid transparent;
}
.slider-handle:hover {
  cursor: pointer;
}
.slider-handle.round {
  border-radius: 50%;
}
.slider-handle.triangle {
  background: transparent none;
}
.slider-handle.custom {
  background: transparent none;
}
.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick {
  position: absolute;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-image: -webkit-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: -o-linear-gradient(top, #f9f9f9 0%, #f5f5f5 100%);
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  background-repeat: repeat-x;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}
.slider-tick.round {
  border-radius: 50%;
}
.slider-tick.triangle {
  background: transparent none;
}
.slider-tick.custom {
  background: transparent none;
}
.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}
.slider-tick.in-selection {
  background-image: -webkit-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: -o-linear-gradient(top, #8ac1ef 0%, #82b3de 100%);
  background-image: linear-gradient(to bottom, #8ac1ef 0%, #82b3de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff8ac1ef', endColorstr='#ff82b3de', GradientType=0);
  background-repeat: repeat-x;
  opacity: 1;
}
.price-slider {
    display: none!important;
    margin-bottom: 25px;
}
.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none!important;
}
.main-filter #accordion .panel-body a {
    display: block;
    line-height: 1.8;
    color: #555;
}
.panel-default a {
    line-height: 1.3!important;
}
.panel-collapse.collapse.in a.active {
    color: #888!important;
}
.main-filter #accordion .panel-body a:hover {
    color: #888;
}
.panel-default > .panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #FAFAFA;
  border-color: #EEEEEE;
}
.panel-title {
  font-size: 14px;
  font-weight: 400;
}
.panel-title > a {
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
.more-less {
  float: right;
  color: #212121;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #EEEEEE;
}


.checkbox {
    margin-bottom: 20px;
}
.checkbox label {
    margin-bottom: 7px;
    padding-left: 25px;
}


.search {
    position: relative;
    border-bottom: 1px solid #949494;
    margin-top: 15px;
    display: inline-block;
    min-width: 320px;
    margin-right: 15px;
}
.search input {
    background: none;
    border: none;
    font-size: 13px;
    box-shadow: none;
    border-radius: 0;
    padding: 5px 0;
}
.search button {
    position: absolute;
    top: 5px;
    right: 0px;
    border: none;
    background: none;
    color: #111;
    font-size: 22px;
    padding: 0;
}
#list-view {
    font-size: 13px;
    color: #111;
}
#grid-view {
    font-size: 13px;
    color: #111;
}
#list-view i, #grid-view i {
    margin-right: 3px;
}
#list-view a, #grid-view a {
    color: #111;
}
.btn.active {
    box-shadow: none;
    background: #FF9900;
}
#list-view:hover,#grid-view:hover {
    background: #E0E0E0;
    color: #111;
}

.product-wrapp {
    border: 1px solid #eee;
    padding: 10px 10px 20px;
    margin-bottom: 30px;
}
.product-wrapp .state {
    height: 40px;
}
.product-wrapp > a {
    display: block;
    min-height: 200px;
}
.product-wrapp h4 {
    margin-bottom: 5px;
    height: 40px;
    overflow: hidden;
}
.product-wrapp h4 a {
    color: #111;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 15px;
}
.artikul {
    color: #777;
}
.price-block {
    margin: 5px auto;
}
.price-block div {
    display: inline-block;
    margin: 15px;
}
.old-price {
    font-size: 14px;
    color: #777;
    position: relative;
}
.old-price i {
    font-style: normal;
    color: red;
    position: absolute;
    right: -15px;
    top: -5px;
    font-size: 11px;
}
.price {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
.cart-add, .product-wrapp .form-group {
    display: inline-block;
    vertical-align: middle;
}
.cart-add {
    background: url(../img/btn.png) no-repeat center;
    color: #fff!important;
    padding: 10px 27px;
    background-size: 100%;
    border: none;
}
.cart-add i {
    margin-left: 4px;
}
.cart-add:hover {
    background: url(../img/btn-orange.png) no-repeat center;
    background-size: 100%;
    cursor: pointer;
}
.product-wrapp .form-group {
    width: 80px;
    margin-bottom: 0;
}
.product-wrapp .form-group .btn {
    font-size: 10px;
    padding: 6px;
    height: 29px;
    background: none;
    color: #111!important;
}
.product-wrapp .form-group  .form-control {
    height: 29px;
    padding: 5px;
}


.product-slider a {
    display: block;
    padding: 15px;
    border: 1px solid #eee;
}
.slider-nav {
    margin-top: 5px;
}
.slider-nav .sl-min {
    padding: 5px;
}
.slider-nav .sl-min img {
   border: 1px solid #eee;
   padding: 5px;
}
.slider-nav .slick-list.draggable {
    padding: 0!important;
}
.slider-nav .slick-dots {
    bottom: -25px;
}
.slick-dots li.slick-active button::before {
    color: #FF9900;
    opacity: 0.92;
}
.slick-dots li button::before {
    font-size: 9px;
}
.slick-dots li button::before {
    color: #ccc;
    opacity: 0.5;
}
.slider-nav.slick-dotted.slick-slider {
    margin-bottom: 50px;
}
.prod-info h4 {
    margin-bottom: 15px;
}
.prod-info h4 a{
    color:#111;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 17px;
}
.artikul-kod {
    margin-bottom: 15px;
}
.artikul-kod div {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.artikul-kod div:first-child {
    margin-right: 10px;
    border-right: 1px solid;
    padding-right: 10px;
}
.prod-info .price-block .old-price {
   margin: 15px 15px 15px 0;
   font-size: 16px;
}
.prod-info .price-block .price {
   font-size: 18px;
}
.prod-info .price-block .old-price i {
    right: -17px;
    top: -8px;
    font-size: 14px;
}
.prod-info .button-group {
    border-top: 1px solid #eee;
    padding-top: 30px;
    margin-top: 10px;
}
.prod-info .button-group .form-group {
    width: 120px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    margin-right: 10px;
}
.prod-info .button-group .form-group .btn {
    background: transparent;
    color: #333;
    font-size: 11px;
}
.prod-info .button-group .cart-add {
    font-size: 14px;
    padding: 12px 30px 10px;
}
#tabs-holder {
    margin-top: 45px;
    margin-bottom: 35px;
}
#tabs-holder.tab-top {
    margin-bottom: 0px;
}
#tabs-holder.tab-bottom {
    margin-top: 0px;
}
#tabs-holder .nav > li > a {
    font-size: 14px;
    line-height: 35px;
    font-weight: 400;
    display: block;
    padding: 0 35px;
    color: #333;
    border-radius: 0;
}
#tabs-holder .nav-tabs > li.active > a, #tabs-holder .nav-tabs > li.active > a:hover, #tabs-holder .nav-tabs > li.active > a:focus {
    border-radius: 0;
    background: #E0E0E0;
    border-color: #E0E0E0;
}
#tabs-holder .tab-content > .tab-pane {
    padding: 20px 0;
    line-height: 1.6;
    color:#555;
}

.cart-info {
    background: #F5F5F5;
    padding: 25px 30px 20px;
}
.cart-info .col-md-2 {
    padding-left: 4px;
}
.cart-info .checkbox label:first-child {
    margin-right: 10px;
}
.cart-info .form-control {
    background: transparent;
    border-width: 0 0 1px 0;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 13px;
}
.main-table .alert {
    margin-top: 25px;
    margin-bottom: 25px;
}
.table .form-group {
    width: 110px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    height: 30px;
    line-height: 30px;
}
.table .form-group .btn {
    background: transparent;
    color: #333;
    font-size: 10px;
}
.table .form-group .form-control {
    height: 26px;
}
.table img {
    max-width: 50px;
}
table.table-cart tr td {
    line-height: 50px;
}
.bottom-cart {
   
}
.download-cart {
    margin: 30px 0;
}
.sel{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.sel select {
    padding:7px;
}
.download-cart  .custom-select {
    margin-right: 10px;
    margin-top: 0;
}
.download-cart label {
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.btn.default-btn {
    background: #212121;
    color: #fff!important;
    font-size: 13px;
}
.btn:hover {
    background: #3B3B3B;
}
.bottom-cart-total {
    float: right;
    margin: 20px 0;
}
.bottom-cart-total .amount {
    font-size: 14px;
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 35px;
    margin-bottom: 20px;
}
.bottom-cart-total .cart-add {
    display: inline-block;
}
.bottom-cart-total .amount div:last-child {
    padding-top: 8px;
    margin-top: 8px;
    border-top: 1px solid #eee;
}
.bottom-cart-total .amount div span {
    float: right;
}

.bottom-debt-total {
    float: right;
    margin: 20px 0;
}
.bottom-debt-total .debt-total {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 20px;
}
.bottom-debt-total .debt-total div {
    padding: 5px;
    border-radius: 2px;
}
.bottom-debt-total .debt-total div span {
    float: right;
    padding-left: 10px;
}
/* ==========================================================================
   20. FOOTER
   ========================================================================== */ 
#footer_wraper {
    padding-top: 40px;
}
#footer {
    padding-top: 10px;
    padding-bottom: 0;
    background: #000000;
    bottom: 0px;
    position: absolute;
    display: block;
    margin-bottom: 0px;
    width: 100%;
}

#footer_copyright p {
    color: #ddd;
    font-size: 12px;
    line-height: 40px;
}
#footer_copyright p a {
    color: #666F7F;
}
#footer_copyright p span {
    color: #ffc400;
    font-size: 15px;
    font-weight: 800;
}

/*------------------------------------------*/
/*   Footer Social Icons  
/*------------------------------------------*/

.contact-socials {
    display: inline-block; 
    padding-left: 0;

}

.contact-socials li {
    float: left;
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
    padding: 0;
}

/*------------------------------------------*/
/*   Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
    text-align: center;
    color: #999;
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    margin: 0 5px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*   Footer Social Icons Hover 
/*------------------------------------------*/

.foo_social.ico-facebook:hover {background-color: #3b5998; color: #fff;}
.foo_social.ico-twitter:hover {background-color: #00a9ed; color: #fff;}
.foo_social.ico-behance:hover {background-color: #00a8e7; color: #fff;}
.foo_social.ico-google-plus:hover {background-color: #cd1111; color: #fff;}
.foo_social.ico-linkedin:hover {background-color: #015886; color: #fff;}
.foo_social.ico-dribbble:hover {background-color: #d92d84; color: #fff;}
.foo_social.ico-instagram:hover {background-color: #beb3a8; color: #fff;}
.foo_social.ico-pinterest:hover {background-color: #ac281a; color: #fff;}
.foo_social.ico-dropbox:hover {background-color: #008ad2; color: #fff;}
.foo_social.ico-skype:hover {background-color: #00a9ed; color: #fff;}
.foo_social.ico-youtube:hover {background-color: #cd1b20; color: #fff;}
.foo_social.ico-tumblr:hover {background-color: #3a5976; color: #fff;}
.foo_social.ico-vimeo:hover {background-color: #00adee; color: #fff;}
.foo_social.ico-flickr:hover {background-color: #d2d2d2; color: #fff;}
.foo_social.ico-github:hover {background-color: #222; color: #fff;}
.foo_social.ico-renren:hover {background-color: #364a83; color: #fff;}
.foo_social.ico-vk:hover {background-color: #3b5998; color: #fff;}
.foo_social.ico-xing:hover  {background-color: #015f5e; color: #fff;}
.foo_social.ico-weibo:hover  {background-color: #be4443; color: #fff;}
.foo_social.ico-rss:hover{background-color: #ff6600; color: #fff;}
.foo_social.ico-digg:hover  {background-color: #222; color: #fff;}
.foo_social.ico-deviantart:hover {background-color: #57675d; color: #fff;}
.foo_social.ico-envelope:hover {background-color: #999; color: #fff;}
.foo_social.ico-delicious:hover {background-color: #0A0A0A; color: #fff;}



/* ==========================================================================
   21. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
    display: none;
    width: 40px;
    height: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-image: url(../img/icons/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: #fff; 
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear;   
}

#scrollUp:hover {
    background-color: rgba(255,255,255, 0.8);    
}

nav a#pull {  
    display: none;  
}



/* ==========================================================================
   22. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */

#form_response {
    margin: 50px auto; 
}

#form_response .img-responsive { 
    display: inline-block;
}

#form_response h1 {
    font-size: 26px; 
    font-weight: 400;
    margin-top: 10px;
    text-transform: uppercase;
}

#form_response p {
    font-size: 16px; 
    font-weight: 300;
    line-height:24px;
    margin-bottom: 20px;
}

#form_response .btn-theme {
    background-color: #ffc400;
    border: none;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 10px 20px 12px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

#form_response .btn-theme:hover {
    background-color: #ffc400;
    color: #fff;
}

#contentForm b {
    display: none;
}
#contentForm {
    color: #fff;
}
#contentForm .container {
    color: #111;
}
#contact-form textarea, #intro_form textarea {
    min-height: 150px;
    background-color: #f0f0f0;
    color: #262626;
}
#cme-btn {
    display: none!important;
}
body #cme-container #cme-form-main.cme-tpl-default {
    background: #fff!important;
    font-family: 'Ubuntu', sans-serif!important;
    font-size: 13px!important;
    padding: 10px!important;
}
body #cme-container #cme-form-main.cme-tpl-default .cme-btn-place span a {
    opacity: 0;
}
body #cme-container #cme-form-main.cme-tpl-default .callme-field {
    color: #111 !important;
    font-size: 14px!important;
}
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="text"], #cme-container #cme-form-main.cme-tpl-default .callme-field [type="tel"],
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="number"], #cme-container #cme-form-main.cme-tpl-default .callme-field [type="email"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field textarea {
    font-size: 15px!important;
}
body #cme-container #cme-form-main.cme-tpl-default #callme-submit {
    color: #000!important;
    background: #FDDE08!important;
    text-transform: uppercase!important;
    box-shadow: none!important;
    width: 100%!important;
    font-size: 13px!important;
    padding: 8px 7px 8px!important;
}
body #cme-container #cme-form-main.cme-tpl-default .h6 {
    color: #000 !important;
    font-size: 20px !important;
    background: none !important;
    font-weight: 600!important;
}
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="text"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="tel"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="number"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field [type="email"], 
#cme-container #cme-form-main.cme-tpl-default .callme-field textarea {
    border-radius: 0!important;
    padding: 7px 8px !important;
}
#cme-container #cme-form-main.cme-tpl-default #callme-close {
    font-size: 20px !important;
height: 25px !important;
width: 25px !important;
margin-top: 5px !important;
line-height: 1;
}
.user_message {
    margin-top: 10px;
}
#sort-table th {
    vertical-align: middle;
}
#sort-table tr:hover {
    cursor: pointer;
}
#notifies {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 9999;
}
#notifies .notify_head {
    font-weight: bold;
}
#notifies .close {
    margin-left: 15px;
}
.float-left {
    float: left!important;
}
.float-right {
    float: right!important;
}
body {
    overflow-y: scroll;
}.prettyPhoto img {
    margin: 0 auto;
}
@media only screen and (min-height: 900px) {
    .content-wrapper {
        min-height: 850px;
    }
    #notifies > div {
        width: 100%!important;
    }
}
@media only screen and (min-width: 1300px) {
    .shop-top .icon-btn-menu {
        margin-right: 15px;
    }

}
.product-wrapp .img-responsive {
    max-height: 200px;
    margin: 0 auto;
}
#notifies > div {
    min-width: 350px;
    padding: 30px 20px 30px 35px;
}
.catalog-grid-view .pagination li span, .catalog-grid-view .pagination li a {
    margin-left: 6px;
}
.catalog-grid-view .pagination li a {
    color: #555;
}
select[disabled] {
    cursor: not-allowed;
}
.nowrap {
    white-space: nowrap;
}
.break-all {
    word-break: break-all;
}
.d-block {
    display: block;
}
.d-inline-block {
    display: inline-block;
}
.pd-left-0 {
    padding-left: 0px;
}
.pd-right-0 {
    padding-right: 0px;
}
.alert-row td {
    background-color: #fdcbcb!important;
}
.wd-100 {
    width: 100%;
}
.min-wd-145 {
    min-width: 145px;
}
.bg-light-red {
    background-color: #fdcbcb;
}
.panel-group .panel + .panel {
    margin-top: 10px;
}
.site-login {
    padding-top: 20px;
}
.download_excel > a > i {
    font-size: 36px;
}

.download_excel {
    padding-bottom: 50px;
}
#wrap-product-canceled {
    padding-top: 15px;
}
#grid-sort {
    display: inline;
}
#grid-sort li {
    display: inline;
    margin: 1px;
}
#grid-sort li a {
    color: white;
    padding: 4px 9px;
    background-color: #000;
    border-radius: 2px;
}
#grid-sort li a:hover, #grid-sort li a.desc:hover, #grid-sort li a.asc:hover, #grid-sort li a:focus {
    background-color: #FF9900;
    color: #000;
}
#grid-sort li a.desc, #grid-sort li a.asc {
    background-color: #FF9900;
    color: #000;
}
#grid-sort li a.desc:after {
    content: "\2193";
    font-size: 10px;
    position: absolute;
    top: 1px;
}
#grid-sort li a.asc:after {
    content: "\2191";
    font-size: 10px;
    position: absolute;
    top: 1px;
}
.filter-grid-row {
    padding-bottom: 15px;
}
.kv-hidden {
    display: none!important;
}
.progress {
    margin-bottom: 0px;
    margin-right: 15px;
}
#progressbar-load-cart {
    margin-bottom: 0px;
    transition: width .1s ease;
}
.table-btn {
    border-radius: 3px;
    padding: 4px 6px;
}
.table-btn .glyphicon {
    top: 2px!important;
}
#list-load-cart-mode table td {
    vertical-align: middle;
}
#list-load-cart-mode-modal .modal-header .modal-title {
    float: left;
}
#list-load-cart-mode-modal .modal-header .table-btn {
    float: right;
}
.sel.fileinput .help-block {
    margin: 0px;
}
.sel.fileinput .form-group {
    margin-bottom: 0px;
}
#load-cart-modal #result {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    grid-gap: 25px;
    text-align: center;
    padding-bottom: 10px;
}
#load-cart-modal #result #total-success {
    color: green;
}
#load-cart-modal #result #total-errors {
    color: red;
}
#progress-processing {
    padding-top: 10px;
}
#progress-processing-header, #progress-processing-header-loader {
    display: none;
}
.table-cart #input-quantity {
    min-width: 50px;
}
.mt-10 {
    margin-top: 10px;
}
.btn-c:hover {
    border-color: #3B3B3B;
}
.grid-price-pre-title {
    display: block!important;
    margin: 0px!important;
    position: absolute;
    top: -15px;
    left: 35%;
    color: #777;
}
.grid-old-price {
    margin: 0px 0px 14px 0px!important;
}
.price-block {
    position: relative;
}