body {
    margin: 0;
    padding: 0;
    color: #685729;
    margin-bottom: 50px;
    font-family: 'Roboto', sans-serif;
}
ul,li{
    list-style-type:none;
    padding:0;
    margin:0;
}
i{
    cursor:pointer;
}
p{
    margin:0;
    padding: 0;
}
.cart {
    width: 40px;
    transition:0.3s;
}
section.products {
    padding-top: 50px;
    background: #f8f8f97a;
    padding-bottom: 50px;
}
article.product_cat {
    padding-top: 30px;
}
.product_cat_menu {
    margin-top: 20px;
}
.product_cat_item_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: initial;
    flex-wrap: wrap;
}
aside.product_cat_image {
    width: 40%;
}
li.menu_item {
    position: relative;
}

section.cart_footer {
    position: fixed;
    bottom: 0;
    background: #fff;
    border-top: 1px solid #68572994;
    padding-top: 10px;
    padding-bottom: 10px;
    z-index: 10000;
    box-shadow: 0px 3px 2px #8888882b, 0px -2px 14px #88888840;
    width: 100%;
}
.btn_cesta {
    padding: 3px 10px 3px 10px;
    background: #69582a;
    color: #fff;
    border:1px solid #69582a;
    border-radius: 5px;
    text-decoration: none;
    transition:0.4s;
}
.btn_cesta:hover {
    transition:0.4s;
    border:1px solid #69582a;
    background: #fff;
    text-decoration: none;
    color: #69582a;
}
.top_up {
    border: 1px solid #ccc;
    padding: 0px 9px 0px 9px;
    border-radius: 5px;
    MARGIN-RIGHT: 20PX;
    FONT-size: 18px;
    cursor:pointer;
}
.rotate i.fa.fa-angle-up {
    transform: rotate(180deg);
    transition: 0.3s;
}
.ontop{
    width:100%;;
    transition: 0.3s;
}
.full_details {
    position: fixed;
    bottom: -150px;
    z-index: 9999;
    transition:0.3s;
    left: 0;
    background: #fff;
    width: 100%;
    box-shadow: 0px 3px 2px #8888882b, 0px -2px 14px #88888840;
    max-height: 500px !important;
    overflow-y: auto;
}
.sec_heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: 20px;
}
.top_up:hover {
    background: #f8f8f9;
}
span.subtotal {
    margin-right: 15px;
}
.card_summ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.left {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.badge {
    border-radius: 50%;
    background: #685729;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top: -6px;
    right: -21px;
}
.product_cat_image img {
    width: 100%;
    max-height: 430px;
    height:100%;
    object-fit: cover;
}
.product_cat_heading {
    font-size: 16px;
}
.product_cat_timing {
    font-style: italic;
    display: block;
}
.product_cat_desc {
    font-style: italic;
}
.nav-tabs {
    border-bottom: 1px solid #685729;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #685729;
    border-color: #685729 #685729 #685729;
}
.product_cat_item_single {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 47%;
    flex-wrap: wrap;
    padding-bottom: 10px;
    min-height: 58px;
    margin-bottom: 0;
    border-bottom: 1px solid #0000001f;
}
.product_cat_item_price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
.add_remove {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    border-radius: 5px;
    padding: 0;
    -webkit-box-shadow: 0 0 10px #685729;
    box-shadow: 0 0 3px #6857297d;
    background: #fff;
}
.add_remove li:nth-last-child(1) {
    margin-right: 0;
}
.add_remove li {
    cursor: pointer;
    padding: 0 5px 0 5px;
}
.cat_item_title_desc {
    font-style: italic;
    font-size: 12px;
}
.add_remove li i {
    font-size: 14px;
    color: #6a5b31;
}
li.total_item {
    background: #795548c9;
    padding: 0 4px 0 4px;
    color: #fff;
}
.add_in_cart {
    display: flex;
    justify-content: space-between;
    padding: 0px 12px 0px 5px;
    font-size: 14px;
    background: #ffffff;
    color: #6a5a2f;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s;
    -webkit-box-shadow: 0 0 10px #fff;
    box-shadow: 0 0 3px #6a5b30;
}

.content_home_style .add_in_cart {
    display: initial;
    padding: 2px 5px;
}

.content_home_style .plus_icon {
    margin-left: 18px;
}

.add_to_card {
    position: relative;
}
.plus_icon{
    margin-left: 5px;
}
.add_in_cart:hover {
    background: #6b5b2e;
    color: #fff;
    transition: 0.3s;
}
#sticky.stick {
    position: fixed;
    top: 0;
    z-index: 10000;
    border-radius: 0 0 0.5em 0.5em;
  }
  .product_cat_item_single:nth-last-child(1) {
    border-bottom: none;
}
.nav-tabs .nav-link {
    margin-left: 10px;
    border-color: #685729 #685729 #685729;
    background: #fcfcfc;
    color: #212529;
    font-weight: 500;
    letter-spacing: 1px;
}
.nav-tabs .nav-link:hover{
    color: #fff !important;
    background-color: #685729;
    border-color: #685729 #685729 #685729;
}
li.nav-item:nth-child(1) a {
    margin-left: 0;
}
.heading_cat {
    background-image: url(/images/vrt-food.jpg?ver=1);
    background-repeat: no-repeat;
    padding: 12px;
    color: #fff;
    position: relative;
    background-position: center;
    background-size: cover;
    z-index: 9;
}
.overlay {
    position: absolute;
    background: #0000008c;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -2;
    height: 100%;
}
.home-Style_card img {
    width: 100%;
}
.home-Style_card img {
    width: 100%;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    object-fit: cover;
}
.home-Style_card {
    POSITION: RELATIVE;
    min-height: 300px;
    margin-top: 30px;
}
.img-set .overlay {
    z-index: 999;
}
.content_home_style {
    z-index: 999;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    text-align: center;
    white-space: nowrap;
}
.italic{
    font-style: italic;
}
.cost_home_style .add_to_card {
    margin-left: 35px;
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: fit-content;
    margin-top: 10px;
}
.cost_home_style {
    width: fit-content;
    margin: 0 auto;
        margin-top: 0px;
    MARGIN-TOP: 15PX;
    width: max-content;
}
.cost_home_style  .add_in_cart {
    left: 50%;
    top:50%;
    transform:translate(-50%, -50%)
}
.cost_home_style > p {
    font-weight: bold;
    font-size: 18px !important;
}
.menu_item a {
    color: #685729;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.hidden {
    display: none !important;
}
.centerDiv {
    border: none !important;
    position: fixed;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    z-index: 9999999999999999999 !important;
    width: 428px !important;
    text-align: center;
    padding: 10px;
    color: #4d4d4f !important;
    -webkit-box-shadow: 0 0 10px #00000059;
    box-shadow: 0 0 10px #00000059;
}
.breadcrumb {
    font-size: 14px;
}
.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.inputsmall {
    height: 30px !important;
    padding-left: 5px !important;
    padding-right: 22px !important;
}
.withtickmark {
    background-image: url('/images/check-solid.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    background-color: #c9f6cd;
    color: #119326;
    }
.withcrossmark {
    background-image: url('/images/cross-solid.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right center;
    background-color: #ffa07a;
    color: #b22222;
    }
.btn-cesta-primary {
    color: #ffffff !important;
    background-color: #69582a;
    border-color: transparent;
    padding: 6px 10px 3px 10px;
    margin-bottom: 0;
}
.product_cat_item_title, .cat_item_title_desc {
    word-break: break-all;
}
.label-Paid {
    background-color: #fff !important;
    color: green !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid green !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Pending {
    background-color: #fff !important;
    color: #f39c12 !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid #f39c12 !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Cancelled {
    background-color: #fff !important;
    color: red !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid red !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Failed {
    background-color: #fff !important;
    color: red !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid red !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Received {
    background-color: #fff !important;
    color: #3c8dbc !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid #3c8dbc !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Confirmed {
    background-color: #fff !important;
    color: #3c8dbc !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid #3c8dbc !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-Delivered {
    background-color: #fff !important;
    color: green !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid green !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}
.label-PaymentLinkSent {
    background-color: #fff !important;
    color: #3c8dbc !important;
    padding: 6px 5px 4px 5px !important;
    border: 1px solid #3c8dbc !important;
    width: 100%;
    margin: 0 auto;
    display:block;
}