﻿

aside {
    padding: 1em;
    background: #fff;
}

.category-list h5{
    font-weight: 500;
}

.category-list h4 {
    font-weight: 300;
}

ul.category-block {
    border-bottom: 1px solid #e8e8e8;
    font-size: 14px;
    padding: 0 0 1em 0.5em !important;
}

ul.category-block li {
    padding: 0.2em 0;
}

.intro-cat-box {
  position: relative;
}

.image {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 1;
  transition: .5s ease;
  background-color: rgba(0,0,0,0.47);
}

.intro-cat-box:hover .overlay {
  background-color: rgba(140, 115, 35, 0.8);
}

.text {
  color: white;
  font-size: 2em;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}

/*.box-offers {
    margin-bottom: 2em;
}*/

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #007da4;
    border-color: #007da4;
}

.category-block a {
    color: #0090cf;
    line-height: 20px;
    padding: 0;
    font-weight: 400;
    display: block;
    margin-bottom: 6px;
    word-break: break-word;
}

.category-block li.li-selected strong {
    background: #8c7323; 
    color: #fff; 
    padding: 6px; 
    font-weight: 300 !important;
}
.box-item .box-wrap p.cod-art,
.box-item .box-wrap p.item-brand{
    margin-bottom: 0 !important;
    line-height: 20px !important;
}

.box-item hr {
    margin: 10px 0;
}

.box-item {
    margin-bottom: 1em;
}

@media (max-width: 767px) {

    .intro-cat-box {
        margin-bottom: 1em;
    }

    .box-offers {
        margin-bottom: 0;
    }
}

@media (max-width: 1024px) {

    .intro-cat-box .text {
        font-size: 1.5em;
    }
}