* {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.product_img{
    width:250px;
    height:250px;
    /* box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; */
}
#products>div{
 border:0.5px solid grey;
 display:flex;
 padding:10px;
 
}
#contents{
   padding:20px;
}
#bold{
    font-weight: bolder;
    font-size: 25px;
    margin-top: -10px;
}
#ship{
    color:grey;
    font-size:15px;
}
.wish{
    margin-right:20px;
    background-color:#0654ba;
    color:white;
    border:0px;
    padding:8px;
    border-radius: 5px;
}
.wish:hover{
    background-color: blue;
}
#fl{
    display:flex;
    justify-content: space-between;
    border:1px solid;
    width:60%;
    height:40px;
    float:bottom;
}
ul,a{
    list-style: none;
    text-align:center;
    font-size:20px;
    color:black;
}
.btn{
    /* visibility:show !important; */
    
    width:200px !important;
}
.Category,option{
    border:0px;
    outline: 0px;
    padding:30px;
    font-weight: bolder;

}
#sidebar{
    padding: 0px !important;
    text-align: center;
    border-top: 1px solid grey;
}
.form-check-input{
    text-align: center !important;
    margin-left: 20px !important;
}
#gold{
    color:gold;
}


