.full_width_row.related_listings{display:flex;width:100%}.related_listings .row_container{max-width:100%;width:1200px;margin:0 auto;position:relative;overflow:hidden}.related_listings .row_container .rows{display:flex;height:100%;transition:transform 0.5s ease-in-out;padding-bottom:5px}.related_listings .rows .listing-item{flex:0 0 32%;height:100%;display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;overflow:hidden;margin:0 8px;box-shadow:0 1px 2px rgb(0 0 0 / .25);background:#fff}.related_listings .listing-item img{width:100%;height:auto;display:block}.related_listings .listing-item-wrap{display:flex;flex-direction:column;justify-content:space-between;gap:10px;padding:12px}.related_listings .listing-item h2{font-family:'Roboto',sans-serif!important;font-size:20px;font-weight:700;line-height:1.1em;margin:0;display:flex;align-items:center}.related_listings .listing_place{font-family:'Roboto',sans-serif!important;display:flex;align-items:center;gap:8px;font-size:14px;padding-bottom:10px}.related_listings .listing_place svg{width:20px;height:auto;flex-shrink:0}.related_listings .listing_features{display:flex;align-items:center;justify-content:space-between}.related_listings .listing_features .no_link_details{display:flex;flex-direction:column;align-items:center;font-size:14px;gap:4px;flex:0 0 25%;text-align:center}.related_listings .listing_features .no_link_details svg{width:25px;height:25px}.related_listings .listing_features .no_link_details:not(:last-child){border-right:1px solid #818181}body.rtl .related_listings .listing_features .no_link_details:not(:first-child){border-right:1px solid #818181}.related_listings .listing_price{margin-top:10px}.related_listings .listing_price .price-text{font-size:16px;font-weight:500}.related_listings .listing_price .price-symbol{display:flex;align-items:center;gap:5px}.related_listings .listing_price .symbol,.related_listings .listing_price .amount{font-size:18px;font-weight:700;color:#000}.related_listings .listing_price .arimg{width:15px;filter:brightness(0)}body.rtl .related_listings .listing_price .arimg{order:2}body.rtl .related_listings .listing_price .amount{order:1}.related_listings .listing-post-btn{margin-top:10px;padding:18px;background-color:#7e3528;color:#fff;text-align:center;font-size:17px;font-weight:600;text-decoration:none;border:1px solid #fff0;transition:all .3s ease}.related_listings .listing-post-btn:hover{background-color:#fff0;color:#7e3528;border-color:#7e3528}.related_listings .arrow{position:absolute;top:50%;transform:translateY(-50%);background:rgb(0 0 0 / .5);color:#fff;border:none;padding:10px 12px 8px 12px;;cursor:pointer;font-size:20px;z-index:10;border-radius:50%}.related_listings .btn-prev{left:10px}.related_listings .btn-next{right:10px}body.rtl .related_listings .btn-prev,body.rtl .related_listings .btn-next{transform:translateY(-50%) rotate(180deg)}@media (min-width:768px) and (max-width:1200px){.related_listings .rows .listing-item{flex:0 0 48%}}@media (max-width:767px){.related_listings .rows .listing-item{flex:0 0 95%}.listing_features .no_link_details{flex:0 0 31%}}