app-ecommerce-details.css 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. .ecommerce-application .app-ecommerce-details .product-img {
  2. width: 600px; }
  3. .ecommerce-application .app-ecommerce-details .ratings-list-item svg,
  4. .ecommerce-application .app-ecommerce-details .ratings-list-item i {
  5. font-size: 1.286rem;
  6. height: 1.286rem;
  7. width: 1.286rem; }
  8. .ecommerce-application .app-ecommerce-details .filled-star {
  9. fill: #ff9f43;
  10. stroke: #ff9f43;
  11. color: #ff9f43; }
  12. .ecommerce-application .app-ecommerce-details .unfilled-star {
  13. stroke: #babfc7;
  14. color: #babfc7; }
  15. .ecommerce-application .app-ecommerce-details .item-price {
  16. color: #7367f0; }
  17. .ecommerce-application .app-ecommerce-details .item-company {
  18. display: inline-flex;
  19. font-weight: 400;
  20. font-size: 0.875rem; }
  21. .ecommerce-application .app-ecommerce-details .item-company .company-name {
  22. font-weight: 600;
  23. margin-left: 0.25rem; }
  24. .ecommerce-application .app-ecommerce-details .product-features {
  25. margin-top: 1.5rem;
  26. margin-bottom: 1.5rem; }
  27. .ecommerce-application .app-ecommerce-details .product-features li {
  28. display: flex;
  29. align-items: center;
  30. margin-bottom: 1rem; }
  31. .ecommerce-application .app-ecommerce-details .product-features li svg,
  32. .ecommerce-application .app-ecommerce-details .product-features li i {
  33. height: 1.4rem;
  34. width: 1.4rem;
  35. font-size: 1.4rem;
  36. margin-right: 0.75rem; }
  37. .ecommerce-application .app-ecommerce-details .product-features li span {
  38. font-weight: 600; }
  39. .ecommerce-application .app-ecommerce-details .product-color-options {
  40. margin-top: 1.5rem;
  41. margin-bottom: 1.2rem; }
  42. .ecommerce-application .app-ecommerce-details .btn-wishlist .text-danger {
  43. color: #ea5455;
  44. fill: #ea5455; }
  45. .ecommerce-application .app-ecommerce-details .btn-share .btn-icon ~ .dropdown-menu {
  46. min-width: 3rem; }
  47. .ecommerce-application .app-ecommerce-details .item-features {
  48. background-color: #f8f8f8;
  49. padding-top: 5.357rem;
  50. padding-bottom: 5.357rem; }
  51. .ecommerce-application .app-ecommerce-details .item-features i,
  52. .ecommerce-application .app-ecommerce-details .item-features svg {
  53. font-size: 2.5rem;
  54. height: 2.5rem;
  55. width: 2.5rem;
  56. color: #7367f0; }
  57. .ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide {
  58. text-align: center;
  59. background-color: #f8f8f8;
  60. padding: 1.5rem 3rem;
  61. border-radius: 0.428rem; }
  62. .ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide .img-container {
  63. display: flex;
  64. align-items: center;
  65. justify-content: center;
  66. height: 250px; }
  67. .ecommerce-application .swiper-button-prev,
  68. .ecommerce-application .swiper-button-next,
  69. .ecommerce-application .swiper-container-rtl .swiper-button-prev,
  70. .ecommerce-application .swiper-container-rtl .swiper-button-next {
  71. background-image: none;
  72. width: 35px;
  73. font-size: 2rem; }
  74. .ecommerce-application .swiper-button-prev:focus,
  75. .ecommerce-application .swiper-button-next:focus,
  76. .ecommerce-application .swiper-container-rtl .swiper-button-prev:focus,
  77. .ecommerce-application .swiper-container-rtl .swiper-button-next:focus {
  78. outline: none; }
  79. .ecommerce-application .swiper-button-prev {
  80. left: 0; }
  81. .ecommerce-application .swiper-button-prev:after {
  82. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  83. background-repeat: no-repeat;
  84. background-position: center;
  85. background-size: 44px;
  86. color: #6e6b7b;
  87. width: 44px;
  88. height: 44px;
  89. content: ''; }
  90. .ecommerce-application .swiper-button-next {
  91. right: 0; }
  92. .ecommerce-application .swiper-button-next:after {
  93. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  94. background-repeat: no-repeat;
  95. background-position: center;
  96. background-size: 44px;
  97. color: #6e6b7b;
  98. width: 44px;
  99. height: 44px;
  100. content: ''; }
  101. .ecommerce-application .swiper-container-rtl .swiper-button-prev:after {
  102. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E");
  103. background-repeat: no-repeat;
  104. background-position: center;
  105. background-size: 44px;
  106. color: #6e6b7b;
  107. width: 44px;
  108. height: 44px;
  109. content: ''; }
  110. .ecommerce-application .swiper-container-rtl .swiper-button-next:after {
  111. background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%237367f0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpolyline points='15 18 9 12 15 6'%3E%3C/polyline%3E%3C/svg%3E");
  112. background-repeat: no-repeat;
  113. background-position: center;
  114. background-size: 44px;
  115. color: #6e6b7b;
  116. width: 44px;
  117. height: 44px;
  118. content: ''; }
  119. .ecommerce-application .product-color-options .color-option {
  120. border: 1px solid transparent;
  121. border-radius: 50%;
  122. position: relative;
  123. cursor: pointer;
  124. padding: 3px; }
  125. .ecommerce-application .product-color-options .color-option .filloption {
  126. height: 18px;
  127. width: 18px;
  128. border-radius: 50%; }
  129. .ecommerce-application .product-color-options .selected .b-primary {
  130. border-color: #7367f0; }
  131. .ecommerce-application .product-color-options .selected .b-primary .filloption {
  132. box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4); }
  133. .ecommerce-application .product-color-options .selected .b-success {
  134. border-color: #28c76f; }
  135. .ecommerce-application .product-color-options .selected .b-success .filloption {
  136. box-shadow: 0 2px 4px 0 rgba(40, 199, 111, 0.4); }
  137. .ecommerce-application .product-color-options .selected .b-danger {
  138. border-color: #ea5455; }
  139. .ecommerce-application .product-color-options .selected .b-danger .filloption {
  140. box-shadow: 0 2px 4px 0 rgba(234, 84, 85, 0.4); }
  141. .ecommerce-application .product-color-options .selected .b-warning {
  142. border-color: #ff9f43; }
  143. .ecommerce-application .product-color-options .selected .b-warning .filloption {
  144. box-shadow: 0 2px 4px 0 rgba(255, 159, 67, 0.4); }
  145. .ecommerce-application .product-color-options .selected .b-info {
  146. border-color: #00cfe8; }
  147. .ecommerce-application .product-color-options .selected .b-info .filloption {
  148. box-shadow: 0 2px 4px 0 rgba(0, 207, 232, 0.4); }
  149. .ecommerce-application .product-color-options .b-primary .filloption {
  150. box-shadow: 0 2px 4px 0 rgba(115, 103, 240, 0.4); }
  151. .ecommerce-application .product-color-options .b-success .filloption {
  152. box-shadow: 0 2px 4px 0 rgba(40, 199, 111, 0.4); }
  153. .ecommerce-application .product-color-options .b-danger .filloption {
  154. box-shadow: 0 2px 4px 0 rgba(234, 84, 85, 0.4); }
  155. .ecommerce-application .product-color-options .b-warning .filloption {
  156. box-shadow: 0 2px 4px 0 rgba(255, 159, 67, 0.4); }
  157. .ecommerce-application .product-color-options .b-info .filloption {
  158. box-shadow: 0 2px 4px 0 rgba(0, 207, 232, 0.4); }
  159. @media (max-width: 767.98px) {
  160. .ecommerce-application .swiper-responsive-breakpoints.swiper-container .swiper-slide {
  161. padding: 1rem; } }
  162. @media (max-width: 767.98px) {
  163. .ecommerce-application .app-ecommerce-details .ratings-list-item svg,
  164. .ecommerce-application .app-ecommerce-details .ratings-list-item i {
  165. font-size: 1rem;
  166. height: 1rem;
  167. width: 1rem; } }