.menuitem-thumb {
    width: <?= $thumbnailWidth; ?>px;
    height: <?= $thumbnailHeight; ?>px;
}

.sale-item .orig-price {
    text-decoration: line-through;
    font-size: 15px;
    margin-bottom: -15px;
}

.sale-item .sale-price {
    font-size: 22px;
}
.sale-item .sale-price:before {
    content: 'Sale: ';
}

#cart_items .cart_info {
    border: 1px solid #E6E4DF;
    margin-bottom: 50px
}

.menuCategories list-group-item:hover {
    background-color: none;
}


#cart_items .cart_info .cart_menu {
    background: <?= $primaryColor ?>;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
}

#cart_items .cart_info .table.table-condensed thead tr {
    height: 51px;
}


#cart_items .cart_info .table.table-condensed tr {
    border-bottom: 1px solid#F7F7F0
}

#cart_items .cart_info .table.table-condensed tr:last-child {
    border-bottom: 0
}

.cart_info table tr td {
    border-top: 0 none;
    vertical-align: inherit;
}


#cart_items .cart_info .image {
    padding-left: 30px;
}


#cart_items .cart_info .cart_description h4 {
    margin-bottom: 0
}

#cart_items .cart_info .cart_description h4 a {
    color: #363432;
    font-family: 'Roboto',sans-serif;
    font-size: 20px;
    font-weight: normal;

}

#cart_items .cart_info .cart_description p {
    color:<?= $linkColor; ?>
}


#cart_items .cart_info .cart_price p {
    color:<?= $linkColor; ?>;
    font-size: 18px
}


#cart_items .cart_info .cart_total_price {
    color: <?= $primaryColor ?>;
    font-size: 24px;
}

.cart_product {
    display: block;
    margin: 15px -70px 10px 25px;
}

.cart_product img {
    max-height: 150px;
    max-width: 150px;
}

.cart_quantity_button a {
    background:<?= $secondaryColor ?>;
    color: <?= $linkColor; ?>;
    display: inline-block;
    font-size: 16px;
    height: 28px;
    overflow: hidden;
    text-align: center;
    width: 35px;
    float: left;
}


.cart_quantity_input {
    color: <?= $linkColor; ?>;
    float: left;
    font-size: 16px;
    text-align: center;
    font-family: 'Roboto',sans-serif;

}


.cart_delete  {
    display: block;
    margin-right: -12px;
    overflow: hidden;
}


.cart_delete a {
    background:<?= $secondaryColor ?>;
    color: #FFFFFF;
    padding: 5px 7px;
    font-size: 16px
}

.cart_delete a:hover {
    background:<?= $primaryColor ?>
}

.product-thumbnails div {
    list-style-type: none;
    display: inline;
    padding: 5px;
}

.product-thumbnails div img {
    width: 75px;
    height: 75px;
    border: 1px solid #F5F5F5;
}

.product-thumbnails div img:hover {
    border: 1px solid black;
}

.modal .product-thumbnails {
    width: 100%;
}

.modal .product-thumbnails {
    text-align: center;
}

button.share {
    border: none;
    background: #3498db;
    background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
    background-image: -moz-linear-gradient(top, #3498db, #2980b9);
    background-image: -ms-linear-gradient(top, #3498db, #2980b9);
    background-image: -o-linear-gradient(top, #3498db, #2980b9);
    background-image: linear-gradient(to bottom, #3498db, #2980b9);
    -webkit-border-radius: 20;
    -moz-border-radius: 20;
    border-radius: 20px;
    /*text-shadow: 1px 2px 3px #666666;*/
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 9px 5px 9px;
    text-decoration: none;
}

button.share:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
.login-main{
    padding: 35px;
    text-align: center;
}
.login-main h2{
    color: <?= $primaryColor ?>; 
}

.login-main p{
    text-align: left !important;
}
.login-form2 hr{
    border-top: 1px solid #d3d3d3 !important;
}

.login-form2{
    text-align: left;
    padding: 50px !important;
    margin-top: 35px !important;
    border: 1px solid #ccc;
    box-shadow: .2px .2px .2px .2px gray;
    background-color: #edeeef;
}

.login-page{
    background-color: #edeeef;
}

@media (max-width: 767px){
    ul.navbar-list-logo {
        display: grid !important;
	max-height: 40px !important;
	float: left;
    }    
    ul.navbar-list-logo > li > a {
	padding-top: 8px;
    }
}
ul.navbar-list-logo {
    display: none;
}


.bottom-navigation-wrap {
    display: none
}

@media screen and (max-width:480px){
    .bottom-navigation-wrap {
        position:fixed;
        display: block;
        bottom: 0;
        background: #F2F2F2;
        width: 100%;
        min-width: 320px;
        z-index: 7;
        border-top: 1px solid #e2e8f0;
        padding-top: 0px !important;
    }

    .bottom-navigation-wrap {
        left: 0
    }

    .bottom-navigation-wrap .bottom-navigation-items {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 330px;
        max-width: 100%;
        margin: 0 auto;
        list-style: none;
        padding: 12px 0 10px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li {
        width: 25%;
        flex: 0 0 25%;
        display: flex;
        justify-content: center;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 5px;
        position: relative;
        text-decoration: none;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a .svg-stroke-color path {
        stroke: #191919;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a svg {
        width: 22px;
        height: 22px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a.active svg path {
        fill: black;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a .cart-fill-color {
        stroke: black;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a span:not(.count) {
        font-size: 11px;
        font-style: normal;
        font-weight: normal;
        line-height: 140%;
        text-align: center;
        color: black;
        padding-top: 2px;
        transition: .2s ease-in-out;
        min-width: 50px;
        max-width: 65px;
        white-space: nowrap;
        overflow: hidden;
        display: inline-block;
        text-overflow: ellipsis;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a.active span:not(.count) {
        color: black;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a.activesvg {
        fill: black;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a .count {
        position: absolute;
        font-size: 9px;
        line-height: 14px;
        top: -2px;
        height: 14px;
        width: 14px;
        color: white;
        background: black;
        text-align: center;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .bottom-navigation-wrap .bottom-navigation-items li a .count {
        right: 12px;
    }

    .bottom-navigation-wrap .bottom-navigation-items li .bottom-navigation-cart svg {
        height: 22px;
        width: 22px;
    }
}
