| @@ -48,6 +48,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; | ||||
| @@ -87,8 +93,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: #33548c; | |||||
| color: #fff; | |||||
| background-color: #33548c; | |||||
| color: #fff; | |||||
| } | } | ||||
| .icon { | .icon { | ||||
| min-width: 22px; | min-width: 22px; | ||||
| @@ -97,7 +103,7 @@ | |||||
| } | } | ||||
| &.spwn-c-p-more { | &.spwn-c-p-more { | ||||
| .icon { | .icon { | ||||
| color: #fff; | |||||
| color: #fff; | |||||
| } | } | ||||
| } | } | ||||
| } | } | ||||
| @@ -126,6 +132,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 { | ||||