spc.less 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344
  1. .onepage_cart {
  2. min-height: 1081px;
  3. .ajaxcart_cont {
  4. .blocks.products, .blocks.cartsummary, .blocks.productconfig, .blocks.domain_cont, .blocks.domainconfig, .blocks.customerinfo,
  5. .blocks.accountpw, .blocks.securityques, .blocks.additionalinfo {
  6. border: 1px solid @default-border-color;
  7. margin: 0 0 30px!important;
  8. background-color: @white;
  9. &.TM-card {
  10. padding: 0!important;
  11. }
  12. }
  13. .blocks.accountpw {
  14. @media (max-width: 767px) {
  15. .generate-password {
  16. margin-bottom: 15px;
  17. }
  18. }
  19. }
  20. .blocks.products_billingcycle {
  21. margin: 0 0 30px;
  22. label {
  23. display: block;
  24. }
  25. .pcb {
  26. font-size: 1rem;
  27. }
  28. }
  29. .blocks_heading {
  30. padding: 15px;
  31. display: flex;
  32. align-items: center;
  33. justify-content: space-between;
  34. border-bottom: 1px solid @default-border-color;
  35. h2, label {
  36. margin: 0;
  37. font-size: 18px;
  38. }
  39. }
  40. .domainconfig {
  41. .blocks_body {
  42. padding: 10px;
  43. }
  44. }
  45. .blocks.products {
  46. .blocks_body {
  47. .groups_sec {
  48. .group_name {
  49. line-height: 28px;
  50. font-weight: 500;
  51. }
  52. @media (max-width: 767px) {
  53. margin-bottom: 40px;
  54. }
  55. .form-control {
  56. max-width: 260px;
  57. }
  58. .select2-container {
  59. @media (min-width: 768px) {
  60. max-width: 230px;
  61. }
  62. }
  63. }
  64. .product_list {
  65. position: relative;
  66. padding: 10px 5px 10px 10px;
  67. .tns-item {
  68. label {
  69. display: block;
  70. margin-right: 5px;
  71. .scheck {
  72. &.products-radio {
  73. padding: 1rem;
  74. min-height: 50px;
  75. }
  76. }
  77. }
  78. }
  79. .swiper-nav {
  80. position: absolute;
  81. display: flex;
  82. align-items: center;
  83. top: -50px;
  84. right: 0;
  85. z-index:12;
  86. .swiper-pagination {
  87. position: relative;
  88. display: flex;
  89. margin: 0 24px;
  90. &.swiper-pagination-fraction{
  91. bottom: 0;
  92. left: auto;
  93. }
  94. }
  95. .swiper-button-prev, .swiper-button-next {
  96. position: relative;
  97. display: flex;
  98. margin: 0;
  99. width: auto;
  100. }
  101. .swiper-button-prev:after, .swiper-button-next:after {
  102. font-size: 18px;
  103. }
  104. }
  105. }
  106. }
  107. }
  108. .blocks.cartsummary {
  109. border: 0 none;
  110. #ordersummary, #footer_order_summary {
  111. background-color: @gray-lighter;
  112. border: 1px solid @default-border-color;
  113. border-radius: 4px;
  114. .cartsummary_cont {
  115. position: relative;
  116. font-size: 14px;
  117. .cart-loader {
  118. display: none;
  119. }
  120. .domainpricingarea {
  121. position: unset;
  122. ul {
  123. padding: 0.5rem 0;
  124. display: none;
  125. li {
  126. .dropdown-item {
  127. font-size: 80%;
  128. }
  129. }
  130. }
  131. @media (max-width:991px) {
  132. .dropdown-menu {
  133. max-height:250px;
  134. overflow: auto;
  135. }
  136. }
  137. }
  138. .show {
  139. display: block !important;
  140. }
  141. .btn-add-to-cart2 {
  142. padding: 0px;
  143. float: right;
  144. font-size: 11px;
  145. opacity: 0.90;
  146. &:hover, &:focus {
  147. opacity: 1;
  148. }
  149. }
  150. }
  151. &.cartsummary_loader {
  152. .cartsummary_cont {
  153. position: relative;
  154. .cart-loader {
  155. display: flex;
  156. position: absolute;
  157. left: 0; right: 0;
  158. align-items: center;
  159. justify-content: center;
  160. top: auto;
  161. bottom: 30px;
  162. }
  163. @media (min-width: 992px) {
  164. .cart-loader {
  165. top: ~"calc(50% - 50px)";
  166. bottom: auto;
  167. }
  168. }
  169. }
  170. }
  171. }
  172. .blocks_summaryheading {
  173. padding: 10px;
  174. div {
  175. display: flex;
  176. align-items: center;
  177. justify-content: space-between;
  178. }
  179. h2, .h2 {
  180. margin: 0;
  181. font-size: 18px;
  182. .fas, .far, .fal, .fed {
  183. color: @themeColor;
  184. }
  185. a {
  186. .fas, .far, .fal, .fed {
  187. color: @gray-light;
  188. }
  189. }
  190. }
  191. }
  192. .cartsummary_cont {
  193. .heading {
  194. height: auto;
  195. line-height: normal;
  196. padding: 10px;
  197. border-bottom: 3px double @default-border-color;
  198. ul {
  199. li {
  200. font-weight: 500;
  201. font-size: 1em;
  202. }
  203. }
  204. }
  205. }
  206. }
  207. .order-from-loader-img {
  208. padding: 50px;
  209. text-align: center;
  210. }
  211. .summary_products, .summary_domains, .subtotal, .summary_addons {
  212. font-size: .8em;
  213. }
  214. .cartsummary_cont, .subtotal, .total, .summary_products, .summary_domains, .summary_addons {
  215. ul {
  216. display: flex;
  217. justify-content: space-between;
  218. align-items: center;
  219. list-style: none;
  220. padding: 0;
  221. margin: 0;
  222. &:first-child {
  223. li {
  224. &:first-child {
  225. .product-name, .product-group {
  226. font-weight: 500;
  227. display: block;
  228. }
  229. .product-name {
  230. font-size: 1.5em;
  231. font-weight: 700;
  232. }
  233. .product-group {
  234. font-size: 1em;
  235. }
  236. .product-domain {
  237. font-style: italic;
  238. }
  239. }
  240. }
  241. }
  242. }
  243. span.pull-right {
  244. display: block;
  245. }
  246. span.text-muted {
  247. font-style: italic;
  248. &.total-text {
  249. font-style: normal;
  250. }
  251. }
  252. }
  253. .subtotal {
  254. padding: 10px;
  255. border-bottom: 1px solid @default-border-color;
  256. }
  257. .total {
  258. padding: 3px 15px;
  259. display: flex;
  260. align-items: center;
  261. justify-content: space-between;
  262. flex-direction: row-reverse;
  263. @media (min-width: 992px) {
  264. padding: 15px 10px;
  265. }
  266. ul {
  267. flex-direction: column;
  268. align-items: flex-start;
  269. li {
  270. &:last-child {
  271. font-weight: 500;
  272. font-size: 1.75em;
  273. @media only screen and (min-width: 992px) {
  274. font-size: 2.3em;
  275. }
  276. }
  277. }
  278. }
  279. }
  280. .summary_products, .summary_addons {
  281. padding: 10px;
  282. border-bottom: 1px dotted @default-border-color;
  283. }
  284. .summary_addons {
  285. ul {
  286. margin-bottom: 7px;
  287. }
  288. }
  289. .summary_products {
  290. ul {
  291. margin-bottom: 15px;
  292. }
  293. }
  294. .summary_domains {
  295. padding: 10px;
  296. border-bottom: 1px dotted @default-border-color;
  297. }
  298. .promotion {
  299. padding: 10px;
  300. border-top: 1px dashed @themeColor;
  301. border-bottom: 1px dashed @themeColor;
  302. }
  303. .emptycart {
  304. text-align: center;
  305. padding: 1rem 0.5rem;
  306. margin: 1rem;
  307. border: 2px dashed @default-border-color;
  308. }
  309. .product_server_container, .custom_fileds_container, .product_config_container, .product_addons_container {
  310. padding: 15px 15px 0;
  311. h2, h3, h4 {
  312. font-size: 18px;
  313. margin: 30px 0;
  314. }
  315. .modal-metric-pricing {
  316. h4 {
  317. margin: 0;
  318. }
  319. }
  320. }
  321. .productconfig {
  322. label {
  323. width: 100%;
  324. }
  325. }
  326. .product_config_container {
  327. .control-label {
  328. font-weight: 500!important;
  329. }
  330. }
  331. input.quantity {
  332. width: 14%;
  333. display: inline-table;
  334. }
  335. .blocks.domain_cont {
  336. .domain_spcl_offer {
  337. position: relative;
  338. padding: 25px 25px 10px;
  339. background-color: @gray-lighter;
  340. display: none;
  341. p {
  342. font-size: 1.2em;
  343. font-style: italic;
  344. margin: 0;
  345. }
  346. .bold {
  347. font-weight: bold;
  348. }
  349. }
  350. &.freedomain, &.freeonce {
  351. .domain_spcl_offer {
  352. display: block;
  353. }
  354. }
  355. &.freedomain {
  356. .domain_spcl_offer {
  357. .terms-once {
  358. display: none;
  359. }
  360. }
  361. }
  362. }
  363. .blocks_body.domains {
  364. padding: 15px;
  365. ul {
  366. margin: 0;
  367. list-style: none;
  368. width: 100%;
  369. padding: 0;
  370. li {
  371. display: block;
  372. }
  373. }
  374. .domain-section-tabs {
  375. display: flex;
  376. flex-direction: column;
  377. align-items: center;
  378. @media (min-width: 768px) {
  379. flex-direction: row;
  380. margin: -15px -15px 0;
  381. padding: 15px 15px 0;
  382. background-color: @gray-lighter;
  383. border-bottom: 1px solid @default-border-color;
  384. }
  385. .domain_sec {
  386. padding: 10px 15px;
  387. border: 1px solid @default-border-color;
  388. display: block;
  389. margin-bottom: 5px;
  390. width: 100%;
  391. text-decoration: none;
  392. text-align: center;
  393. color: #000;
  394. @media (min-width:768px) {
  395. margin: 0;
  396. }
  397. &:hover, &:focus {
  398. background-color: @gray-lighter;
  399. }
  400. }
  401. .domain_sec_active {
  402. background-color: @gray-lighter;
  403. }
  404. @media (min-width:768px) {
  405. .domain_sec {
  406. background-color: @gray-lighter;
  407. margin-bottom: -1px;
  408. width: auto;
  409. &:hover, &:focus {
  410. background-color: @white;
  411. }
  412. }
  413. .domain_sec_active {
  414. background-color: @white;
  415. border-bottom: 1px solid transparent;
  416. }
  417. }
  418. }
  419. }
  420. .domain-input {
  421. label {
  422. font-weight: normal;
  423. display: inline-table;
  424. }
  425. .domain-inputs-sec {
  426. display: flex;
  427. @media only screen and (max-width: 767px) {
  428. flex-direction: column;
  429. }
  430. .domain-input-col {
  431. width:100%;
  432. }
  433. div {
  434. margin-right: 7.5px;
  435. @media only screen and (max-width: 767px) {
  436. margin-bottom: 10px;
  437. }
  438. &:nth-child(2) {
  439. min-width: 120px;
  440. }
  441. &:last-child {
  442. margin: 0;
  443. }
  444. &.authcode {
  445. min-width: 150px;
  446. }
  447. }
  448. }
  449. .dr-desc, .dt-desc, .do-desc, .sd-desc {
  450. padding: 15px 0;
  451. font-weight: 500;
  452. }
  453. .domains-row {
  454. .col-xs-6, .col-xs-10 {
  455. padding-right: 2px;
  456. padding-left: 2px;
  457. }
  458. }
  459. }
  460. .domain-input.domain-transfer {
  461. input[name="domain"] {
  462. }
  463. }
  464. #domain_config {
  465. label {
  466. width:100%;
  467. font-weight: normal;
  468. }
  469. }
  470. .loader-img {
  471. width: 100%;
  472. display: inline-table;
  473. text-align: center;
  474. }
  475. .user_option {
  476. background-color: @gray-lighter;
  477. border-bottom: 1px solid @default-border-color;
  478. padding: 15px 15px 0;
  479. ul {
  480. display: flex;
  481. align-items: center;
  482. padding: 0;
  483. list-style: none;
  484. margin: 0;
  485. li {
  486. margin-bottom: -1px;
  487. label {
  488. cursor: pointer;
  489. margin: 0;
  490. }
  491. &:first-child {
  492. label {
  493. .sign-btn {
  494. border-right: 0 none;
  495. }
  496. }
  497. }
  498. }
  499. }
  500. }
  501. .signupfields, div#account_pw, div#securityQuestion {
  502. padding: 15px;
  503. }
  504. @media only screen and (min-width: 992px) {
  505. div#securityQuestion {
  506. .form-group {
  507. margin: 0;
  508. }
  509. }
  510. }
  511. div#MarketingEmailOptIn, div#notesfield {
  512. padding: 15px 15px 0;
  513. textarea {
  514. padding-left: 15px;
  515. }
  516. }
  517. .coupon_cont {
  518. .form-group {
  519. margin: 0;
  520. &.prepend-icon {
  521. .field-icon {
  522. i {
  523. font-size: 30px!important;
  524. margin-top: 16px;
  525. margin-right: 6px;
  526. }
  527. }
  528. }
  529. .input-group {
  530. display: flex;
  531. align-items: center;
  532. padding: 4px;
  533. border: 1px solid @default-border-color;
  534. border-radius: @border-radius;
  535. }
  536. input {
  537. border: 0 none!important;
  538. border-radius: 0;
  539. }
  540. .input-group-btn {
  541. .btn {
  542. border-radius: 0;
  543. }
  544. }
  545. }
  546. }
  547. div.domain-msg, div.domain-msg1 {
  548. margin: 10px 0;
  549. padding: 0.75rem 1.25rem;
  550. .alert {
  551. margin: -0.75rem -1.25rem;
  552. }
  553. .close {
  554. color: @baseFontcolor!important;
  555. opacity: 0.90;
  556. [class*="fa-"] {
  557. font-weight: 300;
  558. }
  559. &:hover, &:focus {
  560. opacity: 1;
  561. }
  562. }
  563. }
  564. .promo-msg {
  565. padding: 0.75rem 1.25rem;
  566. margin: 10px 0 0;
  567. width: 100%;
  568. }
  569. .promo-msg.promo_error, .domain_error {
  570. color: #a94442;
  571. background-color: #f2dede;
  572. border: 1px solid #ebccd1;
  573. display: block !important;
  574. }
  575. .promo-msg.promo_success, .domain_success {
  576. border: 1px solid #d6e9c6;
  577. background-color: #dff0d8;
  578. color: #3c763d;
  579. display: block !important;
  580. }
  581. .domain_error {
  582. border: 0 none;
  583. }
  584. .order_form_submit {
  585. .btn {
  586. width: 100%;
  587. }
  588. }
  589. .promo_text {
  590. cursor: pointer;
  591. text-align: center;
  592. span {
  593. font-size: 80%;
  594. }
  595. }
  596. .tos_msg.tos_error {
  597. color: #a94442 !important;
  598. background-color: #f2dede !important;
  599. border: 1px solid #ebccd1 !important;
  600. margin: 15px 0 0 0;
  601. line-height: 125%;
  602. padding: 10px;
  603. box-shadow: 4px 4px 0 0 #a94442;
  604. margin-bottom: 15px;
  605. }
  606. .validation_error {
  607. color: #a94442 !important;
  608. background-color: #f2dede !important;
  609. border: 1px solid #ebccd1 !important;
  610. margin: 15px 0 0 0;
  611. padding: 10px;
  612. box-shadow: 4px 4px 0 0 #a94442;
  613. display: block !important;
  614. ul {
  615. list-style: none;
  616. margin: 0;
  617. padding: 0 !important;
  618. li {
  619. list-style: none;
  620. }
  621. }
  622. }
  623. td.empty_p.required_input, .p_config_input_error, .input_req_error, .pw_req_error, .sec_req_error, .pm_req_error {
  624. color: #d06c18 !important;
  625. background-color: #f2dede !important;
  626. border: 1px solid #ebccd1 !important;
  627. }
  628. .errorbox {
  629. color: #a94442 !important;
  630. background-color: #f2dede !important;
  631. padding: 10px;
  632. font-size: 12px;
  633. }
  634. #domainSuggestions {
  635. .added {
  636. display: none;
  637. }
  638. .unavailable {
  639. display: none;
  640. }
  641. }
  642. .removedd {
  643. color: @brand-warning;
  644. }
  645. .blocks.paymentinfo {
  646. margin-bottom: 20px;
  647. h4 {
  648. margin: 20px 0;
  649. }
  650. .blocks_body {
  651. padding: 0;
  652. }
  653. }
  654. #sidebar {
  655. .cartsummary_cont {
  656. .cart-contents {
  657. max-height: 490px;
  658. overflow-y: auto;
  659. }
  660. }
  661. }
  662. //iso zoom fix.
  663. @media only screen and (max-width: 767px) {
  664. .form-control,.field, seclect {
  665. font-size: 16px!important;
  666. }
  667. }
  668. .dropdown-toggle {
  669. &.btn-emptycart {
  670. margin: 10px 15px 15px!important;
  671. background-color: transparent;
  672. border: 0 none;
  673. padding: 0;
  674. text-decoration: none;
  675. }
  676. }
  677. .hidden {
  678. display: none!important;
  679. }
  680. .payment-instructions {
  681. margin-bottom: 1rem;
  682. padding: 0 1rem;
  683. }
  684. }
  685. }
  686. @media only screen and (max-width: 991px) {
  687. .onepage_cart {
  688. .ajaxcart_cont {
  689. #sidebar {
  690. position: fixed;
  691. z-index: 1032;
  692. width: 100%;
  693. bottom: 19px;
  694. left: 0;
  695. right: 0;
  696. #ordersummary {
  697. border-radius: 0;
  698. .cartsummary_cont {
  699. .cart-contents {
  700. max-height: ~"calc(100vh - 190px)";
  701. }
  702. .heading {
  703. display: none;
  704. }
  705. .btn {
  706. &.btn-empty, &.btn-cart-contents {
  707. padding: 4px 12px;
  708. color: @baseFontcolor;
  709. .fas, far, .fal {
  710. margin: 0;
  711. }
  712. }
  713. &.btn-empty {
  714. margin-left: 4px;
  715. }
  716. }
  717. }
  718. }
  719. .coupon_cont {
  720. background-color: @gray-lighter;
  721. }
  722. }
  723. .order_form_submit {
  724. padding: 0;
  725. margin-bottom: 0.25rem;
  726. position: fixed;
  727. z-index: 1033;
  728. width: 100%;
  729. bottom: 0;
  730. left: 0;
  731. right: 0;
  732. #order_submit {
  733. &.btn {
  734. border-radius: 0;
  735. }
  736. }
  737. }
  738. }
  739. }
  740. }
  741. @media only screen and (min-width: 992px) {
  742. .onepage_cart {
  743. .ajaxcart_cont {
  744. #sidebar {
  745. .cartsummary_cont {
  746. .cart-contents {
  747. &.collapse {
  748. display: block;
  749. }
  750. }
  751. .btn {
  752. &.btn-empty, &.btn-cart-contents {
  753. display: none;
  754. }
  755. }
  756. }
  757. }
  758. .orderform_footer {
  759. display: flex;
  760. align-items: center;
  761. justify-content: center;
  762. flex-direction: column;
  763. margin-bottom: 2.50rem;
  764. }
  765. }
  766. }
  767. }
  768. .cros-checkbox[type=checkbox], .cros-checkbox[type=radio], .signups[type=radio], .no-radio[type=radio], .nocheck[type=checkbox] {
  769. position: absolute;
  770. opacity: 0;
  771. width: 0;
  772. height: 0;
  773. + span {
  774. display: flex;
  775. justify-content: center;
  776. flex-direction: column;
  777. transition: border .24s ease;
  778. overflow: hidden;
  779. position: relative;
  780. cursor: pointer;
  781. &.pcb {
  782. min-width: 100px;
  783. padding: 15px;
  784. border: 1px solid @default-border-color;
  785. background-color: @gray-lighter;
  786. border-radius: 4px;
  787. &.xs {
  788. padding: 0;
  789. overflow: visible;
  790. background-color: @white;
  791. height: 80px;
  792. min-height: 80px;
  793. .c-name, .c-price, c-save {
  794. width: 100%;
  795. }
  796. .c-name, .c-price {
  797. padding: 0 15px 0;
  798. }
  799. .c-price {
  800. margin-top: 5px;
  801. }
  802. .c-save {
  803. position: absolute;
  804. top: -5px;
  805. right: -5px;
  806. padding: 2px 5px;
  807. border-radius: 4px;
  808. background-color: @sticker-bg;
  809. .text-color(@sticker-bg);
  810. font-weight: 500;
  811. z-index: 1;
  812. }
  813. }
  814. .addons {
  815. color: @baseFontcolor!important;
  816. .addon-name {
  817. font-weight: 500;
  818. &:before {
  819. display: inline-block;
  820. z-index: 2;
  821. font-family: "Font Awesome 5 Pro";
  822. content: "\f0c8";
  823. font-weight: 300;
  824. color: @themeColor;
  825. padding-right: 4px;
  826. }
  827. }
  828. }
  829. .c-name {
  830. color: @baseFontcolor!important;
  831. font-weight: 500;
  832. font-size: @baseFontSize + 1;
  833. &:before {
  834. display: inline-block;
  835. z-index: 2;
  836. font-family: "Font Awesome 5 Pro";
  837. content: "\f0c8";
  838. font-weight: 300;
  839. color: @themeColor;
  840. padding-right: 4px;
  841. }
  842. }
  843. .c-price {
  844. display: flex;
  845. .extra {
  846. position: absolute;
  847. padding: 1px 2px;
  848. font-size: 80%;
  849. bottom: -1rem;
  850. left: 1rem;
  851. right: 1rem;
  852. display: flex;
  853. align-items: center;
  854. justify-content: center;
  855. }
  856. }
  857. }
  858. &.scheck {
  859. overflow: visible;
  860. h6 {
  861. font-weight: normal;
  862. padding-left: 30px;
  863. margin: 0;
  864. }
  865. &:before {
  866. display: inline-block;
  867. font-family: "Font Awesome 5 Pro";
  868. font-size: 21px;
  869. content: "\f0c8";
  870. font-weight: 300;
  871. position: absolute;
  872. transition: all .2s ease-in-out;
  873. color: @themeColor;
  874. }
  875. &.btn {
  876. h6 {
  877. padding-left: 20px;
  878. }
  879. &:before {
  880. font-size: 1rem;
  881. }
  882. &.btn-primary {
  883. &:before {
  884. color: @white;
  885. }
  886. }
  887. }
  888. &.no-icon {
  889. h6 {
  890. padding-left: 0;
  891. }
  892. &:before {
  893. display: none!important;
  894. }
  895. }
  896. }
  897. &.sign-btn {
  898. padding: 10px 15px;
  899. background-color: @gray-lighter;
  900. border: 1px solid @default-border-color;
  901. opacity: 1!important;
  902. &:hover, &:focus {
  903. background-color: @white;
  904. }
  905. }
  906. }
  907. &:checked {
  908. + span {
  909. &.pcb {
  910. border: 1px solid @themeColor!important;
  911. .addons {
  912. .addon-name {
  913. &:before {
  914. content: "\f14a";
  915. font-weight: 900;
  916. }
  917. }
  918. }
  919. .c-name {
  920. &:before {
  921. content: "\f14a";
  922. font-weight: 900;
  923. }
  924. }
  925. }
  926. &.scheck {
  927. &:before {
  928. content: "\f14a";
  929. font-weight: 900;
  930. transform: translateY(0);
  931. }
  932. }
  933. &.sign-btn {
  934. background-color: @white;
  935. border-bottom: 1px solid transparent;
  936. }
  937. }
  938. }
  939. }
  940. .cros-checkbox[type=radio], .no-radio[type=radio] {
  941. + span {
  942. &.pcb {
  943. .c-name {
  944. &:before {
  945. content: "\f111";
  946. }
  947. }
  948. }
  949. &.scheck {
  950. &:before {
  951. content: "\f111";
  952. }
  953. &.products-radio {
  954. position: relative;
  955. border-radius: 4px;
  956. overflow: hidden;
  957. border: 1px solid @default-border-color;
  958. .h5 {
  959. font-weight: 700;
  960. padding: 0;
  961. }
  962. .smalldesc {
  963. margin: 0.75rem 0 0.50rem;
  964. }
  965. .description {
  966. margin-top: 0.75rem;
  967. }
  968. ul.features {
  969. padding: 0;
  970. margin: 0.5rem 0 0;
  971. li {
  972. list-style: none;
  973. padding: 3px 0;
  974. &:first-child {
  975. padding-top: 0;
  976. }
  977. }
  978. }
  979. &:before {
  980. display: none;
  981. }
  982. }
  983. }
  984. }
  985. &:checked {
  986. + span {
  987. &.pcb {
  988. .c-name {
  989. &:before {
  990. content: "\f192";
  991. }
  992. }
  993. }
  994. &.scheck {
  995. &:before {
  996. content: "\f192";
  997. }
  998. &.products-radio {
  999. background-color: @gray-lighter;
  1000. border-color: @themeColor!important;
  1001. &:before {
  1002. right: 3px;
  1003. bottom: 1px;
  1004. display: block;
  1005. content: "\f00c";
  1006. font-size: 90%;
  1007. color: @white;
  1008. z-index: 2;
  1009. }
  1010. &:after {
  1011. content: "";
  1012. position: absolute;
  1013. right: -25px;
  1014. bottom: -25px;
  1015. width: 50px;
  1016. height: 50px;
  1017. transform: rotate(-45deg);
  1018. background-color: @themeColor;
  1019. z-index: 1;
  1020. }
  1021. }
  1022. }
  1023. }
  1024. }
  1025. }
  1026. body {
  1027. &.no-radius {
  1028. .onepage_cart {
  1029. .ajaxcart_cont {
  1030. .blocks.cartsummary {
  1031. #ordersummary, #footer_order_summary {
  1032. border-radius: 0;
  1033. }
  1034. }
  1035. }
  1036. }
  1037. }
  1038. &.dark-mode {
  1039. .onepage_cart {
  1040. .ajaxcart_cont {
  1041. .blocks.products, .blocks.productconfig, .blocks.domain_cont, .blocks.domainconfig, .blocks.customerinfo,
  1042. .blocks.accountpw, .blocks.securityques, .blocks.additionalinfo {
  1043. border-color: @dmbc;
  1044. background-color: lighten(@dmb, 7%);
  1045. }
  1046. .blocks.domain_cont .domain_spcl_offer {
  1047. background-color: rgba(0,0,0,0.3);
  1048. }
  1049. .blocks_body.domains .domain-section-tabs {
  1050. .domain_sec {
  1051. background-color: lighten(@dmb, 7%);
  1052. border-color: lighten(@dmbc, 7%);
  1053. color: @dmc;
  1054. &:hover, &:focus {
  1055. background-color: rgba(0,0,0,0.3);
  1056. }
  1057. &.domain_sec_active {
  1058. background-color: rgba(0,0,0,0.3);
  1059. border-color: lighten(@dmbc, 7%);
  1060. }
  1061. }
  1062. }
  1063. @media (min-width: 768px) {
  1064. .blocks_body.domains .domain-section-tabs {
  1065. background-color: rgba(0,0,0,0.3);
  1066. border-bottom: 1px solid @dmbc;
  1067. .domain_sec {
  1068. background-color: rgba(0,0,0,0.1);
  1069. border-color: @dmbc;
  1070. color: @dmc;
  1071. &:hover, &:focus {
  1072. background-color: lighten(@dmb, 7%);
  1073. }
  1074. &.domain_sec_active {
  1075. background-color: lighten(@dmb, 7%);
  1076. border-color: @dmbc;
  1077. border-bottom: 1px solid transparent;
  1078. }
  1079. }
  1080. }
  1081. }
  1082. .blocks_heading, .product_list.border-top {
  1083. border-color: lighten(@dmbc, 7%)!important;
  1084. }
  1085. .user_option, .panel.panel-switch .panel-body {
  1086. background-color: rgba(0,0,0,0.3);
  1087. border-color: @dmbc;
  1088. }
  1089. .product_addons_container .accordion .card .addon-promo-container .description {
  1090. border-color: @dmbc;
  1091. }
  1092. .blocks_body.domains ul li {
  1093. border-color: @dmbc;
  1094. }
  1095. .blocks.cartsummary {
  1096. background-color: transparent;
  1097. .heading {
  1098. border-color: @dmbc;
  1099. }
  1100. #ordersummary, #footer_order_summary {
  1101. background-color: lighten(@dmb, 7%);
  1102. border-color: lighten(@dmbc, 7%);
  1103. }
  1104. }
  1105. .emptycart {
  1106. border-color: lighten(@dmbc, 7%);
  1107. }
  1108. .summary_products, .summary_domains, .subtotal {
  1109. border-color: lighten(@dmbc, 7%);
  1110. }
  1111. .coupon_cont {
  1112. .input-group {
  1113. border-color: @dmbc;
  1114. }
  1115. @media only screen and (max-width: 991px) {
  1116. background-color: lighten(@dmb, 7%)!important;
  1117. }
  1118. }
  1119. .blocks.products .blocks_body .product_list .tns-item label {
  1120. border-color: lighten(@dmbc, 7%);
  1121. .scheck.products-radio {
  1122. background-color: rgba(0,0,0,0.3);
  1123. }
  1124. }
  1125. }
  1126. }
  1127. .cros-checkbox[type=checkbox]:checked + span.sign-btn, .signups[type=radio]:checked + span.sign-btn, .no-radio[type=radio]:checked + span.sign-btn {
  1128. background-color: lighten(@dmb, 7%);
  1129. }
  1130. .cros-checkbox[type=checkbox] + span.sign-btn, .signups[type=radio] + span.sign-btn, .no-radio[type=radio] + span.sign-btn {
  1131. background-color: rgba(0,0,0,0.1);
  1132. border-color: @dmbc;
  1133. border-bottom: transparent;
  1134. }
  1135. .cros-checkbox[type=radio] + span.scheck.products-radio .h5, .no-radio[type=radio] + span.scheck.products-radio .h5,
  1136. .cros-checkbox[type=radio] + span.scheck.products-radio, .no-radio[type=radio] + span.scheck.products-radio {
  1137. border-color: @dmbc;
  1138. }
  1139. .cros-checkbox[type=checkbox] + span.pcb,
  1140. .cros-checkbox[type=radio] + span.pcb,
  1141. .signups[type=radio] + span.pcb,
  1142. .no-radio[type=radio] + span.pcb {
  1143. background-color: rgba(0,0,0,0.3);
  1144. border-color: @dmbc;
  1145. .addons, .c-name, .c-price {
  1146. color: @dmc!important;
  1147. }
  1148. }
  1149. }
  1150. }
  1151. .cat-loader {
  1152. background-color: rgba(0, 0, 0, .5);
  1153. z-index: 99999;
  1154. position: fixed;
  1155. height: 100%;
  1156. width: 100%;
  1157. top: 0;
  1158. left: 0;
  1159. right: 0;
  1160. .loader-icon {
  1161. display: flex;
  1162. position: absolute;
  1163. left: 0;
  1164. right: 0;
  1165. align-items: center;
  1166. justify-content: center;
  1167. top: ~"calc(50% - 50px)";
  1168. z-index: 999999;
  1169. }
  1170. }
  1171. .product_addons_container, .product_config_info, .panel-accordion {
  1172. .accordion {
  1173. margin-bottom: 1rem;
  1174. .card {
  1175. .card-header {
  1176. padding: 0;
  1177. .promo-icon {
  1178. i {
  1179. transition: all .5s ease;
  1180. }
  1181. }
  1182. .btn {
  1183. display: flex;
  1184. align-items: center;
  1185. justify-content: space-between;
  1186. padding: .75rem 1.25rem;
  1187. color: @baseFontcolor;
  1188. font-weight: 500;
  1189. .promo-title {
  1190. display: flex;
  1191. align-items: center;
  1192. .icon {
  1193. display: inline-flex;
  1194. align-items: center;
  1195. justify-content: center;
  1196. width: 50px;
  1197. max-width: 50px;
  1198. padding: 5px;
  1199. border: 1px solid @default-border-color;
  1200. background-color: @white;
  1201. border-radius: 4px;
  1202. box-shadow: @box-shadow;
  1203. img {
  1204. max-width: 30px;
  1205. }
  1206. }
  1207. .name {
  1208. margin-left: 0.5rem;
  1209. }
  1210. }
  1211. &.collapsed {
  1212. .promo-icon {
  1213. i {
  1214. transform: rotate(-90deg);
  1215. }
  1216. }
  1217. }
  1218. .promo-icon {
  1219. i {
  1220. transform: rotate(0deg);
  1221. }
  1222. }
  1223. }
  1224. &.nobg {
  1225. background-color: transparent;
  1226. }
  1227. }
  1228. .addon-promo-container {
  1229. margin: 0!important;
  1230. padding: 0!important;
  1231. border: 0 none!important;
  1232. .description {
  1233. margin: 0 0 10px!important;
  1234. border-bottom: 1px solid @default-border-color;
  1235. }
  1236. .radio-inline {
  1237. cursor: pointer;
  1238. }
  1239. }
  1240. }
  1241. }
  1242. }