﻿.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: 20px 0;
}

.product-price {
    margin: 20px 0;
    padding: 5px 10px;
    background-color: #FFFFFF;
    text-align: left;
    border: 2px 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: 80px;
    height: 40px;
    float: right;
    display: block;
    color: #dedede;
    font-size: 24px;
    text-align: center;
    background: #f8f8f8;
    border: 2px solid #dedede;
    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 #18ba9b;
}

.product-attrs input:checked ~ label {
    color: #18ba9b;
    border-color: #18ba9b;
    background-color: #18ba9b1f;
}

.product-detail .add-to-cart {
    margin-top: 10px;
}

.product-detail .product-quantity {
    float: left;
    margin-right: 30px;
}
.product-detail .product-quantity {
    border: 1px solid #eee;
}

.product-detail .quantity-button {
    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: none;
}

.product-detail .btn-add-cart {
    background: #18ba9b;
    font-size: 15px;
    padding: 10px 25px;
    border: 0;
    color: #fff;
    border-radius: 0;
}

.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;
}
.card .card-img-top {
    width: 50px;
    margin: 0 auto;
}
.card {
    border: #ebebeb 1px solid;
    border-radius: 8px;
}
    .card .from {
        color: #3f434e;
    }

.product-attrs label {
    width: 100%;
    color: #707070;
    padding-top:10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dedede;
}
    .product-attrs label:hover {
        border: 1px solid #dedede;
    }
.product-price h3 {
    font-size: 26px;
}
    .rating-container{
    display:inline;
}
.product-detail .btn-add-cart {
    background: #ff4135;
    border-radius: 40px;
}
.product-name h1 {
    font-size: 2rem;
    font-weight: 600;
    color: #121212;
}
.product-detail .quantity-button {
    color: #3f434e;
    width: 50px;
    height: 45px;
    font-size: 14px;
    background: #fff;
}
.product-detail .quantity-field {
    width: 50px;
    height: 45px;
    font-size: 14px;
    color: #3f434e;
}
.product-attrs label {
    min-width: 55px;
    /*margin-bottom:3em;
   */
}
.product-attrs h4 {
    /*  color: #707070;*/
    color: #121212;
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 4px;
}
.product-attr-options {
    margin-bottom: 15px;
}
.product-desc p {
    color: #898a8f;
    margin-bottom: 1.5rem !important;
    line-height: 26px;
    font-family: "futura_icgregular";
}
.compatibility-warning {
    
    padding: 1rem;
    border-radius: 12px;
    width: 100%;
    align-items: flex-start;
    background-color: #f7f7f8;
    border-color: #b1b1b4;
}
@media (max-width: 768px) {
    .list-inline li {
        height: 35px;
    }
     ul.product-ratings {
        margin-bottom: 0;
    }
    .product-detail .product-short-desc {
        margin: 10px 0;
    }
    .section{
        padding-top:30px;
    }
    .sp-wrap {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        text-align: center;
    }

    .sp-large img {
        max-width: 100%;
        height: auto;
    }

    .sp-large a img {
        height:450px;
    }
}
.form-check-label {
    padding-left: 5px;
}
/*.list-inline-item {
    border: 1px solid red;*/ /* Highlights item boundaries */
/*}
.list-inline {
     margin-bottom: 27px; 
}
.badge {
    border: 1px solid red;
}*/

