.single-header{
    width:100% ;
    height: 280px;
    background:#1e415e;
    margin-top: 32px;
    padding-bottom: 20px;
}
.nav-opener{
    transform: translateX(0)!important;
}
.inner-single-header{
    width: 95%;
    height: 100%;
    position: relative;
    right: 50%;
    transform: translateX(50%);
    display: flex;
    justify-content: space-between;
}
.inner-single-header > div{
    height: 100%;
}
.header-single-desc{
    width:80%;
}
.header-single-img{
    width: 15%;
}
.header-single-img img{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.header-single-desc{
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px 0;
    justify-content: center;
}
.header-single-desc > div{
    display: flex;
    align-items: center;
}
.single-title{
    color: #eee;
    font-size: 32px;
    font-weight: 100;
    padding: 0!important;
}
.single-info{
    display: flex;
    justify-content: start;
    margin-top: -10px;
}
.producer ,.single-downloads{
    color: #eee;
    font-size: 12px;
}   
.producer ,.spacer-one{
    display: none;
}

.single-rate i{
    font-size: 12px;
    color: #ffe564;
}
.single-rate i:first-child{
    color: #ccc;
}
.single-price{
    color: #eee;
}
.spacer{
    margin-right: 10px;
    margin-left: 10px;
    color: #eee;
}
.single-header-desc{
    color: #eee;
    font-weight: 100;
    font-size: 12px; 
    margin-top: 20px;  
}
.single-install-btn{
    margin-top: 20px;
}
.installation{
    border: none;
    background: #2e8555;
    color: #eee;
    width: 100px;
    height: 35px;
    font-size: 15px;
    border: 1px solid #eee;
    text-align:center;
}
.trouble{
    margin-right: 20px;
}
.trouble a{
    color:#ffff;
    font-weight: 100;
    text-decoration:  underline!important;
}


/* ===================== */
.single-main{
    width: 95%;
    height: fit-content;
    position: relative;
    right: 50%;
    transform: translateX(50%);
}
.single-menu{
    width: 100%;
    
}
.single-menu ul{
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px ;
    padding-right: 0!important;

}
.single-menu ul li{
    margin-left: 15px;
}
.single-menu ul li a{
    color: #1e415e;
    font-size: 14px;
    padding:  10px 10px;
}

/* ======= */
.single-container{
    width: 100%;
    height: fit-content;
    display: flex;
}
.single-content{
    width: 100%;
    height: fit-content;
    /* padding-left: 20px; */
}
.single-sidebar{
    width: 28%;
    height: 600px;
    padding-right: 10px;
    padding-top: 14px;
    display: none;
}
.single-sidebar-title{
    color: #24292e;
    font: 700;
    font-size: 18px;
}
.single-sidebar-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 10px 0;
    margin-bottom: 20px;
}
.single-sidebar-cont div{
    margin: 5px;
    padding: 1px 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.single-sidebar-cont div a{
    color:#333;
    font-size: 13px;
}
.single-sidebar-cont div:hover{
    background: #2e8555;
}
.single-sidebar-cont div:hover a{
    color: #eee;
}
.sourses{
    padding-right: 0!important;
    margin-bottom: 30px;
}
.sourses li{
    padding: 5px 0!important;
}
.sourses li a{
    padding: 20px 0!important;
    color: #2e8555;
    font-size: 15px;
}
.sourses li a:hover{
    color: #2e8555;
}
.single-moreifo-cont{
    width: 100%;
    height: fit-content;
    display: flex;
}
.single-moreifo-cont ul{
    padding: 0!important;
    
}
.single-moreifo-cont ul:last-child{
    margin-right: 20px;
}
.single-moreifo-cont ul li{
    font-size: 14px;
    margin: 10px 5px;
    color: #666;
}
.report{
    color: #2e8555;
}
.report:hover{
    opacity: 50%;
}
.single-sidebar-socials{
    display: flex;
    padding: 0!important;
}
.single-sidebar-socials li{
}
.single-sidebar-socials li i{
    font-size: 25px;
    margin-left: 10px;
    color: #666;
}
.single-version{
    /* display: none; */
}
.tab-shower{
    display: none!important;
}
.tab-hider{
    display: none;
    
}
.active-menu{
    border-bottom: 2px solid #2e8555!important;
    color: #2e8555!important;
}
.table{
    width: 80%!important;
}
table tr{
    height: 30px;
    border: 1px solid black;
}
.header-table{
    text-align: right;    
    font-weight: 600;
}
.header-table th{
    color: #24292e;
    font-weight: 100;
}
table td{
    color: #24292e;
    font-weight: 100;
    padding: 10px;
    font-size: 14px;
}
.version-download{
    background: #2e8555;
    border: none;
    color: #fff;
    width: 90%;
    height: 25px;
    cursor: pointer;
}

@media screen and (min-width:528px) {
    .producer ,.spacer-one{
        display: block;
    }
    .single-info > div{
        font-size: 16px;
    }
}
@media screen and (min-width:850px) {
    .single-header-desc{
        font-size: 13px;
    }
    .inner-single-header ,.single-main{
        width: 95%;
    }
    .spacer{
        margin-right: 20px;
        margin-left: 20px;
    }
    .single-sidebar{
        display: block;
        width: 30%;
    }
    .single-content{
        width: 70%;
    }
    .header-single-desc{
        width: 80%;
    }
    .header-single-img{
        width: 20%;
    }
    .single-moreifo-cont li{
        font-size: 12px!important;
    }
}
@media screen and (min-width:1100px) {

    .inner-single-header ,.single-main{
        width: 70%;
    }
    .single-sidebar{
        padding-left: 0!important;
        display: block;
        width: 25%;
    }
    .single-content{
        width: 75%;
    }
   

}