﻿/*.flexslider .slides img {
    height: 500px;
}
#carousel img {
    width: 120px;
    height: 120px;
}
*/
.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
#summary {
    font-size: 14px;
    line-height: 1.5;
}

    #summary p.collapse:not(.show) {
        height: 100px !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #summary p.collapsing {
        min-height: 42px !important;
    }

    #summary a.collapsed:after {
        content: '+ Read More';
    }

    #summary a:not(.collapsed):after {
        content: '- Read Less';
    }
.article {
    display:block;
    max-height:500px;
    max-width:500px;
}
.product-images {
    width: 100%;
}
.product-attrs input {
    left: -9999px;
    position: absolute;
}

.product-attrs label {
    width: auto;
    height: 30px;
    float: right;
    display: block;
    color: #333;
    font-size: 13px;
    text-align: center;
    background: none;
    border: 1px solid #e0e0e0;
    font-weight: normal;
}

.product-attrs label {
	-ms-transition: color 0.3s;
	-moz-transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.product-attrs label:hover {
	cursor: pointer;
	border: 1px solid #18ba9b;
}

.product-attrs input:checked ~ label {
    color: #18ba9b;
    border-color: #18ba9b;
}

.sp-wrap {
    background: none;
    border: none;
    width:100%;
}

.rating-summary {
    text-align: center;
    margin-top: 22px;
}

.rating-summary .rating-average {
    margin: 10px 0 0;
    font-size: 35px;
    color: #f63;
    font-weight: 700;
}

.rating-item {
    margin-bottom: 8px;
    text-align: center;
}

.rating-item .progress {
    width: 175px;
    display: inline-block;
    height: 17px;
    vertical-align: middle;
    margin: 0;
}

    .rating-item .progress-bar{
        height: 100%;
    }

#reviews .review-star {
    margin-left: -7px;
}

#addreview input, #addreview textarea {
    max-width: 100%;
}

.review-item-list > div {
    margin-bottom: 13px;
    border-bottom: solid 1px #e2e2e2;
}

.review-item-list > div:last-child {
    border-bottom: none;
}

.review-item-list .review-title {
    font-weight: 700;
}


.review-name {
    font-weight: 700;
}

.time-comment {
    color: #b5b5b5;
    margin-left: 10px;
}
.block {
    display: inline-block;
}
.comment-ask {
    margin-bottom: 5px;
    word-break: break-word;
}
.review-replies {
    margin-left: 20px;
    margin-bottom: 10px;
}
.review-reply {
    display: block;
    position: relative;
    margin: 5px 0 0 0;
    padding: 10px 15px 0 12px;
    clear: both;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    background-color: #f8f8f8;
    border: 1px solid #dfdfdf;
}
.comment-wrap {
    padding: 10px 10px 0 10px;
}
.form-add-review-reply textarea {
    max-width: 100%;
    padding:10px 0 10px 10px;
}

.btn-add-review-reply {
    vertical-align: baseline;
    margin-left:0;
    margin-right:5px;
}

.add-review-reply {
    border: 1px solid #E4E6EF;
    border-radius: 0.42rem;
}
/**/