style.css 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626
  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. margin-bottom: 20px;
  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. .product-single {
  878. width: 50%;
  879. margin-bottom: 20px;
  880. }
  881. .mobile-padding{
  882. padding: 0 15px;
  883. }
  884. #header .search {
  885. top: 140px;
  886. width: 100%;
  887. }
  888. }
  889. /* All Product Page End */
  890. /* product details page */
  891. /* top add */
  892. #top-add .add-container {
  893. height: 100px;
  894. }
  895. .add {
  896. background: var(--pink-light);
  897. }
  898. /* product details */
  899. #product-details .details {
  900. box-shadow: var(--shadow-black);
  901. height: 100%;
  902. }
  903. #product-details .details .count-container {
  904. width: fit-content;
  905. font-size: 1em;
  906. }
  907. #product-details .details .count-container .color-btn-container {
  908. width: 10px !important;
  909. }
  910. #product-details .details .size-container label {
  911. font-size: .8em !important;
  912. padding: .5em .5em .2em;
  913. }
  914. #product-details .details .count-container .count-btn-icon {
  915. width: 10px;
  916. height: 10px;
  917. transition: all .15s ease-in-out;
  918. }
  919. #product-details .details .count-container .count-btn-icon:hover {
  920. transform: scale(1.4) !important;
  921. }
  922. #product-details .details .offer {
  923. flex: 1;
  924. }
  925. #product-details .details .offer .title {
  926. font-size: .9em;
  927. }
  928. #product-details .details .offer .details {
  929. font-size: .8em;
  930. }
  931. #product-details .details .voucher {
  932. flex: 1;
  933. width: 100%;
  934. }
  935. /* product details carousel */
  936. #product-details .product-carousel {
  937. box-shadow: var(--shadow-black);
  938. height: 100%;
  939. }
  940. #product-details .thumb-container .productThumb {
  941. max-height: 350px;
  942. overflow: hidden;
  943. }
  944. #product-details .thumb-container .productThumb .swiper-wrapper img {
  945. width: 120px !important;
  946. height: auto !important;
  947. }
  948. #product-details .main-carousel {
  949. overflow: hidden;
  950. }
  951. #product-details .main-carousel .productSlider {
  952. overflow: hidden !important;
  953. }
  954. #product-details .main-carousel .productSlider img {
  955. height: 100% !important;
  956. }
  957. @media screen and (max-width: 992px) {
  958. #product-details .thumb-container .productThumb {
  959. height: 50px;
  960. width: 400px;
  961. border-right: none !important;
  962. padding: 3em;
  963. }
  964. #product-details .thumb-container .productThumb .swiper-wrapper img {
  965. height: 80px;
  966. width: 80px !important;
  967. }
  968. }
  969. @media screen and (max-width: 576px) {
  970. #product-details .thumb-container .productThumb {
  971. width: 300px;
  972. }
  973. }
  974. /* product details tab section */
  975. #product-details-tab {
  976. line-height: 1.2 !important;
  977. }
  978. #product-details-tab .nav-tabs .active {
  979. color: var(--pink);
  980. border-bottom: 2px solid var(--pink) !important;
  981. }
  982. #product-details-tab .tab-content ul li {
  983. list-style: disc !important;
  984. }
  985. /* product details page end*/
  986. /* checkout page */
  987. #checkout-page .checkout-container,
  988. #checkout-page .order-summery {
  989. box-shadow: var(--shadow-black);
  990. }
  991. #checkout-page .summery-products .count-container {
  992. width: fit-content;
  993. }
  994. #checkout-page .summery-products .count-container .count {
  995. transform: translateY(8px);
  996. }
  997. #checkout-page .summery-products .count-container .count-btn {
  998. width: 10px;
  999. height: 10px;
  1000. transition: all .15s ease-in-out;
  1001. }
  1002. #checkout-page .summery-products .count-container .count-btn:hover {
  1003. transform: scale(1.4);
  1004. }
  1005. #checkout-page .summery-products .clear-btn {
  1006. transition: all .15s ease-in-out;
  1007. }
  1008. #checkout-page .summery-products .clear-btn:hover {
  1009. transform: scale(1.2);
  1010. }
  1011. #checkout-page .summery-products .clear-btn img {
  1012. height: 15px;
  1013. width: 15px;
  1014. }
  1015. #checkout-page .cupon button {
  1016. outline: none;
  1017. border: none;
  1018. }
  1019. #checkout-page .cupon button:focus {
  1020. outline: none;
  1021. border: none;
  1022. }
  1023. #checkout-page .cupon input:focus {
  1024. outline: none;
  1025. }
  1026. /* checkout form */
  1027. #checkoutForm .form-header {
  1028. gap: 5px;
  1029. text-align: center;
  1030. font-size: 1em;
  1031. }
  1032. #checkoutForm .form-header .stepIndicator {
  1033. position: relative;
  1034. flex: 1;
  1035. padding-top: 55px;
  1036. font-size: 1.3em;
  1037. color: var(--gray);
  1038. }
  1039. #checkoutForm .form-header .stepIndicator::before {
  1040. content: "";
  1041. position: absolute;
  1042. left: 50%;
  1043. top: 0;
  1044. transform: translateX(-50%);
  1045. z-index: 9;
  1046. width: 50px;
  1047. height: 50px;
  1048. background-color: var(--pink-light);
  1049. border-radius: 50%;
  1050. }
  1051. #checkoutForm .form-header .stepIndicator.active::before {
  1052. background-color: var(--pink);
  1053. /* border: 3px solid #d5f9f6; */
  1054. }
  1055. #checkoutForm .form-header .stepIndicator.finish::before {
  1056. background-color: var(--pink);
  1057. /* border: 3px solid #b7e1dd; */
  1058. }
  1059. #checkoutForm .form-header .stepIndicator::after {
  1060. content: "";
  1061. position: absolute;
  1062. left: 50%;
  1063. top: 24px;
  1064. width: 100%;
  1065. height: 3px;
  1066. background-color: var(--gray-light);
  1067. }
  1068. #checkoutForm .form-header .stepIndicator.active::after {
  1069. background-color: var(--gray-light);
  1070. }
  1071. #checkoutForm .form-header .stepIndicator.finish::after {
  1072. background-color: var(--pink);
  1073. }
  1074. #checkoutForm .form-header .stepIndicator:last-child:after {
  1075. display: none;
  1076. }
  1077. #checkoutForm #address {
  1078. max-width: 300px !important;
  1079. /* border: 1px solid #e3e3e3 ; */
  1080. background-color: var(--gray-extralight);
  1081. }
  1082. #checkoutForm select {
  1083. padding: 1em 1.4em !important;
  1084. width: 100%;
  1085. font-size: 1em !important;
  1086. border: 1px solid #e3e3e3 !important;
  1087. }
  1088. #checkoutForm select option {
  1089. font-size: 1em;
  1090. }
  1091. #checkoutForm input {
  1092. padding: 1em 1.2em;
  1093. width: 100%;
  1094. font-size: 1em;
  1095. border: 1px solid #e3e3e3;
  1096. border-radius: 0;
  1097. }
  1098. #checkoutForm textarea {
  1099. padding: 1em 1.2em;
  1100. width: 100%;
  1101. font-size: 1em;
  1102. border: 1px solid #e3e3e3;
  1103. border-radius: 0;
  1104. }
  1105. #checkoutForm select,
  1106. #checkoutForm textarea,
  1107. #checkoutForm input:focus {
  1108. /* border: 1px solid var(--pink); */
  1109. outline: 0;
  1110. }
  1111. #checkoutForm input.invalid {
  1112. border: 1px solid #ffaba5;
  1113. }
  1114. #checkoutForm select.invalid {
  1115. border: 1px solid #ffaba5 !important;
  1116. }
  1117. #checkoutForm textarea.invalid {
  1118. border: 1px solid #ffaba5 !important;
  1119. }
  1120. #checkoutForm .step {
  1121. display: none;
  1122. }
  1123. #checkoutForm .form-footer{
  1124. overflow:auto;
  1125. gap: 20px;
  1126. }
  1127. #checkoutForm .form-footer button{
  1128. background-color: var(--green);
  1129. border: 1px solid var(--green) !important;
  1130. color: #ffffff;
  1131. border: none;
  1132. padding: 13px 30px;
  1133. font-size: 1em;
  1134. cursor: pointer;
  1135. border-radius: 5px;
  1136. flex: 1;
  1137. margin-top: 5px;
  1138. width: fit-content;
  1139. }
  1140. #checkoutForm .form-footer button:hover {
  1141. opacity: 0.8;
  1142. }
  1143. #checkoutForm .form-footer #prevBtn {
  1144. background-color: #fff;
  1145. color: var(--green);
  1146. }
  1147. #checkoutForm .delivery-method {
  1148. box-shadow: var(--shadow-black);
  1149. }
  1150. #checkoutForm .delivery-method .selected {
  1151. position: absolute;
  1152. top: 10px !important;
  1153. right: 10px !important;
  1154. display: none;
  1155. }
  1156. #checkoutForm .delivery-method .selected img {
  1157. height: 25px;
  1158. width: 25px;
  1159. }
  1160. #checkoutForm .delivery-method input[type=radio]:checked ~ .selected {
  1161. display: block;
  1162. }
  1163. #checkoutForm .delivery-method .icon img {
  1164. height: 75px;
  1165. }
  1166. #checkoutForm .delivery-method input {
  1167. display: none !important;
  1168. }
  1169. #checkoutForm .payment-type {
  1170. box-shadow: var(--shadow-black);
  1171. }
  1172. #checkoutForm .payment-type label {
  1173. min-width: 280px;
  1174. }
  1175. #checkoutForm .payment-type .selected {
  1176. position: absolute;
  1177. top: 12px !important;
  1178. right: 5px !important;
  1179. display: none;
  1180. }
  1181. #checkoutForm .payment-type .selected img {
  1182. height: 20px;
  1183. width: 20px;
  1184. }
  1185. #checkoutForm .payment-type input[type=radio]:checked ~ .selected {
  1186. display: block;
  1187. }
  1188. #checkoutForm .payment-type input {
  1189. display: none !important;
  1190. }
  1191. #checkoutForm .payment-type .icon img {
  1192. height: 75px;
  1193. }