/* line 1, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 { background: #fff; width: 171px; } @media (min-width: 360px) { /* line 1, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 { width: 149px; } } @media (min-width: 768px) { /* line 1, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 { width: 171px; } } /* line 10, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 a { text-decoration: none; } /* line 14, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 figure { width: 171px; height: 117px; background: #F4F6F9; border-radius: 6px; padding: 17px; display: flex; justify-content: center; align-items: center; margin-bottom: 8px; } @media (min-width: 360px) { /* line 14, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 figure { width: 149px; height: 109px; } } @media (min-width: 768px) { /* line 14, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 figure { width: 171px; height: 117px; } } /* line 32, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 figure img { max-width: 100%; max-height: 100%; object-fit: contain; } /* line 38, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .name { display: block; font-weight: 500; font-size: 14px; line-height: 21px; text-transform: capitalize; color: #121314; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; } @media (min-width: 360px) { /* line 38, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .name { font-size: 12px; line-height: 18px; } } @media (min-width: 768px) { /* line 38, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .name { font-size: 14px; line-height: 21px; } } /* line 57, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .desc { display: block; font-weight: 400; font-size: 12px; line-height: 18px; color: #4E5055; margin-bottom: 9px; } /* line 65, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .price { display: block; font-weight: 500; font-size: 12px; line-height: 19px; text-transform: capitalize; color: #121314; margin-bottom: 8px; } /* line 76, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .cart_block_style1 .add-to-cart a, .cart_block_style1 .add-to-cart button, .cart_block_style1 .add-to-cart input[type="button"], .cart_block_style1 .add-to-cart .cart-button { width: max-content; display: flex; flex-direction: row; justify-content: center; align-items: center; padding: 6px 12px; border: 1px solid #1E4275; border-radius: 6px; font-weight: 500; font-size: 12px; line-height: 18px; text-transform: capitalize; color: #1E4275; background: transparent; } /* quantity Button */ /* line 97, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .block-quantity-button-wrap .quantity-block { width: 98px; height: 32px; border: 1px solid #1E4275; border-radius: 6px; display: flex; padding-top: 5px; padding-bottom: 5px; } /* line 106, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .block-quantity-button-wrap .quantity-block .quantity { width: 30%; font-size: 20px; display: flex; justify-content: center; align-items: center; cursor: pointer; background: transparent; color: #1E4275; padding: 0px; border: 0; } /* line 118, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .block-quantity-button-wrap .quantity-block .quantity.minus { font-size: 26px; } /* line 121, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .block-quantity-button-wrap .quantity-block input { width: 40%; text-align: center; border: 0; font-weight: 500; font-size: 14px; line-height: 20px; text-align: center; color: #1E4275; background: transparent; padding: 0px; } /* line 133, app/assets/stylesheets/b2c_design/cart_block_style1.scss */ .block-quantity-button-wrap .quantity-block input:focus { outline: none; border: 0; } /* quantity Button */