.dgwt-wcas-suggestions-wrapp {
    background: #fff;
    border: 1px solid #f7f7f7;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
    margin-top: 8px;
    border-radius: 10px;
}
.dgwt-wcas-sf-wrapp {
    position: relative;
}
.dgwt-wcas-preloader.dgwt-wcas-close {
    display: none;
}
.dgwt-wcas-suggestions-wrapp-fixed {
    position: fixed!important;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion, .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-headline, .dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax, .dgwt-wcas-suggestion.dgwt-wcas-suggestion-no-border-bottom, body:not(.dgwt-wcas-is-details) .dgwt-wcas-suggestion:last-child {
    border-bottom: none;
}
.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 60px;
}
.rtl .dgwt-wcas-suggestion {
    padding-left: 0;
    padding-right: 15px;
    text-align: right;
}
.dgwt-wcas-suggestion-selected:first-child {
    border-top: none;
}
.dgwt-wcas-suggestion:hover {
    background-color: #eee;
}
.dgwt-wcas-suggestion {
    cursor: pointer;
    font-size: 12px;
    line-height: 110%;
    text-align: left;
    padding: 7px 10px;
    position: relative;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    resize: vertical;
    width: 100%;
}
.dgwt-wcas-si {
    width: 50px;
    display: block;
    height: 100%;
}
.dgwt-wcas-si img {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    display: block;
    margin: auto;
    padding: 2px;
    height: auto;
    width: auto;
    max-height: 90%;
    max-width: 100%;
}
.rtl .dgwt-wcas-content-wrapp {
    padding-left: 0;
    padding-right: 10px;
}
.dgwt-wcas-content-wrapp {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    resize: vertical;
    padding-left: 10px;
}
.dgwt-wcas-st {
    display: block;
    color: #444;
    font-size: 15px;
    width: 100%;
    line-height: 110%;
}
.dgwt-wcas-st>span {
    display: inline-block;
    vertical-align: middle;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::-webkit-input-placeholder {
    opacity: 1 !important;
}
.dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder {
    opacity: 1 !important;
}