:root {
    --clr-brand: #444;
    --clr-brand-p10: rgba(34,137,202,.1);
    --clr-brand-p15: rgba(34,137,202,.15);
    --clr-brand-p20: rgba(34,137,202,.2);
    
    --clr-red: #CA2C22;
}

html {
    min-height: 100%;
    *font-family: 'Inter',verdana,Arial,Helvetica,sans-serif;
    font-family:Georgia, 'Times New Roman', Times, serif;
}

body {
	margin: 0 0px;
	background: #ffffff;
	*font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #4a4a4a;
	font-weight: 400;
}

b, strong {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a {
    font-weight: normal;
    color: var(--clr-brand);
    text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

a.neutral {
    color: #888;
}
a.neutral:hover {
    color: var(--clr-brand);
    text-decoration: none;
}

a img {
	border-width: 0;
}
h1 {
	*font-family: 'Inter', sans-serif;
	font-size: 32px;
}

p {
	font-size: 20px;
	color: #4A4A4A;
	font-weight: 400;
	line-height: 33px;
}
.clear:before,
.clear:after {
	content:"";
	display: table;
}
.clear:after {
	clear:both; 
}
.clear {
	zoom: 1 /* For IE 6/7 (trigger hasLayout */
}


h1 {
    font-size: 44px;
    font-weight: 400;
}
h2 {
    font-size: 40px;
    font-weight: 400;
}
h3 {
    font-size: 24px;
    font-weight: 300;
}
h4 {
    font-size: 20px;
    font-weight: 300;
}

#god-mode-bar {
    background: #a33;
    color: #fff;
    font-size: 14px;
    padding: 10px 0;
    text-align: center;
    border-radius: 3px;
    margin-bottom: 0px;
}
#god-mode-bar a {
    color: #fff;
    text-decoration: underline;
}

#top-bar {
    height: 46px;
}
#top-bar #marquee-wrap {
    width: 100%;
    height: 46px;
    overflow: hidden;
    position: relative;
}
#top-bar #marquee-tray {
    background: var(--clr-brand);
    color: #fff;
    width: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    overflow: auto;
    transition: 
        color 0.2s ease-in-out,
        background 0.2s ease-in-out; 
}
#top-bar #marquee-tray:hover {
    -color: var(--clr-brand);
    -background: #fff;
}
#top-bar #marquee-tray .marquee-item:hover {
    -color: var(--clr-brand);
    -background: #fff;
    -letter-spacing: 1px;
    font-size: 1.2em;
}

#top-bar #marquee-tray[size="0"] { width: 0; }
#top-bar #marquee-tray[size="2"] { width: 300%; }
#top-bar #marquee-tray[size="3"] { width: 400%; }
#top-bar #marquee-tray[size="4"] { width: 500%; }
#top-bar #marquee-tray[size="5"] { width: 600%; }

#top-bar .marquee-item {
    display: inline-block;
    float: left;
    position: relative;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
    color: #fff;
    letter-spacing: 0;
    transition: 
        color 0.2s ease-in-out,
        font-size 0.1s ease-in-out,
        letter-spacing 0.2s ease-in-out;
    content: ' ';
}
#top-bar #marquee-tray .marquee-item::first-child {
    left: 100%;
}
#top-bar #marquee-tray .marquee-item.slide {
    transition: left 3s linear;
    left: 0;
}
#top-bar #marquee-tray[size="2"] .marquee-item { width: calc(100% / 3); }
#top-bar #marquee-tray[size="3"] .marquee-item { width: calc(100% / 4); }
#top-bar #marquee-tray[size="4"] .marquee-item { width: calc(100% / 5); }
#top-bar #marquee-tray[size="5"] .marquee-item { width: calc(100% / 6); }

#top-bar #marquee-tray .marquee-item.shrink {
    width: 0%;
    transition: width 3s linear;
}


#top-bar .marquee-item:hover {
    text-decoration: none; 
}

#home-content {
    position: absolute;
    width: 100%;
    left: -200%;
}
#header {
    border-bottom: 1px solid #eaeaea;
    overflow: auto;
    text-align: center;
    padding: 20px 0;
}

#header h1 {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    line-height: 120px;
    padding-left: 20px;
}
#logo {
    overflow: auto;
    display: inline-block;
    padding-top: 0px;
    height: 120px;
}
#logo img {
     float: left;
     width: 120px;
}

#icon-menu {
    float: right;
    width: 300px;
    height: 44px;
    perspective: 1000px;
    margin-top: 44px;
}
#icon-menu #icon-menu-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    transform-style: preserve-3d;
}
#icon-menu.searching #icon-menu-inner {
    transform: rotateY(180deg);
    transform: rotateX(180deg);
}

#icon-menu #icon-menu-front,
#icon-menu #icon-menu-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
#icon-menu #icon-menu-front {
}
#icon-menu #icon-menu-back {
    transform: rotateY(180deg);
    transform: rotateX(180deg);
}


#_user-menu {
    display: inline-block;
    float: right;
    margin-top: 54px;
    font-size: 12px;
}
#_user-menu a {
    font-style: italic;
}
.icon-menu-item {
    --width: 80px;
    overflow: visible;
    padding-top: 28px;
    margin-top: 2px;
    position: relative;
    float: right;
    width: var(--width);
    color: #888;
    font-size: 11px;
    text-align: center;
    font-weight: 400;
    cursor: pointer;
}
.icon-menu-item span {
    position: absolute;
    display: block;
    width: 24px;
    height: 24px;
    top: 0;
    left: calc((var(--width) - 24px) / 2)
}
.icon-menu-item:hover {
    text-decoration: none;
    color: var(--clr-brand);
}
#cart-menu span {
    background: url('/images/shopping-cart.png') center center no-repeat;
    background-size: 24px;
}
#search-menu span {
    background: url('/images/search.png') center center no-repeat;
    background-size: 24px;
}
#user-menu span {
    background: url('/images/user.png') center center no-repeat;
    background-size: 24px;
}
#cart-menu #cart-menu-count {
    background: #CA2C22;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    height: 12px;
    min-width: 12px;
    width: auto;
    padding: 5px;
    border-radius: 30px;
    display: inline-block;
    position: absolute;
    top: -11px;
    right: 11px;
}
#search-menu-input {
    float: right;
    margin-right: 10px;
    margin-top: 2px;
    width: 240px;
    padding: 10px;
    outline: none;
}
#search-menu-input::placeholder {
    font-size: 14px;
    color: #aaa;
}
#close-search-menu {
    width: 24px;
    height: 24px;
    background: url('/images/close.png') center center no-repeat;
    background-size: 24px;
    float: right;
    margin-left: 0px;
    margin-top: 10px;
    cursor: pointer;
}

#search-menu-results {
    list-style: none;
    padding: 0;
    border: 1px solid #ccc;
    max-width: 300px;
    min-width: 300px;
    background: #fff;
    box-shadow: rgba(0,0,0,0.1) 3px 3px 5px;
}
#search-menu-results li.ui-menu-item {
}
#search-menu-results li.ui-menu-item:hover {
    
}
#search-menu-results .search-result {
    padding: 10px;
    overflow: auto;
    display: block;
    cursor: pointer;
}
#search-menu-results .search-result:hover {
    text-decoration: none;
    background: var(--clr-brand-p10);
    margin: 0;
}
#search-menu-results .search-result img {    
    --size: 60px;
    width: var(--size);
    height: var(--size);
    aspect-ratio: 1;
    object-fit: contain;
    float: left;
}

#search-menu-results .search-result .result-info {
    float: left;
    margin-left: 10px;
    width: calc(100% - 60px - 10px);
}
#search-menu-results .search-result .result-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #444;
}
#search-menu-results .search-result .result-price {
    font-size: 12px;
    font-weight: 300;
    color: #888;
    margin-top: 5px;
}


#menu-nav {
    float: left;  
    margin: 20px 0 20px 40px;  
}
#menu-nav ul {
    list-style-type: none;
    text-align: center;
    padding: 0;
    margin: 0;  
    z-index: 20;
}
#menu-nav li {
    display: inline-block;
    zoom: 1; 
    text-align: left;
    position: relative;
    z-index: 20;
    list-style: none;
    margin: 25px 0;
    padding: 0px 0;
    float: left;
}
#menu-nav li a {
    color: #444;
    display: block;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
    line-height: 16px;
    padding: 10px 20px;
    margin: 0;
}
#menu-nav ul li a.juvo-state-hover {
    color: var(--clr-brand);
    text-decoration: none;
}

#banner {
    overflow: hidden;
}

.full-section h2,
.full-section h3 {
    margin: 20px 0;
    text-align: center;
}

#wholesale-banner {
    -margin-bottom: 20px;
    position: relative;
}

#wholesale-banner span {
    display: inline-block;
    color: #fff;
    background: var(--clr-brand);
    font-size: 16px;
    text-align: center;
    padding: 7px;
    width: 200px;
    border-radius: 0 0 5px 5px;
    float: right;
    -margin-right: 50px;
    right: 50px;
    position: absolute;
}

#home-boxes {
    padding: 40px 0;
}
#home-boxes .home-box {
    padding-top: 40px;
    width: calc(25% - 40px);
    margin: 0 20px;
    text-align: center;
    cursor: pointer;
}
#home-boxes .home-box .home-box-img {
    
}
#home-boxes .home-box .home-box-img img {
    height: 300px;
    margin: 0 auto;
    display: block;
}
#home-boxes .home-box .home-box-title {
    font-size: 24px;
    font-weight: 300;
    padding-top: 20px;
}
#home-boxes .home-box .home-box-group {
    background: #fafafa;
    padding: 20px;
    margin-top: 20px;
}
#home-boxes .home-box .home-box-price {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
}
#home-boxes .home-box .home-box-qualities {
    font-size: 18px;
    padding-bottom: 20px;
}
#home-boxes .home-box .home-box-uses {
    font-size: 16px;
    line-height: 1.4em;
    height: 2.8em;
    padding-bottom: 20px;
    overflow: hidden;
}
#home-boxes .home-box .home-box-btn {
    color: #fff;
    background: var(--clr-brand);
    font-size: 16px;
    font-weight: 600;
    line-height: 40px;
    display: block;
}
#home-boxes .home-box .home-box-btn:hover {
    text-decoration: none;
}

#size-boxes h3 {
    text-align: center;
    padding: 20px 0;
}
#size-boxes {
    width: 80%;
    margin: 0 auto;
    overflow: auto;
    padding-bottom: 40px;
}
#size-boxes .size-box {
    width: 20%;
    float: left;
}
#size-boxes .size-box .size-box-img {
    text-align: center;
    padding-bottom: 20px;
}
#size-boxes .size-box img {
    height: 200px;
}
#size-boxes .size-box label {
    display: block;
    font-size: 18px;
    text-align: center;  
    font-weight: 200;  
}
#home-category-listing {
    border-top: 1px solid #ccc;
    overflow: auto;
    padding: 4% 0;
    min-width: none;
    width:1000px;
    margin: 0 auto;
}
#home-category-listing #item-listings {
    width: 100%;
    float: none;
    margin: 60px 0;
}


.content-section {
    padding: 40px 0;
}
.content-section .section {
    width: 960px;
}
.content-section.white-section {
    background: #fff;
}
.content-section.grey-section {
    background: #fafafa;
}
.content-section.blue-section {
    background: var(--clr-brand);
}

.content-section table h4 {
    font-size: 16px;
    color: #444;
    margin: 0 0 1em;
    font-weight: 400;
}
.content-section table p {
    margin: 0 0 1em;
    font-size: 14px;
    color: #888;
    line-height: 1.5em;
    font-weight: 200;    
}

.content-section .home-section-btn {
    min-width: 300px;
    width: fit-content;
    margin: 0 auto;
    padding: 10px 20px;
    border: solid 3px var(--clr-brand);
    color: var(--clr-brand);
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: transparent;
    cursor: pointer;
    text-align: center;
}
.content-section .home-section-btn:hover {
    text-decoration: none;
}
.content-section.white-section .home-section-btn:hover,
.content-section.grey-section .home-section-btn:hover {
    background: var(--clr-brand);
    color: #fff;
}

.content-section.blue-section,
.content-section.blue-section p,
.content-section.blue-section p a {
    color: #fff;
}
.content-section.blue-section .home-section-btn {
    border: solid 3px #fff;
    color: #fff;
}
.content-section.blue-section .home-section-btn:hover {
    background: #fff;
    color: var(--clr-brand);
}



.container {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.section.header {
	padding-top: 0px;
}
.header .title {
	display: inline-block;
	font-size: 42px;
	vertical-align: 75px;
}

#content-page {
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 40px;
    min-height: 400px;
}
#content-page.section {
    width: 760px;
}
#content-page #title-bar {
    font-size: 24px;
    margin: 20px 0 20px;
}
#content-page h2 {
    margin-top: 0;
    font-size: 20px;
}
#content-page h3 {
    margin-top: 0;
    font-size: 18px;
}
#content-page h4 {
    margin-top: 0;
    font-size: 16px;
}
#content-page p {
    font-size: 16px;
    line-height: 1.5em;
}

.form-element #captcha-image {
    float: left;
    padding-top: 12px;
    overflow: auto;
}
.form-element #captcha-image #captcha {
    float: left;
}
.form-element #captcha-image #captcha-reset {
    float: left;
    padding: 12px 0 0 12px;
}
.form-element #captcha-image #captcha-reset img {
    width: 20px;
}
.form-element #formItem-captcha-input {
    float: left;
    padding-left: 20px;
}
.form-element .captcha-text {
    clear: both;
    padding-top: 10px;
}
.form-element .formItem-submit input {
    padding: 10px 30px;
    min-width: 200px;
}

#photo-content  {
	width: 670px;
	display: inline-block;
	float: right;
	margin-bottom: 60px;
}
.photo-images-container {
	position: relative;
}
.normal-slider .slides_container.slide-size {
	width: 660px;
	display: block;
}
#photo-container .title {
	padding: 15px 20px;
    color: #4D4D4D;
    font-family: "Oswald";
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: .5px;
    width: 620px;
    float: right;
    border-bottom: #6F6F6F solid 1px;
    margin-bottom: 20px;
    margin-top: 20px;
}
#photo-container img{
	height: 450px;
	width: 450px;
	margin-left: 120px;
}
#photo-container .normal-grid img{
    -height: 260px;
    width: 260px;
    margin: 20px;
}
#photo-container .next,
#photo-container .prev {
	width: 65px;
	height: 95px;
	color: transparent;
	z-index: 10000;
	display: inline-block;
	position: absolute;
	top: calc(57% - 50px);
}
#photo-container a.next {
  background: url(/images/grey-next.png) 0px 0px no-repeat transparent;
  right: 30px;
  left: 640px;
}
#photo-container a.prev {
  background: url(/images/grey-prev.png) 0px 0px no-repeat transparent;
  left: 25px;
}

#photo-container .pagination {
	display: none;
}
.subpages.section .row {
	overflow: hidden;
}


#generic-form input[type="submit"] {
    text-transform: uppercase;
    color: var(--clr-brand);
    background: var(--clr-brand);
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;

    padding: 10px 0px;
    border: solid 3px var(--clr-brand);
    display: block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background: #FFFFFF;
    cursor: pointer;
    text-align: center;
}
#generic-form input[type="submit"]:hover {
    background: var(--clr-brand);
    color: #fff;
    text-decoration: none;
}

#top-bar .block.s6 {
	margin: 0px;
}
#top-bar .section {
	padding: 0px;
}



#footer {
	border-top: 1px solid #f0f0f0;
	background: #fafafa;
	color: #444;
	padding-bottom: 20px;
    display: none;
}
#footer .block.s3 {
	width: calc(25% - 30px);
	max-width: 270px;
	margin: 0 40px 0 0;
}
#footer .block.s3:nth-child(4) {
    margin-right: 0;
}
#footer-contact-info {
    clear: left;
    padding-left: 42px;
}
#footer-contact-info p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0;
    margin: 0 0 10px;
}
#footer-contact-info p a {
    color: var(--clr-brand);
    font-weight: 300;
}
#footer-socials {
    overflow: auto;
}
#footer-socials a {
    background: url('/images/socials.png') center center no-repeat;
    background-size: 32px;
    
    float: left;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#footer-socials a.fb { background-position: 0 -65px; }
#footer-socials a.tw { background-position: 0 -126px; }
#footer-socials a.pt { background-position: 0 -34px; }
#footer-socials a.yt { background-position: 0 -1px; }

#footer-wob {
    margin-top: 10px;
}
#footer-wob img {
    width: 170px;
}

#footer-menu {
    width: calc(75% - 10px);
    max-width: 960px;
    float: left;
    overflow: auto;
}
#footer-menu .menu-group-column {
    width: calc(33% - 24px);
    margin-right: 40px;
    float: left;
    margin-top: 30px;
}
#footer-menu .menu-group-column:nth-child(3) {
    margin-right: 0;
}

#footer-menu h3,
#footer-menu h3 a {
    border: none;
    color: #444;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 18px;
    margin: 0;
}
#footer-menu h3 {
    margin-bottom: 15px;
}
#footer-menu a {
    font-size: 14px;
    color: #444; 
    font-weight: 300;
}
#footer-menu a:hover {
    color: var(--clr-brand);
    text-decoration: none;
}
#footer-menu ul {
    margin: 0px;
    padding: 0;
}
#footer-menu ul li {
    list-style: none;
    margin: 0;
    line-height: 24px;
}

#footer-top {
	background: url(/images/footer-top-bg.png) left top repeat-x transparent;
	height: 10px;
}

#page-bottom {
    background-color: #000;
    height: 35px;
    display: none;
}

#footer-left #logo  img {
	width: 300px;
}
#footer-left.block.s4 {
	margin-left: 0;
}

#bottom-credits {
    background: var(--clr-brand);
    height: 46px;
    color: #fff;
    overflow: auto;
}

#bottom-credits #copyright {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    font-weight: 200;
    margin: 0;
    padding: 15px 0;
    float: left;
}
#bottom-credits #credits {
    display: inline-block;
    float: right;
    text-align: left;
    font-size: 18px;
    font-weight: normal;
    line-height: 46px;
    color: #fff;
    display: none;
}

#credits a {
    color: #fff;
    text-decoration: none;
    font-weight: normal;
}
#credits a:hover {
    text-decoration: underline;
    color: #000;
}
#credits img {
    border-width: 0px;
    vertical-align: middle;
    padding: 0 2px 2px 7px;
    width: 65px;
}
#credits p {
    color: #4A4A4A;
    font-size: 13px;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0px;
}
#credits p:hover {
    color: #4a4a4a;
    text-decoration: underline;
}

.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 4px;
  width: 66px;
  height: 66px;
  font-size: 0;
  text-indent: -9999px;
}
.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.icon-border::after {
  z-index: 2;
  background: url("../img/icons4.png");
  background-image: url("../img/icons4.svg"), none;
  background-image: url("/images/gi-icons.png"), none;
}

/* facebook */
.icon.icon-border.facebook {
	margin-left: 0px;
}
.icon-border.facebook::before {
  box-shadow: inset 0 0 0 48px #3b5998;
}

.icon-border.facebook:hover::before {
  box-shadow: inset 0 0 0 4px #3b5998;
}

.icon-border.facebook::after {
  background-position: 0 0;
}

/* twitter */
.icon-border.twitter::before {
  box-shadow: inset 0 0 0 48px #4099ff;
}

.icon-border.twitter:hover::before {
  box-shadow: inset 0 0 0 4px #4099ff;
}

.icon-border.twitter::after {
  background-position: -66px 0;
}

/* instagram */
.icon-border.instagram::before {
  box-shadow: inset 0 0 0 48px #BF8360;
}

.icon-border.instagram:hover::before {
  box-shadow: inset 0 0 0 4px #BF8360;
}

.icon-border.instagram::after {
  background-position: -134px 0;
}

/* pinterest */
.icon-border.pinterest::before {
  box-shadow: inset 0 0 0 48px #CB2028;
}

.icon-border.pinterest:hover::before {
  box-shadow: inset 0 0 0 4px #CB2028;
}

.icon-border.pinterest::after {
  background-position: -200px 0;
}



.min-height {
	min-height: 500px;
}





#user-page-wrap {
    min-height: 600px;
    overflow: auto;
}
#user-page-wrap .store-button {
    width: 200px;
    text-transform: none;
}
#user-page-wrap p {
    font-weight: 200;
    font-size: 14px;    
    color: #888;
    line-height: 1.5em;
}
#user-page-wrap #user-page {
    padding: 40px;
    margin: 40px auto;
    width: 700px;
    overflow: auto;
    border: 1px solid #ddd;
}
#user-page-wrap #user-page.create-account {
    width: 400px;
}
#user-page-wrap #user-page.password-reset {
    width: 400px;
}
#user-page-wrap h3 {
    margin: 0 0 20px;
}
#user-page-wrap #login-box {
    float: left;
    width: 310px;
    padding-right: 40px;
    border-right: 1px solid #eee;
}
#user-page-wrap #signup-box {
    float: left;
    width: 309px;
    padding-left: 40px;
}
#user-page-wrap .user-step {
    display: none;
}
#user-page-wrap .user-step.active {
    display: block;
}
#user-page-wrap .formItemExample {
    color: #888;
    font-style: italic;
    font-size: 12px;
}
#user-page-wrap #cancel-btn {
    margin: 20px 0 0;
    color: #888;
    font-size: 16px;
    font-weight: 200;
    display: block;
}
#user-page-wrap #cancel-btn:hover {
    color: var(--clr-brand);
    text-decoration: none;    
}

#user-page-wrap .error-message {
    display: none;
    color: var(--clr-red);
    border: 1px solid var(--clr-red);
    padding: 20px;
    font-size: 14px;
    font-weight: 200;
    margin-bottom: 20px;
    background: rgba(200,20,20,.1);
}
#user-page-wrap .error-message.visible {
    display: block;
}
#user-page-wrap #formItem-agreeTo {
    overflow: auto;
    padding: 20px 0;
}
#user-page-wrap #formItem-agreeTo label {
    font-size: 12px;
    font-weight: 400;
    display: inline-block;
    line-height: 20px;
    padding-left: 7px;
}
#user-page-wrap #formItem-agreeTo label::after {
    content: '';
}
#user-page-wrap #formItem-agreeTo .formItemInput {
    float: left;
    padding-top: 2px;
}

#user-page-wrap #submit-token-btn {
    float: left;
    margin-right: 40px;
}
#user-page-wrap #resend-token-btn {
    float: left;
    line-height: 40px;
}

#user-page-menu {
    float: left;
    width: 200px;
}
#user-page-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#user-page-menu ul li {
    border-bottom: 1px solid #ccc;
}
#user-page-menu ul li a {
    display: block;
    padding: 10px 10px;
    color: #888;
}
#user-page-menu ul li a:hover {
    background: var(--clr-brand-p15);
    color: var(--clr-brand);
    text-decoration: none;
}
#user-page-menu ul li a.active {
    background: var(--clr-brand);
    color: #fff;
    font-weight: 400;
}


#user-page-content {
    float: left;
    width: calc(80% - 200px - 41px);
    width: 800px;
    border-left: 1px solid #ccc;
    min-height: 400px;
    padding-left: 40px;
    padding-bottom: 40px;
    margin-bottom: 80px;
}
#user-page-content h3 a {
    float: right;
    font-size: 16px;
}

#user-home-boxes {
    overflow: auto;
}
#user-home-boxes .user-home-box {
    display: block;
    padding: 20px 20px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;    
    margin-bottom: 10px;
    margin-right: 10px;
    width: 200px;
    float: left;
    text-align: center;
    color: #444;
}
#user-home-boxes .user-home-box:hover {
    color: var(--clr-brand);
    border-color: var(--clr-brand);
    text-decoration: none;
    background: var(--clr-brand-p10);
}
#user-home-boxes .user-home-box {
}
#user-home-boxes .user-home-box span {
    background: url('/images/shopping-cart.png') center center no-repeat;
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    background-size: 50px;
}
#user-home-boxes .user-home-box.subscriptions span {
    background: url('/images/subscription-cart.png') center center no-repeat;
    background-size: 50px;
}
#user-home-boxes .user-home-box.settings span {
    background: url('/images/settings.png') center center no-repeat;
    background-size: 50px;
}
#user-home-boxes .user-home-box.payments span {
    background: url('/images/credit-card.png') center center no-repeat;
    background-size: 50px;
}
#user-home-boxes .user-home-box.download span {
    background: url('/images/download.png') center center no-repeat;
    background-size: 50px;
}
#user-home-boxes .user-home-box h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 5px;
}
#user-home-boxes .user-home-box p {
    font-size: 12px;
    line-height: 1.4em;
}
#user-home-boxes .user-home-box:hover p {
    color: var(--clr-brand);
}

#user-page-content #user-edit {
    width: 400px;
}

#user-subscriptions {
}
#user-subscriptions .user-subscription {
    display: block;
    padding: 10px;
    -border-radius: 5px;
    border: 0px solid #ccc;
    color: #444;
    overflow: auto;
    background: #f3f3f3;
    font-size: 14px;
}
#user-subscriptions .user-subscription:not(.header):hover {
    cursor: pointer;
    -color: var(--clr-brand);
    border-color: var(--clr-brand);
    text-decoration: none;
    background: var(--clr-brand-p10);
}
#user-subscriptions .user-subscription:nth-child(2n+1) {
    background: transparent;
}


#user-subscriptions .user-subscription.header {
    font-weight: bold;
}

#user-subscriptions .user-subscription > div {
    float: left;
}
#user-subscriptions .user-subscription:not(.header) > div {
    line-height: 28px;
}

#user-subscriptions .user-subscription .user-subscription-next { width: 170px; }
#user-subscriptions .user-subscription .user-subscription-id { width: 310px; }
#user-subscriptions .user-subscription .user-subscription-period { width: 140px; }
#user-subscriptions .user-subscription .user-subscription-total { width: 110px; }
#user-subscriptions .user-subscription .user-subscription-status { width: 40px; float: right; }

#user-subscriptions .sub-next {
    font-size: 16px;
    float: left;
}
#user-subscriptions .paused > div:not(.user-subscription-status) {
    opacity: 0.50;
}
#user-subscriptions .sub-next label {
    font-size: 10px;
    color: #aaa;
    display: block;
}
#user-subscriptions .sub-next span {
    display: block;
}

#user-subscriptions .status-btn,
#user-subscription .status-btn {
    background: url(/images/play-btn.png) center center no-repeat;
    background-size: 28px;
    width: 28px;
    height: 28px;
    float: right;
}
#user-subscriptions .status-btn.waiting,
#user-subscription .status-btn.waiting {
    opacity: 0.25;
}
#user-subscriptions .paused .status-btn,
#user-subscription .paused .status-btn {
    background-image: url(/images/play-btn.png);
}
#user-subscriptions .active .status-btn,
#user-subscription .active .status-btn {
    background-image: url(/images/pause-btn.png);
}
#user-subscriptions .completed .status-btn,
#user-subscriptions .cancelled .status-btn,
#user-subscription .completed .status-btn,
#user-subscription .cancelled .status-btn {
    display: none;
}



#user-subscription {
    font-size: 14px;
}
#user-subscription {
}
#user-subscription {
}
#user-subscription .sub-info {
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 10px;
    width: 160px;
}
#user-subscription .sub-info label {
    display: block;
    color: #aaa;
    font-size: 10px;
    padding-bottom: 3px;
}
#user-subscription .sub-info label a {
    text-decoration: none;
    color: #aaa;
    float: right;
}
#user-subscription .sub-info label a:hover {
    float: right;
    color: var(--clr-brand);
}
#user-subscription .sub-info span {
    display: block;
}
#user-subscription-top {
    overflow: auto;
    padding-bottom: 20px;
}
#user-subscription-top .sub-info {
    float: left;
    width: calc(33% - 26.75px);
}
#user-subscription-top .sub-info:last-of-type {
    margin-right: 0;
}
#user-subscription-left {
    float: left;
    width: 600px;
    padding-bottom: 40px;
    padding-right: 10px;
}
#user-subscription-address {
    overflow: auto;
    padding-bottom: 20px;
}
#user-subscription-address .sub-info {
    float: left;
    width: calc(50% - 27px);
}
#user-subscription-address .sub-info:last-of-type {
    margin-right: 0;
}

#user-subscription-payment.sub-info {
    margin: 0 0 20px;
    width: auto;
}

#user-subscription-payment #user-payments {
    overflow: auto;
    padding: 10px 0;
}
#user-subscription-payment #payment-options #user-payments .user-payment {
    border-radius: 0;
    border-width: 0;
    padding: 0;
    float: left;
    width: 60%;
    margin: 0;
}
#user-subscription-payment #user-payment-actions {
    float: right;
}
#user-subscription-payment #user-payment-actions a {
    display: inline-block;
    margin-left: 10px;
    cursor: pointer;
}

#user-subscription-items {
    clear: both;
    font-size: 14px;
}
#user-subscription-items .sub-items-row {
    overflow: auto;
    padding: 3px 0;
}
#user-subscription-items #user-subscription-items-list {
    border: 1px solid #ccc;
    border-width: 1px 0;
}
#user-subscription-items #user-subscription-items-list .sub-items-row:nth-child(2n+1) {
    background: #f3f3f3;
}
#user-subscription-items .sub-items-row.header {
    font-weight: bold;
    
}
#user-subscription-items .sub-items-row > div {
    float: left;
    padding: 2px 0;
}

#user-subscription-items .sub-items-row .col-1 { width: 40px; padding-left: 10px; }
#user-subscription-items .sub-items-row .col-2 { width: 120px; }
#user-subscription-items .sub-items-row .col-3 { width: 240px; }
#user-subscription-items .sub-items-row .col-4 { width: 95px; }
#user-subscription-items .sub-items-row .col-5 { width: 95px; }

#user-subscription-items .summary .col-1 { 
    width: 85px; 
    margin: 0 20px 0 390px; 
    text-align: right; 
    font-weight: bold; 
}
#user-subscription-items .summary .col-2 { width: 95px; }

#start_dialog p {
    font-size: 14px;
}


#user-subscription-orders {
    clear: both;
    padding-top: 40px;
    border-top: 1px solid #ccc;
}
#user-subscription-orders p {
    text-align: center;
}

#user-subscription-dates {
    float: left;
    width: 160px;
    text-align: left;
}
#user-subscription h5 {
    font-weight: normal;
    18px;
}
#user-subscription-dates .sub-info.past {
    color: #aaa;
}
#user-subscription-dates .sub-info.next {
    color: var(--clr-brand);
    border-color: var(--clr-brand);
    margin-bottom: 20px;
}
#user-subscription-dates .sub-info.future {
}
#user-subscription-dates .sub-info.hidden {
    display: none;
}
#user-subscription-dates .sub-info.future > span {
    display: block;
    padding-bottom: 5px;
}
#user-subscription-dates .sub-info.future > span:last-of-type {
    padding-bottom: 0px;
}

.completed #user-subscription-dates .sub-info.next,
.cancelled #user-subscription-dates .sub-info.next,
.completed #user-subscription-dates .sub-info.future,
.cancelled #user-subscription-dates .sub-info.future {
    display: none;
}

#user-subscription-dates .sub-info.process {
    border-color: transparent;
    padding: 20px 0 0;
    width: 180px;
}
#user-subscription-dates .sub-info.process #sub-process-btn {
    width: 174px;
}
#user-subscription-dates .sub-info.cancel {
    border-color: transparent;
    text-align: center;
}

#sub-cancel-btn {
    color: #c33;
    line-height: 30px;
    cursor: pointer;f
}
#sub-cancel-btn.waiting {
    color: #ccc;
}




.form-container .formItem {
}
.form-container .formItem label {
    font-size: 0.8em;
}
.form-container .formItem input {
}
.form-container .formItem .formItemExample {
    font-style: italic;
    font-size: 0.7em;
}

.form-container .captcha-text {
    font-size: 0.8em;
}

.node-holding {
    display: none;
}

.ui-dialog .ui-dialog-titlebar {
    background: var(--clr-brand);
    color: #fff;
    text-shadow: none;
}
.ui-dialog .ui-button {
    background: #aaa;
    color: #fff;
    text-shadow: none;
}
.ui-dialog .ui-button:hover {
    background: var(--clr-brand);
    color: #fff;
}

#hidden-elements {
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    background: var(--clr-brand);
}
.ui-datepicker .ui-datepicker-header .ui-icon {
    background-image: url(/vendor/jquery/jquery-ui/images/ui-icons_ffffff_256x240.png);
}
.ui-datepicker .ui-state-hover {
    background: rgba(255,255,255,0.2);
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: var(--clr-brand-p20);
}

.ui-datepicker.ui-widget-content .ui-state-default {
    background: var(--clr-brand);
}

book {

}
real {
    display: none;
}
.over book {
    display: none;
}
.over real {
    display: inline;
}