/*--------------------------------------------------------------*/
/* #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 20px;
    position: relative;
}

.wdt-header-icons-list-item::after {
    content: "";
    height: calc(100% - 50%);
    width: 1px;
    background-color: rgba(var(--wdtHeadAltColorRgb), 1);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    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"] {
    -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_Base);
}

.wdt-header-icons-list-item div[class*="menu-icon"]>a>span svg {
    display: inline-flex;
    height: 15px;
    width: 15px;
    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"] {
    font-size: calc(var(--wdtFontSize_Ext) + 4px);
    padding: 20px 60px 20px 0px;
    border-color: var(--wdtAccentTxtColor);
    transition: border-color 0.3S linear;

}

body>.wdt-search-form-container #searchform input[type="text"]:focus {
    border-color: var(--wdtBorderColor);
}

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: transparent;
    /* border: none; */
    text-transform: capitalize;
    color: var(--wdtAccentTxtColor);
    margin-bottom: 0;
    width: 100%;
}

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;
}

.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:not(.show) {
    /* display: none; */
    opacity: 0;
    visibility: hidden;
}


.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 {width: 30em;}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show #searchform  input[type="submit"] {background-color: var(--wdtPrimaryColor);}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show #searchform  input[type="submit"]:hover {background-color: var(--wdtSecondaryColor);}
.wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show #searchform input[type="text"] {padding-left: 20px; background-color: var(--wdtTertiaryColor);color: var(--wdtPrimaryColor);}
body>.wdt-search-form-container #searchform {
    width: 40em;
}

body>.wdt-search-form-container {
    background-color: rgba(var(--wdtPrimaryColorRgb), .95);
    height: 100%;
    width: 100%;

    position: fixed;
    left: 0;
    top: 0;

    z-index: 94;
}

body>.wdt-search-form-container #searchform {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc(-50% - 50px), -50%);
    transform: translate(calc(-50% - 50px), -50%);

    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
}

body>.wdt-search-form-container.show #searchform {
    -webkit-transform: translate(calc(-50% - 0px), -50%);
    transform: translate(calc(-50% - 0px), -50%);
    opacity: 1;
    visibility: visible;
    transition-delay: 1.5s;
}

body>.wdt-search-form-container .wdt-search-form-close {
    height: 50px;
    left: auto;
    right: 35px;
    top: 35px;
    border-radius: var(--wdtRadius_zero);
}

body>.wdt-search-form-container.show .wdt-search-form-close {
    top: 35px;
    transition: opacity 0.3s linear 1s, top .3s linear 1s, background-color .3s linear;
}

/*
    @-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);
    background-color: var(--wdtSecondaryColor);
}

.wdt-search-form-container .wdt-search-form-close:hover {
    background-color: rgba(var(--wdtPrimaryColorRgb), 1);
    box-shadow: 1px 1px 10px 2px rgba(var(--wdtAccentTxtColorRgb), .2);
    -webkit-box-shadow: 1px 1px 10px 2px rgba(var(--wdtAccentTxtColorRgb), .2);
}

.wdt-search-form-container .wdt-search-form-close:before {
    color: var(--wdtAccentTxtColor);
    position: absolute;
    content: "\2573";
    font-family: "Sans-serif";
    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: 20px;
    height: 20px;
    box-shadow: none;
    mask-size: cover;
    background: var(--wdtAccentTxtColor);
}

.wdt-search-form-container #searchform input[type="submit"]:hover {
    background: var(--wdtBorderColor);
}

.elementor-widget-wdt-header-icons .wdt-header-icons-list .wdt-search-icon {
    padding: 0;
}

.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(--wdtLinkHoverColor);
}


/*--------------------------------------------------------------
    Responsive
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {

    .wdt-header-icons-list>div.search-item.search-expand .wdt-search-form-container.show,
    .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 {
        max-width: 600px;
        width: 100%;
    }


    .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%);
         top:0;
    }

    .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;
    }


    #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: 25px;
    }

    .overlay-header-search .overlay-search #searchform {
        padding: 0;
    }
body > .wdt-search-form-container .wdt-search-form-close {
    width: 30px;
    height: 30px; 
}
.wdt-search-form-container .wdt-search-form-close::before {width: 30px;}
.wdt-search-form-container::before {
    width: 300px;
    height: 300px;

}
}



@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;
    }
    .search-expand .wdt-header-icons-list-item {padding: 5px 5px;}
    #searchform ul.quick_search_results {grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));}


}

.wdt-search-form-container:before {
    content: '';
    width: 500px;
    height: 500px;
    position: absolute;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    background: var(--wdtBorderColor);
    border-radius: var(--wdtRadius_Full) var(--wdtRadius_Full) 0 0;
    -webkit-border-radius: var(--wdtRadius_Full) var(--wdtRadius_Full) 0 0;
    z-index: -1;
    -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 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cg transform='translate(-56.956 -20.955)'%3E%3Cpath id='Path_426' d='M85.8,28.7c-0.5,1.9-0.4,3.9,0.3,5.7c0.6,1.5,1.9,3.1,3.6,3.1c0.3,0,0.6-0.1,0.8-0.3 c0.7-0.5,1.2-1.3,1.4-2.2c0.2-0.7,0.3-1.4,0.3-2.1c0-3.9-2-7.6-5.2-9.8L86.8,23l-0.2,0.1c-5.4,3.6-6.8,10.9-3.3,16.3 c1.1,1.6,2.5,2.9,4.1,3.8c1,0.6,2.1,1,3.3,1.2l0.5,0.1l-0.1-0.8c0-0.4-0.1-0.8-0.1-1.2c0-0.2,0-0.3,0-0.5l0-0.3l-0.3-0.1 c-4.6-1.3-7.3-6.1-6-10.8C85.1,30.1,85.4,29.4,85.8,28.7 M70.4,36c1,1.7,2.5,3,4.2,3.8c1.4,0.6,3.6,0.9,4.7-0.4 c0.2-0.2,0.3-0.5,0.4-0.8c0.1-0.9-0.1-1.8-0.5-2.5c-0.4-0.6-0.8-1.2-1.3-1.7c-1.5-1.5-3.3-2.5-5.3-3c-1.7-0.5-3.6-0.5-5.3-0.2 l-0.2,0l0,0.2c-0.4,1.8-0.3,3.6,0.2,5.3c1.7,6.3,8.1,10,14.3,8.3c1.2-0.3,2.4-0.9,3.5-1.6l0.4-0.3l-0.6-0.5 c-0.3-0.2-0.6-0.5-0.9-0.8c-0.1-0.1-0.2-0.2-0.4-0.4l-0.2-0.2l-0.2,0.1c-4.2,2.4-9.5,0.8-11.9-3.4C70.9,37.5,70.6,36.8,70.4,36 L70.4,36z M64.7,52.1c1.9,0.5,3.9,0.4,5.7-0.3c1.5-0.6,3.1-1.9,3.1-3.6c0-0.3-0.1-0.6-0.3-0.8c-0.5-0.7-1.3-1.2-2.2-1.4 c-0.7-0.2-1.4-0.3-2.1-0.3c-3.9,0-7.6,2-9.8,5.2L59,51.1l0.1,0.2c3.6,5.4,10.9,6.8,16.3,3.3c1.6-1.1,2.9-2.5,3.8-4.1 c0.6-1,1-2.1,1.2-3.3l0.1-0.5l-0.8,0.1c-0.4,0-0.8,0.1-1.2,0.1c-0.2,0-0.3,0-0.5,0l-0.3,0L77.6,47c-1.3,4.6-6.1,7.3-10.8,6 C66.1,52.9,65.4,52.5,64.7,52.1L64.7,52.1z M72,67.5c1.7-1,3-2.5,3.8-4.2c0.6-1.4,0.9-3.6-0.4-4.7c-0.2-0.2-0.5-0.3-0.8-0.4 c-0.9-0.1-1.8,0.1-2.5,0.5c-0.6,0.4-1.2,0.8-1.7,1.3c-1.5,1.5-2.5,3.3-3,5.3c-0.5,1.7-0.5,3.6-0.2,5.3l0,0.2l0.2,0 c1.8,0.4,3.6,0.3,5.3-0.2c6.3-1.7,10-8.1,8.3-14.3c-0.3-1.2-0.9-2.4-1.6-3.5l-0.3-0.4l-0.5,0.6c-0.2,0.3-0.5,0.6-0.8,0.9 c-0.1,0.1-0.2,0.2-0.4,0.4l-0.2,0.2l0.1,0.2c2.4,4.2,0.8,9.5-3.4,11.9C73.5,67.1,72.8,67.4,72,67.5L72,67.5z M88.1,73.2 c0.5-1.9,0.4-3.9-0.3-5.7c-0.6-1.5-1.9-3.1-3.6-3.1c-0.3,0-0.6,0.1-0.8,0.3c-0.7,0.5-1.2,1.3-1.4,2.2c-0.2,0.7-0.3,1.4-0.3,2.1 c0,3.9,2,7.6,5.2,9.8l0.2,0.1l0.2-0.1c5.4-3.6,6.8-10.9,3.3-16.3c-1.1-1.6-2.5-2.9-4.1-3.8c-1-0.6-2.1-1-3.3-1.2l-0.5-0.1l0.1,0.8 c0,0.4,0.1,0.8,0.1,1.2c0,0.2,0,0.3,0,0.5l0,0.3l0.3,0.1c4.6,1.3,7.3,6.1,6,10.8C88.8,71.8,88.5,72.6,88.1,73.2L88.1,73.2z M103.5,65.9c-1-1.7-2.5-3-4.2-3.8c-1.4-0.6-3.6-0.9-4.7,0.4c-0.2,0.2-0.3,0.5-0.4,0.8c-0.1,0.9,0.1,1.8,0.5,2.5 c0.4,0.6,0.8,1.2,1.3,1.7c2.8,2.8,6.7,4,10.6,3.2l0.2,0l0-0.2c0.4-1.8,0.3-3.6-0.2-5.3c-1.7-6.3-8.1-10-14.3-8.3 c-1.2,0.3-2.4,0.9-3.5,1.6l-0.4,0.3l0.6,0.5c0.3,0.2,0.6,0.5,0.9,0.8c0.1,0.1,0.2,0.2,0.4,0.4l0.2,0.2l0.2-0.1 c4.2-2.4,9.5-0.8,11.9,3.4C103.1,64.4,103.3,65.1,103.5,65.9L103.5,65.9z M109.2,49.8c-1.9-0.5-3.9-0.4-5.7,0.3 c-1.5,0.6-3.1,1.9-3.1,3.6c0,0.3,0.1,0.6,0.3,0.8c0.5,0.7,1.3,1.2,2.2,1.4c0.7,0.2,1.4,0.3,2.1,0.3c3.9,0,7.6-2,9.8-5.2l0.1-0.2 l-0.1-0.2c-3.6-5.4-10.9-6.8-16.3-3.3c-1.6,1.1-2.9,2.5-3.8,4.1c-0.6,1-1,2.1-1.2,3.3l-0.1,0.5l0.8-0.1c0.4,0,0.8-0.1,1.2-0.1 c0.2,0,0.3,0,0.5,0l0.3,0l0.1-0.3c1.3-4.6,6.1-7.3,10.8-6C107.8,49.1,108.6,49.4,109.2,49.8L109.2,49.8z M97.5,30.3 c-0.2-1.1-1.3-1.9-2.4-1.7c-1.1,0.2-1.9,1.3-1.7,2.4c0.1,0.7,0.6,1.3,1.3,1.5C95.9,32.4,97,31.5,97.5,30.3L97.5,30.3z M109.3,44 c0.7-1,0.4-2.3-0.5-2.9c-1-0.7-2.3-0.4-2.9,0.5c-0.4,0.6-0.5,1.3-0.2,2C106.7,44.3,108.1,44.5,109.3,44L109.3,44z M107.9,62 c1.1-0.2,1.9-1.3,1.7-2.4c-0.2-1.1-1.3-1.9-2.4-1.7c-0.7,0.1-1.3,0.6-1.5,1.3C105.8,60.4,106.7,61.5,107.9,62L107.9,62z M94.2,73.8 c1,0.7,2.3,0.4,2.9-0.5s0.4-2.3-0.5-2.9c-0.6-0.4-1.3-0.5-2-0.2C93.8,71.2,93.7,72.5,94.2,73.8L94.2,73.8z M76.2,72.4 c0.2,1.1,1.3,1.9,2.4,1.7c1.1-0.2,1.9-1.3,1.7-2.4c-0.1-0.7-0.6-1.3-1.3-1.5C77.7,70.3,76.7,71.2,76.2,72.4L76.2,72.4z M64.4,58.7 c-0.7,1-0.4,2.3,0.5,2.9c1,0.7,2.3,0.4,2.9-0.5c0.4-0.6,0.5-1.3,0.2-2C67,58.3,65.6,58.2,64.4,58.7L64.4,58.7z M65.8,40.6 c-1.1,0.2-1.9,1.3-1.7,2.4c0.2,1.1,1.3,1.9,2.4,1.7c0.7-0.1,1.3-0.6,1.5-1.3C67.9,42.2,67,41.1,65.8,40.6L65.8,40.6z M79.5,28.9 c-1-0.7-2.3-0.4-2.9,0.5c-0.7,1-0.4,2.3,0.5,2.9c0.6,0.4,1.3,0.5,2,0.2C79.9,31.5,80,30.1,79.5,28.9L79.5,28.9z M101.9,34.4 c-1.7,1-3,2.5-3.8,4.2c-0.6,1.4-0.9,3.6,0.4,4.7c0.2,0.2,0.5,0.3,0.8,0.4c0.9,0.1,1.8-0.1,2.5-0.5c0.6-0.4,1.2-0.8,1.7-1.3 c1.5-1.5,2.5-3.3,3-5.3c0.5-1.7,0.5-3.6,0.2-5.3l0-0.2l-0.2,0c-1.8-0.4-3.6-0.3-5.3,0.2c-6.3,1.7-10,8.1-8.3,14.3 c0.3,1.2,0.9,2.4,1.6,3.5l0.3,0.4l0.5-0.6c0.2-0.3,0.5-0.6,0.8-0.9c0.1-0.1,0.2-0.2,0.4-0.4l0.2-0.2l-0.1-0.2 c-2.4-4.2-0.8-9.5,3.4-11.9C100.4,34.9,101.1,34.6,101.9,34.4L101.9,34.4z'/%3E%3C/g%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 60 60' style='enable-background:new 0 0 60 60;' xml:space='preserve'%3E%3Cg transform='translate(-56.956 -20.955)'%3E%3Cpath id='Path_426' d='M85.8,28.7c-0.5,1.9-0.4,3.9,0.3,5.7c0.6,1.5,1.9,3.1,3.6,3.1c0.3,0,0.6-0.1,0.8-0.3 c0.7-0.5,1.2-1.3,1.4-2.2c0.2-0.7,0.3-1.4,0.3-2.1c0-3.9-2-7.6-5.2-9.8L86.8,23l-0.2,0.1c-5.4,3.6-6.8,10.9-3.3,16.3 c1.1,1.6,2.5,2.9,4.1,3.8c1,0.6,2.1,1,3.3,1.2l0.5,0.1l-0.1-0.8c0-0.4-0.1-0.8-0.1-1.2c0-0.2,0-0.3,0-0.5l0-0.3l-0.3-0.1 c-4.6-1.3-7.3-6.1-6-10.8C85.1,30.1,85.4,29.4,85.8,28.7 M70.4,36c1,1.7,2.5,3,4.2,3.8c1.4,0.6,3.6,0.9,4.7-0.4 c0.2-0.2,0.3-0.5,0.4-0.8c0.1-0.9-0.1-1.8-0.5-2.5c-0.4-0.6-0.8-1.2-1.3-1.7c-1.5-1.5-3.3-2.5-5.3-3c-1.7-0.5-3.6-0.5-5.3-0.2 l-0.2,0l0,0.2c-0.4,1.8-0.3,3.6,0.2,5.3c1.7,6.3,8.1,10,14.3,8.3c1.2-0.3,2.4-0.9,3.5-1.6l0.4-0.3l-0.6-0.5 c-0.3-0.2-0.6-0.5-0.9-0.8c-0.1-0.1-0.2-0.2-0.4-0.4l-0.2-0.2l-0.2,0.1c-4.2,2.4-9.5,0.8-11.9-3.4C70.9,37.5,70.6,36.8,70.4,36 L70.4,36z M64.7,52.1c1.9,0.5,3.9,0.4,5.7-0.3c1.5-0.6,3.1-1.9,3.1-3.6c0-0.3-0.1-0.6-0.3-0.8c-0.5-0.7-1.3-1.2-2.2-1.4 c-0.7-0.2-1.4-0.3-2.1-0.3c-3.9,0-7.6,2-9.8,5.2L59,51.1l0.1,0.2c3.6,5.4,10.9,6.8,16.3,3.3c1.6-1.1,2.9-2.5,3.8-4.1 c0.6-1,1-2.1,1.2-3.3l0.1-0.5l-0.8,0.1c-0.4,0-0.8,0.1-1.2,0.1c-0.2,0-0.3,0-0.5,0l-0.3,0L77.6,47c-1.3,4.6-6.1,7.3-10.8,6 C66.1,52.9,65.4,52.5,64.7,52.1L64.7,52.1z M72,67.5c1.7-1,3-2.5,3.8-4.2c0.6-1.4,0.9-3.6-0.4-4.7c-0.2-0.2-0.5-0.3-0.8-0.4 c-0.9-0.1-1.8,0.1-2.5,0.5c-0.6,0.4-1.2,0.8-1.7,1.3c-1.5,1.5-2.5,3.3-3,5.3c-0.5,1.7-0.5,3.6-0.2,5.3l0,0.2l0.2,0 c1.8,0.4,3.6,0.3,5.3-0.2c6.3-1.7,10-8.1,8.3-14.3c-0.3-1.2-0.9-2.4-1.6-3.5l-0.3-0.4l-0.5,0.6c-0.2,0.3-0.5,0.6-0.8,0.9 c-0.1,0.1-0.2,0.2-0.4,0.4l-0.2,0.2l0.1,0.2c2.4,4.2,0.8,9.5-3.4,11.9C73.5,67.1,72.8,67.4,72,67.5L72,67.5z M88.1,73.2 c0.5-1.9,0.4-3.9-0.3-5.7c-0.6-1.5-1.9-3.1-3.6-3.1c-0.3,0-0.6,0.1-0.8,0.3c-0.7,0.5-1.2,1.3-1.4,2.2c-0.2,0.7-0.3,1.4-0.3,2.1 c0,3.9,2,7.6,5.2,9.8l0.2,0.1l0.2-0.1c5.4-3.6,6.8-10.9,3.3-16.3c-1.1-1.6-2.5-2.9-4.1-3.8c-1-0.6-2.1-1-3.3-1.2l-0.5-0.1l0.1,0.8 c0,0.4,0.1,0.8,0.1,1.2c0,0.2,0,0.3,0,0.5l0,0.3l0.3,0.1c4.6,1.3,7.3,6.1,6,10.8C88.8,71.8,88.5,72.6,88.1,73.2L88.1,73.2z M103.5,65.9c-1-1.7-2.5-3-4.2-3.8c-1.4-0.6-3.6-0.9-4.7,0.4c-0.2,0.2-0.3,0.5-0.4,0.8c-0.1,0.9,0.1,1.8,0.5,2.5 c0.4,0.6,0.8,1.2,1.3,1.7c2.8,2.8,6.7,4,10.6,3.2l0.2,0l0-0.2c0.4-1.8,0.3-3.6-0.2-5.3c-1.7-6.3-8.1-10-14.3-8.3 c-1.2,0.3-2.4,0.9-3.5,1.6l-0.4,0.3l0.6,0.5c0.3,0.2,0.6,0.5,0.9,0.8c0.1,0.1,0.2,0.2,0.4,0.4l0.2,0.2l0.2-0.1 c4.2-2.4,9.5-0.8,11.9,3.4C103.1,64.4,103.3,65.1,103.5,65.9L103.5,65.9z M109.2,49.8c-1.9-0.5-3.9-0.4-5.7,0.3 c-1.5,0.6-3.1,1.9-3.1,3.6c0,0.3,0.1,0.6,0.3,0.8c0.5,0.7,1.3,1.2,2.2,1.4c0.7,0.2,1.4,0.3,2.1,0.3c3.9,0,7.6-2,9.8-5.2l0.1-0.2 l-0.1-0.2c-3.6-5.4-10.9-6.8-16.3-3.3c-1.6,1.1-2.9,2.5-3.8,4.1c-0.6,1-1,2.1-1.2,3.3l-0.1,0.5l0.8-0.1c0.4,0,0.8-0.1,1.2-0.1 c0.2,0,0.3,0,0.5,0l0.3,0l0.1-0.3c1.3-4.6,6.1-7.3,10.8-6C107.8,49.1,108.6,49.4,109.2,49.8L109.2,49.8z M97.5,30.3 c-0.2-1.1-1.3-1.9-2.4-1.7c-1.1,0.2-1.9,1.3-1.7,2.4c0.1,0.7,0.6,1.3,1.3,1.5C95.9,32.4,97,31.5,97.5,30.3L97.5,30.3z M109.3,44 c0.7-1,0.4-2.3-0.5-2.9c-1-0.7-2.3-0.4-2.9,0.5c-0.4,0.6-0.5,1.3-0.2,2C106.7,44.3,108.1,44.5,109.3,44L109.3,44z M107.9,62 c1.1-0.2,1.9-1.3,1.7-2.4c-0.2-1.1-1.3-1.9-2.4-1.7c-0.7,0.1-1.3,0.6-1.5,1.3C105.8,60.4,106.7,61.5,107.9,62L107.9,62z M94.2,73.8 c1,0.7,2.3,0.4,2.9-0.5s0.4-2.3-0.5-2.9c-0.6-0.4-1.3-0.5-2-0.2C93.8,71.2,93.7,72.5,94.2,73.8L94.2,73.8z M76.2,72.4 c0.2,1.1,1.3,1.9,2.4,1.7c1.1-0.2,1.9-1.3,1.7-2.4c-0.1-0.7-0.6-1.3-1.3-1.5C77.7,70.3,76.7,71.2,76.2,72.4L76.2,72.4z M64.4,58.7 c-0.7,1-0.4,2.3,0.5,2.9c1,0.7,2.3,0.4,2.9-0.5c0.4-0.6,0.5-1.3,0.2-2C67,58.3,65.6,58.2,64.4,58.7L64.4,58.7z M65.8,40.6 c-1.1,0.2-1.9,1.3-1.7,2.4c0.2,1.1,1.3,1.9,2.4,1.7c0.7-0.1,1.3-0.6,1.5-1.3C67.9,42.2,67,41.1,65.8,40.6L65.8,40.6z M79.5,28.9 c-1-0.7-2.3-0.4-2.9,0.5c-0.7,1-0.4,2.3,0.5,2.9c0.6,0.4,1.3,0.5,2,0.2C79.9,31.5,80,30.1,79.5,28.9L79.5,28.9z M101.9,34.4 c-1.7,1-3,2.5-3.8,4.2c-0.6,1.4-0.9,3.6,0.4,4.7c0.2,0.2,0.5,0.3,0.8,0.4c0.9,0.1,1.8-0.1,2.5-0.5c0.6-0.4,1.2-0.8,1.7-1.3 c1.5-1.5,2.5-3.3,3-5.3c0.5-1.7,0.5-3.6,0.2-5.3l0-0.2l-0.2,0c-1.8-0.4-3.6-0.3-5.3,0.2c-6.3,1.7-10,8.1-8.3,14.3 c0.3,1.2,0.9,2.4,1.6,3.5l0.3,0.4l0.5-0.6c0.2-0.3,0.5-0.6,0.8-0.9c0.1-0.1,0.2-0.2,0.4-0.4l0.2-0.2l-0.1-0.2 c-2.4-4.2-0.8-9.5,3.4-11.9C100.4,34.9,101.1,34.6,101.9,34.4L101.9,34.4z'/%3E%3C/g%3E%3C/svg%3E");
    opacity: 0;
    transform-origin: center center;
    transition: opacity 0.3s linear;
}
.search-expand .wdt-search-form-container.show:before {opacity: 0;animation: none;-webkit-animation: none;}
.wdt-search-form-container.show:before {
    animation: rotate-zoom-in .7s linear .5s 1;
    -webkit-animation: rotate-zoom-in .7s linear .5s 1;
}
@-webkit-keyframes rotate-zoom-in {
    0% {
        transform: translate(-50%, -50%) scale(.5) rotate(0deg);
        opacity: 1;

    }

    100% {
        transform: translate(-50%, -50%) scale(1) rotate(180deg);
        opacity: 0;

    }}

@keyframes rotate-zoom-in {
    0% {
        transform: translate(-50%, -50%) scale(.5) rotate(0deg);
        opacity: 1;

    }

    100% {
        transform: translate(-50%, -50%) scale(1) rotate(180deg);
        opacity: 0;

    }

}

/* body>.wdt-search-form-container.show #searchform input[type="text"] {
    visibility: visible;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    opacity: 1;
    transition-delay: 2.5s;
} */