/*Normal styling for product page*/

.bagdropTitle{

    font-size: 24px;
    line-height: 30px;

}

.bagdropUL{

    list-style-type: square;
    line-height: 25px;
    font-size: 20px;

}


.product-page_header{
	text-align:center;
}

.bagsimg{
    padding-top: 20%;
}

.product-page-paragraph{
    width: 50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}

span h6{
	font-weight:bold;
}

.product_div_container{
	max-width:100%;
	text-align:center;
}

.products-row1{
	display:inline-block;
}

.products-row2{
	display:inline-block;
}

h6{
	color:white;
}

.spanProducts h4 + p, * + p {
    margin-top: 0rem;
}

.spanProductsBagDrop{
    margin-top: 0rem;
}

/*End of styling for product page*/	

/*@media queries for Product Page*/

@media only screen and (max-width:991px){
	.product-page-paragraph{
		width: 80%;
	}
}

@media only screen and (min-width:894px){
	.products-row1{
		margin-right: 5%;
	}
	
	.products-row2{
		margin-left: 5%;
	}
	
}

@media only screen and (min-width:374px){
	.spanProducts {
		
		position: relative;
		bottom: 206px;
		color: white;
		font-size: 1.4rem;
	}
}

@media only screen and (max-width:373px){
	.spanProducts {
		
		position: relative;
		bottom: 143px;
		color: white;
		font-size: 1.4rem;
	}

        .spanProductsBagDrop{
                
		position: relative;
		bottom: 190px;
		color: white;
		font-size: 1.4rem;
        }	
	
	span p{
		line-height:1em;
	}
	
	span h6{
		line-height: 1em;
		padding-right: 4px;
		padding-left: 4px;
		font-size: 1em;
	}
}

@media
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (   min--moz-device-pixel-ratio: 2),
  only screen and (     -o-min-device-pixel-ratio: 2/1),
  only screen and (        min-device-pixel-ratio: 2),
  only screen and (                min-resolution: 192dpi),
  only screen and (                min-resolution: 2dppx) { 
    /* Retina styles here */
}


/*@media queries for Product Page*/



/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}

.stickyLogo{
	margin-bottom:0px;
}

.title {
  color: #FFF;
  font-size: 18px;
}

.card button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 100%;
  font-size: 18px;
}

.card p{
   margin-top:0%;
   }

.imglinks {
  text-decoration: none;
  font-size: 22px;
  color: #FFF;
}

.imglinks:hover, a:hover {
  opacity: 0.7;
}


/*START OF @MEDIA QUERIES......*/

@media only screen and (min-width: 992px){

.mobileOnlySticky{
	  display: none;
	  }
	  
	  .card {
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  top: 30%;
		  right: 2%;
		  z-index: 1000;
		  background-image: url(../images/nav_bg.jpg);
		  position: fixed;
		  margin: 24px 0;
        }
		
/*STRAT OF X CLOSE BUTTON */
		#close {
			float:right;
			display:inline-block;
			padding:2px 5px;
			background:#ccc;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:2px 5px;
				background:#ccc;
			color:#fff;
			}
}


@media only screen and (max-width: 991px){

   .card{
	 display:none;
   }
	
    .mobileOnlySticky{
	      display: block;
		  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
		  max-width: 150px;
		  margin: auto;
		  text-align: center;
		  font-family: arial;
		  margin-top: 0px;
		  background-image: url(../images/nav_bg.jpg);
		  top: 11%;
		  right: 2%;
		  z-index: 1000%;
		  position: fixed;
		  margin: 24px 0;
		  border-radius: 5px;
		  font-size: 20px;
		  padding: 1%;
		  color: #fff;
     }
	 
	 /*STRAT OF X CLOSE BUTTON */
		#close {
			float: right;
			/* display: none; */
			padding: 0px 0px;
			/* background: #ccc; */
			margin-left: 5px;
			position: relative;
			bottom: 10px;
		}

		#close:hover {
				float:right;
				display:inline-block;
				padding:0px 0px;
				background:#ccc;
			color:#fff;
			}

}


/* Page content   AND BASIC CSS STYLING..... */
.content {
  padding: 16px;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}


/* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 60px;
}