a, a:hover, a:active, a:visited, a:focus{

      text-decoration: none;
}

.active{
 color:green;

}
#ul{
    padding: 10px 0 9px;
    line-height: 1.42857143;
}

#ul li{
    justify-content: center;
} 

#ul li a{
    color: white;
    padding-right: 2px;
}

#ul li :hover{
    color: green;
    text-decoration: none;
}#ul li a i{
    color: #088c5c;
}


/*######################### Form Style #######################################*/


#login-form input{
    margin-bottom: 10px;
    height: 35px;
    border: 1px solid rgb(75, 75, 75);
    padding-left: 10px;
}

.forgot_password:hover{
    text-decoration: none;
}

#Register input{
    margin-bottom: 5px;
    margin-top: 5px;
    height: 35px;
    border: 1px solid rgb(75, 75, 75);
    padding-left: 10px;
}



/*######################### Footer Style #############################*/

#footerb{
    border-top: 2px solid rgb(175, 168, 168);
    background: #e5e5e5;
}



a:hover{
    color: rgb(17, 202, 202);
    text-decoration: none;
}
.btn-success{
  background: #0ABD79;
}
.btn-success:hover{
    background: green;
    text-decoration: none;
}
/*Breadcrumb Section*/
.breadcrumb{
    padding: 8px 15px ;
    margin-bottom: 20px;
    margin-top: 5px;
    background-color: #ffffff;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.breadcrumb >li + li:before{
    content: ">\00a0";
    color: #cccccc;
}
.breadcrumb ul{
    text-align: right;



}
@media (max-width: 991px){
    .breadcrumb{
        padding: 8px 10px;
        text-align: left;
    }
}
#prodarea{


border: 2px solid pink;
box-sizing: border-box;
box-shadow: 0px 0px 5px black;
margin-left: 10px;
margin-top: 10px;
margin-bottom: 10px;


}
#prodimg{
margin-top: 5px;

}

#scart:hover{
  background-color: green;

}
#iheart{
color: pink;
}
#iheart:hover{
 color: green;

}
#pgrodarea{
border: 2px solid pink;
box-sizing: border-box;
box-shadow: 0px 0px 5px black;
margin-left: 5px;
margin-bottom: 5px;
}
   th{
text-align: center;

  }
    th {
    border: 1px solid #2e8b57;
    background: #ff6b6b;
    color: #ffffff;
    text-align: center;
    font-weight: bold;
}

td {
    border: 1px solid #2e8b57;
    text-align: center;
    color: #333333;
    font-weight: bold;
}

tr:nth-child(odd) td {
    background: #e0f2f1;
}

tr:nth-child(even) td {
    background: #ffffff;
}

      table{
        border-collapse: collapse;
        text-align: center;
      }
       /* this code is used for progress bar */

           .spinner-page {
        background: transparent;
        width: 100%;
        display: none;
        overflow: hidden;
        position: fixed;
        height: 100vh;
        align-items: center;
        justify-content: center;
        z-index: 1000;
        top: 0px;
        left: 0px;
        -webkit-animation: removebar 3s ease-in-out;
        backdrop-filter: blur(1px);
    }
   .spinner {
        position: absolute;
        z-index: 1000000;
        height: 120px;
        width: 120px;
        right: 45%;
        top: 45%;
        border: 6px solid;
        border-color: #ff6b6b transparent #ff6b6b transparent;
        border-radius: 50%;
        animation: spin 1.3s linear infinite;

    }


    @keyframes spin {
        0% {
            transform: rotate(0deg);
        }

        50% {
            transform: rotate(180deg);
        }

        100% {
            transform: rotate(360deg);
            display: none;
        }

    }
    /*end of progress baar */
