.image__Product {
    height: 400px;
    width: 100%;
}
.productOne {
    background-color: #aaaaaa3d;
    padding:15px;
    border-radius:10px;
}
.productOne .mainProduct .badge {
    bottom: 20px !important;
    color: black;
    font-weight: bolder;
    font-size: 1.2em;
   /*  box-shadow: 0px 0px 31px 12px; */
}
h1.titleProduct {
    height: 50px;
    overflow: hidden;
}
.load_more{
    text-align: center;
    margin: auto;
}
.load_more button{
    color: white;

}
.bottom__Content {
    margin: auto !important;
    width: 80%;
    margin-bottom: 100px !important;
    display: block;
}

.content__info {
margin: auto;
}

.contentHeader {
margin-top: 20px;
}
.main__sectionInfo ,.right__Estate_DropDwons{
    padding-right: 50px;
    margin: auto;
    padding-left: 50px;
    /* background: bisque; */
    background: var(--white-03-color);
    padding-top: 20px;
    border: 0px solid;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.right__Estate_DropDwons{
    padding-top: 40px;
    padding-bottom: 40px;
}

@media screen and (min-width: 1024px) {
.main__sectionInfo ,.right__Estate_DropDwons{
    padding-right: 10px;
    margin: auto;
    padding-left: 10px;
    /* background: bisque; */
    background: var(--white-03-color);
    padding-top: 20px;
    border: 0px solid;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.allEstate .right__Estate_DropDwons {
    width: 100%;
    min-width: 340px;
    max-width: 300px;
}
.right__Estate_DropDwons{
    padding-top: 10px;
    padding-bottom: 10px;
}
  
}

@media screen and (max-width: 785px) {
.main__sectionInfo ,.right__Estate_DropDwons{
    padding-right: 10px;
    margin: auto;
    padding-left: 10px;
    /* background: bisque; */
    background: var(--white-03-color);
    padding-top: 20px;
    border: 0px solid;
    border-radius: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.right__Estate_DropDwons{
    padding-top: 10px;
    padding-bottom: 10px;
}  
  .allEstate .right__Estate_DropDwons {
    width: 100%;
    min-width: 340px;
    max-width: 300px;
}
}
