html, body {
    height:100%;
     text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
} 
a, a:focus, a:hover{
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
:root {
    
    --white: #fff;
    --white-Opq: rgba(255, 255, 255, .7);
    --colA1: white;
    --colA2: rgba(72,69,55,0.9);
    --colA6: #FF4500;
    --colA3: #FF4500;
    --colA15: #FFA500;
    --colA4: rgba(150,157,149,1);
    --colA5: green;
    --colB1: rgb(44, 56, 38);
    --colB1: #696435;
    --colMainText:  rgba(0, 0, 0, 0.7);
    --colB1Opq: rgba(60, 72, 84, .5);
    --h2grad: linear-gradient(var(--colA6), var(--colA15), var(--colA15));
    --mainBack: rgba(253, 253, 251, 1);
    --mainBackOpq: rgba(253, 253, 251, .8);
}

@font-face {
    font-family:"Roboto";
    src: url("../fonts/Roboto-Light.ttf");
}
@font-face {
    font-family:"Andasia";
    src: url("../fonts/Andasia.ttf");
}
@font-face {
    font-family:"Metropolis";
    src: url("../fonts/Metropolis-Light.otf");
}
@font-face {
    font-family:"Russo";
    src: url("../fonts/RussoOne-Regular.ttf");
}
@font-face {
    font-family:"Righteous";
    src: url("../fonts/Righteous-Regular.ttf");
}
@font-face {
    font-family:"Prata";
    src: url("../fonts/Prata-Regular.ttf");
}
@font-face {
    font-family:"Nunito";
    src: url("../fonts/Nunito-VariableFont_wght.ttf");
}
/*HEADINGS*/
h1 {
    font-family: 'Righteous', cursive;
    font-weight:300;
    font-size: 100px;
    color: #696435;
    letter-spacing: 5px;
    text-shadow: -2px -2px 0 var(--mainBackOpq), 2px -2px 0 var(--mainBackOpq), -2px 2px 0 var(--mainBackOpq), 2px 2px 0 var(--mainBackOpq);
    line-height: 1;
    margin: 0;
}
h2 {
    font-family: 'Russo', sans-serif;
    font-weight:300;
    letter-spacing: 2px;
    font-size: 80px;
    color: var(--colA3);
    color: #ce4208;
    z-index: 20;
    line-height: 1;
    background: var(--h2grad);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px #000);
    line-height: 1;
    margin: 0;
    margin-top: 20px;
}
h3{
    font-family: 'Righteous', cursive;
    font-family: 'Archivo Black', sans-serif;
    font-weight:300;
    letter-spacing: 2px;
    font-size: 20px;
    color: var(--white);
    z-index: 20;
    line-height: 1;
    margin: 0;
    margin-top: 30px;
}  
h6, h4 {
    font-family: 'Russo', sans-serif;
    color: var(--colB1);
    color: #201c0e;
    color: #696435;
    color: var(--colA3);
    font-weight: normal;
    letter-spacing: 1.2px;
    font-size: 20px;
    text-align: center;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}
h4{
color: var(--colB1);
text-align: center;
margin: 0 auto;
}
h5 {
    font-family: 'Prata';
    font-size: 30px;
    line-height: 1;
    margin: 0;
    text-align: center;
}
.h7 {
    position: relative;
    font-family: inherit;
    font-weight:bold;
    letter-spacing: 2px;
    font-size: 25px;
    color: var(--colA3);
    z-index: 20;
}
.h13{
    position: relative;
        top: -5px;
        margin-left: 6px;
    font-size: 10px;
     color: #696435;
     font-weight: bold;
}
body {
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
    font-family:"Nunito";
    font-size: 16px;
    color: var(--colMainText);
    text-align: center;
    

}
body a{
    text-decoration: none;
    color: var(--colMainText);
    cursor: pointer;
    font-family:"Nunito";
    background-color: var(--white);
       
}

.pageContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /* background-color: var(--mainBack); */
    text-align: center;
    overflow: hidden;
    scroll-behavior: smooth;
}

.header {
  position:relative;
  text-align:center;
  background-color: black;
  background-image: url(../common/opsie2.png);
  background-size: cover;
  background-position: center center;
  color:var(--white);
  width: 100%;
}
.topMenu{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    z-index: 1000;
    color: var(--colA1);
    background-color: var(--white);
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    display: flex;
    justify-content: space-between;
    
}
.linkLeft {
    position: relative;
    order: 1;
    height: 100%;
    
}
.linkLeft img{
    position: absolute;
    height: 80%;
    inset: 0;
    margin: auto;
    margin-left: 10px;
}

.linkRight{
    position: relative;
    order: 2;
    top: 18px;
    display: grid;
    place-content: front;
    grid-template-columns: 100px 100px 100px 100px 100px;
    column-gap: 5px;
    height: 30px;
    background: transparent;
    
}
.linkRight a{
    text-decoration: none;
    height: 30px;
    background: transparent;
    font-size: 1rem;

}
.burger{
    width: 25px;
}
.showBurger{
    position: absolute;
    right: 20px;
    height: 40px;
    order: 2;
    display: none;
    top: 18px;
    float: right;
}
@media (max-width: 1035px){

    .showBurger{display: block;}
    .linkRight{display: none;}
}
    
#myLinks{
    position: fixed;
    order: 1;
    display: none;
    z-index: 1000;
    top: 60px;
    height: auto;
    padding: 20px;
    right: 0;
    width: calc(100% - 40px);
    background-color: var(--colA4);
    text-align: right;
    overflow-y: auto;
}
.menuList{
    list-style-type: none;
    list-style-position: outside;
    top: 10px;
    left: 0;
    margin: 0;
    padding: 0;
    padding-top: 20px;
    background-color: var(--colA4);
}
.menuList li{
    background: transparent;
    color: var(--white);
    height: 50px;
}
.menuList a{
    background: transparent;
    text-decoration: none;
    color: var(--white);
    font-size: 20px;
}
@media (max-height: 460px){
    .menuList a{font-size: 15px;}
    .menuList{padding-top: 5px;}
    .menuList li{height: 30px;}
}

.inner-header {
  height:75vh;
  width:100%;
  margin: 0;
  padding: 0;

}
.headBox{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: calc(100% - 80px);
    display: grid;
    align-content: center;
}
/*Waves*/
.flex { 
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .waves {
    position:relative;
    width: 100%;
    height:15vh;
    margin-bottom:-7px;
    min-height:100px;
    max-height:150px;
  }
  .content {
    position:relative;
    height:20vh;
    text-align:center;
    background-color: white;
  }
  /* Waves Animation */
  .parallax > use {
    animation: move-forever cubic-bezier(.55,.5,.45,.5) infinite;
  }
  .parallax > use:nth-child(1) {
    animation-delay: -2s;
    animation-duration: 7s;
  }
  .parallax > use:nth-child(2) {
    animation-delay: -3s;
    animation-duration: 10s;
  }
  .parallax > use:nth-child(3) {
    animation-delay: -4s;
    animation-duration: 13s;
  }
  .parallax > use:nth-child(4) {
    animation-delay: -5s;
    animation-duration: 20s;
  }
  @keyframes move-forever {
    0% {
     transform: translate3d(-90px,0,0);
    }
    100% { 
      transform: translate3d(85px,0,0);
    }
  
}

/*GENERAL*/
.boxDiv{
    position: relative;
    padding: 20px;
    width: calc(100% - 40px);
    height: auto;
    background: transparent;
    color: inherit;
}
.halfDiv{
    width: 600px;
    justify-content: center;
    
}
.wrapTwo{
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    
    justify-content: center;

}
@media (max-width: 1000px) {
    .wrapTwo{flex-wrap: wrap;}
    .halfDiv{width: 100%;}
 
}

.subHeads{
  font-family: 'Russo';
  font-size: 30px;
  line-height: 2;
  margin: 0;
  text-align: center;
  color: var(--colB1);
  margin-top: 50px;
  
}
.wrapHead{
    position: relative;
    margin: 0 auto;
    width: 95%;
    max-width: 600px;
    margin-bottom: 30px;
    color: var(--colMainText);
    line-height: 1.5;
}
#goAbout{
    position: absolute;
    top: -50px;
}
#goSubscribe{
    position: absolute;
    top: -50px;
}

.subscribeDiv{
    position: relative;
    order: 2;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 20px;
    max-width: 330px;
    width: calc(100% - 40px);
    outline: 0px solid transparent;
    padding: 20px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    /* background-color: var(--colA15);
    background-image: linear-gradient(var(--colA6), var(--colA15)); */
}
#sname, #semail{
    margin: 0;
    margin-top: 10px;
    width: calc(100% - 60px);
}

.subscribeRobot, .orderRobot{
    position: absolute;
    display: grid;
    justify-content: center;
    text-align: center;
       color: white;
    font-size: 18px;
    font-family: inherit;
    font-size: 20px;
    letter-spacing: 1px;
    padding: 20px;
    top: 0; 
    left: 0;
    z-index: 30;
    background: rgba(0, 0, 0, 0.8);
    background: white;
    color:black;
    border: 1px dashed var(--colA15);
    width: 110px;
    height: 110px;
    margin: 0 auto;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.inputradio{
    background: rgba(255, 255, 255, 0.5);;
    border-radius: 50%;
    border: 1px solid var(--colA15);
    width: 40px;
    height: 40px;
    display: grid;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding-bottom: 2px;
    padding-right: 2px;
    margin: 5px;
    margin-right: 10px;
    animation: glow 6s ease-in-out infinite alternate-reverse;
}
@keyframes glow {
    0% {background: var(--colA15);}
    25% {background: var(--colA3);}
    50% {background: var(--colA15);}
    100% {background: var(--colA3);}
}

input[type="radio"]{
    width: 40px;
}
input[type="submit"],
input[type="text"],
input[type="email"],
#fmessage,
textarea,
select,
input[type="reset"],
.showMore{
    font-family: "Roboto";
    font-style: normal;
    font-size: .9rem;
    width: 280px;
    margin: 10px;
    border: 0;
    padding: 5px;
    border-bottom: 1px solid var(--colA15);
}

.showMore a{
    text-decoration: none;
    width: auto;
    color: white;
    background: transparent;
}
input[type="submit"], .backButton, .showMore{
    text-decoration: none;
    padding: 5px;
    font-size:  0.8rem;
    letter-spacing: 1px;
    width: fit-content;
    padding-left: 10px;
    padding-right: 10px;
    background: var(--colA15);
    border-radius: 25px;
    color: white;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
}

input[type="submit"]:hover, .backButton:hover,  .showMore:hover{
    animation-name: effect3dBOX;
    animation-duration: 1s;
    animation-fill-mode: both;
}
.cent{
    margin: 0 auto;
    margin-top: 20px;
}
.backButton{
    border: 0;
    
}
/* PRODUCTS */
#goProds{
    position: absolute;
    top: -50px;
}
.gridWrapper{
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}

.grid{
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}

.grid-item{
    position: relative;
    width: 200px;
    background-color: #fff;
    height: auto;
    margin: 20px;
    color: var(--colA2);
    color: #696435;
    text-align: center;
    padding: 30px;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    
}
.grid-img{
    margin-bottom: 60px;
}
@media (min-width: 600px) and (max-width: 1000px) {
    .grid-item{margin-left: 10px; margin-right: 10px; }
}
@media (min-width: 500px) and (max-width: 599px) {
    .grid-item{
        margin-left: 10px; 
        margin-right: 10px; 
        width: 150px;
    }
}
@media (min-width: 440px) and (max-width: 499px) {
    .grid-item{
        margin-left: 10px; 
        margin-right: 10px; 
        width: 120px;
    }
}
@media (min-width: 0px) and (max-width: 439px) {
    .grid-item{
        margin: 5px;
        width: 120px;
        padding: 5px;
        padding-bottom: 30px;
        border-radius: 30px;
    }
    .gridWrapper{
     width: 100%;
     padding: 0;
     margin: 0;
    }
    h4{font-size: 0.8rem;}
    .grid-item{font-size: 0.8rem;}

}

#prodLeftTop{
    width: 100%;
    display: grid;
    justify-content: center;
    align-items: center;
}
#prodLeftTop img{
    display: block;
    height: auto;
    width: 99%;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 3px;
}

/* CONTACT US */
#goContact{
    position: absolute;
    top: -50px;
}
.contactWrap{
    position: relative;
    order: 3;
    background-color: transparent;
    margin: 0 auto;
    width: 100%;
    display: flex;
    justify-content: center;
}

.rightContact{
    position: relative;
    width: 330px;
    outline: 0px solid transparent;
    border-radius: 10px;
    font-weight: normal;
    font-family: "Roboto";
    margin: 30px;
    text-align: center;
    font-size: 15px;
    order: 3;
    text-align: left;
    height: 380px;
    
}
.rightContact img{
    margin-right: 20px;
    position: relative;
    top: 10px;
    margin-top: 10px;
    margin-left: 20px;
    opacity: .7;    
}
.messageDiv{
    position: relative;
    order: 2;
    height: 380px;
    width: 330px;
    outline: 0px solid transparent;
    border-radius: 10px;
    margin: 30px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
}
.messageDiv a{
    background: transparent;
}
.centerme{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    background-color: transparent;
    align-content: center;
    text-align: center;
}
.centerme a{
    text-decoration: none;
    background: transparent;
    margin: 5px;
}
.centerme img{
    margin-left: 0;
    opacity: .7;
}
.contactH2{
    position: relative;
    top: 0;
    left: 0;
    font-family: "Nunito";
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
}
.rightContact img:hover{
    opacity: 1;
}
@keyframes effect3dBOX {
        to {
        box-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9,
            0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1),
            0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2),
            0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2),
            0 20px 20px rgba(0, 0, 0, 0.15);
        }
    }

.robot{
    position: absolute;
    width: 160px;
    height: 160px;
    top: 60px;
    left: 60px;
    /* display: grid;
    justify-content: center;
    align-items: center; */
    
}
#divArticles{
    position: relative;
    width: calc(100% - 40px);
    padding: 20px;
    color: var(--colA2);
    color: #696435;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 40px;
}
#goArticles{
    position: absolute;
    top: -50px;
    
}

.dot{
    position: relative;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--h2grad);
    top: 0;
    left: 0;
}
.articles{
    position: relative;
    display: inline-block;
    width: calc(100% - 50px);
    margin-left: 10px;
    text-align: left;
}
 
.boldButton{
    order: 3;
    width: 200px;
    height: 30px;
    background-color: var(--colB1);
    border-radius: 25px;
    color: var(--white);
    display: grid;
    justify-content: center;
    align-items: center;
    font-family: inherit;
    font-size: .8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    background-color: var(--colA3);
    background-image: linear-gradient(var(--colA6), #FFA500);
    background: var(--h2grad);
    margin-top: 5px;
}


.divBottomBox{
    position: relative;
    width: calc(100% - 40px);
    background-color: var(--colA4);
    padding: 20px;
    padding-bottom: 10px;
    color: var(--white);
    font-size:12px;
    display: grid;
    justify-content: center;
    text-align: center;
    order: 500;
}
.divBottomBox a{
    text-decoration: none;
    background: transparent;
    color: var(--white);
}
.linkBot{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}
.linkBot a{
       text-align: center;
}

/* place order */
.robotorder{
    top: 0;
    height: 340px;
}
.plainBack{
    text-decoration: none;
    padding: 5px;
    font-size: 20px;
    letter-spacing: 1.5px;
    width: 180px;    
    background-color: gray;
    color: white;
    border: 0;
    border-radius: 25px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
}


#svg831{
    height: 70px;
}
.cLineWrap{
    height: 30px;
    width: 250px;
    margin-left: 30px;
    margin-bottom: 15px;
    
}
.cLineWrap a{
    text-decoration: none;
    background: transparent;
}
.contactColor{
    fill: var(--colA15);
    height: 30px;
    position: relative;
    top: 0;
}
.x{
    display: inline-block;
    height: 30px;
    width: 30px;
    position: relative;
    top: 0;
    left: 0;
    background: transparent;
}
.y{
    display: inline-block;
    height: 20px;
    position: relative;
    top: -8px;
    left: 0;
    margin-left: 20px;
    
}

    
@media (max-width: 1000px) {
    .contactWrap{display: grid;}
    .messageDiv{margin: 0; margin-top: 20px;}
    .rightContact{margin: 0;margin-top: 40px;}
}
 #pageloader, #pagesubloader, #pageloaderOrder{
  background: rgba( 255, 255, 255, 0.8 );
  position: absolute;
  display: none;
  width: 100%;
  height: 310px;
  z-index: 9999;
}
#pagesubloader{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;  
  top: 0;
}
#pageloaderOrder{
    height: 380px;
}
#pageloader img, #pagesubloader img,  #pageloaderOrder img{
    position: absolute;
    inset: 0;
    margin: auto;
}
#messageSent{
    position: fixed;
    background: white;
    width: 250px;
    height: 200px;
    top: 100px;
    left: calc(50% - 145px);
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    font-weight: 300;
    color: black;
}
.messageWrap{
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    text-align: center;
    padding: 40px;
    font-family: "Roboto";
    font-weight: 300;
    margin: 0 auto;
}
.whatsapp{
    position: fixed;
    z-index: 100;
    bottom: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid #2ca02c;
    border-radius: 50%;
    display: grid;
    place-content: center;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    
}
.whatsapp a{
    text-decoration: none;
    display: grid;
    place-content: center;
    background-color: transparent;
}
.whatsapp img{
    height: 25px;
    background-color: transparent;
}
.whatsapp:hover{
    animation: wapp 1s linear;
}
@keyframes wapp
{
    0% {width: 40px;
        height: 40px;
    }
    50% {width: 50px;
        height: 50px;
    }
    100% {width: 40px;
          height: 40px;
    }
}


.grid-itemArt, .bottomPartArt, .topPartArt, .gridArt, .topPartArt, .bottomPartArt{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
    padding: 0;
}
.grid-itemArt {
    text-align: left;
    margin: 30px;
    width: 400px;
    color: gray;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    font-size: 15px;
    font-family: "Prata";
    font-weight: bold;
    letter-spacing: 1.2px;
    display: grid;
    overflow: hidden;
    border-radius: 25px;
}

.h100{
    position: relative;
    font-family: "Prata";
    color: rgba(0,0,0,.9);
    font-size: 30px;
    width: 100%;
    line-height: 1.4;
}
.h101{
    position: relative;
    width: 100%;
    font-family: "Roboto";
    font-size: 14px;
    color: rgba(0,0,0,.6);
}
.topPartArt{
    order: 1;
    width: 100%;
    display: grid;
    align-content: center;
}
.topPartArt img{
    width: 100%;
}
.bottomPartArt{
    order: 2;
    padding: 20px;
    padding-bottom: 25px;
    width: calc(100% - 40px);
    height: auto;
    font-family: "Roboto";
    font-size: 14px;
    color: grey;
    font-weight: normal;
    text-align: left;
    line-height: 1.8;
    background: #F7F8F6;
}
.bottomPartArt a{
    padding: 2px 10px 2px 18px;
    position: relative;
    float: right; 
}
@media (min-width: 345px) and (max-width: 960px) {
    .grid-itemArt {
        width: 280px; 
        margin-left: 10px; 
        margin-right: 10px;
    }
    .h100{font-size: 20px;}
    .h101{font-size: 13px;}
}
@media (min-width: 0px) and (max-width: 344px) {
    .grid-itemArt {
        width: 280px; 
        margin-left: 0; 
        margin-right: 10px;
    }
    .h100{font-size: 20px;}
    .h101{font-size: 13px;}
}
/* SHOW PRODUCT PAGE */
.showProdHeader{
    background-color: var(--colA15);
    position: relative;
    width: 100%;
    height: auto;
    order: 20;
    padding-top: 100px;
}
.sp1{
    font-family: "Russo";
    font-size: 30px;
    color: rgba(0, 0, 0, 0.9);
    margin: 0 auto;
}
.sp2{
    font-family: "Russo";
    font-size: 20px;
    color: rgba(0, 0, 0, 0.7);
    max-width: 500px;
    width: 95%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.sp3{
    font-family: "Roboto";
    font-size: 1.2rem;
    font-weight: bold;
    color:white;
    max-width: 500px;
    width: 95%;
    margin: 0 auto;
}
.showProductWrapper{
    position: relative;
    order: 30;
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}
.showProductImage{
    position: relative;
    order: 1;
    width: 50%;
    padding: 0;
    min-height: 400px;
    max-height: 500px;
    height: auto;
}
#leftClick{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 0;
    width: 49%;
    height: 100%;
    background-color: transparent;

}

#rightClick{
    position: absolute;
    z-index: 11;
    top: 0;
    left: 50%;
    width: 49%;
    height: 100%;
    background-color: transparent;
}
    #sPITop{
        position: relative;
        top: 0;
        width: 100%;
        height: calc(100% - 50px);
        display: grid;
        justify-content: center;
        align-content: center;
        text-align: center;
        
    }
    #oldImg{
        display: block;
        position: relative;
        top: 0;
        height: auto;
        width: auto;
        border-radius: 3px;
        max-height: 400px;
        max-width: 100%;
        
    }
    #sPIBottom{
        position: absolute;
        bottom: 0;
        left: 0;
        height: 30px;
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: row;
        flex-shrink: 0;
        justify-content: center;
        align-items: center;

    }
    .miniProd{
        position: relative;
        border-radius: 50%;
        border: 5px solid rgba(0,0,0,0.3);
        background-color: white;
        width: 10px;
        height: 10px;
        margin: 0 10px 0 10px;
    }
    .backCol{
        background-color: green;
    }
.showProductInfo{
    position: relative;
    order: 2;
    width: calc(50% - 80px);
    min-height: 200px;
    text-align: left;
    padding: 10px 40px 10px 40px;
    color: #696435;
    font-family:"Nunito";
    font-size: 0.9rem;
    opacity: .8;
}
.showProductInfo a{
    text-decoration: underline;
}
.smaller{
    font-size: 0.8rem;
}

.orderProduct{
    position: relative;
    order: 30;
    width: calc(100% - 40px);
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    background:transparent;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: white;
    margin-bottom: 50px;
}


.sub1{
    font-weight:bold;
    font-size: 15px;
    color: var(--colA2);
    text-align: center;
}
.sub2{
    font-weight:bold;
    font-size: 20px;
    color: var(--colA2);
    text-align: left;
}
#wrapOrderForm{
    display: none;
    position: relative;
    order: 5;
    width: 100%;
    justify-content: center;
    height: auto;
}
.orderRobot{
    left: 30px;
    top: 30px;
}
#fcell, #fname, #femail, #fmessage{
    margin: 0;
    margin-top: 10px;
    width: calc(100% - 60px);
}
#fmessage{
    height: 100px;
    color: rgba(0,0,0,.7);
}
@media (max-width: 800px) {
    .showProductImage{
        width: 100%;
        }
    .showProductInfo{
        width: 100%;
        margin-top: 40px;
   
        padding: 0px 0px 0px 0px;
    }
    #oldImg{
        max-height: 300px;
    }
}



.order40{
    order: 40;
}
.order50{
    order: 50;
}
.order60{
    order: 60;
}
.order70{
    order: 70;
}
.order80{
    order: 80;
}
.order90{
    order: 90;
}
.order100{
    order: 100;
}
/* --------------------------------------------------
General Styling FADE IN ANIMATION
----------------------------------------------------- */

button {
    padding: 0.5em;
    cursor: pointer;
}

.ball-container {
    height: 120px;
    width: 120px;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-bottom {
  animation: fade-bottom 1s ease-in;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.active.fade-in {
  animation: fade-in 1s ease-in;
}
@keyframes fade-in {
  0% {
    scale: 0;
  }
  100% {
    scale: 1;
  }
}
.otherback{
    background-color: white;
}
#backToTop, #backToTop a {
    visibility:hidden;
    position:fixed;
    font-family: "Roboto";
    color:white;
    background-color: var(--colA15);
    opacity: .5;
    width: 35px;
    height: 35px;
    cursor: pointer;
    z-index: 100;
    position: grid;
    align-content: center;
    text-align: center;
    font-size: 38px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    right: 0;
    bottom: 80px;
}
#backToTop a{
    text-decoration: none;
}
/*Shrinking for mobile*/
@media (min-width: 769px) and (max-width: 1400px) {
    h1 {font-size:60px;}
    h2 {font-size:45px;}
    h3 {font-size:20px;}

}
@media (min-width: 401px) and (max-width: 768px) {
    /* .waves {
        height:50px;
        min-height:50px;
    } */
    .content {height:30vh;}
    h1 {font-size:60px;}
    h2 {font-size:40px;}
    h3 {font-size:12px; margin-top: 10px;}

    h6 {font-size: 20px;}
    .subHeads {font-size: 30px; margin-top: 30px;}
    .sub1{font-size: 14px;}
     .menuButton{font-size: 15px;margin-right: 10px;}
  
}
@media (min-width: 0px) and (max-width: 400px) {
     .waves {
        height:50px;
        min-height:50px;
    } 
    .content {height:30vh;}
    h1 {font-size:60px;}
    h2 {font-size:30px;}
    h3 {font-size:12px; margin-top: 10px;}

    h6 {font-size: 20px;}
    .subHeads {font-size: 30px; margin-top: 30px;}
    .sub1{font-size: 14px;}
     .menuButton{font-size: 15px;margin-right: 10px;}
  
}

