body .tooltip .popover {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.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;
}
.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: 4px;
	background-color:#E9D6B5;
	font-size: 12px;
	font-weight:600;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color:#000;
}
.bar-1 {
	border-radius: 6px;
	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: 6px;
	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: 6px;
	background-color:#E9D6B5;
	font-size: 18px;
	font-weight:700;
	padding-left: 8px;
	padding-right: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
	color:#000;
}
.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;
}
.bg-gold-light {
	background-color:#fff5e2;
	padding-left: 8;
	padding-right: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.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;
}
.prodViewOnly {
	font-size: 18px;
	font-weight: 700;
	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: #00AFEF;
	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;
}
.qty-disabled {
  opacity: 0.9;
  cursor: not-allowed;
}
.text18-700 {
	font-size: 18px;
	font-weight: 700;
}
.text14-600 {
	font-size: 14px;
	font-weight: 600;
}
.text12-400 {
	font-size: 12px;
	font-weight: 400;
}
.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;
}
.badge-new {
    position: absolute;
    top: 8px;
    left: 8px;
    background-color: #0d6efd;
    color: #fff;
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 4px;
    letter-spacing: 0.05em;
    z-index: 1;
    pointer-events: none;
}
hr.one {
  border: 1px solid;
}
.border-101 { /* Blogs */
	border-color: #09F!important;
	border-width:1px;
}
.border-102 { /* News */
	border-color: #CCC!important;
	border-width:1px;
	border-radius:8px;
}
.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;
}
.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
input[type=file]::file-selector-button {
  border: 1px solid #358C00;
  padding: .2em .4em;
  border-radius: .2em;
  background-color: #8BFF77;
}
input[type=file]::file-selector-button:hover {
  background-color: #358C00;
  border: 2px solid #358C00;
  color: #FFF;
}
.option-button {
	border: 1px solid #358C00;
	padding: .2em .4em;
	border-radius: .2em;
	background-color: #8BFF77;
}
.option-button:hover {
	background-color: #358C00;
	border: 2px solid #358C00;
	color: #FFF !important;
}
.img-wrapper {
  position: relative;
  display: inline-block;
}
.img-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.sold-out-banner {
  position: absolute;
  top: 12px;
  left: 12px;
  background: rgba(255, 0, 0, 0.85);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 4px 10px;
  border-radius: 4px;
  text-transform: uppercase;
  z-index: 5;
  pointer-events: none; /* allows the image link underneath to remain clickable */
}

/* Shaded card body for cards containing forms — white fields contrast against #dbdbdb */
.card-body-form {
  background-color: #ececec;
}