.catalog-index, .items-index {
    list-style: outside none none;
    padding-left: 0;
}

.catalog-index li, .items-index li {
    height: 180px;
    margin-bottom: 30px;
    text-align: center;
}

.catalog-index li .wrapper, .items-index li .wrapper {
    background-color: #fff;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border-radius: 5px;
    display: block;
    height: 100%;
    overflow: hidden;
    padding-top: 180px;
    width: 100%;
}

.catalog-index li .title, .items-index li .title {
    /*background-color: #fff;*/
    display: table;
    font-size: 0.9em;
    height: 3.3em;
    margin-top: -60px;
    min-height: 3.3em;
    opacity: 0.9;
    overflow: hidden;
    padding: 0.2em 1.2em;
    position: relative;
    text-align: center;
    vertical-align: middle;
    /*width: 101%;*/
}

.catalog-index li .title b, .items-index li .title b {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.catalog-index li .title:hover, .items-index li .title:hover {
    background-color: #111;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}

.items-index li {
    height: 430px;
}

.items-index li .wrapper {
    padding-bottom: 10px;
    padding-top: 10px;
    position: relative;
}

.items-index li .wrapper span {
    display: block;
    text-align: center;
}

.items-index li .wrapper .price-old, .items-index li .wrapper .price-new {
    display: inline-block;
}

.items-index li .wrapper .price-old big {
    text-decoration: line-through;
}

.items-index li .wrapper .price-new, .items-index li .wrapper .price-new small {
    color: #ff0101;
}

.items-index li .wrapper .price-new b, .items-index li .wrapper .price-new small b {
    color: #282828 !important;
}

.items-index li .wrapper .image {
    height: 250px;
    white-space: nowrap;
}

.items-index li .wrapper .image img {
    max-width: 100%;
}

.items-index li .wrapper .image i {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.items-index li .wrapper .price {
    margin-bottom: 0;
}

.items-index li .wrapper .price span {
    display: inline;
    font-size: 17px;
}

.items-index li .wrapper .price big {
    font-size: 1.8em;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-right: 0.2em;
}

.items-index li .wrapper .price small {
    vertical-align: 0.2em;
}

.items-index li .wrapper small {
    color: #797979;
    font-size: 0.8em;
}

.items-index li .wrapper .articul {
    margin-bottom: 0.2em;
}

.items-index li .wrapper .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    line-height: 1em;
    margin: 0;
    opacity: 1;
}

.items-index li .wrapper .title b {
    display: inline;
}

.items-index li .wrapper .title:hover {
    background-color: transparent;
    transition: none 0s ease 0s;
}

.items-index.hits .wrapper {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.items-index.hits .wrapper .sale, .items-index.hits .wrapper .day {
    background-color: #e2001a;
    display: block;
    float: left;
    height: 195px;
    margin-left: -15px;
    margin-right: 6px;
    text-indent: -9999px;
    width: 48px;
}

.items-index.hits .wrapper .day {
    background-color: #2d2d2d;
}

.items-index.hits .wrapper .image {
    margin-bottom: 5px;
    margin-top: 5px;
}

.items-index.hits .wrapper .title {
    background-color: #f5f5f5;
    margin-bottom: 1.2em;
    margin-top: 1.2em;
}

.items-index.hits .wrapper .articul {
    margin-bottom: 1.2em;
}

.items-index.hits .wrapper > span:nth-child(2) {
    background-color: #f5f5f5;
    border-left: 1px solid #ebebeb;
    height: 100%;
}

.items-index.hits li {
    height: 195px;
}

.items-index.hits li .image {
    height: 135px;
}

.items-index.hits li .image img {
    height: 130px;
}

.items-index.hits li .gray-light-bg {
    background-color: #f5f5f5;
}

.last-box {
    padding-top: 0 !important;
}

.last-box h2 {
    background-color: #d7d7d7;
    font-size: 1em;
    margin: 0;
    padding-bottom: 1.2em;
    padding-top: 1.2em;
    text-align: center;
    text-transform: uppercase;
}

.last-box ul {
    list-style: outside none none;
    padding: 0 !important;
}

.last-box ul li {
    margin-bottom: 0.6em;
    margin-top: 0.6em;
}

.last-box ul li span {
    display: block;
    min-height: 78px;
}

.last-box ul li:last-child hr {
    display: none;
}

.item ul.delivery {
    list-style: outside none none;
    padding-left: 0;
}

.item ul.delivery li span {
    display: inline-block;
    width: 7em;
}

.item .order-table {
    width: 100%;
}

.item .order-table tr, .item .order-table td, .item .order-table th {
    background-color: transparent;
    border: 0 none !important;
}

.item .order-table td, .item .order-table th {
    padding: 0.2em 0;
}

.item .order-table input {
    text-align: right;
    width: 3.6em;
}

.pager-box {
    margin: 1em 0;
    text-transform: uppercase;
}

.pager-box .pg-separator, .pager-box .pg-pages-all, .pager-box .pager-filter {
    display: inline;
}

.pager-box .pg-separator, .pager-box .pager-filter {
    border-right: 1px solid #cdcdcd;
    margin-right: 1.5em;
    padding: 0.2em 1.5em 0.2em 0;
}

.pager-box .pg-separator .sp-page, .pager-box .pager-filter .sp-page {
    padding: 0 5px;
}

.pager-box .pg-separator .selected, .pager-box .pager-filter .selected {
    color: #d80a0a;
}

.pager-box .pg-pages-all .active {
    background: #606060 none repeat scroll 0 0;
    color: #fff;
}

.pager-box .pg-pages-all ul {
    display: inline;
}

.pager-box .pager-filter nav, .pager-box .pager-filter ul {
    display: inline;
}

.pager-box .pager-filter .active a {
    color: #d80a0a;
}

.submenu {
    background-color: #fff;
    border-radius: 5px;
    color: #212121;
    list-style: outside none none;
    padding-left: 0;
    padding-right: 0;
}

.submenu li {
    border-bottom: 1px solid #eaeaea;
    color: #383838;
    padding: 0.2em 1em 0.4em;
}

.submenu li.top {
    background-color: #e0e0e0;
    border-bottom: 1px solid #d9d9d9;
    font-weight: bold;
    padding-top: 0.4em;
    text-transform: uppercase;
}

.submenu li a {
    text-decoration: none;
}

.submenu li.active a {
    color: #d80a0a;
}

@media all and (max-width: 850px) {
    #nedavno {
        display: none;
    }
}

.bx-green .btn.btn-default {
    outline: none;
    background-color: #3bc915;
    border-color: transparent !important;
    color: #FFF;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3bc915), color-stop(100%, #41c952));
    background-image: -moz-linear-gradient(top, #3bc915, #41c952);
    background-image: -webkit-linear-gradient(top, #3bc915, #41c952);
    background-image: linear-gradient(to bottom, #3bc915, #41c952);
    -moz-box-shadow: #3bc915 2px 2px 2px;
    -webkit-box-shadow: #3bc915 2px 2px 2px;
    box-shadow: none;
    text-shadow: none;
}

.bx-green .btn.btn-default:hover {
    outline: none;
    background-color: #74c948;
    background-image: none;
    border-color: #74c948;
    color: #FFF;
}

.bx-green .btn.btn-default:active {
    outline: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.bx-404-container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}