.upsell-item{display:flex;align-items:center;justify-content:space-between;padding:25px 40px;transition:box-shadow .3s ease;cursor:pointer;box-shadow:7px 7px 30px rgba(35,31,32,.15);margin-top:10px;margin-bottom:10px}.upsell-item:hover{box-shadow:0 6px 12px rgba(0,0,0,.15)}.upsell-content{flex:0.9 1}.upsell-checkbox-wrpper{display:flex;align-items:center}.upsell-title{font-size:27px;color:#ef7c00;font-weight:700;margin-bottom:5px;margin-top:5px;margin-left:10px}.upsell-description{font-size:16px;color:#ef7c00;font-weight:500;text-align:left;line-height:24px}.upsell-image{flex-shrink:0;padding:1.4rem}.upsell-image svg{width:auto;height:4rem}.upsell-image img{width:100%;height:auto}.upsell-icon-button{background-color:#ef7c00;border:none;border-radius:50%;padding:10px;cursor:pointer;margin-left:10px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}.upsell-icon-button svg{color:#fff;width:16px;height:16px}@media (max-width:768px){.upsell-item{flex-direction:column;align-items:center}}