@import url(https://fonts.googleapis.com/css?family=Miss+Fajardose|Major+Mono+Display);

body .visible-swindon { display:none !important; } 
body .hidden-swindon { display:inherit !important; } 
body.shop_swindon .hidden-swindon { display:none !important; }
body.shop_swindon .visible-swindon { display:inherit !important; }

.visible-guest { display:initial !important; }
.hidden-guest { display:none !important; }
.visible-user { display:none !important; }
.hidden-user { display:initial !important; }

body {
	font-family: 'Miss Fajardose';
}
h1 {
	font-family: 'Major Mono Display';
}
h2 {
}
h3 {
}
h4 {
}
body {
	background-color: #ffffff;

	background-image:none;

	background-attachment: scroll;
}

header, #mobile-header {

	background-attachment: scroll;
}

/* Mobile */
.mobile .km-content {
}
.mobile #mobile-header {
}

* {
    text-shadow:none;
}

body {
    overflow-x: hidden;
    padding: 0;
    font-family: livory, serif;
}

.page_home > .outer-wrapper > #container > .inner-wrapper > #body > h1, .home-about, #body-bottom-hr, .ct_details_bar, .social_media_links > .btn-group, 
.social_media_links > p:last-child, #responsive-food-menu > div:first-child, .ct_header_row
 {
    display: none;
}     

.btn-tiny {
    padding: 2px !important;
}

#container {
    box-shadow: none;
}

.sys-alert {
    border-radius: 0;  
    text-align: center !important;
}

.sys-alert .modal-header {
    border-radius: 0; 
    background: #1572BA;
    color: white;
}

.alert-success {
    color: white;
    background-color: #0BBE52;
    border-color: #d6e9c6;
}

.alert-info {
    color: #3a87ad;
    background-color: #00c5ff;
    border-color: #bce8f1;
    color: white;
}

.alert-warning {
    background: #F27C00;
    color: white;
}

.alert-danger {
    color: white;
    background-color: #ff0f05;
}

h1,h2,h3,h4,h5 {
	font-family: 'modesto-condensed', 'arial';
    font-weight: 100;    
}

#borderTop {
    top: 0;
    position: absolute;
    background: #DFDFDF;
    left: 0;
    width: 100%;
}

.btn,
.lowerside_loyalty h4{
   font-family: livory, serif;
    font-weight: 700;
}

.btn-success {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #0BBE52;    
    transition: .2s;
}
.btn-success:hover {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #2ed47d;;
    transform: scale(1.1);
    transition: .2s;
}

.btn-warning {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #F27C00;
    transition: .2s;
}

.btn-warning:hover {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #ff9c34;
    transform: scale(1.1);
    transition: .2s;
}

.btn-danger {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #ff0f05;
    transition: .2s;
}

.btn-danger:hover {
	padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #cf0800;
    transition: .2s;
    transform: scale(1.1);
}

.btn-info {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #00c5ff;
    transition: .2s;
}

.btn-info:hover {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #71dfff;
    transition: .2s;
    transform: scale(1.1);
}

.btn-inverse {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: black;
    transition: .2s;
}

.btn-inverse:hover {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: black;
    transition: .2s;
    transform: scale(1.1);
}

.btn-primary {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #0088ff;
    transition: .2s;
}

.btn-primary:hover {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: #60b5ff;
    transition: .2s;
    transform: scale(1.1);
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: transparent;
    background-color: #003bb3;
    box-shadow: none;
}

.navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #1572ba;
    border-bottom-color: #1572ba;
}

.product-container-panel .ui-widget {
    padding:0 !important;
    margin-bottom: 1rem !important;
    background: #1572BA;
    border: none;
    text-shadow: none;
    color: white;
}

.product-container-panel .ui-widget h3 {    
    background: none;
    border: none;
    text-shadow: none;
    color: white;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	color: #3a87ad;
    background: #d9edf7;
    border: 1px solid #bce8f1;
}

.navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active>.dropdown-toggle .caret
{
	border-top-color: #1572ba;
    border-bottom-color: #1572ba;    
}

.navbar .nav li.dropdown>a:focus .caret {
    border-top-color: #f38f26;
    border-bottom-color: #f38f26;
}

#sliderBase .btn {
    padding: 8px 18px;
    border-radius: 20px;
    box-shadow: none;
    border: none;
    background: white;
    color: #0BBE52;
}

.page_members .btn-info {
    padding: 6px 18px !important;
}

.page_members .btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    background: lightskyblue;   
}

.page_members .btn {
    border-radius: 0px;
}

.page_menu .btn-success {
    border-radius: 0px;
}

.page_members #body {
    margin-bottom: 3rem;
}

#editProductModal {
    border-radius: 0;
}

#editProductModal fieldset .caret {
    margin-top: 5px;
}

#editProductModal .btn {
    border-radius: 0 !important;
}

#editProductModal .modal-header {
    padding: 9px 15px;
    background: #1572BA;
    border-bottom: 1px solid #eee;
    color: white;
    text-shadow: none;
    box-shadow: none;
}

#editProductModal .well {
    background: #f5f5f5;
    color: black !important;
}

#editProductModal .modal-footer button:nth-child(2) {
    background: red;
    color: white;
    transition: .2s;
}

#editProductModal .modal-footer button:nth-child(2):hover {
    transform: scale(1.1);
    transition: .2s;
}

.page_menu .btn {
    padding: 8px 18px;
    border-radius: 0 !important;
    box-shadow: none;
    border: none;  
}

.page_menu #basket-container .btn {
    border-radius: 0;
}

.page_menu .menu-count-2 .well {
    padding-bottom: 0;
    padding: 19px;
}

.page_checkout .btn {
    border-radius: 0 !important;
    padding: 5px 18px ;
}
.page_checkout .trigger-paymentmethod .btn {    
    background: none;
    border: none;
    box-shadow: none;
}
/* Menu & Ordering */

.alert {
    border-radius: 0rem;
    padding: 1rem 2rem;    
    text-align: left;    
    border: none !important;
}
.page_menu .ui-widget  {
    padding: 2rem;
    color: white;
}

.ui-tabs-menu {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    padding: 0 !important;
}

.menu-container {
    padding-bottom: 3rem;
}
.page_menu .menu-selection {
    text-align: center;
    padding-bottom: 4rem;
}

.page_menu .container-fluid > h1, .page_menu .container-fluid > .alert {
    text-align: left;
}

.page_menu .container-fluid > .alert {
    background: none;
    border: none;
}

.page_menu .ui-tabs .ui-tabs-nav {
    border-radius: 0;
    background: #1572BA;
}

.how-im-ordering {
    margin-bottom: 1rem !important;  
    padding: 0;
    font-family: livory, serif !important;
    background: transparent;
    color: #1572BA;    
}

.how-im-ordering h2 {
    
    font-family: livory, serif !important;
    
}

.navbar-affix-container {
    height: fit-content !important;
    background: #1572BA;
    border-radius: 0 !important;
}

.page_menu .ui-tabs-menu {
    display: block;
    border: 2px solid #1572BA;   
    padding: 8px !important;
    color: white;
}

.page_menu .ui-tabs-menu h5 {
 	font-size: 20px;  
}

.page_menu .ui-tabs .ui-tabs-nav {
    border-radius: 0;
    background: none;
    border: none;
    box-shadow: none;
}

.ui-tabs-vertical .ui-tabs-nav li {
    white-space: normal!important;
    clear: left!important;
    width: 100%!important;
    border-bottom-width: 1px!important;
    border-right-width: 0!important;
    margin: 0 -1px 0.2em 0!important;
    margin-bottom: 8px !important;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px 0.2em 0 0;
    border-bottom: 0;
    padding: 0;
    white-space: nowrap;
    border-radius: 0;
    border: none;
    background: #1572BA;
    color: white;
    border-radius: 0px;
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active {
    padding-bottom: 0!important;
    padding-right: 0.1em!important;
    border-right-width: 1px!important;
    background: #F27C00;
    border-right-width: 1px!important;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
    cursor: text;
    color: white;
}

.ui-tabs .ui-tabs-nav li:hover {
    background: #114c7a;
}

.ui-tabs-vertical .ui-tabs-nav li a {
    display: block!important;
    padding: 0.5em!important;
    float: none!important;
    color: white;
    padding-left: 1rem !important;
}

.row-product {
	border-bottom: 1px dashed #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: center !important;
}

#responsive-food-menu .brand {
    background: none;
    margin: 0;
    border-radius: 2rem;
    text-transform: unset;
    font-size: 42px;
    color: white !important;
    text-shadow: none;
}

.input-append input[class*="span"], 
.input-append .uneditable-input[class*="span"], 
.input-prepend input[class*="span"], .input-prepend .uneditable-input[class*="span"], 
.row-fluid input[class*="span"], .row-fluid select[class*="span"], .row-fluid textarea[class*="span"], 
.row-fluid .uneditable-input[class*="span"], .row-fluid .input-prepend [class*="span"], 
.row-fluid .input-append [class*="span"], .control-group.info input, .control-group.info select, .control-group.info textarea {
    font-family: livory, serif;
}     
        
#container {
    padding: 0;
}               
        
.navbar .btn-navbar {
background: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    border: none;
}

header .navbar > div:first-child {
    padding-left: 1rem;
}

header .navbar > div:last-child {
    padding-right: 1rem;
}
        
.row-product {
    border-bottom: 1px dashed #ccc;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
    align-items: flex-end;
    flex-direction: row;
    align-content: flex-end;
}     
        
.clearfix > div:nth-child(2) {
display: flex;
    align-items: flex-end;
}                                                                            
        
.page_home .btn-group>.btn:first-child {
    border-radius: 2rem;
    height: 38px !important;
}       
        
.page_home .btn-group>.btn+.btn {
    margin-left: 5px;
    -webkit-border-top-right-radius: 0px; 
    border-top-right-radius: 0px; 
    -webkit-border-bottom-right-radius: 0px; 
    border-bottom-right-radius: 0px; 
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    margin-left: 5px;
    border-radius: 1rem;
}                                                           

.page_home .ct_header_row, .page_home #logo {
    display: none; 
}

#urgentNotice0 .modal-footer button {
	padding: 8px 18px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #00c5ff;
    transition: .2s;
    color:white;
    text-shadow: none;
}

#urgentNotice0 .modal-footer button:hover {
	padding: 8px 18px;
    border-radius: 0px;
    box-shadow: none;
    border: none;
    background: #00c5ff;
    transition: .2s;
    transform: scale(1.1);
    color:white;
    text-shadow: none;
}

header {
    background: none; 
}

.navbar {
	margin-bottom: 0 !important;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: space-between;    
}

.navbar-inner {
    background: none;
    border: none;
    box-shadow: none;
}
        
.nav-collapse {
    display: flex;
    align-items: center;
    justify-content: space-between;
}        

.navbar .nav {
	background: #f6f6f6;
    border-radius: 2rem;
    padding: 0rem 1rem;
}
        
#locationButtonHeader {
    padding: 8px 22px;
    background: #f6f6f6;
    border-radius: 2rem;  
    font-size: 24px;
}
        
#locationButtonHeader > a:first-child {
    color: #1572BA;
    margin-right: 6px;
    cursor: pointer;
    text-decoration: none;
}        

#locationButtonHeader > a:last-child {
    color: #1572BA; 
    cursor: pointer;
    text-decoration: none;
}        
                
.navbar .brand {
	background: #f6f6f6;
    margin: 0;
    border-radius: 2rem;
    text-transform: unset;
    font-size: 17px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;    
    margin-left: 9px;  
}

.navbar .brand > img {
	height: 24px;
    margin-right: 8px;
}

.navbar .nav>li>a {
	float: none;
    padding: 10px 10px 10px;
    color: #f38f26;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    transition: .2s;
    font-weight: 600;
}

.navbar .nav>li>a:hover{
    color: #1572ba;
    background: none;
    transition: .2s;
}
        
.navbar .nav>li>a:hover {
    color: #1572ba; 
    text-decoration: none;
    background: none !important;
}

.navbar .nav>li>a:focus {
    color: #f38f26; 
    text-decoration: none;
    background: none !important;
}

.navbar .nav li.dropdown.open>.dropdown-toggle, .navbar .nav li.dropdown.active>.dropdown-toggle, .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #1572ba;
    background: none !important;
}
        
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, .dropdown-submenu:hover>a, .dropdown-submenu:focus>a {
    color: #1572ba !important;
    text-decoration: none;
    background: none !important;
}
        
.dropdown-menu>li>a {
    color: #f38f26 !important;
}
        
.navbar .nav>.active>a {
	color: #1572ba;
    background: none;
    box-shadow: none;
}

.navbar .nav>.active>a:hover {
    background: none;
    color: #1572ba;
    box-shadow: none;
}
        
#firstSection {
    padding-bottom: 2rem;
    position: relative;
}
        
#imageAbsoluteFirstSection {
    position: absolute;
    top: -6rem;
    left: -21rem;
}

#firstSection > div > article:first-child {
    position: relative;
}

#website-image-14617 {
	position: absolute;
    top: -4.5rem;
}

.column_modules {
    padding-top: 15rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mod_postcode_box {
    background: #f6f6f6 !important;
    border: none;
    border-radius: 2rem !important;
    margin-bottom: 0;
    padding-bottom: 2em !important;
}
        
.mod_postcode_box > div {
    padding: 0 !important;
}
        
.preorder_notice {
border-radius: 2rem;
}

#mod_postcode_box_pc {
	padding: 1.2rem;
    border-radius: 2rem;
}

.mod_postcode_box > h2 {
    font-size: 4rem;
    padding: 1rem 0;
    margin: 0;
    color: #0bbe52;
    text-transform: uppercase;
}

.mod_postcode_box > p {
    margin: 0 0 12px;
    color: #707070;
}

.mod_postcode_box > div > div > button {
    border-radius: 2rem !important;
    border: none;
}      

#firstSection > div > article:last-child {
    height: 100%;
}

.column_slideshow {
    width: 75rem;
    margin-left: 5rem;
}

header .navbar-inner {
    padding-top: 0rem;
}

.page_home header .navbar-inner {
    padding-top: 1rem;
}
        
header .navbar-inner > .container {
    margin-left: 3.5rem;
}

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 48px;
    left: 82px;
    padding: 0px;
    background: none;
    max-width: 10rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
        
.carousel-caption > h2 {
    font-size: 5rem;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    color: white;
    line-height: 70px;
    text-align: center;
    text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
}
        
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 1;
}

#myCarousel > img {
    position: absolute;
    bottom: -41px;
    left: -61px;
}        
        
.carousel-control {
	position: absolute;
    top: unset;
    bottom: 44px;
    left: unset;
    right: 39rem;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    font-size: 60px;
    font-weight: 100;
    line-height: 30px;
    color: #fff;
    text-align: center;
    background: none;
    border: none;
    border-radius: 0;
    z-index: 9;
    opacity: 1;
    filter: alpha(opacity=50);
    transition: .2s;
}   
        
.carousel-control:hover {
    transform: scale(1.2);
}
        
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 6rem;
}
        
.carousel-control.right {
        left: unset;
    right: 36rem !important;
}
        
#website-image-14620 > img {
    
    margin-bottom: 0rem;
}
        
#website-image-14620 {
margin-bottom: 1rem;
    width: 100%;
    text-align: center;
}        
        
#website-image-14621 > img {
    
    margin-top: 0rem;
}
        
#website-image-14621 {
margin-top: 1rem;
    width: 100%;
    display: none;
    text-align: center;
}       
        
.social_media_links {
    background: #F6F6F6;
    border-radius: 2rem;
    padding-top: 1rem;
}
        
.basket-hr-separator {
    display: none;
}
        
.social_media_links > div > a {
    background: none;
    border: none; 
    box-shadow: none;
    padding: 0px;
}
        
#basket-container .ui-widget-content  {
    margin-bottom: 1rem;
    border-radius: 0;
}
        
.social_media_links > div> a > img {
    height: 18px;
}          
        
.social_media_links > div > a > small {
    display: none;
}        
 
.followSocialText {
    color: #3C89C5;
}
        
.iconsBase {
    margin-top: 2px;
}
        
.iconsBase > a:first-child {
    margin-left: 36px;
    margin-right: 7px;
}

.addressHomeSection {
    padding-bottom: 1rem;
}
        
.addressHomeSection > a {
	display: flex;
    align-items: center;
    font-size: 20px;
}  
        
.addressHomeSection > a > img {
    margin-right: 12px;
}        
        
#secondSection {
    padding: 4rem 0 8rem;
    position: relative;
}
        
#leftArrowSlick, #rightArrowSlick {
    transition: .2s;
}
         
        
#leftArrowSlick:hover, #rightArrowSlick:hover {
    transform: scale(1.2);
}
        
#secondSection__LeftSideArticle {
	position: relative; 	 
    padding-right: 3rem;
    z-index: 2;
}
        
#secondSection__LeftSideArticle > div {
    position: absolute;
    bottom: 3rem;
    right: 5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    z-index: 3;
}	   
      
        
#secondSection__LeftSideArticle > div > h2 {
	text-transform: uppercase;   
    text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
}             
        
#secondSection__LeftSideArticle > img:first-child {
	position: inherit;
    z-index: 2;
}    
        
#secondSection__LeftSideArticle > img:last-child {
    position: absolute;
    bottom: -43px;
    right: -15px;
    z-index: 1;
}           
        
#backgroundImage__SecondSection {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    background: #1572BA;
    z-index: 0;
}
        
#backgroundImage__SecondSection > img:first-child {
	width: 100%;
    margin-top: -45px;
    height: 27px;
    object-fit: cover;
}  
        
#backgroundImage__SecondSection > img:last-child {
    width: 100%;   
    background: #1572ba;
    padding-top: 31rem;
}    
        
#secondSection__RightSideArticle {
    z-index: 6;
    position: relative;
}
        
.nav>li>a:hover {
    text-decoration: none;
    background-color: #0088ff;
    text-shadow: none;
}                   
        
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus {
    color: white !important;
}
        
#secondSection__RightSideArticle > div:first-child {
    position: relative;
}   
        
#secondSection__RightSideArticle > div:first-child > div {
    position: absolute;
    bottom: 2rem;
    left: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
}    
        
#secondSection__RightSideArticle > div:first-child > div > h2 {
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
}          
        
#secondSection__RightSideArticle > div:last-child {
    padding-top: 4rem;
    text-align: center;
    color: white;
} 
        
#secondSection__RightSideArticle > div:last-child > h2 {
    letter-spacing: 2px;
    margin-bottom: 9px;
}     
        
#secondSection__RightSideArticle > div:last-child > p {
    letter-spacing: 0px;
    margin-bottom: 9px;
    margin-top: 0;
}      
        
#secondSection__RightSideArticle > div:last-child > p:last-child {
	font-size: 12px;
}   
     
        
#thirdSection {
    padding: 4rem 0;
    background: #DFDFDF;
}    
    
#thirdSection__FirstSide {  
    padding-top: 5rem;
}
        
#thirdSection__FirstSide > div:first-child {
	margin-bottom: 3rem;
    text-align: center;
    color: #1572BA;
}
        
#lowerSideImg {
    z-index: 2;
    position: relative;
}
        
#splashImg2 {
    position: absolute;
    bottom: -27px;
    right: -42px;
    height: 8rem;
    z-index: 1;
}
        
#thirdSection__FirstSide > div:first-child > h2 {
    font-size: 4rem;
    margin-bottom: 1.2rem;
}
        
#thirdSection__FirstSide > div:first-child > p{   
    margin-bottom: 1rem;
}        
        
#thirdSection__SecondSide {
        display: flex;
    justify-content: center;
    padding: 0rem 3rem;
}        
        
#thirdSection__ThirdSide {
    
    padding-top: 4rem;
}        
        
#thirdSection__FirstSide > div:last-child {
	position: relative;
}                        
        
#thirdSection__FirstSide > div:last-child > div {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    text-align: center;
    z-index: 2;
}      
        
#thirdSection__FirstSide > div:last-child > div > h2 {
    color: white;
    text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
}             
        
#thirdSection__SecondSide {
    position: relative;
}
        
#thirdSection__SecondSide > div {
    position: absolute;
    right: 6rem;
    bottom: 3rem;
    color: white; 
    text-align: center;
} 
        
#thirdSection__SecondSide > div > h2 {
	text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
    text-transform: uppercase;
}          
        
#thirdSection__ThirdSide > div:first-child {
    position: relative;
}
        
#thirdSection__ThirdSide > div:first-child > div {
    position: absolute;
    left: 2rem;
    bottom: 2rem;
    text-align: center;
}    
        
#thirdSection__ThirdSide > div:first-child > div > h2 { 
    color: white;
    text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
}            
        
#thirdSection__ThirdSide > div:last-child {
    text-align: center;
    margin-top: 3rem;
    color: #1572BA;
}  
        
#thirdSection__ThirdSide > div:last-child > h2 {
    color: #F27C00;
    font-size: 4rem;
    margin-bottom: 1.2rem;
} 
        
#thirdSection__ThirdSide > div:last-child > p{
    margin-bottom: 1rem;
}           
        
#oliveGreyThirdSection {
    position: absolute;
}
        
footer {
	margin-top: 0;
    padding: 6rem 0 3rem;
    position: relative;
}
        
.footerLastSide {
	display: flex !important;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 3rem;
    flex-direction: column;
    position: relative;
    z-index: 5;
}
        
#middleSideFooter {
    padding: 0 2rem;
}

#middleSideFooter > section:first-child > div {        
    padding: 2rem 0 1rem 2rem;
}
        
#middleSideFooter > section:last-child > div {        
    padding: 0rem 0rem 2rem 2rem;
}        
        
#middleSideFooter > section > div > p:last-child {        
    font-size: 12px;
}            
        
#middleSideFooter > section > div > p:first-child {
    margin: 0;
    color: #1572BA;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
        
.footerLastSide > .copyright {
	padding: 22px 0 22px;
}
        
#baseFooter > div > article:first-child {
    padding-right: 3rem;
    padding-top: 2rem;
}
        
#firstPilar {
position: absolute !important;
    bottom: 3rem;
    left: 4rem;
    height: 15rem;
}
#secondPilar {
	position: absolute !important;
    bottom: 3rem;
    right: 4rem;
    height: 15rem;
}
#footerBorder {
    position: absolute;
    top: 0;
    width: 100%;
    background: #DFDFDF;
}
        
.slick-initialized .slick-slide {
    display: block;
    padding: 0;
    background: none;
    border: none;
    position: relative;
    margin-right: 32px;
    box-shadow: none;
}
        
.rowButtonsWellSlider { 
	position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: row;
    width: 100%;
    padding: 0 !important;
    padding-bottom: 11px !important;
    max-width: 240px;
    color: white;
    right: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}              
#sliderSection {
    padding: 3rem 0 2rem;
}        
#sliderBase {
    position: absolute;
    left: 34%;
    width: 85rem;
}                                  
#sliderSection > div:first-child > div:first-child > .well {
    width: 256px;
    height: 256px;
    border-radius: 81px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    color: #1572BA;
    background: #F9F9F9;
    border: none;
    box-shadow: none;
    padding-bottom: 1rem !important;
}
#sliderSection > div:first-child > div:first-child > .well > h2 {
    font-size: 50px;
    text-transform: uppercase;
    padding-top: 2rem;
    
}         
        
#sliderSection > div:first-child > div:first-child > .well > p {
    line-height: 22px;
    font-size: 16px;
} 
        
#sliderSection > div:first-child > div:first-child > .well > p > span {
    color: #F38F26;
}         
        
.slick-prev, .slick-next {
    position: unset;
    background: none;
}       
        
#buttonsSlickBase {
    display: flex;
}
        
#buttonsSlickBase > button {
    background: none;
}        
        
#buttonsSlickBase > button:first-child {
    padding-right: 12px;
    border: none;
    margin-top: 12px;
}    
        
#buttonsSlickBase > button:last-child {
    padding-left: 12px;
    border: none;
    margin-top: 12px;
}       
        
/* Members */
        
.well-large {
    padding: 0;
}  
        
#website-image-14646 img {
    border-radius: 0px;
}                
#frmLogin {
    margin-bottom: 36px;
}
.well {
    background: #1572BA;
    border-radius: 0rem;
    padding-bottom: 2rem;
    color: white;
}       
.page_members .well > legend {
    text-align: center;
    color: black;
    padding: 2rem 0;
    font-size: 2rem;
    border-bottom: 1px solid #1572BA;
}       
.page_members .well > div {
    padding: 0rem 1rem;
    color: black;
}       
.page_members hr {
	margin: 20px 0;
    border: 0;
    border-top: 0px solid #1572BA;
    border-bottom: 1px solid #1572BA;
}
        
.well > div input, select {
    border-radius: 0;
}       
        
.page_checkout textarea, input[type="text"], input[type="password"],
        input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], 
        input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], 
        input[type="tel"], input[type="color"], .uneditable-input {
			font-family: livory, serif; 
}
        
.well > div > div > div button {
    height: 30px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}    
        
.page_members .well {  
    background: white;
    border: solid 2px #1572BA;
    color: black;
    margin-bottom: 36px;
} 
        
/* Contact Us */
        
.page_contact-us .well {
    border: none;
    box-shadow: none;
    padding-bottom: 1.6rem;
    margin-bottom: 42px;
}
        
.page_contact-us .page_contact-us .well {
    margin-bottom: 34px;
}        
        
.page_contact-us #contact_map_canvas {
    border-radius: 0rem;
}
        
.page_contact-us .ui-widget {
    border-radius: 2rem;
    padding-bottom: 34px;
    border: none;
 	
}
        
.page_contact-us .ui-widget-content {
    background: #f6f6f6 !important;
    border: none;
    padding: 1rem;
}
        
.page_contact-us .ui-widget-content > h4 {
    margin-top: 0;
}
        
.page_contact-us .ui-widget>.ui-widget-header {
    margin: 0;
    padding: 0.6em 0.7em;    
    background: #1572BA;
    color: white;
    box-shadow: none;
    border: none;
}     
        
.page_contact-us .ui-widget>.ui-widget-content {
    padding: 2em 2rem;  
}      
        
.page_contact-us #box-contact-info {
    margin-bottom: 0;
}
        
.page_contact-us .box-delivery-information {
    padding-bottom: 4rem;
}
        
.page_contact-us #body > h1 {
    padding-bottom: 1rem;
    font-size: 4rem;
}      
     
.gm-style-iw .gm-style-iw-c {
    color: black !important;
}

.iconsBase > a:hover {
    background: none;
    transform: scale(1.1);
    padding: 0;
}
        
.mod_postcode_box > .input-append {
    display: flex;
}
        
#footer-link-information {         
    color: #F38F26;
}    
         
        
#responsive-food-menu .ctrl-mob-nav-search {
    padding: 8rem !important;
}
        
           
#zp-offcanvas-basket > .well {
    color: white;
}
        
.uk-offcanvas.uk-active .uk-offcanvas-bar.uk-offcanvas-bar-show {
    background: #1572BA
}
        
#responsive-food-menu {
    padding: 0;
}
        
                
#responsive-food-menu > div > .container {
    padding: 1rem 0;
    background: #1572BA;
    display: block;
}
        
#responsive-food-menu > div > .container > a {
	border-radius: 2rem;
    background: white;
    line-height: normal;
    padding: 10px 12px !important;
}
        
#responsive-food-menu > div > .container > button {
margin: 0 !important;
    padding: 11px 14px !important;
    border-radius: 2rem;
    border: none;
    line-height: normal;
    background: white;
    box-shadow: none;
}        
        
#responsive-food-menu.affix .navbar-inner {
    padding: 0;
}
        
#responsive-food-menu.affix .navbar-inner .container {
    padding: 1rem;
}        
        
#responsive-food-menu.navbar .navbar-inner {
    border-radius: 0 !important;
    width: 100%;
}      
        
#navbar-search-menu {
    margin-top: 0;
    margin: 0 1rem;
}
        
#navbar-search-menu > input {
    padding: 7px 14px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: normal;
    line-height: 1;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
	font-family: livory, serif;
    border-radius: 0px;
    min-width: 185px;
}    
        
.navbar .btn-navbar:hover, .navbar .btn-navbar:focus, 
.navbar .btn-navbar:active, .navbar .btn-navbar.active, 
.navbar .btn-navbar.disabled, .navbar .btn-navbar[disabled] {
	background: none;            
}
        
.popover {
    color: black;
}
        
.popover .popover-title {
    background: #F27C00;
    color: white;
}      
        
/* Checkout */

.loyaltypoints_box {
    background: #1572ba !important;    
}
.loyaltypoints_box .row-credits .well {
    padding-bottom: 12px;
    border: none !important;
}
.loyaltypoints_box h5, .loyaltypoints_box p, .loyaltypoints_box label {
    color: white !important; 
}
.loyaltypoints_box .row-credits .col-equals div {
    border: none !important;
    color: white;
}
.loyaltypoints_box .btn-success {
    padding: 12px 14px;
    font-size: 16px;
}
.loyaltypoints_box .btn-link {    
    padding: 5px 12px;
    text-shadow: none;
    color: #F38F26;
}
.loyaltypoints_box .ctl-pointsoptions {
    color: #F38F26;
}
.loyaltypoints_box .ui-widget-header {
    background: #00c5ff;
    border: none !important;
    color: white;
}
.page_checkout .well {
	background: #f6f6f6;
    border-radius: 0rem;
    padding-bottom: 2rem;
    border-radius: 0;    
    border: solid 4px #5e96c1;
    color: black;
}       
.page_checkout h5, .page_checkout h4 {
    font-size: 22px;
    line-height: 38px;
    color: black;
}                
.page_checkout #basket {
    margin-bottom: 0;
    background: black;
    color: white;
    padding: 2rem !important;
}
        
.page_checkout #basket .table th, #basket .table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    color: white !important;
    vertical-align: top;
    border-top: 1px solid white;
}     
        
#basket .muted {
    color: white;
}
        
.table-striped tbody>tr>td, .table-striped tbody>tr>th {
    background: transparent !important;
}
       
.success span {
    display: none;
}
        
.marginbottom15 .btn-proceed-final {
    padding: 1.5rem 0 !important;
}
        
.trigger-paymentmethod .btn.active {
	background-color: #0bbe52;    
    box-shadow: none;
    text-shadow: none;
    color: white;
}    
        
.btn-group.extended.extended2 .btn {
    width: 50%;
    padding-top: 2rem;
}        
   
.well-basket {
    background: black !important;
    color: white;
}        
.well-basket h4 {
    color: white;
}
        
.navbar .nav li.dropdown>.dropdown-toggle .caret {
        border-top-color: #f38f26;
    border-bottom-color: #f38f26;
}
        
.page_checkout input, .page_checkout select, .page_checkout textarea {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
        
.menu-count-2 {
    padding-bottom: 1rem;
}                
#closeModalNav {
   display: none;
    
}        
        

/* checkout banner */
.pre_order_checkout {
margin-bottom: 20px;
}
        
/* User Control Area */
        
.page_members .hero-unit {
    padding: 1rem !important;
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #eee;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    color: black !important;
}     
        
.page_members .muted {
    color: #f38f26;
}  
        
.page_members .nav-header {
    display: block;
    padding: 3px 15px;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #f38f26;
    text-shadow: none !important;
    text-transform: uppercase;
}     
        
.page_members .nav-list>li>a {
    padding: 3px 15px;
    color: black;
}     
        
.my-statistics-orders, .my-statistics-orders-total {
    color: black;
}
        
.page_members .sidebar-nav {
	margin-bottom: 17px;
}                  
                
        
.page_members .section-my-addresses .text-info {
    color: #f38f26;
}        
        
.page_members .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0;
    height: 30px;    
}                     
.page_members .section-customer-map .well {
    padding: 0;
}        
        
.page_members .section-customer-map .well #customer_map_canvas {
    padding: 0;
}
        
.section-loyalty-scheme {
    color: white;
}
        
.section-my-orders {
    color: white;
}
        
.section-my-orders {
    color: white;
}
        
.well-basket.page_checkout .table-bordered {
    border: 1px solid #ddd;
    border-collapse: unset;    
    border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0 !important;
    /* border: none !important; */
    box-shadow: none !important;
    background: black;
    color: white;
}    
        
.well-basket.page_checkout .table-bordered tbody tr:hover {
    background: black !important;
}
        
.table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th {
    background-color: transparent !important;
}        
        
        
.page_members .ui-widget-header {
    border: none;
    background: #F27C00;   
    font-weight: bold;
    border-radius: 0;
    color: white;
}           
        
.page_members .section-sales-reports small {
    font-size: 15px;
    color: #f38f26;
}
        
        
.page_members .section-product-reports .table-bordered,
.page_members .section-sales-reports .table-bordered, 
.page_members .section-tax-report .table-bordered,
.page_members .section-opening-times .table-bordered {      
    border: 1px solid #ddd !important;
    border-collapse: unset;    
    border-collapse: collapse;
    border-left: 0;
    background: white;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border-radius: 0 !important;   
    box-shadow: none !important;
    color: black;
}        

#editProductModal .modal-body fieldset {
    color: white;
}            
        
/* Order Placed */
        
.row-order-complete- {
    margin: 0;
    margin-bottom: 2rem;
}
        
.jumbotron {
    margin: 0;
}
        
.jumbotron h1 {
    color: rgb(40, 194, 32);
}
        
.row-order-complete- .well {
    background: none;
    padding: 0;
    border: none;
    box-shadow: none;
    text-align: center;
}     
        
.row-order-complete- div {
    padding: 1rem;
}        
        
/* Error 404 */

.page_error-404 #body {
    margin-bottom: 2rem;
}       

.page_error-404 .alert {    
    padding: 2rem !important;
} 

.page_error-404 .btn {    
    border-radius: 0;
} 
 
/* Information */
        
.page_information footer {
    margin-top: 4rem;
}
        
.page_information .well {
    padding: 2rem !important;
    color: white;
}       
        
.page_information .well a {
    padding: 12px 18px !important;
    color: white;
    margin-right: 10px;
} 
        
.page_information h1 {
    text-transform: uppercase;
}        
        
.status-CLOSED {
    color: #fd1f15 !important;
}   
        
.status-OPEN {
    color: #0bbe52 !important;
}          

#logo img {
    max-height: 125px;
}

.gyroMenuPageImg {
    padding-bottom: 1rem;
}

.nav-collapse #closeModalNav {
    padding: 0;
    
}

/* Media Queries */


        
@media screen and (max-width: 1200px) {
    

    
    .iconsBase > a:last-child {
        margin-left: 12px;
    }
    
    .column_modules {
        padding-top: 16rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
     .mod_postcode_box > h2 {
        font-size: 3rem;
        padding: 1rem 0;
        margin: 0;
        color: #0bbe52;
        text-transform: uppercase;
         margin-bottom: 6px;
         padding-bottom: 0;
    }
    
     .mod_postcode_box > p {
        margin: 0 0 12px;
        color: #707070;
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .iconsBase > a:first-child {
        margin-left: 24px;
        margin-right: 0px;
    }
    
    .followSocialText {
        font-size: 12px;
    }
    
    #website-image-14617 {
        position: absolute;
        top: -0.5rem;
	}
    
    .nav-collapse {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .navbar .nav {
        background: #f6f6f6;
        border-radius: 2rem;
        padding: 0rem 1rem;
        margin-right: 2rem;
    }
    
    #locationButtonHeader {
        padding: 8px 1rem;
        background: #f6f6f6;
        border-radius: 2rem;
        margin-right: 2rem;
    }
    
    #thirdSection__SecondSide {
        display: flex;
        justify-content: center;
        padding: 4rem 3rem 0;
    }
    
    /* Menu */
    
    .page_menu .ui-tabs-menu {
        margin-bottom: 2rem !important;
    }
    
    .container-fluid.main-content, .contact-us #body .container-fluid {
        padding-bottom: 2rem;
    }
    
}    
        
@media screen and (max-width: 979px) {
    
    #mobile_food_menu_nav {
        z-index: 1 !important;
    }
    
    #responsive-food-menu.affix {
        left: 0;
        z-index: 1 !important;
    }
    
    #sliderBase {
        position: absolute;
        left: 50%;
        width: 85rem;
        padding-bottom: 26px;
    }
    
    .rowButtonsWellSlider {
        position: absolute;
        bottom: 0;
        display: flex;
        left: 0;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 11px !important;
        max-width: 240px;
        color: white;
        right: 0;
        position: absolute;
        left: 48px;
        right: 0;
        margin-left: 0; 
         margin-right: 0;
    }
    
    #splashImgSecondSection, #splashImg2 {
        display: none;
    }
    
    .carousel-caption > h2 {
        font-size: 40px;
        text-transform: uppercase;
        margin-bottom: 8px;
        color: white;
        line-height: 37px;
        text-align: center;
        text-shadow: 2px 4px 4px rgb(46 91 173 / 60%);
    }
    
    .slick-dots {
        position: unset;
    }
    
    .slick-initialized .slick-slide {
        display: block;
        padding: 0;
        background: none;
        border: none;
        position: relative;
        margin-right: 0px;
        box-shadow: none;
    }
    
    #myCarousel > img {
        display: none;
    }
    
    .column_slideshow {
        width: 100%;
        margin: 0;
    }
    
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        border-radius: 0rem;
        object-fit: none;
    }
    
    .page_home #logo {
        display: block;
    }
    
    .trigger-paymentmethod {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
     }
    
    .trigger-paymentmethod button {
        width: 100% !important;
     }
    
    .nav-collapse, .nav-collapse.collapse {
        height: 100vh !important;
        overflow: hidden;
    }
    
    header .navbar-inner {
        padding-top: 1rem;
    }
    
    header .navbar > div:first-child img {
        height: 62px;
    }
    
	.page_home .navbar {
        margin-bottom: 0 !important;
        padding: 1rem 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: fit-content;
    }
    
    .page_home header {
        margin-bottom: 0rem;
    }
    
    .addressHomeSection > a {
        font-size: 14px;
    }
    
    .iconsBase > a:last-child {
        margin-left: -17px;
    }
    
    #picFooterLogoTop {
    	height: 2rem !important;
        display: flex;
        cursor: pointer;
	}
    
    .page_menu header {
        top: unset;
    }
    
    .navbar {
        margin-bottom: 0 !important;
        padding: 1rem 0;
	}
    
    .navbar .btn-navbar {
        background: none;
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
    
    .navbar header  {
        top: initial !important;
    }
    
    .navbar .btn-navbar > span:nth-child(2) {
        margin: 8px 0;
    }
    
    .navbar .btn-navbar .icon-bar {
    	display: block;
        width: 36px;
        height: 2px;
        background-color: #1572BA;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 25%);
        -moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
        box-shadow: none;
    }

    
    header {       
        position: sticky;
        background-size: cover;
        top: 0;
        background: white;
        z-index: 50;               
        margin-bottom: 1rem;
        box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
        border-bottom: solid #1572BA;
    }
    
    header > div:last-child > div:last-child {
        margin: 0 !important;
    }
    
    .navbar .nav {
        background: #f6f6f6;
        border-radius: 2rem;
        padding: 0rem 1rem;
        margin-right: 0rem;
        text-align: center;
        font-size: 30px;
    }
    
    .nav-collapse .nav>li {        
        padding-bottom: 0rem;
    }
    
    #closeModalNav {
    	display: flex;
        top: 0;
        position: absolute;
        right: 0;
        /* padding: 2rem; */
        margin: 1rem;
        background: none;
        color: grey;
        font-size: 20px;
        margin-top: 36px;
        margin-right: 24px;
    }
    
    .collapse.in {    	
        position: fixed;
        height: 100vh !important;
        width: 100%;
        background: #f6f6f6;
        left: 0;
        top: 0;
        z-index: 1000000000000000000000000000000000000000000000000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        pointer-events: all;
        transition: .2s;     
        opacity: 1;
        clear: none;
        -webkit-transform: none;
    }
    
    .nav-collapse {        
        position: absolute;
        height: 100vh !important;
        width: 100%;
        background: #f6f6f6;
        left: 0;
        top: 0;
        z-index: 1000000000000000000000000000000000000000000000000;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        pointer-events: none;
        transition: .2s;     
        opacity: 0;
        clear: none;
        -webkit-transform: none;
    }

    .menu-option-home-delivery, .menu-option-collection {
        padding: 0 !important;
    }
    
    .page_menu .ui-tabs-menu {
        margin-bottom: 0rem !important;
    }
    
    .copyright {
        text-align: center;
    }
    
	#firstSection > div:first-child {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    
    .followSocialText {
        font-size: 12px;
        margin-top: 9px;
        padding-right: 14px;
    }
    
    #firstSection > div:first-child > article:last-child  {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
    
    .social_media_links {
        background: #F6F6F6;
        border-radius: 2rem;
        padding-top: 0em;
        display: flex;
        padding: 10px 0rem;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: center;
        position: absolute;
        bottom: 6rem;
    }
    
    
    
    .carousel-caption {
        position: absolute;
        bottom: 35px;
        left: 7px;
        padding: 0px;
        background: none;
        max-width: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .carousel-control {
        position: absolute;
            top: unset;
    bottom: 32px;
        right: 85px !important;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 60px;
        font-weight: 100;
        line-height: 30px;
        color: #fff;
        text-align: center;
        background: none;
        border: none;
        border-radius: 0;
        z-index: 9;
        opacity: 1;
    }
    
    .carousel-control.right {
           left: unset;
    right: 39px !important;
    }
    
    #website-image-14617 {
        display: none;
    }
    
    .column_modules {
        padding-top: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #firstSection > div > article:first-child, #firstSection > div > article:first-child > .column_modules, #firstSection > div > article:first-child > .column_modules > div, #firstSection > div > article:first-child > .column_modules > div > img {
        width: 100%;
    }
    
    #website-image-14620,
    #website-image-14620 > img,
    #website-image-14621,
    #website-image-14621 > img
    {
        margin-top: 0;
        margin-bottom: 0;
        width: 100%;
        text-align: center;
    }
    
    .mod_postcode_box {
        background: #f6f6f6;
        border: none;
        border-radius: 0rem;
        margin-bottom: 0;
        padding: 3rem 0 2rem;
    }
    
    .mod_postcode_box > h2 {
        font-size: 5rem;
        padding: 0rem 0 1rem;
        margin: 0;
        color: #0bbe52;
        text-transform: uppercase;
        margin-bottom: 0px;        
    }
    
    .mod_postcode_box > p {
        margin: 0 0 12px;
        color: #707070;
        font-size: 18px;
        margin-bottom: 6px;
    }
    
    .mod_postcode_box > .input-append {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .carousel {
        margin-bottom: 0;
    }
    
    #mod_postcode_box_pc {
        padding: 1.2rem;
        border-radius: 2rem;
        height: 0px;
        margin-right: 12px;
    }
    
    .addressHomeSection {
        display: flex;
        align-items: center;
        justify-content: center;  
        padding: 1rem 0;
        position: absolute;
        bottom: 10rem;
    }
    
    
    
    .social_media_links > div> a > img {
        margin-right: 6px;
    }
    
    
    
    
    footer {
        margin-top: 0;
        padding: 6rem 0 3rem;
        position: relative;
    }
    
    #baseFooter > div:first-child {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    #baseFooter > div > article:first-child {
        padding-right: 0rem;
        width: 100%;
        padding-top: 0rem;
        text-align: center;
    }
    
    #middleSideFooter {
        padding: 2rem 2rem;
        width: 100%;
    }
    
    .footerLastSide {
        display: flex !important;
        align-items: center;
        padding-top: 0rem; 
        padding-left: 0rem; 
        flex-direction: column;
        width: 100% !important;
    }
    
    #secondPilar {
        position: absolute !important;
        bottom: 28rem;
        right: 4rem;
        height: 15rem;
    }
    
    #firstPilar {
        position: absolute !important;
        bottom: 28rem;
        left: 4rem;
        height: 15rem;
    }
    
    .navbar-inner > div {
    	display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }
    
    img[alt~="LogoStore"] {
    	height: 2rem !important;
	}
    
    #thirdSection__SecondSide {
        display: flex;
        justify-content: center;
        padding: 8rem 3rem 0;
    }
    
    #locationButtonHeader {
        display: none;
    }
    
    #opening-status {
        display: none;
    }
    
    /* Contact Us */
    .page_contact-us #body > div > div > div:first-child {
        padding: 0 0 0 1rem;
    }
    
    .page_contact-us #body > div > div > div:last-child {
        padding: 0 1rem 0 0;
    }
    
    .page_contact-us #body > h1 {
        padding-left: 1rem;
    }
    
    /* Page Members */
   .page_members #body {
       padding: 0 1rem;
   }
    
    /* Menu */
    #responsive-food-menu .container {
        display: flex;
        flex-direction: row-reverse;
    }
    
    .container-fluid > div > div {
        padding: 1rem;
    }
    
    .container-fluid.main-content, .contact-us #body .container-fluid {
        padding-bottom: 2rem;
    }
}
        
@media screen and (max-width: 767px) {
    
    #mobile_food_menu_nav {
        z-index: 1 !important;
    }
    
    #responsive-food-menu.affix {
        left: 0;
        z-index: 1 !important;
    }
    
    #sliderBase {
        position: unset;
        padding-top: 2rem;
        width: 100%;
    }  
    
    #basket {
        margin-bottom: 0;
        background: white;
        color: black;    
        border: 1px solid;
    }
    
    #editProductModal .clearfix > div:nth-child(2) {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
	}
            
    .rowButtonsWellSlider {
        position: absolute;
        bottom: 0;
        display: flex;
        left: 0;
        align-items: center;
        justify-content: space-evenly;
        flex-direction: row;
        width: 100%;
        padding: 0 !important;
        padding-bottom: 11px !important;
        max-width: 240px;
        color: white;
        right: 0;
        position: absolute;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    
    .menu-count-2 {
        padding-bottom: 0rem !important;
    }
    
    .menu-selection {
        padding: 0 2rem;
    }

    .menu-count-2 {
        padding-bottom: 4rem;
    }   
    
    .carousel-inner>.item {        
        height: 20rem;
    }
    
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        line-height: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    #sliderSection {
        padding: 1rem 0 2rem;
    	text-align: -webkit-center; 
        
    }
    
      
    
    #secondSection {
        padding-top: 0;
        padding: 0;
    }
    
    #secondSection__LeftSideArticle > div {
        position: absolute;
        bottom: 3rem;
        right: 3rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: white;
    	z-index: 3;
    }
    
    #secondSection__LeftSideArticle {
        position: relative;
        padding-right: 0rem;
        width: 90%;
        margin: auto;
    }
    
    #secondSection__LeftSideArticle > img:last-child {
        position: absolute;
        bottom: -49px;
        right: -69px;
        z-index: 1;
    }
    
    #secondSection__RightSideArticle {
        z-index: 6;
        position: relative;
        width: 90%;
        margin: auto;
        padding-top: 4rem;
    }
    
    #secondSection__RightSideArticle img {
        width: 100%;
    }
    
    #secondSection__RightSideArticle > div:first-child > div {
        position: absolute;
        bottom: 3rem;
        left: 4rem;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    
    #secondSection__RightSideArticle > div:last-child {
        padding-top: 2rem;
        text-align: center;
        color: white;
    }
    
    #backgroundImage__SecondSection {
        position: absolute;
        bottom: -3rem;
        width: 100%;
        left: 0;
        background: #1572BA;
        z-index: 0;
    }
    
    #thirdSection {
        padding: 4rem 0;
        background: #DFDFDF;
    }
    
    #thirdSection__FirstSide {
        padding-top: 4rem;
    	text-align: center;
    }
    
    #thirdSection__FirstSide > div:first-child {
        margin-bottom: 3rem;
        text-align: center;
        color: #1572BA;
    }
    
    #thirdSection__FirstSide > div:last-child {
        position: relative;
        width: 90%;
        margin: auto;
    }
    
    #lowerSideImg {
        z-index: 2;
        position: relative;
        width: 100%;
    }
    
    #thirdSection__FirstSide > div:last-child > div {
        position: absolute;
        left: 4rem;
        bottom: 4rem;
        text-align: center;
        z-index: 2;
    }
    
    #splashImg2 {
        position: absolute;
        bottom: -48px;
        right: -24px;
        height: 12rem;
        z-index: 1;
    }
    
    #thirdSection__SecondSide {
        display: flex;
        justify-content: center;
        padding: 5rem 0rem 3rem;
        width: 90%;
        margin: auto;
    }
    
    #thirdSection__SecondSide > img {
        width: 100%
    }
    
    #thirdSection__SecondSide > div {
        position: absolute;
        right: 3rem;
        bottom: 7rem;
        color: white;
        text-align: center;
    }
    
    #thirdSection__ThirdSide {
        padding-top: 2rem;
        text-align: center;
        width: 90%;
        margin: auto;
    }
    
    #thirdSection__ThirdSide > div:first-child > img {
        width: 100%;
    }
    
    #thirdSection__ThirdSide > div:first-child > div {
        position: absolute;
        left: 5rem;
        bottom: 4rem;
        text-align: center;
    }
    
    #thirdSection__ThirdSide > div:last-child {
        text-align: center;
        margin-top: 3rem;
        color: #1572BA;
    }
    
    #middleSideFooter {
        padding: 2rem 2rem;
        width: 100%;
        text-align-last: center;
    }
    
    #firstPilar {
        position: absolute !important;
        bottom: 35rem;
        left: 4rem;
        height: 15rem;
    }
    
    #secondPilar {
        position: absolute !important;
        bottom: 35rem;
        right: 4rem;
        height: 15rem;
    }
    
    #middleSideFooter > section:first-child > div {
        padding: 1rem 0;
    }
    
    #middleSideFooter > section:last-child > div {
        padding: 1rem 0;
    }
    
    .navbar-inner > .container {
        margin-left: 0rem;
    }
    
    img[alt~="LogoStore"] {
        height: 10rem;
    }
    
    .addressHomeSection {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 1rem 0;
    }
    
    .social_media_links {
        background: #F6F6F6;
        border-radius: 2rem;
        padding-top: 0em;
        display: flex;
        padding: 10px 0rem;
        margin-bottom: 1rem;
        align-items: center;
        justify-content: center;
    }
    
    .social_media_links > div> a > img {
        margin-right: 6px;
    }
    
    .followSocialText {
        font-size: 12px;
        margin-top: 9px;
        padding-right: 14px;
    }
    
    /* Contact Us */
    .page_contact-us #body > div > div > div:first-child {
        padding: 0 1rem;
    }
    
    .page_contact-us #body > div > div > div:last-child {
         padding: 0 1rem;
    }
    
    .page_contact-us .box-delivery-information {
        padding-bottom: 2rem;
    }
    
    .box-opening-hours {
        padding-bottom: 4rem !important;
    }
    
    /* Menu */
    .navbar-affix-container {
        height: fit-content;
        background: #1572BA;
        border-top-right-radius: 2rem;
        border-top-left-radius: 2rem;
    }
    
    .container-fluid.main-content, .contact-us #body .container-fluid {
        padding-bottom: 1rem;
    }
    
    #responsive-food-menu .container {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    
    
    
    .ui-tabs-vertical .ui-tabs-panel {
        padding: 1em!important;
        float: right!important;
        width: 100%!important;
        box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        -ms-box-sizing: border-box!important;
        -o-box-sizing: border-box!important;
    }
    
    .visible-phone {
        /* display: inherit!important; */
        display: flex !important;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: flex-start;
    }
    
    .container-fluid > div > div {
        padding: 1rem
    }
    
    #order-empty {
        margin-bottom: 1rem;
    }
    
    #responsive-food-menu > div > .container > a {
        margin-left: 12px !important;
    }
    
    .page_members .section- > div:last-child > .hidden {
     	display: none;   
    }

}        
@media (max-width: 480px) { 
    
    .page_members .input-append .add-on:last-child, .input-append .btn:last-child, .input-append .btn-group:last-child>.dropdown-toggle {
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0;
        height: 30px;
        display: block;
    }  
    
    .row-order-complete- {
        margin: 0;
        margin-bottom: 0rem;
    }
    
    footer {
        margin-top: 0;
        padding: 9rem 0 3rem;
        position: relative;
    }
    
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        display: block;
        line-height: 1;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .carousel-caption {
        position: absolute;
        bottom: 35px;
        left: 7px;
        padding: 0px;
        background: none;
        max-width: 10rem;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    
    .carousel-control {
        position: absolute;
            top: unset;
    bottom: 32px;
        left: unset;
        right: 85px;
        width: 40px;
        height: 40px;
        margin-top: -20px;
        font-size: 60px;
        font-weight: 100;
        line-height: 30px;
        color: #fff;
        text-align: center;
        background: none;
        border: none;
        border-radius: 0;
        z-index: 9;
        opacity: 1;
    }
    
    .carousel-control.right {
            left: unset;
    right: 39px !important;
    }
    
    .mod_postcode_box > h2 {
        font-size: 4rem;
        padding: 0rem 0 1rem;
        margin: 0;
        color: #0bbe52;
        text-transform: uppercase;
        margin-bottom: 0px;
    }
    
    #secondPilar {
        position: absolute !important;
        bottom: 47rem;
        right: 3rem;
        height: 10rem;
    }
    
    #firstPilar {
        position: absolute !important;
        bottom: 47rem;
        left: 3rem;
        height: 10rem;
    }
    
    /* Menu */
    .navbar-affix-container {
        height: fit-content !important;
    }
    
    #responsive-food-menu .brand {
        background: none;
        margin: 0;
        border-radius: 2rem;
        text-transform: unset;
        font-size: 17px;
        color: white !important;
        text-shadow: none;
    }       
    
    #responsive-food-menu > div > .container > button {
        margin: 0 !important;
        padding: 11px 14px !important;
        border-radius: 2rem;
        border: none;
        line-height: normal;
        background: white;
        box-shadow: none;
        font-size: 10px;
        margin-top: 1px !important;
    }
    
    #responsive-food-menu > div > .container > a {
        border-radius: 2rem;
        background: white;
        line-height: normal;
        padding: 8px 10px !important;
    }
}               

.menu .li-cat-27450,
body.the-order #body > h1 {
    display: none;
}