/* line 4, catalog.scss */
.catalog-index, .items-index {
    list-style: none;
    padding-left: 0;
}
/* line 8, catalog.scss */
.catalog-index li, .items-index li {
    height: 180px;
    margin-bottom: 80px;
    text-align: center;
}
.catalog-index li.ifsubcat{
    margin-bottom: 105px;
}

.catalog-index li a.header-catalog, .items-index li a.header-catalog {
    text-decoration: none;
    text-transform: uppercase;

}
.catalog-index li a.header-catalog:hover, .items-index li a.header-catalog:hover{
    text-decoration: underline;
}
/* line 13, catalog.scss */
.catalog-index li .wrapper, .items-index li .wrapper {
    padding-top: 180px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow: hidden;   
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.catalog-index.row span.popular-goods{
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding-bottom: 10px;
    padding-left: 15px;
    clear: left;
}

/* line 25, catalog.scss */
.catalog-index li .title, .items-index li .title {

    position: relative;
    padding: .2em 1.2em;
    text-align: center;
    display: table;
    color: #fff;
    margin-top: 2px;
    opacity: .9;
    min-height: 3.3em;
    height: 44px;
    vertical-align: middle;
    font-size: .9em;
    width: 100%;
    overflow: hidden;

}
.catalog-index li table {
margin-top: 3px;
width: 100%;
height: 44px;
font-size: 12px;
}
.catalog-index li table td {
width: 50%;
color:white;
background-color: #383838;
border-radius:0px;
}
.catalog-index li table td:hover {
background-color: #111;
color: #fff;
-webkit-transition: .2s ease-in-out;
-moz-transition: .2s ease-in-out;
-o-transition: .2s ease-in-out;
transition: .2s ease-in-out;   
}
.catalog-index li table td .subcat-table{
display: inline-block  
}

.catalog-index li table td i{
padding: 10px;
background-repeat: no-repeat;
padding-bottom: 2px;
}
.catalog-index li table td .subcat-table .vt-alg{
    position: relative;
}
.catalog-index li table td .subcat-table .subcat-table-cell{
    position: absolute;
    margin-left: -24px;
    margin-top: 7px;
}
.catalog-index li table td .subcat-table .vt-alg span{
color:#ebebeb;
text-decoration: underline;
}
.catalog-index li .title, .items-index li .title.title-main {
    background-color: #2d2d2d;
    /*line-height: 38px;*/
}
/* line 42, catalog.scss */
.catalog-index li .title b, .items-index li .title b {
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
}
/* line 48, catalog.scss */
.catalog-index li .title:hover, .items-index li .title:hover {
    background-color: #111;
    color: #fff;
    -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

/* line 64, catalog.scss */
.items-index li {
    height: 440px;
}
/* line 67, catalog.scss */
.items-index li .wrapper {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
/* line 74, catalog.scss */
.items-index li .wrapper span {
    display: block;
    text-align: center;
}
/* line 80, catalog.scss */
.items-index li .wrapper .price-old, .items-index li .wrapper .price-new {
    display: inline-block;
}
/* line 85, catalog.scss */
.items-index li .wrapper .price-old big {
    text-decoration: line-through;
}
/* line 90, catalog.scss */
.items-index li .wrapper .price-new, .items-index li .wrapper .price-new small {
    color: #ff0101;
}
/* line 93, catalog.scss */
.items-index li .wrapper .price-new b, .items-index li .wrapper .price-new small b {
    color: #282828 !important;
}
.items-index li .wrapper .table-price{
    width: 100%;
}
.items-index li .wrapper .table-price tr{
    background: none;
}
.items-index li .wrapper .table-price .type-price{
     color: #8e8e8e;
     font-size: 16px;
}
.items-index li .wrapper .table-price .ot-price{
     color: #8e8e8e;
     font-size: 16px;
}
/* line 98, catalog.scss */
.items-index li .wrapper .image {
    height: 250px;
    white-space: nowrap;
}
.items-index li .wrapper .image .badgesSec{
    position: absolute;
    width: 119px;
    height: 24px;    
    display: inline-block;
    left: 0px;
    background-repeat: no-repeat;
}
.items-index li .wrapper .image .badgesSec.availability{
    background-image: url(../../../../../images/badges/3.png);   
}
.items-index li .wrapper .image .badgesSec.soon{
    background-image: url(../../../../../images/badges/1.png);  
}
.items-index li .wrapper .image .badgesSec.lastSize{
    background-image: url(../../../../../images/badges/2.png);
}
/* line 102, catalog.scss */
.items-index li .wrapper .image img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    display: inline-block;
}
/* line 106, catalog.scss */
.items-index li .wrapper .image i {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
/* line 113, catalog.scss */
.items-index li .wrapper .price {
    margin-top: 10px;
    margin-bottom: 0;
}
/* line 116, catalog.scss */
.items-index li .wrapper .price big {
    font-size: 1.9em;
    font-weight: bold;
    letter-spacing: .03em;
    margin-right: .2em;
}
/* line 122, catalog.scss */
.items-index li .wrapper .price small {
    vertical-align: .2em;
}
/* line 127, catalog.scss */
.items-index li .wrapper small {
    font-size: .9em;
    color: #797979;
}
/* line 132, catalog.scss */
.items-index li .wrapper .articul {
    margin-bottom: .2em;
}
/* line 138, catalog.scss */
.items-index li .wrapper .title {
    font-family: Arial, sans-serif;
    font-size: 1.1em;
    opacity: 1;
    margin: 0;
    line-height: 1em;
}
/* line 145, catalog.scss */
.items-index li .wrapper .title b {
    display: inline;
}
/* line 149, catalog.scss */
.items-index li .wrapper .title:hover {
    background-color: transparent;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

/* line 164, catalog.scss */
.items-index.hits .wrapper {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
/* line 175, catalog.scss */
.items-index.hits .wrapper .sale, .items-index.hits .wrapper .day {
    text-indent: -9999px;
    display: block;
    background-color: #e2001a;
    width: 48px;
    height: 195px;
    margin-right: 6px;
    margin-left: -15px;
    float: left;
}
@media screen and (max-width: 1185px) { 
    #listCatalogOffers {
        padding-left: 10px;
    } 
}
/* line 188, catalog.scss */
.items-index.hits .wrapper .day {
    background-color: #2d2d2d;
}
/* line 193, catalog.scss */
.items-index.hits .wrapper .image {
    margin-top: 5px;
    margin-bottom: 5px;
}
/* line 200, catalog.scss */
.items-index.hits .wrapper .title {
    background-color: #f5f5f5;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}
/* line 208, catalog.scss */
.items-index.hits .wrapper .articul {
    margin-bottom: 1.2em;
}
/* line 212, catalog.scss */
.items-index.hits .wrapper > span:nth-child(2) {
    height: 100%;
    background-color: #f5f5f5;
    border-left: 1px solid #ebebeb;
}
/* line 220, catalog.scss */
.items-index.hits li {
    height: 195px;
}
/* line 223, catalog.scss */
.items-index.hits li .image {
    height: 135px;
}
/* line 226, catalog.scss */
.items-index.hits li .image img {
    height: 130px;
}
/* line 231, catalog.scss */
.items-index.hits li .gray-light-bg {
    background-color: #f5f5f5;
}


.box-size-info{
    z-index: 911;
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    background: rgba(255,255,255,0.5);
    padding-left: 25%;
    top: 0px;
    left: 0px;
    text-align: left;
    line-height: 16px;
    font-size: 13px;
    padding-top: 3px;
    color: #747474;
}

.box-size-info span {
    text-align: left;
}
.box-size-info .box-size-ico{
    position: absolute;
    box-sizing: border-box;
    top: 0px;
    left: 0px;
    width: 25%;
    background: url(../../../../../i/box-size-ico.png) no-repeat 16px 10px;
    color: #68ad18;
    font-size: 12px;
    height: 100%;
    line-height: 25px;
    text-indent: 29px;
}
.box-size-info .box-size-ico + span {
    transition: opacity 0.5s;
    opacity: 0;
}
.box-size-info .box-size-ico:hover + span {
    opacity: 1;
}

/* line 238, catalog.scss */
.last-box {
    padding-top: 0 !important;
}
/* line 242, catalog.scss */
.last-box h2 {
    font-size: 1em;
    text-align: center;
    margin: 0;
    padding-top: 1.2em;
    padding-bottom: 1.2em;
    background-color: #d7d7d7;
    text-transform: uppercase;
}
/* line 254, catalog.scss */
.last-box ul {
    list-style: none;
    padding: 0 !important;
}
/* line 258, catalog.scss */
.last-box ul li {
    margin-bottom: .6em;
    margin-top: .6em;
}
/* line 264, catalog.scss */
.last-box ul li span {
    display: block;
    min-height: 27px;
}
/* line 269, catalog.scss */
.last-box ul li:last-child hr {
    display: none;
}

/* line 276, catalog.scss */
.item ul.delivery {
    list-style: none;
    padding-left: 0;
}
/* line 282, catalog.scss */
.item ul.delivery li span {
    display: inline-block;
    width: 7em;
}
.white-box div ul.delivery li div{
    display: inline;
}

/* line 289, catalog.scss */
.item .order-table {
    width: 100%;
}
/* line 292, catalog.scss */
.item .order-table tr, .item .order-table td, .item .order-table th {
    background-color: transparent;
    border: 0 none !important;
}
/* line 296, catalog.scss */
.item .order-table td, .item .order-table th {
    padding: .2em 0;
}
/* line 300, catalog.scss */
.item .order-table input {
    width: 3.6em;
    text-align: right;
}

/* line 307, catalog.scss */
.pager-box {
    margin: 1em 0;
    text-transform: uppercase;
}
/* line 311, catalog.scss */
.pager-box .pg-separator, .pager-box .pg-pages-all, .pager-box .pager-filter {
    display: inline;
}
/* line 314, catalog.scss */
.pager-box .pg-separator, .pager-box .pager-filter {
    border-right: 1px solid #cdcdcd;
    margin-right: 1.5em;
    padding: .2em 1.5em .2em 0;
}
/* line 319, catalog.scss */
.pager-box .pg-separator .sp-page, .pager-box .pager-filter .sp-page {
    padding: 0 5px;
}
/* line 322, catalog.scss */
.pager-box .pg-separator .selected, .pager-box .pager-filter .selected {
    color: #d80a0a;
}
/* line 328, catalog.scss */
.pager-box .pg-pages-all .active {
    background: #606060;
    color: #fff;
}
/* line 332, catalog.scss */
.pager-box .pg-pages-all ul {
    display: inline;
}
/* line 337, catalog.scss */
.pager-box .pager-filter nav, .pager-box .pager-filter ul {
    display: inline;
}
/* line 340, catalog.scss */
.pager-box .pager-filter .active a {
    color: #d80a0a;
}

/* line 347, catalog.scss */
.submenu {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
    color: #212121;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}
/* line 357, catalog.scss */
.submenu li {
    color: #383838;
    padding-top: .2em;
    padding-bottom: .4em;
    padding-left: 1em;
    padding-right: 1em;
    border-bottom: 1px solid #eaeaea;
}
/* line 367, catalog.scss */
.submenu li.top {
    background-color: #e0e0e0;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #d9d9d9;
    padding-top: .4em;
}
/* line 379, catalog.scss */
.submenu li a {
    text-decoration: none;
}
/* line 383, catalog.scss */
.submenu li.active a {
    color: #d80a0a;
}
.mini_banner{
    height: 100px;
    background-image: url('../../../../../images/banner_labaz.png');
    margin-bottom: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -85px;
}
.mini_banner .mini_banner-text{
    text-align: right;
    margin-right: 25px;
    font-size: 18px;
    padding-top: 25px;
    color: #888;
}
.mini_banner .mini_banner-button{
    float: right;
    margin-right: 25px;
    background-color: #e50006;
    border-radius: 20px;
    margin-top: 5px;
}
.mini_banner .mini_banner-button a{
    padding: 5px 16px;
    text-decoration: initial;
    display: inline-block;
    color: white;
    font-size: 16px;
}
.table-gloves .table-gloves__table td{
    text-align: center;
    padding: 16px 15px;
    border: 1px solid #c7c7c7;
}
.table-gloves .table-gloves__table td:last-child,.table-gloves .table-gloves__table td:first-child{
    border-radius: 0 0 0 0;
}
.table-gloves .table-gloves__table .table__info-red{
    background-color: #e50006;
    color:white;
    width: 100%;
}
.table-gloves .table-gloves__table .table__info-red_text{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 0;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border: 1px solid transparent;
}
.table-gloves .table__bg_white{
    background: white;
    font-weight: bold;
}
.table-gloves .table__bg_white td{
    padding: 5px 15px;
}
.table-gloves .table__bold-h{
    font-weight: bold;
    text-transform: uppercase;
}
.table-gloves .table__price-red{
    font-weight: bold;
    color: #e50006;
}
.table-gloves .table__sub{
    font-size: 10px;
}
.table-gloves .table-gloves__text{
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
}
.table-gloves .table-gloves__text ul{
    margin-bottom: 5px;
}
.sl_slider .discount_disc{
    position: absolute;
    width: 72px;
    height: 74px;
    background: url(../../../../../images/stick_disc.png) no-repeat center;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
    font-size: 23px;
    line-height: 74px;
    top: 5%;
    left: 5%;
}