
/*--------------------------------------------------------------*/
    /* #region - Header Icons */
/*--------------------------------------------------------------*/

    /*--- Header Icons ---*/

    .wdt-header-icons-list { display: block; }
    
    .wdt-header-icons-list-item { display: inline-block; vertical-align: middle; }

    .wdt-header-icons-list-item div[class*="menu-icon"],
    .wdt-header-icons-list-item div[class*="menu-icon"] > a,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span,
    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner,
    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner > * {
        display: flex;
    }
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a .wdt-shop-menu-cart-icon{
        gap: 10px;
        flex-direction: row-reverse;
    }

    .wdt-header-icons-list {
        flex-wrap: wrap;
        display: flex;
        gap: 0px;
    }

    .wdt-header-icons-list-item {
        padding: 0;
        position: relative;
        padding: 0 clamp(0.9375rem, 0.3125rem + 1.3021vw, 1.875rem) /*30px - 15px*/;
        border-right: 2px solid var(--wdtSecondaryColor);
    }
    .wdt-header-icons-list-item:first-child{
        padding-left: 0;
    }
    .wdt-header-icons-list-item:last-child{
        border-right: 0px solid;
        padding-right: 0;
    }
    .wdt-header-icons-list-item::after {
        content: "";
        height: auto;
        width: 0px;
        background-color: rgba(var(--wdtHeadAltColorRgb), 0.05);
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0;
    }

    .wdt-header-icons-list-item:last-child:after {
        opacity: 0;
        visibility: hidden;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] {
        align-content: stretch;
        align-items: center;
        height: 100%;
        width: 100%;
        justify-content: center;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] > a,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span {height: 100%;width: 100%;}

    .wdt-header-icons-list-item div[class*="menu-icon"] > a .icotype-label ,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a .screen-reader-text{
        cursor: pointer;
        font-weight: var(--wdtFontWeight_Ext);
        text-transform: uppercase;
        font-size: var(--wdtFontSize_Base);
        color: var(--wdtSecondaryColor);
        transition: var(--wdtBaseTransition);
    }
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover .icotype-label ,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover .screen-reader-text{
        color: var(--wdtPrimaryColor);
    }
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover svg,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover svg{
        color: var(--wdtSecondaryColor);
    }
    .wdt-header-icons-list-item div[class*="menu-icon"] > a .screen-reader-text{
        clip: auto !important;
        clip-path: none !important;
        height: auto !important;
        width: auto !important;
        margin: 0 !important;
        overflow: visible !important;
        position: static !important;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] i,
    .wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span {font-size: var(--wdtFontSize_Ext); color:var(--wdtPrimaryColor); transition: var(--wdtBaseTransition);}

    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span svg { display: inline-flex; height: 1em; width: 1em; max-height: 100%; max-width: 100%; }

    .wdt-header-icons-list-item div[class*="menu-icon"] i,
    .wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"] {
        height: 100%;
        line-height: inherit;
        text-align: center;
        display: flex;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] i { display: inline-flex; overflow: hidden; }

    .wdt-header-icons-list-item div[class*="menu-icon"] i,
    .wdt-header-icons-list-item div[class*="menu-icon"] *[class*="icon"],

    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span,
    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner > * {
        align-items: center;
        justify-content: center;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] i:before,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span svg { margin: auto; }

    .wdt-header-icons-list-item div[class*="menu-icon"] > a + span {
        font-size: 0.625rem; /* 10px */
        line-height: 18px;
        min-height: 18px;
        min-width: 18px;
        position: absolute;
        right: 6px;
        top: 20px;
        text-align: center;
        border-radius: var(--wdtRadius_Full);
    }

    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner {
        height: 100%;
        align-items: stretch;
    }

    .wdt-header-icons-list>div.wdt-header-icons-list-item .wdt-shop-menu-cart-icon {
        background-color: transparent;
    }

    .wdt-dark-bg .wdt-header-icons-list-item div[class*="menu-icon"] i,
    .wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon > *,
    .wdt-dark-bg .wdt-header-icons-list>div.wdt-header-icons-list-item a .wdt-shop-menu-cart-icon {
        background-color: transparent;
    }

    .wdt-dark-bg .wdt-header-icons-list-item a:not(:hover) i,
    .wdt-dark-bg .wdt-header-icons-list > div.search-item a.wdt-search-icon:not(:hover) > *,
    .wdt-dark-bg .wdt-header-icons-list>div.wdt-header-icons-list-item a:not(:hover) .wdt-shop-menu-cart-icon {
        color: var(--wdtAccentTxtColor);
    }

    .wdt-header-icons-list-item .wdt-shop-menu-icon,
    .wdt-header-icons-list-item .wdt-wishlist-menu-icon { position: relative; }

    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-number,
    .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count {
        font-size: 0.625rem; /* 10px */
        height: 18px;
        padding: 0;
        width: 18px;
    }

    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-number:empty,
    .wdt-header-icons-list-item .wdt-wishlist-menu-icon .wdt-wishlist-count:empty {
        display: none;
    }

    .wdt-header-icons-list>div.user-authlink-item .wdt-user-authlink-menu-icon img {
        height: 100%;
        width: 35px;
        object-fit:cover;
    }

    .wdt-header-icons-list>div.user-authlink-item .wdt-user-authlink-menu-icon img + .icotype-label {
        margin-left: 4px;
    }

    .wdt-header-icons-list>div.search-item {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wdt-header-icons-list > div.search-item.search-default { 
        border-width: 0; padding-left: 15px; padding-right: 15px; -webkit-box-shadow: none; box-shadow: none; }

    .wdt-header-icons-list > div.search-item.search-default a.wdt-search-icon { display: none; }

    .wdt-header-icons-list > div.search-item.search-default .wdt-search-form-container { line-height: 0; }
    .wdt-search-form-container #searchform .quick_search_results.active{
        visibility: hidden;
    }
    .wdt-search-form-container.show #searchform .quick_search_results.active{
        visibility: visible;
    }   

    .wdt-header-icons-list > div.search-item.search-default #searchform { border-width: 0; }

    .wdt-header-icons-list > div.search-item.search-default #searchform input[type="text"] { 
        border-width: 1px; width: 100%; font-size: var(--wdtFontSize_Base); text-transform: none; }

    .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"],
    .wdt-header-icons-list>div.search-item.search-default #searchform:before { color: var(--wdtBodyTxtColor); }

    .wdt-header-icons-list>div.search-item.search-default #searchform #searchform ul.quick_search_results li.quick_search_data_item a {
        grid-template-columns: 45px 1fr; }

    .wdt-search-form-container #searchform { border-width: 0; width: 100%; max-width: 100%; }

    body > .wdt-search-form-container #searchform input[type="text"],
    .wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"] {
        width: 100%; color: var(--wdtHeadAltColor); 
        text-transform: capitalize; padding-right: 4em; margin-bottom: 0; }

    body > .wdt-search-form-container #searchform input[type="text"]::-webkit-input-placeholder,
    .wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: inherit; opacity: 0.66;
    }

    body > .wdt-search-form-container #searchform input[type="text"]::-moz-placeholder,
    .wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]::-moz-placeholder { /* Firefox 19+ */
        color: inherit; opacity: 0.66;
    }

    body > .wdt-search-form-container #searchform input[type="text"]:-ms-input-placeholder,
    .wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]:-ms-input-placeholder { /* IE 10+ */
        color: inherit; opacity: 0.66;
    }

    body > .wdt-search-form-container #searchform input[type="text"]:-moz-placeholder,
    .wdt-header-icons-list>div.search-item:not(.search-default) .wdt-search-form-container #searchform input[type="text"]:-moz-placeholder { /* Firefox 18- */
        color: inherit; opacity: 0.66;
    }    
    body > .wdt-search-form-container #searchform{
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        margin: auto;
    }

    .wdt-header-icons-list>div.search-item a.wdt-search-icon {
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        -webkit-transition: var(--wdtBaseTransition);
        transition: var(--wdtBaseTransition);
        margin: auto;
    }

    .wdt-header-icons-list>div.search-item a.wdt-search-icon > * {
        height: 100%;
        line-height: inherit;
        width: 100%;
        transition: inherit;
    }

    .wdt-header-icons-list>div.search-item a.wdt-search-icon > *:before {
        height: 100%;
        line-height: inherit;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .wdt-search-form-container {
        opacity: 1;
        visibility: hidden;
        -webkit-transition: var(--wdtAltTransition);
        transition: var(--wdtAltTransition);
    }

    /* .wdt-search-form-container:not(.show) {
        display: none;
    } */

    .wdt-search-form-container.show,
    .wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container {
        opacity: 1;
        visibility: visible;
    }
    .wdt-header-icons-list > div.search-item.search-default,
    .wdt-search-form-container.show,
    .wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container{
        width: 100%;
    }


    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
        height: auto;
        margin-top: 0;

        position: absolute;
        left: auto;
        right: 8px;
        top: 50%;

        width: 20em;
        z-index: 1;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container #searchform input[type="text"] { 
        border-radius: var(--wdtRadius_Zero); }

    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
        width: 25em;
    }

    body > .wdt-search-form-container .wdt-search-form-close {
        left: auto;
        position: absolute;
    }

    _:default:not(:root:root),
    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
        right: 42px;
    }

    .wdt-search-form-container .wdt-search-form-close {
        cursor: pointer;
        position: absolute;
        content: "";
        width: 50px;
        height: 100%;
        left: 100%;
        top: 0;
        opacity: 0;
        -webkit-transition: var(--wdtBaseTransition);
        transition: var(--wdtBaseTransition);
    }

    .wdt-search-form-container .wdt-search-form-close {
        opacity: 1;
    }

    .elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon {
        padding: 0;
    }
    
    /* .wdt-search-form-container:not(.show) {display: none;} */

    /* ---Wishlist Style--- */
    .wdt-header-icons-list .wdt-wishlist-count{display: inline-flex;}

/* common menu icon styles */
    .wdt-header-icons-list-item div[class*="menu-icon"] > a{
        /* width: 40px;
        height:40px; */
        /* background: var(--wdtHeadAltColor); */
        border-radius:var(--wdtRadius_Zero);
        /* color: var(--wdtAccentTxtColor); */
    }
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a:focus {
        color: var(--wdtBtnHoverTxt);
    }

/* darkbg */
    .wdt-dark-bg .wdt-header-icons-list-item div[class*="menu-icon"] > a{       
        color: var(--wdtAccentTxtColor);
    }
    .wdt-dark-bg .wdt-header-icons-list-item div[class*="menu-icon"] > a:hover{
        color: var(--wdtLinkHoverColor);
    }

/*--------------------------------------------------------------*/
    /* #endregion - Header Icons */
/*--------------------------------------------------------------*/


/*--------------------------------------------------------------
    Accents
--------------------------------------------------------------*/

    /* Primary */
    .wdt-header-icons-list>div.search-item.search-default #searchform:hover:before,
    .wdt-header-icons-list>div.search-item.search-default #searchform:focus-within:before { color: var(--wdtPrimaryColor); }


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

    @media only screen and (max-width: 1280px) {


        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
            width: 15em;
        }

        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show,
        body > .wdt-search-form-container #searchform {
            width: 18.5em;
        }

        .overlay-header-search .overlay-search #searchform {
            width: 75%;
        }

    }


    /*----*****---- << Tablet (Portrait) >> ----*****----*/

    /* Note: Design for a width of 768px */
    @media only screen and (min-width:768px) and (max-width:1024px) {


    }


    /*----*****---- << Mobile (Landscape) >> ----*****----*/


    /* Common Styles for the devices below 767px width */

    @media only screen and (max-width: 767px) {

/*      .wdt-header-icons-list>div.search-item {
            display: block;
        } */

        .wdt-header-icons-list>div.search-item .wdt-search-form-container {
            right: 50px;
            top: 0px;
            height: 100%;
        }

        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container { right: auto !important; width: 240px; }
        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show { left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); }

        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
            width: 400px;
        }

        .wdt-header-icons-list>div.search-item .wdt-search-form-container #searchform {
            height: 100%;
        }

        .elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon .fa-search::before {
            background-size: 75%;
            background-position: center;
            background-repeat: no-repeat;
        }


        #header div[class*="elementor-"] div[class*="elementor-element-"].elementor-element.elementor-widget-wdt-header-icons .elementor-widget-container {
            margin: 0;
        }

        .wdt-header-icons-list>div.search-item .wdt-search-form-container #searchform input[type="text"] {
            padding: 15px 50px 14px 25px;
            height: 100%;
        }

        .overlay-search #searchform input[type="text"] {
            font-size: var(--wdtFontSize_H4);
        }

        .overlay-header-search .overlay-search #searchform {
            padding: 0;
        }
        
        .wdt-header-icons-list-item div[class*="menu-icon"] > a .icotype-label ,
        .wdt-header-icons-list-item div[class*="menu-icon"] > a .screen-reader-text{
            display: none;
        }

    }



    @media only screen and (max-width:479px) {

        .wdt-header-icons-list > div.search-item.search-default { display: flex; justify-content: center; }
        .wdt-header-icons-list > div.search-item.search-default:after { content: none; }

        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container { width: 180px; }

        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show, body > .wdt-search-form-container #searchform {
            width:250px;
        }


    }