@import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap');
@import url(cart.min.css);
@import url(account.min.css);
:root {
	--white: #fff;
	--black: #000;
	--theme-color: #f7e4da;
}
html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: 'Poppins', sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1440px;
	}
}

section {
	position: relative;
	padding: 6rem 0;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	color: #828288;
}

@font-face {
	font-family: 'MilkyMatchaPersonalUse';
	src: url('../fonts/MilkyMatchaPersonalUse.otf');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Poppins', sans-serif;
}

img {
	max-width: 100%;
	height: auto;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

figure {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.navbar-brand img {
	max-height: 150px;
	transition: 0.3s ease-in-out;
}

header {
	/* position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99999;
  top: 0; */
	width: 100%;
	transition: 0.3s ease-in-out;
}

header.sticky {
	position: fixed;
}

header.sticky .navbar-brand img {
	max-width: 100px;
}
.topRow {
	background-color: #111111;
	padding: 0.5rem 0;
}
.subscribe h2 {
	font-size: 2.625rem;
	font-weight: 400;
	color: #878c82;
	text-transform: uppercase;
	line-height: 1;
	text-align: center;
	margin: 0 0 2rem;
}
.subscribe form {
	display: flex;
	align-items: center;
	background-color: transparent;
	justify-content: space-between;
	border: 1px solid var(--white);
	border-radius: 5px;
	height: 60px;
}
.subscribe form input {
	background-color: transparent;
	border: none;
	height: 100%;
	width: 100%;
	padding-left: 1rem;
}
.subscribe form button {
	background-color: var(--theme-color);
	border: none;
	height: 100%;
	font-size: 1.125rem;
	color: var(--black);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	width: 250px;
}
.topRow .btn-group {
	gap: 1rem 2rem;
	width: 100%;
	height: 60px;
	justify-content: flex-end;
	align-items: center;
}
.topRow .btn-group a {
	font-size: 1.125rem;
	color: var(--white);
}
.topRow .btn-group a i {
	font-size: 1.5rem;
	color: var(--white);
}
.topRow .cartBtn {
	color: var(--white);
	position: relative;
}
.topRow .cartBtn span {
	font-size: 10px;
	height: 15px;
	width: 15px;
	display: grid;
	place-items: center;
	color: var(--black);
	border-radius: 50%;
	position: absolute;
	top: -5px;
	right: -5px;
	background-color: var(--white);
}
.navbar {
	background-color: var(--theme-color);
}
.navbar .form-inline .shopBtn {
	display: inline-block;
	padding: 0.75em 1.25em;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: var(--white);
	border: 1px solid #878c82;
	background-color: #878c82;
	position: relative;
}
.navbar .form-inline .shopBtn:before {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-left: 0.3em solid transparent;
	position: absolute;
	right: 8px;
	top: 27px;
}
.navbar .form-inline .shopBtn:hover {
	background-color: var(--theme-color);
	color: var(--black);
}
.navbar-nav {
	gap: 1rem 2rem;
	justify-content: space-between;
	width: 85%;
}
.navbar-nav .nav-item .nav-link {
	font-size: 1.1875rem;
	font-weight: normal;
	color: var(--black);
	text-transform: uppercase;
	line-height: 1;
	position: relative;
}

.navbar-nav .nav-item .nav-link::after {
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -5px;
	transition: transform 0.3s ease-in-out;
	background-color: var(--black);
	transform-origin: center;
	transform: scaleX(0);
}
.navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-item .nav-link:hover::after {
	transform: scaleX(1);
}

.main-slider {
	position: relative;
}
.carousel-caption {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
	text-align: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main-slider h2 {
	font-size: 1.5rem;
	color: var(--white);
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1;
}
.main-slider h3 {
	    font-size: 3.75rem;
    font-family: 'MilkyMatchaPersonalUse';
    color: var(--white);
    line-height: 1.367;
    text-shadow: 0 0 20px black;
    margin: 0;
}
.main-slider p {
	font-size: 1.375rem;
	color: var(--white);
	font-weight: 400;
	letter-spacing: 5px;
	text-transform: uppercase;
	line-height: 1.471;
}
.secHeading {
	font-size: 3.75rem;
	font-family: 'MilkyMatchaPersonalUse';
	color: var(--black);
	line-height: 1.367;
}

.socialIo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.socialIo li a {
	height: 44px;
	width: 44px;
	border-radius: 50%;
	line-height: 44px;
	font-size: 18px;
	display: inline-block;
	color: var(--black);
	border: 1px solid var(--black);
}
.socialIo li a:hover {
	background-color: var(--black);
	color: var(--white);
}

.scroll-down {
	display: inline-flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: var(--white);
	font-size: 14px;
	z-index: 10;
	gap: 1rem 0;
	line-height: 20px;
	position: absolute;
	bottom: 3rem;
	left: 8rem;
}

.scroll-down small {
	writing-mode: vertical-rl;
	text-transform: uppercase;
}

.scroll-down span {
	position: relative;
	top: 0;
	width: 25px;
	height: 40px;
	border: 1px solid var(--white);
	border-radius: 50px;
	box-sizing: border-box;
}

.scroll-down span::before {
	position: absolute;
	top: 5px;
	left: 15px;
	content: '';
	width: 3px;
	height: 7px;
	margin-left: -5px;
	background-color: var(--white);
	border-radius: 100%;
	box-sizing: border-box;
}

.scroll-down span::after {
	position: absolute;
	bottom: -12px;
	left: 50%;
	width: 10px;
	height: 10px;
}
.scroll-down:hover {
	color: var(--theme-color);
}
.themeBtn {
	display: inline-block;
	padding: 0.65em 1.25em;
	font-size: 1.25rem;
	text-transform: uppercase;
	color: var(--black);
	border: 1px solid var(--theme-color);
	background-color: var(--theme-color);
}
.themeBtn:hover {
	background-color: #878c82;
	color: var(--theme-color);
}

/* storiesSec */
.storiesSec {
}
.storyCard {
	text-align: center;
	padding: 1.25rem 1rem;
	margin-bottom: 1.5rem;
	overflow: hidden;
	transition: 0.3s ease-in-out;
	border: 1px solid #e5e5e5;
}
.storyCard h3 {
	font-size: 1.75rem;
	font-weight: 500;
	color: #282828;
	line-height: 1;
	margin-bottom: 1rem;
}
.storyCard .imgWrap {
	min-height: 300px;
	display: flex;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.storyCard .imgWrap img {
	transition: 0.3s ease-in-out;
}
.storyCard .themeBtn {
	font-size: 1rem;
	color: var(--white);
	background-color: #878c82;
	text-transform: capitalize;
}
.storyCard:hover {
	border-color: var(--theme-color);
	box-shadow: 0px 0px 32px 0px rgba(130, 130, 130, 0.13);
}

.storyCard:hover .themeBtn {
	background-color: var(--theme-color);
	color: var(--black);
}
.storyCard:hover .imgWrap img {
	transform: scale(1.125) translateY(-0.5rem);
}
/* collectionSec */
.collectionSec {
	background-color: #f5f6f9;
}
.collectionList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.collectCard {
	width: 20%;
	display: flex;
	gap: 1.5rem;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.collectCard h3 {
	font-size: 1.375rem;
	color: #0b0b0b;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1.273;
}

/* gypsySec */
.gypsySec .secHeading {
	font-size: 5.625rem;
	font-family: 'Kaushan Script', cursive;
}
.gypsySec p {
	font-size: 1.125rem;
	font-weight: 400;
	color: var(--black);
	line-height: 2.111;
}
.gypsySec figure img {
	border-radius: 5px;
	box-shadow: 0px 7px 32px 0px rgba(236, 239, 245, 0.46);
}

/* decorCard */
.decorCard {
	display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}
.decorCard img {
	transition: 0.3s ease-in-out;
}
.decorCard .saleTag {
	display: inline-block;
	background: url(../images/saleTag.png) top/auto no-repeat;
	width: 54px;
	height: 72px;
	display: grid;
	font-size: 1.25rem;
	line-height: 1.2;
	color: var(--white);
	place-items: center;
	position: absolute;
	left: 1.5rem;
	top: 0;
	z-index: 1;
}
.heartBtn {
	position: absolute;
	right: 1.5rem;
	transition: 0.3s ease-in-out;
	top: 1rem;
	color: var(--white);
	z-index: 1;
	font-size: 1.5rem;
}
.heartBtn:hover {
	color: var(--theme-color);
}
.decorCard .content {
	transform: scaleY(0);
	transform-origin: bottom;
	transition: 0.3s ease-in-out;
	background-image: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	display: flex;
	align-items: flex-end;
	height: 208px;
	padding: 1rem;
}
.decorCard .content h3 {
	color: var(--white);
	font-size: 2.375rem;
	font-family: 'Roboto';
	font-weight: 700;
	text-transform: uppercase;
	line-height: 0.887;
}
.decorCard:hover .content {
	transform: scaleY(1);
}
.decorCard:hover img {
	transform: scale(1.125);
}
/* brandsIconSec*/
.brandsIconSec {
	/* padding: 3rem 0; */
}
.brandIcon {
	border: 1px solid #ebebeb;
	border-radius: 10px;
	display: grid !important;
	place-items: center;
	background-color: var(--white);
	height: 174px;
	margin: 0.5rem;
	transition: 0.3s ease-in-out;
}
.brandIcon:hover {
	box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, 0.08);
}
.slickArrow::before {
	content: none;
	display: none;
}
.slickArrow {
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1.25rem;
	color: var(--white);
	z-index: 1;
	background-color: #878c82;
	width: 45px;
	height: 45px;
}
.slickArrow:hover {
	color: #878c82;
	background-color: var(--theme-color);
}

/* testimonialSec */
.testimonialSec {
	background: url(../images/testimonialBg.jpg) center/cover no-repeat;
	padding: 6rem 0;
}

.testimonialCard {
	text-align: center;
	padding: 1rem 2rem;
}

.testimonialCard p {
	font-size: 1.25rem;
	color: var(--black);
	font-style: italic;
	line-height: 1.81;
}
.testimonialCard h3 {
	font-size: 1.25rem;
	color: var(--black);
	font-weight: bold;
	font-style: italic;
	line-height: 1.762;
}

.testimonialSlider .slickArrow {
	color: #878c82;
	background-color: var(--white);
}
.testimonialSlider .slickArrow:hover {
	color: var(--white);
	background-color: #878c82;
}
.testimonialSlider .slickArrow.slick-next {
	right: -4rem;
}
.testimonialSlider .slickArrow.slick-prev {
	left: -4rem;
}

/* Begin: Instagram */

.instaSec {
	position: relative;
}

.instaIco {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 0.5rem;
	border-radius: 50%;
	box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.15);
	width: 150px;
	height: 150px;
	background-color: var(--white);
	position: absolute;
	left: 50%;
	top: -75px;
	transform: translate(-50%);
	z-index: 1;
}

.instaIco i {
	font-size: 2rem;
	color: var(--black);
}

.instaCard {
	position: relative;
}

.instaCard .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	transform-origin: center;
	transform: scale(0);
	background-color: rgba(9, 31, 69, 0.3);
}

.instaCard a {
	font-size: 4rem;
	color: var(--white);
}

.instaCard:hover .content {
	transform: scale(1);
}

/* END: Instagram */

/* Begin: footer */

footer {
	background: var(--black);
	padding-top: 6em;
	position: relative;
}

footer p {
	color: var(--white);
	font-size: 1.125rem;
	margin: 1.5rem 0 0;
}

footer .links,
footer .contInfo {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-flow: column;
	gap: 1.3rem 0;
}

footer .contInfo {
	gap: 2rem 0;
}

footer .links li a,
footer .contInfo li a {
	font-weight: 400;
	color: var(--white);
	font-size: 1rem;
}

footer .contInfo li a {
	font-family: 'Poppins', sans-serif;
	display: flex;
	align-items: flex-start;
	gap: 0 1rem;
	line-height: 1.5;
}

footer .contInfo li a span {
	display: block;
	text-transform: none;
}

footer .contInfo li a strong {
	text-transform: uppercase;
	font-weight: 500;
}

footer .links li a:hover,
footer .links li a:focus {
	color: var(--theme-color);
}

.copyRight {
	border-top: 1px solid #707070;
	padding: 2em 0;
	margin-top: 5em;
	align-items: center;
}

.copyRight p {
	margin: 0;
}

.copyRight .footerSocial {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 6px;
}

.copyRight .footerSocial a {
	font-size: 1rem;
	color: #757c85;
	display: grid;
	place-items: center;
	border-radius: 50%;
	background-color: var(--white);
	width: 50px;
	height: 50px;
}

.copyRight .footerSocial a:hover {
	background-color: #878c82;
	color: var(--white);
}

.roleback {
	border: 2px solid var(--white);
	border-radius: 50%;
	display: grid;
	place-items: center;
	font-size: 1rem;
	color: var(--white);
	width: 60px;
	height: 60px;
	position: fixed;
	bottom: 2rem;
	z-index: 1;
	right: 3rem;
}

.roleback:hover {
	background-color: var(--theme-color);
	color: var(--white);
}

/* END: footer */

/* jwlryCard */
.jwlryCard {
	margin-bottom: 1.5rem;
	text-align: center;
}
.jwlryCard .content {
	padding: 1rem;
	text-align: center;
}
.jwlryCard .content h3 {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.2;
	color: var(--black);
}
.jwlryCard .content p {
	font-size: 1.125rem;
	font-weight: 500;
	color: var(--black);
	line-height: 1.2;
}
.jwlryCard .content .themeBtn {
	font-size: 1rem;
}

.contactSec .secHeading {
	font-weight: 600;
	margin-bottom: 1.5rem;
	font-family: 'Poppins', sans-serif;
}
.contactSec .form-group .form-control {
	border-radius: 3px;
	background-color: #171717;
	height: 65px;
	font-size: 16px;
	color: var(--white);
	transition: 0.4s ease-in-out;
	line-height: 1;
}
.contactSec .form-group .form-control::placeholder {
	color: var(--white);
}
.contactSec .form-group textarea.form-control {
	height: 180px;
}
.contactSec .form-group .form-control:focus {
	background-color: var(--theme-color);
	color: var(--black);
}
.contactSec button {
	margin-top: 1rem;
	background-color: var(--theme-color);
	color: var(--white);
	border: none;
	border-radius: 3px;
	width: 100%;
	font-size: 16px;
	color: var(--black);
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1;
	max-width: 370px;
	height: 65px;
}
.contactSec button:hover {
	background-color: var(--theme-color);
}

/* sideList */
.sideList ul li a {
	background-color: var(--white);
	display: inline-block;
	padding: 1.5em;
	font-size: 1.125rem;
	color: var(--black);
	text-transform: uppercase;
	line-height: 1;
	border: 1px solid #ebebeb;
	width: 100%;
}
.sideList ul li a.active,
.sideList ul li a:hover {
	background-color: var(--black);
	color: var(--white);
}

.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f1f1f1;
	min-width: 161px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 9;
}

.dropdown-content a {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}

.dropdown-content a:hover {
	background-color: #f7e4da;
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}

.topBar {
	background: #f7e4da;
	padding: 0.7rem 0;
}

.topRow .socialLinks li a img {
	height: 26px;
}

.topRow .socialLinks {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.2rem;
}

.topRow .socialLinks li a i.fab.fa-facebook-f {
	color: #fff;
	background: #3b5998;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.topRow .socialLinks li a i.fab.fa-instagram {
	background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	color: #fff;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.subscribe {
	margin: 0 0 3rem;
}

.product-detail-nav .slick-slide figure{
	border: 1px solid #dee2e6;
}
.product-detail-nav .slick-slide.slick-current figure{
	border-color: #0b0b0b;
}
.product-detail-slider figure{
	min-height: 25rem;
	display: grid;
	place-items: center;
	border: 1px solid #dee2e6;
}