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.

productdetails.css 1.9KB

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