@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Fira+Sans:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Abril+Fatface');

@import url('https://fonts.googleapis.com/css?family=Krub:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');

@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700&display=swap');
/*====================================== reset.css is here ========================================*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


#column-left .list-group a:first-child {
   display:none !important;
}


 p.dot{
    font-size: 18px;
    font-weight: 600;
    color: #4a4a4a;
    margin-bottom: 0px;
    padding: 4px 10px;
    display: inline-block;  
}
span.dot{
    height: 15px;
    width: 15px;
    border-radius: 81%;
    display: inline-block;
}
.cart_success{    
	text-align: center;
    width: 74%;
    margin: 22px 0 0 176px;
}  
.about-text h3, .about-text p, .about-text a, .about-text li {
    color: #222;
	font-family: 'Raleway', sans-serif;
    font-weight: 400;
	line-height: 24px;
}
.about-text{
	font-family: 'Raleway', sans-serif;
}
.about-text p {
    margin-bottom: 10px;
}
.about-text p strong {
    width: 40px;
    display: inline-block;
}
.about-text a:hover, .about-text a:focus{
	color: #222;
	text-decoration: underline;
}
.about-text ul {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
    list-style: disc;
    padding-left: 15px;
}
.about-text ul li {
    width: 50%;
    float: left;
    margin-bottom: 5px;
}
.about-text h3 {
    margin-bottom: 12px;
}

@media (min-width: 481px) and (max-width: 767px) {
  
  .cart_success {
    text-align: center;
    width: 93%;
    margin: 23px 0 0 14px;
  }
  
}
  
  
  @media (min-width: 320px) and (max-width: 480px) {
  
   .cart_success {
    text-align: center;
    width: 93%;
    margin: 23px 0 0 14px;
  }
  
  
}  

.dropdown-menu li {
    
    border-bottom: 0.2px solid #000000;
}

.dropdown-menu li:last-child {
    
    border:none;
}


body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-weight: 600;
    margin-top: 0;
}

h1 {
    font-size: 44px;
    line-height: 58px
}

h2 {
    font-size: 36px;
    line-height: 46px
}

h3 {
    font-size: 24px;
    line-height: 34px
}

h4 {
    font-size: 20px;
    line-height: 30px
}

h5 {
    font-size: 18px;
    line-height: 28px
}

h6 {
    font-size: 16px;
    line-height: 26px
}

p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    font-weight: 500
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
}

.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.clrflt {
    clear: both;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}

.no_bor {
    border: none !important;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    border-radius: 0;
}


a {
    color: black;
    text-decoration: none;
    outline: 0 none;
    display: inline-block;
        font-weight: 600;
}

.checkouttop a{
    color: black;
    text-decoration: none;
    outline: 0 none;
    display: inline-block;
        font-weight: 600;
    
}

.checkouttop a:hover{
   color: #8fc319;
    text-decoration: none;
    
}

.form-group a{
    color: #8fc319 !important; 
    
}
.modal-footer a{
    color: #8fc319 !important;  
}

.form-group a:hover {
    color: #000 !important;
    text-decoration: none;
}


.modal-footer a:hover {
    color: #000 !important;
    text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

h1 {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

h2 {
    font-size: 22px;
    color: #000;
    font-weight: 700;
}

h3 {
    font-size: 18px;
    color: #000;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

h5 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
}

h6 {
    font-size: 12px;
    color: #000;
    font-weight: 700;
}

p {
    font-size: 16px;
    line-height: 20px;
    color: #000;
}


/*----------------------------------------------------------------------------------*/

html {}

body {
    color: black;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
}


.pad0 {
    padding: 0 !important;
}

.wrapper {
    margin: 0 auto;
}


/*.container {
  width:960px; 
  margin:0 auto; 
  border:1px solid red; 
  border-top:0 none; 
  height:800px;
 }*/

.main_content {}

.header {}


/*mobile menu*/

.mobile_menu_button {
    display: none;
    width: 28px;
    height: 20px;
    position: absolute;
    bottom: 12px;
    right: 14px;
    cursor: pointer;
}

.mobile_menu_button span {
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 0;
    left: 0;
}

.mobile_menu_button span:nth-child(2) {
    top: 8px;
}

.mobile_menu_button span:nth-child(3) {
    top: 16px;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.text-white {
	color: #fff !important;
}
/* ------------------ HEADER HERE -------------------*/

header {
    background: #fff;
    padding: 20px 50px;
    position: relative;
    z-index: 99;
}

.logo {
    display: block;
}

.logo a {
    display: inline-block;
    vertical-align: middle;
}

.logo > ul {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.logo > ul > li {
    display: inline-block;
    vertical-align: middle;
}

.logo > ul > li > a img {
    display: block;
    width: 100%;
    height: auto;
}

.logo > ul > li.catering_menu_link {
    margin: 0 60px;
}

.logo > ul > li.catering_menu_link > a {
    display: inline-block;
    padding: 11px 9px;
    background: #fff;
    vertical-align: middle;
    border: 1px solid #ccc;
}

.logo > ul > li.catering_menu_link > a span {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 12px;
    position: relative;
    margin: 0 8px;
}

.logo > ul > li.catering_menu_link > a span em {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
}

.logo > ul > li.catering_menu_link > a span em:before,
.logo > ul > li.catering_menu_link > a span em:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    top: 6px;
    left: 0;
}

.logo > ul > li.catering_menu_link > a span em:after {
    top: 12px;
}

.logo > ul > li.catering_menu_link > a strong {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 20px;
    margin-left: 3px;
}

.logo > ul > li.catering_menu_link > ul {
    display: none;
    position: absolute;
    top: 44px;
    background: transparent;
    width: 320px;
    padding: 20px 0 0 0;
    z-index: 9;
}

.logo > ul > li.catering_menu_link > ul >li {
    display: block;
    padding: 0;
    background: #efefef;
}

.logo > ul > li.catering_menu_link > ul >li:last-child a,
.logo > ul > li.catering_menu_link > ul >li:last-child {
    border-radius: 0 0 8px 8px;
}

.logo > ul > li.catering_menu_link > ul >li a {
    display: block;
    padding: 10px 26px;
    color: #000;
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.logo > ul > li.catering_menu_link > ul >li a:hover {
    background: #8fc319;
    color: #fff;
}

.logo_right.pull-right a {
    font-weight: 600;
}

.logo_right.pull-right a i.fas.fa-phone {
    transform: rotate(90deg);
    color: #8fc319;
    margin: 0;
    margin-right: 7px;
}

.logo_right {
    padding: 6px 0 0 0;
}

.logo_right ul {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.logo_right ul li {
    display: inline-block;
    padding: 0 43px;
    vertical-align: middle;
}

.logo_right ul li a {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #000000;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.logo_right ul li a:hover {
    color: #8fc319;
}

.logo_right ul li.register_link {
    padding: 0 0 0 8px;
}

.logo_right ul li.register_link a:hover {
    background: #d41a1a;
}

.logo_right.pull-right a span {
    color: #000;
}

.header_rgt p {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

#product div {
    color: black;
    font-size: 14px;
    padding: 0px;
}

#product div.checkbox label,
.delivery_details div.radio label {
    position: relative;
    font-size: 15px;
}

#product div.checkbox label span,
.delivery_details div.radio label span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

#product div.checkbox label:before,
#product div.checkbox label span:after,
.delivery_details div.radio label span:after,
.delivery_details div.radio label span:before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #ccc;
    position: absolute;
    left: 0;
    top: 2px;
}

#product div.checkbox label span:after,
.delivery_details div.radio label span:after {
    border: none;
    background: #8fc319;
    visibility: hidden;
    opacity: 0;
}

#product div.checkbox input[type="checkbox"]:checked + span:after,
.delivery_details div.radio input[type="checkbox"]:checked + span:after {
    visibility: visible;
    opacity: 1;
}

.delivery_details div.radio label span:before,
.delivery_details div.radio label span:after {
    border-radius: 50%;
}

.delivery_details div.radio label span:after {
    width: 9px;
    height: 9px;
    top: 5px;
    left: 3px;
}

.logo_right ul li.register_link a {
    padding: 11px 20px;
    background: #8fc319;
    color: #fff;
    font-weight: 600;
    font-size: 13px;
}

.banner {
    display: block;
    position: relative;
}

.banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.banner_cnt {
    height: 520px;
    background: url("../images/banner.jpg") no-repeat center center;
    background-size: cover;
}


/*.banner figure img{
    display: block;
    width:100%;
    height: auto;
}*/

.sort_menu {
    background: #f7f7f7;
    padding: 24px 0;
}

.sort_menu_cnt {
    display: block;
    padding: 0;
}

.sort_menu ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.sort_menu ul li {
    float: left;
    padding: 8px 0 0 0;
}

.sort_menu ul li:last-child {
    float: right;
    padding: 0;
}

.sort_menu ul li:last-child select {
    padding: 5px 30px 5px 10px;
    outline: none;
    border: 1px solid #ccc;
    border-radius: 0;
}

.sort_menu ul li:last-child label {
    font-weight: 400;
    margin: 0 20px 0 0;
}

.sort_menu ul li span,
.sort_menu ul li strong {
    display: inline-block;
    vertical-align: middle;
}

.sort_menu ul li span {
    position: relative;
    width: 28px;
    height: 19px;
    margin: 0 14px 0 0;
}

.sort_menu ul li span em {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #000;
    top: 000;
    left: 0;
}

.sort_menu ul li span em:before,
.sort_menu ul li span em:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 8px;
    left: 0;
    background: #000;
}

.sort_menu ul li span em:after {
    top: 16px;
}

.sort_menu ul li strong {
    font-weight: 500;
    font-size: 15px;
    line-height: 15px;
    color: #333;
}
.newsletter .modal-body {
    overflow: hidden;
    text-align:center;
}

.newsletter.modal {
  text-align: center;
  padding: 0!important;
}

.newsletter.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.newsletter .modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.newsletter button.custom-close {
    -webkit-appearance: none;
    padding: 3px 10px !important;
    cursor: pointer;
    background: #8fc319 ; 
    border-radius: 50%;
}

.newsletter .custom-close {
    float: right;
    right: -10px;
    top: -12px;
    font-size: 25px !important;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
    position: absolute;
    z-index: 1;
}
.newsletter .close:hover, 
.newsletter .close:focus {
    outline: none;
}
.newsletter .newsletter-details h1 {
    margin: 5px 0 2px;
    line-height: 25px;
}
.newsletter h3.offer {
    color: #000;
    font-size: 22px;
    margin: 20px 0px 10px;
    line-height: 25px;
}
.newsletter h3.offer span {
    color: #8fc319 !important;
}
.newsletter .news-letter .icon {
    font-size: 17px;
    padding: 4px;
}
.modal-body input {
    box-shadow: none;
    height: 39px;
}

.form-group .control-label {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    color: #000;
}

.modal-header {
    background: #8fc319;
}

.modal-title {
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    padding-left: 12px;
}

.modal-footer {
    padding: 10px 28px;
    font-size: 14px;
}

.modal-body {
    position: relative;
    padding: 30px;
}

.modal-footer button {
    background: #8fc319;
    color: #fff;
}

.modal-footer button:hover {
    color: #fff;
}

.modal-header .close {
    float: right;
    font-size: 38px;
    font-weight: normal;
    line-height: 1;
    color: #fff;
    filter: alpha(opacity=20);
    opacity: 1
}

.main_catering_cnt {
    display: block;
    padding: 40px 0;
}

.catering_cnt {
    display: block;
    padding: 0;
}

.catering_cnt ul {
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}

.catering_cnt ul li {
    padding: 0 6px 18px 6px;
}

.catering_cnt figure {
    display: block;
    position: relative;
    /* height: 225px; */
    overflow: hidden;
}

.catering_cnt figure:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.catering_cnt:hover > figure:after {
    opacity: 0.6;
    visibility: visible;
}

.catering_cnt figure img {
    width: 100%;
    height: auto;
}

.catering_txt {
    background-color: #fff;
    padding: 8px 4px;
}

.catering_txt h1 {
    display: inline-block;
    padding: 5px 0px;
    float: left;
}

.catering_txt h1 strong {
    display: block;
    padding: 0 0 3px 0;
    font-size: 15px;
    line-height: 15px;
    color: #333;
    font-weight: 700;
}

.catering_txt h1 span {
    display: block;
    padding: 0;
    font-size: 12px;
    line-height: 12px;
    color: #6a6a6a;
    font-weight: 400;
}

.catering_txt p {
    display: inline-block;
    float: right;
    padding: 0;
}

.catering_txt p strong {
    display: block;
    font-size: 15px;
    line-height: 22px;
    color: #8fc319;
    font-weight: 700;
}

.catering_txt p em {
    display: inline-block;
    font-size: 15px;
    line-height: 15px;
    color: #ffffff;
    background: #000;
    padding: 3px 13px 5px 13px;
    border-radius: 25px;
    margin: 4px 0 0 0;
}

.stay_in_touch {
    padding: 50px 0;
    border-bottom: 2px solid #d01818;
}

.stay_touch_text_box {
    display: block;
    padding: 0;
    text-align: right;
}

.stay_touch_text_box p {
    display: inline-block;
    width: 51%;
    vertical-align: middle;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
    text-align: left;
    padding: 0;
}

.stay_touch_text_box p span {
    display: block;
    padding: 6px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 15px;
    color: #818181;
}

.text_box_holder,
.social_icons {
    display: inline-block;
    width: 48%;
    vertical-align: middle;
    padding: 0 0 0 14px;
    position: relative;
}

.text_box_holder input[type="button"] {
    width: 40px;
    height: 40px;
    border: none;
    outline: none;
    background: url("../images/text_box_arrow.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}

.text_box_holder input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
    background: none;
    outline: none;
    font-size: 13px;
    line-height: 40px;
    height: 40px;
    padding: 0 45px 0 15px;
    color: #000;
}

.social_icons ul {
    display: inline-block;
    width: 100%;
}

.social_icons ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 24%;
}

.social_icons ul li a {
    color: #b0b0b0;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: 32px;
    height: 32px;
    text-align: center;
}

.social_icons ul li a i {
    line-height: 32px;
}

.social_icons ul li a:hover {
    color: #8fc319;
    box-shadow: inset 0 0 9px 6px #b9b9b9;
    border-radius: 100%;
}

.social_icons_block p {
    width: 35%;
}

footer {
    background: #212121;
    padding: 52px 0 15px;
}

.footer_top_cnt {
    border-bottom: 1px solid #444444;
    padding: 0 0 35px 0;
    margin: 0 0 15px 0;
}

.footer_top_links ul {
    display: inline-block;
    width: 100%;
    padding: 0;
}

.footer_top_links ul li {
    display: block;
    padding: 0 0 10px 0;
}

.footer_top_links ul li:last-child {
    padding: 0;
}

.footer_top_links ul li h2 {
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    line-height: 16px;
    color: #c4c4c4;
}

.footer_top_links ul li a {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #c4c4c4;
    font-weight: 400;
}

.footer_top_links ul li a:hover {
    text-decoration: underline;
}

.footer_hours h2 {
    color: #c4c4c4;
    font-size: 33px;
    line-height: 45px;
    padding: 0 0 10px 0;
}

.footer_hours p {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
}

.footer_hours a {
    display: inline-block;
    border: 1px solid #fff;
    color: #fff;
    padding: 15px 65px;
    font-size: 14px;
    line-height: 14px;
    margin: 24px 0 0 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.footer_hours a:hover {
    box-shadow: inset 0 0 0 24px #8fc319;
}

.footer_btm_cnt p,
.footer_btm_cnt a {
    color: #cecece;
	width: 100%;
    text-align: center;
}


/*Inner Page*/

.banner_search {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.banner_search input[type="text"] {
    border: 1px solid #ccc;
    border-radius: 25px;
    outline: none;
    height: 50px;
    line-height: 50px;
    padding: 0 25px 0 55px;
    min-width: 420px;
    font-size: 16px;
}

.banner_search input[type="button"] {
    position: absolute;
    top: 6px;
    left: 5px;
    width: 38px;
    height: 38px;
    background: url(../images/search_icon.png) no-repeat center center #8fc319;
    border: none;
    background-size: 20px;
    border-radius: 30px;
}

.innerpage_main .sort_menu ul li {
    padding: 0 0 0 12px;
    position: relative;
    margin: 0 0 0 12px;
}

.innerpage_main .sort_menu ul li:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(28deg);
    width: 2px;
    height: 100%;
    background: #ccc;
}

.innerpage_main .sort_menu ul li:first-child {
    padding: 0;
    margin: 0;
}

.innerpage_main .sort_menu ul li:first-child:before {
    display: none;
}

.customise_menu {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}

.customise_menu_cnt {
    padding: 0;
      
}
.product-image .list-inline > li, .product-image .list-inline > li a{
    width: 100%;
}

@media only screen   
and (min-device-width : 768px)   
and (max-device-width : 1024px)  
{ 
    
   .customise_menu_cnt {
   
        margin-left: 0px !important;
} 
    
}

@media only screen   
and (min-width: 1030px)   
and (max-width: 1366px)  
{ 
    .customise_menu_cnt {
   
        margin-left: 0px !important;
} 
   
    
}  

@media only screen   
and (min-width: 1370px)  
and (max-width: 1605px)  
{ 
    .customise_menu_cnt {
   
        margin-left: 0px !important;
} 
}  
@media (min-width: 1606px){
    .customise_menu_cnt {margin-left: 0px !important;} 
} 

.inner_sidebar ul {
    display: inline-block;
    width: 100%;
    padding: 70px 23px 200px 0;
    border-right: 1px solid #ccc;
}

.inner_sidebar ul li {
    display: block;
    text-align: right;
    margin: 0 0 18px 0;
    position: relative;
}

.inner_sidebar ul li.active:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -30px;
    width: 12px;
    height: 12px;
    background: #8fc319;
    border-radius: 100%;
    margin-top: -6px;
}

.inner_sidebar ul li a {
    display: inline-block;
    color: #000;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
}

.inner_sidebar ul li.active a {
    color: #8fc319;
    font-weight: 700;
}

.customise_sec {
    padding: 10px 0 0 0;
}

.customise_sec > h2 {
    margin: 0 0 38px 0;
    font-weight: 700;
}

.customise_sec > p {
    margin: 0 0 18px 0;
    font-weight: 500;
    font-size: 18px;
    color: #8fc319;
}

.customise_sec ul {
    display: inline-block;
    width: 100%;
    margin: 0 -8px;
}

.customise_sec ul li {
    padding: 0 8px 16px 8px;
}

.item_desc {
    display: block;
    padding: 12px 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.04);
    height: 120px;
}

.item_desc h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 5px 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.item_desc p {
    display: inline-block;
    font-size: 20px;
    line-height: 22px;
    color: #368a02;
    font-weight: 600;
    float: left;
}

.item_desc p span {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
    color: #000;
    font-weight: 400;
    margin: 0 0 0 8px;
}

.item_desc a {
    display: inline-block;
    font-size: 13px;
    line-height: 13px;
    color: #fff;
    float: right;
    background: #8fc319;
    border-radius: 4px;
    padding: 5px 18px;
    box-shadow: 0px 6px 4px rgba(0, 0, 0, 0.2);
}

.cart_block {
    padding: 40px 0 0 0;
}

.cart_block h2 {
    margin: 0;
    font-size: 22px;
    line-height: 22px;
    margin: 0 0 8px 0;
}

.cart_block > p {
    font-size: 14px;
    line-height: 14px;
    color: #a0a0a0;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.cart_item {
    display: block;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

.cart_item p {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 0 0 0 16px;
    position: relative;
}

.cart_item p:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background: #8fc319;
    border-radius: 100%;
    left: 0;
    top: 3px;
}

.cart_item p span {
    display: block;
    padding: 0;
    font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 500;
}

.cart_item p strong {
    display: block;
    font-size: 20px;
    line-height: 22px;
    color: #a0a0a0;
    font-weight: 700;
}

.increment_block {
    display: inline-block;
    float: right;
    width: 68px;
}

.increment_block_cnt {
    background: #333;
    border-radius: 4px;
    position: relative;
}


.single-product .increment_block_cnt {
    /*background: #333;*/
    border-radius: 4px;
    position: relative;
}

.increment_block_cnt input[type="text"] {
    width: 100%;
    border: none;
    background: none;
    outline: none;
    padding: 0px;
    text-align: center;
    color: #fff;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
}

.cart-qty-plus,
.cart-qty-minus {
    position: absolute;
    top: 0px;
    left: 0px;
    background: none;
    border: none;
    outline: none;
    width: 26px;
    height: 27px;
    font-size: 10px;
    line-height: 17px;
    border-radius: 100%;
    color: #fff;
    z-index: 99;
}
.min-qty{
    font-size:11px;
}
.cart-qty-minus {
    left: auto;
    right: 0;
}
.padding0{
    padding:0px;
}
.sub_total_block {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #ccc;
}

.sub_total_block p {
    display: inline-block;
    width: 65%;
    float: left;
}

.sub_total_block p span {
    font-size: 15px;
    line-height: 15px;
    color: #000;
    font-weight: 600;
    margin: 0 0 3px 0;
    display: block;
}

.sub_total_block p strong {
    display: block;
    padding: 0;
    font-size: 13px;
    line-height: 13px;
    color: #a0a0a0;
}

.total_cost {
    display: inline-block;
    float: right;
    width: 20%;
}

.total_cost strong {
    font-size: 16px;
    line-height: 16px;
    color: #000;
}


/*add popup here*/

.add_popup h2 {
    font-size: 24px;
    line-height: 24px;
    color: #8fc319;
    margin: 0 0 12px 0;
}

.add_popup p {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    margin: 0 0 30px 0;
}

.items_list {
    padding: 0 0 20px 0;
}

.items_list > span {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    color: #753755;
    font-weight: 500;
    padding: 0 0 8px 0;
    display: block;
}

.items_list_cnt {
    padding: 0 0 24px 0;
}

.items_list_cnt:last-child {
    padding: 0;
}

.items_checkbox_container,
.item_price,
.item_quantity {
    display: inline-block;
    /* float: left; */
    width: 33.33%;
    vertical-align: middle;
}

.items_checkbox_container {
    width: 53%;
}

.items_checkbox_container label {
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #3f3f3f;
    margin: 0;
    padding: 0 0 0 23px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.items_checkbox_container label:before,
.items_checkbox_container label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #b5b5b5;
    border-radius: 2px;
}

.items_checkbox_container label:after {
    top: 0;
    left: 0;
    border: none;
    opacity: 0;
    visibility: hidden;
    background: #8fc319;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    border-radius: 4px;
}

.items_checkbox_container input[type="checkbox"]:checked ~ label:after {
    opacity: 1;
    visibility: visible;
}

.item_price {
    width: 25%;
}

.item_price p {
    margin: 0;
    font-size: 16px;
    line-height: 16px;
}

.item_price p span {
    font-size: 13px;
    line-height: 13px;
    color: #b5b5b5;
    margin: 0 0 0 3px;
}

.item_quantity {
    width: 20%;
}

.item_quantity select {
    width: 100%;
    border: 1px solid #ccc;
    height: 30px;
    color: #000;
    line-height: 30px;
    outline: none;
}

.items_comments_box {
    display: block;
}

.items_comments_box label {
    font-size: 20px;
    line-height: 20px;
    color: #717171;
    font-style: italic;
    font-weight: 500;
    margin: 0 0 8px 0;
}

.items_comments_box textarea {
    width: 100%;
    background: #f1f1f1;
    border: 1px solid #ccc;
    outline: none;
    height: 150px;
    margin: 0 0 15px 0;
}

.items_comments_box input[type="button"],
.items_comments_box button {
    float: right;
    font-size: 13px;
    color: #fff;
    background: #8fc319;
    border-radius: 4px;
    padding: 0 6px;
    outline: none;
    border: none;
    height: 28px;
    line-height: 28px;
    width: 98%;
    font-weight: 900;
}

.main_item_popup .modal-content {
    border-radius: 0;
}

.main_item_popup .modal-body {
    padding: 35px
}

.main_item_popup .modal-content .close {
    position: absolute;
    top: 6px;
    right: 5px;
    width: 35px;
    height: 35px;
    z-index: 999;
    opacity: 1;
}

.main_item_popup .modal-content .close:before,
.main_item_popup .modal-content .close:after {
    position: absolute;
    right: 50%;
    content: ' ';
    top: 0;
    height: 30px;
    width: 2px;
    background-color: #989898;
    margin-right: 0;
}

.main_item_popup .modal-content .close:before {
    transform: rotate(45deg);
}

.main_item_popup .modal-content .close:after {
    transform: rotate(-45deg);
}

.addons {
    padding-bottom: 15px;
}

.addons li {
    color: #000;
    padding: 5px 0px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
}

.caption {
    padding: 15px 0 8px 0;
}

.caption p.product-title {
    font-size: 34px !important;
    padding-bottom: 0px;
    line-height: 45px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caption p {
    font-size: 14px;
    line-height: 24px;
}

.caption p:nth-child(2) {
    font-size: 12px;
    margin-top: 4px;
    line-height: 18px;
}

.price {
    font-weight: 600;
    padding-top: 15px;
    color: #8fc319;
    font-size: 14px;
}

.increment_block_rgt {
    width: 55%;
    margin-top: 8px;
}

.table_cart > tbody > tr > td {
    border-top: none;
}
.table_cart small {
   color: #333;
   }

.sub_total_block_new .table-bordered td {
    color: #000;
    font-size: 14px;
    line-height: 15px;
}

.table_cart > tbody > tr > td a {
    font-size: 14px;
    line-height: 20px;
}

#column-right h3 {
    font-size: 23px;
}

.text-a:hover {
    color: #fff;
    background-color: #4a4a4a !important;
    cursor: pointer;
}

.checkouttop h3 {
    padding-bottom: 19px;
    color: #8fc319;
}

.checkouttop table td {
    text-align: left;
    border-top: none;
    color: #000;
}

.user_details {
    /*  margin: 0px;
    padding: 0px; */
}

.user_details .panel-heading {
    background: #000 !important;
    color: #fff;
}

.user_details .form-control {
    box-shadow: none;
    border-radius: 0px;
}

.delivery_details {
    /* padding-right: 0px; */
}

.delivery_details .panel-heading {
    background: #000 !important;
    color: #fff;
}

.delivery_details .form-control {
    box-shadow: none;
    border-radius: 0px;
}

.form-control:-moz-placeholder {
	color: #333;
}

.form-control::-moz-placeholder {
	color: #333;
}

.form-control:-ms-input-placeholder {
	color: #333;
}
.form-control::-webkit-input-placeholder {
	color: #333;
}

.coupon_main_block {
    background: #f1f1f1;
    padding: 30px 0;
}

.cart_sub_total {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-color: #ddd;
    padding: 12px 14px 1px;
    margin-bottom: 20px;
    border-width: 0px 1px 1px 1px;
    border-style: solid;
}

.cart_sub_total table {
    /* margin-top: 30px; */
}

.cart_sub_total table tr td {
    border: none;
}
#costcenter_form button.close {
    background: transparent !important;
    margin-top: -18px;
    margin-right: -18px;
    }
#costcenter_form .modal-title {
   color: #fff !important;
   text-align: left;
   }
.buttons button {
    background: #8fc319;
    border: none;
    color: #fff;
    margin: 8px 0px;
    padding: 12px 24px !important;
    font-weight: 600;
    font-size: 16px;
}

.Coupon_code {
    font-size: 16px;
    font-weight: normal !important;
    color: black;
}

.Coupon_code.panel-default > .panel-heading {
    background: #000;
    color: #fff;
}

.Coupon_code.panel-heading {
    border-radius: 0 !important;
}

.Coupon_code.panel-group .panel {
    border-radius: 0 !important;
}

.Coupon_code.panel {
    border-radius: 0px;
    -webkit-box-shadow: 0;
    box-shadow: none;
    margin-bottom: 0px !important;
}

.Coupon_code.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
    padding: 29px 10px;
    border: none;
}

.buttons a {
    background: #8fc319;
    border-radius: 0;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 24px !important;
    margin-top: 10px;
    box-shadow: none !important;
}

.description1 {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    background: #4a4a4a;
}


.checkouttop table .description1 td {
	color: #fff;
	font-weight: normal;
    font-size: 14px;
}

.Coupon_code .btn-primary {
    background: #000;
    border-color: #000;
}

/* Add To Card Page Css Start */
.product-layout .button-group {
	margin-bottom: 20px;
}
.product-layout .button-group button[data-original-title="Add to Wish List"], .product-layout .button-group button[data-original-title="Compare this Product"] {
    display: none;
}
.product-layout .button-group button span.hidden-xs.hidden-sm {
    display: inline-block !important;
}
.product-layout .button-group button {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #8fc319;
    border-color: #8fc319;
    text-decoration: none;
    overflow: hidden;
}
.product-layout .button-group button:focus {
    outline: none;
}
.product-layout .product-thumb .image a {
    width: 100%;
}
.product-layout .product-thumb .image img {
    width: 100%;
}
.bootstrap-datetimepicker-widget td.old, .bootstrap-datetimepicker-widget td.new{
	color: #000 !important;
}
.bootstrap-datetimepicker-widget td.today {
    /*background-color: #8fc319 !important;*/
    border: none;
    color: #7b7a7a  !important;
}
.bootstrap-datetimepicker-widget td.active, .bootstrap-datetimepicker-widget td.active:hover {
    background-color: #8fc319 !important;
    color: #fff !important;
}
.bootstrap-datetimepicker-widget td.today:before{
    border-bottom: 7px solid white !important;
}
.bootstrap-datetimepicker-widget td.today:hover {
    background-color: #428bca;
    color: #fff;
}
.bootstrap-datetimepicker-widget td.day {
    color: #000;
}
#cart-form .checkouttop .increment_block_cnt {
    background: #4a4a4a;
}
#cart-form .checkouttop td.text-left a {
    margin-left: 0 !important;
}
button.btn.btn-delete {
    color: #fff;
    background-color: #8fc319;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 0;
}
button.btn.btn-delete:focus{
    outline:0;
}
#cart-form .checkouttop td.text-center .col-md-3 {
    display: none;
}
#cart-form .checkouttop td.text-center .increment_block_cnt {
    margin-top: 0 !important;
}
#cart-form .checkouttop h3 {
    padding-bottom: 0;
	font-weight: bold;
    font-size: 20px;
	color: #000;
}
.main_catering_cnt h3 {
    font-weight: bold;
    font-size: 20px;
}
#cart-form .table-responsive.cus-res-table tr td.text-left {
    width: 55%;
}
#cart-form .table-responsive.cus-res-table tr td:last-child {
    width: 90px;
}
.product-layout .product-thumb .caption p {
    display: none;
}
/* Add To Card Page Css Ends */

/* Custom Css Start */
#column-left .list-group a.list-group-item:hover, #column-left .list-group a.list-group-item:focus {
    color: #fff; 
    background-color: #8fc319 ;
}
#column-left .list-group .list-group-item.active:hover, #column-left .list-group .list-group-item.active:focus {
    background-color: #1c1717;
    border-color: #1c1717;
}
.col-md-6.col-sm-6.col-xs-6.items_comments_box, .col-md-7.col-sm-7.col-xs-6.items_comments_box  {
    padding: 0;
}
#product .col-md-6.option-groups.form-group {
    width: 100%;
}
#column-right .catering_package_details {
    padding: 0;
}
#column-right .catering_package_details h3 {
    font-size: 14px;
    background-color: #8fc319;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    line-height: 18px;
    font-weight: normal;
    color: #fff;
}
#column-right .catering_package_details hr {
    display: none;
}
#shoppingcart {
    padding: 10px;
}
#shoppingcart p {
    font-size: 15px;
}
#shoppingcart .sub_total_block_new .text-a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #8fc319;
    border-color: #8fc319;
    text-decoration: none;
    overflow: hidden;
}
#shoppingcart .sub_total_block_new .text-a:hover, #shoppingcart .sub_total_block_new .text-a:focus {
    background-color: #8fc319 !important;
}
.customise_menu aside#column-left {
	margin-top: 52px;
}
p.cart-increment-btns {
    float: left;
    width: auto;
    display: inline-block;
    margin: 2px 4px 0 0;
}
.button-group.cart_increment_block_cnt {
    width: 90px;
    float: left;
}
.main_catering_cnt.cus-popup-design {
    display: inline-block;
    padding: 10px 0;
    width: 100%;
}
.cus-popup .close {
    position: absolute;
    right: -17px;
    top: -17px;
    width: 34px;
    height: 34px;
    padding: 6px 0px;
    text-align: center;
	z-index: 999;
}
.cus-popup-design #product .button-group.list-unstyled.cus-increment_dec {
    float: right;
	width: 110px;
}
.modal.cus-popup {
    position: fixed;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}
.cus-popup .modal-content{
	border: 5px solid #fff;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 25px 15px rgba(0, 0, 0, 0.15);
     width: 90%;
    margin-top: 110px;
    margin-bottom: 30px;
}
body {
    font-family: 'Lato', sans-serif;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-family: 'Lato', sans-serif;
}
.table-responsive.cus-res-table > .table > tbody > tr > td {
    white-space: normal;
}
.buttons button i.fas.fa-credit-card {
    margin-right: 10px;
}
.our-products {
    position: relative;
}
.our-products::before {
    background-image: url(https://imgc.artprintimages.com/img/print/a-seascape-abstract-beach-backgro…e-pastel-colors-in-a-vintag_u-l-q1buvgn0.jpg?h=550&w=550&background=fbfbfb);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.3;
}
.our-products .owl-item {
    border: 4px solid #fff;
    box-shadow: 0 0 10px #ccc;
	-moz-box-shadow: 0 0 10px #ccc;
	-webkit-box-shadow: 0 0 10px #ccc;
    margin: 10px !important;
}
.payment_btn_icons {
    width: 100%;
    display: flex;
    padding: 0;
    align-items: center;
}
.payment_btn_icons img {
    height: auto !important;
    width: 100% !important;
}
.payment_btn_icons li:nth-child(2) {
    padding: 0 4px 0 8px;
}
.payment_btn_icons li:nth-child(3) {
    padding: 0 8px 0 4px;
}
.cus-cat-multi .item_desc {
    min-height: 140px;
	border-top: none;
    border-left: none;
    border-right: none;
	width: 100%;
    display: inline-block;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 8px 3px;
    padding: 20px 15px;
    margin: 8px 0;
    position: relative;
    background: #fff;
}
.cus-cat-multi .item_desc h3 {
    margin: 4px 10px 0px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
}
.cus-cat-multi .item_desc .item_cost_cnt {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cus-cat-multi .item_desc .item_cost_cnt .list-unstyled {
    display: flex;
}
.cus-cat-multi .item_desc .item_cost_cnt .list-unstyled .increment_block_cnt {
    margin: 0 10px;
	width: 70px;
}
.no-padd{
	padding: 0px;
}
.customise_sec ul.cus-cat-multi li {
    padding: 0px 8px 0px 8px;
}
/*.table td, .table th{
	word-break: break-word;
}*/
/* Custom Css Ends */


/*Media Queries*/

@media (max-width:1600px) {
    .logo > ul > li.catering_menu_link {
        margin: 0 32px;
    }
    .logo_right ul li {
        padding: 0 18px;
    }
}

@media (max-width:1300px) {
    header {
        padding: 20px 25px;
    }
    .logo > ul > li.catering_menu_link {
        margin: 0 20px;
    }
    .logo > ul > li.catering_menu_link a {
        padding: 10px 12px;
    }
    .logo > ul > li.catering_menu_link > ul {
        top: 42px;
    }
    .logo > ul > li.catering_menu_link a strong {
        margin-left: 5px;
    }
    .logo_right ul li {
        padding: 0 11px;
    }
    .logo_right ul li.register_link {
        padding: 0 0 0 2px;
    }
    .logo_right ul li.register_link a {
        padding: 14px;
    }
    .text_box_holder,
    .social_icons {
        width: 51%;
        padding: 0 0 0 4px;
    }
    .stay_touch_text_box p {
        width: 48%;
    }
}
@media (max-width:1199px) {
    .single-product .caption-price  {
    display: block;
}
}
@media (max-width:1100px) {
    .logo,
    .logo_right {
        display: block;
        float: none !important;
        width: 100%;
        text-align: center;
    }
    .logo {
        padding: 0 0 12px 0 !important;
    }
    .logo > ul > li.catering_menu_link > ul {
        background: #efefef;
        width: 320px;
        padding: 14px 0 0 0;
    }
}

@media (max-width:991px) {	
    .catering_cnt figure {
        /* height: 142px; */
        overflow: hidden;
    }
    .stay_in_touch_in > [class*="col-"] {
        width: 76%;
        margin: 0 auto;
        display: block;
        float: none;
        padding: 0;
        padding-bottom: 12px;
    }
    .footer_hours a {
        padding: 15px 45px;
    }
	.about-text ul li {
		width: 33.33%;
	}
}

@media (max-width:767px) {
	#new_order_form .col-6 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.about-text {
		margin-top: 10px;
	}
	.about-text ul li {
		width: 100%;
	}
	.cus-cat-multi .item_desc {
		height: auto;
	}
    .catering_cnt ul li {
        padding: 0 6px 18px 6px;
        width: 49%;
        margin: 0 auto;
        display: inline-block;
        vertical-align: top;
    }
    .footer_hours {
        padding: 13px 30px;
        text-align: center;
    }
    .footer_btm_cnt {
        padding: 0 15px;
    }
    footer {
        padding: 30px 0;
    }
    .customise_menu_cnt > .pull-right {
        float: none !important;
    }
    .inner_sidebar {
        padding: 20px 35px;
        background: #f3f3f3;
        position: relative;
    }
    .inner_sidebar .mobile_menu_button {
        bottom: auto;
        top: 10px;
        right: 28px;
    }
    .inner_sidebar ul {
        display: none;
        position: absolute;
        top: 40px;
        left: 0;
        padding: 0;
        background: #fff;
        z-index: 9;
        border: none;
        border: 1px solid #ccc;
        box-shadow: 0 3px 4px 2px #e4e4e4;
    }
    .inner_sidebar ul li {
        display: block;
        text-align: left;
        margin: 0;
    }
    .inner_sidebar ul li a {
        display: block;
        padding: 10px 25px;
    }
    .inner_sidebar ul li.active:after {
        display: none;
    }
    .logo > ul > li.catering_menu_link {
        position: relative;
    }
    .logo > ul > li.catering_menu_link > ul {
        width: 280px;
    }
    .ct-category .ct-pro-overview ul li::marker {
   display:block;
   opacity:1;
   visibility:visible;
}
.ct-category .ct-pro-overview ul li {
    width:100%;
}
}


@media (max-width:599px) {
    .logo {
        padding: 0 !important;
    }
    .logo a {
        display: inline-block;
        float: left;
        margin: 8px 0 0 0;
    }
    header {
        padding: 15px 10px 45px 10px;
    }
    .logo a img {
        width: auto;
        height: 14px;
    }
    .logo > ul > li {
        float: left;
    }
    .logo > ul > li.catering_menu_link {
        float: right;
        margin: 0;
    }
    .logo > ul > li.catering_menu_link a {
        padding: 8px;
        margin: 0;
    }
    .logo > ul > li.catering_menu_link a span {
        width: 18px;
    }
    .logo > ul > li.catering_menu_link a strong {
        font-size: 13px;
        line-height: 13px;
    }
    .logo > ul > li.catering_menu_link > ul {
        width: 216px;
        left: -20px;
    }
    .mobile_menu_button {
        display: block;
    }
    .logo_right {
        position: fixed;
        top: 90px;
        right: -100%;
        z-index: 99;
        background: #fff;
        width: 280px;
        height: 100%;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }
    .logo_right ul li {
        padding: 0;
        display: block;
        text-align: left;
    }
    .logo_right ul {
        width: 100%;
    }
    .logo_right ul li a {
        display: block;
        padding: 12px 26px;
        font-weight: 400 !important;
    }
    .logo_right ul li.register_link {
        padding: 0;
    }
    .logo_right ul li.register_link a {
        background: none;
        color: #000;
        font-weight: 400;
        padding: 12px 26px;
        border-radius: 0;
    }
    .logo_right ul li a:hover,
    .logo_right ul li.register_link a:hover {
        background: #8fc319;
        color: #fff;
    }
    .logo_right.pull-right a:hover i.fas.fa-phone,
    .logo_right.pull-right a:hover span {
        color: #fff;
    }
    .menu_open {
        overflow: hidden;
    }
    .menu_open .logo_right {
        right: 0;
    }
    .menu_open .overlay {
        visibility: visible;
        opacity: 0.4;
    }
    .footer_btm_cnt p,
    .footer_btm_cnt a {
        float: none !important;
        display: block;
        text-align: center;
    }
    .footer_btm_cnt p {
        padding-bottom: 8px;
    }
    .stay_touch_text_box p {
        font-size: 17px;
        line-height: 17px;
    }
    .stay_touch_text_box p span {
        font-size: 13px;
        line-height: 13px;
    }
    .stay_in_touch_in > [class*="col-"] {
        width: 85%;
    }
    .social_icons ul li {
        width: 23%;
    }
    .footer_top_links ul li h2 {
        padding: 0 0 10px 0;
        font-size: 15px;
        line-height: 15px;
    }
    .footer_top_links ul li {
        padding: 0 0 8px 0;
    }
    .footer_hours h2 {
        color: #fff;
        font-size: 26px;
        line-height: 28px;
        padding: 0 0 8px 0;
    }
    .footer_hours a {
        padding: 10px 28px;
        margin: 18px 0 0 0;
    }
    .footer_top_cnt {
        padding: 0 0 20px 0;
        margin: 0 0 20px 0;
    }
    .catering_cnt ul li {
        width: 100%;
        display: block;
        float: none;
    }
    .main_catering_cnt {
        padding: 20px 0;
    }
    .catering_txt p strong {
        font-size: 18px;
        line-height: 18px;
    }
    .catering_txt p em {
        font-size: 13px;
        line-height: 13px;
        padding: 3px 10px 5px 10px;
    }
    .banner_cnt {
        height: 245px;
    }
    .banner_search input[type="text"] {
        height: 42px;
        line-height: 42px;
        min-width: 260px;
    }
    .innerpage_main .sort_menu ul li:before {
        display: none;
    }
    .innerpage_main .sort_menu ul li {
        padding: 10px 0;
        margin: 0;
    }
    .innerpage_main .sort_menu ul li:last-child {
        padding: 0;
        margin: 0;
    }
    .banner_search input[type="button"] {
        top: 5px;
        left: 5px;
        width: 32px;
        height: 32px;
    }
}

@media (max-width:479px) {
    .logo > ul > li {
        display: block;
        float: none;
        text-align: center;
        width: 186px;
        margin: 0 auto;
    }
    .logo a {
        margin-bottom: 8px;
        float: none;
    }
    .logo_right {
        top: 119px;
    }
    .sort_menu ul li {
        display: block;
        float: none !important;
        text-align: center;
        padding: 0 0 12px 0;
    }
    .sort_menu ul li:last-child label {
        margin: 0 10px 0 0;
        font-size: 13px;
        line-height: 13px;
    }
    .sort_menu ul li:last-child select {
        padding: 3px 12px 3px 5px;
    }
    .stay_touch_text_box p,
    .text_box_holder,
    .social_icons {
        width: 100%;
        display: block;
        padding: 0;
    }
    .stay_touch_text_box p {
        padding-bottom: 8px;
    }
    .social_icons ul {
        text-align: center;
    }
    .footer_top > ul > li {
        width: 100%;
        padding: 0 0 25px 0;
    }
}


/*----- Custom Modifications-------*/

@media (max-width: 768px) {
    .payment-cards img {
        width: 250px;
    }
}
@media (max-width: 480px) {
    .payment-cards img {
        width: 150px;
    }
}

.breadcrumb {
    padding: 20px 15px;
    margin: 22px 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}

/*-----Slider-------*/

.slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0);
    z-index: 1;
}

.carousel-caption h4 {
    color: #8fc319;
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 15px;
  }
.carousel-caption h3 {
    color: #fff;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
     
}

.carousel-caption p {
    margin-top: 20px;
    color: #fff;
    font-size: 25px;
    line-height: 25px;
    font-weight: normal;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 22%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
@media (min-width:1200px) {
.carousel-caption h3 {
    color: #fff;
    font-size: 35px !important;
    line-height: 46px !important;
    margin-bottom: 20px;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : portrait) {
   .carousel-caption h3 {
        color: #fff;
        font-size: 10px;
        line-height: 15px;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        color: #fff;
        font-size: 16px;
    }
    .carousel-caption {
        right: 15%;
        top: 20%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
    }
 }

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
   .carousel-caption h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        color: #fff;
        font-size: 16px;
    }
    .carousel-caption {
        right: 15%;
        top: 30%
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        }
}
@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : portrait) {

    .carousel-caption {
        right: 15%;
        top: 30%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
        }

}

@media only screen and (min-device-width : 360px) and (max-device-width : 640px) and (orientation : landscape) {
   .carousel-caption h3 {
        color: #fff;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .carousel-caption {
        right: 15%;
        top: 40%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
       }
}

@media (min-width:992px) {
    .carousel-caption h3 {
        font-size: 30px;
	line-height: 25px;
        margin-bottom: 20px;
    }
    .carousel-caption p {
        color: #fff;
        font-size: 17px;
    }
    .carousel-caption {
        right: 15%;
        top: 10%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
       
    }
}
@media (max-width : 767px){
 .carousel-caption h3 {
        color: #fff;
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 16px;
    	}
    .carousel-caption {
        right: 15%;
        top: 28%;
        left: 15%;
        z-index: 10;
        padding-top: 20px;
        padding-bottom: 20px;
       
    }
    }
@media (min-width : 768px){
 .carousel-caption h3 {
        color: #fff;
        font-size: 25px;
        line-height: 32px;
        margin-bottom: 20px;
    }
.carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
    top: 30%;
}

}

.catering_package_details {
    position: relative;
    margin-bottom: 6px;
    background: #fff;
    /*padding: 10px;*/
    /*box-shadow: 0 0px 1px #ccc;*/
}

.catering_list_box {
    position: relative;
    margin-bottom: 6px;
    background: #fff;
    padding: 4px 4px 0;
    box-shadow: 0 0px 2px #e4e4e4;
    -webkit-box-shadow: 0 0px 2px #e4e4e4;
    -moz-box-shadow: 0 0px 2px #e4e4e4;
    -ms-box-shadow: 0 0px 2px #e4e4e4;
}

.catering_list_box .catering_imgs {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.catering_list_box .catering_imgs:hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.catering_list_box .catering_imgs img {
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* #myCarousel .carousel-inner .item > img {
    -webkit-animation: zoom 20s;
    animation: zoom 20s;
} */

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(1, 1);
    }
    to {
        -webkit-transform: scale(1.5, 1.5);
    }
}

@keyframes zoom {
    from {
        transform: scale(1, 1);
    }
    to {
        transform: scale(1.5, 1.5);
    }
}


/*------- TOP Header----------*/

.top-bar-wrap {
    padding: 6px 0;
    background-color: #8fc319;
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #8fc319;
    letter-spacing: 0.4px;
    z-index: 99;
    position: relative;
}

.top-bar {
    min-height: 20px;
    line-height: 20px;
}

.top-bar a {
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.top-bar .social-1 li a i {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 13px;
}


/*---------- Start Navbar ------------*/

.header {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    border-radius: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    background-color: transparent;
}

#navigation.navbar-fixed-top {
    position: fixed;
    top: 0;
    background: #000;
    border-radius: 0;
    /* box-shadow: 0 10px 25px -15px #999; */
}

#navigation.navbar-inverse {
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    margin-bottom: 0px !important;
    min-height: 65px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    /*z-index: 99;*/
    position: relative;
}

.navbar-inverse .navbar-brand {
    color: #ff500a;
	padding: 0;
    height: auto;
}
.navbar-brand > img {
    /*width: 280px !important;*/
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 16px 0px;
    font-size: 25px;
    line-height: 20px;
}

.navbar-inverse .nav>li>a {
    font-size: 14px;
    font-weight: 400;
    border-radius: 4px;
    color: #fff;
    margin: 10.5px 0px;
    padding: 8px 8px 8px;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
    color: #ff500a;
    background-color: #ffffff;
}

.navbar-inverse .brand,
.navbar-inverse .nav>li>a {
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
}

.navbar-inverse .nav>li>a:hover,
.navbar-inverse .nav>li>a:active,
.navbar-inverse .nav>li>a:focus {
    color: #8fc319;
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #8fc319;
    background-color: #fff;
}

.navbar-toggle {
    margin-top: 14px;
}
.navbar-collapse {
    border-color: #f7f7f7!important;
    }
    .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    }
@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
    }
    .navbar-right {
        margin-right: 0px;
        margin-left: -15px;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-top: 25px;
        overflow: visible !important;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse {
        max-height: 360px;
    }
    .navbar-fixed-bottom .navbar-collapse,
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        font-size: 18px;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:active,
    .navbar-inverse .navbar-toggle {
        border-color: #333333;
        background-color: #000000;
    }
}

@media (max-width: 992px) {
	.navbar-brand > img {
		width: 60px !important;
	}
    .navbar-brand {
        font-size: 20px;
    }
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:active,
    .navbar-inverse .navbar-toggle {
        border-color: #333333;
        background-color: #000000;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-nav {
        float: none !important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-inverse .navbar-nav .signin-btn {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #fff;
    background-color: #8fc319;
    border-color: #8fc319;
    text-decoration: none;
    overflow: hidden;
}

.navbar-inverse .navbar-nav .signin-btn:hover,
.navbar-inverse .navbar-nav .signin-btn:focus,
.navbar-inverse .navbar-nav .signin-btn:active {
    color: #fff;
    background-color: #f96332;
    border-color: #f96332;
}


/*------ harmburger menu css ----------*/

.navbar-inverse .navbar-toggle.collapsed .icon-bar {
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(3) {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navbar-inverse .navbar-toggle.collapsed .icon-bar:nth-child(4) {
    opacity: 1;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.navbar-inverse .navbar-toggle .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 6px;
    position: relative;
}

.navbar-inverse .navbar-toggle .icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar-inverse .navbar-toggle .icon-bar:nth-child(4) {
    opacity: 0;
}

.navbar-inverse .dropdown-menu > li > a {
    padding: 8px 20px;
    text-transform: uppercase;
}

.navbar-inverse .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #8fc319;
}

@media (min-width: 1200px) {
    .navbar-inverse .navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (min-width: 992px) {
    .navbar-inverse .navbar-nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
    }
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #8fc319;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #333;
    }
	.product-layout.col-lg-3.col-md-3.col-sm-6.col-xs-12 {
		width: 50%;
	}
	.product-layout .product-thumb .caption h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.product-layout .product-thumb .caption p {
		font-size: 12px;
	}
	.product-layout .button-group button {
		font-size: 12px;
	}
	.table-responsive.cus-res-table table{
		width: 800px;
	}
	#cart-form .table-responsive.cus-res-table tr td.text-left {
		width: 300px;
	}
	#cart-form .table-responsive.cus-res-table tr td.text-left .increment_block_cnt {
		width: 90px;
	}
}

/*Header Cart view CSS*/

.badge {
    background-color: #333;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    padding: 4px 8px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.shopping-cart .dropdown-menu {
    margin: 18px 0;
    float: left;
    background: white;
    width: 320px;
    right: 0;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
}

.shopping-cart .shopping-cart-header {
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 15px;
}

.shopping-cart .shopping-cart-header .shopping-cart-total {
    float: right;
	color: #333;
}

.shopping-cart .shopping-cart-items {
    padding-top: 20px;
}

.shopping-cart .shopping-cart-items li {
    margin-bottom: 18px;
}

.shopping-cart .shopping-cart-items img {
    float: left;
    margin-right: 12px;
	width: 80px;
}

.shopping-cart .shopping-cart-items .item-name {
    color: #000;
    display: block;
    padding-top: 10px;
    margin-bottom: 5px;
    font-size: 14px;
	font-weight: bold;
}

.shopping-cart .shopping-cart-items .item-price {
    color: #8fc319;
    margin-right: 8px;
}

.shopping-cart .shopping-cart-items .item-quantity {
    color: #000;
    font-size: 14px;
}

.cart-icon {
    color: #8fc319;
    font-size: 20px !important;
    margin-right: 7px;
    float: left;
}

.button {
    background: #8fc319;
    color: #fff;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
    font-size: 16px;
    margin: 25px 0 15px 0;
}

.button:hover {
    background: #8fc319;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}


/*Radio and Check box css*/

input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    right: 9000px;
}

input[type="checkbox"] + .label-text {
    font-weight: 400;
    cursor: pointer;
}


/*Check box*/

input[type="checkbox"] + .label-text:before {
    content: "\f096";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    display: inline-block;
    margin-right: 14px;
    font-size: 25px;
    vertical-align: middle;
}

input[type="checkbox"]:checked + .label-text:before {
    content: "\f14a";
    color: #8fc319;
    animation: effect 250ms ease-in;
}

input[type="checkbox"]:disabled + .label-text {
    color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
    content: "\f0c8";
    color: #ccc;
}


/*Radio box*/

input[type="radio"] + .label-text {
    font-weight: 400;
    cursor: pointer;
    color: #333;
}

input[type="radio"] + .label-text:before {
    content: "\f10c";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 15px;
    display: inline-block;
    margin-right: 14px;
    font-size: 25px;
    vertical-align: middle;
    color: #a9a9a9;
}

input[type="radio"]:checked + .label-text:before {
    content: "\f192";
    color: #8fc319;
    animation: effect 250ms ease-in;
}

input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

input[type="radio"]:disabled + .label-text:before {
    content: "\f111";
    color: #ccc;
}


/*Radio Toggle*/

.toggle input[type="radio"] + .label-text:before {
    content: "\f204";
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    width: 1em;
    display: inline-block;
    margin-right: 10px;
}

.toggle input[type="radio"]:checked + .label-text:before {
    content: "\f205";
    color: #16a085;
    animation: effect 250ms ease-in;
}

.toggle input[type="radio"]:disabled + .label-text {
    color: #aaa;
}

.toggle input[type="radio"]:disabled + .label-text:before {
    content: "\f204";
    color: #ccc;
}

@keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes effect {
    0% {
        transform: scale(0);
    }
    25% {
        transform: scale(1.3);
    }
    75% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(1);
    }
}


.our-products .text-center h1 {
    text-transform: uppercase;
}

/*------ Cient Carousels------*/
.our-clients {
    background-color: #fff;
    position: relative;
    padding: 35px 0 80px;
}
/*
.our-clients:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 30%;
    background-color: #ddd;
}*/
.our-clients h1.text-white {
    color: #000 !important;
}
#clients-carousel .item-details {
    background-color: #333333;
    color: #fff;
    padding: 20px 10px;
    text-align: left;
}

#clients-carousel .item-details h5 {
    margin: 0 0 15px;
    font-size: 18px;
    line-height: 18px;
}

#clients-carousel .item-details h5 span {
    color: #8fc319;
    float: right;
    padding-right: 20px;
}

#clients-carousel .item-details p {
    font-size: 14px;
}

#clients-carousel .item {
    text-align: center;
    /*margin-bottom: 80px;*/
}

.owl-carousel .owl-nav [class*='owl-'] {
    transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
    background-color: #D6D6D6;
}

.owl-carousel {
    position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    position: absolute;
    top: 30%;
    font-size: 25px;
    color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    padding-top: 10px;
}

.owl-carousel .owl-prev {
    left: -70px;
}

.owl-carousel .owl-next {
    right: -70px;
}

/*------- Offer Slider ------------*/

#offer-carousel-generic .carousel .item{
    height: 250px;
}

#offer-carousel-generic  .carousel-inner {
    height: 250px;
}
#offer-carousel-generic  .carousel-inner .item img {
    min-height: 250px;
        width: 100%;
        margin-top: -230px;
}
.about-text p a {
    word-break: break-all;
}

/*HOme slider*/

/* CONTENT SLIDER */

#content-slider {
	width:100%;
	margin:0;
}
/* SLIDER */
#sliderold {
	background:#000;
	width:100%;
	margin:0;
	overflow:visible;
	position:relative;
	background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/img1.jpg);
	background-size: cover;
    background-position: left bottom;
    background-repeat: no-repeat;
}
#mask {
	overflow:hidden;
	height:600px;
}
#slider ul {
	margin:0;
	padding:0;
	position:relative;
}

#slider li {
	width:100%;
	height:600px;
	position:absolute;
	list-style:none;
}
#slider li img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: left bottom;
}
#slider li.firstanimation {
	-moz-animation:cycle 25s linear infinite;	
	-webkit-animation:cycle 25s linear infinite;
	-moz-animation-delay: 3s;
	-webkit-animation-delay: 3s;
}
#slider li.secondanimation {
	-moz-animation:cycletwo 25s linear infinite;
	-webkit-animation:cycletwo 25s linear infinite;		
}

#slider:hover li, 
#slider:hover .progress-bar {
	-moz-animation-play-state:paused;
	-webkit-animation-play-state:paused;
}

/* PROGRESS BAR */
.progress-bar { 
	position:relative;
	top:-5px;
	width:680px; 
	height:5px;
	background:#000;
	-moz-animation:fullexpand 25s ease-out infinite;
	-webkit-animation:fullexpand 25s ease-out infinite;
}
/* ANIMATION */


@-webkit-keyframes cycle {
	0%  { top:0;right:100%; opacity:0; }
	10% { right:100%; opacity:0; }
	50% { right:0px; opacity:1; }
	20% { right:0px; opacity:1; } 
	80% { right:0px; opacity:1; z-index:0; } 
	90% { right:-100%; opacity:0; z-index:0; }
	100% { right:-100%; opacity:0; z-index:0; }
	
}
@-webkit-keyframes cycletwo {
0%  { top:-325px; opacity:0; }
	50% { top:-325px; opacity:0; }
	60% { top:0px; opacity:1; }
	84% { top:0px; opacity:1; }
	96% { top:0px; opacity:1; z-index:0; }
	100%{ top:325px; opacity:0; z-index:0; }
}
/* ANIMATION BAR */
@-moz-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}
@-webkit-keyframes fullexpand {
    0%, 20%, 40%, 60%, 80%, 100% { width:0%; opacity:0; }
    4%, 24%, 44%, 64%, 84% { width:0%; opacity:0.3; }
   16%, 36%, 56%, 76%, 96% { width:100%; opacity:0.7; }
   17%, 37%, 57%, 77%, 97% { width:100%; opacity:0.3; }
   18%, 38%, 58%, 78%, 98% { width:100%; opacity:0; }	
}

.product_title {
    line-height: 0.8 !important;
    margin-bottom: 16px !important;
    font-size: 35px !important;
    color: #000 !important;
}
a.ct-order-btn {
    display: inline-block;
    width: 100%;
    background: #8fc319;
    color: #fff;
    text-align: center;
    padding: 7px 15px;
    border-radius: 4px;
}
a.ct-order-btn:hover{
    background: #000;
    color: #fff;
    transition: all 0.5s ease;
}
.ct-category .catering_cnt ul li {
    padding: 0 20px 18px 20px;
}
.ct-category .ct-pro-overview{
    clear:both;
    margin-top:35px;
    margin-bottom:20px;
}
.ct-category .ct-pro-overview ul{
    display: inline-block;
    width: 100%;
    padding: 0;
    padding: 0 0 0 20px;
    list-style: disc;
        height: 45px;
    overflow: hidden;
}
.ct-category .ct-pro-overview ul li{
    padding: 0 0px 5px 0px;
}
.ct-category .ct-pro-overview ul li::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.ct-category .catering_list_box{
  border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 8px 3px;
    padding:0;
}
.ct-custom-category{
    position:relative;
    padding-top: 40px;
}
.ct-custom-category-slides{ 
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/img1.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.ct-custom-category-slides li{
 list-style:none;
}
.ct-custom-category-slides li span { 
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    opacity: 0;
    z-index: 0;
    animation: customCategoryAnim 36s linear infinite 0s; 
}

.ct-cc-slideshow li:nth-child(1) span { 
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/image2.jpg) 
}
.ct-cc-slideshow li:nth-child(2) span { 
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/img1.jpg);
    animation-delay: 6s; 
}
.ct-cc-slideshow li:nth-child(3) span { 
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/image2.jpg);
    animation-delay: 12s; 
}
.ct-cc-slideshow li:nth-child(4) span { 
    background-image: url(https://1800mycatering.com.au/catalog/view/theme/1800/stylesheet/images/slideshow/SmlWeb-75.jpg);
    animation-delay: 18s; 
}
.ct-cc-slideshow li:nth-child(5) span { 
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/img1.jpg);
    animation-delay: 18s; 
}
.ct-cc-slideshow li:nth-child(6) span { 
    background-image: url(https://hospitalcatering.com.au/catalog/view/theme/1800/stylesheet/images/image2.jpg);
    animation-delay: 18s; 
}
@keyframes customCategoryAnim { 
    0% { opacity: 0; animation-timing-function: ease-in; }
    8% { opacity: 1; animation-timing-function: ease-out; }
    17% { opacity: 1 }
    25% { opacity: 0 }
    100% { opacity: 0 }
}
.ct-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: rgb(0 0 0 / 45%);
}
.ct-custom-category .product_title{
    line-height: 0.8 !important;
    margin-bottom: 8px !important;
    font-size: 35px !important;
    color:#fff !important;
}
.ct-custom-category .items_comments_box input[type="button"], .ct-custom-category .items_comments_box button{
    width:100%;
}
.ct-cust-btns{
    padding:10px 0px;
}
.ct-custom-category .cus-cat-multi .item_desc .item_cost_cnt{
    float:none;
    padding: 15px;
}
.ct-custom-category .cus-cat-multi .item_desc .item_cost_cnt .list-unstyled {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.ct-custom-category .ct-item_cost_cnt{
    display:block;
}
.ct-custom-category .ct-cust-btns {
    padding: 10px 0px;
    position: absolute;
    right: 0px;
    bottom: 0;
}
.ct-custom-category .ct-cust-btns .price{
    font-size: 15px;
    color: #8fc319;
    font-weight: 700;
    padding: 0;
}

.cus-cat-multi .item_desc {
    min-height: 140px;
	border-top: none;
    border-left: none;
    border-right: none;
	width: 100%;
    display: inline-block;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 8px 3px;
    padding: 20px 15px;
    margin: 8px 0;
    position: relative;
    background: #fff;
}
.cus-cat-multi .item_desc h3 {
    margin: 4px 10px 0px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
}
.cus-cat-multi .item_desc .item_cost_cnt {
    width: auto;
    float: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cus-cat-multi .item_desc .item_cost_cnt .list-unstyled {
    display: flex;
}
.cus-cat-multi .item_desc .item_cost_cnt .list-unstyled .increment_block_cnt {
    margin: 0 10px;
	width: 70px;
}
.no-padd{
	padding: 0px;
}
.customise_sec ul.cus-cat-multi li {
    padding: 0px 8px 0px 8px;
}

.customise_sec .item_desc p span {
    margin: 0;
}
.customise_sec p.dot {
    padding: 3px 10px 3px 0;
}
.customise_sec .cus-cat-multi .item_desc h3 {
    margin: 0;
}
.flex-disp{
    display:flex;
    align-items:flex-start;
}
.ct-opt-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
}
.ct-opt-price .price{
    padding:0;
    margin-right:15px;
}
.ct-cut-opt .items_comments_box input[type="button"],
.ct-cut-opt .items_comments_box button {
    width: 140px;
    float: left;
    text-transform: uppercase;
}
.ct-option-details .col-md-6.option-groups.form-group {
    width: 50% !important;
    padding: 0 15px !important;
    position: relative;
    margin-top: 15px; 
    float:left;
}
.ct-option-details .col-md-12 {
    width:100%;
    clear:both;
}
.ct-option-box{
     border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 8px 3px;
    width:100%;
    padding: 20px !important;
    min-height:170px;
}
.ct-option-box .checkbox{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.ct-option-box p.dot {
    padding: 4px 5px 4px 18px;
    position: relative;
}
#product div.checkbox label:before{
    top:4px;
}
.ct-read-more{
    color: #8fc319;
    font-size: 13px;
}
.single-product .product-image a{
    box-shadow: rgb(0 0 0 / 28%) 0px 2px 9px 0px;;
    padding:0;
    width: 100% !important;
}
.img-thumbnail{
    box-shadow:none;
    border-radius:0;
    padding: 0;
}
.single-product .price{
    color:#000;
}
.single-product .caption-price {
    padding: 15px 0 8px 0;
    display: flex;
    justify-content: space-between;
}
.single-product .caption-price p.price {
    padding-top: 8px;
}
.single-product .caption-price .addonsprice {
    padding-top: 8px;
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 5px;
    line-height: 10px;
    font-weight: 400;
    color: #000000;
}
.ct-850 {
    width: 850px;
    margin: 15px auto !important;
}

.agileits h3{
	text-align:center;
	color:#032F3E;
	font-size:3em;
	margin:0.5em 0 0.5em;
	text-transform: uppercase;
}
.agileits h4 {
    text-align: center;
    color: #032F3E;
    font-size: 1.7em;
    margin: 0.3em 0;
}
.agileits p {
    /*margin: 1em 0 0;*/
    color: #777;
    /*font-size: 14px;*/
    /*line-height: 1.8em;*/
	text-align:center;
}
.sec-title h3 {
    font-size: 36px;
    line-height: 35px;
    font-weight: bold;
    color: #1b1313;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.sec-title {
    text-align: center;
}
.sec-title .border-line:before {
    content: '';
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    height: 4px;
    width: 47px;
    border-radius: 4px;
    background-color: #8FC319;
}
.history-grid-image {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 9px 0px;
    margin-bottom: 30px;
}
.history-grid-image h2{
    font-size: 18px;
    color: #fff;
    background: #8FC319;
    text-transform: uppercase;
}
.marquee {
  width: 100vw;
  height: auto;
  overflow: hidden;
  position: relative;
}

.marquee:before, .marquee:after {
  position: absolute;
  top: 0;
  width: 10vw;
  height: 100%;
  content: "";
  z-index: 1;
}

.marquee:before {
  left: 0;
}

.marquee:after {
  right: 0;
}

.marquee-content {
  list-style: none;
  height: 100%;
  display: flex;
  animation: scrolling 10s linear infinite;
}     

@keyframes scrolling {
  0% { transform: translateX(0); }
  100% { transform: translateX(-180vw); }
} 
.marquee-content li {
  display: flex;
  justify-content: center;
  align-items: center;
  /* text-align: center; */
  flex-shrink: 0;
  width: 20vw;
  max-height: 100%;
  font-size: 5rem; /* 5rem; */
  white-space: nowrap;
  margin:0 20px;
}
.marquee-content li img {
  width: 200px;
  height:auto;
}
/* animation */
.is-visible.anim-left{
  animation-name: slide-left;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  opacity:1;
}
.is-visible.anim-middle{
  animation-name: slide-middle;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  opacity:1;
}
.is-visible.anim-middle2{
  animation-name: slide-middle2;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  opacity:1;
}
.is-visible.anim-right{
  animation-name: slide-right;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  animation-iteration-count: 1;
  opacity:1;
}
@keyframes slide-left {
  0%   {opacity:0.4;transform: translateX(-100%);}
  100% {opacity:1;transform: none;}
}
@keyframes slide-middle {
  0%   {opacity:0.4;transform: translateX(-200%);}
  100% {opacity:1;transform: none;}
}
@keyframes slide-middle2 {
  0%   {opacity:0.4;transform: translateX(200%);}
  100% {opacity:1;transform: none;}
}
@keyframes slide-right {
  0%   {opacity:0.4;transform: translateX(100%);}
  100% {opacity:1;transform: none;}
}
.history-grid-image img {
    height: 260px;
    width: 100%;
    object-fit: cover;
}
.fourcols-menu .history-grid-image img {
    height: 230px;
}
.fourcols-menu .history-grid-image h2 {
    font-size: 16px;
}
.twocols-menu .history-grid-image img {
    height: 360px;
}
.twocols-menu a{
    width: 100%;
}
.our-clients .about-text p {
    margin-bottom: 10px;
    text-align: justify;
}
.framework_link {
    display: flex;
    margin-bottom: 15px;
}
.framework_link p {
    height: 150px;
    width: 33.33%;
    margin: 6px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 9px 0px;
    padding: 15px;
    text-align: center !important;
}
.framework_link p strong {
    width: 40px;
    display: inline-block;
    color: #8fc319;
    font-weight: 800;
}
.framework_link p a:hover {
    color: #8fc319;
    text-decoration: none;
}
.abt-img img{
    height: 670px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    }
.clients-say {
    background-color: transparent;
    background-size: cover;
}
.uk-slidenav-position {
    position: relative;
}
.sec-padding {
    padding: 30px 0 28px 0;
}
.clients-say .uk-slideshow {
    margin-bottom: 0px;
    text-align: center;
}
.clients-say li {
    padding: 15px;
    height: 360px;
    position: relative;
}
.clients-say li .item {
    padding: 70px 20px;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 9px 0px;
}
.clients-say .uk-slideshow .item p {
    padding: 0 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 20px;
    font-style: italic;
    line-height: 30px;
    color: #000000;
    display: block;
    margin-bottom: 26px;
}
.clients-say .uk-slideshow .item .author {
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: #000000;
    padding: 0 15px;
    margin-bottom: 3px;
}
.clients-say .uk-slideshow .item:before {
    content: "\f10d";
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 900;
    font-size: 28px;
    top: 42px;
    left: 50px;
    color: #8FC319;
}
/*new design*/
/*21-10-21*/

/*healthy choices*/
.healthy-choice-title{
    margin-bottom:15px;
}
.healthy-choice-title h2 {
    font-size: 30px;
    font-family: 'Oswald';
    text-align: center;
    margin-bottom: 10px;
    /*color: #8fc319;*/
}
.healthy-choice-title p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 24px;
    max-width: 500px;
    text-align: center;
    margin: 0 auto 20px;
}
.healthy-choices-wrap{
    background-color:#fff;
        padding: 50px 0;
}
.healthy-choices-wrap .row {
    display: flex;
    flex-wrap: wrap;
}
.healthy-choice-inner {
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 0px 20px #d9d9d9;
    height:100%;
}
.healthy-choice-content h2 {
    font-size: 28px;
    font-family: 'Oswald';
    line-height: 28px;
    color: #f89703;
}
.healthy-choice-content p {
    font-size: 16px;
    color: #000;
    margin-top: 20px;
    font-weight: 400;
    line-height: 24px;
}
span.healthy-color {
    height: 10px;
    width: 10px;
    position: relative;
    padding: 7px;
    display: inline-block;
    float: right;
}
span.healthy-color .dot {
    border-radius: 50%;
    height: calc(100% - 2px);
    width: calc(100% - 2px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
span.color{
    font-size: 16px;
    margin-top: 5px;
    display: block;
    color: #000;
    font-family: 'Oswald';
}
.healthy-choice h2, .healthy-choice span.color{
    color: #1F7E3C;
}
.amber-choice h2, .amber-choice span.color{
    color: #f89703;
}
.red-choice h2, .red-choice span.color{
    color: #EE0404;
}
/*packages*/
section.feature-hm.sec-padding {
    padding: 0px !important;
    position: relative;
}
section.feature-hm .row {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.feature-hm .feature_img {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100% !important;
    z-index: -2;
}


.feature-hm img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    opacity: 0;
}
.is-visible img {
    opacity: 1;
}
.light-background {
    background-color: #fff;
}
.feature-hm .content {
    padding: 15px;
}
.feature-hm .content h2 {
    font-size: 30px;
    color: #000;
    line-height: normal;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Oswald';
}
.feature-hm .content p {
    font-size: 18px;
    color: #000;
    line-height: 1.3;
    word-break: break-word;
    font-weight: 400;
    margin-bottom: 30px;
}
.feature-hm a.mc-btn, .feature-hm .mc-btn {
    padding: 6px;
    background-color: #8fc319;
    border-bottom: 1px solid #8fc319;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.9px;
    width: 150px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

/*our client says*/
.bottom-feature-hm .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottom-feature-hm {
    position: relative;
    z-index: 99;
    background-color:#fff;
}
.bottom-feature-hm .bg-overlay {
    width: 100%;
    height: 396px;
    background: #8fc319;
    position: absolute;
    top: 121px;
}
.padding-0 {
    padding: 0;
}
.bottom-feature-hm .bottom-feature_img {
    position: relative;
}
.bottom-feature-hm img {
   width: 100%;
    height: auto;
    margin-left: -8px;
    max-width: 550px;
}
.bottom-feature-hm .content {
    padding: 0 30px;
    max-width: 530px;
    width: 100%;
}
.bottom-feature-hm h2 {
    font-size: 30px;
    color: #fff;
    line-height: normal;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-weight: 700;
}
.ct-slideshow p {
    margin-bottom: 0 !important;
    padding: 0 15px;
}

.bottom-feature-hm p {
    font-size: 20px;
    color: #fff;
    line-height: 1.3;
    word-break: break-word;
    font-weight: 400;
}
.ct-slideshow p.title {
    color: #fff;
    text-align: right;
}
.ct-slideshow ul.slick-dots li button {
    padding: 5px;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 0;
    background: transparent;
    color: #fff;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px !important;
    height: 15px !important;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: black;
    background: #fff !important;
    border-radius: 50% !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
nav#navigation .navbar-brand > img {
    width: 100px !important;
}
.client-title h2{
    font-size: 30px;
    color: #000;
    line-height: normal;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-weight: 700;
}
.menu-title {
    background-color:#fff;
}
.menu-title h2{
    font-size: 30px;
    color: #000;
    line-height: normal;
    margin-bottom: 30px;
    font-family: 'Oswald';
    font-weight: 700;
    text-align:center;
}
/* Responsive code*/
@media(min-width:1440px){
    	.bottom-feature-hm .bg-overlay {
    height: 379px;
}
}
@media (min-width: 1200px) {
#mask, #slider li {
	height:800px; 
}

}
@media (min-width:992px){
html { height: 100%; }
body {
    min-height:100%; 
    position:relative; 
    padding-bottom:260px ;
}
footer {
    background: #212121;
    padding: 52px 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 265px;
}
}
@media (min-width: 768px){
.container {
    width: 100%;
}
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
}  
}
@media (max-width: 1680px){
#mask, #slider li {
    height: 665px;
}
}
@media (max-width:1499px){
    #mask, #slider li {
	height:545px;
}
}
@media (max-width:1440px) {
	.navbar-inverse .nav>li>a{
		font-size: 13px;
	}

}

@media (max-width: 1366px){
.bottom-feature-hm .bg-overlay {
    height: 410px;
}
.feature-hm .feature_img{
    height: 415px;
}
}
@media (max-width:1360px) {
	.navbar-inverse .nav>li>a{
		font-size: 13px;
	}
	.feature-hm .feature_img {
        height: 415px;
    }
}
@media (max-width: 1239px){
.bottom-feature-hm .bg-overlay {
    height: 390px;
}
}
@media (min-width:1024px) and (max-width:1240px){
    .abt-img img {
    height: 730px;
}
.about-text p a {
    font-size: 12px;
}
}
@media (max-width:1199px) {
	.navbar-inverse .nav>li>a{
		font-size: 12px;
		padding: 8px 16px 8px;
	}
	.container {
    max-width: 1170px;
}
.single-product .caption-price {
    display: block;
}
 #mask, #slider li {
	height:470px;
}
.feature-hm .feature_img {
    width: 100%;
    height: 400px;
    background-size: cover !important;
}
.bottom-feature-hm .bg-overlay {
    height: 62%;
    top: 124px;
}
.feature-hm .col-lg-6 {
    width: 50%;
}
}
@media (max-width:1024px){
    .abt-img img {
    height: 735px;
}
.about-text p a {
    font-size: 12px;
}
#mask, #slider li {
	height:400px;
}
.healthy-choice-content p {
    font-size: 14px;
    margin-top: 16px;
    line-height: 20px;
}
}
@media (min-width:768px) and (max-width:991px){
   .footer_hours.col-sm-4{
    padding: 13px 30px;
    text-align: center;
    width: 100%;
}
.footer_top.col-sm-8 {
    width: 100%;
}
html { height: 100%; }
body {
    min-height:100%; 
    position:relative; 
    padding-bottom:420px ;
}
footer {
    background: #212121;
    padding: 52px 0 15px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 395px;
}
#mask, #slider li {
	height:300px;
}
}
@media (max-width:991px){
     .abt-img img {
    height: auto;
    margin-top: 15px;
}
.about-text p a {
    font-size: 16px;
}
 .history-grid-image img {
    height: auto;
    width: 100%;
    object-fit: cover;
}
.history-grid-image a{
    width: 100%;
}
    .fourcols-menu .history-grid-image img {
    height: auto;
}
.healthy-choices-wrap .col-md-4 {
    width: 33.33%;
}
.healthy-choice-title {
    width: 100%;
}
.healthy-choice-inner {
    padding: 20px 16px;
}
.feature-hm .feature_img {
    height: 440px;
}
.bottom-feature-hm .bg-overlay {
       top: 50%;
    transform: translateY(-50%);

}
.bottom-feature-hm .slick-dots {
    position: absolute;
    bottom: -32px;
}
.bottom-feature-hm p {
    font-size: 16px;
}

}
@media (max-width:767px){
    .single-product .product-image a{
    width: 100% !important;
}
    footer li.col-xs-4 {
        width: 100%;
        margin: 18px 0;
    }
    footer{
        margin-top:30px;
    }
    
    .ct-cust-btns .col-sm-4.col-md-4{
    width: 100%;
}
 .history-grid-image a {
    width: 100%;
    }
    .history-grid-image img{
        width: 100%;
    }
    .clients-say li{
       width: 100%;
       display: block; 
    }
.about-text p a {
    font-size: 12px;
}
#mask, #slider li {
    height: 238px;
}
.healthy-choices-wrap .col-md-4 {
    width: 100%;
    margin-bottom:30px;
}
.feature-hm .col-lg-6 {
    width: 100%;
}
.healthy-choice-inner {
    padding: 30px;
}
.feature-hm .row-reverse {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}
.feature-hm .content {
    padding: 50px 0px;
}
.bottom-feature-hm .bg-overlay , .xs-hide{
    display: none;
}
.bottom-feature-hm .col-lg-7 {
    width: 100%;
    padding: 30px 0;
    background: #8fc319;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}
.height-col {
    height: 100vh;
}
.bottom-feature-hm p {
    font-size: 16px; 
}
}
@media (max-width:576px){
    .sec-title h3 {
    font-size: 28px;
}
.marquee-content li {
    width: 35vw;
}
.marquee-content li img{
    width: 120px;
}
    .product_title {
    font-size: 30px !important;
}
.framework_link {
    display: flex;
    flex-wrap: wrap;
}
.framework_link p {
    width: 100%;
}
.about-text p a {
    font-size: 16px;
}
#mask, #slider li {
	height:225px;
}
}
@media (max-width: 440px){
#mask, #slider li {
    height: 170px;
}
.feature-hm .feature_img {
    height: 270px;
}
.feature-hm .feature_img {
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-attachment: scroll !important;
}
}
@media (max-width:375px){
#mask, #slider li {
    height: 125px;
}
}