.dgwt-wcas-search-input{
    padding: 0 10px 5px 0px !important;
    box-shadow: unset !important;
    color: #000 !important;
    font-size: 16px !important;
    padding: 8px 12px !important;
    border: none !important;
    border-bottom: 1px solid #000 !important;
    border-radius: 0 !important;
}

.dgwt-wcas-search-input::placeholder{
    color: #000 !important;
    font-size: 16px !important;
}

.dgwt-wcas-sf-wrapp .dgwt-wcas-search-input{
    background-color: transparent !important;
}

body .dgwt-wcas-sf-wrapp{
    padding: 0 !important;
    max-width: 1240px !important;
    margin: 0 auto !important;
    border-radius: 4px !important;
}

.dgwt-wcas-search-submit{
    left: -6px;
    top: 0;
}

.dgwt-wcas-search-submit svg{
    display: none !important;
}

.dgwt-wcas-search-submit::after{
    content: "" !important;
    width: 12px;
    height: 12px;
    display: block;
    position: relative;
    background-color: #211E1D;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg width='13' height='14' viewBox='0 0 13 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.4585 12.958L9.04599 9.54553M10.1835 6.13301C10.1835 8.64593 8.14639 10.683 5.6335 10.683C3.1206 10.683 1.0835 8.64593 1.0835 6.13301C1.0835 3.62012 3.1206 1.58301 5.6335 1.58301C8.14639 1.58301 10.1835 3.62012 10.1835 6.13301Z' stroke='%23373737' stroke-width='1.5' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-mask-position: center;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
}

body .dgwt-wcas-search-submit{
    left: -11px !important;
    top: -4px !important;
}

.header-search-container{
    position: absolute !important;
    width: 100vw;
    padding: 10px 20px !important;
    top: 30px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    transition: 150ms ease;
}

.search-bar-active .header-search-container{
    top: 45px;
    opacity: 1;
    pointer-events: all;
    z-index: 21;
    transition: 150ms ease;
}

.search-bar-active .header-search-container{
    padding: 0px 20px !important;
    padding-bottom: 10px !important;
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: 150ms ease;
}

.dgwt-wcas-search-wrapp{
    max-width: 600px !important;
}

.search-trigger{
    display: none !important;
}

.close-search{
    display: none;
    pointer-events: none;
}

.search-bar-active .header-search-icon{
    display: none;
    pointer-events: none;
}

.search-bar-active .close-search{
    display: block;
    pointer-events: all;
}

.dgwt-wcas-search-submit{
    display: none !important;
}

.dgwt-wcas-style-pirx .dgwt-wcas-preloader{
    margin-right: 0;
}

#dgwt-wcas-search-input-4{
    padding-right: 0 !important;
}

.dgwt-wcas-preloader{
    right: 16px !important;
}

.mobile-header-icons{
    height: 100%;
    margin-left: auto;
    display: flex;
}

.header-search{
    z-index: 22 !important;
    padding-right: 8px;
    display: flex;
    align-items: center;
    min-width: 38px;
}

.header-search svg{
    width: 17px;
    height: 17px;
}

.header-search svg.close-search{
    width: 15px;
    height: 15px;
}

.dgwt-wcas-preloader.dgwt-wcas-close{
    display: none !important;
}

.dgwt-wcas-pd-addtc-form .quantity{
    display: none;
}

@media only screen and (min-width: 1200px){
    .dgwt-wcas-suggestions-wrapp,
    .dgwt-wcas-details-wrapp{
        margin-top: 16px !important;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 0px){
    .dgwt-wcas-search-wrapp{
        padding: 0 !important;
        max-width: calc(100vw - 40px) !important;
    }

    .is-mobile-menu-active #dgwt-wcas-search-input-1{
        border-bottom: solid 0.5px #212529 !important;
        color: #212529 !important;
    }

    .is-mobile-menu-active #dgwt-wcas-search-input-1::placeholder{
        color: #212529 !important;
    }

    .header-custom-icon.header-search{
        padding-right: 4px !important;
        min-width: unset !important;
    }
}

@media only screen and (max-width: 993px) and (min-width: 0px){
    /* .dgwt-wcas-suggestions-wrapp{
        width: 100vw !important;
        left: 0 !important;
        min-height: calc(100vh - 100px) !important;
    } */
}

