/* jQuery.Rating Plugin CSS - http://www.fyneworks.com/jquery/star-rating/ */
div.rating-cancel,
div.star-rating {
    float: left;
    width: 17px;
    height: 15px;
    text-indent: -999em;
    cursor: pointer;
    display: block;
    background: transparent;
    overflow: hidden
}

div.rating-cancel,
div.rating-cancel a {
    background: url(../image/delete.gif) no-repeat 0 -16px
}

div.star-rating,
div.star-rating a {
    background: url(../image/star1.png) no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
    display: block;
    width: 16px;
    height: 100%;
    background-position: 0 0px;
    border: 0
}

div.star-rating-on a {
    background-position: 0 -16px !important
}

div.star-rating-hover a {
    background-position: 0 -32px
}

/* Read Only CSS */
div.star-rating-readonly a {
    cursor: default !important
}

/* Partial Star CSS */
div.star-rating {
    background: transparent !important;
    overflow: hidden !important
}

/* END jQuery.Rating Plugin CSS */

.bg-file {
    position: absolute;
    right: 0px;
    top: 5px;
    margin: 0px;
    overflow: hidden;
    display: inline-block;
    width: 115px;
    height: 30px;
    cursor: pointer;
    background: url('../image/add_photo.jpg') no-repeat;
}

.liar-label {
    display: block;
    height: 100%;
    width: 150px;
}

.liar-label span {
    display: inline-block;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    position: relative;
    text-align: left;
}


.liar-label span a {
    display: inline-block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: -3px;
    top: -3px;
    background: url('../image/close.png') no-repeat 0px 0px;
}




input[type=file]:hover {
    cursor: pointer;
}

#file1,
#file2,
#file3,
#file4,
#file5,
#file6,
#file7 {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 115px;
    height: 30px;
    font-size: 12px;
    cursor: pointer;
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

#file1 {
    display: inline-block;
}

/*.img{
    width:55px;
    height:55px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}*/
.reviewimagediv {
    float: left !important;
    height: 40px;
    margin-top: 25px;
    position: relative;
}

.btn-c {
    background: url('../image/add_photo.png') no-repeat;
    color: #fff;
    display: inline-block;
    POSITION: absolute;
}

.btn-c span,
.btn-c a {
    padding-left: 7px;
    display: inline-block;
    zoom: 1;
    background: url('../image/add_photo.png') no-repeat;
    cursor: pointer;
    border: none;
}

.btn-c:hover,
.btn-c a {
    color: #333;
}

.btn-5 {
    background-position: right;
    padding-right: 10px;
}

.btn-5,
.btn-5 span,
.btn-5 a {
    height: 29px;
    line-height: 29px;
    text-align: left;
    font-weight: bold;
    //right: 0;
    font-family: Arial, Helvetica, Verdana, "Lucida Grande", "Lucida Sans Unicode", sans-serif;
    top: 5px;
}

.btn-5 span,
.btn-5 a {
    background-position: left;
    padding-left: 38px;
    font-size: 12px;
    white-space: nowrap;
    vertical-align: top;
}


/* Preload images lightbox */
/* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.4;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    background: #fff;
    text-align: center;
    position: relative;
    width: 850px;
    margin: 0 auto;
    left: 0;
    top: 70px;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
}

.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
    display: none;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
    width: 750px;
    border: 0 none;
}


.mfp-ajax-cur {
    cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
    cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.mfp-loading.mfp-figure {
    display: none;
}

.mfp-hide {
    display: none !important;
}

.mfp-preloader {
    color: #cccccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}

.mfp-preloader a {
    color: #cccccc;
}

.mfp-preloader a:hover {
    color: white;
}

.mfp-s-ready .mfp-preloader {
    display: none;
}

.mfp-s-error .mfp-content {
    display: none;
}

button.mfp-close {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: -40px;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
    opacity: 1;
}

.mfp-close:active {
    top: 1px;
}

.mfp-close-btn-in .mfp-close {
    right: 4px;
    color: #333333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: white;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #cccccc;
    font-size: 12px;
    line-height: 18px;
}


.mfp-share {
    top: 260px;
    left: 43px;
    width: 160px;
    position: absolute;
}

.mfp-arrow-left,
.mfp-arrow-right {
    background: rgba(0, 0, 0, 0) url("../image/carousel.png") no-repeat scroll 0 0;
    cursor: pointer;
    display: block;
    height: 84px;
    position: absolute;
    top: 50%;
    width: 43px;
    z-index: 2000;
    border: 0 none;
}

.mfp-arrow-left {
    background-position: 0 -500px;
    left: 0;
}

.mfp-arrow-left:hover {
    background-position: 0 -590px;
}

.mfp-arrow-right {
    background-position: -57px -500px;
    right: 0;
}

.mfp-arrow-right:hover {
    background-position: -57px -590px;
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black;
}

/* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444;
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px;
}

.mfp-image-holder .mfp-content {
    max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape),
screen and (max-height: 300px) {

    /**
         * Remove all paddings around the image on small screen
         */
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }

    .mfp-img-mobile .mfp-figure {
        /* The shadow behind the image */
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

.mfp-ie7 .mfp-img {
    padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
    width: 600px;
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
    padding: 0;
}

.mfp-ie7 .mfp-content {
    padding-top: 44px;
}

.mfp-ie7 .mfp-close {
    top: 0;
    right: 0;
    padding-top: 0;
}

.mfp-galleryImages {
    float: left;
}

.mfp-galleryContents {
    float: left;
    margin-left: 20px;
    position: relative;
}

.mfp-galleryImages,
.mfp-galleryContents {
    display: table-cell;
    max-width: 360px;
}

.am-img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.mfp-reviewGallery img {
    float: left;
    margin-top: 10px;
    padding: 0 10px 10px 0;
    width: 70px;
    cursor: pointer;
}

.mfp-reviewDetail {
    margin-top: 20px;
}

.mfp-reviewAuthor {
    margin-top: 20px;
}

.mfp-goods {
    text-indent: -9999px;
}

.mfp-goods a {
    background: rgba(0, 0, 0, 0) url("../image/style_shop_now.png") no-repeat scroll 0 -399px;
    color: #666666;
    font-size: 15px;
    height: 30px;
    left: 0px;
    text-align: left;
    text-decoration: underline;
    top: 200px;
    width: 155px;
    position: absolute;
}

.onegoods_detail .mfp-goods {
    display: none;
}

.review-thumbnail-images img {
    display: inline;
    max-height: 100%;
    width: 100%;
    vertical-align: middle;
}

.gallery-popup-wrap {
    width: 800px;
    overflow: visible;
    margin: 10px auto;
}

/* .mfp-inline-holder > .mfp-arrow{ display: none;} */
.gallery-popup-wrap .mfp-arrow {
    position: relative;
    display: inline-block;
    margin: -50% auto 10px;
}

.gallery-popup-wrap .mfp-arrow-left {
    float: left;
}

.gallery-popup-wrap .mfp-arrow-right {
    float: right;
}

.hidden {
    display: none;
}

.reviewimagediv-description {
    clear: both;
}

/*******************/

/** home sideshow **/
.user-gallery-list {
    display: block;
    overflow: hidden;
    /*height: 260px;*/
    width: 1280px;
}

.user-gallery-list {
    float: left;
}

.user-gallery-list>li {
    float: left;
    width: 20%;
    padding: 0 3px;
}

.user-photos-next,
.user-photos-prev {
    font-size: x-large;
}

.user-gallery-viewport .user-photos-prev {
    left: 0;
}

.user-gallery-viewport .user-photos-next {
    right: 0;
}

/** end home sideshow  ***/

/** reviews catalog  **/
.style-gallery-banner {
    position: relative;
    margin-bottom: 70px;
}

.style-gallery-banner .separator {
    background: #f7f7f7 none repeat scroll 0 0;
    border-bottom: 1px solid #eaeaea;
    height: 35px;
    margin: 1px 0;
    overflow: hidden;
    width: 100%;
}

.style-gallery-banner .give-away {
    padding-top: 7px;
    position: relative;
}

.style-gallery-banner .give-away img {
    display: block;
    width: 100%;
    margin: 0 auto;
    vertical-align: middle;
}

.style-gallery-banner .share-your-photo {
    bottom: -52px;
    cursor: pointer;
    height: 95px;
    left: 47%;
    position: absolute;
    width: 95px;
}

#share-your-photo>img {
    height: 95px;
}

.customer-reviews-title {
    border-bottom: 1px solid #e4e4e4;
    margin: 65px auto 35px;
    position: relative;
    width: 1170px;
}

.customer-reviews-title>p {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    font-size: 20px;
    left: 465px;
    padding: 0 10px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: -13px;
}

.style-gallery-banner .share-your-photo:hover {
    background-position: 0 0;
}

.style-gallery-banner .gallery_sns_share {
    height: 30px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.style-gallery-banner .gallery_sns_share p {
    color: #4c5253;
    display: inline-block;
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
}

.gallery-unselect {
    -moz-user-select: none;
}

.style-gallery-share {
    padding-right: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

.style-gallery-share .pinterest-share-icon a {
    background-image: none !important;
    display: block !important;
    height: 30px !important;
    width: 30px !important;
}

.style-gallery-share .pinterest-share-icon span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    box-shadow: none !important;
    display: block !important;
    height: 30px !important;
    width: 30px !important;
}

.style-gallery-share .gallery-like {
    display: inline-block;
}

.style-gallery-share .share-icon {
    display: inline-block;
    height: 30px;
    padding-left: 3px;
    width: 30px;
}

.style-gallery-share .facebook-share-icon {
    background: rgba(0, 0, 0, 0) url("../image/new_fb.jpg") no-repeat scroll 0 0;
    cursor: pointer;
}

.style-gallery-share .undisplay {
    display: none;
}

.style-gallery-share .pinterest-share-icon {
    background: rgba(0, 0, 0, 0) url("../image/new_pin.jpg") no-repeat scroll 0 0;
    cursor: pointer;
}

.style-gallery-share .googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../image/new_go.jpg") no-repeat scroll 0 0;
    cursor: pointer;
}

#style-gallery-detail {
    background-color: #fff;
    font: 12px/100% Arial, Helvetica, sans-serif;
    margin: 4% auto 0;
    padding: 20px 40px 0;
    position: relative;
    width: 580px;
}

#style-gallery-detail ul {
    color: #4c5253;
    font-family: "Arial Normal", "Arial";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 20px;
    list-style: none;
}

#style-gallery-detail .mfp-close {
    position: absolute;
}

#style-gallery-detail li {
    color: #4c5253;
    font-family: "Arial Normal", "Arial";
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    padding-bottom: 30px;
}

#style-gallery-detail .line-title {
    border-bottom: 2px solid #eaeaea;
    margin-bottom: 25px;
    padding-bottom: 0;
    text-align: center;
}

#style-gallery-detail .line_text {
    background: #fff none repeat scroll 0 0;
    color: #fb5058;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    position: relative;
    top: 8px;
}

#style-gallery-detail em {
    color: #f00;
    position: relative;
    top: 3px;
}

.form-add.custom-review-form-left {
    float: left;
}

.review-form-right-tips {
    float: left;
    margin-left: 30px;
    margin-top: 50px;
    width: 40%;
    padding: 10px;
    border: 3px solid #ccc;
}

/*-----*/
.user-gallery-title .title {
    background: #fff none repeat scroll 0 0;
    font-size: 22px;
    padding: 0 10px;
    position: relative;
    top: 15px;
    color: #333;
}

.user-gallery-title .discount {
    font-family: Arial;
    font-size: 13px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}

.user-gallery-title .title-hr {
    background: #f4eff5 none repeat scroll 0 0;
    border: 0 none;
    height: 1px;
}

.user-photo-title a {
    color: #666;
    float: right;
    font: 12px/18px arial, sans-serif;
    margin-top: 5px;
}

.user-gallery-viewport .upload-box,
.user-gallery-viewport .view-box {

    min-width: 170px;
    padding-top: 15px;
    position: relative;
    display: inline-block;
}

.user-gallery-viewport .view-box {
    padding-left: 20px;
}

.user-gallery-viewport .upload,
.user-gallery-viewport .view {
    border: 1px solid #ff7988;
    border-radius: 18px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    color: #4c5253;
    display: block;
    font-size: 14px;
    height: 35px;
    line-height: 16px;
    padding: 9px 12px 0;
    text-align: center;
}

.user-gallery-viewport .upload:hover {
    background-color: #f9f9f9;
    cursor: pointer;
    text-decoration: none;
}

.user-gallery-viewport .upload .home-logo {
    background: rgba(0, 0, 0, 0) url("../image/bgwidget.png") no-repeat scroll -189px -220px;
    padding: 10px;
}

.user-gallery-viewport .view {
    background-color: #ff7988;
    color: #fff;
}

.user-gallery-viewport .view:hover {
    background-color: #fe5366;
    cursor: pointer;
    text-decoration: none;
}

.user-gallery-viewport .view .view-logo {
    background: rgba(0, 0, 0, 0) url("../image/bgwidget.png") no-repeat scroll -226px -219px;
    left: -5px;
    padding: 11px;
    position: relative;
}

.product-review-left {
    float: left;
}

.review-product-form .product-review-left {
    width: 112px;
}

.review-product-form .product-review-left .product-name h1 {
    font-size: 12px;
    margin: 10px 0;
}

.review-product-form .custom-review-form-left .buttons-set .button {
    float: right;
    bottom: 126px;
    float: right;
    position: absolute;
    background: #e60044;
    right: 35px;
}

.fieldset-write-form {
    float: right;
    margin-left: 0px;
    margin-top: 35px;
    padding: 10px 20px 90px;
}

#review-form h2 {
    font-size: 20px;
    margin: 6px 32px;
    padding: 10px 0 2px;
}

#review-form .form-list {
    float: left;
    width: 345px;
}

#reviewimageuploaddiv img {
    width: 40px;
    height: 40px;
}

.custom-review-form-left .buttons-set {
    border-top: 0 none;
    margin-top: 5px;
    width: 385px;
    float: right;
}

.custom-review-form-left .buttons-set .button {
    float: left;
    margin-bottom: 20px;
}

.custom-review-form-left .buttons-set .button span {
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    font-size: 13px;
}

.review-form-right-tips p {
    padding: 0 20px;
}

.comment-padding {
    color: #fb5058;
    font-family: arial;
    font-size: 13px;
    font-weight: 700;
    padding-left: 25px;
}

.review-product-form .custom-review-form-left .buttons-set {
    margin-top: 0px;
}

.custom-review-form-left {
    float: left;
}

.review-product-form .custom-review-form-left {
    border: 1px solid #ccc;
    display: block;
    padding: 0 10px;
    position: relative;
    width: 635px;
    margin-bottom: 40px;
}

.review-product-form .review-form-right-tips {
    border: 1px solid #ccc;
    float: right;
    margin-top: 0;
    margin-right: 70px;
    width: 335px;
}

#ratings_input_li .required {
    display: none;
}

.product-review-left .product-name {
    color: #f76793;
    position: absolute;
    right: 15px;
    width: 478px;
}

.order-comment-title {
    color: #333;
    font-size: 16px;
    margin: 0 10px 6px 0;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.product-review-left .product-image {
    margin-top: 13px;
}

.review-product-form .fieldset-write-form h2 {
    display: none;
}

.review-product-form .fieldset-write-form .form-list {
    width: 450px !important;
}

.review-product-form .fieldset-write-form .form-list label.required {
    top: 0;
    float: none;
}

.review-product-form .fieldset-write-form .form-list .input-box {
    float: none;
    width: 100%;
}

.review-product-form .fieldset-write-form .form-list .input-box input {
    width: 100%;
}

.review-product-form .fieldset-write-form .form-list textarea {
    width: 100%;
    height: 100px;
}

.review-product-form .fieldset-write-form .reviewimagediv {
    margin-top: 0;
}

.review-product-form .fieldset-write-form .form-list li:last-child label.required {
    display: none;
}

.review-product-form .fieldset-write-form .reviewimagediv .btn-5.btn-c {
    right: 155px;
}

.review-product-form .fieldset-write-form .reviewimagediv-description {
    float: right;
    width: 63%;
    padding-top: 10px;
}

.comment-tips {
    color: #666;
    line-height: 18px;
    padding: 5px 10px 10px 20px;
}

.comment-tips li {
    list-style: inside none disc;
}

.comment-tips li:first-child {
    display: block;
    margin-top: 8px;
}

.cms-home .order-comment-title,
.onegoods_detail .order-comment-title,
.review-gallery-index .order-comment-title {
    display: none;
}

/** home sideshow / upload**/
.share-icon {
    display: inline-block;
    height: 30px;
    padding-left: 5px;
    margin-right: 5px;
    position: relative;
    text-indent: -9999px;
    width: 30px;
}

.googleplus-share-icon {
    background: rgba(0, 0, 0, 0) url("../image/new_go.jpg") no-repeat scroll 0 0;
}

.facebook-share-icon {
    background: rgba(0, 0, 0, 0) url("../image/new_fb.jpg") no-repeat scroll 0 0;
}

.pinterest-share-icon {
    background: #fff url("../image/new_pin.jpg") no-repeat scroll 0 0;
}

.review-gallery-index .custom-review-form-left .form-list .required {
    display: inline-block;
    float: left;
}

.review-gallery-index .custom-review-form-left .form-list .reviewimagediv {
    clear: both;
    margin-top: 0;
}

.review-gallery-index .custom-review-form-left .form-list .reviewimagediv .liar-label>span {
    margin-left: 165px;
}

.review-gallery-index .buttons-set button {
    background: #09b8ae none repeat scroll 0 0;
}

.reviews-group-item:hover {
    border: 2px solid #f76793 !important;
}

#customer-reviews .reviews-group-item {
    border: 2px solid #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.22);
    float: left;
    margin: 0 6px 5px;
    width: 280px;
}

.review-one {
    position: relative;
    z-index: 3;
    width: 250px;
    margin: 0 auto;
}

.review-one-two {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    height: 54px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.review-one-two .name-date {
    float: left;
    margin-left: 15px;
    margin-top: 3px;
}

.review-one-two .review-likes {
    float: right;
    margin-right: 15px;
    position: relative;
}

.review-one-two .name-date-name {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 4px;
    padding-top: 5px;
}

.review-one-two .name-date-time {
    font-size: 13px;
}

.review-gallery-index #customer-reviews {
    width: 100% !important;
    margin: 0 auto;
}

.review-one-two .review-likes {
    background: rgba(0, 0, 0, 0) url("../image/style_gallery_like.png") no-repeat scroll 0 0;
    cursor: pointer;
    float: right;
    font-size: 12px;
    height: 46px;
    line-height: 63px;
    position: relative;
    text-align: center;
    width: 36px;
}

.review-one-two .review-likes.on {
    background-position: -44px 0;
}

.review-gallery-index .col-main {
    width: 100%;
}

.reviews-group {
    margin: 0 auto !important;
    width: 1170px;
}

.user-gallery-title,
.user-gallery-viewport {
    display: block;
    margin: 0 auto 15px;
    width: 1280px;
    text-align: center;
    margin-top: 25px;

}

.user-gallery-title span a {
    font-size: 22px;
    text-transform: none;
    color: #666;
    font-family: initial;
    font-weight: normal;
}

.user-gallery-title span a:hover {
    color: #000;
    text-decoration: underline;
}

.user-gallery-viewport {
    margin: 0 auto;
    position: relative;
    display: none;
}

.user-jewlery-descript {
    display: none;

}

.user-gallery-viewport-list {
    margin: 0 auto;
    overflow: hidden;
    width: 1280px;
    /*height:260px;*/
}

.user-images-container.gallery-unselect {
    padding: 0;
    position: relative;
}