.product-item{}
.product-item p{font-size: 13px;}

.title-ancho{}
.title-ancho p {
    color: #000;
    font-weight: 500;
    font-size: 14px;
}


.comm-icon{}

.comm-icon ul {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
}

.comm-icon ul li {
    display: inline-block;
    width: 40px;
    line-height: 50px;
    margin-right: 5px;
}

.comm-icon ul li img {
    max-width: 100%;
}

#inver-details p{    text-align: justify;}




/**************table data hide show start**********/

.pd-detail .spec table{width:100%;}
.pd-detail .spec table tr:first-child{background:#292929;color:#fff}
.pd-detail .spec tr{    border-bottom: solid 1px #8e8e8e;}
.pd-detail .spec tr:hover{}
.pd-detail .spec tr td{padding:10px}
.pd-detail .spec tr td p{margin-bottom:0}
.pd-detail .spec #spec-close{height:240px;overflow:hidden}
.pd-detail .spec #spec-close.on{height:100%}
.pd-detail .spec #spec-close.on + button i{transform:rotate(180deg)}
.pd-detail .spec button{display:flex;align-items:center;justify-content:center;height:40px;line-height:40px;margin:10px auto;border:solid thin #000;background:transparent;outline:none}
.pd-detail .spec button:hover{background:#d71718;border-color:#d71718;color:#fff}

.pd-detail .spec button {
       display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    margin: 10px auto;
    border: solid thin #00000000;
    background: #0045a0;
    outline: none;
    width: 100px;
    color: #fff;
}

.gid-button{display: flex;
    gap: 1.5rem;
    margin-top: 1.5rem;}

.gid-button a{background:#006bb7;width: 49%;
    text-align: center;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center; color:#fff;    padding: 10px;}
.gid-button a.active{background:#d91f25;}


.detail-col{    border: 1px solid #c8c8c8;
    padding: 2rem;
   }

.detail-pic1{text-align: center; margin-bottom:20px;}
.detail-pic1 img{height: 200px;width: 81%;}

.detail-content{text-align: center;}
.detail-content h4{margin-bottom:10px;}
.detail-content p{ font-size:13px;}

.tabsdetal{}


.tabsdetal #pills-tab button.nav-link.active {
    background-color: #006bb7;
    box-shadow: 0px 0px 0px 0px #dcdbdb;
    padding: 10px;
}


.tabsdetal .nav-link {color:#000; font-size:16px; font-weight:600;}

.tabsdetal #pills-tab {
    gap: 1.5rem;
    margin-bottom: 4rem !important;
    background: #e6f0f8;
    padding: 10px;
    border-right: 2px solid #006bb7;
    border-left: 2px solid #006bb7;}




