/* variables.less */
/* base.less */
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.bold {
  font-weight: 900;
}
.box-sizing {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
/* theme-variables.less */
/* desktop.less */
.x-window-body {
  background: white !important;
}
body,
p {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
}
body.ie #content,
body#ie #content {
  border: 1px solid #cccccc;
}
h1,
h2 {
  font-family: "museo-slab-n3", "museo-slab", serif;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  padding-top: 30px;
  line-height: 54px;
  text-align: center;
}
h2 {
  font-size: 36px;
  line-height: 42px;
}
h2 .large {
  font-size: 48px;
  line-height: 54px;
}
h3,
h4 {
  font-family: "proxima-nova-n4", "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  line-height: 30px;
}
h3 {
  font-weight: 700;
  font-size: 24px;
}
h4 {
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
.ajax-content h1 {
  font-size: 24px;
  padding-top: 5px;
  line-height: 26px;
}
fieldset h2 {
  color: #336699;
  font-size: 24px;
  line-height: 30px;
  font-family: "proxima-nova-n7", "proxima-nova", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  padding-bottom: 10px;
}
p.centered-block,
.centered-block p {
  margin-left: auto;
  margin-right: auto;
}
.clearafter:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
dl.properties dt {
  margin-top: 0.5em;
}
dl.properties dd {
  margin-left: 1em;
}
dl.properties-inline {
  margin-top: 0.5em;
}
dl.properties-inline:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
dl.properties-inline dt {
  float: left;
  clear: left;
  width: 8em;
}
dl.properties-inline dt:after {
  content: ":";
}
dl.properties-inline dd {
  float: left;
  margin-left: 1em;
}
.alignleft {
  text-align: left;
}
div.carousel .left,
div.carousel .right {
  margin: 0px !important;
}
div.carousel img {
  width: 100%;
  height: auto;
}
div.carousel .carousel-inner {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.carousel .carousel-indicators {
  display: table;
  margin: auto;
}
div.carousel .carousel-indicators li {
  cursor: pointer;
  display: inline-block;
  width: 11px;
  height: 11px;
  border-radius: 200px;
  margin: 0px;
  margin-right: 2px;
  margin-left: 2px;
}
div.carousel a.carousel-control {
  width: inherit;
  color: #6699CC;
  text-shadow: none;
  opacity: 1;
  font-size: 32px;
  font-weight: bold;
  padding: 23px !important;
  border: 1px solid #ccc;
  line-height: 1;
  height: inherit;
  background-color: white;
  background-repeat: no-repeat;
}
div.carousel a.carousel-control:hover {
  color: white;
  border: none;
}
div.carousel a.carousel-control.left {
  background-position: 13px center;
  left: 0px;
  border-left: none;
  padding-right: 15px;
}
div.carousel a.carousel-control.right {
  background-position: 17px center;
  right: 0px;
  border-right: none;
  padding-left: 15px;
}
div.carousel .item {
  text-align: left;
}
div.carousel.carousel-hero {
  margin-bottom: 0px;
}
div.carousel.carousel-hero .carousel-inner {
  height: 560px;
}
div.carousel.carousel-hero .carousel-indicators {
  margin-top: 23px;
  margin-bottom: 46px;
}
div.carousel.carousel-hero .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin: auto 5px;
}
div.carousel.carousel-hero .carousel-control {
  top: calc(-10%);
  top: -webkit-calc(-10%);
  top: -moz-calc(-10%);
  top: 43%;
}
div.section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#content div.section:nth-child(odd),
#content div.section-alt {
  background-color: #eeeeee;
}
div.section.pad {
  padding: 0 28px;
}
div.hr,
div.hr:before,
div.hr:after {
  width: 100%;
  height: 1px;
  display: block;
}
div.hr {
  background: white;
}
div.hr:before,
div.hr:after {
  position: relative;
  content: "";
}
div.hr:before {
  background: #999999;
  top: -1px;
}
div.hr.gray {
  margin-bottom: 20px;
}
div.hr.gray:before,
div.hr.gray:after {
  background: #e1e1e1;
}
div.hr:after {
  background: #cccccc;
  top: 1px;
}
/**
::-webkit-input-placeholder {
	font-size: 18px;
	line-height:1;
	font-style: italic;
}
:-moz-placeholder {
	font-size: 18px;
	line-height:1;
	font-style: italic;
}
::-moz-placeholder { 
	font-size: 18px;
	line-height:1;
	font-style: italic;
}
:-ms-input-placeholder {  
	font-size: 18px;
	line-height:1;
	font-style: italic;
}
**/
.upper {
  text-transform: uppercase;
}
#nav-main {
  color: white;
  height: 108px;
  width: 100%;
  padding: 28px 0;
  padding-top: 28px;
  padding-bottom: 48px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#nav-main > #navigation a {
  letter-spacing: 0.1em;
}
#nav-main > #navigation > li > ul > li > a,
#nav-main > #navigation > li > ul > li > ul > li > a {
  padding: 4px 50px;
}
#nav-main > #navigation > li ul {
  text-transform: none;
}
#nav-main li > ul {
  border: none;
  font-size: 16px;
  color: white;
  padding: 30px 0px;
}
.nav-header li ul {
  text-transform: none;
}
#header .user {
  background-repeat: no-repeat !important;
  background-position: 30px center !important;
}
#header .user .cart,
#header .user .welcome {
  margin-left: 44px;
}
#header .user .user-menu {
  font-size: 18px;
}
#header .user .user-menu > ul {
  padding-top: 22px;
  padding-bottom: 22px;
}
#header .user .user-menu > ul:first-child {
  padding-top: 0px;
}
#header .user .user-menu .dark {
  font-size: 13px;
}
ul.nav.nav-pills.nav-type {
  display: table;
  margin: auto;
  letter-spacing: 0.14em;
}
.actions a {
  margin-right: 0px;
}
.actions a.cartAdd.in-cart div.row-fluid[class*='add-'] {
  background: #666666;
}
.actions a.cartAdd.in-cart div.row-fluid[class*='add-'] .icon {
  background: #999999;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5OTk5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NjY2NjYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #999999 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #999999), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #999999 0%, #666666 100%);
  background: -o-linear-gradient(top, #999999 0%, #666666 100%);
  background: -ms-linear-gradient(top, #999999 0%, #666666 100%);
  background: linear-gradient(to bottom, #999999 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#999999, endColorstr=#666666, GradientType=0);
}
.actions div.row-fluid[class*='add-'] {
  margin-bottom: 8px;
}
.actions div.row-fluid {
  position: relative;
}
.actions div.row-fluid .chevron {
  position: absolute;
  right: 0px;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: bold;
  color: white;
}
.actions div.row-fluid .icon,
.actions div.row-fluid .price {
  float: left;
}
.actions div.row-fluid .icon {
  width: 38px;
  height: 38px;
  margin: 0px;
  padding: 0px !important;
  text-align: center;
}
.actions div.row-fluid .icon img {
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.actions div.row-fluid .price {
  padding: 10px;
  color: white;
  line-height: 18px;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}
.actions .add-misc {
  background: #339999;
}
.actions .add-misc .icon {
  background: #319393;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #319393 0%, #236969 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #319393), color-stop(100%, #236969));
  background: -webkit-linear-gradient(top, #319393 0%, #236969 100%);
  background: -o-linear-gradient(top, #319393 0%, #236969 100%);
  background: -ms-linear-gradient(top, #319393 0%, #236969 100%);
  background: linear-gradient(to bottom, #319393 0%, #236969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#319393, endColorstr=#236969, GradientType=0);
}
.actions .add-mp3,
.actions .add-cd,
.actions .add-dvd {
  background: #cc6666;
}
.actions .add-mp3 .icon,
.actions .add-cd .icon,
.actions .add-dvd .icon {
  background: #cc6666;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjNjY2NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzQ2NDYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc6666 0%, #8c4646 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc6666), color-stop(100%, #8c4646));
  background: -webkit-linear-gradient(top, #cc6666 0%, #8c4646 100%);
  background: -o-linear-gradient(top, #cc6666 0%, #8c4646 100%);
  background: -ms-linear-gradient(top, #cc6666 0%, #8c4646 100%);
  background: linear-gradient(to bottom, #cc6666 0%, #8c4646 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc6666, endColorstr=#8c4646, GradientType=0);
}
.actions .add-bundle,
.actions .add-multi-cd-sets,
.actions .add-box-set,
.actions .add-audio-bible {
  background: #999966;
}
.actions .add-bundle .icon,
.actions .add-multi-cd-sets .icon,
.actions .add-box-set .icon,
.actions .add-audio-bible .icon {
  background: #c3c330;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzMzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzhjMjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c3c330 0%, #8c8c23 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c330), color-stop(100%, #8c8c23));
  background: -webkit-linear-gradient(top, #c3c330 0%, #8c8c23 100%);
  background: -o-linear-gradient(top, #c3c330 0%, #8c8c23 100%);
  background: -ms-linear-gradient(top, #c3c330 0%, #8c8c23 100%);
  background: linear-gradient(to bottom, #c3c330 0%, #8c8c23 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c3c330, endColorstr=#8c8c23, GradientType=0);
}
.actions .add-book,
.actions .add-booklet,
.actions .add-pamphlet,
.actions .add-bible {
  background: #cc9933;
}
.actions .add-book .icon,
.actions .add-booklet .icon,
.actions .add-pamphlet .icon,
.actions .add-bible .icon {
  background: #cc9933;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NjOTkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5OTY2MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #cc9933 0%, #996633 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #cc9933), color-stop(100%, #996633));
  background: -webkit-linear-gradient(top, #cc9933 0%, #996633 100%);
  background: -o-linear-gradient(top, #cc9933 0%, #996633 100%);
  background: -ms-linear-gradient(top, #cc9933 0%, #996633 100%);
  background: linear-gradient(to bottom, #cc9933 0%, #996633 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc9933, endColorstr=#996633, GradientType=0);
}
.actions .add-art {
  background: #339999;
}
.actions .add-art .icon {
  background: #319393;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMxOTM5MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMzY5NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #319393 0%, #236969 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #319393), color-stop(100%, #236969));
  background: -webkit-linear-gradient(top, #319393 0%, #236969 100%);
  background: -o-linear-gradient(top, #319393 0%, #236969 100%);
  background: -ms-linear-gradient(top, #319393 0%, #236969 100%);
  background: linear-gradient(to bottom, #319393 0%, #236969 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#319393, endColorstr=#236969, GradientType=0);
}
.actions .add-pamphlet .chevron {
  display: none;
}
.actions .add-pamphlet .price {
  padding-right: 0 !important;
}
.actions div.row-fluid.rating {
  border-bottom: 1px solid #cccccc;
  padding-top: 10px;
}
.actions div.row-fluid.rating span {
  float: left;
  padding-right: 10px;
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.actions div.row-fluid.rating div.stars {
  width: 100%;
  height: auto;
}
.actions div.row-fluid.rating div.stars a {
  padding: 0px;
}
.actions div.row-fluid.rating div.rating-help {
  font-size: 11px;
  font-weight: bold;
  color: #999999;
}
.actions div.row-fluid.preview {
  font-size: 11px;
  font-weight: bold;
  color: #333333;
  text-transform: uppercase;
}
.actions div.row-fluid.preview audio {
  width: 100% !important;
}
div.media-set > .row-fluid {
  border-bottom: 3px double #dddddd;
}
div.media-set > .row-fluid > .span4 {
  overflow: hidden;
}
div.media-set img.cover {
  height: auto;
  max-height: 235px;
  max-width: 235px;
  width: auto;
  padding: 17px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.media-set div.title {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.media-set div.title a {
  color: #333333;
}
div.media-set div.subtitle {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
div.media-set div.subtitle a {
  color: #333333;
}
div.media-set div.author {
  font-size: 11px;
  letter-spacing: 0.18em;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.media-set div.row-fluid.actions {
  padding: 10px;
  padding-left: 25px;
  padding-right: 25px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.media-set.detailed img.cover {
  width: 100%;
  height: auto;
  max-height: initial;
  padding: 0px;
}
td.column-ratings > div {
  text-align: center;
}
td.column-ratings > div div.stars {
  display: inline-block;
  width: inherit;
}
.stars a {
  width: 17px;
  background-repeat: no-repeat;
}
.product_section h4 {
  line-height: 1.4em;
}
.alert.dismissable {
  position: relative;
  text-align: center;
}
.alert.dismissable a.close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  color: #9F6000;
}
.tooltip-bootstrap {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip-bootstrap.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip-bootstrap.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip-bootstrap.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip-bootstrap.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip-bootstrap.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.popover {
  text-transform: initial;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 7px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 7px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) 1px 7px rgba(0, 0, 0, 0.25);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
div.quick-view {
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
div.quick-view .price-model {
  margin-bottom: 15px;
  border-right: 1px solid #dddddd;
}
div.quick-view .price-model table {
  margin: auto;
}
div.quick-view .price-model table thead tr th {
  font-weight: bold;
  padding: 8px;
  margin-bottom: 4px;
}
div.quick-view .price-model table tbody tr:nth-child(odd) {
  background-color: #cccccc;
}
div.quick-view .amount {
  padding-left: 20px;
}
div.quick-view .explaination {
  text-align: left;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: bold;
}
div.quick-view #quantity {
  text-align: left;
}
div.quick-view #quantity input {
  padding: 8px;
  font-size: 14px;
}
div.quick-view #add {
  text-align: left;
}
div.quick-view div.btn-container {
  padding-top: 18px;
}
div.quick-view div.btn-container .btn {
  cursor: pointer;
  background: #669933;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY2OTkzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzY2MDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #669933 0%, #336600 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #669933), color-stop(100%, #336600));
  background: -webkit-linear-gradient(top, #669933 0%, #336600 100%);
  background: -o-linear-gradient(top, #669933 0%, #336600 100%);
  background: -ms-linear-gradient(top, #669933 0%, #336600 100%);
  background: linear-gradient(to bottom, #669933 0%, #336600 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#669933', endColorstr='#336600', GradientType=0);
  border: none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: white;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: 900;
}
div#back-to-top {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
div#back-to-top div {
  width: 900px;
  margin: auto;
  position: relative;
  width: 960px;
}
div#back-to-top div a {
  position: absolute;
  padding: 23px;
  background-color: white;
  border: 1px solid #ccc;
  z-index: 99999;
  bottom: 7px;
  right: 7px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 9999px;
  -moz-border-radius: 9999px;
  -webkit-border-radius: 9999px;
  box-shadow: 0px 0px 16px 1px #ccc;
  -webkit-box-shadow: 0px 0px 16px 1px #ccc;
  -moz-box-shadow: 0px 0px 16px 1px #ccc;
}
div#back-to-top div a:hover {
  background-image: url('/images/img-up-white.png');
}
