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

products.css 5.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291
  1. /* .main-sliders.dots-style.theme1::before{
  2. content: "";
  3. width: 100%;
  4. height: 55%;
  5. position: absolute;
  6. left: 500px;
  7. top: -100px;
  8. background: url(../img/bg-wave.svg) top right no-repeat;
  9. background-size: 100% auto;
  10. z-index: 0;
  11. opacity: 0.2;
  12. transform: rotate(
  13. 182deg
  14. );
  15. } */
  16. /* new-css */
  17. .configuration-block .form-check-input:checked,
  18. .configuration-block .form-check-input:checked[type=radio],
  19. .configuration-block .form-check-input:checked[type=checkbox] {
  20. background: url("../img/icon/Check-icon.svg"), #302c7c;
  21. border: 1px solid #302c7c;
  22. box-shadow: none !important;
  23. }
  24. .configuration-block input[type=radio]:checked+label,
  25. .configuration-block input[type=checkbox]:checked+label {
  26. color: #302c7c;
  27. transition: all .2s linear;
  28. font-weight: 600;
  29. }
  30. .configuration-block input[type=radio]:checked+.whish-list-price {
  31. background-color: #302c7c;
  32. transition: all .2s linear;
  33. font-weight: 600;
  34. color: white;
  35. }
  36. .configuration-block,
  37. .silver-fam-processer,
  38. .gold-fam-processer {
  39. margin-top: 10px;
  40. }
  41. .order-summary-wrapper .sticky-top {
  42. top: 100px;
  43. z-index: 1;
  44. }
  45. /* products-page-1 */
  46. .product-banner .btn {
  47. background: #e3e6eb;
  48. /* color: black; */
  49. width: 250px;
  50. height: 50px;
  51. /* border-radius: 15px; */
  52. /* font-weight: 600; */
  53. }
  54. .border-radius-custom {
  55. border-radius: 10px !important;
  56. }
  57. .view-all-spec .modal-dialog {
  58. max-width: 100%;
  59. }
  60. /* config-search */
  61. .has-search .form-control {
  62. padding-left: 50px;
  63. }
  64. .has-search .form-control-feedback {
  65. position: absolute;
  66. z-index: 2;
  67. left: 20px;
  68. top: 2px;
  69. line-height: 2.75rem;
  70. color: rgb(105, 164, 253);
  71. }
  72. .config-heading {
  73. background-color: #47498e;
  74. border-radius: 10px;
  75. }
  76. .config-quantity-btn .form-select {
  77. background-color: #f4f4f4;
  78. height: 40px;
  79. width: 100px;
  80. border-radius: 10px;
  81. color: black;
  82. }
  83. .summary-head {
  84. background-color: #606297;
  85. border-radius: 20px 20px 0px 0px
  86. }
  87. .your-order-area {
  88. border-radius: 0px 0px 20px 20px !important;
  89. }
  90. .your-order-area .your-order-wrap,
  91. .your-order-area .your-order-wrap-empty {
  92. padding: 1rem 1rem !important;
  93. border-bottom-right-radius: 20px;
  94. border-bottom-left-radius: 20px;
  95. }
  96. .order-bg h5 {
  97. background-color: #e7e9f4;
  98. border-radius: 10px;
  99. font-weight: 600;
  100. }
  101. .social-network .footer-content {
  102. font-family: 'popins' !important;
  103. }
  104. .your-order-total {
  105. background-color: #c8ccd6;
  106. border-radius: 10px;
  107. font-weight: 600;
  108. }
  109. #pills-home {
  110. color: black !important;
  111. }
  112. .accordion-button:after {
  113. background-image: url("../img/caret-down-fill.svg") !important;
  114. }
  115. .form-select {
  116. background-image: url("../img/caret-down-fill.svg") !important;
  117. }
  118. /* select option:hover {
  119. background-color: #302c7c !important;
  120. } */
  121. /* .name-of-config b {
  122. font-weight: 600;
  123. } */
  124. .confi-pricing span,
  125. .price-span {
  126. color: #3e3a85;
  127. font-weight: 600;
  128. }
  129. /* .wish-list-price {
  130. border: 1px solid #3e3a85 !important;
  131. } */
  132. .summary-list .summary-total-qty {
  133. width: 30px;
  134. max-width: 30px;
  135. flex-basis: 100%;
  136. font-weight: 600;
  137. font-size: 20px;
  138. margin-right: 10px;
  139. }
  140. .summary-list .summary-total-qty i {
  141. font-size: 14px;
  142. }
  143. .summary-list .summary-product-val {
  144. margin-right: 20px;
  145. }
  146. .summary-list .order-price {
  147. margin-left: auto;
  148. }
  149. .config-price-span {
  150. color: #302C7C;
  151. background-color: #fff;
  152. font-weight: 600;
  153. border: 2px solid #302C7C;
  154. }
  155. .config-price-span.active {
  156. color: #fff;
  157. background-color: #302C7C;
  158. border-color: #302C7C;
  159. }
  160. .qty-progress-bars .progress-bar {
  161. width: 28px;
  162. height: 15px;
  163. background-color: #fff;
  164. margin: 0px 1px;
  165. }
  166. .qty-progress-bars .progress-bar.active {
  167. background-color: #9b99ba;
  168. }
  169. .qty-progress-bars .progress-bar:first-of-type {
  170. margin-left: 0;
  171. border-top-left-radius: 5px;
  172. border-bottom-left-radius: 5px;
  173. }
  174. .qty-progress-bars .progress-bar:last-of-type {
  175. margin-right: 0;
  176. border-top-right-radius: 5px;
  177. border-bottom-right-radius: 5px;
  178. }
  179. .config-price-span {
  180. display: inline-flex;
  181. align-items: center;
  182. color: #302C7C;
  183. background-color: #fff;
  184. /* font-weight: 600; */
  185. border: 2px solid #302C7C;
  186. }
  187. .config-price-span .product-price {
  188. color: #302C7C;
  189. font-weight: 600;
  190. }
  191. .config-price-span.active .product-price {
  192. color: #fff;
  193. }
  194. #summary-currency-symbol,
  195. .summary-plus-sign {
  196. color: #302c7c;
  197. }
  198. /* select:focus>option:checked,
  199. select:focus>option:hover {
  200. box-shadow: 0 0 10px 100px #302C7C inset !important;
  201. background: #302c7c !important;
  202. color: white;
  203. } */
  204. /* option:focus,
  205. option:hover {
  206. box-shadow: 0 0 10px 100px #302C7C inset !important;
  207. background: #302c7c !important;
  208. color: white;
  209. }
  210. */
  211. /* .dropdown-menu>li>a:hover,
  212. .dropdown-menu>li>a:focus {
  213. text-decoration: none;
  214. color: #ffffff;
  215. background-color: #f3969a;
  216. } */
  217. #selct-new:focus>option:focus,
  218. #selct-new:focus>option:active,
  219. #selct-new:focus>option:hover {
  220. box-shadow: 0 0 10px 100px #302C7C inset !important;
  221. background: #302c7c !important;
  222. color: white;
  223. }
  224. .qty-progress-bars .progress-bar.active {
  225. background-color: #9b99ba;
  226. transition: background-color 0.2s ease-out;
  227. }
  228. .qty-progress-bars .progress-bar.active {
  229. background-color: #9b99ba;
  230. transition: background-color 0.2s ease-out;
  231. }
  232. .qty-selector[disabled] {
  233. color: grey !important;
  234. }