.order-items-wrap{display:grid;grid-template-columns:1fr 110px 30px;align-items:center;margin-bottom:15px;border:1px solid #e2e8f0;border-radius:8px;padding:10px;background:#f8fafc}.order-items-wrap>:nth-child(1){grid-column:1/4;grid-row:1}@media all and (max-width:500px){.order-items-wrap{grid-template-columns:1fr 30px}.order-items-wrap>:nth-child(3){grid-column:1/4;grid-row:3;text-align:left!important;margin-right:40px!important}.order-items-wrap>:nth-child(4){grid-column:1/4;grid-row:3;margin-left:auto}}.color-dot{display:inline-block;width:15px;height:15px;margin-bottom:3px;border-radius:50%;vertical-align:middle;border:1px solid #ccc}.remove-item{width:28px;height:28px;min-height:28px;padding:5px;line-height:0px;border-radius:50%;opacity:.25;cursor:pointer;border:1px solid #555;margin-top:15px}.remove-item:hover{color:#fff!important;background:red;opacity:.85}