Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_shopping-cart.scss 973B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. // shopping-cart
  2. .shopping-cart-main-container {
  3. * {
  4. font-family: "Satoshi", sans-serif;
  5. }
  6. h6 {
  7. padding: 10px;
  8. margin-bottom: 0;
  9. }
  10. background-color: #F5FFEA;
  11. padding-bottom: 50px;
  12. .cart-sec-highlighter {
  13. .text-muted {
  14. color: #C5C5C5 !important;
  15. }
  16. }
  17. .alert-display-sec {
  18. z-index: 1;
  19. .alert-dismissible{
  20. background:rgb(255 255 255 / 66%)
  21. }
  22. }
  23. }
  24. .warrenty-sec img{
  25. width: 40px;
  26. }
  27. #footer-head {
  28. .footer-wrapper.sec-space-1 {
  29. margin-top: 0;
  30. }
  31. }
  32. @media (max-width:1300px) {
  33. .cart-sec-highlighter h5 {
  34. font-size: 0.8rem;
  35. }
  36. }
  37. @media (max-width:768px) {
  38. .cart-sec-highlighter,
  39. .shopping-cart-details-row-1 {
  40. display: none !important;
  41. }
  42. .buy-together-sec {
  43. text-align: center;
  44. .row {
  45. padding: 10px;
  46. }
  47. }
  48. .mobile-cart-img img{
  49. width: 200px;
  50. }
  51. }