.image-responsive{
        display: block;
        max-width: 100%;
        height: auto;
        margin-left: auto; 
        margin-right: auto;
    }

.header-trueyou{
		/*min-height: 60px;*/
	}
.menu-trueyou{
		background-color: grey;
		min-height: 30px;
		color: white;
	}
.menu-list{
		display: inline-block;
		color: white;
		padding: 8px;
	}	
.menu-list-mobile{
		display: inline-block
	}	
.banner-trueyou{
		/*min-height: 60px;*/
	}
div a {
    text-decoration: none;
    color:#8e8e8e;
}
div a:hover{
    text-decoration: none;
    color: black;
    }
ul {
  display: inline;
  margin: 0;
  padding: 0;
}
ul li {
	display: inline-block;
	
	}
ul li:hover {
	background: White;
	text-decoration: none;
	}
ul li:hover ul {display: block;}
ul li ul {
  position: absolute;
  width: 200px;
  display: none;
}
ul a{
    color: white;
    }
ul li a{
    color: white;   
    }
ul li a:hover{
    text-decoration: none;   
    }

#menuToggle
{
  display: block;
  position: relative;
  top: 20px;
  left: 20px;
  
  z-index: 1;
  
  -webkit-user-select: none;
  user-select: none;
}
#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  cursor: pointer;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  -webkit-touch-callout: none;
}
#menuToggle span
{
  display: block;
  width: 33px;
  height: 4px;
  margin-bottom: 5px;
  position: relative;
  
  background: #cdcdcd;
  border-radius: 3px;
  
  z-index: 1;
  
  transform-origin: 4px 0px;
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
              opacity 0.55s ease;
}
#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}
#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu
{
  position: absolute;
  width: 300px;
  margin: -100px 0 0 -50px;
  padding: 30px;
  padding-top: 60px;
  
  background: #ededed;
  list-style-type: none;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  
  transform-origin: 0% 0%;
  transform: translate(-100%, 0);
  
  transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu li
{
  padding: 5px 0;
  font-size: 18px;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}	
.campaign-cat{
	box-shadow:0px -2px 2px #bbbbbb;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 0;
	}
.campaign-cat-iner{
	padding: 3% 3%;
	margin: auto; 
	margin-left:auto;
	max-height: 80px;
	}
.campaign-cat:hover{
    box-shadow:0px -2px 2px #ff0000; 
    }   
.cat-text{
	display: inline-block;
	vertical-align: middle;
	/*padding-bottom: 15%;
	padding-left: 5%;*/
	}
.cat-text-mobile{
	font-size: 0.6em;
	margin-top: -6%;
	margin-bottom: 6%;
	}

.redeem-btn{
	height: 40px; 
	padding:0px 5px;
	background-color: red;
	/*border:5px;*/
	background-clip: content-box; 
	}
.detail-btn-mobile{
	background-color: lightgray;
	color:white; 
	font-size: 1em;
	min-height: 50px;
	padding-top:15px;
	vertical-align: middle;
	}
.mobile-product-img{
	margin-left: auto;
	margin-right: auto;
	background-color:white !important;
	}
.campaign-cat{
	box-shadow:0px -2px 2px #bbbbbb;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	padding-bottom: 0;
	}

.title-text{
	padding-top: 20px;
	padding-bottom: 10px;
	font-size: 1.2em;
	}
.redeem-btn{
	height: 40px; 
	padding:0px 5px;
	background-color: red;
	}
.detail-btn-mobile{
	background-color: lightgray;
	color:white; 
	font-size: 1em;
	min-height: 50px;
	padding-top:15px;
	vertical-align: middle;
	}
.mobile-product-img{
	margin-left: auto;
	margin-right: auto;
	background-color:white !important;
	}
.no-padding{
    padding-left: 2px;
    padding-right: 2px;
    }
.product-item:hover{
    box-shadow: inset 0px 0px 6px rgba(0,0,0,0.5);
    }
.center-div{
    margin-left: auto;
    margin-right: auto;
    }
.button-mobile{
    width: 100%;
    display: block;
    margin-top: 10px;
    }
.detail-mobile{
    width: 32%;  
    height: 50px;
    display: inline-block;
    background-color: darkgray;
    color:white;
    line-height: 3em;
    font-size: 1.1em;
    }
.detail-mobile a{
    color: white;
    }
.redeem-mobile{
    width: 60%;
    height: 50px;
    display: inline-block;
    background-color: red;
    color: white;
    line-height: 2.5em;
    font-size: 1.3em;
    font-weight: 400;
    }
.redeem-mobile a{
    color: white;
    }   
.detail-desktop{
    /*padding: 5px 0px;*/
    height: 40px;
    line-height: 3.4em;
    /*margin-left: 5px;
    margin-right: 5px;*/
    color:darkgrey;
    background-color: white;
    }
.redeem-desktop{
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: rgba(0,140,73,1);
    font-size: 1.3em;
    border-radius: 5px;
    }
.redeem-desktop:hover{
    background-color: #008c49;
    color: orange!important;
    box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
    border-radius: 5px;

    }
.redeem-desktop a{
    color: red;
    }
.redeem-desktop:hover a{
    color: white !important;
    } 
.bold-text-red{
    font-weight: 400;
    color: red;
    }
.vertical-center{
    padding-top: 50%;
    padding-bottom: 50%;
}
.padding-10px{
    padding: 10px;
}
.spacer{
    height: 30px;  
    width: 100%;
    }
.product-img{width: 100%;}
.product-item{
    border: 5px solid #fff;
    padding: 10px;
    margin-bottom: 15px;
    background-color: white;
    background-clip: padding-box;
}
.vertical-line{
    margin-top: 10px;
    margin-bottom: 10px;
}
.section-banner{
    min-height: 50px;
    /*margin-top:20px;*/
    margin-bottom: 20px; 
    padding-left: 0px;
    padding-right: 0px;
    }

.product-name {
    padding-left: 10px !important;
    line-height:1.3em;
    color: #555;
    font-size: 1.05em;
}
.price-txt {
    padding-left: 5px;
    color: gray;
    display: inline-block;
}
.price-txt-grey {
    padding-left: 10px;
    margin-top: 10px;
    color: gray;
    text-decoration: line-through;
    font-size: 1.2em;
    font-weight: 500;
    display: inline-block;
    
}
.product-price{
    display: inline-block;
    padding-left: 10px;
    font-size: 1em;
    color: red;
}

.product-text-top{
    padding-left: 10px;
    color: gray;
    font-size: 0.9em;
}
.product-text-bottom{
    padding-left: 10px;
    color: gray;
    font-size: 0.9em;
    margin-bottom: 10px;
}

@media screen and (max-width: 640px) {
    .redeem-desktop{
        padding-left: 3px;
        padding-right: 3px;
        color:white;
        background-color: #008c49;
        font-size: 1em;
        box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
        border-radius: 8px;
    }   
    .product-item{
    padding: 4px;
    }
    .cat-text-mobile{
        font-size: 0.8em;
        line-height: 2em;
    }
    .product-item:hover{
    box-shadow: inset 0px 0px 0px rgba(0,0,0,0);
    }
    .campaign-cat-iner {
    padding: 5% 5%;
    margin: auto;
    margin-left: auto;
    max-height: 80px;
    }
    .product-name {
    padding-left: 10px !important;
    line-height:2em;
    color: #555;
    font-size: 1em;
    }


    