﻿.product-imageslider .carouselholder-product .carousel.slide.carousel-fade .carousel-inner {
    height: 50vw !important;
    max-height: 500px;
}
.product-imageslider .imageholderscroll.itemproduct {
    height: 50vw !important;
    max-height: 500px;
}
    .product-imageslider .imageholderscroll.itemproduct .image {
        height: 50vw !important;
        max-height: 500px;
    }
.product-imageslider {
    width: 33vw;
    min-width: 450px;
    flex: 2;
}
.product-view .product-title {
    display: inline-flex;

}
.product-info {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    flex-direction: row;
}
    .product-info .product-detailfield {
        width: 33vw;
        min-width: 300px;
        min-height: 100px;
        flex: 2;
    }
    .product-info .product-price {
        padding-left: 50px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: flex-end;
        justify-content: flex-end;
        height:100px;
    }
.product-price-old {
    font-size: 13px;
    text-decoration: line-through;
}
    .product-price-old .price-vahed {
        text-decoration: line-through;
    }
.product-view {
    padding: 15px;
    border-top: 1px solid #c9c9c9;
}
.product-price-percent {
    background: #870000;
    color: white;
    border-radius: 20%;
    font-size: 14px;
    padding: 6px;
}
.fa fa-percent {
    font-size: 10px;
    margin-right: 2px;
}
.btn-sale {
    text-align: center;
}
.price-vahed {
    font-size: 12px;
    position: absolute;
    color: #797979;
    
}
.product-property {
    padding: 30px;
    display: inline-grid;
}
.product-property-item {
    color: #313131;
    padding: 5px;
    border-radius: 5px;
    background: #e3e3e3;
    display: flex;
    justify-content: flex-start;
}
    .product-property-item .btn.btn-light {
        margin-top: 10px;
    }
    .product-percent {
        display: flex;
    }
.product-price-percent .fa.fa-percent {
    font-size: 10px;
    padding-right: 2px;
}
    .product-percent > span {
        color: #870000;
        padding: 2px;
        font-size: 13px;
        margin-top: 5px;
    }
    .product-tab-content {
        padding: 20px;
        display: flex;
        justify-content: flex-start;
        flex-flow: wrap;
    }
.usercommentinfo {
    display: grid;
    justify-items: center;
}
.describes{
    display:flex;
}
    .describes .tabs {
        width: calc(100vw - 410px);
        max-height: calc(100vh - 130px);
        min-width: 485px;
    }
div[class="qa_holder"]::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

div[class="qa_holder"]::-webkit-scrollbar-thumb {
    background-color: #630000;
    border-radius: 100% 100% 100% 100%;
}

div[class="qa_holder"]::-webkit-scrollbar-track {
    background: #fff;
    width: 5px;
    height: 2px;
}
.addcomment {
    display: inline-grid;
    padding: 30px;
}
.slice1tab {
    display: grid;
    padding: 30px;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    border-left: 1px solid #e5e5e5;
}
.slice2tab {
    min-width: 385px;
}
.qaadd {
}
.qa_holder {
    width: 100%;
    max-height: calc(100vh - 215px);
    border-radius: 5px;
    overflow-y: scroll;
}
.titletab {
    font-size: 14px;
    font-weight: bolder;
    padding: 20px;
    color: #515151;
    font-family:'iraniansans'
}
.productsmallview {
    width: 20vw;
    height: auto;
    background: #f1f1f1;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px;
    min-width: 300px;
    min-height: 320px;
    flex:1;
}
    .productsmallview .smallimhtile {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: 1px solid #c5c5c5;
    }
    .productsmallview .imageprd .smallimage {
        width: 100px;
        height: 100px;
        background-size: contain;
        border-radius: 2%;
        margin: 5px;
    }
    
    .e-tab .e-tab-header .e-toolbar-item .e-tab-text {
        font-family: 'iraniansans' !important;
    }
.litestatic{
    background-color: lightgray;
    color: dimgray;
    border-radius: 20%;
    font-size: 10px;
    padding: 5px;
}
.product-state {
    height: 80px;
    border-bottom: 1px solid #dbdbdb;
}
.product-numsale{
    padding:20px;
}