#MainCategory>a {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    padding: 6px 12px;
    font-size: 16px;
    color: #333333;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    white-space: nowrap;
    line-height: 1.428571429;
    z-index: 99;
}

#MainCategory>a:hover {
    color: #333333;
    background-color: #ebebeb;
    border-color: #adadad;
}


#scrollTop {
    color: black;
    opacity: 70%;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 16px;
    position: fixed;
    bottom: 70px;
    right: 0px;
    cursor: pointer;
    display: none;
    z-index: 1000;
}

#scrollTop>i {
    font-size: 35px;
}

.subCategory {
    display: none;
}

.default {
    display:block;
  }
  

:target {
    display: block;
    scroll-margin-top: 120px;
}

:target~.default {
    display: none;
}

:target::before {
    color: black;
}

#MainCategory>a.activeCategory{
    background: #0d4195;
    color: white;
}

.col-md-5{
    width:20%;
    float:left;
}

h5{
    padding-top:10px;
    font-weight: 600;
}

i{padding-top:20px;}

ul.pagination {
    float: right;
    padding-top: 10px;
    padding-right: 50px ;
}



.category{
    height:200px;
    color:white;
    display: flex;
    align-items: center; 
    justify-content: center;
}

.category a{
    background-color: green;
    background-image: url("../img/productbanner/categorysection.jpg?v3");
    background-size: cover;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    display: flex;
    align-items: center; 
    justify-content: center;
    width:95%;
    height:80%;
    padding: 0 30px;
    border-radius: 40px;
    color:white;
}

.panel-products{
    background-image: -moz-linear-gradient(to right, #341e25, #121042 15%, #133c72 40%, #529ec0 85%, #529ec0 90%, #0a638f);
    background-image: -o-linear-gradient(to right, #341e25, #121042 15%, #133c72 40%, #529ec0 85%, #529ec0 90%, #0a638f);
    background-image: -webkit-linear-gradient(to right, #341e25, #121042 15%, #133c72 40%, #529ec0 85%, #529ec0 90%, #0a638f);
    background-image: linear-gradient(to right, #341e25, #121042 15%, #133c72 40%, #529ec0 85%, #529ec0 90%, #0a638f);
    color:white;
}
.panel-products h4{
    color:white;
    font-weight: bold;
}

#productsgroup14 h5{
    font-family: 'Calibri';
    font-size:50px;
    color: #4b2886;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    #scrollTop {
        top:10px;
        right:10px;
        /* width:100%; */
        /* top:10px; */
        z-index:1001;
        /* background-color: white; */
        opacity: 1;
        /* height:90px; */
        display:none;
    }
    :target {
        scroll-margin-top:90px;
    }
   
}
@media (min-width: 600px) {
   
    :target {
        scroll-margin-top:170px;
    }
   
}

@media (min-width: 1200px) {
   
    :target {
        scroll-margin-top:150px;
    }
   
}
@media (min-width: 1300px) {
   
    :target {
        scroll-margin-top:120px;
    }
   
}

