body .tooltip .popover {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  background-color: #FFF !important;
  background-image:url(images/sky-water-sand.jpg)
}
div.card-footer a {
	color:#000
}
.imageTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
}
.imageTitle2 {
	margin-top: -4px;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	text-align:center;
}
.imageInfo-txt {
	margin-top: -8px;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.4;
	text-align:center
}
.image-info {
    padding-left: 10px;
    padding-right: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.image-info2 {
    padding-left: 4px;
    padding-right: 4px;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-top: 8px;
	margin-bottom: 8px;
}
.imgicon {
	max-height:18px;
	height: expression(this.height > 18 ? 18: true);
	max-width:80px;
	width: expression(this.width > 80 ? 80: true);
}
.seriesInfo-txt {
	font-size: 13px;
	font-weight: 600;
	line-height: 2.4;
	text-decoration: none;
	color: #FFF;
}
.series-info {
    padding-left: 0px;
    padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: -24px;
	text-align: right;
	height: auto;
}
.top-margin-15{
	margin-top: 15px;
}
.top-margin-30{
	margin-top: 30px;
}
.top-margin-45{
	margin-top: 45px;
}
.top-margin-60{
	margin-top: 60px;
}
.pad-30 {
  margin-right: 15px;
  margin-left: 15px;
}
.black {
	background-color:#000;
	color:#FFF;	
}
.black80 {
	color:#333;
}
.white {
	background-color:#FFF;
	color:#000;
}
.gold {
	background-color:#E7DBC3;
	color:#000;
}
.silver {
	background-color:#EBECED;
	color:#000;
}
.green {
	background-color:#CFC;
	color:#000;
}
.redfont {
	color: #900;
}
.right {
	float: right;
}
.bar-0 {
	border-radius: 6px;
	background-color:#0098da;
	font-size: 12px;
	font-weight:600;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#FFF;
}
.bar-1 {
	border-radius: 8px;
	background-color:#0098da;
	font-size: 14px;
	font-weight:600;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#FFF;
}
.bar-2 {
	border-radius: 12px;
	background-color:#0098da;
	font-size: 20px;
	font-weight:700;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#FFF;
}
.bar-3 {
	border-radius: 10px;
	background-color:#0098da;
	font-size: 18px;
	font-weight:700;
	padding-left: 12px;
	padding-right: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	color:#FFF;
}
.bar-gold {
	border-radius: 24px;
	background-color:#E7DBC3;
	font-size: 16px;
	font-weight:600;
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.bar-gold-reverse {
	border-radius: 24px;
	background-color:#B4975A;
	font-size: 19px;
	font-weight:600;
	color:#FFF;
	text-align:center;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
}
.prodName {
	font-size: 18px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}
.prodPrice {
	font-size: 18px;
	font-weight: 700;
	padding-top: 12px;
	padding-bottom: 12px;
}
.prodCrumb {
	font-size: 12px;
	font-weight: 400;
}
.prodDesc {
	font-size: 14px;
	font-weight: 400;
	padding-top: 8px;
	padding-bottom: 12px;
}
.prodSdesc {
	font-size: 14px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
.prodDimen {
	font-size: 14px;
	font-weight: 400;
	padding-top: 12px;
	padding-bottom: 12px;
}
.prodOptions {
	font-size: 12px;
	font-weight: 400;
	padding-left: 4px;
	padding-right: 4px;
	height: 24px;
}
.sizes {
	font-size: 14px;
	font-weight: 400;
	padding-left: 4px;
	padding-right: 4px;
	height: 28px;
}
.cartButton {
	font-weight: 700;
	color: #FFF;
	background-color: #00ac8a;
	font-size: 14px;
	height: 34px;
	width: 120px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-align: center;
	border-radius: 8px;
	text-decoration:none;
	transition: border 0.2s ease;
	border: 3px solid #FFF;
	padding-top:3px;
}
.cartButton:hover {
  border: 3px solid #81D9FF;
  cursor: pointer;
}
.text18-700 {
	font-size: 18px;
	font-weight: 700;
}
.roundBorderMain {
	border: 6px solid #C6E6EB;
	margin: 18px;
	padding: 18px;
	border-radius: 24px;
}
.strikeout {
	text-decoration: line-through;
	color: #999;
	font-style: normal;
}
.menu .accordion-heading {  position: relative; }
.menu .accordion-heading .edit {
    position: absolute;
    top: 2px;
    right: 6px; 
}
.menu .level1 { border-left: 4px solid #f38787; }
.menu .level2 { border-left: 4px solid #65c465; }
.menu .level3 { border-left: 4px solid #98b3fa; }
.menu .collapse.in { overflow: visible; }

.container2 {
  padding-top:0px;
  padding-bottom:15px;
}

.swatch {
  width:50px;
  height:50px;
  border-radius:5px;
  border: 1px solid #666;
  margin:2px;
}

.swatch-clickable:hover {
  border: 2px solid #000;
  cursor: pointer;
}

.dropdown-menu {
  padding:10px;
}

.badges {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
}
hr.one {
  border: 1px solid;
}
.border-101 { /* Blogs */
	border-color: #09F!important;
	border-width:1px;
}
.border-102 { /* News */
	border-color: #09F!important;
	border-width:1px;
}
.border-103 { /* Actions */
	border-color: #F90!important;
	border-width:1px;
}
.border-104 { /* Resources */
	border-color: #FFE320!important;
	border-width:1px;
}
.border-105 { /* Goods */
	border-color: #66C!important;
	border-width:1px;
}
.border-106 { /* Inspirations */
	border-color: #F66!important;
	border-width:1px;
}