Ei kuvausta
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.

_single-product-sync.scss 1.7KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. /********************************
  2. product-ctry-init
  3. ********************************/
  4. .product-ctry-init {
  5. .product-desc {
  6. .title {
  7. font-size: 18px;
  8. line-height: 20px;
  9. @include max-screen(576) {
  10. font-size: 15px;
  11. }
  12. }
  13. }
  14. .product-price {
  15. .del {
  16. font-size: 19px;
  17. }
  18. .onsale {
  19. font-size: 24px;
  20. }
  21. }
  22. }
  23. .availability {
  24. p {
  25. font-size: 14px;
  26. text-transform: capitalize;
  27. color: $instock;
  28. }
  29. span {
  30. &.in-stock {
  31. font-weight: fontweight(regular);
  32. color: $theme-color3;
  33. }
  34. }
  35. }
  36. .hot-deal {
  37. .title {
  38. font-weight: fontweight(medium);
  39. font-size: 30px;
  40. }
  41. }
  42. /* clockdiv css */
  43. .clockdiv {
  44. .title {
  45. font-size: 14px;
  46. color: $body-color;
  47. line-height: 18px;
  48. max-width: 100px;
  49. margin-right: 15px;
  50. @include max-screen(767) {
  51. max-width: 100%;
  52. margin: 0 auto 15px;
  53. text-align: center;
  54. }
  55. }
  56. line-height: 1;
  57. margin-top: 20px;
  58. span {
  59. display: inline-block;
  60. padding: 0 10px;
  61. text-align: center;
  62. color: $color-dark;
  63. position: relative;
  64. font-weight: fontweight(medium);
  65. font-size: 22px;
  66. @include max-screen(768, 991) {
  67. font-size: 18px;
  68. }
  69. &::after {
  70. position: absolute;
  71. top: 0;
  72. left: -4px;
  73. content: ":";
  74. }
  75. &:first-child {
  76. &::after {
  77. display: none;
  78. }
  79. }
  80. p {
  81. font-size: 12px;
  82. margin: 5px 0 0;
  83. color: $color-dark;
  84. font-weight: fontweight(regular);
  85. }
  86. }
  87. }
  88. .product-sync-init {
  89. .product-thumb {
  90. img {
  91. width: 100%;
  92. display: block;
  93. margin: 0 auto;
  94. }
  95. }
  96. }
  97. /********************************
  98. product-ctry-init ENd
  99. ********************************/