/* user.css ----------------------------------------------------------------- */

.banner-left,
.banner-right {
  position: fixed;
  border: none;
  top: 150px;
  left: 0px;
  z-index: -1;
}
.banner-right {
  right: 10px;
  left: none;
}

a.banner-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    /* Makes sure the link doesn't get underlined */
    z-index: 10;
    /* raises anchor tag above everything else in div */
    background-color: white;
    /*workaround to make clickable in IE */
    opacity: 0;
    /*workaround to make clickable in IE */
    filter: alpha(opacity=0);
    /*workaround to make clickable in IE */
}

.divider {
  height: 1px;
  width:100%;
  display:block; /* for use on default inline elements like span */
  overflow: hidden;
  background-color: #e5e5e5;
}

.productPrice,
.oldProductPrice {
 font-family: InterfaceB, Arial, Helvetica, San-Serif;
 color: #1E83C8;
 font-weight: bold;
}


.productSpecialPrice  {
  font-family: InterfaceB, Arial, Helvetica, San-Serif;
  color: #D34414;
/*  font-size: 1.3em; */
  font-weight: bold;
}

.productHolder h2 {
  font-size: 1.1em;
  text-decoration: none;
}

.productHolder h2 a {
  color: #000;
}

.productHolder h2 a:hover {
  color: #1E83C8;
  text-decoration: none;
}

.products_model {
	white-space: nowrap;
	}

.nowrap {
	display: inline-block;
	white-space: nowrap;
	}

.btn-add,
.btn-call-now,
.lrn-more,
.btn-print,
.btn-success {
  color: #fff;
  background-color: #6DAF00;
  border-color: #6DAF00;
  text-align: center;
  letter-spacing: 0.125em;
  font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: white;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
    width: 100%;
	margin-top: .6em;
}
.btn-add {
	margin-top: 0em;
	margin-right: 20px;
	width: 100px;
}
.btn-print {
  background-color: #BE00B4;
  border-color: #BE00B4;
}

.btn-add:active,
.btn-success:active {
  background-color: #007e2e;
}

.btn-gray {
   color:#fff;
   background-color: gray;
   padding: 1px 5px;
}
.btn-gray:hover {
   color:#fff;
   background-color: #bebebe;
}

.redOver:hover {
  color:#fff;
  background-color: #D34414;
  text-decoration: none;
}

.redOver:active {
  text-decoration: none;
}

.spin {
  color:#fff;
  padding: 1px 5px;
  margin-left: -5px;
  margin-top: -1px;
   }

.update-ready,
.update-ready2{
    color: #fff;
    background-color: #6DAF00;
    border-color: #6DAF00;
}

.btn-add:hover,
.update-ready:hover,
.update-ready2:hover,
.btn-success:hover {
  background-color: #7eca00;
}

.btn-print:active {
  background-color: #8B0083;
  color: white !important;
}
.btn-print:hover {
  background-color: #A5009C;
  color: white !important;
}
.lrn-more {
  color: #fff;
  background-color: #1E83C8;
  border-color: #1E83C8;
}
.lrn-more:hover {
  color: #fff;
  background-color: #018ef9;
}
.lrn-more:active {
  color: #fff;
  background-color: #0074cc;
}



.btn-call-now {
  color: #fff;
  background-color: #f27c06;
  border-color: #f27c06;
}
.btn-call-now:hover {
  color: #fff;
  background-color: #eba206;
}
.btn-call-now:active {
  color: #fff;
  background-color: #edd206;
}

.cbp-vm-view-list .btn-call-now {
    padding: 3px;
}

.xxs-grid-pull-right {
/*    float: left; */
}

/* Main container */
.cbp-vm-switcher {
	padding: 5px;
}

/* options/select wrapper with switch anchors */
.cbp-vm-options {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 3px solid #47a3da;
}

.cbp-vm-options a {
	display: inline-block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	color: #d0d0d0;
	margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
	color: #47a3da;
}

.cbp-vm-options a:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	text-align: center;
	display: inline-block;
}

/* General style of switch items' list */

.cbp-vm-switcher ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* Clear eventual floats */
.cbp-vm-switcher ul:before, 
.cbp-vm-switcher ul:after { 
	content: " "; 
	display: table; 
}

.cbp-vm-switcher ul:after { 
	clear: both; 
}

.cbp-vm-switcher ul li {
	display: block;
	position: relative;
}

.cbp-vm-image {
	margin: 0 auto;
	height: 150px;
    overflow: hidden;
}

.cbp-vm-image img {
	max-width: 100%; 
	border: none;
}

.cbp-vm-image img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.cbp-vm-title {
	margin: 0;
	padding: 0;
}


.cbp-vm-title a {
 	font-size: .9em;
    color: #1385b4;
	text-decoration: none;
	white-space: normal;
	font-weight: bold;
}

.cbp-vm-title a:hover {
    color: #1E83C8;
 	font-size: .9em;
	text-decoration: none;
	white-space: normal;
}


.cbp-vm-price {
	color: #c0c0c0;
/*	white-space:nowrap;
	display: inline; */
}

.cbp-vm-add {
	color: #fff;
	background-color: #47a3da;
	padding: 10px 20px;
	border-radius: 2px;
	margin: 20px 0 0;
	display: inline-block;
	transition: background 0.2s;
}

.cbp-vm-add:hover {
	color: #fff;
	background-color: #02639d;
}

.cbp-vm-add:before {
	margin-left: 5px;
}

/* Common icon styles */
.cbp-vm-icon:before {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
	content: "\f00a";
}

.cbp-vm-bigGrid:before {
	content: "\f009";
}

.cbp-vm-list:before {
	content: "\f00b";
}

.cbp-vm-add:before {
	content: "\f055";
}

/* Individual view mode styles */

/* Large grid view */

.cbp-vm-view-list ul
.cbp-vm-view-grid ul {
	text-align: right;
}

.cbp-vm-view-grid .cbp-vm-image {
	height: 100px;
	overflow: hidden;
}

.cbp-vm-view-grid .cbp-vm-price .price,
.cbp-vm-view-bigGrid .cbp-vm-price .price {
	color:#9ea6ae;
	display:none;
	visibility: hidden;
}

.cbp-vm-view-grid li {
	width:142px;
	height: 235px;
 }

.cbp-vm-view-grid ul li {
	text-align: right;
	padding: 5px;
	margin: 5px;
	display: inline-block;
/*	min-height: 420px; */
	vertical-align: top;
	border: 2px dotted #dadada;
	border-radius: 5px 10px 10px 10px;
}


.cbp-vm-view-grid .cbp-vm-title {
	font-size: 14px;
	height: 60px;
	overflow: hidden;
}

.cbp-vm-view-grid .cbp-vm-details {
	display: none;
	height: 70px;
	margin: 0 auto;
} 

.cbp-vm-view-grid .more-details {
	display: none;
	height: 0px;
} 

.cbp-vm-view-grid .cbp-vm-btn {
	margin: 0 auto;
} 

.cbp-vm-view-grid .cbp-vm-price .productPrice {
	display: inline-block;
	padding-top: 10px;
  padding-bottom: 10px;
}
.cbp-vm-view-grid .cbp-vm-price .oldProductPrice {
	display: block;
	padding-top: 1px;
  padding-bottom: 0px;
}

.cbp-vm-view-grid .cbp-vm-price .productSpecialPrice {
	display: block;
	padding-top: 0px;
  padding-bottom:1px;


}



.cbp-vm-view-grid .cbp-vm-module {
  color: #9ea6ae;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  display: block;
  height: 15px;
}



.cbp-vm-view-grid .cbp-vm-price-section {
	height: 40px;

}

.cbp-vm-view-grid .cbp-vm-btn-section,
.cbp-vm-view-grid .cbp-vm-left-panle {
	height: 0px; 
	visibility: hidden; 
}



/* Large bigGrid view */

.cbp-vm-view-bigGrid ul {
	text-align: right;
}

.cbp-vm-view-bigGrid .cbp-vm-image,
.cbp-vm-view-bigGrid .cbp-vm-title,
.cbp-vm-view-bigGrid .cbp-vm-details,
.cbp-vm-view-bigGrid .cbp-vm-price,
.cbp-vm-view-bigGrid .cbp-vm-btn,
.cbp-vm-view-bigGrid .cbp-vm-add {
}

.cbp-vm-view-bigGrid .cbp-vm-details {
	display: block;
	height: 57px;
	margin: 0 auto;
	font-size: 11px;
	white-space: normal;
	overflow: hidden;
	} 


.cbp-vm-view-bigGrid .cbp-vm-price-section {
	height: 90px;
	text-align: center;
}








.cbp-vm-view-bigGrid .cbp-vm-btn-section {
	display: block;
	margin-left:-20px;
	margin-right:-20px;
}

.cbp-vm-view-bigGrid .cbp-vm-center-panle {
	height: 38px;
}

.cbp-vm-view-bigGrid ul li {
	padding: 25px;
	padding-bottom: 15px;
	margin: 5px;
	display: inline-block;
/*	min-height: 420px; */
	vertical-align: top;
	border: 2px dotted #dadada;
	border-radius: 5px 10px 10px 10px;
}

.cbp-vm-view-bigGrid .cbp-vm-title {
	height: 60px;
	overflow: hidden;
}

.cbp-vm-view-bigGrid .cbp-vm-btn {
	margin: 0 auto;
} 








.cbp-vm-view-bigGrid .cbp-vm-price .productPrice {
  font-size: 16px;
  color: #1E83C8;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cbp-vm-view-bigGrid .cbp-vm-price .oldProductPrice {
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cbp-vm-view-bigGrid .cbp-vm-price .productSpecialPrice {
  font-size: 16px;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
}

.cbp-vm-view-bigGrid .cbp-vm-module {
  height: 14px;
  color: #9ea6ae;
  font-size: 0.75em;
  display: block;
  overflow: hidden;
}



/* List view */
.cbp-vm-view-list li {
	height: 110px;
	overflow: hidden;
    display: block;
/*	white-space: nowrap; */
	width:100%;

}

.cbp-vm-view-list li:nth-child(odd) {
/* background-color: #ff0000; */
}

.cbp-vm-view-list li:nth-child(even) {
  background-color: #f5f5f5;
}

.cbp-vm-view-list .lrn-more,
.cbp-vm-view-list .btn-success {
	margin-left: 0px;
	margin-right: 0px;
	width: 56px;
}

.cbp-vm-view-list .cbp-vm-image {
	width: 10%;
	}

.cbp-vm-view-list .cbp-vm-price-section {
	width: 128px;
	margin-right: 15px;
	margin-left: 15px;
	float:left;
	}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-discription-block,
.cbp-vm-view-list .cbp-vm-price-section {


	display: inline-block; 

	height: 110px;
	vertical-align: top;
	padding-top:12px;
	padding-bottom:12px;
	overflow: hidden;
}

.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-btn-section{
	display: block; 
	height: 45px;
	vertical-align: middle;



	overflow: hidden;


}

.cbp-vm-view-list .productSpecialPrice,
.cbp-vm-view-list .oldProductPrice{
	margin:auto;
	display: inline-block; 
}

.cbp-vm-view-list .productSpecialPrice,
.cbp-vm-view-list .oldProductPrice,
.cbp-vm-view-list .productPrice {
  text-align: center;
  font-size: 16px;
}

.cbp-vm-view-list .cbp-vm-price {
	text-align: center;
	margin:auto;
    padding-top: 10px;





}

.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-btn {

	display: block;
	vertical-align: top;
}

.cbp-vm-view-list .cbp-vm-image {









	padding: 5px 5px 5px 5px;
	width: 110px;
	height: 110px;
}


.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details {


	white-space: normal;

}

.cbp-vm-view-list .cbp-vm-details {
  height: 70px;
  font-size: 11px;
	overflow: hidden;
}


.cbp-vm-view-list .cbp-vm-module {
  color: #9ea6ae;
  font-size: 0.75em;
  margin-bottom: 0.5em;
  display: block;
}




















.cbp-vm-view-list .cbp-vm-left-panle .cbp-vm-add {
	margin: 0;
}

.cbp-vm-view-list .cbp-vm-left-panle .cbp-vm-btn {
	width: 75px; 
}

.cbp-vm-view-grid .btn-success,
.cbp-vm-view-bigGrid .btn-success{
	width: 45%;
	margin-left: 5%;
}
.cbp-vm-view-grid .lrn-more,
.cbp-vm-view-bigGrid .lrn-more {

	width:45%;
}



.cbp-vm-view-grid .cbp-vm-title a {
  font-weight: normal;
}

.cbp-vm-view-grid .tag2 {

    width: 100%;
    float: left;
	overflow: hidden;
}

.cbp-vm-view-grid .tag2 {
    background: url(images/tag2.png) no-repeat left center;
}
.cbp-vm-view-list .tag2{
    background: url(images/tag2list.png) no-repeat center center;
}

.cbp-vm-view-bigGrid .tag2{
    background: url(images/tag2big.png) no-repeat center center;
}

.panel-group .panel + .panel {
    margin-top: 2px;
}

.panel-heading {
    padding: 7px 15px;
}

@media screen and (min-width: 100px) {
	.cbp-vm-view-bigGrid li {
	float: right;
	display: block;
	white-space: nowrap;
/*	height: 366px; */
	width: 19%;
	min-width: 210px;
	}
}

@media screen and (min-width: 40em) {
	.cbp-vm-view-grid li {
	float: right;
  display: block;
/*	white-space: nowrap; */
	width: 13.2%;
	min-width: 141px;
	max-width: 155px;
	}
}

@media screen and (max-width: 400px) {
	.cbp-vm-view-bigGrid ul li {
		width: 100%;
		min-width:250px;
	}
	.cbp-vm-view-bigGrid .cbp-vm-title {
		height: auto;
	}
	.xxs-grid-pull-right {
  float: none !important;
	display:block !important;
	}
	.xxs-grid-width {
  width: 100%;
	display:block !important;
	}
	.piGal {
	 max-width: 90% !important;
	 margin: 0 auto;
	}
}


@media screen and (max-width: 565px) {
.cbp-vm-view-list li {
	height: 110px;
}

.cbp-vm-view-list .cbp-vm-discription-block {
	padding-bottom: 0px;
    width: 65%;
	height: 65px;
	}
.cbp-vm-view-list .cbp-vm-price-section{
	width: 90%;
	margin-top:-45px;
	padding-top: 0px;
    padding-bottom: 0px;
}
.cbp-vm-view-list .cbp-vm-title{
  font-size:12px;
	}
/*
.cbp-vm-view-list .cbp-vm-details{
	display: none;
	height: 0px;
	}
*/
.cbp-vm-view-list .lrn-more,
.cbp-vm-view-list .btn-success {
	padding:0px;
}

.cbp-vm-view-list .productSpecialPrice,
.cbp-vm-view-list .oldProductPrice,
.cbp-vm-view-list .productPrice {
    text-align: center;
    font-size: 15px;
}

.cbp-vm-view-list .cbp-vm-image {
	padding-bottom:0px;
    width: 80px;
	height: 110px;
}

.cbp-vm-view-list .cbp-vm-price, 
.cbp-vm-view-list .cbp-vm-btn-section {
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
	}
.cbp-vm-view-list .cbp-vm-btn-section {
	float:left;
	}

.cbp-vm-view-list .tag2{
    background-color:none;
	}
}

@media screen and (max-width: 400px) {
.cbp-vm-view-list .cbp-vm-discription-block {
	padding-bottom: 0px;
    width: 50%;
	height: 65px;
	}
.cbp-vm-view-list .tag2{
    background-color:none;
	}
}

@media screen and (min-width: 565px) {
.cbp-vm-view-list .cbp-vm-discription-block {
	width: 45%;
	}
	.cbp-vm-view-list .productSpecialPrice,
	.cbp-vm-view-list .oldProductPrice,
	.cbp-vm-view-list .productPrice {
		padding-top:2px;
	}
}

@media screen and (min-width: 768px) {
.cbp-vm-view-list .cbp-vm-discription-block {
	width: 55%;
	}
}

@media screen and (min-width: 992px) {
.cbp-vm-view-list .cbp-vm-discription-block {
	width: 60%;
	}
}

@media screen and (min-width: 1200px) {
.cbp-vm-view-list .cbp-vm-discription-block {
	width: 65%;
	}
}


input[type="radio"]:checked,
input[type="checkbox"]:checked + label {
  color: #5cb85c;
  background-color: #5cb85c;
  border-color: #5cb85c;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 0px 0 0;
}

collaps,
navbar-collapse {
padding-left: 0px;
padding-right: 0px;
}

.navbar-nav.none {
  margin: 0px 0px;
  width: 100%;
}



li.width100 {
    width: 100%;
}

.top50 {
  margin: 50px 0px;
	display: block;
}


.filter_count {
  float:left;
  margin: 0 10px 0 10px;
}

.nav > li > a.aText {
    padding: 2px 15px 2px 15px;
}

.panel-body-nav {
  padding: 4px 10px 4px 0;
  font-size: 12px;
}

.panel-title {
    font-size: 12px;
}

.img60 img,
.img60 a img {
  max-width: 60px;
}

.searchbox {
	float: left;
	width: 300px;
}

@media(max-width:992px)  {
   .collapse {
       display: none !important;
   }
   .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse {
        overflow-x: visible !important;
    }
    .navbar-collapse.in {
      overflow-y: auto !important;
    }
    .collapse.in {
      display: block !important;
    }
    .navbar-toggle {
        display: block; 
    }
    .navbar-nav {
        float: none !important;
        width: 90%;
    }
    .navbar-nav>li {
        float: none;
    }
	.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	.navbar-header {
        float: none;
    }

	.searchbox {
		float: none;
		width: 90%;
	}
}




.whiteFont {
	color: #fefefe;
	}

.navbar .navbar-default {
    margin-left: 140px !important;
    background-color: #fff;
    border-color: #fff;
}

.navbar-toggle2 {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
}


.cTest {
	width: 40px;
	height: 40px;
	color: #d0d0d0;
	margin: 2px;
}

.page-header {
    padding-bottom: 9px;
    margin-top: 0px !important;
    margin-right: 20px !important;
    margin-bottom: 0px !important;
    margin-left: 20px !important;
    border-bottom: none;
}


.xxs-grid-width {
}

.alert-summary {
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image:      -o-linear-gradient(top, #f0f0f0 0%, #f0f0f0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f0f0f0), to(#f0f0f0));
  background-image:         linear-gradient(to bottom, #f0f0f0 0%, #f0f0f0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
  background-repeat: repeat-x;
  border-color: #cccccc;
}
 
.glyphicon.glyphicon-list-alt,
.glyphicon.glyphicon-sort-by-attributes {
    font-size: 22px;
}

h1, .h1 {
    font-weight: bold;
}

.box, .boxHeader {
  border: 2px solid;
  border-color: #330033;
  letter-spacing: 0.125em;
  font-family: "InterfaceB", Arial, Helvetica, "San-Serif";
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-top: .6em;
}

.boxHeader {
  font-weight: bold;
  background-color: #eaeaea;
}

.PriceOffer {
  font-size: 12px;
}

@media print {  
  .PrintOnly img {
	display:inline;
  }
   
} 

.form-control-date {
    width: 45%;
}

.dropdown-menu:not(:first-child){
  right: 35px; !important;
  min-width: 250px; !important;
  font-size: 12px; !important;
}


@media (max-width: 767px) {
.navbar-nav .open .dropdown-menu {
    margin-right: 40px; !important;
	border: 1px solid #888888; !important;
}
}


.navbar-inverse .navbar-nav > li > a {
    color: #fafafa;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #ffffcc;
}

.panel-filter > .panel-heading {
    color: #f5f5f5;
    background-color: #404040;
    border-color: #faebcc;
}

.panel-filter-heading{
    color: #f5f5f5;
    background-color: #6DAF00;
    border-color: #faebcc;
}

.panel-filter-open > .panel-heading {
    color: #f5f5f5;
    background-color: #1E83C8;
    border-color: #faebcc;
}

/* breadcrumb */
.breadcrumb {
       margin: 20px 0 20px 0;
       padding: 8px 0;
       border: 1px solid #ddd;
}
.breadcrumb i {
       font-size: 15px;
}
.breadcrumb > li {
       text-shadow: 0 1px 0 #FFF;
       padding: 0 20px;
       position: relative;
       white-space: nowrap;
       display: inline-block;
}
.breadcrumb > li + li:before {
       content: '';
       padding: 0;
}
.breadcrumb > li:after {
       content: '';
       display: block;
       position: absolute;
       top: -3px;
       left: -5px;
       width: 26px;
       height: 26px;
       border-left: 1px solid #DDD;
       border-bottom: 1px solid #DDD;
       -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
       -o-transform: rotate(45deg);
       transform: rotate(45deg);
}

.breadcrumb > li > a{
    color: #23a1d1;
}

.breadcrumb > li > a:hover{
    color: #23527c;
}

.cItem {
 display: block;
 float: right;
 width: 31.6%;
 min-width: 351px; 
 height: 180px;
 margin-right: 15px;
/* margin-left: 15px;*/
}

.cItem {
	border: 1px dotted #dadada;
	padding: 10px;
	overflow: hidden;
	margin-bottom: 15px;
	position:relative;
}

.cItem > .caption > a,
.item > .caption > a {
  color: #4b4b4b;
  font-size: 20px;
}

.cItem > .caption > a,
.item > .caption > a:hover {
  color: #797979;
  font-size: 21px;
  text-decoration: none;
}

.cItem .img-responsive, {
    margin-right: initial !important;
}

.cFix {
position: absolute;
    border: none;
    top: 35px;
    left: 15px;
	}

.item {
 display: block;
 float: right;
 width: 23%;
/* width: 250px; */
 height: 220px;
 margin-right: 15px;
}


.item > a > img {
  border: 1px dotted #dadada;
	padding: 2px 2px 2px 2px;
}

.item > a > img:hover {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border: 1px solid #018ef9;
  padding: 0px;
}

.item > .caption > a {
  color: #4b4b4b;
  font-size: 20px;
}

.item > .caption > a:hover {
  color: #797979;
  font-size: 21px;
  text-decoration: none;
}

.btn-info {
  color: #fff;
  background-color: #6DAF00;
  border-color: #7DAF00;
}

.btn-info:hover {
  background-color: #7eca00;
}

.zFilter.glyphicon-check {
  color: #65A900;
}

.zFilter.glyphicon-unchecked {
  color: #D34414;
}

.zFilter {
    display: inline-block;
	margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 2px;
    padding-top: 2px;
	background-color: #F8F8F8;
/*    border-radius: 5px; */
}
.zFilter.text {
	font-size: 14px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
    color: #666;
}
.zFilter.group {
	margin-top: 6px;
	margin-left: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	position: relative;
	background-color: #fff;
}

.cbp-vm-view-grid ul li .cbp-vm-title a {
    font-size: 12px;
	font-weight: bold;
    color: #666;
    text-decoration: none;
    white-space: normal;
}
.cbp-vm-view-grid .cbp-vm-center-panle {
    background-color: #eee;
    padding: 3px;
	height: 45px;
	overflow: hidden;

}

.cbp-vm-view-grid .shopping-cart-left {
	margin-top: 10px;
	float: left;
  text-align: right;
	display: inline-block;
	font-size: 20px;
	color:#65A900;
}

.cbp-vm-view-grid .shopping-cart-left:hover {
	text-decoration: none;
	color:#7eca00;
	font-size: 21px;
}

.cbp-vm-view-grid .glyphicon-earphone {
  color: #f27c06;
  font-weight: bold;
}
.cbp-vm-view-grid .glyphicon-earphone:hover {
  color: #eba206;
}

.cbp-vm-view-bigGrid .shopping-cart-left,
.cbp-vm-view-list .shopping-cart-left {
	height: 0px;
	display:none;
	 }

.cbp-vm-view-list .lrn-more,
.cbp-vm-view-list .btn-success {

	margin-right: 3px;
	margin-left: 3px;
	padding:3px

}

.cbp-vm-view-grid .lrn-more,
.cbp-vm-view-grid .btn-success {
	height: 0px;
	margin-right: 3px;
	margin-left: 3px;
	padding:1px
}


.cbp-vm-view-grid ul li .cbp-vm-image img {
  max-width: 100px;
}

@media screen and (max-width: 40.125em) {
	.item {
		width: 44%; !important;
		 height: auto;
	}
	.row {
		margin-left: -20px;
		margin-right: -18px;
	}
	.item > .caption > a {
	 font-size: 14px;
	}
	.item > .caption > a:hover {
	 font-size: 14px;
	 color:#65A900;
	}
}

.zigzag .navbar-nav > li > a {
  margin-top: 20px;
  color: #696969;
  font-size: 16px;
}

.zigzag .navbar-nav > li > a .glyphicon {
  color: #7eca00;
}

.zigzag .navbar-nav > li > a:hover .glyphicon {
  color: #8bdf00;
}

.zigzag {
/*  height: 120px; */
  background-color: #fff;
}

.navbar {
 min-height:0px;
 margin-bottom: 0px;
}

.modular-header {
	margin-top: 20px;
}

.zigzag-border-bottom {
  border-bottom: 5px solid #1E83C8;
}

.zigzag .navbar-nav > li > a:hover {
  background-color: #fff;
  color: #000;
}

.zigzag-navbar-right {
    float: left;
	margin-left: 140px;
}

.store-brand-top {
  float: left;
  margin-left: 14px;
  margin-top: 10px;
 }
.store-brand-bottom {
  float: left;
  margin-top: -13px;
 }
.store-brand-name {
  font-size: 38px;
  font-family: InterfaceB, Arial, Helvetica, San-Serif;
  color: #111;
  font-weight: bold;
  margin-left: 60px;
  margin-top: -10px;
 }
.store-brand-logo {
  background: url(images/zigzag_logo.png) no-repeat;
  width: 111px;
  height: 100px;
  position: absolute;
  top: -65px;
  left: 0px;
 }

 .store-brand-logo-mobile {
  background: url(images/zigzag_logo.png) no-repeat;
  width: 111px;
  height: 100px;
  position: absolute;
  top: -5px;
  left: -150px;
  border:none;
 }

 
.priceScanError,
.cbp-vm-view-list .priceScanError,
.cbp-vm-view-grid .priceScanError,
.cbp-vm-view-bigGrid .priceScanError,
.priceScanOK,
.cbp-vm-view-list .priceScanOK,
.cbp-vm-view-grid .priceScanOK,
.cbp-vm-view-bigGrid .priceScanOK,
.freeshipping,
.cbp-vm-view-list .freeshipping,
.cbp-vm-view-grid .freeshipping,
.cbp-vm-view-bigGrid .freeshipping,
.freeshippingg,
.cbp-vm-view-list .freeshippingg,
.cbp-vm-view-grid .freeshippingg,
.cbp-vm-view-bigGrid .freeshippingg,
.instockk,
.cbp-vm-view-list .instock,
.cbp-vm-view-grid .instock,
.cbp-vm-view-bigGrid .instock {
 position: absolute;
 border: none;
 top: -5px;
 left: -5px;
}
.cbp-vm-view-list .freeshipping,
.cbp-vm-view-list .freeshippingg,
.cbp-vm-view-list .instock{
 top: 0px;
 left: 0px;
}
.instockk, .freeshipping, .freeshippingg {
 left: 10px;
}
.cbp-vm-view-list .instock,
.cbp-vm-view-grid .instock {
 background: url(images/instock_icon_sm_v2.png) no-repeat;
 width: 56px;
 height: 56px;
}
.instockk,
.cbp-vm-view-bigGrid .instock {
 background: url(images/instock_icon_md_v2.png) no-repeat;
 width: 90px;
 height: 90px;
}
.cbp-vm-view-list .freeshipping,
.cbp-vm-view-grid .freeshipping {
 background: url(images/freeshipping_icon_sm_v2.png) no-repeat;
 width: 81px;
 height: 81px;
}
.freeshipping,
.cbp-vm-view-bigGrid .freeshipping {
 background: url(images/freeshipping_icon_md_v2.png) no-repeat;
 width: 130px;
 height: 130px;
}
.cbp-vm-view-list .freeshipping{
 top: 0px;
 left: 0px;
}
.cbp-vm-view-list .freeshippingg,
.cbp-vm-view-grid .freeshippingg {
 background: url(images/freeshippingg_icon_sm_v2.png) no-repeat;
 width: 81px;
 height: 81px;
}
.freeshippingg,
.cbp-vm-view-bigGrid .freeshippingg{
 background: url(images/freeshippingg_icon_md_v2.png) no-repeat;
 width: 130px;
 height: 130px;
}
.cbp-vm-view-list .freeshippingg{
 top: 2px;
 left: 2px;
}
.priceScanError,
.cbp-vm-view-list .priceScanError,
.cbp-vm-view-grid .priceScanError,
.cbp-vm-view-bigGrid .priceScanError,
.priceScanOK,
.cbp-vm-view-list .priceScanOK,
.cbp-vm-view-grid .priceScanOK,
.cbp-vm-view-bigGrid .priceScanOK{
 top: -7px;
 left: -7px;
}
.priceScanOK,
.cbp-vm-view-bigGrid .priceScanOK {
 background: url(images/priceScanOK.png) no-repeat;
 width: 35PX;
 height: 35PX;
}
.priceScanError,
.cbp-vm-view-bigGrid .priceScanError {
 background: url(images/priceScanError.png) no-repeat;
 width: 35PX;
 height: 35PX;
}

.width100 {
	width:100px;
}
.block {
	display: block;
}

.cbp-vm-discription-block {
	display: block;
}

.cbp-vm-price-section,
.cbp-vm-price-block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.center {
    text-align: center; 
}

.tCenter {
    text-align: center;
}

img.list {
    display: block;
    margin: auto;
}

body {
background-color: #F5F5F5;
}

.footer-extra {
	border-top: 1px solid #ddd;
	color: #222;
}

.contact {
    border-right: none;
}

.footer-extra,
.container,
.footer,
.well {
background-color: #fff;
}

.width30px {
    width: 30px;
}

.products-description-on,
.products-description,
.products-properties,
.products-properties-spacial {
    display: block;
	float:right;
    font-style: normal;
    font-weight: normal;
	padding-left:5px;
	padding-right:5px;
	border: 1px dotted #9adc52;
	border-radius: 4px;
	margin:1px;
	font-size: 11px;
}

.products-properties {
    color: #6DAF23;
}

.products-properties-spacial  {
    border: 1px dotted #004ed0;
	color: #004ed0;
	margin-left: 3px;
}

.products-description {
	width:30%;
}

.products-description-on {
	width:45%;
}

.products-description-on:nth-child(even),
.products-description:nth-child(odd) {
	background-color: #eee;
}

.products-description-on:nth-child(odd),
.products-description:nth-child(even) {
	background-color: #fcf8e3;
}


.header-text-right {
    text-align: right;
}

.social_bookmarks {
  display: inline-flex;
  font-size:14px;
  display: flex;
  margin-top: 20px;
  padding: 0;
}

.social_bookmarks2 {
  display: inline-flex;
  font-size:14px;
  padding: 0;
}

.social_bookmarks a.fa-shopping-cart{
  padding: 0px 0px;
  color: #7eca00;
  cursor: pointer;
  margin-left:30px;
  text-decoration: none;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.social_bookmarks a.fa-shopping-cart:hover{
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
.social_bookmarks a.fa-phone, 
.social_bookmarks2 a.fa-phone {
  padding: 0px 10px;
  color: #f27c06;
  cursor: pointer;
  margin-left:30px;
  text-decoration: none;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

.social_bookmarks2 a.fa-phone {
  margin-left:0px;
}

.social_bookmarks a.fa-phone:hover,
.social_bookmarks2 a.fa-phone:hover{
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}
.social_bookmarks a.fa-facebook-square {
  padding: 0px 10px;
  color: #4867AA;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

.social_bookmarks a.fa-facebook-square:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.social_bookmarks a.fa-twitter-square {
  padding: 0px 10px;
  color: #1DA1F2;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}

.social_bookmarks a.fa-twitter-square:hover {
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}

.social_bookmarks a.fa-envelope-square,
.social_bookmarks2 a.fa-envelope-square{
  padding: 0px 10px;
  color: gray;
  cursor: pointer;
  text-decoration: none;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}


.social_bookmarks a.fa-envelope-square:hover,
.social_bookmarks2 a.fa-envelope-square:hover{
  margin-top: -10px;
  text-shadow: 0px 16px 10px rgba(0, 0, 0, 0.3);
  transform: translate(0, -8);
}


.infoRow {
    margin-left: 0px;
    margin-right: 0px;
}

.pInfo {
	background-color: #e0e0e0;
    border-color: white;
    border-width: 1px;
    border-style: solid;
	height: 45px;
    overflow: hidden;
	}

.pInfoList {
	overflow: hidden;
	height: 40px;
    border-bottom-color: #e5e5e5;
    border-bottom-width: 1px;
    border-bottom-style: solid;
	}



.pInfoList a.fa-info-circle {
    padding: 0px 0px;
    color: #7eca00;
	}

.pInfoList a:hover {
	text-decoration:none:
	color:#8bdf00;
}

.border{
	padding: 3pt;
	margin: 2pt;
	width: 50px;
	height: 50px;
	float: right;
	border:1px dotted red;
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.input-xxlarge {
	width:400px;
	  color: green;
  cursor: pointer;
  text-shadow: 0px 7px 10px rgba(0, 0, 0, 0.4);
  transition: all ease-in-out 150ms;
}
.topBorder {
	border-top: 1px solid #47a3da;
	padding: 0 10px 0 10px;
}



/*Specials Ribbon*/
.ribbon-right {
   position: absolute;
   right: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px;
   text-align: right;
}
.ribbon-right span {
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(45deg);
   width: 100px; display: block;
   background-color: #79A70A;
   background-color: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; right: -21px;
   -webkit-transform: rotate(45deg)
}
.ribbon-left {
   position: absolute;
   left: -5px; top: -5px;
   z-index: 1;
   overflow: hidden;
   width: 75px; height: 75px;
   text-align: right;
}
.ribbon-left span {
   font-size: 15px;
   color: #fff;
   text-transform: uppercase;
   text-align: center;
   font-weight: bold; line-height: 20px;
   transform: rotate(-45deg);
   width: 100px; display: block;
   background-color: #79A70A;
   background-color: linear-gradient(#9BC90D 0%, #79A70A 100%);
   box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
   position: absolute;
   top: 19px; left: -21px;
   -ms-transform: rotate(-45deg); /* IE 9 */
   -webkit-transform: rotate(-45deg)
}
.ribbon-right span::before,
.ribbon-left span::before {
   content: '';
   position: absolute;
   left: 0px; top: 100%;
   z-index: -1;
   border-left: 3px solid #79A70A;
   border-right: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.ribbon-right span::after,
.ribbon-left span::after {
   content: '';
   position: absolute;
   right: 0%; top: 100%;
   z-index: -1;
   border-right: 3px solid #79A70A;
   border-left: 3px solid transparent;
   border-bottom: 3px solid transparent;
   border-top: 3px solid #79A70A;
}
.red span {background-color: linear-gradient(#F70505 0%, #8F0808 100%);}
.red span::before {border-left-color: #8F0808; border-top-color: #8F0808;}
.red span::after {border-right-color: #8F0808; border-top-color: #8F0808;}

.blue span {background-color: linear-gradient(#8F0808 0%, #8F0808 100%);}
.blue span::before {border-left-color: #1e5799; border-top-color: #1e5799;}
.blue span::after {border-right-color: #1e5799; border-top-color: #1e5799;}

.green span {background-color: linear-gradient(#00ff00 0%, #336633 100%);}
.green span::before {border-left-color: #336633; border-top-color: #336633;}
.green span::after {border-right-color: #336633; border-top-color: #336633;}

.page-header h1 del {
    font-size: 1em;
}

/* user.css ----------------------------------------------------------------- */
/*BOF message box in header  */
.messagebox-align { text-align:center }
.message-box {margin-top:20px; margin-left:40px; border:1px solid red; font-size: 2em; padding-top: 10px; padding-bottom: 10px;  font-weight: bold; height: 120px;
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.5);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.5);
box-shadow: 0 0 15px rgba(0,0,0,0.5);}

@media (max-width: 640px) {
.message-box {margin-left:0px}
 } 
/*EOF message box in header  */

.twitter-typeahead .tt-menu, .tt-menu .tt-suggestion {
    left: -40px !important;
    font-size: 12px !important;
}

.tt-dropdown-menu, .tt-menu {
	direction: rtl !important;
    min-width: 400px !important;
}