.basket-card{position:relative;flex-direction:row;align-items:center;width:100%;margin-bottom:12px;padding:6px 16px 6px 8px;border-radius:4px;background-color:#fff}.basket-card .basket-card-wrap{flex:1 1;flex-direction:row;align-items:center;flex-grow:1;flex-shrink:1}.basket-card .basket-card-image{flex-grow:0;flex-shrink:0;width:72px;height:72px;margin-right:12px;border-radius:5px}.basket-card .basket-card-info{flex-grow:1;flex-shrink:1;max-width:280px;margin:0 12px 0 0}.basket-card .basket-card-info h3{margin-bottom:4px}.basket-card .basket-card-info p{color:#222;font-size:11px;font-weight:400;line-height:1.22}.basket-card .basket-card-control{justify-content:center;flex-grow:0;flex-shrink:0;height:72px;margin:0 12px}.basket-card .basket-card-control p{white-space:nowrap}.basket-card .basket-card-button{justify-content:center;flex-grow:0;flex-shrink:0;height:72px;margin-left:8px}@media (max-width:768px){.basket-card{flex-wrap:wrap}.basket-card .basket-card-control{flex-wrap:1;flex-shrink:1;justify-content:space-between;height:auto;padding:8px 0;margin:0 24px 0 0}.basket-card .basket-card-button{height:auto;padding:8px 0}}