#info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

#bskPanelprodCountPanel { display:none; }
#bskPanelprodCount {  }

#bskPaneltotalNettPricePanel {  display:inline-block;  }
#bskPaneltotalNettPrice {
    margin-right: 5px;
}

#scrollTop {
    background-color: #ced7e0;
	position: fixed;
	bottom: 6px;
	right: 6px;
	border-radius: 50%;
	padding: 10px;
	font-size: 12px;
	color: #000;
}

.nopadding { padding:0; }
.nolrpadding { padding-left:0;padding-right:0; }
.notbpadding { padding-top:0;padding-bottom:0; }

.txtjustify { text-align: justify;; }
.txtcenter { text-align: center; }
.txtleft { text-align: left; }
.txtright { text-align: right; }

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: 
#313131;
border-color:
    #000;
}

.favBtn {
    padding: 5px 5px;
    margin-top: 10px;
    display: inline-block;
    float: left;
    margin-left: ;
    margin-right: 5px;
    font-size: 14px;
	background-color: #313131;
}
.favBtnAdd { color: #fff; }
.favBtnRem { color: #fff; }

.btn-main:hover, 
.btn-main:focus,
.btn-main:active,
.btn-main.active {
	background-color: #6bffa7;
	color: #313131;
}

.header-links li a:hover{ color:#a8a8a8; }
.header-links li a:focus{ color:#a8a8a8; }

.main-container { font-size: 15px; }
.main-container a { color: #313131; }
.main-container a:hover{ color: #000; }

.main-container .btn-main {
    color: #fff;
}
.main-container .btn-main:hover {
    color: #000;
}
.top-col-banners li {
	text-align:center;
}

.top-col-banners ul {
	margin-left: 5px;
}

.banner-overlay {
    background-color: #0003;
	position: absolute;
	top: 0;
	left: 10px;
	right: 10px;
	bottom: 0;
	text-align: center;
	padding-top: 15%;
	border: 1px solid #b3b3b3;
	color: #fff;
}

.banner-img {
    max-height: 300px;
    display: inline;
}
.banner-overlay > h3 {  color: #fff; text-transform: uppercase; }

.banner-overlay > a {  display:inline-block; background-color: #6bffa7;padding: 8px 15px;border-radius: 2px; margin-top:15px;}
.banner-overlay > a:hover { -webkit-transition: all .2s ease-in-out; text-decoration:none; background-color: #313131; color: #fff; }



.footerlogo {
	height: 35px;
	float:left;
	margin-right: 15px;
}

.copyright p {
	margin-top:3px;
}

#search .input-group .btn {
    color: #333;
	background-color: #6bffa7;
	border: 1px solid #c3c3c3;
}

.breadcrumb li.active {
    color: #a8a8a8;
}

#swListaTxt { 
	display: none; text-transform: uppercase; color: rgb(215, 46, 46); font-size: 12px; font-weight: bold;
}
#swPartnerTxt {
	display: none; text-transform: uppercase;font-size: 12px;font-weight: bold;
}

#main-menu .dropdown-inner li a {
    font-size: 16px;
    text-transform: none;
	color: #333!important;
}

#main-menu .navbar-nav > li {
    float: none;
    display: inline-block;
}
#main-menu .navbar-nav {
	float: none;
    margin: 0;
    width:100%;
	text-align:center;
}
#main-menu .navbar-nav > li > a:hover, 
#main-menu .navbar-nav > li > a:focus, 
#main-menu .navbar-nav > li.open a{
	background: #ccd4dc;
	color:#333;
}

#main-menu .dropdown-menu li:hover a {
	background:#6bffa7;
	color:#333!important;
	text-decoration:none;
	-webkit-border-radius:0;
	   -moz-border-radius:0;
			border-radius:0;
}
#main-menu .dropdown-menu {
    background: #ccd4dc;
}

#main-menu .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.product-head {
	background-color: #313131;
}

.product-col h4 a:hover, 
.product-col h4 a:focus{
	color:#313131;
}

.product-col .counter {
    width: 35px;
    display: inline-block;
    font-size: 14px;
    text-align: center;
    padding: 4px 5px;
    margin-right: 5px;
    height: 37px;
    margin-top: 0px;
    float: left;
}

.product-col .cart-button > .btn { margin-top:0; }

#categoryBoxList {
	
}
#categoryBoxList .prodCatBlokk{ margin-bottom: 15px; }
#categoryBoxList .prodCatBlokk a { display: inline-block;width: 100%;text-align: center;background-color: #ddd;padding: ;}
#categoryBoxList .prodCatBlokk a:hover {}
#categoryBoxList .prodCatBlokk  img {}
#categoryBoxList .prodCatBlokk .txt {
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 15px;
    background-color: #000000b3;
	color:#fff;
    padding: 5px;
}


.product-col .price {
    color: #000;
}

.product-col .price span.price-old {
    font-size: 15px;
    color: #090b0d;
    text-decoration: line-through;
    display: inline-block;
    width: 100%;
    line-height: 14px;
    margin-left: 0px;
}

.product-col .price span.price-net {
    font-size: 12px;
    color: #090b0d;
    display: inline-block;
    line-height: 14px;
    margin-left: 0px;
}

.product-col .price span.price-gross {
    font-size: 12px;
    color: #090b0d;
    display: inline-block;
    line-height: 14px;
    margin-left: 0px;
	width: 100%;
}

.product-col .btn-wishlist, .product-col .btn-compare {
    color: #fff;
	background-color: #313131;
    font-size: 16px;
    padding: 10px;
}
.product-col .btn-cart { font-size: 16px; }
.product-col .btn-cart:hover{
	color:#000;
}

.product-col .image > .label-new{
	left:10px;			
	background-color:#313131;
}
.product-col .image > .label-sale{
	right:10px;
	background-color:#6bffa7;
	color: #000 !important;
}
.product-col .image > .label-top {
	right:10px;
	background-color:#6bffa7;
	color: #000 !important;
}
.product-col .image > .label-green {
	right:10px;
	background-color:green;
}
.product-col .image > .label-new, 
.product-col .image > .label-sale,
.product-col .image > .label-top,
.product-col .image > .label-green {
	padding:4px 12px;
	position:absolute;
	top:10px;
	color:#fff;
	text-transform:uppercase;
}
.product-col h4, .product-col h4 a {
    overflow: hidden;
    height: 50px;
	margin-bottom: 0;
}
.product-col .price { padding-top: 0; }
.product-col .caption {
    background-color: #f9f8f8;
	padding: 9px;
	border: 1px solid #d8d8d8;
	border-top-color: rgb(216, 216, 216);
	border-top-style: solid;
	border-top-width: 1px;
	border-top: 0;
	height: 265px;
	overflow:hidden;
}
.product-col .description {
    border-top: 0px solid #ddd;
    display: block;
    width: 100%;
    float: left;
}
.product-col .image {
    height: 240px;
	overflow: hidden;
}
.product-image-wrapper {
	display: table;
	text-align: center;
	width:100%;
	height: 100%;
}
.product-image-wrapper-inner {
	display:table-cell;
	vertical-align: middle;
	text-align: center;
}

.onstock { color: #27aa27;}
.notonstock { color: #fa505d; }
.productCode {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.listBottomTitle { background: #fff;color: #fff;text-align: right;padding: 10px; border-bottom: 1px solid #313131;}
.listBottomTitle > a { color: #000;padding: 5px 10px; }
.listBottomTitle > a:hover { color: #000; }

.product-details .prodBtns {
	display: inline-block;
}

.product-details .prodBtns .favBtn {
	display: inline-block;
	margin-top: 0;
}

.product-info .product-details .cart-button {
    padding-top: 0px;
    display: inline-block;
    float: left;
    margin-top: 3px;
    margin-bottom: 3px;
}


.product-info .product-details .price {
    margin-top: 3px;
    margin-bottom: 3px;
    display: inline-block;
    float: left;
}

.product-info .product-details .price-old {
    font-size: 18px;
    color: #452e11;
    text-decoration: line-through;
    padding: 0;
    float: left;
    display: block;
    margin-left: 5px;
}

.product-info .product-details .price-new {
    color: #6bffa7;
	font-size: 24px;
	padding-right: 5px;
	background-color: #313131;
    padding: 7px 15px;
    border-radius: 5px;
    float: left;
    display: block;
    margin-left: 5px;
	font-weight:bold;
	letter-spacing:2px;
}

.product-info .product-details .price-gross {
    displaY: inline-block;
	width: 100%;
	padding: 3px 8px;
}

.side-heading {
	background: #313131;
}
.product-info .cart-button {
    display: inline;
    margin: 0 5px;
}
.product-info .product-details .cart-button .btn {
    margin-top: 0;
}

.product-info .label-new, .product-info .label-sale, .product-info .label-top, .product-info .label-green {
    padding: 4px 12px;
    position: absolute;
    top: 10px;
    color: #fff;
    text-transform: uppercase;
}
.product-info .label-new{
	left:10px;			
	background-color:#313131;
}
.product-info .label-sale{
	right:10px;
	background-color:#6bffa7;
	color: #000 !important;
}
.product-info .label-top {
	right:10px;
	background-color:#6bffa7;
	color: #000 !important;
}
.product-info .label-green {
	right:10px;
	background-color:green;
}
.tabs-panel .nav-tabs > li.active, .tabs-panel .nav-tabs > li.active > a, .tabs-panel .nav-tabs > li > a:hover {
    background: #000;
}

.product-info-box .heading {
    color: #fff;
	background: #000;
}
.product-info .product-details .manufacturer {
    color: #000;
    text-transform: uppercase;
	font-weight: bold;
}
.product-info .counter {
    max-width: 60px;
    text-align: center;
    font-size: 20px;
    padding: 7px;
    float: left;
    margin-right: 5px;
    padding-top: ;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #d72e2e;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

.header-links li + li {
    padding-right: 5px;
    padding-left: 5px;
}

.header-links li {
    padding-right: 5px;
    padding-left: 5px;
}

#sitemsinfo {
	background-color: #39d25f;
	color: #000;
	padding: 5px 10px;
}

#sitemsginfo {
	background-color: #dafbda;
	color: #333;
	padding: 5px 10px;
}

#sitemsgerror {
	background-color: red;
	color: #fff;
	padding: 5px 10px;
}

#popupLayer {
    background-color: rgba(15,15,15,0.5);
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 4000;
    position: fixed;
    top: 0;
    left: 0;
}

#popupForm {
    background-color: rgba(0, 0, 0, 0);
    background-repeat: no-repeat;
    display: block;
    overflow: hidden;
    width: 100%;
    z-index: 4100;
    position: relative;
    max-width: 595px;
    margin: 2% auto;
}
#popupFrame {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    background-repeat: no-repeat;
    display: block;
    height: auto;
    margin-left: 25%;
    margin-top: 5%;
    overflow: hidden;
    width: 50%;
    z-index: 4100;
}
#popupTitle {
    color: #fff;
    display: block;
    float: left;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 5px;
    width: 100%;
    background-color: #313131;
    font-size: 15px;
    font-weight: bold;
}
#popupCloseOld {
    background-color: rgb(215, 20, 20);
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    margin-top: 1px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 5px;
    padding: 5px 20px;
    float: right;
}
#popupClose {
    background-color: #313131;
    background-image: none;
    background-position: right top;
    background-repeat: no-repeat;
    display: block;
    font-size: 13px;
    text-align: center;
    border-radius: 0;
    padding: 5px 10px;
    float: right;
    position: relative;
    font-weight: 400;
    margin-right: 5px;
    margin-top: 4px;
    color: #fff;
    cursor: pointer;
}
#popupContentOld {
    display: block;
    float: left;
    height: 440px;
    overflow: hidden;
    padding: 0 12px;
    width: 580px;
}

#popupContent {
    display: block;
    float: left;
    min-height: auto;
	height: auto;
    overflow: hidden;
    padding: 15px;
    max-width: 1000px;
    width: 100%;
    background-color: #fff;
}



.carousel-showmanymoveone .carousel-control {
   width: 4%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
   margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
   margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: none;
}

.carousel .item .col-xs-12 {
   padding: 0;
}


.carousel-showmanymoveone .item  {} 
.carousel-showmanymoveone .item .image {
   height: 190px;
   padding-left: 5px;
   padding-right: 5px;
} 
.carousel-showmanymoveone .item .caption {
	padding-left: 5px;
	padding-right: 5px;
} 


.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
    height: 2px;
}

/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
   .carousel .item .col-xs-12:nth-last-child(-n+2) {
      display: none;
   }
}

@media all and (min-width: 768px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 16.6%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(16.6%, 0, 0);
      transform: translate3d(16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-16.6%, 0, 0);
      transform: translate3d(-16.6%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	.productCode { font-size: 17px; }
	.onstock { font-size:17px;}
	.notonstock {  font-size:17px; }
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	.productCode { font-size: 14px; }
	.onstock { font-size:14px;}
	.notonstock {  font-size:14px; }
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.productCode { font-size: 14px; }
	.onstock { font-size:14px;}
	.notonstock {  font-size:14px; }
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	.productCode { font-size: 14px; }
	.onstock { font-size:14px;}
	.notonstock {  font-size:14px; }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	.productCode { font-size: 14px; }
	.onstock { font-size:14px;}
	.notonstock {  font-size:14px; }
}