
:root {
    --primary-color: #094a6a;
    --primary-color-light: #4c7b92;
    --secondary-color: #a7a9ac;
    --button-primary: #094a6a;
    --button-hover: #1D2E46;
    --primary-darker: #123669;
}


a {
    color: var(--primary-color);
}

    a:hover {
        color: #999966;
    }



a {
    color: var(--primary-color);
}

    a:hover {
        color: #999966;
    }

/**/

/* Override defaut site-wide fonts */

h1,
h2,
h3,
h4,
h5,
h6,
.navbar .navbar-nav {
    font-family: 'Arimo', sans-serif !important;
    /*font-family: 'Poppins', sans-serif !important;*/
}


h1 {
  font-size: 33px;
  font-weight: 700;
  text-transform: none;
}

h2 {
  font-size: 28px;
  font-weight: 700;
  text-transform: none;
}

h3 {
  font-size: 24px;
  font-weight: 700;
}

h4 {
  font-size: 19px;
  font-weight: 700;
}

h5 {
  font-size: 15px;
  text-transform: none;
  font-weight: 700;
}
h6 {
  font-size: 13px;
  font-weight: 700;
}







body {
    font-family: 'Roboto', sans-serif !important;*/
/*    font-family: 'Poppins', sans-serif !important;*/
    font-weight: 400;
       color: #3c3c3c;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .fixed-header-on .main-navigation .navbar-nav > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
    }
        /* Adjust droppdown caret position*/
        .fixed-header-on .main-navigation .navbar-nav > li > a:before {
            top: 10px !important;
        }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    /* first level menu item */
    .main-navigation .navbar-nav > li {
        margin: 0 0 0 5px;
    }
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.fill-viewport {
    min-height: 100%;
    height: 100%;
}

.no-transition {
    text-decoration: none;
    background-position: 0;
    transition: none;
}

.header {
    border-bottom: 0px;
    background-color: rgb(240, 240, 240);
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

.header-left {
    padding: 5px 0 0 0;
}

/* remove gap at tope of page caused by aspx form tag */
form {
    margin-top: 0;
    padding-top: 0;
}

.listing-item {


    border: 1px solid #a5a5a5;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    /*-webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    transition: border-color .5s ease;*/
    overflow: hidden;
box-shadow: 1px 2px 5px 0px rgba(64,64,64,0.75);
-webkit-box-shadow: 1px 2px 5px 0px rgba(64,64,64,0.75);
-moz-box-shadow: 1px 2px 5px 0px rgba(64,64,64,0.75);


}

.listing-item .body {
    padding-top:  0;
}

.listing-item .size_label {
    font-size: 14px;
    margin-top: 1px;
    display: inline-block;
    font-weight: 400;
}

.input-xs {
    height: 26px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.search-box-green {
    background-color: red;
    -webkit-box-shadow: 0px 0px 5px 3px rgba(173,173,173,1);
    -moz-box-shadow: 0px 0px 5px 3px rgba(173,173,173,1);
    box-shadow: 0px 0px 5px 3px rgba(173,173,173,1);
}

/*.cart {
    background-color: #F1FCDA;
}*/

@media (max-width: 767px) {
    .dropdown-menu-left-xs {
        right: auto;
        left: 0;
    }
}

.topalert {
    margin: 0px 0px;
    padding: 5px 20px;
    border: none;
    /*color: #FFFFFF;*/
    background-color: #3362a4;
    font-size: 1em;
    text-align: center;
}

.topalerttestsite {
    margin: 0px 0px;
    padding: 5px 20px;
    border: none;
    color: black;
    background-color: yellow;
    font-size: 2em;
    text-align: center;
}

.light-red-bg {
    /*background-color: #FFE6E6;*/
    background-color: #f2dede;
}


.alert-light {
    background-color: rgba(225,225,225,1);
}


.sentence-case {
    text-transform: none;
}

/*.dropdown-menu {
    min-width: 220px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 2px solid #E0E0E0;

    -webkit-box-shadow: inset 0px 7px 0px -1px rgba(131,138,54,1);
    -moz-box-shadow: inset 0px 7px 0px -1px rgba(131,138,54,1);
    box-shadow: inset 0px 7px 0px -1px rgba(131,138,54,1);
    z-index: 101;
}*/

.no-box-shadow {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.fixed-header-on .header .logo img {
    max-height: 60px;
    margin-bottom: 8px;
}

/*Header Dropdowns (search, cart etc)
---------------------------------- */
.header-dropdown-buttons .btn-group > .btn {
    background-color: #f2f2f2;
    border: 1px solid #e9e9e9;
}

    .header-dropdown-buttons .btn-group > .btn:hover {
        background-color: var(--primary-color);
        color: #fff;
        border-color: var(--primary-color);
    }

.header-dropdown-buttons .btn-group.open > .btn {
    background-color: var(--primary-color);
    color: #fff;
    border-color: var(--primary-color);
}

.colored.header-top .dropdown-menu {
    border: 1px solid #24a828;
    background: var(--primary-color);
}

.navbar.navbar-default {
    font-weight: 200;
    background-color: #FFFFFF;
}

/* Underline top-level menu on hover
.navbar-default li.dropdown a:hover  {
border-bottom: 3px solid var(--secondary-color);
}
    */

/* first level menu item when opened */
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus,
.main-navigation .navbar-nav > .dropdown > a:focus {
    background-color: #ffffff;
    color: var(--primary-color);
    border-bottom-color: #ffffff;
    border-right: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}

.transparent-header .header:not(.dark) .navbar-nav > li.open > a,
.transparent-header .header:not(.dark) .navbar-nav > li > a:hover,
.transparent-header .header:not(.dark) .navbar-nav > li > a:focus {
    color: var(--primary-color);
}

/* first level menu item */
.navbar-default .navbar-nav > li > a {
    color: #666c73;
    font-size: 15px;
    font-weight: 500;
    /*transition: transform 250ms ease-in-out !important;*/
}

    /* first level menu item on hover/focus*/
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus {
        background-color: transparent;
        color: var(--primary-color);
        /*border-bottom: 2px solid var(--secondary-color);*/
    }

    .navbar-default .navbar-nav > li > a:after {
        display: block;
        content: '';
        border-bottom: solid 2px var(--secondary-color);
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }

    .navbar-default .navbar-nav > li > a:hover:after {
        transform: scaleX(1);
    }

/* mega menu menu item on focus/hover*/
.mega-menu .menu > li > a:hover,
.mega-menu .menu > li > a:focus {
    background-color: #fcfcfc;
    color: var(--primary-color);
    border-color: #f7f7f7;
    text-decoration: none;
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .col-md-2 + .col-md-10 .mega-menu:not(.narrow) .dropdown-menu {
        left: -195px !important;
        width: 1140px!important;
    }
}

/*Button Margin - 5x instead of 10 so that modal dialg buttons in footer don't get messed up*/
.btn {
    margin: 5px 0;
}

a.anchor {
    padding-top: 80px;
}

/*Header Top*/
.header-top {
    /*font-size: 16px;
    color: #777777;
    font-weight: 300;*/
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/*.header-top .btn-sm {
        font-size: 16px;
    }*/

.box-shadow--2dp {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

.box-shadow--3dp {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14), 0 3px 3px -2px rgba(0, 0, 0, .2), 0 1px 8px 0 rgba(0, 0, 0, .12);
}

.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
}

.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2);
}

.box-shadow--8dp {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
}

.box-shadow--16dp {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(0, 0, 0, .2);
}

.text-light {
    color: #ffffff;
}

.flip {
    -webkit-perspective: 800;
    /*width: 400px;
    height: 200px;
    position: relative;
    margin: 50px auto;*/
}

    .flip .card.flipped {
        -webkit-transform: rotatey(-180deg);
        -moz-transform: rotateY(-180deg );
        -o-transform: rotateY(-180deg );
        transform: rotateY(-180deg );
    }

    .flip .card {
        width: 100%;
        height: 100%;
        -webkit-transform-style: preserve-3d;
        -webkit-transition: 0.5s;
    }

        .flip .card .face {
            width: 100%;
            height: 100%;
            -webkit-backface-visibility: hidden;
            z-index: 2;
   
        }

        .flip .card .front {
            position: absolute;
            /*background: black;
    color: white;
    */
            cursor: pointer;
            z-index: 1;
        }

        .flip .card .back {
            -webkit-transform: rotatey(-180deg);
            -moz-transform: rotateY(-180deg );
            -o-transform: rotateY(-180deg );
            transform: rotateY(-180deg );
            /*background: blue;
    background: white;
    color: black;*/
            cursor: pointer;
        }

/*.flipcard-container {
    position: relative;
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
}

.flipcard {
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 50% 50%;
}
.flipcard div {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}
.flipcard .front {
}
.flipcard .back {
    background: blue;
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}
.flipcard.flipped {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
}*/

.item-border {
    border: 1px solid rgba(0, 0, 0, .14);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: border-color .5s ease;
    -moz-transition: border-color .5s ease;
    -o-transition: border-color .5s ease;
    -ms-transition: border-color .5s ease;
    transition: border-color .5s ease;
    overflow: hidden;
}

    .item-border:hover {
        border-color: black;
    }

.top-category-banner {
    background-image: url('/assets/images/custom/topbanners/bannertop_texttop1.jpg');
    background-size: cover !important;
    width: 100%;
    height: 216px;
}

.pt-5 {
    padding-top: 5px;
}

.pb-5 {
    padding-bottom: 5px;
}

.mt-0 {
    margin-top: 0;
}

.mb-0 {
    margin-bottom: 0;
}


.mb-20 {
    margin-bottom: 20px;
}


.mb-30 {
    margin-bottom: 30px;
}

.mtb-0 {
    margin-bottom: 0;
    margin-top: 0;
}

.mt-20 {
    margin-top: 20px;
}


.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mt-7 {
    margin-top: 7px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;
}

.listing-item .price {
    font-size: 25px;
    /*margin-top: 1px;*/
    display: block;
    font-weight: 800;
}




.listing-item .navlinks {
    position: relative;
    background-color: #ebebeb;
    color: #9c9c9c;
    font-size: .9em;
    font-weight: 400;
    text-decoration: none;
    padding: 5px 0;
}

  .listing-item .navlinks .rightseparator:after {
    	content: '';
	    position: absolute;
	    right: 0px;
	    top: 20%;
	    height: 60%;
	    border-right: 1px solid #d8d8d8;
    }

    .listing-item .navlinks a {
        color: #9c9c9c;
        text-decoration: none;
    }

    .listing-item .navlinks a:hover {
        color: #868686;
        text-decoration: none;
    }

.light-gray-bg.form-block a,
.light-gray-bg.form-block a:hover {
    color: #000000;
}

/* links/items in mega menu */
.mega-menu .menu > li > a {
    padding: 5px 0;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #f7f7f7;
    display: block;
}

.dropdown-backdrop {
    display: none;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 150 !important;
}

#tgmenuitem {
    color: red;
}

.main-container {
    padding: 10px 0;
}

.label {
    padding: 3px;
    color: #ffffff;
    white-space: nowrap;
    /*font-family: 'Poppins', sans-serif;*/
    font-family: 'Roboto', sans-serif !important;
    */ background-color: #bfbfbf;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

    .label.important {
        background-color: #c43c35;
    }

    .label.warning {
        background-color: #f89406;
    }

    .label.success {
        background-color: #46a546;
    }

    .label.notice {
        background-color: var(--primary-color);
    }

/* Custom Media Queries */
/*========================*/

/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
/*@media only screen and (min-width : 320px) {
    .carousel .item {
        height: 137px;
    }

    .carousel .item h1 {
        font-size: 9px;
    }

    .top-category-banner {
        height: 58px;
    }
}*/

/* Extra Small Devices, Phones */
/*@media only screen and (min-width : 480px) {
    .carousel .item {
        height: 206px;
    }

    .carousel .item h1 {
        font-size: 13px;
    }

    .top-category-banner {
        height: 86px;
    }
}*/

/* Small Devices, Tablets */
/*@media only screen and (min-width : 768px) {
    .carousel .item {
        height: 327px;
    }

    .carousel .item h1 {
        font-size: 21px;
    }

    .top-category-banner {
        height: 138px;
    }
}*/

/* Medium Devices, Desktops */
/*@media only screen and (min-width : 992px) {
    .carousel .item {
        height: 422px;
    }
    .carousel .item h1 {
        font-size: 28px;
    }

    .top-category-banner {
        height: 180px;
    }
}*/

/* Large Devices, Wide Screens */
/*@media only screen and (min-width : 1200px) {
    .carousel .item {
        height: 528px;
    }

    .top-category-banner {
        height: 216px;
    }
}*/

/*/* home carousel customizations */
/*.carousel-caption {
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    background-color:rgba(255,255,255,0.5);
    top: 50%;
    transform: translateY(-50%);
    bottom: initial;
}

    .carousel-caption h1 {
        text-transform: none;
        color: #ffffff;
    }*/



/*make mobile menu collapse sooner rather than later*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }

    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}







/* Green buttons */

.btn-success {
    color: #ffffff;
    background-color: var(--button-primary);
    border-color: var(--button-primary);
}

    .btn-success:focus,
    .btn-success.focus {
        color: #ffffff;
        background-color: var(--button-primary);
        border-color: var(--button-primary);
    }

    .btn-success:hover {
        color: #ffffff;
        background-color: var(--button-primary);
        border-color: var(--button-primary);
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        color: #ffffff;
        background-color: var(--button-primary);
        border-color: var(--button-primary);
    }

        .btn-success:active:hover,
        .btn-success.active:hover,
        .open > .dropdown-toggle.btn-success:hover,
        .btn-success:active:focus,
        .btn-success.active:focus,
        .open > .dropdown-toggle.btn-success:focus,
        .btn-success:active.focus,
        .btn-success.active.focus,
        .open > .dropdown-toggle.btn-success.focus {
            color: #ffffff;
            background-color: var(--button-primary);
            border-color: var(--button-primary);
        }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        background-image: none;
    }

    .btn-success.disabled,
    .btn-success[disabled],
    fieldset[disabled] .btn-success,
    .btn-success.disabled:hover,
    .btn-success[disabled]:hover,
    fieldset[disabled] .btn-success:hover,
    .btn-success.disabled:focus,
    .btn-success[disabled]:focus,
    fieldset[disabled] .btn-success:focus,
    .btn-success.disabled.focus,
    .btn-success[disabled].focus,
    fieldset[disabled] .btn-success.focus,
    .btn-success.disabled:active,
    .btn-success[disabled]:active,
    fieldset[disabled] .btn-success:active,
    .btn-success.disabled.active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success.active {
        background-color: #7c852b;
        border-color: var(--button-primary);
    }

    .btn-success .badge {
        color: var(--button-primary);
        background-color: #ffffff;
    }

/* Orange/Brown buttons*/
.btn-warning {
    color: #ffffff;
    background-color: var(--primary-darker);
    border-color: var(--secondary-color);
}

    .btn-warning:focus,
    .btn-warning.focus {
        color: #ffffff;
        background-color: var(--primary-darker);
        border-color: var(--secondary-color);
    }

    .btn-warning:hover {
        color: #ffffff;
        background-color: var(--primary-darker);
        border-color: var(--secondary-color);
    }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        color: #ffffff;
        background-color: var(--primary-darker);
        border-color: var(--secondary-color);
    }

        .btn-warning:active:hover,
        .btn-warning.active:hover,
        .open > .dropdown-toggle.btn-warning:hover,
        .btn-warning:active:focus,
        .btn-warning.active:focus,
        .open > .dropdown-toggle.btn-warning:focus,
        .btn-warning:active.focus,
        .btn-warning.active.focus,
        .open > .dropdown-toggle.btn-warning.focus {
            color: #ffffff;
            background-color: var(--primary-darker);
            border-color: var(--secondary-color);
        }

    .btn-warning:active,
    .btn-warning.active,
    .open > .dropdown-toggle.btn-warning {
        background-image: none;
    }

    .btn-warning.disabled,
    .btn-warning[disabled],
    fieldset[disabled] .btn-warning,
    .btn-warning.disabled:hover,
    .btn-warning[disabled]:hover,
    fieldset[disabled] .btn-warning:hover,
    .btn-warning.disabled:focus,
    .btn-warning[disabled]:focus,
    fieldset[disabled] .btn-warning:focus,
    .btn-warning.disabled.focus,
    .btn-warning[disabled].focus,
    fieldset[disabled] .btn-warning.focus,
    .btn-warning.disabled:active,
    .btn-warning[disabled]:active,
    fieldset[disabled] .btn-warning:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning.active {
        background-color: var(--primary-darker);
        border-color: var(--secondary-color);
    }

    .btn-warning .badge {
        color: var(--primary-darker);
        background-color: #ffffff;
    }

fieldset {
    padding: 10px 25px;
    margin: 15px 0px;
    border: 1px solid #dddddd;
    background-color: #fcfcfc;
}

.rwTitleBar {
    background-color: var(--button-primary) !important;
}

.meal_subtitle {
    padding-bottom: 5px;
    font-family: 'Raleway', sans-serif !important;
    /*font-family: 'Poppins', sans-serif !important;*/
    font-weight: 400;
    font-size: .9em;
}

.note_container {

        
}

    .note_container .itemnote {       
        line-height: 1.75rem;
        color: #5e5e5e;             
        /*font-family: 'Poppins', sans-serif !important;*/

        font-weight: 400;
        max-height: calc(1.75rem * 3);
        overflow: hidden;
    }




.meal_subtitle {
}

.servingsLabel {
    background: var(--primary-darker);
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}

.mini_info_banner {
    padding: 2px 0;
    background-color: rgb(245, 245, 245);
}

.jumbotron {
    border-bottom: 0px;
    /*background: rgb(77,48,8);
    background: linear-gradient(90deg, rgba(77,48,8,1) 0%, rgba(83,126,66,1) 50%, rgba(165,171,73,1) 100%);*/
    -webkit-box-shadow: 0 4px 6px -6px #222;
    -moz-box-shadow: 0 4px 6px -6px #222;
    box-shadow: 0 4px 6px -6px #222;
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
    .jumbotron h1 {
        font-size: 45px;
        text-transform: none;
    }
}
/* Small devices (tablets, phones less than 767px) */
@media screen and (max-width: 767px) {
    .jumbotron h1 {
        font-size: 25px;
        text-transform: none;
    }
}

/* Pager
---------------------------------- */
ul.pagination,
margin: 15px 0 15px; text-align: left;
}

ul.pagination li {
    padding: 0;
    margin: 0 5px 0 0;
    border-bottom: none;
    display: inline-block;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.navbar-nav li.dropdown a {
    padding-top: 5px;
    padding-bottom: 5px;
    /*margin-top: 20px;*/
}

/* Customize droppdown caret*/
.dropdown > a:before {
    top: 10px;
  font-family: 'Font Awesome 5 Pro';
  content: "\f107";
  position: absolute;
  left: auto;
  right: 6px;
  line-height: 1;
  color: #d1d1d1;
  font-size: 14px;
}

 remove the dropdow caret when necessary
.removecaret.dropdown-toggle::before {
    display: none;
}

.modal-content .modal-header {
    background-color: #7c852b;
}

.listing-item .overlay-container .badge {

    display: inline-block;
    min-width: 10px;
    padding: 5px 7px 3px 7px;
    color: white;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #1179a7;
    border: 1px solid #1b5cac;
    top: auto;
    right: auto;
    bottom: 10px;
    left: 10px;

}

.listing-item .overlay-container .servings, .item .overlay-container .servings {
    position: absolute;
    color: #ffffff;
    font-weight: 400;
    font-size: .9em;
    padding: 4px;
    top: 0;
    right: 0;
    padding-right: 20px;
    padding-left: 10px;
    border-top-left-radius: 5px;
    background: rgb(174,93,255);
    background: -moz-linear-gradient(90deg, rgba(174,93,255,1) 0%, rgba(71,0,121,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(174,93,255,1) 0%, rgba(71,0,121,1) 100%);
    background: linear-gradient(90deg, rgba(174,93,255,1) 0%, rgba(71,0,121,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ae5dff",endColorstr="#470079",GradientType=1);
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.nohpadding {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.nolrmargin {
    margin-right: 0;
    margin-left: 0;
}

#mobileMenu {
    z-index: 9999;
}


.mm-listitem a img, .mm-listitem img {
    float: left;
    width: 46px;
    height: 46px;
    padding: 4px 2px 0 2px;
    margin: -5px 10px -5px -5px;
}

nav#mobileMenu:not(.mm-menu)
{
display: none;
}



.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}





/* Equal width */
.col-equal {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-right: 5px;
    padding-left: 5px;
}

.flex-container {

  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}


.pl-0 {
    padding-left: 0;
}


.pr-0 {
    padding-right: 0px;
}




.font-bold {
  font-weight: bold;
}




/* updateprogress css */
#floatingCirclesG{
	position:relative;
	width:125px;
	height:125px;
	margin:auto;
	transform:scale(0.6);
		-o-transform:scale(0.6);
		-ms-transform:scale(0.6);
		-webkit-transform:scale(0.6);
		-moz-transform:scale(0.6);
}

.f_circleG{
	position:absolute;
	background-color:rgb(255,255,255);
	height:22px;
	width:22px;
	border-radius:12px;
		-o-border-radius:12px;
		-ms-border-radius:12px;
		-webkit-border-radius:12px;
		-moz-border-radius:12px;
	animation-name:f_fadeG;
		-o-animation-name:f_fadeG;
		-ms-animation-name:f_fadeG;
		-webkit-animation-name:f_fadeG;
		-moz-animation-name:f_fadeG;
	animation-duration:1.2s;
		-o-animation-duration:1.2s;
		-ms-animation-duration:1.2s;
		-webkit-animation-duration:1.2s;
		-moz-animation-duration:1.2s;
	animation-iteration-count:infinite;
		-o-animation-iteration-count:infinite;
		-ms-animation-iteration-count:infinite;
		-webkit-animation-iteration-count:infinite;
		-moz-animation-iteration-count:infinite;
	animation-direction:normal;
		-o-animation-direction:normal;
		-ms-animation-direction:normal;
		-webkit-animation-direction:normal;
		-moz-animation-direction:normal;
}

#frotateG_01{
	left:0;
	top:51px;
	animation-delay:0.45s;
		-o-animation-delay:0.45s;
		-ms-animation-delay:0.45s;
		-webkit-animation-delay:0.45s;
		-moz-animation-delay:0.45s;
}

#frotateG_02{
	left:15px;
	top:15px;
	animation-delay:0.6s;
		-o-animation-delay:0.6s;
		-ms-animation-delay:0.6s;
		-webkit-animation-delay:0.6s;
		-moz-animation-delay:0.6s;
}

#frotateG_03{
	left:51px;
	top:0;
	animation-delay:0.75s;
		-o-animation-delay:0.75s;
		-ms-animation-delay:0.75s;
		-webkit-animation-delay:0.75s;
		-moz-animation-delay:0.75s;
}

#frotateG_04{
	right:15px;
	top:15px;
	animation-delay:0.9s;
		-o-animation-delay:0.9s;
		-ms-animation-delay:0.9s;
		-webkit-animation-delay:0.9s;
		-moz-animation-delay:0.9s;
}

#frotateG_05{
	right:0;
	top:51px;
	animation-delay:1.05s;
		-o-animation-delay:1.05s;
		-ms-animation-delay:1.05s;
		-webkit-animation-delay:1.05s;
		-moz-animation-delay:1.05s;
}

#frotateG_06{
	right:15px;
	bottom:15px;
	animation-delay:1.2s;
		-o-animation-delay:1.2s;
		-ms-animation-delay:1.2s;
		-webkit-animation-delay:1.2s;
		-moz-animation-delay:1.2s;
}

#frotateG_07{
	left:51px;
	bottom:0;
	animation-delay:1.35s;
		-o-animation-delay:1.35s;
		-ms-animation-delay:1.35s;
		-webkit-animation-delay:1.35s;
		-moz-animation-delay:1.35s;
}

#frotateG_08{
	left:15px;
	bottom:15px;
	animation-delay:1.5s;
		-o-animation-delay:1.5s;
		-ms-animation-delay:1.5s;
		-webkit-animation-delay:1.5s;
		-moz-animation-delay:1.5s;
}



@keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-o-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-ms-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-webkit-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}

@-moz-keyframes f_fadeG{
	0%{
		background-color:rgb(0,0,0);
	}

	100%{
		background-color:rgb(255,255,255);
	}
}



.busyoverlay
{
    position: fixed;
    z-index: 999;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: .5;
    -moz-opacity: .5;
}
.center
{
    z-index: 1000;
    margin: 300px auto;
    padding: 10px;
    width: 130px;
    
    border-radius: 10px;
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}
.center img
{
    height: 128px;
    width: 128px;
}


.dark-bg {
    background-color: #906444;
    color: rgba(0, 0, 0, .12);
}




/*letter spacing*/
.ls-1 {
    letter-spacing: 1px;
}

.ls-2 {
    letter-spacing: 2px;
}

.ls-3 {
    letter-spacing: 3px;
}

.ls-4 {
    letter-spacing: 4px;
}




/* *****************/
/* Begin Typeahead */
/* *****************/
.Typeahead {
  position: relative;
  *z-index: 1;
  margin: 0 auto 0 auto; 
  padding: 5px;
  text-align: left;
  background-color: #C6C6C6;
  background-image: -moz-linear-gradient(top, #C6C6C6, #999999);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#C6C6C6), to(#999999));
  background-image: -webkit-linear-gradient(top, #C6C6C6, #999999);
  background-image: -o-linear-gradient(top, #C6C6C6, #999999);
  background-image: linear-gradient(top, #C6C6C6, #999999);
  background-repeat: repeat-x;
  border: 1px solid #999999;
  -webkit-border-radius: 5rem;
     -moz-border-radius: 5rem;
          border-radius: 5rem;
  -webkit-box-shadow: 0 0 2px #111;
     -moz-box-shadow: 0 0 2px #111;
          box-shadow: 0 0 2px #111;
}



.Typeahead-hint,
.Typeahead-input {
  width: 100%;
  padding: 5px 8px;
  font-size: 24px;
  line-height: 30px;
  border: 1px solid #024e6a;
  -webkit-border-radius: 8px;
     -moz-border-radius: 8px;
          border-radius: 8px;
}



.twitter-typeahead {
        width: 100%;
    }

.tt-dropdown-menu,
.gist {
  text-align: left;
}

.tt-input, /* UPDATE: newer versions use tt-input instead of tt-query */
.tt-hint {
    /*width: 100%;*/
    /*height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;*/
    /*z-index: 999;*/
}

.tt-input { /* UPDATE: newer versions use tt-input instead of tt-query */
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999;
}

.tt-menu { /* UPDATE: newer versions use tt-menu instead of tt-dropdown-menu */
    width: 100%;
    margin-top: 12px;
    padding: 8px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
}

.tt-suggestion {
    font-size: 18px;
    line-height: 24px;
}

.tt-suggestion.tt-cursor { /* UPDATE: newer versions use .tt-suggestion.tt-cursor */
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.Typeahead-spinner {
  position: absolute;
  top: 15px;
  left: 8px;
  display: none;
  width: 25px;
  height: 25px;
}


/* ProductCard */

.ProductCard {
  position: relative;
  padding: 8px;
  min-height: 90px;
  cursor: pointer;
}

.ProductCard-avatar {
  position: absolute;
  top: 8px;
  left: 8px;
  width: 75px;
  height: 75px;
  border: 1px solid #ccd6dd;
  border-radius: 5px;
}

.ProductCard:hover .ProductCard-avatar {
  border-color: #f5f8fa;
}

.ProductCard-main {
  min-height: 40px;
  padding-left: 90px;
}

.ProductCard-price,
.ProductCard-packCount {
  display: inline-block;
}

.ProductCard-name {
  font-weight: 700;
}

.ProductCard-packCount {
  color: #8899a6;
  font-size: 14px;
}

/*.ProductCard-price {
  margin-top: 5px;
  
  line-height: 18px;
}*/

.ProductCard-details {
  float: right;
  text-align: right; 
}

.ProductCard-detail {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

.ProductCard-detail-label {
  color: #8899a6;
  font-weight: 500;
}

.ProductCard-detail + .ProductCard-detail {
  margin-left: 5px;
}

.ProductCard:hover,
.ProductCard.is-active {
  color: #fff;
  /*background: var(--button-primary);*/
  background: #3362a4;
}

.ProductCard:hover .ProductCard-packCount,
.ProductCard:hover .ProductCard-detail-label,
.ProductCard.is-active .ProductCard-packCount,
.ProductCard.is-active .ProductCard-detail-label {
  color: #fff;
}


/* EmptyMessage */

.EmptyMessage {
  position: relative;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  text-align: center;

}

/* *****************/
/* End Typeahead */
/* *****************/




/*override the removal of the search x icon*/
input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}

/*Live search footer*/
.liveSearch-show-all {
    padding: 20px;
    font-weight: 800;
    font-size: 1.2em;

}

/*Live search no results*/
.liveSearch-no-results {
    padding: 20px;
    color: #ff4600;
    font-size: 1.2em;

}




.nav-tabs.style-4 > li > a {
    color: #3d3d3d;
}



/*Item Details Page*/
.results-product-title {
    padding: 5px 0; 
    color: #404851;
    font-size: calc(.8em + .1vw);
    font-family: 'Poppins', sans-serif !important; 
    font-weight: 500;
   
}

.results-product-title a {
    color: #404851;
    text-transform: capitalize;
}


    .results-product-title a:hover {

        color: #5c5f62;
        text-decoration: none;
    }


.itemaspx-name {
font-size: 25px;
font-weight: 600;
color: #404851;
margin-bottom: 5px;
}

.itemaspx-subtitle {
font-size: 20px;
font-weight: 400;
color: #585c62;
margin-bottom: 10px;
}

.itemaspx-note {
font-size: 16px;
font-weight: 400;
color: #585c62;
margin-bottom: 5px;
}







/*remove main image overlay dark transition*/
.overlay-link {

  background-color: inherit;

}




button,input{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}
button,input{overflow:visible;}
button{text-transform:none;}
button{-webkit-appearance:button;}
button::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring{outline:1px dotted ButtonText;}
button,input{color:inherit;}
button{cursor:auto;}
input::-webkit-input-placeholder{color:#bbbcbe;opacity:1;}
input::-moz-placeholder{color:#bbbcbe;opacity:1;}
input::-ms-input-placeholder{color:#bbbcbe;opacity:1;}
input::placeholder{color:#bbbcbe;opacity:1;}
*,:after,:before{border:0 solid;}
[class^=kds-],[class^=kds-]:after,[class^=kds-]:before{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;}
[class^=kds-] *,[class^=kds-] :after,[class^=kds-] :before{-webkit-box-sizing:inherit;box-sizing:inherit;word-wrap:inherit;}
.kds-Button{position:relative;vertical-align:middle;cursor:pointer;}
.kds-Button{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:2.5rem;min-width:4rem;padding:0 1rem;border:1px solid;border-radius:625rem;font-weight:500;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;}
.kds-Button:enabled:active{-webkit-transform:scale(.96);transform:scale(.96);}
.kds-Button:disabled{opacity:.4;cursor:not-allowed;}
.kds-Button--compact{height:3rem;border-radius:625rem;}
.kds-Button--hasIconOnly{padding:0;min-width:2.5rem;border-radius:625rem;}
.kds-Button--hasIconOnly.kds-Button--compact{min-width:3rem;}
.kds-Button--primary{color:#fff;background-color:var(--primary-color);border-color:var(--primary-color);}
.kds-Button--primary:enabled:hover{background-color:var(--button-hover);}
.kds-Button--primary.kds-Button:enabled:active{background-color:var(--primary-color);border-color:transparent;}
.kds-Button--primary:enabled:focus{outline-color:var(--primary-color);outline-color:-webkit-focus-ring-color;}
.kds-Button--cancel{color:#1d1e1f;background-color:#fff;border-color:#1d1e1f;}
.kds-Button--cancel:enabled:hover{background-color:#eff0f1;}
.kds-Button--cancel:enabled:active{background-color:#dfe1e1;}
.kds-Button--cancel:enabled:focus{outline-color:#1d1e1f;outline-color:-webkit-focus-ring-color;}
.kds-Icon{min-height:1em;min-width:1em;vertical-align:middle;}
.kds-Icon--utilitySmall{font-size:1.25rem;}
.kds-QuantityStepper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:-webkit-max-content;width:-moz-max-content;width:max-content;}
.kds-QuantityStepper--fullWidth{width:100%!important;}
.kds-QuantityStepper-wrapper{white-space:nowrap;}
.kds-QuantityStepper--fullWidth>.kds-QuantityStepper-wrapper{text-align:center!important;}
.kds-Button.kds-QuantityStepper-ctaButton{width:100%;min-width:8.5rem;}
.kds-QuantityStepper--compact>.kds-Button.kds-QuantityStepper-ctaButton{min-width:7.5rem;}
/*.kds-Button.kds-QuantityStepper-ctaButton--hidden{visibility:hidden;height:0;border-bottom-width:0;border-top-width:0;margin-top:0;margin-bottom:0;padding-top:0;padding-bottom:0;}*/
.kds-QuantityStepper-input{min-width:1.5rem;background:#fff;border:none;border-bottom:1px solid #1d1e1f;border-radius:0;font-size:1rem;text-align:center;padding:.25rem 0;-moz-appearance:textfield;}
.kds-QuantityStepper-inputWrapper{margin:0 1rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;vertical-align:middle;-webkit-box-align:center;-ms-flex-align:center;align-items:center; }
.kds-QuantityStepper--compact .kds-QuantityStepper-inputWrapper{margin:0 .5rem;}
.kds-QuantityStepper-input--descriptive{padding:0;border-bottom-color:transparent; font-size: 16px;}
.kds-QuantityStepper--compact .kds-QuantityStepper-input--descriptive.kds-QuantityStepper-input{height:2rem;}
.kds-QuantityStepper-description{color:#5d5e60;}
.kds-QuantityStepper-ctaButton,.kds-QuantityStepper-decButton,.kds-QuantityStepper-incButton{-ms-touch-action:manipulation;touch-action:manipulation;}

/*.kds-Text--xs{font-size:.625rem;line-height:1.6;}*/
.mx-auto{margin-left:auto!important;margin-right:auto!important;}
.mb-12{margin-bottom:12px!important;}
.mt-32{margin-top:32px!important;}
.shadow-4{-webkit-box-shadow:0 4px 5px 0 rgba(0,0,0,.14118),0 1px 10px 0 rgba(0,0,0,.12157),0 2px 4px -1px rgba(0,0,0,.2)!important;box-shadow:0 4px 5px 0 rgba(0,0,0,.14118),0 1px 10px 0 rgba(0,0,0,.12157),0 2px 4px -1px rgba(0,0,0,.2)!important;}
.text-center{text-align:center!important;}
.w-full{width:100%!important;}
div{box-sizing:border-box;}
.ProductCard-addItemButton{min-width:8.5rem;}
.ProductGridContainer *,.ProductGridContainer :after,.ProductGridContainer :before{box-sizing:border-box;}








/**************************/
/*New Off-Canvas Mini Cart*/
/**************************/

.newMiniCart {
  width: 375px;
  height: 100%;
  position: fixed;
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 0;
  z-index: 5000;
  overflow-y: auto;
  -webkit-box-shadow: -8px 0px 14px -2px rgba(0,0,0,0.25); 
  box-shadow: -8px 0px 14px -2px rgba(0,0,0,0.25);
  padding-bottom: 10px;
  top: 0;
}

.newMiniCart.closed {
  right: -375px;
-webkit-box-shadow: none;
box-shadow: none;
}

#newMiniCartUnderLayer {
  background-color: transparent;
  height: 100%;
  min-height: 100%;
  width: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#newMiniCartUnderLayer:hover {
  cursor: pointer;
}
#newMiniCartUnderLayer.closed {
  right: 0px;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: .1;
}

.main-container {
  width: 100%;
  height: 100%;
  margin-left: 0px;
  -webkit-transition: all .4s;
  transition: all .4s;
}

#page-wrapper.closed  {
  -webkit-transform: translateX(-275px);
          transform: translateX(-275px);

}



#page-wrapper {
    -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
/*********************************/
/*End Of New Off-Canvas Mini Cart*/
/*********************************/







/*********************************/
/* Start of Off Canvas Mini Cart */
/*********************************/
.minicart-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    background-color: #f1f1f1!important;
    }

/*Cart Header*/
.minicart-container-item:nth-child(1) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: 75px;
    /*background-color: #ebebeb;*/
    width: 100%;
    padding: 0 10px 10px 10px;
    }


/*Cart Items*/
.minicart-container-item:nth-child(2) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    padding: 0 5px;
    overflow-y: scroll; /*to do scrolling for repeater*/
    }

/*Cart Footer*/
.minicart-container-item:nth-child(3) {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    min-height: 75px;
    width: 100%;
    padding: 0 25px;
    }



/*for radgrid*/
/*#offcanvascart_radMiniCart_GridData  .rgRow  td, #offcanvascart_radMiniCart_GridData .rgAltRow  td {
  padding: 5px;
}


#offcanvascart_radMiniCart_GridData table {
    border-collapse:separate; 
    border-spacing:5px 5px;
}



#offcanvascart_radMiniCart_GridData tr td  { 
    border-radius: 10px; 
        border: 1px solid #c6c6c6;
}


#offcanvascart_radMiniCart_GridData tr td > div:nth-child(1)::before, #offcanvascart_radMiniCart_GridData tr td > div:nth-child(1)::after {
       display: none;
       
}*/

/*for repeater*/

/*#rptMiniCart > div:nth-child(1){*/
#rptMiniCart > div{
  padding: 10px;
    border-radius: 10px; 
        border: 1px solid #c6c6c6;
        margin-bottom: 5px;

}


#offcanvascart_radMiniCart_GridData tr td  { 
    border-radius: 10px; 
        border: 1px solid #c6c6c6;
}


#offcanvascart_radMiniCart_GridData tr td > div:nth-child(1)::before, #offcanvascart_radMiniCart_GridData tr td > div:nth-child(1)::after {
       display: none;
       
}



/*********************************/
/* End of Off Canvas Mini Cart   */
/*********************************/

/*********************************/
/* Begin Large X Close*/
/*********************************/
.xclose {
  position: absolute;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  right: 32px;
}
.xclose:hover {
  opacity: 1;
}
.xclose:before, .xclose:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 33px;
  width: 2px;
  background-color: #333;
}
.xclose:before {
  transform: rotate(45deg);
}
.xclose:after {
  transform: rotate(-45deg);
}

/*********************************/
/* End  Large X Close*/
/*********************************/


/*********************************/
/* Beging star ratings
/*********************************/


        .ratings {
            position: relative;
            vertical-align: middle;
            display: inline-block;
            color: #b1b1b1;
            overflow: hidden;
        }

        .full-stars {
            position: absolute;
            left: 0;
            top: 0;
            white-space: nowrap;
            overflow: hidden;
            color: #fde16d;
        }

            .empty-stars:before, .full-stars:before {
                content: "\2605\2605\2605\2605\2605";
                font-size: 14pt;
            }

        .empty-stars:before {
            -webkit-text-stroke: 1px #848484;
        }

        .full-stars:before {
            -webkit-text-stroke: 1px orange;
        }

/*********************************/
/* End star ratings
/*********************************/






/* Base card style for all pickup date items */
/*.pickup-date-card {
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #fff;
    padding: 18px 8px;
    margin-bottom: 18px;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: none;
}
*/

/*.RadListView_Default .pickup-date-card {
    border: 2px solid #d3d3d3 !important;
    border-radius: 10px !important;
    background: red !important;
    box-shadow: none !important;
}*/


/* Hover effect for unselected items */
/*.rlvI:hover {
    background: rgb(174,93,255);
    border-color: #b3b3b3;
}*/

/* Selected item style */
/*.RadListView_Default .pickup-date-card .rlvISel {
    border-color: #146FF8;
    background: green !important;
    box-shadow: 0 2px 8px rgba(20,111,248,0.10);
}*/




.pickup-date-card {
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #fff;
    padding: 18px 8px;
    margin-bottom: 18px;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: none;
    cursor: pointer;
}

    .pickup-date-card:hover {
        background: #f5f5f5;
        border-color: #b3b3b3;
    }

    .pickup-date-card.selected {
        border-color: #146FF8;
        background: #e0e7ef;
        box-shadow: 0 2px 8px rgba(20,111,248,0.10);
    }

.select-date-btn.selected {
    background: #146FF8;
    color: #fff;
    pointer-events: none;
}

.pickup-time-card {
    border: 2px solid #d3d3d3;
    border-radius: 10px;
    background: #fff;
    padding: 18px 8px;
    margin-bottom: 18px;
    transition: border-color 0.2s, background 0.2s, box-shadow 0.2s;
    box-shadow: none;
    cursor: pointer;
}

    .pickup-time-card:hover {
        background: #f5f5f5;
        border-color: #b3b3b3;
    }

    .pickup-time-card.selected {
        border-color: #146FF8;
        background: #e0e7ef;
        box-shadow: 0 2px 8px rgba(20,111,248,0.10);
    }



/*.pickup-date-card,
.pickup-time-card {
    width: 160px;*/ /* Reduce width */
    /*min-width: 0;*/ /* Remove any min-width if set elsewhere */
    /*padding: 10px 8px;*/ /* Reduce padding */
    /*margin: 8px auto;*/ /* Reduce margin */
    /*font-size: 0.95em;*/ /* Slightly smaller text */
    /*border-radius: 8px;*/ /* Optional: slightly round corners */
    /*box-sizing: border-box;*/ /* Ensure padding doesn't increase width */
/*}

    .pickup-date-card h5,
    .pickup-time-card h6 {
        font-size: 1em;*/ /* Reduce heading size */
        /*margin: 6px 0;
    }

@media (max-width: 600px) {
    .pickup-date-card,
    .pickup-time-card {
        width: 100px;
        padding: 6px 4px;
        font-size: 0.85em;
    }
}*/


.pickup-date-card,
.pickup-time-card {
    /*width: 140px;*/ /* Reduce width if needed */
    padding: 6px 8px; /* Less vertical padding */
    margin: 6px auto; /* Less vertical margin */
    font-size: 0.95em;
    border-radius: 8px;
    box-sizing: border-box;
}

    .pickup-date-card h5,
    .pickup-time-card h6 {
        font-size: 1em;
        margin: 4px 0; /* Less vertical margin for headings */
    }

    .pickup-date-card div,
    .pickup-time-card div {
        margin: 2px 0; /* Less vertical margin for inner divs */
    }

    .pickup-date-card .btn,
    .pickup-time-card .btn {
        margin-top: 4px; /* Less space above buttons */
        margin-bottom: 2px;
        padding: 2px 8px; /* Smaller buttons */
        font-size: 0.95em;
    }


