
@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot'), url('fonts/gothic.woff') format('woff'), url('fonts/gothic.ttf') format('truetype');
}
body, button, input, select, textarea {
    font-family: 'comic sans ms';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    color: #383838;
    line-height: 24px;
}

body, html {
    position: relative;
    /*overflow-x: hidden;*/
	padding-top: 10px;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 30px;
    font-weight: 700;
}

h3 {
    font-size: 17px;
}

a {
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

body {
    background: url(../images/bg.jpg) center top no-repeat fixed;
    background-size: cover;
}

a:hover {
    color: #c80702;
    text-decoration: none;
}

li {
    list-style-type: none;
}

img {
    max-width: 98%;
}

p, ul, table {
    margin-bottom: 30px;
}

#header {
    height: 58px;
}

.navbar {
    position: fixed;
    width: 100%;
    top: -1px;
    border: 0;
    z-index: 20;
}

.navbar-brand {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;	
	align-items: center;
	
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
    width: 25px;
    height: 4px;
}

#header .navbar-default, #header .navbar-default:focus, #header .navbar-default .navbar-toggle:focus {
    background-color: transparent;
    border-color: transparent;
}

.navbar-collapse {
    background: #fff;
}

#header .navbar-default .navbar-toggle, .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.banner {
    position: relative;
    margin-bottom: 1px;
}

    .banner:last-child {
        margin-bottom: 0;
    }

    .banner .caption {
        width: 100%;
        left: 0px;
        bottom: 0px;
        background: rgba(0,0,0,0.50);
        text-align: center;
        position: absolute;
        color: #fff;
		border-radius: 5px;
    }

        .banner .caption .title {
            font-size: 30px;
            font-weight: bold;
            margin: 0px;
            padding: 20px;
        }

        .banner .caption .description {
            font-size: 19px;
        }
/*EasyMenu Logo*/
.brand {
    display: inline-block;
    margin: auto;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.body-btn {
    position: relative;
    width: 26px;
    height: 26px;
    display: inline-block;
    margin: 5px 12px 5px 12px;
    float: right;
	top: 40px;
}

    .body-btn > .line {
        width: 100%;
        position: absolute;
        left: 0;
    }

    .body-btn > .first-line {
        top: 0;

    }

    .body-btn > .second-line {
        bottom: 0;
    }

    .body-btn > .line {
        height: 12px;
    }

        .body-btn > .line > span {
			
            position: absolute;
            display: block;
            width: 12px;
            height: 100%;
            box-sizing: border-box;
            background-color: red;
            border-radius: 3px;
            border: solid 2px red;
			bottom: 2px;
			top: 2px;
			right: 13px;
        }

            .body-btn > .line > span:first-child {
                left: 0;
            }

            .body-btn > .line > span:nth-child(2) {
                right: 0;
            }

    .body-btn.body-list > .line > span {
        width: 14px;
        border: 0;
        border-radius: 3px;
    }

.banner-bg {
    height: 200px !important
}

.body-btn.body-list > .line > span:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.body-btn.body-list > .line > span:second-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pb95 {
    padding-bottom: 70px;
}
/*Navbar*/
.navbar-header {
    background: #ee312c;
    text-align: center;
    width: 100%;
    height: 70px;
}
/*Navbar 3 lines menu*/
#header .navbar-toggle {
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 10;

}
/*Dropdown menu languages*/
#header .navbar-toggle-lg {
    position: absolute !important;
    right: 0px;
	height: 50px;
    z-index: 10;
	border-radius: 5px;
	border: none;
	margin-right: 3px;
	margin-top: 3px;
	text-align: center;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.4);	
	color: #f3f3f3;
	top: 3px;
}

.navbar-collapse {
    background-color: transparent;
    top: 58px;
    left: -1500px;
    width: 260px;
    position: fixed;
    transition: 0.3s;
    z-index: 0;
	
}

    .navbar-collapse.in {
        overflow-y: auto;
        left: 0;
        z-index: 1;
        height: 100%;
        overflow-x: hidden;
        transition: 0.3s;
        padding-top: 20px;
    }
/* Icon 1 */

.feedback-title {
    width:max-content;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    pointer-events: none;
    padding: 0 10px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}
    /* original design */
    .feedback-title > * {
        font: bolder 5rem/5rem "EB Garamond";
        -webkit-background-clip: text;
        color: palevioletred;
        overflow: hidden;
    }
    /* reflections */
    /*
    .feedback-title > :last-child {
        transform: rotatex(180deg) translatey(15px);
    }

    .feedback-title:first-of-type > :last-child {
        --gradient: linear-gradient(transparent 50%, white 90%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
    }

    .feedback-title:nth-of-type(2) > :last-child {
        --gradient: repeating-linear-gradient( transparent, transparent 3px, white 3px, white 4px ), linear-gradient(transparent 50%, white 90%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
    }

    .feedback-title:nth-of-type(3) > :last-child {
        transform: rotatex(180deg) translatey(15px) skew(150deg) translatex(10px);
        --gradient: linear-gradient(transparent 40%, white 90%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
    }

    .feedback-title:nth-of-type(4) > :last-child {
        filter: blur(10px) brightness(1.5);
    }

    .feedback-title:nth-of-type(5) > :last-child {
        filter: blur(4px);
        --gradient: linear-gradient(transparent 50%, white 90%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
    }

    .feedback-title:nth-of-type(6) > :last-child {
        --gradient: radial-gradient(circle at center, white, transparent 50%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
    }

    .feedback-title:nth-of-type(7) > :last-child {
        --gradient: linear-gradient(transparent 50%, white 90%);
        -webkit-mask-image: var(--gradient);
        mask-image: var(--gradient);
        text-shadow: 0 0 8px rgba(255, 0, 0, 0.4), -2px -2px 6px rgba(0, 255, 0, 0.4), 2px 2px 4px rgba(0, 255, 255, 0.4);
        background-image: unset;
    }

    .feedback-title:nth-of-type(8) > :last-child {
        opacity: 0.2;
    }

*/

@media (max-width: 480px) {
    .feedback-title > * {
        font: bolder 3.5rem/3.5rem "EB Garamond";
    }

    .feedback-title:nth-of-type(3) > :last-child {
        transform: rotatex(180deg) translatey(15px) skew(135deg) translatex(18px);
    }
}

#header button.navbar-toggle.collapsed, #header button.navbar-toggle {
    width: 33px;
    height: 24px;
    position: relative;
    margin: 19px auto 0 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}

    #header button.navbar-toggle.collapsed span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg) !important;
        -moz-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
        transform: rotate(0deg) !important;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

        #header button.navbar-toggle.collapsed span:nth-child(1) {
            top: 0px;
        }

        #header button.navbar-toggle.collapsed span:nth-child(2) {
            top: 9px;
            opacity: 1;
            left: 0;
            margin-top: 0;
        }

        #header button.navbar-toggle.collapsed span:nth-child(3) {
            top: 18px;
        }

    #header button.navbar-toggle span:nth-child(1) {
        top: 9px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        height: 4px;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
    }

    #header button.navbar-toggle span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }

    #header button.navbar-toggle span:nth-child(3) {
        top: 9px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        height: 4px;
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        margin-top: 0;
    }

.menu-item {
    position: relative;
}

    .menu-item img {
        max-width: 100%;
        position: relative;
        width: 100%;
    }

.menu-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .menu-backdrop.in {
        opacity: 0.8;
        filter: alpha(opacity=80);
        z-index: 1040;
    }

.menu-item .text-muted {
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
	
}

    .menu-item .text-muted.active {
        opacity: 1;
        z-index: 1050;
		
    }

    .menu-item .text-muted .cnt {
        margin: 150px auto;
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        -o-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
        width: 90%;
        position: relative;
        color: #fff;
    }

    .menu-item .text-muted.active .cnt {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.menu-item .close {
    color: #fff;
    opacity: 1;
    margin: 10px;
    font-size: 34px;
}

.menu-item h3 {
    margin-bottom: 26px;
    margin-top: -30px;
}

.menu-item .align-items {
    margin-bottom: 66px;
    clear: both;
    float: none;
}

    .menu-item .align-items .text-md {
        font-size: 21px;
        font-weight: bold;
    }

    .menu-item .align-items .btn {
        font-size: 18px;
        background: #ee312c; /*#92dd26;*/
        color: #000;
        padding: 8px 15px;
        margin-top: -3px;
        border-radius: 0;
        float: right;
        position: relative;
        z-index: 2;
		border-radius: 5px;
		color: #fff;
    }

.menu-item .popup-decr {
    display: inline-block;
    position: relative;
    width: 54px;
    height: 54px;
    bottom: 56px;
    right: 15px;
    z-index: 1;
    float: right;
}
/*Info icon on images*/
    .menu-item .popup-decr:before {
        color: #657fa2;
        display: block;
        content: '\f05a';
        font-family: 'FontAwesome';
        font-size: 55px;
        font-style: normal;
        z-index: 2;
        position: absolute;
    }

    .menu-item .popup-decr:after {
        color: #fff;
        display: block;
        background: #fff;
        content: '';
        width: 41px;
        height: 41px;
        border-radius: 100%;
        position: absolute;
        top: -9px;
        left: 0;
        z-index: 1;
    }

.body-txt .menu-item .popup-decr {
    bottom: -9px;
}

.body-txt .menu-item h3 {
    margin-top: 0;
}

.body-txt .category-products, .body-order .category-products {
    background: none;
}

    .body-txt .category-products .col-6:nth-child(odd), .body-order .category-products .col-6:nth-child(odd) {
        background: #fff;
    }

    .body-txt .category-products .col-6 {
        padding-top: 19px;
    }

.category-products {
    background: #fff;
}

.body-list .col-6 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}

.body-grid .col-6 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
}

.body-grid .menu-item .align-items .btn {
    padding: 4px 11px 0;
}

button.btn:visited, button.btn:focus, button.btn:hover {
    border: none;
    outline: none;
}

#shoppingCart {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
}

    #shoppingCart.active {
        opacity: 1;
        z-index: 100;
    }

    #shoppingCart .close {
        color: #fff;
        opacity: 1;
        margin: 10px;
        font-size: 34px;
    }

#cartItems {
    margin: 150px auto 0;
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    width: 90%;
    position: relative;
    color: #fff;
}

#shoppingCart.active #cartItems {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

#cartItems {
    text-align: center;
}

    #cartItems h2 {
        font-weight: normal;
    }

#shoppingCart .num-in {
    margin: 40px auto;
    width: 100%;
}

    #shoppingCart .num-in span {
        display: inline-block;
        width: 54px;
        height: 54px;
        line-height: 32px;
        text-align: center;
        position: relative;
        background: #fff;
        color: #000;
        border-radius: 100%;
        cursor: pointer;
    }

    #shoppingCart .num-in input {
        margin: 0 4%;
        width: 148px;
        height: 54px;
        border: 1px solid #6E6F7A;
        background: #fff;
        color: #000;
        text-align: center;
        padding: 0;
        top: -14px;
        position: relative;
        font-size: 28px;
    }

    #shoppingCart .num-in span.minus:before {
        content: '';
        position: absolute;
        width: 15px;
        height: 2px;
        background-color: #000;
        top: 48%;
        left: 37%;
    }

    #shoppingCart .num-in span.plus:before, #shoppingCart .num-in span.plus:after {
        content: '';
        position: absolute;
        left: 37%;
        width: 15px;
        height: 2px;
        background-color: #000;
        top: 48%;
    }

    #shoppingCart .num-in span.plus:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

#shoppingCart .add-to-cart {
    font-size: 17px;
    background: #ee312c; /*#92dd26;*/
    display: inline-block;
    color: #fff;
    padding: 5px 5px 5px 5px;
	border-radius: 5px;
    border: none;
	text-align: center;
	font-weight: bold;
}

    #shoppingCart .add-to-cart svg {
        float: left;
    }

    #shoppingCart .add-to-cart span {
        display: inline-block;
        float: left;
        margin-top: 11px;
    }

#itemCount {
    position: absolute;
    right: 12px;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    color: #fff;
    background: #92dd26;
    font-size: 12px;
    line-height: 20px;
}

.body-order .menu-item img {
    max-width: 29%;
    float: left;
	padding-top: 2px;
}

.body-order .menu-item .order-info {
    max-width: 70%;
    float: left;
}

.body-order .menu-item {
    padding: 10px 0;
}

    .body-order .menu-item .order-info h3 {
        margin-top: 0;
    }

.body-order .order-info .num-in span, .body-order .order-info .delete {
    display: inline-block;
    width: 41px;
    height: 41px;
    line-height: 32px;
    text-align: center;
    position: relative;
    background: #657fa2;
    color: #fff;
    border-radius: 100%;
    cursor: pointer;
}

.body-order .order-info .delete {
    background: #e41212;
    margin: 0;
    top: -19px;
    margin-left: 38px;
}

    .body-order .order-info .delete i {
        font-size: 23px;
    }

        .body-order .order-info .delete i:before {
            top: 21%;
            position: absolute;
            left: 30%;
        }

.body-order .order-info .num-in input {
    margin: 0 4%;
    width: 48px;
    height: 41px;
    border: none;
    color: #657fa2;
    background: none;
    text-align: center;
    padding: 0;
    top: -14px;
    position: relative;
    font-size: 28px;
}

.body-order .order-info .num-in span.minus:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: #fff;
    top: 47%;
    left: 33%;
}

.body-order .order-info .num-in span.plus:before, .body-order .order-info .num-in span.plus:after {
    content: '';
    position: absolute;
    left: 33%;
    width: 15px;
    height: 4px;
    background-color: #fff;
    top: 47%;
}

.body-order .order-info .num-in span.plus:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.body-order .align-items {
    margin-bottom: 0;
}

.body-order .menu-item .btn {
    font-size: 18px;
    background: #ee312c; /*#92dd26;*/
    color: #fff;
    padding: 8px 33px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
    margin: 10px 0 20px;
}

.body-order .col-xs-12 .menu-item {
    text-align: center;
}

.emenu-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ee312c;
    z-index: 10;
}

    .emenu-footer-bar ul {
        padding-left: 0;
    }

        .emenu-footer-bar ul li {
            display: inline-block;
            float: left;
            text-align: center;
        }

        .emenu-footer-bar ul.columns-1 li {
            width: 100%;
            position: relative;
        }

        .emenu-footer-bar ul.columns-2 li {
            width: 50%;
            position: relative;
        }

        .emenu-footer-bar ul.columns-3 li {
            width: 33%;
            position: relative;
        }

        .emenu-footer-bar ul.columns-4 li {
            width: 25%;
            position: relative;
        }

        .emenu-footer-bar ul.columns-1 li:after {
            content: '';
            display: block;
            width: 2px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/border.jpg) left top repeat-y;
        }

        .emenu-footer-bar ul.columns-1 li:last-child:after {
            display: none;
        }

        .emenu-footer-bar ul.columns-2 li:after {
            content: '';
            display: block;
            width: 2px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/border.jpg) left top repeat-y;
        }

        .emenu-footer-bar ul.columns-2 li:last-child:after {
            display: none;
        }

        .emenu-footer-bar ul.columns-3 li:after {
            content: '';
            display: block;
            width: 2px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/border.jpg) left top repeat-y;
        }

        .emenu-footer-bar ul.columns-3 li:last-child:after {
            display: none;
        }

        .emenu-footer-bar ul.columns-4 li:after {
            content: '';
            display: block;
            width: 2px;
            height: 50px;
            position: absolute;
            right: 0;
            top: 10px;
            background: url(../images/border.jpg) left top repeat-y;
        }

        .emenu-footer-bar ul.columns-4 li:last-child:after {
            display: none;
        }

        .emenu-footer-bar ul li > a {
            color: #fff;
            font-size: 21px;
            padding: 10px 0px;
            position: relative;
            width: 100%;
            height: 100%;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-flex-shrink: 1;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            justify-content: space-between;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
        }

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    background: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    font-weight: bold;
}

.preloader {
    position: absolute;
    font-size: 51px;
    color: #000;
    left: calc(50% - 111px);
    top: calc(42% + 30px);
}

    .preloader span {
        display: block;
        font-size: 18px;
        color: #38383a;
        text-transform: uppercase;
        margin-top: 34px;
        text-align: center;
        font-weight: normal;
    }

.loadBar {
    position: absolute;
    width: 240px;
    height: 1px;
    left: calc(50% - 125px);
    top: calc(50% + 71px);
    background: #bcbcbc;
}

.progress {
    position: relative;
    width: 0%;
    height: 3px;
    top: -1px;
    background: #38383a;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

@media (max-width: 670px) {
    .body-order .order-info .num-in input {
        height: 31px;
        width: 30px;
        top: -8px;
        font-size: 24px;
    }

    .body-order .order-info .num-in span, .body-order .order-info .delete {
        width: 31px;
        height: 31px;
    }

        .body-order .order-info .num-in span.minus:before {
            width: 12px;
            top: 43%;
            left: 33%;
        }

        .body-order .order-info .num-in span.plus:before, .body-order .order-info .num-in span.plus:after {
            left: 34%;
            width: 12px;
            top: 43%;
        }

    .body-order .order-info .delete {
        top: -9px;
        margin-left: 30px;
    }

        .body-order .order-info .delete i {
            font-size: 19px;
        }

            .body-order .order-info .delete i:before {
                top: 17%;
                position: absolute;
                left: 29%;
            }

    .menu-item .popup-decr {
        width: 31px;
        height: 31px;
    }

        .menu-item .popup-decr:before {
            font-size: 40px;
        }

        .menu-item .popup-decr:after {
            width: 31px;
            height: 31px;
            top: -4px;
        }


    .body-list .menu-item h3,
    .body-grid .menu-item h3 {
        margin-top: -4px;
    }
}


@media (max-width: 570px) {
    .emenu-footer-bar ul li > a {
        font-size: 17px;
    }

    .body-grid .menu-item button svg {
        width: 20px;
        height: 20px;
    }
}


@media (max-width: 500px) {
    .menu-item .align-items .text-md {
        font-size: 17px;
    }

    .menu-item .align-items .btn {
        font-size: 14px;
        margin-top: 0px;
    }

    #cartItems h2 {
        font-size: 25px;
    }

    #shoppingCart .add-to-cart {
        font-size: 17px;
        padding: 5px 21px 5px 12px;
    }

        #shoppingCart .add-to-cart svg {
            width: 36px;
        }

    #shoppingCart .num-in span {
        width: 44px;
        height: 44px;
    }

    #shoppingCart .num-in input {
        width: 93px;
        height: 54px;
        top: -8px;
    }

    #shoppingCart .num-in span.minus:before,
    #shoppingCart .num-in span.plus:before, #shoppingCart .num-in span.plus:after {
        left: 34%;
    }
}

@media (max-width: 425px) {

    .emenu-footer-bar ul li > a svg {
        width: 29px;
        height: 26px;
    }

    .emenu-footer-bar ul li > a {
        font-size: 14px;
    }

    .body-order .order-info .delete {
        margin-left: 15px;
    }

    .menu-item .align-items .text-md {
        font-size: 15px;
    }

    .body-order .menu-item h3 {
        margin-bottom: 16px;
    }

    .menu-item h3 {
        font-size: 15px;
    }

    .body-order .order-info .num-in span, .body-order .order-info .delete {
        width: 27px;
        height: 27px;
    }

    .body-order .order-info .delete {
        top: -5px;
    }

        .body-order .order-info .delete i:before {
            top: 15%;
            position: absolute;
            left: 24%;
        }

    .body-order .order-info .num-in span.plus:before, .body-order .order-info .num-in span.plus:after {
        left: 30%;
        width: 12px;
        top: 42%;
    }

    .body-order .order-info .num-in span.minus:before {
        width: 12px;
        top: 42%;
        left: 30%;
    }

    .body-order .order-info .num-in input {
        height: 31px;
        width: 26px;
        top: -6px;
        font-size: 21px;
        margin: 0;
    }
}

@media (max-width: 360px) {

    .emenu-footer-bar ul li > a {
        font-size: 13px;
    }

    #itemCount.active {
        right: 6px;
    }
}

/*------- Images Grid ----------*/
.img-container {
    position: relative;
    width: 100% !important;
    /*height: 50% !important;*/
}

    .img-container:after {
        content: "";
        display: block;
        padding-bottom: 100%;
        /*margin: 30px;*/
    }

    .img-container img {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; /* This if for the object-fit */
        height: 100%; /* This if for the object-fit */
        object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
        object-position: center;
    }

.grid-container {
    position: relative;
    width: 100% !important;
    /*height: 50% !important;*/
}

    .grid-container:before {
        content: "";
        display: block;
        padding-bottom: 100%;
        /*margin: 30px;*/
    }

    .grid-container div {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%; /* This if for the object-fit */
        height: 100%; /* This if for the object-fit */
        object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
        object-position: center;
    }
/*.list-item {
    border-bottom: solid 1px #eee;
    padding: 10px 0;
}*/
.list-item {
    overflow: hidden;
    border-bottom: dotted 1px #000;
}

    .list-item .col-xs-8, .list-item .col-xs-3, .list-item .col-xs-4 {
        vertical-align: bottom;
        line-height: normal
    }

    .list-item .col-xs-8 {
        padding: 10px 0px;
    }

    .list-item .col-xs-3, .list-item .col-xs-4 {
        text-align: right;
        padding: 10px 0px;
    }

.list-item {
    background: #fff;
    display: block
}

    .list-item small {
        font-size: 10px;
    }

.category-name {
    padding: 10px 15px;
    margin: 0 0 10px;
    background: #f6f6f6;
    text-align: center;
}

.list-item small span {
    width: auto !important;
}

.rowItemCart {
    position: relative;
    z-index: 2;
}

.rating-star-block .star.outline {
    background: url("../images/starRatingEmptyOne.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rating-star-block .star.filled {
    background: url("../images/starRatingFullOne.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}

.rating-star-block .star {
    color: rgba(0,0,0,0);
    display: inline-block;
    height: 48px;
    overflow: hidden;
    text-indent: -999em;
    width: 48px;
}

a {
    color: #005782;
    text-decoration: none;
}
