product-page-one .tab-content .tab-pane .tabs-pera {
    padding: 10px;
    border: 1px solid #d1d8df;
    background-color: #fff;
}

.glyphicon {
    margin-right: 5px;
}

.rating .glyphicon {
    font-size: 22px;
}

.rating-num {
    margin-top: 0px;
    font-size: 54px;
}

.progress {
    margin-bottom: 5px;
    width: 240px;
}

.progress-bar {
    text-align: left;
}

.rating-desc .col-md-3 {
    padding-right: 0px;
}

.sr-only {
    margin-left: 5px;
    overflow: visible;
    clip: auto;
}

.product-page-one .tab-content .tab-pane .tabs-pera p {
    margin-bottom: 19.8px;
    margin-top: 15px;
}

.review-single {

    padding: 10px;
}

.even {
    background-color: #f4f4f4;
}

.product-footer-link{
    cursor: pointer;
}

.product-price-breakup {
    margin-bottom: 30px;
}

.product-price-breakup > .ct {
    margin: 20px auto;
    display: flex;
    flex-direction: row;
}

.product-price-breakup > .ct > span {
    padding: 10px;
    margin: auto 0;
}

.product-price-breakup > .ct > div {
    display: inline-block;
    border: 1px solid #ffc800;
    padding: 10px;
    text-align: center;
}

.product-price-breakup small {
    color: #878787;
    display: block;
}
.product-price-breakup > .ct span {
    font-weight: 600;
}

.repeated-elmt .repeated-elmt-detail, .repeated-elmt .repeated-elmt-label {
    padding: 8px 12px;
}
.repeated-elmt .repeated-elmt-detail {
    background: #fff;
    white-space: nowrap;
}
.repeated-elmt .repeated-elmt-detail .items {
    display: inline-block;
    width: 140px;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    .product-price-breakup > .ct > div {
        padding: 5px;
    }

    .product-price-breakup > .ct small, .product-price-breakup > .ct span {
        font-size: 60%;
    }
    .product-price-breakup > .ct > span {
        padding: 5px;
        margin: auto 0;
    }
}
@media (min-width: 480px) and (max-width: 560px) {
    .product-price-breakup > .ct small, .product-price-breakup > .ct span {
        font-size: 70%;
    }
}

.header-mobile .bg-top-bar {
    background-color: #29404d !important;
}
.product article .title {
    min-height: 100px;
    
    margin-bottom: 5px;
}
.shop-four .breadcum-area {
    background: rgb(235,235,241);
    background: linear-gradient(90deg, rgba(235,235,241,1) 47%, rgba(50,77,92,0.9766106271610207) 100%);
}