.post-grid .post-items {
    margin-bottom: 34px
}

.post-list .post-items {
    margin-bottom: 25px
}

.post-grid .post-items .post-item {
    margin-bottom: 30px;
    width: 50%;
    float: left
}

.post-grid .post-items .post-item:nth-child(2n+1) {
    clear: both
}

@media ( max-width :360px) {
    .post-grid .post-items .post-item {
        width: 100%
    }
}

.post-list .post-items .post-item {
    margin-bottom: 30px
}

.post-list .post-items .post-item .post-item-info {
    border: 1px solid #f0f0f0
}

.post-list .post-items .post-item .post-item-info:after,
.post-list .post-items .post-item .post-item-info:before {
    content: "";
    display: table
}

.post-list .post-items .post-item .post-item-info:after {
    clear: both
}

.post-list .post-items .post-item .post-item-photo {
    width: 48%;
    float: left;
    margin: 0
}

@media ( max-width :479px) {
    .post-list .post-items .post-item .post-item-photo {
        width: 100%;
        float: none
    }
}

.post-list .post-items .post-item .post-item-detail {
    overflow: hidden;
    padding-left: 35px;
    padding-right: 15px;
    padding-bottom: 10px
}

.post-list .post-items .post-item .post-item-name {
    font-size: 16px;
    margin-top: 30px
}

@media ( max-width :1199px) {
    .post-list .post-items .post-item .post-item-name {
        margin-top: 5px
    }
}

.post-items .post-item .post-item-des {
    font-size: 13px;
    color: #888;
    margin: 22px 0 25px;
    line-height: 20px;
    max-height: 61px;
    overflow: hidden
}

.post-items .post-item .post-item-actions {
    margin-top: 15px
}

.post-items .post-item .post-item-actions .btn {
    color: #666;
    font-size: 13px;
    display: inline-block;
    line-height: 36px;
    padding: 0 22px;
    text-transform: none;
    background-color: #f2f2f2;
    text-align: center;
    border-radius: 100px
}

.post-items .post-item .post-item-actions .btn:hover {
    background-color: #f36;
    color: #fff
}

.post-items .post-item .post-item-photo {
    display: block;
    margin-bottom: 15px;
    position: relative;
    overflow: hidden
}

.post-items .post-item .post-item-photo a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 165, 60, .5);
    opacity: 0;
    display: block;
    z-index: 5;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.post-items .post-item .post-item-photo:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.post-items .post-item .post-item-photo:hover a:before {
    opacity: 1;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.post-items .post-item .post-item-photo img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.post-items .post-item .post-item-name {
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: block;
    margin-bottom: 6px
}

.post-items .post-item .post-item-name a {
    color: #333
}

.post-items .post-item .post-item-name a:hover {
    color: #f36
}

.post-items .post-item .post-item-athur {
    color: #aaa;
    font-size: 11px;
    display: block
}

.cms-blog .pagination {
    margin-bottom: 70px
}

.blog-posts {
    line-height: 24px;
    margin-top: 20px
}

.blog-posts .entry-title {
    font-size: 18px;
    margin: 0
}

.blog-posts .image-hover2 a {
    position: relative;
    display: table;
    width: 100%
}

.blog-posts .image-hover2 a:after {
    overflow: hidden;
    position: absolute;
    top: 0;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    background-color: rgba(0, 0, 0, .3);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 1
}

.blog-posts .image-hover2 a:before {
    font: normal normal normal 18px/1 FontAwesome;
    content: "\f002";
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: opacity .3s ease 0s;
    -o-transition: opacity .3s ease 0s;
    transition: opacity .3s ease 0s
}

.blog-posts .image-hover2 a:hover:after {
    visibility: visible;
    opacity: .8;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.blog-posts .image-hover2 a:hover:before {
    opacity: 1
}

.blog-posts .post-item {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #eaeaea;
    border-top: 1px solid #eaeaea;
    margin-top: -1px
}

.blog-posts .post-item .entry-meta-data {
    padding: 5px 0;
    color: #666;
    font-size: 13px
}

.blog-posts .post-item .entry-meta-data span {
    margin-right: 5px
}

.blog-posts .post-item .entry-meta-data .author .fa {
    opacity: .7
}

.blog-posts .post-item .entry-meta-data .fa {
    line-height: inherit
}

.blog-posts .post-item .post-star {
    font-size: 13px
}

.blog-posts .post-item .post-star .fa {
    line-height: inherit;
    color: #f90
}

.blog-posts .post-item .entry-excerpt {
    text-align: justify
}

.blog-posts .post-item .entry-more a {
    border: 1px solid #eaeaea;
    padding: 10px 12px;
    background: #eee
}

.blog-posts .post-item .entry-more {
    margin-top: 15px
}

.blog-posts .post-item .entry-more a:hover {
    background: #f36;
    color: #fff
}

.blog-posts .post-item .entry-thumb {
    margin-bottom: 10px
}

.blog-posts .post-item .entry-thumb img {
    border: 1px solid #eaeaea;
    width: 100%
}

.sortPagiBar {
    margin-top: 20px
}

.sortPagiBar .page-noite {
    line-height: 30px
}

.sortPagiBar .show-product-item,
.sortPagiBar .sort-product {
    float: right;
    border: 1px solid #eaeaea;
    height: 31px;
    margin-left: 23px
}

.sortPagiBar select {
    padding: 0 20px 0 10px;
    height: 29px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../images/dropdown.png) right center no-repeat #fafafa;
    display: inline-block;
    font-size: 13px
}

.sortPagiBar .sort-product .sort-product-icon {
    display: inline-block;
    width: 38px;
    text-align: center;
    float: right;
    height: 29px;
    border-left: 1px solid #eaeaea;
    background: #fafafa;
    padding-top: 8px
}

.sortPagiBar .bottom-pagination {
    width: auto;
    float: right;
    margin-left: 23px
}

.sortPagiBar .bottom-pagination .pagination {
    padding: 0;
    margin: 0;
    border-radius: 0
}

.sortPagiBar .bottom-pagination .pagination .active a,
.sortPagiBar .bottom-pagination .pagination a:hover {
    background: #f36;
    color: #fff
}

.sortPagiBar .bottom-pagination .pagination>li:first-child>a,
.sortPagiBar .bottom-pagination .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.sortPagiBar .bottom-pagination .pagination>li>a,
.sortPagiBar .bottom-pagination .pagination>li>span {
    position: relative;
    float: left;
    padding: 5px 12px;
    margin-left: -1px;
    line-height: 1.42857;
    color: #999;
    text-decoration: none;
    background-color: #fafafa;
    border: 1px solid #eaeaea
}

.sortPagiBar .bottom-pagination .pagination>li:last-child>a,
.sortPagiBar .bottom-pagination .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.sidebar-blog .block {
    margin-bottom: 30px
}

.sidebar-blog .block .block-title {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    display: block;
    border-bottom: 1px solid #dfdfdf;
    text-transform: uppercase;
    margin-bottom: 40px;
    padding-bottom: 5px
}

.sidebar-blog .block-categori-blog .block-title {
    margin-bottom: 26px
}

.sidebar-blog .block-categori-blog li {
    font-size: 14px;
    color: #666;
    display: block;
    border-bottom: 1px solid #f3f3f3;
    text-transform: capitalize;
    padding: 10px 0
}

.sidebar-blog .block-categori-blog li:last-child {
    border-bottom: none
}

.sidebar-blog .block-categori-blog li:after,
.sidebar-blog .block-categori-blog li:before {
    content: "";
    display: table
}

.sidebar-blog .block-categori-blog li:after {
    clear: both
}

.sidebar-blog .block-categori-blog li a {
    color: #666;
    display: block
}

.sidebar-blog .block-categori-blog li a:hover,
.sidebar-blog .block-categori-blog li a:hover .count {
    color: #f36
}

.sidebar-blog .block-categori-blog li .count {
    float: right;
    font-style: italic;
    color: #aaa;
    margin-left: 5px
}

.sidebar-blog .block-recent-post li {
    margin-bottom: 20px
}

.sidebar-blog .block-recent-post li:hover .item-photo img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.sidebar-blog .block-recent-post .item-photo {
    float: left;
    width: 32.6%;
    max-width: 90px;
    margin-right: 15px;
    display: block;
    overflow: hidden
}

.sidebar-blog .block-recent-post .item-photo img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.sidebar-blog .block-recent-post .item-detail {
    overflow: hidden;
    color: #aaa;
    font-size: 10px
}

.sidebar-blog .block-recent-post .item-name {
    font-size: 13px;
    font-weight: 600;
    display: block;
    margin-bottom: 8px
}

.sidebar-blog .block-tag-blog .block-content a {
    display: inline-block;
    line-height: 34px;
    border: 1px solid #eee;
    text-align: center;
    padding: 0 23px;
    color: #666;
    font-size: 12px;
    font-style: italic;
    font-family: Merriweather;
    margin-bottom: 5px;
    margin-right: 1px
}

.sidebar-blog .block-tag-blog .block-content a:hover {
    color: #f36
}

.recent-comment-list li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.recent-comment-list li:last-child {
    border: none;
    margin-bottom: 0
}

.recent-comment-list li .author {
    color: #666;
    margin-bottom: 5px;
    font-size: 13px
}

.recent-comment-list li .comment {
    margin-top: 5px;
    color: #666
}

.recent-comment-list li>h5>a {
    color: #333
}

.blog-list-sidebar .entry_title {
    margin: 0
}

.blog-list-sidebar li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden
}

.blog-list-sidebar li:last-child {
    border: none;
    margin-bottom: 0
}

.blog-list-sidebar li .post-thumb {
    width: 80px;
    float: left;
    border: 1px solid #eaeaea;
    padding: 4px;
    background: #fcfcfc
}

.blog-list-sidebar li .post-info {
    margin-left: 90px;
    color: #999
}

.blog-list-sidebar li .post-info .post-meta {
    font-size: 12px;
    margin-top: 5px
}

.blog-list-sidebar li .post-info .fa {
    line-height: inherit
}

.page-blog .page-heading {
    height: 41px;
    border-bottom: 1px solid #eaeaea;
    line-height: 40px;
    position: relative;
    font-size: 24px
}

.entry-detail {
    margin-top: 20px
}

.entry-detail .entry-photo {
    position: relative;
    display: block;
    overflow: hidden
}

.entry-detail .entry-photo img {
    border: 1px solid #eaeaea;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.entry-detail .entry-photo:hover img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.entry-detail .entry-meta-data {
    padding: 10px 0;
    color: #666
}

.entry-detail .entry-meta-data .fa {
    line-height: inherit
}

.entry-detail .entry-meta-data span {
    margin-right: 10px
}

.entry-detail .entry-meta-data .author .fa {
    opacity: .7
}

.entry-detail .entry-meta-data .post-star {
    float: right
}

.entry-detail .entry-meta-data .post-star .fa {
    color: #f90
}

.entry-detail .entry-meta-data .post-star span {
    margin: 0
}

.single-box {
    margin-top: 20px
}

.single-box>h2 {
    font-size: 20px
}

.comment-list {
    margin-top: 20px
}

.comment-list ul {
    padding-left: 80px
}

.comment-list ul li {
    overflow: hidden;
    margin-bottom: 15px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 15px
}

.comment-list ul li:last-child {
    margin-bottom: 0;
    border: none;
    padding: 0
}

.comment-list>ul {
    padding-left: 0
}

.comment-list .avartar {
    width: 80px;
    border: 1px solid #eaeaea;
    padding: 4px;
    float: left
}

.comment-list .comment-body {
    margin-left: 90px
}

.comment-list .comment-meta {
    color: #ccc
}

.comment-list .comment-meta .author a {
    font-weight: 700
}

.coment-form {
    margin-top: 20px
}

.coment-form label {
    margin-top: 10px;
    margin-bottom: 2px
}

.coment-form input,
.coment-form textarea {
    border-radius: 0;
    border: 1px solid #eaeaea;
    -webkit-box-shadow: inherit;
    box-shadow: inherit
}

.coment-form .btn-comment {
    padding: 10px 20px;
    border: 1px solid #eaeaea;
    background: #666;
    color: #fff;
    margin-top: 15px
}

.coment-form .btn-comment:hover {
    background: #f36;
    border: 1px solid #f36
}

.related-posts {
    margin-top: 20px
}

.related-posts .owl-next,
.related-posts .owl-prev {
    background: #eaeaea;
    width: 24px;
    height: 24px;
    color: #ccc;
    text-align: center;
    line-height: 24px;
    top: -31px;
    position: absolute;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.related-posts .owl-next:before,
.related-posts .owl-prev:before {
    font-family: FontAwesome;
    font-weight: 700
}

.related-posts .owl-next:hover,
.related-posts .owl-prev:hover {
    background: #f36;
    color: #fff
}

.related-posts .owl-next .fa,
.related-posts .owl-prev .fa {
    font-weight: 700
}

.related-posts .owl-prev {
    left: inherit;
    right: 26px
}

.related-posts .owl-prev:before {
    content: "\f104"
}

.related-posts .owl-next {
    right: 0
}

.related-posts .owl-next:before {
    content: "\f105"
}

.related-posts .post-item:hover .entry-thumb img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.related-posts .entry-thumb {
    position: relative;
    overflow: hidden
}

.related-posts .entry-thumb img {
    border: 1px solid #eaeaea;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    width: 100%
}

.related-posts .entry-ci {
    margin-top: 10px
}

.related-posts .entry-ci .entry-excerpt {
    padding: 10px 0
}

.related-posts .entry-meta-data {
    color: #999;
    font-size: 13px;
    margin-top: 10px
}

.related-posts .entry-meta-data .fa {
    line-height: inherit
}

.related-posts .entry-title {
    font-size: 14px
}

.post-detail .post-item-info .post-item-photo {
    display: block
}

.post-detail .post-item-info .post-item-photo img {
    width: 100%;
    display: block
}

.post-detail .post-item-info .post-item-name {
    font-weight: 600;
    font-size: 16px;
    color: #333;
    margin: 24px 0 15px;
    display: block
}

.post-detail .post-item-info .post-item-athur {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 18px
}

.post-detail .post-item-info .post-item-des {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px
}

.post-detail .post-item-info .post-item-des:before {
    content: "";
    width: 30px;
    height: 2px;
    background-color: #eaeaea;
    position: absolute;
    bottom: 0;
    left: 0
}

.post-detail .post-item-info .post-item-des blockquote {
    font-size: 14px;
    color: #333;
    font-family: Merriweather;
    border-left: 3px solid #e9c77b;
    padding-left: 29px;
    padding-top: 15px;
    padding-bottom: 15px
}

.post-detail .post-item-info .post-item-tag {
    font-size: 13px;
    color: #888;
    float: left;
    line-height: 28px;
    margin-bottom: 23px
}

.post-detail .post-item-info .post-item-tag a {
    color: #888;
    line-height: 28px
}

.post-detail .post-item-info .post-item-tag a:hover {
    color: #f36
}

.post-detail .post-item-info .post-item-tag label {
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 0;
    font-weight: 400;
    margin-right: 3px;
    line-height: 28px
}

.post-detail .post-item-info .post-item-share {
    font-size: 18px;
    color: #333;
    float: right;
    line-height: 28px;
    margin-bottom: 23px
}

.post-detail .post-item-info .post-item-share a {
    color: #333;
    margin-left: 5px;
    line-height: 28px
}

.post-detail .post-item-info .post-item-share a:hover {
    color: #f36
}

.post-detail .post-item-info .post-item-share label {
    font-size: 13px;
    text-transform: none;
    color: #666;
    padding: 0;
    font-weight: 400;
    margin-right: 3px;
    font-family: Merriweather;
    font-style: italic;
    line-height: 28px
}

.post-detail .post-arthur {
    background-color: #f2ddb0;
    margin-bottom: 25px;
    padding: 27px 35px 33px 53px
}

.post-detail .post-arthur:after,
.post-detail .post-arthur:before {
    content: "";
    display: table
}

.post-detail .post-arthur:after {
    clear: both
}

@media ( max-width :479px) {
    .post-detail .post-arthur {
        padding: 25px 20px
    }
}

.post-detail .post-arthur .avata {
    width: 100px;
    height: 100px;
    border-radius: 100%;
    overflow: hidden;
    margin-right: 20px;
    float: left
}

.post-detail .post-arthur .avata img {
    display: block
}

.post-detail .post-arthur .des {
    overflow: hidden;
    font-size: 12px;
    color: #555;
    font-family: Merriweather;
    font-style: italic;
    padding-top: 20px
}

.post-detail .post-arthur .des .name {
    font-size: 13px;
    color: #333;
    font-weight: 600;
    display: block;
    font-family: "Open Sans";
    font-style: normal;
    margin-bottom: 8px
}

.block-comment-blog .list-commnet {
    margin-bottom: 35px
}

.block-comment-blog .list-commnet .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 25px
}

.block-comment-blog .list-commnet .block-title:after,
.block-comment-blog .list-commnet .block-title:before {
    content: "";
    display: table
}

.block-comment-blog .list-commnet .block-title:after {
    clear: both
}

.block-comment-blog .list-commnet .block-title .leaver-comment {
    float: right;
    font-size: 12px;
    color: #888;
    font-family: Merriweather;
    font-style: italic;
    font-weight: 400
}

.block-comment-blog .list-commnet .item {
    border: 1px solid #ececec;
    padding: 22px 29px 28px;
    margin-bottom: 10px
}

.block-comment-blog .list-commnet .item .user {
    font-size: 14px;
    color: #222;
    font-weight: 600;
    margin-right: 25px
}

.block-comment-blog .list-commnet .item .date {
    color: #aaa;
    font-size: 13px
}

.block-comment-blog .list-commnet .item .des {
    font-size: 12px;
    font-family: Merriweather;
    font-style: italic;
    margin-top: 12px;
    margin-bottom: 15px;
    color: #666
}

.block-comment-blog .list-commnet .item .actions {
    text-align: right;
    font-size: 12px;
    color: #333;
    font-family: Merriweather;
    font-style: italic;
    margin-top: 45px
}

.block-comment-blog .list-commnet .item .actions .fa {
    color: #8b8b8b;
    font-size: 11px;
    margin-left: 5px
}

.block-comment-blog .list-commnet .item .actions .reply:hover,
.block-comment-blog .list-commnet .item .actions .reply:hover .fa {
    color: #f36
}

.block-comment-blog .block-leave-reply {
    margin-bottom: 70px
}

.block-comment-blog .block-leave-reply .block-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px
}

.block-comment-blog .block-leave-reply .form-group {
    margin-bottom: 10px
}

.block-comment-blog .block-leave-reply .form-control {
    height: 40px;
    padding-left: 10px;
    font-size: 13px;
    color: #888;
    max-width: 295px
}

.block-comment-blog .block-leave-reply .form-control::-moz-placeholder {
    color: #888;
    opacity: 1
}

.block-comment-blog .block-leave-reply .form-control:-ms-input-placeholder {
    color: #888
}

.block-comment-blog .block-leave-reply .form-control::-webkit-input-placeholder {
    color: #888
}

.block-comment-blog .block-leave-reply textarea,
.block-comment-blog .block-leave-reply textarea.form-control {
    height: 190px;
    max-width: 510px
}

.block-comment-blog .block-leave-reply .btn {
    height: 40px;
    border-radius: 100px;
    padding: 0 20px;
    font-size: 12px;
    margin-top: 10px
}

.product-reviews-summary .rating-summary:after,
.product-reviews-summary .rating-summary:before {
    content: "";
    display: table
}

.product-reviews-summary .rating-summary:after {
    clear: both
}

.product-reviews-summary .rating-result {
    position: relative;
    overflow: hidden;
    float: left
}

.product-reviews-summary .rating-result,
.product-reviews-summary .rating-result>span {
    color: #ccc;
    white-space: nowrap;
    line-height: 1;
    display: block
}

.product-reviews-summary .rating-result:before,
.product-reviews-summary .rating-result>span:before {
    content: "\f005" "\f005" "\f005" "\f005" "\f005";
    font-family: FontAwesome;
    font-size: 12px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: block
}

.product-reviews-summary .rating-result>span {
    color: #f90;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-reviews-summary .rating-result>span span {
    display: none
}

.product-item-opt-1 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.product-item-opt-1:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-1 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-1 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-1 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-1 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 50px;
    background-position: center top 7px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.product-item-opt-1 .product-item-info .btn-cart:hover {
    background-color: #f36
}

.product-item-opt-1 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 2px
}

.product-item-opt-1 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px
}

.product-item-opt-1 .product-item-img {
    display: block
}

.product-item-opt-1 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-1 .product-item-detail {
    padding: 8px 13px 5px;
    min-height: 71px
}

@media ( max-width :767px) {
    .product-item-opt-1 .product-item-detail {
        min-height: 75px
    }
}

.product-item-opt-1 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-opt-1 .product-item-name a {
    color: #666
}

.product-item-opt-1 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-1 .product-item-price {
    font-size: 18px;
    color: #f36;
    font-weight: 700;
    margin-bottom: 2px;
    float: left;
    width: calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
    width: -o-calc(100% - 70px);
    line-height: 1
}

.product-item-opt-1 .product-item-price>span {
    line-height: 1
}

.product-item-opt-1 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-1 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-1 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 23px;
    top: 80px
}

@media ( max-width :1199px) {
    .product-item-opt-1 .product-item-actions {
        top: 55px
    }
}

.product-item-opt-1 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-1 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.product-item-opt-1 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.product-item-opt-1 .product-item-actions .btn span {
    display: none
}

.product-item-opt-1 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36
}

.product-item-opt-1 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-1 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-1 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index1/btn-quickview.png)
}

.product-item-opt-1 .product-item-label {
    position: absolute;
    top: 17px;
    right: 17px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px
}

.product-item-opt-1 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent
}

.product-item-opt-1 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent #3395ff
}

.product-item-opt-1 .product-item-label.label-new {
    background-color: #096;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100%;
    width: 36px;
    line-height: 36px;
    height: 36px;
    top: 17px;
    right: 17px
}

.product-item-opt-1 .product-item-label.label-new:after,
.product-item-opt-1 .product-item-label.label-new:before {
    content: none
}

.product-item-opt-1 .product-item-label.label-sale {
    background-color: #ff9c33
}

.product-item-opt-1 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent
}

.product-item-opt-1 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33
}

.product-item-opt-1 .product-item-label.label-price {
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px
}

.product-item-opt-1 .product-item-label.label-price span {
    display: block
}

.product-item-opt-1 .product-item-label.label-price:after,
.product-item-opt-1 .product-item-label.label-price:before {
    content: none
}

.product-item-opt-1 .product-item-label.label-sale-off {
    background-color: #b30000;
    right: 5px;
    top: 9px;
    height: 38px;
    line-height: 1;
    padding-top: 3px;
    font-family: 'Arial Narrow';
    font-size: 16px;
    color: #fff
}

.product-item-opt-1 .product-item-label.label-sale-off span {
    display: block;
    text-transform: uppercase
}

.product-item-opt-1 .product-item-label.label-sale-off:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 11px 19px 0;
    border-color: transparent #b30000 transparent transparent;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    left: -11px
}

.product-item-opt-1 .product-item-label.label-sale-off:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #510000 transparent transparent;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -6px;
    right: 0
}


/* ---------------------------- */

.product-item-opt-3 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial
}

.product-item-opt-3:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-3 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-3 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-3 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 50px;
    background-position: center top 7px;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index1/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.product-item-opt-3 .product-item-info .btn-cart:hover {
    background-color: #f36
}

.product-item-opt-3 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 2px
}

.product-item-opt-3 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-top: 20px
}

.product-item-opt-3 .product-item-img {
    display: block
}

.product-item-opt-3 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-detail {
    padding: 8px 13px 5px;
    min-height: 71px
}

@media ( max-width :767px) {
    .product-item-opt-3 .product-item-detail {
        min-height: 75px
    }
}

.product-item-opt-3 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 3px;
    /* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap */
}

.product-item-opt-3 .product-item-name a {
    color: #666
}

.product-item-opt-3 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-3 .product-item-price {
    font-size: 18px;
    color: #f36;
    font-weight: 700;
    margin-bottom: 2px;
    float: left;
    /* width: calc(100% - 70px);
	width: -moz-calc(100% - 70px);
	width: -webkit-calc(100% - 70px);
	width: -o-calc(100% - 70px); */
    line-height: 1
}

.product-item-opt-3 .product-item-price>span {
    line-height: 1
}

.product-item-opt-3 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-3 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-3 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 23px;
    top: 80px
}

@media ( max-width :1199px) {
    .product-item-opt-3 .product-item-actions {
        top: 55px
    }
}

.product-item-opt-3 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-3 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-3 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-3 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.product-item-opt-3 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.product-item-opt-3 .product-item-actions .btn span {
    display: none
}

.product-item-opt-3 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36
}

.product-item-opt-3 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-3 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-3 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index1/btn-quickview.png)
}

.product-item-opt-3 .product-item-label {
    position: absolute;
    top: 17px;
    right: 17px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px
}

.product-item-opt-3 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent
}

.product-item-opt-3 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent #3395ff
}

.product-item-opt-3 .product-item-label.label-new {
    background-color: #096;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 100%;
    width: 36px;
    line-height: 36px;
    height: 36px;
    top: 17px;
    right: 17px
}

.product-item-opt-3 .product-item-label.label-new:after,
.product-item-opt-3 .product-item-label.label-new:before {
    content: none
}

.product-item-opt-3 .product-item-label.label-sale {
    background-color: #ff9c33
}

.product-item-opt-3 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent
}

.product-item-opt-3 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33
}

.product-item-opt-3 .product-item-label.label-price {
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px
}

.product-item-opt-3 .product-item-label.label-price span {
    display: block
}

.product-item-opt-3 .product-item-label.label-price:after,
.product-item-opt-1 .product-item-label.label-price:before {
    content: none
}

.product-item-opt-3 .product-item-label.label-sale-off {
    background-color: #b30000;
    right: 5px;
    top: 9px;
    height: 38px;
    line-height: 1;
    padding-top: 3px;
    font-family: 'Arial Narrow';
    font-size: 16px;
    color: #fff
}

.product-item-opt-3 .product-item-label.label-sale-off span {
    display: block;
    text-transform: uppercase
}

.product-item-opt-3 .product-item-label.label-sale-off:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 11px 19px 0;
    border-color: transparent #b30000 transparent transparent;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    left: -11px
}

.product-item-opt-3 .product-item-label.label-sale-off:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #510000 transparent transparent;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -6px;
    right: 0
}


/* ------------------------------------*/

.product-item-opt-0 .product-item-info {
    padding: 10px 22px 5px;
    border: 1px solid #dfdfdf;
    background-color: #fff;
    position: relative
}

.product-item-opt-0 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-0 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-0 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-0 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #888;
    display: block;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-0 .product-item-name a {
    color: #888
}

.product-item-opt-0 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-0 .product-item-price {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px
}

.product-item-opt-0 .product-item-price .old-price {
    color: #666;
    text-decoration: line-through
}

.product-item-opt-0 .product-item-actions:after,
.product-item-opt-0 .product-item-actions:before {
    content: "";
    display: table
}

.product-item-opt-0 .product-item-actions:after {
    clear: both
}

.product-item-opt-0 .product-item-actions .btn {
    width: 35px;
    height: 35px;
    line-height: 33px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #333;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    text-transform: uppercase;
    border: 1px solid #dfdfdf;
    float: left;
    margin-right: 5px
}

.product-item-opt-0 .product-item-actions .btn:last-child {
    margin-right: 0
}

.product-item-opt-0 .product-item-actions .btn span {
    display: none
}

.product-item-opt-0 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36;
    border-color: #f36
}

.product-item-opt-0 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-0 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png)
}

.product-item-opt-0 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-0 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png)
}

.product-item-opt-0 .product-item-actions .btn-cart {
    padding-left: 40px;
    background-position: center left 12px;
    background-position-x: 1%;
    background-position-y: 50%;
    width: auto;
    padding-right: 10px;
    background-image: url(../images/icon/index1/btn-cart.png)
}

.product-item-opt-0 .product-item-actions .btn-cart span {
    display: block
}

.product-item-opt-0 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png)
}

.product-item-opt-0 .product-item-review .action {
    font-size: 13px;
    color: #888;
    line-height: 34px
}

.product-item-opt-0 .product-item-review .action:hover {
    color: #f36
}

.product-item-opt-0 .product-item-des {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin-bottom: 26px;
    overflow: hidden;
    max-height: 73px
}

.product-item-opt-2 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial
}

.product-item-opt-2:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-2 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-2 .product-item-info:hover .btn-cart {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-2 .product-item-info .btn-cart {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    height: 50px;
    line-height: 48px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translate(0, 60px);
    -ms-transform: translate(0, 60px);
    -o-transform: translate(0, 60px);
    transform: translate(0, 60px)
}

.product-item-opt-2 .product-item-info .btn-cart:before {
    content: "";
    width: 33px;
    height: 33px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index2/btn-cart.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px
}

.product-item-opt-2 .product-item-info .btn-cart:hover {
    background-color: #f78031
}

.product-item-opt-2 .product-item-info .product-reviews-summary {
    float: right;
    margin-top: 2px
}

.product-item-opt-2 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 10px;
}

.product-item-opt-2 .product-item-img {
    display: block
}

.product-item-opt-2 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-2 .product-item-detail {
    padding: 8px 13px 5px;
    min-height: 71px
}

@media ( max-width :767px) {
    .product-item-opt-2 .product-item-detail {
        min-height: 75px
    }
}

.product-item-opt-2 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.product-item-opt-2 .product-item-name a {
    color: #666
}

.product-item-opt-2 .product-item-name a:hover {
    color: #f78031
}

.product-item-opt-2 .product-item-price {
    font-size: 18px;
    color: #f78031;
    font-weight: 700;
    margin-bottom: 2px;
    float: left;
    line-height: 1
}

.product-item-opt-2 .product-item-price>span {
    line-height: 1
}

.product-item-opt-2 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-2 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-2 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 23px;
    top: 80px
}

@media ( max-width :1199px) {
    .product-item-opt-2 .product-item-actions {
        top: 55px
    }
}

.product-item-opt-2 .product-item-actions .btn {
    width: 32px;
    height: 32px;
    line-height: 30px;
    padding: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
    color: #fff;
    margin-bottom: 7px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 100%;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-2 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-2 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-2 .product-item-actions .btn span {
    display: none
}

.product-item-opt-2 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f78031
}

.product-item-opt-2 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index2/btn-wishlist.png)
}

.product-item-opt-2 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index2/btn-compare.png)
}

.product-item-opt-2 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index2/btn-quickview.png)
}

.product-item-opt-2 .product-item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px
}

.product-item-opt-2 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent
}

.product-item-opt-2 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent #3395ff
}

.product-item-opt-2 .product-item-label.label-sale {
    background-color: #ff9c33
}

.product-item-opt-2 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent
}

.product-item-opt-2 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33
}

.product-item-opt-2 .product-item-label.label-price {
    background-color: #f60;
    color: #fff;
    border-radius: 100%;
    text-transform: uppercase;
    width: 36px;
    text-align: center;
    padding: 7px 0 0;
    height: 36px;
    line-height: 1;
    font-size: 11px
}

.product-item-opt-2 .product-item-label.label-price span {
    display: block
}

.product-item-opt-2 .product-item-label.label-price:after,
.product-item-opt-2 .product-item-label.label-price:before {
    content: none
}

.product-item-opt-2 .product-item-label.label-sale-off {
    background-color: #b30000;
    right: 5px;
    top: 9px;
    height: 38px;
    line-height: 1;
    padding-top: 3px;
    font-family: 'Arial Narrow';
    font-size: 16px;
    color: #fff
}

.product-item-opt-2 .product-item-label.label-sale-off span {
    display: block;
    text-transform: uppercase
}

.product-item-opt-2 .product-item-label.label-sale-off:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 19px 11px 19px 0;
    border-color: transparent #b30000 transparent transparent;
    position: absolute;
    bottom: auto;
    right: auto;
    top: 0;
    left: -11px
}

.product-item-opt-2 .product-item-label.label-sale-off:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 7px 0 0;
    border-color: #510000 transparent transparent;
    position: absolute;
    left: auto;
    top: auto;
    bottom: -6px;
    right: 0
}

.product-item-opt-3 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.product-item-opt-3 .product-item-info {
    border: 1px solid #dfdfdf;
    padding: 15px 28px
}

.product-item-opt-3 .product-item-info:hover .product-item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0
}

.product-item-opt-3 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-3 .product-item-detail {
    /* text-align: center; */
    padding: 0
}

.product-item-opt-3 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 4px;
    /*
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; 
	text-transform: uppercase;
	*/
    margin-top: 12px;
}

.product-item-opt-3 .product-item-name a {
    color: #333
}

.product-item-opt-3 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-3 .product-item-actions .btn {
    height: 30px;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    background-color: #ddd;
    color: #333;
    margin-bottom: 7px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 19px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-transform: uppercase;
    font-size: 12px
}

.product-item-opt-3 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #f36;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.product-item-opt-4 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff
}

.product-item-opt-4:hover .product-item-actions .btn,
.product-item-opt-4:hover .product-item-info .btn-quickview {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info {
    padding: 20px 0 13px
}

.product-item-opt-4 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info .btn-quickview {
    position: absolute;
    width: 52px;
    height: 52px;
    background-color: #ff8c00;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index9/quickview.png);
    top: 50%;
    margin-top: -26px;
    left: 50%;
    margin-left: -26px;
    padding: 0;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(.2);
    -ms-transform: scale(.2);
    -o-transform: scale(.2);
    transform: scale(.2);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-info .btn-quickview:hover {
    background-color: #cc7000
}

.product-item-opt-4 .product-item-info .btn-quickview span {
    display: none
}

.product-item-opt-4 .product-item-info .product-reviews-summary {
    float: right
}

.product-item-opt-4 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0 27px
}

.product-item-opt-4 .product-item-img {
    position: relative;
    overflow: hidden;
    display: block
}

.product-item-opt-4 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-detail {
    padding: 0 27px
}

.product-item-opt-4 .product-item-name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    display: block;
    margin-bottom: 1px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px
}

.product-item-opt-4 .product-item-name a {
    color: #333
}

.product-item-opt-4 .product-item-name a:hover {
    color: #f36
}

.product-item-opt-4 .product-item-price {
    font-size: 14px;
    color: #b40000;
    font-weight: 400;
    margin-bottom: 2px
}

.product-item-opt-4 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-4 .product-item-price .old-price {
    font-size: 14px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-4 .product-item-actions {
    position: absolute;
    z-index: 30;
    right: 7px;
    bottom: 1px
}

.product-item-opt-4 .product-item-actions .btn {
    width: 30px;
    height: 30px;
    line-height: 28px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #fff;
    margin-top: 5px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #dfdfdf;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-4 .product-item-actions .btn span {
    display: none
}

.product-item-opt-4 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #ff8c00;
    border-color: #ff8c00
}

.product-item-opt-4 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index1/btn-wishlist.png)
}

.product-item-opt-4 .product-item-actions .btn-wishlist:hover {
    background-image: url(../images/icon/index1/btn-wishlist-hover.png)
}

.product-item-opt-4 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index1/btn-compare.png)
}

.product-item-opt-4 .product-item-actions .btn-compare:hover {
    background-image: url(../images/icon/index1/btn-compare-hover.png)
}

.product-item-opt-4 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index1/btn-cart.png)
}

.product-item-opt-4 .product-item-actions .btn-cart:hover {
    background-image: url(../images/icon/index1/btn-cart-hover.png)
}

.product-item-opt-4 .product-item-label {
    position: absolute;
    top: 20px;
    right: 0;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 13px
}

.product-item-opt-4 .product-item-label:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 0;
    border-color: transparent #3395ff transparent transparent
}

.product-item-opt-4 .product-item-label:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -9px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 14px 9px;
    border-color: transparent transparent #3395ff
}

.product-item-opt-4 .product-item-label.label-sale {
    background-color: #ff9c33
}

.product-item-opt-4 .product-item-label.label-sale:before {
    border-color: transparent #ff9c33 transparent transparent
}

.product-item-opt-4 .product-item-label.label-sale:after {
    border-color: transparent transparent #ff9c33
}

.product-item-opt-7 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    font-family: Arial
}

.product-item-opt-7:hover .product-item-actions .btn {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-7 .product-item-info:hover .btn-quickview2 {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-7 .product-item-info .btn-quickview2 {
    left: 50%;
    top: 50%;
    margin-left: -33px;
    margin-top: -33px;
    position: absolute;
    background-color: rgba(124, 191, 66, .7);
    display: block;
    border-radius: 100%;
    color: #fff;
    height: 66px;
    line-height: 66px;
    padding: 0;
    width: 66px;
    font-size: 14px;
    text-transform: none;
    opacity: 0;
    visibility: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/btn-view.png);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .product-item-info .btn-quickview2 span {
    display: none
}

.product-item-opt-7 .product-item-info .btn-quickview2:hover {
    background-color: #e52e04
}

.product-item-opt-7 .product-item-info .product-reviews-summary {
    height: 12px;
    margin-bottom: 3px
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:after,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:before {
    content: "";
    display: table
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-summary:after {
    clear: both
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result {
    position: relative;
    overflow: hidden;
    float: left
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span {
    color: #666;
    white-space: nowrap;
    line-height: 1;
    display: block
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result:before,
.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span:before {
    content: "\f006" "\f006" "\f006" "\f006" "\f006";
    font-family: FontAwesome;
    font-size: 10px;
    letter-spacing: 1.5px;
    line-height: 1;
    display: block
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span {
    color: #f7a61b;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden
}

.product-item-opt-7 .product-item-info .product-reviews-summary .rating-result>span span {
    display: none
}

.product-item-opt-7 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden
}

.product-item-opt-7 .product-item-img {
    display: block
}

.product-item-opt-7 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .35s;
    -o-transition: .35s;
    transition: .35s
}

.product-item-opt-7 .product-item-detail {
    padding: 11px 10px 5px;
    min-height: 84px
}

.product-item-opt-7 .product-item-name {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: capitalize
}

.product-item-opt-7 .product-item-name a {
    color: #666
}

.product-item-opt-7 .product-item-name a:hover {
    color: #e52e04
}

.product-item-opt-7 .product-item-price {
    font-size: 15px;
    color: #e62e04;
    font-weight: 700;
    margin-bottom: 2px
}

.product-item-opt-7 .product-item-price>span {
    line-height: 1
}

.product-item-opt-7 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-7 .product-item-price .old-price {
    font-size: 13px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-7 .product-item-actions {
    position: absolute;
    z-index: 30;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
    width: 136px
}

.product-item-opt-7 .product-item-actions .btn {
    width: 34px;
    height: 28px;
    line-height: 29px;
    padding: 0;
    text-align: center;
    background-color: #7cbf42;
    color: #fff;
    margin-bottom: 0;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    float: left;
    border: none;
    border-right: 1px solid rgba(255, 255, 255, .2);
    border-left: 1px solid rgba(0, 0, 0, .1);
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-7 .product-item-actions .btn:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(2) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(3) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(4) {
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

.product-item-opt-7 .product-item-actions .btn:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.product-item-opt-7 .product-item-actions .btn:first-child {
    border-left: none
}

.product-item-opt-7 .product-item-actions .btn:last-child {
    border-right: none
}

.product-item-opt-7 .product-item-actions .btn span {
    display: none
}

.product-item-opt-7 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #e52e04
}

.product-item-opt-7 .product-item-actions .btn-wishlist {
    background-image: url(../images/icon/index7/btn-wishlist.png)
}

.product-item-opt-7 .product-item-actions .btn-compare {
    background-image: url(../images/icon/index7/btn-compare.png)
}

.product-item-opt-7 .product-item-actions .btn-quickview {
    background-image: url(../images/icon/index7/btn-quickview.png)
}

.product-item-opt-7 .product-item-actions .btn-cart {
    background-image: url(../images/icon/index7/btn-cart.png)
}

.product-item-opt-7 .product-item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    padding: 0;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

.product-item-opt-7 .product-item-label.label-new {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-new.png)
}

.product-item-opt-7 .product-item-label.label-sale {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-sale.png)
}

.product-item-opt-8 {
    padding: 0;
    position: relative;
    z-index: 10;
    background-color: #fff;
    max-width: 272px;
    margin-right: auto;
    margin-left: auto
}

.product-item-opt-8:hover .product-item-actions .btn-wishlist {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.product-item-opt-8:hover .product-item-actions .btn-compare {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

.product-item-opt-8 .product-item-info:hover .product-item-photo img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-8 .product-item-photo {
    text-align: center;
    position: relative;
    overflow: hidden;
    border: 1px solid #eaeaea
}

.product-item-opt-8 .product-item-img {
    display: block;
    overflow: hidden;
    position: relative
}

.product-item-opt-8 .product-item-img img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s
}

.product-item-opt-8 .product-item-detail {
    padding: 11px 0 5px;
    min-height: 84px;
    text-align: center
}

.product-item-opt-8 .product-item-name {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    display: block;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-transform: uppercase
}

.product-item-opt-8 .product-item-name a {
    color: #666
}

.product-item-opt-8 .product-item-name a:hover {
    color: #0188cc
}

.product-item-opt-8 .product-item-price {
    font-size: 16px;
    color: #e62e04;
    font-weight: 400;
    margin-bottom: 9px
}

.product-item-opt-8 .product-item-price>span {
    line-height: 1
}

.product-item-opt-8 .product-item-price .price {
    margin-right: 3px
}

.product-item-opt-8 .product-item-price .old-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
    font-weight: 400
}

.product-item-opt-8 .product-item-actions:after,
.product-item-opt-8 .product-item-actions:before {
    content: "";
    display: table
}

.product-item-opt-8 .product-item-actions:after {
    clear: both
}

.product-item-opt-8 .product-item-actions .btn {
    width: 36px;
    height: 36px;
    line-height: 34px;
    padding: 0;
    text-align: center;
    background-color: #fff;
    color: #666;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 0;
    display: inline-block;
    border: 1px solid #ccc
}

.product-item-opt-8 .product-item-actions .btn span {
    display: none
}

.product-item-opt-8 .product-item-actions .btn:hover {
    color: #fff;
    background-color: #0188cc;
    border-color: #0188cc
}

.product-item-opt-8 .product-item-actions .btn-compare,
.product-item-opt-8 .product-item-actions .btn-wishlist {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
    -webkit-animation-duration: .45s;
    animation-duration: .45s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.product-item-opt-8 .product-item-actions .btn-compare:before,
.product-item-opt-8 .product-item-actions .btn-wishlist:before {
    font-family: FontAwesome;
    font-size: 14px
}

.product-item-opt-8 .product-item-actions .btn-compare {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

.product-item-opt-8 .product-item-actions .btn-wishlist:before {
    content: "\f08a"
}

.product-item-opt-8 .product-item-actions .btn-compare:before {
    content: "\f0ec"
}

.product-item-opt-8 .product-item-actions .btn-cart {
    width: auto;
    padding: 0 23px;
    text-transform: uppercase
}

.product-item-opt-8 .product-item-actions .btn-cart span {
    display: block
}

.product-item-opt-8 .product-item-label {
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 28px;
    padding: 0 8px;
    display: block;
    background-color: #3395ff;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center
}

.product-item-opt-8 .product-item-label.label-new {
    right: auto;
    top: 10px;
    left: 10px;
    background-color: transparent;
    text-transform: uppercase;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/index7/bg-new.png)
}

.product-collections-opt-8 {
    text-align: center
}

.product-collections-opt-8:hover .product-item-photo img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-collections-opt-8 .product-item-photo {
    display: block;
    margin-bottom: 25px
}

.product-collections-opt-8 .product-item-photo img {
    display: block;
    margin: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}

.product-collections-opt-8 .product-item-img {
    display: block;
    position: relative;
    overflow: hidden
}

.product-collections-opt-8 .product-item-name {
    display: block;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 400
}

.product-collections-opt-8 .product-item-name a {
    color: #333
}

.product-collections-opt-8 .product-item-name a:hover {
    color: #0188cc
}

.product-collections-opt-8 .product-item-des {
    margin-bottom: 10px;
    font-size: 14px
}

.product-collections-opt-8 .product-item-author {
    font-style: italic;
    margin-bottom: 10px;
    font-size: 16px;
    color: #999
}

.product-collections-opt-8 .product-item-actions .btn-view {
    background-color: #fff;
    color: #333;
    border: 1px solid #666;
    text-transform: capitalize;
    padding: 0 25px;
    font-weight: 400;
    font-size: 14px;
    line-height: 34px
}

.product-collections-opt-8 .product-item-actions .btn-view:hover {
    background-color: #0188cc;
    border-color: #0188cc;
    color: #fff
}

.product-collections-opt-8.product-even .product-item-info {
    flex-direction: column;
    display: -webkit-flex;
    -webkit-flex-direction: column
}

.product-collections-opt-8.product-even .product-item-photo {
    order: 2;
    margin: 0
}

.product-collections-opt-8.product-even .product-item-detail {
    order: 1;
    margin-bottom: 28px
}

.product-item-opt-12 {
    padding: 0;
    position: relative;
    background-color: #fff
}

.wishlist .product-item {
    margin-bottom: 30px;
}

.wishlist .pagination {
    margin-top: 20px;
}

.wishlist .product-btn {
    margin-top: 10px;
}

.wishlist .product-btn .btn-blue {
    width: 100%;
    display: block;
    text-align: center;
}