/*
Theme Name: Custom Theme
Author: the Custom team
Author URI: https://wordpress.org/
Version: 2.06
*/

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Custom Template
*/

body {
    overflow-x: hidden;
}

/* Step Wizard Dropdown Style Start */


div#select_product_cat select {
    width: 300px;
    background-color: white;
    border: thin solid #05329E;
    border-radius: 4px;
    display: inline-block;
    font: inherit;
    line-height: 1.5em;
    padding: 0.5em 3.5em 0.5em 1em;
}
div#select_product_cat p {
    text-transform: uppercase;
    color: #052E98;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}
p.deliver_date_note {
    font-size: 14px !important;
}
div#select_product_cat, div#select_product_filters_section {
    margin-left: 55px;
    margin-bottom: 10px;
}

.wizard-content .wizard>.steps>ul {
    margin: 0px !important;
}
.wizard-content .wizard>.steps>ul>li a {
	margin-top: 0px !important;
}

.payment-error-msg, .expiry-error-msg, .cvc-error-msg {
    color: red;
    margin-left: 5px;
}
.login-loader {
    margin-left: -45px;
    margin-top: -8px;
}

span.show-password-inputs.home-signup-form {
	position: inherit !important;
	margin-left: -34px !important;	
}

form.rest-form.home-signup input {
	text-transform:none !important;	
}

a#filter_meals_btn, a#reset_meals_btn {
	background: #2E266F;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    line-height: initial;
    text-transform: capitalize;
    font-size: 15px;
    padding: 12px 25px;
	cursor:pointer;
	margin-top: 20px;
    margin-bottom: 20px;
	width: 200px;
}

ul.whatinside-macros li {
	font-size: 12px !important;
	text-align:left;
	min-height: auto;
	margin-bottom: 10px !important;
	font-weight: bold !important;
}


@media(max-width: 1024px) {    
    div#select_product_cat select {
        width: 250px;
    }
	
	ul.whatinside-macros li {
		font-size: 12px !important;
		text-align:left;
	}
}

@media(max-width: 912px) {    
    div#select_product_cat, div#select_product_filters_section {
        margin-left: 32px;
		margin-top: 10px !important;
    }
    div#select_product_cat select {
        width: 215px;
		margin-bottom: 12px !important;
    }
	
	div#select_product_cat p {
    	font-size: 14px !important;
	}
   
}


@media(max-width: 768px) {    
  
    div.pm_hide_on_mobile {
		display: none !important;
	}
	
    div#select_product_cat select {
        width: 200px;
    }
    .wizard-content .wizard>.steps>ul {
        display: flex;
        justify-content: space-evenly;
    }
	button#apply_invitation {
	    width: auto !important;
	}
	
	#invitationcode {  
	    padding: 0 10px !important;
	}
	
	#hidden_field {
	   display: none !important;
	}
	#loading-img {
		margin-left: 43% !important;
	}
	button.home-signup-btn {
		margin-left: 10px !important;
	}
}

 @media(max-width: 540px) {    
     div#select_product_cat select {
        width: 100%;
        margin-bottom: 30px
    }
    div#select_product_cat, div#select_product_filters_section {
        margin-left:0px;
    }
    p.deliver_date_note {
        font-size: 14px !important;
        margin-top: -10px !important;
    }
    .wizard-content .wizard>.steps>ul {
        display: flex;
        justify-content: space-evenly;
    }
   
}


/* Step Wizard Dropdown Style End */


form#login-form a.forgot-password {
    color: #2e266f;
    margin: 20px 0px 0px 0px;
    display: inline-block;
    font-weight: 600;
    letter-spacing: 0.3px;
    font-family: 'Poppins', sans-serif;
}

html body, input, textarea, .page-title span, .pingback a.url {
    font-family: 'Roboto', sans-serif;
}

body {
    background: #fff;
}

body, input, textarea {
    color: #000;
    font-size: 14px;
    line-height: 21px;
}

img {
    max-width: 100%;
    height: auto;
}

body .padleft {
    padding-left: 0
}
input:disabled, select:disabled {
    background: #ebe9e9;
        cursor: no-drop;
}
body .padright {
    padding-right: 0
}

body .padtop {
    padding-top: 15px;
}

body .padbottom {
    padding-bottom: 15px;
}

body .nopad {
    padding: 0
}

section.section {
    padding: 50px 0;
    overflow: hidden;
}

nav {
    position: relative;
    z-index: 999;
    width: 100%;
}

nav.fixed {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}

label.forPassword {
    position: relative;
}
label.forcPassword {
    position: relative;
}
#togglePassword, #togglecPassword {
    position: absolute;
    top: 34px;
    left: 240px;
    cursor: pointer;
}
span.show-password-inputs::after {
    font-family: WooCommerce;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin-left: 0.618em;
    content: "\e010";
    text-decoration: none;
}
#mesg {
    color: #fff;
    padding: 10px;
    font-size: 12px;
    display: none;
    margin: 10px;
}

#mesg.mesg_success{
    background: green;
}
#mesg.mesg_error{
    background: red;
}
.rest-form {
    padding: 12px 0px;
    position: relative;
    display: block;
    background: #FFF;
    align-items: center;
    flex-wrap: initial;
    width: 100%;
    margin: 0px 0 40px 0;
    float: none;
    box-shadow: 1px 1px 10px #2e266fa1;
    /* animation: aqua-pulse 1.8s infinite; */
    border: 1px solid #e6e0e9;
    box-sizing: border-box;
    text-align: center;
}
button.prime_order_now, button.submit-sign-up, button.apply_invitation {
    border-radius: 25px;
    background-color: #0c4da2;
    border: 0;
    margin-bottom: 16px;
    padding: 10px 30px 10px 30px;
	margin-left: 30px;
}
button.prime_order_now a, button.submit-sign-up a, button.apply_invitation a {
    color: white;
}

.loader, .data_access, .section-btn-login {
    display:none;
}

span#check_login, span#check_user_pwd {
    cursor: pointer;
}

.login_btn_checkout input[type="button"]  {
     background: #2E266F;
     color: #fff;
	 cursor: pointer;
     text-transform: uppercase;
     margin: 30px 0 0;
     width: 100%;
     transition: all 1s ease-in-out;
     border: 1px solid #2E266F;
     height: 40px;
}
.login_btn_checkout span  {
	 cursor: pointer;
	 font-weight:bold;
	 text-decoration:underline;
	 color: blue;
}

div.section-btn-login .col-md-4 {
   display: inline-block;
   width: auto;
}
div#divCheckPasswordMatch {
    padding-left: 20px;
    color: red;
}

#remove_current_discount {
	color:#007bff; 
	margin-left: 10px;
	font-size: 12px; 
	cursor:pointer; 
	text-decoration:underline;
}

div.accordion-container .set a span {
	color: red;
	padding-left: 20px;
}

.searchform input {
    float: right;
    width: 200px;
    padding: 8px 46px 8px 8px;
    font-size: 1em;
    border: 1px solid #303030;
    background: #fff;
}

.searchform input[type="submit"] {
    float: right;
    width: 37px;
    height: 37px;
    padding: 0px;
    border: 0px;
    background: #303030 url(images/search-icon.png) no-repeat center;
    box-shadow: none;
    font-size: 0;
    margin-left: -37px;
    position: relative;
}

/* ---- Social Icons ---- */

.social_icons {
    text-align: right;
    margin: 10px 0;
}

.social_icons ul {
    padding: 0;
    margin: 0;
}

.social_icons ul li {
    display: inline-block;
    margin-right: 5px;
}

.social_icons ul li a {
    background: #305294;
    border-radius: 100px;
    color: #FFF;
    transition: all .2s ease;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    text-align: center;
    width: 32px;
    height: 32px;
}

.social_icons ul li+li a {
    background: #55ACEE;
}

.social_icons ul li+li+li a {
    background: #DC4B3E none;
}

.social_icons ul li+li+li+li a {
    background: #E52D27;
}

.social_icons ul li a:hover {
    background: #333;
    color: #FFF;
}

/* ---- Portfolio .grid-item ---- */

.grid-item {
    width: 24.7%;
    box-sizing: border-box;
    margin-bottom: 0px;
}

.filter-button-group button {
    background: #333;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
}

.filter-button-group {
    margin: 10px 0;
    overflow: hidden;
}

.filter-button-group button:hover {
    background: #ccc;
    color: #000;
}

#back-top>a {
    bottom: 20px;
    background: #2e266f;
    color: #000;
    display: block;
    font-size: 37px;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 35px;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

/* ---------------------------Toggle Search---------------------*/

.searchpanel {
    background: #ccc;
    display: none;
    right: 0px;
    padding: 10px;
    position: absolute;
    top: 46px;
}

.searchpanel::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: "";
    position: absolute;
    right: 7px;
    top: -7px;
}

.nav .container {
    position: relative;
}

.searchtoggle {
    position: absolute;
    right: 11px;
    top: 11px;
}

.searchtoggle img {
    cursor: pointer;
}

/*---------------------------------- Slick SLider----------------------------------------------------*/

.main-slider, .item-slider, .client, .thumb-slider {
    display: none;
}

.item-slider.slick-initialized, .thumb-slider.slick-initialized, .client.slick-initialized, .main-slider.slick-initialized {
    display: block !important;
}

.slider {
    position: relative;
    clear: left;
    overflow: hidden;
}

.slider .inner-item {
    height: 400px;
}

.slider .container {
    position: relative;
}

.slick-slide .caption {
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    position: absolute;
    left: 10%;
    text-shadow: 2px 2px 2px #000;
    top: 37%;
    width: 35%;
    background: rgba(0, 0, 0, 0.7);
    padding: 20px 20px 0;
    z-index: 99;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.thumb-slider .slick-slide {
    margin: 5px 0 0 5px;
}

.slider-thumb .thumb-slider .slick-slide img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    transition: all .25s ease;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    position: absolute;
    z-index: 11;
    bottom: 10px;
    margin: 0px;
    padding: 0;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    list-style: none;
    display: inline-block;
}

.slick-dots button {
    border: 1px solid #333;
    background: #fff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    font-size: 0;
    padding: 0px;
    margin-right: 5px;
}

.slick-dots .slick-active button {
    background: #303030;
}

.slick-arrow {
    border: 0px;
    font-size: 0;
    right: 0;
    margin-top: -20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    background: #303030 url(images/arrow.png) no-repeat center center;
    width: 36px;
    height: 40px;
    transform: rotate(180deg)
}

.services-slider .slick-arrow {
    height: 65px;
}

.slick-arrow:hover {
    background: #000 url(images/arrow.png) no-repeat center center;
}

.slick-next.slick-arrow {
    left: 0px;
    transform: rotate(0deg)
}

.slider-progress {
    width: 100%;
    height: 5px;
    background: rgba(0, 216, 192, 0.8);
    position: absolute;
    top: 0;
    z-index: 99;
}

.slider-progress .progress {
    width: 0%;
    height: 5px;
    background: rgba(36, 51, 0, 0.8);
}

.thumb-slider .slick-active img {
    border: 1px solid transparent
}

.thumb-slider .slick-current img {
    opacity: 0.5;
}

/* -------------------------------------------Clients Carousel------------------------------------ */

.client {
    margin-right: -10px;
}

.client .slick-slide {
    margin-right: 10px;
    border: 1px solid #ddd !important;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
}

.client .slick-prev {
    margin-right: 10px;
}

.client .slick-slide img {
    display: inline-block;
}

/* -------------------------------------------Testimonials Carousel------------------------------------ */

.testimonial .loop {
    padding: 0 10px;
    text-align: center;
}

.testimonial .loop p {
    max-width: 800px;
    margin: 0 auto;
}

.testimonial .loop .pic img {
    max-width: 100px;
    margin: 10px 0;
    border-radius: 100%;
    height: auto;
    display: inline-block;
}

.testimonial .loop .title {
    font-size: 21px;
    font-weight: 600;
}

/* -------------------------------------------Services Carousel------------------------------------ */

.service {
    margin-right: -10px;
}

.service .slick-slide {
    margin-right: 10px;
}

.service .title {
    font-weight: 700;
    margin: 10px 0;
    font-size: 18px;
}

.service .slick-prev {
    margin-right: 10px;
}

.service .slick-next {
    margin-right: 10px;
    right: 40px;
    left: inherit;
}

.service .slick-arrow {
    top: 0;
    margin-top: -43px;
}

/*ENd SLick Slider*/

/* ---------------------------------------------------Windows Size-------------------------------------------------------------------------*/

#winSize {
    position: fixed;
    bottom: 1%;
    left: 1%;
    border: rgba(0, 0, 0, 0.8) 3px solid;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px 10px;
    color: #fff;
    text-shadow: #000 1px 1px 1px, #000 -1px 1px 1px;
    z-index: 9999
}

/* ---------------------------------------------------Tabs-------------------------------------------------------------------------*/

.tabs-menu {
    height: 30px;
    padding: 0;
    margin: 0;
}

.tabs-menu li {
    height: 30px;
    line-height: 30px;
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    background-color: #ccc;
    border-top: 1px solid #d4d4d1;
    border-right: 1px solid #d4d4d1;
    border-left: 1px solid #d4d4d1;
}

.tabs-menu li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    z-index: 5;
}

.tabs-menu li a {
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.tabs-menu .current a {
    color: #2e7da3;
}

.tab {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-top: -1px;
}

.tab-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

/* ---------------------------------------------------Left Tabs-------------------------------------------------------------------------*/

.tabs-left {
    width: 120px;
    padding: 0;
    margin: 0;
    float: left;
}

.tabs-left li {
    line-height: 30px;
    display: block;
    list-style: none;
    background: #ccc;
    border: 1px solid #d4d4d1;
    margin-bottom: 10px;
    border-right: 0;
}

.tabs-left li.current {
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 5;
}

.tabs-left li a {
    padding: 0 10px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    display: block;
}

.tabs-left .current a {
    color: #2e7da3;
}

.tab-loop {
    border: 1px solid #d4d4d1;
    background-color: #fff;
    float: left;
    margin-bottom: 20px;
    width: auto;
    margin-left: -1px;
}

.tabsleft-content {
    max-width: 660px;
    padding: 20px;
    display: none;
}

#tabs1 {
    display: block;
}

/* ---------------------------------------------------Breadcrumb-------------------------------------------------------------------------*/

.breadcrumbs {
    margin: 10px 0;
    padding: 0;
    background: #ddd;
    padding: 5px;
}

.breadcrumbs li {
    list-style: none;
    display: inline-block;
    padding-right: 2px;
}

/* ----------------------------Comments-----------------------*/

#comments label {
    display: inline-block;
    vertical-align: top;
    width: 80px;
}

.form-submit {
    margin-left: 80px;
}

#comments {
    background: #eee;
    padding: 20px;
}

#comments li {
    list-style: none;
}

#comments ol {
    padding: 0;
}

/* ----------------------------Accordion-----------------------*/

.accordion-container {
    position: relative;
    width: 100%;
    height: auto;
    margin: 20px auto;
}

.accordion-container>h2 {
    text-align: center;
    color: #fff;
    padding-bottom: 5px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}

.set {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f5f5f5;
}

.set>a, .what_faqs .set>p{
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #555;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.set>a.active, .what_faqs .set>p.active{
    background-color: #3399cc;
    color: #fff;
}

.set>a:before, .what_faqs .set>p:before {
    background: url(images/arrow1.png) no-repeat;
    float: right;
    content: "";
    height: 8px;
    margin: 6px 0 0;
    width: 15px;
}

.set>a.active:before, .what_faqs .set>p.active:before {
    filter: invert(100%);
    transform: rotate(180deg);
}

.accordion-container .content_stp {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    display: none;
}

.accordion-container .content_stp p {
    padding: 10px 15px;
    margin: 0;
    color: #333;
}

/* ---------------------------------------------------Custom Scroll-------------------------------------------------------------------------*/

.customscroll {
    height: 300px;
}

/* ---------------------------------------------------innerheader-------------------------------------------------------------------------*/

.inner-banner {
    height: 150px;
    width: 100%;
    display: table;
    color: #fff;
}

.inner-banner h2 {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}

/* ---------------------------------------------------blog-------------------------------------------------------------------------*/

.blogs {}

.blogs li {
    width: 100%;
    margin-bottom: 20px;
    min-height: 210px;
    clear: both;
    float: left;
    border-bottom: 1px solid #dcdcdc;
}

.blogs li:last-child {
    border: none;
}

.blogs li h4 {
    text-transform: capitalize;
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    font-weight: 600;
    color: #2f2f2f;
}

.blogs li h4 span {
    width: 7%;
    text-align: center;
    background: #b12224;
    font-size: 11px;
    line-height: 18px;
    text-transform: uppercase;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.blogs li h4 span strong {
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.blogs li a {
    float: right;
}

.blogs li .meta {
    background: #f0f0f0;
    padding: 10px;
    position: relative;
    margin: 38px 0 0;
    font-weight: 500;
    float: right;
    clear: right;
    width: 67%;
    color: #989898;
    font-size: 16px;
    line-height: 21px;
}

.blogs li .meta span {
    background: url('images/user-bg.png') no-repeat;
    padding: 3px 30px;
}

.blogs li .meta span.comments {
    margin-left: 10px;
    background: url('images/comments.png') no-repeat;
}

.blogs li .meta span strong {
    color: #258ef9;
    font-weight: normal;
    text-transform: capitalize;
}

.sidebar ul {
    padding: 0;
    margin: 0;
}

.sidebar ul li {
    list-style: none;
}

.sidebar-pro {
    border: 1px solid #c2c2c2;
    padding: 0 !important;
    border-radius: 5px;
    overflow: hidden;
}

.sidebar-pro h4 {
    background: #b12224;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.sidebar-pro .cat li {
    margin-bottom: 6px;
    list-style: none;
    padding: 10px;
}

.sidebar-pro .cat li:hover {
    background: #b12224;
}

.sidebar-pro .cat li:hover a {
    color: #fff;
}

.sidebar-pro .cat li.current-cat {
    background: #b12224;
}

.sidebar-pro .cat li:last-child {
    margin-bottom: 0;
}

.sidebar-pro .cat .product-categories {
    margin-bottom: 0;
}

.sidebar-pro .cat li a {
    color: #424242;
    font-size: 14px;
}

.sidebar .recent li {
    border-bottom: 1px solid #c7c7c7;
    margin: 5px 0;
    padding: 5px 0;
    overflow: hidden;
    font-size: 14px;
}

.sidebar .recent li h5 {
    margin-top: 0;
}

.sidebar .recent li:last-child {
    border: none;
}

.sidebar h4 {
    background: #303030;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    line-height: 29px;
}

.sidebar .recent h5 {
    color: #231f20;
    font-size: 14px;
    margin-bottom: 10px;
}

.sidebar .recent p {
    color: #6d6d6d;
    line-height: 16px;
}

.sidebar .recent .more a {
    color: #258ef9;
    float: right;
}

.sidebar .cat li {
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    margin: 5px 0;
    padding: 5px 0;
}

.blogs .loop {
    border-bottom: 1px solid #ddd;
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}

.sidebar .section {
    margin-top: 10px;
    overflow: hidden;
}

.blogs .title {
    margin: 0;
}

.blogs small {
    margin-bottom: 10px;
    display: inline-block;
    color: #888;
}

.sidebar .cat li:last-child {
    border: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}

.sidebar .cat li a {
    color: #424242;
    font-size: 14px;
}

.blogs .meta {
    background: #ddd;
    margin-top: 10px;
    padding: 5px;
}

/*---------------------Pagination----------------------- */

.pagination {
    clear: both;
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
}

.pagination span, .pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #555;
}

.pagination a:hover {
    color: #fff;
    background: #3279BB;
}

.pagination .current {
    padding: 6px 9px 5px 9px;
    background: #3279BB;
    color: #fff;
}

/* ------------------------------------Responsive Simple Menu------------------------------------------------------ */

.menu-header, .menu-header ul, .menu-header ul li, .menu-header ul li a, .menu-header #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.menu-header:after, .menu-header>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.menu-header #menu-button {
    display: none;
}

.menu-header {
    background: #303030;
}

.menu-header>ul>li {
    display: inline-block;
}

.menu-header.align-center>ul {
    font-size: 0;
    text-align: center;
}

.menu-header.align-center>ul>li {
    display: inline-block;
    float: none;
}

.menu-header.align-center ul ul {
    text-align: left;
}

.menu-header.align-right>ul>li {
    float: right;
}

.menu-header>ul>li>a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 700;
    text-transform: uppercase;
}

.menu-header>ul>li:hover>a {
    color: #ffffff;
}

/*.menu-header > ul > li.has-sub > a {padding-right: 30px;}
.menu-header > ul > li.has-sub > a:after {position: absolute;top: 22px;right: 11px;width: 8px;height: 2px;display: block;background: #dddddd;content: '';}
.menu-header > ul > li.has-sub > a:before {position: absolute;top: 19px;right: 14px;display: block;width: 2px;height: 8px;background: #dddddd;content: '';
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;}*/

.menu-header ul ul::before {
    border-color: transparent transparent #000;
    border-style: solid;
    border-width: 10px;
    content: "";
    left: 20px;
    position: absolute;
    top: -20px;
}

.menu-header ul ul ul::before {
    display: none;
}

.menu-header>ul>li.has-sub:hover>a:before {
    top: 23px;
    height: 0;
}

.menu-header ul ul {
    position: absolute;
    left: -9999px;
}

.menu-header.align-right ul ul {
    text-align: right;
}

.menu-header ul ul li {
    height: 0;
    transition: all .25s ease;
}

.menu-header li:hover>ul {
    left: auto;
}

.menu-header.align-right li:hover>ul {
    left: auto;
    right: 0;
}

.menu-header li:hover>ul>li {
    height: 35px;
}

.menu-header ul ul ul {
    margin-left: 100%;
    top: 0;
}

.menu-header.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

.menu-header ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #dddddd;
    font-weight: 400;
    background: #000;
}

.menu-header ul ul li:last-child>a, .menu-header ul ul li.last-item>a {
    border-bottom: 0;
}

.menu-header ul ul li:hover>a, .menu-header ul ul li a:hover {
    color: #ffffff;
}

.menu-header ul ul li.has-sub>a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
}

.menu-header.align-right ul ul li.has-sub>a:after {
    right: auto;
    left: 11px;
}

.menu-header ul ul li.has-sub>a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
    transition: all .25s ease;
}

.menu-header.align-right ul ul li.has-sub>a:before {
    right: auto;
    left: 14px;
}

.menu-header ul ul>li.has-sub:hover>a:before {
    top: 17px;
    height: 0;
}

@media (min-width: 100px) and (max-width: 767px) {
    .menu-header {
        width: 100%;
    }
    .menu-header ul {
        width: 100%;
        display: none;
    }
    .menu-header.align-center>ul {
        text-align: left;
    }
    .menu-header ul li {
        width: 100%;
        border-top: 1px solid rgba(120, 120, 120, 0.2);
    }
    .menu-header ul ul li, .menu-header li:hover>ul>li {
        height: auto;
    }
    .menu-header ul li a, .menu-header ul ul li a {
        width: 100%;
        border-bottom: 0;
    }
    .menu-header>ul>li {
        float: none;
    }
    .menu-header ul ul li a {
        padding-left: 25px;
    }
    .menu-header ul ul ul li a {
        padding-left: 35px;
    }
    .menu-header ul ul li a {
        color: #dddddd;
        background: none;
    }
    .menu-header ul ul li:hover>a, .menu-header ul ul li.active>a {
        color: #ffffff;
    }
    .menu-header ul ul, .menu-header ul ul ul, .menu-header.align-right ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left;
    }
    .menu-header>ul>li.has-sub>a:after, .menu-header>ul>li.has-sub>a:before, .menu-header ul ul>li.has-sub>a:after, .menu-header ul ul>li.has-sub>a:before {
        display: none;
    }
    .menu-header #menu-button {
        display: block;
        padding: 17px;
        color: #dddddd;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .menu-header #menu-button:after {
        position: absolute;
        top: 22px;
        right: 17px;
        display: block;
        height: 8px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: '';
    }
    .menu-header #menu-button:before {
        position: absolute;
        top: 16px;
        right: 17px;
        display: block;
        height: 2px;
        width: 20px;
        background: #dddddd;
        content: '';
    }
    .menu-header #menu-button.menu-opened:after {
        top: 23px;
        border: 0;
        height: 2px;
        width: 15px;
        background: #ffffff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menu-header #menu-button.menu-opened:before {
        top: 23px;
        background: #ffffff;
        width: 15px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .menu-header .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.2);
        height: 46px;
        width: 46px;
        cursor: pointer;
    }
    .menu-header .submenu-button.submenu-opened {
        background: #262626;
    }
    .menu-header ul ul .submenu-button {
        height: 34px;
        width: 34px;
    }
    .menu-header .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #dddddd;
        content: '';
    }
    .menu-header ul ul .submenu-button:after {
        top: 15px;
        right: 13px;
    }
    .menu-header .submenu-button.submenu-opened:after {
        background: #ffffff;
    }
    .menu-header .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #dddddd;
        content: '';
    }
    .menu-header ul ul .submenu-button:before {
        top: 12px;
        right: 16px;
    }
    .menu-header .submenu-button.submenu-opened:before {
        display: none;
    }
    .pm-meals-filters.col-md-12 { flex-direction: column; align-items: unset;  }
    .pm-meals-filters.col-md-12 h6 {padding:15px;  }
    .pm-meals-filters.col-md-12 .pm-fil-btn{margin-top:10px;}
	
	
}

/*----------------------------------------Push Navigation---------------------------------*/

div#menuoverlay {
    display: none;
}

a#hamburg {
    position: fixed;
    top: 0px;
    left: 10px;
    width: 40px;
    height: 40px;
    z-index: 9;
    text-align: center;
    color: white;
    display: none;
    transition: all ease-out 0.3s;
    z-index: 999999999;
    background: #4c72cf;
}

a#hamburg i {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.nav1 {
    transition: all ease-out 0.3s;
    display: none;
}

.nav1 a {
    color: #000;
}

.nav1 ul {
    margin: 0;
    padding: 0;
    background-color: #303030;
}

.nav1 ul li {
    display: inline-block;
    position: relative;
}

.nav1 ul li>a {
    display: inline-block;
    padding: 10px;
}

.nav1 ul li>a>i {
    margin-left: 15px;
    transition: all ease-out 0.3s;
    -webkit-transition: all ease-out 0.1s;
}

.nav1 ul li ul {
    display: none;
    position: absolute;
    top: 38px;
    background: #222;
    width: 200px;
    text-align: left;
}

.nav1 .search-nav, .nav1 .title {
    display: none;
}

.nav1 ul li ul li {
    display: block;
}

.nav1 ul li ul li a {
    display: block;
}

.nav1 ul li:hover>a {
    color: #000;
    text-decoration: none;
}

.nav1 ul li:hover>a>i {
    transform: rotateZ(90deg);
}

.nav1 ul li:hover ul {
    display: block;
}

.nav1 span.marrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #fff;
    float: right;
    height: 0;
    margin: 8px 0 0 8px;
    width: 0;
}

.nav1 ul li.open span.marrow {
    border-left: 5px solid transparent;
    border-top: 0;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #fff;
}

@media screen and (max-width: 767px) {
    a#hamburg {
        display: block;
    }
    main {
        transition: all ease-out 0.3s;
    }
    .nav1 .row {
        margin: 0px;
    }
    .nav1 {
        background: url(images/nav-bg.jpg) repeat;
        box-shadow: -2px 0 10px #999 inset;
        display: block;
        height: 100%;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        position: fixed;
        top: 0;
        transform: translateX(-250px);
        width: 250px;
    }
    .nav1 .search-nav, .nav1 .title {
        display: block;
    }
    .nav1 .search-nav input {
        border: 1px solid #2c313f;
        background-color: rgba(255, 255, 255, 0.2);
        padding: 5px;
        width: 100%;
        color: #000;
        margin: 10px 0;
    }
    .nav1 .search-nav input[type="submit"] {
        background: url("images/search-icon.png") no-repeat scroll center center;
        border: 0;
        width: auto;
        font-size: 0;
        height: 16px;
        position: absolute;
        right: 7px;
        top: 8px;
        width: 16px;
        filter: invert(100%);
    }
    .nav1 .title {
        background: #000;
        color: #fff;
        font-size: 14px;
        margin: 0 -15px;
        padding: 6px 15px 6px;
    }
    .search-nav>form {
        position: relative;
    }
    .nav1 ul {
        text-align: left;
        background-color: transparent;
    }
    .nav1 ul li {
        display: block;
        border-bottom: 1px solid #999;
    }
    .nav1 ul li a {
        display: block;
        padding: 10px 0;
    }
    .nav1 ul li:hover>a {
        color: #000;
    }
    .nav1 ul li a>i {
        float: right;
    }
    .nav1 ul li ul {
        display: none;
        position: static;
        width: 100%;
        background-color: transparent;
        padding: 0 10px;
    }
    .nav1 ul li:hover>ul {
        display: none;
    }
    .nav1 ul li:hover>a>i {
        transform: rotateZ(0);
    }
    .nav1 ul li.open>a {
        background-color: transparent;
    }
    .nav1 ul li.open>a>i {
        transform: rotateZ(90deg);
    }
    .nav1 ul li.open>ul {
        display: block;
    }
    div#menuoverlay {
        display: block;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transition: all ease-out 0.3s;
        z-index: 1;
        opacity: 0;
    }
    html.open-menu {
        overflow: hidden;
    }
    html.open-menu div#menuoverlay {
        visibility: visible;
        background: rgba(0, 0, 0, 0.5);
        min-height: 100vh;
        width: 100% !important;
        opacity: 1;
        width: calc(-150%);
        left: 250px;
    }
    html.open-menu a#hamburg {
        transform: translateX(250px);
        z-index: 999;
    }
    html.open-menu main {
        transform: translateX(250px);
    }
    html.open-menu nav.nav1 {
        z-index: 3;
        transform: translateX(0);
    }
    .menu-main-menu-container ul ul ul li a {
        padding: 5px;
    }
    ul li.has-subnav .accordion-btn {
        color: #000;
        font-size: 24px;
        width: 20px !important;
        float: right;
        line-height: inherit !important;
    }
    .nav1 ul li:last-child {
        border: 0;
    }
    .nav-cross.open>span {
        background: #fff;
    }
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {
        width: 24px;
        height: 40px;
        position: relative;
        margin: 0px auto;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .nav-cross span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #FFF;
        opacity: 1;
        left: 0;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0px;
    }
    #nav-icon1 span:nth-child(2) {
        top: 18px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 36px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }
    .nav-cross span:nth-child(1) {
        top: 12px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(2) {
        top: 20px;
        transform-origin: left center;
    }
    .nav-cross span:nth-child(3) {
        top: 28px;
        transform-origin: left center;
    }
    .nav-cross.open span:nth-child(1) {
        transform: rotate(45deg);
        top: 11px;
        left: 4px;
    }
    .nav-cross.open span:nth-child(2) {
        width: 0%;
        opacity: 0;
    }
    .nav-cross.open span:nth-child(3) {
        transform: rotate(-45deg);
        top: 28px;
        left: 4px;
    }
}

@media (min-width: 100px) and (max-width: 767px) {
    main {
        padding: 0 15px;
    }
    .logo {
        text-align: center;
    }
    .searchtoggle {
        display: none;
    }
    .push-logo {
        margin: 10px 0;
    }
    .logo img {
        max-height: 60px;
        width: auto;
    }
    header .searchform {
        display: none;
    }
    .slider .inner-item {
        height: 200px;
    }
    .slider .inner-item .caption {
        display: none;
    }
	.login_btn_checkout {
    	margin-top: 15px !important;
	}
}

/*###################################################################################################*/

/*###############################################*/

/*Global*/

/*###############################################*/

/*html body {overflow-x: hidden;}*/

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
}

h4, .h4, h5, .h5, h6, .h6 {
    margin: 0;
}

p {
    padding: 0;
    font-size: 13px;
}

a {
    text-decoration: none !important;
}

ul {
    padding: 0;
}

li {
    list-style: none !important;
}

/*Selection*/

/* ::selection { background: #ffffff00; color: #010101; text-shadow: none; } */

/*body::-webkit-scrollbar {width:5px; background-color: #05329e;}
body::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:none;}
body::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px #05329e; background-color: #05329e;}
body::-webkit-scrollbar-thumb:vertical {border-radius: 10px; -webkit-box-shadow: inset 0 0 6px #05329e;background-color: #000;}*/

/*[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
#back-top span{color: #ffffff;}
/*###############################################*/

/*404*/

/*###############################################*/

.message-box-wrapper-404 {
    padding: 50px 0;
    text-align: center;
}

.message-box-wrapper-404 .message-box-title-404 span {
    background: #86ca3e;
    color: #fff;
    display: inline-block;
    font-size: 250px;
    line-height: 220px;
    margin: 0 5px 0 0;
    padding: 20px;
}

.message-box-wrapper-404 .message-box-title-404 span:nth-child(2n) {
    background: #b4b4b6;
}

.message-box-wrapper-404 .message-box-title-404 span:last-child {
    margin: 0;
}

.message-box-wrapper-404 .message-box-content-404 {
    font-size: 23px;
    margin: 50px 0 0;
    line-height: normal;
    font-family: inherit;
    color: #000;
    font-weight: 700;
    padding-bottom: 25px;
}

.message-box-wrapper-404 h2 {
    font-size: 23px;
    margin: 50px 0 0;
    line-height: normal;
    font-family: inherit;
    color: #000;
    font-weight: 700;
    padding-bottom: 25px;
}

.message-box-wrapper-404 a {
    color: #272829;
}

.message-box-wrapper-404 a:hover {
    color: #86ca3e;
}

/*###############################################*/

/*Search*/

/*###############################################*/

.searchWrap .searchField form input[type="text"] {
    margin-top: 25px;
}

.searchWrap .searchField form input::placeholder {
    padding-bottom: 15px;
}

.search-pg #content h1 {
    color: #1d1d1d;
    font-size: 35px;
    font-weight: 900;
    position: relative;
    line-height: 33px;
    padding-bottom: 60px;
    text-align: center;
}

.search-pg #content p {
    margin-bottom: 20px;
    text-align: left;
    color: #333333;
    font-size: 16px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 700
}

.search-pg #content a.ar {
    width: 112px;
    height: 36px;
    background-color: #86ca3e;
    color: #fff;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid #86ca3e;
    line-height: 36px;
    border-radius: 30px;
    text-align: center;
    display: block;
    margin-bottom: 15px;
}

.search-pg #content a.ar:hover {
    background: #ffff;
    color: #000d2c;
    cursor: pointer;
    border: 1px solid #86ca3e;
    -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;
}

.search-pg #content h2 a {
    color: #1d1d1d;
    font-size: 28px;
    font-weight: 900;
    position: relative;
    line-height: 33px;
}

.search-pg #content h1 span {
    color: #9d9d9d;
    text-transform: capitalize;
    padding-left: 10px;
}

/*###############################################*/

/*Banner*/

/*###############################################*/

.banner .inner-item>.desc {
    height: 1024px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.banner .inner-item>.desc .caption {
    text-align: center;
}

.banner .inner-item>.desc .caption h2 {
    letter-spacing: 4px;
    text-transform: uppercase;
}

.banner .inner-item>.desc .caption p {
    padding: 20px 0 0;
    text-transform: uppercase;
    font-size: 13px;
}

/*###############################################*/

/**/

/*###############################################*/

.main-section .con_form {
    padding: 20px 10px;
    display: inline-block;
    background: #fff;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

/* .main-section .con_form ul{padding: 10px; display: inline-block; background: #fff; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; width: 100%; }  */

.main-section .con_form ul>li {
    width: 49%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 10px 0px;
}

.main-section .con_form ul>li:nth-child(5) {
    margin: auto 1px;
    display: block;
    width: 99%;
}

.main-section .con_form input[type=text], .main-section .con_form input[type=email] {
    background: #2E266F1A;
    border: 1px solid #2E266F1A;
    /* border: none; */
    height: 45px;
    padding: 0 20px;
    margin: 0 10px 0 0;
    display: inline-block;
    width: 100%;
    font-size: 16px;
}

.main-section .con_form input[type=submit] {
    height: 45px;
    border: none;
    background: #2E266F;
    border: 1px solid #2E266F;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    width: 100%;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s linear;
}

.main-section .con_form input[type=submit]:hover {
    background: transparent;
    color: #2E266F;
}

.main-section .con_form .ajax-loader {
    display: none;
}

/*###################################################################################################*/

/*h1 span {*/

/*    display: inline-block;*/

/*  margin-left: 10px;*/

/*}*/

/*h1 span:last-of-type {*/

/*  animation: blink 0.5s linear 0s infinite;*/

/*  margin: 0;*/

/*}*/

.typing {
    position: relative;
}

.typing::after {
    content: "|";
    position: absolute;
    right: 0;
    width: 100%;
    color: white;
    background: #fffaf6;
    -webkit-animation: typing 2s steps(10) forwards, caret 1s infinite;
    animation: typing 2s steps(10) forwards, caret 1s infinite;
}

@-webkit-keyframes typing {
    to {
        width: 0;
    }
}

@keyframes typing {
    to {
        width: 0;
    }
}

@-webkit-keyframes caret {
    50% {
        color: transparent;
    }
}

@keyframes caret {
    50% {
        color: transparent;
    }
}

/*Another*/

.ah_typing {
    /*color: lime;*/
    /*font-family: "Courier";*/
    /*font-size: 20px;*/
    /*margin: 10px 0 0 10px;*/
    white-space: nowrap;
    overflow: hidden;
    /*width: 30em;*/
    animation: type 4s steps(60, end);
}

.ah_typing:nth-child(2) {
    animation: type2 8s steps(60, end);
}

/*span {
  animation: blink 1s infinite;
}*/

@keyframes type {
    from {
        width: 0;
    }
}

@keyframes type2 {
    0% {
        width: 0;
    }
    50% {
        width: 0;
    }
    100% {
        width: 100;
    }
}

@keyframes blink {
    to {
        opacity: 0;
    }
}

.ah_logo_bg {
    background-color: #05329e;
    color: white;
    box-shadow: 0px 6px 10px 0 #7b779e;
}

.ah_logo_bg img {
    filter: brightness(0) invert(1);
}

.ah_logo_bg ul li a {
   /* border: 1px solid #ffffff;*/
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
}

.chkout_stp {}

.chkout_stp>.row {
    justify-content: center;
}

.chkout_stp h2 {
    text-align: center;
    margin: 0 0 40px;
}

.chkout_stp .box {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
}

.chkout_stp .accordion-container {
    margin: 0;
}

.chkout_stp .set {}

.chkout_stp .set>a {
    background: #F3F3F3;
    color: #2E266F;
    border: 1px solid #CCCCCC;
    padding: 10px 30px;
    font-size: 15px;
}

.chkout_stp .set>a.active {}

.chkout_stp .set>a:before {
    content: "+";
    background: transparent;
    font-family: 'FontAwesome';
    transform: none;
    filter: none;
    margin: 0;
    height: auto;
    TEXT-ALIGN: CENTER;
    FONT-WEIGHT: 900;
    font-size: 15px;
}

.chkout_stp .set>a.active:before {
    content: "-";
}

.chkout_stp .set.default-open-section .content_stp {
    display: block;
}

.chkout_stp .accordion-container .content_stp {
    padding: 30px 20px;
}

.chkout_stp .accordion-container .content_stp .row {
    margin: 0;
}

.chkout_stp .accordion-container .content_stp h4 {
    padding: 0;
    font-size: 18px;
    color: #2E266F;
    font-weight: 500;
    margin: 22px 0 5px;
}

.chkout_stp .accordion-container .content_stp .row:first-child h4 {
    margin: 0;
}

.chkout_stp .accordion-container .content_stp p {
    padding: 0;
    color: #000;
    margin: 0 0 20px;
}

.chkout_stp .accordion-container .content_stp label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin: 10px 0;
}

.chkout_stp .accordion-container .content_stp label input, .chkout_stp .accordion-container .content_stp label textarea, .chkout_stp .accordion-container .content_stp label select , .auth-ex-mon, .auth-ex-year{
    display: block;
    width: 100%;
    height: 36px;
    border-radius: 10px;
    border: 1px solid #CCCCCC;
    margin: 5px 0 0;
    padding: 0 10px;
}
.auth-ex-mon, .auth-ex-year{
    display: inline-block;
}

.chkout_stp .accordion-container .content_stp label input[type="checkbox"] {
    width: auto;
    display: inline-block;
    height: auto;
    margin: 0 5px 0 0;
    vertical-align: text-top;
}

.chkout_stp .accordion-container .content_stp label textarea {}

.chkout_stp .ord_sumery {}

.chkout_stp .ord_sumery .caption {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
    z-index: 9999;
}

.chkout_stp .ord_sumery .caption h4, .pm-pay-atc-box .caption h4 {
    background: #F3F3F3;
    color: #2E266F;
    border: 1px solid #CCCCCC;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 700;
    border-right: 0;
    border-left: 0;
}

.chkout_stp .ord_sumery .caption .box {
    padding: 20px;
    border-radius: 0;
    border: none;
}

.chkout_stp .ord_sumery .caption .box h5 {
    color: #2e266f;
    font-size: 15px;
    font-weight: bold;
    display: block;
    margin: 0 0 5px;
}
textarea#snote {
    height: 90px;
}
a.btn.pm-ck-day-ev123 {
    background: transparent !important;
    color: #2E266F !important;
    padding: 0 !important;
     font-size: 16px !important;
    font-weight: bold;
}
.chkout_stp .ord_sumery .caption .box h5 strong {
    color: #000;
    display: inline-block;
    margin: 0 0 20px 6px;
}

.chkout_stp .ord_sumery .caption .box h5 span {
    display: inline-block;
    color: #000;
}

.chkout_stp .ord_sumery .caption .box a.btn {
    line-height: initial;
    font-size: 13px;
    background: #2E266F;
    color: #fff;
    padding: 7px 30px;
    margin: 0 0 30px;
}

.chkout_stp .ord_sumery .caption .box ul {}

.chkout_stp .ord_sumery .caption .box ul li {
    display: block;
    padding: 12px 0;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}

.chkout_stp .ord_sumery .caption .box ul li:last-child {
    border: none;
}

.chkout_stp .ord_sumery .caption .box ul li b {}

.chkout_stp .ord_sumery .caption .box input {
    height: 36px;
    padding: 0 20px;
    width: 50%;
    border: 1px solid #ccc;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle;
}

.chkout_stp .ord_sumery .caption .box button {
    border: none;
    display: inline-block;
    height: 36px;
    width: 30%;
    background: #2E266F;
    color: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 0 0 0 -5px;
    font-weight: 600;
    vertical-align: middle;
}

.slctmeal_pg {
    padding: 0 !important;
}

.slctmeal_pg .col-md-9>.row {
    height: 70vh;
    overflow: hidden;
    overflow-y: scroll;
}

.slctmeal_pg .col-md-9>.row>.col-md-3 {
    padding: 0 10px;
}

.slctmeal_pg h2 {
    text-transform: uppercase;
    color: #2E266F;
    font-weight: 700;
    font-size: 35px;
    text-align: center;
    margin: 0px !important;
}

.slctmeal_pg figure {
    background: transparent;
    /*border: 1px solid #ccc;*/
    text-align: left;
    transition: all 1s ease-in-out;
    box-shadow: 0 0 20px -2px #ccc;
    margin: 0 0 30px;
    position:relative;
}
.slctmeal_pg figure span.badge {
    position: absolute;
    z-index: 9;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    background: #C0C0C0;
    border: 0px;
    border-radius: 0px;
}

.slctmeal_pg figure:hover {
    background: #F3F2FF;
}

.slctmeal_pg figure img {}

.slctmeal_pg figure figcaption {
    padding: 13px 1px;
    margin: 0;
    text-align: left;
}

.slctmeal_pg figure figcaption h4 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.slctmeal_pg figure figcaption p {
    color: #000;
    line-height: 19px;
    font-size: 13px;
    font-weight: normal;
    margin: 0 0 10px;
    height: 60px;
    overflow: hidden;
}

.slctmeal_pg figure figcaption ul {
    min-height: 42px;
    margin: 0 0 20px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}

.slctmeal_pg figure figcaption ul li {
    padding: 0 10px;
    color: #2E266F;
    font-weight: 500;
    font-size: 11px;
    border-right: 1px solid rgb(46 38 111 / 30%);
    line-height: initial;
}

.slctmeal_pg figure figcaption ul li:first-child {
    padding-left: 0;
}

.slctmeal_pg figure figcaption ul li:last-child {
    padding-right: 0;
    border: none;
}

.slctmeal_pg figure figcaption a.btn {
    background: #2E266F;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
   
    line-height: initial;
    text-transform: capitalize;
    font-size: 15px;
    padding: 7px 10px;
}

.delivry_date {}

.delivry_date .caption {
    border: 1px solid #CCCCCC;
    border-radius: 10px;
    overflow: hidden;
}

.delivry_date .caption h4 {
    font-size: 16px;
    background: #F3F3F3;
    color: #2E266F;
    border: 1px solid #CCCCCC;
    padding: 10px 20px;
    font-size: 15px;
    border-right: 0;
    border-left: 0;
}

.delivry_date .caption h4 b {}

.delivry_date .caption .box {
    padding: 20px;
    min-height: 100vh;
    overflow: hidden;
    overflow-y: auto;
    height:auto;
}

.delivry_date .caption .box ul {}

.delivry_date .caption .box ul li {
    padding: 15px 20px;
    /* border-bottom: 1px solid #CCCCCC; */
    box-shadow: 0 0 20px -3px #ccc;
    margin: 0 0 20px;
}

.delivry_date .caption .box ul li span {
    display: inline-block;
    width: 20%;
    vertical-align: middle;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 0 20px 2px #ccc;
}

.delivry_date .caption .box ul li h5 {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    font-size: 14px;
    width: 68%;
    line-height: initial;
}

.delivry_date .caption .box ul li ins {
    display: inline-block;
    width: 10%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
}

.delivry_date .caption .box ul li ins a {
    display: block;
    font-size: 22px;
    line-height: initial;
    color: #000;
}

.delivry_date .caption .box .addcart {
    text-align: center;
    padding: 5% 0 6%;
}

.delivry_date .caption .box .addcart a {
    display: inline-block;
    position: relative;
}

.delivry_date .caption .box .addcart a.cart_btn {
    font-size: 40px;
    color: #2E266F;
}

.delivry_date .caption .box .addcart a.cart_btn i {}

.delivry_date .caption .box .addcart a.cart_btn span {
    position: absolute;
    right: 0px;
    top: 2px;
    font-size: 9px;
    background: #f1f1f1;
    text-align: center;
    width: 16px;
    height: 16px;
    z-index: 99999;
    line-height: 16px;
    border-radius: 100%;
    font-weight: 700;
    background: #2E266F;
    color: #fff;
}

.delivry_date .caption .box .addcart .next_btn {
    background: #2E266F;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 10px 0 0;
    width: 50%;
    font-weight: 500;
    letter-spacing: 1px;
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #f1f1f1;
}

body::-webkit-scrollbar-thumb {
    background: rgb(46 38 111 / 50%);
    border-radius: 5px;
}

body::-webkit-scrollbar-thumb:hover {
    background: #2E266F;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: rgb(46 38 111 / 50%);
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2E266F;
}

body.bodyoverflow {
    overflow: hidden;
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 999;
    background: rgb(46 38 111 / 40%);
    display: flex;
    flex-direction: column;
    justify-content: center;
    display: none;
}

.popup .closebtn {
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #2E266F;
    color: #fff !important;
    font-weight: 100;
    border-radius: 100%;
    font-size: 11px;
}

.popup .overlay {
    background: #EEEDF6;
    width: 55%;
    position: relative;
    margin: 0 auto;
    height: 80vh;
    overflow: hidden;
    overflow-y: scroll;
}

.popup .overlay .poptop {
    text-align: left;
    padding: 30px 20px;
    align-items: center;
    background: #fff;
}

.popup .overlay .poptop h5 {
    color: #2E266F;
    font-weight: 600;
    margin: 0 0 5px;
}

.popup .overlay .poptop p {
    line-height: initial;
    margin: 0 0 10px;
}

.popup .overlay .poptop ul {}

.popup .overlay .poptop ul li {
    margin: 0 10px 0 0;
    color: #2E266F;
    font-weight: 600;
}

.popup .overlay .poptop a.btn {
    width: 50%;
    background: #2E266F;
    color: #fff;
}

.popup .overlay .popbot {
    padding: 20px 0 0;
}

.popup .overlay .popbot figure img {
    margin: 0 0 20px;
    border-radius: 10px;
}

.popup .overlay .popbot .popcap {
    overflow: hidden;
    overflow-y: scroll;
    height: 60vh;
}

.popup .overlay .popbot .box {
    text-align: left;
    background: #fff;
    margin: 0 0 20px;
    border-radius: 10px;
    padding: 15px;
    position: relative;
}

.popup .overlay .popbot h4 {
    color: #2E266F;
    font-size: 17px;
    font-weight: 600;
    
}

.popup .overlay .popbot p {
    margin: 0 0 0px;
}

.popup .overlay .popbot p:last-child {}

.popup .overlay .popbot ul {
    margin: 0 0 20px;
}

.popup .overlay .popbot ul li {
    display: inline-block;
    width: 31%;
    padding: 0 3px;
    vertical-align: top;
}

.popup .overlay .popbot ul li img {}

.popup .overlay .popbot ul li a {
    text-align: center;
    display: block;
}

.popup .overlay .popbot ul li a img {
    width: 80%;
    margin: 0 auto;
    border-radius: 10px;
}

.popup .overlay .popbot ul li a small {
    display: block;
    color: #000;
    margin: 6px 0 0;
    font-size: 11px;
}

.popup .overlay .popbot ul.whatinside {}

.popup .overlay .popbot ul.whatinside li {
    margin: 0 0 30px;
    padding: 0 10px;
}

.popup .overlay .popbot ul.whatinside li h5 {
    font-size: 13px;
    margin: 0 0 3px;
    font-weight: 600;
}

.popup .overlay .popbot ul.whatinside li h2 {
    font-weight: 700;
    margin: 0 0 4px;
    font-size: 30px;
}

.popup .overlay .popbot ul.whatinside li progress#file {
    width: 100%;
}

.popup .overlay .popbot ul.whatinside li h6 {}

.shop-pg, .samplepage {
    display: flex;
    justify-content: center;
    flex-direction: column;
    /*height: 100vh;*/
}

.shop-pg header {
    position: relative;
    background: transparent;
    margin: 0 0 30px;
}

.samplepage h1.entry-title {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0px;
}

.dashboard_pg {}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 50% !important;
    max-width: 50% !important;
    padding-left: 0;
    padding-right: 10px;
    margin: 0;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    width: 50% !important;
    max-width: 50% !important;
    padding-right: 0;
    padding-left: 10px;
    margin: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 h2, h2.woocommerce-order-details__title {
    font-size: 24px;
    margin: 0 0 20px;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.woocommerce form .form-row label {
    width: 100%;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    background: #2E266F1A;
    border: none;
    display: block;
    width: 100%;
    padding: 0 20px;
    height: 40px;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 15px 30px !important;
    background: #0633a2 !important;
    color: #fff !important;
    text-transform: capitalize !important;
    transition: all 1s ease-in-out;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    margin: 20px 0 0 !important;
}

.woocommerce-MyAccount-content h3, .woocommerce-MyAccount-content h2 {
    font-size: 24px;
    margin: 0 0 20px;
}

.woocommerce .woocommerce-MyAccount-navigation {
    box-shadow: 0 0 10px 2px #E2E2E2;
    border-radius: 5px;
    overflow: hidden;
}

.woocommerce .woocommerce-MyAccount-navigation>ul {
    padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li {
    display: block;
    transition: all 1s ease-In-out;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li a {
    display: block;
    text-transform: capitalize;
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    padding: 15px 20px;
    border-left: 5px solid transparent;
    transition: all 1s ease-In-out;
    position: relative;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li:hover a, .woocommerce .woocommerce-MyAccount-navigation>ul>li.is-active a {
    border-color: #2E266F;
    background: #F8F8F8;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li a:before {
    content: "";
    font-family: 'FONTAWESOME';
    color: #000;
    margin: 0 15px 0 0;
    display: inline-block;
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    content: "\f0e4";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--orders a:before {
    content: "\f291";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--downloads a:before {
    content: "\f019";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    content: "\f015";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    content: "\f007";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-navigation>ul>li.woocommerce-MyAccount-navigation-link--subscriptions a:before {
    content: "\f015";
}

.woocommerce-MyAccount-content p {
    margin: 0 0 40px;
}

.woocommerce-MyAccount-content p a {
    color: #0635a5;
}

.woocommerce-Address header {
    position: relative;
    background: transparent;
    padding: 0;
}

.woocommerce-Address header h3 {
    font-size: 24px;
    color: #2E266F;
    text-transform: capitalize;
    margin: 0 0 30px;
}

.woocommerce-Address header a {
    color: #2E266F;
    font-size: 16px;
}

.woocommerce-Address address {
    font-size: 16px;
    text-transform: capitalize;
}

.u-column1.col-1.woocommerce-Address address, .u-column2.col-2.woocommerce-Address address {
    font-size: 15px;
    line-height: 27px;
    padding-right: 20px;
}

.woocommerce-MyAccount-content form, .woocommerce form {
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-radius: 10px;
}

.woocommerce-MyAccount-content form legend, .woocommerce form legend {
    padding: 30px 0 10px;
    color: #2E266F;
    font-size: 21px;
    font-weight: 600;
}

.woocommerce-MyAccount-content form p, .woocommerce form p {
    margin: 0 0 15px;
}

.woocommerce-MyAccount-content form label, .woocommerce form label {
    line-height: initial;
}

.woocommerce-MyAccount-content form input, .woocommerce form input, .woocommerce form textarea {
    border-radius: 10px;
    border: 1px solid #CCCCCC !important;
    background: #fff !important;
}
#payment label img {
    width: 80px !important;
}


span.show-password-input {
    width: auto !important;
}
.woocommerce-MyAccount-content form button, .woocommerce form button {}

.woocommerce form .form-row>span {
    width: 100%;
}

.woocommerce form textarea {
    height: 130px !important;
    padding: 15px !important;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox>span {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
}

.woocommerce ul#shipping_method li {
    display: block;
}

.woocommerce table thead {
    background: rgb(204 204 204 / 20%);
}

.woocommerce table tfoot {
    background: #fafafa;
}

.woocommerce table th {
    font-size: 14px;
}

.woocommerce table.shop_table td, .woocommerce table.shop_table th {
    padding: 10px !important;
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-actions {
    text-align: center;
}

table.woocommerce-orders-table.woocommerce-MyAccount-orders.shop_table.shop_table_responsive.my_account_orders.account-orders-table tbody {}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
    text-align: center;
}

td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions>a {
    display: inline-block;
    vertical-align: middle;
    padding: 10px 20px !important;
    margin: 0 5px;
}

ul.wc-item-meta {
    margin: 5px 0 0;
}

ul.wc-item-meta li strong, ul.wc-item-meta li p {
    display: inline-block;
    vertical-align: middle;
}

.woocommerce .woocommerce-customer-details address {
    font-size: 15px;
    line-height: 23px;
    padding: 10px 15px !important;
}

.woocommerce .woocommerce-customer-details address p {
    margin: 10px 0 0;
}

.woocommerce-privacy-policy-text p {}

body.woocommerce-page header {
    position: relative;
}

body.woocommerce-account header, body.woocommerce-checkout header, body.woocommerce-cart header {
    position: relative;
}

.woocommerce .woocommerce-ordering select {
    padding: 6px 15px;
}

body.woocommerce-page section.section {
    height: auto;
}

body.woocommerce-account section.section, body.woocommerce-checkout section.section, body.woocommerce-cart section.section {
    height: auto;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    padding-right: 0;
    padding-left: 10px;
}

.woocommerce-MyAccount-content form h3 {
    font-size: 24px;
    margin: 0 0 20px;
}

.woocommerce-MyAccount-content form label {
    line-height: initial !important;
}

.woocommerce-MyAccount-content form span {
    display: block;
    width: 100%;
}

.woocommerce form .form-row .required {
    display: inline;
}

h1.product_title.entry-title, section.related.products h2 {
    font-size: 30px;
    margin: 0 0 20px;
}

.woocommerce div.product form.cart {
    margin: 20px 0;
}

.woocommerce div.product form.cart div.quantity {
    display: inline-block;
    float: none;
    width: 20%;
    vertical-align: middle;
}

.woocommerce .quantity .qty {
    width: 100% !important;
    height: 40px;
}

.woocommerce div.product form.cart .button {
    padding: 0 30px !important;
    height: 40px;
    display: inline-block;
    float: none;
    margin: 0 !important;
    border-radius: 10px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0 !important;
    padding: 0 !important;
}

#comments {
    background: transparent;
    padding: 0;
}

form.woocommerce-ordering {
    padding: 0;
    border: none;
}

.woocommerce div.product .woocommerce-tabs .panel {
    box-shadow: none;
    border: none;
    border-radius: none;
}

div#reviews {
    padding: 30px 0 0;
}

span#reply-title {
    margin: 0 0 20px;
    display: block;
}

.woocommerce ul.products li.product a {
    display: block;
    text-align: center;
}

.woocommerce ul.products li.product a img {
    height: 240px !important;
    object-fit: cover;
    border-radius: 3px;
}

.woocommerce form .coupon input {
    height: 40px;
}

.woocommerce form .coupon button {}

.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
    font-family: 'FontAwesome';
    font-style: normal;
}
add-to-cart-btn a {
    background: #2E266F;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 5px 5px 20px;
    display: inline-block;}
@media (max-width: 1440px) {
    .delivry_date .caption .box {
        padding: 15px;
    }
    .slctmeal_pg h2 {
        font-size: 30px;
    }
    .slctmeal_pg figure figcaption h4 {
        font-size: 16px;
    }
    .slctmeal_pg figure figcaption {
        padding: 5px 0px;
    }
    .slctmeal_pg figure figcaption ul {
        padding: 0;
    }
    .slctmeal_pg figure figcaption p {
        font-size: 12px;
        line-height: 16px;
        margin: 0 0 10px;
    }
    .slctmeal_pg figure figcaption ul li {
        line-height: initial;
        font-size: 12px;
        padding: 0px 7px;
    }
    .slctmeal_pg figure figcaption a.btn {
        padding: 8px 10px;
        text-align: center;
        font-size: 13px;
    }
    .delivry_date .caption .box ul li {
        padding: 11px 15px;
    }
    .delivry_date .caption .box ul li h5 {
        font-size: 13px;
        width: 70%;
        padding: 0 10px 0 20px;
    }
    .delivry_date .caption .box ul li ins a {
        font-size: 18px;
    }
    .popup .overlay {
        width: 42%;
        height: 85vh;
        margin: 50px auto 0;
    }
    .popup .overlay .poptop {
        padding: 30px 10px;
    }
    .popup .overlay .poptop h5 {
        font-size: 19px;
    }
    .popup .overlay .popbot p {
        font-size: 11px;
        line-height: 21px;
    }
    .popup .overlay .popbot ul.whatinside li h2 {
        font-size: 23px;
    }
    .popup .overlay .popbot ul.whatinside li h5 {
        font-size: 10px;
    }
    .popup .overlay .popbot ul.whatinside li h6 {
        font-size: 13px;
    }
	#togglePassword, #togglecPassword {
		left: 180px !important;
	}
    
}

.pm-pkg-selected {
    background-color: #2E266F !important;
    color: white !important;
}

.pm-meal-popup {
    display: none;
}

.pm-close-popup {
    cursor: pointer;
}

.pm-meals-filters {
    padding: 10px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
}

.pm-fil-sel {
    padding: 14px 10px;
    margin-right: 10px;
}

.pm-fil-btn {
    background: #2E266F;
    color: #fff;
    padding: 12px 10px;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 500;
    letter-spacing: 1px;
    cursor: pointer;
}

.pm-fil-title {
    margin-right: 10px;
}

.pm-sub-cancel-btn {
    color: #062f99;
    font-weight: bold;
    cursor: pointer;
}


/*Discover Resturant*/
.discover_resturent {background: #FFFAF6;padding: 0;height: 550px;display: flex;position: relative;}
.discover_resturent:after {content: "";position: absolute;right: 0;top: 0;background: url('images/Kung Pao Steak Bowl.png') no-repeat center center / cover;height: 100%;width: 40%;}
.discover_resturent .mn-h2 {margin: 0 0 30px;}
.discover_resturent .mn-h2 h2 {color: #052E98;font-size: 50px;text-transform: capitalize;}
.discover_resturent h5 {color: #052E98;font-size: 17px;margin: 0 0 15px;}
.discover_resturent form {margin: 0 0 20px;background: #fff;animation: none;width: 85%;padding: 6px;}
.discover_resturent form input[type="email"] {background: #2E266F1A;height: 35px;padding: 0 10px;font-size: 13px;}
.discover_resturent form input[type="number"] {height: 35px;padding: 0 10px;font-size: 13px;}
.discover_resturent form input[type="submit"] {height: 35px;font-size: 12px;background: #052E98;margin: 0;}
.discover_resturent p {margin: 0;line-height: initial;width: 70%;color: #696969;}
.discover_resturent p a { color: #696969; text-decoration: underline !important; display: inline-block; }



/*How it works*/
.itwork {padding: 70px 0; text-align: center; }
.itwork figure {text-align: center;}
.itwork figure span {display: block;margin: 0 0 30px;}
.itwork figure span img {height: 80px;}
.itwork figure figcaption { }
.itwork figure figcaption h4 {text-transform: uppercase;color: #052E98;font-size: 18px;font-weight: 600;margin: 0 0 5px;}
.itwork figure figcaption p {margin: 0;}


/*Testimonials*/
.testimon {text-align: center;background: url(images/testi-bg.png) no-repeat center center / cover;}
.testimon .testi {padding: 0 8%;}
.testimon .testi i {display: block;margin: 0 0 30px;font-size: 20px;color: #052E98;}
.testimon .testi img {width: 30%;}
.testimon .testi p {font-size: 15px;line-height: 33px;margin: 20px 0 30px;}
.testimon .testi h4 {font-weight: 700;color: #052E98;font-size: 20px;}
.testimon .testi h4 small {display: block;color: #343434;font-size: 13px;margin: 5px 0 0;}


.what_menu { background: url(images/what_menu.png) no-repeat center center / cover; }
.what_menu>.container>.row {justify-content: center;align-items: center;}
.what_menu .box {text-align: center;padding: 30px 50px;background: rgb(255 255 255 / 60%);}
/* .what_menu .box figure  {background: #F3F2FF;margin: 0 0 30px;box-shadow: 0 0 20px -2px #ccc;}
.what_menu .box figure span {display: block;}
.what_menu .box figure span img  {width: 100%;}
.what_menu .box figure h4 {font-size: 16px;color: #052E98;padding: 20px 10px;line-height: initial;} */
.what_menu .box li {
    color: #2E266F;
    line-height: initial;
}
@media(max-width:767px){
    .what_menu .box li {
        color: #2E266F;
        min-height: 40px;
        line-height: initial;
    }
    .what_menu .tag-show-with-post {
        min-height: 30px !important;
        margin-top: -23px;
    }
    .what_menu .pst-tagline-div {
        min-height: 20px;
    }
    .what_menu img.pm-grid-meal-img {
        height: 100px !important;
        width: 100%;
    }
    .what_menu .banner-align {
        position: absolute;
        top: 76px !important;
    }
    .what_menu .slider .col-6.col-lg-4.col-md-4.col-sm-4 {
        max-width: 210px !important;
        margin: auto;
    }
    .what_menu .slick-next.slick-arrow {
        left: 13px;
        
    }
    .what_menu .slick-prev.slick-arrow {
        right: 9px;
    }
}
@media(max-width:370px){
    .what_menu .tag-show-with-post {
        min-height: 25px !important;
        margin-top: -12px;
    }
}
.what_menu img.pm-grid-meal-img {
    transition: transform 0.3s ease;
}
.what_menu img.pm-grid-meal-img:hover {
    transform: scale(1.09);}
.what_menu figure {
    margin-bottom: 30px;
}
.what_menu h4.pm-meal-title {
    font-size: 16px;
        margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.what_menu figure span.badge {
    position: absolute;
    z-index: 9;
    color: #000;
    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    background: #C0C0C0;
    border: 0px;
    border-radius: 0px;
}
.what_menu figcaption {
    text-align: left;
    padding: 2px;
    background: white;
}
.what_menu img.pm-grid-meal-img {
    height: 170px;
    width: 100%;
}
.what_menu .box a.btn, 
.health_food a.btn,  
.hasbeen figcaption a.btn
{background: #2E266F;color: #fff;font-size: 13px; text-transform: uppercase; }


.health_food { background: url(images/delivery-bg.png) no-repeat center center / cover;  }
.health_food .mn-h2 { margin: 0; }
.health_food h2 {color: #fff;margin: 0 0 20px;}
.health_food input {display: block;width: 90%;height: 40px;border-radius: 5px;padding: 0 20px;border: none;margin: 0 0 10px;}
.health_food p { color: #fff; font-size: 12px; line-height: 17px; }
.health_food p a {color: #fff;text-decoration: underline !important;}


.what_faqs { }
.what_faqs .mn-h2 { text-align: center; }
.what_faqs .accordion-container { }
.what_faqs .set {background: transparent;margin: 0 0 20px;border: none;}
.what_faqs .set>p {background: transparent;border: none;color: #444444;box-shadow: 0 0 10px 0px #ccc;font-weight: 600;}
.what_faqs .set>p.active { background: #F4F6FA; color: #052E98;   }
.what_faqs .set>p:before {content: "+";background: #444444;margin: 2px 0 0;height: 16px;text-align: center;width: auto;padding: 0 4px;color: #fff;font-size: 11px;line-height: 16px;filter: none;transform: none;}
.what_faqs .set>p.active:before {content: "-";background: #052E98;font-size: 14px;}
.what_faqs .accordion-container .content_stp {border: none;background: transparent;}
.what_faqs .accordion-container .content_stp p {border: none;color: #696969;padding: 20px;}

.waht_choseplan { text-align: center; }

.hasbeen {  }
.hasbeen .row {justify-content: center;align-items: center;}
.hasbeen figure {padding: 40px 0px 0px 40px;position: relative;z-index: 9999; display: flex; justify-content: center; align-items: center;}
.hasbeen figure:before {content: "";position: absolute;background: url('images/dots_img.png') no-repeat center center / cover;left: 0;top: 0;height: 30%;width: 29%;z-index: -1;}
.hasbeen figure img {}
.hasbeen figcaption {box-shadow: 0 0 10px 0px #ccc;padding: 30px;width: 600px;position: absolute;background: #fff;left: 90%;}
.hasbeen figcaption h3 {margin: 0 0 15px;color: #052E98;font-weight: 600;}
.hasbeen figcaption h4 {color: #052E98;font-size: 15px;line-height: initial;padding: 0 0 0 15px;border-left: 2px solid;margin: 0 0 15px;}
.hasbeen figcaption p {line-height: initial;}
.hasbeen figcaption a { }

.footer { background: #051748; padding: 30px 0 0; color: #fff; }
.footer a { color: #fff; }
.footer h4 {font-size: 20px;margin: 0 0 30px;}
.footer figure  {padding: 0 50px 0 0;}
.footer figure a {display: block;width: 70%;margin: 0 0 30px;}
.footer figure p {  }
.footer .box {padding: 0 15%;}
.footer .cont_us { }
.footer .cont_us li { display: block;margin: 0 0 20px; }
.footer .cont_us li a {display: block;position: relative;padding: 0 0 0 30px;}
.footer .cont_us li a i {margin: 0 10px 0 0;position: absolute;left: 0;top: 3px;}
.footer .folowus { margin: 0 0 30px; }
.footer .folowus li {display: inline-block;margin: 0 8px 0 0;}
.footer .folowus li a {display: block;border: 1px solid;width: 35px;height: 35px;text-align: center;line-height: 35px;border-radius: 100%;}
.footer iframe {border-radius: 10px;}
.footer-menu-p {  margin-top: 0px;}
.foter-men-inline{padding-right: 0px;}
.footer .copyright { }
.footer .copyright .container .row {padding: 15px 0px 25px 0px;border-top: 1px solid;margin-top: 1%;}
.footer .copyright p {line-height: initial;margin: 0;}
.footer .copyright ul { }
.footer .copyright ul li {margin: 0 0px 0px 30px;}
.footer .copyright ul li a {line-height: initial;}
.botsec .wrapper-full figure figcaption p{margin-bottom:0px;}

div#mesg .success {
    background: green;
    color: #fff;
    padding: 10px;
    display:block;
    margin-bottom: 30px;
}
div#mesg .error {
    background: red;
    color: #fff;
    padding: 10px;
    display:block;
    margin: 10px;
}
a.nex-btn.pm-finish-btn.pm-show-ck-notice.disable {
    pointer-events: none;
}
.box.Allergies p a{pointer-events:none;width:33%; color:#000;}
.box.Allergies p {display:flex; width:100%;}
.popup.pm-meal-popup{ z-index: 9999999;}
.slctmeal_pg figure{box-shadow:none;}
.my-meal figcaption {
    padding: 10px 20px; text-align:left;
}

@media(max-width: 1440px) {    
 
 .discover_resturent form { width: 100%; }   
 .discover_resturent .mn-h2 h2 { font-size: 45px; }
 
}
@media only screen and (max-width: 991px) { 
.popup .overlay{width:85%;}
}
@media only screen and (max-width: 767px) {   
.popup .overlay{width:85% !important;}
.col-lg-3.col-md-4.delivry_date.pm-atc-box ,.pm-pay-atc-box{ position: fixed;  background: #fff; left: 0; z-index: 999999; height: 13vh; bottom:0px; overflow: hidden; padding-left: 0px;padding-right: 0px;}
.when-collapsed{ position: fixed;  background: #fff; left: 0; z-index: 999999; height: 60vh!important; top:42vh; overflow: hidden; padding-left: 0px; padding-right: 0px;}
.slctmeal_pg figure figcaption { padding: 10px 0px;}
delivry_date .caption .box ul li h5 {  font-size: 12px; padding: 0 5px 0 10px;}
section#example-form-p-3, .section#example-form-p-3 >.container { padding: 0;}
button.prime_order_now, button.submit-sign-up, button.apply_invitation { margin-left: 10px !important; }
}

th.woocommerce-orders-table__header.woocommerce-orders-table__header-order-date span:before {
    content: "Order ";
}
/*FAQ page extend height*/
.page-id-3802 .samplepage{
height: auto !important;
}
/*modify title pretty*/
.samplepage h1.entry-title {
     text-transform: uppercase;
    color: #2E266F;
    font-weight: 700;
    font-size: 35px;
}

#billing_state,.auth-ex-mon,.auth-ex-year{
    background: none;
}
.exdate{
    margin-bottom: 0px !important;
}
@media screen and (max-width: 767px){
.custom-menu-class{
    display: none;
}
.hasbeen figcaption{
width: 100%;
left: 20px;
padding: 10px;
}
}


.pay_by_saved_card {
    display: inline-block !important;
    width: 15px !important;
    height: 15px !important;
    margin: 0 5px 0 0 !important;
}
.pm-pay-atc-box .caption .box{
    min-height: auto !important;
    border: 0px;
    max-height: 358px;
}
.pm-pay-atc-box .caption .box ul li ins {
    display: none !important;
}
.pm-pay-atc-box .caption .box ul li h5{
    width: 80%;
}
ul.wc-item-meta li {
    display: block;
}
.woocommerce table.shop_table td{
    vertical-align: top !important;
}
#payment .label-payment-card-opt{
    margin: 2px 0;
}

@media only screen and (max-width: 767px)

{
    .pm-pay-atc-box {
	    position: initial !important;
	    height: auto !important;
        overflow-x: auto !important;
	}

}


@media (min-width: 767px) {
    .wizard-content{
        padding-bottom: 100px;
    }
    .wizard-content .actions{
        position: fixed !important;
        width: 100%;
        bottom: 0;
        z-index: 100;
        background: #fff;
    }
	.section-btn-login {
   		margin-top: 35px;
	}
	
	input.home-cpassword {
		margin-left: 12px !important;	
	}
	
	.pst-tagline-div {
		min-height: 24px;
		line-height: 17px;
	}
	
	#filtered_meals_display_section figure img {
   		 height: 170px;
         width: 100%;
	}
	
	.banner-align {
    	position: absolute !important;
    	top: 146px;
	}
	
	.mobile_only_footer_menu {
		display:none !important;	
	}
    
}


@media(max-width: 376px) {    
 
 #togglePassword, #togglecPassword {
	left: 200px !important;
 }
 
 span.tags-show.paleo {
    padding: 2px 3px !important;
 }
 span.tags-show.plantbased {
    padding: 2px 3px !important;;
 }

 span.tags-show.keto {
    padding: 2px 2px !important;;
 }
 
}


@media(min-width: 300px) and (max-width: 767px)  {    
 
 #togglePassword, #togglecPassword {
	left: 215px !important;
 }
 a.btn.pm-atc-btn {
    margin: 0px 0px 10px 0px!important;
}
.plus_minu {
    padding-top: 0px !important;
}
 
 /*.slctmeal_pg figure img {
    height: auto !important;
}*/

.slctmeal_pg figure figcaption ul li {
    line-height: initial;
    font-size: 12px;
    padding: 7px 0px 0px 0px !important;
}

.pst-tagline-div {
    min-height: 34px;
	line-height: 17px;
}
.accordion-pop::before {
    content: '+';
    position: absolute;
    top: 40px;
    right: 4% !important;
    transform: translateY(-50%);
    transition: transform 0.8s;
    font-size: 21px !important;
    color: #2E266F;
}

.banner-align {
    position: absolute;
    top: 76px !important;
}

.slctmeal_pg figure img.pm-grid-meal-img {
	height: 100px !important;	
    width: 100%;
}
li.col-md-6.col-sm-12.for-align-inline {
    width: 50% !important;
}
p.pop-whatinside-val {
    width: 100%;
    max-width: 30px !important;
    text-align: left;
}
.delivry_date .caption .box ul {
    overflow-y: auto;
    max-height: 240px !important;
}
.delivry_date .caption h4 {
   
    padding: 10px 10px !important;
}
.total-font{
    font-size: 12px;
}
.total-chek-count{
    font-size: 12px;
}
.delivry_date .caption .box .addcart {
    text-align: center;
    padding: 5% 0 6%;
    display: flex;
    gap: 15px;
}

}

.slctmeal_pg figure figcaption ul {
    min-height: 40px;
    margin: 0 0 0px;
    padding: 0;
    display: block;
    width: 100%;
    text-align: center;
}
.banner-align {
    position: absolute;
}

.accordion-pop {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
  }

  /* .active, .accordion:hover {
    background-color: #ccc;
  } */

  .panel {
    padding: 0 0px;
    display: none;
    background-color: white;
    overflow: hidden;
    box-shadow: none;
    padding-top: 10px;
}
  .accordion-pop::before {
    content: '+';
    position: absolute;
    top: 25px;
    right: 6%;
    transform: translateY(-50%);
    transition: transform 0.8s;
    font-size: 26px;
    color: #2E266F;
}

.accordion-pop.active::before {
    content: '-';
    font-size: 30px;
    color: #2E266F;
  }

  i.fa.fa-times {
    font-size: 17px;
}
.tags-show {
    margin-right: 0px;
}
.whatinside-macros-in-popup {
    font-size: 17px;
}
span.tags-show.keto {
    background: #0000FF;
    padding: 2px 4px;
    color: white;
}
span.tags-show.la-cart{
    padding: 2px 4px;
    color: white;
    background-color: #000;
}
span.tags-show.Lean {
    background: #11ffff;
    padding: 2px 4px;
    color: #000;
}
span.tags-show.protein-packed {
    background: #7a005d;
    padding: 2px 4px;
    color: white;
}
span.tags-show.paleo {
    background: #E48800;
    padding: 2px 4px;
    color: white;
}
span.tags-show.plantbased {
    background: #2A832E;
    padding: 2px 4px;
    color: white;
}
.pop-whatinside-val{
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin: 8px !important;
    color: #2E266F;
    line-height: 3px !important;
}
.tag-show-with-post {
    min-height: 25px !important;
    margin-top: -11px;
}

.tag-show-with-post span.plantbased, .tag-show-with-post span.keto, .tag-show-with-post span.paleo {
	padding: 1px 2px !important;
	font-size: 11px;
}
.slctmeal_pg figure img.pm-grid-meal-img {
    transition: transform 0.3s ease; /* Adding transition for a smooth effect */
  }
  
  .slctmeal_pg figure img.pm-grid-meal-img:hover {
    transform: scale(1.09);
  }
  .slctmeal_pg figure {
    position: relative;
    overflow: hidden;
  }
 
span.tags-show {
    font-size: 12px;
}
.for-align-inline {
    display: flex !important;
    justify-content: space-between;
}
.popup .overlay .popbot ul.whatinside {
    margin: 15px 0px 0px 0px;
}
figure.pm-meal-title {
    background: transparent;
    box-shadow: 0 0 8px -2px #5a5a5a;
    padding: 0px;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}
.slctmeal_pg figure figcaption {
    padding: 5px 2px;
}
a.btn.pm-atc-btn {
    margin: 5px 0px 10px 0px;   
}
p.pop-whatinside-val {
    width: 100%;
    max-width: 30px;
    text-align: left;
}p.pop-whatinside-val {
    width: 100%;
    max-width: 70px;
    text-align: left;
}
  .delivry_date .caption .box ul {
    overflow-y: auto;
    max-height: 300px;
}
.check-cart-count{
    width: 45%;
    padding-right: 0px !important;
}
.check-cart-total{
    width: 55%;
    padding-left: 0px !important;
}
#cart-total-counts{
    padding: 10px 10px 10px 30px !important;
}

@media(max-width:400px){
    #cart-total-counts {
        padding: 10px 0px 10px 25px !important;
    }
	
	#hmpage-head-mob {
     font-size: 17px !important;
   }
}

@media(max-width:370px){
    .cart-head-txt{
        font-size: 14px !important;
    }
	
   #hmpage-head-mob {
    font-size: 15px !important;
  }

}

.btn-before-cart{
    background: #2E266F;
    color: #fff !important;
    padding: 12px 30px;
    text-transform: uppercase;
    border-radius: 5px;
    margin: 10px 0 0;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    margin-bottom: 75px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.bf-cart-btn{
    color: white;
}
@media (min-width: 100px) and (max-width: 365px){
    .delivry_date .caption .box ul {
        overflow-y: auto;
        max-height: 190px !important;
    }
    .slctmeal_pg figure figcaption ul {
        height: 60px;
    }

}
@media (min-width: 100px) and (max-width: 350px){
    .cart-head-txt {
        font-size: 12px !important;
    }
}
a.pm-clone-rm1.pm-clone-rm.pm-clone-rms.btncolorins {
    padding: 3px 20px !important;
    background: #2E266F;
    color: white;
    border-radius: 8px;
    height: 35px;
    font-size: 21px;
}
a.pm-clone.btncolorins {
    padding: 7px 20px !important;
        background: #2E266F;
    color: white;
    border-radius: 8px;
    height: 35px;
    font-size: 18px !important;
}
.plus_minu {
    display: flex;
    justify-content: end;
}
.plusminus.frame {
    height: 45px;
    text-align: right;
}
.pop-frame a.btn.pm-atc-btn.pm-clone-rm1.pm-clone-rm.pm-clone-rms.btncolorins {
    width: 50px;
    padding: 4px 20px;
}
.pop-frame a.btn.pm-atc-btn.pm-clone.btncolorins {
    width: 50px;
    padding: 4px 20px;

}
.pop-frame .plus_minu {
    display: flex;
    justify-content: end;
}
.terms-with-pop{
    cursor: pointer;
}
#close-term{
    position: relative;
    right: 0px;
    top: 0px;
    background: #2E266F;
    color: #fff !important;
    font-weight: 100;
    border-radius:0%  !important;
    font-size: 20px;
    padding: 12px 30px;
    cursor: pointer;
}
.ok-close-btn {
    text-align: center;
}
.change-ico{
    display: flex;
    gap: 15px;
    height: 50px;
}
.footer .folowus {
    margin: -5px 0 30px;
}
.slider-container {
    overflow: hidden;
  }
  
  .slider {
    display: flex;
    transition: transform 0.3s ease;
  }
  
  .slide {
    flex: 0 0 25%; /* Adjust this value depending on how many posts you want to show */
    padding: 10px;
  }
  
  /* Add CSS for navigation arrows */
  .prev-arrow,
  .next-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
  }
  
  .prev-arrow {
    left: 10px;
  }
  
  .next-arrow {
    right: 10px;
  }
  .what_menu .slider .col-6.col-lg-4.col-md-4.col-sm-4 {
    max-width: 100%;
   
}
.what_menu .slick-arrow {
    
    background: url(images/arrow.png) no-repeat center center ;
    width: 22px;
    filter: brightness(0.5);
    background-size: 10px;
}
@media(max-width:767px){
    .slide {
        flex: 0 0 50%; /* Adjust this value depending on how many posts you want to show */
        padding: 10px;
      }
      .mobile-bg-img{
        padding: 40px 15px 11px 15px !important;
        background-image: url(/wp-content/uploads/2023/07/Banner-Image-Prime-Meals.png) !important;
        background-size: cover !important;
        background-repeat: no-repeat;
        background-position: center;
    }
    .hmpage-head {
        display: none;
    }
	.rest-form {
		padding: 5px 0px;
		background: none;
		margin: -15px 0 40px 0;
		box-shadow: none;
		border: none;
    }
	.serving_desktop_only {
		display: none !important;	
	}
    .serving_mobile_only{
        display: block !important;
        font-size: 13px !important;
    }
	
	.serving_mobile_only, .serving_all_southeast_florida {
		margin: 0 !important;	
		line-height: 15px !important;
        font-size: 13px !important;
	}
	
	.serving_all_southeast_florida {
		font-weight:bold;
		line-height: 15px;
	}
	#hmpage-head-mob {
		color: #0e49a0 !important;
		font-family: Pacifico !important;
		text-transform: uppercase;
		display:block !important ;
		font-size: 18px;
		margin: 0 !important;
		text-shadow: 1px 1px #FFFFFF;
	}
	.ah_typing_no_animation {	
	 	text-transform: uppercase;
	  	font-size: 5vw !important;
		text-shadow: 1px 1px #FFFFFF;
	}
	.skip-anytime {
		margin-top: 18px;
		line-height: 10px;
        font-size: 13px !important;
	}
	
	.have-code {
	  	color: red;
	  	font-size: 12px !important;	
	}
	
	.home-pg ul.three-points li {
     	padding: 5px 15px !important;
	}
	
	.home-pg ul.three-points li p {
     	margin: 5px 0px !important;
	}
	
	body.page-template-page-home .container, body.page-template-page-home .main-banner-left {
		padding: 0 !important;
	}
	
	body.page-template-page-home div.desc, body.page-template-page-home div.mn-h2, body.page-template-page-home footer .container {
	  padding: 0px 15px !important;
	}
    .hmpage-head-mob{
        display:block !important;
    }
    .mobile-bg-img svg{
        height : 45px !important;
      }
      .mobile-bg-img text {
        fill: #06319f !important;
    }	
    
    .footer .cont_us li { display: block;margin: 0 0 5px; }
    h4.us-contact {
        margin: 0 0 15px;
    }
    .footer .cont_us {
        margin-bottom: 30px;
    }
    #whats_view_menu-mob {
       
            text-decoration: underline;
            text-align: center;
            width: 100%;
            font-size: 20px;
            margin-bottom: 15px;
          }
    .footer .box {padding: 0 0%;}
    .on-the-menu-head{
        margin-bottom: 25px;
    }
    .on-the-head{
        padding-top: 5px;
    }

   
}
.have-code {
    color: red;
    font-size: 15px ;	
}
p.serving_mobile_only {
  display: none;
}
.serving_desktop_only {
    font-size: 16px;	
}

.serving_all_southeast_florida {
    font-weight:bold;
    line-height: 10px;
    font-size: 16px;
}
.skip-anytime {
    margin-top: 18px;
    line-height: 10px;
    font-size: 16px;
}
.hmpage-head{
    color: #2E266F !important;
    text-align: left !important;
}

.mobile-bg-img svg{
    font   : bold;
    font-family: Pacifico;
    width  : 100%;
    height : 100px;
    font-size: 30px;
  }
  
  .mobile-bg-img text{
    fill            : #FF9326;
    stroke          : #FFFFFF;
    stroke-width    : .6px;
    stroke-linejoin : bevel;
  }
  .home-pg:after {
    background: none !important;
}
.mobile-bg-img {
    padding: 50px 15px 50px 15px;
    background-image: url(/wp-content/uploads/2023/07/Banner-Image-Prime-Meals.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.hmpage-head {
    display: none;
}

.rest-form {
    padding: 5px 0px;
    background: none;
    margin: -15px 0 40px 0;
    box-shadow: none;
    border: none;
}
#hmpage-head-mob {
    color: #0e49a0 !important;
    font-family: Pacifico !important;
    text-transform: uppercase;
    display:block !important ;
    font-size: 18px;
    margin: 0 !important;
    text-shadow: 1px 1px #FFFFFF;
}

.ah_typing_no_animation {	
     text-transform: uppercase;
      font-size: 3vw ;
    text-shadow: 1px 1px #FFFFFF;
}
.home-pg ul.three-points li {
     padding: 5px 15px !important;
}

.home-pg ul.three-points li p {
     margin: 5px 0px !important;
}
.home-pg{
    padding-top: 0px !important;
    margin-top: -1px;
}
.home-pg .desc{
padding: 10px 50px !important;
}

#whats_view_menu  {
	margin-bottom: 30px;
}

#whats_view_menu a {
	background: #2E266F;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	padding: 15px;
	border-radius: 0.25rem;
}

.rest-form #close_invite {
    cursor: pointer;
    line-height: 20px;
    text-align: center;
    background-color: #2E266F;
    position: absolute;
    right: 5px;
    top: 5px;
    width: 20px;
    height: 20px;
    background: #2E266F;
    color: #fff !important;
    font-weight: 100;
    border-radius: 100%;
    font-size: 11px;
    font-size: 17px;
}
@media(max-width: 767px) {   
	.profile_tab #email_div {
		width: 80% !important;
	}
}