
/*--------------------------------------------------------------*/
    /* #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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    .wdt-header-icons-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .wdt-header-icons-list-item {
        padding: 5px 10px;
        position: relative;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] {
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] > a,
    .wdt-header-icons-list-item div[class*="menu-icon"] > a > span { height: 100%; }

    .wdt-header-icons-list-item div[class*="menu-icon"] > a .icotype-label {
        cursor: pointer;
        display: none;
        font-weight: 500;
        padding: 0 10px;
        text-transform: capitalize;
    }

    .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); }

    .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: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        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 > * {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: 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: 10px;
        line-height: 18px;
        min-height: 18px;
        min-width: 18px;
        position: absolute;
        right: 6px;
        top: 20px;
        text-align: center;
        border-radius: 50%;
    }

    .wdt-header-icons-list-item .wdt-shop-menu-icon .wdt-shop-menu-cart-inner {
        height: 100%;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }

    .wdt-header-icons-list-item div[class*="menu-icon"] i,
    .wdt-header-icons-list>div.wdt-header-icons-list-item .wdt-shop-menu-cart-icon {
        background-color: transparent;
        color: var(--wdtHeadAltColor);
        max-height: 35px;
        max-width: 35px;
        min-height: 35px;
        min-width: 35px;
        width: 35px;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
    }

    .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: 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;
        -o-object-fit:cover;
        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;
    }

    .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-header-icons-list>div.search-item.search-default #searchform { border-width: 0; overflow: hidden; }

    .wdt-header-icons-list>div.search-item.search-default #searchform input[type="text"] { border-width: 1px; font-size: 14px; min-height: 38px; padding-top: 10px; padding-bottom: 10px; padding-left: 20px; text-transform: none; width: 100%; }

    .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); }

    body > .wdt-search-form-container #searchform:before { color: var(--wdtAccentTxtColor); }

    .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"] {
        background: var(--wdtHeadAltColor);
        border-width: 0;
        text-transform: capitalize;
        color: var(--wdtAccentTxtColor);
        margin-bottom: 0;
        width: 100%;
    }

    .wdt-header-icons-list>div.search-item a.wdt-search-icon {
        line-height: normal;
        width: 35px;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        justify-content: center;
        height: 100%;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        transition: all 0.3s linear;
        margin: auto;
    }
    .wdt-header-icons-list>div.search-item a.wdt-search-icon > * {
        height: 100%;
        line-height: inherit;
        width: 100%;
    }

    .wdt-header-icons-list>div.search-item a.wdt-search-icon > *:before {
        height: 100%;
        line-height: inherit;

        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;

        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .wdt-search-form-container {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.35s ease-in-out 0s;
        transition: all 0.35s ease-in-out 0s;
    }

    .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-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: 0; }

    .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 {
        background-color: rgba(var(--wdtHeadAltColorRgb),0.9);
        height: 100%;
        width: 100%;

        position: fixed;
        left: 0;
        top: 0;

        z-index: 10;
    }

    body > .wdt-search-form-container #searchform {
        margin-top: 50px;
        max-width: 600px; 
        position: absolute;
        left: 50%;
        top: 50%;
        width: 90%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        transition: var(--wdtBaseTransition);
    }

    body > .wdt-search-form-container.show #searchform {
        margin-top: 0; 
    }

    body > .wdt-search-form-container #searchform:before { 
        background-color: currentColor;
        content: "";
        font-size: var(--wdtFontSize_H6);
        -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M87.5,98.4c-2.8,0-5.5-1.1-7.6-3L61.8,77.2c-6,3.4-12.8,5.2-19.7,5.2c-10.8,0-20.9-4.2-28.4-11.7C6,63.1,1.9,53,1.9,42.2 c0-10.8,4.2-20.9,11.7-28.4C21.2,6.2,31.3,2,42,2c10.8,0,20.9,4.2,28.4,11.7c7.6,7.6,11.7,17.7,11.7,28.4c0,6.9-1.8,13.7-5.2,19.7 L95.2,80c2,2.2,3.1,4.9,3.1,7.6s-1.1,5.5-3,7.6C93,97.3,90.3,98.4,87.5,98.4z M86.8,88.2c0.2,0.2,0.4,0.3,0.7,0.3 c0.2,0,0.4-0.1,0.4-0.1l0.1-0.2l0.2-0.1c0.1,0,0.1-0.2,0.1-0.4c0-0.2-0.1-0.4-0.3-0.7L71.7,70.5v0.3l-0.1,0v0.1l-0.7,0v0.7l-0.1,0 v0.1l-0.5,0L86.8,88.2z M42,11.9c-8.1,0-15.8,3.1-21.5,8.8c-5.7,5.7-8.8,13.3-8.8,21.5s3.1,15.8,8.8,21.5c5.7,5.7,13.3,8.8,21.5,8.8 c7.9,0,15.4-3.1,21.2-8.6l0.6-0.6c5.5-5.7,8.6-13.2,8.6-21.1c0-8-3.1-15.7-8.9-21.5C57.8,15,50.2,11.9,42,11.9z'%3E%3C/path%3E%3C/svg%3E");
        mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' style='enable-background:new 0 0 100 100;' xml:space='preserve'%3E%3Cpath d='M87.5,98.4c-2.8,0-5.5-1.1-7.6-3L61.8,77.2c-6,3.4-12.8,5.2-19.7,5.2c-10.8,0-20.9-4.2-28.4-11.7C6,63.1,1.9,53,1.9,42.2 c0-10.8,4.2-20.9,11.7-28.4C21.2,6.2,31.3,2,42,2c10.8,0,20.9,4.2,28.4,11.7c7.6,7.6,11.7,17.7,11.7,28.4c0,6.9-1.8,13.7-5.2,19.7 L95.2,80c2,2.2,3.1,4.9,3.1,7.6s-1.1,5.5-3,7.6C93,97.3,90.3,98.4,87.5,98.4z M86.8,88.2c0.2,0.2,0.4,0.3,0.7,0.3 c0.2,0,0.4-0.1,0.4-0.1l0.1-0.2l0.2-0.1c0.1,0,0.1-0.2,0.1-0.4c0-0.2-0.1-0.4-0.3-0.7L71.7,70.5v0.3l-0.1,0v0.1l-0.7,0v0.7l-0.1,0 v0.1l-0.5,0L86.8,88.2z M42,11.9c-8.1,0-15.8,3.1-21.5,8.8c-5.7,5.7-8.8,13.3-8.8,21.5s3.1,15.8,8.8,21.5c5.7,5.7,13.3,8.8,21.5,8.8 c7.9,0,15.4-3.1,21.2-8.6l0.6-0.6c5.5-5.7,8.6-13.2,8.6-21.1c0-8-3.1-15.7-8.9-21.5C57.8,15,50.2,11.9,42,11.9z'%3E%3C/path%3E%3C/svg%3E");

        -webkit-mask-position: 75% 50%; mask-position: 75% 50%; -webkit-mask-repeat: no-repeat; mask-repeat: no-repeat; -webkit-mask-size: 1em auto; mask-size: 1em auto;
    }

    body > .wdt-search-form-container #searchform input[type="text"] { 
        background: none;
        border-width: 0 0 1px; 
        border-color: currentColor;
        padding: 25px 0;
        font-size: var(--wdtFontSize_H6);
    }

    body > .wdt-search-form-container #searchform input[type="submit"] {
        background: none !important; 
    }

    body > .wdt-search-form-container .wdt-search-form-close {
        background: none !important;
        color: var(--wdtAccentTxtColor);
        height: 50px;
        left: auto;
        right: 35px;
        top: 35px;
        border-radius: var(--wdtRadius_3X);
    }
    body > .wdt-search-form-container .wdt-search-form-close:before { content: "\2573"; color: inherit; }

    body > .wdt-search-form-container #searchform:hover::before, 
    body > .wdt-search-form-container #searchform:focus-within::before,
    body > .wdt-search-form-container .wdt-search-form-close:hover { color: var(--wdtPrimaryColor); }

/*
    @-moz-document url-prefix() {
        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
            top: 0;
        }
    }

    @media screen and (min-width:0\0) {
        .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container {
            top: 0;
        }
    } */

    _: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:before {
        color: var(--wdtAccentTxtColor);
        position: absolute;
        content: "\e816";
        font-family: "Egan Icons";
        width: 50px;
        height: 100%;
        left: 0;
        pointer-events: none;
        z-index: 1;

        display: flex;
        justify-content: center;
        align-items: center;
    }

    .wdt-search-form-container .wdt-search-form-close {
        opacity: 1;
    }

    .wdt-search-form-container #searchform input[type="submit"] {
        width: 50px;
        box-shadow: none;
    }

    .elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon {
        padding: 0;
    }

    .wdt-header-icons-list>div.search-item.search-default .wdt-search-form-container #searchform input[type="submit"],
    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container #searchform input[type="submit"]:hover { background: none; }


    .wdt-header-icons-list > div.search-item a.wdt-search-icon,
	.wdt-header-icons-list > div.search-item a.wdt-search-icon > *,
    .wdt-header-icons-list-item div[class*="menu-icon"] i { color: var(--wdtHeadAltColor); }


/*--------------------------------------------------------------*/
    /* #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); }


    /* Secondary */
    .wdt-header-icons-list > div.search-item a.wdt-search-icon:hover > *,
    .wdt-header-icons-list-item a:hover i, .wdt-header-icons-list-item div[class*="menu-icon"] a:hover i,
    .wdt-header-icons-list > div.wdt-header-icons-list-item a:hover .wdt-shop-menu-cart-icon { 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: 360px;
        }

        .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;
        }

        .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: 25px;
        }

        .overlay-header-search .overlay-search #searchform {
            padding: 0;
        }

    }



    @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: 220px;
        }


    }