| @@ -7,9 +7,9 @@ | |||
| } | |||
| .card { | |||
| .product-rating { | |||
| display: none; | |||
| } | |||
| .product-rating { | |||
| display: none; | |||
| } | |||
| } | |||
| .cart-table-header { | |||
| @@ -54,6 +54,12 @@ | |||
| } | |||
| .cart-offcanvas { | |||
| .row { | |||
| justify-content: space-between; | |||
| } | |||
| .js-toggle-shipping-selection { | |||
| display: block; | |||
| } | |||
| .offcanvas-close { | |||
| min-height: 54px; | |||
| background: #E9F4FC; | |||
| @@ -93,8 +99,8 @@ | |||
| background: rgba(#86B04B, 0.15); | |||
| color: #86B04B; | |||
| &.spwn-c-p-more { | |||
| background-color: #86b04b; | |||
| color: #272527; | |||
| background-color: #86b04b; | |||
| color: #272527; | |||
| } | |||
| .icon { | |||
| min-width: 22px; | |||
| @@ -102,9 +108,9 @@ | |||
| color: #86B04B; | |||
| } | |||
| &.spwn-c-p-more { | |||
| .icon { | |||
| color: #272527; | |||
| } | |||
| .icon { | |||
| color: #272527; | |||
| } | |||
| } | |||
| } | |||
| .cart-item { | |||
| @@ -113,9 +119,9 @@ | |||
| background-color: #E9F4FC; | |||
| } | |||
| &.is-discount { | |||
| .cart-item-remove { | |||
| display: none; | |||
| } | |||
| .cart-item-remove { | |||
| display: none; | |||
| } | |||
| } | |||
| .cart-item-img { | |||
| border: none; | |||
| @@ -132,6 +138,27 @@ | |||
| } | |||
| } | |||
| } | |||
| &.cart-item-FLOWSITEDepositLineItem { | |||
| .cart-item-row { | |||
| max-height: 20px; | |||
| .cart-item-img { | |||
| transform: translateY(-4px); | |||
| } | |||
| } | |||
| .cart-item-details { | |||
| flex: 0 0 auto; | |||
| width: auto; | |||
| max-width: 100%; | |||
| margin-bottom: 0; | |||
| padding-top: 0; | |||
| .cart-item-details-container { | |||
| display: flex; | |||
| .cart-quantity-price { | |||
| min-height: auto; | |||
| } | |||
| } | |||
| } | |||
| } | |||
| } | |||
| .spwn-add-customized-products { | |||
| .spwn-add-customized-products-detail { | |||