@font-face {
	font-family: Futura;
	src: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/fonts/Futura-Bold.ttf?ts=1616428963&host=my.cratejoy.com");	
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: Futura;
	src: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/fonts/Futura-Medium.ttf?ts=1616428963&host=my.cratejoy.com");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: Futura;
	src: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/fonts/Futura-MediumItalic.ttf?ts=1616428963&host=my.cratejoy.com");	
	font-weight: normal;
	font-style: italic;
}








/* color 1 (light) #566743 olive greenish? */
/* color 2 (dark)  #3e3e3e; dark gray */
/* color 3 (dark2) #1b1f23 darkish blue */
/* color 4 (dark3) #18373d dark bluish green */
:root{
  --color-light: #EF9600;
  --color-dark: #253A35;
  --color-dark2: #1b1f23;
}

body {
  background:white;
  font-family: "Futura", sans-serif;
  letter-spacing: 0rem;
}

p {
  font-size: 110%;
}

h1, h2, h3 {
  font-family: "Futura", sans-serif;
}

img{
   
}

.button {
	display:inline-block;
  	margin-top:20px;
	width: 280px;  	
    background-color: var(--color-light);
  	color:#fff;
  	text-align:center;
  	line-height:50px;
  	font-size:20px;
  	text-transform:uppercase;
    border-radius: 3px;
}

.button2 {
	display:inline-block;
  	margin-top:20px;
    width: 280px;
    background-color: rgba(0,0,0,0); 
    color:var(--color-light); 
  	text-align:center;
  	line-height:50px;
  	font-size:20px;
  	text-transform:uppercase; 
    border: 1px solid #EF9600; 
    border-radius: 3px;
}

.button:hover, .button2:hover {
  cursor: pointer;
}
  
a, a:visited{
    color:var(--color-light);
    text-decoration: none;
}
a:hover, a:active, a:focus{
  color: var(--color-light);
}
.button, .button2 {
  font-family: roboto;
}
address{
    margin:0;
}

.nav-item {
  font-family: roboto;
  font-size: 14.5px;
}


.hidden { display:none !important;}
.inline-block { display:inline-block !important; }
.align-center, .center {text-align: center;}
.align-left {text-align: left !important;}
.align-right {text-align: right;}
.float-left { float:left; }
.float-right { float:right;}
.vcenter {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}
.wide {margin:auto; width:60rem !important; max-width: 100% !important;}
.narrow {width: 35rem !important; max-width: 100% !important;}
.full-width {width:100%;}
.margin-auto { margin:auto;}
.margin-left-1 {margin-left:1rem !important;}
.margin-right-1 {margin-right:1rem !important;}
.margin-top-1 {margin-top:1rem !important;}
.margin-top-2 {margin-top:2rem !important;}
.margin-top-4 {margin-top:4rem !important;}
.margin-top-6 {margin-top:6rem !important;}
.margin-top-8 {margin-top:8rem !important;}
.margin-top-10 {margin-top:10rem !important;}
.margin-bottom-1 {margin-bottom:1rem !important;}
.margin-bottom-2 {margin-bottom:2rem !important;}
.margin-bottom-4 {margin-bottom: 4rem !important;}
.margin-bottom-6 {margin-bottom: 6rem !important;}
.margin-bottom-8 {margin-bottom: 6rem !important;}
.color-black {color:black !important;}
.color-light { color: #566743 !important; color:var(--color-light);}
.color-dark { color: #3e3e3e !important; color:var(--color-dark) !important; }
.color-dark2 { color:#1b1f23 !important; color:var(--color-dark2) !important; }
.color-white { color:white !important; }
.opacity-0 { opacity:0 }
.back-color-black, .bg-black { background-color:black !important; }
.back-color-light, .bg-light { background-color:#ADDC91 !important; background-color:var(--color-light) !important; }
.back-color-dark, .bg-dark { background-color: #253A35 !important; }
.back-color-dark2, .bg-dark2 { background-color:#1b1f23 !important; background-color:var(--color-dark2) !important; }
.back-color-white, .bg-white { background-color:white !important;}
.bold, .weight-bold {font-weight:bold !important;}
.bold-600, .weight-600 { font-weight:600 !important; }
.lighter, .weight-lighter { font-weight:lighter !important; }
p.small, p.sm, span.small, span.sm, div.sm { font-size:80% !important; }
p.big, p.lg, p.fs120 {font-size:120% !important}
p.xl, p.fs150 {font-size:150% !important}
p.x2, p.fs200 {font-size:200% !important}
span.narrow-underline { display:block; width:75%; height:0.1rem; margin:auto; background-color:#566743; background-color:var(--color-light); }
span.narrow-underline-white { display:block; width:75%; height:0.1rem; margin:auto; background-color:white; }
.narrow-underline { display:inline-block; }
.circle2 { border-radius:50%; width:2rem; height:2rem; position:relative; display:block; font-size:1.2rem }
.double-border:after {
  content: " ";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width:125%;
  height:125%;
  border: 1px solid #1b1f23;
  border: 1px solid var(--color-dark2);
  border-radius:50%;
  opacity:0.5;
}

.slick-dots li.slick-active button:before { color: #566743 !important; }
.index-slick .slick-slide { height:auto !important; }
.slick-dots li button:before { font-size:1rem !important; }
.index-slick .slick-dots li button:before { color:black !important;}

h2.narrow, h3.narrow{
  margin:auto;
}
h2{
   /*font-size:1.50rem;*/
  font-weight:600;
}
 h3{
   font-size:1.25rem;
   font-weight:600;
}

.content {
  overflow: auto;
}


.nomadik-button, .btn {
  padding: .5rem 2.5rem;
  background-color: var(--color-dark);
  color:white !important;
  text-transform:uppercase;
  display:inline-block;
 /* font-family:"Open Sans Condensed", sans-serif; */
  font-weight:normal;
  font-size:120%;
  border: 1px var(--color-light) solid;
  border-radius:3px;
  letter-spacing: 0.1rem;
  cursor: pointer;
}
.nomadik-button.ghost {
  color: #566743 !important;
  color:var(--color-light) !important;
  background:transparent !important;
  border:0.1rem solid #566743 !important;
  border:0.1rem solid var(--color-light) !important;
 
}



.container-header{
  background: #253A35;
  padding-top:0.2rem;
  padding-bottom:0rem; 
}
.navbar{
  font-size:1rem;
}
.navbar a{
	text-decoration:none;
}
.nav-item{
  padding-left:0.5rem;
  padding-right:0.5rem;
}
.nav-item a{
  padding:0.2rem 0.2rem;
  text-transform:uppercase;
}
.navbar{
  font-size:0.9rem;
}
.navbar-light .navbar-toggler {
  border-color:#566743;
  border-color:var(--color-light);
  color:white;
  padding:0.5rem 0.8rem;
}
.navbar-light .navbar-nav .nav-link{
  color:white;
}
.nav-link:hover {
  color:white !important;
  text-decoration: underline;
}

.nav-item.cta a{
  color:white !important;
}
.navbar-brand{
  padding-top:0;
}



.footer{
  padding-top:4em;
  padding-bottom:2em;
  color:white;
  background-image: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/topo1.png?ts=1616428981&host=my.cratejoy.com");
  font-size:14px;
  font-family: roboto;
}
.footer address{
	margin-top:1rem;
}
.footer a{
  color:white;
}
.footer-subitems{
  font-size:14px;
  margin-top:0.4rem;
  margin-bottom:2rem;
  line-height:2;
}
.copy{
  color:white;
  font-family: roboto;
  font-size:0.8rem;
  text-align:center;
  padding:0.2rem;
}
.hero{
	width:100%;
  padding-top:6rem;
  padding-bottom:6rem;
}
.hero-hilight{
  font-size:125%;
}
/*quiz*/
#quiz {
  background-image:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/topo_white.png?ts=1616428981&host=my.cratejoy.com");
  text-align: center;
  padding: 5%;
}

.quiz-copy {
  padding: 5% 2%;
}

#quiz .row {
  display: flex;
  justify-content: center;
}

#quiz p {
  margin: 0;
}

#quiz img {
  width: 80%;
}

#quiz h3 {
  padding: 0;
}

#quiz a {
  color: white;
}

/* for quiz nav animation effect */
#change_color {
  animation: color-change 1.5s infinite !important;
}

@keyframes color-change {
  0% { color: white; }
  50% { color: var(--color-light); }
  100% { color: white; }
}


/* index page */
.index-hero{
  background-image:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/mobile_hero_narrow4.jpg?ts=1616428974&host=my.cratejoy.com");
  background-size:cover;
  background-position:center center;
  padding:4rem 0; /* Responsive */
}
.index-hero h2, .index-hero h3{
	font-family:'Open Sans Condensed', sans-serif;
}
.index-hero h2 {
  font-size: 2rem;
}
.index-hero p{
  font-size:1.25rem; /* Responsive - mobile only */
}
.index-mb-wrapper{
  padding:0.6rem;
}
.index-mb{
  padding:2rem 1.25rem;
  border:0.2rem solid white;
}
.mb-item{
  color:white;
  border-bottom:1rem solid transparent;
  display:inline-block;
}
.mb-item img{ 
  margin-right:0.75rem; 
  float:left;
  clear:left;
  max-height:3.5rem; 
}
.mb-item h5{
   display:block;
   margin:0;  
}
.mb-item span{
  font-size:0.9rem;
  font-weight:normal;
}
.mb-col-img{
  min-height:20rem;
  background:linear-gradient(0deg, #1b1f23 50%, #FFF 50%);
  background:linear-gradient(0deg, var(--color-dark2) 50%, #FFF 50%);  
  margin-bottom:-1px;
}
.mb-welcome-margin {
  margin-top:12rem;
}
.mb-welcome {
  position:absolute;
  top:1.5rem;
  color: #566743;
}
.mb-welcome h5 {
  position:relative;
  left:0rem;
  bottom:2rem;
}
.mb-welcome-arrow {
  position:relative;
  width:80px;
  left:-2rem;
  z-index:2;
  transform: rotate(20deg);
  margin-top:-1.5rem;
}
.mb-image{
  max-width:90%;
  margin-bottom:1rem; 
  margin-left:1.25rem;
}


.index-quotes-inner{
  padding:1rem 0;
}
.quote-image{
  max-height:500px;
  max-width:100%;
}
.container-more-than-boxes img{
  width:100%;
  opacity:0.5;
}
.container-more-than-boxes a{
background:black;
  display:block;
}
.container-index-na{
  background:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/hero_narrow_2018_na2.jpg?ts=1616428969&host=my.cratejoy.com") center;
  background-size:cover;
}
.index-slick .slick-next:before, .index-slick .slick-next:before {
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/right_arrow.svg?ts=1616428979&host=my.cratejoy.com") center center no-repeat;
  position: relative;
  right: 3rem;
}

.index-slick .slick-prev:before, .index-slick .slick-prev:before {
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/left_arrow.svg?ts=1616428972&host=my.cratejoy.com") center center no-repeat;
  position: relative;
}



.index-slick  .slick-next:before, .index-slick  .slick-prev:before, .index-slick  .slick-next:before, .index-slick  .slick-prev:before {
    color: black;
    display: block;
    width: 3em;
    height: 1rem;
    content: "";
}





/* howitworks and whatsinside sections */
.container-whatsinside{
  text-align:center;
}
.container-whatsinside.hero{
  padding-top:3rem;
  padding-bottom:3rem;
}

.container-whatsinside img{
  max-width:90% !important;
  max-height:100% !important;
  margin:auto;
}
.wi-slider{
  height:15.3rem;
}
.wi-slider-img{
  padding:1rem;
}
.wi-slider .slick-dots{
  bottom: -2.25rem !important;  
}
.wi-slider .slick-dots li button:before{
  color:white !important;
}
.wi-slider .slick-dots li.slick-active button:before{
  color:white !important;
}
.hero.container-featured-products{
  padding-top:2rem;
  padding-bottom:1rem;
}

.fps-slider{
}
.fps-slider .slick-slide{
  height:auto;
  padding:0rem;  
}
.fps-slider .slick-slide img{
}
.fps-item{
  margin:1rem;
}
.fps-item img{
  /*padding:1rem;*/
  max-width:100%;
}
.fps-slider .slick-slide > div{
  padding:2rem 1rem 2rem 1rem;
  position:relative;
  bottom:0.5rem;
}
.fps-slider .slick-slide > div > img{
 /*padding:1rem;*/
} 
/* centered carousel item if using center mode */
.fps-slider .slick-slide.slick-current.slick-active.slick-center > div{
  padding:0rem;
  top:1rem;

  position:relative;
}

.fps-slider .slick-next{
  height:8rem;
  width:3rem;
  right:-4rem;
}
.fps-slider .slick-prev{
  height:8rem;
  width:3rem;
  left:-4rem;
}

.fps-slider .slick-next:before {
    display:block;
    background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/chevron-right-large.png?ts=1616428966&host=my.cratejoy.com");
    background-size:contain;
    background-repeat:no-repeat;
    content: "";
    height:8rem;
    width:3rem;
    opacity:1;    
  }
  
  .fps-slider .slick-prev:before {
    display:block;
    background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/chevron-left-large.png?ts=1616428966&host=my.cratejoy.com");
    background-size:contain;
    background-repeat:no-repeat;
    content: "";
    height:8rem;
    width:3rem;
    opacity:1;    
  }





/* Subscription Page */
.hero-subscribe{
  background-image:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/subscribe_hero2.jpg?ts=1616428980&host=my.cratejoy.com");
  background-color: #303e1b;
  background-size:cover;
  background-position:center top;
  padding:1rem;
  background-position-x: -420px;
}
.hero-subscribe h1, .hero-subscribe h2, .container-welcome-box h1, .container-welcome-box h2 {
  font-weight:bold;
}
.hero-subscribe h1, .hero-subscribe h2 {
  margin-top:4rem;
}

.hero-subscribe p {
  font-size:1.2rem;
}

.container-subscribe-boxes {

}

.subscribe-boxes {
  margin-top:1rem;
  background: white;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.subscribe-box {
  width:100%;
  text-align: center;
  padding-top:3rem;
  padding-bottom:2rem;
  border: 0.25rem solid #566743;
  margin-top:1rem;
  border-radius:0.5rem;
}

.subscribe-box-term {  
  font-weight:bold;
  font-size:1.75rem;
  display: block;
}
.subscribe-box-tag {
  display:block;
  height:2rem;  
  background-position: top left;
  background-repeat: no-repeat;
  color:white;
  font-size:1.3rem;
  text-align:left;
  text-indent: 0.75rem;
}
.subscribe-box-price {
  margin-top:0.5rem;
  display: block;
}
.subscribe-box-frequency {
  font-weight:normal;
  font-size:1rem;
  display: block;
}
.subscribe-box a.nomadik-button {
  margin-top:1rem;
  font-weight: normal;
  letter-spacing:0.125rem;
  display: inline-block;
}
.subscribe-box-hr {
  height:0.1rem; 
  background:#566743;
  width:10rem;
  display:block;
  margin:auto;
  margin-top:2.5rem;
}
.subscribe-box ul {
  list-style:none;
  margin:0;
  padding:0;
  margin-top:2.0rem;
  font-size:1.3rem;
}
.subscribe-box li {
  margin-top:1.25rem;
  font-weight:normal;
  padding:0 1rem;
}


.container-welcome-box {
}

.welcome-box-title {
  text-align: center;
  position: relative;
}
.welcome-box-title h2 {
  margin-top: 4rem;
  display: inline-block;
}
.welcome-box-title-text {

}
.welcome-box-hr {
  width:3rem;
  height:0.075rem;
  background:#566743;
  display: inline-block;
  margin:auto 1rem; 
  position:absolute;
  top:6.75rem;  
}
.welcome-box-hr-left {  
  left:2rem;
}
.welcome-box-hr-right {
  right:2rem;
}
.container-welcome-box p {
  font-weight:normal;
  font-size:1.1rem;
}

.welcome-box-slider .slick-arrow, .our-customers-slider .slick-arrow {
  width:4rem;
  height:1rem;
  z-index:2;
  top:15.5rem;
}

.welcome-box-slider .slick-next,
.our-customers-slider .slick-next {
  right: 0;
  
}

.welcome-box-slider .slick-prev,
.our-customers-slider .slick-prev {
  left: 0;
  
}



.welcome-box-slider .slick-next:before,
.welcome-box-slider .slick-prev:before,
.our-customers-slider .slick-next:before,
.our-customers-slider .slick-prev:before {
  color:black;
  display:block;
  width:3em;
  height:1rem;
  content: "";
}

.welcome-box-slider .slick-next:before,
.our-customers-slider .slick-next:before {
  background:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/arrow-right.svg?ts=1616428965&host=my.cratejoy.com") center center no-repeat;
}

.welcome-box-slider .slick-prev:before,
.our-customers-slider .slick-prev:before {
  background:url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/arrow-left.svg?ts=1616428965&host=my.cratejoy.com") center center no-repeat;
}

.welcome-box-slider, .our-customers-slider {
  text-align:center;
  height: 53rem;
}
.our-customers-slider {
  height: 49rem;
}

.welcome-box-slider-item img, .our-customers-slider-item img {
  width:100%;
}
.welcome-box-slider-item h5, .our-customers-slider-item h2 {
  margin-top:3rem;
  text-align:left;
  padding:0.5rem 1rem;
  font-weight: bold;
}



.welcome-box-slider-item p, .our-customers-slider-item p {
  text-align:left;
  padding:0.5rem 1rem;
  font-size:1.2rem;
}
.our-customers-slider-item h2 {
  margin-top:0;
  text-align: left;
}
.our-customers-slider-item p {
  margin-top:3rem;
  font-size:1.3rem;
  font-weight: normal;
}
.our-customers-slider-item p:before {
  content: '“';
  height: 2rem;
}
.our-customers-slider-item p:after {
  content: '”';
  text-align:right;
  height:2rem;
}
.our-customers-slider-item p:after, .our-customers-slider-item p:before {
  display: block;
  font-size:2rem;
}
.our-customers-slider-item small {
  display: block;
  font-size:1rem;
  margin-top:0.25rem;
  line-height:1.5rem;
}
.welcome-box-slider .slick-dots, .our-customers-slider .slick-dots {
  top:18rem;
  height:1rem;
}


.subscribe-features {
  padding:2rem;
  background: #566743;
  color:white;
}

.subscribe-features-list {
  padding:0;
  margin:0;
  list-style: none;
  font-size:1rem;
  font-weight: normal;
}

.subscribe-features-list li {
  min-height:0.75rem;
  margin-top:1.5rem;

}

.subscribe-features-list li::before {
  content:"";
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/white-check.png?ts=1616428983&host=my.cratejoy.com") no-repeat;
  background-size: contain;
  display:inline-block;
  height:1rem;
  width:2rem;
  margin-right:0.25rem;
}



span.brand-partners-hr {
  top: 5.75rem;
}

.brand-flexbox {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-partner {
  padding:1rem 2rem;
}








/* Shop */
.btnContainer {
  margin-left:auto;
  padding-bottom: 30px;
}

.dropdownContainer {
  position: relative;
  display: inline-block;
  width: 150px;
}

.dropdown-content {
  display: none;
  visibility: hidden;
  position: absolute;
  color: red;
  background-color: #f9f9f9;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  font-size: 14px;
  width: 150px;
  text-align: left;

}

.dropbtn {
  border: none;
  color: white;
  background-color: #566743;
  width: 150px;

}

.dropbtn:hover {
  cursor: pointer;
  background-color: #3e3e3e;
}


.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}


.dropdown-content a:hover {background-color: #f1f1f1}

.dropdownContainer:hover .dropdown-content {
  display: block;
  visibility: visible;
}

.dropdownContainer:hover .dropbtn {
  background-color: #566743;
}

.product-name {
  font-size: 16px;
}








/* Contact page */
#nomadik-contact-form{
  max-width:500px;
  margin:auto;
}

#nomadik-contact-form input, .form-message{
	margin-bottom:1em;
}

#nomadik-contact-form input, #nomadik-contact-form textarea, #nomadik-contact-form select {
  display:block;
  margin:auto;
  width:90%;
  margin-bottom:.85rem;
  padding:0.5rem;
}


/* FAQ page */




/* Account Pages */

.panel {
    margin-bottom: 20px;
    background-color: #ffffff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}
.panel-title{
 font-weight:bold;
  font-size:1.1rem !important;
}
table td[class*="col-"], table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}


.my-account a{
  color: #566743;
  color:var(--color-light);
}

.my-account .btn-primary{
  background-color:#566743;
  background-color:var(--color-light);
}
.gift-card-balance{
  margin-bottom:1rem;
}
.container-account-edit .info-value{
  min-width:260px !important;
}
.container-account-edit .panel-footer{
  background:transparent !important;
  border:none !important;
}






/* Store */
.hero-shop-banner {  
  background-size:cover;
  color:white;
  padding: 80px 0 80px 0; 
}
.shop-items{
	margin-top:3rem;
}
.card.item{
  border:none;
  margin-bottom:4rem;
}
.img-container{
  min-height:300px;
  max-width:100%;
  background-size:contain;
  background-position:center center;
  background-repeat: no-repeat;
  
}
/* adjust tile image per product if needed */
a[href$="1963961904"] .img-container{
  background-position:center top;
}

.product-name{
  font-weight:bold;
  text-align:center;
  margin-top:0.25rem;
}
.product-price{
  text-align:center;
}

ul.product_paging {
  list-style: none;  
}

ul.product_paging li {
	display: inline-block;
  padding:1rem;
}

ul.product_paging li.product_page.active a {
  font-weight: bold;
  color: #566743;
}


/* Listing */

.product-img{
  margin-bottom:1rem;
  
}
#thumbs{
  list-style:none; 
  padding:0;
  width:auto;
  margin:auto;
  text-align:center;
  margin-bottom:2rem;
}
#thumbs li img{
  max-width:100%;
  cursor:pointer;
}
#thumbs li{
  width:24%;
  display:inline-block;
  padding:0;
  margin:0;
}
.product-img img{
  max-width:100%;
  display:inline-block;
}
.control-label{
  display:inline-block;
  padding-right:1rem;
  min-width:5rem;
}
.cselect{
  display:inline-block;
  clear:right;
  min-width:100px;
  text-transform:uppercase;
}
.price{
  font-weight:bold;
  margin-top:0.5rem;
  margin-bottom:0.5rem;
}




/*** CAREERS PAGES ***/

.careers-wrapper {
    padding-top:4rem;
    min-height:900px;
    background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/careers-bg-main.jpg?ts=1616428966&host=my.cratejoy.com") left center no-repeat;
    background-size: cover;
}
.container-careers a {
  text-decoration: underline;
}
.container-careers h1 { font-weight: bold; color: wheat;}
.container-careers small { display:block; font-size:0.5em;} 
.container-careers li { margin-top:0.5rem; }

.container-careers-job h1 { color: black; }
.container-careers-job h3 { font-weight: normal; }

div.careers-hero  {
   min-height:50vh;
   background-size: cover;
}

.careers-hero-ops {
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/careers-hero-ops.jpg?ts=1616428966&host=my.cratejoy.com") left bottom no-repeat;
}
.careers-hero-marketing {
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/careers-hero-marketing.jpg?ts=1616428966&host=my.cratejoy.com") center bottom no-repeat;
}




/*** CAMPING BOX PAGES ***/
.camping-wrapper {
    padding-top:4rem;
    min-height:900px;
    background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/careers-bg-main.jpg?ts=1616428966&host=my.cratejoy.com") left center no-repeat;
    background-size: cover;
}
.container-camping a {

}

.container-camping h1 { color: black; font-weight: bold; }
.container-camping h3 { font-weight: normal; }


div.camping-hero  {
  background: url("//d3a1v57rabk2hm.cloudfront.net/thenomadiksubscriptionbox/parcel-copy-100/images/careers-hero-ops.jpg?ts=1616428966&host=my.cratejoy.com") left bottom no-repeat;
  background-color: rgba(0, 0, 0, 0.5);
   background-size: cover;
  padding:10rem 0
}






/*** CUSTOMER EDIT ADDRESS DELETE ***/
#delete-address-modal div.modal-dialog {
  margin-top:10%;
}


/*** Customer Order Confirm Sales tax removal ***/
.detail-row.tax-row.sub {
	display: none;
}


/*** YOTPO ***/
span.yotpo-pictures-gallery-title {
  font-weight: bold;
  color:black !important;
}




/*** CF 01. Sub page redesign ***/
.hero-subscribe h1 {
  margin-top: 2rem !important;
}

.ironclad-sub-page {
  background-color: #566743;
  color: #fff;
  display: block;
  position: relative;
  top: 2.1rem;
}

.skip-box {
  text-align: center;
  font-size: 1.5rem;
}

.subscribe-box-tag {
  height: auto !important;
  font-size: 1.1rem !important;
}

ul.subscribe-box-points {
  margin-top: 1.1rem !important;
}

.subscribe-box-hr {
  margin-top: 2.0rem !important;
}

@media screen and (min-width: 992px) {
  .container-subscribe-boxes {
    margin-top: -17.5rem !important;
  }
  .subscribe-box {
    padding-top: 2rem !important;
  }
}

@media only screen and (max-width: 991px) {
  .button {
  }
  .slick-slide {
      height: auto !important;
  }
  .welcome-box-slider {
    height: auto !important;
  }
}

@media only screen and (max-width: 427px) {
  .button {
  }
  .navbar {
    padding:.5rem 0 .5rem 0;
  }
  .hero-subscribe h1 {
    margin-top: 0.8rem !important;
    font-size: 2.0rem !important;
  }
  .hero-subscribe p.large {
    display: none !important;
  }
  .hero.hero-subscribe {
    background-position: 40% 50%;
  }
  .subscribe-box {
    padding-top: 15px !important;
    padding-bottom: 0 !important;
  }
  .sub-no-tag, .subscribe-box-hr, ul.subscribe-box-points > li:nth-child(3) > br {
    display: none !important;
  }
  ul.subscribe-box-points > li:nth-child(3) {
    font-size: 1rem;
    margin-top: 0 !important;
    margin-bottom: 0.3rem !important;
  }
  .ironclad-sub-page {
    top: 0.1rem !important;
  }
  .btnContainer {
    margin:auto;
    padding-bottom: 0px;
  }

}

@media only screen and (max-width: 372px) {
  .welcome-box-slider-item > h5 {
    padding-top: 3rem !important;
  }
}
/*** end of: CF 01 sub page redesign ***/



