pricing-tables.less 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698
  1. .@{brand}-pricing-container {
  2. position: relative;
  3. .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
  4. bottom: -20px;
  5. }
  6. .pricing-slider, .pricing-box, .home-products {
  7. position: relative;
  8. &.row-eq-height {
  9. margin: 0;
  10. [class*=" col-"] {
  11. padding-left: 10px;
  12. padding-right: 10px;
  13. }
  14. }
  15. }
  16. .pricing_style_2 {
  17. position: relative;
  18. margin: 35px 0;
  19. }
  20. .pricing-box {
  21. .@{brand}-pricing-table {
  22. .sticker-wrapper {
  23. top: -15px;
  24. right: 30px;
  25. .sticker {
  26. font-size:@baseFontSize;
  27. .transform(rotate(0deg));
  28. border-radius: 12px;
  29. }
  30. }
  31. }
  32. }
  33. .@{brand}-pricing-table {
  34. display: flex;
  35. flex-direction: column;
  36. position: relative;
  37. margin: 35px 0;
  38. padding: 30px 30px 15px;
  39. box-shadow: @box-shadow;
  40. border: 1px solid @default-border-color;
  41. border-radius: 4px;
  42. color: @baseFontcolor;
  43. .st-sm {
  44. display: none;
  45. }
  46. .price-free {
  47. padding: 0.5rem 1.5rem;
  48. font-size: @font-size-base * 1.25;
  49. border-radius: 0.25rem!important;
  50. }
  51. .product_pricing_single, .billing-cycle-pricing {
  52. margin: 1rem 0;
  53. }
  54. .billing-cycle-pricing {
  55. display: block;
  56. .btn-group {
  57. width: 100%;
  58. .btn {
  59. display: flex;
  60. justify-content: space-between;
  61. align-items: center;
  62. background-color: transparent!important;
  63. border-color: @default-border-color;
  64. color: @baseFontcolor;
  65. padding: 5px 10px;
  66. text-align: left;
  67. margin: 0;
  68. .fas, .far, .fal, .fad {
  69. margin: 0;
  70. }
  71. &.dropdown-toggle {
  72. &:after {
  73. display: none;
  74. }
  75. }
  76. }
  77. .dropdown-menu {
  78. width: 100%;
  79. border-color: @default-border-color;
  80. border-radius: 0;
  81. padding: 0;
  82. li {
  83. display: block;
  84. padding: 5px 10px;
  85. cursor: pointer;
  86. border-bottom: 1px solid @default-border-color;
  87. position: relative;
  88. &:last-child {
  89. border-bottom: 0 none;
  90. }
  91. &:hover, &:focus {
  92. background-color: @gray-lighter;
  93. }
  94. .current_prcing {
  95. color: @baseFontcolor;
  96. .dollar {
  97. font-size: @baseFontSize + 6;
  98. }
  99. }
  100. }
  101. }
  102. .discounted_options {
  103. color: #777;
  104. div {
  105. &:first-child {
  106. margin-right: 4px;
  107. }
  108. }
  109. .price_duration {
  110. font-size: @baseFontSize;
  111. }
  112. }
  113. .current_prcing {
  114. display: flex;
  115. align-items: baseline;
  116. flex-wrap: wrap;
  117. word-break: break-all;
  118. .dollar, .cents, .prefix {
  119. font-weight: 700;
  120. color: @brand-secondary;
  121. }
  122. .suffix {
  123. margin: 0 2px;
  124. }
  125. .dollar {
  126. font-size: 29px;
  127. color: @brand-secondary;
  128. }
  129. }
  130. &.open {
  131. .fa-angle-down {
  132. &:before {
  133. content: "\f106";
  134. }
  135. }
  136. }
  137. }
  138. .regular_pricing {
  139. .savecut, &.savecut {
  140. font-size: 80%;
  141. text-decoration: line-through;
  142. }
  143. }
  144. &.desc_belwo {
  145. margin-bottom: 10px;
  146. }
  147. &.fixed-height {
  148. min-height: 120px;
  149. }
  150. &.float {
  151. .btn-group {
  152. .save_text {
  153. position: absolute;
  154. top: 5px;
  155. right: 25px;
  156. }
  157. }
  158. }
  159. }
  160. .tab-pane {
  161. .btn-group {
  162. .btn {
  163. &.dropdown-toggle {
  164. &:after {
  165. display: none;
  166. }
  167. }
  168. }
  169. }
  170. }
  171. h3, h4, .h3, .h4 {
  172. color: @baseHeadingcolor;
  173. display: block;
  174. font-weight: 700;
  175. margin: 0 0 1rem;
  176. }
  177. h3, .h3 {
  178. font-size: 30px;
  179. }
  180. .desc {
  181. margin-bottom: 1rem;
  182. }
  183. .heading-desc {
  184. h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
  185. margin: 10px 0;
  186. }
  187. p {
  188. margin-bottom: 25px;
  189. }
  190. }
  191. .cterms {
  192. text-transform: capitalize;
  193. }
  194. .price {
  195. display: flex;
  196. align-items: baseline;
  197. flex-wrap: wrap;
  198. word-break: break-all;
  199. small {
  200. &.start {
  201. margin-right: 4px;
  202. }
  203. }
  204. &.free {
  205. color: @brand-success;
  206. }
  207. span, s, del {
  208. font-weight:700;
  209. }
  210. s, del {
  211. font-size: 16px;
  212. color: @gray-light;
  213. }
  214. span {
  215. white-space: nowrap;
  216. margin-right: 2px;
  217. &:last-child {
  218. margin-right: 0;
  219. }
  220. &.prefix, &.cost, &.dollar, &.cents {
  221. color: @brand-secondary;
  222. }
  223. &.prefix {
  224. top: -0.9em;
  225. position: relative;
  226. vertical-align: top;
  227. }
  228. &.cost, &.dollar {
  229. font-size:36px;
  230. }
  231. &.cents {
  232. font-size: 20px;
  233. }
  234. &.cycle, &.suffix {
  235. font-weight: normal;
  236. }
  237. }
  238. }
  239. .cost-small {
  240. font-size:24px!important;
  241. }
  242. .btn {
  243. display: block;
  244. width: 100%;
  245. }
  246. @media only screen and (min-width: 768px) {
  247. span {
  248. &.pull-right {
  249. display: none;
  250. }
  251. }
  252. .PriceList-toggle {
  253. display: none;
  254. }
  255. .plan-features {
  256. height: auto!important;
  257. &.collapse {
  258. display: block!important
  259. }
  260. }
  261. h3, h4, .h3, .h4 {
  262. small {
  263. display: none;
  264. }
  265. }
  266. }
  267. .plan-features {
  268. padding:1rem 0 0;
  269. li {
  270. position: relative;
  271. list-style: none;
  272. padding: 5px 0;
  273. &:first-child {
  274. padding-top: 0;
  275. }
  276. &:last-child {
  277. padding-bottom: 0;
  278. }
  279. }
  280. &.check-list, &.arrows, &.check-circle, &.check-square {
  281. li {
  282. padding: 10px 0 0 20px;
  283. &:before {
  284. position: absolute;
  285. margin-right: 4px;
  286. font-family: "Font Awesome 5 Pro";
  287. font-size: @baseFontSize + 2;
  288. font-weight: 300;
  289. left: 0;
  290. opacity: 0.80;
  291. }
  292. &:first-child {
  293. padding-top: 0;
  294. }
  295. }
  296. }
  297. &.check-list {
  298. li {
  299. &:before {
  300. content: "\f00c";
  301. }
  302. }
  303. }
  304. &.arrows {
  305. li {
  306. &:before {
  307. content: "\f061";
  308. }
  309. }
  310. }
  311. &.check-circle {
  312. li {
  313. &:before {
  314. content: "\f058";
  315. }
  316. }
  317. }
  318. &.check-square {
  319. li {
  320. &:before {
  321. content: "\f14a";
  322. }
  323. }
  324. }
  325. }
  326. @media only screen and (max-width: 767px) {
  327. .PriceList-toggle {
  328. margin: 15px 0;
  329. cursor: pointer;
  330. font-weight: 700;
  331. span {
  332. &:after {
  333. content: "\f068";
  334. font-family: "Font Awesome 5 Pro";
  335. font-size: 15px;
  336. float: right;
  337. }
  338. }
  339. &.collapsed {
  340. span {
  341. &:after {
  342. content: "\f067";
  343. }
  344. }
  345. }
  346. }
  347. .plan-features {
  348. &.collapse, &.collapsing {
  349. padding: 0;
  350. }
  351. }
  352. }
  353. .table-heading {
  354. display: inline-block;
  355. background-color: @themeColor;
  356. color: @white;
  357. padding: .08em .7em .08em .7em;;
  358. line-height: 1.42857143;
  359. position: relative;
  360. text-transform: none;
  361. margin: 30px 0 0;
  362. &:after {
  363. content: "";
  364. background-color: @themeColor;
  365. position: absolute;
  366. top: 0;
  367. right: -.1em;
  368. width: .2em;
  369. height: 1.535em;
  370. .transform( skew(-7deg,0));
  371. }
  372. }
  373. .table {
  374. margin: 0;
  375. thead {
  376. th {
  377. font-weight: 500;
  378. border-bottom: 0 none;
  379. }
  380. }
  381. th {
  382. text-align: center;
  383. &:first-child {
  384. text-align: left;
  385. }
  386. }
  387. tbody {
  388. border-collapse: separate;
  389. tr {
  390. vertical-align: baseline;
  391. background-color: @gray-lighter;
  392. border-bottom: 10px solid @white;
  393. }
  394. td {
  395. vertical-align: middle;
  396. text-align: center;
  397. border-right: 1px solid @white;
  398. border-top: 0 none;
  399. h3, h4, .h3, .h4 {
  400. background: transparent;
  401. padding: 0;
  402. margin: 10px 0;
  403. border: 0 none;
  404. }
  405. &:first-child {
  406. text-align: left;
  407. border-right: 0 none;
  408. }
  409. &:last-child {
  410. border-right: 0 none;
  411. }
  412. @media (min-width: 768px) {
  413. &:first-child {
  414. .server-info {
  415. img {
  416. width: 70px; max-width: 70px;
  417. }
  418. h4, .h4 {font-size: 21px; margin: 20px 0;}
  419. }
  420. }
  421. &:last-child {
  422. max-width: 195px;
  423. }
  424. }
  425. @media only screen and (max-width: 991px) {
  426. .footable-toggle {
  427. margin-left: 5px;
  428. }
  429. }
  430. &.server-heading {
  431. padding-left: 0;
  432. }
  433. .server-info {
  434. display: flex;
  435. align-items: center;
  436. justify-content: space-between;
  437. background: @gray-dark;
  438. color: @white;
  439. text-align: left;
  440. padding: 7px;
  441. margin-left: -4px;
  442. position: relative;
  443. margin-right: 10px;
  444. &:before {
  445. border-top: 4px solid transparent;
  446. border-right: 4px solid @gray-dark;
  447. left: 0;
  448. content: "";
  449. display: block;
  450. height: 0;
  451. position: absolute;
  452. top: -3px;
  453. width: 0;
  454. }
  455. h4, .h4 {color: @white;}
  456. h5, .h5 {
  457. font-weight: 700;
  458. text-transform: uppercase;
  459. }
  460. img {
  461. float: right;
  462. width: 50px; max-width: 50px;
  463. }
  464. span {
  465. .fad {font-size: 48px;}
  466. }
  467. &.highlight {
  468. border: 5px solid @sticker-bg;
  469. margin-right: 0;
  470. border-left: 0;
  471. &:before {
  472. top: -8px;
  473. }
  474. }
  475. }
  476. small {
  477. display:block;
  478. }
  479. .footable-row-detail-inner {
  480. width: 100%;
  481. }
  482. .footable-row-detail-name {
  483. color: @themeColor;
  484. }
  485. .footable-row-detail-value {
  486. margin-bottom: 0.5rem;
  487. }
  488. .footable-row-detail-name, .footable-row-detail-value {
  489. display: block;
  490. }
  491. &.server-price {
  492. min-width: 180px;
  493. .billing-cycle-pricing {
  494. margin: 0 0 0.50rem;
  495. }
  496. .price {
  497. flex-wrap: nowrap;
  498. word-break: normal;
  499. justify-content: center;
  500. span {
  501. &.cost {
  502. font-size: 21px;
  503. }
  504. }
  505. }
  506. }
  507. @media only screen and (max-width: 597px) {
  508. .footable-row-detail-row {
  509. &:last-child {
  510. margin-top: 15px;
  511. }
  512. }
  513. }
  514. }
  515. }
  516. }
  517. &.no-animation {
  518. padding: 15px 30px 15px;
  519. }
  520. &.bg-primary {
  521. h3, h4, .h3, .h4, .desc, .price span, .plan-features ul li {
  522. color: @white;
  523. }
  524. .btn-primary {
  525. background-color: transparent;
  526. border-color: @white;
  527. border-bottom-width: 2px;
  528. color: @white;
  529. &:hover, &:focus {
  530. background-color: rgba(255,255,255,0.1);
  531. }
  532. }
  533. }
  534. &.dark {
  535. h3, h4, .h3, .h4, .desc, .price span, .plan-features ul li {
  536. color: @white;
  537. }
  538. }
  539. &.bg-primary, &.dark {
  540. border: 0 none;
  541. .billing-cycle-pricing {
  542. .btn-group {
  543. .btn {
  544. color: @white;
  545. border-color: rgba(255,255,255,0.25);
  546. .discounted_options, .current_prcing {
  547. color: @white;
  548. }
  549. }
  550. .dropdown-menu li {
  551. .current_prcing {
  552. .prefix, .dollar, .cents {
  553. color: @brand-secondary;
  554. }
  555. }
  556. }
  557. }
  558. }
  559. .plan {
  560. .plan__column {
  561. .plan__header {
  562. border-right: 1px solid rgba(255,255,255,0.25);
  563. border-bottom: 3px solid rgba(255,255,255,0.25);
  564. }
  565. .plan__body {
  566. .plan__cell {
  567. border-right: 1px solid rgba(255,255,255,0.25);
  568. border-bottom: 1px solid rgba(255,255,255,0.25);
  569. }
  570. }
  571. }
  572. }
  573. .text-muted {
  574. color: rgba(255,255,255,0.7)!important;
  575. }
  576. .graphics {
  577. .icon {
  578. color: var(--primary);
  579. &:before {
  580. background-color: var(--white);
  581. }
  582. }
  583. }
  584. }
  585. &.no-shadow {
  586. box-shadow: none;
  587. }
  588. /* Sticker */
  589. .sticker-wrapper {
  590. position: absolute;
  591. top: -20px;
  592. right: 15px;
  593. .sticker {
  594. display: flex;
  595. align-items: center;
  596. justify-content: center;
  597. font-size: @baseFontSize - 3;
  598. .text-color(@sticker-bg);
  599. .transform(rotate(45deg) translateX(50%));
  600. position: relative;
  601. background-color: @sticker-bg;
  602. white-space: nowrap;
  603. padding: 0.25rem 1.25rem;
  604. }
  605. &.flat {
  606. top: 20px;
  607. right: 0;
  608. .sticker {
  609. border: 0 none;
  610. border-radius: 25px 0px 0px 25px;
  611. .transform(rotate(0));
  612. }
  613. }
  614. }
  615. &.st_s-2 {
  616. &.popular, &.active {
  617. h4, .h4 {
  618. margin-bottom: 0;
  619. }
  620. .sticker-wrapper {
  621. display: none;
  622. }
  623. }
  624. .st-sm {
  625. display: inline-flex;
  626. align-items: center;
  627. justify-content: center;
  628. padding: 0.25rem 0.5rem;
  629. font-size: @baseFontSize - 3;
  630. background-color: @sticker-bg;
  631. .text-color(@sticker-bg);
  632. border-radius: 12px;
  633. margin: 5px 0;
  634. }
  635. }
  636. &.pt_st_4 {
  637. padding: 0;
  638. .no-gutters {
  639. display: flex;
  640. flex-wrap: wrap;
  641. margin: 0;
  642. @media (max-width: 767px) {
  643. flex-direction: column;
  644. }
  645. }
  646. [class*=col-] {
  647. display: flex;
  648. padding: 20px;
  649. align-items: center;
  650. &:first-child {
  651. border-bottom: 1px solid @default-border-color;
  652. @media (min-width: 768px) {
  653. border-right: 1px solid @default-border-color;
  654. border-bottom: 0 none;
  655. }
  656. h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  657. margin-top: 0;
  658. }
  659. .product_pricing_single, .billing-cycle-pricing {
  660. margin: 0;
  661. }
  662. }
  663. &:last-child {
  664. .btn {
  665. margin: 0;
  666. }
  667. }
  668. @media (max-width: 778px) {
  669. display: block;
  670. width: 100%;
  671. }
  672. .content {
  673. display: flex;
  674. flex-direction: column;
  675. width: 100%;
  676. .featured_desc {
  677. border-top: 1px dashed @default-border-color;
  678. padding: 10px 0 0;
  679. margin-top: 15px;
  680. }
  681. .plan-features {
  682. .features-divider {
  683. display: none!important;
  684. }
  685. }
  686. }
  687. .plan-features {
  688. padding: 0;
  689. margin: 0;
  690. li {
  691. display: inline-table;
  692. width: 48%;
  693. @media (min-width: 1200px) {
  694. width: 32%;
  695. }
  696. @media (max-width: 991px) {
  697. width: 100%;
  698. }
  699. }
  700. }
  701. }
  702. &.active {
  703. margin: 45px 0 30px;
  704. border-color: @brand-secondary;
  705. box-shadow: @box-shadow-hover;
  706. [class*=col-] {
  707. h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  708. margin-top: 10px;
  709. margin-bottom: 15px;
  710. }
  711. }
  712. &:first-child {
  713. margin-top: 0;
  714. }
  715. }
  716. }
  717. &.pt_st_5 {
  718. padding: 0 0.5rem;
  719. .no-gutters {
  720. display: flex;
  721. flex-wrap: wrap;
  722. margin: 0;
  723. @media (max-width: 767px) {
  724. flex-direction: column;
  725. }
  726. }
  727. .sticker-wrapper {
  728. &.se {
  729. top: -15px;
  730. right: auto;
  731. left: 1rem;
  732. .sticker {
  733. .transform(rotate(-5deg));
  734. border-radius: 12px 12px 0px 0px;
  735. }
  736. }
  737. }
  738. [class*=col-] {
  739. display: flex;
  740. padding: 1rem;
  741. align-items: center;
  742. &:first-child {
  743. border-bottom: 1px solid @default-border-color;
  744. @media (min-width: 768px) {
  745. border-bottom: 0 none;
  746. }
  747. @media (min-width: 992px) {
  748. .content {
  749. flex-direction: row;
  750. .graphics {
  751. justify-content: center;
  752. margin-right: 2rem;
  753. margin-bottom: 0;
  754. }
  755. }
  756. }
  757. h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  758. margin: 0;
  759. }
  760. }
  761. .content {
  762. display: flex;
  763. flex-direction: column;
  764. width: 100%;
  765. .graphics {
  766. display: flex;
  767. align-items: center;
  768. margin-bottom: 1rem;
  769. &.fix-width {
  770. min-width: 185px; max-width: 185px; width: 185px;
  771. }
  772. }
  773. .plan-name {
  774. display: flex;
  775. align-items: center;
  776. margin-bottom: 1rem;
  777. }
  778. .plan-details:not(.h4) {
  779. font-size: @baseFontSize;
  780. }
  781. .featured_desc {
  782. border-top: 1px dashed @default-border-color;
  783. padding: 0.50rem 0 0;
  784. margin-top: 15px;
  785. }
  786. .plan-features, .custom-features {
  787. display: flex;
  788. flex-wrap: wrap;
  789. text-align: left;
  790. padding: 0;
  791. margin: 0;
  792. li {
  793. position: relative;
  794. padding: 0.25rem 1rem 0.25rem 0;
  795. margin-right: 15px;
  796. opacity: 0.85;
  797. }
  798. }
  799. .plan-features {
  800. &.check-list, &.arrows, &.check-circle, &.check-square {
  801. li {
  802. padding: 0.25rem 1rem 0.25rem 1.25rem;
  803. }
  804. }
  805. }
  806. @media (min-width: 992px) {
  807. .billing-cycle-pricing {
  808. display: flex;
  809. flex-direction: column;
  810. align-items: flex-end;
  811. .btn-group {
  812. max-width: 180px;
  813. }
  814. }
  815. .price {
  816. justify-content: flex-end;
  817. }
  818. .pricing_main, .pricing_main_default, .cycle, .setup-fee {
  819. text-align: right;
  820. }
  821. .plan-action {
  822. display: flex;
  823. align-items: center;
  824. justify-content: flex-end;
  825. .btn {
  826. width: auto;
  827. min-width: 185px;
  828. }
  829. }
  830. }
  831. @media (max-width: 1200px) {
  832. .plan-features, .custom-features {
  833. li {
  834. width: calc(50% - 30px);
  835. white-space: nowrap
  836. }
  837. }
  838. }
  839. .billing-cycle-pricing {
  840. .pricing_wrapr {
  841. display: flex;
  842. align-items: center;
  843. .save_text {
  844. position: unset;
  845. margin-left: 4px;
  846. }
  847. }
  848. }
  849. .price {
  850. flex-wrap: nowrap;
  851. }
  852. .regular_pricing {
  853. span {
  854. font-weight: normal;
  855. margin-right: 2px;
  856. }
  857. }
  858. .custom-features {
  859. .features-divider {
  860. display: none!important;
  861. }
  862. }
  863. .cost {
  864. font-size: @font-size-base * 1.65;
  865. }
  866. }
  867. }
  868. .product_pricing_single, .billing-cycle-pricing {
  869. margin: 0;
  870. }
  871. &.active {
  872. border-color: @brand-secondary;
  873. box-shadow: @box-shadow-hover;
  874. &:first-child {
  875. margin-top: 0;
  876. }
  877. }
  878. }
  879. .graphics {
  880. .icon {
  881. display: flex;
  882. align-items: center;
  883. justify-content: center;
  884. width: 66px;
  885. height: 66px;
  886. font-size: 1.75rem;
  887. color: var(--white);
  888. position:relative;
  889. [class*=" fa-"], [class^="fa-"] {
  890. z-index:1;
  891. }
  892. &:before {
  893. content: '';
  894. position: absolute;
  895. top: 0;
  896. left: 0;
  897. width: 100%;
  898. height: 100%;
  899. background-color: var(--primary);
  900. border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  901. }
  902. }
  903. }
  904. &.centered {
  905. align-items: center;
  906. .graphics {
  907. display: flex;
  908. align-items: center;
  909. justify-content: center;
  910. width:100%;
  911. }
  912. .desc, .desc_small, .plan-features, .pricing_main, .pricing_main_default, .product_pricing_single {
  913. text-align: center;
  914. }
  915. .billing-cycle-pricing {
  916. width: 100%;
  917. }
  918. .btn-link, .billing-cycle-pricing .pricing_main .price, .billing-cycle-pricing .pricing_main_default .price {
  919. justify-content: center;
  920. }
  921. .plan-features {
  922. &.check-list, &.arrows, &.check-circle, &.check-square {
  923. li {
  924. &:before {
  925. margin-right: 0;
  926. margin-left: -1.25rem;
  927. left: auto;
  928. }
  929. }
  930. }
  931. }
  932. @media only screen and (max-width: 767px) {
  933. .PriceList-toggle {
  934. span {
  935. &:after {
  936. float: none;
  937. margin-left: 10px;
  938. }
  939. }
  940. }
  941. }
  942. }
  943. .plans_slider__nav {
  944. position: relative;
  945. padding: 1.25rem;
  946. .swiper-button-next, .swiper-button-prev {
  947. top: 50%;
  948. transform: translateY(-50%);
  949. outline: none;
  950. width: auto;
  951. height: auto;
  952. margin: 0;
  953. .btn__icon {
  954. font-size: @font-size-lg;
  955. }
  956. &:after {
  957. display: none;
  958. }
  959. &.swiper-button-disabled {
  960. opacity: 0.35;
  961. }
  962. }
  963. .swiper-button-next {
  964. right: 20px;
  965. .btn__icon {
  966. margin-left: 10px;
  967. }
  968. }
  969. .swiper-button-prev {
  970. left: 20px;
  971. .btn__icon {
  972. margin-right: 10px;
  973. }
  974. }
  975. }
  976. }
  977. &.mbo {
  978. table {
  979. &.trns {
  980. border-collapse: separate;
  981. border-spacing: 0;
  982. border: 0 none;
  983. th, tr, td {
  984. border: 0 none;
  985. }
  986. }
  987. }
  988. .@{brand}-pricing-table {
  989. position: static;
  990. margin: 0 0 30px;
  991. &.pt_st_4 {
  992. .st-sm {
  993. margin: -10px 0 10px;
  994. }
  995. .sticker-wrapper {
  996. top: -28px;
  997. left: auto;
  998. right: 15px;
  999. }
  1000. }
  1001. }
  1002. }
  1003. .card {
  1004. &.upgrade-plans {
  1005. .card-body {
  1006. ul {
  1007. li {
  1008. display: flex;
  1009. align-items: center;
  1010. justify-content: space-between;
  1011. padding: 0.25rem 0;
  1012. border-top: 1px dotted @default-border-color;
  1013. font-size: 80%;
  1014. &:last-child {
  1015. border-bottom: 1px dotted @default-border-color;
  1016. }
  1017. .feature-label {
  1018. text-align: left;
  1019. margin-right: 5px;
  1020. max-width: 75%;
  1021. }
  1022. .feature-value {
  1023. text-align: right;
  1024. margin-left: 5px;
  1025. }
  1026. }
  1027. }
  1028. }
  1029. }
  1030. }
  1031. }
  1032. .tab-pane {
  1033. .plan-specs {
  1034. [class*='col-'] {
  1035. display: flex;
  1036. justify-content: center;
  1037. align-items: center;
  1038. background-color: @gray-lighter;
  1039. border: 1px solid @default-border-color;
  1040. border-width: 1px 1px 1px 0;
  1041. min-height: 117px;
  1042. height: auto;
  1043. &:first-child {
  1044. border-width: 1px;
  1045. .border-radius(4px 0 0 4px);
  1046. }
  1047. &:last-child {
  1048. border-width: 1px;
  1049. border-color: @themeColor;
  1050. background: @themeColor;
  1051. color: @white;
  1052. .border-radius(0 4px 4px 0);
  1053. &:before {
  1054. content: "";
  1055. width: 25px;
  1056. height: 25px;
  1057. display: block;
  1058. position: absolute;
  1059. background-color: inherit;
  1060. margin-right: -15px;
  1061. top: 50%;
  1062. margin-top: -13px;
  1063. right: 100%;
  1064. .rotate(45deg);
  1065. z-index: 1;
  1066. }
  1067. h2, .h2 {
  1068. color: @white;
  1069. line-height: 60px;
  1070. margin: 10px 0 0;
  1071. }
  1072. }
  1073. }
  1074. .description, .pricing, .pricing_main, .pricing_main_default {
  1075. text-align: center;
  1076. h5, .h5 {
  1077. margin: 10px 0;
  1078. }
  1079. h2, .h2 {
  1080. font-size: 17px;
  1081. font-weight: 700;
  1082. color: #000;
  1083. margin-top: 0;
  1084. margin-bottom: 10px;
  1085. }
  1086. }
  1087. .pricing {
  1088. h5, .h5 {
  1089. margin: 0;
  1090. }
  1091. span {
  1092. font-weight: 700;
  1093. &.prefix, &.cost {
  1094. color: @brand-secondary;
  1095. }
  1096. &.prefix {
  1097. top: -0.2em;
  1098. line-height: 0;
  1099. position: relative;
  1100. vertical-align: baseline;
  1101. }
  1102. &.cost {
  1103. font-size: 21px;
  1104. }
  1105. &.cycle, &.suffix {
  1106. font-weight: normal;
  1107. }
  1108. }
  1109. }
  1110. .order-now {
  1111. text-align: center;
  1112. line-height: 113px;
  1113. display: block;
  1114. color: @white;
  1115. &:hover, &:focus, &:active {
  1116. text-decoration: none;
  1117. background: lighten(@themeColor, 7%);
  1118. }
  1119. &.bg-secondary {
  1120. &:hover, &:focus, &:active {
  1121. background: lighten(@brand-secondary, 7%)!important;
  1122. }
  1123. }
  1124. &.bg-success {
  1125. &:hover, &:focus, &:active {
  1126. background: lighten(@brand-success, 7%)!important;
  1127. }
  1128. }
  1129. &.bg-danger {
  1130. &:hover, &:focus, &:active {
  1131. background: lighten(@brand-danger, 7%)!important;
  1132. }
  1133. }
  1134. &.bg-warning {
  1135. &:hover, &:focus, &:active {
  1136. background: lighten(@brand-warning, 7%)!important;
  1137. }
  1138. }
  1139. &.bg-info {
  1140. &:hover, &:focus, &:active {
  1141. background: lighten(@brand-info, 7%)!important;
  1142. }
  1143. }
  1144. &.inverse, &.dark, &.gray {
  1145. &:hover, &:focus, &:active {
  1146. background: lighten(@gray-darker, 7%)!important;
  1147. }
  1148. }
  1149. }
  1150. @media (min-width:992px) {
  1151. .description {
  1152. h2, .h2 {
  1153. font-size: 28px;
  1154. }
  1155. }
  1156. }
  1157. @media (max-width: 991px) {
  1158. [class*='col-'] {
  1159. &:last-child {
  1160. &:before {
  1161. display: none;
  1162. }
  1163. }
  1164. }
  1165. }
  1166. @media (max-width: 767px) {
  1167. [class*='col-'] {
  1168. border-width: 0 1px 1px;
  1169. &:first-child {
  1170. border-width: 1px;
  1171. }
  1172. &:last-child {
  1173. border-width: 0 1px 1px;
  1174. }
  1175. }
  1176. .order-now {
  1177. flex: auto;
  1178. max-width: 100%;
  1179. }
  1180. .description {
  1181. h2, .h2 {
  1182. font-size: 28px;
  1183. }
  1184. }
  1185. }
  1186. }
  1187. .btn-group {
  1188. .dropdown-menu {
  1189. .dropdown-item {
  1190. cursor: pointer;
  1191. }
  1192. }
  1193. }
  1194. }
  1195. .@{brand}-tabsbar {
  1196. @media only screen and (max-width:767px) {
  1197. .mobile-tab-headings {
  1198. background-color: @themeColor;
  1199. border-color: @themeColor;
  1200. color: @white;
  1201. cursor: pointer;
  1202. margin: 0;
  1203. white-space: nowrap;
  1204. height: 100%;
  1205. padding: 10px 16px;
  1206. font-size: 18px;
  1207. line-height: 1.3333333;
  1208. }
  1209. }
  1210. }
  1211. .mobile-tab-headings {
  1212. display: none;
  1213. @media only screen and (max-width:767px) {
  1214. width: 100%;
  1215. display: block;
  1216. }
  1217. + .nav-tabs {
  1218. @media only screen and (max-width:767px) {
  1219. display: none;
  1220. }
  1221. }
  1222. }
  1223. .section__plan_comparison {
  1224. position: relative;
  1225. min-height: 100%;
  1226. z-index: 2;
  1227. .@{brand}-pricing-container {
  1228. .@{brand}-pricing-table {
  1229. padding: 0;
  1230. }
  1231. }
  1232. .plan {
  1233. display: flex;
  1234. position: relative;
  1235. overflow: hidden;
  1236. .plan__column {
  1237. flex: 1;
  1238. position: relative;
  1239. .plan__header {
  1240. padding: 30px 24px;
  1241. height: 80px;
  1242. border-right: 1px solid @default-border-color;
  1243. border-top: 1px solid transparent;
  1244. border-bottom: 3px double @default-border-color;
  1245. h4, .h4 {
  1246. margin: 0;
  1247. }
  1248. &.hg {
  1249. height: 150px;
  1250. h4, .h4 {
  1251. margin: 0.50rem 0;
  1252. }
  1253. .graphics {
  1254. img {
  1255. height: 66px;
  1256. max-height: 66px;
  1257. }
  1258. }
  1259. }
  1260. }
  1261. &.plan__column--empty {
  1262. height: 100%;
  1263. min-width: 240px;
  1264. @media (max-width: 513px) {
  1265. min-width: 50%;
  1266. }
  1267. .plan__header {
  1268. border-left: 1px solid transparent;
  1269. height: 80px;
  1270. &.hg {
  1271. height: 150px;
  1272. }
  1273. }
  1274. }
  1275. .plan__body {
  1276. border-bottom-left-radius: 6px;
  1277. border-bottom-right-radius: 6px;
  1278. outline: none;
  1279. .plan__cell {
  1280. border-right: 1px solid @default-border-color;
  1281. border-bottom: 1px solid @default-border-color;
  1282. height: 56px;
  1283. display: flex;
  1284. align-items: center;
  1285. padding: 0 24px;
  1286. &.plan__cell-last {
  1287. display: block;
  1288. height: 240px;
  1289. border-bottom-color: transparent;
  1290. padding: 24px;
  1291. .product_pricing_single, .billing-cycle-pricing {
  1292. margin: 0;
  1293. }
  1294. &.sb {
  1295. height: 190px;
  1296. }
  1297. .pricing_main, .pricing_main_default {
  1298. min-height: 90px;
  1299. }
  1300. .cost {
  1301. font-size: 26px;
  1302. }
  1303. }
  1304. }
  1305. &.plan__body--right {
  1306. text-align: left;
  1307. .plan__cell {
  1308. justify-content: flex-start;
  1309. font-weight: 500;
  1310. span {
  1311. &.underline, [class*=" fa-"], [class^="fa-"] {
  1312. cursor: pointer;
  1313. }
  1314. &.underline {
  1315. font-weight: 700;
  1316. border-bottom: 2px dotted var(--primary);
  1317. }
  1318. [class*=" fa-"], [class^="fa-"] {
  1319. padding: 0 4px;
  1320. }
  1321. }
  1322. }
  1323. }
  1324. }
  1325. }
  1326. .sticker-wrapper {
  1327. top: 5px;
  1328. left: 0;
  1329. right: auto;
  1330. .sticker {
  1331. border-radius: 0 8px 8px 0;
  1332. transform: rotate(0);
  1333. padding: 0 22px;
  1334. border: 0 none;
  1335. }
  1336. }
  1337. .swiper-container {
  1338. width: 100%;
  1339. padding: 0;
  1340. }
  1341. .swiper-wrapper {
  1342. .swiper-slide {
  1343. &:last-of-type {
  1344. .plan__column {
  1345. .plan__header {
  1346. border-right-color: transparent;
  1347. }
  1348. .plan__body {
  1349. .plan__cell {
  1350. border-right-color: transparent;
  1351. }
  1352. }
  1353. }
  1354. }
  1355. }
  1356. }
  1357. &.centered {
  1358. .plan__column {
  1359. .plan__header {
  1360. text-align: center;
  1361. .graphics {
  1362. display: flex;
  1363. align-items: center;
  1364. justify-content: center;
  1365. width:100%;
  1366. }
  1367. }
  1368. .plan__body:not(.plan__body--right) {
  1369. .plan__cell {
  1370. justify-content: center;
  1371. &.plan__cell-last {
  1372. text-align: center;
  1373. .price {
  1374. justify-content: center;
  1375. }
  1376. }
  1377. }
  1378. }
  1379. }
  1380. }
  1381. }
  1382. }
  1383. .@{brand}-pricing-table, .product_config_info, .products-radio {
  1384. .custom-features {
  1385. position: relative;
  1386. list-style: none;
  1387. padding-left: 0;
  1388. li {
  1389. padding: 5px 0;
  1390. &:first-child {
  1391. padding-top: 0;
  1392. }
  1393. &:last-child {
  1394. padding-bottom: 0;
  1395. }
  1396. span {
  1397. &.underline, [class*=" fa-"], [class^="fa-"] {
  1398. cursor: pointer;
  1399. }
  1400. &.underline {
  1401. font-weight: 700;
  1402. border-bottom: 2px dotted var(--primary);
  1403. }
  1404. [class*=" fa-"], [class^="fa-"] {
  1405. padding: 0 4px;
  1406. }
  1407. }
  1408. &.features-divider {
  1409. display: inline-flex;
  1410. align-items: center;
  1411. position: relative;
  1412. padding: 5px 16px;
  1413. margin-bottom: 10px;
  1414. &:after {
  1415. content: "";
  1416. display: flex;
  1417. width: 100%;
  1418. height: 2px;
  1419. position: absolute;
  1420. bottom: 0;
  1421. left: 0;
  1422. background-color: var(--primary);
  1423. }
  1424. span {
  1425. font-size: @baseFontSize;
  1426. padding: 2px;
  1427. white-space: nowrap;
  1428. display: inline-flex;
  1429. justify-content: center;
  1430. align-items: center;
  1431. }
  1432. }
  1433. }
  1434. }
  1435. &.bg-primary, .primary {
  1436. .custom-features {
  1437. li {
  1438. span {
  1439. &.underline {
  1440. font-weight: 700;
  1441. border-bottom: 2px dotted var(--white);
  1442. }
  1443. }
  1444. &.features-divider {
  1445. &:after {
  1446. background-color: var(--white);
  1447. }
  1448. }
  1449. }
  1450. }
  1451. }
  1452. }
  1453. .@{brand}-pricing-table {
  1454. &.pt_st_5 {
  1455. .custom-features {
  1456. &.type-2 {
  1457. li {
  1458. .underline, b {
  1459. display: block;
  1460. font-size: @font-size-lg;
  1461. font-weight: 500;
  1462. margin-bottom: 0.25rem;
  1463. [class*=" fa-"], [class^="fa-"] {
  1464. color: var(--primary);
  1465. }
  1466. }
  1467. }
  1468. }
  1469. }
  1470. }
  1471. &.bg-primary, &.primary, &.dark, &.inverse {
  1472. &.pt_st_5 {
  1473. .custom-features {
  1474. &.type-2 {
  1475. li {
  1476. .underline, b {
  1477. [class*=" fa-"], [class^="fa-"] {
  1478. color: var(--white);
  1479. }
  1480. }
  1481. }
  1482. }
  1483. }
  1484. }
  1485. }
  1486. }
  1487. [class*='product-billing-switcher-'] {
  1488. text-align: center;
  1489. .btn-group {
  1490. padding: 0.25rem;
  1491. border-radius: 50px;
  1492. margin-bottom: 1rem;
  1493. .btn {
  1494. padding: 0.25rem 1rem;
  1495. font-size: @baseFontSize;
  1496. border-radius: 50px!important;
  1497. width: auto;
  1498. &.active {
  1499. background-color: var(--primary);
  1500. color: var(--white);
  1501. }
  1502. }
  1503. .dropdown-menu {
  1504. .dropdown-item {
  1505. cursor: pointer;
  1506. }
  1507. }
  1508. }
  1509. }
  1510. .sec {
  1511. &.products {
  1512. .badge-primary {
  1513. font-weight: 500;
  1514. .text-color(@sticker-bg);
  1515. background-color: @sticker-bg!important;
  1516. }
  1517. &.margin-up {
  1518. [class*='product-billing-switcher-'] {
  1519. position: absolute;
  1520. margin: 0 auto;
  1521. width: 100%;
  1522. top: -80px;
  1523. &.inline-cycles {
  1524. display: flex;
  1525. align-items: center;
  1526. position: relative;
  1527. top: auto;
  1528. bottom: auto;
  1529. .btn-group {
  1530. display: inline-flex;
  1531. }
  1532. }
  1533. }
  1534. }
  1535. }
  1536. }