﻿.cusprojc {
  font-size: 26px;
  margin: 35px auto;
}
.fetlstn {
    list-style: none;
}

    .fetlstn li {
        min-width: 48%;
        zoom: 1;
        padding: 2px;
        display: -moz-inline-stack;
        display: inline-block;
        *display: inline;
    }

.features_items {
    overflow: inherit;
}

.description ul, .description h4, .description h2, .cat-wrapper, .productinfo, .post-image {
    position: relative;
}

.description ul {
    padding: 5px;
    margin: 0;
    font-size: 12px;
    list-style: none;
}

.description li {
    padding: 4px;
    margin: 0;
    min-width: 48%;
    zoom: 1;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
}

.description h2 {
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
    margin: 8px 0 0;
    top: 0;
    color: #2A2D32;
    line-height: 1.4;
    font-size: 18px;
    font-weight: 400;
    transition: top .25s ease-in-out;
}

.description h4 {
    line-height: 2;
    font-size: 12px;
    padding: 5px 15px;
    margin: 0;
    transition: top .25s ease-in-out;
}

.cat-wrapper {
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 60px;
}

.productinfo {
    cursor: pointer;
    height: 447px !important;
}

    .productinfo:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        box-shadow: transparent;
        -moz-box-shadow: transparent;
        -webkit-box-shadow: transparent;
        background: #fff;
        border-radius: 10px;
        transition: all .15s ease-in-out;
    }

.post-image:before, post-image:after {
    content: "";
}

.productinfo:hover:before {
    top: -20px;
    left: -8px;
    bottom: -20px;
    right: -8px;
    border: 1px solid #0b8fac;
    box-shadow: 2px 6px 8px rgba(7,34,42,.41);
    -moz-box-shadow: 2px 6px 8px rgba(7,34,42,.41);
    -webkit-box-shadow: 2px 6px 8px rgba(7,34,42,.41);
}

.post-image {
    margin: 0;
    -webkit-transition: all .1s cubic-bezier(.02,.44,.45,.94);
    transition: all .1s cubic-bezier(.02,.44,.45,.94);
    border-bottom: 1px solid #f3f3f3;
}

.productinfo:hover .post-image {
    -webkit-transform: scale(.80);
    -ms-transform: scale(.80);
    transform: scale(.80);
    border-bottom: 1px solid #fff;
}

.productinfo:hover .description h2 {
    top: -15px;
}

.productinfo:hover img {
    border-radius: 0 !important;
}

.productinfo img {
    width: 100%;
    vertical-align: middle;
    border-radius: 10px 10px 0 0 !important;
}

.product-image-wrapper {
    border: 1px solid #f25903;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.08);
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.08);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.08);
    background: #fff;
    -moz-transition: margin-bottom .45s cubic-bezier(.25,.46,.45,.94) 0s,box-shadow .45s cubic-bezier(.25,.46,.45,.94) 0s;
    -webkit-transition: margin-bottom .45s cubic-bezier(.25,.46,.45,.94) 0s,box-shadow .45s cubic-bezier(.25,.46,.45,.94) 0s;
    transition: margin-bottom .45s cubic-bezier(.25,.46,.45,.94) 0s,box-shadow .45s cubic-bezier(.25,.46,.45,.94) 0s;
}

.slick-slider {
    margin-left: -2.7%;
    padding: 32px 14px 28px;
    width: 105.7%;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.cat-wrapper img, .slick-slider {
    display: block;
}

[dir=rtl] .cat-wrapper {
    float: right;
}

@media(min-width:768px) {
    .cat-wrapper {
        float: left;
        width: 33.33333333333333%;
    }
}

@media (max-width:480px) {
    .cat-wrapper {
        padding: 0 12px;
    }
}
