

/*

#000000 - černá
#373737 - šedá
#9b9b9b - světle šedá

*/








	

#toTop{
	position: fixed;
	bottom: 95px;
	right: 40px;
	cursor: pointer;
	display: none;
}
#toTop .fa {margin-right: 5px;}



.alert-cookie {
    margin-bottom: 0px;
    border-radius: 0px;
}

.margin-15-bottom {
    margin-bottom: 15px;
}

.margin-30-bottom {
    margin-bottom: 30px;
}

.topmenu-customer {
    background-color: #373737;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topmenu-customer ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: right;
}

.topmenu-customer li {
    float: left;
    color: #9b9b9b;
}

.topmenu-customer li+li:before {
  content: "|";
  padding: 0 10px;
}

.topmenu-customer a {
    color: #9b9b9b;
    text-transform: uppercase;
}

.topmenu-customer .fa {
    color: #ffffff;
}

.topmenu-basket {
    background-color: #000000;
    /*background-image: url('../img/background-topmenu.jpg');*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    padding-top: 22px;
    padding-bottom: 22px;
}

.topmenu-navbar {
    background-color: #1a1a1a;
    border: none;
    border-radius: 0px;
}

.topmenu-navbar .navbar-nav {
    background-image: url('../img/background-topmenu-btn.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.topmenu-navbar li {
    background-image: url('../img/background-topmenu-btn.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 1px 100%;
}

.topmenu-navbar a {
    text-transform: uppercase;
}

.navbar-default .navbar-nav > li > a { color: #a8a8a8; }

.topmenu-navbar a:hover,a:focus {
    color: #ffffff ! important;
}

.topmenu-navbar .active a {
    background-image: url('../img/background-topmenu-active.jpg');
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #ffffff ! important;
}

.topmenu-navbar .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

#cartsum {
    color: #9b9b9b;
}

#cartsum .cart-text {
    margin-bottom: 0px;
}

#cartsum .cart-text a,
#cartsum .cart-text a:hover,
#cartsum .cart-text a:focus {
    color: #9b9b9b;
    text-decoration: none;
}

#cartsum .fa {
    float: left;
    margin-right: 6px;
    font-size: 40px;
}

#cartsum .cart-button {
    float: left;
    background-color: #ffffff;
}

.cart-button .show-btn {
    padding-top: 2px;
    padding-left: 8px;
    padding-right: 8px;
    padding-bottom: 2px;
    background-color: #f58220;
    color: #ffffff;
}

.leftcategory .list-group {
    margin-bottom: 0px;
}

.leftcategory .list-group-item {
    background-color: #e5e5e5;
    text-transform: uppercase;
    color: #000000;
}

.leftcategory .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.leftcategory .list-group-item:last-child {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.leftcategory .list-group-item:focus {
    color: #000000 ! important;
}

.leftcategory .active, .leftcategory .active:hover {
    background-color: #373737;
    border: 1px solid #373737;
    color: #ffffff;
}

.leftcategory p {
    display: block;
    background-color: #f58220;
    font-size: 1.6em;
    margin-bottom: 0px;
    padding: 15px;
    color: #ffffff;
}

.leftcategory .subitem {
    padding-left: 35px;
    background-color: #666666;
    border: 1px solid #5e5e5e;
    color: #ffffff;
    font-size: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.leftcategory .subitem.active {
    background-color: #000000;
}

.leftcategory .navbar {
    border: none;
}

.leftcategory .navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}

.goods {
    margin-bottom: 30px;
}

.goods .img-thumb {
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
}

.goods .param-itemno {
    color: #a8a8a8;
    margin-bottom: 0px;
}

.goods .param-name {
    font-size: 18px;
    color: #666666;
    margin-top: 0px;
    margin-bottom: 4px;
}

.goods .param-name a {
    color: #666666;
    text-decoration: none;
}

.goods-cover:hover .param-name a {
    color: #000000;
    text-decoration: underline;
}

.goods .param-price {
    font-size: 1.6em;
    font-weight: bold;
    /*color: #f52020;*/
    color: #000000;
}

.goods .price-class {

}

.price-change {
    font-size: 0.6em;
    font-weight: normal;
    padding-top: 0px;
    padding-left: 0.2em;
    padding-right: 0.2em;
    padding-bottom: 0px;
    background-color: #ffa1a1;
    border: 1px solid #b96567;
    color: #924348;
    vertical-align: middle;
    border-radius: 0.2em;
}

.wtax {
    color: #929292;
    font-size: 14px;
    font-style: italic;
}

.news {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1001;
    background-color: #d9edf7;
    border: 1px solid #bce8f1;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border-radius: 2px;
}

.sale {
    position: absolute;
    top: 30px;
    left: 0px;
    z-index: 1001;
    background-color: #ffa1a1;
    border: 1px solid #b96567;
    color: #924348;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border-radius: 2px;
}

.resale {
    position: absolute;
    top: 60px;
    left: 0px;
    z-index: 1001;
    background-color: #ccedd3;
    border: 1px solid #27a03e;
    color: #1b6f2b;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border-radius: 2px;
}

.clearance-sale {
    position: absolute;
    top: 90px;
    left: 0px;
    z-index: 1001;
    background-color: #fff09c;
    border: 1px solid #f1cc00;
    color: #6c5b00;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border-radius: 2px;
}

.temp-out {
    position: absolute;
    top: 120px;
    left: 0px;
    z-index: 1001;
    background-color: #e3e3e3;
    border: 1px solid #c0c0c0;
    color: #6f6f6f;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 1px;
    border-radius: 2px;
}

#goods-container .goods-cover:hover .img-thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

#goods-container .goods-cover .img-thumb img {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.btn-custom {
    background-color: #f58220;
    border: 1px solid #f58220;
    color: #ffffff;
}

.btn-custom:hover {
    background-color: #d56200;
    border: 1px solid #d56200;
    color: #ffffff;
}

.btn-custom:focus {
    background-color: #d56200 ! important;
    border: 1px solid #d56200 ! important;
    color: #ffffff ! important;
}

.btn-custom2 {
    background-color: #cccccc;
    border: 1px solid #cccccc;
    color: #666666;
}

.btn-custom2:hover {
    background-color: #666666;
    border: 1px solid #666666;
    color: #ffffff;
}

.btn-custom2:focus {
    background-color: #666666 ! important;
    border: 1px solid #666666 ! important;
    color: #ffffff ! important;
}

.btn-custom3 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    color: #000000;
}

.btn-custom3:hover {
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
    color: #000000;
}

.btn-custom3:focus {
    background-color: #eeeeee ! important;
    border: 1px solid #eeeeee ! important;
    color: #000000 ! important;
}

.detail-price {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 0px;
}

.detail-price-wtax {
    color: #929292;
}

.detail-number {
    font-weight: bold;
    font-size: 1.4em;
    color: #f58220;
}

.params {
    color: #929292;
}

.table-order thead th {
    text-align: center;
    padding-left: 6px ! important;
    padding-right: 6px ! important;
}

.table-order td {
    padding-left: 6px ! important;
    padding-right: 6px ! important;
}

.table-order input,td {
    vertical-align: baseline ! important;
}

.table-order input {
    width: 40px ! important;
    padding-left: 7px;
    padding-right: 7px;
    text-align: right;
}

.table-sum {
    color: #f58220;
}

.badge {
    background-color: #929292;
}

.pages {
    margin-top: 60px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
    padding-top: 30px;
}

.filter-top {
    margin-bottom: 30px;
}

.filter-top .nav {
    margin-bottom: 10px ! important;
}

.form-search {
    margin-top: 26px;
}

#slider-down-box {
    padding-top: 3px;
    height: 37px;
    white-space: nowrap;
    color: #999999;
}

#slider-center-box {
    padding-top: 8px;
    padding-left: 5px;
    padding-right: 5px;
    height: 38px;
}

#slider-up-box {
    padding-top: 3px;
    height: 37px;
    white-space: nowrap;
    color: #999999;
}

.ui-widget-header {
    background: none;
}

.colors-palete {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 1000;
}

.color-brick {
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    margin-left: 2px;
}

.thumbs .thumb {
    display: block;
    border: 1px solid transparent;
}

.thumbs .active {
    border: 1px solid #cccccc;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #cccccc;
    background-color: #000000;
}

.footer a {
    color: #f58220;
}

.footer a:hover {
    color: #d56200;
}

.footer h3 {
    margin-top: 0px;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-sidlo {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
    max-width: 200px;
}

.fa-asterisk {
    color: #a94442;
}


.basket .form-control {
    width: auto;
    display: inline;
}

.link-list {
    padding-left: 20px;
}


@media screen and (max-width: 767px) {
    
    .margin-xs-15 {
        margin-bottom: 15px;
    }
    
    .margin-xs-30 {
        margin-bottom: 30px;
    }
    
    .footer-sidlo {
        float: none;
        max-width: 100%;
    }

    .search-bar {
        margin-top: 15px;
    }

} /* konec SM */

@media screen and (min-width: 768px) {
    .margin-sm-15 {
        margin-bottom: 15px;
    }

    .search-bar {
        margin-top: 5px;
        margin-right: 100px;
    }
}

.search-bar .form-control {
    border-radius: 4px 0px 0px 4px !important;
}

.chameleon-cover {
    position: relative;
}

.chameleon-logo {
    position: absolute;
    right: 0px;
    bottom: -35px;
    height: 120px;
    z-index: 1000;
}

.chameleon-scale {
    position: absolute;
    float: right;
}

.fa-nm {
    margin-right: 0px ! important;
}

.bc-wrapper #q {
    border-radius: 4px 0px 0px 4px;
}

.label-confirm {
    margin-bottom: 0px;
}

.label-font-normal {
    font-weight: normal;
}

.tab_vat {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border-top: none !important;
}

.pricesWithoutVat + tr>td {
    border-top: none !important;
}

.btn-padding {
    padding-left: 6px;
    padding-right: 6px;
}

.panel-noborder {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.doprava-desc {
    color: #31708f;
}

.doprava-desc-doba {
    color: #31708f;
    font-style: italic;
}

.ulozenka-label {
    margin-left: 20px;
}

.packeta-selector-branch-name {
    font-weight: bold;
    color: green;
    margin-bottom: 6px;
}

.packeta-selector-branch-name-div {
    font-weight: bold;
    color: green;
    margin-bottom: 6px;
}

.import-button {
    margin-left: 10px;
    margin-top: 24px;
}

.import-upload-form {
    padding: 25px;
    border-radius: 5px;
    border-style: dashed;
    border-color: #cecece;
}

.import-icon-big {
    font-size: 550%;
    color: #666666;
}

.import-soubor-produkt {
    border-top: 1px solid #dddddd;
    padding-top: 2px;
    color: #666666;
    font-size: 12px;
}

.import-modal-subtitle {
    margin-bottom: 0px;
}

.import-selectbox {
    width: 100px !important;
}

.import-selectbox-margin {
    margin-left: 4px;
}

.import-amount {
    width: 40px !important;
    margin-left: auto;
    margin-right: 0px;
}

.error {
    color: #d00000
}
