/*
Template: thefox
Theme Name: TheFox Child Theme - Basil Tree Web Ordering
Theme URI: http://www.thefoxwp.com
Description: <strong>A superflexible and responsive Business Theme by Tranmautritam team</strong> - <br/>Update notifications available on twitter and facebook:<br/> <a href='https://twitter.com/tranmautritam'>Follow me on twitter</a><br/> - <a href='https://www.facebook.com/tranmautritam.designer'>Join the Facebook Group</a> A theme by <a href="http://themeforest.net/user/tranmautritam?ref=tranmautritam">Tranmautritam Team</a>.
Version: 1.1
Author: Kyo Logic, LLC
Author URI: http://www.kyologic.com
License:
License URI: -

*/


/* ******************** */


/* JQueryUI overrides */


/*.ui-widget-overlay { background-image: none; background-color: #999999; opacity: .5; -moz-opacity: .5; filter:Alpha(Opacity=50); -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; height: 100%; width: 100%; }*/

.ui-widget-overlay {
    background-image: none;
    background-color: transparent;
}

.ui-widget-header {
    background-color: #f9c020;
    min-width: 300px;
}

.ui-dialog {
    top: 200px !important;
}

.ui-dialog-content {
    border: 2px solid #f9c020;
    background: #FFF;
    color: #000000;
}

.ui-dialog-content .itemDesc {
    display: initial !important;
}

.ui-widget-overlay.override {
    width: 0 !important;
    height: 0 !important;
}

.ui-dialog-titlebar-close {
    float: right;
    color: #749769;
    font-size: 17px;
    margin-right: 10px;
}

.ui-datepicker-trigger {
    width: 40px;
    height: auto;
    margin-left: 10px;
    margin-top: -16px;
    position: relative;
    top: 16px;
    cursor: pointer;
}


/* updated datepicker positioning 9/10/19 */

#ui-datepicker-div {
    position: absolute;
    top: 679px;
    right: 140px;
    display: block;
    z-index: 2;
    left: auto !important;
}

#ui-datepicker-div .ui-datepicker-calendar {
    background: #FFF;
    border: 1px solid #749769;
    border-collapse: separate;
    border-spacing: 20px;
    font-size: 15px;
    font-weight: bold;
}

#ui-datepicker-div .ui-datepicker-header {
    background: #782B83;
    width: 100%;
    padding-left: 60px;
}

#ui-datepicker-div .ui-datepicker-month,
.ui-datepicker-year {
    background: #782B83;
    padding: 10px;
    border: none;
    color: #FFF;
    font-weight: bold;
    font-size: 15px;
    cursor: pointer;
    height: 45px;
}

#ui-datepicker-div .ui-datepicker-next:hover,
.ui-datepicker-prev:hover {
    color: #FFF;
}

#ui-datepicker-div .ui-datepicker-next,
.ui-datepicker-prev {
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    padding: 10px;
}

#ui-datepicker-div .ui-datepicker-title {
    margin-left: 50px;
}

#ui-datepicker-div .ui-datepicker-prev {
    float: left;
    margin-left: -30px;
}

#ui-datepicker-div .ui-datepicker-next {
    float: right;
    margin-right: 25px;
}


/* ********************************************************************************** */

.hide {
    display: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    background-color: #ffffff;
    top: 150px;
    margin: 120px auto;
    padding: 0 15px 10px 15px;
    width: 400px;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
    animation-name: modalopen;
    animation-duration: 1s;
    border-radius: 10px;
}

@media all and (max-width: 402px) {
    .modal-content {
        width: 320px;
    }
}

.overlay {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    text-align: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 100;
}

.overlay .overlayDiv {
    animation-name: modalopen;
    animation-duration: 1s;
    width: 600px;
    border: 30px solid #FFF;
    background-color: #FFF;
    margin: 250px auto;
}

.overlay .overlayImg {
    height: 400px;
}

.overlay h2 {
    background: #FFF;
    padding: 10px 0 0 0;
    font-size: 25px;
    text-align: left;
}

.overlay h2 .itemIcon {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.overlay #closeImg {
    cursor: pointer;
    width: 20px;
    height: 20px;
    border: 0;
    position: relative;
    top: -465px;
    left: 280px;
    z-index: 1;
}

#savemodal {
    padding-left: 30px;
    padding-right: 30px;
}

@keyframes modalopen {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}


/* updated blackout info font color 9/10/19 */

.blackOutDatesLbl {
    color: #757575;
}

.promocodelabel {
    color: #a1a1a1 !important;
}

.gray {
    color: #bbbbbb;
}

#city {
    color: #808080;
    background: #d1d1d1;
}

.errMsg {
    color: #ff0000;
    font-size: 17px;
}

#errMsg2 {
    display: none;
    color: #ff0000;
    font-size: 17px;
}

.errInput {
    border: 1px solid #ff0000;
}

#nav_button2 {
    height: 50px;
    min-width: 50px;
    cursor: pointer;
}

.msgTxtBlock {
    border: 2px solid #e9d3ee;
    margin: 20px auto;
    width: 85%;
    padding: 10px 10px;
}

.msgTxtBlock p {
    font-size: 17px;
    color: #000;
    text-align: center;
}

@media all and (max-width: 1035px) {
    #nav_button2 {
        display: block;
        float: left;
    }
    div .navleft {
        padding: 0 !important;
        padding: unset !important;
    }
}

#nav_button2::before {
    color: #6eb43f;
}

#menuHeader {
    margin: 30px 0;
}

#menuTable:before,
#menuTable2:before {
    color: #f9c020;
}

#menuTable,
#menuTable2 {
    width: 275px;
    height: auto;
    cursor: pointer;
}

ul.menuHierarchy1,
ul .menuHierarchy2,
ul .menuHierarchy3 {
    color: #782B83;
}

ul.menuHierarchy1 li:hover,
ul.menuHierarchy2 li:hover,
ul.menuHierarchy3 li:hover {
    color: #6eb43f;
}

ul.menuHierarchy2,
ul.menuHierarchy3 {
    display: none;
    padding-left: 15px;
}

.menuCatSelected {
    color: #6eb43f;
}

@media all and (max-width: 1035px) {
    #nav_button2:before {
        font-family: "FontAwesome";
        display: block;
        content: "\f0c9";
        padding: 8px 0 0 0px;
        text-align: center;
        margin-left: -1px;
        font-size: 28px;
    }
    #menuTable:before,
    #menuTable2:before {
        font-family: "FontAwesome";
        display: block;
        content: "\f0c9";
        padding: 8px 0 0 0px;
        text-align: center;
        margin-left: -1px;
        font-size: 28px;
    }
    #menuTable,
    #menuTable2 {
        width: 50px;
        height: 50px;
        padding: 0;
    }
    #menuTable ul,
    #menuTable2 ul {
        display: none;
        width: 295px !important;
        background: #782B83;
        color: #FFF;
        padding: 10px !important;
        border-radius: 10px;
        position: absolute;
    }
    #menuTable ul ul,
    #menuTable2 ul ul {
        position: unset !important;
        background: transparent !important;
        padding: 0 15px !important;
        font-size: unset !important;
    }
}

@media all and (max-width: 768px) {
    #nav_button2 {
        margin-left: -15px !important;
    }
    #menuTable2 {
        margin-left: -15px;
        z-index: 99;
    }
}

#orderinfo #eventdate {
    display: none;
}

#newAddressArea {
    color: #000000;
    font-size: 15px;
    margin: 0 25px 30px;
}

#newcard {
    cursor: pointer;
    margin: 30px 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.radio-item {
    position: relative;
    padding: 0 10px;
    margin: 5px 0 15px 10px;
}

.radio-item input[type='radio'] {
    display: none;
}

.radio-item label {
    color: #000000;
    font-size: 17px;
}

.radio-item label:before {
    content: " ";
    display: inline-block;
    position: relative;
    top: 5px;
    margin: 0 10px 0 0;
    width: 16px;
    height: 16px;
    border-radius: 11px;
    border: 1px solid #6eb43f;
    background-color: #ebcee9;
}

.radio-item input[type=radio]:checked+label:after {
    border-radius: 11px;
    width: 8px;
    height: 8px;
    position: absolute;
    top: 10px;
    left: 15px;
    content: " ";
    display: block;
    background: #6eb43f;
}

#accnt_nav a {
    color: #FFF !important;
}

#accnt_nav .navright li,
#accnt_nav2 .navright li {
    font-size: 15px;
}

#accnt_nav .navright .eventdate,
#accnt_nav2 .navright .eventdate {
    padding-right: 10px;
}

div .ordersubmittedwrp {
    width: 80%;
    margin: auto;
    margin-top: 50px;
    border: 3px solid #ebcee9;
    padding: 30px 30px;
}

div.menuEvenRow {
    background: #e9d3ee;
    width: 100%;
    display: inline-block;
}

div.menuOddRow {
    width: 100%;
    display: inline-block;
}

div.orderinfowrp {
    margin: 40px 0;
    width: 100%;
    overflow: hidden;
}

div.orderinfowrp>div#orderinfo {
    display: inline-block;
    margin: 0;
    float: left;
}

div.orderinfowrp>div#ordertbl {
    width: 60%;
    display: inline-block;
    margin: 0;
    float: right;
}

div.orderinfowrp>div#orderinfo>label {
    color: #000000;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    display: block;
    margin-top: 15px;
}

div.orderinfowrp>div#orderinfo>label>span {
    color: #000000;
    font-weight: normal;
    margin-left: 5px;
}

#addOnWrp h2 {
    margin: 20px 0;
    padding: 0;
}

#addOnWrp .addOnCheckbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #e9d3ee;
    padding: 7px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

.addOnCheckbox:checked {
    background-color: #e9ecee;
    color: #99a1a7;
}

.addOnCheckbox:checked:after {
    content: '\2714';
    font-size: 17px;
    position: absolute;
    top: -5px;
    left: 3px;
    color: #6eb43f;
}

#addOnWrp .addOnExt {
    margin-left: 35px;
    font-size: 17px;
    color: #000;
    display: flex;
}

#freeBagWrp h2 {
    margin: 20px 0;
    padding: 0;
}

#freeBagWrp label,
#promoCodeWrp label,
#checkoutNoteWrp label,
#checkoutNoteWrp textarea {
    font-size: 17px;
    color: #000;
}

#freeBagWrp select {
    cursor: pointer;
    margin: 0 10px;
    background: #e9d3ee;
    border: none;
    height: 35px;
    width: 300px;
    border-radius: 5px;
    padding-left: 10px;
    font-size: 14px;
}

#promoCodeWrp input {
    margin: 0 10px;
    background: #e9d3ee;
    border: none;
    height: 35px;
    width: 300px;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
}

#gratuityWrp input {
    position: relative;
    right: 0;
    background: #e9d3ee;
    border: none;
    height: 35px;
    width: 65% !important;
    border-radius: 5px;
    text-align: right;
    color: #000;
    font-size: 14px;
    min-width: 70px;
    padding: 10px;
    margin-left: 10px;
}

#checkoutNoteWrp textarea {
    margin: 0 10px;
    background: #e9d3ee;
    border: none;
    width: 450px;
    border-radius: 5px;
    vertical-align: text-top;
}

#freeBagWrp label:after {
    content: "";
    position: absolute;
    margin: 12px 0 0 290px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 11px solid #000;
}

#checkoutSubWrp {
    margin: 40px 0;
    color: #000;
}

div#newAddressArea>table {
    margin-left: 70px;
}

div#newAddressArea>table td {
    width: 600px;
    font-size: 17px;
    padding-bottom: 10px;
}

.newAreaTbl {
    padding-top: 10px;
}

p#main {
    padding-bottom: 15px;
}

.thinGrayBorder {
    color: #000000;
    font-size: 15px;
    margin-top: 15px;
}

.thinGrayBorder th {
    font-weight: bold;
}

.thinGrayBorder .tableHeader {
    height: 25px;
    min-height: 0;
}

.thinGrayBorder .oddRow td,
.thinGrayBorder .evenRow td {
    padding-top: 15px;
}

.thinGrayBorder .oddRow td:nth-child(2),
.thinGrayBorder .evenRow td:nth-child(2) {
    padding-left: 30px;
}

.thinGrayBorder .grayRow td {
    padding-top: 10px;
}

.thinGrayBorder .grayRowTotal td {
    font-weight: bold;
    font-size: 20px;
    color: #6c207f;
}

@media all and (max-width: 1215px) {
    .thinGrayBorder .grayRowTotal td:first-child {
        padding-right: 10px;
    }
    #middleContainer {
        padding-left: 15px;
    }
}

.thinGrayBorder .tableHeaderCellItem,
.thinGrayBorder .cellItemData {
    padding-left: 30px;
}

.lineItemsWrp #selectedMenuCat {
    font-size: 30px;
}

.lineItemsWrp .lineItemsSection {
    font-family: Calibri, Lato, Arial, sans-serif;
}

.lineItemsWrp .lineItemsSection .item {
    border: 3px solid #e9d3ee;
    padding: 6px 10px 5px;
    padding-bottom: 0px;
    margin-bottom: 8px;
    overflow: hidden;
}

.lineItemsWrp.lineItemsSectionHide {
    display: none;
}

.lineItemsWrp .lineItemsSection .item h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-family: Calibri, Lato, Arial, sans-serif;
}

.lineItemsWrp .lineItemsSection .item h2 span {
    color: #6eb43f;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

.lineItemsWrp .lineItemsSection .item p {
    margin-bottom: 10px;
}

.lineItemsWrp .lineItemsSection .item img {
    display: block;
    /* border: 2px solid #e9d3ee; */
    margin-bottom: 0px;
    max-height: 148px;
}

.lineItemsWrp .lineItemsSection .item .magGlass {
    width: 20px;
    position: relative;
    bottom: 22px;
    left: 5px;
    border: none;
}

.lineItemsWrp .lineItemsSection .item .itemIcon {
    border: none;
    border: unset;
    display: unset;
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    height: 21px;
    vertical-align: middle;
}

.lineItemsWrp .lineItemsSection .item .itemLeftSection {
    width: 29%;
    float: left;
    /*  border-right: 4px solid #e9d3ee;
*/
    padding-right: 3px;
    margin-bottom: -10px;
}

.itemLeftSection p:nth-child(1),
.itemLeftSection p:nth-child(2) {
    color: #6eb43f;
    font-weight: bold;
}

.itemLeftSection p:nth-child(1) {
    margin-bottom: 5px;
}

.lineItemsWrp .lineItemsSection .item .itemRightSection {
    width: 70%;
    float: right;
}

.itemRightSection div:nth-child(1) {
    margin-bottom: 20px;
}

.itemRightSection p:nth-child(1) {
    float: left;
    display: inline-flex;
    position: relative;
}

.itemRightSection p:nth-child(1)+label {
    margin-top: 5px;
    width: 55%;
    float: right;
}

.itemRightSection p:nth-child(1) select {
    cursor: pointer;
    margin: 3px 0 0 8px;
    background: #FFF;
    border: 4px solid #e9d3ee;
    border-radius: 0;
    border-radius: unset;
    padding: 0 0 0 20px;
    width: 75px !important;
    width: unset;
    min-width: 75px;
}

.itemRightSection label {
    color: #000;
    font-size: 14px;
}

.itemRightSection input {
    margin: 3px 0 0 8px;
    background: #FFF !important;
    border: 2px solid #e9d3ee !important;
    border-radius: 0 !important;
    border-radius: unset !important;
    padding: 0 20px;
    width: 75px;
}

.itemRightSection #parSel:before {
    content: "";
    position: absolute;
    left: 95px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #000;
}

.itemRightSection p:nth-child(2) {
    margin: 0;
}

.itemRightSection p textarea {
    height: 40px;
    background: #FFF;
    border: 2px solid #e9d3ee;
    border-radius: 0;
    border-radius: unset;
    padding-top: 7px;
    line-height: 20px;
}

.itemRightSection .btnClass {
    float: right;
    margin-top: -4px;
    margin-bottom: 8px;
    font-size: 14px;
    padding: 10px 12px;
}

.shoppingTable2 {
    display: none;
    min-width: 300px !important;
}

.shoppingTable,
.shoppingTable2 {
    border: 2px solid #f9c020;
    color: #000000;
    font-size: 15px;
    background: #FFF;
}

.shoppingTable .tableHeader,
.shoppingTable2 .tableHeader {
    font-size: 17px;
    color: #FFF;
    background: #f9c020;
    border-bottom: none;
}

.shoppingTable .tableHeader td,
.shoppingTable2 .tableHeader td {
    padding: 10px 0;
}

.shoppingTableItems td {
    padding: 10px 5px;
    font-size: 12px;
    font-weight: bold
}

.shoppingTableItems img {
    cursor: pointer;
    max-width: unset;
    height: unset;
}

.shoppingTableItems .itemDesc {
    display: inherit;
}

.shoppingTableItems .itemTotal {
    padding: 10px 0;
    width: 25px;
}

.shoppingTableBtn {
    margin-bottom: 10px;
    width: 185px;
}

#minOrder {
    width: 95%;
    margin: 10px auto;
    border-bottom: 1px solid #6eb43f;
    padding-bottom: 10px;
}

.btnClass {
    cursor: pointer;
    background: #6eb43f;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 900;
    border-radius: 5px;
    border: none;
    padding: 11px 15px;
    letter-spacing: 0.5px;
    margin-top: 10px;
    margin-bottom: 15px;
    -webkit-appearance: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.btnClass:hover {
    background: #6c207f;
}

#editOrderChkBtn {
    width: 155px;
}

.vc_span6 .menuItemIconSection {
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 12px;
}

.vc_span9 .menuItemIconSection,
.vc_span12 .menuItemIconSection {
    width: 100%;
    color: #000;
    margin-bottom: 10px;
    display: inline-block;
    font-size: 15px;
}

.vc_span6 .menuItemIconSection img {
    vertical-align: middle;
    width: 27px;
    height: 19px;
}

.vc_span9 .menuItemIconSection img,
.vc_span12 .menuItemIconSection img {
    vertical-align: middle;
    width: 30px;
    height: 24px;
}

.menuItemIconSection span {
    margin-left: 5px;
    padding-right: 8px;
}

.menuItemIconSection label {
    margin-bottom: 10px;
    display: inline-block;
}

.itemCartQty {
    width: 26px !important;
    padding: 0px 0px 0px 4px !important;
}

.wpb_wrapper h1 {
    text-align: center;
}

.page_title_ctn {
    border: none;
    border-bottom: none;
    background: none;
}

.page_title_ctn h1 {
    float: none;
    max-width: none
}

.orders_header h1 {
    margin-top: 40px;
}

.checkout_header h1 {
    margin: 40px 0 !important;
}

.orders_page_title {
    border: none;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7,
#rd_wjj3ctdqxd3clhtwhhv0 input:not([type=submit]),
#rd_wjj3ctdqxd3clhtwhhv0 input:not([type=button]),
#cartcontents2 input[type=text],
#rd_wjj3ctdqxd3clhtwhhv0 textarea,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 select,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type="checkbox"]:checked,
.fm_form input:not([type=submit]),
.fm_form input:not([type=button]),
.fm_form textarea,
.fm_form select,
.fm_form input[type="checkbox"]:checked {
    color: #000000;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type="checkbox"],
.fm_form input[type="checkbox"] {
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=submit],
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=button],
.fm_form input[type=submit],
.fm_form input[type=button],
.orders_table button {
    font-size: 15px;
    font-weight: 900;
    border-radius: 5px;
    padding: 11px 15px;
    letter-spacing: 0.5px;
    margin-top: 3px;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=submit]),
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=button]),
#cartcontents2 input[type=text],
#rd_wjj3ctdqxd3clhtwhhv0 textarea,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 select,
.fm_form input:not([type=submit]),
.fm_form input:not([type=button]),
.fm_form textarea,
.fm_form select {
    border-radius: 5px;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=submit]),
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=button]),
#cartcontents2 input[type=text],
#rd_wjj3ctdqxd3clhtwhhv0 textarea,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=submit],
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 select,
.fm_form input:not([type=submit]),
.fm_form input:not([type=button]),
.fm_form textarea,
.fm_form input[type=submit],
.fm_form select {
    margin-top: 3px;
}

#rd_wjj3ctdqxd3clhtwhhv0 p,
.fm_form p {
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 15px;
}

#payMethod,
#delLocation {
    margin-bottom: 5px;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=submit]),
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input:not([type=button]),
#cartcontents2 input[type=text],
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 textarea,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 select,
.fm_form input:not([type=submit]),
.fm_form input:not([type=button]),
.fm_form textarea,
.fm_form select {
    border: 1px solid #6eb43f;
    background: #f1def6;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=submit],
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=button],
.fm_form input[type=submit],
.fm_form input[type=button],
.orders_table button {
    background: #6eb43f;
    color: #ffffff !important;
}

.fm_form input[type=button].btn-print-menu:hover {
    color: #6eb43f !important;
}

#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=submit]:hover,
#rd_wjj3ctdqxd3clhtwhhv0 .wpcf7 input[type=button]:hover,
.fm_form input[type=submit]:hover,
.fm_form input[type=button]:hover,
.fm_form input[type=button].btn-print-menu {
    background: #6c207f;
    color: #ffffff !important;
}

.fm_form input[type=button] {
    width: 250px;
}

.fm_form select {
    width: 100%;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 20px 11px 20px;
}

#fm_form_editreorder {
    margin: 40px auto;
}

#accnt_nav,
#accnt_nav2 {
    background: #782B83;
    width: 100%;
    height: 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
    z-index: 9998;
}

#accnt_nav ul,
#accnt_nav2 ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 1170px;
}

#accnt_nav_cart {
    cursor: pointer;
}

#accnt_nav_cart a:hover {
    color: #6eb43f !important;
}

#accnt_nav_cart_quantity {
    font-weight: bold;
    color: #f9c020;
    margin-right: 5px;
}

#cartMobileTbl {
    width: 95%;
    border-bottom: 1px solid #6eb43f;
    border-top: 1px solid #6eb43f;
    border-collapse: separate;
    margin: 10px auto;
    border-spacing: 5px;
    font-size: 14px;
    color: #000;
}

@media all and (max-width: 1214px) {
    #accnt_nav ul,
    #accnt_nav2 ul {
        width: 960px;
    }
}

@media all and (max-width: 1036px) {
    #accnt_nav ul,
    #accnt_nav2 ul {
        width: 708px;
    }
    #middleContainer {
        padding-left: 0;
        margin-left: 0;
    }
    #checkoutNoteWrp textarea {
        width: 390px;
    }
}

@media all and (max-width: 768px) {
    #accnt_nav_account {
        min-width: 90px;
    }
    #accnt_nav_eventdate {
        display: none !important;
    }
}

#accnt_nav ul li,
#accnt_nav2 ul li {
    margin: 0;
    padding: 0;
}

#accnt_nav>ul>li,
#accnt_nav2>ul>li {
    float: left;
    position: relative;
    font-size: 15px;
}

#accnt_nav>ul>li>a,
#accnt_nav2>ul>li>a {
    color: #FFF;
    display: inline-block;
    padding: 10px 30px 5px;
}

#accnt_nav>ul>div>li>ul>li.current,
#accnt_nav2>ul>div>li>ul>li.current {
    font-weight: bold;
}

#accnt_nav>ul>div>li>ul>li.current>a,
#accnt_nav2>ul>div>li>ul>li.current>a {
    color: #6eb43f !important;
}

#accnt_nav>ul>div>li>ul>li.current>a:hover {
    color: #FFF;
}

#accnt_nav>ul>li>i,
#accnt_nav2>ul>li>i {
    color: #FFF;
    display: inline-block;
    cursor: default;
}

#accnt_nav>ul>li:first-child,
#accnt_nav2>ul>li:first-child {
    margin: 0;
}

div .navright {
    float: right;
    display: inline-flex;
    padding: 10px 0 5px;
}

div .navleft {
    float: left;
    display: inline-flex;
    padding: 10px 0;
}

div.navright>li>img {
    float: right !important;
    display: inline-block;
    width: 22px;
    height: auto;
    padding: 5px 0;
}

#accnt_nav_account a {
    color: #FFF;
}

#accnt_nav_account a:hover {
    color: #6eb43f !important;
}

li#accnt_nav_account>a:first-child {
    float: right;
    margin-right: 15px;
}

li#accnt_nav_accountTest>a:first-child {
    float: right;
    margin-right: 15px;
}

#accnt_nav_eventdate {
    color: #FFF;
    display: inline-block;
    min-width: 200px;
}

#accnt_nav_eventdate label {
    cursor: pointer;
}

#accnt_nav_eventdate:hover {
    text-decoration: underline;
}

#accnt_nav ul li ul,
#accnt_nav2 ul li ul {
    display: none;
    position: absolute;
    z-index: 100;
    width: 160px;
    margin: 0;
    margin-left: -5px;
    padding: 0 0 10px;
    background: #782B83;
    font-size: 15px;
    border-radius: 5px;
    top: 45px;
}

#accnt_nav ul li ul#cartlist,
#accnt_nav2 ul li ul#cartlist {
    width: 125px;
    margin-left: -60px;
}

@media all and (max-width: 769px) {
    #accnt_nav_cart {
        min-width: unset;
    }
    #accnt_nav ul li ul#cartlist,
    #accnt_nav2 ul li ul#cartlist {
        margin-left: -56px;
    }
}

#accnt_nav ul li ul li,
#accnt_nav2 ul li ul li {
    width: 100%;
    padding: 0 15px;
}

#accnt_nav ul li ul a,
#accnt_nav2 ul li ul a {
    padding: 10px 0;
    color: #FFF;
}

#accnt_nav ul li:hover ul,
#accnt_nav2 ul li:hover ul {
    display: block;
}

#menuTable ul li:hover ul,
#menuTable2 ul li:hover ul {
    display: none;
}

#accnt_nav ul li:hover ul#cartlist,
#accnt_nav2 ul li:hover ul#cartlist {
    display: block;
}

#menuTable:hover>ul,
#menuTable2:hover>ul {
    display: block;
}

.orders_table .table_line {
    height: 50px !important;
    min-height: 0px;
}

.orders_table .orders_table_header,
.tableHeader,
.thinGrayBorder .grayRowStart {
    border-bottom: 1px solid #782B83
}

.orders_table .table_col {
    text-align: left;
}

.orders_table .table_col h3 {
    text-transform: none;
    font-size: 16px;
    font-weight: normal;
    font-family: inherit;
}

.orders_table .table_col p {
    line-height: normal !important;
    font-size: 16px;
}

.orders_table .table_col_cnt {
    text-align: center;
}


/* .orders_table .table_col_rgt { text-align: right; } */

.orders_table_title {
    padding: 20px 5px 5px;
}

.orders_table_title h1 {
    font-weight: 400;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 34px;
    float: none;
    max-width: none;
    color: #2C3E50;
    text-align: left;
}

.orders_table button {
    text-transform: uppercase;
    font-weight: bold;
    width: 125px;
}

.orders_table .table_col_1 p,
.orders_table .table_col_2 p,
.orders_table .table_col_3 p {
    padding-top: 10px !important;
}

.orders_table .table_col_1,
.orders_table .table_col_3 {
    width: 15%;
}

.orders_table .table_col_2,
.orders_table .table_col_4 {
    width: 35%;
}

.table_col.table_col_cnt.table_col_4 button {
    line-height: 24px;
}

.orders_table {
    margin-bottom: 40px;
}

.neworderbtn {
    text-align: center;
}

.neworderbtn h1 {
    font-size: 40px;
    display: inline-block;
    margin-left: 200px;
}

.neworderbtn #neworderbtn {
    font-size: 20px;
    font-weight: bold;
    padding: 12px 50px 12px 50px;
    cursor: pointer;
    background-color: #6eb43f;
    color: #FFF;
    border: none;
    border-radius: 15px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.neworderbtn #neworderbtn:hover {
    background-color: #6c207f;
}

.forgotpwform {
    margin: 0 0 100px 0;
}

.editaccform table tbody tr td {
    display: block;
}

.editaccform table tbody tr td+td {
    margin: 7px 0 25px 0;
}

.editaccform table tbody tr:nth-child(3) td:first-child {
    width: 180px;
}

.editaccform table tbody tr:nth-child(7) td {
    margin-bottom: 25px;
}

.editaccform table tbody tr:nth-child(14) td:nth-child(2)>span,
.editaccform table tbody tr:nth-child(15) td:nth-child(2)>span {
    color: #000000;
}

.editaccform table tbody tr td b {
    color: #000000;
    font-size: 17px;
}

.editaccform table tbody tr td i {
    color: #000000;
}

.editaccformfooter {
    color: #000000;
    margin-bottom: 50px;
}

td#formlabel {
    color: #000000;
    font-size: 17px;
}

.neworderbtn h1 {
    margin-left: 100px;
    font-size: 40px;
    margin-top: 10px;
}


/*@media all and (min-device-width: 1214px) {
	.lineItemsWrp .lineItemsSection .item img {
		max-width:200px;
}
}*/

@media all and (max-width: 1214px) {
    .neworderbtn h1 {
        margin-left: 40px;
    }
    .neworderbtn #neworderbtn {
        margin-right: 60px;
    }
}

@media all and (min-width: 1036px) {
    #navCrumbs {
        display: block !important;
        top: 10px !important;
        padding: 0 !important;
        all: unset !important;
        width: 400px !important;
        margin-left: 0px !important;
    }
    #navCrumbs li {
        display: inline-block !important;
        width: 0 !important;
        width: unset !important;
        min-width: 130px !important;
        padding: 0 !important;
        padding: unset !important;
    }
    #navCrumbs li:hover {
        color: #6eb43f;
    }
    #navCrumbs li+li:before {
        color: #FFF;
        content: ">\00a0";
        margin: 0 5px 0 5px;
    }
    #navCrumbs li.number1 {
        margin: 0 -45px 0 0;
    }
}

@media all and (max-width: 1036px) {
    .neworderbtn h1 {
        margin-right: 30px;
    }
    .neworderbtn #neworderbtn {
        float: none;
        margin: 0 auto;
    }
}

@media all and (max-width: 1035px) {
    .neworderbtn h1 {
        display: none;
    }
    .neworderbtn #neworderbtn {
        float: none;
        margin: 0 auto;
    }
}

div .ordersubmittedwrp {
    width: 100%;
    margin-top: 20px;
    padding: 10px 10px;
}

div .orderinfowrp>div#ordertbl {
    padding-right: 0;
}

@media all and (max-width: 1036px) {
    .orders_table .table_line {
        height: 50px !important;
    }
    .orders_table .table_col_1 {
        width: 20%;
    }
    .orders_table .table_col_2 {
        width: 30%;
    }
    .orders_table .table_col_3 {
        width: 25%;
    }
    .orders_table .table_col_4 {
        width: 12%;
        text-align: right;
    }
    #top_bg {
        overflow: unset;
    }
}

@media all and (max-width: 574px) {
    .orders_table button {
        width: 100px;
    }
}

@media all and (max-width: 524px) {
    .orders_table .table_col_1 {
        width: 25%;
    }
    .orders_table .table_col_2 {
        width: 30%;
    }
    .orders_table .table_col_3 {
        width: 25%;
        text-align: center;
    }
    .orders_table .table_col_4 {
        width: 12%;
        text-align: right;
    }
}

@media all and (max-width: 453px) {
    .orders_table .table_col_1 {
        width: 25%;
    }
    .orders_table .table_col_3 {
        display: none;
    }
    .orders_table .table_col_2 {
        width: 50%;
    }
}

@media all and (max-width: 371px) {
    .orders_table .table_col_2 {
        width: 40%;
        padding-left: 10px;
    }
    .orders_table button {
        margin-left: 20px;
    }
}

@media all and (max-width: 342px) {
    .orders_table .table_col_2 {
        padding-left: 15px;
    }
    .orders_table button {
        margin-left: 0;
    }
}

@media all and (max-width: 574px) {
    .orders_table button {
        width: 75px;
    }
}

@media all and (min-width: 1215px) {
    #orderinfo #eventdatepkr {
        width: 93%;
    }
}

@media all and (max-width: 1215px) {
    .itemRightSection p:nth-child(1)+label {
        width: 60%;
    }
    /*.lineItemsWrp .lineItemsSection .item .magGlass {
    top: -160px;
    left: 90px;
}*/
}

@media all and (max-width: 641px) {
    .itemRightSection p:nth-child(1)+label {
        width: 100%;
        margin-top: 0;
        margin-bottom: 20px;
    }
    .itemRightSection p:nth-child(1) {
        margin-bottom: 10px;
    }
    .overlay .overlayDiv {
        width: 350px;
    }
    .overlay .overlayImg {
        height: 200px;
    }
    .overlay #closeImg {
        top: -258px;
        left: 158px;
    }
    .overlay h2 {
        font-size: 20px;
    }
    .overlay h2 .itemIcon {
        width: 18px;
        height: 18px;
    }
    /*.lineItemsWrp .lineItemsSection .item .magGlass {
    width: 25px;
    top: -150px;
    left: 90px;
  }*/
}

@media all and (max-width: 600px) {
    /*.lineItemsWrp .lineItemsSection .item .magGlass {
    top: -135px;
    left: 80px;
  }*/
}

@media all and (min-width: 1035px) and (max-width: 1214px) {
    #orderinfo #eventdatepkr {
        width: 92%;
    }
}

@media all and (min-width: 768px) and (max-width: 1034px) {
    #orderinfo #eventdatepkr {
        width: 89%;
    }
}

@media all and (min-width: 645px) and (max-width: 767px) {
    #orderinfo #eventdatepkr {
        width: 92%;
    }
}

@media all and (min-width: 520px) and (max-width: 644px) {
    #orderinfo #eventdatepkr {
        width: 90%;
    }
}

@media all and (min-width: 475px) and (max-width: 519px) {
    #orderinfo #eventdatepkr {
        width: 89%;
    }
}

@media all and (min-width: 405px) and (max-width: 474px) {
    #orderinfo #eventdatepkr {
        width: 87%;
    }
}

@media all and (min-width: 354px) and (max-width: 404px) {
    #orderinfo #eventdatepkr {
        width: 85%;
    }
}

@media all and (min-width: 333px) and (max-width: 353px) {
    #orderinfo #eventdatepkr {
        width: 84%;
    }
}

@media all and (min-width: 320px) and (max-width: 333px) {
    #orderinfo #eventdatepkr {
        width: 83%;
    }
}

@media all and (max-width: 768px) {
    #accnt_nav,
    #accnt_nav2 {
        top: 53px;
        width: 100%;
        height: 60px;
        padding: 5px 10px;
    }
    #accnt_nav ul,
    #accnt_nav2 ul {
        width: 95%;
    }
    #top_bar {
        background-position: unset !important;
    }
    .sticky_header {
        z-index: 9999 !important;
    }
}

@media all and (max-width: 745px) {
    div .orderinfowrp {
        width: 100%;
    }
}

@media all and (max-width: 746px) {
    div .orderinfowrp>div#ordertbl {
        margin-top: 25px;
    }
}

@media all and (max-width: 613px) {
    div .orderinfowrp {
        display: grid;
    }
    div .orderinfowrp>div#orderinfo {
        width: 100%;
        padding: 0 0 25px 0;
    }
    div .orderinfowrp>div#ordertbl {
        width: 100%;
        padding-bottom: 25px;
    }
}

@media all and (max-width: 541px) {
    #checkoutNoteWrp textarea {
        width: 400px;
    }
    .lineItemsWrp .lineItemsSection .item .magGlass {
        top: -25px;
        left: 5px;
    }
}

@media all and (max-width: 491px) {
    #checkoutNoteWrp textarea {
        width: 350px;
    }
    .lineItemsWrp .lineItemsSection .item h2 {
        font-size: 25px;
        margin-bottom: unset;
    }
    .lineItemsWrp .lineItemsSection .item .itemIcon {
        width: 22px;
        height: 20px;
    }
    .lineItemsWrp .lineItemsSection .item .itemLeftSection {
        width: 100%;
        width: unset;
        float: none;
        float: unset;
        border-right: none;
        border-right: unset;
        padding-right: 0;
        padding-right: unset;
        padding-bottom: 20px;
    }
    .lineItemsWrp .lineItemsSection .item .itemLeftSection p {
        font-size: 14px;
    }
    .itemLeftSection p:nth-child(1) {
        display: inline-block;
    }
    .itemLeftSection p:nth-child(2) {
        margin-bottom: 10px;
        margin-left: 5px;
        display: inline-block;
    }
    .itemLeftSection p:nth-child(3) {
        margin-bottom: 5px;
    }
    .lineItemsWrp .lineItemsSection .item .itemRightSection {
        width: 100%;
        width: unset;
        float: none;
        float: unset;
    }
    .lineItemsWrp .lineItemsSection .item .magGlass {
        display: none;
    }
}

@media all and (max-width: 463px) {
    #freeBagWrp select {
        margin: 0 0 0 10px;
    }
}

@media all and (max-width: 453px) {
    #freeBagWrp select {
        width: 200px;
    }
    #freeBagWrp label:before {
        margin: 10px 0 0 310px;
    }
    #promoCodeWrp input {
        width: 230px;
    }
    #checkoutNoteWrp textarea {
        width: 280px;
    }
}

@media all and (max-width: 964px) {
    #accnt_nav>ul>li#accnt_nav_account,
    #accnt_nav2>ul>li#accnt_nav_account {
        padding-right: 100px;
    }
}

#accntHamburger::before {
    font-family: "FontAwesome";
    display: block;
    content: "\f0c9";
    padding: 0px 0 0 0px;
    text-align: center;
    margin-left: -1px;
    font-size: 28px;
    color: white;
}

#accntHamburger:hover {
    color: #6eb43f !important;
}

#accntHamburgerHide::before {
    font-family: "FontAwesome";
    display: block;
    content: "\f0c9";
    padding: 0px 0 0 0px;
    text-align: center;
    margin-top: -32px;
    margin-left: -1px;
    font-size: 28px;
    color: #6eb43f;
}

#promoCodeWrp input[type=button].btn-apply-promo {
    background: #6eb43f;
    height: 38px;
    width: 100px;
    margin: 0;
}

#promoCodeWrp input[type=button].btn-apply-promo:hover {
    background: #6c207f;
}

#promoCodeWrp input[name=ORDER__Promo] {
    max-width: 200px;
    height: 38px;
}

#fm-loading-overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("img/loading.gif") center no-repeat;
}

#itm_modal {
    z-index: 1000;
}

#itm_modal .modal-content {
    min-width: 400px;
    max-width: 810px;
    width: 80%;
    color: black;
    font-size: 14px;
}

#itm_modal h2 {
    font-size: 25px;
    margin-bottom: 0px;
    font-family: Calibri, Lato, Arial, sans-serif;
    padding: 25px 0;
    text-align: center;
}

#itm_modal h2 span {
    color: #6eb43f;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    position: relative;
    top: -2px;
}

#itm_modal p {
    font-size: 16px;
}

#itm_modal_desc img {
    max-height: 120px;
    max-width: 120px;
    float: left;
    margin: 0 10px 10px 0;
}

#itm_modal .itemIcon {
    margin-left: 4px;
    width: 25px;
    height: 22px;
    position: relative;
    top: 3px;
}

#itm_modal .itm_modal_selection_option .itemIcon {
    margin-left: 3px;
    width: 20px;
    height: 18px;
    position: relative;
    top: 3px;
}

#itm_modal #itm_modal_selections {
    clear: left;
}

#itm_modal .itm_modal_selection_desc {
    font-weight: bold;
    margin: 15px 0 8px;
    text-align: center;
    color: black;
    clear: left;
}

#itm_modal .itm_modal_selection_desc div:first-child {
    width: 6%;
    border-right: 1px solid black;
    float: left;
    padding-right: 10px;
    min-width: 47px;
}

#itm_modal .itm_modal_selection_desc div:last-child {
    width: 94%;
    margin-left: 12px;
}

#itm_modal .itm_modal_selection_option {
    margin-bottom: 10px;
    color: black;
}

#itm_modal .itm_modal_selection_option input {
    width: 5%;
    min-width: 40px;
    text-align: center;
    height: 32px;
    margin-right: 12px;
    float: left;
    padding: 0 0 0 7px;
}

#itm_modal .itm_modal_selection_option label {
    position: relative;
    top: 5px;
}

#itm_modal .itm_modal_selection_option label span.itm_modal_selection_option_addonprice {
    color: #6eb43f;
    font-weight: bold;
    padding-left: 8px;
    font-size: 15px;
}

#itm_modal #itm_modal_notes {
    height: 100px;
}

#itm_modal #itm_modal_btns {
    width: 100%;
    text-align: center;
}

#itm_modal #itm_modal_btns button {
    width: 150px;
}