.cat-section {
    padding-bottom: 32px;
    text-shadow: 0 0;
}

.cat-section .section-header {
    height: 41px;
    background-color: #e2e1e1;
    padding-left: 40px;
    margin-bottom: 21px;
}

.section-header-img-wrapper {
    display: inline-block;
    width  : 25px;
    height : 20px;
}

.cat-section .section-header .section-header-img {
    width: 100%;
    height: 100%;
}

.cat-section .section-header h1 {
    font-size      : 14px;
    text-transform : uppercase;
    display: inline-block;
    margin-left: 10px;
    margin-top: 14px;
}

.cat-section .section-items {

}

.cat-section .section-items .section-items-col {
    display        : inline-block;
    width          : 182px;
    margin-left    : 40px;
    vertical-align : top;
    font-size: 12px;
    color: rgb(62, 45, 33);
    margin-bottom: 0px;
}

.cat-section .section-items .section-items-col:nth-child(4n - 2) {
    width: 189px;
    margin-left: 51px;
}

.cat-section .section-items .section-items-col:nth-child(4n - 1) {
    width: 167px;
    margin-left: 61px;
}

.cat-section .section-items .section-items-col:nth-child(4n) {
    width: 203px;
    margin-left : 41px;
}

.cat-section .section-items .section-items-col .section-item {
    font-size : 12px;
    color : rgb(62, 45, 33);
    display: block;
    margin-bottom: 4px;
    letter-spacing: -0.2px;
}

div.cat-main-section div.section-items ul {
    float: left;
    width: 230px;
}

div.cat-main-section div.section-items ul li {
    list-style: none;
}

div.cat-main-section div.section-items ul li a{
	font-size:12px;
    text-shadow: 0 0;	
}

.in-catalog {
    margin-bottom: 11px;
}


.akcii-table {
    display: table;
    text-shadow : 0 0;
}

.left-part {
    display: table-cell;
    width: 285px;
    vertical-align: top;
    padding-left: 40px;
}

.akcii-menu {
    width: 298px;
    margin-left: -40px;
    overflow: hidden;
    height: 40px;
    -webkit-transition : all .2s ease-in-out;
    -moz-transition    : all .2s ease-in-out;
    -o-transition      : all .2s ease-in-out;
    transition         : all .2s ease-in-out;
}

.akcii-menu-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-top: 1px solid #a8a6a6;
    background-color: #e2e1e1;
    position: relative;
    height: 40px;
    font-size: 11.8px;
}

.akcii-menu-close {
    height: 41px;
}

.akcii-menu-open {

}

.akcii-menu-item.first {
    background-color: #FFFFFF;
    border: 1px solid #97be0e;
    cursor: pointer;
    padding-top: 9px;
    padding-left: 14px;
    font-size: 14px;
    height: 41px;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
}

.akcii-menu-item:last-child {
    height: 41px;
}

.akcii-menu-item.first:hover {
    background-color: #FFFFFF;
}

.akcii-menu-item.first img {
    position: absolute;
    left : 231px;
    top : 17px;
    width: 13px;
    cursor: pointer;
    -webkit-transition : all .2s ease;
    -moz-transition    : all .2s ease;
    -o-transition      : all .2s ease;
    transition         : all .2s ease;
}

.akcii-menu-close .first img {
    transform : rotateX(180deg);
}

.akcii-menu-item:nth-child(2) {
    border: none;
    height: 39px;
}

.akcii-menu-item:hover {
    background-color: #f2f1f1;
}

.akcii-menu-img-wrapper {
    position: absolute;
    left: 17px;
    top : 12px;
    width: 21px;
    height: 17px;
}

.akcii-menu-img-wrapper img {
    width: 100%;
    height: 100%;
}

.akcii-menu-item a {
    text-decoration: none !important;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-left: 54px;
}

.akcii-menu-item:hover a {
    color : #678310;
}

.right-part {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
}

.akcii-item {
    width: 286px;
    height: 280px;
    box-sizing: border-box;
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    display : inline-table;
    margin-bottom: 28px;
    margin-right: 21px;
    text-decoration: none !important;
}

.akcii-item:hover {
    box-shadow: 0 0 8px 1px rgba(44, 31, 21, .2);
    cursor: pointer;
}

.akcii-item:hover .akcii-item-text {
    color : rgb(62, 45, 33);
}

.akcii-item:hover .akcii-item-price {
    color: #000000;
}

.akcii-item-img {
    width: 100%;
    height: 122px;
    border-bottom: 3px solid #97be0e;
    box-sizing: content-box;
}

.akcii-item-img img {
    width: 100%;
    height: 100%;
    border-radius: 5px 5px 0 0;
}

.akcii-item-content {
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 28px;
}

.akcii-item-text {
    font-size : 12px;
    color     : rgb(62, 45, 33);
    line-height: 1.4;
    max-height: 48px;
    /* overflow: hidden;*/
    padding-top: 16px;
    padding-left: 14px;
    padding-right: 28px;
}

.akcii-item-price {
    font-size: 14px;
    margin-top: -4px;
    font-weight: bold;
    color: #000000;
    max-height: 31px;
    overflow: hidden;
}

.akcii-item:nth-child(2n) .akcii-item-price {
    padding-left : 3px;
}

.akcii-item-price-value {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 1px;
}

.akcii-item:nth-child(2n) .akcii-item-button {
    margin-left : 18px;
}

.akcii-item-button {
    display: block;
    width: 109px;
    height: 31px;
    border-radius: 5px;
    background-color: #97be0e;
    color : #ffffff;
    box-shadow: inset 0 -2px 1px 0 #80a00e;
    text-transform: uppercase;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
    margin-top: 50px;
    margin-left: 15px;
    position: relative;
    left: 11px;
    top: 26px;
}

.akcii-item-button:hover {
    background-color: #b0cc36;
    cursor: pointer;
    text-decoration : none !important;
    color : #ffffff !important;
}

.akcii-item-button-text {
    font-size: 10px;
    position: absolute;
    left: 23px;
    top : 8px;
}

.akcii-pages-menu {
    margin-left: 328px;
    margin-top: -2px;
    margin-bottom: 53px;
    text-shadow: 0 0;
    -webkit-user-select : none;
    -moz-user-select    : none;
    -ms-user-select     : none;
    user-select         : none;
}

.akcii-pages-menu-img {
    display: inline-block;
    margin-right: 5px;
    margin-top: -2px;
    margin-left: 7px;
    cursor : pointer;
}

.akcii-pages {
    display: inline-block;
}

.akcii-page {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #e2e1e1;
    color: #000000 !important;
    text-decoration: none !important;
    text-align: center;
    border-radius: 1px;
    margin-right: -1px;
    cursor: pointer;
}

.akcii-page-active {
    background-color: #97be0e;
    color : #FFFFFF !important;
    text-shadow: none !important;
}