/*
	Theme Name: Moonb Theme
	Theme URI: https://example.com/
	Author: Developer
	Author URI: https://example.com/
	Description: A simple custom theme
	Version: 1.0
	License: GPLv2 or later
	Text Domain: moonb
*/

* {
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    color: #191919;
}
select:not([multiple]), select:not([multiple]):focus-visible {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right .5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    appearance: none;
    -webkit-appearance: none;
}
:where(ol, ul) {
    list-style: none;
    margin: 0;
    padding: 0;
}
.page_wrapper, .page-wrapper {
	max-width: 1400px;
	margin: 0 auto;
	padding: 0px 16px;
}
.main-header .page-wrapper, .header-menu .menu-wrapper {
   display: flex;
}
.main-header .page-wrapper {
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-menu .menu-wrapper {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.header-menu .menu-wrapper a {
	padding: 20px 26px;
	font-size: 20px;
	line-height: 26px;
	color: #191919;
	text-decoration: none;
	font-weight: 500;
}
.main-header .site-logo {
	display: flex;
	margin-bottom: -42px;
	z-index: 10;
}
.main-header .site-logo a {
	display: block;
}
.main-header .site-logo a:focus-visible {
	outline: 0;
}
.main-header .site-logo img {
	max-width: 120px;
	height: 100%;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.header-right {
	display: flex;
	align-items: center;
	gap: 16px;
	padding-right: 16px;
}
header .search-icon {
	cursor: pointer;
}
header .search-icon svg, .header-right .wp-cart, .header-right svg {
    display: block;
}
.header-right .wp-cart {
	position: relative;
}
.header-right .wp-cart .cart-count {
	position: absolute;
	right: -12px;
	top: -9px;
	background-color: #191919;
	width: 18px;
	height: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 9999px;
	font-size: 10px;
}
.top-bar .header-top-section {
	display: flex;
	align-items: center;
	align-content: center;
	vertical-align: middle;
	justify-content: center;
	gap: 10px;
	color: #F6F5F0;
	font-size: 16px;
	line-height: 18px;
	font-weight: 400;
}
.primary_btn, .secondary_btn {
    display: flex;
    height: 42px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    border-radius: 4px;
    width: 100%;
    max-width: 210px;
}
.primary_btn {
    background-color: #d85575;
    border: 1px solid #d85575;
    color: #fff;
}
.primary_btn:hover {
    background-color: #0000;
    color: #d85575;
}
.secondary_btn {
    background-color: #0000;
    border: 1px solid #d85575;
    color: #d85575;
}
.secondary_btn:hover {
    background-color: #d85575;
    color: #fff;
}
.section-title {
	text-align: center;
	margin: 0;
	font-family: "Playfair Display", serif;
	font-size: 30px;
	line-height: 36px;
	font-weight: 500;
	color: #191919;
}
.top-bar {
	background-color: #d85575;
	padding-top: 10px;
	padding-bottom: 10px;
}
.header-search-section {
    position: fixed;
    background-color: #fff;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    padding: 20px;
    z-index: 100;
    display: none;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    gap: 10px;
}
.active-search .header-search-section { 
    display: flex; 
}
form.woocommerce-product-search [type="search"] {
    border: 1px solid #D0D7DB;
    min-height: 42px;
    padding: 10px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #191919;
    width: 100%;
}
form.woocommerce-product-search button {
    background-color: #d85575;
    border: 1px solid #d85575;
    max-width: 210px;
    display: flex;
    height: 42px;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    justify-content: center;
    text-decoration: none;
    border-radius: 4px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}
form.woocommerce-product-search {
    max-width: 600px;
    display: flex;
    width: 100%;
    position: relative;
}
input[type="search"]:focus-visible,
input[type='email']:focus-visible,
textarea:focus-visible,
input[type="text"]:focus-visible,
input[type="password"]:focus-visible,
input[type="tel"]:focus-visible,
select:focus-visible {
    outline-color: #d85575;
}
.header-search-section .search-icon {
    min-height: 42px;
    display: flex;
    align-items: center;
}
.active-search::after {
    content: '';
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #19191991;
    inset: 0;
    z-index: 10;
}


footer {
	background-color: #f7f3e8;
	padding: 40px 0 0px;
}
footer .footer-container {
	display: flex;
	gap: 20px;
}
.footer-col {
	width: 20%;
}
.footer-col.first-col, .footer-col.newsletter {
	width: 30%;
}
footer h4 {
	font-weight: 500;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0%;
	text-transform: capitalize;
	margin-bottom: 10px;
	margin-top: 0;
}
.footer-col p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0%;
	max-width: 410px;
	margin:0;
}
.footer-col ul li a {
	font-weight: 400;
	font-size: 16px;
	line-height: 204.99999999999997%;
	letter-spacing: 0%;
	display: block;
	text-decoration: none;
	color: #191919;
}
.footer-col ul li a:hover {
	color: #d85575;
}
.social-media, .social-media a {
    display: flex;
    align-items: center;
    align-content: center;
    vertical-align: middle;
}
.social-media {
	flex-wrap: wrap;
	gap: 5px;
}
.social-media a {
	width: 38px;
	height: 38px;
	min-width: 38px;
	justify-content: center;
	border-radius: 100%;
	transition: .2s ease-in-out;
	text-decoration: none;
}
.footer-col .description {
	max-width: 345px;
}
footer .copyright {
    min-height: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    vertical-align: middle;
    font-weight: 400;
    font-size: 14px;
    line-height: 204.99999999999997%;
    letter-spacing: 0%;
    text-transform: capitalize;
     border-top: 1px solid #e7e7e7;
}
footer .footer-container {
    padding-bottom: 30px;
}
.newsletter-form input[type='email'] {
    height: 44px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #191919;
    background-color: transparent;
    border-radius: 5px;
    width: 100%;
    position: relative;
}
.newsletter-form .wpcf7-not-valid-tip {
    font-size: 14px;
}
.newsletter-form [type="submit"] {
    padding: 10px;
    background-color: #d85575;
    border-radius: 5px;
    border: 1px solid #d85575;
    font-size: 14px;
    color: #fff;
    line-height: 14px;
    position: absolute;
    right: 0;
    top: 0;
    height: 44px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 82px;
}
.clearfix::after {
   content: " "; 
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.newsletter-form {
    position: relative;
    margin-top: 10px;
}
.newsletter-form .wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
}
.newsletter-form .wpcf7-response-output {
    margin: 0 !important;
    font-size: 12px;
}
footer .footer-logo {
    max-height: 112px;
    width: auto;
    display: block;
}
.footer-col.first-col .footer-content {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
}
.header-menu .menu-wrapper ul.sub-menu {
    display: none;
}

.header-menu .menu-wrapper ul.sub-menu a {
    font-size: 14px;
    font-weight: 400;
    padding: 8px 12px !important;
    display: block;
}
.header-menu .menu-wrapper ul.sub-menu li {
    border-bottom: 1px solid #eee;
}
.header-menu .menu-wrapper ul.sub-menu li:last-child {
    border-bottom: 0;
}
.header-menu .menu-wrapper ul.sub-menu a:hover {
    color: #d85575;
}
.header-menu .menu-wrapper ul.sub-menu > .menu-item-has-children > a {
    background-color: #f7f2ec;
}
.header-menu .menu-wrapper > li {
    position: relative;
}
.header-menu .menu-wrapper > li.current-menu-item > a {
    color: #d85575;
}
header .menu-wrapper > .menu-item-has-children::after {
    content: '';
    width: 13px;
    height: 28px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M6.31747 7C6.09102 7 5.86461 6.91597 5.69196 6.74825L0.259196 1.46804C-0.0863988 1.13215 -0.0863988 0.587565 0.259196 0.251814C0.604651 -0.0839379 1.16486 -0.0839379 1.51049 0.251814L6.31747 4.92404L11.1245 0.251977C11.4701 -0.0837747 12.0302 -0.0837747 12.3757 0.251977C12.7214 0.587728 12.7214 1.13231 12.3757 1.4682L6.94297 6.74842C6.77025 6.91616 6.54383 7 6.31747 7Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: absolute;
    top: 0px;
    right: 10px;
        background-position: center;
    justify-content: center;
}
header .header-menu .menu-item-has-children > a {
    padding-right: 49px;
}
header .header-menu .menu-item-has-children.submenu-open .sub-menu {
    display: block;
}

.footer-col.first-col .description {
    max-width: 284px;
    margin-top: 10px;
}
.page-template-default main h2,
.page-template-default main h3,
.page-template-default main h4,
.page-template-default main h5,
.page-template-default main h6 {
    font-weight: 500;
}
.page-template-default main a{
    color: #191919;
}
.page-template-default main a:hover {
    color: #d85575;
}
.breadcrumb {
    margin: 0 0 1em;
    background-color: #f7f2ec;
    padding: 10px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    font-size: .92em;
    color: #767676;
    margin-top: 45px;
}
.breadcrumb a {
    color: #191919;
    text-decoration: none;
}
.page-template-default main#main {
    padding-bottom: 60px;
}






@media(min-width: 992px){
.menu-button-container, .header-menu .dropdown-icon.close {
    display: none;
}
.header-menu .menu-wrapper li:first-child a {
    padding-left: 0;
}
.header-menu .menu-wrapper > li > ul.sub-menu {
    position: absolute;
    z-index: 1;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    min-width: 200px;
    margin-top: 15px;
    left: 50%;
    transform: translateX(-50%);    
}
header .header-menu .menu-item-has-children:hover .sub-menu {
    display: block;
}
}

@media(max-width: 1600px){
.header-menu .menu-wrapper a {
    font-size: 16px;
}
}

@media(max-width: 1200px){
.header-menu .menu-wrapper a {
    padding: 20px 12px;
}
}

@media(max-width: 991px){
.top-bar .header-top-section {
    font-size: 12px;
    line-height: 14px;
}
.section-title {
    font-size: 24px;
}
.section-title a {
    font-size: 16px;
}
.footer-col.first-col, .footer-col.newsletter, .footer-col {
    width: 100%;
}
footer .footer-container {
    flex-direction: column;
    gap: 10px;
}
.primary_btn, .secondary_btn {
    max-width: 194px;
    height: 38px;
}
.primary_btn, .secondary_btn, .footer-col p { 
    font-size: 14px;
    line-height: 20px;
}
.footer-col p {
    max-width: 100%;
}
footer h4 {
    font-size: 16px;
    min-height: 54px;
    background-color: #e7e7e7;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    margin: 0;
}
footer h4::after {
    content: '';
    width: 13px;
    height: 7px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='7' viewBox='0 0 13 7' fill='none'%3E%3Cpath d='M6.31747 7C6.09102 7 5.86461 6.91597 5.69196 6.74825L0.259196 1.46804C-0.0863988 1.13215 -0.0863988 0.587565 0.259196 0.251814C0.604651 -0.0839379 1.16486 -0.0839379 1.51049 0.251814L6.31747 4.92404L11.1245 0.251977C11.4701 -0.0837747 12.0302 -0.0837747 12.3757 0.251977C12.7214 0.587728 12.7214 1.13231 12.3757 1.4682L6.94297 6.74842C6.77025 6.91616 6.54383 7 6.31747 7Z' fill='black'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}
footer h4.active::after {
    transform: rotate(180deg);
}
footer .footer-col .footer-content,
footer .footer-col ul:not(.social-media),
footer .newsletter-content {
    display: none;
    padding: 5px 15px 15px;
    background-color: #e7e7e7;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
footer h4.active ~ .footer-content, footer h4.active ~ ul, footer h4.active ~ .newsletter-content {
    display: block !important;
}
footer > .footer-container {
    padding-bottom: 20px;
}
footer h4.active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.header-menu {
    display: none;
}
.menu-open .header-menu {
    display: block;
    position: fixed;
    z-index: 10000;
    inset: 0;
    background-color: #fff;
}
.menu-open .header-menu .menu-wrapper {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: 0px;
    overflow: auto;
    height: calc(100vh - 50px);
}
.header-menu .menu-wrapper a {
    padding: 16px 0px;
    border-bottom: 1px solid #f1f1f1;
    display: block;
            font-size: 16px;
}
#primary-mobile-menu {
    background-color: transparent;
    border: 0;
    padding: 0;
    display: block;
    position: absolute;
    right: 16px;
    top: 70px;
}
#primary-mobile-menu svg {
    width: 20px;
    height: auto;
    display: block;
}
.main-header .page-wrapper {
    gap: 10px;
}
.header-menu .dropdown-icon.close {
    position: absolute;
    right: 15px;
    top: 15px;
}
.header-menu .dropdown-icon.close svg {
    display: block;
}
.header-menu .primary-menu-container {
    padding-top: 40px;
}
.main-header .site-logo img {
    max-width: 100px;
}
.main-header .site-logo {
    display: flex;
    margin-bottom: -19px;
}
header .menu-wrapper > .menu-item-has-children::after {
    top: 15px;
}
.social-media ul {
    display: flex;
        padding: 0;
}
.header-right {
    padding-right: 0;
}
.footer-col.first-col .description {
    max-width: 100%;
}
.footer-col.first-col .footer-content {
    border-radius: 5px;
            padding-top: 15px;
}
.page-template-default main#main {
    padding-bottom: 40px;
}
}
