.__item {
    width: 100%;
    overflow: hidden;
    padding: 12px 6px 0;
}

.__item-cell {
    float: left;
    position: relative;
}

/*@media screen and (min-width: 1847px) {*/
/*.__item-cell {*/
/*width: 12.5%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+2) .__item-expand {*/
/*margin-left: -100%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+3) .__item-expand {*/
/*margin-left: -200%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+4) .__item-expand {*/
/*margin-left: -300%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+5) .__item-expand {*/
/*margin-left: -400%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+6) .__item-expand {*/
/*margin-left: -500%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+7) .__item-expand {*/
/*margin-left: -600%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+8) .__item-expand {*/
/*margin-left: -700%;*/
/*}*/

/*.__item-cell:nth-of-type(8n+9) {*/
/*clear: left;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1585px) and (max-width: 1846px) {*/
/*.__item-cell {*/
/*width: 14.2857142857%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+2) .__item-expand {*/
/*margin-left: -100%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+3) .__item-expand {*/
/*margin-left: -200%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+4) .__item-expand {*/
/*margin-left: -300%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+5) .__item-expand {*/
/*margin-left: -400%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+6) .__item-expand {*/
/*margin-left: -500%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+7) .__item-expand {*/
/*margin-left: -600%;*/
/*}*/

/*.__item-cell:nth-of-type(7n+8) {*/
/*clear: left;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1323px) and (max-width: 1584px) {*/
/*.__item-cell {*/
/*width: 16.6666666667%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+2) .__item-expand {*/
/*margin-left: -100%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+3) .__item-expand {*/
/*margin-left: -200%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+4) .__item-expand {*/
/*margin-left: -300%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+5) .__item-expand {*/
/*margin-left: -400%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+6) .__item-expand {*/
/*margin-left: -500%;*/
/*}*/

/*.__item-cell:nth-of-type(6n+7) {*/
/*clear: left;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1061px) and (max-width: 1322px) {*/
/*.__item-cell {*/
/*width: 20%;*/
/*}*/

/*.__item-cell:nth-of-type(5n+2) .__item-expand {*/
/*margin-left: -100%;*/
/*}*/

/*.__item-cell:nth-of-type(5n+3) .__item-expand {*/
/*margin-left: -200%;*/
/*}*/

/*.__item-cell:nth-of-type(5n+4) .__item-expand {*/
/*margin-left: -300%;*/
/*}*/

/*.__item-cell:nth-of-type(5n+5) .__item-expand {*/
/*margin-left: -400%;*/
/*}*/

/*.__item-cell:nth-of-type(5n+6) {*/
/*clear: left;*/
/*}*/
/*}*/

/*@media screen and (min-width: 799px) and (max-width: 1060px) {*/
/*.__item-cell {*/
/*width: 25%;*/
/*}*/

/*.__item-cell:nth-of-type(4n+2) .__item-expand {*/
/*margin-left: -100%;*/
/*}*/

/*.__item-cell:nth-of-type(4n+3) .__item-expand {*/
/*margin-left: -200%;*/
/*}*/

/*.__item-cell:nth-of-type(4n+4) .__item-expand {*/
/*margin-left: -300%;*/
/*}*/

/*.__item-cell:nth-of-type(4n+5) {*/
/*clear: left;*/
/*}*/
/*}*/

@media screen and (min-width: 799px) {
    .__item-cell {
        width: 25%;
    }

    .__item-cell:nth-child(4n) .__item-short_info {
        margin-right: 0px;
    }

    .__item-cell:nth-of-type(4n+2) .__item-expand {
        margin-left: -100%;
    }

    .__item-cell:nth-of-type(4n+3) .__item-expand {
        margin-left: -200%;
    }

    .__item-cell:nth-of-type(4n+4) .__item-expand {
        margin-left: -300%;
    }

    .__item-cell:nth-of-type(4n+5) {
        clear: left;
    }
}

@media screen and (min-width: 537px) and (max-width: 798px) {
    .__item-cell {
        width: 33.3333333333%;
    }

    .__item-cell:nth-child(3n) .__item-short_info {
        margin-right: 0px;
    }

    .__item-cell:nth-of-type(3n+2) .__item-expand {
        margin-left: -100%;
    }

    .__item-cell:nth-of-type(3n+3) .__item-expand {
        margin-left: -200%;
    }

    .__item-cell:nth-of-type(3n+4) {
        clear: left;
    }
}

@media screen and (max-width: 536px) {
    .__item-cell {
        width: 50%;
    }

    .__item-cell:nth-child(2n) .__item-short_info {
        margin-right: 0px;
    }

    .__item-cell:nth-of-type(2n+2) .__item-expand {
        margin-left: -100%;
    }

    .__item-cell:nth-of-type(2n+3) {
        clear: left;
    }
}

.__item-cell.__item-short_info {
    cursor: pointer;
}

.__item-cell.is-expanded .__item-expand, .__item-cell:target .__item-expand {
    max-height: 100%;
    margin-bottom: 12px;
}

.__item-cell .__item-arrow_up {
    height: 0px;
    width: 100%;
}

.__item-cell.is-expanded .__item-arrow_up, .__item-cell:target .__item-arrow_up {
    border-bottom: 9px solid #8dc63f;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    height: 0;
    width: 0;
    padding-top: 3px;
    margin: 0 auto 0;
    opacity: 1;
    transition: opacity 0.15s;
    transition-delay: 0.2s;
}

.__item-arrow_up {
    opacity: 0;
}

.__item-short_info {
    margin: 0px 6px 0px 0px;
    padding: 0;
    border: solid 1px #cacaca;
}

.__item-image_featured {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.__item-title {
    font-weight: 600;
    font-size: 14px;

}

.figcaption {
    display: block;
}

.effect-oscar {
    position: relative;
    display: block;
}

.effect-oscar .figcaption {
    padding: 3em;
    background-color: rgba(58, 52, 42, 0);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}

.effect-oscar .figcaption, .effect-oscar .figcaption .wrapper > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.effect-oscar .figcaption .wrapper > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}

.effect-oscar .figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.effect-oscar .figcaption .wrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.effect-oscar:hover img {
    opacity: 0.4;
}

.effect-oscar:hover figcaption {
    background-color: rgba(58, 52, 42, 0.3);
}

.effect-oscar .figcaption::before {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    border: 1px solid #fff;
    content: '';
}

.effect-oscar .figcaption::before, .effect-oscar p {
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.effect-oscar:hover .figcaption::before, .effect-oscar:hover p {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.effect-oscar .title {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    text-align: center;
}

.effect-oscar .title h5 {
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
}

.effect-oscar:hover .title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
}

.effect-oscar .title .view-detail {
    text-transform: none;
    padding: 8px 12px;
    margin: 10px 0px 0px 0px;
    background: #579835;
    color: #fff;
    font-size: 0.8rem;
    line-height: 30px;

}

.__item-expand {
    position: relative;
    left: 0px;
    padding: 0px;
    margin-bottom: 12px;
    box-sizing: content-box;
    overflow: hidden;
    color: #fff;
    background-color: #2c353d;
    max-height: 0;
    transition: max-height 0.2s ease-in-out, margin-bottom 0.05s 0.15s;
    border: none;
    z-index: 2;
}

.is-expanded .__item-expand {
    border: solid 1px #8dc63f;
}

/*@media screen and (min-width: 1847px) {*/
/*.__item-expand {*/
/*width: 800%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1585px) and (max-width: 1846px) {*/
/*.__item-expand {*/
/*width: 700%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1323px) and (max-width: 1584px) {*/
/*.__item-expand {*/
/*width: 600%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 1061px) and (max-width: 1322px) {*/
/*.__item-expand {*/
/*width: 500%;*/
/*}*/
/*}*/

/*@media screen and (min-width: 799px) and (max-width: 1060px) {*/
/*.__item-expand {*/
/*width: 400%;*/
/*}*/
/*}*/

@media screen and (min-width: 799px) {
    .__item-expand {
        width: 400%;
    }
}

@media screen and (min-width: 537px) and (max-width: 798px) {
    .__item-expand {
        width: 300%;
    }
}

@media screen and (max-width: 536px) {
    .__item-expand {
        width: 200%;
    }
}

.__item-cell .__item-expand {
    margin-bottom: 0;
}

.__item-expand_close {
    position: absolute;
    top: 10px;
    right: 20px;
    color: #454545;
    font-size: 50px;
    line-height: 50px;
    text-decoration: none;
    z-index: 9;
}

.__item-expand_close:before {
    content: '×';
}

.__item-expand_close:hover {
    /*color: #fff;*/
}

.__item-expand-content {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 10px 10px 40px 10px;
    margin: 0 auto;
    box-sizing: border-box;
}

.__item-expand-content .__item-expand-title {
    font-size: 16px;
    color: #8dc63f;
    font-weight: 600;
    margin-left: 15px;
}

.__item-expand-content .__item-expand-text {
    font-size: 16px;
    margin: 20px 0px;
    color: #fff;
}

.__slide_product {
    margin: 5px auto;
    padding: 10px;
}

.__slide_product .carousel-item {
    height: auto;
}

.__slide_product .carousel-indicators {
    margin: 10px 0 0;
    overflow: auto;
    position: static;
    text-align: left;
    white-space: nowrap;
    width: 100%;
}

.__slide_product .carousel-indicators li {
    background-color: transparent;
    -webkit-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    height: auto;
    margin: 3px !important;
    width: auto;
    overflow: hidden;
    padding: 5px;
    border: solid 1px #ccc;
    max-height: 120px;
}

.__slide_product .carousel-indicators li.active {
    border-color: #8dc63f;
}

.__slide_product .carousel-indicators li img {
    display: block;
    opacity: 0.5;
    max-width: 100%;
}

.__slide_product .carousel-indicators li.active img {
    opacity: 1;
}

.__slide_product .carousel-indicators li:hover img {
    opacity: 0.75;
}

.__slide_product .carousel-control-prev {
    position: absolute;
    left: 0;
    top: 35%;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

/* Next button  */
.__slide_product .carousel-control-next {
    position: absolute;
    right: 0 !important;
    top: 35%;
    left: inherit;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px;
}

.__item-cell.is-expanded .__item-short_info {
    border-bottom-width: 0px;
}