.dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    background-color: rgba(93, 96, 126, 0.05);
    color: #666666;
    height: 58px;
    padding: 0 55px 0 20px;
    font-size: 14px;
    line-height: 1.23;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    border-radius: 7px;
    border: 1px solid rgba(110, 113, 140, 0.1);
    box-shadow: none !important;
    box-sizing: border-box;
}

.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, 
.dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
    font-size: 14px;
}

/* Chrome, Firefox, Opera, Safari 10.1+ */
input[type=search].dgwt-wcas-search-input::placeholder {
    color: #666666 !important;
    opacity: 1; /* Firefox */
    font-size: 14px;
    line-height: 1.23 !important;
    font-weight: 400;
    text-transform: none;
	font-style: normal !important;
}

/* Internet Explorer 10-11 */
input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #666666 !important;
    font-size: 14px;
    line-height: 1.23 !important;
    font-weight: 400;
    text-transform: none;
	font-style: normal !important;
}

/* Microsoft Edge */
input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
    color: #666666 !important;
    font-size: 14px;
    line-height: 1.23 !important;
    font-weight: 400;
    text-transform: none;
	font-style: normal !important;
}

.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    top: 0 !important;
    left: auto;
    right: 20px !important;
    fill: #666666;
    transform: translateY(0px) !important;
}

.dgwt-wcas-preloader {
    width: 20px;
    right: 50px;
}

.dgwt-wcas-preloader svg {
    position: initial !important;
    right: unset !important;
    top: unset !important;
    transform: none !important;
}

.dgwt-wcas-suggestions-wrapp {
	background-color: #ffffff;
	padding: 20px 15px;
	border: 1px solid rgba(110, 113, 140, 0.1);
	border-radius: 7px;
	box-shadow: none;
	margin-top: 10px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline {
    text-decoration: none;
    padding-top: 20px;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline:first-child {
    padding-top: 0;
}

.dgwt-wcas-st {
    color: #2D2E39;
    font-size: 15px;
    font-weight: 400;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax.dgwt-wcas-suggestion-selected .dgwt-wcas-st, 
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover .dgwt-wcas-st {
    color: #D72544;
}

.dgwt-wcas-st-breadcrumbs {
    color: #444;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-headline .dgwt-wcas-st {
    color: #6E718C;
    margin: 0;
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    border-bottom: 2px solid rgba(110, 113, 140, 0.1);
}

.dgwt-wcas-sp {
    display: flex;
    flex-direction: column;
    color: #2D2E39;
    font-size: 14px;
    line-height: 1;
    font-weight: 700;
}

.dgwt-wcas-sp ins {
    text-decoration: none;
}

.dgwt-wcas-sp del {
    text-decoration: line-through;
    opacity: 1;
    color: #D72544;
    font-size: 11px;
}

.dgwt-wcas-si img {
    border: none;
    border-radius: 0;
    padding: 0;
}

.dgwt-wcas-si {
	width: 70px;
}

.dgwt-wcas-suggestion-cat {
	width: 33.33%;
	display: inline-block;
}

.dgwt-wcas-suggestion-selected {
    background-color: rgba(93, 96, 126, 0.05);
}

.dgwt-wcas-is-details .dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-more, 
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more {
	text-transform: none;
}

@media screen and (max-width: 1024px) {
	.dgwt-wcas-suggestions-wrapp {
        left: 0 !important;
        margin-top: 0;
        width: 100% !important;
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 20px 10px;
        max-height: calc(100vh - 110px) !important;
    }
	
	.dgwt-wcas-suggestion-cat {
		width: 33.33%;
	}

    .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
        background-color: #ffffff;
        height: 50px;
        padding: 0 55px 0 0px;
        font-size: 12px;
        font-weight: 500;
        border: none;
        border-radius: 0;
    }

    .dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, 
    .dgwt-wcas-is-ios .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
        font-size: 12px;
    }
    
    .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
        max-height: 18px;
        max-width: 18px;
        fill: #d72544;
    }

    /* Chrome, Firefox, Opera, Safari 10.1+ */
    input[type=search].dgwt-wcas-search-input::placeholder {
        font-size: 12px;
        font-weight: 500;
    }

    /* Internet Explorer 10-11 */
    input[type=search].dgwt-wcas-search-input:-ms-input-placeholder {
        font-size: 12px;
        font-weight: 500;
    }

    /* Microsoft Edge */
    input[type=search].dgwt-wcas-search-input::-ms-input-placeholder {
        font-size: 12px;
        font-weight: 500;
    }
}

@media screen and (max-width: 600px) {
	.dgwt-wcas-suggestion-cat {
		width: 50%;
	}
}

.modal-wrap .add-to-cart-modal {
    max-height: 95vh;
    overflow: auto;
}