/*@import url("beverage-menu-style.css?v1.1.0");*/
*:focus-visible,
a:focus-visible,
button:focus-visible{
    outline: 1px solid #fff;
    border: 1px solid #5b3e28;
}

.ajax-loader{ 
    display: none;
}
.ajax-loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    z-index: 100000;
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}
 
.no-loader .ajax-loader {
    display: none !important;
}

.loader-content {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader,
.loader:before,
.loader:after {
    background: #e5484b;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.loader {
    color: #e5484b;
    text-indent: -9999em;
    margin: 88px auto;
    position: relative;
    font-size: 11px;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.loader:before,
.loader:after {
    position: absolute;
    top: 0;
    content: '';
}

.loader:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.loader:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {
    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }
    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

main.main {
    margin-top: 82px;
}
.header-middle {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.header .header-middle:before{
/*
    content: '';
    background-image: url(../img/hanna-header-left.jpg);
    position: absolute;
    width: 448px;
    height: 100%;
    left: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    z-index: -1;
*/
}
.header .header-middle:after {
/*
    content: '';
    background-image: url(../img/hanna-header-right.jpg);
    position: absolute;
    width: 448px;
    height: 100%;
    right: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: -1;
*/
}
.header-lines {
    position: relative;
    width: 100%;
    height: 15px;
    background-size: contain;
    right: 0;
    background-repeat: repeat-x;
    z-index: 0;
}
.footer-logo-img img{
    margin: 0 auto;
    /* max-width: 360px; */
}
footer.footer{
    position: relative;
}
footer.footer:before {
/*
    content: '';
    background-image: url(../img/henna-footer-left.png);
    position: absolute;
    width: 564px;
    height: 100%;
    left: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
*/
}
footer.footer:after {
/*
    content: '';
    background-image: url(../img/henna-footer-right.png);
    position: absolute;
    width: 564px;
    height: 100%;
    right: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
*/
}
.veteran-owned-img img {
    /* margin: 0 auto; */
    max-width: 130px;
}
.legal-link {
    text-align: center;
    margin-bottom: 15px;
}
.veteran-owned-img {
    margin-bottom: 10px;
}
.footer-bottom {
    border-top: 1px solid #cccccc;
}
.hamburger-menu {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    height: 3.4rem;
    width: 4.5rem;
}
.bar-top,
.bar-middle,
.bar-bottom {
  height: 5px;
  background: #5b3e28;
  border-radius: 15px;
  margin: 3px 0;
  transform-origin: left;
  transition: all 0.5s;
}
.home_menu_nav {
    background-color: #f59995;
    outline: 5px dotted #5b3e28;
    outline-offset: -20px;
    padding: 20px;
}
.home_menu_nav .btn-close {
    font-size: 20px;
    opacity: 0.8;
}
ul.side-bar-list-unstyled li a {
    color: #5b3e28;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Porter';
    display: block;
    padding: 15px 10px;
}

ul.side-bar-list-unstyled li {
    border-bottom: 1px solid #00000021;
}

ul.side-bar-list-unstyled li a:hover, ul.side-bar-list-unstyled li a:focus {
    background-color: #5b3e28;
    color: #fff;
}
.cart-dropdown .cart-nav-btn{
    background-color: #F5999A;
    color: #42210b;
    font-weight: 400;
    font-size: 1.8rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Porter';
    padding: 1rem 2rem;
    -webkit-box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
}

.cart-nav-btn:hover, .cart-nav-btn:focus {
    background-color: #f59995;
    color: #5b3e28;
}
.footer-widget-title {
    position: relative;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 100;
    letter-spacing: 0;
    margin-bottom: 20px;
    font-family: 'Porter';
}
.newsletter-form-section .btn {
    padding: 1rem 1.5rem 1.2rem;
    background-color: #bcd8cb;
}
ul.footer-widget-list li a {
    color: #f59995;
    font-size: 20px;
    padding: 0 10px;
    display: block;
    text-transform: uppercase;
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
    line-height: 1;
}

ul.footer-widget-list li a:hover, ul.footer-widget-list li a:focus {
    color: #d62629;
}
.footer-address p {
    color: #fff;
    font-size: 30px;
    line-height: 1.3;
    margin-bottom: 0px;
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
}

.footer-address ul li, .footer-address ul li a {
    color: #fff;
    font-size: 22px;
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
}
.footer-address ul li a:hover, .footer-address ul li a:focus {
    color: #d62629;
}
.footer-address ul li {
    margin-bottom: 0;
} 
.footer-logo-img {
    margin-bottom: 10px;
}
.legal-link a {
    color: #2d9d93;
    text-decoration: underline;
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
    font-size: 20px;
    line-height: 1;
}

.legal-link a:hover, .legal-link a:focus {
    color: #d62629;
}

.copyright-content p {
    position: relative;
    color: #fff;
    font-size: 20px;
    text-align: center;
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
    margin: 5px 0;
}
.cart-dropdown .dropdown-toggle:hover, .cart-dropdown .dropdown-toggle:focus {
    color: #f9e8b3;
}
.cta.cta-horizontal {
    position: relative;
    z-index: 1;
}
.social-icon {
    position: relative;
    width: 40px;
    height: 40px;
    color: #bcd8cb;
    font-size: 17px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    margin-right: 5px;
    display: inline-block;
    border: 2px solid #bcd8cb;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}
.mob-get-quote-btn {
    background-color: #d62629;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Porter';
}
.menu-page-section {
    background-color: #bcd8cb;
}
.menu-left-list-section {
    padding: 20px 0;
}
.left-menu-section {
    padding: 40px 0;
}
.box-menu-title {
    background-color: #5b3e28;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-transform: uppercase;
    font-family: 'Porter';
    font-size: 3rem;
    line-height: 1;
    margin-bottom: 10px;
}
.box-menu-section p {
    color: #5b3e28;
    font-size: 2.2rem;
    line-height: 1.3;
    font-family: 'MyriadPro-BoldCond';
}
.box-menu-section {
    margin-bottom: 25px;
} 
a.menu-more-btn {
    color: #d62629;
    text-transform: lowercase;
    font-weight: normal;
    font-family: 'MyriadPro-Cond';
}
a.menu-more-btn:hover, a.menu-more-btn:focus {
    color: #d62629;
}
.new-menu-list-content {
/*
    padding: 10px;
    border: 2px solid #bcd8cb;
*/
}
.main-menu-box {
    border: 2px solid #bcd8cb;
    position: relative;
    height: 100%;
}
.menu-left-list-section .row:last-child [class*="col-"] {
    margin-bottom: 25px;
}
.new-cta-menu-title {
    color: #5b3e28;
    text-transform: uppercase;
    font-family: 'Porter';
    font-size: 1.5rem;
    line-height: 1;
    margin: 10px 0;
}
.new-menu-including.price span {
    font-family: 'MyriadPro-BoldCond';
}
.new-menu-cta-content p {
    font-family: 'MyriadPro-Cond';
    font-size: 1.8rem;
    line-height: 1.3;
    color: #5b3e28;
}
.new-menu-cta-content p strong {
    font-family: 'MyriadPro-BoldCond';
}
.right-menu-section {
    margin: 10px;
    margin-top: 0px;
    padding: 20px;
   /* outline: 5px dotted #d62629;*/
}
.menu-order-list .new-cta-menu-title {
    margin: 0 0 5px 0;
    font-size: 1.8rem;
    line-height: 1.2;
}

.menu-order-list .new-menu-cta-content p {
    font-size: 1.7rem;
    line-height: 1.1;
}

.menu-order-list .new-menu-including.price {
    font-size: 2.5rem;
}
.menu-order-item-count-title {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 30px;
    color: #5b3e28;
    font-family: 'MyriadPro-BoldCond';
}
.menu-order-list ul {
    /*border-bottom: 5px dotted #d62629;*/
}
.menu-order-list ul li:last-child {
    margin-bottom: 15px;
}
.transfrom-title {
    text-transform: uppercase;
}
.menu-form-section  .form-floating>label {
    color: #5b3e28;
    font-family: 'MyriadPro-Cond';
    font-size: 26px;
    padding: 0.9rem 0.75rem;
}

.menu-form-section .form-floating .form-control {
    background-color: transparent;
    border: 2px solid #5b3e28;
    font-size: 20px;
    padding-top: 2.5rem;
    color: #5b3e28;
}

.get-qoute-section .menu-form-section .row.align-items-center {
    margin-bottom: 2rem;
}
.get-qoute-section .menu-form-section .form-floating .form-control {
/*    padding: 1rem 0.75rem !important;*/
/*    margin-bottom: 0 !important;*/
}
.get-qoute-section .menu-form-section .form-floating>label {
/*    display: none;*/
}
.get-qoute-section .form-floating .text-danger {
    margin: 0;
    position: absolute;
    left: 2px;
    bottom: -16px;
    font-size: 12px;
}
.menu-form-section .form-floating>.form-control-plaintext~label, .menu-form-section .form-floating>.form-control:focus~label, .menu-form-section .form-floating>.form-control:not(:placeholder-shown)~label, .menu-form-section .form-floating>.form-select~label {
    font-size: 26px;
}
.form-quote-btn {
    text-align: center;
}

.submit-quote-btn {
    padding: 1.5rem 6rem;
    background-color: #d62629;
    color: #fff;
    font-family: 'Porter';
    display: inline-block;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
}

.submit-quote-btn:hover, .submit-quote-btn:focus {
    background-color: #5b3e28;
    color: #fff;
}
.cart-list-content {
    display: flex;
    justify-content: space-between;
}

.cart-list-content p {
    font-family: 'MyriadPro-Cond';
    font-size: 2.25rem;
    line-height: 1.3;
    color: #5b3e28;
    text-transform: uppercase;
}
.cart-total-list {
    padding: 0 25px;
}
.star-price {
    background-color: #5b3e28;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: relative;
    color: #fff;
    display: inline-flex;
    align-items: self-start;
    justify-content: center;
    line-height: 1.2;
    font-size: 2.6rem;
}
.cart-total-list {
    border-bottom: 5px dotted #d62629;
}
.grand-total-main-content p {
    font-size: 3rem;
    text-align: center;
    color: #5b3e28;
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
}

.grand-total-content {
    display: flex;
    justify-content: space-between;
}
.book-it-btn-section {
    text-align: center;
}

.mobile-more-btn {
    display: none;
}
.mobile-your-quote {
    display: none;
}
.mobile-cart-btn-section {
    display: none;
}
.green-inner-section {
    background-color: #bcd8cb;
    padding: 60px 0;
    position: relative;
}
.green-inner-section .container {
    position: relative;
    z-index: 1;
}
.green-inner-section:before {
    content: '';
    background-image: url(../img/henna/henna-top-green-left.png);
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    left: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 0;
}
.green-inner-section:after {
    content: '';
    background-image: url(../img/henna/henna-top-green-right.png);
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    right: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 0;
}
.pink-inner-section {
    background-color: #f59995;
    padding: 60px 0;
    position: relative;
}
.pink-inner-section .container {
    position: relative;
    z-index: 1;
}
.pink-inner-section:before {
    content: '';
    background-image: url(../img/henna/henna-top-pink-left.png);
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    left: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 0;
}
.pink-inner-section:after {
    content: '';
    background-image: url(../img/henna/henna-top-pink-right.png);
    position: absolute;
    width: 100%;
    max-width: 470px;
    height: 100%;
    right: 0;
    top: 0px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: 0;
}
.beverage-menu-section.pink-inner-section:before, .beverage-menu-section.pink-inner-section:after {
    background-repeat: repeat;
}
.shop-cta-menu-title {
    color: #5b3e28;
    text-transform: uppercase;
    font-family: "Porter";
    font-size: 2rem;
    line-height: 1;
    margin: 10px 0;
}
.shop-menu-cta-content p {
    font-family: "MyriadPro-Cond";
    font-size: 1.8rem;
    line-height: 1.3;
    color: #5b3e28;
    text-transform: uppercase;
}
.shop-menu-cta-content .shop-menu-including-price {
    font-size: 2.5rem;
    font-weight: 600;
}
a.shop-more-btn {
    color: #d62629;
    text-transform: uppercase;
    font-weight: normal;
    font-family: "MyriadPro-Cond";
}
.shop-menu-list-content {
    padding: 10px;
    margin-bottom: 20px;
    position: relative;
    min-height: 480px;
    border: 2px solid #ffffff;
}
.shop-menu-cta-content .shop-menu-including-price em {
    font-style: normal;
    font-size: 1.8rem;
    text-transform: initial;
    font-weight: normal;
}
a.shop-more-btn:hover, a.shop-more-btn:focus {
    color: #c62901;
}
.shop-menu-img img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    object-position: top center;
}
.shop-header-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    text-align: center;
    color: #231f20;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1;
}

.shop-title-section {
    padding: 30px 0 10px;
}
.image-list-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center top;
}
.image-list-section ul li {
    margin-bottom: 20px;
}
.image-list-img img {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 5px rgb(0 0 0 / 50%);
}
.about-ur-header-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1;
}

.about-us-header-section {
    padding: 30px 0 10px;
}

.about-us-content p {
    font-family: "MyriadPro-Cond";
    font-size: 2.25rem;
    line-height: 1.3;
    color: #5b3e28;
    margin-bottom: 20px;
}

.about-us-content {
    padding: 0 25px;
}
.faq-header-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1;
}

.faq-list p span {
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    color: #231f20;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
}

.faq-list p {
    font-family: "MyriadPro-Cond";
    font-size: 2rem;
    line-height: 1.3;
    color: #5b3e28;
    margin-bottom: 20px;
}

.faq-list {
    margin-bottom: 30px;
}

.faq-list p:last-child {
    margin-bottom: 0;
}

.faq-header-section {
    padding: 30px 0;
}

.faq-main-content {
    padding: 0 25px;
}
.faq-list {
    display: none;
}
#faqMore {
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
}
#faqMore:hover, #faqMore:focus {
    color: #d62629;
}
.beverage-menu-header-section {
    padding: 30px 0 15px;
}
.beverage-menu-header-title {
    font-family: 'Porter';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 4rem;
    line-height: 1;
    text-align: center;
}
.rita-menu-header-title {
    color: #231f20;
    font-family: "MyriadPro-Cond";
    font-size: 4rem;
    line-height: 1.3;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.rita-menu-title {
    color: #231f20;
    font-family: "MyriadPro-Cond";
    font-size: 2.5rem;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 0;
}

.rita-menu-content ul li {
    margin-bottom: 20px;
}
.rita-menu-content ul li p {
    font-family: "MyriadPro-Cond";
    font-size: 2rem;
    color: #231f20;
}
.rita-menu-content ul {
    column-count: 2;
    max-width: 750px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.rita-menu-section p {
    font-family: "MyriadPro-Cond";
    font-size: 2.5rem;
    color: #231f20;
    text-transform: uppercase;
    line-height: 1.2;
}

.rita-sub-menu-section p {
    font-family: "MyriadPro-Cond";
    font-size: 2rem;
    color: #231f20;
}
.rita-sub-menu-section ul li {
    margin-bottom: 20px;
}
.rita-d-flex ul li {
    font-family: "MyriadPro-Cond";
    font-size: 2rem;
    color: #231f20;
    margin-bottom: 0;
}
.rita-sub-menu-section {
    margin-bottom: 30px;
}
.beverage-more-btn {
    position: relative;
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
}
.beverage-more-btn:hover, .beverage-more-btn:focus {
    color: #d62629;
}
.beverage-more-btn:before {
    content: "(less)";
}
.beverage-more-btn.collapsed:before {
    content: "(more)";
}
.service-header-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1;
}

.service-list p span {
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
}
.service-list p {
    font-family: "MyriadPro-Cond";
    font-size: 2rem;
    line-height: 1.3;
    color: #5b3e28;
    margin-bottom: 20px;
}
.service-list {
    margin-bottom: 30px;
}
.service-list p:last-child {
    margin-bottom: 0;
}
.service-header-section {
    padding: 30px 0;
}
.service-main-content {
    padding: 0 25px;
}
.service-image-list-img img {
    text-align: center;
    margin: 0 auto;
}
.cart-action-btn {
    margin: 15px 0;
    display: flex;
}

.action-btn {
    display: flex;
    padding: 5px;
    border: 1px solid #5b3e28;
    font-size: 15px;
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.action-btn:hover, .action-btn:focus {
    background-color: #d62629;
    color: #fff;
    border: 1px solid #d62629;
}
.buy-btn-section {
    margin-top: -35px;
}
.buy-btn-section .buy-now-btn {
    background-image: linear-gradient(to right, #dd2c51 10%, #eb6975 24%, #dd2c51 45%);
}
.buy-btn-section .buy-now-btn {
    margin: 10px;
    padding: 12px 25px;
    text-align: center;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 28px;
    display: inline-block;
    font-size: 16px;
    font-family: "Neutra Display Titling";
    -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 75%);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 75%);
}
.buy-btn-section .buy-now-btn:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
}
.buy-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.rita-sub-menu-section, .service-list{
    display: none;
}
#menuMore, #serviceMore {
    font-family: 'MyriadPro-Cond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 3rem;
    line-height: 1;
}

#menuMore:hover, #menuMore:focus,
#serviceMore:hover, #serviceMore:focus{
    color: #d62629;
}
.contact-header-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    text-align: center;
    color: #231f20;
    margin-bottom: 0;
    font-size: 6rem;
    line-height: 1;
}

.contact-title-section {
    margin: 20px 0;
}

.address-title {
    font-family: 'MyriadPro-Regular';
    font-weight: bold;
    color: #5b3e28;
    font-size: 2.5rem;
    margin-bottom: 5px;
}

.address-main-content {
    text-align: center;
    margin-bottom: 30px;
}

.address-main-content p {
    font-family: "MyriadPro-Cond";
    font-size: 2.25rem;
    line-height: 1.3;
    color: #5b3e28;
}
.pink-bg{
   background-color: #f59995;
}
.contact-section {
    padding: 0;
}
.contact-chat-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    color: #5b3e28;
    margin-bottom: 0;
    font-size: 5rem;
    line-height: 1;
}

.chat-title-section p {
    font-family: "MyriadPro-Cond";
    font-size: 2.25rem;
    line-height: 1.3;
    color: #5b3e28;
}
.contact-form-section {
    padding: 60px 10px;
}
.contact-address-section {
    padding: 60px 0;
}
.tooltip-inner{
   font-size: 14px;
}
.billing-title {
    font-size: 3rem;
    margin-bottom: 10px;
    color: #5b3e28;
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
}
.alert p {
    color: #fff;
    font-size: 1.5rem;
    margin-bottom: 5px;
    text-align: center;
}
.btn {
    font-family: 'Porter';
}
#book-now-form {
    padding: 0 15px;
}
.menu_desc_btn:before {
    content: "(less)";
}
.menu_desc_btn.collapsed:before {
    content: "(more)";
}
.menu_desc_btn {
    display: inline-block;
    font-size: 18px;
    font-family: 'MyriadPro-Cond';
    color: #d62629;
}
.desktop_menu_desc_content, .mobile_menu_desc_content {
    font-family: 'MyriadPro-Cond';
    font-size: 1.8rem;
    line-height: 1.3;
    color: #5b3e28;
}
.our-truck-title {
    font-family: 'Funkies';
    font-size: 8rem;
    line-height: 1;
    color: #f9bbb5;
    filter: drop-shadow(2px 4px 0 #000);
    margin-bottom: 10px;
}

.our-truck-sub-title {
    font-family: 'Porter';
    color: #000;
    font-size: 2rem;
}

.our-truck-description p {
    font-family: "MyriadPro-Cond";
    font-size: 2.25rem;
    line-height: 1.3;
    color: #5b3e28;
    margin-bottom: 20px;
}
.our-truck-section {
    padding: 80px 0;
}

.our-truck-section .row {
    margin-bottom: 20px;
}

.our-truck-section .row:last-child {
    margin-bottom: 0;
}  
.our-truck-description p a {
    text-decoration: underline;
} 

.infor-modal-title {
    font-family: 'NeutraText-DemiSC';
    color: #4f3823;
    text-transform: uppercase;
    font-size: 2.5rem;
    margin-bottom: 0;
    line-height: 1.2;
}

#information_modal .modal-content {
    background-color: #bcd8cb;
}

.info-header-modal p {
    font-family: 'NeutraDisplay-Medium';
    color: #4f3823;
    font-size: 2.25rem;
}

.information-content {
    padding: 15px 15px;
}

.information-content ul li {
    font-family: 'NeutraText-BookSC';
    color: #4b3521;
    font-size: 20px;
    line-height: 1.3;
}

.information-content ul {
    list-style: disc;
    padding: 0;
    margin: 0;
    padding-inline-start: 40px;
}

#information_modal .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
}

#information_modal .modal-header {
    border-bottom: 1px solid #4f3823;
    display: block;
}
.info-header-modal {
    text-align: center;
}
ul.footer-widget-list li:first-child {
    text-transform: uppercase;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}
ul.footer-widget-list li:first-child i {
    font-style: normal;
}
.footer-address {
    margin-bottom: 25px;
}
.newsletter-section {
    -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 60%);
    background-color: #f59995;
    z-index: 1;
}
.footer-widget-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.f-circle {
    font-size: 8px;
    color: #fff;
    top: -5px;
    position: relative;
    margin: 0 3px;
}
ul.footer-widget-list li {
    font-family: 'MyriadPro-Cond';
    font-weight: normal;
    position: relative;
}

ul.footer-widget-list li:before {
    position: absolute;
    content: '';
    height: 100%;
    border-right: 2px solid #f59995;
    top: 0;
    right: 0;
}

ul.footer-widget-list li:first-child:before, ul.footer-widget-list li:last-child:before {
    content: none;
}

.legal-link a:hover, .legal-link a:focus {
    color: #d62629;
    text-decoration: underline;
}
.menu-more-btn.mobile-more-btn.mobile-img-link:before {
    content: none;
}
.desktop_menu_desc_content ul, .mobile_menu_desc_content ul {
    list-style: disc;
    padding-inline-start: 20px;
}
.home-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.home-btn-section {
    margin-top: 100px;
}
.new-menu-cta-content .card-body {
    padding: 0.4rem;
}
.green-section{
    background-color: #bcd8cb;
}
.pink-section{
    background-color: #f59995;
}
.shop-menu-list-content .choose-btn-section {
    position: relative;
}
.shop-menu-list-content .shop-menu-img {
    margin-top: -40px;
}
.pink-error-msg {
    color: #5b3e28;
    background-color: #f59995;
    -webkit-box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 75%);
    -moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 14px 0px rgb(0 0 0 / 75%);
    font-family: 'NeutraDisplay-Medium';
    font-size: 20px;
}
input::-webkit-date-and-time-value{ 
    text-align:left; 
}
.shop-thank-header-title {
    font-family: 'Funkies';
    font-size: 8rem;
    line-height: 1;
    color: #bcd8cb;
    filter: drop-shadow(2px 4px 0 #000);
    margin-bottom: 10px;
    text-align: center;
}

.truck-thank-you img {
    margin: 0 auto;
}

.rita-thank-you-content h4, .rita-thank-you-content p {
    font-family: 'NeutraDisplay-Medium';
    font-size: 28px;
}
#counter span {
    background-color: #d62629;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.alert {
    font-size: 18px;
}
.choose-response.alert {
    font-size: 14px;
}
.get-a.qoute-title-section {
    text-align: center;
    margin-bottom: 50px;
}

.get-a-qoute-title, .franchise-title {
    font-family: 'Funkies';
    font-size: 10rem;
    color: #42210b;
    margin-bottom: 0;
}

.get-a.qoute-title-section p {
    color: #42210b;
    font-family: 'MyriadPro-Bold';
    font-size: 2rem;
}
.franchise-title-section p {
    color: #42210b;
    font-size: 2rem;
    line-height: 1.6;
    font-family: 'MyriadPro-Regular';
}
.serious-inquires {
    font-family: 'NeutraText-DemiSC';
    color: #d62629;
    font-size: 3rem;
    margin: 10px 0 -15px;
}
.menu-form-section .form-floating .form-select {
    background-color: transparent;
    border: 2px solid #5b3e28;
    font-size: 20px;
    padding-top: 2.5rem;
    color: #5b3e28;
    height: 58px;
    border-radius: 0;
    margin-bottom: 2rem;
        font-family: 'MyriadPro-Cond';
}

.menu-form-section .form-floating>.form-select~label {
    font-size: 21px;
    white-space: normal;
    opacity: 1;
    line-height: 1;
}
.get-a-quote-form-section .m-custom-radio {
    display: block;
}    
    #yes_show, #yes_show_1 {
    display: none;
}
    .hide-check-top-title {
    text-transform: uppercase;
    font-style: normal;
    font-family: 'MyriadPro-Cond';
    font-size: 26px;
    color: #42210b;
    line-height: 0.8;
    margin-bottom: 15px;
}

.hide-check-title {
    text-transform: uppercase;
    font-style: normal;
    font-family: 'MyriadPro-Cond';
    font-size: 26px;
    color: #42210b;
    line-height: 0.8;
    margin-bottom: 15px;
}

.hide_select {
    padding-top: 25px;
}
    .form-item.m-custom-check .form-group label {
    font-size: 20px;
}

.form-item .form-block+p {
    font-family: 'NeutraDisplay-Medium';
    font-size: 20px;
    line-height: 1;
    color: #5b3e28;
}

.form-item.m-custom-check .form-group label:before {
    top: -3px;
}
.form-content p {
    color: #42210b;
    font-family: 'MyriadPro-Regular';
    font-weight: 500;
    font-size: 2rem;
}

.form-content {
    margin-bottom: 30px;
}

.get-qoute-section:before {
    background-repeat: repeat;
}

.get-qoute-section:after {
    background-repeat: repeat;
}   
.fre-estimate-img {
    margin: 50px 0;
} 
.margarita_beverage_section {
    position: relative;
}
.estimate-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 0;
    display: flex;
    justify-content: space-between;
}
.estimate-content {
    text-align: center;
}

.estimate-img-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}
.estimate-bg img {
    max-width: 200px;
    object-fit: contain;
    object-position: bottom; 
}
.accessibility_title {
    font-family: 'Funkies';
    font-size: 8rem;
    color: #42210b;
    text-align: center;
    margin: 10px 0 30px;
}

.accessiblity-title {
    font-family: 'MyriadPro-BoldCond';
    text-transform: uppercase;
    color: #42210b;
    font-size: 3rem;
    margin-bottom: 0;
    line-height: 1;
}

.accessiblity-pd p {
    font-size: 2.5rem;
    margin-bottom: 20px;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.3;
    color: #42210b;
}

.accessiblity-pd p:last-child {
    margin-bottom: 0;
}

.accessiblity-pd {
    margin-bottom: 30px;
}
.accessiblity-pd p a {
    color: #42210b;
    text-decoration: underline;
}

.accessiblity-pd p a:hover {
    color: #d62629;
}
.cart-dropdown:hover .dropdown-menu, .cart-dropdown:focus .dropdown-menu, .cart-dropdown:focus-within .dropdown-menu {
    visibility: visible;
    opacity: 1;
}
.m-custom-check .form-group input:focus-within+label {
    outline: 1px solid #fff;
}
.desktop_menu_img .menu-more-btn.desktop-more-btn:focus-within img {
    outline: 1px solid #5b3e28;
    outline-offset: 2px;
}
.ds-menu-btn{
    position: relative;
}
.desktop_menu_img {
    margin-top: -35px;
}
.sp-bar-title {
    font-family: 'NeutraText-DemiSC';
    color: #d62629;
    font-size: 3rem;
    margin-bottom: 5px;
}

.bar-content p {
    font-size: 2.25rem;
    margin-bottom: 5px;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.3;
    color: #42210b;
}

.bar-content ul li {
    font-size: 2.25rem;
    margin-bottom: 0;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.3;
    color: #42210b;
}

.bar-content ul {
    list-style: disc;
    padding: 0;
    padding-inline-start: 40px;
}

.bar-content {
    margin-bottom: 25px;
}
blockquote {
  margin: 0 auto;
  padding: 1em;
  border-left: 5px solid #42210b;
  background-color: #a7c8b8;
  border-radius: 5px;
}
blockquote:before {
  display: none;
}
blockquote:not(:first-of-type) {
  margin-top: 1.5em;
}
blockquote p {
  font-family: 'NeutraDisplay-Medium';
  line-height: 1.4;
  color: #42210b;
  font-size: 2.5rem;
  font-style: normal;
}
blockquote footer:before {
  content: '— ';
}
blockquote:nth-of-type(even) {
  text-align: right;
  border-left: none;
  border-right: 5px solid #42210b;
}
blockquote:nth-of-type(even) footer {
  text-align: right;
}

.testimonials-list {
    padding-top: 20px;
}
.taco-laguna-title {
    font-family: 'Funkies';
    font-size: 8rem;
    color: #42210b;
    margin-bottom: 0;
}
.instagram-icon i {
    font-size: 6rem;
    color: #42210b;
}
.instagram-title {
        font-family: 'NeutraText-DemiSC';
        font-size: 9rem;
        color: #42210b;
        line-height: 1;
        margin-bottom: 0;
}

.instagram-title-section p {
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.4;
    color: #42210b;
    font-size: 2.25rem;
    font-style: normal;
    font-family: 'NeutraText-DemiSC';
}

.instagram-icon {
    margin-bottom: -15px;
}
.homeslider .slick-prev {
  left: 25px;
  transform: rotate(180deg);
  z-index: 1;
  top: 40%;
}

.homeslider .slick-next {
  right: 25px;
  top: 45% !important;
}

.homeslider .slick-arrow {
  height: auto;
  width: auto;
  margin-top: -13px;
  position: absolute;
  font-size: 0;
  cursor: pointer;
  border: none;
  background-image: url(../img/arrow-slider.png);
  background-repeat: no-repeat;
  background-color: #000000b3;
  background-position: center;
  padding: 40px 5px;
}
.homeslider .slick-arrow:before {
    color: transparent;
}
.homeslider .slick-prev:hover, .homeslider .slick-prev:focus, .homeslider .slick-next:hover, .homeslider .slick-next:focus {
    outline: 1px solid #fff;
}
.profit-section a:focus .img-profit, .franchise-img a:focus img, .franchise-img a:focus-visible img, .profit-section a:focus-visible .img-profit {border: 1px solid #000;outline: 1px solid #fff;}
.menu-order-list .buy-btn-section a.edit-btn.edit-contact-info {margin: 20px 0;}

.inner-span {
    font-family: 'MyriadPro-BoldCond';
    font-size: 6rem;
}
.form-floating .text-danger {
    margin-top: -20px;
    margin-bottom: 15px;
    color: #d62629;
    font-weight: 600;
}
span.guest-count-title {
    font-family: 'MyriadPro-Cond';
    text-transform: lowercase;
}

.desk-cart-count {
    position: relative;
    left: 15px;
    top: 13px;
}
.desk-cart-count .d-cart-count {
        color: #5b3e28;
        font-size: 42px;
        position: relative;
}
.desk-cart-count .d-cart-count span {
        position: absolute;
        font-size: 18px;
        color: #fff;
        top: 12px;
        left: -10px;
        font-family: 'MyriadPro-BoldCond';
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
        width: 100%;
}
.popup-menu-item-description, .popup-menu-item-description p {
    font-size: 20px;
    margin-bottom: 20px;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.3;
    color: #42210b;
}

.popup-menu-item-description ul {
    list-style: disc;
    padding-inline-start: 40px;
}
.right-menu-section {
    position: relative;
}
.main-nav-scrolled {
    width: 500px;
    position: fixed;
    overflow-y: scroll;
    height: 90vh;
    margin-top: 79px;
}
.main-nav-scrolled::-webkit-scrollbar {
    width: 2px;
}

.main-nav-scrolled::-webkit-scrollbar-thumb {
    background-color: #42210b;
    border-radius: 10px;
}
.desk-cart-count a {
    display: block;
}
.location-wrapper .list__item ul {
    list-style: disc;
}

.location-wrapper .list__item ul li {
    line-height: 1.4;
}
.location-wrapper .text{
    min-height: auto;
}  
.home-pop {
    right: 50px;
    bottom: 60px;
    position: fixed;
    background: #bcd8cb;
    padding: 0;
    width: 100%;
    max-width: 50px;
    z-index: 9999;
}
.home-pop {
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.5);
}
.home-pop.active {
    max-width: 300px;
    padding: 20px;
    opacity: 1;    
}
.home-pop-content h4, .home-pop-content a {
    display: block;
    font-size: 20px;
    font-family: 'NeutraText-DemiSC';
    padding: 10px 0;
    color: #5b3e28;
    opacity: 0;
    transition: opacity 0.25s;
    text-align: center;
    text-transform: uppercase;
}
.home-pop.active .home-pop-content h4 {opacity: 1;font-size: 25px;} 
.home-pop.active .home-pop-content a {opacity: 1;background-image: linear-gradient(to right, #dd2c51 10%, #eb6975 24%, #dd2c51 45%);color: #fff;padding: 5px 20px;}
.home-pop button svg {stroke: #5b3e28;}
.home-pop-wrap {display: none;}
.home-pop.active .home-pop-wrap {display: inline-block;width: 100%;text-align: center;}
.home-pop button {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 8px 0;
}
.home-pop.active .home-pop-content h4, .home-pop.active .home-pop-content .btn-wrap {display: inline-block;vertical-align: middle;}
.home-pop.active .home-pop-content .btn-wrap {float: right;}
.home-pop button.open-button {
    display: block;
    background-image: linear-gradient(to right, #dd2c51 10%, #eb6975 24%, #dd2c51 45%);
    padding: 10px;
    width: 100%;
    max-width: 200px;
}
.home-pop.active button.open-button {display: none;}
.home-pop button.open-button svg {stroke: #fff;}
.right-cart .menu-order-list .new-cta-menu-title {
    height: 100%;
}

.right-cart .menu-order-list p {
    height: auto;
}
.location-header-title {
    text-align: center;
    line-height: 1;
    font-family: 'Funkies';
    font-size: 7rem;
    color: #42210b;
    margin-bottom: 0;
}
.location-overview-title-section p:last-child {
    margin-bottom: 0;
}
.location-overview-title-section p, .menu-overview-title-section p {
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.4;
    color: #42210b;
    font-size: 2.5rem;
    font-style: normal;
    margin-bottom: 20px;
}  
.info-item .bi {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    font-size: 24px;
    line-height: 0;
    color: #fff;
    background: #42210b;
    border-radius: 50%;
    margin: 0 auto 5px;
}

.info-item h3 {
    font-family: 'NeutraText-DemiSC';
    color: #42210b;
    font-size: 3rem;
}

.location-grid {
    text-align: center;
}

.info-item {
    width: 100%;
    height: 100%;
    background-color: #a7c8b8;
    border-radius: 5px;
    padding: 20px 10px;
    transition: 0.5s;
}

.info-item:hover {
    background-color: #42210b;
}

.info-item p, .info-item a{
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.4;
    color: #42210b;
    font-size: 2.5rem;
    font-style: normal;
}

.info-item:hover .bi {
    background-color: #fff;
    color: #42210b;
}

.info-item:hover h3 {
    color: #fff;
}

.info-item:hover p, .info-item:hover a {
    color: #fff;
} 
.info-item a:hover, .info-item a:focus-within {
    color: #d62629;
}    
.location-testimonial blockquote {
    margin: 20px;
}

.location-testimonial blockquote:nth-of-type(even) {
    text-align: left;
    border-right: none;
    border-left: 5px solid #42210b;
}    
.location-testimonial .slick-dots li button {
    background-color: #42210b;
    border: none;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.location-testimonial  .slick-dots li {
    border: none;
    padding: 0 15px;
}
.location-testimonial .slick-dots li.slick-active {
    background-color: transparent;
}
.location-testimonial .slick-dots li button:before {
    position: absolute;
    content: '.';
    font-size: 28px;
    width: 7px;
    height: 8px;
    background-color: #fff;
    top: 6px;
    left: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    rotate: 45deg;
}
.location-testimonial .slick-dots button:hover {
    background-color: #d62629;
}
.location-testimonial .slick-dots li.slick-active button {
    background-color: #d62629;
}
.location-testimonial .slick-dots li.slick-active button:before {
    opacity: 1;
}    
.faq-content .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-content .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-content .accordion-item {
    margin-bottom: 15px;
    background: #ffffff;
}

.faq-content .accordion div {
    border-top: none;
}

.faq-content .accordion div,
.faq-content .accordion a,
.faq-content .accordion p {
    background-color: #f9bbb5;
    color: #42210b;
    border: none;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.4;
    font-size: 2.5rem;
    font-style: normal;
}

.faq-content .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.faq-content .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.faq-content .accordion-button {
    background-color: #42210b;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.25rem;
    font-family: 'MyriadPro-BoldCond';
}

.faq-content .accordion-button:not(.collapsed) {
    background-color: #bcd8cb;
    color: #42210b;
}

.faq-content .accordion-button::after {
    background-image: none;
    content: "\f067";
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-top: -5px;
    font-size: 18px;
}

.faq-content .accordion-button:not(.collapsed)::after {
    content: "\f068";
    font-style: normal;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    margin-top: 5px;
}    
.address-title a:hover {
    color: #d62629;
}
.location-title-section .truck-thank-you img {
    max-width: 90%;
}
.fran-new-title {
    color: #42210b;
    font-family: 'Neutra Display Thin Alt';
    text-transform: uppercase;
    font-size: 4rem;
    margin-bottom: 10px;
    line-height: 1.2;
}

.fran-btn-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}
.franchise-section.pink-inner-section:before{
    background-image: url(../img/pink-henna-left.png);
}
.franchise-section.pink-inner-section:after {
    background-image: url(../img/pink-henna-right.png);
}
.henna-fran-img {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 30%;
    width: 100%;
    z-index: 0;
}
.henna-fran-img img {
    max-width: 25%;
}
.flower-submit-btn {
    position: relative;
    background-color: #fac3bc;
    color: #d62629;
    outline: 2px solid #d62629;
    outline-offset: -10px;
    padding: 2.25rem 6rem;
}
.flower-submit-btn:hover,
.flower-submit-btn:focus {
    outline: 2px solid #fac3bc;
}
.flower-submit-btn:before {
    content: "";
    background-image: url(../img/button-flower.png);
    position: absolute;
    width: 100%;
    max-width: 70px;
    height: 100%;
    left: -20px;
    top: -15px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
    z-index: 0;
}
.flower-content {
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 50px 0;
    flex-wrap: wrap;
}

.flower-flex p {
    text-transform: uppercase;
    font-family: 'NeutraText-DemiSC';
    color: #5b3e28;
    font-size: 2.5rem;
}

.flower-flex {
    margin-right: 25px;
}
.choose-your-bg-section {
    background-color: #bcd8cb;
    padding: 20px;
    text-align: center;
    max-width: 320px;
    margin: 0 auto;
}

#choose_party_modal .modal-content {
    background-color: transparent;
        box-shadow: none;
}

#choose_party_modal {
    box-shadow: none;
}

#choose_party_modal .modal-header {
    border: none;
}

#choose_party_modal .btn-close {
    color: #fff;
    opacity: 1;
    font-size: 3rem;
        position: relative;
    z-index: 1;
    background: none;
}

.pop-btn {
    background-color: #dd2c51;
    border: none;
    display: inline-block;
    min-width: 250px;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'Porter';
    padding: 20px 20px;
    font-size: 2rem;
    outline: 2px solid #fff;
    outline-offset: -10px;
}
.pink-color{
    background-color: #f0556d;
}   
.lit-pink-color{
    background-color: #f59a9c;    
} 
.orange-color{
    background-color: #f47f4f;  
}
.pop-choose-title {
    font-family: 'Porter';
    color: #452111;
    font-size: 2.5rem;
    margin-bottom: 25px;
    margin-top: 25px;
}  
.choose-flower-img {
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}

.choose-flower-img img {
    max-width: 320px;
    margin: 0 auto;
} 
.pop-btn:hover, .pop-btn:focus {
    background-color: #452111;
    outline: 2px solid #fff;
} 
.party-link-btn {
    color: #d62629;
    font-weight: normal;
    font-family: 'MyriadPro-Cond';
    font-size: 2.25rem;
    text-decoration: underline;
    display: inline-block;
    margin-right: 10px;
}

.party-link {
    text-align: right;
    margin-bottom: 15px;
}

.party-link-btn:hover {
    color: #5b3e28;
    text-decoration: underline;
}
.desktop_menu_desc_content [id*="menu_desc_"] p {
    height: auto;
}

.new-cta-menu-title b {
    font-family: 'MyriadPro-Cond';
}
.abc-section.pink-inner-section:before {
    background-image: url(../images/henna-top-left-new.png);
}
.abc-section.pink-inner-section:after {
    background-image: url(../images/henna-top-right-new.png);
}
.abc-section-content p {
    font-size: 24px;
    margin-bottom: 10px;
    font-family: 'NeutraDisplay-Medium';
    line-height: 1.5;
    color: #42210b;
}

.abc-sec-title {
    font-family: 'NeutraText-DemiSC';
    color: #42210b;
    font-size: 3.5rem;
    margin-bottom: 10px;
    line-height: 1.2;
}

.abc-img img {
    margin: 20px auto;
}
.henna-fran-img.abc-frame{
    bottom: 25%;
} 
.par-img img {
    margin: 0 auto 20px;
}
/********************************/
/********************************/
/**********   RWD   *************/
/********************************/
/********************************/
@media (min-width:1751px) {
    .menu-page-section .container-fluid {
        width: 85%;
    }
}
@media (min-width:1600px) and (max-width:1750px){
    .menu-page-section .container-fluid {
        width: 92%;
    }
}
@media (min-width:1400px) and (max-width:1600px){
    .main-nav-scrolled {
        width: 450px;
    }
}
@media (min-width:1300px) and (max-width:1399px){
    .main-nav-scrolled {
        width: 420px;
    }
}
@media (min-width:1200px) and (max-width:1299px){
    .main-nav-scrolled {
        width: 380px;
    }
}
@media (min-width:1100px) and (max-width:1199px){
    .main-nav-scrolled {
        width: 350px;
    }
    .form-floating .text-danger {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}
@media (min-width:992px) and (max-width:1099px){
    .main-nav-scrolled {
        width: 320px;
    }
    .form-floating .text-danger {
        margin-top: -10px;
        margin-bottom: 10px;
    }
}
@media (min-width:992px){
/*
    .new-menu-cta-content p {
        height: 30px;
    }

    .new-cta-menu-title {
        height: 35px;
    }
*/
}
@media (min-width:768px) and (max-width:991px){
    .main-nav-scrolled {
        width: 300px;
        top: 0;
    }
}

@media(max-width:767px){
    .main-nav-scrolled {
        width: auto;
        position: relative;
        top: 0;
        overflow-y: initial;
        height: auto;
    }
    .home-pop {right: 10px;}
}
@media (min-width:992px) and (max-width:1366px){
    .buy-btn-section .buy-now-btn {
        font-size: 14px;
        line-height: 1;
        padding: 12px 15px;
    }

    .menu-order-item-count-title {
        font-size: 3rem;
    }
}
@media (min-width:992px) and (max-width:1280px){
    main.main {
        margin-top: 75px;
    }
   
}
@media(max-width:991px){
    .header-right .cart-dropdown {
        display: none;
    }

    .header .header-middle:after, .header .header-middle:before, footer.footer:after, footer.footer:before{
        width: 50%;
    }
    .form-floating .text-danger {
            margin-top: -10px;
            margin-bottom: 10px;
    }  
} 

 @media (min-width:1200px) and (max-width:1400px){
     main.main {
        margin-top: 80px;
    }
     .hamburger-menu{
         width: 4rem;
     } 
     .location-header-title {
        font-size: 5rem;
    }
     .fran-new-title{
         font-size: 3.5rem;
     }
 }
@media (min-width:992px) and (max-width:1199px){
    .fran-new-title{
        font-size: 3rem;
    }
}
@media (min-width:768px) and (max-width:1366px){
    .location-header-title {
        font-size: 5rem;
    }
    .green-inner-section:before {
        max-width: 30%;
    }

    .green-inner-section:after {
        max-width: 30%;
    }
    .pink-inner-section:before {
        max-width: 30%;
    }

    .pink-inner-section:after {
        max-width: 30%;
    }
    .abc-section.pink-inner-section:before, .abc-section.pink-inner-section:after{
        max-width: 25%;
    }
}

@media (min-width:768px) and (max-width:1024px){
    .abc-sec-title {
        font-size: 2.5rem;
    }

    .abc-img img {
        max-width: 275px;
    }

    .fran-new-title {
        font-size: 3rem;
    }

    .franchise-title-section p {
        font-size: 1.75rem;
    }
    main.main {
        margin-top: 66px;
    }
    .menu-form-section .form-floating>label {
        font-size: 20px;
    }
    .menu-order-item-count-title {
        font-size: 2rem;
    }
    .buy-btn-section .buy-now-btn {
        margin: 5px;
        padding: 12px 12px;
        line-height: 1;
        font-size: 13px;
    }
    .m-custom-radio {
        flex-wrap: wrap;
    }
    .menu-form-section .form-floating .form-control {
        margin-bottom: 1.5rem;
    }
    
    .right-menu-section{
        margin-top: 15px;
    }
    .menu-order-list .new-cta-menu-title {
        font-size: 1.5rem;
    }

    .menu-order-list .new-menu-including.price {
        font-size: 2rem;
    }

    .action-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }

    .cart-action-btn {
        margin: 10px 0;
    }
}
@media (min-width:768px) and (max-width:991px){
 
    .desk-cart-count {
        left: -50px;
    }
    .newsletter-form-section .btn {
        background-color: #bcd8cb;
        width: 100%;
        min-width: 100%;
        max-width: 125px;
        font-size: 1rem;
        line-height: 1;
        padding: 11px 5px;
    }
    main.main {
        margin-top: 66px;
    }
    .menu-order-item-count-title {
        font-size: 3rem;
        margin-bottom: 0;
    }
    .buy-flex {
        flex-wrap: wrap;
        justify-content: end;
    }
    .buy-btn-section .buy-now-btn {
        font-size: 14px;
        padding: 12px 15px;
    }
    .buy-btn-section {
        margin-top: 0;
    }
    .menu-form-section .form-floating .form-control {
        height: 50px;
        margin-bottom: 1.25rem;
    }

    .menu-form-section .form-floating>.form-control-plaintext~label, .menu-form-section .form-floating>.form-control:focus~label, .menu-form-section .form-floating>.form-control:not(:placeholder-shown)~label, .menu-form-section .form-floating>.form-select~label {
        font-size: 18px;
    }
    .submit-quote-btn {
        font-size: 16px;
        padding: 1rem 4rem;
    }
    .menu-form-section .form-floating .form-control {
        font-size: 18px;
    }
    .menu-form-section .form-floating>label {
        font-size: 20px;
    }
    .box-menu-title {
        font-size: 2.5rem;
        margin-bottom: 5px;
    }
    .box-menu-section p {
        font-size: 2rem;
    }
    .footer-address p {
        font-size: 24px;
    }

    ul.footer-widget-list li a {
        font-size: 15px;
    }

    ul.footer-widget-list li:first-child {
        font-size: 15px;
    }

    .veteran-owned-img img {
        max-width: 100px;
        margin: 0 auto;
    }
   
}
@media (min-width:768px){
    .top_scroller {
        background-color: #bcd8cb;
        display: none;
    }
    .new-menu-img-bg .choose-btn-section {
        display: none !important;
    }
    .mob-view-slider {
        display: none;
    }
    .desktop-footer-logo{
        display: block;
    }
    
    .mobile-footer-logo{
        display: none;
    }
    .logo-truck-title {
        display: none;
    }
    .mobile-slider-section{
        display: none;
    }
    .mobile-party-section {
        display: none;
    }
    .mobile_menu_desc_content{
        display: none;
    }
    .mobile_menu_img {
        display: none;
    }
    .mobile-icon-widget {
        display: none;
    }
    .mobile-d-none{
        display: none;
    }
}

@media (max-width:767px){
    .abc-sec-title {
        font-size: 2rem;
    }

    .abc-section-content p {
        font-size: 18px;
    }

    .abc-img img {
        max-width: 250px;
    }

    .henna-fran-img.abc-frame {
        bottom: 36%;
    }
    .flower-content {
        justify-content: center;
    }

    .flower-flex {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .fran-new-title {
        font-size: 2rem;
    }

    .franchise-title-section p {
        font-size: 1.5rem;
    }

    .franchise-section.pink-inner-section:before, .franchise-section.pink-inner-section:after {
        background-repeat: no-repeat;
    }
    .location-header-title {
        font-size: 4rem;
    }
    .location-overview-title-section p, .menu-overview-title-section p {
        font-size: 1.75rem;
    }

    .bar-content p {
        font-size: 2rem;
        line-height: 1;
    }
    .bar-content ul li {
        font-size: 2rem;
    }

    .sp-bar-title {
        font-size: 2rem;
    }

    .h2-title {
        font-size: 22px;
    }
    .desk-cart-count {
         display: none;
    }
    .desktop-edit-contact {
         display: none;
    }
    .franchise-section .menu-form-section .form-floating #f_city +label {
        font-size: 14px;
    }
    .instagram-title {
        font-size: 5rem;
    }

    .instagram-icon i {
        font-size: 5rem;
    }

    .instagram-title-section p {
        font-size: 1.5rem;
    }
    .get-a-qoute-title, .franchise-title {
        font-size: 6rem;
    }
    blockquote p {
        font-size: 2rem;
    }
    .ds-menu-btn {
        display: none !important;
    }
    .mobile-d-none{
        display: block;
    }
    .top_scroller {
        display: block;
    }
    .drop-img .image-list-section {
        display: none;
    }
    .desktop-slider{
           display: none !important;
    }
    .desktop_menu_desc_content, .desktop_menu_img{
        display: none;
    }
    .home-item{
        height: 50vh;
    }
    .mobile-more-btn {
        display: block;
    }
    .desktop-more-btn{
        display: none;
    }
    .new-menu-list-content {
        min-height: auto;
    }
    .mobile-more-btn {
        position: relative;
    }
    .mobile-more-btn:before {
        content: "(less)";
    }
    .mobile-more-btn.collapsed:before {
        content: "(more)";
    }
    .new-menu-img-bg.mobile-img-box img {
/*        max-width: 50%;*/
            max-width: 220px;
    }
    .new-menu-img-bg.mobile-img-box {
        display: flex;
        justify-content: space-between;
            align-items: flex-start;
    }
    .mobile-count-box {
        margin-left: 10px;
    }
    .mobile-count-box .form-group {
        margin-bottom: 0;
    }
    .mobile-count-box label {
        font-family: 'MyriadPro-Cond';
        font-size: 2rem;
        line-height: 1.3;
        color: #5b3e28;
        margin-bottom: 3px;
    }
    .right-cart {
        background-color: #bcd8cb;
        position: fixed;
        top: 0;
        z-index: 10;
        width: 80%;
        overflow: scroll;
        right: -680px;
        transition: right 0.5s ease-in-out;
        height: 100%;
    }
    .show-sidebar-cart .right-cart {
        right: 0;
    }
    .show-sidebar-cart {
        overflow: hidden;
    }
    #sidebar-cart-curtain.active {
        display: block;
    }
    #sidebar-cart-curtain {
      background: rgba(0, 0, 0, 0.3);
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      z-index: 3;
    }
    .cart-count {
        color: #bcd8cb;
        font-size: 36px;
        position: relative;
    }
    .cart-count span {
        position: absolute;
        font-size: 18px;
        color: #000;
        top: 9px;
        left: 8px;
        font-family: 'MyriadPro-BoldCond';
    }
    .mobile-cart-btn-section {
        position: relative;
        left: 0;
        right: 0;
        top: 50px;
        float: right;
        margin-top: -50px;
    }
    .mobile-your-quote-title {
        padding: 1.5rem 3rem;
        background-color: #d62629;
        color: #fff;
        font-family: 'Porter';
        display: inline;
        font-size: 16px;
        margin: 0 auto;
        text-align: center;
        position: relative;
        z-index: 1;
    }
    .mobile-your-quote {
        text-align: center;
        position: relative;
        top: 25px;
    }
    .right-menu-section {
        margin-top: 20px;
    }

    .menu-order-list {
        margin-top: 15px;
    }
    .mobile-your-quote {
        display: block;
    }
    .mobile-cart-btn-section {
        display: block;
    }
    .menu-form-section .form-floating .form-control {
        font-size: 18px;
    }
    .menu-form-section .form-floating>label {
        font-size: 20px;
    }
    .new-menu-img-bg img {
        width: 100%;
    }
    main.main {
        margin-top: 65px;
    }
    .footer-logo-img {
        margin-bottom: 10px;
    }
    .footer-logo-img img {
        max-width: 75%;
    }
    .footer-widget-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .footer-widget-title {
        margin-bottom: 10px;
        font-size: 24px;
    }
    ul.footer-widget-list li a {
        font-size: 14px;
        padding: 0 5px;
    }
    ul.footer-widget-list li:first-child {
        font-size: 15px;
        display: none;
    }
    .footer-address p {
        font-size: 20px;
    }
    .footer-address ul li a {
        font-size: 15px;
    }
    .mob_info a.mob-get-quote-btn {
        font-family: 'Porter';
        font-size: 15px;
    }
    .about-us-content {
        padding: 0;
    }
    .faq-main-content {
        padding: 0px;
    }
    .rita-menu-content ul {
        column-count: 1;
    }
    .logo-truck-title {
        display: block;
        position: absolute;
        top: 8px;
        left: 0;
        right: 0;
        z-index: 3;
        width: fit-content;
        text-align: center;
        margin: 0 auto;
    }
    .logo-truck-title p {
        text-transform: uppercase;
        color: #5b3e28;
        margin-bottom: 0;
        font-size: 1.8rem;
        line-height: 1;
        text-align: center;
        font-family: 'Porter';
        font-weight: bold;
    }
    .mobile-slider-section .container-fluid {
        position: relative;
        z-index: 1;
    }
    .mob-item-title {
        font-family: 'Funkies';
        font-size: 6rem;
        line-height: 1;
        color: #f9bbb5;
        filter: drop-shadow(2px 4px 0 #000);
        margin-bottom:0px;
        transform: rotate(-20deg);
    }
    .mobile-get-quote {
        text-align: center;
        margin: 25px 0;
    }
    .mob-quote-btn {
        padding: 1rem 2.5rem;
        background-color: #d62629;
        color: #fff;
        font-family: 'Porter';
        display: inline-block;
        font-size: 1.5rem;
    }
    .mob-more-btn {
        position: relative;
        font-family: 'MyriadPro-Cond';
        text-transform: uppercase;
        margin-bottom: 0;
        font-size: 2.25rem;
        line-height: 1;
        background-color: #F5999A;
        color: #fff;
        padding: 0.5rem 1rem;
        display: inline-block;
        top: -14px;
    }
    .mob-more-btn{
        -webkit-box-shadow: 4px 7px 41px -3px rgba(0,0,0,0.75);
        -moz-box-shadow: 4px 7px 41px -3px rgba(0,0,0,0.75);
        box-shadow: 4px 7px 41px -3px rgba(0,0,0,0.75);
    }
    .mob-more-btn:hover, .mob-more-btn:focus {
        color: #d62629;
    }
    .mob-more-btn:before {
        content: "less";
    }
    .mob-more-btn.collapsed:before {
        content: "more";
    }
    .mob-card-body p {
        font-family: "MyriadPro-Cond";
        font-size: 2rem;
        line-height: 1.3;
        color: #5b3e28;
        margin-bottom: 20px;
    }
    .mob-item-title-section p {
        font-family: 'Porter';
        color: #000;
        font-size: 2rem;
    }
    .mobile-slider-section:before {
        max-width: 30%;
    }
    .mobile-slider-section:after {
        max-width: 30%;
    }
    .pink-inner-section:before {
        max-width: 30%;
    }
    .newsletter-section.pink-inner-section:after {
        max-width: 50%;
    }
    .newsletter-section.pink-inner-section:before {
        max-width: 50%;
    }
    .rita-menu-header-title {
        font-size: 3rem;
    }
    .beverage-menu-header-title {
        font-size: 3rem;
    }
    .rita-menu-section p {
        font-size: 2.25rem;
    }
    .beverage-menu-header-section {
        padding: 15px 0;
    }
    .pink-inner-section {
        padding: 50px 0;
    }
    .rita-menu-header-title {
        font-size: 3rem;
    }
    .green-inner-section:before {
        max-width: 30%;
    }
    .green-inner-section:after {
        max-width: 30%;
    }
    .green-inner-section {
        padding: 10px 0;
    }
    .service-image-list-img {
        max-width: 120px;
        margin: 0 auto;
    }
    .service-header-title {
        font-size: 4rem;
    }
    .service-header-section {
        padding: 15px 0;
    }
    .contact-address-section {
        padding: 20px 0;
    }
    .contact-title-section {
        margin: 10px 0;
    }
    .contact-header-title {
        font-size: 4rem;
    }
    .address-title {
        font-size: 2.2rem;
    }
    .contact-chat-title {
        font-size: 4rem;
    }
    .image-list-img img {
        height: 100%;
    }
    .about-ur-header-title {
        font-size: 4rem;
    }
    .faq-list-content {
        margin-bottom: 40px;
    }
    .faq-header-title {
        font-size: 4rem;
    }
    .faq-list p span {
        font-size: 2.75rem;
    }
    .shop-header-title {
        font-size: 4rem;
    }
    .shop-title-section {
        padding: 15px 0;
    }
    .menu-order-item-count-title {
        font-size: 1.8rem;
    }
    .buy-btn-section .buy-now-btn {
        font-size: 12px;
        padding: 10px;
        border-radius: 20px;
        line-height: 1;
    }
    .mobile-party-title {
        color: #5b3e28;
        text-transform: uppercase;
        font-family: 'Porter';
        font-size: 2rem;
        text-align: center;
        margin-bottom: 0;
        line-height: 1.2;
    }
    .left-menu-section{
        padding: 0;
    }
    .box-menu-title {
        font-size: 2rem;
        margin-bottom: 5px;
    }
    .box-menu-section p {
        font-size: 1.75rem;
    }
    .box-menu-section {
        margin-bottom: 10px;
    }
    .transfrom-title {
        margin-top: 10px;
        font-size: 2.5rem;
    }
    .menu-form-section .form-floating .form-control {
        height: 50px;
        margin-bottom: 1.25rem;
    }

    .menu-form-section .form-floating>.form-control-plaintext~label, .menu-form-section .form-floating>.form-control:focus~label, .menu-form-section .form-floating>.form-control:not(:placeholder-shown)~label, .menu-form-section .form-floating>.form-select~label {
        font-size: 18px;
    }
    .submit-quote-btn {
        font-size: 16px;
        padding: 1rem 4rem;
    }
    .flower-submit-btn {
        padding: 2.25rem 6rem;
    }

    .menu-order-list .new-menu-including.price {
        font-size: 2rem;
    }
    .cart-action-btn {
        margin: 10px 0;
    }
    .action-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
    .menu-order-list .new-cta-menu-title {
        font-size: 1.5rem;
    }
    .footer {
        padding: 0;
    }
    .information-content ul {
        padding-inline-start: 30px;
    }
    .social-icon {
        position: relative;
        width: 30px;
        height: 30px;
        color: #bcd8cb;
        font-size: 16px;
        text-align: center;
        line-height: 26px;
    }
    .copyright-content p {
        font-size: 16px;
        margin: 0;
    }
    .legal-link a {
        font-size: 16px;
    }
    .veteran-owned-img img {
        margin: 0 auto;
        max-width: 60px;
    }
    .social-icons.social-icons-color {
        text-align: center;
    }
    ul.footer-widget-list li {
        margin-bottom: 5px;
    }

    .footer-widget-list {
        flex-wrap: wrap;
    }
    .home-truck-mob {
        position: absolute;
        right: 15px;
        z-index: 2;
        bottom: -30px;
    }

    .mob-item-menu-list-content {
        position: relative;
    }

    .mob-item-title-section {
        position: absolute;
        top: -5px;
    }
    .mob-item {
        position: relative;
        padding: 30px 0;
    }
    .mob-item:last-child .mob-item-title-section {
        display: flex;
        align-items: center;
    }
    .meet-our-truck {
        text-transform: uppercase;
        color: #5b3e28;
        margin-bottom: 0;
        font-size: 2.5rem;
        line-height: 1;
        text-align: center;
        font-weight: bold;
    }
    .home-btn-section .choose-btn-section .choose_btn {
        font-size: 14px;
        padding: 12px 20px;
        line-height: 1.1;
        border-radius: 13px;
    }
     .mob-btn-section .choose-btn-section .choose_btn {
        font-size: 14px;
        padding: 12px 20px;
        line-height: 1.1;
        border-radius: 13px;
    }
    .mob-item-slider {
        position: relative;
    }

    .mob-item-content {
        position: absolute;
        bottom: 18%;
        left: 0;
        right: 0;
    }
    .bg-title {
        font-family: 'Funkies';
        color: #fff;
        text-align: center;
        font-size: 6rem;
        line-height: 0.8;
        margin-bottom: 5px;
    }
    .bg-green .bg-title {
        line-height: 0.7;
        color: #46a093;
        font-size: 7rem;
        margin-bottom: 20px;
    }
    .mob-item-content.top-now {
        top: 7%;
    }

    .client-logo ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }

    .client-logo ul li {
        padding: 10px;
        width: 33.33%;
    }
    .mob-bg-section .client-logo ul li img {
        max-width: 80px;
    }
    .book-party-btn-link{
        text-align: center;
        margin-top: 25px;
    }
    .book-party-btn-link a {
        text-align: center;
        font-family: 'Porter';
        font-size: 1.5rem;
        color: #fff;
        margin: 0 auto;
    }
    .flower-img img {
        max-width: 140px;
    }

    .flower-img {
        position: absolute;
        bottom: -28%;
    }
    .bg-pink + .flower-img {
        bottom: -35%;
    }
    .mob-bg-section p {
        color: #42210b;
        text-align: center;
        font-family: 'Porter';
        font-size: 1.5rem;
    }

    .mob-bg-section img {
        max-width: 225px;
        margin: 0 auto;
    }
    
    .f-circle {
        font-size: 5px;
        color: #fff;
        top: -3px;
        position: relative;
        margin: 0 3px;
    }
    .desktop-footer-logo{
        display: none;
    }
    .mobile-footer-logo{
        display: block;
            margin-top: 20px;
    }
    .desktop-icon-widget{
        display: none;
    }
    .mobile-icon-widget {
        display: block;
    }
    .mobile-flex-list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }
    .footer-address {
        margin-bottom: 0;
    }
    .newsletter-form-section .btn {
        background-color: #bcd8cb;
        width: 100%;
        min-width: 100%;
        max-width: 125px;
        font-size: 1rem;
        line-height: 1;
        padding: 11px 5px;
    }
    .mini-truck-img {
        margin-top: 15px;
    }
     .cart-total-list {
        padding: 0 0px;
    }
    .cart-list-content p {
        font-size: 1.75rem;
    }
    .star-price {
        width: 15px;
        height: 15px;
        font-size: 1.75rem;
    }
    .top_scroller .simply-scroll-list li {
        /* display: inline-block; */
        width: 15%;
    }
    .top_scroller .simply-scroll-list li img {
        /* width: max-content; */
        height: 150px;
        object-fit: contain;
        object-position: center;
    }
    .top_scroller .simply-scroll-list {
        display: flex;
        flex-wrap: wrap;
    }  
    .top_scroller .simply-scroll-clip {
        height: 150px;
    } 
    .faq-header-section {
        padding: 0 0 30px;
    }
    .list-cart-van .mobile-cart-btn-section {
        top: -11px;
    }
    .mob-view-slider {
        -webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
        -moz-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
        box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 25%);
        position: relative;
    }
    .contact-section.green-inner-section {
        padding: 0;
    }
    .mb-cont-btn {
        padding: 0.5rem 0.5rem;
        background-color: #42210b;
        color: #bcd8cb;
        font-family: 'Porter';
        display: inline-block;
        font-size: 11px;
        border: none;
        text-transform: uppercase;
    }
    .mb-cont-btn:hover, .mb-cont-btn:focus {
        background-color: #5b3e28;
        color: #fff;
    }
    .star-over-link {
        color: #bcd8cb;
        text-transform: uppercase;
        font-size: 11px;
        font-family: 'Porter';
    }

    .mobile-continue-shopping {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 25px;
    }

    .menu-order-item-count-title {
        margin-bottom: 20px;
    }
    .avocad-logo img {
        max-width: 120px;
    }

    .client-logo.seen-logo ul li {
        width: 50%;
        padding: 5px;
    }

    .mob-bg-section .client-logo.seen-logo ul li img {
        max-width: 110px;
    }
    .pink-error-msg {
        font-size: 18px;
    }
    #form_modal .menu-form-section .form-floating .form-control {
        font-size: 16px;
        padding-top: 1.9rem;
    }
    .about-us-header-section {
        padding: 0 0 10px;
    }
    .faq-section {
        padding: 10px 0 0;
    }
    .pink-inner-section:after {
        max-width: 30%;
    }
    .shop-menu-img img {
        height: 100%;
    }
    .get-a-qoute-title {
        font-size: 5rem;
    }

    .get-a.qoute-title-section p {
        font-size: 1.3rem;
    }

    .get-a.qoute-title-section {
        margin-bottom: 10px;
    }

    .get-qoute-section:before {
        background-repeat: no-repeat;
    }

    .get-qoute-section:after {
        background-repeat: no-repeat;
    }

    .hide-check-top-title {
        font-size: 20px;
    }

    .form-content p {
        font-size: 1.5rem;
    }
    .hide-check-title {
        font-size: 20px;
    }

    .form-item {
        margin-bottom: 25px;
    }
    
    .fre-estimate-img {
        margin: 25px 0;
    }

    .estimate-bg img {
        max-width: 90px;
    }

    .fre-estimate-img img {
        padding: 0 20px;
    }

    .margarita_beverage_section {
        padding: 10px 0 80px;
    }
    .footer-address ul li, .footer-address ul li a {
        color: #fff;
        font-size: 20px;
        font-family: 'MyriadPro-Cond';
        font-weight: normal;
    }
    .mobile-cont-btn {
        margin-right: 10px;
    }

    .con-span i {
        font-size: 26px;
    }

    .con-span {
        align-items: center;
        justify-content: space-between;
    }
    .accessibility_title {
        font-size: 5rem;
    }

    .accessiblity-title {
        font-size: 2.25rem;
    }

    .accessiblity-pd p {
        font-size: 2rem;
    }
    .instagram-icon {
        margin-bottom: -5px;
    }
    .menu-order-list .mobile-d-none .mobile-continue-shopping:first-child {margin: 25px 0 20px;}
    .taco-laguna-title {line-height: 1;margin-bottom: 20px;font-size: 6.5rem;}
} 

@media only screen 
and (min-device-width : 744px) 
and (max-device-width : 1059px) 
and (orientation : portrait) {
    .desktop-slider {
        display: block !important;
    }
    .mob-view-slider{
        display: none;
    }
    .top_scroller .simply-scroll-list li {
        width: 10%;
    }
}

@media (min-width:740px) and (max-width:767px){
     .right-cart {
        right: -1050px;
    }
} 
@media (max-width: 480px) {
    .menu-form-section .form-floating .form-select {font-size: 18px;padding-top: 28px;}
    .menu-form-section .form-floating>.form-select~label {font-size: 16px;}
}
@media(max-width:320px){
    .logo-truck-title p {
        font-size: 1.5rem;
    }
    .beverage-menu-section.pink-inner-section:before, .beverage-menu-section.pink-inner-section:after {
        background-repeat: no-repeat;
    }
    .information-content ul {
        padding-inline-start: 20px;
    }
    .infor-modal-title {
        font-size: 2rem;
        line-height: 1;
    }

    .info-header-modal p {
        font-size: 2rem;
    }

    .information-content ul li {
        font-size: 16px;
    }
    .avocad-logo img {
        max-width: 80px;
    }

    .client-logo.seen-logo ul li {
        width: 50%;
        padding: 5px;
    }

    .mob-bg-section .client-logo.seen-logo ul li img {
        max-width: 90px;
    }
}

.h2-title{
    font-family: 'NeutraText-DemiSC';
    font-size: 32px;
}

@media(min-width:768px){ 
    .column-row {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.non-profit-section {
    padding: 50px 0px;
}    
.profit-section {
    padding: 20px;
    border: 5px solid #e5e5e5;
    margin: 20px 0;
    position: relative;
    width: 100%;
}
.img-profit {
    padding-bottom: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.img-profit img {
    display: none;
} 
.profit-section .gallery-megic-inner {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    padding: 20px;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    -webkit-transform: scale(0) rotate(-180deg);
    -moz-transform: scale(0) rotate(-180deg);
    -ms-transform: scale(0) rotate(-180deg);
    -o-transform: scale(0) rotate(-180deg);
    transform: scale(0) rotate(-180deg);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}  
.profit-section:hover .gallery-megic-inner {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    z-index: 1;
}  
.profit-section .gallery-megic-out {
    display: table;
    width: 100%;
    position: relative;
    height: 100%;
    background: rgba(188, 216, 203, 0.9);
} 
.profit-section .gallery-megic-detail {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 15px;
}  
.profit-section .gallery-megic-detail span{
    background: #000;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid transparent;
    width: 35px;
    height: 35px;
    padding: 5px;
    margin: 4px;
    font-size: 26px;
    line-height: 36px;
    box-sizing: content-box;
    } 
.profit-section .gallery-megic-detail span:hover{
    background: #fff;
    color: #000;
    }
.profit-section .gallery-megic-detail h2 {
    font-family: 'NeutraText-DemiSC';
    font-size: 20px;
    padding-bottom: 10px;
} 

.btn-left-align {
    justify-content: flex-start !important;
}

.menu li ul li {
    background-color: #f59995;
    padding: 10px;
    border-bottom: 2px dotted #5b3e28;
    margin: 0;
}

.menu li ul li a {
    color: #5b3e28;
    font-weight: 400;
    font-size: 1.2rem;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: 'Porter';
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: #5b3e28;
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:hover:after {
    border-color: #fff;
}
#margarita-show.m-custom-radio .radio {
    margin-left: 0;
}

.label-tx p {
    color: #5b3e28;
    font-family: 'MyriadPro-Cond';
    font-size: 26px;
    text-transform: uppercase;
    text-align: right;
}
.menu-form-section.dev-get-guote .form-floating .form-control, .menu-form-section.dev-get-guote .form-control{
    background-color: #fcdfdb;
    border-color: transparent;
    margin-bottom: 0px;
    padding: 1rem 0.75rem;
    font-size: 20px;
    color: #5b3e28;
}  
.menu-form-section.dev-get-guote textarea.form-control {
    border-color: rgb(91 62 40 / 30%);
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}
.dev-get-guote .form-group {
    margin-bottom: 0;
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"] + .radio-label:before, .dev-get-guote .m-custom-radio .radio input[type="radio"] + .radio-label:before {
    content: "";
    background: transparent;
    border-radius: 100%;
    border: 2px solid #5b3e28;
    display: inline-block;
    width: 2em;
    height: 2em;
    position: absolute;
    top: -4px;
    margin-right: 0.5em;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    transition: all 250ms ease;
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"]:checked + .radio-label:before {
    background-color: #5b3e28;
    box-shadow: inset 0 0 0 5px #bcd8cb;
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"]:focus + .radio-label:before {
    outline: none;
    border-color: #3197ee;
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #b4b4b4;
    background: #b4b4b4;
}
.dev-get-guote .m-custom-radio .radio input[type="checkbox"] + .radio-label:empty:before {
    margin-right: 0;
}    
.quote-box {
    background-color: #fcdfdb;
    margin: 10px 0;
    padding: 20px 15px 15px;
}

.dev-get-guote .m-custom-radio em {
    font-size: 22px;
    position: relative;
    display: block;
    margin-left: 35px;
    line-height: 1.3;
    top: -4px;
}
.dev-get-guote .hide-check-top-title {
    line-height: 1.3;
    text-transform: inherit;
}    
.label-txt p, .label-txtt p {
    color: #5b3e28;
    font-family: 'MyriadPro-Regular';
    font-weight: 500;
    font-size: 1.7rem;
}

.label-txtt p {
    text-align: right;
    font-weight: 500;
    font-size: 2rem;
}    
.dq-img img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}  
.dq-img {
    margin-bottom: 15px;
}
@media (max-width:991px){
    .label-tx p {
        text-align: left;
    }
    .label-txtt p { 
        text-align: left;
    }
  
}
@media (max-width:767px){
    .dev-get-guote .m-custom-radio .radio {
        margin: 0rem 0 1.5rem 0rem;
    }
    .dev-get-guote .hide-check-top-title {
        font-size: 26px;
    }
}