/*
Theme Name: Elite Apperal
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: elite
Version: 1.0
*/
/* Graphik - single family, weight based */
@font-face{
  font-family:'Graphik';
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Thin.ttf") format("truetype");
  font-weight:100;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-ThinItalic.ttf") format("truetype");
  font-weight:100;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Extralight.ttf") format("truetype");
  font-weight:200;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-ExtralightItalic.ttf") format("truetype");
  font-weight:200;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Light.ttf") format("truetype");
  font-weight:300;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-LightItalic.ttf") format("truetype");
  font-weight:300;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Regular.ttf") format("truetype");
  font-weight:400;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-RegularItalic.ttf") format("truetype");
  font-weight:400;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Medium.ttf") format("truetype");
  font-weight:500;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-MediumItalic.ttf") format("truetype");
  font-weight:500;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Semibold.ttf") format("truetype");
  font-weight:600;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-SemiboldItalic.ttf") format("truetype");
  font-weight:600;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Bold.ttf") format("truetype");
  font-weight:700;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-BoldItalic.ttf") format("truetype");
  font-weight:700;
  font-style:italic;
  font-display:swap;
}

/* Graphik-Super: genelde 800 gibi kullanılır */
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Super.ttf") format("truetype");
  font-weight:800;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-SuperItalic.ttf") format("truetype");
  font-weight:800;
  font-style:italic;
  font-display:swap;
}

@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-Black.ttf") format("truetype");
  font-weight:900;
  font-style:normal;
  font-display:swap;
}
@font-face{
  font-family:"Graphik";
  src:url("/wp-content/uploads/fonts/graphik/Graphik-BlackItalic.ttf") format("truetype");
  font-weight:900;
  font-style:italic;
  font-display:swap;
}

/* Product Tags on Archive - Chip Design */
.woocommerce ul.products li.product {
  position: relative;
}

/* Hide prices in product listings (loop only) */
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-Price-amount {
  display: none !important;
}

.woocommerce ul.products li.product .product-wrap,
.woocommerce ul.products li.product .product-image-wrap {
  position: relative;
}

/* Product Tags Wrapper - positioned directly above product image */
.woocommerce ul.products li.product .product-tags-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  pointer-events: none;
  max-width: calc(100% - 24px);
}

/* Ensure tags are inside product-wrap or product-image-wrap */
.woocommerce ul.products li.product .product-wrap .product-tags-wrapper,
.woocommerce ul.products li.product .product-image-wrap .product-tags-wrapper,
.woocommerce ul.products li.product > .product-tags-wrapper {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 100;
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip {
  pointer-events: auto;
  display: inline-block;
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip a {
  display: inline-block;
  background-color: #FFFFFF;
  color: #1a1a1a;
  padding: 6px 12px;
  border-radius: 5px;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: -0.13px;
  vertical-align: middle;
  text-decoration: none;
  border: 1px solid rgba(0, 0, 0, 0.08);
  transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  white-space: nowrap;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.woocommerce ul.products li.product .product-tags-wrapper .product-tag-chip a:hover {
  background-color: #1a1a1a;
  color: #ffffff;
  border-color: #1a1a1a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  transform: translateY(-1px);
}

/* Ensure tags appear above images */
.woocommerce ul.products li.product .product-wrap img,
.woocommerce ul.products li.product .product-image-wrap img,
.woocommerce ul.products li.product .product-wrap a img,
.woocommerce ul.products li.product .product-image-wrap a img {
  position: relative;
  z-index: 1;
}

/* ============================================
   Site-Wide Custom Styles
   ============================================ */

/* Carousel Products */
.carouselProducts .product-meta {
    display: none !important;
}

.carouselProducts .product-image-wrap {
    border-radius: 16px !important;
}

/* Milestones */
.milestones .subject {
    color: #374151;
    font-family: 'Inter';
}

i.fa.fa-check {
    color: #45BEA4 !important;
    right: 3.85px !important;
    font-size: 16px !important;
}

/* Info Images */
.infoImages img {
    width: 672px !important;
    height: 324px !important;
}

/* WooCommerce Tabs */
.woocommerce-page div.product .woocommerce-tabs {
    display: none !important;
}

/* Category Grid */
@supports (display:grid) {
    .nectar-category-grid[data-columns="4"][data-masonry=yes] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: minmax(40vh, auto);
    }
}

h3.cat-heading {
    color: #161E2E !important;
    background-color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    display: inline;
    padding: 12px !important;
    border-radius: 8px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

/* Info Box */
.infoBox p {
    font-family: Inter !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    line-height: 24px !important;
    letter-spacing: 0.24px !important;
    vertical-align: middle !important;
}

.infoBox h3 {
    font-weight: 600 !important;
    font-size: 26px !important;
    line-height: 110% !important;
    letter-spacing: 0% !important;
    vertical-align: middle !important;
}

.infoBox h2 {
    font-size: 56px !important;
    line-height: 110% !important;
}

/* Buttons */
a.nectar-button.medium.regular.regular-button.seeAllButton {
    font-family: Inter !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 24px !important;
    letter-spacing: 0%;
    border-radius: 8px !important;
    padding: 16px !important;
    margin: 0px !important;
}

.mainButton span {
    font-family: 'Inter';
    font-weight: 700 !important;
}

span.link_wrap.hover {
    border-radius: 8px !important;
}

/* Category Area */
.categoryArea .nectar-category-grid-item-bg {
    background-size: 180px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
    border: 1px solid #E5E7EB;
    border-radius: 16px !important;
}

/* Post List */
.postList .nectar-category-grid[data-alignment=bottom_left] .content {
    display: none;
}

/* WooCommerce Archive */
.woocommerce.archive #ajax-content-wrap .container-wrap, 
body #page-header-wrap.woo-archive-header.container {
    padding: 0px !important;
}

div#page-header-wrap, 
div#page-header-bg {
    height: 570px !important;
}

#page-header-bg span {
    color: black;
}

/* Typography */
.semiBold h2 {
    font-weight: 600 !important;
}

.pSemiBold {
    font-weight: 600 !important;
    font-size: 40px !important;
    line-height: 110% !important;
    letter-spacing: -1.08px !important;
}

.interSemiBold {
    font-weight: 700 !important;
}

.iconTick {
    display: inline-block !important;
    padding-right: 5px;
}

/* How We Work Section */
.howWeWork .nectar-sticky-tabs .wpb_tabs_nav li {
    line-height: 1;
    list-style: auto;
}

#ajax-content-wrap .howWeWork .nectar-bg-pseudo-accent-color:before, 
[data-style="list_featured_first_row"] .meta-category a:before {
    display: none;
}

.howWeWork .menu-content {
    border-bottom: 2px solid #D2D6DC;
    padding-bottom: 6%;
    width: 100% !important;
}

.howWeWork h3 {
    font-weight: 600 !important;
}

.howWeWork h2 {
    font-size: 56px !important;
    line-height: 110% !important;
    padding-bottom: 30px !important;
}

.howWeWork a.sub-desc.skip-hash {
    color: #6B7280 !important;
}

.howWeWork .wpb_tabs_nav {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: step;
}

.howWeWork .wpb_tabs_nav > li {
    counter-increment: step;
    display: flex;
    color: #6B7280 !important;
    align-items: flex-start;
    gap: 20px;
    margin: 0 0 24px 0;
    padding: 0;
}

.howWeWork .wpb_tabs_nav > li::before {
    content: counter(step);
    font-family: Graphik;
    font-weight: 500;
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    flex: 0 0 auto;
}

.howWeWork .wpb_tabs_nav > li .menu-content {
    min-width: 0;
}

/* Image Gallery */
.imageGallery img {
    border-radius: 16px !important;
}

body .portfolio-items:not(.carousel) .col.animated-in .inner-wrap {
    height: 80% !important;
}

/* Gallery Carousel */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
    width: 324px !important;
    height: 324px !important;
    position: relative;
    box-sizing: border-box;
    overflow: visible;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell img {
    width: 100% !important;
    height: 100% !important;
    display: block;
    object-fit: cover;
    border-radius: 16px;
    transform: rotate(var(--rot, 0deg));
    transform-origin: 50% 50%;
    will-change: transform;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 8px solid #fff;
    border-radius: 16px;
    pointer-events: none;
    box-sizing: border-box;
    transform: rotate(var(--rot, 0deg));
    transform-origin: 50% 50%;
    will-change: transform;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(2),
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(4) {
    --rot: 2deg;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(3) {
    --rot: -2deg;
}

@media (max-width: 1300px) {
    .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
        width: 324px !important;
        height: 324px !important;
    }
}

@media (max-width: 690px) {
    .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell {
        width: 250px !important;
        height: 250px !important;
    }
}

/* Team Members */
.leftMember .team-member,
.rightMember .team-member {
    display: grid;
    grid-template-columns: 320px 1fr;
    column-gap: 64px;
    align-items: center;
}

.leftMember .team-member img,
.rightMember .team-member img {
    grid-column: 1;
    grid-row: 1;
    width: 100%;
    max-width: 320px;
    border-radius: 18px;
    display: block;
}

.leftMember .team-member > :not(img),
.rightMember .team-member > :not(img) {
    grid-column: 2;
}

.team-member h4 {
    font-size: 42px;
    line-height: 1.05;
    margin: 0 0 8px;
}

.team-member .position {
    font-size: 12px;
    letter-spacing: .14em;
    opacity: .7;
    margin-bottom: 22px;
}

.team-member .description {
    position: relative;
    padding-left: 18px;
    max-width: 60ch;
    line-height: 1.6;
}

.team-member .description::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 2px;
    height: calc(100% - 8px);
    background: rgba(0, 0, 0, .15);
}

.rightMember .team-member {
    grid-template-columns: 1fr 320px;
}

.rightMember .team-member img {
    grid-column: 2;
}

.rightMember .team-member > :not(img) {
    grid-column: 1;
}

.rightMember .team-member .description {
    padding-left: 0;
    padding-right: 18px;
}

.rightMember .team-member .description::before {
    left: auto;
    right: 0;
}

@media (max-width: 900px) {
    .leftMember .team-member,
    .rightMember .team-member {
        grid-template-columns: 1fr;
    }

    .leftMember .team-member img,
    .rightMember .team-member img {
        grid-column: 1;
        margin: 0 auto 16px;
    }

    .leftMember .team-member > :not(img),
    .rightMember .team-member > :not(img) {
        grid-column: 1;
        text-align: center;
    }

    .team-member .description {
        padding: 0;
    }

    .team-member .description::before {
        display: none;
    }
}

div.team-member > h4 {
    display: none;
}

h2.teamMemberName {
    margin-left: -4px;
}

.teamJobTitle p {
    font-weight: 600 !important;
}

.nectar-responsive-text.teamDescription.font_size_desktop_18px.font_line_height_140pct.nectar-link-underline-effect {
    line-height: 140%;
    border-left: 1px solid #374151;
    padding-left: 18px;
}

/* Testimonials */
.testimonialText p {
    font-family: 'Graphik' !important;
}

.testimonialName p {
    font-weight: 600;
}

/* WooCommerce Error */
.woocommerce-error {
    background-color: white !important;
    border: 1px solid grey;
    color: red !important;
}

/* Contact Page */
a.nectar-button.jumbo.regular.m-extra-color-gradient-2.has-icon.wpb_animate_when_almost_visible.wpb_fadeInDown.fadeInDown.wpb_start_animation.animated {
    width: 100%;
    padding: 12px 32px !important;
    border: 1px solid #DFE1E7;
    border-radius: 12px !important;
    margin-top: 10px;
}

.contactTitle {
    font-weight: 500 !important;
}

.contactBody {
    color: #4B5563;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0px;
}

.contactSubTitle {
    color: #161E2E;
    font-weight: 600;
    letter-spacing: 0px;
    padding-bottom: 10px !important;
}

.ea-contact-form textarea {
    height: 180px;
}

.button.ea-submit {
    float: right !important;
    font-family: Inter !important;
    font-weight: 700 !important;
    background-color: #1C64F2 !important;
}

.container-wrap button[type=submit] {
    border-radius: 8px !important;
}

.ea-section-title {
    color: #4B5563 !important;
    font-family: Inter;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 110%;
}

h3.ctaHeading {
    font-weight: 700 !important;
    letter-spacing: 1.16px;
}

/* Category Search */
body #page-header-wrap.woo-archive-header.container .span_6 {
    padding: 0 3%;
    top: 80%;
}

.woocommerce.archive #page-header-wrap .inner-wrap {
    max-width: 100%;
}

.category-header-search {
    max-width: 100% !important;
}

.category-header-search .ea-cat-search {
    padding: 4px 2%;
}

.category-header-search .ea-icon {
    color: black;
    width: 20px;
    height: 20px;
    fill: #252F3F !important;
    opacity: .75;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    background-color: #D2D6DC !important;
    border-radius: 25px !important;
    padding: 10px !important;
}

/* Single Product Gallery */
.single-product div.product .woocommerce-product-gallery {
    position: relative;
}

/* Single Product - theme sets .container-wrap padding-top:40px.
   Desktop: remove it (clean top alignment).
   Mobile: keep 40px to avoid header overlap. */
@media (min-width: 1000px) {
    body.single-product[data-header-resize="0"] .container-wrap {
        padding-top: 0 !important;
    }
}
@media (max-width: 999px) {
    body.single-product[data-header-resize="0"] .container-wrap {
        padding-top: 40px !important;
    }
}

/* Single Product Summary spacing (details column) */
.woocommerce .single-product-summary {
    padding-top: 40px !important;
}

/* ============================================
   Single Product (top section only)
   Make ONLY the image + summary area full-width.

   Markup:
   .container.main-content > .row > .product > .nectar-prod-wrap
     - .single-product-main-image
     - .single-product-summary
   ============================================ */
/* Desktop only: full-bleed just for top product (image + summary) */
@media (min-width: 1000px) {
    body.single-product #ajax-content-wrap .container.main-content > .row > .product > .nectar-prod-wrap {
        margin-left: calc(-1 * var(--container-padding, 3vw)) !important;
        margin-right: calc(-1 * var(--container-padding, 3vw)) !important;
    }
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
    position: absolute;
    left: 14px;
    right: 14px;
    bottom: 14px;
    z-index: 6;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    margin: 0 !important;
    padding: 10px !important;
    list-style: none !important;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 14px;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
    float: none !important;
    margin: 0 !important;
    width: auto !important;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
    width: 64px !important;
    height: 64px !important;
    object-fit: cover;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    opacity: 0.9;
    cursor: pointer;
    transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img:hover {
    transform: translateY(-2px);
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
    border-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
}

@media (max-width: 768px) {
    .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        gap: 8px;
    }
    
    .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
        width: 56px !important;
        height: 56px !important;
    }
}

/* Product Meta */
.woocommerce div.product_meta > span {
    display: none;
}

p.price.nectar-inherit-h5 {
    display: none !important;
}

/* Flex Gap */
.flex_gap_desktop_30px > .vc_column-inner > .wpb_wrapper {
    gap: 20px !important;
}

/* Header Navigation */
@media only screen and (min-width: 1000px) {
    #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav > ul > li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        margin-bottom: 17px;
        margin-top: 17px;
    }
}

#header-outer nav li.menu-item-3170 > a .nectar-ext-menu-item .image-layer-outer {
    width: 300px !important;
}

#header-outer #top .sf-menu > li > ul {
    border-top: 1.5px solid #D3D3D3 !important;
}

/* Portfolio Items */
.elastic-portfolio-item.regular .top-level-image {
    aspect-ratio: 1 / 1;
    width: 100%;
    height: auto !important;
    object-fit: cover;
    display: block;
}

.elastic-portfolio-item.regular img {
    height: auto !important;
}

.elastic-portfolio-item.regular .work-item {
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

/* CTA Link */
#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
    border-radius: 8px !important;
}

/* Hero Switch */
.hero-switch-wrap {
    position: relative;
}

.hero-switch-wrap .hero-switch {
    position: absolute;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .25s ease, visibility .25s ease;
}

.hero-switch-wrap .hero-switch.is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 2;
}

.hero-tab:not(.is-active) {
    cursor: pointer;
    border: 1px solid #E5E7EB;
    border-radius: 16px;
}

.hero-tab.is-active {
    background-color: white;
    border: 0px !important;
    border-radius: 16px !important;
}

@media (max-width: 999px) {
    .hero-switch-wrap {
        min-height: 300px;
    }
}

/* Shop Filters */
.nectar-shop-filters {
    display: block;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
    margin-top: 20px;
}

.woocommerce .nectar-shop-filters .nectar-shop-filter-trigger {
    max-width: 200px;
}

.woocommerce-ordering select.orderby {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url("data:image/svg+xml,%3Csvg ... %3E") no-repeat right 0px center;
}

/* ============================================
   Mobile form spacing (Contact / Checkout)
   ============================================ */
@media (max-width: 768px) {
    /* EA Contact Form (shortcode: [ea_contact_form]) */
    .ea-contact-form textarea {
        height: 140px;
    }

    /* WooCommerce category/archive header: remove forced tall header on mobile */
    body.woocommerce.archive div#page-header-wrap,
    body.woocommerce.archive div#page-header-bg {
        height: auto !important;
        min-height: 0 !important;
    }

    /* WooCommerce Checkout */
    body.woocommerce-checkout .checkout .col2-set .col-1,
    body.woocommerce-checkout .checkout .col2-set .col-2 {
        float: none !important;
        width: 100% !important;
        padding-right: 0 !important;
    }

    body.woocommerce-checkout .woocommerce form .form-row {
        margin-bottom: 12px;
    }

    body.woocommerce-checkout .woocommerce form .form-row label {
        margin-bottom: 4px;
    }

    body.woocommerce-checkout .woocommerce form .form-row input.input-text,
    body.woocommerce-checkout .woocommerce form .form-row textarea,
    body.woocommerce-checkout .woocommerce form .form-row select {
        padding: 12px !important;
    }

    body.woocommerce-checkout #order_review_heading {
        margin-top: 18px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .product-container {
        padding: 14px;
    }

    body.woocommerce-checkout .woocommerce-checkout-review-order-table .cart_item {
        margin-bottom: 12px;
    }
}

/* ============================================
   Empty Cart on Checkout Page
   ============================================ */
.ea-checkout-empty-cart {
    text-align: center;
    padding: 80px 20px;
    max-width: 600px;
    margin: 0 auto;
}

.ea-checkout-empty-cart svg {
    display: block;
    margin: 0 auto 30px;
}

.ea-checkout-empty-cart h2 {
    font-size: 28px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
    font-family: inherit;
}

.ea-checkout-empty-cart p {
    font-size: 16px;
    color: #6B7280;
    margin-bottom: 30px;
    line-height: 1.6;
}

.ea-checkout-empty-cart .button {
    display: inline-block;
    background: #1a1a1a;
    color: #fff !important;
    padding: 16px 40px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
    border-radius: 0;
    transition: background 0.3s ease, transform 0.2s ease;
    border: none;
}

.ea-checkout-empty-cart .button:hover {
    background: #333;
    color: #fff !important;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .ea-checkout-empty-cart {
        padding: 60px 20px;
    }
    
    .ea-checkout-empty-cart h2 {
        font-size: 24px;
    }
    
    .ea-checkout-empty-cart p {
        font-size: 15px;
    }
    
    .ea-checkout-empty-cart svg {
        width: 60px;
        height: 60px;
    }
}

/* ============================================
   Header Cart Label - Add "Cart" text next to cart icon
   ============================================ */
.cart-menu a.cart-contents {
    display: inline-flex !important;
    align-items: center !important;
    flex-direction: row !important;
    gap: 8px;
}

.cart-menu a.cart-contents::after {
    content: none;
}

/* Header (top nav) - show "Cart" text next to icon (icon → Cart → badge) */
#header-outer .cart-menu .cart-icon-wrap {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px;
}

#header-outer .cart-menu .cart-icon-wrap i.icon-salient-cart {
    position: static !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    order: 1;
}

#header-outer .cart-menu .cart-icon-wrap::after {
    content: "Cart";
    order: 2;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    white-space: nowrap;
}

#header-outer .cart-menu .cart-icon-wrap .cart-wrap {
    position: static !important;
    top: auto !important;
    right: auto !important;
    float: none !important;
    margin: 0 !important;
    order: 3;
}

/* ============================================
   Header Cart Hover (Mini Cart) - Remove link
   - "×" color: #FF383C
   - Add "Remove" text to the left (same color + typography)
   ============================================ */
#header-outer .widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:not(.with_text) {
    color: #FF383C !important;
    -webkit-text-fill-color: #FF383C !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
    font-weight: 500 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 110% !important;
    letter-spacing: 0 !important;

    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 6px;

    width: auto !important;
    height: auto !important;
    line-height: 110% !important;

    /* override theme defaults for the tiny "x" */
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 0 0 12px !important;
    text-align: center !important;
    vertical-align: middle !important;
}

#header-outer .widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:not(.with_text)::before {
    content: "Remove";
    color: #FF383C;
}

#header-outer .widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:not(.with_text) {
	padding-bottom:12px !important;
}

/*quantity mini cart / ajax */
#header-outer .widget_shopping_cart .cart_list .quantity::before {
    content: "Quantity: ";
}

/*checkout*/
#header-outer  a.button.checkout.wc-forward {
    display: block !important;
    width: 100% !important;
font-weight: 700 !important;
font-size: 16px !important;
line-height: 24px !important;
letter-spacing: 0% !important;


}

#header-outer .widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:not(.with_text):hover,
#header-outer .widget_shopping_cart .cart_list li a.remove.remove_from_cart_button:not(.with_text):focus {
    color: #FF383C !important;
    -webkit-text-fill-color: #FF383C !important;
    background: transparent !important;
    opacity: 0.9;
}

/* Header Cart Hover (Mini Cart) - Card width */
#header-outer .widget_shopping_cart,
#header-outer .widget_shopping_cart_content,
#header-outer .widget_shopping_cart .cart_list {
    width: 400px !important;
    max-width: calc(100vw - 40px);
}

/* Header Cart Hover (Mini Cart) - Top bar inside dropdown
   Left: cart icon + Cart + items count (badge)
   Right: Total: $...
*/
#header-outer .widget_shopping_cart_content {
    display: flex;
    flex-direction: column;
}

#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total {
    order: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin: 0 !important;
    padding: 14px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);

    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 14px;
    line-height: 110%;
    letter-spacing: 0;
}

/* Count items in the mini cart list (line items) */
#header-outer .widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
    counter-reset: ea_mini_cart_items;
}
#header-outer .widget_shopping_cart_content .woocommerce-mini-cart.cart_list > li {
    counter-increment: ea_mini_cart_items;
}

/* Left side: reuse <strong> (hide its "Subtotal:" text, replace with Cart + badge) */
#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total > strong {
    display: inline-flex !important;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 0; /* hide default "Subtotal:" text */
    line-height: 1;
}

#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total > strong::before {
    content: "Cart";
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0;
    color: inherit;
    white-space: nowrap;
    padding-left: 26px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px 18px;
    /* simple cart icon (inline SVG) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 7h15l-1.5 8.5a2 2 0 0 1-2 1.5H9a2 2 0 0 1-2-1.6L5.2 3.5H3' stroke='%23111827' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 21a1 1 0 1 0 0-2 1 1 0 0 0 0 2Zm9 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z' fill='%23111827'/%3E%3C/svg%3E");
}

#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total > strong::after {
    content: counter(ea_mini_cart_items);
    background-color: #D2D6DC;
    width: 22px;
    height: 22px;
    border-radius: 30px;
    opacity: 1;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 12px;
    line-height: 1;
    color: #111827;
}

/* Right side: "Total: $..." */
#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total > .woocommerce-Price-amount {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    white-space: nowrap;
}
#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__total.total > .woocommerce-Price-amount::before {
    content: "Total:";
}

#header-outer .widget_shopping_cart_content .woocommerce-mini-cart.cart_list {
    order: 2;
}

#header-outer .widget_shopping_cart_content .woocommerce-mini-cart__buttons.buttons {
    order: 3;
}

/* Header Cart Hover (Mini Cart) - Buttons
   - Hide "View cart"
   - Checkout only, full width, bg: #3364F3
*/
/* #header-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a:not(.checkout) {
    display: none !important;
} */

#header-outer .widget_shopping_cart .woocommerce-mini-cart__buttons a.checkout {
    display: block !important;
    margin-left: 0 !important;
    background-color: #3364F3 !important;
    border-color: #3364F3 !important;
    color: #fff !important;
    text-align: center;
}
.wc-block-cart-item__prices, .wc-block-cart-items__header-total, .wc-block-cart-item__total, .wp-block-woocommerce-cart-order-summary-block {
	display: none!important;
}

.carouselProducts .product-meta {
	display:none !important;
}

.carouselProducts .product-image-wrap {
	border-radius:16px !important;
}

.milestones .subject {
color: #374151; 
	font-family: 'Inter';
}

i.fa.fa-check {
	color: #45BEA4 !important;
right: 3.85px !important;
	font-size:16px !important;
}

.infoImages img {
	width:672px !important;
	height:324px !important;
}

.woocommerce-page div.product .woocommerce-tabs {
    display: none !important;
}

@supports (display:grid) {
    .nectar-category-grid[data-columns="4"][data-masonry=yes] {
        grid-template-columns: 1fr 1fr 1fr 1fr;
        grid-auto-rows: minmax(40vh, auto);
    }
}

h3.cat-heading {
    color: #161E2E !important;
    background-color: white;
    font-size: 16px !important;
    line-height: 24px !important;
    display: inline;
    padding: 12px !important;
    border-radius: 8px !important;
    font-family: 'Inter' !important;
    font-weight: 700 !important;
    letter-spacing: 0px !important;
}

.infoBox p {
	font-family: Inter !important;
font-weight: 400 !important;
font-size: 16px !important;
line-height: 24px !important; 
letter-spacing: 0.24px !important;
vertical-align: middle !important;

}

.infoBox h3 {
font-weight: 600 !important;
font-size: 26px !important;
line-height: 110% !important;
letter-spacing: 0% !important;
vertical-align: middle !important;
}

.infoBox h2 {
font-size: 56px !important;
line-height: 110% !important;

}

a.nectar-button.medium.regular.regular-button.seeAllButton {
	font-family: Inter !important;
font-weight: 600;
font-size: 18px !important;
line-height: 24px !important;
letter-spacing: 0%;
border-radius:8px !important;
	padding:16px !important;
	margin:0px !important;
}

.categoryArea .nectar-category-grid-item-bg {
    background-size: 180px !important;
    background-position: center center !important;
    background-repeat: no-repeat;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
}

.postList .nectar-category-grid[data-alignment=bottom_left] .content {
	display:none;
}

.woocommerce.archive #ajax-content-wrap .container-wrap, body #page-header-wrap.woo-archive-header.container {
    padding: 0px !important;
}

div#page-header-wrap, div#page-header-bg {
	height:570px !important;
}

.semiBold h2 {
	font-weight:600 !important;
}

.iconTick {
	display: inline-block !important;
	padding-right:5px;
}

.mainButton span {
	font-family: 'Inter';
	font-weight:700 !important;
}

.nectar-category-grid .nectar-category-grid-item .inner {
    background-color: #F9FAFB !important;
    border: 1px solid #E5E7EB;
    border-radius: 16px !important;
}

/*how we work*/
/*list style*/
.howWeWork .nectar-sticky-tabs .wpb_tabs_nav li {
    line-height: 1;
    list-style: auto;
}

#ajax-content-wrap .howWeWork .nectar-bg-pseudo-accent-color:before, [data-style="list_featured_first_row"] .meta-category a:before {
	display:none;
}

.howWeWork .menu-content {
    border-bottom: 2px solid #D2D6DC;
    padding-bottom: 6%;
	width:100% !important;
}

.howWeWork h3{
	font-weight: 600 !important;
}

.howWeWork h2 {
font-size: 56px !important;
line-height: 110% !important;
		padding-bottom:30px !important;

}

.howWeWork a.sub-desc.skip-hash {
	color:#6B7280 !important;
}

/* HOW WE WORK – custom numbered tabs */
.howWeWork .wpb_tabs_nav {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: step;
}

.howWeWork .wpb_tabs_nav > li {
  counter-increment: step;
  display: flex;
	color:#6B7280 !important;
  align-items: flex-start;
  gap: 20px;             
  margin: 0 0 24px 0;    
  padding: 0;
}

/* custom number (marker replacement) */
.howWeWork .wpb_tabs_nav > li::before {
  content: counter(step);
  font-family: Graphik;
  font-weight: 500;
  font-style: normal;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0;
  flex: 0 0 auto;
}

/* text container */
.howWeWork .wpb_tabs_nav > li .menu-content {
  min-width: 0;
}
span.link_wrap.hover {
	border-radius:8px !important;
}

.imageGallery img {
	border-radius:16px !important;
}

body .portfolio-items:not(.carousel) .col.animated-in .inner-wrap {
	height:80% !important;
}

/*about us*/

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
  width: 324px !important;
  height: 324px !important;
  position: relative;
  box-sizing: border-box;
  overflow: visible; 
}


.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell img{
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: cover;
  border-radius: 16px;
  transform: rotate(var(--rot, 0deg));
  transform-origin: 50% 50%;
  will-change: transform;
}

.wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell::after{
  content: "";
  position: absolute;
  inset: 0;
  border: 8px solid #fff;
  border-radius: 16px;
  pointer-events: none;
  box-sizing: border-box;

  transform: rotate(var(--rot, 0deg));
  transform-origin: 50% 50%;
  will-change: transform;
}

/* 2) Hangi slaytlar dönecekse burada ayarla */
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(2),
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(4){
  --rot: 2deg;
}
.wpb_gallery_slidesflickity_static_height_style .nectar-flickity .flickity-slider .cell:nth-child(3){
  --rot: -2deg;
}

/* 3) Responsive boyutlar */
@media (max-width: 1300px){
  .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
    width: 324px !important;
    height: 324px !important;
  }
}
@media (max-width: 690px){
  .wpb_gallery_slidesflickity_static_height_style .nectar-flickity:not(.masonry) .flickity-slider .cell{
    width: 250px !important;
    height: 250px !important;
  }
}

@media (min-width: 690px){
.pSemiBold {
font-weight: 600 !important;;
font-size: 40px !important;;
line-height: 110.00000000000001% !important;
letter-spacing: -1.08px !important;
}
}
.interSemiBold {
	font-weight:700 !important;
}

/* === Team member base layout === */
/* ===== BASE ===== */
.leftMember .team-member,
.rightMember .team-member{
  display: grid;
  grid-template-columns: 320px 1fr;
  column-gap: 64px;
  align-items: center;
}

/* Image */
.leftMember .team-member img,
.rightMember .team-member img{
  grid-column: 1;
  grid-row: 1;
  width: 100%;
  max-width: 320px;
  border-radius: 18px;
  display: block;
}

/* Text column: grab everything except image */
.leftMember .team-member > :not(img),
.rightMember .team-member > :not(img){
  grid-column: 2;
}

/* Title */
.team-member h4{
  font-size: 42px;
  line-height: 1.05;
  margin: 0 0 8px;
}

/* Position */
.team-member .position{
  font-size: 12px;
  letter-spacing: .14em;
  opacity: .7;
  margin-bottom: 22px;
}

/* Description with line */
.team-member .description{
  position: relative;
  padding-left: 18px;
  max-width: 60ch;
  line-height: 1.6;
}

.team-member .description::before{
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 2px;
  height: calc(100% - 8px);
  background: rgba(0,0,0,.15);
}

/* ===== RIGHT VERSION ===== */
.rightMember .team-member{
  grid-template-columns: 1fr 320px;
}

.rightMember .team-member img{
  grid-column: 2;
}

.rightMember .team-member > :not(img){
  grid-column: 1;
}

.rightMember .team-member .description{
  padding-left: 0;
  padding-right: 18px;
}

.rightMember .team-member .description::before{
  left: auto;
  right: 0;
}

/* ===== MOBILE ===== */
@media (max-width: 900px){
  .leftMember .team-member,
  .rightMember .team-member{
    grid-template-columns: 1fr;
  }

  .leftMember .team-member img,
  .rightMember .team-member img{
    grid-column: 1;
    margin: 0 auto 16px;
  }

  .leftMember .team-member > :not(img),
  .rightMember .team-member > :not(img){
    grid-column: 1;
    text-align: center;
  }

  .team-member .description{
    padding: 0;
  }

  .team-member .description::before{
    display: none;
  }
}

/*teammember*/

div.team-member > h4 {
    display: none;
} 
h2.teamMemberName {
margin-left: -4px;
}

.teamJobTitle p {
	font-weight:600 !important;
}

.nectar-responsive-text.teamDescription.font_size_desktop_18px.font_line_height_140pct.nectar-link-underline-effect {
    line-height: 140%;
    border-left: 1px solid #374151;
    padding-left: 18px;
}

/*testimoniols*/

.testimonialText p {
	font-family: 'Graphik' !important;
}

.testimonialName p {
font-weight: 600;
}

.woocommerce-error {
	background-color: white !important;
	border:1px solid grey;
	color:red !important;
}

/*contact page*/
a.nectar-button.jumbo.regular.m-extra-color-gradient-2.has-icon.wpb_animate_when_almost_visible.wpb_fadeInDown.fadeInDown.wpb_start_animation.animated {
	width:100%;
	padding:12px 32px !important;
	border:1px solid #DFE1E7;
	border-radius:12px !important;
	margin-top:10px;
	
}

.contactTitle {
	font-weight:500 !important;
	
}

.contactBody {
	color:#4B5563;
font-size: 16px;
line-height: 110%;
letter-spacing: 0px;
}

.contactSubTitle {
	color:#161E2E;
	font-weight: 600;
	letter-spacing: 0px;
	padding-bottom:10px !important;
}

.ea-contact-form textarea {
    height: 180px;
}

.button.ea-submit {
	float:right !important;
	font-family: Inter !important;
font-weight: 700 !important;
	background-color:#1C64F2 !important;
}

    .container-wrap button[type=submit] {
	border-radius:8px !important;
}

.ea-section-title {
color:#4B5563 !important;
font-family: Inter;
font-weight: 700;
font-style: Bold;
font-size: 16px;
line-height: 110%;

	}

h3.ctaHeading {
font-weight: 700 !important;
letter-spacing: 1.16px;
}

/* category search*/

body #page-header-wrap.woo-archive-header.container .span_6 {
    padding: 0 3%;
    top: 80%;
}

.woocommerce.archive #page-header-wrap .inner-wrap {
	max-width:100%;
}

.category-header-search {
	max-width:100% !important;
}

.category-header-search .ea-cat-search {
	padding:4px 2% ;
}

.category-header-search .ea-icon {
	color:black;
}

.category-header-search .ea-icon {
    width: 20px;
    height: 20px;
    fill: #252F3F !important;
    opacity: .75;
}

body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    background-color: #D2D6DC !important;
    border-radius: 25px !important;
    padding: 10px !important;
}

/* Single product only */
.single-product div.product .woocommerce-product-gallery {
  position: relative;
}

/* Thumbnails overlay bottom inside the main image */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
  position: absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  z-index: 6;

  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: flex-start;

  margin: 0 !important;
  padding: 10px !important;
  list-style: none !important;
  background: rgba(255,255,255,0.1);
  border-radius: 14px;
}

/* Make li not float */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs li {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

/* Thumbnail images */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
  width: 64px !important;
  height: 64px !important;
  object-fit: cover;
  border-radius: 12px;
  border: 2px solid rgba(255,255,255,0.9);
  opacity: 0.9;
  cursor: pointer;
  transition: transform 0.15s ease, opacity 0.15s ease, border-color 0.15s ease;
}

.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img:hover {
  transform: translateY(-2px);
  opacity: 1;
}

/* Active thumb */
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img.flex-active {
  border-color: rgba(0,0,0,0.5);
  opacity: 1;
}

/* Mobile: allow scrolling thumbnails */
@media (max-width: 768px) {
  .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 8px;
  }
  .single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
    width: 56px !important;
    height: 56px !important;
  }
}

.woocommerce div.product_meta>span {
	display:none;
}

.flex_gap_desktop_30px> .vc_column-inner > .wpb_wrapper {
	gap:20px !important;
}

@media only screen and (min-width: 1000px) {
    #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav >ul >li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) > a {
        margin-bottom: 17px;
        margin-top: 17px;
    }
}

/* Sadece sağ alttaki 2 küçük görsel */
.elastic-portfolio-item.regular .top-level-image {
  aspect-ratio: 1 / 1;
  width: 100%;
  height: auto !important;
  object-fit: cover;
  display: block;
}

/* Isotope inline height override ederse */
.elastic-portfolio-item.regular img {
  height: auto !important;
}

/* Kareyi gerçekten korumak için parent */
.elastic-portfolio-item.regular .work-item {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

#ajax-content-wrap .nectar-cta[data-style=text-reveal-wave][data-using-bg=true] .link_wrap {
	border-radius:8px !important;
}

/* Container */
		.hero-switch-wrap { position: relative; }

		/* Left images overlay */
		.hero-switch-wrap .hero-switch {
			position: absolute;
			inset: 0;
			opacity: 0;
			visibility: hidden;
			pointer-events: none;
			transition: opacity .25s ease, visibility .25s ease;
		}
		.hero-switch-wrap .hero-switch.is-active {
			opacity: 1;
			visibility: visible;
			pointer-events: auto;
			z-index: 2;
		}

.hero-tab:not(.is-active) {
  cursor: pointer;
	border:1px solid #E5E7EB;
	border-radius:16px;
}

		.hero-tab.is-active { 
			background-color: white;
			border:0px !important;
			border-radius:16px !important;
}

		/* Small mobile safety */
		@media (max-width: 999px) {
			.hero-switch-wrap { min-height: 300px; }
		}

#page-header-bg span {
    color: black;
}

.nectar-shop-filters {
	display:block;
}

.woocommerce #ajax-content-wrap .widget_layered_nav_filters ul li {
	margin-top:20px;
}

.woocommerce .nectar-shop-filters .nectar-shop-filter-trigger {
	max-width:200px;
}

.woocommerce-ordering select.orderby {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3Csvg ... %3E") no-repeat right 0px center;
}

/* Woo ordering select/select2 spacing + alignment */
.woocommerce .woocommerce-ordering select,
.woocommerce .woocommerce-ordering .select2-container--default .select2-selection--single {
  padding: 10px !important;
  text-align: center !important;
}

/* ============================================
   Woo Sidebar - remove widget list borders
   Selector provided by request:
   .woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) ul li
   ============================================ */
.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) ul li {
  border: 0 !important;
  border-bottom: 0 !important;
}

/* Product category pages: keep woocommerce_layered_nav-4 open by default */
body.tax-product_cat #sidebar #woocommerce_layered_nav-4 {
  /* Match theme "open" state for icon styling */
  -webkit-tap-highlight-color: transparent;
}

body.tax-product_cat #sidebar #woocommerce_layered_nav-4 > ul,
body.tax-product_cat #sidebar #woocommerce_layered_nav-4 > div,
body.tax-product_cat #sidebar #woocommerce_layered_nav-4 > .woocommerce-widget-layered-nav-dropdown,
body.tax-product_cat #sidebar #woocommerce_layered_nav-4 > ul.woocommerce-widget-layered-nav-list {
  display: block !important;
}

#header-outer nav li.menu-item-3170 > a .nectar-ext-menu-item .image-layer-outer {
	width: 300px !important;
}

#header-outer #top .sf-menu > li > ul {
	border-top:1.5px solid #D3D3D3 !important;
}

p.price.nectar-inherit-h5 {
    display: none !important;
}

h3.vc_custom_heading.vc_do_custom_heading.whyUsText {
	font-weight:600 !important;
}

@media only screen and (max-width:987px) {
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
		margin-left: auto !important;
		margin-right:auto !important;
		display: block !important;
	width:100% !important;
	text-align:none !important;
	}
}
header .nectar-woo-cart {
	    padding: 9px;
    background: #1c64f2;
    border-radius: 8px;
    color: #fff;
}
header .nectar-woo-cart * {
    color: #fff!important;
}
header .nectar-woo-cart .icon-salient-cart:before {
	color:  #fff!important;
}
/* Layout flex */
header #top nav {
    display: flex;
    align-items: center;
}

/* Make duplicated left buttons appear before menu */
header .custom-buttons-left {
    order: -1;
}

/* Hide cart in left copy */
header .custom-buttons-left .nectar-woo-cart {
    display: none !important;
}

/* Hide search in original button area */
header ul.buttons:not(.custom-buttons-left) #search-btn,
header ul.buttons:not(.custom-buttons-left) .ea-inline-search-li {
    display: none !important;
}
header .buttons.product_added {
	margin-left: 0!important;
}
header ul.buttons.custom-buttons-left  {
	margin-right: 10px!important;
	min-width: 50vw;
}
header ul.buttons.custom-buttons-left li.ea-inline-search-li, header ul.buttons.custom-buttons-left li.ea-inline-search-li .ea-inline-search-wrap {
	width: 100%!important;
}
header .nectar-global-section-megamenu .menu-item-object-product_cat.current-menu-item a {
	font-weight: bold!important;
	white-space: nowrap;
}
header nav[aria-label="Main Menu"] {
	max-width: 100% !important;
    width: 100% !important;
}
header nav[aria-label="Main Menu"] ul {
	max-width: 100% !important;
    width: auto !important;
	justify-content: space-between;
}
header > container {
	max-width: 1440px;
}
/* Push cart to far right */
ul.buttons:not(.custom-buttons-left) {
    margin-left: auto;
}


/* ============================================
   Email Signup (shortcode: [contactPage], [elite_email_signup])
   ============================================ */
.ea-email-signup .ea-email-signup-form {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ea-email-signup .ea-email-signup-form input[type="email"] {
  width: 367px;
  max-width: 100%;
  height: 56px;
  border: 0;
  border-radius: 8px;
  opacity: 1;
  box-shadow: 0px 0px 0px 1px rgba(131, 131, 131, 1) inset;
  padding: 0 16px;
  background: #fff;
}

.ea-email-signup .ea-email-signup-form button[type="submit"] {
  height: 56px;
  border-radius: 8px;
  background: rgba(252, 233, 106, 1);
  color: #111827;
  border: 0;
  padding: 0 18px;
  font-weight: 700;
}

.ea-email-signup .ea-email-signup-message {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.4;
}

.ea-email-signup .ea-email-signup-message.is-success {
  color: #065f46;
}

.ea-email-signup .ea-email-signup-message.is-error {
  color: #b91c1c;
}

@media (max-width: 520px) {
  .ea-email-signup .ea-email-signup-form {
    flex-direction: column;
    align-items: stretch;
  }

  .ea-email-signup .ea-email-signup-form input[type="email"],
  .ea-email-signup .ea-email-signup-form button[type="submit"] {
    width: 100%;
  }
}


/* Global submit button override for regular forms */
body[data-form-submit="regular"] .container-wrap button[type=submit]:not(.search-widget-btn) {
    background-color: rgba(252, 233, 106, 1) !important;
    border-radius: 8px !important;
    padding: 10px 24px !important;
	color:black !important;
	font-family: 'Inter' !important;
	font-family: 18px !important;
	line-height:24px !important;
}

.vc_column_container.mega-menu img {
	    height: 200px;
    width: 100%!important;
    object-fit: contain;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08)!important;
}
@media (max-width: 768px) {
	.vc_column_container.mega-menu img {
	    height: 100px;
	}
	#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container li .mega-menu a {
		font-size: 16px;
	}
	#slide-out-widget-area[class*=slide-out-from-right] .off-canvas-menu-container .mega-menu .img-with-aniamtion-wrap {
		margin-bottom: 10px!important;	
	}
	.mega-menu > .vc_column-inner {
		padding-top: 20px!important;
	}
}
.nectar-global-section-megamenu {
	border: 1px solid #ccc;
}
.nectar-global-section-megamenu  .brand-dropdown {
	margin-bottom: 0!important;
}
.nectar-global-section-megamenu  .brand-dropdown h4 {
	font-family: "Inter"!important;
}
.brand-list li {
	margin-bottom: 5px;
}
.industry-dropdown{
    display:flex;
    overflow:hidden;
}

.industry-list{
    width:25%;
    border-right:1px solid #ccc;
/* 	padding: 40px; */
}

.industry-item{
    display:block!important;
    padding:5px 22px;
    text-decoration:none;
    color:#222;
    transition:0.25s;
	width: 100%;
}

.industry-item:hover,
.industry-item.active{
    background:#f7f7f7;
    font-weight:600;
}

.industry-preview {
    flex:1;
    position:relative;
    padding: 24px 24px 0 24px;	
    border-radius:12px;
	height: 250px;
}

.industry-image{
/*     position:absolute; */
    inset:20px;
    width:calc(100% - 40px)!important;
    height:calc(100% - 40px)!important;
	object-fit: contain !important;
    display: none;
    box-shadow: unset !important;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.industry-image.active{
    display:block;
}
.industry-header h4{
	text-transform: capitalize!important;
	font-family: "Inter"!important;
	padding: 5px 22px;
}
.shop-all-dropdown{
    display:flex;
    overflow:hidden;
}

.shop-category-column{
    width:20%;
    border-right:1px solid #ccc;
}

.shop-types-column{
    width:20%;
    border-right:1px solid #ccc;
}

.shop-image-column{
    flex:1;
    padding:24px 24px 0 24px;
    height:250px;
}

.shop-column-title h4{
    padding:5px 22px;
	text-transform: uppercase!important;
	font-family: "Inter"!important;
}

.shop-category-item {
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:5px 22px;
    cursor:pointer;
}

.shop-category-item:hover,
.shop-category-item.active{
    background:#f7f7f7;
    font-weight:600;
}

.shop-arrow{
    font-size:18px;
    color:#999;
}

.shop-types-group{
    display:none;
    padding:10px 0;
}

.shop-types-group.active{
    display:block;
}

.shop-type-item{
    display:block!important;
    padding:5px 20px;
    color:#222;
    text-decoration:none;
}

.shop-type-item:hover{
    background:#f7f7f7;
}

.shop-preview-image{
    inset:20px;
    width:calc(100% - 40px)!important;
    height:calc(100% - 40px)!important;
	object-fit: contain !important;
    display: none;
    box-shadow: unset !important;
    transition: opacity 0.3s ease;
    border-radius: 12px;
    border: 1px solid #ccc;
}

.shop-preview-image.active{
    display:block;
 }
/*@media (max-width: 1024px) {
	.brand-list {
		height: 300px;
	}
	.brand-list li {
		color: #222!important;
	}
} */
.woocommerce.single-product  div.product div.images .flex-control-thumbs {
    overflow: scroll;
}
.single-product div.product .woocommerce-product-gallery ol.flex-control-thumbs img {
	min-width: 60px;
}
#header-outer .mobile-mini-cart .widget_shopping_cart {
	display: none!important;
}
#header-outer .mobile-mini-cart .widget_shopping_cart.mobile-cart-active {
    opacity: 1;
    visibility: visible;
	display: block!important;
	pointer-events: auto;
	margin-top: 50px;
	z-index: 99999;
}
#header-outer .mobile-mini-cart .widget_shopping_cart.mobile-cart-active .buttons, #header-outer .mobile-mini-cart .widget_shopping_cart.mobile-cart-active .cart_list, #header-outer .mobile-mini-cart .widget_shopping_cart.mobile-cart-active .total {
	opacity: 1;
}