설명 없음
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.

productdetails.css 1.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. *{
  2. font-family:"Satoshi", sans-serif;
  3. }
  4. .font-w600{
  5. font-weight: 600;
  6. }
  7. .small-font{
  8. font-size: 0.7rem;
  9. font-family: var(--fontfamilyone);
  10. }
  11. .specsmallcard{
  12. width: 200px;
  13. font-weight: 600;
  14. text-align: center;
  15. }
  16. .specsmallcard-mini{
  17. max-width: 200px;;
  18. }
  19. .color-display-img{
  20. width: 50px;
  21. height: 50px;
  22. border: 1px solid #e6e9f0;
  23. cursor: pointer;
  24. }
  25. .color-display-img.color-display-img-active{
  26. border: 1px solid;
  27. }
  28. .colors-display-photos{
  29. width:25px;
  30. height:25px;
  31. border-radius: 50%;
  32. cursor: pointer;
  33. }
  34. .qtybtn{
  35. padding: 1px 10px;
  36. cursor: pointer;
  37. }
  38. .qtybtright{
  39. border-top-right-radius: 50%;
  40. border-bottom-right-radius: 50%;
  41. }
  42. .qtybtleft{
  43. border-top-left-radius: 50%;
  44. border-bottom-left-radius: 50%;
  45. }
  46. .mainContanierProduct{
  47. margin-top: 7rem;
  48. }
  49. /* .productDetailsShadow{
  50. } */
  51. .learnMoreA{
  52. text-decoration: none;
  53. color: orange;
  54. }
  55. .bgGreyLight{
  56. background-color: #f7f7f7;
  57. }
  58. .borderselector{
  59. background-color: rgb(231 240 254/2) !important;
  60. border-color: rgb(14 99 236/1) !important;
  61. }
  62. .smallHeadingProductDetails{
  63. font-size: 1rem;
  64. }
  65. /* .bgproductDGen{
  66. } */
  67. .product-item-gallery{
  68. background: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
  69. border-radius: 5px;
  70. cursor: pointer;
  71. height: 6rem;
  72. width: 6rem;
  73. }
  74. .bgproductDGen {
  75. position: sticky;
  76. top: 125px;
  77. }
  78. .product-item-gallery.active-gallery-img{
  79. border: 3px solid;
  80. }