@font-face {
	font-family: 'DIN-Next';
	src: url('../fonts/DIN_Next.woff') format('woff'),
		url('../fonts/DIN_Next.ttf') format('truetype');
	font-weight: 400 ;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Next-Medium';
	src: url('../fonts/DINNext-Medium.otf') format('woff');
	font-weight: 500;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: 'DIN-Next-bold';
	src: url('../fonts/DIN-Next-Bold.woff') format('woff');
	font-weight: 600 700;
	font-display: swap;
	font-style: normal;
}

body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: 'DIN-Next', sans-serif;
	transition: all 0.3s linear;
}

body.overflow-hidden {
	overflow: hidden;
}

* {
	box-sizing: border-box;
}

html ul li {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0
}

h1 {
	font-family: "DIN-Next", sans-serif;
	font-size: 56px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}

h2 {
	font-family: "DIN-Next", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
}
body, h1, .entry-title a, .entry-content h1, h2, .entry-content h2, h3, .entry-content h3, h4, .entry-content h4, h5, .entry-content h5, h6, .entry-content h6 {
    color: #000!important;
}

img {
	max-width: 100%;
}

.btn {
	font-family: "DIN-Next", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0.25em;
	padding: 14px 20px;
	background-color: transparent;
	color: #000;
	text-decoration: none;
	border: solid 1px #000;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	white-space: nowrap;
	text-transform: uppercase;
	transition: all 0.3s;
	border-radius: 6px;
}

.btn.disabled {
	pointer-events: none;
	opacity: 0.6;
}

.btn:hover {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-small {
	padding: 9px 15px;
}

.btn.btn-primary {
	background-color: #3a3a3a;
	color: #fff;
	border: solid 1px  #3a3a3a;
}

.btn.btn-primary:hover {
	background-color: #85677b;
	color: #fff;
	border: solid 1px #85677b;
}

.btn.btn-secondary {
	background-color: #000;
	color: #fff;
	border: solid 1px #000;
}

.btn.btn-secondary:hover {
	background-color: #3a3a3a;
	color: #fff;
}

.btn.btn-tertiary {
	background-color: transparent;
	color: #FFFFFF;
	border: solid 1px #FFFFFF;
}

.btn.btn-tertiary:hover {
	background-color: #FFFFFF;
	color: #000;
}

.btn.btn-outline {
	background-color: transparent;
	color: #000;
	border: solid 1px #000;
}

.btn.btn-outline:hover {
	background-color: #000;
	color: #fff;
}

input:focus-visible {
	outline: none !important;
}

.page-content {
	padding: 32px;
}

.container {
	max-width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}

.topbar {
	font-family: 'DIN-Next';
}

.topbar p {
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	color: #FFFFFF;
}

.topbar .notice-container {
	background-color: #3a3a3a;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 32px;
	gap: 12px;
}

.topbar .action-container {
	background-color: #3a3a3a;
	display: flex;
	align-items: center;
	padding: 15px 32px;
	gap: 12px;
	color: #fff;
}

.topbar .action-container a {
	color: #71717A;
	font-family: "DIN-Next", sans-serif;
}

.vendor-login {
	background-color: #84677b;
	display: flex;
	justify-content: space-between;
	padding: 8px 32px;
}

.vendor-login .socials {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 12px;
	align-items: center;
}

.vendor-login .socials a {
	color: #fff;
}

.vendor-login .socials a:hover {
	color: #3a3a3a;
}

header {
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
	z-index: 9;
	/* padding: 0 32px; */
	border-bottom: solid 1px #E4E4E7;
}

.header.sticky {
	box-shadow: rgba(0, 0, 0, .1) 0 .5rem 1rem;
}

.header .container {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 12px 64px;
	align-items: center;
	/* margin: 0 64px; */
}

.logo {
	max-width: 240px;
	flex: 1;
}

.aws-container {
	width: 100% !important;
}

.aws-search-field::placeholder {
	font-size: 22px;
}

.aws-search-btn .aws-form-btn {
	margin-left: 10px !important;
}

.aws-container .aws-show-clear .aws-search-field {
	border-radius: 6px !important;
}

.aws-container .aws-search-form .aws-search-btn_icon {
	display: inline-block;
	fill: currentColor;
	height: 100%;
	/* line-height: 24px; */
	position: relative;
	width: 42px;
	color: #555;
	background-color: #3a3a3a;
	color: #fff;
	border: solid 1px #3a3a3a;
	padding: 8px;
}

.search-bar {
	max-width: 600px;
	display: flex;
	gap: 12px;
	flex: 1;
}

.search-bar-nav {
	display: none;
}

.search-bar input {
	width: 95%;
	border: 1px solid #e4e4e7;
	padding: 9px 14px;
	height: auto;
	border-radius: 6px !important;
}

.search-bar input::placeholder {
	color: #71717A;
	font-size: 16px;
	font-weight: 400;
	line-height: 27.2px;
}

.header-buttons {
	display: flex;
	gap: 32px;
	align-items: center;
}

.header-cart {
	display: flex;
	align-items: center;
	gap: 12px;
}

.header-cart i {
	color: #3a3a3a;
	font-size: 22px;
}

.header-cart span {
	position: relative;
	display: inline-block;
	background-color: #3a3a3a;
	text-align: center;
	width: 22px;
	height: 21px;
	color: #fff;
	font-size: 12px;
	border-radius: 3px;
}

.header-cart span::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: #84677b;
	position: absolute;
	top: 50%;
	left: -3px;
	border-radius: 1px;
	transform: translateY(-50%) rotate(45deg);
}

.header-account {
	display: flex;
	align-items: center;
	gap: 6px;
}

.header-account i {
	color: #3a3a3a;
	font-size: 22px;
}

.header-account span {
	font-family: "DIN-Next", sans-serif;
	color: #09090b;
	font-size: 16px;
}

.nav {
	background-color: #fff;
	padding: 16px 0px;
	border-top: solid 1px #3a3a3a;
	margin: 0 32px;
}

.navbar {
	max-width: 1440px;
	padding: 0 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin: 0 auto;
}

.navlist {
	position: relative;
}

.navlist ul {
	display: flex;
	gap: 32px;
	padding: 0;
	margin: 0;
}

.navlist li {
	list-style-type: none;
}

.navlist a {
	font-family: 'DIN-Next';
	text-decoration: none;
	color: #3a3a3a;
	font-size: 16px;
	font-weight: 400;
	line-height: 27px;
	/* text-transform: uppercase; */
	transition: all .2s linear;
	display: flex;
    justify-content: space-between;
}

.navlist a:hover {
	color: #84677b;
}

.navlist .ast-icon {
	display: none;
}

.menu-item-has-children {
	position: relative;
}

.navlist .sub-menu {
	display: block;
	padding: 10px 14px;
}

.sub-menu {
	position: absolute;
	top: inherit;
	width: max-content;
	background-color: #fff;
	opacity: 0;
	pointer-events: none;
	transition: .2s linear;
}

.sub-menu li a {
	color: #3a3a3a;
	padding: 7px 0;
	display: block;
}

.menu-item-has-children:hover .sub-menu {
	opacity: 1;
	pointer-events: all;
	transition: .2s linear;
}

.menu-item-has-children>a {
	position: relative;
}

.menu-item-has-children>a:after {
	font-family: 'FontAwesome';
	content: '\f0d7';
	margin-left: 8px;
	color: #71717A;
	display:none;
}
.ast-menu-toggle{
    display: block !important;
	position: absolute;
    right: 0;
    top: 0;
}
.ast-menu-toggle:hover {
	background: none !important
}
.navlist .ast-icon{
    display: block !important;
}
.menu-item-has-children .sub-menu{
	display:none !important;
}
.navlist li.open .sub-menu{
	display:block !important;
}
#toggle-button {
	color: #84677b;
	font-size: 24px;
	border: none;
	background-color: transparent;
	display: none;
}

.page-section {
	padding: 32px 0;
	overflow: hidden;
}

.page-section:last-of-type {
	padding-bottom: 0;
}

.section-header {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
	margin-bottom: 32px;
}

.section-header.center {
	justify-content: center;
}

.section-header h2 {
	font-family: "DIN-Next", sans-serif;
	font-size: 48px;
	font-weight: 400;
	line-height: 52px;
	letter-spacing: -0.03em;
	margin: 0;
}

.section-header h2.small {
	font-size: 20px;
	text-transform: uppercase;
}

.section-header p {
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
}

.section-header p.lead {
    font-family: 'DIN-Next-bold';
    font-size: 28px;
    font-weight: 700 !important;
    line-height: 28px;
    color: #333;
    text-align: center;
}
.section-header{
	justify-content: center!important;
}

.section-body {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.product-grid-container{
	flex: 1;
}

.product-grid {
	/* display: grid;
	gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(243px, 1fr)); */
	display: flex;
    gap: 20px;
    flex-wrap: wrap;
	justify-content: center;
}


.slick-dots li button {
	box-shadow: none;
}

.product-grid .slick-dots li button:before {
	font-size: 45px;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #84677b;
}

.product-section.related-products .product-grid .product-card {
	display: flex;
	flex-direction: column;
	position: relative;
}
.product-card{
	position: relative;
	height: 454px;
	width: 21.33%;
}

.product-card .product-img {
	margin: 0 auto 16px;
	display: flex;
	aspect-ratio: 1;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.product-card .product-img img {
	aspect-ratio: 1;
	object-fit: contain;
}

.product-card .product-detail {
	display: flex;
	justify-content: space-between;
	align-items: start;
	gap: 16px;
	margin-bottom: 16px;
}

.product-card .product-detail p {
	font-size: 22px;
	font-weight: 400;
	line-height: 22px;
	color: #3a3a3a;
	height: 44px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product-card .product-detail .product-price {
	font-family: "DIN-Next", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 22px;
	letter-spacing: -0.02em;
	color: #3a3a3a;
	overflow: visible;
}
/* .homepage.product-grid .slick-track {
    display: flex !important;
    gap: 22px;
} */
.homepage .slick-slide {
    display: block;
    padding-right: 20px;
    overflow: hidden;
}
.product-grid-carousel .product-card .btn {
    width: 94% !important;
}
.product-grid-listing .product-card .btn{
	width: 100% !important;
}
.homepage.product-grid {
    margin-bottom: 70px;
}

.product-grid .product-card .btn {
	width: 100%;
}
.product-section.related-products .product-grid .product-card .mps-add-to-cart, .product-card .mps-add-to-cart{
	position: absolute;
    bottom: 0;
    width: 100%;
}
.product-section.related-products .product-grid .product-card {
    height: 400px;
}

.slider_wrapper .slick-dots {
	display: inline-block;
	width: auto;
	left: 10px;
	bottom: -80px;
}

.testimonial-slider.slider_wrapper .slick-dots {
	left: 50%;
	transform: translateX(-50%);
}

.slider_wrapper li button {
	background-color: #E4E4E7;
	border-radius: 100px;
	padding: 0px;
	height: 8px;
	width: 8px;
	transition: all 200ms linear;
}

.slider_wrapper li {
	height: 8px;
	width: 8px;
}

.slider_wrapper .slick-active button {
	background-color: #000;
	transform: scale(1.25);
}

.slider_wrapper li button:before {
	display: none;
}

.slider_wrapper .prev_arrow {
	position: absolute;
	right: 85px;
	bottom: -94px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.slider_wrapper .next_arrow {
	position: absolute;
	right: 15px;
	bottom: -94px;
	background-color: #fff;
	height: 46px;
	width: 46px;
	text-align: center;
	line-height: 44px;
	border-radius: 50px;
	border: 1px solid #E4E4E7;
}

.testimonial-slider.slider_wrapper .prev_arrow {
	right: 110px;
}

.testimonial-slider.slider_wrapper .next_arrow {
	right: 40px;
}

.slider_wrapper .prev_arrow i {
	font-size: 16px;
}

.slider_wrapper .slick-arrow {
	cursor: pointer;
}

.slider_wrapper .slick-arrow {
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover {
	background-color: #3a3a3a;
	transition: .2s linear;
}

.slider_wrapper .slick-arrow:hover i {
	color: #fff;
	transition: .2s linear;
}

.hero-section {
	position: relative;
	background-size: cover;
	background-position: center;
	padding-top: 20px;
}

.hero-section img,
.hero-section video {
	width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.hero-section .video-background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.video-background iframe{
	width: 100%;
	height: 100%;
}

.hero-overlay {
	background: rgb(0 0 0 / 35%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 32px 12px;
	min-height: 40dvh;
	position: relative;
	height: 100%;
	margin-bottom: 32px;
}

.hero-overlay.align-center {
	align-items: center;
	text-align: center;
}

.hero-overlay.align-left {
	align-items: flex-start;
	text-align: left;
}

.hero-overlay.align-right {
	align-items: flex-end;
	text-align: right;
}

.hero-overlay p {
	color: #FFFFFF;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 18px;
}

.hero-overlay h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 20px 0;
	letter-spacing: 3px;
	font-size: 56px;
	line-height: 1.1;
}

.category-grid {
	display: flex;
	gap: 32px;
	flex-wrap: wrap;
}

.category-card {
	width: calc(25% - 24px);
	display: flex;
	flex-direction: column;
	position: relative;
	aspect-ratio: 1;
}

.category-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.category-card .card-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0 0 0 / 35%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 32px 12px;
	text-align: center;
}

.category-card .card-title {
	font-family: 'DIN-Next';
	font-size: 20px;
	font-weight: 500;
	line-height: 1.3;
	color: #FFFFFF !important;
}

.category-card .card-detail {
	display: flex;
	flex-direction: column;
	gap: 24px;
	align-items: center;
}

.category-card .card-detail p {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	color: #FFFFFF;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.slick-dotted.slick-slider.testimonial-slider {
	margin: 0 -30px;
	margin-bottom: 73px;
}

.testimonial {
	margin: 0 30px;
	text-align: center;
}

.testimonial .rating {
	color: #84677b;
}

.testimonial-detail {
	margin: 32px 0;
}

.testimonial-detail p {
	color: #3a3a3a;
	/* font-family: "DIN-Next"; */
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.24px;
}

.testimonial-author .author-location {
	font-size: 14px;
}

.testimonial-author .author-name {
	font-weight: 600;
	font-size: 14px;
}

.fullwidth-slider .slick-dots {
	display: inline-block;
	width: 100%;
	left: 10px;
	bottom: 20px;
}

.fullwidth-slider li button {
	background-color: #E4E4E7;
	border-radius: 100px;
	padding: 0px;
	height: 10px;
	width: 10px;
	transition: all 200ms linear;
}

.fullwidth-slider li {
	height: 10px;
	width: 10px;
}

.fullwidth-slider .slick-active button {
	background-color: #E4E4E7;
	transform: scale(1.25);
}

.fullwidth-slider li button:before {
	display: none;
}

.fullwidth-slider li.slick-active button::after {
	content: '';
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	background-color: #E4E4E7;
	position: absolute;
	top: 1px;
	left: 1px;
	border-radius: 100px;
	border: 1px solid #000;
}

.fullwidth-slider {
	overflow: hidden;
}

.frame-section {
	padding: 64px 0;
}

.two-col-section {
	display: flex;
	align-items: center;
	gap: 36px;
}

.two-col-section .col {
	width: 50%;
}

.two-col-section .col img {
	width: 100%;
}

.two-col-section .col h2 {
	margin: 16px 0;
}

.newsletter-section {
	padding: 18px 15px 48px;
	display: flex;
	flex-direction: column;
	padding-bottom: 16px;
}

.newsletter-section h2 {
	font-size: 40px;
	font-weight: 400;
	line-height: 48px;
	letter-spacing: -0.02em;
	color: #3a3a3a;
	margin: 0;
	width: 100%;
	margin-bottom: 32px;
	text-transform: uppercase;
}

.newsletter-form-container {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.newsletter-form-container p {
	font-size: 12px !important;
	font-weight: 400 !important;
	line-height: 18px !important;
	color: #FFFFFF;
}

.newsletter-form-container a {
	color: #FFFFFF;
}

.newsletter-form {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	max-width: 500px;
}

.newsletter-form .gform_wrapper {
	width: 100%;
}

.newsletter-form .gfield--type-email {
	grid-column: span 10 !important;
}

.newsletter-form .gfield--type-submit {
	grid-column: span 2 !important;
}

.newsletter-form input[type="email"] {
	padding: 12px 14px;
	color: #3F3F46;
	width: calc(100% - 110px);
	height: 50px !important;
	border-radius: 6px !important;
	border: 1px solid #3a3a3a !important;
	background: #fff;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset !important;
}

#gform_submit_button_3 {
	font-family: 'DIN-Next';
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 6px;
}

.newsletter-form input::placeholder {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #3F3F46;
}

.newsletter-form input:focus-visible {
	outline: none !important;
}

.page-section .newsletter-form {
	max-width: unset;
}

.no-title {
	margin-top: 20px !important;
} 


.footer {
    /* background-color: #3a3a3a; */
    margin-top: 40px;
    padding: 99px 0 16px;
    color: #333;
    background: url(/wp-content/uploads/footer-bg-wave-ffede4-1.png);
	background-repeat: round;
    /* background-size: cover; */
}

.footer-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	justify-content: space-between;
}

.footer-col {
	flex: 1;
	min-width: 175px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.footer-col.newsletter-col {
	min-width: 300px;
	max-width: 500px;
}

.footer-col.newsletter-col p {
	font-size: 12px;
	margin-top: 5px;
}
.footer-links{
    display: flex;
    align-items: start;
    gap: 40px;
}
.newsletter-col .newsletter-form {
	gap: 0;
}

.newsletter-col .newsletter-form input {
	width: 100%;
}

.newsletter-col .newsletter-form .btn {
	margin-left: -25px;
	border-radius: 0 6px 6px 0;
}

.footer-social-icons {
	display: flex;
	justify-content: end;
	align-items: center;
	width: 100%;
	flex-wrap: wrap;
	/* max-width: 200px; */
}

.footer-social-icons a {
	color: #333;
	font-size: 18px;
	transition: all .2s linear;
	margin-right:10px;
}

.footer-social-icons a:hover {
	color: #84677b;
}

.footer-logos {
	display: flex;
	align-items: center;
	justify-content: end;
	flex-wrap: wrap;
}

.footer-logos img {
	margin-bottom: 30px;
	max-width: 145px;
}
.footer_btn{
	text-align: right;
}
.footer-col h4 {
	font-family: 'DIN-Next';
	font-size: 28px;
	line-height: 32px;
	color: #333!important;
	font-weight: 600;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}

.footer-col ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-col ul li a {
	font-family: 'DIN-Next';
	/* text-transform: uppercase; */
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	display: inline-block;
	color: #333;
	transition: all .2s linear;
}

.footer-col ul li a:hover {
	color: #84677b;
}

.footer-col .contact-item {
	display: flex;
	gap: 10px;
	justify-content: flex-end;
}

.footer-col .contact-item i {
	color: #84677b;
}

.footer-col .contact-item p {
	font-family: 'DIN-Next';
	text-transform: uppercase;
	color: #71717a;
}

.footer-col .contact-item a {
	color: #71717a;
	text-transform: uppercase;
}

.footer-col .contact-item a:hover {
	color: #84677b;
}


.copyright-section {
	border-top: 1px solid #27272A;
	margin-top: 80px;
}

.copyright-list {
	padding-top: 32px;
	text-align: center;
	display: flex;
	gap: 12px 24px;
	justify-content: center;
	flex-wrap: wrap;
}

.copyright-list a,
.copyright-list p {
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #FFFFFF;
}

.menu-open,
.mobile-menu-header,
.search-close,
.search-submit {
	display: none;
}

.archive-header {
	margin-bottom: 32px;
}

.archive-header img {
	width: 100%;
}

.archive-wrapper,
.site-main {
	padding: 0 32px;
}

.archive-breadcrumbs {
	margin-top: 32px;
	text-transform: uppercase;
}

.woocommerce-js .woocommerce-breadcrumb {
	color: #000;
	font-weight: 500;
	letter-spacing: 2px;
	margin-bottom: 0;
}

.woocommerce-breadcrumb a {
	color: #84677b !important;
}

.product-count {
	font-family: 'DIN-Next';
	font-size: 42px;
}

.archive-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	margin: 1em 0;
}

.woocommerce-ordering {
	margin-bottom: 0 !important;
}

.woocommerce-ordering select {
	padding: 12px 18px !important;
	border: 1px solid #E4E4E7 !important;
	height: auto;
	border-radius: 6px !important;
}

.facetwp-pager {
	margin-top: 32px;
	text-align: right;
}

.facetwp-pager a {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #E4E4E7;
	border-radius: 6px;
}

.archive-content {
	display: flex;
}

.product-sort {
	display: flex;
	align-items: center;
	gap: 16px;
}

.btn.filter-toggle {
	border: 1px solid #E4E4E7;
	height: 46px;
}

.archive-filters {
	width: 250px;
	margin-left: -250px;
	margin-right: 0;
	opacity: 0;
	flex-shrink: 0;
	padding: 24px 16px;
	background-color: #f7f7f7;
	border-radius: 6px;
	overflow: hidden;
	transition: all 200ms linear;
}

.archive-filters.active {
	margin-left: 0;
	opacity: 1;
	margin-right: 24px;
}

.facet-label {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #ccc;
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.facetwp-checkbox {
	margin-bottom: 10px !important;
	line-height: 1.4;
	background-position-y: 5px !important;
	!i;
	!;
}

.product-details {
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	margin: 32px 0;
}

.product-gallery {
	width: calc(55% - 80px);
	border: solid 1px #E4E4E7;
	height: fit-content; 
    overflow: hidden;
}

.product-gallery img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: contain;
	max-height: 500px;
}

.product-thumbnails img {
	object-fit: cover;
	padding: 10px;
}

.product-details .product-info {
	width: 45%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.product-info-content {
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-bottom: solid 1px #E4E4E7;
	padding-bottom: 18px;
}

.product-info h1 {
	    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 8px;
    font-family: 'DIN-Next-bold';
}

.product-info h2 {
	color: #71717A;
	font-size: 20px;
	line-height: 1;
}
.product-card .product-detail .card_title{
    font-family: 'DIN-Next-bold';
}
.product-price-rating {
	display: flex;
	align-items: center;
	gap: 20px;
}

.single-product-container .product-price {
	font-family: 'DIN-Next';
	font-size: 16px;
	color: #000;
	padding-right: 20px;
	line-height: 1;
	border-right: solid 1px #E4E4E6;
}

.product-rating {
	display: flex;
	align-items: center;
	gap: 8px;
}

.product-rating .star-rating {
	letter-spacing: 2px;
	color: #FFB81A;
	width: 6em;
	margin-right: 0;
}

.review-rating {
	order: unset;
}

/* .product-form {
	display: flex;
	gap: 8px;
} */

.product-quantity .input-group {
	display: flex;
	max-width: 115px;
	
}
.product-attribute{
margin-bottom:20px;
}

.input-group-prepend {
	background-color: #F1F1F2;
	padding: 0px 12px;
	font-size: 12px;
	font-weight: 500;
	height: 45px;
	line-height: 45px;
	width: 45px;
	border: solid 1px #e4e4e4;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}

.product-quantity .input-group input {
	border: 1px solid #E4E4E7;
	padding: 8px 12px;
	border-radius: 0;
	height: 45px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.gform-theme--foundation .gform_fields {
	gap: 24px !important;
	align-items: flex-start;
}

.product-inquiry-head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 18px;
	cursor: pointer;
}

.product-inquiry-form {
	display: none;
}

#gform_submit_button_1 {
	font-family: 'DIN-Next';
	background-color: #000;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
}

#gform_submit_button_2 {
	font-family: 'DIN-Next';
	background-color: #3a3a3a;
	text-transform: uppercase;
	color: #fff;
	border: none;
	padding: 16px 24px;
	font-size: 16px;
	font-weight: 500;
	border-radius: 0;
}
#gform_submit_button_1:hover, #gform_submit_button_2:hover{
	background:#85677b !important;
}
.product-section {
	padding: 32px 0;
}

.product-section h2 {
	font-size: 40px;
	line-height: 1;
}

.product-section p{
	margin-bottom: 20px;
}

.product-description-wrapper {
	display: flex;
	gap: 32px;
}

.product-description,
.video-container {
	flex: 1;
}
.product-description p{
	font-size:16px;
	color:#333;
}
.product-description p a{
	color: #84677b;
}
.video-grid {
	display: grid;
	gap: 32px;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.video-container iframe,
.video-container video {
	width: 100%;
	height: auto;
	aspect-ratio: 16/9;
}

.gform_validation_errors {
	margin-bottom: 18px !important;
}

.gform_submission_error {
	margin-bottom: 0 !important;
}

.contact-row {
	display: flex;
	gap: 32px;
}

.contact-col {
	flex-basis: calc(50% - 32px);
	padding: 32px;
}

.contact-section h2 {
	margin-bottom: 10px;
}

.contact-section p {
	font-size: 18px;
}

.contact-section ul {
	padding: 0;
	margin: 0;
	margin-top: 32px;
	list-style-type: none;
}

.contact-section ul li {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 10px;
}

.contact-section ul li i {
	color: #84677b;
}

.gfield input,
.gfield textarea {
	border: solid 1px #E4E4E7 !important;
}

.footer-col.newsletter-col .gform_fields {
	gap: 0 !important;
}

.footer-col.newsletter-col #gform_submit_button_3 {
	font-size: 0;
	height: 50px;
	background-color: #3a3a3a;
	border: none !important;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	margin-left: -4px;
}

.footer-col.newsletter-col .gfield--type-submit {
	position: relative;
}

.footer-col.newsletter-col .gfield--type-submit::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 20px;
	color: #fff;
	position: absolute;
	top: 25px;
	left: 45%;
	transform: translate(-50%, -50%);
	pointer-events: none;
	display:none;
}

.wc-block-components-product-name {
	font-size: 24px;
	font-weight: 500;
}

.hidden-xs {
	display: block;
}

.visible-xs {
	display: none;
}

.coming-soon-footer-banner__content {
	display: none;
}

.close-filters {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-radius: 0;
	display: none;
}

.faq-accordion {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.faq {
	border-radius: 5px;
	overflow: hidden;
}

.faq_section{
	padding: 45px 15px;
}

.faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	cursor: pointer;
	border-bottom: 1px solid #ccc;
}

.faq-question h3 {
	font-size: 20px;
}

.faq-answer {
	padding: 10px 0;
	display: none;
}

.faq-answer p{
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 27px;
	color: #3a3a3a;
    font-family: "DIN-Next";
    font-style: normal;
    font-weight: 400;
}

.faq-answer p:last-child{
	margin-bottom: 0;
}

.related-products .product-grid{
	grid-template-columns: repeat(auto-fit, minmax(275px, 400px));
} 
.woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 24px;
    color: #333333 !important ;
}
 .woocommerce-js ul.products li.product .woocommerce-loop-product__title:hover, .woocommerce-page ul.products li.product .woocommerce-loop-product__title:hover{
color: #747474 !important;
 }   

.mob-search-btn i {
    color: #333!important;
}
.ast-pagination {
    display: block!important;
    width: 38%!important;
    margin: 0 auto;
}
.ast-pagination a:hover, .ast-pagination a:focus, .ast-pagination > span:hover:not(.dots), .ast-pagination > span.current {
    color: #333 !important;
}
.delar-btn{
    width: 200px;
    padding: 15px 20px !important;
	color: #333 !important;
    border: solid 1px #333 !important;
}
.fullwidth-slider .slick-list {
    height: 400px !important;
}
.fullwidth-slider {
	height: 400px;
    overflow: hidden;
}
.fullwidth-slider .slick-slide {
    height: 100%;
    object-fit: cover;
    width: 100%;
}
.product .review-rating{
	display:none;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #3a3a3a !important;
	color:#fff !important;
}
.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
    border-color: #3a3a3a !important;
}
.woocommerce nav.woocommerce-pagination ul li a{
	color:#3a3a3a !important;
}

@media only screen and (max-width: 1200px) {
	.product-details {
		gap: 40px;
	}

	.product-gallery {
		width: calc(50% - 40px);
	}

	.product-details .product-info {
		width: 50%;
	}

	.product-info h1 {
		font-size: 32px;
	}

	.product-card .product-detail {
		flex-direction: column;
	}
}

@media only screen and (max-width: 1024px) {
	.product-card .product-img {
		padding: 16px;
	}

	.category-grid {
		gap: 16px;
	}

	.category-card {
		width: calc(25% - 12px);
	}
}


@media only screen and (max-width: 992px) {
	h2 {
		font-size: 36px;
	}

	.logo {
		max-width: 180px;
		flex: 1;
	}

	.header-buttons .btn span {
		display: none;
	}

	.section-header.center {
		margin-bottom: 48px;
	}

	.section-header h2 {
		font-size: 36px;
	}

	.category-card {
		width: calc(50% - 16px);
	}

	.slick-dotted.slick-slider.testimonial-slider {
		margin-bottom: 60px;
	}

	.slider_wrapper .prev_arrow,
	.slider_wrapper .next_arrow {
		width: 36px;
		height: 36px;
		line-height: 36px;
		bottom: -60px;
	}

	.slider_wrapper .prev_arrow {
		right: 65px;
	}

	.testimonial-slider.slider_wrapper .prev_arrow {
		right: 90px;
	}

	.slider_wrapper .slick-dots {
		bottom: -50px;
	}

	.testimonial-detail {
		margin: 24px 0;
	}

	.testimonial-detail p {
		font-size: 20px;
	}

	.newsletter-section h2 {
		font-size: 30px;
	}

	.product-form {
		flex-wrap: wrap;
	}

	.product-form .product-quantity {
		width: 100%;
	}

	.product-form .btn {
		width: calc(50% - 4px);
		margin-top: 10px;
		padding: 15px 12px;
	}

	.product-info-content {
		gap: 16px;
	}

	.product-info h1,
	.product-price {
		font-size: 28px;
	}

	.product-details {
		gap: 20px;
	}

	.product-gallery {
		width: calc(50% - 20px);
	}

	.product-card .product-detail {
		flex-direction: row;
	}

	.product-count {
		font-size: 36px;
	}
}

@media only screen and (max-width: 768px) {
	header {
		padding: 0;
	}

	.archive-wrapper,
	.site-main {
		padding: 0 15px;
	}

	.product-section {
		padding: 16px 0;
	}

	.product-section h2 {
		font-size: 28px;
	}

	.btn {
		padding: 12px;
	}

	.topbar {
		display: none;
	}

	.header .container {
		gap: 12px 28px;
		flex-wrap: wrap;
		padding: 0;
		padding-top: 12px;
		padding-bottom: 0;
	}

	.search-bar {
		justify-content: right;
	}

	.search-bar input {
		border: none !important;
	}

	.search-submit {
		display: block;
		position: fixed;
		top: -50px;
		right: 0;
		height: 50px;
		width: 50px;
		transition: .3s linear;
	}

	body.search-open {
		margin-top: 50px;
	}

	body.search-open .search-bar input,
	body.search-open .search-submit {
		top: 0;
	}

	.menu-open {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		color: #84677b;
		margin-left: 15px;
	}

	.menu-close {
		display: inline-flex;
		align-items: center;
		gap: 4px;
		color: #fff;
	}

	.menu-close i {
		font-size: 24px;
		color: #fff;
	}

	.menu-close span {
		color: #fff;
		text-transform: none;
	}

	.menu-open i {
		font-size: 18px;
	}

	.menu-open span {
		color: #000;
		font-family: 'DIN-Next';
	}

	.nav {
		padding: 0;
		border: none;
	}

	.search-bar {
		min-width: 100%;
		order: 1;
		border-top: solid 1px #E4E4E7;
		padding: 5px;
	}

	.header .btn {
		min-width: 45px;
	}

	.header-buttons {
		margin-right: 15px;
		gap: 15px;
	}

	.mobile-menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 30px;
		padding: 20px;
		border-bottom: solid 1px #fff;
	}

	.mobile-menu-header img {
		height: 50px;
		width: auto;
	}

	nav.navlist {
		position: fixed;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100dvh;
		background-color: #3a3a3a;
		z-index: 99;
		transition: .3s linear;
		padding: 0px;
	}

	nav.navlist.active {
		left: 0;
	}

	.navlist ul {
		flex-direction: column;
		gap: 24px;
		padding: 0 30px;
	}

	.navlist a {
		font-size: 18px;
		color: #fff;
	}

	.menu-item-has-children .sub-menu {
		position: relative;
		background-color: #3a3a3a;
		width: 100%;
		opacity: 1;
		visibility: visible;
		padding-bottom: 0;
	}

	.sub-menu li a {
		color: #fff;
		padding-bottom: 12px;
		display: inline-block;
		font-size: 16px;
	}

	.sub-menu li:last-child a {
		padding-bottom: 0;
	}

	/* .menu-item-has-children>a:after {
		display: none;
	} */

	.section-header h2 {
		font-size: 28px;
		line-height: 1.25;
	}

	.section-header p {
		font-size: 16px;
		line-height: 1.25;
	}

	.category-grid {
		gap: 16px;
	}

	.product-count {
		font-size: 28px;
	}

	.category-card {
		width: calc(50% - 8px);
	}

	.category-card .card-overlay {
		padding: 16px;
	}

	.category-card .card-title {
		font-size: 24px;
		line-height: 32px;
	}

	.two-col-section {
		flex-direction: column;
	}

	.two-col-section .col {
		width: 100%;
	}

	.two-col-section .col h2 {
		font-size: 28px;
		line-height: 1.25;
		margin: 8px 0;
	}

	.newsletter-section {
		padding: 24px 12px;
		flex-direction: column;
		align-items: baseline;
		gap: 18px;
	}

	.product-details {
		flex-direction: column;
		gap: 20px;
	}

	.product-gallery {
		width: 100%;
	}

	.product-details .product-info {
		width: 100%;
	}

	.contact-row {
		flex-direction: column;
	}

	.hidden-xs {
		display: none;
	}

	.visible-xs {
		display: block;
	}

	.archive-filters {
		position: fixed;
		top: 0;
		z-index: 9999999;
		height: 100dvh;
		width: 80dvw;
		left: 0;
		border-radius: 0;
		transform: translateX(-100%);
	}

	.archive-filters.active {
		transform: translateX(0);
		margin: 0;
	}

	.close-filters{
		display: block;
	}

	.product-description-wrapper{
		flex-direction: column;
	}

	.hero-overlay h2{
		font-size: 32px;
	}
	.homepage.product-grid .slick-track {
		gap: 0 !important;
	}
}

@media only screen and (max-width: 600px) {

	.category-card {
		width: 100%;
	}

	.footer {
		margin-top: 0;
		padding: 40px 0;
	}

	.archive-bar {
		flex-direction: column;
		align-items: baseline;
		gap: 12px;
	}

	.page-section{
		padding: 16px 0;
	}
	.two-col-section{
		margin-bottom:20px;
	}

	.newsletter-section h2{
		font-size: 24px;
		line-height: 1.3;
	}
}

#review_form {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
}

.xoo-wsc-sc-bki {
	font-size: 20px;
}

.xoo-wsc-icon-cart2:before{
	font-family: "Font Awesome 6 Pro";
	content: "\f07a";
	color: #3a3a3a;
	font-size: 21px;
	font-weight: 900;
}

span.xoo-wsc-sc-subt{
	display: none;
}

span.xoo-wsc-sc-count{
	position: absolute;
	top: -10px;
	right: -10px;
	background-color:	#84677b;
}

.xoo-wsc-cart-trigger{
	gap: 5px;
}

.xoo-wsc-sc-subt{
	font-weight: 500;
}

.select2-dropdown {
	z-index: 999999 !important;
}
.woocommerce #respond input#submit, .button , .wc-block-cart__submit-button, .wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button,button:focus, .menu-toggle:hover, button:hover, .ast-button:hover, .ast-custom-button:hover .button:hover, .ast-custom-button:hover, input[type=reset]:hover, input[type=reset]:focus, input#submit:hover, input#submit:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover, form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus, body .wp-block-file .wp-block-file__button:hover, body .wp-block-file .wp-block-file__button:focus, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover, .woocommerce #respond input#submit:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover, [CLASS*="wc-block"] button:hover, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover, .woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover, .woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover, [CLASS*="wc-block"] .wc-block-components-button:hover, [CLASS*="wc-block"] .wc-block-components-button:focus {
    color: #ffffff;
    background-color: #3a3a3a !important;
    border-color: #3a3a3a !important;
	outline:0;
}

.xoo-wsc-ft-buttons-cont {
    display: flex;
    text-align: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}
.xoo-wsc-ft-btn-continue{
	width:100%;
}
.xoo-wsc-ft-btn-cart, .xoo-wsc-ft-btn-checkout{
    width: 48%;
    padding: 15px 10px !important;
}

/* artist */

.artist-thumb{
    width: 130px;
    height: 130px;
    border-radius: 100%;
    overflow: hidden;
	margin-bottom: 20px;
}
.artist-card h2{
	font-Size: 24px;
    line-height: 1;
	color:#333;
	font-family: 'DIN-Next-bold';
}
.artist-card p{
line-height: 1.2em;
    font-size: 15px;
	color:#333;
}
.archive-title{
	font-Size: 45px;
    line-height: 53px;
	color:#333;
	font-family: 'DIN-Next-bold';
	font-weight: 600;
}

.artist_sec{
	margin:40px auto 0;
}
.artist-list{
	margin: 40px auto;
    display: flex;
    gap: 20px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.artist-card{
    width: 23%;
    margin-bottom: 26px;
	/* border: 1px solid #ddd; */
    padding: 10px 15px;
    border-radius: 10px;
}
.featured-product {
    width: 40%;
    /* margin:0 0 0 40px; */
}
.featured-product img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px auto 0;
}
.ast-separate-container {
    background-color: #ffffff;
}
.cta_btn{
	background: #f9cd8e;
    color: #000;
    font-family: 'DIN-Next';
    font-size: 14px;
    line-height: 17px;
    padding: 15px 25px;
    position: absolute;
    left: 0;
    right: 0;
    width: fit-content;
    top: 50%;
    margin: 0 auto;
}
.cta_btn:hover{
	background:#85677b;
	color:#fff;
}
.price{
    text-align: left;
    color: #000;
	margin-top: 20px;
	/* margin-left: 24px; */
}
.custom-variation-price{
	margin-top: 20px;
}
.artist-cta .fixed-container{
	position: relative;
}
@media(max-width:767px){
	.artist-card {
    width: 100%!important;
}
.artist-list {
    flex-direction: column;
}
}


/* ===== Artist Header Section ===== */
.artist-header > div {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 40px;
}

.artist-featured-img img {
  object-fit: cover;
}
.artist-header{
	background: #ffede4;
    padding:60px 0;
    width: 100%;
}
.artist-featured-img{
	    width: 36%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.artist-featured-contant{
	width:60%;
}
.artist-header h1 {
  font-size: 28px;
  margin-bottom: 10px;
	font-family: 'DIN-Next-bold';
}

.artist-header p {
  margin: 6px 0;
  font-size: 16px;
  max-width: 700px;
}

.artist-header ul {
  list-style: none;
  padding: 0;
  margin-top: 10px;
}

.artist-header li a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}


.process-steps {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
  gap: 20px;
}

.process-steps div {
  flex: 1 1 30%;
}

.process-steps img {
  max-width: 100%;
  border-radius: 100%;
  width: 70%;
    margin-bottom: 20px;
}


.products-grid {
  display: flex;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 35px;
  flex-wrap: wrap;
  justify-content: center; 
}

.product-item {
  text-align: center;
  width: 21.5%;
}

.product-item img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.product-item h3 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
	text-transform: uppercase;
	/* margin-left: 24px; */
    font-family: 'DIN-Next-bold';
}
.artist-cta{
    margin: 60px 0;
}
.process-steps{
	margin:60px 0;
}
.process-steps_div{
	display: flex;
    gap: 20px;
}
.process-steps_div h3{
	font-size: 30px;
	line-height:38px;
    margin-bottom: 10px;
    font-family: 'DIN-Next-bold';
}
.artist-featured-contant h6 {
	font-size: 16px;
	line-height:29px;
    margin-bottom: 10px;
    font-family: 'DIN-Next-bold';
}
.artist-featured-contant ul{
	padding:0;
	margin: 15px 0 0 0;
}
.artist-header  p strong{
	font-size: 16px;
	line-height:29px;
    margin-bottom: 10px;
    font-family: 'DIN-Next-bold';
}
.long-bio{
    margin: 30px 0;
}
.artist-header-image img{
	width:100%;
}
.page-id-63234 .leftright-sec-content-left img {
    width: 76%;
}
.page-id-63234 .leftright-sec {
    padding: 60px 0 0;
}


@media(min-width:769px) and (max-width:991px){
	.product-item {
    	width: 29.5%;
	}
	.artist-featured-contant {
    	width: 54%;
	}
}
@media (max-width: 768px) {
  .artist-header > div {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .artist-featured-img img {
    max-width: 100%;
  }
  .process-steps div {
    flex: 1 1 100%;
  }
  .artist-featured-img {
    width: 100%;
  }
  .artist-featured-contant {
    width: 100%;
    text-align: left;
  }
  .process-steps_div {
    gap: 45px;
    flex-direction: column;
	}
	.product-item {
    	width: 100%;
	}
	.cta_btn {
    position: relative;
    top: 22px;
    margin: 23px auto;
	}
}


.testimonial-carousel {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}

.testimonial-carousel .testimonial {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 30px;
  margin: 0 auto;
  border-radius: 5px;
  text-align: center;
  position: relative;
  max-width: 700px;
}

.testimonial-carousel .testimonial::before {
  content: "“";
  font-family: Arial, sans-serif;
  font-size: 50px;
  color: #ffc973;
  position: absolute;
  top: -20px;
  left: 30px;
}

.testimonial-carousel .testimonial::after {
  content: "”";
  font-family: Arial, sans-serif;
  font-size: 50px;
  color: #ffc973;
  position: absolute;
  bottom: -20px;
  right: 30px;
}

.testimonial-carousel .testimonial-detail p {
  font-style: italic;
  font-size: 18px;
  line-height: 1.6;
}

.testimonial-carousel .testimonial-author {
  margin-top: 20px;
  font-weight: bold;
  color: #ffc973;
}

.testimonial-carousel .testimonial-author .author-location {
  display: block;
  font-weight: normal;
  color: #eee;
}

.testimonial-carousel .slick-dots {
  text-align: center;
  margin-top: 30px;
}

.testimonial-carousel .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}

.testimonial-carousel .slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  opacity: 0.5;
}

.testimonial-carousel .slick-dots li.slick-active button {
  opacity: 1;
  background: #ffc973;
}

.page-heading-section-content{
    display: flex;
    align-items: center;
    gap: 40px;
	margin:60px auto;
}
.page-heading-section-content-left{
	width:50%;
	text-align: center;
}
.page-heading-section-content-right{
	width:50%;
}
.page-heading-section-content-left h4{
	font-size: 45px;
    line-height: 1.17;
	font-family: 'DIN-Next-bold';
	color: #333333 !important ;
	font-weight: 700;
}
.page-heading-section-content-right p{
	font-size: 24px;
    line-height: 1.3;
	font-family: 'DIN-Next-Medium';
	color: #333333 !important;
}
.leftright-sec{
	    background: #ffede4;
    padding: 60px 0;
}
.leftright-sec-content{
	display: flex;
    align-items: center;
    gap: 40px;
}
.leftright-sec-content-left{
	width:50%;
	text-align: center;
}
.leftright-sec-content-left img{
	width:90%;
}
.leftright-sec-content-right{
	width:50%;
}
.leftright-sec-content-right h2{
	font-size: 40px;
    line-height: 1;
	font-family: 'DIN-Next-bold';
	color: #333333 !important;
	margin-top:30px;
	font-weight: 700;
}
.leftright-sec-content-right p{
	font-size:16px;
    line-height: 29px;
	font-family: 'DIN-Next';
	color: #333333 !important;
	margin-bottom: 30px;
}
.img-row-sec{
	margin:60px auto;
}
.header-title{
	font-size: 40px;
    line-height: 1;
	font-family: 'DIN-Next-bold';
	color: #333333 !important ;
	margin-top:30px;
	text-align:center;
}
.image-list {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
	justify-content: center;
}
.image-item{
	position: relative;
}
.image-item h3 {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    color: #333 !important;
    background: rgba(252, 252, 252, .6);
    padding: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
}
.howto_sec{
    padding: 40px 0 60px;
}
.howto_sec_contaner{
	display: flex;
    gap: 20px;
	margin-top:40px;
}
.howto_item {
	width:33.33%;
	text-align:center;
}
.howto_item img{
    border-radius: 100%;
	margin-bottom: 10px;
}
.howto_item h6{
	font-size: 16px;
    line-height: 29px;
	font-family: 'DIN-Next-bold';
	color: #333333 !important;
}
.howto_item p{
	font-size: 16px;
    line-height: 29px;
	font-family: 'DIN-Next';
	color: #333333 !important;
	text-transform: capitalize;
}
.press-sec{
	margin:60px auto;
}
.dealer-sec{
    background: #ffede4;
    padding: 60px 0 60px 40px;
}
.dealer-sec-content{
    display: flex;
    gap: 30px;
}
.dealer-sec-left .header-title{
	text-align:left;
	margin-bottom:20px;
}
.dealer-sec-left .dealers-list{
    column-count: 3;
    margin-top: 20px;
}
.dealer-sec-left{
	width:70%;
}
.dealer-sec-right{
	width:25%;
}
.page-id-15335 .video-sec {
    padding: 0px 64px;
}



.selected-products{
	margin:30px 0 0 0;
}
.artist-hr {
    background-color: #01b7c9;
    border: 0;
    height: 1px;
    margin-bottom: 37px;
    position: absolute;
    width: 100%;
    left: 0;
    /* padding-bottom: 30px; */
	display:none;
}
.two-col-section {
    align-items: flex-start;
}
.two-col-section .col h2{
	font-size: 40px;
    line-height: 1;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
    margin-top: 30px;
}
.two-col-section  .col p{
color: #333333 !important;
margin-bottom:20px;
}
.three-sec{
    background: #ffede4;
    padding: 60px 0;
}
.three-col-section {
    display: flex;
    gap: 30px;
	justify-content: center;
}
.three-col-section .col{
	/* width: 33.33%; */
	text-align:center;
}
.page-id-18065 .three-sec .col{
	 width: 33.33%; 
	text-align:center;
}
.three-col-section .col h2{
	font-size: 28px;
    line-height: 1;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
}
.three-col-section .col i{
    font-size: 27px;
    background: #fac18d;
    padding: 15px 13px;
    border-radius: 100%;
	margin-bottom:20px;
}
.three-col-section .col p{
	color:#333;
}
.img-grid-sec{
	margin:60px auto;
}
.image-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap:20px;
	justify-content: center;
	margin-top:20px;
}
.image-grid .grid-item{
	width:49%;
	text-align:center;
}
.archive-filters {
    display: none;
}
.cta-button {
    margin: 40px auto;
    text-align: center;
}
.cta-button a{
    background: #3a3a3a;
    color: #fff;
    padding: 13px 29px;
    border-radius: 2px;
    font-size: 14px;
    line-height: 1;
}
.cta-button a:hover{
	background:#85677b;
}
.woof_reset_search_form{
	color:#fff !important;
}
.woof_reset_button_2 {
    padding: 10px 10px;
    background: #3a3a3a;
    color: #fff;
}
.woof_reset_search_form:hover , .woof_reset_button_2:hover{
	background:#85677b !important;
}
.woof_remove_ppi{
	color:#333;
}
.container {
    max-width: 100%;
    padding: 0 64px;
    margin: 0 auto;
}
.page-content p {
    margin-top: 0;
    margin-bottom: 20px;
	color:#333;
}
.page-content p  a{
	color:#333;
}
.page-content img{
    margin-bottom: 20px;
	width: 100%;
}
.page-content figure{
	margin: 0 auto;
	text-align: center;
}
b, strong {
    font-family: 'DIN-Next-Bold';
	color:#333;
}
.page-content p br{
	display:none;
}
.faq-section-body p b{
	color: #fac18d !important;
}
.wp-block-list{
	margin:30px 0 30px 50px;
}
.wp-block-list li a{
	color:#333;
}
.page-content h1{
	font-size: 45px;
    line-height: 53px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
	margin-bottom:30px;
}
.faq-section-header{
	text-align:center;
	margin-bottom: 40px;
}
.faq-section-header h2{
	font-size: 45px;
    line-height: 53px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
	margin-bottom:30px;
}
.faq-section-header h4{
	font-size: 24px;
    line-height: 24px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
    font-weight: bold;
    margin-bottom: 30px;
}
.faq-section-header p{
	color:#333;
}
.faq-section-header p a{
	font-family: 'DIN-Next-Bold';
	color:#000;
}
.faq_section .faq-question {
    justify-content: flex-end;
    align-items: center;
    padding: 10px 0;
    cursor: pointer;
    border: none;
    flex-direction: row-reverse;
}
.faq_section .faq-question h3 {
    margin-left: 18px;
    font-size: 17px;
    line-height: 31px;
    font-family: 'DIN-Next';
	color:#333 !important;
}
.faq_section .faq-question h3:hover{
	color:#85677b !important;
}
.faq_section .faq-question i{
    background: #85677b;
    padding: 5px 8px;
    color: #fff;
    font-size: 14px;
}
.faq_section .faq-accordion{
	margin:20px  0;
}
.faq_section .faq{
	border-bottom: 0.3px solid #ffede4;
}
.faq-no-top-margin{
	padding-top: 0!important;
}
.video-section{
	margin:60px 0;
}
.video-section .header-title{
	font-size: 28px !important;
    line-height: 28px !important;
    font-family: 'DIN-Next-Medium';
	font-weight:700;
    color: #333 !important; 
}
.video-wrapper {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	gap:20px;
}
.video-item{
	width:48%;
}
.testimonial-div{
	padding:120px 20px  75px;
	background:rgba(0,0,0,.5);
}
.testimonial-header{
	text-align:center;
}

.testimonial-header h3{
	font-size: 24px;
    line-height:24px;
    font-family: 'DIN-Next-bold';
    color: #fff !important;
	margin-bottom:20px;
}
.testimonial-header p{
    color: #fff;
	font-size: 16px;
    line-height:24px;
	margin-bottom:20px;
}
.testimonial-carousel  .slick-slide{
	margin-bottom:40px;
}
.testimonial-carousel .testimonial-content{
	color: #fff;
	font-size: 18px;
    line-height:30px;
	font-style: italic;
    font-family: 'DIN-Next';
	/* background:#3a3a3a; */
	padding:20px 20px 40px 20px;
}
.testimonial-carousel .slick-dots li button {
    font-size: 0;
    width: 10px;
    height: 10px;
    background: transparent !important;
    border: 1px solid #fff !important;
    border-radius: 50%;
    opacity: 0.5;
}
.testimonial-carousel .slick-dots li {
    list-style: none !important;
}
.testimonial-carousel  .slick-dots li button:before{
	display:none!important;
}
.testimonial-carousel .slick-dots li.slick-active button {
    opacity: 1;
    background: #fff !important;
}
.author-name{
	color:#f9cd8e;
	font-size: 18px !important;
    line-height:32px;
	text-align:center;
}
.author-name strong{
    color: #f9cd8e;
}
.testimonial-carousel .testimonial-content i{
    color: #f9cd8e;
    font-size: 48px;
    padding: 0 15px;
}
.last-qut {
    position: absolute;
}
.woocommerce-Input, .gform_wrapper.gravity-theme .ginput_complex input, .gform_wrapper.gravity-theme .ginput_complex select,.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea.large  {
    width: 100%;
    border: 1px solid #bcbcbc !important;
    border-radius: 25px !important;
    height: 50px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large{
	height: 150px !important;
}
.contact-section, .contact-section a{
	 color: #333;
	 font-size: 16px;
    line-height:29px;
    font-family: 'DIN-Next';
}
.contact-section h2, .contact-section h3{
	font-size: 28px;
    line-height:28px;
    font-family: 'DIN-Next-bold';
    color: #333;
	margin-bottom:30px;
}
.contact-section h4{
	font-size: 16px;
    line-height:29px;
    font-family: 'DIN-Next-bold';
    color: #000;
}
label, legend, .woocommerce-js form .form-row label {
	font-size: 16px;
    line-height:20px;
    font-family: 'DIN-Next';
    color: #000;
	font-weight: 400;
    margin-bottom: 10px;
}
.show-password-input{
    position: absolute;
    right: 8%;
    margin-top: 11px;
    background: transparent !important;
    color: #000 !important;
	box-shadow: none;
	display:none;
}
.show-password-input:hover{
	background: transparent !important;
}
.contact-info{
	margin-bottom:20px;
}
.contact-row {
    display: flex;
    gap: 32px;
    width: 80%;
    margin: 0 auto;
}
/* .gform_wrapper{
	margin-top:30px;
} */
.kill-main-div{
    width: 75%;
    margin: 0 auto;
	padding: 85px 0;
}
.kill-main-div iframe{
    width: 100%;
	margin-bottom:30px;
	height:480px;
}
.kelli-video-item p{
	font-family:Montserrat;
	font-size: 15px;
    line-height:27px;
	font-weight:400;
	text-align:center;
}
.kill-main-div .header-title{
	font-Size: 45px;
    line-height: 1.17;
}
.press-sec p{
	text-align:center;
}
button{
	color: #ffffff !important;
    background-color: #3a3a3a !important;
    border-color: #3a3a3a !important;
    outline: 0 !important;
}
button:hover, .button:hover,.woocommerce button.button:hover{
	background-color: #84677b !important;
}
.gform_wrapper.gravity-theme .gfield_checkbox label a{
	color: #000  !important;
}
.button-group a{
	color: #000  !important;
}
.gform_wrapper.gravity-theme .gfield input.large[aria-describedby="gfield_upload_rules_1_6"] {
    line-height: 48px;
    border: none !important;
    border-radius: 0;
}
.homepage.product-grid .slick-prev, .homepage.product-grid .slick-next {
    bottom: -94px !important;
    background-color: #fff !important;
}
.product-img {
     height: 300px;
    overflow: hidden;
}
.page-id-17027 .header-title {
    font-size: 45px;
    text-align: left;
	color:#000 !important;
}
.woocommerce-js h2 {
    margin-bottom: .7em;
    font-size: 28px;
    line-height: 28px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
    margin-top: 30px;
}
.testimonial-header h2{
	font-size: 40px;
    line-height: 44px;
    font-family: 'DIN-Next-bold';
    color: #fff !important; 
	margin-bottom:20px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register{
    border: none;
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
}
.woocommerce-Button:hover{
	background: #84677b !important;
}
.entry-meta, .entry-meta *{
    color: #333  !important;
}
.published{
	color:#333 !important;
}
.ast-blog-single-element a{
	color:#84677b;
}
.post-page-numbers.current .page-link, .ast-pagination .page-numbers.current {
    color: #ffffff;
    border-color: #84677b !important;
    background-color: #84677b !important;
}
.ast-blog-layout-4-grid .ast-article-inner {
    box-shadow: 3px 9px 15px 2px rgba(16, 24, 40, 0.05) !important;
}
.prev a, .next a{
	color:#333 !important;
	margin:20px 0;
}
.custom-post-title{
	font-size: 24px;
    line-height: 27px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
	font-weight:600;
	margin: 30px 0 20px;
}
.fusion-text p{
	color:#333;
}
.fusion-text p a{
	color:#84677b !important;
}
.fusion-text li a{
	color:#84677b !important;
}
.fusion-button {
	color: #ffffff !important;
    background-color: #3a3a3a !important;
    border-color: #3a3a3a !important;
    outline: 0 !important;
	padding: 15px 20px;
    text-decoration: none !important;
}
.fusion-button:hover{
	background-color: #84677b !important;
}
.fusion-text b,.ast-single-post .entry-content a,{
	color: #84677b !important;
}
.custom-post-meta{
    margin-top: 30px;
}
.custom-post-meta a{
	color: #84677b !important;
}
/* .addtoany_shortcode {
    margin-top: 10px;
} */
.related-posts-section{
    padding: 0 40px 15px;
}
.related-posts-section .slick-track{
    display: flex;
    gap: 10px;
}
.related-post-item h3{
    font-size: 18px;
	margin-top:10px;
}
.related-posts-section .slick-list{
    margin-bottom: 40px;
}
.related-posts-section .slick-arrow{
	position: absolute;
    /* bottom: -17%; */
    top: 37%;
    /* left: -4%; */
    width: 33px;
    height: 34px;
    border: 1px solid #ccc;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.prev_arrow{
	left: -3%;
}
.next_arrow {
	right: -3.5%;
    position: absolute;
    /* bottom: -17%; */
    top: 36% !important;
}
.custom-share-section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #84677b;
    padding: 10px 15px;
    margin: 20px 0 0;
    color: #fff;
}
.addtoany_list{
    line-height: 0 !important;
}
.related-posts-section .slick-arrow.active {
    background: #ccc;
}


.product-info-head h1{
	font-size: 40px;
    text-transform: uppercase;
    line-height: 1.25;
    margin-bottom: 8px;
}
.product-price-rating .product-price , .custom-variation-price .woocommerce-Price-amount {
    font-size: 27px;
    color: #3a3a3a;
    padding-right: 20px;
    line-height: 1;
    border-right: 1px solid #e4e4e6;
	font-weight: 600;
}
.product-description ul {
    margin: 0 0 1.5em 1em;
} 
.product-description p, .product-description  ul li{
	color:#3a3a3a;
	font-size:16px;
	line-height:26px;
}
.product-btn-footer{
    display: flex;
    gap: 10px;
	align-items: center;
}
.product-rating a{
	color:#3a3a3a;
}
.custom-post-nav{
    display: flex;
    gap: 20px;
}
footer .gform_wrapper.gravity-theme .gform_fields {
    display: flex!important;
    gap: 10px !important;
}
footer .gfield--input-type-email {
    width: 70%;
}
footer .gform-button {
    border-radius: 100px !important;
    width: 100% !important;
    font-size: 14px !important;
    display: flex !important;
    align-items: center !important;
}
#mega-menu-wrap-primary {
    background: transparent;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 24px;
    color: #3a3a3a;
	font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus {
    background: transparent !important;
    color: #84677b !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    color: #3a3a3a;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    z-index: 1111;
    border-radius: 0px;
    background: #fff;
    border: 0;
    padding: 0px;
    position: absolute;
    width: 1100px;
    max-width: none;
    left: 0;
    right: 0;
    transform: translate(-26%, 10px) !important;
    overflow: hidden;
	opacity: 0;
    pointer-events: none;
    transition: .2s linear !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	opacity: 0;
    pointer-events: none;
    transition: .2s linear;
}
#mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:hover > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary.mega-no-js li.mega-menu-item:focus > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    transition: .2s linear;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background: transparent;
    color: #84677b;
}
.navlist ul {
    flex-direction: column;
    gap: 0 !important;
}
#mega-menu-primary{
	position: relative;
}
#mega-menu-primary img{
	border-radius:10px;
}
#mega-menu-wrap-primary #mega-menu-primary p{
    font-size: 24px;
    line-height: 24px;
    font-family: 'DIN-Next-bold';
    color: #333333 !important;
    font-weight: 700;
    position: absolute;
    top: 16%;
    text-align: center;
    left: 0;
    right: 0;
}
.mega-menu-btn{
    background: #3a3a3a;
    color: #fff !important;
    font-size: 9px !important;
    border-radius: 4px;
    padding: 10px 20px;
    position: absolute;
    bottom: 17%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 200px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row > ul.mega-sub-menu > li.mega-menu-columns-2-of-12 {
    width: auto !important;
}
.mega-menu-image-block{
    width: 273px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard h4.mega-block-title, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: 13px;
}
.mobile-nav{
	display:none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: #fff !important;
	color: #3a3a3a !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
   font-size: 16px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu{
	background: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover{
	color: #84677b !important;
}
.woof_products_top_panel {
    z-index: 0 !important;
}
.xoo-wsch-text {
    font-size: 15px!important;
}
.xoo-wscb-count {
    height: 26px!important;
    line-height: 34px!important;
}
.xoo-wscb-icon {
    font-size: 27px!important;
}
/* .woocommerce-js a.button{
	padding-top: 12px!important;
    padding-bottom: 12px!important;
    font-size: 11px!important;
} 
.xoo-wsc-ft-btn-cart, .xoo-wsc-ft-btn-checkout {
    padding: 11px 10px !important;
}*/

.xoo-wsc-header {
    color: #fff;
    background-color: #84677b;
}
.xoo-wsc-clist-section{
	display:none;
}
.xoo-wsc-ft-totals {
    padding: 0 0 5px;
}
.xoo-wsc-ftx-row {
    padding: 4px 0;
}
.xoo-wsc-footer, .xoo-wsc-footer a, .xoo-wsc-footer .amount {
    font-size: 13px;
}
form.xoo-wsc-sl-apply-coupon {
    justify-content: start;
    gap: 10px;
}
.xoo-wsc-container{
    overflow-y: scroll;
}
.xoo-wsc-body {
    flex-grow: 0;
    overflow: initial;
}
.woocommerce-pagination{
	margin-top:20px !important;
}
.gallery-item{
	text-align: center;
}
.gallery-item img{
	max-width: 100%;
	margin: 0 auto;
	width: 86%;
}
.ast-pagination .page-numbers {
    line-height:16px;
}
.center-video-layout{
    display: flex;
    gap: 20px;
    width: 70%;
    margin: 0 auto;
	justify-content: center;
}
.center-video-left{
    width: 28%;
}
.page-id-17597 .faq_section {
    background: #ffede4;
	margin: 60px auto;
	width:70%;
}
.Protect-section{
    text-align: center;
    padding-top: 90px;
    padding-bottom: 90px;
    width: 70%;
    margin: 0 auto;
}
.Protect-section h2{
	font-size: 30px; margin-top: 0; margin-bottom: 10px; line-height: 1; color: #ffffff!important;
}
.three-sec.halfWidth {
	width: 100%;
    margin: 0 auto 40px;
	padding: 35px 0;
}
.three-sec.remove-bottom-margin .col, .three-sec.remove-top-margin .col{
	width: 33.33%;
}
.three-sec.halfWidth .col h2{
	margin-top: 0px;
}
.three-sec.halfWidth .col img{
	margin-bottom: 10px;
}
/* .fullwidth-slider{
    width: 80%;
    margin: 0px auto 40px;
} */
.topAlign{
	margin-top: -65px !important;
    position: relative;
}
.hero-overlay-content {
    width: 60%;
    padding: 0 65px;
    text-align: center;
}
.hero-overlay.align-left .hero-overlay-content{
    width: 60%;
    padding: 0 70px;
    text-align: center;
}
.hero-overlay.align-left .hero-overlay-content h2{
	color:#fff !important;
}
.hero-overlay.align-left .hero-overlay-content p {
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 14px;
}
.fullwidth-slider.halfWidth.topAlign{
	height: 550px;
}
.fullwidth-slider.halfWidth.topAlign .slick-list {
    width: 80%;
    margin: 0 auto;
    background: #ffeee4;
    height: 535px !important;
}
.fullwidth-slider.halfWidth.topAlign img{
    height: 100%;
    object-fit: contain;
    padding-bottom: 20px;
}
.home-page-slider .btn.btn-primary:hover {
    border: 1px solid #84677b !important;
    background: #84677b !important;
}
.slick-dots li button {
    box-shadow: none;
    background: #ddd !important; 
}
.home-page-slider .slick-dots li button{
	background:transparent !important;
}
.home-page-slider .slick-dots li.slick-active button:before{
	color: #84677b !important;
}
/* .fullwidth-slider .slick-active button {
    background: transparent !important;
} */
.fullwidth-slider li.slick-active button::after {
    background-color: #84677b;
    border: none;
}
.page-id-82701 .faq_section {
    padding: 0 15px 45px;
}
.woof_checkbox_label {
    margin-right: 0;
    margin: 0;
}
.woof_products_top_panel ul {
    display: flex;
    align-items: center;
}
.page-numbers {
    border: 1px solid #3a3a3a;
    display: inline-block;
    overflow: hidden;
    padding: 0 10px;
    margin: 0;
    text-decoration: none;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: .75em;
    text-align: center;
    min-width: 2.5em;
	color:#3a3a3a;
}

.page-numbers.current{
	background: #3a3a3a !important;
    color: #fff !important;
}
.woocommerce-pagination a:hover{
	background: #3a3a3a !important;
    color: #fff !important;
}
.img-grid-sec p{
	text-align:center;
}
.remove-bottom-margin{
	margin: 0 auto !important;
}
.full-img-div {
    position: relative;
}
.hero-overlay-content.align-center {
    width: 60%;
    padding: 0 65px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-overlay-content.align-left {
    width: 53% !important;
    padding: 0 65px;
    text-align: left;
    height: 100%;
    position: absolute;
    top: 27%;
}
.hero-overlay-content p{
	margin-bottom:30px;
}
.testimonial_section{
	background-repeat: no-repeat;
    background-size: cover;
}

.selected-products .container{
	padding:0 !important;
}
.selected-products .product-card {
    position: relative;
    height: 460px;
    width: 22.33%;
}
.selected-products .products-grid {
    gap: 25px;
}
.mega-current-menu-parent a, .mega-current-menu-item a, .current-menu-item a{
	color: #84677b !important;
}
.archive-wrapper .fixed-container{
	margin: 0 auto!important;
}
.page-id-42086 .page-section .fixed-container {
    margin: 0 15px;
}


@media(min-width:1200px) and (max-width:1500px){
	.fullwidth-slider.halfWidth.topAlign{
		height: 450px;
	}
}
@media(min-width:1101px) and (max-width:1199px){
	.fullwidth-slider.halfWidth.topAlign {
    	height: 394px;
	}
}
@media(min-width:2000px){
	.page-id-63234 .leftright-sec-content-left img {
		width: 57%;
	}
	.page-id-63234 .leftright-sec-content-right {
		width: 35%;
	}
	.leftright-sec-content-right p {
    font-size: 23px;
    line-height: 37px;
	}
	.artist-featured-img {
		justify-content: end;
	}
	.artist-featured-img {
    	width: 40%;
	}
	.artist-featured-contant {
		width: 52%;
	}
	.product-section.related-products .product-grid .product-card , .product-card {
    	height: 579px !important;
	}
	.related-products .product-card {
		height: 422px !important;
	}
	.product-img {
		height: 400px;
		overflow: hidden;
	}
	header .custom-logo-link img {
		max-width: 115px;
		width: 115px;
	}
	.homepage.product-grid .slick-track {
		gap: 40px;
	}
	.product-grid {
    	grid-template-columns: repeat(auto-fit, minmax(345px, 1fr));
	}
}
@media(min-width:1880px){
	/* #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	font-size: 24px !important;
	} */
	.page-heading-section-content-left{
		text-align:center;
	}
	.fixed-container {
		margin: 0 64px !important;
		width: 90% !important;
		margin: 0 auto !important;
	}
	.video-section .fixed-container{
		margin: 0 64px !important;
		width: 60% !important;
		margin: 0 auto !important;
	}
	.home .fixed-container {
		margin: 0 64px !important;
		width: 90% !important;
		margin: 0 auto !important;
	}
	.product-cards {
		margin: 0 64px !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
	/* .full-img-div {
    	height: 700px;
	}
	.full-img-div img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.archive-header {
		height: 650px;
		overflow: hidden;
	} 
	.archive-header img{
		width: 100%;
		min-height: 100%;
		object-fit: cover;
	}*/
	.embeded-video-background{
    	width: 70% !important;
    	 margin: 0 auto;
	}
}
@media(min-width:1400px){
	.leftright-sec-content-left img {
    width:78%;
}
}
@media(min-width:1000px) and (max-width:1280px){
	.product-card .product-img img {
		width: 74%;
	}
}
@media(min-width:992px) and (max-width:1100px){
	.artist-featured-contant{
		width: 56% !important;
	}
	.kill-main-div{
		width: 100%;
		margin: 0 auto;
		padding: 45px 0;
	}
	.product-section.related-products .product-grid .product-card{
    	width: 23.33% !important;
	}
	.fullwidth-slider.halfWidth.topAlign {
    	height: 394px;
	}
	.mega-menu-image-block {
		width: 178px;
	}
	#mega-menu-wrap-primary #mega-menu-primary p {
    	font-size: 17px;
	}
	.mega-menu-btn {
		padding: 10px 7px;
		width: 147px;
		font-size: 7px !important;
	}
	.navlist a{
		font-size: 16px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	width: 708px;
        transform: translate(-23%, 10px);
	}
	.hero-overlay-content.align-left {
		top: 12%;
	}
	.product-card {
		height: 504px;
		width: 47.5%;
	}
	.homepage.product-grid .slick-prev {
		right: 7% !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	padding: 0px 21px;
    }
}
@media(min-width:768px) and (max-width:991px){
	.product-img {
    	height: 223px;
    }
	.three-sec.halfWidth .col{
		width: 100%;
	}
	.footer-col {
		min-width: auto;
	}
	.product-grid .product-card .btn {
		width: 93%;
	}
	.homepage.product-grid .slick-track {
		gap: 0px;
	}
	.footer {
    	margin-top: 46px;
	}
	.product-card {
		height: 505px;
		width: 48.5%;
	}
	.homepage.product-grid .slick-prev {
		right: 10% !important;
	}
	.image-grid .grid-item {
    	width: 48%;
	}
	.video-item , .video-item iframe{
		width: 100%;
	}
	.contact-row {
      width: 100%;
   }
   .kill-main-div{
		width: 100%;
		margin: 0 auto;
		padding: 45px 0;
	}
	.product-section.related-products .product-grid .product-card{
    	width: 23.33% !important;
	}
	.fullwidth-slider.halfWidth.topAlign {
		height: 288px;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    	padding: 0px 5px;
		font-size:12px!important;
    }
	.header-buttons {
    	gap: 16px;
    }
	.mega-menu-image-block {
		width: 178px;
	}
	#mega-menu-wrap-primary #mega-menu-primary p {
    font-size: 17px;
	}
	.mega-menu-btn {
		padding: 10px 7px;
		width: 147px;
		font-size: 7px !important;
	}
	.navlist a{
		font-size: 16px !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    	width: 600px;
    	transform: translate(-12%, 10px);
	}
	.selected-products  .product-card {
		width: 100%;
	}
	.product-btn-footer {
		flex-wrap: wrap;
	}
	.product-section.related-products .product-img {
    	height: 162px !important;
    }
	.product-card .product-detail {
        flex-direction: column !important;
    }
	.product-form .btn {
        width: 100%  !important;
    }
	.woof_redraw_zone{
		display: flex;
		flex-direction: column;
	}
	.woof_container_pa_colors{
		margin-bottom: 82px;
	}
}
@media(max-width:767px){
	.page-id-18065 .three-sec .col{
	 	width: 100%; 
	}
	.three-sec.halfWidth .col{
		width: 100%;
	}
	.selected-products  .product-card {
		width: 100%;
	}
	.custom-share-section {
    	flex-direction: column;
	}
	.page-heading-section-content {
    	flex-direction: column;
	}
	.page-heading-section-content-left , .page-heading-section-content-right{
    	width: 100%;
	}
	.leftright-sec-content{
		flex-direction: column !important;
	}
	.leftright-sec-content-left,.leftright-sec-content-right{
		width: 100%;
	}
	.image-list{
		flex-direction: column;
	}
	.howto_sec_contaner{
		flex-direction: column;
	}
	.howto_item {
    	width: 100%;
	}
	.dealer-sec-content {
    	flex-direction: column;
	}
	.dealer-sec-left {
   	 width: 100%;
	}
	.dealer-sec-right {
		width: 100%;
	}
	.dealer-sec {
		padding: 60px 40px;
	}
	.three-col-section {
    	flex-direction: column;
	}
	.three-col-section .col {
    	width: 100%;
    }
	.image-grid .grid-item {
		width: 100%;
	}
	.video-item {
		width: 100%;
	}
	.last-qut {
		position: relative;
	}
	.contact-row {
      width: 100%;
   }
   .kill-main-div{
		width: 100%;
		margin: 0 auto;
		padding: 45px 0;
	}
	.kill-main-div .header-title {
    	font-Size: 35px;
    }
	.kill-main-div iframe {
    	height: 250px;
	}
	.product-section.related-products .product-grid .product-card, .product-card  {
    	height: auto;
	}
	.product-section.related-products .product-grid .product-card .mps-add-to-cart , .product-card .mps-add-to-cart{
    	position: relative;
	}
	.container {
    	padding: 0 10px !important;
	}
	.page-id-17027 .header-title {
		font-size: 41px;
		line-height: 41px;
	}
	.woocommerce-form{
		margin-bottom: 50px;
	}
	.ast-pagination {
    	width: 100% !important;
    }
	.next_arrow {
    	left: 15%;
	}
	.related-posts-section{
    	padding: 0 40px 60px;
	}
	.related-posts-section .slick-arrow {
    	bottom: -22% !important;
    	top: inherit !important;
	}
	.next_arrow{
		top: inherit !important;
	}
	.product-btn-footer{
		flex-direction: row;
		width: 100%;
		flex-wrap: wrap;
	}
	.product-form .btn {
        width: 80%;
    }
	/* .product-gallery {
    	height: 341px;
	} */
	.product-gallery img {
    	max-height: 300px;
	}
	.product-price-rating {
		align-items: flex-start;
		flex-direction: column;
		justify-content: flex-start;
	}
	.product-rating {
        flex-direction: row;
    }
	.woocommerce ul.products:not(.elementor-grid), .woocommerce-page ul.products:not(.elementor-grid) {
    	grid-template-columns: repeat(1, 1fr);
	}
	.mobile-nav{
		display:block;
	}
	.desktop-nav{
		display:none;
	}
	.menu-open span{
		display:none;
	}
	.navlist ul {
		gap: 12px !important;
	}
	header .custom-logo-link img {
    	height: 120px;
    	background: #fff;
	}
	.center-video-layout {
    	flex-direction: column;
	}
	.center-video-left {
		width: 100%;
	}
	.center-video-left img{
		display:none;
	}
	.fullwidth-slider.halfWidth.topAlign {
		height: 288px!important;
	}
	.hero-overlay.align-left .hero-overlay-content {
    	width: 100%;
		padding:0;
    }
	.hero-overlay.align-left .hero-overlay-content h2 {
    	margin-top: 0;
	}
	.topAlign {
		margin-top: -79px !important;
	}
	.page-id-17597 .faq_section {
		width: 90%;
	}
	.page-id-17597 .faq_section .section-body {
		padding: 0;
	}
	.hero-overlay-content.align-left {
		width: 100% !important;
		padding: 24px 65px;
		text-align: center;
		height: 100%;
		position: relative;
		top: 0;
	}
	fullwdith-home-page-slider .slider-item {
		height: 350px !important;
	}
}

@media(min-width:1800px){
	.products-grid {
		gap: 60px;
	}
	.custom-post-hero-image{
		text-align: center;
	}
	 .ast-separate-container .ast-article-single {
		width: 60%;
		margin: 0 auto;
	}
}
@media(max-width:500px){
	.fullwidth-slider.halfWidth.topAlign {
        height: 192px!important;
    }
}
@media(max-width:400px){
	.addtoany_list.a2a_kit_size_32 a {
    	margin-top: 10px;
	}
}

.noso-eco {
    max-width: 1100px;
    margin: 0 auto;
    padding: 32px 20px 60px;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
    color: #222;
    line-height: 1.6;
  }
 
  .noso-row {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
  }
 
  .noso-row.reverse {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
 
  .noso-copy {
    flex: 1 1 520px;
    font-family: "DIN-Next", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 27px;
  }
 
  .noso-figure {
    flex: 0 0 360px;
    text-align: center;
  }
 
  .noso-circle {
    width: 360px;
    height: 360px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
  }
 
  .noso-circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
 
  .noso-cap {
    margin-top: 10px;
    font-family: "DIN-Next", sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1;
  }
 
  .noso-center {
    max-width: 760px;
    margin: 40px auto;
    text-align: center;
    font-size: 16px;
  }
 
  /* Responsive */
  @media (max-width: 900px) {
    .noso-row,
    .noso-row.reverse {
      flex-direction: column;
      text-align: left;
      gap: 24px;
    }
    .noso-figure {
      flex: none;
    }
    .noso-circle {
      width: 300px;
      height: 300px;
    }
    .noso-copy,
    .noso-center {
      font-size: 15px;
    }
  }
 
  @media (max-width: 480px) {
    .noso-circle {
      width: 240px;
      height: 240px;
    }
  }