/* Header */
.fl-page-nav-right .fl-page-header-row {
	display: flex;
	align-items: center;
	justify-content: center;
	@media (max-width:767px) {
		flex-direction: column;
	}
}

.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile.fl-page-nav-right .fl-page-header-logo-col {
	@media (max-width:767px) {
		width: unset;
	}
}

.fl-page-header-row > .col-md-4.fl-page-header-logo-col, .fl-page-header-row > .col-md-8.fl-page-nav-col {
	width: unset;
}

#mega-menu-wrap-header .mega-menu-toggle + #mega-menu-header {
	display: flex;
	align-items: center;
	@media (max-width:767px) {
		flex-direction: column;
	}
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 0 0 86px;
	padding: 0 3px;
	width: 80px;
	@media (max-width:767px) {
		align-items: start;
		flex: 1;
		width: 100%;
	}
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-has-icon {
	flex: 0 0 60px;
	margin-left: 20px;
	@media (max-width:767px) {
		margin-left: unset;
	}
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(.mega-has-icon) > .mega-sub-menu {
	border-radius: 10px;
	overflow: hidden;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(.mega-has-icon) ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: #d45d6d;
	transition: 0.3s all;
	color: #fff;
	font-family: "Lexend", sans-serif;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(.mega-has-icon) ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover {
	background: #db818d;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-has-icon > .dashicons-cart.mega-menu-link {
	padding: 0;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-has-icon > .dashicons-cart.mega-menu-link::before {
	margin: 0;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child {
	flex: 0 0 60px;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child > .dgwt-wcas-search-wrapp {
	margin: 0;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:last-child .dgwt-wcas-search-icon {
	width: 40px;
	height: 40px;
	margin-top: 20px;
	display: flex;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > .mega-menu-item-icon {
	width: 40px;
	height: 40px;
	@media (max-width:767px) {
		display: none;
	}
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link {
	font-family: "Lexend";
	line-height: 20px;
	margin-top: 10px;
	padding: 0;
	width: 100%;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link > span.mega-indicator {
	display: none;
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link[aria-current="page"] {
	color: #d45d6d;
}

.fl-page-header-logo {
	display: flex;
	align-items: center;
	gap: 8px;
}

.fl-page-header-logo-icon {
	flex: 0 0 30px;
	height: 30px;
	border-radius: 10px;
}

.fl-logo-text, .fl-heading-text {
	font-family: 'Lexend';
	font-weight: 700;
}

.fl-page-nav-right .fl-page-header-wrap {
	border: 0;
}

.fl-page-nav-right .fl-page-nav-collapse {
	@media (max-width:767px) {
		display: unset !important;
	}
	
}

#mega-menu-wrap-header #mega-menu-header ul.mega-sub-menu {
	top: 80px;
}

#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-hide-text {
	@media (max-width:767px) {
		a.mega-menu-link::before {
			margin: 0 !important;
		}
	}
}

#mega-menu-wrap-header #mega-menu-header > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
	@media (max-width:767px) {
		margin-bottom: 5px;
    width: 100%;
	}
}

/* Magnifier icon & search icon */
#mega-menu-wrap-header #mega-menu-header li.mega-menu-item.mega-hide-text a.mega-menu-link::before {
	font-size: 40px;
	margin-left: 20px;
	color: #d45d6d;
}

.dgwt-wcas-ico-magnifier-handler {
	display: none;
}

.dgwt-wcas-search-icon::before {
  font-family: dashicons;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #d45d6d;
  background: transparent;
  height: 40px;
  width: 40px;
	font-size: 40px;
	content: '\f179';
}

@media (max-width:767px) {
	.dgwt-wcas-search-icon::before {
			vertical-align: unset !important;
	}
}

.dgwt-wcas-search-wrapp.dgwt-wcas-layout-icon {
	min-width: none !important;
	max-width: none !important;
	margin-left: 10px;
	margin-top: 20px;
	margin-bottom: 5px;
}

/* Slider */
.fl-slide-title {
	font-family: "Lexend"!important;
  font-variant: small-caps!important;
  font-weight:500!important;
  letter-spacing:3px!important;
  font-size:50px!important;
}

.fl-slide-text {
	font-family: 'Bebas Neue';
	font-size: 30px;
}

.fl-module-content-slider .bx-viewport {
	border-radius: 40px;
}

.fl-content-slider-navigation {
	margin-top: -48px;
}

.fl-content-slider-navigation > .slider-prev {
	left: 15px;
	transition: all 0.3s;
}

.fl-content-slider-navigation > .slider-next {
	right: 15px;
	transition: all 0.3s;
}

.fl-content-slider-addon1 {
	position: absolute;
	left: 30px;
	bottom: -60px;
	width: 120px;
	height: 120px;
}

.fl-content-slider-addon2 {
	position: absolute;
	left: 170px;
	bottom: -40px;
	width: 80px;
	height: 80px;
	transform: rotate(30deg);
}

/* Info listing */
.info-flex {
	width: 100%;
	display: flex;
	justify-content: center;
	gap: 10px;
	text-align: center;
	margin: 80px auto 0;
	@media (max-width:767px) {
		flex-direction: column;
	}
}

.info-flex .flex-item {
	flex: 0 0 200px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.info-flex .flex-item-icon {
	width: 150px;
	height: 100px;
	font-family: "Lexend";
	font-size: 20px;
	font-weight: 500;
	background: #d45d6d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	border-radius: 20px;
	margin-bottom: 10px;
}

.info-flex .flex-item-title {
	font-family: "Lexend";
	font-weight: 500;
	color: #d45d6d;
}

.info-flex .flex-item-desc {
	font-family: "Lexend";
	font-weight: 300;
}

/* Woocommerce product list */
li.product .onsale {
	border-radius: 10px !important;
	background: #d45d6d !important;
	font-family: 'Lexend';
}

img.size-woocommerce_thumbnail {
	border-radius: 20px;
}

li.product .woocommerce-loop-product__title {
	font-family: 'Lexend';
	color: #d45d6d;
}

/* Wave effect on homepage */

#home-wave {
	background: #f6e6eb;
	height: 120px;
  --mask:
    radial-gradient(201.25px at 50% 270px,#000 99%,#0000 101%) calc(50% - 180px) 0/360px 100%,
    radial-gradient(201.25px at 50% -180px,#0000 99%,#000 101%) 50% 90px/360px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
}

/* Buttons */

li.product a.button {
	background: #d45d6d;
	border: 0;
	font-family: 'Lexend';
	font-size: 14px !important;
	margin-top: 2px !important;
	border-radius: 10px !important;
	transition: 0.3s all;
}

li.product a.button:hover {
	background: #d45d6d;
	border: 0;
	opacity: 0.7;
	font-family: 'Lexend';
}

a.button.single_add_to_cart_button {
	border-radius: 10px !important;
}

a.fl-button {
	background: #d45d6d !important;
  text-transform: uppercase !important;
	border: 0 !important;
	font-family: 'Lexend' !important;
	font-size: 13px !important;
	letter-spacing: 1px !important;
	border-radius: 10px !important;
	transition: 0.3s all;
}

a.fl-button:hover {
	background: #d45d6d !important;
	border: 0;
	border-radius: 10px;
	opacity: 0.8;
}

a.fl-button:hover span.fl-button-text {
	color: #fff !important;
}

/** Woocommerce pagination **/

.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 0;
}

.woocommerce nav.woocommerce-pagination ul li a {
	color: #000;
}

.woocommerce nav.woocommerce-pagination ul li span.current, .woocommerce nav.woocommerce-pagination ul li a:hover {
	color: #d45d6d;
	font-weight: 500;
	background: unset;
}

.woocommerce .woocommerce-ordering select {
	border: 1px solid #d45d6d;
	outline: 0;
	height: 30px;
	background: #fff;
}

/* FAQ accordions */
.fl-accordion .fl-accordion-item {
	border: 2px solid #fff;
	background: #d45d6d;
	border-radius: 10px;
	transition: 0.3s all;
}

.fl-accordion .fl-accordion-item .fl-accordion-button-label {
	color: #fff;
	font-size: 14px;
	outline: 0;
}

.fl-accordion .fl-accordion-item .fl-accordion-button-icon {
	color: #fff;
	opacity: 1;
}

.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-icon {
	color: #d45d6d;
}

.fl-accordion .fl-accordion-item.fl-accordion-item-active {
	border: 2px solid #d45d6d;
	background: #f6e6eb;
}

.fl-accordion .fl-accordion-item.fl-accordion-item-active .fl-accordion-button-label {
	color: #d45d6d;
}

.fl-accordion .fl-accordion-item .fl-accordion-content {
	padding: 0;
	margin: 0 40px 15px 20px;
	background: #fff;
	padding: 10px 20px;
	border-radius: 10px;
}

.fl-accordion .fl-accordion-item .fl-accordion-content p:last-child {
	margin: 0;
}

/** Partner Page **/
#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col {
	flex: 0 0 25%;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-module-photo {
	flex: 0 0 150px;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-module-separator {
	margin-top: auto;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-col-group {
	height: 78px;
	flex: 0 0 78px;
	display: flex;
	margin-left: 40px;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-col-group > .fl-col {
	width: unset;
	flex: unset;
	margin-right: 8px;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-col-group .fl-module-content {
	margin: 0;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-col-group .fl-col-content {
	flex: 0 0 38px;
}

#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col a.fl-button {
	height: 38px;
	width: 38px;
	border-radius: 50% !important;
}

/** Store page artist listing */
#artist-listing > .fl-row-content-wrap {
	border: 2px solid #f0a1ab;
	border-radius: 10px;
}

#artist-listing .fl-photo-content img {
	border-radius: 10px;
}

/** Contact form */
.fl-contact-form input, .fl-contact-form textarea {
	background-color: #f6e6eb;
	border: 1px solid #d45d6d;
}

.fl-contact-form input::placeholder, .fl-contact-form textarea::placeholder {
	color: #d45d6d;
}

.fl-contact-form input:focus, .fl-contact-form textarea:focus {
	background-color: #fff;
	border: 1px solid #d45d6d;
}

/** Footer */

.fl-page-footer .col-md-12 {
	display: flex;
	flex-direction: column;
}

.fl-page-footer-links {
	font-size: 32px;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.fl-page-footer-copyright {
	font-size: 10px;
	margin-bottom: 16px;
}

@media (max-width: 768px) {
	#partner-page .fl-row-content > .fl-col-group:not(:first-child) > .fl-col .fl-col-group > .fl-col {
		flex: inherit;
		margin-right: auto;
	}
	
	.fl-col-group.fl-col-group-equal-height.fl-col-group-custom-width {
		display: block !important;
	}
	.fl-photo-img {
		max-height: 149px;
		object-fit: contain;
	}
}
