123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587 |
- :root {
- --pink : #EC138D;
- --pink-dark: #BE0F72;
- --pink-light: #FFBFE3;
- --pink-extralight: #FFF5FB;
- --yellow-light: #F3F1B0;
- --yellow-3rd: #FEDFCC;
- --orange-vivid: #FBB218;
- --orange-vivid-dark: #C88F14;
- --orange-vivid-light: #FBC246;
- --violet: #6201AE;
- --red-deep: #B21F25;
- --red-deep-opacity: #b21f24c7;
- --red-light-extra: #FFEBEB;
- --blue-light: #EBF4FF;
- --green: #038310;
- --green-light: #E0FFF0;
- --green-light-extra: #F0FFE0;
- --gray: #626262;
- --gray-opacity: #6262628c;
- --gray-light: #999999;
- --gray-extralight: #C6C6C6;
- --black: #000000;
- --black-light: #2B2B2D;
- --black-extralight: #D2D2D2;
-
- --white: #FFFFFF;
- --white-light: #EBEBEB;
- --shadow-black : 0px 4px 40px rgba(118, 118, 118, 0.15);
- --sdadow-black-sm: 0px 0px 40px rgba(0, 0, 0, 0.05);
- --shadow-product: 0px 0px 15px rgba(0, 0, 0, 0.2);
- --gardient-red: linear-gradient(140.22deg, #EC138D 9.65%, #B21F25 93.94%);
-
- }
- * {
- text-decoration: none;
- list-style: none;
- }
- body {
- font-family: 'Josefin Sans', sans-serif !important;
- line-height: 1.4 !important;
- }
- /* text size */
- h1 {
- font-size: 2em !important;
- line-height: 1em !important;
- }
- h2 {
- font-size: 1.75em !important;
- }
- h3 {
- font-size: 1.5em !important;
- }
- h4 {
- font-size: 1.25em !important;
- }
- h5 {
- font-size: 1em !important;
- }
- h6 {
- font-size: 0.75em !important;
- }
- p {
- font-size: 1.2em !important;
- margin-bottom: 0 !important;
- }
- dl, ol, ul {
- margin-bottom: 0;
- padding-left: 0;
- }
- a {
- text-decoration: none;
- }
- /* background color */
- .bg-black {
- background-color: var(--black) !important;
- }
- .bg-gray {
- background-color: var(--gray) !important;
- }
- .bg-gray-light {
- background-color: var(--gray-light) !important;
- }
- .bg-gray-extralight {
- background-color: var(--gray-extralight) !important;
- }
- .bg-red-deep {
- background-color: var(--red-deep) !important;
- }
- .bg-pink {
- background-color: var(--pink) !important;
- }
- .bg-pink-light {
- background-color: var(--pink-light) !important;
- }
- .bg-pink-extralight {
- background-color: var(--pink-extralight) !important;
- }
- .bg-green {
- background-color: var(--green) !important;
- }
- .bg-white {
- background-color: var(--white) !important;
- }
- .bg-violet {
- background-color: var(--violet) !important;
- }
- .bg-orange-vivid-light {
- background-color: var(--orange-vivid-light) !important;
- }
- /* text color */
- .text-black {
- color: var(--black) !important;
- }
- .text-black-light {
- color: var(--black-light) !important;
- }
- .text-black-extralight {
- color: var(--black-extralight) !important;
- }
- .text-white {
- color: var(--white) !important;
- }
- .text-pink {
- color: var(--pink) !important;
- }
- .text-deep-red {
- color: var(--red-deep);
- }
- .text-gray {
- color: var(--gray) !important;
- }
- .text-light-gray {
- color: var(--gray-light) !important;
- }
- /* button */
- .btn-black {
- background: var(--black);
- color: var(--white);
- }
- .btn-black:hover {
- background: var(--black-light);
- color: var(--white);
- }
- .btn-pink {
- background-color: var(--pink);
- color: var(--white);
- }
- .btn-pink:hover {
- background-color: var(--pink-dark);
- color: var(--white);
- }
- .btn-orange-vivid {
- background-color: var(--orange-vivid);
- color: var(--white);
- }
- .btn-orange-vivid:hover {
- background-color: var(--orange-vivid-dark);
- color: var(--white);
- }
- .btn-black-outline {
- border: 1px solid var(--gray);
- color: var(--black);
- }
- .btn-black-outline:hover {
- border: 1px solid var(--gray);
- color: var(--gray);
- }
- /* border */
- .border-light-gray {
- border-color: var(--gray-light) !important;
- }
- .border-pink {
- border-color: var(--pink) !important;
- }
- .border-extralight-gray {
- border-color: var(--gray-extralight) !important;
- }
- .border-light-white {
- border-color: var(--white-light) !important;
- }
- .border-extralight-black {
- border-color: var(--white-light) !important;
- }
- /* utility */
- .border-image {
- background: url(../images/home_page/border-bottom.svg) no-repeat center center;
- height: 2em;
- max-width: 50em;
- }
- .view-all {
- font-size: 1.3em;
- padding: .8em 1.2em;
- }
- .section-title {
- font-size: 2.5em;
- }
- .section-subtitle {
- font-size: 2em;
- }
- @media screen and (max-width: 992px) {
- .border-image {
- max-width: 10em !important;
- }
- .view-all {
- font-size: 1.1em;
- padding: .75em 1.1em;
- }
- .section-title {
- font-size: 2em;
- }
- .section-subtitle {
- font-size: 1.5em;
- }
- }
- @media screen and (max-width: 576px) {
- .border-image {
- max-width: 8em !important;
- }
- .section-title {
- font-size: 1.5em;
- }
-
- .section-subtitle {
- font-size: 1em;
- }
-
- }
- /* utility end */
- /* swiper slider */
- .swiper {
- width: 100%;
- height: 100%;
- }
- .swiper-slide {
- text-align: center;
- font-size: 18px;
- background: #fff;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .swiper-slide img {
- display: block;
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- /* header */
- .header {
- transition: all 2s ease-in-out;
- }
- .header.sticky {
- position: sticky;
- top: 0;
- right: 0;
- left: 0;
- z-index: 20;
- transition: all 5s ease-in-out;
- box-shadow: var(--shadow-product);
- }
- .header button:focus {
- border: none !important;
- }
- .header button:active {
- border: none !important;
- }
- #header .burger-menu img {
- height: 25px;
- width: 25px;
- }
- #header .offer {
- font-size: 1em !important;
- }
- #header .offer p {
- font-size: .9em !important;
- }
- #header .brand-logo {
- height: 3em;
- }
- #header .search .search-icon {
- width: 1.5em;
- bottom: 10px;
- left: 1em;
- margin-top: 0;
- }
- #header .search input {
- padding-left: 2.5em;
- font-size: 1.2em;
- }
- #header .search-btn-mobile img,
- #header .user-btn-mobile img {
- height: 30px;
- }
- #header .main-nav {
- z-index: 40;
- }
- #header .main-nav button {
- white-space: nowrap;
- }
- #header .main-nav .burger-close-btn img {
- height: 20px;
- width: 20px;
- }
- #header .main-nav .megamenu-parrent .menu-items {
- position: absolute;
- top: 100%;
- left: 0;
- height: 50vh;
- width: 100%;
- background: var(--white);
- margin: 0 auto;
- color: var(--black);
- padding: 0;
- display: none;
- z-index: 25;
- box-shadow: var(--shadow-black);
- overflow-y: auto;
- }
- #header .main-nav .megamenu-parrent .collapse-buton img {
- height: 20px;
- }
- #header .main-nav .megamenu-parrent .menu-items.active {
- display: block;
- }
- #header .main-nav .megamenu-submenu {
- color: var(--black);
- display: flex;
- justify-content: space-between;
- padding: 1rem;
- }
- #header .main-nav .megamenu-submenu .btn {
- border-radius: 0 !important;
- width: 100% !important;
- color: var(--red-deep) !important;
- border-bottom: 1px dotted var(--red-deep-opacity) !important;
- font-size: .9em;
- font-weight: 600;
- }
- #header .main-nav .megamenu-submenu .btn img {
- height: 18px;
- width: 18px;
- }
- #header .main-nav .megamenu-submenu .nav-items {
- width: 70%;
- margin-top: .25rem;
- }
- #header .main-nav .megamenu-submenu .offer {
- width: 30%;
- }
- #header .main-nav .megamenu-submenu .nav-items .items {
- width: 32%;
- gap: 2%;
- }
- #header .main-nav .megamenu-submenu .submenu-items {
- margin-top: .25rem;
- }
- #header .menu-items .megamenu-submenu .nav-items .items .submenu-items ul,
- #header .menu-items .megamenu-submenu .nav-items .items .submenu-items li,
- #header .menu-items .megamenu-submenu .nav-items .items .submenu-items a {
- width: 100% !important;
- display: block !important;
- }
- #header .main-nav .megamenu-submenu a {
- color: var(--black);
- font-size: .8em;
- margin-top: .45rem;
- }
- @media screen and (max-width: 1199px) {
- #header .search {
- position: absolute;
- top: 115px;
- width: 100%;
- display: none;
- z-index: 30;
- background: var(--white-light);
- padding: 1rem;
- box-shadow: var(--shadow-black);
- }
- #header .search.active {
- display: block;
- }
- #header .search input {
- border-radius: 0 !important;
- }
-
-
- #header .main-nav {
- width: 300px;
- position: fixed;
- top: 0;
- bottom: 0;
- overflow-y: auto;
- display: none;
- z-index: 20;
- }
- #header .main-nav::-webkit-scrollbar {
- display: none;
- }
-
- #header .main-nav .megamenu-parrent {
- width: 100%;
- }
-
- #header .main-nav .megamenu-parrent .collapse-buton,
- #header .main-nav .megamenu-submenu .btn {
- width: 100%;
- border-radius: 0 !important;
- border-bottom: 1px solid var(--gray-opacity) !important;
- }
- #header .main-nav.active {
- display: block;
- }
-
- #header .main-nav .megamenu-parrent .menu-items {
- position: static;
- background: var(--black);
- color: var(--white);
- height: 100%;
- margin: 0;
- padding-top: 0;
- padding-bottom: 0;
- }
-
- #header .main-nav .megamenu-parrent .collapse-buton {
- margin-top: .5rem;
- }
- #header .main-nav .megamenu-submenu {
- color: var(--white);
- }
-
- #header .main-nav .megamenu-submenu .nav-items {
- width: 100%;
- }
-
- #header .main-nav .megamenu-submenu .submenu-items.active {
- display: block !important;
- }
- #header .main-nav .megamenu-submenu .btn {
- color: var(--white) !important;
- width: 100%;
- }
-
- #header .main-nav .megamenu-submenu .nav-items .items {
- width: 100% !important;
- }
- #header .main-nav .megamenu-submenu a {
- color: var(--white);
- border-bottom: 1px solid var(--gray-opacity) !important;
- padding: .25rem 1rem;
- margin-top: .50rem !important;
- }
- }
- /* header end*/
- /* foooter start */
- #footer {
- letter-spacing: 3px;
- line-height: 1.7;
- }
- #footer a {
- color: var(--white);
- font-weight: 300;
- }
- #footer .footer-comp-title {
- font-weight: 300 !important;
- white-space: nowrap;
- }
- #footer .footer-input {
- font-size: 1.2em;
- width: 100%;
- }
- #footer .social-icon {
- height: 20px;
- transition: all .15s ease-in-out;
- }
- #footer .social-icon:hover {
- transform: scale(1.2);
- }
- #footer .footer-border-bottom {
- border-bottom: 3px solid var(--white);
- }
- #footer .copyright {
- font-size: 1.3em;
- }
- @media screen and (max-width: 768px) {
- #footer {
- letter-spacing: .5px;
- line-height: 1.2;
- }
- #footer .h3 {
- font-size: 1.2em;
- }
- #footer a {
- font-size: .8em;
- }
- #footer .footer-border-bottom {
- border-bottom: 1.5px solid var(--white);
- }
- #footer .footer-input {
- font-size: 1em;
- width: 80%;
- }
-
- #footer .social-icon {
- height: 30px
- }
- #footer .copyright {
- font-size: 1em;
- }
- }
-
- /* foooter end */
- /* product list */
- .product-single {
- width: 20%;
- }
- .product-single .product {
- box-shadow: var(--shadow-product);
- height: 100%;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .product-single .product .image-container {
- width: 100%;
- position: relative;
- }
- .product-single .product .image-container img {
- max-width: 100%;
- }
- .product-single .product .brand-title,
- .product-single .product .title {
- font-size: 1em;
- }
- .product-single .product .brand-title:hover {
- color: var(--red-deep);
- }
- .product-single .product .title:hover {
- color: initial;
- }
- .product-single .product .rating-icon {
- height: .8em;
- width: .8em;
- }
- .product-single .product .rating-count {
- font-size: 1em;
- }
- .product-single .product .offer {
- font-size: 1.2em !important;
- }
-
- .product-single .checkout-btn {
- padding: .5em 1.3em !important;
- }
-
- .product-single .checkout-btn img{
- height: 1.6em;
- }
-
- .product-single .checkout-btn .add-cart-text {
- transform: translateY(2.4px);
- font-size: .9em;
- }
- @media screen and (max-width: 1200px) {
- .product-single {
- width: 25%;
- }
- .product-single .product .offer {
- font-size: 1.1em !important;
- }
- }
- @media screen and (max-width: 992px) {
- .product-single {
- width: 50%;
- }
- .product-single .product {
- border: .5px solid var(--gray-extralight);
- }
- .product-single .product .title {
- font-size: .9em;
- }
-
- .product-single .product .offer {
- font-size: 1em !important;
- }
- }
- @media screen and (max-width: 768px) {
- .product-single{
- width: 100%;
- }
- }
- /* Home page */
- .discover-more {
- font-size: 1.5em ;
- }
- /* hero */
- #hero .banner-carousel img {
- width: 100%;
- }
- /* shop tabs */
- #shop-tabs .tabs-btn {
- border: none;
- background: none;
- font-size: 1.5em;
- }
- #discover-more .title {
- font-size: 1.5em;
- }
- #discover-more .details {
- font-size: 1.2em;
- }
- #shop-tabs .active {
- border-bottom: solid;
- border-bottom-width: 30px;
- border-image:url(../images/home_page/border-image.png) 0 0 30 0 repeat ;
- }
- /* whats-happening */
- #whats-happening .discover-more {
- font-size: 1em !important;
- }
- /* heir shine */
- /* #heir-shine .discover-more {
- font-size: 1.4em !important;
- } */
- /* trending stories */
- #trending-stories .date {
- font-size: .9em !important;
- }
- #trending-stories .blog-link a:hover {
- color: var(--gray);
- }
- #trending-stories .category-link a:hover,
- #trending-stories .read-more a:hover {
- color: var(--red-deep);
- }
- /* all link */
- #all-link a {
- color: var(--gray);
- }
- #all-link li {
- text-align: center;
- }
- @media screen and (max-width: 992px) {
- #shop-tabs .tabs-btn {
- font-size: 1.3em;
-
- }
- .discover-more {
- font-size: 1.2em !important;
- }
- #discover-more .title {
- font-size: 1.2em;
- }
-
- #discover-more .details {
- font-size: 1em;
- }
-
- .view-more {
- position: absolute !important;
- bottom: 0;
- }
- }
- @media screen and (max-width: 768px) {
-
- .discover-more {
- font-size: 1em !important;
- }
- #discover-more .title {
- font-size: 1em;
- }
- #discover-more .details {
- font-size: .9em;
- }
- }
- /* Home page end*/
- /* All Product Page */
- #all-product-banner {
- height: 100px !important;
- }
- #all-product-nav ul {
- color: var(--black);
- font-weight: 300;
- font-size: 1.2em;
- }
- #all-product-nav a {
- color: var(--black);
- font-weight: 300;
- font-size: 1em;
- white-space: nowrap;
- text-align: center;
- }
- #all-product-nav a:hover {
- color: var(--pink);
- }
- #all-product-nav .active {
- color: var(--pink);
- }
- #all-products .short-filter {
- margin-left: 290px;
- }
- #all-products .short-filter .short-select {
- max-width: 140px;
- }
- #all-products .filter {
- min-width: 300px !important;
- }
- #all-products .filter .filter-close-btn img {
- height: 18px;
- width: 18px;
- }
- #all-products .form-check-input:checked {
- background-color: var(--pink);
- border-color: var(--pink);
- }
- #all-products .products .product-single{
- width: 25%;
- }
- #all-products .filter-product-price .form-range::-webkit-slider-thumb {
- background: var(--pink);
- }
- #checkout .checkout-container {
- bottom: 0;
- right: 0;
- width: 480px;
- height: 90vh;
- box-shadow: var(--shadow-black);
- border-radius: 5px 0 0 0;
- display: none;
- z-index: 100;
- overflow-y: auto;
- }
- #checkout .checkout-container::-webkit-scrollbar {
- display: none;
- }
- #checkout .checkout-container .cross-btn {
- transform: translateY(-15px);
- }
- #checkout .checkout-container .cross-btn img {
- height: 15px;
- width: 15px;
- }
- #checkout .checkout-container .proceed-button-container {
- box-shadow: var(--shadow-product);
- width: 480px;
- }
- #checkout .checkout-container .cart-product-container .cart-items .item {
- box-shadow: var(--shadow-black);
- }
- #checkout .checkout-container .cart-product-container .cart-items .img-container {
- height: 100px;
- }
- #checkout .checkout-container .cart-product-container .cart-items .delete-btn {
- top: 10px;
- right: 10px;
- }
- #checkout .checkout-container .cart-product-container .cart-items .delete-btn:hover {
- transform: scale(1.1);
- }
- #checkout .checkout-container .cart-product-container .cart-items .delete-btn img {
- height: 25px;
- width: 25px;
- }
- #checkout .checkout-container .cart-product-container .cart-items .quantity-container .title {
- font-size: .8em;
- }
- #checkout-btn-desktop {
- bottom: 250px;
- right: 0;
- border-radius: 10px 0 0 10px;
- box-shadow: var(--shadow-product);
- z-index: 10;
- }
- #checkout-btn-desktop .checkout-icon {
- width: 30px;
- height: 30px;
- }
- #checkout-btn-desktop .count {
- font-size: .9em !important;
- }
- #checkout-btn-desktop .price {
- font-size: 1em !important;
- color: var(--red-deep) !important;
- }
- #checkout-btn-mobile .checkout-mobile {
- width: 100vw;
- z-index: 10;
- }
- #checkout-btn-mobile .checkout-mobile .cart-details {
- background: url(../images/icon/Cart-icon.svg) center center/cover no-repeat ;
- height: 60px !important;
- width: 60px !important;
- }
- #checkout-btn-mobile .badge {
- transform: translate(30px, -5px);
- padding: .4em;
- }
- #checkout-btn-mobile .total {
- font-size: .6em;
- font-weight: 600;
- letter-spacing: -.5px;
- bottom: 6px;
- right: 50%;
- transform: translateX(50%);
- white-space: nowrap;
- }
- @media screen and (max-width: 1200px) {
-
- #all-products .products .product-single{
- width: 33.33%;
- }
- #all-products .short-filter {
- margin-left: 240px;
- }
-
- #all-products .filter {
- min-width: 250px !important;
- }
- }
- @media screen and (max-width: 992px) {
- #all-products {
- overflow: hidden;
- }
-
- #all-products .short-filter {
- margin-left: 0;
- }
-
- #all-products .filter {
- position: absolute;
- top: 0;
- right: 0;
- min-width: 380px !important;
- overflow: hidden;
- transform: translateX(400px);
- transition: all .35s ease-in-out;
- padding: 1em 1.5em 2em !important;
- border: none !important;
- box-shadow: var(--shadow-black) !important;
- overflow-y: auto;
- z-index: 110;
- }
-
- #all-products .filter::-webkit-scrollbar {
- display: none;
- }
-
- #all-products .active {
- transform: translateX(0);
- }
-
- #all-products .products .product-single{
- width: 50%;
- }
-
-
- #checkout .checkout-container {
- top: 0;
- bottom: 0;
- left: 0;
- width: 100vw;
- height: 100%;
- box-shadow: var(--shadow-black);
- z-index: 100;
- }
-
- #checkout .checkout-container .proceed-button-container {
- width: 100vw;
- }
- }
- @media screen and (max-width: 768px) {
- #all-products .products .product-single{
- width: 50%;
- }
- #all-products .filter {
- min-width: 300px !important;
- }
- }
- @media screen and (max-width: 768px) {
- #all-products .products .product-single{
- width: 100%;
- }
- }
- /* All Product Page End */
- /* product details page */
- /* top add */
- #top-add .add-container {
- height: 100px;
- }
- .add {
- background: var(--pink-light);
- }
- /* product details */
- #product-details .details {
- box-shadow: var(--shadow-black);
- height: 100%;
- }
- #product-details .details .count-container {
- width: fit-content;
- font-size: 1em;
- }
- #product-details .details .count-container .color-btn-container {
- width: 10px !important;
- }
- #product-details .details .size-container label {
- font-size: .8em !important;
- padding: .5em .5em .2em;
- }
- #product-details .details .count-container .count-btn-icon {
- width: 10px;
- height: 10px;
- transition: all .15s ease-in-out;
- }
- #product-details .details .count-container .count-btn-icon:hover {
- transform: scale(1.4) !important;
- }
- #product-details .details .offer {
- flex: 1;
- }
- #product-details .details .offer .title {
- font-size: .9em;
- }
- #product-details .details .offer .details {
- font-size: .8em;
- }
- #product-details .details .voucher {
- flex: 1;
- width: 100%;
- }
-
-
- /* product details carousel */
- #product-details .product-carousel {
- box-shadow: var(--shadow-black);
- height: 100%;
- }
- #product-details .thumb-container .productThumb {
- max-height: 350px;
- overflow: hidden;
- }
- #product-details .thumb-container .productThumb .swiper-wrapper img {
- width: 120px !important;
- height: auto !important;
- }
- #product-details .main-carousel {
- overflow: hidden;
- }
- #product-details .main-carousel .productSlider {
- overflow: hidden !important;
- }
- #product-details .main-carousel .productSlider img {
- height: 100% !important;
- }
- @media screen and (max-width: 992px) {
-
- #product-details .thumb-container .productThumb {
- height: 50px;
- width: 400px;
- border-right: none !important;
- padding: 3em;
- }
- #product-details .thumb-container .productThumb .swiper-wrapper img {
- height: 80px;
- width: 80px !important;
- }
- }
- @media screen and (max-width: 576px) {
- #product-details .thumb-container .productThumb {
- width: 300px;
- }
- }
- /* product details tab section */
- #product-details-tab {
- line-height: 1.2 !important;
- }
-
- #product-details-tab .nav-tabs .active {
- color: var(--pink);
- border-bottom: 2px solid var(--pink) !important;
- }
-
- #product-details-tab .tab-content ul li {
- list-style: disc !important;
- }
- /* product details page end*/
- /* checkout page */
- #checkout-page .checkout-container,
- #checkout-page .order-summery {
- box-shadow: var(--shadow-black);
- }
- #checkout-page .summery-products .count-container {
- width: fit-content;
- }
- #checkout-page .summery-products .count-container .count {
- transform: translateY(8px);
- }
- #checkout-page .summery-products .count-container .count-btn {
- width: 10px;
- height: 10px;
- transition: all .15s ease-in-out;
- }
- #checkout-page .summery-products .count-container .count-btn:hover {
- transform: scale(1.4);
- }
- #checkout-page .summery-products .clear-btn {
- transition: all .15s ease-in-out;
- }
- #checkout-page .summery-products .clear-btn:hover {
- transform: scale(1.2);
- }
- #checkout-page .summery-products .clear-btn img {
- height: 15px;
- width: 15px;
- }
- #checkout-page .cupon button {
- outline: none;
- border: none;
- }
- #checkout-page .cupon button:focus {
- outline: none;
- border: none;
- }
- #checkout-page .cupon input:focus {
- outline: none;
- }
- /* checkout form */
- #checkoutForm .form-header {
- gap: 5px;
- text-align: center;
- font-size: 1em;
- }
- #checkoutForm .form-header .stepIndicator {
- position: relative;
- flex: 1;
- padding-top: 55px;
- font-size: 1.3em;
- color: var(--gray);
- }
- #checkoutForm .form-header .stepIndicator::before {
- content: "";
- position: absolute;
- left: 50%;
- top: 0;
- transform: translateX(-50%);
- z-index: 9;
- width: 50px;
- height: 50px;
- background-color: var(--pink-light);
- border-radius: 50%;
- }
- #checkoutForm .form-header .stepIndicator.active::before {
- background-color: var(--pink);
- /* border: 3px solid #d5f9f6; */
- }
- #checkoutForm .form-header .stepIndicator.finish::before {
- background-color: var(--pink);
- /* border: 3px solid #b7e1dd; */
- }
- #checkoutForm .form-header .stepIndicator::after {
- content: "";
- position: absolute;
- left: 50%;
- top: 24px;
- width: 100%;
- height: 3px;
- background-color: var(--gray-light);
- }
- #checkoutForm .form-header .stepIndicator.active::after {
- background-color: var(--gray-light);
- }
- #checkoutForm .form-header .stepIndicator.finish::after {
- background-color: var(--pink);
- }
- #checkoutForm .form-header .stepIndicator:last-child:after {
- display: none;
- }
- #checkoutForm #address {
- max-width: 300px !important;
- /* border: 1px solid #e3e3e3 ; */
- background-color: var(--gray-extralight);
- }
- #checkoutForm select {
- padding: 1em 1.4em !important;
- width: 100%;
- font-size: 1em !important;
- border: 1px solid #e3e3e3 !important;
- }
- #checkoutForm select option {
- font-size: 1em;
- }
- #checkoutForm input {
- padding: 1em 1.2em;
- width: 100%;
- font-size: 1em;
- border: 1px solid #e3e3e3;
- border-radius: 0;
- }
- #checkoutForm textarea {
- padding: 1em 1.2em;
- width: 100%;
- font-size: 1em;
- border: 1px solid #e3e3e3;
- border-radius: 0;
- }
- #checkoutForm select,
- #checkoutForm textarea,
- #checkoutForm input:focus {
- /* border: 1px solid var(--pink); */
- outline: 0;
- }
- #checkoutForm input.invalid {
- border: 1px solid #ffaba5;
- }
- #checkoutForm select.invalid {
- border: 1px solid #ffaba5 !important;
- }
- #checkoutForm textarea.invalid {
- border: 1px solid #ffaba5 !important;
- }
- #checkoutForm .step {
- display: none;
- }
- #checkoutForm .form-footer{
- overflow:auto;
- gap: 20px;
- }
- #checkoutForm .form-footer button{
- background-color: var(--green);
- border: 1px solid var(--green) !important;
- color: #ffffff;
- border: none;
- padding: 13px 30px;
- font-size: 1em;
- cursor: pointer;
- border-radius: 5px;
- flex: 1;
- margin-top: 5px;
- width: fit-content;
- }
- #checkoutForm .form-footer button:hover {
- opacity: 0.8;
- }
- #checkoutForm .form-footer #prevBtn {
- background-color: #fff;
- color: var(--green);
- }
- #checkoutForm .delivery-method {
- box-shadow: var(--shadow-black);
- }
- #checkoutForm .delivery-method .selected {
- position: absolute;
- top: 10px !important;
- right: 10px !important;
- display: none;
- }
- #checkoutForm .delivery-method .selected img {
- height: 25px;
- width: 25px;
- }
- #checkoutForm .delivery-method input[type=radio]:checked ~ .selected {
- display: block;
- }
- #checkoutForm .delivery-method .icon img {
- height: 75px;
- }
- #checkoutForm .delivery-method input {
- display: none !important;
- }
- #checkoutForm .payment-type {
- box-shadow: var(--shadow-black);
- }
- #checkoutForm .payment-type label {
- min-width: 280px;
- }
- #checkoutForm .payment-type .selected {
- position: absolute;
- top: 12px !important;
- right: 5px !important;
- display: none;
- }
- #checkoutForm .payment-type .selected img {
- height: 20px;
- width: 20px;
- }
- #checkoutForm .payment-type input[type=radio]:checked ~ .selected {
- display: block;
- }
- #checkoutForm .payment-type input {
- display: none !important;
- }
- #checkoutForm .payment-type .icon img {
- height: 75px;
- }
|