.product-search-wrapper {
	border-bottom: 1px solid #DAD9D6;
	position: absolute;
	width: 100%;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	z-index: 40;
}

.product-search-wrapper.active {
	opacity: 1;
	visibility: visible;
}

.product-search-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 30;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	transition: all 300ms ease;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
}

.product-search-overlay.active {
	opacity: 1;
	visibility: visible;
}

.product-search {
	padding: 20px 0;
}

.product-search .inner {
	position: relative;
}

.product-search .inner .icon {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 40px;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product-search .inner .icon svg {
	fill: #e65928;
}

.dgwt-wcas-search-wrapp {
	max-width: 500px !important;
	margin: 0 !important;
}

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

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
	font-size: 16px;
	padding-left: 50px;
	color: #6a686b;
	border: none;
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:focus {
	box-shadow: none;
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
	opacity: 1;
	color: #6a686b;
	font-style: normal;
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
	opacity: 1;
	color: #6a686b;
	font-style: normal;
}

.dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
	opacity: 1;
	color: #6a686b;
	font-style: normal;
}

.dgwt-wcas-search-form .dgwt-wcas-preloader {
	right: 0 !important;
	opacity: 1 !important;
}

.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp {
	width: 360px;
}

.dgwt-wcas-details-space .dgwt-wcas-details-product-sku {
	display: none;
}

.dgwt-wcas-pd-addtc-form {
	justify-content: flex-start;
}

.dgwt-wcas-pd-addtc-form div.quantity {
    margin-right: 0 !important;
}

.dgwt-wcas-pd-addtc-form div.quantity input[type="number"]{
	line-height: 32px !important;
}

.dgwt-wcas-pd-addtc-form .add_to_cart_button,
.dgwt-wcas-pd-addtc-form .wc-forward {
	font-family: "sofia-pro", sans-serif;
	font-weight: 600;
	font-size: 16px;
	padding: 0 20px !important;
	border: none !important;
	outline: none;
	background-color: #E65928;
	color: #FFFFFF;
	line-height: 44px !important;
    height: 44px;
}

.dgwt-wcas-pd-addtc-form .wc-forward:hover,
.dgwt-wcas-pd-addtc-form .wc-forward:active,
.dgwt-wcas-pd-addtc-form .wc-forward:focus {
	background-color: #EC4B1D;
	border-color: #EC4B1D;
}

a.dgwt-wcas-details-post-title,
a.dgwt-wcas-details-product-title {
	font-weight: bold;
	font-size: 30px;
	line-height: 40px;
	letter-spacing: 0;
	color: #484A48;
}

.dgwt-wcas-pd-price,
.dgwt-wcas-tpd-price {
	font-size: 17px;
	font-weight: bold;
	color: #484A48;
}

.dgwt-wcas-pd-price small,
.dgwt-wcas-tpd-price small {
	font-size: inherit;
}

.dgwt-wcas-details-desc {
	font-size: 16px;
	line-height: 26px;
}

.dgwt-wcas-stock {
	text-align: left;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:visited,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:hover,
.dgwt-wcas-has-headings .dgwt-wcas-suggestion.dgwt-wcas-suggestion-tax:focus {
	text-decoration: none;
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion-tax .dgwt-wcas-st {
	color: inherit;
	text-decoration: none;
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp,
.dgwt-wcas-suggestions-wrapp {
	border-radius: 0 !important;
	box-shadow: 0 0 6px #0000001f;

}

.dgwt-wcas-suggestions-wrapp {
	z-index: 1001 !important;
}

.dgwt-wcas-details-right .dgwt-wcas-details-wrapp {
	z-index: 1000 !important;
}

.dgwt-wcas-details-outside .dgwt-wcas-details-wrapp,
.dgwt-wcas-details-outside.dgwt-wcas-is-details .dgwt-wcas-suggestions-wrapp {
	margin-top: 20px !important;
	border-color: #DAD9D6 !important;
}

.dgwt-wcas-close path {
	fill: #e65928 !important;
}

.dgwt-wcas-is-ios.dgwt-wcas-overlay-mobile-on .wp-site-blocks {
    display: block !important;
}

@media (max-width: 991px) {
	.product-search-wrapper {
		display: none;
	}

	.dgwt-wcas-overlay-mobile {
		top: 154px !important;
	}

	.admin-bar .dgwt-wcas-overlay-mobile {
		top: 186px !important;
	}

	.dgwt-wcas-search-icon-wrapp {
		float: left;
		width: 30px;
		z-index: 30;
		background: #fff;
		overflow: hidden;
	}

	.js-dgwt-wcas-overlay-mobile .dgwt-wcas-om-return {
		background: #e65928 !important;
	}

	.js-dgwt-wcas-overlay-mobile .dgwt-wcas-search-form .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
		padding-left: 15px;
	}

	.js-dgwt-wcas-overlay-mobile .dgwt-wcas-search-wrapp {
		max-width: none !important;
	}

	.js-dgwt-wcas-overlay-mobile .dgwt-wcas-sf-wrapp {
		border-bottom: 1px solid #DAD9D6;
	}

	.js-dgwt-wcas-overlay-mobile .dgwt-wcas-search-wrapp-mobile input[type="search"].dgwt-wcas-search-input {
		height: 44px !important;
	}
}

@media (max-width: 782px) {
	.dgwt-wcas-overlay-mobile {
		top: 154px !important;
	}

	.admin-bar .dgwt-wcas-overlay-mobile {
		top: 200px !important;
	}
}

@media (max-width: 767px) {
	a.dgwt-wcas-details-post-title,
	a.dgwt-wcas-details-product-title {
		font-size: 25px;
		line-height: 35px;
	}
}

@media (max-width: 480px) {
	.dgwt-wcas-overlay-mobile {
		top: 144px !important;
	}

	.admin-bar .dgwt-wcas-overlay-mobile {
		top: 190px !important;
	}
}
