/* 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(images/delete.gif) no-repeat 0 -16px}
div.star-rating,div.star-rating a{background:url(images/star.gif) 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('images/add_photo.jpg') no-repeat;
}

.liar-label {
    display: block;
    overflow: hidden;
    margin-left: 0;
	margin-top: 15px;
}

.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('images/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;
}

.reviewimagediv{
    float: none!important;
    margin-top: 0px;
    position: relative;
    width: auto!important;
}

.btn-c {
    background: url('images/add_photo.png') no-repeat;
    color: #fff;
    display: inline-block;
}
.btn-c span,
.btn-c a {
    padding-left: 7px;
    display: inline-block;
    zoom: 1;
    background: url('images/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;
    font-family:Arial,Helvetica,Verdana,"Lucida Grande","Lucida Sans Unicode",sans-serif;
}
.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:999999;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.4;
    filter: alpha(opacity=80); }

.mfp-wrap {
    z-index: 999999;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1000px;
    height: 700px;
    transform: translate(-50%, -50%);
    }

.mfp-container {
    background: #fff;
    width: 900px;
    height: 100%;
    padding: 38px 30px;
    box-sizing: border-box;
    margin: 0 auto;

}

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

.mfp-content {
	position: relative;
    text-align: left;
    width: 100%;

}


.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::-moz-focus-inner {
    padding: 0;
    border: 0; }

.mfp-close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -25px;
    top: -30px;
    text-align: center;
    font-size: 32px;
    font-family: Arial, Baskerville, monospace;
    padding: 0;
    border: none;
}

.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 {

}
.mfp-arrow-left,.mfp-arrow-right{
	cursor: pointer;
    display: block;
    width: 30px;
    height: 50px;
    position: absolute;
    top: 50%;
    z-index: 2000;
    border: 0 none;
    transform: translate(0, -50%);
    filter: invert(1);
    padding: 0;
	
	}
.mfp-arrow-left{
    left: 0;
	background:url("../star-rating/images/lof-pre.svg") no-repeat center;
	background-size:22px;
	}

.mfp-arrow-right{
    right: 0;
	background:url("../star-rating/images/lof-next.svg") no-repeat center;
	background-size:22px;
	}
.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; }

.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;
	width: 400px
}
.mfp-galleryContents{
	float: left;
    margin-left: 40px;
    width: 400px;
}
.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-goods a{
    color: #4e9d53;
    background: #fff;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 5px 10px;
    display: block;
    text-align: center;
    width: 140px;
    border: 1px solid #4e9d53;
    font-family: NexaBold;
    text-transform: uppercase;
}
.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;
}

.reviewimagediv-description{clear:both;}

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

#customer-reviews-form,.review-product-form .custom-review-form {
    display: flex;
	justify-content: space-between;
}
#customer-reviews-form .custom-review-form {
    width: 470px;
}

/** reviews catalog  **/
.review-gallery-index .wrapper {
    background-color:#f5f5f5;
}
.style-gallery-banner {
    position: relative;
}


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

.style-gallery-banner .share-your-photo {
    position: absolute;
    right: 50px;
    bottom: -40px;
    font-size: 12px;
    font-family: 'MuliBold';
    background: #fff;
    width: 107px;
    height: 107px;
    border: 1px solid #d8d8d8;
    cursor: pointer;
    z-index: 10;
}
.style-gallery-banner .share-your-photo span {
    display: block;
    width: 66px;
    text-align: center;
    margin: 6px auto 0;
    line-height: 18px;
}
.style-gallery-banner .share-your-photo::before {
    background: url(images/testimonials_ico.svg)no-repeat;
    background-size: 24px;
    content: "";
    display: block;
    width: 24px;
    height: 22px;
    background-position: 0 0;
    margin: 20px auto 0;
}
.style-gallery-category {
    box-shadow: 0px 0px 10px 0px rgb(185 185 185);
    background: #fff;
    margin-bottom: 22px;
    padding-left: 15px;
}
.style-gallery-banner .gallery_sns_share {
    height: 30px;
    margin-bottom: 22px;
    overflow: hidden;
    position: relative;
    text-align: center;display:none;
}

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

.list-name a {
    float: left;
    padding: 0 10px;
    display: inline-block;
	font-size: 13px;
	font-family: 'Muli';
}
.list-name a.on, .list-name a:hover span {
    color: #4e9d53;
    border-bottom: 2px solid #4e9d53;
}
.list-name  a.on:hover span{border:none;}
.list-name a span {
    display: block;
    padding: 18px 4px;
}
.reviews-group-item {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 15px;
    background: #fff;
    break-inside: avoid;
}
.review-one {
    position: relative;
    z-index: 3;
}
.review-one-two {
    color: #333333;
    font-size: 15px;
    font-weight: 400;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.review-one-two .name-date {
    float: none;
    margin-left: 0;
    padding: 3px 5px;
}
.review-one-two .name-date-name {
	color: #333;
    font-size: 14px;
    padding-bottom: 4px;
    padding-top: 5px;
    font-family:NexaBold;
}
.review-one-two .name-date-time {
    font-size: 13px;
    border-top: 1px solid #d8d8d8;
    padding: 12px 0;
    color: #888;
}
.review-one-two .name-date-content {
	font-size: 12px;
    max-height: 150px;
    overflow: hidden;
    margin: 12px 0 20px 0;
    letter-spacing: .3px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    -o-text-overflow: ellipsis;
    -moz-box-orient: vertical;
}
.review-one-two .name-date-time small {
    display: block;
}
.review-one-two .review-likes {
    background: rgba(0, 0, 0, 0) url(images/style_gallery_like.png) no-repeat scroll 5px 0;
    float: right;
    height: 42px;
    position: relative;
    width: 36px;
    line-height: 63px;
    text-align: center;
    font-size: 12px;
    cursor: pointer;
    background-size: 55px;
}
.review-gallery-index .review-one-two .review-likes {
    position: absolute;
    right: 0px;
    bottom: 10px;
}
.gallery-unselect {
    -moz-user-select: none;
}
.review-thumbnail-images img{width:100%;}

.gallery-unselect {
    -moz-user-select: none;
}
.reviews-group {
    column-count: 5;
    column-width: 155px;
    column-gap: 20px;
    padding-top: 40px;
	position:relative;
	padding-bottom:50px;
}
li#review-loading {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#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{
	margin-left: 30px;
    margin-top: 20px;
    width: 40%;
    padding: 10px;
    border: 3px solid #ccc;
}
/*-----*/



.product-review-left{float: left;}
.review-product-form .product-review-left {
    width: 120px;
	margin-right: 20px;
}
.review-product-form .custom-review-form .product-name{display:block;    margin-bottom: 10px;}
.review-product-form .custom-review-form .product-name h1{font-size:14px;
     font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;}
.fieldset-write-form {
    width: calc(100% - 140px);
    display: inline-block;
}
#review-form fieldset > span{font-size: 20px;display:block;
    margin: 6px 32px;
    padding: 10px 0 2px;
	display:none;}
#review-form .form-list {

    width: 345px;
}
#review-form .form-list input.input-text{
	width: 100%;
}

.custom-review-form-left .buttons-set .button {
    float: left;
    margin: 0;
    width: 156px;
    padding: 0;
	padding: 0;
    font-family: NexaBold;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
	margin-top:10px;

}
.custom-review-form-left .buttons-set .button span {
    float: left;
    margin: 0;
    width: 156px;
    padding: 0;

}
.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;
    position: absolute;
    right: 15px;
    top: 380px;
}
.custom-review-form-left{float: left;}	
.review-product-form .custom-review-form-left {
    border: 1px solid #ccc;
    padding: 0 15px;
    position: relative;
    width: 700px;
}

.review-product-form .review-form-right-tips {
    border: 1px solid #ccc;
    margin: 0;
    width: calc(100% - 800px);
}

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

.review-product-form .fieldset-write-form  h2 {
    display: none;
}
.review-product-form .fieldset-write-form .form-list{width:100%!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: 110px;}
.review-product-form .fieldset-write-form .reviewimagediv-description {
    float: right;
    width: 54%;
    text-align: right;
}
.comment-tips {
    color: #666;
    line-height: 18px;
    padding: 5px 10px 10px 15px;
}
.comment-tips li {
    list-style: inside none disc;
}
.comment-tips li:first-child {
    display: block;
    margin-top: 8px;
}
.cms-home .order-comment-title,.catalog-category-view .order-comment-title,.review-gallery-index .order-comment-title{display:none;}
/** home sideshow / upload**/