/*  */
.detailInfo {
    display: flex;
    margin-top: 100px;
}
.detailInfo > div:nth-child(1) {
    max-width: 570px;
}
.mainImage {
    /* width: 50%; */
    height: auto;
    border: 1px solid lightgray;
}
.detailImgBox {
    display: flex;
    width: 100%;
    border: 1px solid lightgray;
    border-top: 0;
    border-right: 0;
}
.detailImgBox div {
    width: 25%;
    border-right: 1px solid lightgray;
    
    padding: 5px;
}
.detailImgBox img {
    width: 70%;
    height: auto;
    cursor: pointer;
}
.infoTxt {
    padding: 5px 60px;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.infoTxt div:nth-child(1) {
    font-weight: 700;
    font-size: 47px;
}
.product_title + p {
    font-size: 20px;
}
.infoTxt ul {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    /* line-height: 189%; */
    /* list-style-position: outside; */
    margin-top: 12px;
}

.infoTxt li {
    list-style: disc;
    margin-bottom: 4px;
    word-break: keep-all;
}
.infoTxt img {
    margin-top: 10px;
    height: auto;
}
.product_title {
    display: flex;
    align-items: center;
}
.product_title div {
    width: auto;
}
.product_title div:nth-child(2){
    font-size: 20px;
    font-weight: 400;
    margin-left: 5px;
}
.detailBody {
    display: flex;
    /* border: 1px solid red; */
    margin-top: 100px;
}

.detailBody > :nth-child(1){
    width: 23%;
    margin-right: 30px;
    text-align: right;
    display: none;
}
.detailBody > :nth-child(2){
    width: 100%;
    /* border: 1px solid rgb(100, 228, 100); */
}
.detailBody > div:nth-child(1) > div:nth-child(2){
    padding-right: 50px;
}
.detailBody .productTitle {
    border-bottom: 1px solid var(--main);
    padding: 12px 14px;
    color: var(--main);
    font-weight: 500;
    font-size: 20px;
}
.detailBody .category {
    padding-top: 20px;
    /* border: 1px solid blue; */
}
.infoDisplay {
    padding-bottom: 40px;
    transition: none;
    opacity: 0;
    /* overflow: auto; */
    min-height: 680px;
}
.infoDisplay.on {
    opacity: 1;
    transition: opacity 0.5s ease;
}
.infoDisplay::-webkit-scrollbar {
    display: none;
}
.detailItem {
    padding: 5px 0px;
    color: gray;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
}
.detailItem.on {
    color: black;
    font-weight: 500;
}
.detailItem.on::after{
    content: '\f104';
    font-family: FontAwesome;
    color: var(--main);
    position: absolute;
    right: -40px;
    top: 4px;
}
.fnBtnsBg {
    background: #1e4582;
    display: flex;
    justify-content: space-evenly;
}
.fnBtnsBg div {
    cursor: pointer;
    padding: 15px;
    background-color: transparent;
    color: white;
    width: auto;
    /* border: 1px solid #28447E; */
}
.fnBtnsBg div.on {
    color: white;
}
.fnBtnsBg div::after {
    content: '';
    display: block;
    width: 0px;
    height: 3px;
    background-color: #fabe00;
    position: absolute;
    bottom: 8px;
    left: 0;
    opacity: 0;
    transition: width 1s;
}
.fnBtnsBg div.on::after {
    /* content: '';
    display: block; */
    width: 100%;
    opacity: 1;
    /* height: 3px;
    background-color: var(--main);
    position: absolute;
    bottom: -2px;
    left: 0; */
}
.descField {
    display: grid;
    text-align: left;
    gap: 104px;
    grid-template-columns: repeat(2, 1fr);
}
.descField div div{
    padding: 15px 0px 5px;
}
.descField div div:nth-child(1) {
    font-weight: 500;
    border-bottom: .5px solid;
    font-size: 20px;
}
ul.features div {
    width: auto;
    margin-top: 24px;
    margin-right: 30px;
}
.textBox {
    font-weight: 300;
    word-break: keep-all;
    color: #666666;
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
/* .textBox ul {
    margin: 0px 0px 40px;
} */
.textBox li {
    list-style: disc;
    margin-left: 40px;
}
.textBox img {
    padding: 40px 150px;
}
.textBox p {
    margin-left: 26px;
    margin-bottom: 0;
}
.infoTxt ul p {
    font-size: 16px;
    margin-left: -16px;
    margin-bottom: 0;
}
.descImage {
    background: url(/img/desc_sample.png);
    width: 100%;
    height: 900px;
    background-size: contain;
    margin: 100px 0px;
    background-repeat: no-repeat;
    background-position: center;
}
.oviconbox {
    width: 80%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(18%, auto));
}
.oviconbox img {
    width: 100%;
    padding: 2px 13px;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 60px;
    table-layout: fixed;
}
tbody {
    border-bottom: .5px solid #D9D9D9 !important;
}
tbody tr {
    border-bottom: .5px solid #D9D9D9 !important;
    height: 48px;
}
tbody tr:last-child {
    border-bottom: 0px !important;
}
th {
    padding: 10px;
}
tr td:not(:last-child) {
    border-right : .5px solid #D9D9D9;
} 
td {
    padding: 10px;
}
th {
    font-size: 20px;
    font-weight: 500;
}
/* tbody th {
    background-color: rgb(247, 247, 247);
} */
td, tbody th {
    width: auto;
    font-weight: 300;
    font-size: 14px;
}
tbody th{
    font-weight: 400;
    color: #666666;
    word-break: keep-all;
    width: 30%;
    border-right: .5px solid #D9D9D9;
    background: #f2f2f2;
    /* white-space: nowrap; */
}
.downloadTable a {
    color: #306FF6 !important;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* .downloadTable img {
    width: 20px;
    margin-left: 5px;
    margin-bottom: 4px;
} */
.downloadTable td:not(:nth-child(1)) {
    text-align: right !important;
}
/* .downloadTable tbody td {
    border: 0px;
    border-bottom: 1px solid #D9D9D9;
} */
.downloadItem {
    border-bottom: 1px solid #D9D9D9;
    display: flex;
    align-items: center;
    padding: 10px 20px;
}
.downloadItem img {
    width: 30px;
    height: 30px;
    margin: 0px 5px 4px 5px;
}
.downloadItem > div:nth-child(2) {
    text-align : left;
    font-weight: 300;
}
.downloadItem > div:nth-child(3) {
    width: 100px;
    text-align: right;
}
.compatibles {
    position: sticky;
    bottom: 0;
    left: calc(50% - 600px);
    text-align: center;
    max-width: 1200px;
    height: 34px;
    transition: height 1s;
}
.compatibles.on {
    height: 284px;
}
.compatibles > div:nth-child(1) {
    color: white;
    background-color: dimgray;
    padding: 5px 15px;
    width: auto;
    border-radius: 10px 10px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    cursor: pointer;
}
/* .compatibles > div:nth-child(1):hover {
    opacity: 1;
} */
.compatibles.on > div:nth-child(1) {
    opacity: 1;
}
.compatibles > div:nth-child(2) {
    background-color: #f7f7f7;
    height: 0;
    transition: height 1s;
    display: flex;
    overflow: auto hidden;
    justify-content: space-evenly;
    border-radius: 15px 15px 0px 0px;
    padding: 0px 70px;
}
.compatibles.on > div:nth-child(2){
    transition: height 1s;
    height: 250px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.compatibles .itemBg > div {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.compatibles .itemBg > div span {
    color: var(--main);
}

.compatibles .itemBg > div ul {
    padding-left: 0px;
    line-height: 80%;
    margin-top: 10px;
}
.compatibles .itemBg > div li {
    list-style: disc !important;
    font-size: 12px;
    text-align: left;
    font-weight: 300;
    line-height: 130%;
}
.compatibles .itemBg > div a {
    border: 1px solid var(--main);
    font-size: 12px;
    padding: 2px 10px;
    color: var(--main);
    background: transparent;
    z-index: 2;
}
.compatibles .itemBg > div:hover a {
    color: white;
    background: var(--main);
}
.compatibleItem img{
    width: 152px;
    height: auto;
    margin-top: -26px;
}

.contactBtn {
    color: var(--main);
    border: 1px solid var(--main);
    width: auto;
    padding: 14px 30px;
    font-size: 18px;
    transition: all ease-in-out .1s;
    position: absolute;
    bottom: 0;
}
.contactBtn:hover {
    color: white;
    background: var(--main);
    border-color: transparent;
}

@media screen and (max-width: 900px) {
    .oviconbox {
        margin: 0 auto;
    }
    .mainImage {
        width: 80%;
        border: 0px;
    }
    .detailImgBox {
        /* flex-direction: column; */
        border: 0;
        /* border-bottom: 1px solid lightgray;
        border-left: 1px solid lightgray; */
    }
    .detailImgBox div {
        width: 100%;
        cursor: default;
        /* border-top: 1px solid lightgray; */
        border-right: 0;
    }
    .productTopBar {
        display: none;
    }
    .detailInfo {
        flex-direction: column-reverse;
        align-items: center;
        margin-top: 20px;
    }
    .infoTxt {
        padding: 10px;
    }
    .infoTxt div:nth-child(1){
        font-size: 25px;
    }
    .product_title {
        /* justify-content: center; */
        padding-left: 20px;
    }
    .product_title div:nth-child(2) {
        font-size: 13px;
    }
    .product_title + p {
        font-size: 12px;
        padding-left: 20px;
    }
    .infoTxt ul {
        font-size: 13px;
        word-spacing: -.5px;
    }
    .infoTxt ul p {
        font-size: 13px;
    }
    .productTopBar > div > div:not(:nth-child(1)) {
        width: auto;
        padding: 0px 8px;
    }
    .productTopBar > div > div:not(:nth-child(1)) > span {
        margin-left: 14px;
    }
    .detailBody {
        flex-direction: column;
        margin-top: 25px;
    
    }
    .detailBody > div:nth-child(1) {
        width: 100% !important;
        position: sticky;
        top: -60px;
        background: white;
        z-index: 2;
        display: none;
    }
    .detailBody > div:nth-child(2) {
        width: 95% !important;
        margin: 0 auto;
        
        /* overflow: hidden; */
    }
    
    .detailBody .category {
        padding: 0px 50px 20px 0px;
    }
    /* .detailBody > div:nth-child(1) > div {
        padding-right: 15px;
    } */
    .detailBody .productTitle {
        text-align: center;
        font-weight: 600;
        font-size: 20px;
        padding: 10px 0px !important;
    }
    .detailBody .category {
        text-align: left;
        padding: 10px 30px 10px !important;
    }
    .detailItem {
        border-bottom: 1px solid #f7f7f7;
    }
    .detailItem.on::after {
        right: 0px;
    }
    .fnBtnsBg {
        font-size: 13px;
        /* position: sticky; */
        /* top: 135px; */
        z-index: 2;
    }
    .fnBtnsBg div {
        padding: 10px 0px;
    }
    td, tbody th {
        font-size: 11px;
    }
    tbody tr {
        border-bottom: 1px solid #D9D9D9 !important;
    }
    tbody td {
        border-left: 1px solid #D9D9D9;
    }
    table, th, td {
        border-collapse: collapse;
    }
    .textBox ul {
        padding-left: 0px !important;
    }
    .textBox img {
        padding: 20px 10px;
    }
    .textBox li {
        margin: 0px 10px 0px 30px;
    }
    .features {
        font-size: 14px;
    }
    .contactBtn {
        position: relative;
        margin: 40px auto;
    }
    .compatibles{
        width: 100%;
        left: 0;
    }
    .compatibles.on {
        height: 334px;
    }
    .compatibles > div:nth-child(2) {
        display: grid;
        grid-template-columns: 1fr 1fr;
        height: 0;
        padding: 0;
    }
    .compatibles.on > div:nth-child(2){
        height: 300px;
        padding: 0px 0px 40px;
        overflow: auto;
    }
    .oviconbox img {
        padding: 2px 6px;
    }
    .downloadItem {
        padding: 10px 5px;
    }
    .downloadTable a {
        font-size: 13px;
    }
    .downloadItem img {
        width: 24px;
        height: 24px;
    }
}