| @@ -7,9 +7,9 @@ | |||||
| } | } | ||||
| .card { | .card { | ||||
| .product-rating { | |||||
| display: none; | |||||
| } | |||||
| .product-rating { | |||||
| display: none; | |||||
| } | |||||
| } | } | ||||
| .cart-table-header { | .cart-table-header { | ||||
| @@ -54,6 +54,12 @@ | |||||
| } | } | ||||
| .cart-offcanvas { | .cart-offcanvas { | ||||
| .row { | |||||
| justify-content: space-between; | |||||
| } | |||||
| .js-toggle-shipping-selection { | |||||
| display: block; | |||||
| } | |||||
| .offcanvas-close { | .offcanvas-close { | ||||
| min-height: 54px; | min-height: 54px; | ||||
| background: #E9F4FC; | background: #E9F4FC; | ||||
| @@ -93,8 +99,8 @@ | |||||
| background: rgba(#86B04B, 0.15); | background: rgba(#86B04B, 0.15); | ||||
| color: #86B04B; | color: #86B04B; | ||||
| &.spwn-c-p-more { | &.spwn-c-p-more { | ||||
| background-color: #86b04b; | |||||
| color: #272527; | |||||
| background-color: #86b04b; | |||||
| color: #272527; | |||||
| } | } | ||||
| .icon { | .icon { | ||||
| min-width: 22px; | min-width: 22px; | ||||
| @@ -102,9 +108,9 @@ | |||||
| color: #86B04B; | color: #86B04B; | ||||
| } | } | ||||
| &.spwn-c-p-more { | &.spwn-c-p-more { | ||||
| .icon { | |||||
| color: #272527; | |||||
| } | |||||
| .icon { | |||||
| color: #272527; | |||||
| } | |||||
| } | } | ||||
| } | } | ||||
| .cart-item { | .cart-item { | ||||
| @@ -113,9 +119,9 @@ | |||||
| background-color: #E9F4FC; | background-color: #E9F4FC; | ||||
| } | } | ||||
| &.is-discount { | &.is-discount { | ||||
| .cart-item-remove { | |||||
| display: none; | |||||
| } | |||||
| .cart-item-remove { | |||||
| display: none; | |||||
| } | |||||
| } | } | ||||
| .cart-item-img { | .cart-item-img { | ||||
| border: none; | 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 { | ||||
| .spwn-add-customized-products-detail { | .spwn-add-customized-products-detail { | ||||