/*
Color List:

*/

/***************************
****************************
Reset
****************************
***************************/
@import 'normalize.css';

/* Change all elements to use border-box */
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

@font-face {
    font-family: roboto;
    src: url(../font/Roboto.ttf);
  }

html {
  font-family: roboto, sans-serif, 'Trebuchet MS', 'Lucida Sans Unicode',  Verdana;
  color: #BDBDBD;
}

body {
  background-color: #313E73;
}

a:link {
    color: #BDBDBD;
  }
  
a:visited {
  color: #BDBDBD;
}

a {
  text-decoration: none;
}

/***************************
****************************
Base Styles
****************************
***************************/

/*Button Modules*/

.btn {
    /* display: inline-block; 
    vertical-align: middle; - dis net vir inline elements*/
    display: block;
    text-align: center;
    white-space: nowrap;
    
    background-image: none;
    background-color: #131F4E;
    border: 2px solid #BDBDBD;
    cursor: pointer;
    text-decoration: none;
    padding: .5em 0 .5em 0;
    font-size: 1.5em;
    border-radius: 8px;
    margin: 0em 1em 1em 1em;
    height: 160px;
    max-width: 400px;
    transition: all 0.3s ease 0s;
  }

  /* Grooter as phone 414px 26em */
@media (min-width: 26em){
  .btn {
    margin: 0em auto 1em auto;
  }
}

  .btn p {
      margin: 0;
  }

  .btn:hover {
    border-color: #E2B206;
  }

  .bar {
    width: 100%;
    height: 50px;
    background-color: #060D2B;
    z-index: 100;
    top: 0;
  }

  .icon {
    background: url(../images/Home_sprite.png) no-repeat -1px 1px;
  }

  .menu-icon {
    background: url(../images/menu_sprite.png) no-repeat -1px 1px;
  }

  .pot-icon {
    background: url(../images/potjies_sprite.png) no-repeat -1px 1px;
  }

  .curry-icon {
    background: url(../images/curry_sprite.png) no-repeat -1px 1px;
  }

/***************************
****************************
Layout Styles
****************************
***************************/
/* Content Container max-width: 1170px; */
.container {
    padding-right: 1em;
    padding-left: 1em;
    margin-right: auto;
    margin-left: auto;
    max-width: 900px;
  }

.textContainer {
  background-color: #131F4E;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 1em;
}

  /* Row */
  .row {
    margin-right: -1em;
    margin-left: -1em;
  }
  /* Row Clear Float*/
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  /* Media Query excludes extra small devices and includes small and above */
  [class*='col-'] {
    width: 100%;
    /*padding-left: 15px;
    padding-right: 15px;*/
  }
  
  @media (min-width: 51.1em) {
    [class*='col-'] {
      float: left;
    }
    /* Column Two Thirds */
    .col-2-3 {
      width: 66.6666%;
    }
    /* Column Third */
    .col-1-3 {
      width: 33.3333%;
    }

    .col-1-2 {
      width: 50%;
    }
  }

  /*----------------- Lang page settings */
.lang_btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    font-size: 1.1em;
    padding-top: 38px;
}

/* Grooter as phone 414px 26em */
@media (min-width: 26em){
    .lang_btn {
        width: 333px;
    }
}

.lang_logo {
    display: block;
    margin: 22px auto 22px auto;
}

 /*----------------- BAR */
 .bar {
    position: fixed;
    display: inline-block; 
    vertical-align: middle;
    font-size: 1.4em;
 }

 .bar p {
   margin: 0.6em;
   color: #19A50D;
   display: inline;
 }

 .bar #hamburger {
   float: right;
   cursor: pointer;
 }

 .bar .phone {
  float: left;
}

#phoneNumaber {
  display: inline-block;
  margin-top: 13px;
}



/*-----------------   Hero Modules*/

.hero {
  background-color: #313E73;
  color: #BDBDBD;
  text-align: center;
}

.hero-body {
    position: relative;
}

.hero-body p {
  padding: .5em 0 .5em 0;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  font-size: 29px;
  text-align: center;
  font-weight: normal;
  margin:0 auto 1em auto;
  color: #E1D37F;
  max-width: 567px;
}

/* Grooter as phone 414px 26em 
@media (min-width: 26em){
  .hero-body p {
    font-size: 2.2em;
  }
}
*/


/*------------------------Background Modules*/
.bg-image  {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.bg-image > img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  min-width: 100%;
  /*height: 100%;*/
}

/* ------------------- homelogo*/

.homelogo{
  width: 177px;
  height: 177px;
  margin: 4em auto .5em auto;
}

/* header margin */
header {
  margin-bottom: 2em;
}

/* ------------------  home btn's*/

/* Row Clear Float*/
.btnRow:after {
  content: "";
  display: table;
  clear: both;
}

.btnText {
  float: left;
  line-height: 130px;
  font-size: 1em;
  margin-left: .5em;
}

.btnTextContact {
  font-size: 1em;
}
.btnTextOrder{
  line-height: 1.2em;
  margin-top: 25px;
}
.btnTextMandjie{
  font-size: 0.9em;
}

.btnPic {
  float: right;
  margin-right: 1em;
}

/* Grooter as phone 414px 26em */
@media (min-width: 26em){
  .btnText {
    font-size: 1.5em;
  }
  .btnTextOrder{
    margin-top: 10px;
  }
}


/* Groot genoeg vir side menu skuif container weg - 1160px */


@media (min-width: 1160px){
  .container {
    margin-right: 1em;
  }
}

@media (min-width: 1200px){
  .container {
    margin-right: 2em;
  }
}

@media (min-width: 1250px){
  .container {
    margin-right: 3em;
  }
}

@media (min-width: 1300px){
  .container {
    margin-right: 5em;
  }
}

@media (min-width: 1400px){
  .container {
    margin-right: 9em;
  }
}

@media (min-width: 1500px){
  .container {
    margin-right: 12em;
  }
}

@media (min-width: 1600px){
  .container {
    margin-right: 15em;
  }
}

@media (min-width: 1700px){
  .container {
    margin-right: 18em;
  }
}

@media (min-width: 1900px){
  .container {
    margin-right: 25em;
  }
}

@media (min-width: 2200px){
  .container {
    margin-right: 31em;
  }
}

/* **********************  Menu **************************/

/* blur */
.blurOn {
  position: fixed;
  top: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  background: rgba(19, 31, 78, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

.blurOff {
  display: none;
}

/* menu background */

nav {
  position: fixed;
  top: 0;
  display: inline-block; 
  background-color: #060D2B;
  width: 244px;
  height: 100%;
  left: -250px;
  z-index: 102;
  transition: all 0.3s ease-in-out 0s;
  overflow-y: auto;
}

/* Groot genoeg is vir side menu - 1160px */
@media (min-width: 1160px){
  nav {
    left: 0;
  }

  .bar {
    display: none;
  }

}

/* menu Logo */
.menuLogo {
  width: 110px;
  height: 110px;
  margin-top: .5em;
}

.menu-icon {
  margin-left: auto;
  margin-right: auto;
}

/* menu btn's */

ul {
  list-style: none;
  padding: 0;
}

li {
  margin-bottom: 10px;
}



.bg-btn {
  position: absolute;
  width: 100%;
  height: 40px;
  background: #55639C;
  border-radius: 4px;
  transition: all 0.3s ease-in-out 0s;
}

.menu-btn {
  position: relative;
  width: 95%;
  height: 40px;
  background: #313E73;
  border-radius: 0px;
  font-size: 26px;
  color: #BDBDBD;
  line-height: 40px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
}

.current .bg-btn {
  background: #E2B206;
}

.current .menu-btn {
  background: #131F4E;
}

ul a:hover .menu-btn {
  top: 2px;
}

ul a:hover .bg-btn {
  background-color: #DEE206;
}

/*menu btn Order
.menu-btn-Order{
  color:  white;
}*/

/* lang */
.change-lang {
  font-weight: 100;
}

.menuPot{
  display: none;
}

/* Grooter as phone 414px 26em */
@media (min-width: 26em){
  .menuPot {
    display: table;
    width: 62px;
    height: 74px;
    background-position: -3px -130px;
    margin-bottom: .5em
  }

  .menuPot:hover {
    
    background-position: -3px -210px;
    
  }
}




/* ******** Sprites ******** */

.homePot {
  width: 117px;
  height: 129px;
  background-position: -7px -190px;
}

.homeCurry {
  width: 142px;
  height: 119px;
  background-position: -7px -340px;
  margin-top: 7px;
}

.homeContact {
  width: 108px;
  height: 78px;
  background-position: -12px -478px;
  margin-top: 25px;
}

.homeOrder{
  width: 90px;
  height: 110px;
  background-position: -7px -563px;
  margin-top: 7px;
}

.menuAfr {
  width: 100px;
  height: 16px;
  line-height: 16px;
  padding-left: 30px; 
  background-position: -7px -303px;
}

.menuEng {
  width: 100px;
  height: 16px;
  line-height: 16px;
  padding-left: 30px;
  background-position: -7px -327px;
}

/*// potjies page sprites */

.potPotjies {
  width: 251px;
  height: 141px;
  background-position: -22.5px -168px;
}

.potFlatPotjies {
  width: 183px;
  height: 141px;
  background-position: -22.5px -322px;
}

.potStove {
  width: 180px;
  height: 141px;
  background-position: -22.5px -477px;
}

.potFlatbottom {
  width: 245px;
  height: 125px;
  background-position: -24.5px -635px;
}

.potCasserole {
  width: 203px;
  height: 141px;
  background-position: -20.5px -778px;
}

.potBreadPan {
  width: 202px;
  height: 139px;
  background-position: -22px -932px;
}

.potFryingPan {
  width: 250px;
  height: 108px;
  background-position: -21.5px -1091px;
}

.potHotPlate {
  width: 181px;
  height: 141px;
  background-position: -22.5px -1360px;
}

.potHotWheels {
  width: 237px;
  height: 141px;
  background-position: -22.5px -1514px;
}

.potWOK {
  width: 249px;
  height: 133px;
  background-position: -22.5px -1675px;
}

.potName {
  width: 132px;
  height: 124px;
  background-position: -22.5px -1217px;
}

/*********************************************************** Potjie Page stuf *****************************************************/

/* HERO*/
.hero-pot img {
  display: block;
  margin: 1em auto 1em auto;
}

/* Grooter as phone 414px 26em */
@media (max-width: 414px){
  .hero-pot img {
    width: 167px;
    height: 104px;
  }
}

.hero-pot {
  padding: .5em 0 .5em 0;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  margin:4em auto 1em auto;
}

.hero-pot p {
  font-size: 29px;
  text-align: center;
  font-weight: normal;
  color: #E1D37F;
}

/* pot btn's */

.pot-icon {
  margin-left: auto;
  margin-right: auto;
  border-radius: 8px;
}

.pot-btn {
  height: auto;
}

.pot-btn p {
  margin-top: .5em;
  font-size: .8em;
}

/* Details summery TEXT */

details {
  background-color: #131F4E;
  border-radius: 8px;
  padding: 1em;
  margin-bottom: 2em;
  
}

summary {
  font-size: 1em;
  padding: 1em .2em 1em .2em;
  cursor: pointer;
  border: solid 2px #BDBDBD;
  border-radius: 8px;
}

details ul {
  list-style: circle;
}

details li {
  margin-left: 10px;
}

/********** Potte Details Page **************************************************/

.potDetails{
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
  background-color: #060D2B;
  margin: 2em 1vw 0 1vw;
  padding: 1em;
  border-radius: 8px;
  height: 90%;
  overflow-y: auto;
}

.potDetails img {
  border-radius: 8px;
  max-width: 100%;
  height: auto;
}

.potDetails ul, .curryPrice ul {
  list-style: circle;
}

.potDetails li, .curryPrice li {
  margin-left: 10px;
}

.potDetails h2, .curryPrice h2 {
  margin: .5em 0;
  font-size: 1.2em;
}

.closebtn {
  display: none;
  position: fixed;
  cursor: pointer;
  z-index: 111;
}

.closebtnShow {
  display: inline;
}

.potDetails table, .potDetails th, .potDetails td, .curryPrice table, .curryPrice th, .curryPrice td{
  border: 1px solid #55639C;
  border-collapse: collapse;
  
}

.potDetails tr:nth-child(even), .curryPrice tr:nth-child(even)   {
  background-color: #131F4E;
}
.potDetails tr:nth-child(odd), .curryPrice tr:nth-child(odd)   {
  background-color: rgb(24, 39, 97);
}

.potDetails th, .curryPrice th {
  height: 1.9em;
  padding-right: 1em;
  padding-left: .5em;
  font-weight: 500;
  font-size: 3vw;
  background-color: #55639C;
  color: #060D2B
}

@media (min-width: 700px){
  .potDetails th, .curryPrice th{
    font-size: 1.2em;
  }
}

.potDetails td, .curryPrice td {
  height: 1.7em;
  padding-right: 1em;
  padding-left: .5em;
  vertical-align: middle;
  font-size: 4vw;
}

@media (min-width: 700px){
  .potDetails td, .curryPrice td{
    font-size: 1.2em;
  }
}

/* -------------------------------- hide all detail div's   */
 .potDetails {
  display: none;
}

.showDetails {
  display: inline;
}

/* pot Blur */

.potBlur {
  position: fixed;
  top: 0;
  z-index: 106;
  width: 100%;
  height: 100%;
  background: rgba(19, 31, 78, 0.6);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/*PrysLys Stuf*/

.priceList td:first-of-type, .priceList th:first-of-type {
  display: none;
}

.ZAR {
  margin: 0;
  font-size: 0.6em;
  
}

.addRemoveBtn {
  height: 1.5em;
  line-height: 0.7em;
  margin: 1px;
  color: #BDBDBD;
  padding: 0 4px 0 4px;
  font-size: 0.7em;
}
/* as addRemovebtn ADD true is*/

.add {
  color: #19A50D;
  border-color: #19A50D;
}


/************************************************************** Curry Page *********************************************************/

.hero-curry {
  display: inline-block;
  float: right;
  padding: .5em 1em;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  margin:10em 1em 4em 1em;
  position: relative;
}

@media (min-width: 416px){
  .hero-curry {
    margin:20em 1em 4em 1em;
  }
}

.hero-curry p {
  font-size: 18pt;
  text-align: center;
  font-weight: normal;
}

.hero-curry h1 {
  color: #E1D37F;
  font-size: 17pt;
}

.chilly-col {
  display: block;
  width: auto;
  float: left;
  font-size: .2em;
  padding: 1em 0;
}

.chilly-col p{
  margin: 0 .5em;

}

/* sprites */
.chilly {
  width: 65px;
  height: 30px;
}

.chillyTwee {
  width: 65px;
  height: 30px;
  background-position: -1px -35px;
}

.chillyDrie {
  width: 65px;
  height: 30px;
  background-position: -1px -74px;
}

.Lafhartig {
  width: 196px;
  height: 144px;
  background-position: -1px -119px;
  margin: 3em auto 1em auto;
}

.Parmantig {
  width: 196px;
  height: 148px;
  background-position: -1px -275px;
  margin: 3em auto 1em auto;
}

.Aggressief {
  width: 196px;
  height: 143px;
  background-position: -1px -435px;
  margin: 3em auto 1em auto;
}

.textGrooter {
  font-size: 1.4em;
  color: #E1D37F
}

/* text width small*/
.text-w-s {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}


/*********************************************************** About us ********************************************/

.aboutImg {
  width: 130px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 7em 1em 2em 0em;
  border-radius: 8px;
}

.about-col {
  display: inline-block;
  width: auto;
  float: right;
}

.hero-about {
  display: inline-block;
  padding: .5em 1em;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  margin:10em 1em 0 1em;
  position: relative;
}

.hero-about h1 {
  color: #E1D37F;
  font-size: 17pt;
}

@media (min-width: 416px){
  .aboutImg {
    width: 238px;
  }
  .hero-about {
    margin-top: 20em;
  }
}

/****************************************************** Contact US ***************************************************/

.hero-contact {
  display: inline-block;
  padding: .5em 1em;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  margin:4em 1em 10em 1em;
  position: relative;
}

.hero-contact h1 {
  color: #E1D37F;
  font-size: 17pt;
}

.textContact {
  text-align: center;
}

.contact-btn {
  height: auto;
  font-size: 1.2em;
}

@media (min-width: 416px){
  .hero-contact {
    margin-bottom: 20em;
  }
  .contact-btn {
    font-size: 2em;
  }
}

@media (min-width: 1160px){
  .hero-contact {
    margin-top: 1em;
    margin-bottom: 24em;
  }
}

/* contact Form */

form input {
  margin: .5em;
  width: 250px;
}

form textarea {
  margin: .5em;
  width: 250px;
}

form .btn {
  margin: .5em auto .5em auto;
  padding: .5em;
  color: #BDBDBD;
}

.returnMsg {
  color: #19A50D;
  font-size: 1.6em;
  text-align: center;
}

.formHide {
  display: none;
}

.formShow {
  display: inline;
}

@media (min-width: 416px){
  form textarea {
    width: 350px;
  }
  form input {
    width: 350px;
  }
}

/***********************************************************Recipes *************************************************/
.hero-recipes {
  display: inline-block;
  padding: .5em 1em;
  background: rgba(19, 31, 78, 0.84);
  border-radius: 8px;
  margin:14em 1em 0 1em;
  position: relative;
}

.hero-recipes h1 {
  color: #E1D37F;
  font-size: 17pt;
}

.recipesImg {
  width: 130px;
  height: auto;
  display: inline-block;
  position: relative;
  margin: 7em 1em 2em 0em;
  border-radius: 8px;
}

@media (min-width: 416px){
  .hero-recipes {
    margin-top: 7em;
  }
  .recipesImg {
    width: 193px;
  }
}

@media (min-width: 1160px){
  .hero-recipes {
    margin-top: 4em;
  }
  .recipesImg {
    margin-top: 4em;
  }
}

@media (min-width: 600px){
  .hero-recipes h1 {
    color: #E1D37F;
    font-size: 24pt;
    padding: 0 2em 0 2em;
  }
}

/************************************************************* ORDER **********************************************************/

.order-btn{
  margin-top: 1em;
}

.orderForm-btn {
  font-size: 1em;
  width: 15em;
  margin-left: auto;
  margin-right: auto;
  /* background-color: #E2B206; */
  /* color: #060D2B !important; */
}

.orderForm-btn:hover {
  border-color: #E2B206;
}

.hero-order{
  padding-left: 2em;
  padding-right: 2em;
}

/* table */
.basket, .basket th, .basket td{
  border: 1px solid #55639C;
  border-collapse: collapse;
  
}

.basket tr:nth-child(even)  {
  background-color: #131F4E;
}
.basket tr:nth-child(odd)  {
  background-color: rgb(24, 39, 97);
}

.basket th {
  height: 1.9em;
  padding-right: 1em;
  padding-left: .5em;
  font-weight: 500;
  font-size: 3vw;
  background-color: #55639C;
  color: #060D2B
}



.basket td {
  height: 1.7em;
  padding-right: .5em;
  padding-left: .5em;
  vertical-align: middle;
  font-size: 3vw;
}

.basket td:first-of-type, .basket th:first-of-type {
  display: none;
}

@media (min-width: 700px){
  .basket th{
    font-size: 1.2em;
  }
  .basket td{
    font-size: 1.2em;
  }
}

#colmerge {
  text-align: right;
}

/* remove btn */
form .RemoveBtn {
  height: .7em;
  width: .4em;
  margin: 0;
  padding: 0 .4em 0 .13em;
  line-height: .1em;
  text-align: center;
  border-radius: .5em;
  color: #fa473d;
  border-color: #fa473d;
  border: .5vw solid;
}

form .RemoveBtn:hover {
  color: red;
  border-color: red;
}

@media (min-width: 700px){
  form .RemoveBtn {
    border: 3px solid;
  }
}

#basket {
  margin-left: auto;
  margin-right: auto;
}

/** LId name **/

.lidPot {
  
  width: auto;
}

.lidName{
  margin: 1em;
}

/*** addy Form ***/


#order label {
  display: none;
}

@media (min-width: 51.1em) {
  #order label p, .note label {
    text-align: right;
  }
  
  #order input, .note textarea  {
    margin-left: -10em;
  }

  #order label {
    display: block;
  }

}
/* Het dit eers uitgehaal om btn lekker groot te maak */
/* #submit {
  margin: 1em auto 1em auto;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 .5em 0 .5em;
  font-size: 1.5em;
  text-align: center;
  color: #BDBDBD;
  width: 8em;
} */

#submit:hover{
  color: #DEE206;
  border-color: #DEE206;
}

/* Email */
.notTheSame{
  border-color: #fa473d;
}
.same{
  border-color: #19A50D;
}

/* qty reset */
#qty{
  width: auto !important;
  margin: 0 !important;
}

.lidName{
  margin: .5em !important;
}

form .yes {
  margin: 1em auto 1em auto;
  height: 1.9em;
  line-height: 1.9em;
  padding: 0 .5em 0 .5em;
  font-size: 1.2em;
  text-align: center;
  color: #BDBDBD;
  width: 8em;
}

.yes:hover{
  color: #DEE206;
  border-color: #DEE206;
}


/**************************************************************** Health***************************************************/

.textHealth ol{
  list-style-type: upper-roman;
}

.hero-health{
  padding-left: 2em;
  padding-right: 2em;
  margin-bottom: 0;
}

.healthlogo {
  margin-top: 2em;
}

/* ************************************************************ Footer *****************************************************/

footer {
  background-color: #55639C;
  font-size: 1em;
  margin-top: 10em;
}

footer p {
  text-align: center;
  margin: .2em;
}

.footerlyn {
  border-bottom: 1px solid #BDBDBD;
  padding-bottom: .2em;
}

.colfooter{
  width: 50%;
  float: left;
}

.textRight {
  text-align: right;
}

.textLeft {
  text-align: left;
}

.footerContainer{
  margin-left: auto;
  margin-right: auto;
  padding: 1em; 
  width: 90%;
  max-width: 500px
}

/************************************* My Details ******************************************/
.mydetails{
  margin: .5em 0 .5em 0;
}