/** GENERAL **/

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	line-height: 1.35em;
	margin-bottom: 0;
	font-weight: 400;
	color: #001011;
}

.container {
	max-width: 1140px;
}

.mobile-only {
	display: none;
}

@media (max-width:767px) {
	.mobile-only {
		display: block;
	}
	
	.mobile-no-show {
		display:none;
	}	
}

.underline {
	text-decoration: underline;
}

.italic {
	font-style: italic;
}

/** END GENERAL **/


/** FONTS **/

p, a, ul li, ol li {
	font-family: Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 22px;
	line-height: 1.35em;
	color: #001011;
    margin-bottom: 30px;
    font-weight: 400;
}

h1, h2, h3, h4, h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    color: #001011;
    line-height: 1.2em;
    margin-bottom: 30px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

h1 {
    font-family: Tahoma, Geneva, sans-serif;
    color: #fff;
    text-shadow: 0 2px 7px rgba(0, 0, 0, 0.5);
    padding-top: 0;
    font-size: 42px;
}	

h2 {
    font-size: 40px;
}

h3 {
    font-size: 34px;
}

h4 {
    font-size: 28px;
}

h5 {
    font-family: Tahoma, Geneva, sans-serif;    
    font-size: 22px;
}

p.img-caption {
	font-style: italic;
	text-align: center;
	margin-bottom: 20px;
	font-size: 17px;
}

.line-through {
	text-decoration: line-through
}

sup {
	line-height: inherit;
}

@media (max-width:767px) {
	h1 {
		font-size: 36px;
		line-height: 1.15em;
	}

	h2 {
		font-size: 35px;
	}

	h3 {
		font-size: 30px;
	}
}

@media (max-width:575px) {
	h1 {
		font-size:34px;
	}
}

@media (max-width:420px) {
	h1 {
		font-size: 32px;
	}

	h2 {
		font-size: 31px;
	}

	h3 {
		font-size: 24px;
	}
}

/** END FONTS **/


/** COLUMNS **/

@media (max-width: 767px) {
	.col-xs-6 {
		max-width: 50%;
	}
	
	.col-sm-12 {
		max-width: 100%;
	}

	.col-xs-12 {
		max-width: 100%;
	}
}

@media (max-width:575px) {
	.col-xs-6 {
		max-width: 50%;
	}
	.col-sm-12 {
		max-width: 100%;
	}
	.col-xs-12 {
		max-width: 100%;
	}
}

/** END COLUMNS **/


/** IMAGES **/ 

img {
	max-width: 100%;
	margin-bottom: 25px;
}

img.width-100 {
	width: 100%;
}

.polaroid {
	padding: 8px 8px 6px 8px;
	background: white;
	text-align: center;
	box-shadow: 2px 2px 4px #444444;
	margin-bottom: 30px;
}

.polaroid img {
	margin-bottom: 6px;
	padding: 0;
}

.polaroid .caption {
	font-size: 18px;
	margin-bottom: 0;
	color: #111111;
	font-style: italic;
	text-align: center;
}

@media (max-width:767px) {
	img {
		margin-bottom: 25px;
	}
	
	.polaroid {
		margin-bottom: 25px;
	}
}

/** END IMAGES **/


/** MARGINS **/

.mb-0 {
	margin-bottom: 0;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-center {
	margin-right: auto;
	margin-left: auto;
}

/** END MARGINS **/


/** PADDING **/

.pt-0 {
	padding-top: 0;
}

.pt-10 {
	padding-top: 10px;
}

.pd-rt-0 {
	padding-right: 0px;
}

.pd-bt-25 {
	padding-bottom: 25px
}

.pd-lf-60 {
	padding-left: 60px;
}

.pd-rt-60 {
	padding-right: 60px;
}

.padding-sides-0 {
    padding-right: 0;
    padding-left: 0;
}

.pl-55 {
	padding-left: 55px;
}

@media (max-width: 767px) {
	.padding-20 {
		padding: 0 20px; 
	}
	
	.mobile-pt-0 {
		padding-top: 0;
	}
	
	.mobile-pl-0 {
		padding-left: 0;
	}
}


/** END PADDING **/


/** WIDTH & HEIGHT **/

.mw-900 {
	max-width: 900px;
	margin: 0 auto;
}

.mw-940 {
	max-width: 940px;
	margin: 0 auto;
}

.mw-950 {
	max-width: 950px;
	margin: 0 auto;
}

.mw-970 {
	max-width: 970px;
	margin: 0 auto;
}

.mw-1050, .container.mw-1050 {
	max-width: 1050px;
	margin: 0 auto;
}

.mh-350 {
	max-height: 350px;
}


/** END WIDTH & HEIGHT **/


/** MISCELLANEOUS **/

ul {
	list-style-type: none;
}

.border-radius-50-percent {
	border-radius: 50%
}

/** END MISCELLANEOUS **/


/** LOADER **/

#loader {
	background: #fff;
    height: 100%;
    width: 100%;
    position: absolute;
    text-align: center;
    z-index: 1000;
    padding: 5em 0;
    font-size: 30px;
}

#loader h2 {
	font-size: 2rem;
}

#main-content {
	display: none;
}


/** END LOADER **/


/** HEADER **/

#header {
	display: none;
}

#header {
	padding: 15px 20px;
	background: #f6f6fd;
	width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 2px 0px;
    z-index: 99;
    position: relative;
}

#header .header-wrapper {
	max-width: 1050px;
    float: none;
    margin-left: auto;
    margin-right: auto;
}

#header .header-wrapper .container {
	padding-top: 0;
	padding-bottom: 0;
}

#header div[class^=col] {
	text-align: center;
}

#header #doggiekarma_logo {
	margin-bottom: 0;
}

#header ul {
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	float: right;
}

#header ul li {
	padding: 0;
	margin: 0;
}

#header ul li:last-child {
	padding-right: 0;
}

#header ul li a {
	font-size: 15px;
	font-family: Verdana, Geneva, sans-serif;
	color: #001011;
}

#header .desktop-menu ul li a:after {
	content: "|";
	padding: 0 5px;
}

#header ul li:last-child a:after {
	content: "";
}

@media (max-width: 767px) {
	#header {
		padding: 5px 20px;
	}

	#header .header-wrapper {
		width: 100%;
		max-width: 100%;
	}

	.mob-logo {
		display: inline-block;
	}

	#header nav.mobile-only {
		padding-left: 0;
	}

	#header .mobile-menu {
		display: block;
	}

	#header .mobile-menu .menu-bar {
	    display: inline-block;
	    float: right;
	    width: 30px;
	    height: 30px;
	    margin-top: 14px;
	    margin-right: 10px;
	}

	#header span.bar {
		display:block;
		height:3px;
		width:100%;
		background:#141414;
		margin: 5px 0;
		cursor:pointer;
	}

	#header .add-close .bar-1 {
		transform:rotate(47deg) translate3d(7px, 7px, 4px)
	}
	
	#header .add-close .bar-2 {
		opacity:0
	}
	
	#header .add-close .bar-3 {
		transform:rotate(-44deg) translate3d(4px, -4px, 5px)
	}
	
	#header .mobile-menus {
		display: none;
		background: #fff;
	    position: absolute;
	    width: 90%;
	    top: 75px;
	    padding: 10px 0;
	    border: 1px dotted #777777;
	}

	#header ul {
		float: none;
		text-align: center;
	}

	#header ul li {
		padding: 6px;
	}

	#header ul li a {
		font-size: 18px;
		text-decoration: none;
	}
}

/** END HEADER **/


/** HERO **/

#hero {
	padding-top: 40px;
	background-color: #000000;
}

#hero h1 {
	color: #ffff88;
	text-shadow: none;
}

#hero h3 {
	color: #f8f8f8;
	font-size: 24px;
	padding-top: 0;
	margin-bottom: 25px;
}

#hero h4 {
	color: #f8f8f8;
	margin: 0;
	padding: 0;
	font-style: italic;
}

#hero>img {
	width: 100%;
	max-width: 100%;
	margin-top: -15px;
}

#hero .hero-main-img {
	margin-left: auto;
	margin-right: auto;
	max-height: 100%;
}

@media (max-width: 767px) {
	#hero {
		padding-top: 25px;
	}
	
	#hero h3 {
		margin-bottom: 20px;
	}

	#hero>img {
		margin-top: -5px;
	}

	#hero .hero-main-img {
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 25px;
		text-align: center;
		max-width: 80%;
	}
}

/** END HERO **/


/** SECTION 1 - CELEBRITIES **/

#section1 {
	background-color: #f6f6fd;
    position: relative;
    margin-top: -1px;
    padding: 25px 0 20px 0;
}

#section1 .container {
	padding-top: 20px;
}

#section1 h4 {
	padding-top: 0;
}

#section1 ul {
	list-style-type: disc;
}

#section1 li {
	font-size: 21px;
	margin-bottom: 7px;
}

#section1 h2 {
	padding-top: 20px;
}

@media (max-width:767px) {
	#section1 h4 {
		text-align: center;
		font-size: 30px;
	}
}

@media (max-width:420px){
	#section1 h4 {
		font-size: 26px;
	}
}

/** END SECTION 1 **/


/** SECTION 2 - CLEO 1 **/

#section2  {
	margin: 0;
    position: relative;
    margin-top: -1px;
	background: white;
	padding: 0;
}

#section2 .container {
	padding-top: 0;
	padding-bottom: 0;
}

#section2 ul {
	padding-left: 20px;
	list-style-type: disc;
}

#section2 li {
	font-size: 21px;
	padding-left: 0;
	margin-bottom: 7px;
}

#section2 i.fas {
    margin-left: -31px;
    margin-right: 10px;
    color: #5f0020;
}

@media (max-width:767px) {
	#section2 {
		background-image: none;
	}
	
	#section2 .container {
		padding-top: 20px;
	}
}

@media (min-width: 768px) {
	#section2 .col-md-5 {
	    -ms-flex: 0 0 38%;
    	flex: 0 0 38%;
	    max-width: 38%;
	}
	
	#section2 .col-md-2 {
		-ms-flex: 0 0 24%;
    	flex: 0 0 24%;
	    max-width: 24%;
	}
}

/** END SECTION 2 **/


/** SECTION 3 - DESERT **/

#section3 {
	padding: 0;
/**	background-image: url('../img/2b-desert-small-min.jpg'); **/
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	background-size: cover;
}

/** END SECTION 3 **/


/** SECTION 8 **/

#section8 {
	background-color: #f6f6fd;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	position: relative;
	padding: 30px 0 0 0;
}

#section8 ul {
    list-style: disc;
}

@media (max-width:767px) {

}

/** END SECTION 8 **/


/** SECTION 10 **/

#section10 {
    position: relative;
    margin-top: -1px;
    margin-bottom: -1px;
	background: white;
	padding: 0;
}

#section10 .container {
	padding-top: 0;
}

#section10 ul {
	list-style-type: disc;
}

#section10 ul li {
	font-weight: bold;
}

@media (max-width:767px) {
	#section10, #section10 .container {
		padding-bottom: 0;
	}

	#section10-cleo-background {
//		background-image: url('../img/4-cleopatra-white-small-min.jpg');
		background-repeat: no-repeat;
		background-position: center top;
		background-attachment: fixed;
		background-size: cover;
	}
}

/** END SECTION 10 **/


/** SECTION 15 **/

#section15 {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/Marble-Background-Desktop-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

#section15 h2, #section15 p, #section15 li {
	color: white;
}

#section15 ul {
	list-style-type: disc;
	margin-bottom: 23px;
}

#section15 li {
	margin-bottom: 7px;
}

#section15 .caption {
	color: black;
}

/** END SECTION15 **/


/** SECTION 17 **/

#section17 {
	padding: 30px 0;
	margin-top: -2px;
	background-color: white;
	z-index: 50;
}

/** END SECTION 17 **/


/** SECTION 19 **/

#section19 {
	background-color: #f6f6fd;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	position: relative;
	padding: 0;
}

@media (max-width:767px) {

}

/** END SECTION 19 **/


/** SECTION 21 **/

#section21 {
	padding: 30px 0;
}

/** END SECTION 21 **/


/** SECTION 23 **/

#section23 {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/Marble-Background-Desktop-1.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
}

#section23 h2, #section23 p, #section23 li {
	color: white;
}

#section23 ul {
	list-style-type: disc;
	margin-bottom: 23px;
}

#section23 li {
	margin-bottom: 7px;
}

/** END SECTION 23 **/


/** SECTION 25 **/

#section25 {
	padding: 30px 0;
}

/** END SECTION 25 **/

/** SECTION 26 **/

#section26 ul {
	margin-bottom: 25px;
}

#section26 ul li {
	margin-bottom: 10px;
}

#section26 ul li:before {
	height: 1em;
	line-height: 1.35em;
	padding-top: 3.5px;
	width: 1em;
	display: block;
	float: left;
	margin-right: 0.5em;
	margin-left: -1.5em;
	content: url('../img/checkmark.svg');
}

/** END SECTION 26 **/


/** SECTION 27 **/

#section27 {
	background-color: #f6f6fd;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	position: relative;
	padding: 0;
}

#section27 .container {
    padding-bottom: 20px;
    padding-top: 10px;
}

#section27 .benefit_box {
	text-align: center;
}

#section27 .benefit_box img {
	margin-bottom: 3px;
	border-radius: 50%;
}

#section27 .benefit_box h5 {
	margin-top: 3px;
	margin-bottom: 10px;
}

#section27 .benefit_box p {
	font-size: 18px;
}

@media (max-width:767px) {

}

/** END SECTION 27 **/


/** SECTION 29 **/

#section29 {
	padding: 30px 0;
}

#section29 .polaroid {
	margin-left: 10px;
	margin-right: 10px;
}

#section29 .caption {
	font-weight: bold;
}

/** END SECTION 29 **/


/** SECTION 31 **/

#section31 {
	background-color: #f6f6fd;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
	position: relative;
	padding: 0;
}



@media (max-width:767px) {

}

/** END SECTION 31 **/





/** SECTION 41 - Introducing Product **/

#section41 {
	background-image: url('../img/background-purple.png');
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
    padding-bottom: 0px;
}

.yellow {
	color: rgb(108, 206, 61);
}

#section41 h2 {
	color: white;
	font-size: 110px;
	font-family: 'Lobster', cursive;
    text-shadow: none;
    font-weight: normal;
	padding-top: 0;
	line-height: 1em;
}

#section41 h3, #section41 h4 {
	color: white;
}

#section41 h3 {
	font-style: italic;
	font-size: 36px;
}

#section41 h4 {
	font-size: 28px;
	text-align: left;
}

#section41 p {
	color: white;
}

#section41 .container {
	padding-top: 20px;
}

#section41 .section1-image1 {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}

#section41 ul {
	list-style: none;
	padding: 0 0 0 2em;
	margin: 0;
}

#section41 ul li {
	padding-left: 0;
	margin-bottom: 7px;
	clear: left;
	color: white;
}

#section41 ul li:before {
  height: 1em;
  width: 1em;
  color: rgb(108, 206, 61);
  display: block;
  float: left;
  font-weight: bold;
  margin-right: .5em;
  margin-left:-1.5em;
}

#section41 ul li:nth-child(1):before {
  content: url(../img/hand-holding-water-solid.svg);
}

#section41 ul li:nth-child(2):before {
  content: url(../img/user-solid.svg);
}

#section41 ul li:nth-child(3):before {
  content: url(../img/searchengin-brands.svg);
}

#section41 #purchase-box {
	padding: 10px 35px;
	border: 3px solid #666666;
	margin: 20px auto;
	text-align: center;
}

@media (max-width:767px) {
	#section41 .container {
		padding-bottom: 40px;
	}
	
	#section41 h2 {
		margin-bottom: 20px;
		font-size: 82px;
	}
	
	#section41 h3 {
		font-size: 30px;
	}

	#section41 h4 {
		font-size: 26px;
		text-align: center;
		margin-bottom: 10px;
	}

	#section41 ul {
		padding-left: 2em;
	}

	#section41 ul li {
		font-size: 22px;
	}
}

/** END SECTION 41 - Introducing Product **/

/** SECTION 47 **/

#section47 ul {
	list-style-type: disc;
}

/** END SECTION 47 **/



/** SECTION 49 **/

#section49 {
	margin: 0;
    position: relative;
    margin-top: -1px;
    background: white;
	padding-top: 20px;
}

#section49 .container {
	padding-top: 0;
	padding-bottom: 0;
}

/* #section49 #benefits-2 {
	padding-top: 0;
	max-width: 99%;
} */

#section49 .benefit_box:first-child {
	margin-bottom: 35px;
}

#section49 .benefit_box {
	margin-left: auto;
	margin-right: auto;
}

#section49 .benefit_box, #section49 .benefit_box h5 {
	text-align: center;
	max-width: 330px;
}

#section49 .benefit_box img {
	margin-bottom: 10px;
}


#section49 .benefit_box h5 {
	margin-bottom: 10px;
	padding-top: 5px;
}

#section49 .benefit_box p {
	font-size: 16px;
	font-family: Tahoma;
	line-height: 1.2em;
}

@media (max-width:767px) {
	#section49 {
		background-image: none;
	}
	
	#section49 .container {
		padding-top: 20px;
	}
	
	#section49 h2 {
		margin-bottom: 5px;
	}
	
	#section49 .benefit_box p {
		font-size: 20px;
	}
}

@media (min-width: 768px) {
	.col-md-5 {
	    -ms-flex: 0 0 38%;
    	flex: 0 0 38%;
	    max-width: 38%;
	}
	
	.col-md-2 {
		-ms-flex: 0 0 24%;
    	flex: 0 0 24%;
	    max-width: 24%;
	}
}

/** END SECTION 49 **/


/** SECTION 51 - IMAGINE-INTERLUDE **/

#section51 {
	background-image: url('../img/background-purple.png');
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
    padding-bottom: 0px;
}

#section51 h2 {
	color: white;
	font-size: 72px;
	font-family: 'Lobster', cursive;
    text-shadow: none;
    font-weight: normal;
}

#section51 h3, #section51 h4 {
	color: white;
}

#section51 h3 {
	font-style: italic;
	font-size: 36px;
}


#section51 p {
	color: white;
}

#section51 .container {
	padding-top: 20px;
}

@media (max-width:767px) {
	#section51 .container {
		padding-bottom: 0px;
	}
	
	#section51 h2 {
		margin-bottom: 20px;
		font-size: 48px;
		padding-top: 10px;
	}
	
	#section51 h3 {
		font-size: 30px;
	}
}

/** END SECTION 51 - IMAGINE-INTERLUDE **/


/** SECTION 53 - NOT A MYTH **/

#section53 {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (max-width:767px) {
	#section53 {
		padding-bottom: 0;
	}
}

/** SECTION 53 - NOT A MYTH **/


/** SECTION 55 - BENEFITS **/

#section55 {
	background-color: #f6f6fd;
    position: relative;
    margin-top: 10px;
}

#section55 .container {
    padding-bottom: 20px;
    padding-top: 10px;
}

#section55 .benefit_box {
	text-align: center;
}

#section55 .benefit_box img {
	margin-bottom: 3px;
}

#section55 .benefit_box h5 {
	margin-top: 3px;
	margin-bottom: 10px;
}

#section55 .benefit_box p {
	font-size: 18px;
}

#section55 ul.ingredient-benefits {
	padding-left: 5px;
}

#section55 .ingredient-benefits li {
    font-size: 21px;
    padding-left: 31px;
	margin-bottom: 7px;
}

#section55 .ingredient-benefits i.far.fa-thumbs-up {
    margin-left: -31px;
    margin-right: 10px;
	color: #5f0020;
}

/** END SECTION 55 - BENEFITS **/


/** SECTION 57 - TESTIMONIALS **/

#section57 {
	background: white;
	position: relative;
	margin-bottom: -1px;
	z-index: 99;
}

#section57 .container {
	padding-top: 0;
}

.full-width {
	width: 100%;
}

/** END SECTION 57 - TESTIMONIALS **/





/** SECTION 59 - RECIPES **/

#section59 {
	position: relative;
	background: white;
	margin-top: -1px;
	margin-bottom: -1px;
	z-index: 99;
}

/** END SECTION 59 - RECIPES **/


/** SECTION 61 - LIMITED TIME BUY BOX **/

#section61 {
	background: linear-gradient(rgba(0,0,0,0.2), rgba(0,0,0,0.2)), url(../img/Marble-Background-Desktop-1.jpg);
    background-position: 50% 50%;
    background-attachment: scroll;
    background-repeat: no-repeat;
    background-size: cover;
}

#section61 .container {
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 0;
}

#section61 h2 {
	color: white;
	font-size: 62px;
    text-shadow: none;
    font-weight: normal;
}

#section61 p {
	color: white;
}

#section61 .margin-bottom-0 {
	margin-bottom: 0;
}

#section61 a.green-button {
	width: 95%;
	max-width: 550px;
	font-size: 36px;
	margin-top: 35px;
}

#section61 .order-link {
	text-align: center;
	margin-bottom: 10px;
}

#section61 .order-link a {
	color: white;
	text-decoration: underline;
}

#section61 .free-shipping {
	font-size: 21px;
	font-style: italic;
	text-align: center;
}

#section61 #buy-boxes .purchase-box.grey-bg {
	margin-top: 30px;
	padding: 30px 15px 0px 15px;
	background-color: rgb(238, 238, 238);
    border: 1px solid rgb(0, 0, 0);
}

#section61 #buy-boxes .purchase-box.white-bg {
	padding: 10px 15px 0px 15px;
	background-color: white;
    border: 1px solid rgb(0, 0, 0);
}

#section61 #buy-boxes .purchase-box {
	border-radius: 5px;
	text-align: center;
}

#section61 #buy-boxes .purchase-box p {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 20px;
}

#section61 #buy-boxes .margin-bottom-0 {
	margin-bottom: 0;
}

#section61 #buy-boxes .purchase-box h5 {
	text-decoration: underline;
	font-size: 29px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

#section61 #buy-boxes .purchase-box img {
	margin-bottom: 20px;
}

#section61 #buy-boxes .purchase-box h4 {
	font-size: 42px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

#section61 #buy-boxes .purchase-box .compare-at-price {
	font-size: 24px;
	line-height: 1.1em;
	font-style: italic;
	margin-bottom: 15px;
	color: rgb(119, 119, 119);
}

#section61 #buy-boxes .purchase-box a.green-button {
	width: 100%;
}

#section61 #buy-boxes .purchase-box a.green-button {
	font-size: 30px;
}

#section61 #buy-boxes .purchase-box .order-link a {
	color: #006399;
	text-decoration: underline;
	font-size: 18px;
}

#section61 #buy-boxes .purchase-box .free-shipping {
	font-size: 18px;
}

#section61 #buy-boxes .purchase-box .highlighted-intro {
	font-style: italic;
	font-size: 28px;
}

#section61 #mobile-buy-boxes .buy-box-container {
	padding: 0 20px;
}

#section61 #mobile-buy-boxes .purchase-box.grey-bg {
	margin-top: 10px;
	padding: 10px 15px 15px 15px;
	background-color: rgb(238, 238, 238);
    border: 1px solid rgb(0, 0, 0);
}

#section61 #mobile-buy-boxes .purchase-box.white-bg {
	margin-top: 10px;
	padding: 10px 15px 15px 15px;
	background-color: white;
    border: 1px solid rgb(0, 0, 0);
}

#section61 #mobile-buy-boxes .purchase-box {
	border-radius: 5px;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
}

#section61 #mobile-buy-boxes .purchase-box p {
	color: #000000;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 5px;
}

#section61 #mobile-buy-boxes .purchase-box p.or {
	margin-top: 15px;
	margin-bottom: 15px;
}


#section61 #mobile-buy-boxes .margin-bottom-0 {
	margin-bottom: 0;
}


#section61 #mobile-buy-boxes .purchase-box h5 {
	text-decoration: underline;
	font-size: 42px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 20px;
}

#section61 #mobile-buy-boxes .purchase-box img {
	margin-bottom: 20px;
}

#section61 #mobile-buy-boxes .purchase-box h4 {
	font-size: 42px;
	line-height: 1.1em;
	font-weight: bold;
	margin-bottom: 3px;
}

#section61 #mobile-buy-boxes .purchase-box .compare-at-price {
	font-size: 24px;
	line-height: 1.1em;
	font-style: italic;
	margin-bottom: 15px;
	color: rgb(119, 119, 119);
}

#section61 #mobile-buy-boxes .purchase-box a.green-button {
	width: 95%;
}

#section61 #mobile-buy-boxes .purchase-box a.green-button {
	font-size: 30px;
}

#section61 #mobile-buy-boxes .purchase-box .order-link a {
	color: #006399;
	text-decoration: underline;
	font-size: 18px;
}

#section61 #mobile-buy-boxes .purchase-box .free-shipping {
	font-size: 18px;
}

#section61 #mobile-buy-boxes .purchase-box .highlighted-intro {
	font-style: italic;
	font-size: 28px;
}

@media (max-width:575px) {
	#section61 h2 {
		font-size: 42px;
	}

	#section61 #mobile-buy-boxes .purchase-box h5 {
		font-size: 32px;
		line-height: 1.15em;
		margin-bottom: 10px;
	}

	#section61 #mobile-buy-boxes .purchase-box img {
		margin-bottom: 5px;
	}	
}

/** END SECTION 61 - LIMITED TIME BUY BOX **/


/** Sections 14, 85 - GUARANTEE **/

#section63, #section85 {
	background-image: linear-gradient(rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)), url(../img/Green-BG-1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding-top: 30px;
}

#section63 h2, #section85 h2 {
	margin-bottom: 15px;
	padding-top: 0;
}

#section63 .money-back-img, #section85 .money-back-img {
	width: 150px;
	margin: 0 auto 20px;
	max-width: 100%;
}

/** END Sections 63, 85 - GUARANTEE **/


/** SECTION 45 - INGREDIENTS **/

#section45 {
	margin-top: -1px;
	margin-bottom: -1px;
	position: relative;
	background: white;
	padding-top: 30px;
}

#section45 h2 {
	padding-top: 0;
}

#section45 h3 {
	text-align: left;
	text-decoration: underline;
	font-size: 32px;
}
	
#section45 h5 {
	font-size: 30px;
	line-height: 1.2em;
	text-align: left;
}

#section45 .line-section hr {
	border-width: 3px;
    border-color: rgb(221, 221, 221);
    width: 100%;
    background-color: transparent;
	margin-top: 25px;
	margin-bottom: 15px;
}
#section45 img {
	margin-left: auto;
	margin-right: auto;
}

#section45 #nutrition-info-image {
    display: block;
    margin: 0 auto 55px auto;
}

#section45 .button-caption-text {
	font-style: italic;
	margin-bottom: 5px;
	text-align: center;
}

@media (max-width:767px) {
	#section45 .row.mb-25 {
		margin-bottom: 0;
	}
	
	#section45>.container:first-child {
		padding-bottom: 0;
	}
	
	#section45 .pd-rt-60, #section45 .pd-lf-60 {
		padding-right: 0;
		padding-left: 0;
	}
	
	#section45 h3 {
		text-align: center;
	}
}

/** END SECTION 45 - INGREDIENTS **/


/** SECTION 63 - First Buy Box **/

#section63 {
	background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/Marble-Background-Desktop-1.jpg);
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 0 0 30px 0;
	margin-top: -1px;
}

#section63 h2 {
//    font-size: 48px;
    color: rgb(88, 171, 33);
    font-weight: 600;
    margin-bottom: 35px;
}

#section63 p {
	color: white;
}

#section63 h4 {
	color: white;
}

#section63 .img-caption {
	font-style: italic;
	margin-bottom: 0;
	text-align: center;
}

#section63 .post-button-modal-link a {
	color: white;
}

/** END SECTION 63 **/





















/** SECTION 77 **/

#section77 {
	margin-top: -1px;
	background: white;
	z-index: 100;
	position: relative;
	padding-top: 30px;
}

/** END SECTION 77 **/


/** SECTION 81 - Multi-Pack Close **/

#section81 {
	padding: 0 0 20px 0;
	background-color: #f6f6fd;
    position: relative;
}

.bluish-subheading-block {
    text-align: left;
    border-left: 20px solid #c6c6fd;
    margin: 30px 15px 35px 15px;
	padding: 0;
	flex: auto;
}

.bluish-subheading-block h2:first-child {
	padding: 10px 20px;
	background-color: #e6e6fd;
	text-align: left;
	margin-bottom: 0;
}

.bluish-subheading-block h2:last-child {
	margin-left: 20px;
	text-align: left;
	margin-bottom: 0;
}

/** END SECTION 81 - Multi-Pack Close **/


/** SECTION 84 - First Buy Box **/

#section84 {
	background-image: url('../img/background-purple.png');
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    margin-top: -1px;
    padding-bottom: 0px;
}

#section84 h2 {
	color: white;
	font-size: 52px;
//	font-family: 'Lobster', cursive;
    text-shadow: 2px 2px 2px #000000;
	font-weight: bold;
	line-height: 1.15em;
}

#section84 p {
	color: white;
	font-size: 24px;
	text-shadow: 2px 2px 2px #000000;
}

#section84 .post-button-modal-link a {
	color: white;
	text-shadow: none;
}

@media (max-width:767px) {
	#section84 .container {
		padding-bottom: 40px;
	}
	
	#section84 h2 {
		margin-bottom: 20px;
		font-size: 32px;
		padding-top: 10px;
	}

	#section84 p {
		font-size: 22px;
	}
}

/** END SECTION 84 - First Buy Box **/


/** SECTION 94 - FAQ **/

#section94 {
	background-color: #f6f6fd;
    position: relative;
	margin-top: -1px;
}

#section94 h2 {
	padding-top: 0;
}

#section94 h4 {
	text-align: left;
}

#section94 h5 {
	text-align: left;
	font-weight: 400;
	font-style: italic;
	padding-top: 0;
}

#section94 .purchase-btn {
	margin: 35px auto 10px auto;
}

/** END SECTION 94 - FAQ **/


/** SECTIONS 89, 99 - Buy Boxes **/

#section99, #section89 {
	margin-top: -1px;
	position: relative;
	padding-bottom: 40px;
	padding-top: 20px;
	background: white;
}

#section99 .purchase-btn, #section89 .purchase-btn {
	margin: 35px auto 10px auto;
}

/** END SECTIONS 99 - Buy Boxes **/


/** FOOTER **/

#footer {
	padding-top: 30px;
	background-color: #444054;
	color: white;
}

#footer p, #footer a, #footer h2, #footer h3, #footer h4 {
	color: white;
	font-family: poppins, sans-serif;
}

#footer p, #footer a {
	font-size: 17px;
}

#footer img.logo {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#footer .internal-links a {
	text-decoration: underline;
	line-height: 1.15em;
}

#footer p.copyright {
	line-height: 1.1em;
	font-weight: bold;
}

#footer p.disclaimer {
	line-height: 1.1em;
}

#footer .notice p {
	font-size: 17px;
	line-height: 1.15em;
}

#footer #reference-container {
	display: none;
}

#footer .citations h3 a {
	font-weight: bold;
	text-align: center;
	font-size: 34px;
}

#footer .citations p {
	font-size: 14px;
	line-height: 1.3em;
	word-break: break-all;
	margin-bottom: 15px;
}

/** End Footer **/


/** Buttons **/

a.green-button {
	box-sizing: border-box;
	margin: 0 auto 10px;
	padding: 14px 22px;
	display: block;
    text-align: center;
    font-size: 2em;
    box-shadow: rgba(0, 0, 0, 0.6) 3px 5px 9px;
    background-color: rgb(88, 171, 33);
    border: none;
    border-radius: 10px;
    overflow: hidden;
    color: white;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 1.1em;
}

div.purchase-btn {
	margin: 25px auto 10px auto;
	text-align: center;
}

div.purchase-btn a {
	font-size: 32px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.2em;
	color: #fff;
	text-decoration: none;
	min-height: 85px;
	display: block;
    padding: 20px 22px;
    box-shadow: rgba(0, 0, 0, 0.6) 3px 5px 9px;
	background-color: rgb(88, 171, 33);
	background-image: linear-gradient(rgb(255, 200, 55) 0%, rgb(88, 171, 33) 100%) !important;
	border-radius: 10px;
	background-image: none;    
    overflow: hidden;
    font-style: italic;
    font-weight: bold;
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.post-button-modal-link, .post-button-modal-link a {
	text-align: center;
	text-decoration: underline;
	color: blue;
}

img.post-button-secure-images {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.buy-box-product-image {
	margin-left: auto;
	margin-right: auto;
}



/** MOBILE **/

@media (max-width:991px) {
	.mobile-no-show-lg { display: none; }
}

@media (max-width:767px) {
	.padding-right-100 {
		padding-right: 0;
	}

	.padding-left-100 {
		padding-left: 0;
	}
}

/** MODAL **/

#myModal .hidden {
	display: none;
}

#myModal img {
	margin-bottom: 0;
}

#myModal {
    background: rgba(255,255,255,.3);
/**    padding-top: 10px; **/
}

#myModal .modal-full {
    min-width: 100%;
    margin: 0;
}

#myModal .modal-full .modal-content {
    min-height: 100vh;
    background-color: transparent;
    border: none;
}

#myModal .modal-full .modal-content>.container {
	background-color: white;
    border: 1px solid #999999;
    box-shadow: 0 0 8px #999999;
    padding: 0 15px;
    max-width: none;
}

#myModal .modal-full .modal-content #modal-header-row {
	background: #f6f6fd;
	border-bottom: 1px solid #cccccc;
}

#myModal #modal-header-row #secure-row {
	padding-top: 5px;
	padding-bottom: 5px;
}

#myModal #modal-header-row #secure-row img {
	width: 100%;
}

#myModal .modal-full .modal-content #modal-header-row .logo-column {
	padding-top: 10px;
	padding-bottom: 5px;
}

#myModal #modal-close-button button {
	margin-right: 10px;
	margin-top: 5px;
	color: #96969d;
}

#myModal #modal-package-options {
	background-color: #f6f6fd;
	padding-top: 35px;
	border-right: 1px solid #cccccc;
	padding-bottom: 20px;
}

#myModal #modal-package-options .radio-input-row {
	margin-bottom: 20px;
}

#myModal #modal-package-options input {
	margin-right: 10px;
}

#myModal #modal-package-options p {
	margin-bottom: 0;
}

#myModal #modal-package-options #subscription-options .header {
	padding: 0;
	margin-top: 30px;
	margin-bottom: 20px;
}

#myModal #modal-package-options #subscription-options .subscription-block p {
	font-size: 18px;
}

#myModal #modal-package-options #subscriptionParagraph {
	font-size: 20px;
}

#myModal #modal-package-options #subscription-options .subscription-block .active_choice {
	font-weight: bold;
}

#myModal #modal-package-options #subscription-options .subscription-block .inactive_choice {
	color: #888888;
	text-decoration: line-through;
}

#myModal #modal-package-options #cancelMessage {
	font-size: 18px;
	margin-top: 15px;
}

#myModal #modal-package-options .purchase-option-box {
	padding: 10px 25px;
	box-shadow: 2px 2px 2px #aaaaaa;
	background-color: #f6f6fd;
	border-radius: 5px;
}

#myModal #main-display {
	padding-bottom: 20px;
}

#myModal #main-display img#image-switch {
	width: 100%;
	margin-bottom: 15px;
}

#myModal #pre-button-assurance img {
	display: inline-block;
	margin-right: 7px;
	max-width: 60px;
}

#myModal #pre-button-assurance {
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 15px;
}
	
#myModal #pre-button-assurance p {
	display: inline-block;
}

#myModal #order-button {
	margin-bottom: 20px;
}

#myModal #orderLink {
	text-decoration: underline;
	color: blue;
	margin-bottom: 5px;
}

#myModal img#secureBelowButton {
	margin-bottom: 20px;
	max-width: 250px;
	width: 80%;
}

#myModal #main-display .amazon-review {
	max-width: 80%;
	margin: auto;
	box-shadow: 2px 2px 6px #aaaaaa;
}


/** MOBILE **/

@media (max-width:767px) {
	#myModal {
		padding: 0;
	}
	#myModal .modal-full .modal-content #modal-header-row {
		background-image: linear-gradient(#f6f6fd 80%,#ffffff);
		border: none;
	}
	#myModal #modal-header-row #secure-row {
		background: transparent;
		padding-top: 0;
		display: none;
	}
	#myModal #modal-header-row #secure-row .secure-image {
		width: 80%;
		max-width: 400px;
	}
	#myModal #modal-package-options-mobile {
		padding-top: 25px;
	}
	#myModal #modal-package-options-mobile h3 {
		margin-bottom: 10px;
		font-size: 28px;
	}
	#myModal #modal-package-options-mobile #mobileOptionSelect {
		background-color: #f6f6f6;
		border: thin solid #333333;
		border-radius: 4px;
		display: inline-block;
		line-height: 1.5em;
		padding: 0.5em 3.5em 0.5em 1em;
		max-width: 100%;
		/* reset */
		margin: 0 0 20px 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-appearance: none;
		-moz-appearance: none;
		
		/** arrow **/
		background-image:
			linear-gradient(45deg, transparent 50%, blue 50%),
			linear-gradient(135deg, blue 50%, transparent 50%),
			linear-gradient(to right, skyblue, skyblue);
		background-position:
			calc(100% - 20px) calc(1em + 2px),
			calc(100% - 15px) calc(1em + 2px),
			100% 0;
		background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
			background-repeat: no-repeat;
	}
	#myModal #modal-package-options-mobile #mobileOptionSelect:focus {
		background-image:
			linear-gradient(45deg, white 50%, transparent 50%),
			linear-gradient(135deg, transparent 50%, white 50%),
			linear-gradient(to right, gray, gray);
		background-position:
			calc(100% - 15px) 1em,
			calc(100% - 20px) 1em,
			100% 0;
		background-size:
			5px 5px,
			5px 5px,
			2.5em 2.5em;
		background-repeat: no-repeat;
		border-color: grey;
		outline: 0;
	}
	
	#myModal #main-display img#image-switch-mobile {
		margin-bottom: 20px;
	}
	
	#myModal #pre-button-assurance img {
		float: left;
	}
	#myModal #pre-button-assurance p {
		display: inline;
	}
	
	#myModal #orderLink {
		font-size: 20px;
	}
}

/** 2020-01-28 Progress Modal Changes **/

.reveal-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1005;
    display: none;
    background-color: rgba(10,10,10,.45);
    overflow-y: scroll;
}

#progress_modal {
    top: 35%!important;
}

#progress_modal .progress_modal_column {
	margin: auto;
	padding: 0 10px;
}

#progress_modal_product_image {
	width: 120px;
	margin: 0 auto 10px auto;
}

.reveal {
    z-index: 1006;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    padding: 1rem;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    position: relative;
    top: 100px;
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
}

.reveal>:last-child {
    margin-bottom: 0;
}

#progress_modal .loader {
    margin: 10px auto;
    width: 500px;
    max-width: 100%;
    height: 25px;
    line-height: 16px;
    border-radius: 14px;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #999;
    background: #ccc;
    overflow: hidden;
    position: relative;
}

.loader .progress-bar {
    height: inherit;
    width: 0%;
    border-radius: inherit;
    position: relative;
    overflow: hidden;
    transition: 4s width ease-out
}

.loader .progress-bar .progress-stripes {
    width: inherit;
    height: inherit;
    font-size: 180px;
    font-weight: 700;
    margin-top: -50px;
    letter-spacing: -64px
}

.loader .progress-bar .percentage {
    position: absolute;
    top: 4px;
    right: 5px;
    font-weight: 700;
    font-size: 16px
}

.loader.yellow .progress-bar {
    background: blue;
}

.loader.yellow .progress-bar .percentage {
    color: #fff
}

.loader.yellow .progress-bar .progress-stripes {
    color: #aaaaff;
}

.loader.green .progress-bar {
    background: darkgreen;
}

.loader.green .progress-bar .percentage {
    color: #fff
}

.loader.green .progress-bar .progress-stripes {
    color: #27ae60
}

@media print, screen and (min-width: 40em) {
	.reveal, .reveal.large, .reveal.small, .reveal.tiny {
    	right: auto;
    	left: auto;
    	margin: 0 auto;
    	width: 90%;
		overflow: hidden;
		max-width: 600px;
		min-height: 0;
	}
}

@media screen and (max-width: 550px) {
	#progress_modal {
		max-width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#progress_modal .loader {
		width: 100%;
		max-width: 100%;
	}
}
