#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: #05f;
    position: fixed;
    bottom: 6px;
    right: 6px;
    border-radius: 50%;
    padding: 3px 0px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}

.pull-left { float: left;}
.pull-right { float: right; }

.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; }

.favBtn {
    padding: 4px 5px;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 14px;
	background-color: #313131;
	display:table-cell;
}
.favBtnAdd { color: #fff; }
.favBtnRem { color: #fff; }

.onstock { color: #27aa27;}
.notonstock { color: #fa505d; }

.ecTop p { width:100%; }
.ecInc p { width:100%; }
.ecBottom p { width:100%; }

#footer h1 { color: #fff; }
#footer h2 { color: #fff; }
#footer h3 { color: #fff; }
#footer h4 { color: #fff; }
#footer h5 { color: #fff; }
#footer a { color: #fff; text-decoration:none; }

#sitemsinfo {
	background-color: #39d25f;
	color: #000;
	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;
}

/* ================== checkmark ==================== */
/* Customize the label (the checkmarkcontainer) */
.checkmarkcontainer {
	display: block;
	position: relative;
	padding-left: 35px!important;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	margin-bottom: 8px;
	padding-left: 18px;
	font-size: 12px!important;
	font-weight: normal;
	line-height: 24px;
	min-height: 25px !important;

}

/* Hide the browser's default radio button */
.checkmarkcontainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom radio button */
.checkmarkcontainer .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.checkmarkcontainer:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.checkmarkcontainer input:checked ~ .checkmark {
  background-color: #4f4f4f;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
} 


/* ====================================== */

.shop-sorting .form-control {
    max-width: 260px;
}

.post-thumb > img {
    display: inline-block;
    width: 100%;
    max-height: 205px;
    max-width: 100%;
    width: auto;
}

.post-thumb { text-align:center; }

.product-gallery {
    padding-top: 15px;
}

.gallery-item > a {
    text-align: center;
}

.gallery-item > a > img {
    display: inline-block;
    max-height: 350px;
    max-width: 100%;
	width: auto;
}

.imgWrapper {
    display: table-row;
    width: 100%;
}
.imgWrapperInner { 

    display: table-cell;
    height: 100px;
    text-align: center;
    vertical-align: middle;
}

.product-image-wrapper-inner {
	text-align: center;
	height: 150px; 
}
.product-image-wrapper-inner > img {
	max-height: 150px; 
}

.card {
    margin-bottom: 25px;
}
.card-heading {
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
}
.card-heading > h4 {
	margin-bottom:0px;
	padding: 8px 10px;
}
.category-card {
	padding:0;
}
.mega-dropdown {
    width: auto;
}

.mega-dropdown .col-xs-12 {
    width:100%;
	display:inline-block;
}

.navi-link {
    width: 100%;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 300;
}

.navi-link:hover {
	background-color: #ddd;
}
.hero-slider {
	margin-bottom:25px;
}

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
}