.Main {
    overflow-x: hidden;
    overflow-y: scroll !important;
}

.productPage {
    transition: 0.5s ease;
    width: 100%;
    padding: 2%;
    background-color: #d8e3e6;
    border-radius: 15px;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.4);
    transform-origin: 50% 5%;
}

.hlist {
    max-width: 300px;
    width: 40%;
    height: 100%
}

.pageHeader {
    margin-top: 2%;
    width: 100%;
    overflow: hidden;
    padding-left: 2%;
}

.containerMain {
    min-width: 62%;
    margin: 0 auto;
    margin-top: 10px;
}

.tabPage {
    min-width: auto !important;
    position: inherit !important;
    overflow: hidden !important;
}

.ProductInstallPageTabControl {
    position: initial !important;
}
.ProductInstallPageTabControl > .tab-links{
    position: initial !important;
    display: initial !important;
}

.details {
    width: 100%;
    overflow: hidden;
    margin-top: 2%;
}

.details-leftcol{
    width: 25%;
}

.details-rightcol{
    display: grid;
}

.installButton {
    width: 20%;
    height: 25%;
    font-size: 20px;
    min-width: auto;
    padding: 0.5%;
}

.listProduct {
    width: 70%;
    margin: -1.5% 1% 0 2%;
}

.productImage {
    width: 100%;
    height: 65%;
}

.nameLabel {
    width: 100%;
    font-size: 14px;
    text-align: right;
}

.linkProduct {
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
}

.urlLabel {
    font-size: 14px;
    text-overflow: ellipsis;
    text-decoration: underline;
    white-space: nowrap;
    overflow: hidden;
}

.links {
    font-size: 14px;
}

@media screen and (max-width:1024px) {

    .nameLabel {
        font-size: 11px;
    }

    .urlLabel {
        font-size: 11px;
    }

    .links {
        font-size: 11px;
    }

    .productPage {
        border-radius: 6px;
    }

    .Main {
        overflow-x: hidden !important;
    }
}
