No Description
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.

_shop.scss 16KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958
  1. /*--------------------------------------------------------------
  2. 25. Shop
  3. ----------------------------------------------------------------*/
  4. .cs_shop_menu {
  5. margin-bottom: 60px;
  6. .cs_filter,
  7. .cs_result_info,
  8. .cs_sort {
  9. padding-bottom: 11px;
  10. }
  11. .cs_sort {
  12. flex: 1;
  13. }
  14. .cs_view {
  15. flex: 1;
  16. display: flex;
  17. align-items: center;
  18. justify-content: flex-end;
  19. gap: 20px;
  20. }
  21. .cs_viev_icon {
  22. cursor: pointer;
  23. &.active {
  24. color: $primary;
  25. }
  26. }
  27. }
  28. .cs_single_product_breadcrumb {
  29. margin-bottom: 32px;
  30. }
  31. .cs_single_product_nav {
  32. margin-top: -11px;
  33. // .slick-list {
  34. // margin-left: -10px;
  35. // margin-right: -10px;
  36. // margin-top: -12px;
  37. // margin-bottom: -12px;
  38. // }
  39. .cs_single_product_thumb_mini {
  40. padding: 11px 0px;
  41. height: 159px;
  42. @media (max-width: 1400px) {
  43. height: 137px;
  44. }
  45. @media (max-width: 1199px) {
  46. height: 200px;
  47. }
  48. @media (max-width: 991px) {
  49. height: 149px;
  50. }
  51. @media (max-width: 767px) {
  52. height: initial;
  53. }
  54. img {
  55. height: 100%;
  56. width: 100%;
  57. object-fit: cover;
  58. }
  59. }
  60. .slick-current {
  61. img {
  62. border-color: $accent;
  63. }
  64. }
  65. .slick-slide:not(.slick-current) {
  66. cursor: pointer;
  67. }
  68. }
  69. .cs_single_product_thumb_mini {
  70. img {
  71. width: 100%;
  72. border: 1px solid transparent;
  73. background-color: rgba($accent, 0.1);
  74. transition: all 0.3s ease;
  75. }
  76. }
  77. .cs_single_product_thumb_item {
  78. overflow: hidden;
  79. background-color: rgba($accent, 0.1);
  80. img {
  81. width: 100%;
  82. }
  83. }
  84. .cs_single_product_info {
  85. list-style: none;
  86. padding: 0;
  87. margin: 0;
  88. margin-top: 25px;
  89. li {
  90. &:not(:last-child) {
  91. margin-bottom: 8px;
  92. }
  93. }
  94. }
  95. .cs_single_product_details {
  96. padding-left: 50px;
  97. @media (max-width: 1400px) {
  98. padding-left: 20px;
  99. }
  100. @media (max-width: 1199px) {
  101. padding-left: 0px;
  102. padding-top: 20px;
  103. }
  104. h2 {
  105. margin-bottom: 5px;
  106. }
  107. .cs_single_product_review {
  108. margin-bottom: 4px;
  109. }
  110. .cs_single_product_price {
  111. margin-bottom: 15px;
  112. }
  113. .cs_single_product_details_text {
  114. margin-top: 14px;
  115. margin-bottom: 20px;
  116. }
  117. h4 {
  118. margin-bottom: 10px;
  119. }
  120. .cs_single_product_size {
  121. margin-bottom: 25px;
  122. }
  123. .cs_single_product_color {
  124. margin-bottom: 15px;
  125. }
  126. }
  127. .cs_review_form {
  128. textarea {
  129. resize: none;
  130. }
  131. }
  132. .cs_client_review {
  133. display: flex;
  134. flex-wrap: wrap;
  135. .cs_review_media {
  136. display: flex;
  137. align-items: center;
  138. }
  139. .cs_review_media_thumb {
  140. flex: none;
  141. width: 50px;
  142. height: 50px;
  143. border-radius: 50%;
  144. margin-right: 20px;
  145. img {
  146. height: 100%;
  147. width: 100%;
  148. object-fit: cover;
  149. }
  150. }
  151. .cs_review_text {
  152. flex: none;
  153. width: 100%;
  154. margin: 15px 0 50px;
  155. }
  156. .cs_review_posted_by {
  157. margin-left: 65px;
  158. padding-top: 32px;
  159. margin-bottom: 0;
  160. @media (max-width: 500px) {
  161. margin-left: 22px;
  162. }
  163. }
  164. }
  165. .cs_client_review_list {
  166. li {
  167. &:not(:last-child) {
  168. margin-bottom: 30px;
  169. padding-bottom: 30px;
  170. border-bottom: 1px solid $border;
  171. }
  172. }
  173. }
  174. .cs_product_tab {
  175. @media (max-width: 575px) {
  176. gap: 10px 30px;
  177. }
  178. }
  179. /*-----------------------------------
  180. Pavigation styling
  181. -------------------------------------*/
  182. .cs_pagination {
  183. display: flex;
  184. align-items: center;
  185. justify-content: center;
  186. gap: 15px;
  187. }
  188. .cs_page_item {
  189. .cs_page_link {
  190. display: inline-block;
  191. width: 60px;
  192. height: 60px;
  193. border-radius: 50%;
  194. background-color: $primary;
  195. color: $white;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. &.active,
  201. &:hover {
  202. .cs_page_link {
  203. background-color: $accent;
  204. }
  205. }
  206. }
  207. .cs_single_product_review {
  208. display: flex;
  209. align-items: center;
  210. gap: 10px;
  211. }
  212. // Filter Sidebar
  213. .cs_filter_sidebar {
  214. position: relative;
  215. padding-right: 90px;
  216. z-index: 10;
  217. @media (max-width: 1400px) {
  218. padding-right: 60px;
  219. }
  220. @media (max-width: 1199px) {
  221. padding-right: 30px;
  222. }
  223. @media (max-width: 991px) {
  224. padding-right: 0px;
  225. }
  226. }
  227. .cs_filter_sidebar_heading {
  228. border-bottom: 1px solid $border;
  229. padding-bottom: 6px;
  230. display: flex;
  231. margin-bottom: 54px;
  232. @media (max-width: 991px) {
  233. margin-bottom: 40px;
  234. }
  235. }
  236. .cs_filter_sidebar_heading_in {
  237. display: flex;
  238. align-items: center;
  239. gap: 10px;
  240. padding: 5px 10px 5px 0;
  241. }
  242. .cs_filter_widget_title {
  243. position: relative;
  244. cursor: pointer;
  245. margin-bottom: 20px;
  246. padding-right: 20px;
  247. transition: all 0.3s ease;
  248. span {
  249. position: absolute;
  250. height: 2px;
  251. width: 10px;
  252. background-color: currentColor;
  253. border-radius: 2px;
  254. right: 0;
  255. top: 12px;
  256. &::before {
  257. content: '';
  258. position: absolute;
  259. height: 100%;
  260. width: 100%;
  261. background-color: inherit;
  262. transform: rotate(90deg);
  263. left: 0;
  264. top: 0;
  265. transition: all 0.3s ease;
  266. }
  267. }
  268. &.active {
  269. margin-bottom: 0;
  270. span {
  271. &::before {
  272. transform: rotate(0);
  273. }
  274. }
  275. }
  276. }
  277. .cs_filter_btn {
  278. cursor: pointer;
  279. }
  280. .cs_shop_filter {
  281. position: fixed;
  282. top: 0;
  283. left: 0;
  284. height: 100vh;
  285. width: 100vw;
  286. z-index: 1000;
  287. opacity: 0;
  288. visibility: hidden;
  289. transition: all 0.3s ease;
  290. &.active {
  291. opacity: 1;
  292. visibility: visible;
  293. }
  294. .cs_filter_sidebar {
  295. background-color: #fff;
  296. padding: 40px 30px 40px 30px;
  297. height: 100vh;
  298. max-width: 400px;
  299. width: 100%;
  300. overflow: auto;
  301. @media (max-width: 450px) {
  302. max-width: 100%;
  303. }
  304. }
  305. }
  306. .cs_filter_close {
  307. position: absolute;
  308. z-index: 11;
  309. top: 20px;
  310. left: 350px;
  311. cursor: pointer;
  312. padding: 0;
  313. border: none;
  314. background-color: #fff;
  315. font-weight: bold;
  316. height: 32px;
  317. width: 32px;
  318. border: 1px solid;
  319. border-radius: 50%;
  320. display: flex;
  321. align-items: center;
  322. justify-content: center;
  323. border-color: currentColor;
  324. color: $primary;
  325. transition: all 0.3s ease;
  326. &:hover {
  327. color: $accent;
  328. }
  329. @media (max-width: 450px) {
  330. left: initial;
  331. right: 20px;
  332. }
  333. }
  334. .cs_filter_overlay {
  335. position: fixed;
  336. top: 0;
  337. left: 0;
  338. height: 100vh;
  339. width: 100vw;
  340. background-color: rgba(0, 0, 0, 0.6);
  341. cursor: zoom-out;
  342. }
  343. .cs_custom_check {
  344. position: relative;
  345. display: inline-block;
  346. > label,
  347. > span {
  348. display: block;
  349. position: relative;
  350. padding-left: 20px;
  351. &::before {
  352. content: '';
  353. height: 10px;
  354. width: 10px;
  355. border: 1px solid currentColor;
  356. position: absolute;
  357. left: 0;
  358. top: 7px;
  359. }
  360. &::after {
  361. content: '';
  362. position: absolute;
  363. height: 6px;
  364. width: 6px;
  365. background-color: currentColor;
  366. left: 2px;
  367. top: 9px;
  368. opacity: 0;
  369. }
  370. }
  371. input {
  372. position: absolute;
  373. height: 100%;
  374. width: 100%;
  375. left: 0;
  376. top: 0;
  377. z-index: 1;
  378. cursor: pointer;
  379. opacity: 0;
  380. &:checked {
  381. + label {
  382. &::after {
  383. opacity: 1;
  384. }
  385. }
  386. }
  387. }
  388. }
  389. .cs_filter_category {
  390. ul {
  391. list-style: none;
  392. padding: 10px 0 0 12px;
  393. margin: 0;
  394. }
  395. li {
  396. margin-bottom: 10px;
  397. }
  398. > li {
  399. &:last-child {
  400. margin-bottom: 0;
  401. }
  402. }
  403. }
  404. .cs_review_filter {
  405. > li {
  406. &:last-child {
  407. margin-bottom: 0;
  408. }
  409. }
  410. label {
  411. display: inline-flex;
  412. align-items: center;
  413. gap: 15px;
  414. }
  415. }
  416. .cs_range_slider_wrap {
  417. padding-top: 6px;
  418. }
  419. .ui-slider-horizontal {
  420. height: 2px;
  421. margin-top: 0;
  422. margin-bottom: 6px;
  423. }
  424. .ui-slider .ui-slider-handle {
  425. width: 14px;
  426. height: 14px;
  427. background-color: $primary;
  428. border-color: $primary;
  429. outline: none;
  430. cursor: pointer;
  431. }
  432. .ui-slider-horizontal .ui-slider-handle {
  433. top: -7px;
  434. margin-left: -0.6em;
  435. }
  436. .ui-widget.ui-widget-content {
  437. border: none;
  438. background-color: $primary;
  439. }
  440. .ui-widget-header {
  441. background: $accent;
  442. }
  443. .cs_amount_wrap input {
  444. display: block;
  445. padding: 0;
  446. border: none;
  447. width: 100%;
  448. margin-top: 15px;
  449. font-size: 14px;
  450. outline: none;
  451. }
  452. .cs_filter_widget {
  453. &:not(:last-child) {
  454. padding-bottom: 25px;
  455. margin-bottom: 25px;
  456. border-bottom: 1px solid $border;
  457. }
  458. }
  459. .cs_color_filter {
  460. display: inline-flex;
  461. align-items: center;
  462. gap: 10px;
  463. cursor: pointer;
  464. position: relative;
  465. input {
  466. position: absolute;
  467. height: 100%;
  468. width: 100%;
  469. left: 0;
  470. top: 0;
  471. z-index: 1;
  472. cursor: pointer;
  473. opacity: 0;
  474. &:checked {
  475. + .cs_color_filter_circle {
  476. &::before {
  477. content: '';
  478. height: calc(100% + 6px);
  479. width: calc(100% + 6px);
  480. border: 1px solid rgba($accent, 0.5);
  481. position: absolute;
  482. left: -3px;
  483. top: -3px;
  484. border-radius: 50%;
  485. }
  486. }
  487. }
  488. }
  489. .cs_color_filter_circle {
  490. height: 20px;
  491. width: 20px;
  492. border-radius: 50%;
  493. box-shadow: 0 0 1px #000;
  494. flex: none;
  495. position: relative;
  496. }
  497. }
  498. .cs_color_filter_list {
  499. li {
  500. display: flex;
  501. &:not(:last-child) {
  502. margin-bottom: 10px;
  503. }
  504. }
  505. &.cs_type_1 {
  506. display: flex;
  507. flex-wrap: wrap;
  508. max-width: 250px;
  509. li {
  510. width: 50%;
  511. &:last-child {
  512. margin-bottom: 10px;
  513. }
  514. }
  515. }
  516. }
  517. .cs_size_filter_list {
  518. display: flex;
  519. align-items: center;
  520. gap: 10px;
  521. li {
  522. width: 30px;
  523. height: 30px;
  524. position: relative;
  525. }
  526. span {
  527. display: flex;
  528. height: 100%;
  529. width: 100%;
  530. align-items: center;
  531. justify-content: center;
  532. border: 1px solid $border;
  533. }
  534. input {
  535. position: absolute;
  536. height: 100%;
  537. width: 100%;
  538. left: 0;
  539. top: 0;
  540. z-index: 1;
  541. cursor: pointer;
  542. opacity: 0;
  543. &:checked {
  544. + span {
  545. border-color: $accent;
  546. background-color: $accent;
  547. color: #fff;
  548. }
  549. }
  550. }
  551. }
  552. .cs_brand_filter_list {
  553. display: flex;
  554. flex-wrap: wrap;
  555. gap: 8px 20px;
  556. li {
  557. position: relative;
  558. }
  559. input {
  560. position: absolute;
  561. height: 100%;
  562. width: 100%;
  563. left: 0;
  564. top: 0;
  565. z-index: 1;
  566. cursor: pointer;
  567. opacity: 0;
  568. &:checked {
  569. + span {
  570. color: $primary;
  571. }
  572. }
  573. }
  574. }
  575. .cs_input_rating_wrap {
  576. display: flex;
  577. align-items: center;
  578. p {
  579. margin: 0 14px 0 0;
  580. }
  581. }
  582. //////////////////////////
  583. .cs_quantity {
  584. flex: none;
  585. position: relative;
  586. width: 112px;
  587. height: 50px;
  588. transition: all 0.3s ease;
  589. @media (max-width: 991px) {
  590. height: 44px;
  591. width: 90px;
  592. }
  593. .cs_quantity_input {
  594. height: 100%;
  595. width: 100%;
  596. border: 1px solid $border;
  597. background-color: transparent;
  598. padding: 13px 20px;
  599. outline: none;
  600. display: flex;
  601. align-items: center;
  602. @media (max-width: 991px) {
  603. padding: 10px 15px;
  604. }
  605. &:focus {
  606. border-color: #fff;
  607. }
  608. }
  609. .cs_quantity_btn {
  610. padding: 0;
  611. border: none;
  612. background-color: transparent;
  613. display: flex;
  614. padding: 2px 9px;
  615. cursor: pointer;
  616. font-size: 14px;
  617. position: absolute;
  618. right: 11px;
  619. &.cs_increment {
  620. top: 7px;
  621. }
  622. &.cs_decrement {
  623. bottom: 7px;
  624. }
  625. &:hover {
  626. color: $accent;
  627. border-color: $accent;
  628. }
  629. }
  630. }
  631. .cs_product_btn {
  632. display: inline-flex;
  633. justify-content: center;
  634. padding: 12px 25px;
  635. background-color: $accent;
  636. color: #fff;
  637. border-radius: 0px;
  638. outline: none;
  639. border: none;
  640. white-space: nowrap;
  641. @media (max-width: 991px) {
  642. padding: 9px 25px;
  643. }
  644. &:hover {
  645. opacity: 0.8;
  646. color: #fff;
  647. }
  648. &.cs_color1 {
  649. background-color: #000;
  650. &:hover {
  651. background-color: $accent;
  652. }
  653. }
  654. @media (max-width: 380px) {
  655. padding-left: 20px;
  656. padding-right: 20px;
  657. }
  658. }
  659. .cs_cart_table_media {
  660. display: flex;
  661. align-items: center;
  662. gap: 20px;
  663. @media (max-width: 991px) {
  664. gap: 10px;
  665. }
  666. img {
  667. width: 85px;
  668. flex: none;
  669. @media (max-width: 991px) {
  670. width: 50px;
  671. }
  672. }
  673. h3 {
  674. font-weight: 400;
  675. font-size: 16px;
  676. margin: 0;
  677. }
  678. }
  679. .cs_cart-table-close {
  680. background-color: transparent;
  681. border: none;
  682. padding: 0;
  683. display: flex;
  684. &:hover {
  685. color: red;
  686. }
  687. }
  688. .cs_cart_table {
  689. @media (max-width: 991px) {
  690. min-width: 500px;
  691. }
  692. &.cs_size1 {
  693. min-width: 900px;
  694. }
  695. th {
  696. color: $primary;
  697. border: none;
  698. font-weight: 600;
  699. font-size: 18px;
  700. line-height: 1.6em;
  701. padding: 20px;
  702. padding-top: 0;
  703. border-bottom: 1px solid $border;
  704. @media (max-width: 991px) {
  705. padding: 10px;
  706. padding-top: 0;
  707. }
  708. }
  709. td {
  710. border-top: none;
  711. border-bottom: 1px solid $border;
  712. padding: 20px;
  713. @media (max-width: 991px) {
  714. padding: 10px;
  715. }
  716. }
  717. @media (max-width: 991px) {
  718. .cs_quantity {
  719. width: 90px;
  720. }
  721. .cs_quantity_input {
  722. padding: 5px 35px 5px 10px;
  723. }
  724. }
  725. }
  726. .cs_coupon-doce-form {
  727. display: flex;
  728. gap: 0px;
  729. input {
  730. background-color: transparent;
  731. padding: 6px 15px;
  732. border: 1px solid $primary;
  733. border-right: 0;
  734. border-radius: 0px;
  735. height: 50px;
  736. outline: none;
  737. transition: all 0.3s ease;
  738. flex: 1;
  739. @media (max-width: 991px) {
  740. height: 44px;
  741. }
  742. &::placeholder {
  743. color: $secondary;
  744. }
  745. &:-ms-input-placeholder {
  746. color: $secondary;
  747. }
  748. &::-ms-input-placeholder {
  749. color: #fff;
  750. }
  751. &:focus {
  752. border-color: $secondary;
  753. }
  754. }
  755. @media (max-width: 450px) {
  756. flex-wrap: wrap;
  757. input {
  758. width: 100%;
  759. }
  760. }
  761. }
  762. .cs_shop-card {
  763. border: 1px solid $border;
  764. border-radius: 2px;
  765. padding: 23px 35px 30px;
  766. @media (max-width: 575px) {
  767. padding: 23px 25px 30px;
  768. }
  769. table {
  770. border-bottom: 1px solid $border;
  771. margin: 0;
  772. }
  773. h2 {
  774. margin-bottom: 15px;
  775. }
  776. td {
  777. padding: 20px 10px;
  778. &:first-child {
  779. padding-left: 0;
  780. color: $primary;
  781. font-weight: 500;
  782. }
  783. &:last-child {
  784. padding-right: 0;
  785. }
  786. }
  787. tr {
  788. &:last-child {
  789. td {
  790. &:last-child {
  791. font-weight: 600;
  792. font-size: 21px;
  793. color: $primary;
  794. }
  795. }
  796. }
  797. }
  798. .form-check {
  799. margin-bottom: 6px;
  800. }
  801. }
  802. .cs_checkout-alert {
  803. a {
  804. color: $accent;
  805. &:hover {
  806. text-decoration: underline;
  807. }
  808. }
  809. }
  810. .cs_shop-side-spacing {
  811. padding-left: 25px;
  812. @media (max-width: 1199px) {
  813. padding-left: 0;
  814. }
  815. }
  816. .cs_checkout-title {
  817. margin-bottom: 0px;
  818. }
  819. .cs_shop-input {
  820. display: block;
  821. width: 100%;
  822. background: transparent;
  823. border: 1px solid $border;
  824. padding: 11px 15px;
  825. border-radius: 5px;
  826. outline: none;
  827. transition: all 0.4s ease;
  828. margin-bottom: 20px;
  829. min-height: 50px;
  830. @media (max-width: 991px) {
  831. min-height: 44px;
  832. padding: 8px 15px;
  833. }
  834. &:focus {
  835. border-color: $primary;
  836. }
  837. }
  838. .cs_shop-label {
  839. display: block;
  840. font-weight: 500;
  841. margin-bottom: 10px;
  842. }
  843. .cs_payment_text {
  844. font-size: 14px;
  845. line-height: 1.6em;
  846. color: rgba($primary, 0.6);
  847. a {
  848. color: $accent;
  849. }
  850. }
  851. .cs_order-summery {
  852. border: 1px solid $border;
  853. list-style: none;
  854. padding: 25px 35px;
  855. display: flex;
  856. flex-wrap: wrap;
  857. justify-content: center;
  858. margin: 0;
  859. @media (max-width: 575px) {
  860. padding: 25px 25px;
  861. }
  862. p {
  863. font-size: 14px;
  864. line-height: 1.6em;
  865. margin-bottom: 5px;
  866. }
  867. h3 {
  868. margin: 0;
  869. font-weight: 500;
  870. font-size: 16px;
  871. }
  872. li {
  873. &:not(:last-child) {
  874. border-right: 1px solid $border;
  875. padding-right: 55px;
  876. margin-right: 55px;
  877. @media (max-width: 991px) {
  878. border-right: 0;
  879. padding-right: 0;
  880. margin-right: 0;
  881. }
  882. }
  883. @media (max-width: 991px) {
  884. width: 100%;
  885. &:not(:last-child) {
  886. border-bottom: 1px solid $border;
  887. padding-bottom: 15px;
  888. margin-bottom: 15px;
  889. }
  890. }
  891. }
  892. }
  893. .cs_header_cart {
  894. display: inline-block;
  895. position: relative;
  896. &:hover {
  897. color: $accent;
  898. }
  899. }
  900. .cs_header_cart_label {
  901. position: absolute;
  902. background-color: $accent;
  903. font-weight: 600;
  904. font-size: 12px;
  905. line-height: 17px;
  906. padding: 0 2px;
  907. min-width: 17px;
  908. text-align: center;
  909. border-radius: 1.6em;
  910. left: 11px;
  911. bottom: -9px;
  912. color: #fff;
  913. }
  914. .cs_shop_page_heading {
  915. h1 {
  916. margin-bottom: 20px;
  917. }
  918. }
  919. .cs_shop_breadcamp {
  920. display: flex;
  921. align-items: center;
  922. justify-content: center;
  923. gap: 10px;
  924. span {
  925. color: $accent;
  926. }
  927. }
  928. .form-check-input {
  929. position: relative;
  930. top: -2px;
  931. }