/*
Theme Name: PowerVexa
Theme URI: https://www.powervexa.com/
Author: PowerVexa
Description: A fully editable toy shop and company WordPress theme converted from the bundled muban HTML template.
Version: 1.0.0
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: powervexa
*/

:root {
    --pv-primary: #f4511e;
    --pv-dark: #111;
    --pv-muted: #666;
}

body.admin-bar .main_menu_outer { top: 32px; }
img { max-width: 100%; height: auto; }
/* Keep all sections visible until AOS has measured the completed page layout. */
body.powervexa-theme:not(.pv-aos-enabled) [data-aos] { opacity: 1 !important; transform: none !important; transition: none !important; }
.custom-logo-link img { max-height: 76px; width: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.pv-content { padding: 70px 0; }
.pv-content .entry-content { line-height: 1.8; }
.pv-content .entry-content > * + * { margin-top: 1.2em; }
.pv-page-title { margin-bottom: 30px; font-size: 42px; }
.pv-empty { width: 100%; padding: 50px 20px; text-align: center; background: #f7f7f7; }
.pv-notice { margin: 0 auto 25px; padding: 13px 18px; max-width: 1280px; background: #eef9ef; color: #226b28; border-left: 4px solid #46a050; }
.pv-notice.error { background: #fff0f0; color: #8a2020; border-color: #d84343; }

/* WordPress menu output keeps the template's original navigation styling. */
.main_menu .menu { display: flex; align-items: center; }
.main_menu .menu-item { position: relative; }
.main_menu > .menu > .menu-item > a {
    padding: 14px 38px;
    color: #353535;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}
.main_menu .sub-menu { display: none; position: absolute; z-index: 999; min-width: 220px; background: #fff; padding: 12px 0; box-shadow: 0 8px 25px rgba(0,0,0,.12); }
.main_menu .menu-item:hover > .sub-menu { display: block; }
.main_menu .sub-menu .sub-menu { top: 0; left: 100%; }
.main_menu .sub-menu a { display: block; padding: 10px 20px; color: #222; }
.main_menu .current-menu-item > a,
.main_menu .current-menu-ancestor > a { color: var(--pv-primary); }
.categories_hd_inner .menu-items { display: none; }
.categories_hd_inner.is-open .menu-items { display: block; }
.home_page .categories_hd_inner .menu-items { display: block; }
.inner_main_page header .categories_hd_inner { height: 0; padding: 0; overflow: hidden; border-width: 0; opacity: 0; visibility: hidden; }
.inner_main_page header .categories_hd_inner.is-open { height: auto; padding: 30px 10px; border-width: 2px; opacity: 1; visibility: visible; }
header .categories_hd { width: 100%; padding: 14px 20px; border: 0; cursor: pointer; font: inherit; }
header .categories_hd p { margin: 0; color: #fff; font-size: 15px; font-weight: 500; line-height: 20px; white-space: nowrap; }
header .categories_hd img { width: 20px; margin-right: 20px; }
header .categories_hd_inner li a { padding: 0; color: #353535; font-size: 15px; font-weight: 400; line-height: 1.65; }
header .categories_hd_inner li + li { margin-top: 12px; }
.search_bar form { position: relative; display: flex; width: 100%; }
.search_bar form input { width: 100%; }
.search_bar form button { position: absolute; right: 0; top: 0; height: 100%; padding: 0 16px; background: transparent; border: 0; cursor: pointer; }
.page_up_section { padding: 0; border: 0; background: transparent; cursor: pointer; }
.banner_main_outer { position: relative; }
.banner_main_outer > a { display: block; }
.banner_main_outer > a > img { display: block; }
.home_page .main_menu_outer { position: relative; }
.home_page header .categories_hd_inner { opacity: 1; visibility: visible; }
.home_page .our_product_sec .our_product_box_inner > a > img { aspect-ratio: 1 / 1; object-fit: contain; }
.home_page .new_arrivals_section .arrivals_box_img img { aspect-ratio: 1 / 1; object-fit: contain; background: #f8f8f8; }
.home_page .blog_box_section .blog_left_box img { height: 100%; min-height: 150px; object-fit: cover; }
.home_page .gallery_section img { display: block; }

.pv-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px; width: 100%; }
.pv-product-grid .our_product_box { width: 100% !important; }
.pv-product-grid .our_product_box_inner > a > img { width: 100%; aspect-ratio: 1 / 1; object-fit: contain; background: #f8f8f8; }
.pv-product-grid .inner_text_our_prdt { min-height: 74px; }
.pv-old-price { margin-left: 8px; color: #999; text-decoration: line-through; font-size: .9em; }
.pv-badge { position: absolute; top: 12px; left: 12px; z-index: 2; padding: 5px 10px; border-radius: 2px; background: var(--pv-primary); color: #fff; font-size: 12px; text-transform: uppercase; }
.our_product_box_inner { position: relative; }
.pv-stars { color: #f6b900; letter-spacing: 2px; white-space: nowrap; }
.pv-products-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 20px; margin-bottom: 30px; }
.pv-products-toolbar form { display: flex; gap: 10px; }
.pv-products-toolbar select, .pv-products-toolbar input { min-height: 42px; padding: 8px 12px; border: 1px solid #ddd; }
.pv-pagination { margin-top: 45px; text-align: center; }
.pv-pagination .page-numbers { display: inline-block; min-width: 38px; padding: 8px 12px; margin: 0 3px; background: #f2f2f2; }
.pv-pagination .current { background: var(--pv-primary); color: #fff; }

.pv-hero { position: relative; overflow: hidden; min-height: 530px; background: #f7d9d0; }
.pv-hero img { width: 100%; min-height: 530px; object-fit: cover; }
.pv-hero-copy { position: absolute; top: 50%; left: max(5%, calc((100% - 1280px)/2)); transform: translateY(-50%); max-width: 520px; }
.pv-hero-copy .eyebrow { color: var(--pv-primary); font-weight: 700; text-transform: uppercase; letter-spacing: 2px; }
.pv-hero-copy h1 { margin: 12px 0 18px; font-size: clamp(44px, 5vw, 76px); line-height: 1.05; }
.pv-hero-copy p { font-size: 19px; line-height: 1.6; }
.pv-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; margin-top: 20px; padding: 0 26px; background: var(--pv-primary); color: #fff !important; border: 0; cursor: pointer; text-transform: uppercase; font-weight: 700; }
.pv-button:hover { background: #222; }

.pv-inner-banner { padding: 58px 0; background: #f7f1ed; text-align: center; }
.pv-inner-banner h1 { margin: 0 0 8px; font-size: 44px; }
.pv-inner-banner a { color: var(--pv-primary); }
.pv-single-product { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 60px; padding: 70px 0; }
.pv-product-gallery-main img { width: 100%; max-height: 650px; object-fit: contain; background: #f7f7f7; }
.pv-product-thumbs { display: flex; gap: 12px; margin-top: 15px; }
.pv-product-thumbs button { width: 88px; height: 88px; padding: 4px; border: 1px solid #ddd; background: #fff; cursor: pointer; }
.pv-product-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.pv-product-info h1 { margin-bottom: 16px; font-size: 42px; line-height: 1.2; }
.pv-product-price { margin: 18px 0; color: var(--pv-primary); font-size: 30px; font-weight: 700; }
.pv-product-summary { margin: 22px 0; line-height: 1.8; color: #555; }
.pv-product-meta { margin-top: 25px; padding-top: 20px; border-top: 1px solid #eee; }
.pv-quantity { width: 75px; min-height: 48px; padding: 8px; border: 1px solid #ddd; }
.pv-buy-row { display: flex; align-items: end; gap: 12px; }
.pv-buy-row .pv-button { margin-top: 0; }
.pv-description { padding: 0 0 70px; }
.pv-description h2 { margin-bottom: 20px; font-size: 30px; }

.pv-blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 30px; }
.pv-post-card { background: #fff; box-shadow: 0 5px 25px rgba(0,0,0,.08); }
.pv-post-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.pv-post-card-content { padding: 24px; }
.pv-post-card h2 { margin: 8px 0 12px; font-size: 24px; line-height: 1.35; }
.pv-post-meta { color: #888; font-size: 14px; }
.pv-post-card p { color: #666; line-height: 1.7; }

.pv-faq-list { max-width: 980px; margin: 0 auto; }
.pv-faq-item { margin-bottom: 14px; border: 1px solid #e6e6e6; }
.pv-faq-question { display: flex; justify-content: space-between; width: 100%; padding: 18px 22px; background: #fff; border: 0; text-align: left; font-size: 18px; font-weight: 700; cursor: pointer; }
.pv-faq-answer { display: none; padding: 0 22px 22px; line-height: 1.7; }
.pv-faq-item.is-open .pv-faq-answer { display: block; }
.pv-faq-item.is-open .pv-faq-question { color: var(--pv-primary); }

.pv-contact-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 55px; }
.pv-contact-card { padding: 30px; background: #f8f8f8; }
.pv-contact-card + .pv-contact-card { margin-top: 16px; }
.pv-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.pv-form-grid .full { grid-column: 1 / -1; }
.pv-form-grid input, .pv-form-grid textarea { width: 100%; padding: 14px; border: 1px solid #ddd; font: inherit; }
.pv-form-grid textarea { min-height: 160px; resize: vertical; }

.pv-cart-table { width: 100%; border-collapse: collapse; }
.pv-cart-table th, .pv-cart-table td { padding: 15px; border-bottom: 1px solid #eee; text-align: left; }
.pv-cart-product { display: flex; align-items: center; gap: 16px; }
.pv-cart-product img { width: 75px; height: 75px; object-fit: contain; background: #f7f7f7; }
.pv-cart-remove { background: none; border: 0; color: #a00; cursor: pointer; }
.pv-cart-total { margin-top: 25px; text-align: right; font-size: 24px; font-weight: 700; }
.pv-cart-qty { width: 65px; padding: 7px; border: 1px solid #ddd; }

#loginform { padding: 30px; background: #f8f8f8; }
#loginform label { display: block; margin-bottom: 6px; }
#loginform input[type=text], #loginform input[type=password] { width: 100%; padding: 12px; border: 1px solid #ddd; }
#loginform .button { min-height: 44px; padding: 0 24px; background: var(--pv-primary); color: #fff; border: 0; cursor: pointer; }

.pv-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.pv-team-card { text-align: center; }
.pv-team-card img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; }
.pv-team-card h3 { margin: 16px 0 4px; }
.pv-service-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.pv-service-feature { padding: 30px 22px; background: #f8f8f8; text-align: center; }
.pv-service-feature img { height: 52px; width: auto; margin-bottom: 15px; }

/* About Us follows the bundled about_us.html layout while keeping WordPress content dynamic. */
.about_main_page { width: 100%; max-width: 1980px; margin: 0 auto; overflow: hidden; color: #383838; }
.about_main_page .about_first_sec { width: 100%; padding: 60px 0; text-align: center; }
.about_main_page .about_first_sec > .inner_container > img { display: block; width: 100%; }
.about_main_page .about-page-content { margin: 0 auto; }
.about_main_page .about-page-content h1,
.about_main_page .about-page-content h2,
.about_main_page .about-page-content h3 { width: 60%; margin: 32px auto 30px; font-size: 22px; font-weight: 500; line-height: 1.5; }
.about_main_page .about-page-content p { margin: 0 auto; color: #000; font-size: 14px; line-height: 25px; }
.about_main_page .our_team_sec { width: 100%; padding: 20px 0 60px; }
.about_main_page .main_heading { text-align: center; }
.about_main_page .main_heading h1 { margin: 0; font-size: 37px; font-weight: 500; }
.about_main_page .our_team_row { display: flex; justify-content: space-between; margin-top: 45px; }
.about_main_page .our_team_box { width: 31%; }
.about_main_page .our_team_box:nth-child(2) { margin-top: 150px; }
.about_main_page .our_team_box > img { display: block; width: 100%; }
.about_main_page .our_team_text { text-align: center; }
.about_main_page .our_team_text h3 { margin: 12px 0 4px; font-size: 18px; font-weight: 600; }
.about_main_page .our_team_text p { margin: 0; font-size: 15px; }
.about_main_page .service_main_section { width: 100%; margin: 30px 0; padding: 80px 0; background: #f6f6f6; }
.about_main_page .service_row { display: flex; justify-content: space-between; align-items: flex-start; }
.about_main_page .service_box { width: 23%; text-align: center; transition: transform .5s ease; }
.about_main_page .service_box:hover { transform: scale(1.05); }
.about_main_page .service_box a { color: #383838; }
.about_main_page .service_img { display: flex; align-items: center; justify-content: center; width: 55px; height: 55px; margin: 0 auto; border: 1px solid #383838; border-radius: 50%; transition: transform .6s ease; }
.about_main_page .service_box:hover .service_img { transform: rotateY(360deg); }
.about_main_page .service_img img { width: 30px; height: 30px; object-fit: scale-down; }
.about_main_page .service_box h2 { margin: 12px 0 18px; font-size: 20px; font-weight: 500; }
.about_main_page .service_box p { margin: 0; font-size: 14px; line-height: 1.55; }
.about_main_page .newsletter_section { margin: 80px 0; padding: 80px 0; background-position: center; background-repeat: no-repeat; background-size: cover; }
.about_main_page .newsletter_section_inner { width: 450px; padding: 55px 35px; background: #fff; border-radius: 8px; box-shadow: 0 0 5px #e0d8d8; }
.about_main_page .newsletter_section_inner h3 { margin: 0; color: #000; text-align: center; font-size: 28px; font-weight: 500; }
.about_main_page .newsletter_section_inner p { text-align: center; }
.about_main_page .newsletter_section_inner form { margin-top: 50px; }
.about_main_page .newsletter_section_inner .fieldset_sec input { width: 100%; margin-bottom: 15px; padding: 20px 12px; border: 1px solid #d9d9d9; border-radius: 10px; outline: 0; color: #383838; font: inherit; }
.about_main_page .newsletter_section_inner #submit { width: 100%; padding: 20px 12px; border: 0; border-radius: 6px; background: #fde9be; color: #383838; font: inherit; font-weight: 500; cursor: pointer; transition: all .5s ease; }
.about_main_page .newsletter_section_inner #submit:hover { background: #80b6bb; color: #fff; transform: scale(1.01); }

/* Product collection page: mirrors muban/collection.html and uses WordPress product data. */
.collection_wrapper { width: 100%; max-width: 1980px; margin: 0 auto; padding: 60px 0; overflow: hidden; border-top: 1px solid #e5e5e5; }
.collection_wrapper .collection_outer { display: flex; justify-content: space-between; }
.collection_wrapper .collection_left { width: 20%; }
.collection_wrapper .collection_right { width: 73%; }
.collection_wrapper .collection_right > .pv-collection-banner { display: block; width: 100%; margin-bottom: 22px; }
.collection_wrapper .filter_product { display: none; border: 0; cursor: pointer; }
.collection_wrapper .accordion { display: flex; flex-direction: column; gap: 10px; }
.collection_wrapper .accordion-item { margin-bottom: 20px; }
.collection_wrapper .accordion-item-header { display: flex; width: 100%; align-items: center; justify-content: space-between; padding: 0 0 10px; border: 0; border-bottom: 1px solid #d1d1d1; background: transparent; color: #383838; font: inherit; cursor: pointer; text-align: left; }
.collection_wrapper .accordion-item-header-title { font-weight: 600; }
.collection_wrapper .icon_open { position: relative; width: 20px; height: 20px; }
.collection_wrapper .icon_open::before { position: absolute; top: -9px; right: 0; content: '-'; font-size: 30px; font-weight: 300; }
.collection_wrapper .accordion-item:not(.open) .icon_open::before { content: '+'; font-size: 24px; top: -5px; }
.collection_wrapper .accordion-item-description-wrapper { display: grid; height: auto; overflow: hidden; opacity: 1; visibility: visible; transition: all .35s ease; }
.collection_wrapper .accordion-item:not(.open) .accordion-item-description-wrapper { height: 0; opacity: 0; visibility: hidden; transform: translateY(8px); }
.collection_wrapper .accordion-item-description { margin-top: 22px; }
.collection_wrapper .accordion-item-description hr { border: 0; border-top: 1px solid #e4e4e4; margin: 0 0 18px; }
.collection_wrapper .categories_list ul { margin: 0; padding: 0; list-style: none; }
.collection_wrapper .categories_list li { padding: 2px 0; }
.collection_wrapper .filter_menu { display: flex; justify-content: space-between; align-items: center; color: #383838; font-size: 15px; line-height: 1.6; }
.collection_wrapper .filter_menu:hover, .collection_wrapper .filter_menu.active-title { color: #80b6bb; }
.collection_wrapper .filter_menu span img { width: 12px; }
.collection_wrapper .radio-button-container { position: relative; display: block; margin-bottom: 8px; padding-left: 32px; color: #383838; font-size: 15px; line-height: 25px; }
.collection_wrapper .checkmark { position: absolute; top: 4px; left: 0; width: 13px; height: 13px; border: 2px solid #8c8c8c; border-radius: 50%; background: #d0d0d0; }
.collection_wrapper .checkmark.checked { border-color: #80b6bb; background: #80b6bb; box-shadow: inset 0 0 0 2px #fff; }
.collection_wrapper .color_img { display: flex; flex-wrap: wrap; gap: 8px; }
.collection_wrapper .pv-color-filter { width: 28px; height: 28px; border: 2px solid #fff; border-radius: 4px; outline: 1px solid #ddd; background: var(--pv-filter-color); }
.collection_wrapper .pv-color-filter.is-active { outline: 2px solid #80b6bb; }
.collection_wrapper .pv-filter-empty { margin: 0; color: #777; font-size: 13px; line-height: 1.5; }
.collection_wrapper .featured_part_box { display: flex; justify-content: space-between; margin-bottom: 12px; padding-bottom: 12px; border-bottom: 1px solid #eee; }
.collection_wrapper .featured_post a:last-child .featured_part_box { border-bottom: 0; }
.collection_wrapper .featured_post_left { width: 35%; }
.collection_wrapper .featured_post_right { width: 60%; }
.collection_wrapper .featured_post_img { padding: 12px 8px; border: 1px solid #eee; }
.collection_wrapper .featured_post_img img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: contain; }
.collection_wrapper .featured_post_right p { margin: 0; font-size: 14px; line-height: 1.4; }
.collection_wrapper .featured_post_right h6 { margin: 10px 0 0; color: #80b6bb; font-size: 16px; font-weight: 600; }
.collection_wrapper .sort_section { display: flex; align-items: center; justify-content: space-between; }
.collection_wrapper .filter_sec_part { display: flex; align-items: center; position: relative; }
.collection_wrapper .dropdown_three { margin-left: 12px; }
.collection_wrapper .dd-button { min-height: 42px; padding: 8px 35px 8px 13px; border: 1px solid #ddd; border-radius: 0; background: #fff; color: #383838; font: inherit; cursor: pointer; }
.collection_wrapper .img_section { display: flex; align-items: center; }
.collection_wrapper .img_section .img_one { width: 25px; margin-left: 20px; }
.collection_wrapper .img_section .img_two { width: 30px; margin-left: 20px; }
.collection_wrapper .pv-products-count { color: #555; font-size: 14px; }
.collection_wrapper .years_fiter { display: flex; margin: 16px 0 20px; }
.collection_wrapper .years_fiter_box a { display: block; width: 110px; margin-right: 12px; padding: 9px 6px; background: #f5f5f5; color: #383838; font-size: 14px; text-align: center; }
.collection_wrapper .years_fiter_box.is-active a, .collection_wrapper .years_fiter_box a:hover { background: #80b6bb; color: #fff; }
.collection_wrapper .clcn_outer { display: flex; justify-content: space-between; margin-bottom: 22px; }
.collection_wrapper .box_clcn_section { width: 32%; padding: 20px; border: 1px solid #e9e7e7; }
.collection_wrapper .box_inner_clcn_section { position: relative; overflow: hidden; }
.collection_wrapper .box_clcn_section .product_img { display: block; width: 100%; height: 220px; object-fit: contain; }
.collection_wrapper .box_clcn_section .text_box { padding-top: 18px; transition: transform .5s ease; }
.collection_wrapper .box_clcn_section .text_box > p { min-height: 42px; margin: 0; color: #7d7d7d; font-size: 14px; line-height: 1.5; }
.collection_wrapper .box_clcn_section .start { display: flex; align-items: center; margin-top: 12px; }
.collection_wrapper .box_clcn_section .start img { width: 13px; margin-right: 2px; }
.collection_wrapper .box_clcn_section .start .price_sec { margin-left: 5px; color: #7d7d7d; font-size: 13px; }
.collection_wrapper .box_clcn_section h3 { margin: 10px 0 0; color: #80b6bb; font-size: 18px; font-weight: 600; }
.collection_wrapper .box_clcn_section h3 .pv-old-price { color: #999; font-size: 13px; font-weight: 400; }
.collection_wrapper .add_cart { height: 0; overflow: hidden; opacity: 0; transition: all .5s ease; }
.collection_wrapper .box_clcn_section:hover .add_cart { height: 42px; margin-top: 12px; opacity: 1; }
.collection_wrapper .add_cart_inner { display: flex; width: 100%; align-items: center; justify-content: center; gap: 7px; border: 0; background: #80b6bb; color: #fff; padding: 10px 5px; cursor: pointer; font: inherit; }
.collection_wrapper .add_cart_inner img { width: 18px; }
.collection_wrapper .like_item, .collection_wrapper .refesh_img, .collection_wrapper .show_img { position: absolute; display: flex; align-items: center; justify-content: center; width: 37px; height: 37px; border-radius: 50%; background: #fff; opacity: 0; transition: all .5s ease; }
.collection_wrapper .like_item { top: 4px; right: 4px; opacity: 1; }
.collection_wrapper .refesh_img { top: 49px; right: 4px; }
.collection_wrapper .show_img { top: 94px; right: 4px; }
.collection_wrapper .box_clcn_section:hover .refesh_img, .collection_wrapper .box_clcn_section:hover .show_img { opacity: 1; }
.collection_wrapper .like_item img, .collection_wrapper .refesh_img img, .collection_wrapper .show_img img { width: 18px; }
.collection_wrapper .pv-collection-pagination { margin-top: 30px; }
.collection_wrapper #pagination { display: flex; justify-content: flex-end; margin: 0; padding: 0; list-style: none; }
.collection_wrapper #pagination a, .collection_wrapper #pagination span { display: flex; width: 35px; height: 35px; align-items: center; justify-content: center; margin-left: 5px; border: 1px solid #ddd; color: #383838; }
.collection_wrapper #pagination .current { border-color: #80b6bb; background: #80b6bb; color: #fff; }

.footer_newsletter form { display: flex; width: 100%; }
.footer_newsletter .email_inner_ftr input[type=email] { flex: 1; }
.footer_newsletter .submit { border: 0; cursor: pointer; }
.copy_right p { color: #fff; }
.copy_right a { color: #fff; }

@media (max-width: 991px) {
    .pv-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv-blog-grid, .pv-team-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .pv-single-product, .pv-contact-grid { grid-template-columns: 1fr; }
    .pv-service-features { grid-template-columns: repeat(2, 1fr); }
    .pv-hero { min-height: 450px; }
    .pv-hero img { min-height: 450px; opacity: .55; }
    .pv-hero-copy { left: 5%; right: 5%; }
	.home_page header .categories_hd_inner { opacity: 0; visibility: hidden; }
	.home_page header .categories_hd_inner.is-open { opacity: 1; visibility: visible; }
	.home_page header .categories_hd_inner.is-open .menu-items { display: block; }
	.about_main_page .about-page-content h1,
	.about_main_page .about-page-content h2,
	.about_main_page .about-page-content h3 { width: 100%; }
	.about_main_page .our_team_row { flex-wrap: wrap; }
	.about_main_page .our_team_box { width: 100%; text-align: center; }
	.about_main_page .our_team_box:nth-child(2) { margin: 25px 0; }
	.about_main_page .our_team_box > img { max-width: 260px; margin: 0 auto; }
	.about_main_page .service_row { flex-wrap: wrap; gap: 25px 0; }
	.about_main_page .service_box { width: 48%; }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .main_menu > .menu > .menu-item > a { padding-left: 22px; padding-right: 22px; }
}

@media (max-width: 767px) {
    body.admin-bar .main_menu_outer { top: 46px; }
    .pv-product-grid, .pv-blog-grid, .pv-team-grid, .pv-service-features { grid-template-columns: 1fr; }
    .pv-form-grid { grid-template-columns: 1fr; }
    .pv-form-grid .full { grid-column: auto; }
    .pv-products-toolbar { align-items: stretch; flex-direction: column; }
    .pv-products-toolbar form { flex-direction: column; }
    .pv-inner-banner h1 { font-size: 34px; }
    .pv-single-product { gap: 30px; padding: 45px 0; }
    .pv-product-info h1 { font-size: 34px; }
	.about_main_page .about_first_sec { padding: 40px 0; }
	.about_main_page .about-page-content h1,
	.about_main_page .about-page-content h2,
	.about_main_page .about-page-content h3 { margin: 15px auto 20px; font-size: 20px; }
	.about_main_page .service_main_section { margin: 0; padding: 40px 0; }
	.about_main_page .service_box { width: 100%; }
	.about_main_page .newsletter_section { margin: 40px 0; padding: 55px 0; }
	.about_main_page .newsletter_section_inner { width: min(290px, 100%); padding: 40px 25px; }
	.about_main_page .newsletter_section_inner h3 { font-size: 22px; }
	.about_main_page .newsletter_section_inner form { margin-top: 35px; }
	.about_main_page .newsletter_section_inner .fieldset_sec input,
	.about_main_page .newsletter_section_inner #submit { padding: 16px 12px; }
}
