@media only screen and (max-width: 1920px) and (min-width: 1500px) {
	.container {
		max-width: 1480px;
	}
}

@media only screen and (max-width: 1600px) {
	.navbar-brand img {
		width: 350px;
	}
	
	.aboutInner .aboutImages figure img {
    width: 100%;
}

	.menuWrap {
		gap: 1rem;
	}

	.menu li a {
		font-size: 1rem;
	}

	.menuWrap .menu {
		gap: 1rem;
	}

	.bannerImages img {
		width: 40%;
	}

	.bannerContent h1 {
		font-size: 4rem;
	}

	.main-slider {
		height: 900px;
	}

	.aboutImages figure img {
		width: 45%;
	}

	.about3 {
		right: 0.5rem;
	}

	.about4 {
		left: -23%;
		width: 200px;
		bottom: 7rem;
	}

	.aboutPath {
		width: 22%;
	}

	.aboutContent p {
		width: 79%;
		margin: 1rem 0 1.5rem 0;
	}

	.aboutContent {
		margin-left: 0;
	}

	.productContent h3 {
		font-size: 1.25rem;
	}

	.trendContent p {
		width: 100%;
	}

	.mainHeading {
		font-size: 3rem;
	}

	.shapeContent .tabsPack {
		gap: 10px;
		margin: 2rem 0;
	}

	.shapeContent .tabsPack a {
		font-size: 1.125rem;
		padding: 0.75rem 0.5em;
	}

	.shapeContent {
		margin-left: 0;
	}

	.shapePath {
		width: 20%;
	}

	.shapeContent p {
		width: 100%;
	}

	.reviewBox {
		padding: 2.5rem 1.5rem;
	}

	.faqHeading {
		margin-left: 0;
	}

	.faqBox {
		margin-left: 0;
	}

	.faqSec #accordion .card .card-body {
		padding: 0rem 0rem 0.5rem 0rem;
	}

	.faqSec #accordion .card {
		margin-bottom: 1rem;
		padding: 0 0 1rem 0;
	}
}

@media only screen and (max-width: 1445px) {}

@media only screen and (max-width: 1366px) {
	html {
		font-size: 15px;
	}

	.main-slider {
		height: 800px;
	}

	.aboutPath {
		width: 20%;
	}

	.secHeading {
		font-size: 3rem;
	}

	.about4 {
		left: -17%;
	}

	.footerImages img {
		width: 15%;
	}

	.aboutBanner {
		height: 600px;
	}

	.aboutInner .aboutContent p {
		width: 100%;
	}

	.navbar-brand img {
		width: 300px;
	}
}

@media (max-width: 1199.98px) {
	html {
		font-size: 14px;
	}

	.navbar-brand img {
		width: 270px;
	}

	.bannerContent h1 {
		font-size: 3.5rem;
	}

	.bannerContent h2 {
		margin: 1rem 0;
		font-size: 2rem;
	}

	.main-slider {
		height: 700px;
	}

	.aboutSec {
		padding: 6rem 0;
	}

	.aboutPath {
		width: 18%;
	}

	.smallHeading {
		margin: 0;
	}

	.secHeading {
		font-size: 2.5rem;
	}

	.productHeading p {
		width: 80%;
	}

	.productContent {
		padding: 1rem 1rem;
	}

	.productSlider {
		margin-top: 2rem;
	}

	.shapePath {
		right: 0;
		top: 4rem;
	}

	.contactBox {
		margin-top: 1rem;
		padding: 2rem 1rem;
	}

	.shapeSec {
		padding: 6rem 0;
	}

	.shopLeftBar h3 {
		font-size: 2rem;
	}

	.catWraps {
		width: 100%;
	}

	.shopInner {
		padding: 6rem 0 5rem 0;
	}

	.form-inline a {
		width: 35px;
		font-size: 1rem;
	}

	.main-header {
		padding: 2rem 0 1rem 0;
	}
	
	.preLoader img {
       width: 400px;
    }
    
    .nortenimage img {
    margin: 0 !important;
    height: auto !important;
}

}

@media (max-width: 991.98px) {
	html {
		font-size: 13px;
	}

	.main-header {
		position: relative;
		padding: 1.5rem 0;
	}

	.menu-Bar {
		display: block;
		top: 50%;
		bottom: initial;
		transform: translateY(-50%);
		right: 2rem;
	}

	.menuWrap.open {
		display: flex;
		left: 0px;
		gap: 1rem;
	}

	.menuWrap {
		position: fixed;
		left: -210%;
		right: 0;
		top: 0;
		margin: auto;
		background: var(--primary);
		height: 100vh;
		display: flex;
		align-items: center;
		justify-content: center !important;
		flex-flow: column;
		transition: all 0.4s ease;
		z-index: 3;
		width: 100vw
	}

	ul.menu li {
		display: block
	}

	ul.menu li a {
		padding: 12px 0;
		display: block;
		text-align: center;
		color: #fff;
	}

	.menuWrap .menu {
		display: block;
	}

	.menu>li.active>a,
	.menu>li:hover>a {
		color: var(--white);
	}

	.main-slider {
		height: 600px;
	}

	.bannerImages img {
		width: 45%;
	}

	.aboutImages figure {
		gap: 1rem;
	}

	.about3,
	.about4 {
		display: none;
	}

	.about1 {
		border-radius: 50px 0 0 0;
	}

	.about2 {
		border-radius: 0 0 50px 0;
	}

	.aboutContent p {
		width: 100%;
	}

	.productBox figure ul {
		transform: translateX(6rem);
	}

	.productSec {
		padding: 6rem 0;
	}

	.productSec .swiper-button-next {
		right: 0;
	}

	.productSec .swiper-button-prev {
		left: 0;
	}

	.productHeading p {
		width: 100%;
	}

	.shapeImage img {
		border-radius: 40px 20px 0 0;
	}

	.shapePath {
		display: none;
	}

	.shapeContent .tabsPack a {
		font-size: 1rem;
	}

	.shapeContent .tabsPack {
		gap: 4px;
	}

	.mainHeading {
		font-size: 2.5rem;
		letter-spacing: -2px;
	}
	
	.secHeading {
    letter-spacing: -2px;
}

	.shapeContent p+p {
		margin-top: 1rem;
	}

	.reviewSlider {
		margin-top: 1.5rem;
	}

	.faqBox {
		padding: 1rem 1rem;
	}

	.faqSec #accordion .card .btn-link {
		font-size: 1.125rem;
	}

	.contactBox .form-control,
	.contactBox select {
		height: 45px;
	}

	.faqSec #accordion .card {
		margin-bottom: 0.5rem;
		padding: 0 0 0.65rem 0;
	}

	.footerImages img {
		width: 12%;
	}

	.footForm button {
		margin-top: 1rem;
	}

	.faqSec {
		padding: 5rem 0;
	}

	.preLoader img {
		width: 300px;
	}

	.galleryInner {
		padding: 5rem 0;
	}

	.intakeInner h3 {
		margin-top: 1rem;
	}

	.intakeInner .form-group {
		margin-bottom: 0;
	}
	body.archive.post-type-archive.post-type-archive-product.logged-in.wp-theme-honey-bae-nailz.wp-child-theme-honey-bae-nailz-child.theme-honey-bae-nailz.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.noptin ul.products.columns-4 li {
    width: 48% !important;
    margin-bottom: 0rem !important;
}

.shopLeftBar h3 {
    font-size: 1.75rem;
}

ul.product-categories li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px !important;
}

ul.product-categories li a {
    font-size: 0.85rem;
}
header ul.menu.navbar-nav li.current_page_item a {
    color: white !important;
}
.galleryWraps a img {
    height: auto;
    aspect-ratio: 1;
}
.bannerContent h2 {
    letter-spacing: -1px;
}
.woocommerce-column.woocommerce-column--2.woocommerce-column--shipping-address.col-2 {
    margin-top: 1rem !important;
}
li.description_tab a {
    margin: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: transparent !important;
}
}

@media (max-width: 767.98px) {
	html {
		font-size: 12px;
	}

	.bannerContent h1 {
		font-size: 2.75rem;
		letter-spacing: 0;
	}

	.bannerContent {
		margin-top: 0;
	}

	.navbar-brand img {
		width: 250px;
	}

	.aboutSec {
		padding: 4rem 0;
	}

	.secHeading br {
		display: none;
	}

	.productHeading img {
		width: 150px;
	}

	.productSec {
		padding: 4rem 0;
	}

	.trendSec {
		padding: 4rem 0;
	}

	.trendContent p {
		margin: 1rem 0;
	}

	.trendContent ul {
		margin-top: 1rem;
	}

	.trendImages {
		margin-top: 1rem;
	}

	.shapeSec {
		padding: 4rem 0;
	}

	.shapeContent .tabsPack {
		margin: 1rem 0;
	}

	.shapeContent {
		margin-bottom: 2rem;
	}

	.reviewSec {
		padding: 4rem 0;
	}

	.contactBox textarea {
		height: 130px !important;
	}

	.faqBox {
		margin-top: 2rem;
	}

	.footerLogo a img {
		width: 200px;
	}

	footer {
		padding-top: 4rem;
	}

	footer h3 {
		font-size: 1.4rem;
		margin: 1.5rem 0;
	}

	.footerLogo ul li a {
		font-size: 1.125rem;
	}

	.links li a {
		font-size: 1.125rem;
	}

	.footerImages img {
		display: none;
	}

	.footForm button {
		width: 100%;
		padding: 12px 0;
		font-size: 1rem;
	}

	.copyRight {
		margin-top: 2rem;
	}

	.aboutBanner h2 {
		font-size: 4rem;
	}

	.aboutBanner {
		height: 500px;
	}

	.shopLeftBar {
		margin-bottom: 2rem;
	}

	.shopDetails {
		margin-top: 1rem;
	}

	.producttabSec {
		padding: 1rem 0 3rem 0;
	}

	.intakeInner .form-group .form-control {
		height: 40px;
	}

	.radioWraps .form-check {
		display: flex;
		align-items: center;
		gap: 6px;
		padding: 0;
	}

	.radioWraps .form-check-input {
		position: unset;
	}

	.radioWraps .form-check input {
		margin: 0;
	}

	.intakeInner {
		padding: 4rem 0 4rem 0;
	}
	ul.product-categories li a {
    font-size: 1.25rem;
}

.catWraps span {
    font-size: 1.125rem;
    margin: 0;
}

.catWraps {
    display: block;
}
.aboutContent.abtText {
    margin: 0;
}

.col-md-12.mt-4 {
    margin: 0 !important;
}
.nortenimage img {
    width: 100px !important;
    margin-top: 10px !important;
}
}

@media (max-width: 575.98px) {
	.bannerImages {
		display: none;
	}

	.navbar-brand img {
		width: 180px;
	}

	.listOne li a span {
		display: none;
	}

	.main-slider {
		height: 400px;
	}

	.bannerContent h1 {
		font-size: 2.3rem;
	}

	.bannerContent {
		margin-top: 5rem;
	}

	.about2 {
		padding: 0;
	}

	.aboutImages figure {
		flex-direction: column;
	}

	.aboutImages figure img {
		width: 100%;
	}

	.aboutImages {
		margin: 0;
	}

	.secHeading {
		font-size: 2rem;
	    letter-spacing: 0;
	}

	.productHeading p {
		font-size: 1rem;
	}

	.trendContent p,
	.trendContent ul li {
		font-size: 1rem;
	}

	.shapeContent .tabsPack {
		flex-wrap: wrap;
	}

	.mainHeading {
		font-size: 2rem;
		letter-spacing: 0;
	}

	.reviewSec {
		padding: 3rem 0;
	}

	.faqSec {
		padding: 3rem 0;
	}

	.copyrightWraps {
		flex-direction: column;
		align-items: baseline;
		gap: 7px 0;
	}

	.copyrightWraps p,
	.copyrightWraps ul li a {
		font-size: 1.125rem;
	}

	.trendSec {
		padding: 3rem 0;
	}

	.aboutBanner h2 {
		font-size: 2.5rem;
	}

	.aboutBanner {
		height: 400px;
	}

	.shopInner {
		padding: 3rem 0;
	}

	.shopLeftBar h3 {
		margin-bottom: 1rem;
	}

	.shopDetails h2 {
		font-size: 2rem;
		margin-bottom: 6px;
	}

	a.themeBtn.buyBtn {
		width: 100%;
	}

	.detailBtns a.themeBtn.cardsBtns {
		width: 64%;
	}

	.producttabSec .tabsPack {
		gap: 1rem;
	}

	.producttabSec .tabsPack a {
		font-size: 1.125rem;
		margin-bottom: 1rem;
	}

	.producttabSec p {
		font-size: 1rem;
	}

	.preLoader img {
		width: 250px;
	}

	.galleryWraps {
		margin-top: 1rem;
	}

	.galleryInner {
		padding: 3rem 0;
	}

	.homeSlider .swiper-button-prev,
	.homeSlider .swiper-button-next {
		display: none;
	}
	body.archive.post-type-archive.post-type-archive-product.logged-in.wp-theme-honey-bae-nailz.wp-child-theme-honey-bae-nailz-child.theme-honey-bae-nailz.woocommerce-shop.woocommerce.woocommerce-page.woocommerce-js.noptin ul.products.columns-4 li {
    width: 100% !important;
}
.productHeading span {
    font-size: 1.75rem;
}
.bannerContent h2 {
    letter-spacing: 0;
}
.aboutPath {
    display: none;
}
.radioWraps span {
    margin: 0 0 !important;
}

.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100% !important;
    margin-bottom: 0rem !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding-top: 2rem !important;
}

.wcpa_form_outer {
    margin-bottom: 1rem !important;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 1.5rem !important;
}

}

@media (max-width: 320.98px) {}