
@font-face {
font-family: "sf-ui-display-bold";
src: url("fonts/sf-ui-display-bold-58646a511e3d9.otf");
}

@font-face {
font-family: "sf-ui-display-semibold";
src: url("fonts/sf-ui-display-semibold-58646eddcae92.otf");
}

@font-face {
font-family: "sf-ui-display-medium";
src: url("fonts/sf-ui-display-medium-58646be638f96.otf");
}

* {
    box-sizing: border-box;
}

html {
    background: #d4d4d4;
}

body {
    background: #d4d4d4;
    padding: 0;
    margin: 0;
  }
  
sup{
    font-size: .5em;
}

h1{
    padding-left: 5px;
    margin: 0px;
    font-family:sf-ui-display-semibold;
    color: #252525; 
}


.outletbranch h1{
    font-size: 1.25em;
}




.header-item{
    background-image: linear-gradient(to right, #005086,#00365a);
    height: 75px;
    display: flex;
    align-items: center;

}

.headertab{
    background-image: linear-gradient(to right, #005086,#00365a);
    display: block;
    width: 100vw;
}

.headertab button {
background-image: linear-gradient(to right, #005086,#00365a);
    color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 15px;
  font-weight: bold;
  font-family:sf-ui-display-semibold;

}

.topslider{
        clear:both;
}


.maincategory h1{
  font-size: 1.25em;
  font-weight: bold;
  font-family:sf-ui-display-semibold;
  margin: 5px 5px 0px 0px;
}

.maincategory p{
  margin: 0px 5px;
  font-size: 0.8em;
  font-style: italic;
  font-family:sf-ui-display-semibold;
  color: #797979;
}

/* Catgory Formatting Starts*/
.product-grid {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;    
    position: relative;
    z-index: 0;
    width: 100vw;
    height: 37vw;
  }


.product-grid-long {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;    
    position: relative;
    z-index: 0;
    width: 100vw;
    height: 60vw;
  }



.product-item {
    flex-shrink: 0;
    width: 45vw;
    height: 22vw;
    color: white;
    margin: 1vw;
    position: relative;
    z-index: 0;
}

.product-item-top{
    position: relative;
    z-index: 0;    
}

.product-item-image img{
    border-radius: 10px;
    margin: 1vw;
    box-shadow: 2px 2px 5px grey;
    width: 100%;
}

.product-item-head{
    position: absolute;
    display: inline-block;
    height: 35%;
    width: 100%;
    z-index: 1;
    overflow: hidden;
    padding-top: 5px;
}

.product-price{
    font-family: sf-ui-display-semibold;
    color: white;
    font-size:1em;
    font-weight: bold;
    float: left;
    width: 30%;
    padding-left: 0;
    float: left;
    text-align: center;
}

.product-price img{
    position: absolute;
    height: 30px;
    z-index: -99;
    margin-top: -2px;
}
.product-price span{
    padding: 6px 15px;
    z-index: 100;
    font-family: sf-ui-display-bold;
    font-weight: bold;    
    font-size:1em;    
    text-align: center;

}

.product-moreinfo{
    width: 70%;
    float: left;
    font-family: sf-ui-display-bold;
    font-weight: bold;    
    font-size:16px;    
    color: #ffa500;
    text-align: left;
}

.product-moreinfo span{
    padding-left: 7px;
}
.product-item-bottom{
    margin-bottom: 0;
}



.product-name{
    height: 25%;
    font-family: sf-ui-display-bold;
    font-size:16px;    
    color: #252525;
    text-align: center;   
    line-height: 1;
    width: 90%;
    padding-left: 5%;
}


.product-name-small{
    height: 25%;
    font-family: sf-ui-display-bold;
    font-size:12px;    
    color: #252525;
    text-align: center;   
    line-height: 1;
    width: 90%;
    padding-left: 5%;
}

.product-extra-details{
    height: 15%;    
    font-family: sf-ui-display-semibold;
    font-size:10px;    
    color: #252525;

    text-align: center;
}


.product-item-long{
    width: 90vw;
    height: 40vw;
    flex-shrink: 0;
    margin: 0 0 0 10px;
}

.promo{
    margin: 0 auto;
    width: 95vw;
}

.promo img{
    border-radius: 10px;
    box-shadow: 2px 2px 5px grey;
    width: 100%;
}


.promovideo{
    width: 90vw;

    margin: 0 auto;
}
.promovideo video{
    width: 100%;
}

footer{
    background: black;
    height: 15vh;
    width: 100vw;
    position: fixed;
    top: 85vh;
    text-align: center;
}

.footer{
    width: 25vw;
    color: white;
    display: inline-block;
}

#pre-loader {
    background: #ffffff none repeat scroll 0 0;
    background-image: url('../images/logo.png') no-repeat 0 0;
    bottom: 0;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 9999;
}

#pre-loader .loader-holder:before {
    content: "";
    display: inline-block;
    height: 100%;
    margin: 0 0 0 -5px;
    overflow: hidden;
    vertical-align: middle;
    width: 1px;
}

#pre-loader .loader-holder {
    height: 400px;
    left: 50%;
    margin: -200px 0 0 -200px;
    position: absolute;
    top: 50%;
    white-space: nowrap;
    width: 400px;
}

#pre-loader .loader-holder .frame {
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
}

#pre-loader img {
    display: inline-block;
    margin: 0 0 45px;
}

.endsection {
    height: 20vh;
}


.productdetail{
    font-family: sf-ui-display-bold;
    color: white;
    position: fixed;
    top: 80vh;
    height: 20vh;
    width: 100vw;
    background-image: linear-gradient(to bottom, #005086,#00365a);
    opacity: 90%;
    z-index: 2;    
}

.productdetail h1{
    font-family: sf-ui-display-medium;
    font-size: 20px;
    color: white;
    padding-top: 5px;
}

.productdetail p{
    color: white;
    font-family: sf-ui-display-medium;
    font-size: 15px;
    padding-left: 5px;
    margin: 0;
}


.sweets-section{
    background-color: white;
    margin-top:15px;
}

.sweets-section h1{
    font-size: 1.25em;
    margin-bottom: 10px;
}

.sweets-section p{
    font-size: 1em;
    font-family: sf-ui-display-medium;
}