.rental-product-single{display:grid;grid-template-columns:1fr 1fr;gap:50px;margin-top:300px;margin-bottom:120px}@media only screen and (max-width: 991px){.rental-product-single{grid-template-columns:1fr;margin-top:160px}}.rental-product-single .col img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover}.rental-product-single .text-info{display:flex;flex-direction:column}.rental-product-single .text-info .heading-3{margin-bottom:10px}.rental-product-single .text-info p{margin-bottom:20px}.rental-product-single .text-info .price-wrap{font-weight:700;font-size:20px;margin-bottom:20px}.rental-product-single .text-info .quantity-wrap{display:flex;flex-direction:column}.rental-product-single .text-info .quantity-wrap label{font-size:14px;margin-left:10px;margin-bottom:10px}.rental-product-single .text-info .quantity-wrap .wrap{display:flex;gap:10px}.rental-product-single .text-info .quantity-wrap .wrap input{width:70px;height:50px;padding:0 20px;border:1px solid rgba(0,0,0,.1)}.rental-product-single .text-info .rent-me{background:linear-gradient(to right, #1d2671, #c33764);color:#fff;border:0;width:200px;height:50px;text-transform:uppercase;cursor:pointer}.rental-product-single .text-info .show-product{background:linear-gradient(to right, #1d2671, #c33764);border-radius:50%;width:60px;height:60px;position:absolute;bottom:12px;right:12px;display:flex;justify-content:center;align-items:center;z-index:9}.rental-product-single .text-info .show-product svg{width:24px;height:auto}.rental-product-single .text-info .show-product svg path{fill:#fff}