@font-face {
  font-family: 'LunchBox';
  src: url("//d3a1v57rabk2hm.cloudfront.net/bitsbox/royale_dusk-copy-0/fonts/LunchBoxBold.otf?ts=1488231239&host=my.cratejoy.com?v=4.1.0");
  src: url("//d3a1v57rabk2hm.cloudfront.net/bitsbox/royale_dusk-copy-0/fonts/LunchBoxBold.otf?ts=1488231239&host=my.cratejoy.com?#iefix&v=4.1.0") format('opentype');
  font-weight: normal;
  font-style: normal;
}

/* Hide the "My Shopping Cart" header in the cart sidebar. */
.shopping-cart .heading {
  visibility: hidden; 
}

div, a, span {
  font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif;
  font-size: 15px;
}

body {
  background: white;
}

/**
 * The powered by cratejoy box.
 */
div.creators a {
  visibility: hidden;
}

/**
 * Footer social links.
 */
div.socials {
}

/**
 * Top screen logo
 */
.page-home .sheader .logo {

}


/**
 * Footer copyright notice.
 */
div.copyright {

}

div.socials .icon-circle {
  display: none;
}


.logo-grp,
.logo-grp:hover,
.logo-grp:visited,
.logo-grp:active {
    color: white; 
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */
    text-decoration: none;
}

.large-grp {
  color: #424242;
  font-size: 34px;
  letter-spacing: -1px !important;
  font-weight: 300;
  padding-top: 30px;
}

.secondary-grp {
    color: #666666;
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */;
}

.small-grp,
.small-grp:hover {
    color: #333333;
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */
}
/*
.checkout_button,
.box-subscribe:hover .alt-button-grp,
.my-account .btn,
.button-grp {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
    font-family: 'Roboto', sans-serif; 
    font-size: 15px;
}
*/

/*
.checkout_button,
.box-subscribe:hover .alt-button-grp:hover,
.button-grp:focus,
.my-account .btn:hover,
.my-account .btn:focus,
.button-grp:hover {
    background-color: #999999;
    border-color: #999999;
    color: #fff;
}
*/

.button-text-grp {
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */
}

.alt-button-grp {
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */
    color: #fff;
    border-color: #fff;
}
/*
.alt-button-grp:hover {
    color: #fff;
    background-color: #666666;
    border-color: #666666;
}

.nav-link-grp,
.nav-link-grp:hover {
    font-family: 'Roboto', sans-serif; 
    color: #fff;
}

.link-grp,
.link-grp:hover {
    color: #666666;
}
*/
.checkout_content.checkout_3 .styled_cart,
.body-grp {
    color: rgba(0,0,0,.7); /*#666666*/
    font-family: 'Roboto', sans-serif; /* Lato-Light */
}

.body-grp hr {
    border-color: rgba(0,0,0,.7); /*#666666*/
}

/* The top bit of text */
.content .body-grp {
  max-width: 500px;
  font-weight: 15px;
  margin: auto;
  display: inline-block;
}

.container {
  text-align: center;
}

.container .body-grp {
  max-width: 500px;
  font-weight: 15px;
  margin: auto;
  display: inline-block;
}


.body-grp .progressbar {
    background: rgba(0,0,0,.7); /*#666666*/
    border-color: rgba(0,0,0,.7); /*#666666*/
}

.cart-pricing-grp {
    color: #666666;
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */;
}

.form-grp input,
.form-grp input:active,
.form-grp input:focus,
.form-grp {
    color: #666666;
    border-color: #666666;
    font-family: OpenSans-Light;
}

.footer-grp {
    color: #666666;
    font-family: 'Roboto', sans-serif; /* Montserrat-Regular */
}
.footer-grp a {
    border-color: #666666;
    color: #666666;
}

.content-grp {
    background-color: #FFF;
}

.cart-grp {
    background-color: #ffffff;
}
/*
.checkout_content.checkout_3,
.box-selector.active,
.box-selector:hover {
    border-color: #666666;
}
.box-subscribe:hover,
.box-subscribe:hover .price,
.box-subscribe:hover .subheading,
.box-subscribe:hover p,
.box-subscribe:hover {
    color: #666666;
}
*/
.progressbar .step.active {
    background: #666666;
}

.btn-primary {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding: 12px;
  padding-bottom: 8px;
  left: 2px;
  border-radius: 6px;
  font-size: 18px;
  outline: none;
  border: 0px;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  opacity: 1;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.5);
  transition: 0s;
}
.btn-primary:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.4);
  background: rgba(0, 0, 0, .3);
  color: white;
  border: 1px solid rgba(255,255,255,.5);
}
.btn-primary:active {
  box-shadow: none;
  background: rgba(0, 0, 0, .3);
  color: white;
  border: 1px solid rgba(255,255,255,.5);
}
.btn-primary:link {
  color: white;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255,255,255,.5);
}
.btn-primary:visited {
  color: white;
  background: rgba(0, 0, 0, .3);
  border: 1px solid rgba(255,255,255,.5);
}
.btn-primary:disabled {
  box-shadow: none;
  background: rgba(0, 0, 0, .3);
  color: silver;
  border: none;
}


.btn-default {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding: 12px;
  padding-bottom: 8px;
  left: 2px;
  border-radius: 6px;
  font-size: 18px;
  outline: none;
  border: 0px;
  background: rgba(0, 0, 0, .1);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  opacity: 1;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.5);
  transition: 0s;
}
.btn-default:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.4);
  background: rgba(0, 0, 0, .1);
  color: white;
  border: 1px solid rgba(255,255,255,.5);
}
.btn-default:active {
  box-shadow: none;
  background: rgba(0, 0, 0, .1);
  color: white;
  border: 1px solid rgba(255,255,255,.5);
}
.btn-default:link {
  color: white;
  background: rgba(0, 0, 0, .1);
  border: 1px solid rgba(255,255,255,.5);
}
.btn-default:visited {
  color: white;
  background: rgba(0, 0, 0, .1);
  border: 1px solid rgba(255,255,255,.5);
}

.btn-small {
  font-size: 12px;
}

#main-logo {
  margin-bottom: -250px;
}

footer {
  visibility: hidden;
}

label {
}

#subscriber hr {
  display: none;
}

.progressbar .step {
	background: #b1860b;
}

.progressbar .step.active {
	background: white;
}

.checkout_content input[type="text"].not-required:focus + label[placeholder]:before,
.checkout_content input[type="text"].not-required:valid + label[placeholder]:before,
.checkout_content input[type="text"][required]:focus + label[placeholder]:before,
.checkout_content input[type="text"][required]:valid + label[placeholder]:before,
.checkout_content input[type="email"][required]:focus + label[placeholder]:before,
.checkout_content input[type="email"][required]:valid + label[placeholder]:before,
.checkout_content input[type="password"][required]:focus + label[placeholder]:before,
.checkout_content input[type="password"][required]:valid + label[placeholder]:before {
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	font-weight: bold;
}

.checkout_content input[type="text"].not-required + label[placeholder],
.checkout_content input[type="text"][required] + label[placeholder],
.checkout_content input[type="email"][required] + label[placeholder],
.checkout_content input[type="password"][required] + label[placeholder] {
	display: block;
	pointer-events: none;
	line-height: 1em;
	margin-top: -70px;
	margin-bottom: 70px;
	margin-left: -16px;
	font-size: 11px;
}

#country {
  margin-bottom: 30px;	
}

h3 {
  margin-top: -10px;
  margin-bottom: 20px;
  font-size: 26px;
  letter-spacing: -1px;
}

.cart_listing table {
  border-bottom: none;
}

.delete_column {
  padding-right: 10px;	
}

.checkout_content.checkout_3 {
  border: none;
	padding: 40px;
	text-align: left;
}

#add_coupon_code {
  padding: 0;
  margin-left: -2px;
  font-size: 14px;
}

.link-cart {
  color: #666;
  font-size: 12px;
}

.link-cart:hover {
  color: #666;
}

.header-expanded .content .heading.h-section {
  margin: 75px 0 35px 0;
}

h3.secondary-grp {
  color: rgba(0,0,0,.7)	
}

.cart-pricing-grp {
  color: rgba(0,0,0,.7)	
}

.step {
	display: none;
}

.checkout_content {
  padding: 50px;	
}

.checkout_content section {
	background: white;
}
.order_thanks {
	text-align: center;
	color: black;
}

.cform .form-control {
	background: white;
}

button.button-grp {
	margin-bottom: 20px;
}

.form-container {
	text-align: center;
}
.form-container .col-sm-6 {
  width: 100%;	
}

.checkout_content .right-inner-addon i {
  top: 15px;	
}

.box-selector {
  padding: 0 20px;	
}

/**
 * ******************** UNIFYING NAV *******************
 */

* {
    letter-spacing: 0 !important;
    font-family: "Gotham SSm A", "Gotham SSm B", "Montserrat", sans-serif  !important;
}

.my-account .panel.panel-cratejoy .panel-heading {
  background: white;
  
  color: white;
  border: none;
    text-align: left;
    padding: 20px 20px 6px 20px;
    
}

.my-account .panel.panel-cratejoy .panel-title {
  color: black;   
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 6px;
}

.panel {
  border-radius: 12px;
    border: 0;
    overflow: hidden;
      box-shadow: 0px 1px 4px gray;
}

.my-account table {
  border: 20px solid white;
    border-top: 0;
}

.my-account table>tbody>tr>td {
  display: block;
  padding: 0;
    margin: 0;
    text-align: left;
    width: 100%;
}

.my-account table>thead {
  display: none;
}

.subscription-info .info-label {
  display:none;
}



.my-account .btn-primary {
  padding: 0 6px;
    font-size: 14px;
    border: none;
    margin-right: 3px;
}

.edit-page .btn-primary {
  padding: 3px 9px;
  font-size: 16px;
}

.my-account .text-center {
  text-align: left;
}

.my-account p {
    margin: 0; 
}

.my-account .pull-right {
   float: left !important;
}

.my-account .panel-footer {
  border-top: none;
}

.my-account .panel-body {
  padding: 0 20px;
}

.account-info .info-value {
  display: block;
    width: auto;
    margin-right: 6px;
}

.account-info tr {
  text-align: left;
}

.dropdown a {
  color: rgba(0,0,0,0);
}

.nav > li > a {
  background-image: url(https://bitsbox.com/img/icon-nav.png);
  background-repeat: no-repeat;
  background-position: right center;
  opacity: .4;
  width: 50px;
    height: 46px;
    overflow: hidden;
}

.dropdown-toggle a:hover {
  opacity: 1;
}

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: transparent;
  opacity: 1;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-color: transparent;
}

/**
 * Hide the default navigation bar, so we can use the
 * one defined in bitsboxnavbar.js.
 */
.sheader .navigation {
  padding-top: 0;
  visibility: hidden;
}

.dropdown-menu  {
  opacity: 1;
  background: #dadada;
  border-radius: 12px;
  box-shadow: 0px 1px 0px rgba(0,0,0,.3);
  position: absolute;
  padding: 12px;
  z-index: 99999;
  transition: opacity .5s;
  margin-bottom: 20px;
  border: none;
    left:auto;
    right: 0;
}
.dropdown-menu:before {
  content: ' ';
  border-bottom: 10px solid #dadada;
  border-right: 10px solid rgba(0,0,0,0);
  border-left: 10px solid rgba(0,0,0,0);
  float: right;
  margin-top: -22px;
  position: relative;
  left: 8px;
  top: 3px;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: black;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
  background: #c7c7c7;
  border-radius: 12px;
  transition: 0s;
}
.navbar-right {
   float: right !important;
    position: relative;
    left: 90px;
}

.link-cart {
  position: relative;
    left: -50px;
  float: right;
}

.sheader .container {
  width: 100%;
}

.col-sm-pull-6 {
  left: 0;
  position: absolute;
  top: 0;
  margin-top: 0;
  padding: 0;
  height: 40px;
}

.sheader .logo {
  margin: 10px 0 0 0;
}

.navbar-right hr {
  border: none;
  border-bottom: 1px solid #aeaeae;
  margin: 6px;
}


.table > tbody + tbody {
  border-top: 20px solid white;
}

#nav-store-home span {
  left:-37px;
    top: -6px;
}

.edit-page .info-value {
  padding-bottom: 12px;
  display: block;
}

label.btn_class.cj-btn.term {
  color: gray;
  border-color: silver;
  line-height: 16px;
    font-weight: normal;
    border-radius: 9px;
    padding: 6px;
}

input[type="radio"]:checked+label.cj-btn {
  background-color: #fec111;
  color: black;
  border-color: transparent;
}

.confirm-dialog {
  border-radius: 20px;
  margin-top: -200px;
}

.btn.cj-btn.cancel.pull-left {
  position: absolute;
  right: 20px;
  color: white;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  top: 5px;
  padding: 0;
  padding-right: 20px;
  margin-left: 530px;
  transition: none;
  border: 0;
  display: inline-block;
  width: 200px;
  background: none;
  /** TO BE REMOVED ONCE CANCELLING WORKS AGAIN */
  display: none;
}
.btn.cj-btn.cancel.pull-left:hover {
  box-shadow: none;
}

#skip_button {
  position: absolute;
  right: 0;
  top: -12px;
  text-transform: uppercase;
  color: #fec111;
  font-size: 14px;
  transition: none;
  border: 0;
  display: none;
}
#skip_button.skipped {
  background-color: transparent;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  color: #fec111;
  font-size: 14px;
  transition: none;
  border: 0;
  left: auto;
}
#skip_button.skipped:hover {
  box-shadow: none;   
}

.panel-sub-confirm {
  padding: 0;   
}
.panel-sub-confirm .row.wrapper {
  display: none;
}
.panel-sub-confirm .btn.btn-secondary {
  display: inline-block;
  position: relative;
  left: 2px;
  border-radius: 6px;
  outline: none;
  background: rgba(0, 0, 0, .3);
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  color: white;
  opacity: 1;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.5);
  transition: 0s;   
  padding: 3px 9px;
  font-size: 16px;
  border: 1px solid red;
    
  border: none;
  margin-right: 3px;
  margin-left: 30px;
    margin-bottom: 20px;
}
.panel-sub-confirm .btn.btn-secondary:hover {
  box-shadow: 2px 2px 0px rgba(0,0,0,.4);
  color: white;
}

[class^="icon-"], [class*=" icon-"], .fa {
  font-family: FontAwesome !important;   
}

.watch-out-message {
  font-size: 15px;
  padding: 50px;
}

#checkout-price-confirm {
  font-size: 15px;
  margin-left: 6px;
}
#checkout-price-confirm b {
  font-weight: bold; 
  font-size: 20px;
}

.filter-cards {
  display: none; 
}

.card .img-container {
  border: none;
  margin-right: 50px;
  overflow: hidden;
  background-size: 220px 180px;
  background-repeat: no-repeat;
  background-position: bottom left;
}


.card {
  height: 260px;
}


.card .hsmall-grp {
  color: #333;
}
.card .hsmall-grp:hover {
  color: black;
}

.optimizely-panel {
  display: none;
}

.cj-edit-sub {
  margin-bottom: 30px;
}


/**
 * Styles for the main subscription listing page.
 */
.listing {
  max-width: 770px;
  border-top: 1px solid #eee;
  padding: 30px 0 0 0;
  display: inline-block;
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
.main-listing {
  border-top: 0;
  max-width: 820px;
  margin-bottom: 20px;
}
.listing h1 {
  text-align: left;
}
.listing-photo {
  display: inline-block;
  width: 100%;
  max-width: 350px;
  height: auto;
  vertical-align: middle;
}
.listing-photo.with-padding {
  border-right: 25px solid white;
  border-left: 65px solid white;
}
.main-listing .listing-photo {
  width: 100%;
  max-width: 400px;
  height: auto;
  vertical-align: top;
}
.listing-content {
  display: inline-block;
  width: 100%;
  max-width: 400px;
  text-align: left;
  vertical-align: middle;
}
.listing-content .button {
  background: #fec111;
  padding: 8px 20px;
  color: black;
  font-size: 15px;
}
.btn-yellow, .btn-yellow:visited, .btn-yellow:hover {
  background: #fec111;
  background-color: #fec111;
  padding: 8px 20px;
  color: black;
  font-size: 15px;
}


h1 {
  text-align: center;
  color: #424242;
  font-size: 34px;
  letter-spacing: -1px !important;
  font-weight: 300;
  line-height: 40px;
  padding-top: 50px;
  margin: 0;
  background-image: none;
}
  
h2 {
  font-size: 28px;
  letter-spacing: -1px !important;
  font-weight: 300;
  line-height: 33px;
  margin: 0;
}
  
h3 {
  color: #f0652f;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 6px;
  font-weight: 300;
  margin-bottom: 6px;
}

h3 a, h3 a:visited, h3 a:hover, h3 a:active {
  color: #f0652f;
  font-size: 17px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 6px;
  font-weight: 300;
  margin-bottom: 6px;
  text-decoration: underline;
}

.fit {
  -webkit-font-smoothing: antialiased;
  border-bottom-color: rgb(15, 33, 5);
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: rgb(15, 33, 5);
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: rgb(15, 33, 5);
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: rgb(15, 33, 5);
  border-top-style: none;
  border-top-width: 0px;
  color: rgb(15, 33, 5);
  display: block;
  font-family: 'Helvetica Neue', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
  font-size: 16px;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: auto;
  line-height: 24px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  max-width: 100%;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  vertical-align: baseline;
  width: 900px;
  word-wrap: break-word;
  margin-bottom: 12px;
}
  
.price-panel {
  width: 275px;
  vertical-align: bottom;
  height: 275px;
  text-align: center;
  display: inline-block;
  color: black;
  margin-right: -1px;
  margin-top: 30px;
  border: 2px solid #eee;
  text-decoration: none;
  padding: 20px;
  margin: 6px;
  border-radius: 12px;
}
.price-panel:hover, .price-panel:active {
  text-decoration: none;
  color: black;
}
.price-panel b {
  text-transform: capitalize;
  font-weight: normal;
}
.price-head {
  font-size: 18px;
  font-weight: normal;
  line-height: 20px;
  color: black;
}
.price-head b {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
}
.price-price {
  font-size: 18px;
}
.price-price b {
  font-size: 50px;
  color: #f0652f;
  letter-spacing: -2px;
  font-weight: bold;
}
.price-price em {
  color: #f0652f;
  font-weight: bold;
  font-style: normal;
}
.price-details {
  padding-top: 12px;
  font-size: 15px;
}
.price-details strong {
  padding: 6px;
  color: #f0652f;
  font-weight: bold;
  display: block;
}
.price-special, .price-special b {
  font-size: 18px;
  color: #f0652f;
  letter-spacing: -1px !important;
  text-transform: uppercase;
  margin-top: -12px;
}

.details-info {
  display: inline-block;
  max-width: 400px;
  color: #4f4f4f;
  vertical-align: top;
  margin-top: 40px;
}
.details-info h2 {
  font-size: 24px;
  padding: 0 45px 0 45px;
  margin: 0 0 12px 0;
  text-align: center;
  font-weight: normal;
}
.details-info p {
  padding: 0 55px 0 55px;
  margin: 0;
  text-align: left;
  margin-top: 12px;
  color: rgba(0,0,0,.7);
}

.details-image {
  background-image: url(//s3.amazonaws.com/cratejoy_vendor_images/bitsbox/royale_dusk-copy-0/images/box-details-07.jpg?ts=1489437176&host=my.cratejoy.com);
  background-repeat:no-repeat;
  width: 100%;
  max-width: 400px;
  height: 225px;
  background-size: 400px 1350px;
  position: inline-block;
}
.details-image-1 {
  background-position: 0 0; 
}
.details-image-2 {
  background-position: 0 -225px; 
}
.details-image-3 {
  background-position: 0 -450px; 
}
.details-image-4 {
  background-position: 0 -675px; 
}
.details-image-5 {
  background-position: 0 -900px; 
}
.details-image-6 {
  background-position: 0 -1125px; 
}
.details-image-7 {
  background-image: url(//d3a1v57rabk2hm.cloudfront.net/bitsbox/royale_dusk-copy-0/images/store-binder-01.jpg?ts=1488231241&host=my.cratejoy.com);
  background-repeat: no-repeat;
  width: 400px;
  height: 225px;
  background-size: 290px 290px;
  background-position: 50px -35px;
}

.quote-panel {
  padding: 0 25px 25px 25px;
  background-color: #24d6d7;
  font-style: italic;
  color: white;
  font-size: 17px;
  width: 100%;
  height: auto;
  text-align: center;
  display: table;
  font-weight: normal;
  margin: 30px -6px 30px -6px;
}
  
.quote-panel p {
  max-width: 540px;
  margin: auto;
  margin-top: 25px;
}
.quote-panel b {
  display: block;
  font-style: normal;
  font-size: 14px;
  padding-top: 6px;
} 


/**
 * Handle smaller screen sizes, like a mobile phone.
 */
@media screen and (max-width: 550px) {
  #choices-welcome {
    max-width: 250px;
    margin: auto;
  }
}