.panel-nvs-default .heading .nvs-nav {
    border-bottom: none;
    line-height: 48px;
}

.panel-nvs-default .heading .nvs-nav  li {
    display: block;
    float: left;
    position: relative;
    color: #fff;
    padding: 0px 10px;
}

.panel-nvs-default .heading .nvs-nav  li a {
    color: #fff;
}

.panel-nvs-default .heading .nvs-nav  li.active a {
    color: #000;
}

.nvs_info_pro {
    position: absolute;
    top: 40px;
    left: 5px
}

.nvs_label-success {
    background-color: #5cb85c;
}

.nvs_newday {
    display: block;
    text-transform: uppercase
}

.nvs_label-danger {
    background-color: #d9534f;
}

.nvs_money {
    color: #CC3300;
    font-weight: bold;
    padding: 5px;
}

.nvs_discounts_money {
    color: #000000;
    font-weight: normal;
    text-decoration: line-through;
    padding: 5px;
}
/*--------------------*/
#our-menu {
    padding-top: 45px;
}

#our-menu .title-home {
    text-align: center;
    margin-bottom: 5px;
}

#our-menu .title-home:before {
    height: 70px;
    width: 100%;
    background: url("//theme.hstatic.net/1000243846/1000312163/14/our-menu.png?v=277") no-repeat center transparent;
    content: "";
    display: block;
    margin-top: 8px;
}

#our-menu .pre-text {
    text-align: center;
    font-style: italic;
    margin-bottom: 25px;
    margin-top: 0;
}

#our-menu .title-home h2 {
    font-size: 34px;
    color: #444444;
    padding-bottom: 0px;
}

.ltabs-wrap .ltabs-tabs-container {
    text-align: center;
}

.navstabs_shops {
    margin: 15px 10px 40px;
}

.navstabs_shops li.active {
}

.navstabs_shops li a {
    color: #fff;
}





.item-inner .box-image {
    position: relative;
    overflow: hidden;
}
.new-item, .sale-item {
	display: inline-block;
	width: 49px;
	height: 49px;
	text-align: center;
	overflow: hidden;
	line-height: 49px;
	color: #fff;
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 16px;
	background: #aebdf5;
	z-index: 5;
	border-radius: 50%;
}
.item-inner .box-info {
    padding: 7px 0px;
    position: relative;
    height: 70px;
}
.a-left {
    text-align: left;
    float: left;
    width: 100%;
}
.a-left a {
    color: #444444;
    font-size: 16px;
    line-height: 20px;
    font-family: 'UTMAvo';
}
.a-right {
    text-align: right;
    float: LEFT;
    width: 100%;
}

.item_action .box-info .actions {
    position: absolute;
    bottom: -75px;
    right: 0;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.item_action:hover .actions {
    bottom: 70px;
}
.item-inner .actions .button.btn-cart {
    float: left;
    padding: 0 20px 0 40px;
    font-size: 14px;
    background-color: #c45210;
    background-image: url(//theme.hstatic.net/1000243846/1000312163/14/add-to-cart.png?v=277);
    background-position: 10px center;
    background-repeat: no-repeat;
    height: 39px;
    color: #fff;
    border: 0px;
}