Açıklama Yok
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.

_general.scss 11KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660
  1. /*--------------------------------------------------------------
  2. 4. General
  3. ----------------------------------------------------------------*/
  4. .cs_fs_14 {
  5. font-size: 14px;
  6. line-height: 1.572em;
  7. }
  8. .cs_fs_16 {
  9. font-size: 16px;
  10. line-height: 1.25em;
  11. }
  12. .cs_fs_18 {
  13. font-size: 18px;
  14. line-height: 1.4em;
  15. }
  16. .cs_fs_21 {
  17. font-size: 21px;
  18. line-height: 1.667em;
  19. @media (max-width: 991px) {
  20. font-size: 20px;
  21. }
  22. }
  23. .cs_fs_28 {
  24. font-size: 28px;
  25. line-height: 1.429em;
  26. @media (max-width: 991px) {
  27. font-size: 24px;
  28. }
  29. }
  30. .cs_fs_37 {
  31. font-size: 37px;
  32. line-height: 1.352em;
  33. @media (max-width: 991px) {
  34. font-size: 30px;
  35. }
  36. }
  37. .cs_fs_50 {
  38. font-size: 50px;
  39. line-height: 1.4em;
  40. @media (max-width: 1199px) {
  41. font-size: 46px;
  42. }
  43. @media (max-width: 991px) {
  44. font-size: 36px;
  45. }
  46. }
  47. .cs_fs_67 {
  48. font-size: 67px;
  49. line-height: 1.195em;
  50. @media (max-width: 1400px) {
  51. font-size: 60px;
  52. }
  53. @media (max-width: 991px) {
  54. font-size: 46px;
  55. }
  56. @media (max-width: 450px) {
  57. font-size: 40px;
  58. }
  59. @media (max-width: 360px) {
  60. font-size: 36px;
  61. }
  62. }
  63. .cs_light {
  64. font-weight: 300;
  65. }
  66. .cs_normal {
  67. font-weight: 400;
  68. }
  69. .cs_medium {
  70. font-weight: 500;
  71. }
  72. .cs_semibold {
  73. font-weight: 600;
  74. }
  75. .cs_bold {
  76. font-weight: 700;
  77. }
  78. .cs_extra_bold {
  79. font-weight: 800;
  80. }
  81. .cs_black {
  82. font-weight: 900;
  83. }
  84. .cs_radius_2 {
  85. border-radius: 2px;
  86. }
  87. .cs_radius_3 {
  88. border-radius: 3px;
  89. }
  90. .cs_radius_4 {
  91. border-radius: 4px;
  92. }
  93. .cs_radius_5 {
  94. border-radius: 5px;
  95. }
  96. .cs_radius_7 {
  97. border-radius: 7px;
  98. }
  99. .cs_radius_10 {
  100. border-radius: 10px;
  101. }
  102. .cs_radius_15 {
  103. border-radius: 15px;
  104. }
  105. .cs_mp0 {
  106. list-style: none;
  107. margin: 0;
  108. padding: 0;
  109. }
  110. hr {
  111. margin: 0;
  112. padding: 0;
  113. border: none;
  114. border-top: 1px solid rgba($secondary, 0.5);
  115. }
  116. .cs_bg_filed {
  117. background-size: cover;
  118. background-repeat: no-repeat;
  119. background-position: center;
  120. }
  121. .cs_vertical_middle {
  122. display: flex;
  123. align-items: center;
  124. min-height: 100%;
  125. }
  126. .cs_vertical_middle_in {
  127. flex: none;
  128. width: 100%;
  129. }
  130. .cs_center {
  131. display: flex;
  132. align-items: center;
  133. justify-content: center;
  134. }
  135. .cs_white_color {
  136. color: $white;
  137. }
  138. .cs_primary_color {
  139. color: $primary;
  140. }
  141. .cs_secondary_color {
  142. color: $secondary;
  143. }
  144. .cs_accent_color {
  145. color: $accent;
  146. }
  147. .cs_gray_color {
  148. color: $gray;
  149. }
  150. .cs_gold_color {
  151. color: #ffc107;
  152. }
  153. .cs_white_bg {
  154. background-color: #fff;
  155. }
  156. .cs_accent_bg {
  157. background-color: $accent;
  158. }
  159. .cs_gray_bg {
  160. background-color: $gray;
  161. }
  162. .cs_gray_bg_3 {
  163. background-color: $border;
  164. }
  165. .cs_primary_bg {
  166. background-color: $primary;
  167. }
  168. .cs_secondary_bg {
  169. background-color: $secondary;
  170. }
  171. .cs_mp0 {
  172. list-style: none;
  173. margin: 0;
  174. padding: 0;
  175. }
  176. .cs_remove_overflow {
  177. overflow: visible;
  178. }
  179. .cs_gap_y_20 {
  180. gap: 20px 0;
  181. }
  182. .cs_gap_y_24 {
  183. gap: 24px 0;
  184. }
  185. .cs_gap_y_30 {
  186. gap: 30px 0;
  187. }
  188. .cs_gap_y_33 {
  189. gap: 33px 0;
  190. }
  191. .cs_gap_y_35 {
  192. gap: 35px 0;
  193. }
  194. .cs_gap_y_45 {
  195. gap: 45px 0;
  196. }
  197. .cs_gap_y_50 {
  198. gap: 50px 0;
  199. }
  200. .cs_gap_y_70 {
  201. gap: 70px 0;
  202. }
  203. .cs_gap_y_80 {
  204. gap: 80px 0;
  205. @media (max-width: 991px) {
  206. gap: 30px 0;
  207. }
  208. }
  209. .cs_has_gutter_80 {
  210. margin-left: -65px;
  211. margin-right: -65px;
  212. .col {
  213. padding: 0 65px;
  214. }
  215. }
  216. .container-fluid {
  217. width: 100%;
  218. // max-width: 1920px;
  219. margin-left: auto;
  220. margin-right: auto;
  221. padding-left: 75px;
  222. padding-right: 75px;
  223. @media (max-width: 1400px) {
  224. padding-left: 45px;
  225. padding-right: 45px;
  226. }
  227. @media (max-width: 1199px) {
  228. padding-left: 25px;
  229. padding-right: 25px;
  230. }
  231. @media (max-width: 991px) {
  232. padding-left: 15px;
  233. padding-right: 15px;
  234. }
  235. }
  236. .cs_section_padding {
  237. padding: 0 75px;
  238. }
  239. .cs_rounded {
  240. border-radius: 50%;
  241. }
  242. .cs_new_items_slider {
  243. width: 95vw;
  244. @media (max-width: 575px) {
  245. width: calc(100% + 12px);
  246. }
  247. .cs_product.cs_style_1 {
  248. width: 424px;
  249. @media (max-width: 575px) {
  250. width: 320px;
  251. }
  252. @media (max-width: 340px) {
  253. width: 290px;
  254. }
  255. }
  256. }
  257. /*--------------------------------------
  258. common component styling
  259. --------------------------------------*/
  260. .cs_section_heading.cs_style_1 {
  261. display: flex;
  262. align-items: center;
  263. justify-content: space-between;
  264. flex-wrap: wrap;
  265. row-gap: 30px;
  266. column-gap: 20px;
  267. @media (max-width: 575px) {
  268. br {
  269. display: none;
  270. }
  271. }
  272. }
  273. .cs_section_heading.cs_style_2 {
  274. display: flex;
  275. align-items: center;
  276. @media (max-width: 991px) {
  277. flex-direction: column;
  278. gap: 10px;
  279. }
  280. .cs_hesction_heading_left {
  281. width: 59%;
  282. padding-right: 100px;
  283. @media (max-width: 1199px) {
  284. padding-right: 50px;
  285. }
  286. @media (max-width: 991px) {
  287. padding-right: 0px;
  288. width: 100%;
  289. }
  290. }
  291. .cs_hesction_heading_right {
  292. width: 41%;
  293. @media (max-width: 991px) {
  294. width: 100%;
  295. }
  296. }
  297. }
  298. .cs_zoom {
  299. position: relative;
  300. overflow: hidden;
  301. .cs_zoom_in {
  302. transition: all 0.4s ease;
  303. }
  304. &:hover {
  305. .cs_zoom_in {
  306. transform: scale(1.03);
  307. }
  308. }
  309. }
  310. .cs_scale i {
  311. color: $white;
  312. transition: all 0.3s ease;
  313. &:hover {
  314. transform: scale(1.3);
  315. }
  316. }
  317. .cs_form_field {
  318. width: 100%;
  319. outline: none;
  320. border: 1px solid $border;
  321. padding: 12px 23px;
  322. transition: all 0.3s ease;
  323. line-height: 1.5em;
  324. display: block;
  325. &:focus {
  326. border-color: rgba($accent, 0.2);
  327. }
  328. }
  329. .form-check-input[type='checkbox'] {
  330. border-radius: 0;
  331. box-shadow: none;
  332. margin-right: 8px;
  333. }
  334. .form-check-input:checked[type='checkbox'] {
  335. border-color: $accent;
  336. background-color: $accent;
  337. }
  338. .breadcrumb-item + .breadcrumb-item::before {
  339. content: '>';
  340. }
  341. /*-----------------------------------
  342. Start Review
  343. ------------------------------------*/
  344. .cs_rating_percentage,
  345. .cs_rating {
  346. overflow: hidden;
  347. display: block;
  348. &::before {
  349. content: '\f005\f005\f005\f005\f005';
  350. font-family: 'Font Awesome 6 Free';
  351. position: absolute;
  352. top: 0;
  353. left: 0;
  354. }
  355. &.cs_size_sm {
  356. scale: 0.6;
  357. margin: 0 -31px;
  358. }
  359. }
  360. .cs_rating {
  361. flex: none;
  362. width: 152px;
  363. height: 26px;
  364. position: relative;
  365. color: rgba($secondary, 0.5);
  366. font-size: 24px;
  367. letter-spacing: 4px;
  368. &::before {
  369. font-weight: 900;
  370. }
  371. }
  372. .cs_rating_percentage {
  373. position: absolute;
  374. top: 0;
  375. left: 0;
  376. height: 100%;
  377. color: $accent;
  378. &::before {
  379. font-weight: 900;
  380. }
  381. }
  382. /*-----------------------
  383. End Review
  384. --------------------------*/
  385. /*-----------------------------------
  386. Start Progress Bar
  387. ------------------------------------*/
  388. .cs_progress_percentage,
  389. .cs_progress {
  390. overflow: hidden;
  391. border-radius: 2px;
  392. &::before {
  393. content: '';
  394. width: 100%;
  395. height: 100%;
  396. position: absolute;
  397. top: 0;
  398. left: 0;
  399. background-color: rgba($color: $accent, $alpha: 0.2);
  400. }
  401. }
  402. .cs_progress {
  403. flex: none;
  404. width: 152px;
  405. height: 12px;
  406. position: relative;
  407. }
  408. .cs_progress_percentage {
  409. position: absolute;
  410. top: 0;
  411. left: 0;
  412. height: 100%;
  413. &::before {
  414. background-color: $accent;
  415. }
  416. }
  417. /*-----------------------------------
  418. End Progress Bar
  419. ------------------------------------*/
  420. .cs_page_heading {
  421. padding: 90px 0;
  422. min-height: 300px;
  423. display: flex;
  424. justify-content: center;
  425. align-items: center;
  426. .container {
  427. z-index: 1;
  428. }
  429. .cs_hero_overlay {
  430. width: 100%;
  431. height: 100%;
  432. background: rgba(217, 217, 217, 0.1);
  433. backdrop-filter: blur(7.5px);
  434. left: 0;
  435. top: 0;
  436. }
  437. }
  438. .cs_partner_logo {
  439. text-align: center;
  440. img {
  441. display: inline-block;
  442. }
  443. }
  444. .cs_sort_section {
  445. display: grid;
  446. grid-template-columns: repeat(3, 1fr);
  447. column-gap: 24px;
  448. padding-bottom: 6px;
  449. border-bottom: 1px solid $border;
  450. margin-bottom: 54px;
  451. @media (max-width: 1199px) {
  452. grid-template-columns: repeat(2, 1fr);
  453. }
  454. @media (max-width: 991px) {
  455. margin-bottom: 40px;
  456. }
  457. @media (max-width: 575px) {
  458. grid-template-columns: repeat(1, 1fr);
  459. }
  460. }
  461. .cs_filter_sort {
  462. display: grid;
  463. column-gap: 24px;
  464. grid-template-columns: repeat(4, 1fr);
  465. @media (max-width: 767px) {
  466. grid-template-columns: repeat(1, 1fr);
  467. }
  468. .cs_sort_section {
  469. grid-column: span 3;
  470. }
  471. }
  472. .cs_sort_number {
  473. padding: 5px 0;
  474. @media (min-width: 1200px) {
  475. grid-column: span 2;
  476. }
  477. }
  478. .cs_sort_wrap {
  479. display: flex;
  480. justify-content: space-between;
  481. align-items: center;
  482. }
  483. .cs_sort {
  484. flex: 1;
  485. select {
  486. border: none;
  487. padding: 6px 25px 6px 0;
  488. outline: none;
  489. color: $secondary;
  490. }
  491. }
  492. .cs_view {
  493. display: flex;
  494. align-items: center;
  495. gap: 15px;
  496. .cs_viev_icon {
  497. display: flex;
  498. cursor: pointer;
  499. }
  500. .active {
  501. color: $primary;
  502. }
  503. }
  504. .cs_product_grid {
  505. display: grid;
  506. column-gap: 24px;
  507. row-gap: 45px;
  508. }
  509. .cs_product_grid_3 {
  510. grid-template-columns: repeat(3, 1fr);
  511. @media (max-width: 767px) {
  512. grid-template-columns: repeat(2, 1fr);
  513. }
  514. @media (max-width: 575px) {
  515. grid-template-columns: repeat(1, 1fr);
  516. }
  517. }
  518. .cs_product_grid_4 {
  519. grid-template-columns: repeat(4, 1fr);
  520. @media (max-width: 919px) {
  521. grid-template-columns: repeat(3, 1fr);
  522. }
  523. @media (max-width: 767px) {
  524. grid-template-columns: repeat(2, 1fr);
  525. }
  526. @media (max-width: 575px) {
  527. grid-template-columns: repeat(1, 1fr);
  528. }
  529. }
  530. .cs_product_grid {
  531. &.cs_grid_view {
  532. .cs_action_btns,
  533. .cs_product_desc,
  534. .cs_single_product_review {
  535. display: none;
  536. }
  537. }
  538. &.cs_list_view {
  539. grid-template-columns: repeat(1, 1fr);
  540. row-gap: 50px;
  541. .cs_product.cs_style_1 {
  542. display: flex;
  543. @media (max-width: 767px) {
  544. flex-direction: column;
  545. }
  546. }
  547. .cs_product_info {
  548. text-align: left !important;
  549. padding: 40px 0px 40px 24px;
  550. flex: 1;
  551. @media (max-width: 767px) {
  552. padding: 0;
  553. }
  554. }
  555. .cs_product_thumb {
  556. flex: none;
  557. width: 424px;
  558. @media (max-width: 1199px) {
  559. width: 380px;
  560. }
  561. @media (max-width: 767px) {
  562. width: 100%;
  563. }
  564. .cs_cart_btn {
  565. display: none;
  566. }
  567. }
  568. .cs_product_title {
  569. font-size: 28px;
  570. line-height: 1.352em;
  571. @media (max-width: 991px) {
  572. font-size: 30px;
  573. }
  574. }
  575. .cs_product.cs_style_1 {
  576. .cs_cart_badge {
  577. .cs_cart_icon {
  578. &:first-child {
  579. display: none;
  580. }
  581. }
  582. }
  583. .cs_product_desc {
  584. margin-bottom: 44px;
  585. padding-top: 34px;
  586. border-top: 1px solid $border;
  587. @media (max-width: 767px) {
  588. margin-bottom: 22px;
  589. padding-top: 20px;
  590. }
  591. }
  592. .cs_product_price {
  593. font-size: 21px;
  594. font-weight: 600;
  595. color: $primary;
  596. line-height: 1.667em;
  597. padding-bottom: 21px;
  598. }
  599. }
  600. .cs_single_product_review {
  601. margin-bottom: 8px;
  602. }
  603. }
  604. &.cs_product_grid_4 {
  605. &.cs_list_view {
  606. @media (min-width: 1700px) {
  607. grid-template-columns: repeat(2, 1fr);
  608. }
  609. }
  610. }
  611. }