body {
  margin: 0 0;
  padding: 0 0;
  font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h4 {
  font-family: 'Poppins', sans-serif;
  font-weight: normal;
}
h2 a, h3 a {
  color: inherit;
  text-decoration: none;
}



h2 a{
	color:#222!important;
	
}

h2 a:hover{
	color:#d2102b!important;
	color:#ee1c24!important;
	
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1em;
}
img {
/*  opacity: .15;*/
}
/*font-family: 'Roboto', sans-serif;*/
#header h1{
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  color: #000000;
}
#header h1 span {
  display: block;
  font-size: .5em;
  font-weight: 300;
  margin: 0 0 -1em 0;
}
#header p {
  font-size: 1em;
}

.header-img{
		display:none
	}	
.header-wrap-landing {
  background-color: #af3218;
}

.header-container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  background-image:url(https://res.cloudinary.com/i8s/image/upload/v1600831375/content/docj/landingpage/bkg-head_nqtbft.jpg);
  background-size: contain;
}
#nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 1em 0;
  justify-content: space-around;
  font-family: 'Poppins', sans-serif;
}
.nav-wrap-landing {
    background-color: #000000;
}
#nav a {
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
}
.star-image-wrapper img {
  display: block;
  width: 100%;
}

.star-image-wrapper{
  width: calc(100%/3 - 3%);
}
.star-image-container {
}

.header-content {
  width: calc((100%/3 - 3%) * 2);
}
.products-wrap {
  margin: 2em auto;
}
.product-listing {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 2.5em auto 2.5em auto;
  padding: 0 0;
  justify-content: space-around;
}
.product-listing h2 {
  font-size: 2em;
  font-weight: bold;
  text-transform: uppercase
}
.product-listing-image-container {
  width: calc((100%/5 - 3%)*2);
}
.product-listing-detail {
  width: calc((100%/5 - 3%)*3);
}
.product-listing-image-container img{
  display: block;
  width: 100%;
}
.product-listing .product-detail {
  display: block;
}
.product-description p,  .product-price{
  font-size: 1.6em;
  font-weight: 300;
  margin: .5em 0;
}
.logo {
  max-width:100%;
  height:auto;
}
.btn-add-to-cart {
  border: none;
  color: #ffffff;
  background-color: #274076;
	  background-color: #d2102b;
  opacity: 1;
  cursor: pointer;
  transition:all 0.5s ease;
  padding: .5em 1em;
  margin: .5em auto;
  font-size: 1.125em;
  font-family: 'Abel', sans-serif;
}
.product-listing .btn-add-to-cart {
  display: inline-block;
}
.listing-right {
  text-align: right;
}
.products-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  justify-content: space-around;
}
.products-grid-wrap {
  padding: 1.5em 0;
}
.product-grid-container {
  position: relative;
  width: 48%;
}
.product-image-wrap {
  position: relative;
}
.product-image-container {
  position: relative;
  display: block;
  width: 100%;
/*  background-color: #dedede;*/
  overflow: hidden;
  cursor: pointer;
  transition:all 0.3s ease;
  box-sizing: border-box;
  border: 1px solid #cdcdcd;
 
}
.product-image-wrap:hover .product-image-container {
 
  cursor: pointer;
  border: 1px solid #cdcdcd;
  
}


/*
.product-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

*/

.product-image {
  display: block;
  position: relative;
  width: 100%;

}
.product-image-wrap:hover .product-image-container .product-image {
  transition:all 0.3s ease;
  width: 110%;
}
.product-title {
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-details {
  text-align: center;
}
.product-details h3 {
  margin: .5em 0;
}
.product-rating {
  color: goldenrod;
}
.product-grid-container .product-description {
  text-align: left;
  display: none;
}
.btn-circular {
  display: block;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 0px;
  cursor: pointer;
  background-color: #666666;
  color: #ffffff;
}
.btn-more-info {
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1;
  background-color: #efefef;
  transition:all 0.3s ease;
  transform: translate(-25%,-25%);
}
.product-image-wrap:hover .btn-more-info {
  background-color: #d2102b;
}
.product-grid-container .btn-add-to-cart, .btn-start-shopping {
  display: block;
  margin: 0 auto;
}
.btn-add-to-cart:hover {
  opacity: .8;
}
.btn-more-info:hover {
  background-color: #d2102b;
}
.shopping-anchor {
  text-decoration: none;
}
/* Lightbox Style */
.light-box-container {
  background-color: #ffffff;
  max-width: 800px;
  display: flex;
  position: relative;
  margin: 20px auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}
.lb-image-container {
  position: relative;
  overflow: hidden;
  width: 48%;
}
.lb-image-container:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.lb-image-container img {
  display: block;
  width: 100%;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.lb-product-details {
  width: 48%;
}
.light-box-container .btn-add-to-cart {
  display: inline-block;
}

.footer-wrap {
  background-color: #af3218;
}
.footer-container {
  color: #ffffff;
  font-size: .8em;
}
#footer a {
  color: #ffffff;
  text-decoration: none;
  
}
.footer-callout-container {
  display: flex;
  max-width: 900px;
  margin: 0 auto;
}
.footer-gle-services {
  text-align: center;
}
.footer-copyright {
  text-align: center;
}
.callout img{
  display: block;
  width: 100%;
  height: auto;
}
.footer-links {
  margin: 1em auto;
  text-align: center;
}
.in-line {
    display: inline;
    margin: 0 1em;
}
.dark-bkg {
  color: #ffffff;
}
.wrap-main-squeeze {  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#206090+0,799fce+49,206090+100 */
background: #206090; /* Old browsers */
background: -moz-linear-gradient(45deg, #206090 0%, #799fce 49%, #206090 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg, #206090 0%,#799fce 49%,#206090 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(45deg, #206090 0%,#799fce 49%,#206090 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#206090', endColorstr='#206090',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.wrap-missy-pussy{
background: #116b4d;	

background: -moz-radial-gradient(center, ellipse cover, #116b4d 0%, #1e8361 50%, #116b4d 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #116b4d 0%,#1e8361 50%,#116b4d 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #116b4d 0%,#1e8361 50%,#116b4d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116b4d', endColorstr='#116b4d',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
color:#fff;	
}

 .wrap-karlee-grey-main-squeeze{
background: #dedbde;	
background: -moz-linear-gradient(top,  rgba(151,151,152,1) 0%, rgba(222,219,222,1) 20%);
background: -webkit-linear-gradient(top,  rgba(151,151,152,1) 0%,rgba(222,219,222,1) 20%);
background: linear-gradient(to bottom,  rgba(151,151,152,1) 0%,rgba(222,219,222,1) 20%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#979798', endColorstr='#dedbde',GradientType=0 );
}

.wrap-karlee-grey-sig-pussy{
background:#d5bbbc;
}



.content-wrap {
    margin-top: 0;
}

.res-top {
    display: none
}

.header-container {
    max-width: 1600px!important;
}

.container {
    max-width: 1600px!important;
}

.page-wrap {
    width: 100%;
}

.product-price {
    font-size: 2.5em!important;
}

.content-container {
    max-width: 100%;
    padding: 0;
}

.wrap-all-star {
    background-image: url(https://res.cloudinary.com/i8s/image/upload/v1600831377/content/docj/landingpage/check-pattern_w8k1ni.png ) !important;
    background-repeat: repeat-x!important;
    background: #92bba7;
}

.wrap-kitten { 		 		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#345979+0,ebd79d+22 */
    background: #ebd79d; /* Old browsers */
    background: -moz-linear-gradient(top, #345979 0%, #ebd79d 22%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #345979 0%, #ebd79d 22%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #345979 0%, #ebd79d 22%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#345979', endColorstr='#ebd79d', GradientType=0 ); /* IE6-9 */
}

.nav-wrap-landing {
    width: 100%;
    display: inline-block;
}

.wrap-pussy-bush-ass {
    background-image: none!important;
    background: #206090!important; /* Old browsers */
    background: linear-gradient(45deg, #206090 0%, #799fce 49%, #206090 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.wrap-pocket-pal {
    background: #bb4543;
    background: -moz-linear-gradient(top, rgba(22,22,22,0.85) 0%, rgba(177,66,64,1) 15%, rgba(187,69,67,1) 16%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(22,22,22,0.85) 0%, rgba(177,66,64,1) 15%, rgba(187,69,67,1) 16%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(22,22,22,0.85) 0%, rgba(177,66,64,1) 15%, rgba(187,69,67,1) 16%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9161616', endColorstr='#bb4543', GradientType=0 ); /* IE6-9 */
}

.product-details h3 {
    margin: .5em 0;
    font-size: 1.1em;
}

.product-image-container {
    position: relative;
    display: block;
    width: 100%;
    background-color: #dedede;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
    box-sizing: border-box;
    border: 0px solid #cdcdcd!important;
    border-radius: 0!important;
}

#header h1 {
    line-height: 1.2em;
}

.product-listing .btn-add-to-cart {
    display: inline-block;
    text-align: center;
    color: #fff;
}

.product-grid-container .btn-add-to-cart, .btn-start-shopping {
    text-align: center;
    color: #fff;
}

.aff-landing .product-listing .btn-add-to-cart {
    font-size: 1.5em;
    width: 250px;
    padding: .5em;
}

.header {
    background:#152467;
    background-position: center -135px;
    background-size: auto;
    min-height: 420px;
}


.header {
    background:#000;
    min-height: 420px;
}





.karlee-grey-page .header {
    background:#615d98 url("https://res.cloudinary.com/i8s/image/upload/v1638491059/content/docj/landingpage/header-karlee-grey_ofaboo") no-repeat fixed!important;
  	background-position: center 0px!important;
    background-size: auto!important;
    min-height: 488px!important;
	border-bottom:.5em #000 solid;	
}



.main {
    margin: 0 auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 100%;
}


@media screen and (max-width: 399px) {
.product-grid-container {
  position: relative;
  width: 80%;
  margin: 1.5em auto;
}
}
@media screen and (max-width: 479px) {
  .lb-image-container{
    width: 75%;
    margin: 1.5em auto;
  }
  .lb-product-details {
    width: 100%;
  }
  .light-box-container {
    padding: .5em;
  }
  .lb-product-details h3 {
    margin-top: 0
  }
  
.star-image-wrapper{
  width: 100%;
  margin: 0 auto;
}
.star-image-container {
  width: 100%;
  margin: 0 auto;
}
  #header {
    position: relative;
  }
	
	
	
	
  .header-container {
    background-image: none;
  }
.header-content {
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 0 1em;
  box-sizing: border-box;
}
#header h1 {
  font-size: 2.5em;
  margin: 0 0;
}
.header-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
  .product-listing-image-container {
    width: 80%;
    margin: 0 auto;
  }
  .product-listing-detail {
    width: 100%;
  }
  .product-listing-detail .product-rating {
    margin: .5em 0;
  }
  .product-listing-detail h2 {
    font-size: 1.5em;
  }
  .product-description p {
    font-size: 1.25em;
  }
  .listing-right {
    text-align: left;
  }
  .listing-right .product-listing-image-container {
    order: 1;
  }
  .listing-right .product-listing-detail {
    order: 2;
  }
}
@media screen and (min-width: 480px) and (max-width: 640px) {
  .header-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
  }
  #header h1 {
    font-size: 2.5em !important;
  }
  .product-listing-image-container {
    width: calc((100%/5 - 2%)*2);
  }
  .product-listing-detail {
    width: calc((100%/5 - 2%)*3);
  }
  .product-listing-detail .product-rating {
    margin: .5em 0;
  }
  .product-listing-detail h2 {
    font-size: 1.5em;
  }
  .product-description p {
    font-size: 1.25em;
  }
  .listing-right {
    text-align: left;
  }
  .listing-right .product-listing-image-container {
    order: 1;
  }
  .listing-right .product-listing-detail {
    order: 2;
  }
}
@media screen and (min-width: 640px) and (max-width: 960px) {
  
  #header h1 {
    font-size: 3em;
  }
}
@media screen and (min-width: 960px) {
  #header h1 {
    font-size: 4em;
  }
	

	
}
@media screen and (max-width: 1600px) {
	.karlee-grey-page .header{
 
	background-position: center 0!important;
    background-size: contain!important;
    min-height: 420px!important;
}
}

@media screen and (max-width: 1440px) {
	.karlee-grey-page .header {
 
	background-position: center 0!important;
    background-size: contain!important;
    min-height: 380px!important;
}
}



@media screen and (max-width: 1300px) {
	.karlee-grey-page .header{
 
	background-position: center 0!important;
    background-size: contain!important;
    min-height: 330px!important;
}
}

@media screen and (max-width: 1120px) {
	.karlee-grey-page .header { 
	background-position: center 0!important;
    background-size: contain!important;
    min-height: 300px!important;
}
}



@media screen and (max-width: 1024px) {
	
	.header, .missy-page .header, .rob-page .header {
 
	background-position: center -10px!important;
    background-size: contain!important;
    min-height: 330px!important;
}
	
	
.karlee-grey-page .header {
 
	background-position: center 0!important;
    background-size: contain!important;
    min-height: 280px!important;
}

	
	
	
	
}

@media screen and (max-width: 880px) {
	
	.header, .missy-page .header, .rob-page .header, .jason-page .header {
 
	background-position: center -20px!important;
    background-size: contain!important;
    min-height: 330px!important;
}
	
	
	.karlee-grey-page .header {
 
	background-position: center 0px!important;
    background-size: contain!important;
    min-height: 250px!important;
}	
	
	
	
}


@media screen and (max-width: 768px) {
	
	.nav-wrap-landing	{
		display:none;
	}
	
	.karlee-grey-page .header{
   min-height:inherit!important;
background:none!important;
	   
}
	
	.header-img{
		display:block;
		width:100%;
		position:relative; 
		top:0;
	}	
	
}

@media screen and (max-width: 480px) {
	.header, .missy-page .header, .rob-page .header, .jason-page .header {
	background-position: center -20px!important;

   /* min-height: 120px;*/
	}



	.karlee-grey-page .header{
		background-position: center 0px!important;
	}

}


@media screen and (min-width: 600px) {

	.product-grid-container {
   
    width: 21%;
    
  }
}

