style.css 27 KB

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