/*
Theme Name: Minimog Child
Theme URI: http://minimog.thememove.com/
Author: ThemeMove
Author URI: http://thememove.com/
Version: 1.0.0
Template: minimog
Text Domain:  minimog-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.minimog-brand-desc-main-wrap{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
}

.minimog-brand-desc-main-wrap .minimog-brand-desc-wrap.full-width {
    width: 100%;
}

.minimog-brand-desc-main-wrap .minimog-brand-image-wrap{
    width: 200px;
    padding-right: 20px
}

.page-title-bar-content.pwb-brand-archive * {
    text-align: left;
}

.minimog-brand-desc-main-wrap .minimog-brand-image-wrap,
.minimog-brand-image-wrap {
    width: max-content !important;
}

@media screen and ( max-width: 767px ){
    .minimog-brand-desc-main-wrap .minimog-brand-image-wrap,
    .minimog-brand-desc-main-wrap .minimog-brand-desc-wrap{
        width: 100%;
    }

    .minimog-brand-desc-main-wrap .minimog-brand-image-wrap{
        padding-right: 20px;
        padding-left: 20px;
        margin-bottom: 10px
    }
}


/*Brand Solid Background or gradient if no brand image uplaoded*/
/*ELECTRONICS*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.electronics.no-banner-image:before {
    background-color: transparent;
    background-image: linear-gradient(270deg, #002B96 20%, #1149D3 50%);
}
.page-title-bar-fill-01 .pwb-brand-archive.electronics * {
    color: #fff;
}
.page-title-bar-fill-01 {
    margin: 0;
}
.insight_core_breadcrumb {
    justify-content: flex-start;
    margin: 10px 0 0
}
/*FOODS*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.food.no-banner-image:before {
    background-color: transparent;
    background-image: linear-gradient(270deg, rgb(46,125,50) 20%, rgb(139,195,74) 50%);
}
.page-title-bar-fill-01 .pwb-brand-archive.food * {
    color: #fff;
}

/*FASHION*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.fashion.no-banner-image:before {
    background-color: transparent;
    background-image: linear-gradient(270deg, rgb(176,0,48) 20%, rgb(128,0,32) 50%);
}
.page-title-bar-fill-01 .pwb-brand-archive.fashion * {
    color: #fff;
}

/*Jobs*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.jobs.no-banner-image:before {
    background-color: #FFCC33;
    background-image: none;
}

/*Homes*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.homes.no-banner-image:before {
    background-color: #FF5C00;
    background-image: none;
}
.page-title-bar-fill-01 .pwb-brand-archive.homes.no-banner-image * {
    color: #fff;
}

/*Homes*/
.page-title-bar-fill-01 .page-title-bar-bg.pwb-brand-archive.cars.no-banner-image:before {
    background-color: #E02B2B;
}
.page-title-bar-fill-01 .pwb-brand-archive.cars * {
    color: #fff;
}

/*global*/
.page-title-bar-fill-01 .pwb-brand-archive .heading,
.page-title-bar-fill-01 .page-title-bar-category-desc {
    max-width: 100%;
}
.page-title-bar-fill-01 .pwb-brand-archive .page-title-bar-content,
.page-title-bar-fill-01 .pwb-brand-archive .heading {
    text-align: left;
}
.page-title-bar-fill-01 .pwb-brand-archive .heading.small {
    font-family: var(--minimog-typography-body-font-family);
    font-weight: var(--minimog-typography-body-font-weight);
    font-size: 14px;
    line-height: var(--minimog-typography-body-line-height);
}
.page-title-bar-fill-01 .pwb-brand-archive .heading:not(.small) {
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.01em;
}
.page-title-bar-fill-01 .pwb-brand-archive .page-title-bar-category-wrap {
    margin: 0;
    letter-spacing: 0.01em;
}

/*Topbar*/
img.nexta-logo {
    width: 28px !important;
    height: auto;
}
  
.topbar-nav {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 9;
    background-color: #fafafa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Shadow for the container */
}
body.admin-bar .topbar-nav {
    top: 32px;
}
@media (max-width: 782px) {
    body.admin-bar .topbar-nav {
        top: 46px;
    }
}
.topbar-inner {
    display: flex;
    align-items: center;
    height: 84px;
    justify-content: space-between;
    gap: 10px;
}
.topbar-nav-sticky {
    height: 84px;
    width: 100%;
}
.drop-hdg {
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    font-family: 'Inter';
    color: rgba(22, 19, 62, 1);
}
.dropdown-wrapper {
    position: relative
}
.dropdown-wrapper .dropdown {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 9;
    background: rgb(247, 248, 252);
    border-radius: 4px;
    color: rgba(22, 19, 62, 1);
    padding-bottom: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,.6);
}
.dropdown-wrapper.show .dropdown {
    display: block;
}
.dropdown-wrapper .dropdown ul, .dropdown-wrapper .dropdown li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.dropdown-wrapper .dropdown li a {
    color: rgba(22, 19, 62, 1);
    padding: 1px 15px;
    display: block;
    text-decoration: none;
    min-width: 128px;
}
.dropdown-wrapper .dropdown li a:hover {
    color: rgb(18, 186, 249);
}
.dropdown-wrapper button {
    background: transparent;
    margin-left: 10px;
    padding: 0 20px 0 0;
    border-radius: 0;
    text-transform: capitalize;
    font-weight: 500;
    position: relative;
    border: 0;
    border-bottom: 1px solid #666;
    min-width: 128px;
    text-align: left;
    height: 24px;
    box-shadow: none;
}
.dropdown-wrapper .dropdown ul, .dropdown-wrapper .dropdown li,
.dropdown-wrapper button,
.ads-highlight {
    font-size: 15px;
    line-height: 24px;
    color: rgba(22, 19, 62, 1);
    font-family: 'Inter';
}

.dropdown-wrapper button:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    background: url(assets/images/topbar-dropdown-new.svg) center center no-repeat;
    width: 20px;
}

.dropdown-wrapper button:focus {
    outline: none;
}

.ads-highlight > label {
    display: flex;
    gap: 10px;
    align-items: center;
}
.switch {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 16px;
}
  
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .4s;
    border-radius: 12px;
    border: 1px solid #999999;
  }
  
  .switch .slider:before {
    position: absolute;
    content: "";
    height: 12px;
    width: 12px;
    left: 2px;
    bottom: auto;
    background-color: #999999;
    transition: .4s;
    border-radius: 50%;
    top: 1px;
}
  
  .switch input:checked + .slider {
    background-color: #fff;
  }
  
  .switch input:checked + .slider:before {
    transform: translateX(10px);
    background-color: rgb(18, 186, 249);
  }
  .topbar-logo img {
    float:left;
  }
  @media (max-width: 568px) {
    .dropdown-wrapper .drop-hdg > span {
        display:none;
    }
    .dropdown-wrapper button {
        margin-left: 0;
    }
    .dropdown-wrapper button {
        min-width: 120px !important;
    }
    .dropdown-wrapper .dropdown li a {
        padding: 1px 12px !important;
        min-width: 120px !important;
    }
  }

  @media (max-width: 480px) {
    .topbar-logo img {
       width: 100px !important;
       height: auto !important;
    }
   
  }
  @media (max-width: 425px) {
    .topbar-logo img {
        width: 90px !important;
    }
    .dropdown-wrapper button {
        margin-left: 0  !important;
    }
    .dropdown-wrapper button {
        min-width: 100px !important;
    }
    .dropdown-wrapper .dropdown li a {
        padding: 1px 12px !important;
        min-width: 100px !important;
    }
    
    .ads-highlight > label {
        gap: 6px;
    }
  }
  @media (max-width: 390px) {
    .dropdown-wrapper button {
        min-width: 90px !important;
    }
    .dropdown-wrapper .dropdown li a {
        min-width: 90px !important;
    }
    
  }
  @media (max-width: 368px) {
    .dropdown-wrapper button {
        min-width: 90px !important;
    }
    .topbar-logo img {
        width: 85px !important;
    }
    .ads-highlight {
        gap: 5px;
    }
    .dropdown-wrapper .dropdown ul, .dropdown-wrapper .dropdown li,
    .dropdown-wrapper button,
    .ads-highlight,
    .drop-hdg {
        font-size: 14px !important;
    }
}
@media (max-width: 350px) {
    .topbar-logo img {
        width: 70px !important;
    }
    .dropdown-wrapper button {
        min-width: 80px !important;
    }
    .dropdown-wrapper .dropdown li a {
        min-width: 90px !important;
    }
    .dropdown-wrapper .dropdown ul, .dropdown-wrapper .dropdown li, .dropdown-wrapper button, .ads-highlight, .drop-hdg {
        font-size: 13px !important;
    }
    .switch {
        width: 26px;
        height: 14px;
    }
    .switch .slider:before {
        height: 10px;
        width: 10px;
    }
}

@media (min-width: 1200px) {
    .topbar-nav .container {
        max-width: 1440px;
    }
}
/* Apply grayscale filter to the entire body */
body.ads-highlight-on .topbar-nav,
body.ads-highlight-on header,
body.ads-highlight-on .topbar-nav,
body.ads-highlight-on .page-footer-wrapper,
body.ads-highlight-on section.no-ads,
body.ads-highlight-on div.no-ads,
body.ads-highlight-on section div.no-ads,
body.ads-highlight-on.post-type-archive-product .container-broad,
body.ads-highlight-on.single-product .container-broad {
    filter: grayscale(1);
}

html.ads-highlight-on {
    overflow-x: hidden;
}
body.ads-highlight-on {
    overflow: hidden;
}

/*Product hover*/
.minimog-product:not(.style-list).group-style-06 .product:hover .background-color-expand {
    height: calc(100% + 15px) !important;
}

.minimog-product:not(.style-list) .product:hover .background-color-expand {
    height: 100% !important;
}

.minimog-product:not(.style-list).group-style-11 .product:hover .background-color-expand:before {
    height: calc(100% + 5px) !important;
}

/* Product action buttons */
.nexta-action-buttons {
    margin-top: 20px;
}

/* Product Tab Content */
.woocommerce-main-tabs .tab-content-wrapper {
    max-width: 100%;
}

/* Product Brands Tab */
.product-info .product-brand {
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
}

@media (max-width: 767px) {
    .single-product .product-brand-tab-list .product-brand-logo-wrap {
        margin: 0 auto 30px;
    }
}

.minimog-product .product-info .pwb-brands-in-loop {
    line-height: 28px;
}

/*Shop grid caption*/
.post-type-archive-product .page-title-bar-fill-01 .page-breadcrumb {
	display:none;
}
.post-type-archive-product .page-title-bar-fill-01 .page-title-bar-content {
	min-height: 50px;
	padding:20px 0;
}
.post-type-archive-product .page-title-bar-fill-01 .page-title-bar-bg {
	background-color: transparent;
	background-image:none;
}

body.jobs .pwb-brands-in-loop {
    margin-bottom: 10px;
}
body.jobs .pwb-brands-in-loop a {
    background: #f2f2f2;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px; 
    border-radius: 3px;    
}

body.jobs.single-product .product-info {
    display: flex;
    flex-direction: column;
}

body.jobs.single-product .pwb-brands-in-loop {
    order:1;
}
body.jobs.single-product .woocommerce-loop-product__title {
    order:2;
}
body.jobs.single-product .price {
    order:3;
}
body.jobs.single-product .loop-product-category {
    order:4;
}

body.homes .pwb-brands-in-loop a {
    font-size: 14px;
}

/*Single Product Brand Tab*/
.nexta-pwb_tab-content {
    display:flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: flex-start;
}
.nexta-brand-logo {
    width: max-content;
    max-width: 200px;
}
.nexta-brand-details {
    flex: 1;
}

.nexta-second-desc {
    margin-top: 20px;
}
@media (max-width: 430px) {
    .nexta-pwb_tab-content {
        gap: 20px;
    }
    .nexta-brand-logo {
        max-width: 135px;
    }
}
@media (max-width: 390px) {
    .nexta-pwb_tab-content {
        flex-direction: column;
    }
    .nexta-brand-logo {
        max-width: 200px;
    }
}


/* Drawer Search Styles */
#modal-global-search {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw; 
    height: 100vh;
    background: rgba(33,33,33,.4);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

#modal-global-search.active {
    opacity: 1;
    visibility: visible;
}

.drawer-search-form {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 680px;
    height: 100vh;
    background: #fff;
    padding: 5px 0 30px;
    box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
    z-index: 10000;
    margin-right: 0;
}

#modal-global-search.active .drawer-search-form {
    transform: translateX(0);
}


@media (max-width: 480px) {
    .drawer-search-form {
        width: 100%;
    }
}
.blog-id-4 .close-search-drawer-wrap {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 70px;
}
.blog-id-4 .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader),
.blog-id-4 .close-search-drawer {
    cursor: pointer;
    border: 0;
    background: url(assets/images/ic_search_close.svg) center center no-repeat;
}
.blog-id-4 .close-search-drawer {
    cursor: pointer;
    height: 100%;
    width: 100px;
}
.blog-id-4 .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) svg {
    display:none;
}
.blog-id-4 .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) {
    background-size: contain !important;
}
.blog-id-4 .dgwt-wcas-preloader.dgwt-wcas-close svg path,
.blog-id-4 .dgwt-wcas-search-submit svg path {
    stroke: #000;
}
.blog-id-4 .dgwt-wcas-search-submit svg {
    display: none;
}
.blog-id-4 .dgwt-wcas-search-submit {
    background: transparent url(assets/images/ic_search_dark.svg) center center no-repeat !important;
}
html:not(.dgwt-wcas-overlay-mobile-on) .modal-global-search-inner .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    background: #fff;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #e0e0e0 !important;
    box-shadow: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #212121 !important;
    outline: none;
    height: 44px;
}
html:not(.dgwt-wcas-overlay-mobile-on) .modal-global-search-inner .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    border-bottom: 2px solid #000 !important;
}

html:not(.dgwt-wcas-overlay-mobile-on) .modal-global-search-inner .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    color: #757575;
}
.blog-id-4 .dgwt-wcas-style-pirx.dgwt-wcas-style-pirx-compact .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 0px !important;
}
.blog-id-4 .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0 !important;
    right: 0 !important;
}
.search-active .dgwt-wcas-suggestions-wrapp {
    display: block !important;
    left: auto !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 680px;
    -ms-overflow-style: none; 
    scrollbar-width: none; 
    overflow-y: overlay;  
    max-height: calc(100vh - 150px) !important; 
}
    
.search-active .dgwt-wcas-suggestions-wrapp::-webkit-scrollbar {
    display: none;
}


html.search-active {
    overflow: hidden;
    padding-right: var(--scrollbar-width, 17px); 
}

body.search-active {
    overflow: hidden;
}
.search-info-inner {
    padding: 10%;
    text-align: center;
}
.search-info-inner-inner {
    max-width: 320px;
    margin: 0 auto;
    
}
.search-info-inner-inner h3 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -.7px;
    line-height: 28px;
    color: var(--minimog-color-heading);
}
#modal-global-search .dgwt-wcas-search-wrapp {
    max-width: 100%;
    padding-left: 80px !important;
    padding-right: 80px !important;
}

.blog-id-4 .dgwt-wcas-suggestions-wrapp >.dgwt-wcas-suggestion {
    padding-left: 80px !important;
    padding-right: 80px !important;
    position: relative;
}

.search-active .dgwt-wcas-si img {
    border: 0;
    border-radius: 0;
}
.blog-id-4 .dgwt-wcas-open-pirx .dgwt-wcas-details-wrapp, 
.blog-id-4 .dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.blog-id-4 .search-trigger-button {
    background: transparent url(assets/images/ic_search_dark.svg) 5px center no-repeat !important;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #fff;
    box-shadow: none;
    padding: 0 10px 0 35px;
    outline: none;
    width: max-content;
    height: 45px;
    line-height: 45px;
    font-weight: 400;
    border: 0 !important;
    color: var(--minimog-color-heading);
}
.home.blog-id-4 .search-trigger-button,
.home.blog-id-4 .search-trigger-button:hover {
    background: transparent url(assets/images/ic_search_light.svg) 5px center no-repeat !important;
    color: #fff;
}
.blog-id-4 .search-trigger-button:hover {
    background: #E2CCBF;
    border: 0 !important;
    box-shadow: none;
    color: var(--minimog-color-heading);
}

.blog-id-4 .search-trigger-button svg {
    display: none;
}
.blog-id-4 .header-pinned .search-trigger-button,
.blog-id-4 .header-pinned .search-trigger-button:hover {
    background: transparent url(assets/images/ic_search_dark.svg) 5px center no-repeat !important;
    color: var(--minimog-color-heading);
}


.dgwt-wcas-suggestion .dgwt-wcas-si {
    width: 50px;
    display: block;
    height: 50px;
}
.dgwt-wcas-suggestion .dgwt-wcas-si img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
    
