style.css 24 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469
  1. :root {
  2. --pink : #EC138D;
  3. --pink-dark: #BE0F72;
  4. --pink-light: #FFBFE3;
  5. --pink-extralight: #FFF5FB;
  6. --yellow-light: #F3F1B0;
  7. --yellow-3rd: #FEDFCC;
  8. --orange-vivid: #FBB218;
  9. --orange-vivid-dark: #C88F14;
  10. --orange-vivid-light: #FBC246;
  11. --violet: #6201AE;
  12. --red-deep: #B21F25;
  13. --red-light-extra: #FFEBEB;
  14. --blue-light: #EBF4FF;
  15. --green: #038310;
  16. --green-light: #E0FFF0;
  17. --green-light-extra: #F0FFE0;
  18. --gray: #626262;
  19. --gray-light: #999999;
  20. --gray-extralight: #C6C6C6;
  21. --black: #000000;
  22. --black-light: #2B2B2D;
  23. --black-extralight: #D2D2D2;
  24. --white: #FFFFFF;
  25. --white-light: #EBEBEB;
  26. --shadow-black : 0px 4px 40px rgba(118, 118, 118, 0.15);
  27. --sdadow-black-sm: 0px 0px 40px rgba(0, 0, 0, 0.05);
  28. --shadow-product: 0px 0px 15px rgba(0, 0, 0, 0.2);
  29. --gardient-red: linear-gradient(140.22deg, #EC138D 9.65%, #B21F25 93.94%);
  30. }
  31. * {
  32. text-decoration: none;
  33. list-style: none;
  34. }
  35. body {
  36. font-family: 'Josefin Sans', sans-serif !important;
  37. line-height: 1.4 !important;
  38. }
  39. /* text size */
  40. h1 {
  41. font-size: 2em !important;
  42. line-height: 1em !important;
  43. }
  44. h2 {
  45. font-size: 1.75em !important;
  46. }
  47. h3 {
  48. font-size: 1.5em !important;
  49. }
  50. h4 {
  51. font-size: 1.25em !important;
  52. }
  53. h5 {
  54. font-size: 1em !important;
  55. }
  56. h6 {
  57. font-size: 0.75em !important;
  58. }
  59. p {
  60. font-size: 1.2em !important;
  61. margin-bottom: 0 !important;
  62. }
  63. dl, ol, ul {
  64. margin-bottom: 0;
  65. padding-left: 0;
  66. }
  67. a {
  68. text-decoration: none;
  69. }
  70. /* background color */
  71. .bg-black {
  72. background-color: var(--black) !important;
  73. }
  74. .bg-gray {
  75. background-color: var(--gray) !important;
  76. }
  77. .bg-gray-light {
  78. background-color: var(--gray-light) !important;
  79. }
  80. .bg-gray-extralight {
  81. background-color: var(--gray-extralight) !important;
  82. }
  83. .bg-red-deep {
  84. background-color: var(--red-deep) !important;
  85. }
  86. .bg-pink {
  87. background-color: var(--pink) !important;
  88. }
  89. .bg-pink-light {
  90. background-color: var(--pink-light) !important;
  91. }
  92. .bg-pink-extralight {
  93. background-color: var(--pink-extralight) !important;
  94. }
  95. .bg-green {
  96. background-color: var(--green) !important;
  97. }
  98. .bg-white {
  99. background-color: var(--white) !important;
  100. }
  101. .bg-violet {
  102. background-color: var(--violet) !important;
  103. }
  104. .bg-orange-vivid-light {
  105. background-color: var(--orange-vivid-light) !important;
  106. }
  107. /* text color */
  108. .text-black {
  109. color: var(--black) !important;
  110. }
  111. .text-black-light {
  112. color: var(--black-light) !important;
  113. }
  114. .text-black-extralight {
  115. color: var(--black-extralight) !important;
  116. }
  117. .text-white {
  118. color: var(--white) !important;
  119. }
  120. .text-pink {
  121. color: var(--pink) !important;
  122. }
  123. .text-deep-red {
  124. color: var(--red-deep);
  125. }
  126. .text-gray {
  127. color: var(--gray) !important;
  128. }
  129. .text-light-gray {
  130. color: var(--gray-light) !important;
  131. }
  132. /* button */
  133. .btn-black {
  134. background: var(--black);
  135. color: var(--white);
  136. }
  137. .btn-black:hover {
  138. background: var(--black-light);
  139. color: var(--white);
  140. }
  141. .btn-pink {
  142. background-color: var(--pink);
  143. color: var(--white);
  144. }
  145. .btn-pink:hover {
  146. background-color: var(--pink-dark);
  147. color: var(--white);
  148. }
  149. .btn-orange-vivid {
  150. background-color: var(--orange-vivid);
  151. color: var(--white);
  152. }
  153. .btn-orange-vivid:hover {
  154. background-color: var(--orange-vivid-dark);
  155. color: var(--white);
  156. }
  157. .btn-black-outline {
  158. border: 1px solid var(--gray);
  159. color: var(--black);
  160. }
  161. .btn-black-outline:hover {
  162. border: 1px solid var(--gray);
  163. color: var(--gray);
  164. }
  165. /* border */
  166. .border-light-gray {
  167. border-color: var(--gray-light) !important;
  168. }
  169. .border-pink {
  170. border-color: var(--pink) !important;
  171. }
  172. .border-extralight-gray {
  173. border-color: var(--gray-extralight) !important;
  174. }
  175. .border-light-white {
  176. border-color: var(--white-light) !important;
  177. }
  178. .border-extralight-black {
  179. border-color: var(--white-light) !important;
  180. }
  181. /* utility */
  182. .border-image {
  183. background: url(../images/home_page/border-bottom.svg) no-repeat center center;
  184. height: 2em;
  185. max-width: 50em;
  186. }
  187. .view-all {
  188. font-size: 1.3em;
  189. padding: .8em 1.2em;
  190. }
  191. .section-title {
  192. font-size: 2.5em;
  193. }
  194. .section-subtitle {
  195. font-size: 2em;
  196. }
  197. @media screen and (max-width: 992px) {
  198. .border-image {
  199. max-width: 10em !important;
  200. }
  201. .view-all {
  202. font-size: 1.1em;
  203. padding: .75em 1.1em;
  204. }
  205. .section-title {
  206. font-size: 2em;
  207. }
  208. .section-subtitle {
  209. font-size: 1.5em;
  210. }
  211. }
  212. @media screen and (max-width: 576px) {
  213. .border-image {
  214. max-width: 8em !important;
  215. }
  216. .section-title {
  217. font-size: 1.5em;
  218. }
  219. .section-subtitle {
  220. font-size: 1em;
  221. }
  222. }
  223. /* utility end */
  224. /* swiper slider */
  225. .swiper {
  226. width: 100%;
  227. height: 100%;
  228. }
  229. .swiper-slide {
  230. text-align: center;
  231. font-size: 18px;
  232. background: #fff;
  233. display: flex;
  234. justify-content: center;
  235. align-items: center;
  236. }
  237. .swiper-slide img {
  238. display: block;
  239. width: 100%;
  240. height: 100%;
  241. object-fit: cover;
  242. }
  243. /* header */
  244. .header {
  245. transition: all 2s ease-in-out;
  246. }
  247. .header.sticky {
  248. position: sticky;
  249. top: 0;
  250. right: 0;
  251. left: 0;
  252. z-index: 20;
  253. transition: all 5s ease-in-out;
  254. box-shadow: var(--shadow-product);
  255. }
  256. #header .burger-menu img {
  257. height: 25px;
  258. width: 25px;
  259. }
  260. #header .offer {
  261. font-size: 1em !important;
  262. }
  263. #header .offer p {
  264. font-size: .9em !important;
  265. }
  266. #header .brand-logo {
  267. height: 3em;
  268. }
  269. #header .search .search-icon {
  270. width: 1.5em;
  271. bottom: 10px;
  272. left: 1em;
  273. margin-top: 0;
  274. }
  275. #header .search input {
  276. padding-left: 2.5em;
  277. font-size: 1.2em;
  278. }
  279. #header .search-btn-mobile img,
  280. #header .user-btn-mobile img {
  281. height: 30px;
  282. }
  283. #header .main-nav {
  284. z-index: 10;
  285. }
  286. #header .main-nav button {
  287. white-space: nowrap;
  288. }
  289. #header .main-nav .burger-close-btn img {
  290. height: 20px;
  291. width: 20px;
  292. }
  293. #header .main-nav .megamenu-parrent .menu-items {
  294. position: absolute;
  295. top: 100%;
  296. max-width: 100%;
  297. background: var(--white);
  298. color: var(--black);
  299. padding: 2em;
  300. display: none;
  301. z-index: 25;
  302. box-shadow: var(--shadow-black);
  303. }
  304. #header .main-nav .megamenu-parrent .drop-btn img {
  305. height: 20px;
  306. }
  307. #header .main-nav .megamenu-parrent .menu-items.active {
  308. display: block;
  309. }
  310. @media screen and (max-width: 1199px) {
  311. #header .search {
  312. position: absolute;
  313. top: 125px;
  314. width: 100%;
  315. display: none;
  316. }
  317. #header .search.active {
  318. display: block;
  319. }
  320. #header .search input {
  321. border-radius: 0 !important;
  322. }
  323. #header .main-nav {
  324. min-width: 300px;
  325. position: fixed;
  326. top: 0;
  327. bottom: 0;
  328. overflow-y: auto;
  329. display: none;
  330. z-index: 20;
  331. }
  332. #header .main-nav::-webkit-scrollbar {
  333. display: none;
  334. }
  335. #header .main-nav .megamenu-parrent {
  336. width: 100%;
  337. }
  338. #header .main-nav .megamenu-parrent .collapse-buton {
  339. width: 100%;
  340. }
  341. #header .main-nav.active {
  342. display: block;
  343. }
  344. #header .main-nav .megamenu-parrent .menu-items {
  345. position: static;
  346. background: var(--black);
  347. color: var(--white);
  348. margin: 0;
  349. padding-top: 0;
  350. padding-bottom: 0;
  351. }
  352. #header .main-nav .megamenu-parrent .collapse-buton {
  353. margin-top: .5rem;
  354. }
  355. }
  356. /* header end*/
  357. /* foooter start */
  358. #footer {
  359. letter-spacing: 3px;
  360. line-height: 1.7;
  361. }
  362. #footer a {
  363. color: var(--white);
  364. font-weight: 300;
  365. }
  366. #footer .footer-comp-title {
  367. font-weight: 300 !important;
  368. white-space: nowrap;
  369. }
  370. #footer .footer-input {
  371. font-size: 1.2em;
  372. width: 100%;
  373. }
  374. #footer .social-icon {
  375. height: 20px;
  376. transition: all .15s ease-in-out;
  377. }
  378. #footer .social-icon:hover {
  379. transform: scale(1.2);
  380. }
  381. #footer .footer-border-bottom {
  382. border-bottom: 3px solid var(--white);
  383. }
  384. #footer .copyright {
  385. font-size: 1.3em;
  386. }
  387. @media screen and (max-width: 768px) {
  388. #footer {
  389. letter-spacing: .5px;
  390. line-height: 1.2;
  391. }
  392. #footer .h3 {
  393. font-size: 1.2em;
  394. }
  395. #footer a {
  396. font-size: .8em;
  397. }
  398. #footer .footer-border-bottom {
  399. border-bottom: 1.5px solid var(--white);
  400. }
  401. #footer .footer-input {
  402. font-size: 1em;
  403. width: 80%;
  404. }
  405. #footer .social-icon {
  406. height: 30px
  407. }
  408. #footer .copyright {
  409. font-size: 1em;
  410. }
  411. }
  412. /* foooter end */
  413. /* product list */
  414. .product-single {
  415. width: 20%;
  416. }
  417. .product-single .product {
  418. box-shadow: var(--shadow-product);
  419. }
  420. .product-single .product .image-container {
  421. width: 100%;
  422. position: relative;
  423. }
  424. .product-single .product .image-container img {
  425. max-width: 100%;
  426. }
  427. .product-single .product .brand-title,
  428. .product-single .product .title {
  429. font-size: 1em;
  430. }
  431. .product-single .product .brand-title:hover {
  432. color: var(--red-deep);
  433. }
  434. .product-single .product .title:hover {
  435. color: initial;
  436. }
  437. .product-single .product .rating-icon {
  438. height: .8em;
  439. width: .8em;
  440. }
  441. .product-single .product .rating-count {
  442. font-size: 1em;
  443. }
  444. .product-single .product .offer {
  445. font-size: 1.2em !important;
  446. }
  447. .product-single .checkout-btn {
  448. padding: .5em 1.3em !important;
  449. }
  450. .product-single .checkout-btn img{
  451. height: 1.6em;
  452. }
  453. .product-single .checkout-btn .add-cart-text {
  454. transform: translateY(2.4px);
  455. font-size: .9em;
  456. }
  457. @media screen and (max-width: 1200px) {
  458. .product-single {
  459. width: 25%;
  460. }
  461. .product-single .product .offer {
  462. font-size: 1.1em !important;
  463. }
  464. }
  465. @media screen and (max-width: 992px) {
  466. .product-single {
  467. width: 50%;
  468. }
  469. .product-single .product {
  470. border: .5px solid var(--gray-extralight);
  471. }
  472. .product-single .product .title {
  473. font-size: .9em;
  474. }
  475. .product-single .product .offer {
  476. font-size: 1em !important;
  477. }
  478. }
  479. @media screen and (max-width: 768px) {
  480. .product-single{
  481. width: 100%;
  482. }
  483. }
  484. /* Home page */
  485. .discover-more {
  486. font-size: 1.5em ;
  487. }
  488. /* hero */
  489. #hero .banner-carousel img {
  490. width: 100%;
  491. }
  492. /* shop tabs */
  493. #shop-tabs .tabs-btn {
  494. border: none;
  495. background: none;
  496. font-size: 1.5em;
  497. }
  498. #discover-more .title {
  499. font-size: 1.5em;
  500. }
  501. #discover-more .details {
  502. font-size: 1.2em;
  503. }
  504. #shop-tabs .active {
  505. border-bottom: solid;
  506. border-bottom-width: 30px;
  507. border-image:url(../images/home_page/border-image.png) 0 0 30 0 repeat ;
  508. }
  509. /* whats-happening */
  510. #whats-happening .discover-more {
  511. font-size: 1em !important;
  512. }
  513. /* heir shine */
  514. /* #heir-shine .discover-more {
  515. font-size: 1.4em !important;
  516. } */
  517. /* trending stories */
  518. #trending-stories .date {
  519. font-size: .9em !important;
  520. }
  521. #trending-stories .blog-link a:hover {
  522. color: var(--gray);
  523. }
  524. #trending-stories .category-link a:hover,
  525. #trending-stories .read-more a:hover {
  526. color: var(--red-deep);
  527. }
  528. /* all link */
  529. #all-link a {
  530. color: var(--gray);
  531. }
  532. #all-link li {
  533. text-align: center;
  534. }
  535. @media screen and (max-width: 992px) {
  536. #shop-tabs .tabs-btn {
  537. font-size: 1.3em;
  538. }
  539. .discover-more {
  540. font-size: 1.2em !important;
  541. }
  542. #discover-more .title {
  543. font-size: 1.2em;
  544. }
  545. #discover-more .details {
  546. font-size: 1em;
  547. }
  548. .view-more {
  549. position: absolute !important;
  550. bottom: 0;
  551. }
  552. }
  553. @media screen and (max-width: 768px) {
  554. .discover-more {
  555. font-size: 1em !important;
  556. }
  557. #discover-more .title {
  558. font-size: 1em;
  559. }
  560. #discover-more .details {
  561. font-size: .9em;
  562. }
  563. }
  564. /* Home page end*/
  565. /* All Product Page */
  566. #all-product-banner {
  567. height: 100px !important;
  568. }
  569. #all-product-nav ul {
  570. color: var(--black);
  571. font-weight: 300;
  572. font-size: 1.2em;
  573. }
  574. #all-product-nav a {
  575. color: var(--black);
  576. font-weight: 300;
  577. font-size: 1em;
  578. white-space: nowrap;
  579. text-align: center;
  580. }
  581. #all-product-nav a:hover {
  582. color: var(--pink);
  583. }
  584. #all-product-nav .active {
  585. color: var(--pink);
  586. }
  587. #all-products .short-filter {
  588. margin-left: 290px;
  589. }
  590. #all-products .short-filter .short-select {
  591. max-width: 140px;
  592. }
  593. #all-products .filter {
  594. min-width: 300px !important;
  595. }
  596. #all-products .filter .filter-close-btn img {
  597. height: 18px;
  598. width: 18px;
  599. }
  600. #all-products .form-check-input:checked {
  601. background-color: var(--pink);
  602. border-color: var(--pink);
  603. }
  604. #all-products .products .product-single{
  605. width: 25%;
  606. }
  607. #all-products .filter-product-price .form-range::-webkit-slider-thumb {
  608. background: var(--pink);
  609. }
  610. #checkout .checkout-container {
  611. bottom: 0;
  612. right: 0;
  613. width: 480px;
  614. height: 90vh;
  615. box-shadow: var(--shadow-black);
  616. border-radius: 5px 0 0 0;
  617. display: none;
  618. z-index: 99999999;
  619. overflow-y: auto;
  620. }
  621. #checkout .checkout-container::-webkit-scrollbar {
  622. display: none;
  623. }
  624. #checkout .checkout-container .cross-btn {
  625. transform: translateY(-15px);
  626. }
  627. #checkout .checkout-container .cross-btn img {
  628. height: 15px;
  629. width: 15px;
  630. }
  631. #checkout .checkout-container .proceed-button-container {
  632. box-shadow: var(--shadow-product);
  633. width: 480px;
  634. }
  635. #checkout .checkout-container .cart-product-container .cart-items .item {
  636. box-shadow: var(--shadow-black);
  637. }
  638. #checkout .checkout-container .cart-product-container .cart-items .img-container {
  639. height: 100px;
  640. }
  641. #checkout .checkout-container .cart-product-container .cart-items .delete-btn {
  642. top: 10px;
  643. right: 10px;
  644. }
  645. #checkout .checkout-container .cart-product-container .cart-items .delete-btn:hover {
  646. transform: scale(1.1);
  647. }
  648. #checkout .checkout-container .cart-product-container .cart-items .delete-btn img {
  649. height: 25px;
  650. width: 25px;
  651. }
  652. #checkout .checkout-container .cart-product-container .cart-items .quantity-container .title {
  653. font-size: .8em;
  654. }
  655. #checkout-btn-desktop {
  656. bottom: 250px;
  657. right: 0;
  658. border-radius: 10px 0 0 10px;
  659. box-shadow: var(--shadow-product);
  660. z-index: 100;
  661. }
  662. #checkout-btn-desktop .checkout-icon {
  663. width: 30px;
  664. height: 30px;
  665. }
  666. #checkout-btn-desktop .count {
  667. font-size: .9em !important;
  668. }
  669. #checkout-btn-desktop .price {
  670. font-size: 1em !important;
  671. color: var(--red-deep) !important;
  672. }
  673. #checkout-btn-mobile .checkout-mobile {
  674. width: 100vw;
  675. z-index: 10;
  676. }
  677. #checkout-btn-mobile .checkout-mobile .cart-details {
  678. background: url(../images/icon/Cart-icon.svg) center center/cover no-repeat ;
  679. height: 60px !important;
  680. width: 60px !important;
  681. }
  682. #checkout-btn-mobile .badge {
  683. transform: translate(30px, -5px);
  684. padding: .4em;
  685. }
  686. #checkout-btn-mobile .total {
  687. font-size: .6em;
  688. font-weight: 600;
  689. letter-spacing: -.5px;
  690. bottom: 6px;
  691. right: 50%;
  692. transform: translateX(50%);
  693. white-space: nowrap;
  694. }
  695. @media screen and (max-width: 1200px) {
  696. #all-products .products .product-single{
  697. width: 33.33%;
  698. }
  699. #all-products .short-filter {
  700. margin-left: 240px;
  701. }
  702. #all-products .filter {
  703. min-width: 250px !important;
  704. }
  705. }
  706. @media screen and (max-width: 992px) {
  707. #all-products {
  708. overflow: hidden;
  709. }
  710. #all-products .short-filter {
  711. margin-left: 0;
  712. }
  713. #all-products .filter {
  714. position: absolute;
  715. top: 0;
  716. right: 0;
  717. min-width: 380px !important;
  718. overflow: hidden;
  719. transform: translateX(400px);
  720. transition: all .35s ease-in-out;
  721. padding: 1em 1.5em 2em !important;
  722. border: none !important;
  723. box-shadow: var(--shadow-black) !important;
  724. overflow-y: auto;
  725. z-index: 99999;
  726. }
  727. #all-products .filter::-webkit-scrollbar {
  728. display: none;
  729. }
  730. #all-products .active {
  731. transform: translateX(0);
  732. }
  733. #all-products .products .product-single{
  734. width: 50%;
  735. }
  736. #checkout .checkout-container {
  737. top: 0;
  738. bottom: 0;
  739. left: 0;
  740. width: 100vw;
  741. height: 100%;
  742. box-shadow: var(--shadow-black);
  743. z-index: 9999;
  744. }
  745. #checkout .checkout-container .proceed-button-container {
  746. width: 100vw;
  747. }
  748. }
  749. @media screen and (max-width: 768px) {
  750. #all-products .products .product-single{
  751. width: 50%;
  752. }
  753. #all-products .filter {
  754. min-width: 300px !important;
  755. }
  756. }
  757. @media screen and (max-width: 768px) {
  758. #all-products .products .product-single{
  759. width: 100%;
  760. }
  761. }
  762. /* All Product Page End */
  763. /* product details page */
  764. /* top add */
  765. #top-add .add-container {
  766. height: 100px;
  767. }
  768. .add {
  769. background: var(--pink-light);
  770. }
  771. /* product details */
  772. #product-details .details {
  773. box-shadow: var(--shadow-black);
  774. height: 100%;
  775. }
  776. #product-details .details .count-container {
  777. width: fit-content;
  778. font-size: 1em;
  779. }
  780. #product-details .details .count-container .color-btn-container {
  781. width: 10px !important;
  782. }
  783. #product-details .details .size-container label {
  784. font-size: .8em !important;
  785. padding: .5em .5em .2em;
  786. }
  787. #product-details .details .count-container .count-btn-icon {
  788. width: 10px;
  789. height: 10px;
  790. transition: all .15s ease-in-out;
  791. }
  792. #product-details .details .count-container .count-btn-icon:hover {
  793. transform: scale(1.4) !important;
  794. }
  795. #product-details .details .offer {
  796. flex: 1;
  797. }
  798. #product-details .details .offer .title {
  799. font-size: .9em;
  800. }
  801. #product-details .details .offer .details {
  802. font-size: .8em;
  803. }
  804. #product-details .details .voucher {
  805. flex: 1;
  806. width: 100%;
  807. }
  808. /* product details carousel */
  809. #product-details .product-carousel {
  810. box-shadow: var(--shadow-black);
  811. height: 100%;
  812. }
  813. #product-details .thumb-container .productThumb {
  814. max-height: 350px;
  815. overflow: hidden;
  816. }
  817. #product-details .thumb-container .productThumb .swiper-wrapper img {
  818. width: 120px !important;
  819. height: auto !important;
  820. }
  821. #product-details .main-carousel {
  822. overflow: hidden;
  823. }
  824. #product-details .main-carousel .productSlider {
  825. overflow: hidden !important;
  826. }
  827. #product-details .main-carousel .productSlider img {
  828. height: 100% !important;
  829. }
  830. @media screen and (max-width: 992px) {
  831. #product-details .thumb-container .productThumb {
  832. height: 50px;
  833. width: 400px;
  834. border-right: none !important;
  835. padding: 3em;
  836. }
  837. #product-details .thumb-container .productThumb .swiper-wrapper img {
  838. height: 80px;
  839. width: 80px !important;
  840. }
  841. }
  842. @media screen and (max-width: 576px) {
  843. #product-details .thumb-container .productThumb {
  844. width: 300px;
  845. }
  846. }
  847. /* product details tab section */
  848. #product-details-tab {
  849. line-height: 1.2 !important;
  850. }
  851. #product-details-tab .nav-tabs .active {
  852. color: var(--pink);
  853. border-bottom: 2px solid var(--pink) !important;
  854. }
  855. #product-details-tab .tab-content ul li {
  856. list-style: disc !important;
  857. }
  858. /* product details page end*/
  859. /* checkout page */
  860. #checkout-page .checkout-container,
  861. #checkout-page .order-summery {
  862. box-shadow: var(--shadow-black);
  863. }
  864. #checkout-page .summery-products .count-container {
  865. width: fit-content;
  866. }
  867. #checkout-page .summery-products .count-container .count {
  868. transform: translateY(8px);
  869. }
  870. #checkout-page .summery-products .count-container .count-btn {
  871. width: 10px;
  872. height: 10px;
  873. transition: all .15s ease-in-out;
  874. }
  875. #checkout-page .summery-products .count-container .count-btn:hover {
  876. transform: scale(1.4);
  877. }
  878. #checkout-page .summery-products .clear-btn {
  879. transition: all .15s ease-in-out;
  880. }
  881. #checkout-page .summery-products .clear-btn:hover {
  882. transform: scale(1.2);
  883. }
  884. #checkout-page .summery-products .clear-btn img {
  885. height: 15px;
  886. width: 15px;
  887. }
  888. #checkout-page .cupon button {
  889. outline: none;
  890. border: none;
  891. }
  892. #checkout-page .cupon button:focus {
  893. outline: none;
  894. border: none;
  895. }
  896. #checkout-page .cupon input:focus {
  897. outline: none;
  898. }
  899. /* checkout form */
  900. #checkoutForm .form-header {
  901. gap: 5px;
  902. text-align: center;
  903. font-size: 1em;
  904. }
  905. #checkoutForm .form-header .stepIndicator {
  906. position: relative;
  907. flex: 1;
  908. padding-top: 55px;
  909. font-size: 1.3em;
  910. color: var(--gray);
  911. }
  912. #checkoutForm .form-header .stepIndicator::before {
  913. content: "";
  914. position: absolute;
  915. left: 50%;
  916. top: 0;
  917. transform: translateX(-50%);
  918. z-index: 9;
  919. width: 50px;
  920. height: 50px;
  921. background-color: var(--pink-light);
  922. border-radius: 50%;
  923. }
  924. #checkoutForm .form-header .stepIndicator.active::before {
  925. background-color: var(--pink);
  926. /* border: 3px solid #d5f9f6; */
  927. }
  928. #checkoutForm .form-header .stepIndicator.finish::before {
  929. background-color: var(--pink);
  930. /* border: 3px solid #b7e1dd; */
  931. }
  932. #checkoutForm .form-header .stepIndicator::after {
  933. content: "";
  934. position: absolute;
  935. left: 50%;
  936. top: 24px;
  937. width: 100%;
  938. height: 3px;
  939. background-color: var(--gray-light);
  940. }
  941. #checkoutForm .form-header .stepIndicator.active::after {
  942. background-color: var(--gray-light);
  943. }
  944. #checkoutForm .form-header .stepIndicator.finish::after {
  945. background-color: var(--pink);
  946. }
  947. #checkoutForm .form-header .stepIndicator:last-child:after {
  948. display: none;
  949. }
  950. #checkoutForm #address {
  951. max-width: 300px !important;
  952. /* border: 1px solid #e3e3e3 ; */
  953. background-color: var(--gray-extralight);
  954. }
  955. #checkoutForm select {
  956. padding: 1em 1.4em !important;
  957. width: 100%;
  958. font-size: 1em !important;
  959. border: 1px solid #e3e3e3 !important;
  960. }
  961. #checkoutForm select option {
  962. font-size: 1em;
  963. }
  964. #checkoutForm input {
  965. padding: 1em 1.2em;
  966. width: 100%;
  967. font-size: 1em;
  968. border: 1px solid #e3e3e3;
  969. border-radius: 0;
  970. }
  971. #checkoutForm textarea {
  972. padding: 1em 1.2em;
  973. width: 100%;
  974. font-size: 1em;
  975. border: 1px solid #e3e3e3;
  976. border-radius: 0;
  977. }
  978. #checkoutForm select,
  979. #checkoutForm textarea,
  980. #checkoutForm input:focus {
  981. /* border: 1px solid var(--pink); */
  982. outline: 0;
  983. }
  984. #checkoutForm input.invalid {
  985. border: 1px solid #ffaba5;
  986. }
  987. #checkoutForm select.invalid {
  988. border: 1px solid #ffaba5 !important;
  989. }
  990. #checkoutForm textarea.invalid {
  991. border: 1px solid #ffaba5 !important;
  992. }
  993. #checkoutForm .step {
  994. display: none;
  995. }
  996. #checkoutForm .form-footer{
  997. overflow:auto;
  998. gap: 20px;
  999. }
  1000. #checkoutForm .form-footer button{
  1001. background-color: var(--green);
  1002. border: 1px solid var(--green) !important;
  1003. color: #ffffff;
  1004. border: none;
  1005. padding: 13px 30px;
  1006. font-size: 1em;
  1007. cursor: pointer;
  1008. border-radius: 5px;
  1009. flex: 1;
  1010. margin-top: 5px;
  1011. width: fit-content;
  1012. }
  1013. #checkoutForm .form-footer button:hover {
  1014. opacity: 0.8;
  1015. }
  1016. #checkoutForm .form-footer #prevBtn {
  1017. background-color: #fff;
  1018. color: var(--green);
  1019. }
  1020. #checkoutForm .delivery-method {
  1021. box-shadow: var(--shadow-black);
  1022. }
  1023. #checkoutForm .delivery-method .selected {
  1024. position: absolute;
  1025. top: 10px !important;
  1026. right: 10px !important;
  1027. display: none;
  1028. }
  1029. #checkoutForm .delivery-method .selected img {
  1030. height: 25px;
  1031. width: 25px;
  1032. }
  1033. #checkoutForm .delivery-method input[type=radio]:checked ~ .selected {
  1034. display: block;
  1035. }
  1036. #checkoutForm .delivery-method .icon img {
  1037. height: 75px;
  1038. }
  1039. #checkoutForm .delivery-method input {
  1040. display: none !important;
  1041. }
  1042. #checkoutForm .payment-type {
  1043. box-shadow: var(--shadow-black);
  1044. }
  1045. #checkoutForm .payment-type label {
  1046. min-width: 280px;
  1047. }
  1048. #checkoutForm .payment-type .selected {
  1049. position: absolute;
  1050. top: 12px !important;
  1051. right: 5px !important;
  1052. display: none;
  1053. }
  1054. #checkoutForm .payment-type .selected img {
  1055. height: 20px;
  1056. width: 20px;
  1057. }
  1058. #checkoutForm .payment-type input[type=radio]:checked ~ .selected {
  1059. display: block;
  1060. }
  1061. #checkoutForm .payment-type input {
  1062. display: none !important;
  1063. }
  1064. #checkoutForm .payment-type .icon img {
  1065. height: 75px;
  1066. }