/* Cinthus */
@font-face {
    font-family: 'Quickstr';
    src: url('../t/Quickstr-Light.woff2') format('woff2'),
        url('../t/Quickstr-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Signs';
    src: url('../t/Signs.woff2') format('woff2'),
        url('../t/Signs.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0px 9999px white;
  }
  
#greenZip {
  color: #049D5F!important;
}

#panel {
  display: none;
}

#flip {
  cursor: pointer;
}

.zipFormContainer {
  width: 70%;
  border: 1px solid #049D5F;
  padding: 5px;
  border-radius: 6px;
}

.zipFormLabel {
  color:#049D5F;
  font-size: 1rem;
}

.changer {
  font-size: 1.2rem;
  padding-top: 1.5rem;
}


.zipFormContainer input[type="text"] { 
 color: #fff;
 background-color: #000;
 padding: 3px; 
 border: none;
}

.zipFormContainer input[type=submit] { 
 color: #049D5F;
 background-color: #000;
 padding:  10px 3px 3px 3px; 
 border: none;
 float: right;
}

.alignleft {
  text-align: left;
}

.listSize {
  text-align: left;
  font-size: 1.0rem;
}

.listQty {
  padding: 0px;
  border: 0px;
  border-radius: 4px;
}

.listQtyElem {
  padding: 0px 5px;
  text-align: center;
}

.listQtyElemSym {
  padding: 9px 5px 0px 5px;
  text-align: center;
  font-family: 'Signs', sans-serif;
  font-size: 3.0rem;
  cursor: pointer;
}

.alignright {
  text-align: right;
}

.aligncenter {
  text-align: center;
}

.lastTableRow{
  border-top: 1px solid white;
}
.ctaSubs{
  display: inline-block;
    vertical-align: bottom;
  height: 38px;
  color: #727272;
  border-radius: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #727272;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#formNewAlert{
  display: inline-block;
  height: 38px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.linkable a:link{
color:#fff;
}
.linkable a:visited{
color:##fff;
}
.linkable a:hover{
color:##fff;
}
.linkable a:active{
color:##fff;
}

.ingreds {
	padding: 0% 5%;
}

.alertEmail{
  color:#000;
}
 
  .ctaShopWhite {
  display: inline-block;
  height: 26px;
  background-color: #00a76a;
  padding: 7px;
  color: black;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  

  .learnWhite {
  cursor: pointer;
  display: inline-block;
  height: 26px;
  padding: 7px;
  color: white;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }

.footer {
    position: relative;
    color: #727272;
    background-color: #f6f6f6;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem; }

.buttn {
  border:none;
  position: relative;
  display: inline-block;
  background-color: black;
  color: white;
  padding: 0px 20px;
}

.buttn.gray {
  background-color: #727272;
}

.buttngreen {
  border:none;
  position: relative;
  display: inline-block;
  color: white;
  padding: 0px 5px;
  height: 20px;
  background-color: #4AA46F;
  line-height: normal;
  margin-bottom: 1.8rem;
}

.buttngrey {
  border-color: #727272;
  position: relative;
  display: inline-block;
  color: #727272;
  padding: 0px 5px;
  line-height: normal;
  margin-bottom: 1.8rem;
  height: 25px;
}

div.tableContainer {
  width:98%; 
  margin:1%;
  }

table#selector {
  text-align:center; 
  margin-left:auto; 
  margin-right:auto; 
  width:100px;
  }

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.switch2 {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 23px;
  margin-bottom: 1.5rem;
}

.switch2 input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}



.sliderGray {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #727272;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderGray:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderGray {
  background-color: #727272;
}

input:focus + .sliderGray {
  box-shadow: 0 0 1px #727272;
}
input:checked + .sliderGray:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.sliderGray.round {
  border-radius: 34px;
}

.sliderGray.round:before {
  border-radius: 50%;
}

.sliderWhite {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderWhite:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: black;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderWhite {
  background-color: white;
}

input:focus + .sliderWhite {
  box-shadow: 0 0 1px white;
}
input:checked + .sliderWhite:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.sliderWhite.round {
  border-radius: 18px;
}

.sliderWhite.round:before {
  border-radius: 50%;
}




.sliderGy {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #D0D0D0;
  -webkit-transition: .4s;
  transition: .4s;
}
.sliderGy:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 2px;
  background-color: #727272;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .sliderGy {
  background-color: #D0D0D0;
}

input:focus + .sliderGy {
  box-shadow: 0 0 1px #D0D0D0;
}
input:checked + .sliderGy:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.sliderGy.round {
  border-radius: 18px;
}

.sliderGy.round:before {
  border-radius: 50%;
}






.closing {
    position: relative;
    color: #727272;
    background-color: white;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem;
    }

.closingB {
    position: relative;
    color: white;
    background-color: black;
    font-family: 'Josefin Sans', sans-serif;
    display: block;
    padding: 8px 20px;
    text-decoration: none;
    font-size: 1.0rem;
    text-align: left;
    letter-spacing: .1rem;
    }

.footer h1{
    text-transform: uppercase;
    font-weight: 600;
}

.footer p{
    font-weight: 100;
    }
    
.footer a{
    color: #727272;
    text-decoration: none;
}

.centered-area {
	text-align: center;
}

.payment-container {
  width: 70px;
}

.graphic-section {
    position: relative;
    text-align: center;
    color: black;
    padding: 0px;
    margin: 0px;
    display:block;
    overflow: hidden;
}
div.graphic-section>img {
  display: block;
}

.firstCell {
	width: 33%;
	text-align: left;
	float: left;
}

.secondCell {
	width: 33%;
	text-align: center;
	float: left;
	background-color: white;
}
.thirdCell {
	width: 34%;
	text-align: right;
	float: left;
}


.firstCellPayment {
  text-align: left;
  float: left;
  font-size: 1rem;
}

.secondCellPayment {
  text-align: center;
  float: left;
  background-color: white;
}
.thirdCellPayment {
  text-align: right;
  float: right;
}


.thirdCell img { 
    height: 20px;
    width: auto;
}

.text-nav-itm img { 
    height: 20px;
    width: auto;
}

.mobile-menu-cell img { 
    height: 20px;
    width: auto;
}


.graphic-section.black {
	  background-color: black;
	  color: white;
  }
  .graphic-section.gray {
	  background-color: #cccccc;
	  color: white;
  }
  .graphic-section.reversed {
	  background-color: black;
	  color: white;
  }
.graphic-section.slate {
	  background-color: black;
  }
.graphic-section.rosemary {
	  background-color: #d9e4cd;
  }
.graphic-section.seaweed {
	  background-color: #b8cbc2;
  }
  
  .graphic-section.seaweedWhite {
	  background-color: #b8cbc2;
	  color: white;
  }
.graphic-section.white {
	  background-color: #fff;
  }
  
.submenu {
	margin-top: 0px;
	background-color: white;
	height: 50px;
	width: 100%;
	padding: 15px;
	overflow: hidden;
  color: black;

}

.blackCenter{
	color: black;
	text-align: center;
	text-decoration: none;
}

.blackCenter a:link {
    color:blue;
    text-decoration:line-through;
}

.inner-div
{
  position: absolute;
  width: 50%;
  color: black;
  top: 50%;
  text-align: center;
  padding: 0;margin: 0;
  transform: translateY(-50%);
}

.fullscreen {
	height: 100vh;
	text-align: center;
	
}

.full {
	height: 100vh;
	width: 100%;
	display: block;
}


.minFull {
	min-height: 100vh;
	width: 100%;
	display: block;
}
.ingredient{
	width: 33%;
	position: relative;
	padding: 0px 7% 0px 7% 0px;
}

.ingredient.right{
	float: right;
	right:0px;
	text-align: left;

}

.ingredient.left{
	left:0px;
	float: left;
	text-align: right;

}

.submenuDocked {
	border-bottom: 1px solid black;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999; 
}
  
.hero-section {
    position: relative;
    height: 100vh;
    text-align: center;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    background-color: #d9e4cd;
}

.hero-section.black {
    background-color: black;
}


div.hero-section>img {
   position: absolute;
   left: 50%;
   top: 50%;
   -webkit-transform: translateY(-50%) translateX(-50%);
    max-height: 80%;
}
.transparent-section {
    position: relative;
    text-align: center;
    padding: 0px;
}
  
  
.afterNav {
	  background-color: white;
	  height: 23px;
  }

.top-left {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 30px;
    width: 50%;
    text-align: center;
}

.top-right {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 30px;
    width: 50%;
    text-align: center;
}

.sixhundred {
	height: 600px;
	overflow: hidden;
}
.bottom-center {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
}

.producttop {
	overflow: hidden;
	position: relative;
	margin: 100px 10% 100px 10%;
    text-align: center;
}

#description {
	overflow-y: auto;
	display: block;
}

.bottom-article {
    position: absolute;
    bottom: 0px;
    padding: 0px 20px;
    width: 100%;
    text-align: center;
}

.headCaps {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
}

.cn{
	text-align: center;
}

.deets {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
}


.bgImage {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
}

.expandableImage{
	max-width:100%;
	height: auto;
}

.iconImage{
	max-width:40%;
	height: auto;
}

.headCapsArticle {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: -.1rem;
	margin-bottom: 1rem;
	color: white;
}

.headLineArticle {
	font-family: 'Quickstr', sans-serif;
	font-size: 3.5rem;
	line-height: 130%;
	margin-bottom: 1rem;
	
}

.articleText{
	padding: 20px;
	text-align: justify;
}

.articlesubTitle{
	padding: 20px;
	text-align: left;
	font-size: 2rem;
	font-weight: 600;
}
.cta {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: black;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  


.ctaW {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
  .bkButton {
  border-radius: 4px;
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: #777777;
  cursor: pointer;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #777777;;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
  .ctaShop {
  display: inline-block;
  height: 26px;
  background-color: rgba(255,255,255,0);
  padding: 7px;
  color: black;
  border-radius: 3px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid black;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
  .outOfStock {
    display: inline-block;
    height: 26px;
    background-color: #fff;
    padding: 7px;
    color: black;
    border-radius: 3px;
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0rem;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 1px solid black;
    box-sizing: border-box;
    -moz-box-sizing: border-box; }
  
.text-nav-itm {
	width: 20%;
	color: black;
	text-align: center; 
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 600;
	letter-spacing: .2rem;
    text-decoration: none;
    padding-top: 31px;
    height: 50px; 
   
  }
  
 .siteMap{
	 color: white;
	 font-size: 14px;
	 padding-left: 5%;
 }
 
 .siteMap a{
	color: white;
	text-decoration: none; 
	font-size: 14px;	  
 }
  
  .text-nav-itm a{
	color: black;
	text-decoration: none; 
	
  }
  
  .wrapper{
	  margin: 0px;
	  padding-top: 8px;
  }
  
#tableMenu td {
   padding:0; margin:0;
}

#tableMenu {
   border-collapse: collapse;
   width: 100%;
   padding: 0;
   margin: 0;
}
  
  .cta-white {
  display: inline-block;
  height: 26px;
  background-color: rgba(0,0,0,0);
  padding: 7px;
  color: white;
  border-radius: 0px;
  text-align: center;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid white;
  box-sizing: border-box;
  -moz-box-sizing: border-box; }
  
.docked-nav {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid black;
    }
    
  .docked-nav-small {
	max-width: 100%;
	overflow: hidden;
	width: 100%;
	display: block; 
    height: 85px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    border-bottom: 1px solid black;
    }
    
.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.overlay {
  position: absolute;
  top: 0px;
  left: 0px;
}

.gpWhite {
	  background-color: #fff;
  }
  
  .mobile-menu-cell {
	  width: 20%;
	  text-align: center;
  }

.leftText{
	text-align: left;
}
  

@media (max-width: 374px) {
  .headLine {
    font-size: 1rem; }
  .headCaps {
	font-size: 1rem;
	margin-bottom: .5rem;
  }
  .info {
	  font-size: 15px;
  }
  .producttop {
	  margin: 100px 5% 50px 5%;
  }
  .iconImage{
	max-width:30%;
	height: auto;
}
div.fish>img {

	width: 10%;
}

    
}