style.css 28 KB

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