

.product{
    padding: 50px 0px 40px;
}
.card-text{
    color: #9c9797;
    font-size: 12px;
}
.card-img-top{
    width: 80%;
    display: block;
    margin: auto;
}
.button{
    display: flex;
    gap: 10px;
}
.btn{
    padding: 6px 12px;
    box-shadow: 0px 0px 5px 1px lightgray;
}
.first{
    background-color: green;
    color: white;
}

.dashb{
    padding: 160px 0px 0px;
    background-color: white;
}
.dashb h4{
    font-size: 27px;
    font-weight: bold;
}
.dash{
    float: right;
}
.dash img{
    width: 16px;
    height: 16px;
    margin-right: 10px;
    margin-top: 3px;
}
.dash p{
    color: #000;
    font-size: 14px;
}

.second{
    padding-top: 50px;
    background-color: #fff;
    margin-bottom: 50px;
    justify-content: space-between;
}
.cardd{
    height: 120px;
    width: 100px;
    background-color: #d1e0d142;
    box-shadow: 0px 0px 2px 2px #eae5e5;
    margin-bottom: 50px;
    margin: auto;
}
.cardd p{
    color: #000;
}
.cardd img{
    width: 50px;
    margin-left: 25px;
}
.cardd h2{
    text-align: center;
}
.dashb2 h4{
    font-size: 27px;
    font-weight: bold;
}
.dashbb{
    padding: 26px 0px 0px;
    background-color: white;
}

.photo img{
    width: 100%;
}
.item{
    /*margin-bottom: 80px;*/
}
.mob-comn{
    display: block;
}
@media(max-width:600px){
    .mob-comn{
        display: none;
    }
}
 
.sellcart {
    float: right;
    position: absolute;
    top: 37px;
    right: 29px;
    z-index: 1000;
}
.gg{
    position: absolute;
  top: 28px;
  left: 316px;
  z-index: 1000 !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    border: 0;
    box-shadow: none;
}
.home{
    display:none;
}
.search{
    padding-top:20px !important;
}
        @media(max-width:767px){
            #header{
                padding-bottom: 20px;
             }
            button:focus:not(:focus-visible) {
                outline: 0;
                border: 0;
                box-shadow: none;
            }
            .gg{
    position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10 !important;
}
.home{
    display:block !important;
}

.dashb h4{
    font-size: 15px; !important
    font-weight: bold;
}
        }
        
        
.pdet{
      height: 461px;
    width: 100%;
    object-fit: contain;
}        
        
        
        
        
        
        
        
        
        
