style.css 28 KB

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