c
@font-face {
    font-family:"James";
    src: url("../fonts/James_Fajardo.ttf");
}
@font-face {
    font-family:"Andasia";
    src: url("../fonts/Andasia.ttf");
}

@font-face {
    font-family:"Bebas";
    src: url("../fonts/BEBAS.tff");
}
@font-face {
    font-family:"Cordia";
    src: url("../fonts/cordia.ttf");
}
@font-face {
    font-family:"AMBROSIA";
    src: url("../fonts/AMBROSIA.ttf");
}
@font-face {
    font-family:"Bowhouse";
    src: url("../fonts/Bowhouse-Regular.otf");
}
@font-face {
    font-family:"Poppins";
    src: url("../fonts/Poppins-Light.ttf");
}

.fSize80 {
    font-size: 80px;
}
.fSize70 {
    font-size: 70px;
}
.fSize50 {
    font-size: 50px;
}
.fSize40 {
    font-size: 40px;
}
.fSize35 {
    font-size: 35px;
}
.fSize30 {
    font-size: 30px;
}
.fSize25 {
    font-size: 25px;
}
.fSize20 {
    font-size: 20px;
}
.fSize18 {
    font-size: 18px;
}
.fSize15 {
    font-size: 15px;
}
.fSize12 {
    font-size: 12px;
}
.fSize13 {
    font-size: 13px;
}
.fSize11 {
    font-size: 11px;
}
.fSize10 {
    font-size: 10px;
}
.fSize9 {
    font-size: 9px;
}
.strokeme {
  color: white;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.fJ1 {
    font-family: "James";
    font-style: normal;
    font-weight: normal;
    
}
.fH1 {
    font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    
}
.fH2 {
    font-family: Tahoma, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}
.fW1 {
    font-family: "Bowhouse";
    font-style: normal;
    font-weight: normal;
   letter-spacing: 9px;
}
.fW2 {
    font-family: "Bowhouse";
    font-style: normal;
    font-weight: normal;
   letter-spacing: 4px;
}
.fW3 {
    font-family: "Bowhouse";
    font-style: normal;
    font-weight: normal;
   letter-spacing: 2px;
}
.fA1 {
    font-family:"Andasia";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
}

.fB1 {
    font-family: "AMBROSIA";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.3em;
   
}

.fB2 {
    font-family: "Bebas";   
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.1em;
   
}
.fC1 {
    font-family: "Poppins";
    font-style: normal;
    font-weight: normal;
}
.f88{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-size: 9px;
    font-style: normal;
    font-variant: normal;
    color: olive;
}
.f89{
    font-family: Optima, Segoe, "Segoe UI", Candara, Calibri, Arial, sans-serif;
    font-style: normal;
    font-variant: normal;
    font-size: 11px;
    color: olive;
}
.fbold {
    font-weight: bolder;
}
.fspace1 {
    letter-spacing: 0.5px;
}
.fwhite {
    color:white;
}
.foff{
    color: #eff4eb;
}
.fgrey {
    /*color:grey;*/
    color: lightslategray;
    color: #201c1c;
    color: #5f6468;
    color: #1e252a;
    color: #545c61;
    
}
.flgrey {
    /*color:grey;*/
    color: #acaea9;
    color: #5f6468;   
}
.ffaint {
    /*color:grey;*/
    color: #acaea9;
    color: #d2d9c3;
    color: #b8b8aa;
}
.fyel{
    color: #9f976c;
}
.fbluegrey{
    color: #4b6f72;
}
.fdarkgrey{
    color: black;
}
.fgold {
    /*color: #c4ae36;*/
    color: #aead6d;
    color: #b5b58d;
}
.fgreen {
    color: #70a449;
}
.fpink {
    color: #e1cece;
    
}
.fpinkdark {
    color: #b08282;
}
.fblue {
    color: #50c9d4;
}
.fblack {
    color: #44494d;
    color: #283747;
}
.fsupablack {
    color: black;
}
.fred {
    color: #c41c1c;

}

html, body {
    height:100%;
} 

body {
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;  
}
.container{
    position: relative;
    margin: 0 auto;
    text-align: center;
    display: -webkit-flex; /* Safari */
    display: flex; 
    flex-wrap: wrap; 
    align-items: stretch;
    justify-content: center; 
    align-content: center;
    overflow: hidden;
}

.pageContainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100vw;
    margin-top: 50px;
    background-color: white;
    
    overflow: visible;
}

.pageContainer a{
    text-decoration: underline #aead6d;
    /*color: #a28f00;*/
  
}
.pageFAQ a{
    text-decoration: underline #aead6d;
    color: #a28f00;
  
}

#onTopBasket{
    display:none;
    position: fixed;
    z-index: 99;
    width: 39px;
    height: 35px;
    background-color: white;
    background-image: url(../common/basket.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: top 8px center;
    box-shadow: 2px 2px 2px #b1b5b4;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    top: 72px;
    right: 10px;
}
#onTopBasketNum{
    display:none;
    position: fixed;
    z-index: 199;
    width: 22px;
    height: 18px;
    padding: 2px;
    padding-top: 5px;
    background-color: #1e1d1d;
    
    color: #b1b5b4;
    font-weight: bold;
    top: 100px;
    border-radius: 50%;
    right: 16px;
    font-size: 9px;
    text-align: center;
}

#topMenuBox{
    position: fixed;
    top: 0;
    margin: 0;
    width: 100%;
    height: 60px;
    padding-top: 10px;
    background-color: white;
    box-shadow: 0 2px 2px -2px gray;
    order: 10;
    z-index: 40;
}
    .MainMenuSearch{
        position: relative;
        width: 70px;
        top:5px;
        height: 100%;
        background-color: transparent;
        
        text-align: left;
        order: 1;
    }
        #menuBurger{
            display: none;
            position: fixed;
            top: 70px;
            left: 0;
            width: 300px;
            height: 100%;
            border: 0px solid pink;
            background-color: #44494d;
            background-color: white;
            text-align: left;
            z-index: 999;
        }
            #scrollable{
                position: absolute;
                height: calc(100% - 30px);
                width: 100%;
                overflow-y: auto;
                margin-bottom: 20px;
            }
            
        #burger{
            text-decoration: none;
            border: 0px solid white;
            background-color: transparent;
        }
        
        ul#xList li {
            list-style-type: none;
            width: 90%;
            padding: 5px;
            border:0px solid white;
            font-family: "Cordia";
            font-style: normal;
            font-size:20px;
            font-weight: normal;
            
            color: grey;
            
        }
        ul#xList a {
            color: grey;   
            text-decoration: none;
        }
        
    .LogoMiddle{
        position: relative;
        width: calc(100% - 290px);
        top:14px;
        height: 100%;
        background-color: transparent;
        text-align: left;
        
        order: 2;
    }
        .LogoMiddle a {
            font-family: "Bowhouse";
            font-style: normal;
            font-weight: normal;
            letter-spacing: 7px;
            text-decoration: none;
            color: #acaea9;
            font-size: 20px;
            text-align: left;
        }
        .LogoMiddleBox{
            position: relative;
            max-width: 340px;
            margin-left: 30px;
            top: 0;
            left: 0;
            background-color: transparent;
            text-align: center;
            line-height: 0.7;
            color: #acaea9;
        }
    
    #loginBasketBox{
        position: relative;
        width: 220px;
        top:0;
        right: 0;
        height: 100%;
        background-color: transparent;
        order: 3;
    }
        .basketDetailBox{
            position: relative;
            width: 90px;
            top:0;
            height: 100%;
            background-color: transparent;
            order: 2;
        }
    
            .basketImage{
                position: relative;
                width: 90px;
                top:5px;
                height: calc(100%-20px);
                background-color: transparent;
                order: 1;
            }
            .basketNumber{
                position: relative;
                width: 90px;
                top:5px;
                height: 10px;
                background-color: transparent;
                order: 2;
            }
        .loginImage{
            position: relative;
            width: 50px;
            min-width: 50px;
            top:5px;
            height: 100%;
            background-color: transparent;
            order: 3;
        }
        .shopImage{
            position: relative;
            width: 50px;
            min-width: 50px;
            top:15px;
            height: 100%;
            color: #acaea9;
            background-color: transparent;
            order: 1;
        }
        .shopImage a{
            text-decoration: none;
            color: #acaea9;
            
        }
        .shopImage a:hover{
            color: #c41c1c;
            font-weight: bold;
            letter-spacing: 2px;
        }
        
#subMenuBox{
    position: relative;
    top: -7px;
    width: 100%;
    height: auto;
    /*background-image: linear-gradient(#cfe8ea,white);*/
    background-color: white;
    background-color: transparent;
    order: 20;
}
    #subMenuLine1{
        position: relative;
        top: 0;
        width: 100%;
        height: auto;
        background-color: transparent;
        order: 1;
    }
    
        #subMenuBoxLeft{
            position: relative;
            text-align: center;
            height: auto;
            max-height: 90vh;
            background-color: transparent;   
            top: 0;
            order: 1;
            width: 100%;
            overflow: hidden;
            
        }
        #subMenuBoxLeft img{
            height:auto;
            width: 100%;
        }
        .mainBox1{
            position: relative;
            height: 100%;
            width: 100%;
            left: 0;
            top: 0;
            z-index: 1;
        }
        .mainBox2{
            position: absolute;
            height: 30%;
            width: 30%;
            left: 35%;
            top: 30%;
            z-index: 20;
            opacity: 0.5;
        }
        .logo1{
            opacity: 0.8;
            width: 200px;
            margin-bottom: -20px;
        }
        
        
        #subMenuBoxRight{
            position: relative;
            text-align: center;
            left: 0;
            width: 100%;
            height: auto;
            padding-top: 20px;
            padding-bottom: 20px;
            top: 0;
            order: 2;
            /*background: rgba(183, 211, 213, 0.8);*/
            background-color: white;
            background-color: transparent;
            
        }
        .goShop{
            background-color: #bd1818;   
            padding-bottom: 10px;
            padding-top: 7px;
            padding-left: 10px;
            padding-right: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 0px;
            width: 120px;
            height: 40px;
            letter-spacing: 1px;
            display: inline-block;
            cursor: pointer;
            border: 0px dashed white;
            transition: 500ms ease-in-out;
       }
       .goShop:hover{
            background-color: #b5b58d;
            color: white;
            border-radius: 50%;
            height:120px;
        }

    #subMenuLine2{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        margin-bottom: 60px;
        background-color: transparent;
        overflow: hidden;
        order:2;
    }
        @keyframes gotrok
        {
            0% {left: 0;}
            50% {left: 101%;}
            100% {left: 48%;}
        }
        @keyframes gotrok2
        {
            0% {left: 0;}
            50% {left: 101%;}
            100% {left: 48%;}
        }
        @keyframes waai
        {
            0% {transform: rotate(360deg);}
            
        }
        @keyframes waaiterug
        {
            0% {transform: rotate(-360deg);}
            
        }
        @keyframes groot
        {
            0% {transform: scale(1,1);}
            50% {transform: scale(1.5,1.5);}
            100% {transform: scale(1,1);}
            
        }
        .piggies{
            position: relative;
            display: inline-block;
            width:300px;
            height: 160px;
            background-color: white;
            border: 1px solid #d2d9c3;
            margin: 20px;
            overflow: hidden;
        }
        .trok{
            position: relative;
            background-color: transparent;
            text-align: left;
            top: 25px;
            left: 48%;
            animation: gotrok 6s ease-in-out;
        }
        .trok:hover{
            animation: gotrok2 6s ease-in-out;
        }
        .hand{
            position: relative;
            top: 25px;
            animation: 4s waai;
        }
        .hand:hover{
            animation: 4s waaiterug;
        }
        .geld{
            position: relative;
            top: 25px;
        }
        .geld:hover{
             animation: groot 2s;
        }
        
        
        

#promotionBox{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 0;
    background-color:transparent;
    overflow: visible;
    order:30;
    
}
    #promotionImage{
        position: relative;
        text-align: center;
        /*background-image: url(../common/backMain.jpg);*/
        background-image: url(../common/kierie.jpg);
        background-position: left; 
        top: 0;
        left: 0;
        order: 1;
        width: 100%;
        height: 450px;
        color: white;
        overflow: hidden;
         
    }
    #promotionImage2{
        position: relative;
        text-align: center;
        background-image: url(../common/mos.jpg);
        background-position: right; 
        top: 0;
        left: 0;
        order: 2;
        width: 100%;
        height: 100px;
        color: white;
        overflow: hidden;
         
    }
        .goBig,
        .goBig2{
            position:relative; 
            width: 100%;
            height: auto;
            text-align: center;
            font-family:"Andasia";
            background-color: transparent;
            color:whitesmoke;
        }
        .goBig{
            top: 30px;
            font-size: 50px;
        }
        .goBig2{
            top: 220px;
            font-size: 70px;
        }
    #promotionWords{
        position: relative;
        text-align: center;
        height: auto;
        /*background: rgba(0, 0, 0, 0.5);*/
        background-color: white;
        background-color: transparent;
        top: 0;
        left: 0;
        padding: 20px;
        order: 2;
        width: 100%;
        
    }
    .HD1{
        font-family:"Andasia";
        font-family: "Poppins";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 22px;
    }
    .HD2{
        font-family: "Poppins";
        font-style: normal;
        font-weight: normal;
        font-size: 13px;
        line-height: 1.8;
    }
    .HD3{
        letter-spacing: 0.3em;
        font-size: 30px;
    }
    .HD4{
        font-family: "Cordia";
                font-family: "Poppins";
        font-style: normal;
        font-weight: normal;
        font-size: 15px;
    }
    .HD5{
     font-family: "Bowhouse";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 7px;
    }
    #promotionVendor{
        position: relative;
        text-align: center;
        /*background: rgba(0, 0, 0, 0.5);*/
        top: 0;
        left: 0;
        order: 3;
        width: 100%;
        height: auto;
        padding-bottom: 40px;
        
    }
    
    .vendorButton{
        position: relative;
        text-align: center;
        border: 1px solid #aead6d;
        font-family: "Cordia";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        background-color: transparent;
        
        
        color: #aead6d;
        cursor: pointer;
        padding: 10px;
        height: auto;
        width: auto;
        
    }
    .vendorButton:hover{
        background-color: #b5b58d;
        color: white;
    }

    .vendorButton2{
        position: relative;
        text-align: center;
        border: 1px solid white;
        font-family: "Cordia";
        font-style: normal;
        font-weight: normal;
        font-size: 20px;
        background-color: transparent;
        color: grey;
        cursor: pointer;
        padding: 5px;
        height: auto;
        width: auto;
        
    }
    
    
#socialMediaBox{
    position: relative;
    top: 0;
    width: 100%;
    height: 80px;
    background-color: transparent;
    margin-top: 40px;
    order: 40;
}
    .topCircle{
        width: 30px;
    }
    .topShop{
        width: 35px;
        vertical-align: baseline;
    }
    
#subscribeBox{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: white;
    background-color: transparent;
    order: 55;
}
#subscribeBox img{
    display: inline-block;
    border: 0px solid transparent;
    position: relative;
    top: 3px;
}
#aboutUs{
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
    padding-top: 20px;
    padding: 40px;
    /*padding-left: calc(50% - 250px);
    padding-right: calc(50% - 250px);*/
    height: auto;
    margin-top: 60px;
    margin-bottom: 30px;    
    background-color: #e1e3d7;
    order: 50;
}
    #aboutUsIn{
        position: relative;
        top: 0;
        margin: auto;
        max-width: 450px;
        text-align: center;
        height: auto;
        background-color: transparent;
    }

#vendorLogosHeader{
    position: relative;
    top: 0;
    padding: 20px;
    width: 100%;
    height: 50px;
    background-color: white;
    background-color: transparent;
    order: 70;
    text-align: center;
    margin-top: 40px;
}
#vendorLogosBox{
    position: relative;
    top: 0;
    padding: 40px;
    width: 100%;
    height: auto;
    background-color: white;
    background-color: transparent;
    order: 70;
    text-align: center;
}
      
    .gridVendor {
       float: left;
       width: 160px;
       height: 195px;
       background-color: transparent;
       margin-bottom: 15px;
       margin-left: 15px;
       margin-right: 15px;
       padding: 0;
       border: 0px solid white;
       overflow: hidden;
    }
    .gridVendor img {
        width: 100%;
        object-fit: cover;
    }
    .gridVendorBot {
        position: absolute;
        top: 160px;
        left: 0;
        width: 160px;
        height: 35px;
        padding-top: 6px;
        background-color: whitesmoke;            
        border: 0px solid grey;
        order: 2;
        color: #4b6f72;
        color: #66615e;
        font-family: "Poppins";
        font-size: 11px;
        text-align: center;
        /*border-bottom-right-radius: 25%;
        border-top-right-radius: 25%;*/
    }

#contactUsBox{
    position: relative;
    top: 10px;
    width: 100%;
    min-width: 320px;
    height: auto;
    /*background-color: #273036;*/
    background-color: white;
    color: #66615e;
    margin-bottom: 50px;
    margin-top: 20px;
    padding-bottom: 20px;
    order: 80;
}
    #contactUsBox a:link {
        text-decoration: none;
        color: #a28f00;
        color: white;
        font-size: 15px;
    }
    #contactUsBox a:visited {
        text-decoration: none;
        color: #a28f00;
        color: white;
        font-size: 15px;
    }
    
    #contactUsHeading{
        position: relative;
        order: 1;
        top: 0;
        width: 100%;
        height: 30px;
        padding-top: 30px;
        /*background-color: #273036; */
        background-color: white;
        text-align: center;
    }
    #contactUsFormBox{
        position: relative;
        display: inline-block;
        order: 2;
        top: 0;
        width: 400px;
        min-width: 320px;
        text-align: center;
        padding: 40px;
        background-color: transparent;
    }
        #contactUsForm{
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-align: center;
        }
        #ctnr{
            position: relative;
            display:block;
            width: 220px;
            height: 60px;
            text-align: center;   
            margin: auto;
        }
        #formsubmitbutton,
        #pageloader{
            position: absolute;
            text-align: center;
            bottom: 0;
            left: 0;
            background-color: transparent;
            width: 100%;
            height: 100%;
            margin: auto;
            
        }    
        #pageloader{
            display:none;
            z-index: 199;
             background-color: transparent;
        }
        img.animated-gif{
            position: relative;
            top:4px;
            width: 40px;
            height: auto;
        }
        
        
    #contactUsInfoBox{
        position: relative;
        display: inline-block;
        order: 3;
        top: 0;
        width: 400px;
        min-width: 350px;
        text-align: center;
        padding: 40px;
        padding-bottom: 40px;
        background-color: transparent;
    }
    #contactUsInfoBox a:visited{
        font-size: 12px;
        cursor: pointer;
        color: #aead6d;
        
    }
    #contactUsInfoBox a:link{
        font-size: 12px;
        cursor: pointer;
        color: #aead6d;
        
    }
    #contactUsFacebook{
        position: relative;
        display: inline-block;
        order: 4;
        top: 0;
        width: 400px;
        min-width: 320px;
        text-align: center;
        padding: 40px;
        background-color: transparent;
    }
    
    


    
#basketSaveMes{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    top: 0;
    left: 0;
    margin: 0 auto;
    background-color: transparent;

}
#messageBox{
    position: relative;
    top: 50px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
    padding-bottom: 80px;
    width: calc(100% - 40px);
    border: 0px solid grey;
    background-color: transparent;           
    text-align: center;
    
    
}
.MBH1{
    font-family:"Andasia";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 30px;
    color: #aead6d;
}

#cakemessageBox{
    position: fixed;
    top: 160px;
    left: calc(50% - 200px);
    width: 400px;
    min-width: 320px;
    border: 0px solid grey;
    box-shadow: 2px 3px 2px grey;
    padding-bottom: 60px;
    background-color: white;  
    height: auto;
    text-align: center;
    z-index: 999;
}
#botcake{
    position: relative;
    width: 100%;
    height: auto;
    border: 0px solid grey;
    background-color: transparent;           
    text-align: center;
    order: 4;
}
#georgeBox{
    position: relative;
    display: inline-table;
    width: 200px;
    height: auto;
    border: 0px solid grey;
    margin: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: transparent;           
    text-align: center;

}
#colo1,
#colo2,
#colo3,
#colo4{
    text-decoration: none;
    border: 0px solid white;
    margin: 4px;
    
}
#colo1{
    background-color: #c11f1f; /*red*/
    background-color: #cb2447;
    background-color: #bc4d48;
    
}
#colo2{
    background-color: #fffc11; /*yellow*/
    background-color: #e0be48;
}
#colo3{
    background-color: #50c9d4; /*blue*/
    background-color: #aead6d; /*blue*/
    
}
#colo4{
    background-color: #ab4db1; /*purple*/
    background-color: #d099c5;
}
    
/* ======================== */
/* INPUT STYLES AND BUTTONS */
/* ======================== */

input[type="password"]{
    font-size: 12px;
    width: 280px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma;
    font-style: normal;
    font-weight: normal;
    border: 1px solid #c4c4bf;
    color: #5f5f59;
    height: 30px;
}

input[type="submit"]:hover{
    background-color: grey;
    color: white;
}

input[type="submit"],
input[type=text],
input[type="email"],
textarea,
select,
input[type="reset"]{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma;
    font-style: normal;
    color: #5f5f59;
    font-size: 12px;
    width: 280px;
    margin: 5px;
    margin-right: 0;
    border: 1px solid #c4c4bf;
}
input[type="submit"]{
    font-family: "Cordia";
}
select{
    height: 34px;
    width: 287px;
}

input[type=text]{
    height: 30px;
}

input[type=email]{
    height: 30px;
}

textarea{
    height: 100px;
   
}
#deldate{
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma;
    font-style: normal;
    color: #5f5f59;
    font-size: 12px;
    border: 1px solid #c4c4bf;
}

#xCap {
    width: 30px;
}

input[type="submit"]{
    background-color: #e2f4f1;
    color: grey;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 0px solid #83948c;
    width: 200px;
    height: 40px;
    font-size: 25px;

}
#cakeSubmit{
    background-color: #bd1717;
    color: white;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 0px solid #83948c;
    width: 200px;
    height: 40px;
    font-size: 25px;

}

#inxpage{
    background-color: #b5b58d;
       color: white;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid #a1a29c;
    width: 200px;
    height: 40px;
    font-size: 25px;
}
#inxpage:hover{
       
       background-color: transparent;
    color: #a1a29c;
}
#smedia{
    height: 50px;
}

#packages{
    height: 30px;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma;
    font-style: normal;
    color: grey;
    font-size: 12px;
    width: 284px;
    margin: 5px;
    border: 1px solid #c4c4bf;
   
}

input[type="reset"]{
    background-color: #e2f4f1;
    color: grey;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 0px solid grey;
}

input[type="reset"]{
    width: 65px;
    margin-right: 10px;
}

input[type="number"]{
    font-family: "Cordia";
    font-style: normal;
    font-weight: normal;
    color: grey;
    font-size: 15px;
    width: 40px;
}
/* ------------------------- */
/* Subscribe Box Email Input */
/* ------------------------- */
#newsemail{
    font-family: "Cordia";
    font-style: normal;
    font-weight: normal;
    color: grey;
    padding-left: 10px;
    font-size: 25px;
    width: 220px;
    height: 40px;
    border: 1px solid grey;
}

#newssend{
    height: 35px;
    width: auto;
    padding: 5px;
    padding-bottom: 8px;
    background-color: #d71010;
    background-color: white;
    border: 1px solid #aead6d;
    font-size: 20px;
    color: white;
    color: #aead6d;
}
#newssend:hover{
    background-color: #b5b58d;   
    color: white;
}



/* ============== */
/* MainMarket.php */
/* ============== */
#topProductPromoBox{
    position: relative;
    top: 0;
    width: 100%;
    height: 500px;
    max-height: 90vh;
    min-height: 400px;
    background-color: white;
    /*background-image: url(../common/four1.jpg);*/
    background-image: url(../common/koker.jpg);
    background-size: cover;
    background-position: center center;
    order: 3;
 }
    #morePromoWords{
        position: absolute;
        left: 0;
        width: 360px;
        height: 100%;
        text-align: center;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma;
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 1.3;
        font-size: 1.5rem;
        /*-webkit-text-stroke-width: 2px;
        -webkit-text-stroke-color: #2b2d1c;
        */
        background-color: #d1d1c9;
        background-image: linear-gradient(white, #d1d1c9,#d1d1c9);
        color: #53523d;
        overflow: hidden;
        z-index: 2;
        order: 3;
        animation: blobs 30s ease-in infinite;
    }
    #morePromoWords img{
        height: 100%;
    }
    #mpdiv1{
        order: 1;
        position: relative;
        width: 100%;
        margin-top: 50px;
        height: 20%;
        top: 0;
        background-color: transparent;
    }
    #mpdiv2{
        order: 2;
        position: relative;
        width: 100%;
        height: 20%;
        top: 0;
        background-color: transparent;
    }
    #mpdiv3{
        order: 3;
        position: relative;
        width: 100%;
        height: 40%;
        top: 0;
        background-color: transparent;
    }
     @keyframes blobs {
            0 {
                opacity: 1;
            }
            25% {
                opacity: 1;
            }
            50% {
                opacity: 0;
            }
            75% {
                opacity: 0;
            }
            100% {
                opacity: 1;
            }
     }
     
    #topProductPromoWords{
        position: absolute;
        top: 400px;
        right: 10px;
        width: auto;
        height: auto;
        font-family:"Andasia";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        font-size: 55px;
        color:white;
        background-color: transparent;
        overflow: hidden;
        z-index: 1;
        order: 3;
    }
    
#prodCategories{
    position: relative;
    top: 30px;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    order: 4;
}
    
    .grid-itemCat {
        float: left;
        width: 130px;
        height: 30px;
        color: white;
        text-align: center;
        border-radius: 5px;
        font-weight: bold;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 2px;
        background-color: transparent;
      
    }
    .catButton {
        width: 130px;
        font-size: 12px;
        padding: 6px;
        
        text-align: center;
        text-decoration: none;
        display: inline-block;
        cursor: pointer;
        border: 0px solid grey;
        background-color: #b5b58d;
        color: white;

    }
    .catButton:hover{
        background-color: #e2f4f1;
        color: #5f6468;   

    }
    
#pinsHeader{
    position: relative;
    top: 10px;
    width: 85%;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background-color: #fcfdff;

    order: 5;
        
}
#pinsBox{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    background-color: #fcfdff;
    order: 6;
    
}
    .sortButton {

        padding: 5px;
        
        text-align: center;
        text-decoration: none;
        height: auto;
        width: auto;
        display: inline-block;
        cursor: pointer;
        border: 0px solid grey;
        border-radius: 3px;
        font-size: 11px;
        color: #545c61;
    }
    .sortButton:hover {
        background-color: grey;
        color: white;
    }
    
    .fset{
        border: 1px dashed grey;
    }
    
    /* ========= */
    /* MAIN PINS */
    /* ========= */
    .grid {
        position: relative;
        width: 80%;
        background-color: transparent;
        text-align: center;
        margin: 0 auto;
    }
    

    .grid-item {
       float: left;
       width: 150px;
       border-bottom-left-radius: 5px;
       border-bottom-right-radius: 5px;
       text-align: center;
       margin-bottom: 50px;
       margin-left: 15px;
       margin-right: 15px;
       box-shadow: 1px 1px #e8ecf1;
    }      

    .onPromotion{
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: #bd1717;
        color:white;
        font-size: 16px;
        z-index: 20;
    }
    .topMessage{
        position: absolute;
        top: 10px;
        left: 0px;
        width: 100%;
        height: auto;
        background-color: white;
        color:grey;
        font-size: 13px;
        z-index: 20;
    }
    .gridItemTop {
        position: relative;
        width: 100%;
    }
    
    .grid-item:last-of-type {
        margin-bottom: 20px;
    }

    .grid-item a{
        text-decoration: none;
    }
    
    .gridImgDiv{
        position: relative;
        width: 100%;
        height: auto;
        background-color: white;
    }
    
    .imgGrid{
        position: relative;
        width: 100%;
    }    
    
    .inGrid{
        position: relative;
        width: calc(100% - 4px);
        height: auto;
        background-color: white;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        line-height: 1.5;
        padding: 2px;
        font-size: 10px;
    }

    .fout{
          text-decoration: line-through;
    }

/* ==================== */
/* Product Display Page */
/* ==================== */
.backDrop{
    position: relative;
    top:60px;
    left: 0;
    width: 100%;
    background-color: transparent;
    overflow: visible;
    height: auto;
}         

    #imagesContainer{
        position: relative;
        top: 0;
        left: 0;
        width: 500px;
        height: auto;
        text-align: center;
        background-color: transparent;
        margin-top: 20px;
        order: 1;
    }

        #bigImgMiddle{
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
            height:auto;
            overflow: hidden;
            max-width: 600px;
            max-height: 450px;
            background-color: transparent;
        }

            
            .mySlides {
                overflow: no-display;
                margin: 2px;
                height: 50%;
                text-align: center;
                background-color: transparent;
                display: none;
            }
            .mySlides img{
                max-width: 600px;
                max-height: 450px;
                width: auto;
                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;
            }

            

        .caption-container{
            position: relative;
            margin: 0;
            height: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            width: 100%;
            z-index: 12;
            text-align: center;
            background-color: transparent;
        }

        #smallImg{
            position: relative;
            width: 100%;
            background-color: transparent;
            margin: 0 auto;
            margin-bottom: 20px;
            text-align: center;
        }
            #smallImg img{
                width: 60px;
                height: auto;
                border: 1px solid #ddd;
                border-radius: 4px;
                padding: 5px;
                vertical-align: top;
                margin: 5px;
                cursor: pointer;
            }
        
    
    #productInfoDiv{
        position: relative;
        width: 450px;
        left: 0;
        top: 0;
        order: 2;
        height: auto;
        /*margin-left: 50px;*/
        padding: 30px;
        background-color: transparent;
        text-align: left;
    }
    .prodDisplImg{
        width: 70px;
    }
     
    .SP1{
        font-family:"Andasia";
        font-style: normal;
        font-weight: normal;
        letter-spacing: 1px;
        line-height: 1.5;
        font-size: 30px;
        color: #aead6d;
    }
    .colNewRow{
        position: relative;
        width: 100%;
        height: 50px;
        text-align: left;
        background-color: transparent;
        margin: 0 auto;
    }
    .colDiv{
        position: relative;
        left: 0;
        width: 35px;
        height: 34px;
        float:left;
        margin-right: 10px;
        background-color: transparent;
        text-align: center;
        
    }
    .colDiv img{
        width: 30px;
        padding-top: 2px;
        padding-bottom: 2px;
        padding-left: 3px;
        padding-right: 2px;
        cursor: pointer;
    }
    .unclicked {
        border: 0px solid grey;
    }
    .clicked {
        border: 1px dashed black;
    }
    
    
    .sizeDiv{
        position: relative;
        width: auto;
        padding-left: 3px;
        padding-right: 3px;
        padding-bottom: 3px;
        
        display: inline-block;
        float: left;
        font-size: 12px;
        margin-right: 10px;
        background-color: transparent;
        text-align: center;
        border: 1px solid grey;
        cursor: pointer;
        
    }
    .unclick {
        position: relative;
        width: auto;
        height: 18px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        background-color: transparent;
        text-align: center;
        border: 1px solid grey;


    }
    .click {
        position: relative;
        width: auto;
        height: 18px;
        display: inline-block;
        float: left;
        margin-right: 10px;
        background-color: transparent;
        text-align: center;
        border: 1px dashed black;
    }
    

    






/* ======= */
/* BUTTONS */
/* ======= */
#goSend{
    background-color: #bd1717;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    color:white;
    letter-spacing: 1px;
    height: 40px;
    width: 300px;
    display: inline-block;
    cursor: pointer;
    border: 0px solid grey;
}
.spaceOne{
    letter-spacing: 1px;
}
.mainButton {
    background-color: #e2f4f1;
    background-color: #c5d5d0;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 0px solid grey;
    height: 30px;
}
.goButton,
.goButton2{
    background-color: #bd1717;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    height: 40px;
    width: 300px;
    letter-spacing: 1px;
    display: inline-block;
    cursor: pointer;
    border: 0px solid grey;
    
}
.goButton2{
    width: 200px;
}
.goButton3,
.goButton4{
    background-color: #edefe8;
    color: #5f6468;   
    padding-bottom: 3px;
    padding-top: 0px;
    padding-left: 4px;
    padding-right: 4px;
    height: 28px;
    width: 160px;
    border-radius: 5px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px solid grey;
    height: 35px;
}
.goButton4{
    position: relative;
    padding-top:4px;
    height: 23px;
}
.goButton3:hover,
.goButton2:hover,
.goButton4:hover{
    background-color: #b5b58d;   
    color: white;
}

.goVendor{
    
    background-color: #19454e;
    padding-bottom: 3px;
    padding-top: 0px;
    padding-left: 1px;
    padding-right: 1px;
    border-radius: 0px;
    height: 28px;
    width: 150px;
    letter-spacing: 1px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    border: 0px solid grey;
}

    
.imgSize2{
    height: 20px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
    
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 8px;
    padding-bottom: 0px;
}
.imgSize3{
    height: 40px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-left: 6px;
    padding-right: 4px;
    padding-top: 1px;
    padding-bottom: 1px;
    background-color: transparent;
}

 
.simback{
    background-image: linear-gradient(#f2f8ef,white);
    background-image: linear-gradient(whitesmoke,white);
}


 
        
    


#closeDiv{
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
       
}
#openDiv{
    display: none;
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
       
}

#seeAllVouchers{
    display:none;
}
#voucherImage{
    position: relative;
    top: 10px;
    width: 100%;
    height: auto;
}
#voucherInfoDiv{
    position: relative;
    top: 10px;
    width: 100%;
    height: auto;
    
}
 
#vendorHeader{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    
    /*background-color: #e0dddb;*/
    background-color: #c41c1c;
    background-color: transparent;
    order: 80;
    text-align: center;
    /*outline: 2px dashed grey;
    outline-offset: -10px;      */
    
}

#vendorPackHead{
    position: relative;
    top: 10px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    height: auto;
    background-color: white;
    /*background-image: url(../common/test2.png);*/
    /*background-image: url(../common/mos2.jpg);
    background-size: cover;
    background-position: center center;*/
    text-align: center;
    font-size: 55px;
    line-height: 1;
}
#vendorPackOff{
    position: relative;
    top: 30px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
    height: auto;
    background-color: white;
    text-align: center;
    letter-spacing: 3px;
}
#vendorOffer{
    position: relative;
    top: 30px;
    padding-left: 95px;
    padding-right: 40px;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;
    margin: 0 auto;
    
    
}
#vendorOff1,
#vendorOff2,
#vendorOff3{
    position: relative;
    display: inline-table;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    width: 300px;
    height: auto;
    top: 0;
    margin: 30px;    
    background-color: transparent;
    
}
.VH1{
    font-size: 40px;
}
.vendorbutt{
    display: inline-table;
    padding: 5px;
    width: 20px;
    height: 5px;
    border-radius: 50%;
    font-size: 13px;
    top: 0;
    text-align: center;
    color: white;
    font-weight: bold;
    /*background-color: #aeccd2;
    background-color: #a5c60d;
    background-color: #aead6d;
    background-color: #e5e5c5;*/
    background-color: #7d8583;
    margin: 5px;
    
}
.vendorinfo{
    display: inline-table;
    width: 220px;
    height: 50px;
    text-align: left;
    background-color: transparent;
    margin: 5px;
    line-height: 1.5;
    color: #66615e;
    font-size: 13px;
}

#vendorPackages{
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 12px;
     line-height: 1.8;
    /*background-image: url("../common/daisy2.png");
    background-repeat: repeat;*/
color: #66615e;
}

#vendorPack1,
#vendorPack2,
#vendorPack3{
    position: relative;
    display: inline-table;
    width: 360px;
    height: auto;
    border: 0px solid #d2dadc;
    margin: 15px;    
    background-color: white;
    
}
#vendorPack1{order:1;}
#vendorPack2{order:2;}
#vendorPack3{order:3;}

.venTop1,
.venTop2,
.venTop3{
    position: relative;
    top: 10px;
    width: 100%;
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    background-color: #2b3534;
    font-size: 20px;
    color: whitesmoke;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    letter-spacing: 3px;
}
.venTopOp1,
.venTopOp2,
.venTopOp3{
    position: relative;
    top: 0;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    padding-bottom: 40px;
    background-color: #525c5a;
    background-color: #4c595f;
    font-size: 13px;
    line-height: 1.5;
    
}
.venTopOpNog1,
.venTopOpNog2,
.venTopOpNog3{
    position: relative;
    top: 0;
    width: calc(100% - 30px);
    height: auto;
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    font-size: 13px;
    color: grey;
    background-image: linear-gradient(lightgrey,white);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    
}
/*#venTop1{
    background-color: #86939E;
}
#venTop2{
    
        background-color: #a5c60d;
}
#venTop3{
    
    
    background-color: #50c9d4;   
}
*/
#vendorForm{
    position: relative;
    top: 0px;
    padding-left: 40px;
    padding-right: 40px;
    width: calc(100% - 80px);
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
    background-color: transparent;
    text-align: center;
    order: 2;

}
#vendorFormBox1{
    position: relative;
    top: 0px;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;
    text-align: center;
}
    #ctnr2{
        position: relative;
        width: 220px;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        background-color: transparent;
    }
    #formsubmit2,
    #loader{
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        background-color: transparent;
        width: 220px;
        height: 60px;

    }    
    #loader{
        display:none;
        z-index: 199;
        background-color: transparent;
    }

/*#vendorFormBox2{
    position: relative;
    top: 0px;
    width: 300px;
    float:left;
    height: auto;
    background-color: transparent;
    
    text-align: center;
    order: 2;
}*/

#topPromo{
    position: absolute;
    top: 50px;
    right: 0;
    width: 250px;
    height: 460px;
    padding-left: 80px;
    padding-right: 10px;
    text-align: left;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    background: rgba(183, 211, 213, 0.8);
    overflow: hidden;
}
    #topPromo:hover{
        background: rgba(183, 211, 213, 1);
    }
 



#voucherNo{
    font-family: "Cordia";
    font-style: normal;
    font-weight: normal;
    color: grey;
    padding-left: 10px;
    font-size: 20px;
    width: 180px;
    height: 40px;
    border: 1px solid grey;
}



/* ================ */
/* General Settings */
/* ================ */

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}







.light {
    background-color: #f7f8f5;
}
.textBox{
    position: relative;
    order: 1;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;

}

   
/* =============== */
/* SHOPPING BASKET */
/* =============== */
 
.BH1{
    font-family:"Andasia";
    font-style: normal;
    font-weight: normal;
    letter-spacing: 1px;
    font-size: 30px;
    color: #aead6d;
}

.basketBackDrop{
    position: relative;
    top:0;
    left: 0;
    width: 100%;
    background-color: transparent;
    height: auto;
    overflow: visible;
    
}
    /*#topCheckOutDiv{
        position: relative;
        top: 150px;
        order: 2;
        background-color: transparent;
        text-align: center;
        width: 100%;
        height: 50px;
        margin-top: 0;
    }*/
    
    #topCheckOutDiv a{
        color: #43484D;
    }
    
    #basketHeaderDiv{
        position: relative;
        width: 100%;
        top: 10px;
        order: 3;
        height: auto;
        margin-top: 5px;
        margin-bottom: 5px;
        background-color: #edefe8;
    }       
    
    
    #shoppingcart { /* Container for a row */
        position: relative;
        top:0;
        order: 3;
        text-align: center;
        height:auto;
        width: 900px;
        margin: auto;
        margin-top: 0px;
        margin-bottom: 20px;
        padding: 15px;
        background-color: transparent;
        box-shadow: 1px 2px 0px 0px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
}
    #transbar a{
        color:grey;
    }

    #title {
      position: relative;
      left: 0;
      height: auto;
      top: 0px;
      border-bottom: 2px solid #E1E8EE;
      color: #5E6977;
      font-size: 15px;
      margin: 0 auto;
      width:100%;
      margin-bottom: 20px;
      padding-bottom: 20px;
      background-color: transparent;
      font-weight: 400;
      text-align: center;
    }
    .titleLeft {
        position: relative;
        top: 0px;
        float:left;
        width:50%;
        height:auto;
        background-color: transparent;
        text-align: left;
    }
    .titleRight {
        position: relative;
        top: 0;
        float:right;
        width:50%;
        height:auto;
        background-color: transparent;
        text-align: right;
}

    .item {
      padding: 20px 30px;
      height: auto;
      display: flex;
      border-bottom:  1px solid #E1E8EE;
    }

    .minus-btn,
    .plus-btn{
      width: 25px;
      height: 25px;
      padding: 2px;
      background-color: transparent;
      border: 1px solid grey;
      text-align: center;
      cursor: pointer;
      font-weight: bold;
      font-size: 15px;
      color: grey;
      margin-top: 5px;
    }
    .minus-btn{
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        border-right: 0px solid grey;
    }
    .plus-btn{
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
        width: 27px;
    }    
    
    .item-price {
        width: 120px;
        padding-top: 27px;
        margin-right: 20px;
        font-size: 12px;
        text-align: right;
        font-weight: 300;
        background-color: transparent;

    }
    .total-price {
        padding-top: 27px;
        font-size: 12px;
        text-align: right;
        font-weight: 300;
        background-color: transparent;
        width: 120px;
    }
.deleteDiv {
  position: relative;
  padding-top: 30px;
  margin-right: 20px;
  width: 40px;
  background-color: transparent;
}

    .delete-btn {
      position: relative;
      top: 0;
      text-align: left;
      cursor: pointer;
      width: 15px;
      height: 14px;
      padding: 10px;
      background: url("../common/delete-icn.svg") no-repeat center;
      
    }
/* Product Image */
.image {
  position: relative;
  margin-right: 20px;
  width: 100px;
  background-color: transparent;
}
.image img{
    height: 80px;
}
.quantity {
  background-color: transparent;
  margin-right: 20px;
  text-align: center;
  width: 130px;
  font-size: 12px;
}
/* Production */
.description {
  padding-top: 5px;
  margin-right: 20px;
  width: 215px;
  background-color: transparent;
  font-size: 11px;
  color: #43484D;
  font-weight: 400;
}

.ref{
    display: block;
  font-size: 12px;
  color: #43484D;
  color: #7d8583;
  font-weight: 400;
}
.description span:first-child {
  margin-bottom: 5px;
}
.description span:last-child {
  font-weight: 300;
  margin-top: 8px;
  color: #86939E;
}
/* Product Quantity */

#qty {
  -webkit-appearance: none;
  border: none;
  text-align: center;
  width: 25px;
  font-size: 12px;
  color: #43484D;
  font-weight: 300;
}

#totalContainer{
    position: relative;
    height: auto;
    width: 100%;
    padding-top: 18px;
    background-color: transparent;
    text-align: right;
}
    .basketTotal{
        position: relative; 
        top: 0;
        order: 2; 
        width: 100%;
        padding-right: 40px;
        background-color: transparent;
    }
    .basketDiscount {
        position: relative; 
        top: 0;
        order: 1; 
        width: 100%;
        padding-right: 40px;
        background-color: transparent;
    }
    .totalWords{
        position: relative; 
        top: 0;
        order: 3; 
        width: 100%;
        padding-right: 40px;
        background-color: transparent;
    }
    .shipMessage {
        position: relative; 
        top: 0;
        order: 4; 
        width:100%;
        padding-right: 40px;
        background-color: transparent;
        margin-bottom: 20px;
    }
#afterCart{
    position: relative;
    order: 4;
    text-align: center;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 20px;
    background-color: transparent;        
    
}
.butLeft{
    position: relative;
    left:0; 
    order: 1;
    text-align:left; 
    width: 50%;
    height: 45px;
    padding:0;
    margin-top:10px;
    background-color: transparent;
}
.butRight{
    position: relative;
    left:0; 
    order: 2;
    text-align: right; 
    width: 50%;
    height: 45px;
    padding:0;
    margin-top:10px;
    background-color: transparent;
}
   

#afterInCart{
    position: relative;
    text-align: center;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: auto;
    background-color: transparent;        
    
}


#bottomBox{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-bottom: 10px;
    border-top: 1px dashed grey;
    border-top: 1px solid #aead6d;
    background-color: white;
    order: 99;
}

    #policyLeft{
        position: relative;
        order: 1;
        width:100%;
        text-align: center;
        padding: 5px;
        background-color: transparent;
        font-family: "Helvetica Neue", Helvetica,Arial, sans-serif;
        font-style: normal;
        font-weight: normal;
        font-size: 10px;
        color: #283747;
        padding-top: 20px;
    }
    #policyLeft img{
        height: 30px;
    }
    #policyRight{
        position: relative;
        order: 2;
        width: 100%;
        padding: 5px;
        text-align: center;
        background-color: #e1e3d7;
    }
    #policy{
        position: relative;
        order: 3;
        width:100%;
        text-align: center;
        padding: 6px;
        background-color: transparent;
    }
    
    

/* =========================== */    
/* User Login and Registration */
/* =========================== */
#loginHeaderDiv{
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
    height: 100px;
    padding-top: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #edefe8;
}
#loginScreenDiv{
    position: relative;
    width: 50%;
    top: 0;
    order: 2;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    background-color: #e0dada;
}
#registerScreenDiv{
    position: relative;
    width: 50%;
    top: 0;
    order: 3;
    height: auto;
    padding-top: 15px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: transparent;
}

#loginForm{
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
    /*height: 350px;*/
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
}
#loginForm a{
    color: #43484D;
}
#vloginHeader{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    top: 0px;
    order: 1;
    height: 100px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #edefe8;
}
#vloginDiv{
    position: relative;
    width: 100%;
    top: 0;
    order: 2;
    height: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 15px;
    background-color: #e0dada;
}
#vloginForm{
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
    /*height: 350px;*/
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
}
#vloginForm a{
    color: #43484D;
}
 
#loginFormOver{
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
    /*height: 350px;*/
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
    text-align: center;
}
#resetBox{
    position: relative;
    width: 100%;
    top: -150px;
    height: auto;
    background-color: #e0dada;
    
}
#registerForm{
    position: relative;
    width: 100%;
    top: 0;
    order: 1;
    height: auto;
    background-color: transparent;
    margin-bottom: 20px;
}
#message2 {
    display:none;
    position: relative;
    top: 0;
    order: 2;
    width: 220px;
    background-color: transparent;
    border: 1px solid grey;
    text-align: center;
    margin: 0 auto;
    padding: 5px;
}
.valid {
    color: green;
}
.valid:before {
    position: relative;
    content: url("../common/valid.png");
}
.invalid {
    color: #c41c1c;
}
.invalid:before {
    position: relative;
    content: url("../common/invalidx.png");
    
    
}


/* ================= */
/* Checkout One Page */
/* ================= */
#manCheckOutOneDiv{
    position: relative;
    width: 90%;
    height: auto;
    top: 10px;
    background-color: white;        
    order: 4;
}
    .messDisplayDiv{
        position: relative;
        left: 0;
        text-align: center;
        height: auto;
        width: 100%;
        background-color: transparent;
        order: 1;
        
    }
    #shipLeft{
        position: relative;
        text-align: right;
        left: 0;
        width: 200px;
        margin: 20px;
        background-color: transparent;
        order: 2;
    }
    
    #shipRight{
        position: relative;
        order: 3;
        text-align: right;
        padding-left: 30px;
        margin: 20px;
        width: 400px;
        background-color: transparent;
    }
    #paxi{
        position: relative;
        width: 100%;
        margin-top: 10px;
        margin-top: 20px;
        
    }
    #px{
        position: relative;
    }
    #getCourier{
        position: relative;
        width: 100%;
        background-color: transparent;
        text-align: center;
        
        
    }
    .courItem{
        position: relative;
        width: calc(50% - 10px);
        min-width: 140px;
        height: 200px;
        font-size: 16px;
        margin-left: 10px;
        margin-bottom: 20px;
        padding-top: 20px;
        background-color: #f3f1e2;
        color: grey;
    }
    .courItem img{
        width: 90%;
        border: 2px dotted grey;
    }
    
    hr{
        border-top: 1px solid grey;
        border-bottom: 0px;
    }
    #spacer{
        position: relative;
        order: 4;
        top: 0;
        text-align: center;
        width: 400px;
        padding-left: 20px;
        margin: 20px;
        background-color: transparent;
        height: auto;
    }
    #spacer2{
        
        position: relative;
        order: 4;
        top: 0;
        text-align: center;
        width: 500px;
        padding: 0px;
        margin: 0px;
        background-color: transparent;
        height: 1px;
    }
    #vv{
        position: relative;
        clear:both;
        text-align: center;
        width: 100%;
        height: 20px;
        background-color: transparent;
        order: 1;
    }
    #showVouchers{
        position: relative;
        text-align: left;
        clear:both;
        display: table;
        top: 10px;
        left: 0px;
        width: 250px;
        height: auto;
        padding: 10px;
        background-color: #d71010;
        border: 0px solid #d71010;
        color: white;
        order: 2;
    }
        #showHead{
            position: relative;
            text-align: center;
            display: inline-table;
            width: 100%;
            height: auto;
            border-bottom: 1px solid white;
            margin-bottom: 10px;
            order: 1;
        }
        .showOne{
            position: relative;
            display: inline-table;
            text-align: left;
            width: 30px;
            height: auto;
            order: 2;
        }
        .showTwo{
            position: relative;
            text-align: left;
            display: inline-table;
            width: 140px;
            height: auto;
            font-weight: 600;
            order: 3;
        }
        .showThree{
            position: relative;
            text-align: right;
            display: inline-table;
            width: 80px;
            height: auto;
            order: 4;
        }
        #showTotal{
            position: relative;
            text-align: right;
            display: inline-table;
            width: 100%;
            height: auto;
            border-top: 1px solid white;
            order: 5;
        }
       .delVoucher {
            color: white;
            width: 20px;
            height: 21px;
            font-size: 13px;
            font-weight: normal;
            padding: 1px;
            background-color: transparent;
            text-align: center;
            text-decoration: none;
            display: inline-block;
            cursor: pointer;
            border: 0px solid grey;
        }


/* ============== */
/* Generate Order */
/* ============== */
#purchaseOrder{
    position: relative;
    padding: 2px;
    border: 0px solid black;
    text-align: center;
    background-color: white;
    margin: auto;
    margin-top: 20px;
    max-width: 650px;
    width: 100vw;
    
}
.ordSize {
    font-size: 12px;
}
.payBox{
    position: relative;
    text-align: center;
    clear: both;
    width: 100%;
    height: auto;
    background-color: transparent;
 
}
.payHeight{
    height: 50px;
}
.payBut{
    width: 140px;
}
.poTop{
    position: relative;
    text-align: center;
    clear: both;
    width: 100%;
    height: auto;
    background-color: transparent;
 
}
.poL{
    position: relative;
    text-align: center;
    left: 0;
    width: calc(100% - 210px);
    height: auto;
    background-color: transparent;
    order: 1;
}
.poR{
    position: relative;
    right: 0;
    top: 0;
    width: 210px;
    height: auto;
    background-color: transparent;
    order: 2;
}
.poWhole{
    position: relative;
    text-align: left;
    clear: both;
    width: calc(100% - 10px);
    padding-left: 8px;
    height: auto;
    background-color: transparent;
 
}
.po1{
    position: relative;
    text-align: left;
    float:left;
    width: calc(40% - 28px);
    height: auto;
    padding: 10px;
    border: 1px solid white;
    background-color: #d2d9c3;
    
}
.po2{
    position: relative;
    text-align: right;
    float:left;
    padding: 10px;
    width: calc(20% - 22px);
    height: auto;
    border: 1px solid white;
    color: #4e4e58;
    background-color: #e8ecde;
}
.bo1{
    position: relative;
    text-align: left;
    float:left;
    padding: 10px;
    width: calc(40% - 28px);
    height: auto;
    padding: 8px;
    
    border: 1px solid white;
    background-color: #cee8e3;
    
}
.bo2{
    position: relative;
    text-align: right;
    float:left;
    padding: 10px;
    width: calc(20% - 22px);
    height: auto;
    border: 1px solid white;
    color: #4e4e58;
    background-color: #e2f4f1;
}
.poSub{
    position: relative;
    text-align: right;
    float:left;
    width: calc(80% - 2px);
    
    height: auto;
    border: 1px solid white;
    background-color: transparent;
 
}
.poIn{
    position: relative;
    text-align: right;
    float:left;
    
    width: calc(20% - 12px);
    height: auto;
    padding-right: 10px;
    background-color: transparent;
    border: 1px solid white;
    
}
.poLeft{
    position: relative;
    text-align: left;
    width: calc(65% - 10px);
    padding-left: 8px;
    height: auto;
    background-color: transparent;
}
.poRight{
    position: relative;
    text-align: left;
    width: 35%;
    height: auto;
    background-color: transparent;
}





.bGrey{
    background-color: grey;
}

/* VENDOR PAGES */

.vendorHero{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 20px;
    /*background-color: #44494d;*/
    background-color: white;
    order: 2;
   }
   
    .vendorPhotoLeft,
    .vendorPhotoMiddle,
    .vendorPhotoRight{
        position: relative;
        width: 250px;
        height: 250px;
        overflow: hidden;
        text-align: center;
        display: flex; 
        align-items: center;
        justify-content: center; 
        align-content: center;
        margin: 15px;
    }
    
    .vendorPhotoLeft img,
    .vendorPhotoMiddle img,
    .vendorPhotoRight img{
        width: 100%;
        z-index: 2;
    }
    @keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
    .ann{
        position: absolute;
        left: 50px;
        top: 50px;
        width: 150px;
        height: 150px;
        z-index: 3;
        background-color: transparent;
        overflow: hidden;
        text-align: center;
        display: flex; 
        align-items: center;
        justify-content: center; 
        align-content: center;
        animation: rotation 3s;
        
    }
    .ann img{

        width: 257px;
        height: 257px;
        
    }
    
    
    .vendorPhotoLeft{
       order: 2;
    }
    
    .vendorPhotoMiddle{
       order: 3;
    }
    .vendorPhotoRight{
       order: 4;
    }
   .vendorHead{
    position: relative;
    top: 20px;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 40px;
    margin-bottom: 20px;
    /*background-color: #44494d;*/
    background-color: transparent;        
    order: 1;
   }  
   
.vendorAbout{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin: auto;
    background-color: #44494d;
    background-color: white;
    order: 4;
}
    .vendorAbout a:link{
        text-decoration: none;
        font-weight: bold;
        color: #a28f00;
        color: #acaea9;
    }
    .vendorAbout a:visited{
        text-decoration: none;
        font-weight: bold;
        color: #a28f00;
        color: #acaea9;
    }
    
    #purchaseOrder a:link{
        color: #a28f00;
    }
    #purchaseOrder a:visited{
        color: #a28f00;
    }
        
    .venAboutLeft{
        position: relative;
        top: 0;
        left: 0;
        width: 200px;
        height: auto;
        padding: 20px;
        margin-left: 50px;
        background-color: transparent;
        order: 1;
        text-align: left;
    }
    
    .venAboutMiddle2{
        position: relative;
        top: 0;
        left: 0;
        width: 30%;
        height: auto;
        padding: 30px;
        margin-left: 50px;
        background-color: transparent;
        order: 2;

    }
    .venBox{
        position: relative;
        width: 400px;
        height: auto;
        background-color: transparent;
        text-align: left;
    }
    .venAboutRight{
        position: relative;
        top: 0;
        left: 0;
        width: 200px;
        padding: 20px;
        margin-left: 50px;
        height: auto;
        background-color: transparent;
        order: 3;
        text-align: left;
    }
    

#vendorPins{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    margin-top: 30px;
    background-color: white;
    order: 55;
}
.vendorBottom{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: 30px;
    background-color: white;
    order: 60;
}

#pageloader2{
  position: absolute;
  text-align: center;
  background-color: transparent;
  height: 100%;
  width: 100%;
  z-index: 99;
}
#messDiv{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    
    text-align: center;
    margin-top: 30px;
    background-color: white;

   
}
/* =====================================*/


.tab{
    position: relative;
    display: inline-table;
    width: 40px;
    height: 18px;
    text-align: left;
    margin:2px;
    background-color: transparent;
        
}
.tab2{
    position: relative;
    display: inline-table;
    width: 70px;
    height: 18px;
    text-align: left;
    margin:2px;
    background-color: transparent;
        
}
.newlinex{
    position: relative;
    width: 100%;
    height: 10px;
    
}
.hanglinks{
    text-align: left;
}
.hangregs{
    text-align: right;
}
.seeBut, .seeBut2{
    display: inline-table;
    padding: 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    top: 0;
    text-align: center;
    color: white;
    background-color: #50c9d4;
    border: 0px solid white;
    
}
.seeBut{
    background-color: #50c9d4;
}
.seeBut2{
    background-color: #cbb3b3;
}
#ordersMenuDiv{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    order: 1;
}
#displayDiv,#displayCakeDiv{
    position: relative;
    top: 0;
    display: inline-table;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    /*background-color: #edefe8;*/
    background-color: #fcfdff;
    background-color: white;
    order: 1;
    
}
#displaymainDiv{
    position: relative;
    top: 0;
    width: 100%;
    display: inline-block;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
    /*background-color: #edefe8;*/
    background-color: #fcfdff;
    background-color: white;
    font-family: "Cordia";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    order: 2;
    
}
#showOrderDiv{
    position: relative;
    top: 0;
    display: inline-table;
    width: 45%;
    height: auto;
    text-align: center;
    order: 3;
}
#goShoppingButDiv{
    position: relative;
    top: 0;
    display: inline-table;
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: center;
    background-color: transparent;
    order: 4;
}

#displayOrders{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    order: 2;

}
#displayV{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: transparent;
    order: 2;

}
    #showAdminVouch{
        position: relative;
        top: 0;
        width: 500px;
        height: auto;
        text-align: center;
        background-color: #e2f4f1;
    
    }
        .colHead{
            position: relative;
            top: 0;
            width: 100%;
            border-bottom: 1px solid white;
            height: auto;
            text-align: center;
            background-color: transparent;
            order: 1;    
        }
        .colV1{
            position: relative;
            top: 0;
            width: 110px;
            height: auto;
            text-align: left;
            background-color: transparent;
            order: 2;    
        }
        .colV2{
            position: relative;
            top: 0;
            width: 80px;
            height: auto;
            text-align: left;
            background-color: transparent;
            order: 3;    
        }
        .colV3{
            position: relative;
            top: 0;
            width: 70px;
            height: auto;
            text-align: left;
            background-color: transparent;
            order: 4;    
        }
        .colV4{
            position: relative;
            top: 0;
            width: 90px;
            height: auto;
            text-align: left;
            background-color: transparent;
            order: 4;    
        }
        .colV5{
            position: relative;
            top: 0;
            width: 110px;
            height: auto;
            text-align: right;
            background-color: transparent;
            order: 5;    
        }
    


#errortop{
    position: absolute;
    top: 100px;
    left: 100px;
    width: 100%;
    height: 400px;
    background-color: white;
    color: black;
    z-index: 999;
    border: 1px solid red;
}


ul.a{
    list-style-position: outside;
    line-height: 1.8;
}
#longtext{
    width: 348px;
    height: 40px;
    margin-left: 0px;
    padding-left: 2px;
    
}
.nomarg{
    margin: 0;
}
#adminDiv{
    position: relative;
    background-color: transparent;
    width: 100%;
    text-align: center;
    height: auto;
    margin-bottom: 20px;
    
}
.listBut{
    background-color: white;
    padding-bottom: 0px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    margin: 10px;
    width: 160px;
    height: 30px;
    font-size: 12px;
    color: grey;
}
    
#ctnr3{
        position: relative;
        width: 220px;
        height: 60px;
        margin: 0 auto;
        text-align: center;
        background-color: transparent;
    }
    #formsubmit3,
    #sloader{
        position: absolute;
        text-align: center;
        bottom: 0;
        left: 0;
        background-color: transparent;
        width: 220px;
        height: 60px;

    }    
    #sloader{
        display:none;
        z-index: 199;
        background-color: transparent;
    }
    

#georgeBox2{
    position: relative;
    top: 0;
    left: 0;
    display: inline-table;
    width: 100%;
    height: 100vh;
    border: 0px solid grey;
    background-color: white;           
    text-align: center;

}
#georgeInner{
    position: relative;
    top: 40px;
    display: inline-table;
    width: 200px;
    height: 200px;
    border: 1px solid grey;
    padding: 50px;
    background-color: white;           
    text-align: center;

}
#formsubmitbut{
    position: relative;
    top: 0;
    text-align: left;
    bottom: 0;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;

}    
    
.pageFAQ{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: 50px;
    background-color: white;
    overflow: visible;
}

#faqHeader{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    margin-top: 20px;
    order: 2;
}
#faqPins{
    position: relative;
    top: 0;
    width: 95%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: transparent;
    text-align: center;
    order: 3;
}

#faqFooter{
    position: relative;
    top: 0;
    width: 100%;
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: white;
    text-align: center;
    order: 4;
}
.blok,
.blok2{
    position: relative;
    border: 0px solid green;
    background-color: transparent;
    border: 0px solid red;
    text-align: center;
    width: 90%;
    max-width: 1800px;
    margin: 0 auto;
}
    .bitem{
        width: 350px;
        border-radius: 5px;
        font-size: 12px;
        float: left;
        background-color: transparent;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }
    
    
   
    .blok-bo,
    .blok-bo3{
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        padding: 10px;
        background-color: #50c9d4;
        height: auto;
        color: white;
        font-size: 15px;
        order: 1;
    }
#termsDiv{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    text-align: center;
    order: 3;
}
    .blok-bo2{
        position: relative;
        top: 0;
        width: 90%;
        text-align: center;
        padding: 20px;
        
        height: auto;
        color: white;
        font-size: 15px;
    
    }
    .blok-onder2{
       position: relative;
       width: 90%;
       text-align: center;
       padding: 20px;
       background-color: #aeccd2;
       height: auto;
       color: grey;
       font-size: 12px;
       font-weight: normal;
    
    }
    
    .blok-bo{
        background-color: #50c9d4;
    }
    .blok-bo2,
    .blok-bo3{
        background-color: #b5b58d;
    }
    
    .blok-onder,
    .blok-onder3{
       position: relative;
       width: 100%;
       text-align: center;
       padding: 10px;
       background-color: #aeccd2;
       height: auto;
       color: grey;
       font-size: 12px;
       font-weight: normal;
       order: 2;
    }     
        
         
    .blok-onder{
        background-color: #f5f6f3;
    }
    .blok-onder2,
    .blok-onder3{
       background-color: #f5f6f3;
    }
    
    
.returnitem{
        width: 80%;
        border-radius: 5px;
        font-size: 20px;
        float: left;
        background-color: transparent;
        text-align: center;
        border-radius: 5px;
        margin-bottom: 25px;
        margin-left: 25px;
        margin-right: 25px;
    }

@keyframes myanimation
{
    from {top: 100%;}
    to {top: 10%;}
}    
.bub{
    position: fixed;
    pointer-events: none;
    z-index: 10;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid rgba(255,255,255,0.5);
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5);
    
}
.highlight{
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    background: radial-gradient(white,transparent);
    width: 15%;
    height: 15%;
    top: 25%;
    left: 15%;
}