.uael-table td,th{
    border: 1px solid #e6e6e6;
    padding: 20px 10px;
    font-size:18px;
}
.productForm>input,button{
    width: 100%;
    height:40px;
    margin:10px 0px;
    padding:0px 10px;
    font-size:18px;
    font-weight:bold;
}
.productForm>textarea{
    background-color:white;
    width:100%;
    font-size:18px;
    font-weight:bold;
}
.productForm>button{
    background-color: #000;
    color: #fff;
    font-weight:bold;
}
.tab {
overflow: hidden;
display: flex;
transform: translateY(3px);
}

.tab button {
    background-color: #f2f2f2;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    width: auto;
    border: solid 1px #80808042;
    height: 100%;
    margin-bottom:0px;
}

.tab button:hover {
background-color: #ddd;
}

.tabcontent {
    display: none;
    flex-wrap: wrap;
    width: 100%;
    text-align: center;
}

.column {
float: left;
width: 50%;
padding: 10px;
}
.tab>.active{
    border-bottom:solid 3px #1a98ff00;
    color:#1a98ff;
}
.categoriesStyle .categAll{
    flex: 2;
    margin-right:40px;
    margin-left: -20px;
    z-index: 1;
    position: sticky;
    top: 100px;
    height: 100px;
}
.categAll>div{
    background-color: #5059af;
    border: solid 1px gainsboro;
    border-radius: 10px;
    overflow: hidden;
}
.categAll li{
    font-size: 16px;
    padding:15px 20px;
    border-bottom:solid 1px gainsboro;
}
.categAll li a{
    font-family: 'Humanist521BT';
}
.categAll li:last-child{
    border-bottom:none;
}
.Productdes{
    max-height:143px;
    overflow: hidden;
}
.rotate{
    transform: rotate(180deg);
    transition-duration: .5s;
}
.productAll .product-cards{
    background-color: white;
    height: 450px;
    padding: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
}
.product-cards .itemBtn{
    margin-top: 10px;
    padding: 10px 20px;
    background-color: var(--mainColor2);
    color: white;
    font-size: 18px;
}
@media (max-width: 768px){
*{
    flex-direction: column;
    margin-left:0px !important;
    margin-right:0px !important;
}
.categoriesStyle .categAll{
    flex: 2;
    z-index: 1;
    position: initial;
}
.categoriesStyle .categAll>div{
    position: relative !important;
}
.categAll2{
    margin-bottom: 20px;
}
.productAll .product-cards{
    flex-direction: row;
}
.company_profile{
    padding-top: 0px !important;
}
.mbMenu{
    display: block !important;
}
.abouttop0{
    padding: 0!important;
}
.custom_page_contentbox{
    text-align: center;
}
}