:root {
    --swiper-theme-color: #c65622
}

.product-details-wrp {
    padding: 12px
}

.product-details {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin-top: 40px
}

.product-details__info {
    display: flex;
    flex-wrap: wrap;
    gap: 70px;
    max-width: 100%
}
/*
.product-details__info-image {
    width: calc(50% - 35px)
}

.product-details__info-text {
    margin-top: 50px;
    width: calc(46% - 35px)
}
*/
.product-details__image-swiper {
    margin-bottom: 10px;
    width: 100%
}

.product-details__image-swiper-thumbnails,.product-details__related {
    width: 100%
}

.product-details__related-image-wrp {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center
}

.product-details__related-image {
    aspect-ratio: 1500/1010;
    border-radius: 20px;
    height: auto!important;
    max-width: 100%!important;
    object-fit: contain
}

.product-details__related-heading {
    margin-top: 20px
}

.product-details__related-heading-link {
    color: #3c3c3c;
    font-size: 26px;
    text-transform: lower
}

.product-details__related-heading-link:hover {
    color: rgb(80,80,80,85%);
    text-decoration: none
}

.product-details__accessories {
    width: 100%
}

.product-details__accessories-image-wrp {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    padding: 10px 20px
}

.product-details__accessories-image {
    max-width: 100%!important;
    object-fit: contain
}

.product-details__accessories-heading {
    margin-top: 20px
}

.product-details__accessories-heading-link {
    color: #3c3c3c;
    font-size: 26px;
    text-transform: lower
}

.product-details__accessories-heading-link:hover {
    color: rgb(80,80,80,85%);
    text-decoration: none
}

.product-details__accessories-btn-next,.product-details__accessories-btn-prev,.product-details__related-btn-next,.product-details__related-btn-prev {
    top: 34%
}

.swiper-slide .swiper-slide__img {
    aspect-ratio: 1500/1010;
    background: #fff;
    border-radius: 20px;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    padding: 0;
    width: 100%
}

.swiper-slide--thumbnail .swiper-slide__img {
    padding: 10px
}

.swiper-slide--thumbnail.swiper-slide-visible:not(.swiper-slide-thumb-active):after {
    background: rgba(245,246,248,.3);
    content: "";
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.product-details__info-text-category {
    color: #c65622;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase
}

.product-details__info-text-heading {
    margin: 16px 0
}

.product-details__info-text-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 35px
}

.product-details__accessories,.product-details__downloads,.product-details__related,.product-details__techspecs {
    margin-top: 75px
}

.product-details__techspecs {
    width: 100%
}

.product-details__techspecs-table-wrp {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto
}

.product-details__techspecs-table thead th {
    font-size: 18px;
    padding: 14px 34px 14px 0
}

.product-details__techspecs-table tbody td {
    background: #fff;
    border-right: 4px solid #f5f6f8;
    font-size: 16px;
    padding: 14px 18px
}

@media (max-width: 991.98px) {
    .product-details__info-image {
        width:100%
    }

    .product-details__info-text {
        margin-top: 0;
        width: 100%
    }

    .product-details__accessories,.product-details__downloads,.product-details__related,.product-details__techspecs {
        margin-top: 35px
    }

    .swiper-slide--main .swiper-slide__img {
        height: 400px
    }

    .product-details__info-text-btns {
        justify-content: center
    }
}

@media (max-width: 500px) {
    .swiper-slide--main .swiper-slide__img {
        height:250px
    }
}

.category-link {
    text-decoration: none!important
}
.technical {
    text-align: justify;
}
.technical table {
    border:1px solid #000;
    border-collapse:collapse;
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
}
.ptechnical table, .technical th, .technical td {
    border:1px solid #000;
    padding: 5px;
}
.technical table tr:nth-child(odd){
    background-color:#eee;
}
.technical table tr:nth-child(even){
    background-color:white;
}
.technical table tr:nth-child(1){
    background-color:#ccc;
    text-align:center;
    vertical-align:middle;
}
@media(max-width: 768px) {
    .technical table {
        display: block;
    }
}