
/*  GIN71 WEBSITE STYLE SHEET */
.submit_button_blue{
    -webkit-appearance: none!important;
}

.form_field_white{
    -webkit-appearance: none!important;
}

.form_field{
    -webkit-appearance: none!important;
}

::placeholder { /* Firefox, Chrome, Opera */ 
    color: white; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: white; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: white; 
} 

.event_wrapper{
    display: flex;
    flex-wrap: wrap;
}

.bigbookbutton {
    position: relative;
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    font-family: Gotham, sans-serif;
    text-align: center;
    background: #FFC107;
    height: 60px;
    padding: 15px;
    box-sizing: border-box;
    color: #222;
    font-size: 23px;
    border-radius: 3px;
    border: 2px solid #ffcb30;
    box-shadow: 0px 5px 10px #00000069;
    transition: 0.3s;
}

.bigbookbutton:hover {
    background: #ffcf3f!important;
}

.new_event_box{
    min-width: 300px;
    max-width: 47.4%;
    flex-grow: 1;
    height: 310px;
    background: #c3c3c3;
    box-sizing: border-box;
    border-radius: 4px;
    justify-content: space-between;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    margin: 10px;
    margin-top: 20px;
    box-shadow: 0px 3px 9px #00000036;
    transition: 0.3s;
}

.new_event_box:hover{
    box-shadow: 0px 3px 17px 4px #ffffff61;
}

.new_event_image{
    width: 100%;
    height: 160px;
    background-position: center;
    background-size: cover;
}

.new_event_title{
    position: relative;
    display: block;
    width: 75%;
    font-size: 25px;
    padding-top: 13px;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 10px;
}


.tasting_bg_default{
    background-color: #466777;
    color: white; 
}

.tasting_bg_darkblue{
    background-color: #297297;
    color: white; 
}

.tasting_bg_lightblue{
    background-color: #A5D0E8;
    color: #222222; 
}

.tasting_bg_darkgrey{
    background-color: #717171;
    color: white; 
}

.tasting_bg_claret{
    background-color: #BA526B;
    color: white; 
}

.tasting_bg_red{
    background-color: #D96750;
    color: white; 
}

.tasting_bg_orange{
    background-color: #CE7E37;
    color: white; 
}

.tasting_bg_yellow{
    background-color: #FAB73D;
    color: #222222; 
}

.tasting_bg_purple{
    background-color: #736292;
    color: white; 
}

.tasting_bg_teal{
    background-color: #038C81;
    color: white; 
}

.tasting_bg_green{
    background-color: #7D9B59;
    color: white; 
}

.tasting_bg_lightgrey{
    background-color: #DADADA;
    color: #222222; 
}

.tasting_badge{
    position: absolute;
    background: #607D8B;
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 3px 3px;
    top: 0px;
    left: 15px;
    background-image: url(../img/tasting_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.lamp_badge{
    position: absolute;
    background: #607D8B;
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 3px 3px;
    top: 0px;
    left: 15px;
    background-image: url(../img/lamp_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.event_badge{
    position: absolute;
    background: #607D8B;
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 3px 3px;
    top: 0px;
    left: 15px;
    background-image: url(../img/event_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.wreath_badge{
    position: absolute;
    background: #607D8B;
    width: 50px;
    height: 50px;
    border-radius: 0px 0px 3px 3px;
    top: 0px;
    left: 15px;
    background-image: url(../img/wreath_icon.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.new_month_row{
    position: relative;
    display: inline-block;
    width: calc(100% - 25px);
    /* background: #525353; */
    margin-left: 12px;
    margin-bottom: 40px;
    padding: 10px;
    border-radius: 3px;
    height: 30px;
    box-sizing: border-box;
    font-size: 25pt;
    font-weight: 900;
    text-align: center;
    border-image-source: linear-gradient(90deg, #6d6d6d, #ffffff00,#ffffff00, #6d6d6d);
    border-width: 3px;
    border-image-slice: 1;
    border-style: solid;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    text-shadow: 0px 0px 4px #525353;
}

.new_event_desc{
    position: relative;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    box-sizing: border-box;
}

.new_event_weekdate{
    width: 15%;
    height: 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 15px;
    box-sizing: border-box;
    padding-top: 3px;
    position: absolute;
    top: 130px;
    right: 5%;
    border-radius: 2px 2px 0px 0px;
}

.new_event_daydate{
    width: 15%;
    height: 40px;
    background: white;
    text-align: center;
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 28px;
    box-sizing: border-box;
    padding-top: 3px;
    position: absolute;
    top: 152px;
    right: 5%;
    border-radius: 0px 0px 2px 2px;
    color: black;
    box-shadow: 0 4px 10px #0000004a;
}

.tasting_bg_default .new_event_weekdate{
    background-color: #466777;
    color: white; 
}

.tasting_bg_darkblue .new_event_weekdate{
    background-color: #297297;
    color: white; 
}

 .tasting_bg_lightblue .new_event_weekdate{
    background-color: #A5D0E8;
    color: #222222; 
}

 .tasting_bg_darkgrey .new_event_weekdate{
    background-color: #717171;
    color: white; 
}

 .tasting_bg_claret .new_event_weekdate{
    background-color: #BA526B;
    color: white; 
}

.tasting_bg_red .new_event_weekdate {
    background-color: #D96750;
    color: white; 
}

.tasting_bg_orange .new_event_weekdate{
    background-color: #CE7E37;
    color: white; 
}

.tasting_bg_yellow .new_event_weekdate{
    background-color: #FAB73D;
    color: #222222; 
}

.tasting_bg_purple .new_event_weekdate{
    background-color: #736292;
    color: white; 
}

.tasting_bg_teal .new_event_weekdate{
    background-color: #038C81;
    color: white; 
}

.tasting_bg_green .new_event_weekdate{
    background-color: #7D9B59;
    color: white; 
}

.tasting_bg_lightgrey .new_event_weekdate{
    background-color: #DADADA;
    color: #222222; 
}

.new_event_price{
    position: absolute;
    bottom: 15px;
    left: 15px;
    background: #ffffff36;
    padding: 10px;
    border-radius: 3px;
}

.typechoice_option{
    background: grey;
    position: relative;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
    font-family: gotham;
    box-sizing: border-box;
    border: 2px solid #a0a0a0;
    transition: 0.2s;
    margin: 10px;
    text-transform: uppercase;
    padding-top: 8px;
    font-size: 15px;
    font-weight: 500;
}

.typechoice_option:hover{
    background-color: #a9a9a9;
}

.typechoice_active{
    border-color: #FFC107;
    background: #c39300;
}

.typechoice_active:hover{
    border-color: #FFC107;
    background: #c39300;
}


#overlay{
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    pointer-events: all;
    opacity: 1;
    transition: 0.4s;
}

.hidden_overlay{
    opacity: 0;
    pointer-events: none;
}

.event_details{
    position: relative;
    display: block;
    max-width: 900px;
    min-height: 50vh;
    background: #616161;
    margin: auto;
    margin-top: 13vh;
    padding: 20px 40px;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0px 8px 30px 10px black;
    color: #ffffff;
    padding-top: 250px;
}

.event_details_close{
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    border-radius: 3px;
    height: 50px;
    background-color: #FF5722;
    box-sizing: border-box;
    font-family: gotham;
    text-align: center;
    font-size: 30px;
    background-image: url(../img/close-01.png);
    background-position: center;
    background-size: 70%;
    color: rgba(0,0,0,0);
    background-repeat: no-repeat;
    transition: 0.2s;
    z-index: 9;
}

.event_details_close:hover{
    background-color: #ff845d;
}

.event_details_header{
    position: absolute;
    width: 100%;
    height: 230px;
    top: 0px;
    background-repeat: no-repeat;
    left: 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.19);
    background-size: cover;
    background-position: center;
}

.big_weekdate{
    position: absolute;
    width: 120px;
    right: 50px;
    height: 35px;
    font-size: 26px;
    top: 155px;
}

.big_daydate{
    position: absolute;
    width: 120px;
    right: 50px;
    height: 100px;
    top: 190px;
    font-size: 80px;
    color: #5a5a5a;
    font-weight: 200;
}

.event_details_desc{
    position: relative;
    display: inline-block;
    width: calc(100% - 175px);
}

.chart_wrapper_new{
    position: absolute;
    top: 334px;
    right: 50px;
    height: 15px;
    width: 120px;
    border-radius: 10px;
    border: 2px solid white;
    box-sizing: border-box;
    overflow: hidden;
}

.chart_fill_new{
    height: 100%;
}

.new_chart_label{
    position: absolute;
    right: 50px;
    width: 120px;
    /* background: red; */
    text-align: center;
    font-family: gotham;
    font-size: 15px;
    font-weight: 500;
    top: 354px;
}

.inline_heading{
    font-size: 30px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.bigger_button{
    font-size: 20px!important;
    background: #009688!important;
    color: white!important;
    box-sizing: border-box!important;
    box-shadow: 0px 0px 13px #0000005c!important;
    margin-bottom: 20px!important;
}

.times{
    position: absolute;
    right: 50px;
    top: 400px;
    width: 120px;
    background: #484848;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 3px;
}
























.book_ref_text{
    font-family: gotham;
    font-size: 22pt;
    letter-spacing: 5px;
    color: #FFC107;
}

.eventOption{
    position: relative;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    background: #e4e4e4;
    border-radius: 3px;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 10px;
    transition: 0.3s;
}

.currentEvent{
    background: #5d5d5d;
    color: white;
}

.currentEvent:hover{
    background: #5d5d5d!important;
}

.currentBook{
    font-family: Gotham_Medium;
    background: #212121;
    color: white;
    padding: 4px;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 5px;
    padding: 5px 10px 4px 10px;
}

.eventOption:hover{
    background: #607D8B;
    color: white;
}

.form_error{
    background: #FF5722;
    padding: 10px 20px;
    border-radius: 3px;
    margin-bottom: 20px;
}

.voucher_used{
    position: relative;
    display: inline-block;
    border: 2px solid #8BC34A;
    color: #FFFFFF;
    font-family: Gotham_Medium;
    font-size: 12pt;
    box-sizing: border-box;
    padding: 8px 10px 5px 10px;
    border-radius: 3px;
}

.voucher_used_code{
    padding-left: 30px;
}

.voucher_used_tick{
    position: absolute;
    display: inline-block;
    background: #8BC34A;
    width: 30px;
    height: 100%;
    border-radius: 0px;
    float: left;
    top: 0px;
    left: 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/tick3.png);
    background-size: contain;
}

.tasting_places_wrapper{
    position: relative;
    display: inline-block;
    background: #404040;
    width: 240px;
    height: 60px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
}

.tasting_places_minus{
    position: relative;
    display: inline-block;
    float: left;
    height: 100%;
    background: #607D8B;
    width: 60px;
    font-size: 39pt;
    transition: 0.3s;
    cursor: pointer;
}

.tasting_places_plus{
    position: relative;
    display: inline-block;
    float: right;
    height: 100%;
    background: #607D8B;
    width: 60px;
    padding-top: 5px;
    font-size: 30pt;
    transition: 0.3s;
    cursor: pointer;
}

.tasting_places_price{
    background: #404040;
    display: block;
    width: 240px;
    text-align: center;
    border-radius: 3px;
    height: 30px;
    padding-top: 10px;
    top: 0px;
    position: relative;
}

#innerprice{
    display: inline;
}

.tasting_places_plus:hover{
    background: #779bad;
}

.tasting_places_minus:hover{
    background: #779bad;
}

.tasting_places_text{
    position: relative;
    display: inline-block;
    font-size: 15pt;
    box-sizing: border-box;
    padding-top: 17px;
}



.tasting_summary_row{
    position: relative;
    display: inline-block;
    width: 100%;
    background: #656565;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
    box-sizing: border-box!important;
    box-shadow: 0px 3px 5px #0000002b;
    min-height: 80px;
    transition: 0.3s;
}

.tasting_summary_row:hover{
    background:grey;
}

.month_row{
    position: relative;
    display: inline-block;
    width: 100%;
    background: #607d8b;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 3px;
    height: 40px;
    box-sizing: border-box;
    font-size: 17pt;
    font-weight: 900;
}

.event_chart{
    position: relative;
    display: inline-block;
    width: 100px;
    height: 20px;
    background: #2f2f2f;
    float: right;
    border-radius: 3px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #2f2f2f;
}

.event_chart_fill{
    background: #526269;
    height: 100%;
}

.event_chart_text{
    position: absolute;
    font-size: 10pt;
    /* background: blue; */
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-family: sans-serif;
    padding-top: 1px;
}

.event_info_box{
    position: relative;
    display: inline-block;
    width: calc(25% - 10px);
    float: left;
    background: #797979;
    text-align: center;
    font-family: Gotham;
    box-sizing: border-box;
    height: 35px;
    padding-top: 10px;
    border-radius: 3px;
    margin: 5px;
    font-size: 10pt;
    text-transform: uppercase;
}


.event_title{
    position: relative;
    display: inline-block;
    width: 100%;
    font-size: 25px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-top: 5px;
}

.event_date{

}

.event_time{

}

.event_location{

}

.event_spaces{
}

.event_spaces_fill{
    background: #FFC107;
    height: 4px;
    border-radius: 0px 0px 0px 3px;
}

.event_spaces_fill_bg{
    background: #00000052;
    width: 100%;
    height: 4px;
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0px;
    border-radius: 0px 0px 3px 3px;
}



.itison_icon{
    display: inline;
    right: 0px;
    margin-right: 0px;
    float: right;
    max-width: 215px;
    width: 24%;
    min-width: 200px;
}

.itison_leftblock{
    display: inline;
    left: 0px;
    margin-left: 0px;
    float: left;
    top: 0px;
    max-width: 600px;
    width: calc(100% - 200px);
    /* padding-left: 30px; */
    box-sizing: border-box;
}

.itison_type_choice{
    position: relative;
    display: block;
    background: #E91E63;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 30px;
    color: white;
    box-shadow: 0px 6px 15px 0px #fba9b7;
    margin-bottom: 20px;
    transition: 0.3s;
    min-height: 150px;
}

.itison_type_choice:hover{
    position: relative;
    display: block;
    background: #ff5790;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 30px;
    color: white;
    box-shadow: 0px 6px 15px 0px #fba9b7;
    margin-bottom:20px;
}

.clearfix:after{
    content: "";
    display: table;
    clear:both;
}

.content_block{
    position: relative;
    display: inline-block;
    width: calc(100% + 100px);
    left: -50px;
    overflow: auto;
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    padding-bottom: 50px;
    padding-top: 20px;
}


#slideshow{
    position: fixed;
    background: grey;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 450px;
    background-image: url(/img/cover.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-position: bottom;
}

#pagesheet{
    position: relative;
    display: block;
    background: #525454;
    width: 100%;
    border-top: 5px solid #607D8B;
    min-height: 65vh;
    top: 50px;
    border-radius: 3px;
    padding:50px;
    padding-top: 0px;
    box-sizing: border-box;
    box-shadow: 0px 7px 20px #0000002b;
    margin-bottom: 50px;
}


#seshdetails{
    background: #232323;
    color: white;
    padding: 20px;
    border-radius: 3px;
    position: fixed;
    z-index: 9999999;
    font-size: 14px;
    box-shadow: 0px 0px 20px #0000007d;
    transition: 0.3s;
}

.shrink_sesh{
    height: 10px!important;
    overflow: hidden;
    width: 10px;
    padding: 0!important;
    box-shadow: none!important;
}

.seshtoggle{
    background: #FF5722;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0px 3px 0px 3px;
    height: 30px;
    width: 30px;
}

.mega_header_image{
    width: 100%;
    height: 420px;
    background: #505050;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -2;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.festive_menu{
    background-size: 45px;
    /* background: red; */
    background-image: url(../img/ui/bow.png);
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    background-position-y: 17px;
    height: 48px;
    top: -30px;
    padding-top: 38px!important;
    color:red!important;
}

.festive_menu:hover{
    border-bottom: none!important;
    color:red;
}

.termscheckzone{
    background: #be2d00;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    height: 85px;
    border-radius: 3px;
    transition: 1s;
}

.termsok{
     background: #66ab2dx!important;
}
.carderror{
    background: #ffe1d7;
    border: 1px solid #FF5722;
    padding: 5px;
    box-sizing: border-box;
    font-size: 17px;
    padding-top: 6px;
    padding-left: 10px;
    border-radius: 3px;
    color: #FF5722;
    margin-bottom: 15px;
    display: none;
}

.showthis{
    display: block!important;
}

h2{
    font-family: 'Gotham_Medium';
    text-transform: uppercase;
}

.locationchoice{
    position: relative;
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 5px;
    min-height: 200px;
    box-sizing: border-box;
    padding: 40px;
    margin-bottom: 50px;
    transition: 0.3s;
}

.location_name{
    position: relative;
    display: block;
    margin: auto;
    color: white;
    padding: 10px 50px;
    border-radius: 3px;
    box-sizing: border-box;
    width: 56%;
    min-width: 250px;
    margin-top: 10px;
    background-blend-mode: multiply;
}

.location_name h1{
    font-family: "Gotham_Medium";
    font-size: 30px;
}

.phone_icon{
    top: 12px;
    position: relative;
    margin-right: 10px;
    width: 35px;
}

.thumbnail{
    position: relative;
    display: inline-block;
    width: 243px;
    height: 195px;
    background-size: cover;
    margin: 10px;
    border-radius: 5px;
    /* border: 10px solid white; */
    box-sizing: border-box;
    box-shadow: 0px 7px 10px #00000026;
    transition: 0.3s;
}

.thumbnail:hover{
    box-shadow: 0px 16px 20px #00000036;
    transform: translateY(-4px) scale(1.03);
}

.open_image{
    position: fixed;
    z-index: 9999999;
    width: 90%;
    max-height: 95vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-position: center;
    /* margin-left: calc(50% - 600px); */
    margin-right: -50%;
    background-repeat: no-repeat;
    border-radius: 3px;
    box-shadow: 0px 10px 30px #00000054;
    opacity: 0;
    pointer-events: none;
    background: no-repeat 50% / 100%;
    animation-duration: 0.3s!important;
}

.narrow{
    width: 80%!important;
}

.open_image img{
    vertical-align: top;
    width: 100%; /* max width */
    border-radius: 3px;
}

#testmode{
    font-size: 14px;
    font-family: Gotham_Medium;
    background: #FFC107;
    display: inline-block;
    padding: 8px 10px 5px 10px;
    top: 0px;
    width: 120px;
    position: relative;
    margin-left: 50%;
    margin-right: -50%;
    border-radius: 0px 0px 4px 4px;
    transform: translate(-50%);
    text-align: center;
    box-sizing: border-box;
}

.close_image{
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background: #FF5722;
    border-radius: 50px;
    background-image: url(../img/ui/closewhite.svg);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;

}

.overlay_box{
    position: relative;
    display: block;
    margin: auto;
    width: 90%;
    max-width: 500px;
    background: white;
    padding: 40px;
    color: black;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 3px 25px #000000ba;
    top: 20vh;
}

.widebutton{
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

#overlay{
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 999;
    transition: 0.5s;
    overflow-y: scroll;
}

.hidden_overlay{
    background:rgba(0,0,0,0)!important;
    pointer-events: none!important;
}

.mega_header_image_overlay{
    width: 100%;
    height: 420px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: -1;
    mix-blend-mode: multiply;
}

.mega_page_title{
    animation-delay:0.5s; 
    color:white!important; 
    text-shadow: 0px 1px 20px #000000c2; 
    font-size: 60px!important; 
    margin-bottom:140px;
}


#yay{
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
}



.promo_button{  
    display: inline-block;
    position: relative;
    float: left;
    background: #00000054;
    border-radius: 2px;
    padding: 10px 20px;
    font-family: "Gotham_Medium";
    font-size: 16px;
    margin-right: 15px;
    margin-top: 10px;
    transition: 0.3s;
    border: 2px solid;
}

.teal_button{
    border-color:#00c1af;
}

.amber_button{
    border-color:#FFC107;
}

.promo_button:hover{
    display: inline-block;
    position: relative;
    float: left;
    background: #8f8f8f;
    border-radius: 2px;
    padding: 10px 20px;
    font-family: "Gotham_Medium";
    font-size: 16px;
    margin-right: 15px;
    margin-top: 10px;
    transition: 0.3s;
}

#notification{
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: 0px;
    left: 0px;
    background: #FFC107;
    color: black;
    text-align: center;
    height: 121px;
    box-shadow: 0px 0px 12px 0px #b5b5b5c7;
    padding: 15px;
    padding-top: 50px;
    /* padding-top: 65px; */
    box-sizing: border-box;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 6px 20px #000000;
    transition: 0.3s;
    border-bottom: 4px solid #FF9800;
}

.emailtextbox{
    width: 340px;
    border: 2px solid #168080;
    border-radius: 30px 0px 0px 30px;
    padding-left: 25px!important;
    box-sizing: border-box;
    position: relative;
    height: 40px;
    background: #525454;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    font-size: 15px;
    color:white;
}

.emailbutton{
    background: #197fad; 
    left: -5px; 
    top: -1px;
    border-radius: 0px 30px 30px 0px!important;
}



.scrollhint{
    animation-duration: 6s;
    float: right;
    background: #607D8B;
    color: white;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 3px;
    position: absolute;
    z-index: 9;
    right: 0px;
    font-size: 10pt;
    margin-top: 10px;
}

.peanuts, .otherNuts, .eggs, .milk, .gluten, .celery, .soya, .fish, .sulphites, .crustaceans, .mustard, .lupin, .sesame, .molluscs, .other{
    border-radius: 50%;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    margin:auto;
}

.peanuts{
    background: #A2794F;
} 

.otherNuts{
    background: #8A5621;
} 

.eggs{
    background: #FFC107;
} 

.milk{
    background: #ECDAA2;
} 

.gluten{
    background: #FF9800;
} 

.celery{
    background: #8BC34A;
} 

.soya{
    background: #009688;
} 

.fish{
    background: #03A9F4;
} 

.sulphites{
    background: #FF5722;
} 

.crustaceans{
    background: #E6756C;
} 

.mustard{
    background: #ECCF00;
} 

.lupin{
    background: #9C27B0;
} 

.sesame{
    background: #C18225;
} 

.molluscs{
    background: #3F51B5;
} 

.other{
    background: #607D8B;
}
.widetable{
    position: relative;
    display: inline-block;
    width: fit-content;
    
    overflow-x: scroll;
    overflow-y: auto;
}

.widetable table, th, td{
    border: none;
    text-align: center;
    box-sizing: 10px;
    padding:10px;
}

.dot{
    background: #cecece;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: auto;
}
.gfopt{
    font-family: sans-serif;
    font-size: 12px;
    font-weight: normal;
}



.tablefix{
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    background: #e0e0e0;
    border-radius: 4px;
    overflow: none;
    overflow-x: scroll;
    overflow-y: none;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    border: 2px solid #d6d6d6;
}

#notification:hover{
    background: #ffad07;
}

.notification_hidden{
    top:-180px!important;
}

#notification_inner_wrap{
    position: absolute;
    display: inline-block;
    width: 100%;
    float: left;
    left: 0px;
    height: 40px;
    max-width: 900px;
    text-overflow: ellipsis;
    overflow: hidden;
    top: 0px;
    height: 100%;
}


#notification_inner{
    position: absolute;
    display: inline-block;
    max-width: 900px;
    width: 100%;
    height: fit-content;
    left: 0px;
    top:40px;
    /* padding: 10px; */
    box-sizing: border-box;
    padding: 15px;
    text-align: left;
    max-width: 820px;
    padding-left: 25px;
}

#notification_button{    
    position: absolute;
    display: inline;
    float: right;
    background-image: url(../img/ui/blackcross.svg);
    width: 20px;
    height: 20px;
    box-sizing: border-box;
    top: 75px;
    right: 25px;
}

.instructionsbox{
    background: white;
    position: relative;
    display: block;
    width: 100%;
    height: fit-content;
    padding: 40px;
    border-radius: 3px;
    box-shadow: 0px 6px 15px #d6d6d6;
    margin-bottom: 40px;
    padding-top: 10px;
    box-sizing: border-box;
}


.buttonbox{
    background: #FF5722;
    padding: 8px;
    text-align: center;
    color: #ffffff;
    margin-top: 45px;
    width: 180px;
    /* float: right; */
    /* right: 20px; */
    position: relative;
    display: block;
    bottom: 18px;
    font-family: Gotham;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 4px 10px #cccccc;
}

.buttonboxpink{
    background: #FF5722;
    text-align: center;
    color: #ffffff;
    border-radius: 3px;
    margin-top: 15px;
    /* float: right; */
    display: inline-block;
    bottom: 18px;
    font-family: Gotham;
    font-size: 16px;
    text-transform: uppercase;
    box-shadow: 0px 4px 10px #cccccc;
        width: 100%!important;
        padding: 0px!important;
        height: 30px!important;
        border-radius: 0px!important;
        bottom: 0px!important;
        padding-top: 13px!important;
        position: relative!important;
    }


dt{
    font-weight: bold;
    margin-bottom: 10px;
}

dd{
    color: #eeeeee;
    margin-bottom: 20px;
}

@font-face {
font-family: "Gotham_Medium";
src: url("../fonts/Gotham-Medium.otf");
}

@font-face {
font-family: "Gotham_Light";
src: url("../fonts/Gotham-Light.otf");
}

@font-face {
font-family: "chap";
src: url("../fonts/ChaparralPro-Regular.otf");
}

@font-face {
font-family: "chapi";
src: url("../fonts/ChaparralPro-Italic.otf");
}

@font-face {
font-family: "din";
src: url("../fonts/din.otf");
}

html{
    min-height: 100%;
}

a:link{
    cursor: pointer;
}


.voucher_output_name{
    position: relative;
    float: left;
    display: inline-block;
    font-size: 17pt;
    top: -15px;
}

.voucher_output_row{
    position: relative;
    display: block;
    width: 100%;
    height: 60px;
    margin-bottom: 20px;
    background: #585858;
    border-radius: 50px;
    padding: 10px 10px;
    padding-left: 30px;
    box-sizing: border-box;
}




.cart_icon{
    height: 18px;
    position: relative;
    display: inline-block;
    top: 3px;
    margin-right: 8px;
    opacity: 0.8;
    left: -40px;
    animation-delay: 1.4s;
    animation-name: cartslidein;
    animation-duration: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes cartslidein{
    from{left:-40px;}
    to{left:0px;}
}

.postcheckoutbox{
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    padding-top:15px;
    margin-bottom: 30px;
    margin-top: 30px;
    background-color: #656565;
    box-shadow: 0px 4px 16px #0000000d;
    border-radius: 10px;
}

.gift_message_entry{
    margin: 0px;
    height: 134px;
    width: 439px;
    border: 0px;
    background: #353535;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    font-family: La Belle Aurore;
    color:white;
}

.giftmessagenote{
    font-size: 14px;
    color: grey;
    font-style: italic;
    margin-block-start: 0px;
    margin-block-end: 0px;
}

body{
    margin:0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    top:0px;
    bottom: 0px;
    font-family: "chap", sans-serif;
    font-size: 14pt;
    min-height: 100vh;
    background: #444444;
    color:white;
}

#pagewrap{
    max-height: 100vh;
    height: 100%;
    width: 100%;
    position: absolute;
}

#page_content{
    position: relative;
    background: none;
    margin: auto;
    top: 0px;
    min-width: 300px;
    max-width: 900px;
    min-height: calc(100vh - 250px );
}

#footer{
    position: relative;
    display: inline-block;
    background-color: #333;
    color: white;
    width: 100%;
    bottom: 0px;
    height: 250px;
    margin-top:50px;
    font-family: 'Gotham_Light';
    font-size: 14px;
    text-transform: uppercase;
}

#footer_content{
    position: relative;
    background: none;
    margin: auto;
    top: 0px;
    min-width: 300px;
    max-width: 900px;
    padding-top: 30px;
    text-decoration: none!important;
    color:#ddd!important;
}

h4{
    font-family: 'Gotham_Medium';
    font-size: 16px;
}

.footer_col{
    position: relative;
    display: inline-block;
    width: 24.5%;
    line-height: 25px;
}

.footer_col a{
    text-decoration: none!important;
    color:#ddd!important;
}

.footer_col a:hover{
    text-decoration: none!important;
    color:#fff!important;
}

a{
    text-decoration: none;
    color:inherit;
}

.hide_unless_mobile{
    display: none!important;
}


.dotted_line{
    position: relative;
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #b3b3b3;
    margin-top: 10px;
    margin-bottom: 10px;
}

.itison_type_choice{
    position: relative;
    display: block;
    background: #E91E63;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 30px;
    color: white;
    box-shadow: 0px 6px 15px 0px #fba9b7;
    margin-bottom:20px;
    transition: 0.3s;
}

.itison_type_choice:hover{
    position: relative;
    display: block;
    background: #ff5790;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 10px 30px;
    color: white;
    box-shadow: 0px 6px 15px 0px #fba9b7;
    margin-bottom:20px;
}


#menu_bar{
    height: 75px;
    width: 100%;
    position: relative;
    left: 0px;
    top: 0px;
    color: white;
    padding-top: 110px;
    z-index: 999;
    padding-bottom: 20px;
}

#menu_bar_content{
    height: 70px;
    background: none;
    position: relative;
    max-width: 900px;
    margin: auto;
    padding: 0px;
    box-sizing: border-box;
    color: white;
}

.menu_bar_button{
    position: relative;
    display: inline-block;
    font-family: "Gotham_Medium","Gotham", sans-serif;
    font-size: 16px;
    float: right;
    padding-top: 8px;
    margin-left: 40px;
    transition: 0.3s;
    border: none;
    color: white;
}

.menu_bar_button:hover{
    border-bottom:2px solid;
}

.main_button{
    background-color: #ffbf00;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 17px;
    height: 35px;
    top: -10px;
    border-radius: 30px;
    margin-right: 0px;
    transition: 0.3s;
    color: black;
    box-shadow: 0px 6px 15px #00000045;
}

.main_button:hover{
    background-color: #ffce3a;
    border: none;
    box-shadow: 0px 9px 26px #00000045;
    top: -14px!important;
}

.menu_bar_logo{
    width: 150px;
    height: 100px;
    top: -50px;
    position: absolute;
    /* border-radius: 100%; */
    background-image: url(../img/logos/whiteginlogo.png);
    background-size: 104%;
    background-repeat: no-repeat;
    background-position: center;
    background-position-x: -22px;
}

.menu_bar_itison_logo{
    float: left;
    width: 135px;
    height: 100px;
    top: -45px;
    position: absolute;
    background-image: url(../img/logos/itisonlogo.png);
    background-size: CONTAIN;
    background-repeat: no-repeat;
    background-position: center;
}

.menu_bar_mobile_logo{
    width: 200px;
    height: 100px;
    top: -25px;
    position: relative;
    background-image: url(../img/logos/whiteginlogo.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin:auto;
}

.menu_bar_mobile_itison_logo{
    width: 160px;
    height: 100px;
    top: -25px;
    position: relative;
    background-image: url(../img/logos/itisonlogo.png);
    background-size: CONTAIN;
    background-repeat: no-repeat;
    background-position: center;
    margin:auto;
}


#mobile_menu_button{
    position: absolute;
    float: right;
    display: none;
    width: 100px;
    height: 40px;
    color: #292929;
    background: #ffffff;
    z-index: 99;
    border-radius: 20px;
    text-align: center;
    box-sizing: border-box;
    font-family: "Gotham_Medium", "Gotham" , sans-serif;
    padding-top: 12px;
    right: 20px;
    top: 15px;
}

.cart_tile{
    z-index: 9999;
    position: relative;
    background: #525454;
    color: #ffffff;
    font-family: Gotham_Medium;
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 3px;
    float: right;
    border-top: 4px solid #FFC107;
    margin-top: 40px;
    /* border: 2px solid #bfbfbf; */
    box-sizing: border-box;
    transition: 0.3s;
    overflow: hidden;
}

.cart_tile:hover{
    background: #6f6f6f;
}

#slideshow_box{
    position: relative;
    width: calc(100% + 100px);
    height: 320px;
    /* border-radius: 15px; */
    /* box-shadow: 0px 11px 15px 0px #69696945; */
    overflow: hidden;
    margin-bottom: 50px;
    transform: translateX(-50px);
}

.slideshow_slide{
    overflow: hidden;
}

.slideshow_hidden{
    opacity: 0!important;
    pointer-events: none;
}

.slideshow_visible{
    opacity: 1!important;
    pointer-events: all;
}

#slideshow_shape_bg{
    position: absolute;
    display: inline-block;
    width: 60%;
    height: 150%;
    transform: rotate(-10deg);
    top: -55px;
    left: -150px;
    z-index: 1;
    transition: 0.7s!important;
    background:white;
}

.slideshow_shape{
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 30%;
    left: 0px;
    bottom:0px;
    z-index: 2;
    transition: 1.5s!important;
    transition-timing-function: cubic-bezier(0,0.5,0.5,1);
    background:#000000b5;
    background-blend-mode: multiply;
}


.slideshow_text{

}


.slideshow_subtitle{
    padding-top: 10px;
    margin-block-end:0px;
    margin-block-start:0px;
    text-shadow: 0px 0px 10px black;
    text-align: left;
}


#slideshow_text_1{
    position: absolute;
    display: inline-block;
    width: 60%;
    /* margin-left: 20%; */
    height: 100%;
    z-index: 4;
    text-align: left;
    box-sizing: border-box;
    padding: 40px;
    padding-left: 60px;
    padding-top: 63px;
    font-family: "chapi", sans-serif;
    color: white;
    font-size: 22px;
    transition: 0.7s;
    text-shadow: 0px 1px 20px black;
}

#slideshow_text_2{
    position: absolute;
    display: inline-block;
    width: 60%;
    /* margin-left: 20%; */
    height: 100%;
    z-index: 4;
    text-align: left;
    box-sizing: border-box;
    padding: 40px;
    padding-left: 60px;
    padding-top: 63px;
    font-family: "chapi", sans-serif;
    color: white;
    font-size: 22px;
    transition: 0.7s;
    text-shadow: 0px 1px 20px black;
}

#slideshow_text_3{
    position: absolute;
    display: inline-block;
    width: 60%;
    /* margin-left: 20%; */
    height: 100%;
    z-index: 4;
    text-align: left;
    box-sizing: border-box;
    padding: 40px;
    padding-left: 60px;
    padding-top: 63px;
    font-family: "chapi", sans-serif;
    color: white;
    font-size: 22px;
    transition: 0.7s;
    text-shadow: 0px 1px 20px black;
}

.slideshow_button_wrapper{
    position: relative;
    display: inline-block;
    margin:auto;
}

h1{
    margin-block-end:2px;
    margin-block-start:12px;
}

.din_text{
    font-family: "Gotham_Medium", sans-serif!important;
    letter-spacing: 1.6px;
    line-height: 40px;
}

.slideshow_image{
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 320px;
    /* border-radius: 20px; */
    overflow: hidden;
    z-index: 0;
    right: 0px;
    /* float: right; */
    background-position-y: center;
    background-size: cover;
    top: 0px;
    left: 0px;
    transition: 1.5s;
}

#slideshow_overlay{
    position: absolute;
    width: 100%;
    display: inline-block;
    height: 320px;
    overflow: hidden;
    z-index: 1;
    right: 0px;
    top: 0px;
    left: 0px;
    transition: 1.5s;
    background-blend-mode: multiply;
    background: #00000047;
    opacity: 0.6;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+1,000000+100&1+11,0+58 */
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 1%, rgba(0,0,0,1) 11%, rgba(0,0,0,0) 58%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 1%,rgba(0,0,0,1) 11%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 1%,rgba(0,0,0,1) 11%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#slideshow_image_1{
    background-image: url(../img/outside.png);
}

#slideshow_image_2{
    background-image: url(../img/branches/gla/2.jpg);
}

#slideshow_image_3{
    background-image: url(../img/mc_banner.jpg);
}
 
.slideshow_button{
    display: inline-block;
    position: relative;
    float: left;
    background: #FFC107;
    border-radius: 2px;
    padding: 10px 20px;
    color: black;
    mix-blend-mode: lighten;
    opacity: 1;
    font-family: "Gotham_Medium";
    font-size: 16px;
    margin-right: 15px;
    margin-top: 10px;
    transition: 0.3s;
    text-shadow: none;
}

.slideshow_button:hover{   
    opacity: 0.9;
}



.slideshow_skip{
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 4;
    border-radius: 0px;
    display: block;
    top: 150px;
    /* box-shadow: 0px 2px 5px #0000003b; */
    transition: 0.15s;
}

.slideshow_skip:hover{
    background-color: #4e4e4e!important;
}

.skip_left{
    left: 0px;
    background-image: url(../img/ui/arrowback.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    border-radius: 0px 20px 20px 0px;
}

.skip_right{
    background-image: url(../img/ui/arrowforward.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    right: 0px;
    border-radius: 20px 0px 0px 20px;
}


.promo_block{
    position: relative;
    display: inline-block;
    border-radius: 3px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 45px;
    overflow: hidden;
}

.half_width{
    width: 50%;
}

.promo_block.half_width{
    background: #525454;
    border-top: 4px solid #009688;
    box-shadow: -1px 4px 20px #00000042;
}

.promo_image{
    position: relative;
    width: 120%;
    height: 200px;
    left: -30px;
    transform: translateY(-50px);
}

.newsticker{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: #FFC107;
    z-index: 2;
    color: black;
    font-family: 'Gotham_Medium';
    text-align: center;
    box-sizing: border-box;
    top: 130px;
    right: 30px;
    transform: rotate(10deg);
    padding-top: 28px;
    font-size: 22px;
    box-shadow: 0px 2px 2px #0000002e;
}

.giftsticker{
    position: absolute;
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    background: teal;
    z-index: 2;
    color: white;
    font-family: 'Gotham_Medium';
    text-align: center;
    box-sizing: border-box;
    top: 130px;
    right: 30px;
    transform: rotate(10deg);
    padding-top: 18px;
    font-size: 20px;
    box-shadow: 0px 2px 2px #0000002e;
}

.spa_image{
    background-image: url(../img/products.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.tasting_image{
    background-image: url(../img/tasting.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.lamp_image{
    background-image: url(../img/lamp.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.events_image{
    background-image: url(../img/events.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.full_width{
    width: 100%;
}

.left_float{
    float:left;
    width: 48%;
    margin-right: 2%;
}

.right_float{
    float:right;
    width: 48%;
    margin-left: 2%;
}

.form_label{
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.center_text{
    text-align: center!important;
}

.pink_with_glow{
    background-color: #000000cc;
    box-shadow: 0px 11px 15px 0px #0000004a;
    color: #ffffff;
    border: 2px solid #FFC107;
}

.blue_with_glow{
    background-color: #d9f3fb;
    box-shadow: 0px 11px 15px 0px #c9f3ff7a;
    color: teal;
}

.grey_with_glow{
    background-color: #000000c9;
    box-shadow: 0px 11px 15px 0px #0000005c;
    color: #ffffff;
    border: 2px solid #00c1af;
}

.review_stars{
    background-image: url(../img/ui/stars.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    width: 200px;
    height: 30px;
    margin: auto;
}

.tiny_subtitle{
    color: grey;
}

.smallprint{  
    font-size: 16px;
    font-style: italic;
    opacity: 0.7;
    color:#c7c7c7;
}

.mobile_menu_button{
    position: absolute;
    display: inline-block;
    top: -4px;
    float: right;
    width: 60px;
    height: 60px;
    right: 0px;
}

.social_links_wrapper{
    position: relative;
    display: block;
    width: 40%;
    margin:auto;
}

.social_link{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    transition: 0.5s;
}

.social_link:hover{
    transform: scale(1.2);
}

.soc_facebook{
    background-image: url(../img/ui/fb_grey.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.soc_twitter{
    background-image: url(../img/ui/twitter_grey.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.soc_insta{
    background-image: url(../img/ui/insta_grey.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.soc_facebook:hover{
    background-image: url(../img/ui/fb_colour.png);
}

.soc_twitter:hover{
    background-image: url(../img/ui/twitter_colour.png);
}

.soc_insta:hover{
    background-image: url(../img/ui/insta_colour.png);
}


#mobile_menu_area{
    position: fixed;
    display: block;
    top: 0px;
    transition: 0.4s;
    transition-timing-function: ease-out;
    width: 100%;
    height: 100vh;
    background-color: #444444;
    z-index: 9999;
    color: white;
    box-sizing: border-box;
    padding: 20px;
}

.mobile_menu_closed{
    right: -100%;
}

.mobile_menu_open{
    right: -30%!important;
    box-shadow: 0px 0px 10px #00000082;
}

.mobile_menu_item{
    display: block;
    width: 66%;
    height: 53px;
    padding: 20px;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: "Gotham_Medium";
    margin-right: 30px;
}

.close_mobile_menu_button{
    background-image: url(../img/ui/closewhite.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 999;
    width: 50px;
    height: 50px;
}

.page_title{
    position: relative;
    display: inline-block;
    background: #607D8B;
    padding: 10px 20px;
    font-family: 'Gotham_Medium';
    font-size: 30px;
    transform: translate(-50px, -100%);
    border-radius: 3px;
}



.notfound{
    background-image: url(../img/nofile-01.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 190px;
    height: 190px;
    max-width: 100%;
    margin-top: 20px;
}


.view_menu_button{
    position: relative;
    display: inline-block;
    padding: 12px 20px 10px 20px;
    background: #000000;
    border-radius: 3px;
    font-family: "Gotham_Medium";
    color: white;
    margin: 15px;
    margin-left: 0px;
    box-sizing: border-box;
    transition: 0.3s;
    font-size: 12px;
}

.view_menu_button:hover{
    background: #7d7d7d;
}

.menu_section{
    padding: 10px 30px 20px 30px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.faded{
    opacity: 0.7!important;
}

.location_box{
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
    margin-top: 30px;
    border:1px solid #d8d8d8;
    box-shadow: 0px 4px 16px #0000000d;
    overflow: hidden;
    border-radius: 10px;
    transition:0.5s;
    height: fit-content;
}

.location_box_left_side{
    width: 50%;
    float: left;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border:none;
    background-color: none;
    height: 100%;
    min-height: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 30px;
}

.location_box_right_side{
    width: 46%;
    float: right;
    display: inline-block;
    position: absolute;
    box-sizing: border-box;
    border: none;
    background-color: none;
    height: 80%;
    border: 10px solid white;
    /* min-height: 100%; */
    border-radius: 3px;
    top: 40px;
    padding-bottom: 15px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(2deg);
    box-shadow: 0px 7px 20px #00000057;
}

.map_button{
    position: relative;
    display: inline-block;
    background: #009688;
    padding: 13px 18px 10px 18px;
    border-radius: 3px;
    color: white;
    font-family: "Gotham_Medium";
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.book_button{
    position: relative;
    display: inline-block;
    background: #009688;
    padding: 13px 18px 10px 18px;
    border-radius: 3px;
    color: white;
    font-family: "Gotham_Medium";
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.bookhere{
    background-color: #FFC107;
    color: black;
}

.event_button{
    position: relative;
    display: inline-block;
    background: #009688;
    padding: 13px 18px 10px 18px;
    border-radius: 3px;
    color: white;
    font-family: "Gotham_Medium";
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.gift_type_box{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    padding-top: 15px;
    margin-bottom: 0px;
    margin-top: 30px;
    background-color: #000000cc;
    box-shadow: 0px 4px 16px #0000000d;
    border-radius: 3px;
    width: 100%;
    min-height: 320px;
}

.outlined_box{
    font-family: "Gotham_Medium";
    text-transform: uppercase;
    font-size: 12px;
    border: none;
    position: relative;
    display: inline-block;
    padding: 5px 7px;
    border-radius: 3px;
    margin-right: 7px;
    margin-bottom: 7px;
    /* opacity: 0.5; */
    color: white;
    background: #656565;
    border: 1px solid #777777;
}


.printer_animation{
    position: absolute;
    right: 0px;
    width: 300px;
    height: 100%;
    float: right;
    top:0px;
    right: 0px;
    overflow: hidden;
    animation-delay: unset;
}

.inner_animation{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    right: -20px;
    top: 10px;
}

.leftside{
    max-width: 530px;
    width: 70%;
    float: left;
    display: inline-block;
    position: relative;
    height: inherit;
}

.rightside{
    position: relative;
    right: 0px;
    width: 30%;
    max-width: 350px;
    height: 100%;
    float: right;
    top: 0px;
    right: 0px;
    overflow: auto;
    height: 200px;
}

.giftcardpicture{
    position: absolute;
    display: block;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../img/env.png);
    width: 100%;   
    height: 100%;
}

.chatpicture{
    position: absolute;
    display: block;
    background-position: center;
    background-size: 70%;
    background-repeat: no-repeat;
    background-image: url(../img/chat-01.png);
    width: 100%;   
    height: 100%;
}

.festivegrad{
    background:linear-gradient(135deg, #af0c00 0%,#FF5722 100%);
}

.a_printer{
    position: absolute;
    display: block;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/printer.png);
    width: 100%;   
    height: 100%;
    top:-30px;
}

.a_light{
    position: absolute;
    width: 10px;
    height: 2px;
    background: #5d3333;
    border-radius: 0px;
    top: 182px;
    left: 217px;
    z-index: 3;
    animation-name: flash_light;
    animation-duration: 0.6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    animation-iteration-count: 12;
    animation-timing-function: linear;
}

@keyframes flash_light{
    0%{background-color: #5d3333;}
    50%{background-color: #FF0000;}
    100%{background-color: #5d3333;}
}

.a_paper_in{
    position: absolute;
    width: 100px;
    height: 81px;
    background: white;
    border-radius: 0px;
    top: 43px;
    left: 82px;
    animation-name: paper_in_ani;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
}

@keyframes paper_in_ani{
    from{
        top: 43px;
        height: 81px;
    }
    to{
        top:123px;
        height: 0px;
    }
}

.a_paper_out{
    position: absolute;
    width: 100px;
    height: 81px;
    background: white;
    border-radius: 0px;
    top: 203px;
    left: 82px;
    animation-name: paper_out_ani;
    animation-duration: 7s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    background-image: url(../img/print.jpg);
    background-size: 100%;
    background-position: bottom;
}

@keyframes paper_out_ani{
    from{
        height: 0px;
    }
    to{
        height: 70px;
    }
}

.a_printhead{
    width: 30px;
    position: absolute;
    height: 30px;
    background: #63676b;
    top: 140px;
    left: 70px;
    border-radius: 5px;
    filter: blur(5px);
    animation-name: printhead_ani;
    animation-duration: 1s;
    animation-iteration-count: 7;
    animation-fill-mode: both;
}

@keyframes printhead_ani{
    0%{
        left:70px;
    }
    50%{
        left:168px;
    }
    100%{
        left:70px;
    }
}

.shop_button{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Gotham_Medium";
    margin-top: 10px;
    color: white;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: 0px 2px 4px #00000029;
    transition: 0.3s;
    border:none;
    background: #397f84;
}

.shop_button:hover{
    background: #5eb9bf;
}

.bluebutton{
    background: teal;
}

.bluebutton:hover{
    background: #0dafaf!important;
}

.pagesplit{
    width: calc(100% + 100px);
    border-bottom: 2px solid #ffffff21;
    transform: translateX(-50px);
    border-top: 1px solid #00000073;
}

.download_button{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-family: "Gotham_Medium";
    color: white;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: 0px 2px 4px #00000029;
    transition: 0.3s;
    float: right;
    animation-name: pulsebutton;
    animation-iteration-count: infinite; 
    animation-duration: 1s;
}


@keyframes pulsebutton{
    0%{background-color: #009688;}
    50%{background-color: #04b5a4}
    100%{background-color: #009688;}
}


.yellowgrad{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#febf01+0,fcdb79+100 */
background: rgb(254,191,1); /* Old browsers */
background: -moz-linear-gradient(45deg,  rgba(254,191,1,1) 0%, rgba(252,219,121,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(45deg,  rgba(254,191,1,1) 0%,rgba(252,219,121,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(254,191,1,1) 0%,rgba(252,219,121,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#febf01', endColorstr='#fcdb79',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.pinkgrad{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff87bf+0,f9d4d5+100 */
background: rgb(255,135,191); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(255,135,191,1) 0%, rgba(249,212,213,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(255,135,191,1) 0%,rgba(249,212,213,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(255,135,191,1) 0%,rgba(249,212,213,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff87bf', endColorstr='#f9d4d5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.bluegrad{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#87c9ff+0,d3e5ff+100 */
background: rgb(135,201,255); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgba(135,201,255,1) 0%, rgba(211,229,255,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgba(135,201,255,1) 0%,rgba(211,229,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgba(135,201,255,1) 0%,rgba(211,229,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87c9ff', endColorstr='#d3e5ff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
 

.form_field{
    position: relative;
    border: none;
    border-bottom: 2px solid #777777;
    height: 40px;
    background: none;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 15px;
    color:white;
    transition: 0.5s;
}

.form_field:focus{
    outline: none;
    border-bottom: 2px solid #FFC107;
}

.form_field_white{
    position: relative;
    border: none;
    border-bottom: 2px solid #777777;
    height: 40px;
    background: none;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 0px;
    font-size: 15px;
    color:white;
    transition: 0.5s;
}

.form_field_white:focus{
    outline: none;
    border-bottom: 2px solid #FFC107;
}

.form_field_textblock{
    /* border: none; */
    /* border-radius: 3px; */
    position: relative;
    border: none;
    height: 100px;
    /* background: #ffffff99; */
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    border-bottom: 2px solid #777777;
    font-size: 15px;
    width: 100%;
    background: none;
}

.form_field_textblock:focus{
    outline: none;
    border-bottom: 2px solid #FFC107;
}

.warningbox{
    position: relative;
    display: inline-block;
    background: #ff8b67;
    width: 100%;
    height: 30px;
    border-radius: 3px;
    margin-bottom: 10px;
}

.largerbox{
    height: 160px;
}

#deliveryinfo{
    background: #404040;
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 10px;
    display: none;
}

.showdel{
    display: block!important;
}

.thank_u{
    padding: 20px;
    padding-bottom: 40px;
    border-radius: 4px;
}

.voucher_prices_box{
    position: relative;
    display: inline-block;
    float: right;
    width: 50%;
    height: 70px;
}


.voucher_price_wrap{
    position: relative;
    display: inline-block;
    float: right;
    width: 100px;
    height: 62px;
    color: white;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 5px;
    font-size: 17px;
    font-family: Din;
    letter-spacing: 0.2px;
    text-align: center;
    margin-left: 10px;
    padding-top: 7px;
    background: #3c3c3c!important;
}

.termsbutton{
    position: absolute;
    display: inline;
    font-size: 15px;
    margin-left: 20px;
    right: 0px;
    bottom: -18px;
    text-align: right;
}

.termsbutton_mobile{
    position: relative;
    display: inline;
    font-size: 15px;
    margin-top: 20px;
}


.price_val{
    position: relative;
    display: inline-block;
    width: 50px;
    height: 50px;
    font-size: 30px;
}

.submit_button_blue{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Gotham_Medium";
    margin-top: 10px;
    color: white;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: 0px 2px 4px #0000007a;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    background: teal;
}

.voucher_button{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
    font-family: "Gotham_Medium";
    margin-top: 10px;
    color: white;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: 0px 2px 4px #00000029;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
}



.order_summary_table{
    font-family: "Chap", sans-serif;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.titlerow{
    font-size: 13px;
    font-weight: bolder;
    /* border-bottom: 1px solid black; */
    box-sizing: border-box;
    padding-left: 20px;
    text-align: left;
    height: 40px;
    border-radius: 3px;
    font-family: "Gotham_Medium", sans-serif;
    text-transform: uppercase;
}

.titlerow th{
    padding-left: 10px;
}

.order_summary_table td{
    padding: 10px;
}

.order_summary_table tr{
    border-bottom-color: #d0d0d0;
    border-bottom-style: none;
    border-bottom-width: 0px;
}

.voucherDLbutton{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-family:"Gotham_Medium";
    color: white;
    font-size: 15px;
    padding-top: 12px;
    box-shadow: 0px 2px 4px #00000029;
    text-transform: uppercase;
    transition: 0.3s;
    border: none;
    animation-name: attention;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes attention {
    from{background: #33a3d6}
    to{background: #197fad}
}


.book_box{
    box-sizing: border-box;
    display: block;
    width: 100%;
    min-height: 300px;
}

.dont_show{
    opacity: 0;
    pointer-events: none;
}

.now_show{
    opacity: 1;
    pointer-events: all;
}
 

.requirement_box{
    padding: 20px 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
    transition: 0.3s;
    overflow: auto;
}

.req_red{
}

.req_green{
}

.requirement_box p{
    width: 93%;
    float: right;
    position: relative;
    display: inline-block;
    top: -10px;
}

.custom_checkbox{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    border: 2px solid #ff5722;
    border-radius: 2px;
    top: 5px;
    transition: 0.3s;
    margin-right: 15px;
}

.checked{
    background-image:url(../img/ui/tick.svg);
    border: 2px solid #8BC34A;
}

.custom_checkbox:hover{
    border: 2px solid white;
    border-radius: 2px;
}

.taller{
    height: 900px;
}

.circular_photo{
    position: relative;
    display: inline-block;
    float:left;
    border-radius: 100%;
    height: 160px;
    width:160px;
    overflow: hidden;
    border: 9px solid #6b6b6b;
    box-shadow: 0px 15px 30px -10px #79797959;
    box-sizing: border-box;
    margin-right: 20px;
    margin-bottom:20px;
}

.olivia_head{
    position: relative;
    display: block;
    background-image: url(../img/olivia.png);
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}

hr{
    border-color:#e8e8e8;
    border-style: solid;
}

.disabledbutton{
    background: #cecece;
    color: grey;
    box-shadow: none;
    pointer-events: none;
}

.product_info{
    position: relative;
    display: inline-block;
    font-family: 'Gotham_Light', 'Gotham', sans-serif;
    border: 1px solid;
    padding: 5px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.material-icons{
    position: relative;
    display: inline-block;
    top: 4px;
    margin-right: 5px;
}


.showdel{
    display: block!important;
}


.product_info_dark{
    position: relative;
    display: inline-block;
    font-family: 'Gotham_Light', 'Gotham', sans-serif;
    border: 1px solid grey;
    color: grey;
    padding: 5px;
    border-radius: 2px;
    margin-right: 10px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}

.cart_header{
    min-height: 40px;
    top: 70px;
    position: fixed;
    z-index: 99;
    width: 100%;
    text-align: center;
}

.cart_display{
    position: relative;
    float: right;
    margin-right: 0px;
    margin-top: -20px;
    background: rgba(0,0,0,0.8);
    height: 50px;
    box-sizing: border-box;
    padding-top: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 0px 0px 4px 4px;
    color: white;
    font-family: 'Gotham_Light', 'Gotham', sans-serif;
    font-size: 16px;
}

.card_icon{
    display: inline-block;
    position: relative;
    background-image: url(../img/ui/giftcard_icon.png);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.cal_icon{
    display: inline-block;
    position: relative;
    background-image: url(../img/ui/cal_icon.jpg);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.voucher_icon{
    display: inline-block;
    position: relative;
    background-image: url(../img/ui/voucher_icon.png);
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 30px;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.cart_remove_btn{
    display: inline-block;
    float: right;
    /* background: #ff8c76; */
    color: #FF5722;
    font-family: 'Gotham_Light', 'Gotham', sans-serif;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
    /* border-radius: 2px; */
}

#backdrop{
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.55);
    z-index: 9999;
    transition: 0.3s;
    opacity: 0;
    pointer-events: none;
    overflow-y:scroll;
}

.visible_backdrop{
    opacity: 1!important;
    pointer-events: all!important;
}

.giftmsgbox{
    position: relative;
    display: block;
    width: 80%;
    max-width: 500px;
    background: #616161;
    margin: auto;
    margin-top: 10%;
    max-height: fit-content;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 30px;
    box-shadow: 0px 7px 18px #00000042;
    border-top: 5px solid #009688;
}

.itemdesc{
    position: relative;
    display: inline-block;
    height: 29px;
    width: 60%;
    overflow: hidden;
}

.totaltext{
    position: relative;
    display: inline-block;
    float: left;
    height: 29px;
    width: 49%;
    overflow: hidden;
}

.totalamount{
    position: relative;
    display: inline-block;
    float: right;
    height: 29px;
    width: fit-content;
    overflow: hidden;
    text-align: right;
}

.notify_wrapper{
    position: fixed;
    top: 20%;
    width: 100%;
    height: 400px;
    z-index: 9;
    animation-delay: 0.3s;
    pointer-events: none!important;
}



.green_notify{
    position: relative;
    display: block;
    width: 280px;
    height: 280px;
    background: rgba(139, 195, 74, 0.92);
    z-index: 99999;
    /* margin-top: 60%; */
    max-width: 280px;
    max-height: 280px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    color: white;
    font-family: 'Gotham_Medium', 'Gotham', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-size: 25px;
    pointer-events: none!important;
}

.red_notify{
    position: relative;
    display: block;
    width: 280px;
    height: 280px;
    background: rgba(255, 87, 34, 0.77);
    z-index: 99999;
    /* margin-top: 60%; */
    max-width: 280px;
    max-height: 280px;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px;
    color: white;
    font-family: 'Gotham_Medium', 'Gotham', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin: auto;
    font-size: 25px;
    pointer-events: none!important;
}

.closeit{
    display: block;
    float: right;
    top: 1px;
    position: relative;
    background: #bdbdbd;
    text-align: center;
    border-radius: 40px;
    color: white;
    box-sizing: border-box;
    padding-left: 6px;
    height: 37px;
    width: 37px;
    padding-top: 2px;
}

.backidea{
        background: #ffffff45;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 3px;
}


.notify_icon i{
    color:white;
    font-size: 150px!important;
}

.order_summary_table{
    font-family: 'Chap', sans-serif;
    padding: 10px;
    border-radius: 3px;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}

.titlerow{
    font-size: 18px;
    font-weight: bolder;
    /* border-bottom: 1px solid black; */
    color: white;
    background: #737373;
    text-align: center;
    height: 40px;
    border-radius: 3px;
    font-family: 'Gotham_Light', 'Gotham', sans-serif;
}

.order_summary_table td{
    padding: 10px;
}

.order_summary_table tr{
    border-bottom-color: #d0d0d0;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.voucherDLbutton{
    background: #009688;
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color: white;
    font-family: 'Gotham_Medium', 'Gotham', sans-serif;
    border-radius: 3px;
    text-transform: uppercase;
    box-shadow: 0px 2px 13px #0000005c;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    min-height: 58px;
    padding-top: 12px;
    animation-name: attention;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes attention {
    from{background: #22b8aa}
    to{background: #009688}
}

.checkoutbuttonwrapper{
    position: relative;
    display: block;
    width: 100%;
    min-height: 40px;
}

.disabledcheckout{
    background-color: #bfbfbf!important;
    box-shadow: none!important;
    pointer-events: none!important;
}

.cart_table_box{
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

#checkout_customer_form_box{
    position: relative;
    display: block;
    background: #616161;
    padding: 22px 20px 3px 20px;
    border-radius: 3px;
    z-index: 10000;
    width: 90%;
    max-width: 720px;
    box-shadow: 0px 10px 34px #00000030;
    top: 20vh;
    margin: auto;
    height: 340px;
}

#backdrop{
    background-color: #000000a1;
    opacity: 1;
    position: fixed;
    top:0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    transition: 0.3s;
    pointer-events: all;
}

.backdrop_hidden{
    opacity: 0!important;
    pointer-events: none!important;
}


.theCount{
    position: relative;
    top: -35px;
    z-index: 9999;
    display: block;
    right: 20px;
    float: right;
    font-size: 16px;
    font-family: sans-serif;
    color: grey;
}

.smallgrey{
    font-size: 14px;
    color: #ffc107;
}

.next_hidden{
    display: none!important;
}

.company_change{
    position: relative;
    display: inline-block;
    background: #2a3643;
    box-sizing: border-box;
    padding: 10px 12px;
    border-left: 4px solid cornflowerblue;
    padding-right: 16px;
    padding-left: 45px;
    border-radius: 3px;
    font-size: 18px;
    box-shadow: 0px 5px 20px #0000001a;
}

.info_icon{
    position: absolute;
    display: inline-block;
    /* background: #2e4751; */
    width: 45px;
    box-sizing: border-box;
    height: 100%;
    /* border-radius: 30px; */
    margin-right: 10px;
    left: 0px;
    color: cornflowerblue;
    font-weight: bolder;
    font-size: 30px;
    padding-top: 4px;
    top: 0px;
}







@media only screen and (max-width: 600px){
    
    #notification{
        position: fixed;
        z-index: 999999;
        width: 100%;
        top: 0px;
        left: 0px;
        background: #FFC107;
        color: black;
        text-align: center;
        height: 150px;
        /* box-shadow: 0px 0px 12px 0px #b5b5b5c7; */
        padding: 15px;
        padding-top: 30px;
        /* padding-top: 65px; */
        box-sizing: border-box;
        border-radius: 0px;
        box-shadow: 0px 6px 20px #006cff47;
    }

    #notification_inner{
        width: 90%!important;
    }



    .giftmsgbox{
        position: absolute;
        display: block;
        width: 100%;
        max-width: 500px;
        background: white;
        margin: auto;
        height: 100%;
        box-sizing: border-box;
        border-radius: 3px;
        padding: 30px;
        box-shadow: 0px 7px 18px #00000042;
        box-shadow: 0px 7px 18px #00000042;
        overflow: scroll;
        bottom: 0px;
    }

    #checkout_customer_form_box{
        position: relative;
        display: block;
        background: #d4d4d4;
        padding: 22px 20px 3px 20px;
        border-radius: 3px;
        z-index: 10000;
        width: 90%;
        height: 80vh;
        top: 20vh;
        margin: auto;
    }

    .voucher_output_name{
        position: relative;
        float: left;
        display: inline-block;
        font-size: 14pt;
        top: 0px;
    }

    .voucher_output_row{
        position: relative;
        display: block;
        width: 100%;
        height: 60px;
        margin-bottom: 10px;
        background: none;
        border-radius: 0px;
        padding: 0px;
        padding-left: 0px;
        box-sizing: border-box;
    }

    .download_button{
        float: left!important;
    }

    .postcheckoutbox{
        height: fit-content;
        overflow: hidden;
    } 


    .location_box_left_side{
        width: 100%;
    }

    #slideshow_box{
        height: 310px!important;
        position: relative;
        width: calc(100% + 40px);
        height: 320px;
        /* border-radius: 15px; */
        /* box-shadow: 0px 11px 15px 0px #69696945; */
        overflow: hidden;
        margin-bottom: 50px;
        transform: translateX(-20px);
    }

    .slideshow_button_wrapper{
        position: relative;
        display: inline-block;
        margin:auto;
    }

    .slideshow_button{
        margin-right: unset;
        margin:10px;
    }

    .slideshow_shape{
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 30%;
        /* transform: rotate(-10deg); */
        /* top: -55px; */
        bottom: 0px;
        left: 0px;
        background: #00000075;
        background-blend-mode: multiply;
        z-index: 2;
        transition: 1.5s!important;
        transition-timing-function: cubic-bezier(0,0.5,0.5,1);
    }

    .din_text{
        font-size: 35px;
    }

    #slideshow_shape_bg{
        position: absolute;
        display: inline-block;
        width: 100%;
        height: 30%;
        bottom: 0px;
        top:unset;
        left: 0px;
        z-index: 1;
        transform:none!important;
    }

    .slideshow_image{
        width: 100%;
        top: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
    }

    .social_links_wrapper{
        width: 80%!important;
    }

    .slideshow_text{
        position: relative;
        display: inline-block;
        /* background: red; */
        width: 100%!important;
        height: 50%!important;
        z-index: 3;
        box-sizing: border-box;
        padding: 20px!important;
        padding-left: 20px!important;
        font-family: "chapi", sans-serif;
        color: white;
        font-size: 22px;
        text-align: center!important;
        top: 50px!important;
    }

    #page_content{
        width: 95%!important;
    }

    #menu_bar{
        padding-top: 50px!important;
    }

    .isolated_head_wrapper{
            /* margin-right: 100%!important; */
    width: 100%;
    margin: 0px;
    }

    .wrap_on_mobile{
        display: block;
        width: 100%;
        margin-bottom: 10px!important;
    }

    .mobile_centerbox{
        position: relative;
        display: block;
        margin: auto;
        width: fit-content;
    }       

    #mobile_menu_button{
        display: block;
    }

    .hide_on_mobile{
        display: none!important; 
    }

    .half_width{
        width: 100%!important;   
    }
 
    .center_text_on_mobile{
        text-align: center!important;
        padding-left: 30px;
        padding-right: 30px;
        box-sizing: border-box;
    } 

    .hide_unless_mobile{
        display: inherit!important;
    }

    .mobile_menu_button{
        background-image: url(../img/ui/hamburger.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 70%;
    }

    .slideshow_subtitle{
        text-shadow: 0px 0px 10px black;
        margin-block-end:0px;
        margin-block-start:0px;
        text-align: center!important;
    }

    .social_links_wrapper{
        width: 80%!important;
    }

    .page_title{
        font-size: 32px;
    }

    .gift_type_box{
        padding-right: 20px;
        min-height: 490px;
    }

    .leftside{
        padding-right: 30px;
        max-width: 100%;
        width: 100%; 
    }

    .cart_tile{
        z-index: 9999;
        position: relative;
        background: #525454;
        color: #ffffff;
        font-family: Gotham_Medium;
        font-size: 16px;
        padding: 10px 15px;
        border-radius: 5px;
        max-width: 30%;
        float: left;
        margin-top: 48px;
        /* border: 2px solid #bfbfbf; */
        box-sizing: border-box;
        text-align: center;
        top: 10px;
    } 


    .itemdesc{
        height: 50px;
    }

    .instructionsbox{
        padding:20px;
    }

    .buttonbox{
        width: 100%!important;
        left: 0px!important;
        right: 0px!important;
        padding: 0px!important;
        height: 30px!important;
        border-radius: 0px!important;
        bottom: 0px!important;
        padding-top: 13px!important;
        position: relative!important;
    }

    .mobile_boost{
        height: 860px!important;
    }

    .emailbutton{
        left: 0px!important; 
        top: -21px!important;
    }

    .fbbox{
        margin-top: 60px!important;
    }

    .open_image{
        position: fixed;
        z-index: 9999999;
        width: 100%;
        /* max-height: 500px; */
        /* background-position: center; */
        margin: 0;
        margin-top: 0;
        background-repeat: no-repeat;
        border-radius: 0;
        box-shadow: none;
        transform: none!important;
        opacity: 0;
        background: black;
        pointer-events: none;
        /* background: no-repeat 50% / 100%; */
        height: 100vh;
        top: 0px;
        left: 0px;
        background-position-y: center;
        animation-duration: 0.1s!important;
    }

    .open_image img{
        vertical-align: middle;
        width: 100%; /* max width */
        border-radius: 0px;
        margin-top: 25vh;
    }

    .close_image{
        left: 20px;
        top:20px;
    }

    .narrow{
        width: inherit!important;
    }

    .location_name{
        padding:10px 15px;
    }

    .emailtextbox{
        width: 100%; 
        border: 2px solid #1f7ead; 
        border-radius: 30px 30px 30px 30px; 
        padding-left: 25px!important; 
        box-sizing: border-box;
        position: relative;
        height: 40px;
        background: #ffffff99;
        margin-bottom: 20px;
        padding: 10px;
        box-sizing: border-box;
        font-size: 15px;
    }

    .mega_page_title{
        animation-delay:0.5s; 
        color:white!important; 
        text-shadow: 0px 1px 20px #000000c2; 
        font-size: 50px!important; 
        margin-bottom:140px;
    }

    .emailbutton{
        background: #197fad; 
        left: -5px; 
        top: -1px;
        border-radius: 30px 30px 30px 30px!important;
    }

    .content_block{
        position: relative;
        display: inline-block;
        width: calc(100%);
        left: 0px;
        overflow: auto;
        padding-left: 0px;
        padding-right: 0px;
        box-sizing: border-box;
        padding-bottom: 10px;
        padding-top: 20px;
    }

    .page_title {
        position: relative;
        display: inline-block;
        background: #607D8B;
        padding: 10px 20px;
        font-family: 'Gotham_Medium';
        font-size: 30px;
        transform: none;
        border-radius: 3px 3px 0px 0px;
        width: 100%;
        left: -20px;
        top: -5px;
        text-align: center;
        padding-top: 15px;
    }

    .requirement_box p{
        width: 80%;
    }

    #pagesheet{
        position: relative;
        display: block;
        background: #525454;
        width: 100%;
        border-top: 5px solid #607D8B;
        min-height: 65vh;
        top: 50px;
        border-radius: 3px;
        padding:20px;
        padding-top: 0px;
        box-sizing: border-box;
        box-shadow: 0px 7px 20px #0000002b;
        margin-bottom: 50px;
    }

    .itison_icon{
        display: inline;
        /* right: 0px; */
        margin-right: 0px;
        /* float: right; */
        max-width: 100%;
        width: 100%;
        min-width: 200px;
    }

    .itison_leftblock{
        display: inline;
        left: 0px;
        margin-left: 0px;
        float: left;
        top: 0px;
        max-width: 900px;
        width: 100%!important;
        /* padding-left: 30px; */
        box-sizing: border-box;
    }

    .pagesplit{
        width: calc(100% + 40px);
        border-bottom: 2px solid #ffffff21;
        transform: translateX(-20px);
        border-top: 1px solid #00000073;
    }

    .event_info_box{
        width: calc(100% - 10px)!important;
    }

    .new_event_box{
        max-width: unset!important;
    }


    .event_details{
        position: relative;
        display: block;
        max-width: 900px;
        min-height: 50vh;
        background: #616161;
        margin: auto;
        padding: 10px 40px;
        border-radius: 3px;
        box-sizing: border-box;
        box-shadow: 0px 8px 30px 10px black;
        color: #ffffff;
        padding-top: 310px;
    }

    .event_details_close{
        position: absolute;
        top: 10px;
        right: 10px;
        width: 50px;
        border-radius: 3px;
        height: 50px;
        background-color: #FF5722;
        box-sizing: border-box;
        font-family: gotham;
        text-align: center;
        font-size: 30px;
        background-image: url(../img/close-01.png);
        background-position: center;
        background-size: 70%;
        color: rgba(0,0,0,0);
        background-repeat: no-repeat;
        transition: 0.2s;
        z-index: 9;
    }

    .event_details_close:hover{
        background-color: #ff845d;
    }

    .event_details_header{
        position: absolute;
        width: 100%;
        height: 120px;
        top: 0px;
        background-repeat: no-repeat;
        left: 0px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.19);
        background-size: cover;
        background-position: center;
    }

    .big_weekdate{
        position: absolute;
        width: 80px;
        right: 50px;
        height: 26px;
        font-size: 16px;
        top: 95px;
    }

    .big_daydate{
        position: absolute;
        width: 80px;
        right: 50px;
        height: 64px;
        top: 120px;
        font-size: 45px;
        color: #5a5a5a;
        font-weight: 200;   
    }

    .event_details_desc{
        position: relative;
        display: inline-block;
        width: 100%;
    }

    .chart_wrapper_new{
        position: absolute;
        top: 144px;
        right: 160px;
        height: 15px;
        width: calc(100% - 200px);
        border-radius: 10px;
        border: 2px solid white;
        box-sizing: border-box;
        overflow: hidden;
    }

    .chart_fill_new{
        height: 100%;
    }

    .new_chart_label{
        position: absolute;
        left: 70px;
        width: 120px;
        /* background: red; */
        text-align: center;
        font-family: gotham;
        font-size: 15px;
        font-weight: 500;
        top: 169px;
        color:white;
    }

    .inline_heading{
        font-size: 30px;
        margin-bottom: 5px;
        position: relative;
        display: inline-block;
    }

    .bigger_button{
        font-size: 20px!important;
        background: #009688!important;
        color: white!important;
        box-sizing: border-box!important;
        box-shadow: 0px 0px 13px #0000005c!important;
        margin-bottom: 20px!important;
    }

    .times{
        position: absolute;
        left: 40px;
        top: 210px;
        width: calc(100% - 200px);
        background: #484848;
        padding: 5px;
        box-sizing: border-box;
        border-radius: 3px;
        color:white;
    }


} 

