@import url(https://fonts.googleapis.com/css?family=Poppins|Bungee|Bungee|Bungee|Poppins);

body .visible-deeside { display:none !important; } 
body .hidden-deeside { display:inherit !important; } 
body.shop_deeside .hidden-deeside { display:none !important; }
body.shop_deeside .visible-deeside { display:inherit !important; }

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

body {
	color: #2b2a29;
	font-family: 'Poppins';
	font-weight: normal;
}
h1 {
	font-family: 'Bungee';
	font-weight: normal;
}
h2 {
	font-family: 'Bungee';
	font-weight: normal;
}
h3 {
	font-family: 'Bungee';
	font-weight: normal;
}
h4 {
	color: #2b2a29;
	font-family: 'Poppins';
	font-weight: bold;
}
body {
	background-color: #fffef8;

	background-image:none;

}

header, #mobile-header {
	background-color: #fffbdf;

	background-image:none;
}

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

/* Core CSS Fixes */
/* With the plan to be commited to the master.css in the future */
table, .table-striped tbody>tr:nth-child(odd)>td, .table-striped tbody>tr:nth-child(odd)>th, .table-hover tbody tr:hover>td, .table-hover tbody tr:hover>th, table .muted {
    background: transparent;
}
.table-hover tbody tr.ui-state-highlight:hover>th, .table-hover tbody tr.ui-state-highlight:hover>td {
    background: transparent;
}
.row-product {
    padding: 10px 0px;
}
.row-odd, .row-product:hover {
    background: none;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}
#zp-offcanvas-basket #order-empty {
    margin-bottom: 15px;
}
#mobile_food_menu_nav .btn {
    padding: 5px;
    border: none !important;
}
.copyright {
    text-align: left;
}
.vendor {
    float: right;
}
.cards, .vendor {
    padding-top: 5px;
}
.page_welcome #opening-status, .page_welcome .navbar {
    display: none;
}
.loyaltypoints_box .row-credits .col-equals .ui-widget-header {
    background: transparent !important;
    border: none !important;
}
.loyaltypoints_box .btn-success {
    margin-bottom: 15px;
}
.loyaltypoints_box .btn-link {
    color: #2b2a29;
    font-size: 12px !important;
    text-decoration: underline;
}
.checkout #loginSignin, .checkout #ctl-forgotPassword {
    width: 99%;
    margin-bottom: 10px;
}
.btn, .btn:hover, .btn:focus {
    border: none;
}
.btn-option {
    height: auto !important;
}
#basket-container a {
    margin-top: 10px;
}
#responsive-food-menu .brand {
    text-shadow: none;
}
.page_menu .tb-nav-tabs {
    border: none;
    background: none;
    box-shadow: none;
}
.page_menu .tb-nav-tabs .ui-widget-header {
    background: none;
}
#responsive-food-menu .btn-navbar.btn-primary {
    margin-right: 10px !important;
    margin-top: 3px !important;
}
#responsive-food-menu .btn-navbar.ctrl-mob-nav-search {
    margin-top: 5px !important;
    box-shadow: none;
}
.page_menu .ui-tabs .ui-tabs-nav li {
    border: none;
    border-radius: 0px;
}
.modal-header .close, .well .close, .alert .close, .well.sys-alert button.close, #editProductModal .close {
    color: #FFFFFF;
    opacity: 0.8;
}
header .navbar {
    margin-bottom: 0px !important;
    position: relative;
    z-index: 300;
}
header .navbar-inner {
    background: transparent;
    border: none;
    box-shadow: none;
}
#myCarousel {
    margin-bottom: 0px !important;
}
.ct_details_bar > [class*="span"] {
    min-height: auto !important;   
}
.menu-container .navbar-affix-container, .menu-container .navbar-affix-container .navbar-inner {
    background-color: #ffb39f !important;
    background-image: none;
    border: none;
}
.page-review-order textarea {
    height: 230px;
}
.page_error-404 .alert.alert-error.well-large{ 
    background: transparent !important; border: none; 
}
.page_error-404 h1 { 
    padding: 5px 0px; 
}
.menu-selection .alert {
    background: transparent !important;
    border: none;
    box-shadow: none;
}
.menu-selection .well {
    background: #ffddd4 !important;
    border: none;
    box-shadow: none;
}
.menu-selection img {
    margin: 0px auto 30px;
    display: block;
}
.page-review-order h1 {
    text-align: center;
}
.how-im-ordering {
    margin-bottom: 20px;
}
.website-image {
    text-align: center; 
}
#responsive-food-menu .ctrl-mob-nav-search {
    box-shadow: none;
}
#responsive-food-menu.affix {
    left: initial;
}
.contact-us .box-opening-hours {
    margin-top: 20px;
}
.contact-us #contact_map_canvas {
    color: #000000 !important;   
}
.navbar-affix-container {
    height: auto !important;
}
/* END Core CSS Fixes */
/****************************************************************/

/**-- DISPLAY NONES --**/
.home h1, .home-about, #body-bottom-hr, 
.row_mods, .row_phones, 
.social_media_links small, .voucher_box .success span, 
#basket-container hr, header .brand, .ct_details_bar,
.navbar .nav li.dropdown>.dropdown-toggle .caret, 
.navbar .nav li.dropdown>a .caret, .carousel-indicators, 
.carousel-caption {
    display: none !important;
}

/* GLOBAL */
* {
    box-sizing: border-box;
}
* {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal; 
    line-height: 110%;
    box-sizing: border-box;
}
body {
    padding: 0;
}
#container {
    background: none;
    padding: 0;
    width: 100%;
    /*max-width: 2000px;*/
    box-shadow: none;
}
ol>li>ol, ol>li>ul, ul>li>ol, ul>li>ul {
    margin: 0 0 10px 25px;
}
a {
}
a:hover, a:focus {
}
em {
}
/*h3 {
text-shadow: -4px 0px 0px #E56A51;
color: #FF8F72 !important;
text-align: left;
font-size: 30px;
}*/
h1 {
    line-height: 110%;
    color: #00A9F5;
    margin-left: 6px;
}
small {
    text-shadow: none;
}
.home h2 {
    color: #00A9F5;
    text-align: left;
    line-height: 100%;
}
.home h3, .home .lead, .home h4 {
    color: #FF8F72;
    text-align: left;
    font-family: 'Bungee' !important;
}
.home h4 {
    color: #FF8F72;
    text-align: left;
    line-height: 110%;
}
.home h5 {
    font-weight: 600;
    line-height: 100%;
    font-size: 24px;
}
.home p {
    line-height: 150%;
    font-size: 20px;
}
.home h3.blue, .home .loyaltyText h4, .smoothieSection h3 {
    color: #00A9F5;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #63d9ff;
    border: none;
    text-shadow: none;
}
.alert h4 {
    margin: 0;
    text-shadow: none;
    color: #FFFBDF !important;
}
.sys-alert h3 {
    font-size: 28px !important;
}
.sys-alert h4 {
    font-family: "Poppins", sans-serif !important;
    font-size: 24px !important;
}
.sys-alert p {
    font-size: 21px !important;
}
.sys-alert small {
    font-size: 16px !important;
}
.sys-alert h3, .sys-alert h4, .sys-alert p, .sys-alert small {
    color: #FFFBDF !important;
    text-align: center !important;
    line-height: 110% !important;
    text-shadow: none !important;
}
.sys-alert .modal-body h3, .sys-alert .modal-body h4,
.sys-alert .modal-body p, .sys-alert .modal-body small {
    color: #000000 !important;
}
#logo img {
    max-height: 97px;
    margin-top: 40px;
}
body:not(.home) #logo img {
    margin-top: 20px;
}
body:not(.home) #logo {
    margin-bottom: 20px;
}
/* SITE WIDTH */
#body, #responsive-food-menu, .ct_header_row {
    max-width: 1170px;
    margin: 0 auto;
}
#body {
    padding-top: 20px;
}
.ct_details_bar,.home .ct_header_row, .navbar-inner .container, /*.home .main,*/
footer .row-fluid, .welcomeSection, .foodSectionInner, .LoyaltySectionInner,
.preFooterInner, .postcodeSection {
    max-width: 1640px !important;
    margin: 0 auto !important;
}
body, .home #body  {
    max-width: 1920px;
    margin: 0 auto !important;
}
/* COLOURS */
.btn-success, .alert-success, .label-success, .badge-success, 
#opening-status.status-OPEN, 
#editProductModal .btn-group>.dropdown-toggle.btn-success, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success {
    background: #3ABE85 !important;
    color: #FFFBDF !important;
}
.btn-success:hover, .btn-success:focus, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-success:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-success:focus {
    background: #43ca90 !important;
    color: #FFFBDF !important;
}
.text-success, .loyalty-card>div .loyalty-value {
    color: #3ABE85 !important;
}
.btn-success, .btn-success:hover, .btn-success:focus {
    box-shadow: -5px 5px 0px #1D9863;
}
.btn-primary, .alert-primary, .label-primary, .badge-primary {
    background: #0083ff !important;
    color: #FFFBDF !important;
}
.btn-primary:hover, .btn-primary:focus {
    background: #0e89fd !important;
    color: #FFFBDF !important;
}
.text-primary {
    color: #0064da !important;
}
.btn-primary, .btn-primary:hover, .btn-primary:focus {
    box-shadow: -5px 5px 0px #0064da;
}

.btn-info, .alert-info, .label-info, .badge-info, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info {
    background: #63D9FF !important;
    color: #FFFBDF !important;
}
.btn-info:hover, .btn-info:focus, .btn-group.open .btn-info.dropdown-toggle, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editProductModal fieldset .btn-group>.dropdown-toggle.btn-info:focus, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:hover, 
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle.btn-info:focus {
    background: #71dcff !important;
    color: #FFFBDF !important;
}
.text-info {
    color: #00A9F5 !important;
}
.btn-info, .btn-info:hover, .btn-info:focus {
    box-shadow: -5px 5px 0px #00A9F5;
}
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger),
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger) {
    background: #000000;
    color: #FFFBDF;
}
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editProductModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):hover,
#editSpecialDealModal fieldset .btn-group>.dropdown-toggle:not(.btn-info):not(.btn-success):not(.btn-danger):focus {
    background: #4e4e4e;
    color: #FFFBDF;
}

.btn-danger, .alert-danger, .label-danger, .badge-danger, .alert-error, .modal-footer button:first-of-type, 
#opening-status.status-CLOSED, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger {
    background: #FF8F72 !important;
    color: #FFFBDF !important;
}
.btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:hover, 
#editProductModal .btn-group>.dropdown-toggle.btn-danger:focus, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:hover, 
#editSpecialDealModal.btn-group>.dropdown-toggle.btn-danger:focus {
    background: #fc997f !important;
    color: #FFFBDF !important;
}
.text-danger, .text-error {
    color: #FF8F72 !important;
}
.btn-danger, .btn-danger:hover, .btn-danger:focus, .modal-footer button:first-of-type {
    box-shadow: -5px 5px 0px #E56951;
}

.btn-warning, .alert-warning, .label-warning, .badge-warning {
    background: #fb934a !important;
    color: #FFFBDF  !important;
}
.btn-warning:hover, .btn-warning:focus {
    background: #fd9c58 !important;
    color: #FFFBDF  !important;
}
.text-warning {
    color: #ff7718 !important;
}
.btn-warning, .btn-warning:hover, .btn-warning:focus {
    box-shadow: -5px 5px 0px #ff7718;
}
.btn-inverse, .alert-inverse, .label-inverse, .badge-inverse {
    background: #737171 !important;
    color: #FFFBDF  !important;
}
.btn-inverse:hover, .btn-inverse:focus {
    background: #878585 !important;
    color: #FFFBDF  !important;
}
.text-inverse {
    color: #565455 !important;
}
.btn-inverse, .btn-inverse:hover, .btn-inverse:focus {
    box-shadow: -5px 5px 0px #565455;
}

/* BUTTONS */
.btn {
    font-family: 'Poppins', 'Arial', sans-serif !important;
    font-weight: 600;
    text-shadow: none;
    border-radius: 10px;
    padding: 8px 15px;
}
.btn:hover, btn:focus {
    transition: 0.4s ease-in;
}
.btn-large {
    border-radius: 10px !important;
    padding: 23px 30px;
    font-size: 24px;
    margin-left: 4px;
    margin-bottom: 5px;
}
.btn-small {
    padding: 5px 8px 4px;
    margin-bottom: 10px;
}
.btn-small i {
    /*position: relative;
    top: 1px;*/
}
.btn-tiny {
    box-shadow: none !important;
}
body:not(.home) .btn {
    margin-left: 5px;
}
.input-append .add-on:last-child, .input-append .btn:last-child {
    border-radius: 0 10px 10px 0;
    margin-left: -5px;
}
.dropdown-toggle.btn-option, .btn.btn-info.ctl-lookupAddress, .members .btn.btn-info.ctl-forgotPassword {
    box-shadow: none !important;
}
/*special padding might be needed for buttons with icons*/
#basket-container a, #zp-offcanvas-basket a {
    /*padding: 8px 10px 8px;*/
}
#basket-container a i {
    margin-bottom: -1px;
}

/* DROPDOWN MENU */
.dropdown-menu {
    background: #2b2a29;
    border: 0;
    padding: 0px;
}
.dropdown-menu>li {
    padding: 0px;
}
.dropdown-menu>li>a {
    font-size: 18px;
    padding: 10px;
    color: #FFFFFF;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus, 
.nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background: #00a9f5;
}

/* INPUTS */
select, 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"], .page_members .btn-group .btn.dropdown-toggle {
    font-family: 'Poppins', 'Arial', sans-serif !important;
    box-sizing: border-box;
    font-weight: 600;
    height: 37px;
}

/* WELLS */
.well {
    border-radius: 20px !important;
    box-shadow: 10px 10px 0px #ffb39f !important;
    background: #ffddd4 !important;
    border: none;
    margin-bottom: 30px;
}
.column_modules {
    border-radius: 20px !important;
    box-shadow: 10px 10px 0px #EAE3B1;
    background: #FFFBDF;
    border: none;
}
.well, .page-review-order, .ui-tabs-menu {
    /*border: 1px solid rgba(0, 0, 0, .04);
    transition: box-shadow .2s ease-in-out;
    border-radius: 5px !important;
    box-shadow: 0 1px 4px rgb(0 0 0 / 8%);*/
}
.well, .page-review-order {
    padding: 15px;
}
.ui-tabs-menu {
    border-top-left-radius: 0px !important; 	
    border-top-right-radius: 0px !important;
}

/* LEGEND, UI-WIDGET */
.ui-widget-header {
    color: #E56A51;
    background: #ffb39f;
    font-size: 24px;
    margin-left: 3px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 10px 10px 0px #ffb39f;
    border: none;
}
.ui-widget-content {
    border-radius: 0px 0px 20px 20px;
    background: #ffddd4;
    border: none;
}
.page_contact-us .ui-widget-content, .ui-tabs-menu  {
    box-shadow: 10px 10px 0px #ffb39f;
}
.ui-widget-content .ui-widget-header {
    box-shadow: none !important;
    border-radius: 0px !important;
}

/*--SYSTEM ALERTS**/
.well.sys-alert {
    text-align: center;
    color: #FFFFFF;
}
.well-small.sys-alert .lead {
    color: #FFFFFF;
}
.sys-message {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    text-align: center;
    border-radius: 0px !important;
}
.idx-4.sys-alert p, .idx-4.sys-alert h3, .idx-4.sys-alert h4, .idx-4.sys-alert small {
    color: #000000 !important;
}

/* MODALS */
.modal-header {
    background: #FF8F72;
}
.modal-body {
    background: #FFFFFF;
    color: #000000;
}
.modal-footer {
    background: #2b2828;
    color: #fff;
    opacity: 1;
    border-radius: 0px;
}
.modal-footer h3,
.modal-footer h3 span {
    /*font-size: 20px;
    line-height: 110%:*/
}
.modal-body .well {
    /*background: #f5f5f5 !important;*/
    color: #2b2a29;
}

/* CARETS */
header .navbar .caret {
    border-top-color: #FFFFFF !important;
    transition: transform 0.3s;
    margin-top: 8px !important;
}
header .navbar .nav li.dropdown.open>.dropdown-toggle .caret {
    transform: rotate(180deg);
}
.navbar .nav li.dropdown>.dropdown-toggle:hover>.caret, .navbar .nav li.dropdown>a:hover .caret, .navbar .nav li.dropdown>a:focus .caret, .navbar .nav li.dropdown.active>.dropdown-toggle .caret, .navbar .nav li.dropdown.open>.dropdown-toggle .caret, .navbar .nav li.dropdown.open.active>.dropdown-toggle .caret {
    display: none;
}
#editProductModal .btn-info .caret, #editSpecialDealModal .btn-info .caret {
    border-top-color: #FFFBDF;
}
#editProductModal .btn-info.btn-success .caret, #editSpecialDealModal .btn-info.btn-success .caret {
    border-top-color: #FFFBDF;
}
#editProductModal .btn .caret, #editSpecialDealModal .btn .caret {
    margin-top: 4px !important;
    border-top: solid 4px #FFFBDF;
}
#editProductModal .btn-group>.dropdown-toggle.btn-success .caret, #editSpecialDealModal.btn-group>.dropdown-toggle.btn-success .caret {
    background: #3ABE85 !important;
    color: #FFFBDF !important;
    border-top-color: #FFFBDF !important;
}

/* HEADER SECTION */
#opening-status {
    border: none;
    background: none;
    margin-left: 0px;
}
#opening-status:hover, #opening-status:focus {
    text-decoration: none;
    cursor: default;
}

/* NAV SECTION */
header .navbar a {
    text-shadow: none !important;
}
header .navbar .nav>li>a, header .nav-collapse .nav>li>a {
    color: #807d72;
    font-size: 24px;
    font-weight: 400;
}
header .navbar .nav>.active>a, header .navbar .nav>.active>a:focus, header .navbar .nav li.dropdown.open>.dropdown-toggle, header .navbar .nav li.dropdown.active>.dropdown-toggle, header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    color: #2B2A29;
    font-weight: 700;
    background-color: transparent;
    box-shadow: none;
}
header .navbar .nav>.active>a:hover, header .navbar .nav>li>a:focus, header .navbar .nav>li>a:hover {
    color: #2B2A29;
    font-weight: 400;
    background-color: transparent;
    box-shadow: none;
}
.navbar .nav>li>a {
    padding: 10px 35px 10px;
    text-shadow: none;
}

/* FOOTER SECTION */
.label-copyright {
    color: #2B2A29;
    font-size: 17px !important;
}
.label-copyright a, .orderText a {
    color: #2B2A29;
}
.label-copyright a {
    text-decoration: underline;
}
.label-copyright a:hover, .label-copyright a:focus,
.orderText a:hover, .orderText a:focus {
    color: #FF8F72;
}
footer .row-fluid {
    padding: 30px 0px;   
}

/* HOME PAGE */
#mod_postcode_box_pc {
    line-height: normal !important;
    vertical-align: middle !important;
    background: #EAE2B1;
    height: 70px;
    font-size: 34px;
    font-weight: 600;
    border: none;
    border-radius: 10px;
    width: 400px;
    margin-bottom: 15px;
}
#mod_postcode_box_pc::placeholder {
    color: #AFA87B;
}
.mod_postcode_box .muted {
    font-size: 16px !important;
    color: #2B2A29 !important;
}

/* MENU PAGE */
#responsive-food-menu {

}
.navbar-affix-container .navbar.affix-top {
    box-shadow: 10px 10px 0px #ffb39f !important;
}
#responsive-food-menu .brand {
    font-family: 'Bungee';
    font-size: 30px;
    color: #fffbdf;
    line-height: 80%;
}
.ui-state-highlight.lead.cat-desc {
    font-size: 19px;
}
.how-im-ordering {

}
.how-im-ordering-menuname {

}
.how-im-ordering small {

}
.row-product h5 {
    font-size: 16px;
}
.lbl-pay-choice {
    line-height: 160%;
}
.cat-desc {
    /*font-size: 16px;
    padding: 5px 10px;
    line-height: 130%;*/
}
#editProductModal .modal-body h4 .name, #editSpecialDealModal .modal-body h4 .name, #editProductModal .modal-body h3, #editSpecialDealModal .modal-body h3 {
    /*font-size: 60px;
    line-height: 110%;*/
}
.ui-tabs-panel {
    box-shadow: none;
}
.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 {
    background: #FFE160;
    color: #2B2A29 !important;
}
.ui-tabs .ui-tabs-nav li {
    background: #FFA3CE;
    padding-right: 0px !important;
}
.page_menu .ui-tabs .ui-tabs-nav li:hover, .page_menu .ui-tabs .ui-tabs-nav li:focus {
    background: #FFB8A3;
}
.page_menu .ui-tabs .ui-tabs-nav li a {
    color: #FFFBDF;
}
#menu-search-box {
    width: 237px;
    margin-bottom: 5px !important;
}
#zp-offcanvas-menu .uk-offcanvas-bar {
    background-color: #2B2A29;
}
#zp-offcanvas-basket .uk-offcanvas-bar {
    background: #FFFEF8 !important;
}
.popover .popover-title {
    background: #FFA3CE;
    color: #FFFBDF !important;
    font-size: 16px;
}
.popover .popover-content {
    color: #2B2A29;
}
.modal .dropdown-menu {
    min-width: 50px;
}
.website-image img {
    border-radius: 20px !important;
}
.website-image.blueShadow, .website-image.pinkShadow {
    border-radius: 20px;
    width: fit-content;
    text-align: center !important;
    margin: 0 auto;
}
.website-image.blueShadow {
    box-shadow: 10px 10px 0px #00A9F5;
}
.website-image.pinkShadow {
    box-shadow: 10px 10px 0px #ffb39f !important;
}

/* MENU CUSTOMISE PRODUCT */
.modal-body .type-choose-one .dropdown-toggle {
    text-overflow: ellipsis;
    overflow-x: hidden;
    max-width: 100%;
}
/* CHECKOUT PAGE */
.checkout h2, .contact-us h1 {
    font-size: 47px;
    line-height: 100%;
    color: #00A9F5;
    text-shadow: -6px 0px 0px #63D9FF;
    margin-left: 6px;
    margin-bottom: 20px;
}
.checkout h4, .checkout h5 {
    font-size: 22px !important;
    line-height: 110%;
}
.checkout .well-basket, #basket-container {
    background: #c1f7e0 !important;
    box-shadow: 10px 10px 0px #84dbb5 !important;
}
#basket-container .ui-widget-content {
    background: transparent;
}
.trigger-paymentmethod i.tick {
    /*color: #FFFFFF !important;*/
}
.checkout .btn-proceed-final {
}
.checkout .well-basket .muted,
.checkout .well-basket small {
    /*color: #FFFFFF;*/
}
.checkout .product-basket th,
.checkout .product-basket td  {
    /*border-color: #FFFFFF;*/
    /*color: #FFFFFF;*/
}
.checkout .loyalty-description h2 {

}
.well-basket .text-success {
    /*color: # !important;*/
}
.well-basket .text-info {
    /*color: # !important;*/  
}
.well-basket .text-error,
.well-basket .text-danger{
    /*color: # !important;*/ 
}
.checkout .btn-warning.btn-block {
    margin-bottom: 10px;
}
/*LP*/
.loyaltypoints_box {
    background: #ffeea3 !important;
    box-shadow: 10px 10px 0px #ffe160 !important;
}
.loyaltypoints_box .ui-widget-header {
    background: #fe0124 !important;
    color: #FFFFFF !important;
    border: none;
    padding: 5px !important;
    font-size: 17px !important;
    box-shadow: none !important;
    margin: 0 !important;
}
.loyaltypoints_box .row-credits .well-white {
    color: #000000;
    border: none !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}
.loyaltypoints_box .row-credits .col-equals .well {
    color: #2b2a29;
    box-shadow: none !important;
    background: transparent !important;
}
.loyaltypoints_box .row-credits .well {
    box-shadow: none !important;
}

/* MEMBERS PAGE */

.nav-list>li>a {
    text-shadow: none;
    color: #000000;
}
.nav-list .nav-header{
    color: #ff142a;
    text-shadow: none;
    font-size: 18px;
}
.nav-list>li>a i {
    /*background-image: url("https://static.zfood.co.uk/shakesncakes.uk/images/glyphicons-halflings-cream.png");*/
}
.nav-list>.active>a>[class^="icon-"], .nav-list>.active>a>[class*=" icon-"] {
    background-image: url("https://static.zfood.co.uk/shakesncakes.uk/images/glyphicons-halflings-cream.png");
}
.nav-list>.active>a, .nav-list>.active>a:hover, .nav-list>.active>a:focus, .nav-list a:hover, .nav-list a:focus  {
    background: transparent !important;
    color: #00A9F5 !important;
}
.icon-white {
    background-image: url("https://static.zfood.co.uk/shakesncakes.uk/images/glyphicons-halflings-cream.png");
}
.hero-unit {
    background: #FFA3CE;
}
.hero-unit a {
    color: #FFFFFF; 
    text-decoration: underline;
}
.hero-unit h1 {
    color: #00A9F5 !important;
}
.members .btn-group .btn.dropdown-toggle {
    /*background: #FFFFFF;
    text-transform: none;
    color: #555555;
    font-weight: normal;
    border: 1px solid #ccc;
    padding: 6px 10px;*/
}
.section-sales-reports .btn-primary:not(.active), .section-sales-reports .btn-primary:hover, 
.section-sales-reports .btn-primary:focus {
    box-shadow: none !important;
    /*background: #004eaf !important;*/
}
.members .table, .ui-widget-content .well, .ui-dialog-titlebar.ui-widget-header {
    box-shadow: none !important;
}
.ui-dialog.ui-widget-content {
    background: #FFFEF8;
}
.ui-dialog-titlebar.ui-widget-header {
    border-radius: 0;
}
/*.members .table .ui-widget-header {
box-shadow: none;
}*/
/* SET THE MEMBERS PAGE DROPDOWN PADDING */
/*.members .btn-group .btn.dropdown-toggle {
    padding: 12px;
}*/
/* MEMBERS PAGE SALES REPORT BUTTONS */
.members .btn-group .btn.dropdown-toggle {
    background-color: #fff !important;
    background-image: none;
    box-shadow: none !important;
}
.btn-group.ctl-toggle-columns {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
}
.btn-group.ctl-toggle-columns .btn {
    padding: 6px 7.5px !important;
}
.section-sales-reports .btn-primary:not(.active) {
    background: #0C192B !important;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 1px 0;
    font-family: 'Poppins' !important;
    font-weight: 300;
    padding: 0px !important;
}
.ui-datepicker.ui-widget {
    border: 1px solid #aaa;
}
.ui-datepicker.ui-widget, .ui-datepicker-buttonpane.ui-widget-content {
    background: #fff !important;
}
.ui-datepicker .ui-datepicker-header {
    padding: 0.1em 0;
}
/* MEMBERS PAGE ORDER NOW BLOCK BUTTON */
.page_members .btn.btn-block.btn-large.btn-success {
    margin-bottom: 25px;
}


.carousel-control {
    top: auto;
    bottom: 20px;
    left: 15px;
    font-size: 80px;
    color: #FFB8A3;
    border: none;
    opacity: .7;
    filter: alpha(opacity=70);
    background: none;
}
.carousel-control.right {
    right: auto;
    left: 45px;
}
/* CONTACT PAGE */

/* REVIEW ORDER PAGE */
.page-review-order .rating-row small.muted {
    color: #524c4c;
}
.page-review-order .page-header{

}
/* 404 PAGE */
.page_error-404 h2, .page_error-404 h3, .page_error-404 #body p {
    color: #E56951;
}
.alert.alert-error.well-large .btn {
    margin-bottom: 10px;
}

/* ORDER CONFIRMATION PAGE */
.p-thanks-for,
.p-last-minute {

}

/* MENU SELECTION PAGE */
.menu-selection h1 {
    text-align: center;
    /*font-size: 40px;
    line-height: 110%;*/
}
.menu-selection h3 {
    text-align: center;
    /*font-size: 30px;
    line-height: 110%;*/
}

/* TERMS AND CONDITIONS PAGE */

/* SOCIAL MEDIA */

/* MEDIA QUERIES */


/* HOMEPAGE */
.home .lead {
    margin-bottom: 10px;
    line-height: 95%;
}
.contactDetails h4, .orderText, .socialMedia, 
.findUsText, .home .lead, .preFooterInner, .smoothie {
    text-align: center !important;
}
.home .contactDetails p {
    line-height: 110%;
}
.socialMedia p {
    margin-bottom: 15px !important;
}
.findUsText {
    margin: 0 auto !important;
}
.facebookIcon {
    margin-left: 10px;
}
.loyaltyText a {
    color: #00A9F5;
    font-weight: 600;
}
#locationIcon {
    float: left;
    margin-top: 4px !important;
}
.locationText {
    margin-top: 15px;
    margin-left: 5px;
}
.locationText p {
    color: #E56A51 ; 
    font-weight: 600;
    font-size: 21px;
    margin-left: 18px;
}
.home #body {
    background: #FFFEF8;
}
.home header {
    background-image: url('https://static.zfood.co.uk/shakesncakes.uk/images/Shakesncakes_header_after.svg?v=2') !important;
    background-position: bottom center;
    background-size: 1920px 117px !important;
    padding-bottom: 117px;
}
.headerButtons {
    margin-top: 45px;
    margin-bottom: 80px;
}
.home .btn-group>.btn-large {
    font-size: 24px;
}
.home h2 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.home h3, .home .lead {
    text-shadow: -8px 0px 0px #E56951;
    font-size: 65px;
}
.headerSvg {
    margin-top: -117px;
}
.mod_postcode_box .input-append.col.col2 {
    display: flex;
}
.mod_postcode_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px 40px;
}
#home-order-buttons {
    text-align: left;
}
#home-order-buttons .btn-order-option {
    margin-left: 26px;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    border-radius: 20px 0px 0px 20px;
}
.column_slideshow {
    margin: 0 auto !important;
    overflow: hidden;
    margin-top: 54px !important;
}
.foodSectionInner {
    margin-top: -70px !important;
    padding-bottom: 400px;
}
.foodSection p {
    color: #FF8F72;
    line-height: 100%;
}
.foodSection h5 {
    font-size: 24px !important;
}
.foodCircle img {
    border-radius: 50%;
    border: 5px solid #2B2A29;
    margin-bottom: 15px;
}
.foodCircle {
    text-align: center;
}
.home .inner-wrapper {
    position: relative;
    overflow: hidden !important;
}
.heroImage {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 50;
}
.heroImage img:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}
.main {
    padding-bottom: 90px;
}
.pancakeSection {
    background: url('/myimages/1152/zpos-bg-Shakesncakes_home_banner.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 581px;
}
.preFooterInner {
    padding: 75px 0 30px;
}
.pineapple {
    background-image: url('/myimages/1152/Shakesncakes_smoothie_green.png');
}
.wildBerry {
    background-image: url('/myimages/1152/Shakesncakes_smoothie_yellow.png');
}
.strawberry {
    background-image: url('/myimages/1152/Shakesncakes_smoothie_peach.png');
}
.banana {
    background-image: url('/myimages/1152/Shakesncakes_smoothie_pink.png');
}
.pineapple, .wildBerry, .strawberry, .banana {
    background-repeat: no-repeat;
    background-position: center top 80px;
}
.home hr {
    border: 0;
    border-top: 2px solid #2B2A29;
}
.smoothie hr {
    width: 100%;
    margin: 0 auto;
    max-width: 246px !important;
    margin-top: 20px;
}
.welcomeSection, #logo {
    position: relative !important;
    z-index: 200;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
.socialMedia img, .foodCircle img, .smoothie img {
    transition: transform .5s ease;
}
.socialMedia :hover img {
    transform: translateY(-3px);
}
.foodCircle:hover img {
    transform: scale(1.04);
}
.smoothie:hover img {
    transform: scale(1.04) rotate(10deg);
}
.smoothie {
    margin: 0 auto !important;
}
.smoothie h5 {
    margin-top: -10px;
}
.smoothie a {
    color: #2b2a29;
}
.smoothieSection h5 a {
    color: #3ABE85;
    font-weight: 600;
}
.smoothieSection h3 {
    line-height: 95%;
    margin-top: 75px;
    margin-bottom: 40px;
}
.column_modules {
    margin-bottom: 25px;
}
@media (min-width: 1801px) {
    .column_slideshow {
        width: 803px !important;
        margin-left: 48px !important;
        margin-right: -116px !important;
    }
}
@media (max-width: 1800px) {
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        border-radius: 20px;
    }
    .home header {
        padding-left: 20px;
        padding-right: 20px;
    }
    .postcodeSection {
        padding-left: 20px;
    }
}
@media (min-width: 1601px) {
    .column_modules {
        margin-left: -100px !important;
        width: 1044px !important;
    }
    .wildBerry {
        margin-left: -20px !important;
    }
    .pineapple {
        margin-left: -45px !important;
    }
    .home h2 {
        text-shadow: -15px 0px 0px #63D9FF;
        font-size: 120px;
    }
    .loyaltySection {
        padding-top: 70px;
    }
}
@media (max-width: 1600px) {
    .pancakeSection {
        height: 400px;
    }
    .heroImage {
        right: -150px !important;
    }
    .home h2 {
        text-shadow: -10px 0px 0px #63D9FF;
        font-size: 80px;
    }
}
@media (max-width: 1600px) and (min-width: 1201px) {
    .loyaltySection {
        padding: 70px 20px 0;
    }
    #mod_postcode_box_pc {
        width: 270px !important
    }
}
@media (min-width: 1501px) {
    .choose hr {
        max-width: 492px;
    }
}
@media (max-width: 1500px) {
    .heroImage {
        right: -200px !important;
        width: 690px !important;
        top: 80px !important;
    }
}
@media (max-width: 1500px) and (min-width: 1101px) {
    .carousel-control {
        left: 105px;
    }
    .carousel-control.right {
        left: 135px;
    }
}
@media (max-width: 1500px) and (min-width: 768px) {
    .smoothieSection {
        width: 176%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .choose {
        width: 100% !important;
    }
    .smoothie {
        width: 24% !important;
        margin: 0px 4px !important;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        width: 400px;
        margin: 0 auto;
    }
    .column_slideshow {
        margin-top: -56px !important;
    }
}
@media (min-width: 1201px) {
    .welcomeText p {
        width: 57%;
    }
    h1 {
        font-size: 50px;
        text-shadow: -6px 0px 0px #63D9FF;
    }
    /*ome h3, .home .lead {
    text-shadow: -8px 0px 0px #E56951;
    font-size: 65px;
}*/
    .home h3.blue, .smoothieSection h3 {
        text-shadow: -8px 0px 0px #63D9FF;
    }
    .home h4 {
        text-shadow: -6px 0px 0px #E56A51;
        font-size: 50px;
    }
    .home .loyaltyText h4 {
        text-shadow: -6px 0px 0px #63D9FF;
        font-size: 50px;
        width: 80%;
    }
    .welcomeText h5 {
        font-size: 34px;
    }
    .loyaltyText p {
        width: 70%;
    }
    .home .findUsText p {
        width: 80%;
        margin: 0 auto;
    }
    .basket-buttons {
        margin-left: 5px;
    }
    .basket-buttons .btn-success {
        margin-left: 8px !important;
    }
}
@media (max-width: 1200px) {
    #responsive-food-menu.affix {
        left: 0;
    }
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 20px;
    }
    .members #frmRegister #ctl-lookupAddress {
        display: block;
    }
    .members #frmRegister #registerPostcode {
        width: 206px;
    }
    .members #frmLogin #ctl-forgotPassword {
        display: block;
    }
    .members #frmLogin #loginPassword {
        width: 206px;
    }
    #body, .foodSectionInner {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .home #body {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .loyaltySection {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 50px;
    }
    .pancakeSection {
        height: 300px;
    }
    .mod_postcode_box .input-append.col.col2 {
        display: flex !important;
        flex-direction: column;
    }
    .dropdown-toggle.btn-option, .btn.btn-info.ctl-lookupAddress, 
    .members .btn.btn-info.ctl-forgotPassword {
        margin-left: 0px;
        border-radius: 10px;
        margin-top: 5px;
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    .navbar .nav>li>a {
        padding: 10px 27px 10px;
    }
}
@media (max-width: 1200px) and (min-width: 768px) {
    .home .loyaltyText h4 {
        text-shadow: -4px 0px 0px #63D9FF;
    }
    .smoothieSection h3 {
        text-shadow: -8px 0px 0px #63D9FF;
    }
    .home h4 {
        text-shadow: -4px 0px 0px #E56A51;
        font-size: 36px;
    }
    .btn.btn-success.order-checkout {
        margin-left: 20px;
    }
}
@media (max-width: 1182px) {
    #basket-container {
        margin-top: 20px;
    }
}
@media (min-width: 980px) {
    header .navbar .nav>li:first-child {
        padding-left: 0px;   
    }
    header .navbar .nav>li:last-child {
        padding-right: 0px;   
    }   
    header .navbar-inner {
        padding-left: 0px;
        padding-right: 0px;
    }
    header .navbar .container {
        display: flex;
        justify-content: flex-start;
    }
    .navbar .nav {
        margin-top: 65px;
    }
    header .navbar-inner:not(.home .navbar-inner) {
        float: right;
    }
    .mod_postcode_box .input-append.col.col2 {
        display: flex;
    }
    .home-order-buttons .btn-order-option {
        margin-left: 20px !important;
    }
}
@media (max-width: 979px) {
    .page_contact-us .row-fluid .span8 .well {
        margin-bottom: 22px;
    }
    .trigger-paymentmethod .btn {
        width: 100% !important;
        display: block;
    }
    .foodSectionInner > [class*="span"]{
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        width: 100%;
    }
    header .navbar .btn-navbar {
        display: block;
        background: none;
        position: absolute;
        right: 0;
        top: 9px;
        background-color: transparent !important;
        border: solid 2px #00a9f5; 
    }
    header .navbar .btn-navbar .icon-bar {
        width: 30px;
        height: 3px;
        background-color: #00a9f5;
        box-shadow: none;
        margin: 5px 0;
    }
    header .nvbar .btn-navbar {
        top: 20px;
        z-index: 200;
    }
    .navbar .btn-navbar {
        padding: 5px 10px 4px;
    }
    .navbar {
        text-align: center;
    }
    .nav-collapse, .nav-collapse.collapse {
        margin-top: 40px;
    }
    header .navbar .container {
        width: 100%;
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .heroImage {
        right: -120px !important;
        width: 500px !important;
        top: 90px !important;
    }
    .foodCircle img {
        width: 220px;
    }
    .orderText, .socialMedia {
        width: 47% !important;
    }
    .findUsText {
        width: 100% !important;
    }
    .home .contactDetails p {
        width: 83%;
        margin: 0 auto;
    }
    .smoothie h5 {
        font-size: 17px !important;
    }
    .smoothieSection {
        width: 176%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    .banana.smoothie {
        display: none !important
    }
    .smoothie {
        background-size: contain !important;
    }
}
@media (min-width: 768px) {
    .preFooterInner hr {
        margin: -33px 0 0;
    }
    .headerButtons .btn-success, .preFooterButtons .btn-success:nth-of-type(2) {
        margin-left: 35px !important;
    }
    .home header h2 {
        margin-left: 11px;
    }
}
@media (max-width: 767px) {
    .loyaltyText, .welcomeText, .home h2,
    .home h5 {
        text-align: center !important;
    }
    .foodSectionInner {
        padding-bottom: 70px;
    }
    .menu-container .ui-tabs-vertical .ui-tabs-panel, .smoothie {
        width: 100% !important;
    }
    .row-order-complete- .span12, .postcodeSection {
        padding: 20px !important;
    }
    .contact-us .box-contact-information {
        margin-top: 22px !important;
    }
    .checkout .well h4, 
    .checkout .well h5,
    .contact-us .ui-widget-header,
    .ui-widget:not(.ui-tabs-menu),
    .how-im-ordering {
        text-align: center;
    }
    .copyright, .cards, .vendor-zpos {
        text-align: center;
        display: block !important;
        margin-bottom: 30px;
    }
    .row-variation {
        margin-bottom: 5px;
    }
    .checkout h2, .contact-us h1 {
        text-align: center;
    }
    #responsive-food-menu .brand {
        width: 100%;
        text-align: center;
    }
    #responsive-food-menu .btn-navbar:not(.ctrl-mob-nav-search) {
        float: left;
    }
    .btn.btn-navbar.ctrl-mob-nav-search {
        margin-top: 5px !important
    }
    .menu-selection .btn {
        max-width: 500px;
        margin: 10px auto;
    }
    .block-terms-conditions, .block-website-help {
        margin-bottom: 25px;
    }
    .home .btn-group .btn {
        display: block;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
    }
    .home h4, .home h3 {
        margin: 40px 0 !important;
    }
    .column_slideshow {
        margin: 0 auto !important;
        width: auto !important;
        margin-top: 54px !important;
        margin: 0 auto !important;
        border-radius: 20px;
        margin-top: 54px !important;
    }
    .socialMedia {
        margin: 30px 0;
    }
    .preFooterInner {
        padding: 30px 20px;
    }
    .mod_postcode_box .input-append.col.col2 {
        display: flex !important;
        flex-direction: column;
    }
    .ct_header_row {
        position: relative;
    }
    header .right_column {
        z-index: 300;
    }
    .left_column {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column;
        align-content: center;
    }
    .ct_header_row {
        display: flex !important;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .smoothieSection {
        padding: 20px 0 40px;
    }
    header {
        padding: 0 20px 80px;
    }
    .smoothie {
        width: 100% !important;
    }
    #logo img {
        max-height: 135px;
        padding: 0 20px;
    }
    body:not(.home) #logo {
        margin-bottom: 0; 
    }
    .sys-alert h3, .sys-alert h4, .sys-alert p, .sys-alert small {
        margin: 20px 0 !important;
    }
    .page_error-404 h1 {
        font-size: 60px !important;
    }
    .btn.btn-success.order-checkout {
        margin-left: 0px;
    }
    #locationIcon {
        margin-top: 8px !important;
    }
    #logo img {
        padding: 0;
    }
    body:not(.home) #logo img {
        margin-top: 40px;
    }
    body:not(.home) header {
        padding: 0 20px 60px;
    }
    #discount {
        max-width: 100% !important;
    }
}
@media (max-width: 767px) and (min-width: 601px) {
    .foodCircle img {
        width: 180px;
    }
    .foodSectionInner {
        padding-bottom: 40px !important;
    }
}
@media (max-width: 767px) and (min-width: 481px) {
    .home h4 {
        text-shadow: -7px 0px 0px #E56A51;
        font-size: 60px;
    }
    .home h3, .home .lead {
        text-shadow: -7px 0px 0px #E56951;
        font-size: 60px;
    }
    .home .loyaltyText h4, .smoothieSection h3 {
        text-shadow: -7px 0px 0px #63D9FF !important;
        font-size: 60px;
        text-align: center;
    }
    .heroImage {
        right: -90px;
        opacity: 12%;
        width: 100%;
    }
    .foodCircle {
        padding: 0 10px;
    }
}
@media (max-width: 480px) {
    .pancakeSection {
        height:200px !important;
    }
    .home h2 {
        text-shadow: -9px 0px 0px #63D9FF;
        font-size: 70px;
    }
    .home h4 {
        text-shadow: -5px 0px 0px #E56A51;
        font-size: 40px;
    }
    .home h3, .home .lead {
        text-shadow: -5px 0px 0px #E56951;
        font-size: 40px;
    }
    .home .loyaltyText h4, .smoothieSection h3 {
        text-shadow: -5px 0px 0px #63D9FF !important;
        font-size: 40px;
        text-align: center;
    }
    .heroImage {
        display: none;
    }
    .mod_postcode_box {
        align-items: center;
        padding: 40px 20px;
    }
    #home-order-buttons .btn-order-option {
        margin-left: 0;
        margin-bottom: 15px;
        margin-left: 5px;
    }
    #home-order-buttons .btn-order-option, 
    /*.mod_postcode_box .input-append.col.col2,*/
    .mod_postcode_box {
        display: flex;
        flex-direction: column;
    }
    .foodSectionInner > [class*="span"] {
        flex-direction: column;
        align-items: center;
    }
    .foodCircle {
        margin-bottom: 20px;
    }
    .foodSectionInner {
        padding-bottom: 10px;
    }
}
.home #discount {
    max-width: 50%;
}
#discount {
    color: #FFFBDF !important;
    text-align: center;
    padding: 15px;
    border-radius: 25px;
    margin-top: 30px;
    background: linear-gradient(328deg, #3abe85, #58e3a7, #0d8c56);
    background-size: 600% 600%;

    -webkit-animation: Gradient 6s ease infinite;
    -moz-animation: Gradient 6s ease infinite;
    animation: Gradient 6s ease infinite;
}
@-webkit-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes Gradient {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
#discount h5 {
    line-height: 120%;
    font-size: 21px;
    font-weight: 600;
}
.home #discount h4 {
    font-size: 36px;
}
.home #discount h5 {
    font-size: 24px;
}
.menu #discount h5 {
    margin: 10px 0px 0px;
}
#discount h4 {
    font-family: 'Bungee' !important;
    font-size: 26px;
    text-align: center;
    color: #fffbdf;
    text-shadow: -6px 0px 0px #279c69;
    margin: 5px 0px !important;
}

.basket-img {
margin-top: 25px;
    }
.basket-img img {
border-radius: 15px;
}