/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
    color: #5a5a5a;
    font-family: "Rubik";
}

a {
    color: #f2002d;
    text-decoration: none;
}

.top_nav .nav a:not(.dropdown-item) {
    text-transform: uppercase;
}

.call_account {
    position: absolute;
    bottom: 10px;
    width: 100%;
}



.header-styler {
    min-height: 280px;
}

.rounded-bar
{
    font-size: 13px;
    text-align: left;
    vertical-align: middle;
    padding: 6px 20px;
    border-radius: 3em;
    background-color: rgba(255, 255, 255, 0.87);
    box-shadow: 0 0px 30px 0 rgba(0, 0, 0, .12);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: inline-block;
    height: 48px;
    line-height: 16px;
}

.rounded-bar .bar-message-text, .rounded-bar .bar-phone {
    text-align: left;
    display: table-row;
    vertical-align: middle;
    font-weight: normal;
    text-align: center;
}

#bar-message-text + span {
    font-size: 16px;
    height: auto;
    line-height: normal;
}

.rounded-bar .bar-phone a{
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
    color: #ba0000;
}
.rounded-bar .bar-phone a::before{
    content: "\f095";
    font-family: 'Font Awesome 5 Free';
    vertical-align: middle;
    margin-right: 4px;
    display: inline-block;
    font-weight: 900;
}


.cart-holder {
    line-height: 34px;

}
.cart-holder > a.cart-btn {
    color: #333333 !important;
    font-weight: lighter;
    width: 36px;
    height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    font-size: 21px;
    text-decoration: none;
}

.cart-holder > a.cart-btn:hover {
    color: #000;
    background-color: #ffca3c;
    transition: all 0.3s ease 0s;
}

.cart-holder > a.cart-btn.logged {
    color: #009200 !important;
}
.cart-holder > a.cart-btn.logged:hover {
    color: #333333 !important;
}

.cart-counter-badge {
    position: absolute !important;
    transform: translate(-50%,-50%) !important;
    top: 4px !important;
    left: 34px;
    display: inline-block;
    padding: .35em .65em;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 50%;

}

.header_top_holder {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    min-height: 190px;
    transition: all 0.35s ease-out;
    transition-property: min-height, background-color;
    z-index: 1000;
}

.header_top_holder.sticked {
    background-color: #f3f3f3;
    min-height: 165px;
    transition: all 0.35s ease-out;
    transition-property: min-height, background-color;
}

.food-menu-container {
    position: fixed;
    top: 194px;
    width: 100%;
    height: 70px;
    z-index: 999;
    display: none;

}

.header-styler .owl-carousel.owl-theme.owl-loaded.owl-drag,
.header-styler .owl-stage-outer,
.header-styler .owl-stage,
.header-styler .owl-item,
.header-styler .item,
.header-styler .owl-item,
.header-styler .card-img {
    height: 100vh;
    object-fit: cover;
}

.slide_img {
    position: absolute;
    top: 30%;
    right: 10%;
}

.slide_content
{
    position: absolute;
    top: 400px;
    left: 18%;
}

.slide_content h1 {
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}
.slide_content h2 {
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
}

#logo {
    display: block;
    min-height: 90px;
    width: 200px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    z-index: 6;
    padding: 15px 15px 0 15px;
    background-color: #ffffff;
    top: -8px;
    margin-bottom: 0;
    position: absolute;
    left: 50%;
    transform: translateX(-100px);
}

#logo:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: 0px;
    bottom: -40px;
    border-width: 20px 50px;
    border-style: solid;
    border-color: #ffffff #ffffff transparent transparent;
}

#logo:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: 0px;
    bottom: -40px;
    border-width: 20px 50px;
    border-style: solid;
    border-color: #ffffff transparent transparent #ffffff;
}


#logo a {
    margin: 0 auto;
    display: block;
    text-decoration: none;
    text-align: center;
}

#logo a:before,
#logo a:after {
    content: ' ';
    position: absolute;
    background: none;
    border: 4px solid;
    border-color: transparent #f5eded #f5eded transparent;
    display: block;
    width: 8px;
    height: 8px;
    left: -8px;
    top: -0;
    z-index: 30000;
    -webkit-filter: brightness(66%);
    filter: brightness(66%);
}

#logo a:after {
    left: auto;
    right: -8px;
    border-color: transparent transparent #f5eded #f5eded;
}


#logo img {
    width: auto;
    max-width: 100%;
    max-height: 110px;
    height: auto;
    position: relative;
    top: 0px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    vertical-align: text-bottom;
    transition: height .35s ease-in-out;
    height: 100px;
}

.header_top_holder.sticked #logo img {
    height: 75px;
    transition: height .35s ease-in-out;


}
/* bannery hp */
.banner {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 1rem;
}
.banner-text {
    position: absolute;
    top:50%;
    left: 2rem;
    transform: translateY(-50%);
}

.banner .banner-text h2 {
    color: #f2002d;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}
.banner .banner-text h1 {
    color: #333333;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 700;
}
.banner .banner-text p {
    color: #888888;
    font-size: 15px;
    max-width: 70%;
}
.banner img {
    transition: transform .2s;
}

.banner:hover img {
    transform: scale(1.1);
}

.bg-beige {
    background-color: #fdfaed !important; 
}

.bg-footer {
    background-color: #2a2a2a !important;
}

/* footer */

footer {
    background-color: #222222 !important;
    color: rgb(174, 174, 174);
    font-size: 11px;
    height: 4em;
    line-height: 4em;
}

footer p {
    margin: 0;
}

.footer {
    margin-top: 3em;
    padding: 5em 0;
    color: white;
}

.footer h3 {
    font-size: 21px;
    margin-bottom: 40px;
    position: relative;
}
.footer h3::before {
    background-color: #f58220;
    position: absolute;
    bottom: -12px;
    left: 0px;
    display: block;
    content: "";
    width: 50px;
    height: 2px;
}

.footer .link-group {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer .link-group li {
    margin-bottom: 0.8rem;
    font-size: 14px;
    color: rgb(174, 174, 174);

}

.footer .link-group.condensed li {
    margin-bottom: 0.4rem;   
}

.footer .link-group a {
    color: white;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    display: block;

}
.footer .link-group a:hover {
    color: white;
    text-decoration: none;
    padding-left: .6em;
}

/* produkty */
.product_card {
    border: none;
}
.product_card .card-img-top {
    border: solid 1px #eee;
    border-radius: calc(.5rem - 1px);
}

.product_card h3 {
    font-size: 18px;
    text-align: center;
}

.product_card h3 a{
    color: #222222;
}
.product_card h3 a:hover{
    color: #f2002d;
}
.product_card .desc {
    font-size: 14px;
    text-align: center;
    color: rgb(136, 136, 136);
    min-height: 3em;
}

.product_card .grayround, .product_detail .grayround
{
    font-size: 13px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 1em;
    padding: .35em 0;
}

.product_card .product_type
{
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
}

.product_card .product_price
{
    font-weight: 700;
}

.product_card .pars
{
    margin-bottom: .35em;
}
.product_card .pars button
{
    font-weight: 500;
    text-transform: uppercase;
    padding: .30em 0;
    display: block !important;
    width: 100%;
    border-radius: 3em !important;
    font-size: 13px;
}

.product_card .more {
    text-align: center;
    padding: 2em 0;
}

.product_card .more .round-line{
    border-radius: 3em !important;
    font-size: 13px;
    padding: .6em 1.5em;
    text-transform: uppercase;
    border: 2px solid  #f7f7f7;
    color: #222222;
}

.product_card .more .round-line:hover{
    border: 2px solid  #222222;
    color: #f2002d;
}

.product_detail h1 {
    font-size: 37px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #22272d;
}

.product_detail .size_info {
    text-align: left;
    padding: 0.8em 1em;
    display: inline-block;
}

.product_detail .allergens {
    font-size: 13px;
    margin: 1.5em 0;
}

.product_detail .allergens i {
    font-size: 15px;
    color: #e88835;
}

.product_detail .size-label {
    font-size: 13px;
    margin-top: 1em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-weight: 700;
}

.product_detail .size-selector {
    text-transform: uppercase;
}

.product_detail .product_price {
    text-align: right;
    font-size: 41px;
    font-weight: 700;
    color: #2a2a2a;
}

.product_detail .mobile-price {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #2a2a2a;
    margin-bottom: 1em;
}

.product_detail .size-selector input:checked + label::after {
    content: "\f00c";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    box-sizing: border-box;
    position: absolute;
    top:-10px;
    right:0px;
    color: white;
    background-color: black;
    font-size: 8px;
    line-height: 16px;
    height: 16px;
    width: 16px;
    text-align: center;
    border-radius: 50%;
    z-index: 99999;
}

.addon_box {
    border: 2px solid #eee;
    border-radius: 6px;
    padding: 1em;
    position: relative;
    margin-bottom: 2em;
}

.addon_box h4 {
    font-size: 15px;
    color: #222222;
    text-transform: uppercase;
    position: absolute;
    top: -10px;
    left: 10px;
    background-color: white !important;
    display: inline-block;
    padding-left: .5em;
    padding-right: .5em;
    font-weight: 700;

}

.addon_box .content .list-group {
    font-size: 13px;
    text-transform: uppercase;
}

.addon_box .content .list-group li {
    cursor: pointer;
    border: none !important;
    background-color: #f7f7f7;
    margin-bottom: .5em;

}

.addon_box .content .list-group li:hover {
    background-color: #eee; 
}

.addon_box .addon_counter {
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    background-color: #ddd;
    display: inline-block;
    border-radius: 20px;
    margin-right: .8em;
    font-size: 11px;
    color: white;
    font-weight: 500;
}
.addon_box .addon_counter.active {
    background-color: #47a447;

}


.addon_box ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1rem;
}

@media (max-width: 40em) {
    .addon_box ul {
        display: block;
    }
}

.numeric {
    font-size: 13px;
    background-color: #f7f7f7;
    text-align: center;
    border-radius: 300px !important;
    padding: .35em .8em;
    display: inline-block;
    margin-right: 1em;
}
.numeric, .numeric input {
    border: none !important;
    text-align: center;
}

.numeric input {
    width: 2em !important;
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 700;
}

.numeric button {
    border: none;
    border-radius: 300px !important;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    background-color: transparent !important;
    font-size: 15px;
    font-weight: 700;
}

.numeric button:hover {
    background-color: #5a5a5a !important;
    color: white;

}

.product_detail .add_basket {
    text-transform: uppercase;
    border-radius: 300px !important;
}

.product_detail h5 {
    text-transform: uppercase;
    margin-bottom: 1.5em;
    text-align: center;
    font-size: 17px;
    font-weight: 700;

}

.breadcrumb {
    text-transform: uppercase;
    font-size: 11px;
    text-shadow: 2px 2px 4px #000000;
    color: white !important;

}
.breadcrumb .breadcrumb-item a {
    color: #2a2a2a;
}
.breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline !important;
}
.breadcrumb .breadcrumb-item.active {
    color: #ced4da !important;
}

.breadcrumb-item + .breadcrumb-item::before
{
    color: whitesmoke;
}

.blockMsg  {
    border: none !important;
    padding: 0.5rem 1rem !important;;
    border-radius: 0.35rem !important;
    font-size: 13px;

}

.canvas-cart .cart-adds {
    font-size: 13px;
    /*word-break: keep-all;
    white-space: pre;*/
}

.btn-tpl {
    border-radius: 300px !important;
    padding: 0.8rem 5rem;
}

.btn-orange {
    /* background-color: #f58220;
    border-color: #f58220;
    */

    border-color: #d21414;
    background-color: #ba0000;
    color: white;
}

.btn-orange:hover {
    background-color: #911010;
    color: white;
}

.btn-check:active + .btn-orange, .btn-check:checked + .btn-orange, .btn-orange.active, .btn-orange:active, .show > .btn-orange.dropdown-toggle {
    color: #fff;
    background-color: #bc671e;
    border-color: #9c612e;
    box-shadow: none;
}

.btn-pd-green {
    background-color: #a6ce39;
    border-color: #8eb12d;
    color: black;
}

.btn-pd-green:hover {
    background-color: #6c842b;
    color: white;
}

.btn-check:active + .btn-pd-green, .btn-check:checked + .btn-pd-green, .btn-success.active, .btn-pd-green:active, .show > .btn-pd-green.dropdown-toggle {
    color: #fff;
    background-color: #6c842b;
    border-color: #9c612e;
    box-shadow: none;
}

.text-orange {
    color: #f58220;
}

.card h3 {
    background-color: white !important;
    margin: 0 1em;
    text-transform: uppercase;
    font-weight: 500;
    color: black;
    font-size: 17px;
    margin: 5px 0 25px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;

}

.cart_sum {
    font-weight: 500;
    font-size: 23px;
    margin: 5px 0 25px 0;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: right;
    width: 50%;
}

.relation-box .card {
    border: none;
}

.relation-box h5 {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    min-height: 3em;
}

.relation-box .add_related {
    border-radius: 300px;
    font-size: 13px;
    font-weight: 500;
}

.relation-box .rel-price {
    position: absolute;
    top: 1em;
    right: 1em;
    padding: 0.2em 1em;
    background-color: #f2002d;
    color: white;
    font-weight: 500;
    font-size: 13px;
    border-radius: 300px;
}

.hero-header {
    height: 600px;
    margin-bottom: 2em;
    background-size: cover;
}

.hero-header .header-text {
    position: absolute;
    top: 300px;
    left: 0;

}

.hero-header h1.title {
    text-transform: uppercase;
    font-size: 64px;
    color: white;
    font-weight: 700;
    margin: 0;
    text-shadow: 2px 2px 4px #000000;
}

.hero-header p.subhead {
    color: white;

}

.hero-header .breadcrumb {
    text-transform: uppercase;
    font-size: 13px;
}
.hero-header .breadcrumb .breadcrumb-item a {
    color: white;
}
.hero-header .breadcrumb .breadcrumb-item a:hover {
    text-decoration: underline !important;
}
.hero-header .breadcrumb .breadcrumb-item.active {
    color: #999999;
}

.hero-header.text-header {
    height: 200px;
    margin-bottom: 2em;
    background-color: #efefef;
    margin-top: 220px;
    line-height: 200px;
}
.hero-header.text-header h1 {
    text-transform: uppercase;
    font-size: 40px;
    color: #333333;
    font-weight: 700;
    margin: 0;
    line-height: inherit;
    text-align: center;
    padding-top: .5em;
}

.hero-header.placeholder {
    height: 280px;
}

#login_modal label {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}

#login_modal #log-btn {
    display: block;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}

#login_modal #log_form a {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

#login_modal input {
    text-align: center;
}
#login_modal span.load {
    display: none;
}

#user-canvas h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;

}
#user-canvas a.icn-user{
    font-size: 13px;
    text-align: center;
    text-transform: uppercase;

}
#user-canvas a.icn-user i {
    display: block; 
    margin: .3em 0;
    font-size: 2em;

}

table.checkout h5{
    font-size: 15px;
    font-weight: 300;
}
table.checkout h5 > span {
    font-size: 15px;
    font-weight: 500;
}

table.checkout h5 > span:before {
    content: "×";
    margin-left: .5em;
    margin-right: 0.1em;
}

table.checkout .sm_ads {
    font-size: 13px !important;
    font-weight: 300;
}

#frm-checkout {
    margin-top: .8em;
}
#frm-checkout label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
}

#frm-checkout .add-delivery, #frm-checkout .cancel-delivery {
    font-size: 13px;
    padding: 4px 6px;
}

body.swal2-shown > [aria-hidden="true"] {
    transition: 0.1s filter;
    filter: blur(2px);
}

.swal2-title {
    text-transform: uppercase !important;
    font-size: 17px !important;
    font-weight: 500 !important;
}
.swal2-html-container {
    font-size: 15px !important;
    font-weight: 300 !important;
}
button.swal2-confirm:focus {
    outline: none !important;
    box-shadow: none !important;
}
.btn:focus {
    outline: none !important;
    box-shadow: none !important; 
}

input.form-control {
    background-color: #f6f6f6;
    border: 1px solid #ced4da; 
}
input.form-control:focus {
    outline: none !important;
    box-shadow: none !important;
    background-color: #ebebeb;
    border: 1px solid #888888; 
}
input.form-control[readonly=""], input.form-control:read-only {
    background-image: url("lock-solid.svg");
    background-position: 98% 50%;
    background-repeat: no-repeat;
    background-size: 1em 1em;
    background-color:#D2D2D2;
}


#smapinput {
    background-color: white;
}

.red-dot input[type="radio"]{
    width: 1.6em;
    height: 1.6em;
    aborder-radius: 0;
}

.red-dot input[type="radio"]:checked {
    /*
    background-color: red;
    border: 6px solid red;*/
    outline: none !important;
    box-shadow: none !important; 
    border: none;
    background: none;
    background-image: url("check-solid.svg");
    background-position: center;
    background-repeat: no-repeat;


}
.vop {
    font-size: 13px;
}

.card.address  {
    position: relative;
}

.card.address h5 {
    font-size:17px;
}
.card.address .del-del, .round-bott {
    border-radius: 0 0 .25rem .25rem;
}

#us label, #nd label {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 13px;
    margin-left: .5rem;
}

#recaptcha > div {
    margin: 0 auto .5em;
}

/* ============ desktop view ============ */
@media all and (min-width: 992px) {
    .dropdown-menu li{ position: relative; 	}
    .nav-item .dm-lvl-2{ 
        display: none;
        position: absolute;
        left:100%; top:-7px;
    }
    .dropdown-menu > li:hover{ background-color: #f1f1f1 }
    .dropdown-menu > li:hover > .dm-lvl-2{ display: block; }
}	
/* ============ desktop view .end// ============ */

/* ============ small devices ============ */
@media (max-width: 991px) {
    .dropdown-menu .dropdown-menu{
        margin-left:0.7rem; margin-right:0.7rem; margin-bottom: .5rem;
    }
}	
/* ============ small devices .end// ============ */


@media all and (min-width: 992px) {
    .top_nav {
        margin-top: 1rem !important;}
}

.accordion-button.no-arrow {
   font-weight: 400;
}

.accordion-button.no-arrow::after {
   display: none;
}

#mobile-menu {
    top: 65px;
    background-color: #212529;
}

ul.mobile_menu  {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.mobile_menu .sub_menu  {
    margin: 0;
    padding: 0;
    margin-left: 1rem;
    list-style: none;
    display: none;
    margin-bottom: .5rem;
}

ul.mobile_menu .sub_menu ul {
    margin-left: 2rem;
}

ul.mobile_menu li {
    position: relative;
    padding-bottom: .5rem;
}

ul.mobile_menu li:last-child {
    padding-bottom: 0;
}

ul.mobile_menu li:after {
    content: "";
    border-top: 1px solid #dadada;
    width: 90%;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0.25rem;
}

ul.mobile_menu li:last-child:after {
    border: none;
}

ul.mobile_menu li a {
    color:#222222;
    display: block; 
    text-transform: uppercase;
    font-size: 21px;

}

ul.mobile_menu li a:hover {
    color: black;
}

ul.mobile_menu li a.sub_menu_toggle i {
    width: 26px;
    display: inline-block;
}

ul.mobile_menu ul a.sub_menu_toggle i {
    width: 18px;
    display: inline-block;
}

ul.mobile_menu .sub_menu  a {
    text-transform: none;
    font-size: 17px;
}

ul.mobile_menu ul.sub_menu a:not(.sub_menu_toggle), ul.mobile_menu a:not(.sub_menu_toggle) {
    margin-left: 26px;
}

ul.mobile_menu ul.sub_menu ul a:not(.sub_menu_toggle) {
    margin-left:0px;
}

#mobile-menu .offcanvas-header {
    padding-bottom: 0;
}



#mmac h2 .accordion-button {
    text-transform: uppercase !important;
    xbackground-color: red;
    color: #2a2a2a;
    font-size: 17px;
}
#mmac h2 .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important; 
    background-color: #ffc107;
    color: #2a2a2a;
}

#mmac .accordion-button:not(.collapsed) {
    background-color: #ffc107;
    color: #2a2a2a;
}

.empty_cart {
    text-align: center;
}
.empty_cart i{
    display: inline-block;
    color: #eee;
    font-size: 100px;
}

.empty_cart h5 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 3rem;
} 

.hp_products h1 {
    font-size: 44px;
    font-weight: 700;
    text-align: center;
    color: #333333;
    text-transform: uppercase;
}

.hp_products h2 {
    font-size: 19px;
    font-weight: 300;
    text-align: center;
    color: #999999;
}

.hp-block h3{
    color: #333333;
    text-transform: uppercase;
}
.dropdown-toggle {
    padding-right: 2em !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    font-weight: bold;
    border: none;
    position: absolute;
    right: 10px;
    top: .4em;
}

.dropdown .dropdown-item.dropdown-toggle::after {
    top: .2em !important;
}

.dropdown .dropdown-item:hover.dropdown-toggle::after {
    content: "\f0da";
}

.dropdown-menu > li.show a.dropdown-toggle::after {
    content: "\f0da";
}

@media (max-width: 991px) {
    .header_top_holder {
        min-height: 0px;
    }

    .hero-header {
        height: 18rem;
        background-size: auto;
        background-position: center;

    }

    .hero-header .header-text {
        position: absolute;
        bottom: 0;
        left:0;
        text-align: xcenter;
        height: 10rem;
        transform: translateY(-80%);
    }

    .hero-header h1.title {
        font-size: 32px;
        font-weight: 500;
    }

    .hero-header p.subhead {
        font-size: 15px;
    }

    .hero-header.text-header {
        height: 100px;
        margin-bottom: 2em;
        background-color: #efefef;
        margin-top: 30px;
        line-height: 100px;
    }
    .hero-header.text-header h1 {
        font-size: 24px;
        padding-top: .8em;
    }

    .hero-header.placeholder {
        height: 30px;
    }

    #form_cart h5 {
        font-size: 15px;
    }

    .header-styler {
        min-height: 0;
    }



    .header-styler .owl-carousel.owl-theme.owl-loaded.owl-drag,
    .header-styler .owl-stage-outer,
    .header-styler .owl-stage,
    .header-styler .owl-item,
    .header-styler .item,
    .header-styler .owl-item,
    .header-styler .card-img {
        height: 80vh;
        object-fit: cover;
    }

    .slide_content
    {
        position: absolute;
        top: 80px;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .slide_content h1 {
        font-size: 26px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
        display: block;
    }
    .slide_content h2 {
        font-size: 20px;
        font-weight: 700;
        text-transform: uppercase;
        text-align: center;
    }

    .slide_content p {
        text-align: center;
    }

    .slide_img {
        position: absolute;
        top: 280px;
        left: 50%;
        transform: translateX(-48%);
        width: 100%;
        text-align: center;
    }

}

@media (min-width: 1400px) {
    .food-menu-container {
        display: block;
    }
    #rtm {
        display: block !important;
    }
}

.cms_block h1
{
    text-transform: uppercase;
    font-weight: 700;
}
.cms_block h2
{
    text-transform: uppercase;
}
.cms_block h3
{
    text-transform: uppercase;
    font-size: 20px;
}

.cms_block .cta_block .card-img-overlay {
    transform: translateY(35%);
}

.cms_block .cta_block .card-title {
    text-align: center;
    font-size: 50px !important;
    color: white;
    text-shadow: 2px 2px 4px #000000;
}
.cms_block .cta_icon {
    position: relative;
}

.cms_block .cta_icon i.icn-bg {
    position: absolute;
    top:0;
    left: 0;
    font-size: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #ddd;
    z-index: -1;
    text-align: center;
}

.cms_block .cta_icon h2.title {
    color: black;
} 

.section-bg-image.parallax-window {
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: repeat-y;
}

.cms_block #fqacc .accordion-button{
    text-transform: uppercase;
    font-weight: 500;
    box-shadow: none !important;
    color: #f58220;
}

.cms_block #fqacc .accordion-button:not(.collapsed){
    color:  white;
    background-color: #a6ce39;
    box-shadow: none !important;
}


.cms_block #fqacc .accordion-body {
    padding-left: 3em;
    padding-right: 3em;
}

.text-gray {
    color: rgb(174,174,174);
}

.addon-reset {
    display: inline-block;
    margin-left: 1em;
}

.navbar.bg-danger .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar.bg-danger .navbar-toggler {
    border: 1px solid #e7dede !important;
}