
    @font-face {
 font-family: "Open Sans";
 src: url("fonts/OpenSans-Regular.ttf") format("truetype");
} 
    @font-face {
 font-family: "Open Sans L";
 src: url("fonts/OpenSans-Light.ttf") format("truetype");
}
.lnk_cont{
    margin: 0 auto;
    text-align: center;
    padding: 40 10;
}
.lnk_cont a{
    background-color: orangered;
    text-decoration: none;
    padding: 20 40;
    color: #fff;
    display: inline-block;
    font-family: "Open Sans L";
    margin: 0 50;
    text-transform: capitalize;
}
.lnk_cont a:hover{
    box-shadow: 0px 0px 5px -1px black;
}
.lnk_cont a i{
    color: #fff;
    font-size: 100
}
.lnk_cont a span{
    display: block
}
    .cat_cont{
        text-align: center;
        margin-top: 1%;
    }
    .cat_cont form{
        border: 1px solid #ccc;
        width: 400px;
        margin: 0 auto;
        padding: 20px;
        background: #fff;
    }
    .cat_cont form input, select{
        padding: 10px;
        border:1px solid #ccc;
        font-family: "open sans";
        font-size: 13
    }
    .cat_cont form input[type=submit]{
        background: orangered;
        color: #fff;
        border: 0px;
        border-radius: 5px;
        padding: 10;
        cursor: pointer;
        text-transform: capitalize;
    }
#res{
    margin-top: 20;
    margin-bottom: 0;
}
.search_form{
    text-align: center;
    margin-top: 2%;
}
.search_form input{
    padding: 8px 20;
    font-size: 14;
}
.table_cont{
    border: 0px solid;
    font-family: "open sans";
    margin: 0% auto;
    text-align: center;
    padding: 10;
}
.table_cont table{
    border-collapse: collapse;
    border: 0px solid ;
    min-width: 200;
    font-size: 13;
    max-width: 1000;
    display:inline-table;
}
th{
    padding: 10;
    border: 1px solid #ccc;
    font-size: 18;
}
.table_cont table caption{
    font-size: 18;
    padding: 10;
    text-transform: capitalize;
}
.table_cont table caption i{
    font-size: 25;
    padding: 5;
    color: orangered;
}
.table_cont table td{
    padding: 10;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 15px;
    text-align: center;
}
.table_cont table .rm{
    color: red
}
.table_cont table tr:nth-of-type(1) td{
    background-color: orangered;
    color: #fff;
    font-size: 16;
}
.table_cont table tr:nth-of-type(1) td{
    border: 0;
}
.table_cont table  td:nth-of-type(1){
    
    border-top-left-radius: 10px;
    text-align: center
}
.table_cont table tr:nth-of-type(1) td:nth-last-of-type(1){
    border-top-right-radius: 10px
}
.table_cont table tr:nth-of-type(1) td:nth-last-of-type(2){
    
}
.table_cont  img{
  height: 15%;  
}
.deliv_cont{
    display: inline-table;
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    margin: 2%;
}
.deliv_cont #deliv_form input{
    padding: 12px 10px;
    width: 210px;
    margin-bottom: 10px;
    border:1px solid #ccc;
    margin: 5px
}
.deliv_cont #deliv_form input[type=submit]{
    background-color: orangered;
    border: 0px;
    outline-width: 0px;
    color: #fff;
    cursor: pointer;
}
.deliv_cont #deliv_form input[type=submit]:hover{
    background-color: #fff;
    color: #000;
    border: 1px solid orangered;
}
.deliv_cont span{
    display: inline-block;
    margin-bottom: 10px;
}
.paypal-button{
    display: none;
}
body{  
    text-transform: uppercase;
}