body {
  margin:0;
  padding:0;
  font-family:"rubiklight";
  background:url("../images/body-bg.png") no-repeat top center;
  background-size:cover;
}
*{
  box-sizing: border-box;
}
html{
  -webkit-text-size-adjust: 100%;
}
img{
  max-width:100%;
  height:auto;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  max-width:767px;
  padding:20px;
}
.wrappper:after {
  content: "";
  display: table;
  clear: both;
}
a, a:hover, a:focus{
  text-decoration:none;
}

#fancybox-outer{
  background:none !important;
}
.fancybox-bg{
  display:none !important;
}
h1, h2, h3, h4, h5, h6, ul, li, ol, p{
  margin:0;
  padding:0;
}
.logo{
  text-align:center;
  margin-bottom:18px;
  font-size:0;
}
.logo a{
  display:inline-block;
  font-size:0;
}
p.offer-period{
  font:18px "glegoobold";
  line-height:20px;
  color:#C80122;
  text-align:center;
  margin-bottom:5px;
}
.offer-days{
  text-align:center;
  margin-bottom:30px;
}
.offer-days label{
  display:inline-block;
  width:50px;
  height:38px;
  border:1px solid #707070;
  border-radius:4px;
  background:#fff;
  color:#C80122;
  font:bold 17px "rubiklight";
  line-height: 16px;
  padding-top: 1px;
}
.offer-days label.textdays{
  line-height: 36px;
  width:75px;
}
.productlist{
  display:inline-block;
  background:#C80122;
  border-radius:8px;
  margin-bottom:32px;
  width:100%;
}
.recipe-image{
  float:left;
  width:100%;
  position:relative;
}
.recipe-image img.recipeimage{
  width:100%;
}
.recipe-image label.offer-text{
  position:absolute;
  width:180px;
  padding:10px;
  border-radius:0 6px 6px 0;
  background:#C80122;
  color:#F9DB4A;
  font:12px "glegoobold";
  top:18px;
  left:0;
}
.recipe-image a.watch-recipe{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  background:rgb(90,3,0,0.35);
  color:#fff;
  padding:8px 20px 8px 8px;
  font: 14px "rubiklight";
  border-radius: 20px;
  line-height: 18px;
  font-weight: bold;
  white-space: nowrap;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
.recipe-image a.watch-recipe:hover{
  background: rgb(90,3,0,0.65);
}
.recipe-image a.watch-recipe span{
  margin-right:5px;
  width:22px;
  height:22px;
  display:inline-block;
  background:rgba(255,255,255,0.6);
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  border-radius: 50%;
  font-size: 0;
}
.recipe-image a.watch-recipe span img{
  width: 10px;
  vertical-align: top;
  margin:4px 0 0 3px;
}
.receipe-content{
  float:left;
  width:100%;
  padding:12px 10px 22px;
}
.receipe-content h2{
  font:20px "glegoobold";
  line-height:28px;
  color:#fff;
  text-transform:uppercase;
  margin-bottom:5px;
}
p.description{
  font:14px "rubiklight";
  line-height:18px;
  color:#fff;
  margin-bottom:15px;
}
p.receipt-times{
  font:12px "rubiklight";
  color:#fff;
}
p.receipt-times span{
  font-family:"galadaregular";
}
.ingredients{
  float:left;
  width:100%;
  border-radius:5px;
  padding:12px 10px 18px;
  margin-bottom:12px;
  background:#fff;
  margin-top:18px;
}
.ingredients h3, p.view-ingred a{
  font:14px "glegooregular";
  color:#404040;
  margin-bottom:12px;
}
p.view-ingred{
  text-align:center;
  margin-top: 10px;
}
p.view-ingred a{
  margin:0;
  display: inline-block;
  line-height: 16px;
  border-bottom: 1px solid #404040;
  text-transform:uppercase;
  text-decoration:none;
}
p.view-ingred a:hover{
  color:#C80122;
}
.ingred-item p{
  font: 10px "rubiklight";
  text-align: center;
  line-height: 14px;
  color:#404040;
  white-space:nowrap;
}
a.buy-save-button{
  float:left;
  width:100%;
  height:48px;
  background:#eeab42;
  border-radius:5px;
  text-align:center;
  color:#fff;
  font:14px "glegoobold";
  line-height:48px;
}
.owl-carousel .owl-item img{
  width:auto;
  margin:0 auto;
}
.ingredients-carousel{
  padding:0 15px;
}
.owl-carousel.ingredients-carousel .owl-nav button{
  position:absolute;
  top:50%;
  margin-top:-15px;
  width:24px;
  height:29px;
}
.owl-carousel.ingredients-carousel .owl-nav button span{
  display:none;
}
.owl-carousel.ingredients-carousel .owl-nav button.owl-prev{
  left:-10px;
  background:url("../images/left-arrow.png") no-repeat;
}
.owl-carousel.ingredients-carousel .owl-nav button.owl-next{
  right:-10px;
  background:url("../images/right-arrow.png") no-repeat;
}
.hide{
  display:none;
}
.modal-dialog.receipe-dialog{
  width:calc(100% - 35px);
  margin:20px auto;
}
.receipe-dialog .modal-header{
  border:0;
  padding:12px 15px 12px;
  position:relative;
}
.receipe-dialog .modal-header h2{
  font:14px "glegooregular";
  color:#C80122;
  text-transform:uppercase;
}
.receipe-dialog button.close, .video-dialog button.close{
  position:absolute;
  top:16px;
  right:15px;
  width:17px;
  height:17px;
  background:url("../images/close.png") no-repeat;
  font-size:0;
  opacity:1;
}
.video-dialog button.close{
  top: -8px;
  right: -8px;
  background:#fff url("../images/close.png") no-repeat center center;
  padding: 10px;
  border-radius: 50%;
  background-size: 65%;
}
.receipe-dialog .modal-body{
  padding:0 15px 30px;
}
.receipe-dialog.video-dialog .modal-body{
  padding:15px;
}
.ingred-receipe{
  background:#F8F8F8;
  padding:10px 6px 0;
  display:inline-block;
  width:100%;
}
.ingred-receipe h3{
  color:#404040;
  font:10px "glegoobold";
  margin:0 0 15px;
}
.ingred-receipe ul{
  margin:0 -5px;
  list-style:none;
}
.ingred-receipe ul li{
  float:left;
  width:50%;
  padding:0 5px;
  margin-bottom:14px;
}
.ingred-receipe ul li .ingredimage{
  float:left;
  width:40px;
  margin-right:8px;
}
.ingred-receipe ul li p{
  padding-left:48px;
  font:bold 10px "rubiklight";
  color:#404040;
}
.receipe-dialog h4, .receipe-dialog p.detail-para{
  font:bold 12px "rubiklight";
  color:#404040;
  line-height:18px;
}
.receipe-dialog h4{
  text-transform:uppercase;
  margin-top:16px;
  margin-bottom:1px;
}
.receipe-dialog h4.extraspace{
  margin-top:22px;
}
p.buy-button{
  padding:22px 7px 0;
  text-align:center;
}
p.buy-button a{
  display:inline-block;
  width:100%;
  border:1px solid #F9DB4A;
  border-radius:8px;
  height:48px;  
  font:12px "glegoobold";
  line-height:46px;
  color:#404040;
}

