.flexslider .slides img {
    height: 500px;
}

#carousel img {
    width: 120px;
    height: 120px;
}

.product-detail .product-name {
    margin-bottom: 12px;
    border-bottom: 1px solid #dedede;
}

.product-ratings li .rating {
    color: #dedddc;
    font-size: 14px;
}

.product-ratings li .rating-selected {
    color: #f0c808;
    font-size: 14px;
}

.product-detail .product-short-desc {
    margin: 30px 0;
}

.product-price {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #FFFFFF;
    text-align: left;
    border: 1px dashed #E0E0E0;
    overflow: hidden;
}

    .product-price .product-price-regular {
        text-decoration: line-through;
        padding-top: 5px;
        font-size: 18px;
    }

    .product-price .product-price-saving {
        color: #b12704;
        clear: left;
    }

    .product-price h3 {
        font-size: 30px;
        font-weight: 400;
        color: red;
        margin: 0;
        float: left;
        padding-right: 20px;
    }

.product-attrs input {
    left: -9999px;
    position: absolute;
}

.product-attrs label {
    width: 100%;
    height: 100%;
    float: right;
    display: block;
    color: #222121;
    font-size: 13px;
    padding: 5px;
    text-align: center;
    background: #f8f8f8;
    border: 2px solid #a26210;
    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: 2px solid #2f3753;
    }

.product-attrs input:checked ~ label {
    color: #2f2e2b;
    border-color: #0cc3e1;
}

.product-detail .add-to-cart {
    margin-top: 10px;
}

.product-detail .product-quantity {
    float: left;
    margin-right: 30px;
    margin: 1px;
}

.product-detail .quantity-button, .quantity-buttons {
    color: #555;
    width: 55px;
    height: 45px;
    padding: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 20px;
    background: #eee;
    text-align: center;
    font-weight: normal;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
}

.product-detail .quantity-field {
    width: 55px;
    height: 45px;
    outline: none;
    margin: 0 -4px;
    font-size: 20px;
    text-align: center;
    border: 1px solid #eee;
}



.product-detail .out-of-stock, .product-detail .product-variation-notavailable {
    font-size: 18px;
}

.product-detail .add-to-lists {
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    margin-top: 40px;
}

    .product-detail .add-to-lists li {
        padding-left: 20px;
        margin-right: 10px;
        border-left: 1px solid #dedede;
    }

.add-to-lists i {
    color: #8bdccd;
    font-size: 16px;
    margin-right: 7px;
}

.sp-wrap {
    background: none;
    border: none;
}

.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-replies {
    margin-left: 35px;
}

.form-add-review-reply textarea {
    max-width: 100%;
}

.btn-add-review-reply {
    vertical-align: baseline;
}

.product-attrs .color {
    padding: 22px;
}
