﻿.product-item {
    width: 1215px;
}

.nbs-flexisel-item figure,
ul.product-list li figure {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin: 0;
    text-align: center;
    margin: 0 5px !important;
    background-color: #fff;
    border: 1px solid rgba(156, 156, 156, 0.3);
}


    .nbs-flexisel-item figure figcaption,
    ul.product-list li figure figcaption {
        color: #4f4f4f;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .nbs-flexisel-item figure figcaption::before,
        .nbs-flexisel-item figure figcaption::after,
        ul.product-list li figure figcaption::before,
        ul.product-list li figure figcaption::after {
            pointer-events: none;
        }

        .nbs-flexisel-item figure figcaption,
        .nbs-flexisel-item figure figcaption > a,
        ul.product-list li figure figcaption,
        ul.product-list li figure figcaption > a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .nbs-flexisel-item figure figcaption > a,
            ul.product-list li figure figcaption > a {
                z-index: 1000;
                text-indent: 200%;
                white-space: nowrap;
                font-size: 0;
                opacity: 0;
            }

    .nbs-flexisel-item figure:hover figcaption > a img,
    ul.product-list li figure:hover figcaption > a img {
        width: 67px;
        height: 75px;
        border: 0;
        background: none !important;
        opacity: 1 !important;
        margin-top: 75px;
    }

    .nbs-flexisel-item figure h2,
    ul.product-list li figure h2 {
        font-size: 12pt;
        font-weight: 100;
        margin: 0;
    }

        .nbs-flexisel-item figure h2 span,
        ul.product-list li figure h2 span {
            font-size: 11pt;
        }


    .nbs-flexisel-item figure.effect-apollo figcaption::before,
    ul.product-list li figure.effect-apollo figcaption::before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(113,113,113,0.7);
        content: '';
        -webkit-transition: -webkit-transform 0.6s;
        transition: transform 1s;
        -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
        transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    }


    .productExcerpts .productExcerptInner > a > h4,
    .productExcerpts .productExcerptInner > p,
    ul.product-list li figure.effect-apollo p {
        direction: rtl;
        color: #8a8c8f;
        font-size: 11pt;
        display: block;
        height: 25px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow-x: hidden;
        margin: 5px 0;
        text-align: -moz-right;
        text-align: -webkit-right;
        text-align: right;
    }

.productExcerpts .productExcerptInner > a > h4 {
    color: #000;
    font-size: 14pt;
    font-weight: bold;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.nbs-flexisel-item figure.effect-apollo h2,
ul.product-list li figure.effect-apollo h2 {
    text-align: left;
}

.nbs-flexisel-item figure.effect-apollo:hover figcaption::before,
ul.product-list li figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}

.product-name {
    width: 210px;
    margin-top: 232px;
}

.effect-apollo-shadow {
    float: left;
    padding-bottom: 14px;
}

/**************** product-list *********************/
ul.product-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tags > a {
    color: #fff;
    padding: 5px 11.5px;
    background-color: #f7b71e;
    text-align: -moz-center;
    text-align: -webkit-center;
    text-align: center;
    margin-bottom: 5px;
    display: inline-block;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

    .tags > a:hover {
        color: #f7b71e;
        background-color: #fff;
    }
/********************** left-right *****************************/
.nbs-flexisel-nav-right:before,
.nbs-flexisel-nav-left:before {
    position: absolute;
    font-family: 'FontAwesome';
    top: 185px;
    font-size: 18px;
}

.nbs-flexisel-nav-right:hover:before,
.nbs-flexisel-nav-left:hover:before {
    color: #f7b71e;
}

.nbs-flexisel-nav-right,
.nbs-flexisel-nav-left {
    cursor: pointer;
}

    .nbs-flexisel-nav-left:before {
        content: "\f053";
        left: 14px;
    }

    .nbs-flexisel-nav-right:before {
        content: "\f054";
        right: 14px;
    }

figure.effect-apollo label,
figure.effect-apollo span {
    font-size: 13pt;
    padding: 15px 0;
    display: block;
}

figure.effect-apollo img {
    width: 100%;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

figure.effect-apollo > a {
    overflow: hidden;
    height: 100%;
    display: block;
}

figure.effect-apollo:hover img {
    /*opacity: 0.5;*/
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
/*products*/
ul.product-list li {
    width: 48%;
    float: right;
    list-style-type: none;
    margin: 0 1% 4%;
}
/********** Paging **********/
.pagination {
    color: #808285;
    margin: 25px auto 0;
    width: 100%;
    box-sizing: border-box;
    clear: both;
    border-top: 1px solid #e2e2e2;
    padding: 15px 0;
    display: inline-block;
}

    .pagination a,
    .paging-model2 .paging li {
        color: #808285 !important;
        display: inline-block !important;
        width: 32px !important;
        height: 32px !important;
        border: 1px solid #dedede !important;
        text-align: center !important;
        font-size: 15px !important;
        margin: 0 1px !important;
        padding: 5px 0 0 0 !important;
    }

        .pagination a.active,
        .pagination a:hover,
        .paging-model2 .paging li:hover a,
        .paging-model2 .paging li.active a {
            background-color: #f7b71e;
            color: #fff !important;
        }

.pages, .showRow, .fleft, .Rowtxt,
.paging-model2 .paging ul,
.paging-model2 .paging select,
.paging-model2 .paging > span {
    float: right;
    display: inline;
    margin-left: 10px;
    margin-bottom: 5px;
}

.paging-model2 .paging select {
    margin-left: 50px;
    margin-right: 12px;
    margin-bottom: 5px;
}

.Rowtxt {
    border: 1px solid #dedede;
    font-size: 9pt;
    padding: 6px 10px;
}

select.cd-select, select#PageSizedropDownList,
.paging-model2 .paging select {
    border: 1px solid #dedede;
    padding: 2px 5px;
    font-family: inherit;
}

select#PageSizedropDownList {
    padding: 2px 5px;
}

.clear {
    clear: both;
    display: block;
}

.paging {
    width: 100% !important;
    display: inline-block;
    border: 0 !important;
    padding: 0 15px !important;
    clear: both;
    margin: 30px 0 0;
}

.page-number {
    /* margin: 20px 0 10px 0 !important; */
    position: relative;
    width: 100%;
    background: #f2eded;
    height: 27px;
}


/*.page-number:before {
        content: '';
        height: 1px;
        width: 100%;
        background: #f7b71e;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
    }*/

span.page-txt {
    float: right;
    background-color: #f7b71e;
    color: #fff;
    padding: 3px 4px;
    height: 27px;
}

span.infiniteScrollPageContainer {
    background: #f7b71e;
    color: #fff;
    font-size: 13px;
    display: block;
    text-align: center;
    float: right;
    padding: 3px 4px;
    position: relative;
    height: 27px;
    line-height: 1.5;
}

    span.infiniteScrollPageContainer:after {
        position: absolute;
        display: block;
        border-color: transparent;
        border-style: solid;
        bottom: -10px;
        border-top-color: #f7b71e;
        content: " ";
        border-width: 5px;
        box-sizing: border-box;
        z-index: 2;
        right: -100%;
    }

.product.row {
    padding: 0 15px;
    list-style-type: none;
}

.margin-bottom75 {
    margin-bottom: 75px;
}
/*this theme*/
figure.effect-apollo:hover .productExcerpts {
    background-color: #f7b71e;
}

    figure.effect-apollo:hover .productExcerpts .productExcerptInner > a > h4 {
        color: #f7b71e;
    }

    figure.effect-apollo:hover .productExcerpts .productExcerptInner a.readMore {
        color: #9c9c9c;
    }

ul, ol {
    margin: 0 !important;
    padding: 0 !important;
}
/*responsivr*/


@media only screen and (max-width : 600px) {


    ul.product-list li {
        width: 100%;
    }
}
