product_style.css 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985
  1. body{
  2. margin: 0px;
  3. font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  4. background: #181818;
  5. }
  6. header{
  7. display: flex;
  8. height: 100px;
  9. background: #0c0c0c;
  10. justify-content: space-between;
  11. }
  12. .logo{
  13. text-align: center;
  14. color: #ffff;
  15. justify-content: center;
  16. align-items: center;
  17. padding-top: 30px;
  18. margin-left: 20px;
  19. }
  20. .log{
  21. color: #ffffff
  22. }
  23. .logo_content{
  24. display: flex;
  25. flex-direction: row;
  26. }
  27. .info_block{
  28. height: 800px;
  29. /* background: #ffff; */
  30. background-image: url('2.jpg');
  31. background-size: cover;
  32. background-repeat: no-repeat;
  33. align-items: center;
  34. flex-direction: row;
  35. justify-content: center;
  36. }
  37. .select_button{
  38. display: flex;
  39. flex-direction: column;
  40. width: 500px;
  41. height: 300px;
  42. justify-content: center;
  43. align-items: center;
  44. border-radius: 20px;
  45. background: #ffff;
  46. }
  47. .s_but1{
  48. background: linear-gradient(-45deg,#d52349, #4b68eb, #ffffff ) ;
  49. border: 0px;
  50. border-radius: 10px;
  51. width: 250px;
  52. height: 35px;
  53. color: #ffff;
  54. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  55. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  56. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  57. animation: animate_gradient 5s ease infinite;
  58. background-size: 400% 400%;
  59. }
  60. .s_but1:hover {
  61. animation: none;
  62. }
  63. @keyframes animate_gradient {
  64. 0% {
  65. background-position: 0% 50%;
  66. }
  67. 50% {
  68. background-position: 100% 50%;
  69. }
  70. 100% {
  71. background-position: 0% 50%;
  72. }
  73. }
  74. .s_but{
  75. background: #d84646;
  76. border: 0px;
  77. border-radius: 10px;
  78. width: 250px;
  79. height: 35px;
  80. color: #ffff;
  81. margin-top: 15px;
  82. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  83. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  84. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  85. animation: animate_gradient 5s ease infinite;
  86. }
  87. .s_but:hover{
  88. background: #f56767;
  89. }
  90. .photo_slider{
  91. justify-content: right;
  92. display: flex;
  93. flex-direction: column;
  94. }
  95. .photo{
  96. height: 500px;
  97. }
  98. .img1{
  99. max-height: 500px;
  100. max-width: 700px;
  101. }
  102. ul {
  103. list-style-type: none;
  104. margin: 0;
  105. padding: 0;
  106. overflow: hidden;
  107. align-items: center;
  108. display: flex;
  109. height: 80px;
  110. justify-content: center;
  111. font-size: 20px;
  112. }
  113. .navigation{
  114. margin-top: 10px;
  115. justify-content: center;
  116. align-items: center;
  117. display: flex;
  118. flex-direction: row;
  119. color: #ffffff;
  120. }
  121. .navigationItemRL {
  122. display: block;
  123. color: white;
  124. text-align: center;
  125. padding-top: 20px;
  126. text-decoration: none;
  127. width: 120px;
  128. height: 50px;
  129. }
  130. .navigationItem{
  131. display: block;
  132. color: white;
  133. text-align: center;
  134. padding-top: 20px;
  135. text-decoration: none;
  136. width: 120px;
  137. height: 50px;
  138. }
  139. .navigationItemL {
  140. display: block;
  141. color: white;
  142. text-align: center;
  143. padding-top: 20px;
  144. text-decoration: none;
  145. width: 120px;
  146. height: 50px;
  147. }
  148. .navigationItemRL:hover {
  149. background-color: #9acbda;
  150. color: #ffffff;
  151. }
  152. .navigationItem:hover {
  153. background-color: #9acbda;
  154. color: #ffffff;
  155. }
  156. .navigationItemL:hover {
  157. background-color: #9acbda;
  158. color: #ffffff;
  159. }
  160. /* .navigationItemRL {
  161. display: block;ы
  162. color: white;
  163. text-align: center;
  164. padding: 14px 16px;
  165. text-decoration: none;
  166. } */
  167. .star{
  168. font-size: 50px;
  169. color: #ffffff;
  170. text-align: center;
  171. padding-left: 10px;
  172. text-transform: uppercase;
  173. -webkit-transition: all 0.5s ease;
  174. transition: all 0.5s ease;
  175. }
  176. .star:hover{
  177. color: #f73838; /* Меняем цвет текста */
  178. }
  179. .category_cont{
  180. display: flex;
  181. flex-direction: row;
  182. justify-content: center;
  183. align-items: center;
  184. margin-top: 100px;
  185. }
  186. .category_text{
  187. color: #ffffff;
  188. font-size: 12px;
  189. text-align: center;
  190. text-transform: uppercase;
  191. -webkit-transition: all 0.5s ease;
  192. transition: all 0.5s ease;
  193. }
  194. .card_category{
  195. display: flex;
  196. flex-direction: row;
  197. justify-content: center;
  198. align-items: center;
  199. }
  200. .cont_card{
  201. height: 100px;
  202. width: 280px;
  203. border: 1px solid #ffffff;
  204. display: flex;
  205. flex-direction: row;
  206. justify-content: center;
  207. align-items: center;
  208. margin-left: 5px;
  209. text-transform: uppercase;
  210. -webkit-transition: all 0.5s ease;
  211. transition: all 0.5s ease;
  212. }
  213. .cont_card:hover{
  214. border: 1px solid #d0e5ff;
  215. }
  216. .category_text:hover{
  217. color: #d0e5ff; /* Меняем цвет текста */
  218. }
  219. .hd {
  220. display: flex;
  221. flex-direction: row;
  222. padding: 10px
  223. }
  224. .login1 {
  225. display: flex;
  226. justify-content: end;
  227. padding-left: 10px;
  228. top: 0;
  229. right: 0;
  230. }
  231. .login {
  232. background-color: #9abdda;
  233. width: 150px;
  234. height: 40px;
  235. padding-bottom: 10px;
  236. text-align: center;
  237. border-radius: 20px;
  238. }
  239. .modal{
  240. display: none;
  241. flex-direction: column;
  242. position: fixed;
  243. top: 50%;
  244. left: 50%;
  245. transform: translate(-50%, -50%);
  246. background-color: white;
  247. padding: 20px;
  248. z-index: 1000;
  249. border-radius: 25px;
  250. width: 500px;
  251. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  252. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  253. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  254. }
  255. .Basket{
  256. display: none;
  257. flex-direction: column;
  258. position: fixed;
  259. top: 50%;
  260. left: 50%;
  261. transform: translate(-50%, -50%);
  262. background-color: white;
  263. padding: 20px;
  264. z-index: 1000;
  265. border-radius: 25px;
  266. width: 500px;
  267. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  268. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  269. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  270. }
  271. .Basket1{
  272. display: none;
  273. flex-direction: column;
  274. position: fixed;
  275. top: 50%;
  276. left: 50%;
  277. transform: translate(-50%, -50%);
  278. background-color: white;
  279. padding: 20px;
  280. z-index: 1000;
  281. border-radius: 25px;
  282. width: 500px;
  283. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  284. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  285. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  286. }
  287. .modal1 , .modal3{
  288. display: none;
  289. flex-direction: column;
  290. position: fixed;
  291. top: 50%;
  292. left: 50%;
  293. transform: translate(-50%, -50%);
  294. background-color: white;
  295. padding: 20px;
  296. z-index: 1000;
  297. border-radius: 25px;
  298. width: 500px;
  299. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  300. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  301. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  302. }
  303. .overlay{
  304. display: none;
  305. /* position: fixed; */
  306. top: 0;
  307. left: 0;
  308. width: 100%;
  309. height: 100%;
  310. background-color: rgba(0, 0, 0, 0.5);
  311. z-index: 999;
  312. }
  313. .overlay1{
  314. display: flex;
  315. align-items: center;
  316. flex-direction: row;
  317. justify-content: center;
  318. top: 0;
  319. left: 0;
  320. width: 100%;
  321. height: 100%;
  322. background-color: rgba(0, 0, 0, 0.4);
  323. z-index: 999;
  324. }
  325. .hidden{
  326. opacity: 0;
  327. }
  328. .success-messege,.success-messege3{
  329. display: none;
  330. position: fixed;
  331. top: 50%;
  332. left: 50%;
  333. transform: translate(-50%, -50%);
  334. background-color: white;
  335. padding: 20px;
  336. z-index: 1000;
  337. }
  338. .success-messege1, .success-messege3{
  339. display: none;
  340. position: fixed;
  341. top: 50%;
  342. left: 50%;
  343. transform: translate(-50%, -50%);
  344. background-color: white;
  345. padding: 20px;
  346. z-index: 1000;
  347. }
  348. .close{
  349. float: right;
  350. cursor: pointer;
  351. }
  352. .close1, .close3{
  353. float: right;
  354. cursor: pointer;
  355. }
  356. .forma{
  357. display: flex;
  358. flex-direction: column;
  359. justify-content: center;
  360. align-items: center;
  361. }
  362. .forma1, .forma3{
  363. display: flex;
  364. flex-direction: column;
  365. justify-content: center;
  366. align-items: center;
  367. }
  368. .but_otprav{
  369. margin-top: 10px;
  370. background: #9acbda;
  371. border: 0px;
  372. height: 39px;
  373. width: 200px;
  374. color: #ffffff;
  375. border-radius: 10px;
  376. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  377. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  378. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  379. }
  380. .but_otprav:hover{
  381. background: #b9e8f7;
  382. }
  383. .inp{
  384. border-radius: 5px;
  385. margin-top: 10px;
  386. height: 25px;
  387. width: 220px;
  388. border-color: #678892;
  389. }
  390. .inp:hover{
  391. background-color: #f3f3f3;
  392. }
  393. .ft{
  394. text-align: center;
  395. font-size: 12px;
  396. color: #a7a7a7;
  397. }
  398. .product_card_conteiner{
  399. display: flex;
  400. flex-wrap: wrap;
  401. justify-content: center;
  402. align-items: center;
  403. margin-top: 50px;
  404. background: #ffff;
  405. }
  406. .product_card{
  407. margin-top: 20px;
  408. margin-bottom: 20px;
  409. width: 300px;
  410. height: 380px;
  411. background: #ffffff;
  412. border-radius: 20px;
  413. margin-left: 10px;
  414. border: 1px solid #acaeb1;
  415. padding-left: 10px;
  416. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  417. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  418. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  419. transition: transform .3s;
  420. }
  421. .product_card:hover{
  422. transform: scale(1.4)
  423. }
  424. .img_cont{
  425. padding: 15px;
  426. }
  427. .im{
  428. border-radius: 10px;
  429. max-width: 280px;
  430. height: 170px;
  431. background: #a7a7a7;
  432. }
  433. .karta{
  434. margin-top: 20px;
  435. height: 610px; justify-content: center;
  436. align-items: center;
  437. display: flex;
  438. flex-direction: row;
  439. background-color: #ffffff;
  440. }
  441. .kar{
  442. padding-right: 35%;
  443. }
  444. .for_price_h{
  445. display: none;
  446. }
  447. .rating-area {
  448. overflow: hidden;
  449. width: 265px;
  450. margin: 0 auto;
  451. display: flex;
  452. flex-direction:row-reverse;
  453. justify-content: center;
  454. }
  455. .rating-area:not(:checked) > input[type="radio"] {
  456. display: none;
  457. }
  458. .rating-area:not(:checked) > label {
  459. float: right;
  460. width: 42px;
  461. padding: 0;
  462. cursor: pointer;
  463. font-size: 32px;
  464. line-height: 32px;
  465. color: lightgrey;
  466. text-shadow: 1px 1px #bbb;
  467. }
  468. .rating-area:not(:checked) > label:before {
  469. content: '★';
  470. }
  471. .rating-area > input:checked ~ label {
  472. color: rgb(114, 164, 192);
  473. text-shadow: 1px 1px rgb(0, 139, 204);
  474. }
  475. .rating-area:not(:checked) > label:hover,
  476. .rating-area:not(:checked) > label:hover ~ label {
  477. color: rgb(114, 164, 192);
  478. }
  479. .rating-area > input:checked + label:hover,
  480. .rating-area > input:checked + label:hover ~ label,
  481. .rating-area > input:checked ~ label:hover,
  482. .rating-area > input:checked ~ label:hover ~ label,
  483. .rating-area > label:hover ~ input:checked ~ label {
  484. color: rgb(114, 164, 192);
  485. text-shadow: 1px 1px rgb(32, 128, 218);
  486. }
  487. .rate-area > label:active {
  488. position: relative;
  489. }
  490. :root {
  491. --background: #181818;
  492. --navbar-width: 400px;
  493. --navbar-width-min: 80px;
  494. --navbar-dark-primary: #ffffff;
  495. --navbar-dark-secondary: #2c3e50;
  496. --navbar-light-primary: #f5f6fa;
  497. --navbar-light-secondary: #8392a5;
  498. }
  499. html, body {
  500. margin: 0;
  501. background: var(--background);
  502. }
  503. #nav-toggle:checked ~ #nav-header {
  504. width: calc(var(--navbar-width-min) - 16px);
  505. }
  506. #nav-toggle:checked ~ #nav-content, #nav-toggle:checked ~ #nav-footer {
  507. width: var(--navbar-width-min);
  508. }
  509. #nav-toggle:checked ~ #nav-header #nav-title {
  510. opacity: 0;
  511. pointer-events: none;
  512. transition: opacity 0.1s;
  513. }
  514. #nav-toggle:checked ~ #nav-header label[for=nav-toggle] {
  515. left: calc(50% - 8px);
  516. transform: translate(-50%);
  517. }
  518. #nav-toggle:checked ~ #nav-header #nav-toggle-burger {
  519. background: var(--navbar-light-primary);
  520. }
  521. #nav-toggle:checked ~ #nav-header #nav-toggle-burger:before, #nav-toggle:checked ~ #nav-header #nav-toggle-burger::after {
  522. width: 16px;
  523. background: var(--navbar-light-secondary);
  524. transform: translate(0, 0) rotate(0deg);
  525. }
  526. #nav-toggle:checked ~ #nav-content .nav-button span {
  527. opacity: 0;
  528. transition: opacity 0.1s;
  529. }
  530. #nav-toggle:checked ~ #nav-content .nav-button .fas {
  531. min-width: calc(100% - 16px);
  532. }
  533. #nav-toggle:checked ~ #nav-footer #nav-footer-avatar {
  534. margin-left: 0;
  535. left: 50%;
  536. transform: translate(-50%);
  537. }
  538. #nav-toggle:checked ~ #nav-footer #nav-footer-titlebox, #nav-toggle:checked ~ #nav-footer label[for=nav-footer-toggle] {
  539. opacity: 0;
  540. transition: opacity 0.1s;
  541. pointer-events: none;
  542. }
  543. #nav-bar {
  544. position: fixed;
  545. left: 1vw;
  546. margin-top: 100px;
  547. top: 1vw;
  548. height: calc(100% - 2vw);
  549. background: var(--navbar-dark-primary);
  550. border-radius: 16px;
  551. display: flex;
  552. flex-direction: column;
  553. color: var(--navbar-light-primary);
  554. font-family: Verdana, Geneva, Tahoma, sans-serif;
  555. overflow: hidden;
  556. user-select: none;
  557. }
  558. #nav-bar hr {
  559. margin: 0;
  560. position: relative;
  561. left: 16px;
  562. width: calc(100% - 32px);
  563. border: none;
  564. border-top: solid 1px var(--navbar-dark-secondary);
  565. }
  566. #nav-bar a {
  567. color: #0c0c0c;
  568. text-decoration: inherit;
  569. }
  570. #nav-bar input[type=checkbox] {
  571. display: none;
  572. }
  573. #nav-header {
  574. position: relative;
  575. width: var(--navbar-width);
  576. left: 16px;
  577. width: calc(var(--navbar-width) - 16px);
  578. min-height: 80px;
  579. background: var(--navbar-dark-primary);
  580. border-radius: 16px;
  581. z-index: 2;
  582. display: flex;
  583. align-items: center;
  584. transition: width 0.2s;
  585. }
  586. #nav-header hr {
  587. position: absolute;
  588. bottom: 0;
  589. }
  590. #nav-title {
  591. font-size: 1.5rem;
  592. transition: opacity 1s;
  593. }
  594. label[for=nav-toggle] {
  595. position: absolute;
  596. right: 0;
  597. width: 3rem;
  598. height: 100%;
  599. display: flex;
  600. align-items: center;
  601. justify-content: center;
  602. cursor: pointer;
  603. }
  604. #nav-toggle-burger {
  605. position: relative;
  606. width: 16px;
  607. height: 2px;
  608. background: var(--navbar-dark-secondary);
  609. border-radius: 99px;
  610. transition: background 0.2s;
  611. }
  612. #nav-toggle-burger:before, #nav-toggle-burger:after {
  613. content: "";
  614. position: absolute;
  615. top: -6px;
  616. width: 10px;
  617. height: 2px;
  618. background: var(--navbar-light-secondary);
  619. border-radius: 99px;
  620. transform: translate(2px, 8px) rotate(30deg);
  621. transition: 0.2s;
  622. }
  623. #nav-toggle-burger:after {
  624. top: 6px;
  625. transform: translate(2px, -8px) rotate(-30deg);
  626. }
  627. #nav-content {
  628. margin: -16px 0;
  629. padding: 16px 0;
  630. position: relative;
  631. flex: 1;
  632. width: var(--navbar-width);
  633. background: var(--navbar-dark-primary);
  634. box-shadow: 0 0 0 16px var(--navbar-dark-primary);
  635. direction: rtl;
  636. overflow-x: hidden;
  637. transition: width 0.2s;
  638. }
  639. #nav-content::-webkit-scrollbar {
  640. width: 8px;
  641. height: 8px;
  642. }
  643. #nav-content::-webkit-scrollbar-thumb {
  644. border-radius: 99px;
  645. background-color: #D62929;
  646. }
  647. #nav-content::-webkit-scrollbar-button {
  648. height: 16px;
  649. }
  650. #nav-content-highlight {
  651. position: absolute;
  652. left: 16px;
  653. top: -70px;
  654. width: calc(100% - 16px);
  655. height: 54px;
  656. background: var(--background);
  657. background-attachment: fixed;
  658. border-radius: 16px 0 0 16px;
  659. transition: top 0.2s;
  660. }
  661. #nav-content-highlight:before, #nav-content-highlight:after {
  662. content: "";
  663. position: absolute;
  664. right: 0;
  665. bottom: 100%;
  666. width: 32px;
  667. height: 32px;
  668. border-radius: 50%;
  669. box-shadow: 16px 16px var(--background);
  670. }
  671. #nav-content-highlight:after {
  672. top: 100%;
  673. box-shadow: 16px -16px var(--background);
  674. }
  675. .nav-button {
  676. position: relative;
  677. margin-left: 16px;
  678. height: 54px;
  679. display: flex;
  680. align-items: center;
  681. color: var(--navbar-light-secondary);
  682. direction: ltr;
  683. cursor: pointer;
  684. z-index: 1;
  685. transition: color 0.2s;
  686. }
  687. .nav-button span {
  688. transition: opacity 1s;
  689. }
  690. .nav-button .fas {
  691. transition: min-width 0.2s;
  692. }
  693. .nav-button:nth-of-type(1):hover {
  694. color: var(--navbar-dark-primary);
  695. }
  696. .nav-button:nth-of-type(1):hover ~ #nav-content-highlight {
  697. top: 16px;
  698. }
  699. .nav-button:nth-of-type(2):hover {
  700. color: var(--navbar-dark-primary);
  701. }
  702. .nav-button:nth-of-type(2):hover ~ #nav-content-highlight {
  703. top: 70px;
  704. }
  705. .nav-button:nth-of-type(3):hover {
  706. color: var(--navbar-dark-primary);
  707. }
  708. .nav-button:nth-of-type(3):hover ~ #nav-content-highlight {
  709. top: 124px;
  710. }
  711. .nav-button:nth-of-type(4):hover {
  712. color: var(--navbar-dark-primary);
  713. }
  714. .nav-button:nth-of-type(4):hover ~ #nav-content-highlight {
  715. top: 178px;
  716. }
  717. .nav-button:nth-of-type(5):hover {
  718. color: var(--navbar-dark-primary);
  719. }
  720. .nav-button:nth-of-type(5):hover ~ #nav-content-highlight {
  721. top: 232px;
  722. }
  723. .nav-button:nth-of-type(6):hover {
  724. color: var(--navbar-dark-primary);
  725. }
  726. .nav-button:nth-of-type(6):hover ~ #nav-content-highlight {
  727. top: 286px;
  728. }
  729. .nav-button:nth-of-type(7):hover {
  730. color: var(--navbar-dark-primary);
  731. }
  732. .nav-button:nth-of-type(7):hover ~ #nav-content-highlight {
  733. top: 340px;
  734. }
  735. .nav-button:nth-of-type(8):hover {
  736. color: var(--navbar-dark-primary);
  737. }
  738. .nav-button:nth-of-type(8):hover ~ #nav-content-highlight {
  739. top: 394px;
  740. }
  741. #nav-bar .fas {
  742. min-width: 3rem;
  743. text-align: center;
  744. }
  745. #nav-footer {
  746. position: relative;
  747. width: var(--navbar-width);
  748. height: 54px;
  749. background: var(--navbar-dark-secondary);
  750. border-radius: 16px;
  751. display: flex;
  752. flex-direction: column;
  753. z-index: 2;
  754. transition: width 0.2s, height 0.2s;
  755. }
  756. #nav-footer-heading {
  757. position: relative;
  758. width: 100%;
  759. height: 54px;
  760. display: flex;
  761. align-items: center;
  762. }
  763. #nav-footer-avatar {
  764. position: relative;
  765. margin: 11px 0 11px 16px;
  766. left: 0;
  767. width: 32px;
  768. height: 32px;
  769. border-radius: 50%;
  770. overflow: hidden;
  771. transform: translate(0);
  772. transition: 0.2s;
  773. }
  774. #nav-footer-avatar img {
  775. height: 100%;
  776. }
  777. #nav-footer-titlebox {
  778. position: relative;
  779. margin-left: 16px;
  780. width: 10px;
  781. display: flex;
  782. flex-direction: column;
  783. transition: opacity 1s;
  784. }
  785. #nav-footer-subtitle {
  786. color: var(--navbar-light-secondary);
  787. font-size: 0.6rem;
  788. }
  789. #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer {
  790. height: 30%;
  791. min-height: 54px;
  792. }
  793. #nav-toggle:not(:checked) ~ #nav-footer-toggle:checked + #nav-footer label[for=nav-footer-toggle] {
  794. transform: rotate(180deg);
  795. }
  796. label[for=nav-footer-toggle] {
  797. position: absolute;
  798. right: 0;
  799. width: 3rem;
  800. height: 100%;
  801. display: flex;
  802. align-items: center;
  803. cursor: pointer;
  804. transition: transform 0.2s, opacity 0.2s;
  805. }
  806. #nav-footer-content {
  807. margin: 0 16px 16px 16px;
  808. border-top: solid 1px var(--navbar-light-secondary);
  809. padding: 16px 0;
  810. color: var(--navbar-light-secondary);
  811. font-size: 0.8rem;
  812. overflow: auto;
  813. }
  814. #nav-footer-content::-webkit-scrollbar {
  815. width: 8px;
  816. height: 8px;
  817. }
  818. #nav-footer-content::-webkit-scrollbar-thumb {
  819. border-radius: 99px;
  820. background-color: #D62929;
  821. }
  822. .t{
  823. height: 5px;
  824. }
  825. .but_otprav1{
  826. margin-top: 10px;
  827. background: #9acbda;
  828. border: 0px;
  829. height: 20px;
  830. width: 100px;
  831. color: #ffffff;
  832. border-radius: 3px;
  833. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  834. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  835. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  836. }
  837. .but_otprav1:hover{
  838. background: #b9e8f7;
  839. }
  840. .name_star{
  841. margin-left: 10px;
  842. }
  843. .orders{
  844. display: none;
  845. border-radius: 40px;
  846. width: 1000px;
  847. min-width: 200px;
  848. background-color: #ffffff;
  849. margin-top: 20px;
  850. margin-left: 30%;
  851. flex-direction: column;
  852. align-items: center;
  853. height: 100%;
  854. overflow: auto;
  855. position: fixed;
  856. }
  857. .product_card1{
  858. margin-top: 20px;
  859. margin-bottom: 20px;
  860. background: #ffffff;
  861. border-radius: 20px;
  862. margin-left: 10px;
  863. width: 500px;
  864. border: 1px solid #acaeb1;
  865. padding-left: 10px;
  866. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  867. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  868. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  869. transition: transform .3s;
  870. display: flex;
  871. flex-direction: row;
  872. }
  873. .product_card1:hover{
  874. transform: scale(1.4)
  875. }
  876. .text_card{
  877. display: flex;
  878. flex-direction: column;
  879. }
  880. .output_text{
  881. margin-top: 5px;
  882. display: flex;
  883. flex-direction: row;
  884. }
  885. .yes{
  886. margin-top: 20px;
  887. margin-left: 50px;
  888. width: 100px;
  889. padding-left: 14px;
  890. color: #ffff;
  891. background-color: #63c573;
  892. border-radius: 15px;
  893. }
  894. .hidd{
  895. display: none;
  896. }
  897. .karta_t{
  898. height: 150px;
  899. width: 300px;
  900. margin-top: 10px;
  901. margin-right: 200px;
  902. background: #9acbda;
  903. border-radius: 30px;
  904. font-size: 30px;
  905. color: #ffffff;
  906. text-align: center;
  907. padding-top: 25px;
  908. -webkit-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  909. -moz-box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  910. box-shadow: 0px 12px 8px -6px rgba(43, 36, 36, 0.35);
  911. }