.block-top-category {
    float: left;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.block-top-category ul {
    text-align: center;
    font-size: 0;
}

.block-top-category .bs-title {
    font-size: 25px;
    color: #11392e;
    font-family: Hauora-Bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 34px;
    margin-top: 82px;
}

.block-top-category ul li {
    display: inline-block;
    width: 32.1%;
    position: relative;
    margin-right: 22px;
    vertical-align: top;
    overflow: hidden;
}

.block-top-category ul li img {
    -webkit-transition: 1s all;
    -moz-transition: 1s all;
    -o-transition: 1s all;
    transition: 1s all;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    height: auto;
    width: 100%;
}

.block-top-category ul li:hover img {
    -webkit-transform: scaleX(1.1) scaleY(1.1);
    -moz-transform: scaleX(1.1) scaleY(1.1);
    -o-transform: scaleX(1.1) scaleY(1.1);
    -ms-transform: scaleX(1.1) scaleY(1.1);
    transform: scaleX(1.1) scaleY(1.1);
}

.block-top-category .hometop-block {
    position: absolute;
    right: 19px;
    z-index: 9;
    bottom: 20px;
    text-align: right;
}

.block-top-category ul li .title {
    font-size: 18px;
    display: block;
    font-family: 'Hauora-Bold';
    margin-bottom: 21px;
    color: #11392e;
}

.block-top-category ul li:last-child {
    margin-right: 0 !important;
}

.block-top-category ul li .description {
    display: block;
    color: #11392e;
    font-size: 12px;
    font-family: Hauora-Regular;
    margin-bottom: 15px;
}

.description p {
    margin-bottom: 10px;
}

.block-top-category ul li .buy-link {
    font-size: 14px;
    display: inline-block;
    font-family: Hauora-Medium;
    color: #fff;
    background: #54af3a;
    padding: 11px 37px 11px;
    border-radius: 5px;
    text-transform: uppercase;
}

.block-top-category .hometop-block a {
    color: #11392e;
}

.block-top-category .hometop-block a:hover {
	color: #54af3a;
}

.block-top-category ul li .buy-link:hover {
    background: #11392e;
    color: #fff;
}


