.dr-form-error-msg {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 14px;
	line-height: 1;
	color: var(--danger-color);
	background-color: rgba(var(--danger-color-rgb), 0.05);
	padding: 7px 10px;
}

.dr-form-error-msg::before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.917' height='9.795' viewBox='0 0 10.917 9.795'%3E%3Cpath id='Path_30793' data-name='Path 30793' d='M9.65,8.366A1.959,1.959,0,0,0,7.96,7.4a1.935,1.935,0,0,0-1.69.966l-3.483,5.84a1.93,1.93,0,0,0-.023,1.989,1.966,1.966,0,0,0,1.713,1h6.967a1.93,1.93,0,0,0,1.713-1,1.957,1.957,0,0,0-.023-1.989Zm-1.69,7.3a.793.793,0,1,1,.793-.793A.795.795,0,0,1,7.96,15.666Zm.828-5.38-.23,2.621a.592.592,0,0,1-.218.414.58.58,0,0,1-.391.138H7.891a.6.6,0,0,1-.552-.552l-.23-2.621a.8.8,0,0,1,.2-.609.856.856,0,0,1,.563-.3.785.785,0,0,1,.609.2.83.83,0,0,1,.3.563A.229.229,0,0,1,8.788,10.286Z' transform='translate(-2.499 -7.4)' fill='%23d7373f' opacity='0.8'/%3E%3C/svg%3E%0A");
	width: 11px;
	height: 10px;
	display: inline-block;
	margin-right: 7px;
}

.dr-status {
	text-transform: capitalize;
}

.dr-table button {
	vertical-align: middle;
}

.dr-table .dr-btn-delete {
	background: none;
	border: none;
	padding: 5px;
}

.dr-table .dr-btn-delete svg path {
	fill: var(--danger-color);
	opacity: 1;
}

.dr-form__fields-wrapper hr {
	background-color: rgba(var(--primary-color-rgb), 0.05);
}

.dr-delete-field {
	padding: 0 18px;
	width: 54.39px;
}

.dr-delete-this-field {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
	cursor: pointer;
}

.dr-delete-this-field:hover svg path,
.dr-delete-this-field:hover svg g {
	opacity: 1;
}

.dr-delete-this-field:hover svg path {
	fill: var(--danger-color);
}

.dr-ud__accordion-item {
	border-top: 1px solid rgba(var(--font-color-rgb), 0.05);
	counter-increment: dr-accn-count;
}

.dr-ud__accordion-item .dr-ud__accordion-header {
	padding: 25px 0;
	position: relative;
}

.dr-ud__accordion-item .dr-ud__accordion-header .accn-title {
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5;
	color: var(--font-color);
	margin-bottom: 10px;
	margin-top: 0;
	padding-right: 20px;
	cursor: pointer;
}

.dr-ud__accordion-item .dr-ud__accordion-header .accn-title::before {
	content: counter(dr-accn-count) ".";
	margin-right: 5px;
}

.dr-ud__accordion-item .dr-ud__accordion-header .accn-date-wrap {
	font-size: 13px;
	font-style: italic;
	opacity: .8;
}

.dr-ud__accordion-item .dr-ud__accordion-header .accn-arrow {
	position: absolute;
	right: 0;
	top: 27px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-ud__accordion-item .dr-ud__accordion-header .accn-arrow svg path {
	stroke: var(--primary-color);
}

.dr-ud__accordion-item .dr-ud__accordion-content {
	display: none;
	font-size: 18px;
	line-height: 1.7;
	padding: 20px 0 60px;
}

.dr-ud__accordion-item .dr-ud__accordion-content p {
	margin-bottom: 1.5em;
}

.dr-ud__accordion-item .dr-ud__accordion-content img {
	max-width: 275px;
	float: left;
	margin-right: 30px;
}

.dr-ud__accordion-item.active .dr-ud__accordion-header .accn-title {
	font-weight: bold;
}

.dr-ud__accordion-item.active .dr-ud__accordion-header .accn-arrow {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dr-ud__accordion-item.active .dr-ud__accordion-content {
	display: block;
}

.dr__back-btn {
	background: none;
	color: #777;
	margin-bottom: 30px;
}

.dr__back-btn::before {
	display: inline-block;
	content: "";
	width: 9px;
	height: 9px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6.293' height='9.759' viewBox='0 0 6.293 9.759'%3E%3Cpath id='Path_23595' data-name='Path 23595' d='M1423.2,789.535l3.465-3.465,3.465,3.465' transform='translate(-784.656 1431.544) rotate(-90)' fill='none' stroke='%232db68d' stroke-linecap='round' stroke-width='2' opacity='0.7'/%3E%3C/svg%3E%0A");
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 8px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.dr-form__section {
	margin-top: 32px;
	padding-top: 32px;
	border-top: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.dr-form__section .dr-form-sec__title {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 24px;
}

.dr-form__section.sticky-section {
	position: sticky;
	bottom: 0;
	background-color: var(--white-color, #fff);
	padding-bottom: 30px;
	z-index: 1;
}

.dr-form__section .dr-form-sec__header {
	margin-bottom: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-form__section .dr-form-sec__header .dr-form-sec__title {
	margin-bottom: 0;
}

.dr-ud__toggle-btn {
	font-size: 14px;
	font-style: italic;
	padding: 10px 20px;
	border: 1px solid rgba(var(--primary-color-rgb), 0.3);
	background: none;
	cursor: pointer;
	position: relative;
	display: inline-block;
	color: var(--font-color);
	line-height: 1.35;
	min-height: unset;
}

.dr-ud__toggle-btn::after {
	content: "";
	width: 9px;
	height: 9px;
	display: inline-block;
	margin-left: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.758' height='6.293' viewBox='0 0 9.758 6.293'%3E%3Cpath id='Path_23595' data-name='Path 23595' d='M1423.2,789.535l3.465-3.465,3.465,3.465' transform='translate(1431.542 790.949) rotate(180)' fill='none' stroke='%23374757' stroke-linecap='round' stroke-width='2' opacity='0.7'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.dr-ud__toggle-btn.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

div+.dr-ud__repeater-wrapper {
	border-top: 1px solid #EDEEEE;
	padding-top: 16px;
}

.dr-ud__repeater-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.dr-ud__repeater-wrapper .move-btn-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
}

.dr-ud__repeater-wrapper .move-btn-wrap button,
.dr-ud__repeater-wrapper .dr-col-del button {
	padding: 0 !important;
	background: none;
	border: none;
	box-shadow: none;
}

.dr-ud__repeater-wrapper .wpdelicious-table .move-btn-wrap button {
	cursor: move;
	display: flex;
	align-items: center;
	background: none !important;
	border: none !important;
	padding: 0;
}

.dr-ud__repeater-wrapper .wpdelicious-table .move-btn-wrap button svg path {
	fill: var(--primary-color);
}

.dr-ud__repeater-wrapper .move-btn-wrap button:hover svg g {
	opacity: 1;
}

.dr-ud__repeater-wrapper .wpdelicious-table .delete-btn {
	background: none !important;
	border: none !important;
	padding: 0;
	cursor: pointer;
}

.dr-ud__repeater-wrapper .wpdelicious-table .delete-btn:hover svg path {
	fill: var(--danger-color);
	opacity: 1;
}

.dr-ud__repeater-wrapper .dr-repeater-title {
	font-size: 18px;
	font-weight: bold;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0;
}

.dr-ud__repeater-wrapper .dr-repeater-title .move-btn-wrap {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
}

.dr-ud__repeater-wrapper .dr-repeater-title input {
	max-width: 100%;
	font-weight: 600;
	margin: 0 !important;
}

.dr-ud__repeater-wrapper .dr-repeater-header {
	border-bottom: 1px solid rgba(var(--font-color-rgb), 0.06);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-ud__repeater-wrapper .dr-repeater-section-delete-btn {
	padding: 0 15px;
}

.dr-ud__repeater-wrapper .dr-repeater-body {
	padding-bottom: 16px;
	overflow: auto;
}

.dr-ud__repeater-wrapper .dr-add-repeater-field-button {
	border: none;
	background: none;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 15px;
	color: var(--font-color);
}

.dr-ud__repeater-wrapper .dr-add-repeater-field-button svg {
	margin-right: 13px;
}

.dr-ud__repeater-wrapper .dr-add-repeater-field-button svg circle {
	fill: var(--primary-color);
}

.dr-ud__repeater-wrapper .dr-add-repeater-field-button svg line {
	stroke: var(--white-color);
}

.dr-ud__repeater-wrapper .dr-add-repeater-field-button:hover {
	color: var(--primary-color);
}

.dr-ud__repeater-wrapper .dr-add-ingredient-section-btn {
	cursor: pointer;
	display: inline-block;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
	background-color: var(--white-color);
	font-size: 14px;
	line-height: 1.7;
	font-weight: 600;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.dr-ud__repeater-wrapper .dr-add-ingredient-section-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-ud__repeater-wrapper .dr-repeater-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 12px;
	gap: 12px;
}

.dr-ud__repeater-wrapper .dr-repeater-row:last-child {
	margin-bottom: 0;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	gap: 12px;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col label {
	margin: 0;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-id {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20px;
	flex: 0 0 20px;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-id .move-btn-wrap {
	padding: 0;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-id .row-id {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col.dr-col-del {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30px;
	flex: 0 0 30px;
	justify-content: center;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col .dr-form__field {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
	width: 100%;
	margin: 0;
	min-width: 100px;
}

.dr-ud__repeater-wrapper .dr-repeater-row .dr-repeater-col .dr-form__field textarea {
	max-height: 50px;
}

.dr-ud__gallery-fields .dr-ud__repeater-wrapper {
	padding: 10px;
}

.dr-ud__gallery-fields .dr-ud__repeate-section {
	margin-bottom: 0;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap input[type="url"],
.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr__recipe-upload-img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap #dr-recipe-vid-url {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap #dr-recipe-vid-url+div button {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-form__info,
.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-vdo-gallery {
	width: 100%;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-video-gal-youtube {
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-ud__gallery-fields .dr-form__field .dr-input-wrap .dr-video-gal-youtube img {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
	width: calc(100% - 55px);
	padding: 10px;
	background-color: rgba(var(--primary-color-rgb), 0.05);
}

.dr-ud__gallery-fields .dr-ud__repeater-wrapper .dr-repeater-body {
	padding: 25px 20px;
	margin: 0;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap>[class*="dr"] {
	max-width: calc(50% - 7.5px);
	width: 100%;
	margin-right: 15px;
	margin-bottom: 15px;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap>[class*="dr"]:nth-child(2n) {
	margin-right: 0;
}

@media (max-width: 767px) {
	.dr-ud__gallery-fields .dr-gallery-input-wrap>[class*="dr"] {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
	}
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-img-wrap {
	position: relative;
	overflow: hidden;
	padding-top: 70%;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group {
	margin-top: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn {
	background: none;
	padding: 0;
	border: none;
	min-height: unset;
	font-size: 13px;
	color: rgba(var(--font-color-rgb), 0.34);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn i {
	margin-right: 10px;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:not(:last-child) {
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid rgba(126, 137, 147, 0.3);
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg path,
.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg g {
	opacity: 1;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover {
	color: var(--primary-color);
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover svg path {
	fill: var(--primary-color);
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover {
	color: var(--danger-color);
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover svg path {
	fill: var(--danger-color);
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr__recipe-upload-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-ud__gallery-fields .dr-gallery-input-wrap .dr__recipe-upload-img .dr__upload-wrap {
	height: 100%;
}

.dr-ud__instructions-fields .dr-instruction-repeater-row:not(:last-child) {
	margin-bottom: 16px;
}

.dr-ud__instructions-fields .dr-repeater-col .dr-form__field .dr-col-del {
	text-align: center;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-instruction-repeater-row .move-btn-wrap {
	-webkit-box-flex: unset;
	-ms-flex: unset;
	flex: unset;
}

@media (min-width: 768px) {
	.dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		max-width: 100%;
	}
}

.dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field.dr-qty-field {
	max-width: 93px;
}

.dr-ud__ingredients-fields .dr-repeater-row .dr-repeater-col .dr-form__field.dr-unit-field {
	max-width: 160px;
}

.dr__recipe-upload-img {
	padding: 10px;
	background-color: rgba(var(--primary-color-rgb), 0.03);
	border-radius: 5px;
	max-width: 100% !important;
	margin: 0 !important;
}

.dr__recipe-upload-img .dr__upload-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	border-radius: 4px;
	border: 2px dashed var(--primary-color);
	width: 100%;
}

.dr__recipe-upload-img .dr__upload-wrap label {
	-webkit-box-flex: unset !important;
	-ms-flex: unset !important;
	flex: unset !important;
}

.dr__recipe-upload-img .dr__upload-wrap img {
	margin-bottom: 20px;
}

.dr__recipe-upload-img .dr__upload-wrap .dr__upload-btn {
	padding: 14px 24px;
	color: var(--primary-color);
	font-size: 15px;
	border: 1px solid var(--primary-color);
	background-color: var(--white-color);
	cursor: pointer;
	margin-bottom: 10px;
}

.dr__recipe-upload-img .dr__upload-wrap .dr__upload-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr__recipe-upload-img .dr__upload-wrap .dr__upload-info {
	font-size: 13px;
	color: rgba(var(--font-color-rgb), 0.45);
	line-height: 1.5;
	text-align: center;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-field-wrap {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-repeater-col {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-repeater-col.dr-col-del {
		flex: unset;
	}

	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-repeater-col {
		-webkit-box-flex: 1;
		-ms-flex: auto;
		flex: auto;
	}

	.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-instruction-repeater-row .dr-upload-col {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 186px;
		flex: 0 0 186px;
		margin-right: 24px;
	}
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap {
	margin-bottom: 25px;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-img-wrap {
	position: relative;
	overflow: hidden;
	padding-top: 56%;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='53.712' height='30.22' viewBox='0 0 53.712 30.22'%3E%3Cg id='Group_5539' data-name='Group 5539' transform='translate(-549.544 -596.127)'%3E%3Cpath id='Path_23530' data-name='Path 23530' d='M15455.828-7578.13l18.875-30.22,9.135,14.39,10.959-6.715,14.613,22.545Z' transform='translate(-14906.284 8204.478)' fill='%23fff'/%3E%3Ccircle id='Ellipse_43' data-name='Ellipse 43' cx='4.713' cy='4.713' r='4.713' transform='translate(593.83 597.965)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-size: 53.71px 30.22px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: rgba(var(--primary-color-rgb), 0.2);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-img-wrap img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 10px;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	background: none;
	color: rgba(var(--font-color-rgb), 0.34);
	font-size: 13px;
	cursor: pointer;
	min-height: unset;
	padding: 0;
	margin-bottom: 10px;
	letter-spacing: 0;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn i {
	margin-right: 10px;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:not(:last-child) {
	padding-right: 8px;
	margin-right: 8px;
	border-right: 1px solid rgba(126, 137, 147, 0.3);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg path,
.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn:hover svg g {
	opacity: 1;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover {
	color: var(--primary-color);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-replace:hover svg path {
	fill: var(--primary-color);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover {
	color: var(--danger-color);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-image-upload-wrap .dr-button-group .dr-upload-action-btn.btn-delete:hover svg path {
	fill: var(--danger-color);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section p.note {
	padding-left: 20px;
	border-left: 2px solid var(--primary-color);
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section input,
.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section select {
	max-width: unset;
}

.dr-ud__instructions-fields .dr-ud__repeater-wrapper .dr-ud__repeate-section .dr-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 992px) {
	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-input-area {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-right: 16px;
	}

	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-output-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 41.66%;
		flex: 0 0 41.66%;
		max-width: 357px;
	}
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 1200px) {
	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -8px;
	}

	.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-form__field {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 8px;
	}
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-form__field label {
	font-size: 14px;
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-input-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-input-wrap input {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.dr-ud__nutrition-fields .dr-ud__nutrition-wrapper .dr-nutrition-fields-wrapper .dr-input-wrap span:not(:empty) {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50px;
	flex: 0 0 50px;
	max-width: 50px;
	padding: 0 8px;
	color: rgba(var(--font-color-rgb), 0.8);
	background-color: #F4F4F4;
	font-size: 14px;
	border: 1px solid #EDEEEE;
	border-radius: 0 4px 4px 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.select2 {
	width: 100% !important;
	max-width: 528px;
}

.select2 .select2-selection {
	border-radius: 0 !important;
	border-color: rgba(var(--font-color-rgb), 0.1) !important;
}

.select2 .select2-selection .select2-selection__rendered {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.select2 .select2-selection .select2-selection__rendered li {
	margin: 0px 5px 12.5px;
	line-height: 1.49;
	font-size: .8888em;
}

.select2 .select2-selection .select2-selection__rendered li input {
	height: unset;
	font-size: inherit !important;
	margin: 0;
}

.select2.select2-container--open .select2-selection {
	border-color: #000 !important;
}

.select2-container.select2-container--open .select2-dropdown {
	margin-top: 33px !important;
}

.wp-editor-wrap {
	max-width: 528px;
}

.wp-editor-wrap button {
	min-height: unset;
}

.wp-core-ui {
	width: 100%;
}

.dr-guest-recipe-submission input[type="text"],
.dr-guest-recipe-submission input[type="email"],
.dr-guest-recipe-submission input[type="url"],
.dr-guest-recipe-submission input[type="password"],
.dr-guest-recipe-submission input[type="search"],
.dr-guest-recipe-submission input[type="number"],
.dr-guest-recipe-submission input[type="tel"],
.dr-guest-recipe-submission input[type="range"],
.dr-guest-recipe-submission input[type="date"],
.dr-guest-recipe-submission input[type="month"],
.dr-guest-recipe-submission input[type="week"],
.dr-guest-recipe-submission input[type="time"],
.dr-guest-recipe-submission input[type="datetime"],
.dr-guest-recipe-submission input[type="datetime-local"],
.dr-guest-recipe-submission input[type="color"],
.dr-guest-recipe-submission textarea,
.dr-guest-recipe-submission select {
	max-width: 100%;
	width: 100%;
}

.dr-guest-recipe-submission .wp-core-ui {
	max-width: 100%;
}

.dr-guest-recipe-submission .dr-form__field-inner-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 -10px;
}

@media (min-width: 768px) {
	.dr-guest-recipe-submission .dr-form__field-inner-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap {
	padding: 0 10px;
	width: 100%;
}

.dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap:not(:last-child) {
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.dr-guest-recipe-submission .dr-form__field-inner-row .dr-form__field-wrap {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 0 !important;
	}
}

.dr-guest-recipe-submission .dr-button-group .dr-btn:not(:last-child) {
	margin-right: 15px;
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field {
	margin-bottom: 35px;
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field .dr-form__info {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	color: rgba(var(--font-color-rgb), 0.65);
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field .dr-form__info p {
	margin: 0;
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr__recipe-upload-img,
.dr-guest-recipe-submission .dr-form__fields-wrapper .select2 {
	max-width: 100%;
}

.dr-guest-recipe-submission .dr-form__fields-wrapper label {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-bottom: 35px;
	}
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row>label {
	line-height: 26px;
	margin-bottom: 10px;
	display: inline-block;
}

@media (min-width: 768px) {
	.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row>label {
		margin-bottom: 0;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 170px;
		flex: 0 0 170px;
		padding-right: 10px;
		padding-top: 12px;
		padding-bottom: 12px;
	}
}

.dr-guest-recipe-submission .dr-form__fields-wrapper .dr-form__field-row .dr-input-wrap {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.dr-table .dr-btn-view svg g,
.dr-table .dr-btn-edit svg g {
	opacity: 1;
}

.dr-table .dr-btn-view svg path,
.dr-table .dr-btn-view svg circle,
.dr-table .dr-btn-edit svg path,
.dr-table .dr-btn-edit svg circle {
	fill: #808080;
}

.dr-table .dr-btn-view:hover svg path,
.dr-table .dr-btn-view:hover svg circle,
.dr-table .dr-btn-edit:hover svg path,
.dr-table .dr-btn-edit:hover svg circle {
	fill: #000;
}

.dr-ud__recipe-list .dr-table {
	font-size: 1em;
}

.dr-ud__recipe-list .dr-table td:last-child {
	width: 120px;
}

.dr-ud__header {
	margin-bottom: 60px;
}

.dr-ud__header .dr-ud__desc {
	margin-top: 20px;
}

.dr-ud__desc {
	border: 10px solid rgba(var(--primary-color-rgb), 0.2);
	padding: 30px;
}

.dr-equipment-slider-wrapper,
.dr-equipments-content,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper {
	margin-bottom: 40px;
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev,
.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next {
	border: 1px solid var(--primary-color);
	border-radius: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg,
.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg {
	display: inline-block;
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next {
	left: auto;
	right: 0;
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover,
.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg path,
.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev svg path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next svg path {
	stroke: var(--primary-color);
}

.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover svg path,
.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next:hover svg path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev:hover svg path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next:hover svg path {
	stroke: #fff;
}

@media (min-width: 1025px) {

	.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev,
	#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-prev {
		margin-left: -17.5px;
	}

	.dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next,
	#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .owl-carousel .owl-nav .owl-next {
		margin-right: -17.5px;
	}
}

.dr-equipment-slider-wrapper .dr-es-item-wrap,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap {
	background-color: #fff;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap:hover .dr-quipment-img-wrap .dr-img img,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap:hover .dr-quipment-img-wrap .dr-img img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img {
	margin-top: 0;
	margin-bottom: 0;
	overflow: hidden;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img img,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-quipment-img-wrap .dr-img img {
	max-width: 100%;
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap {
	text-align: center;
	padding: 20px 20px 25px;
	border: 1px solid rgba(55, 71, 87, 0.05);
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title {
	font-size: 1.125rem;
	color: var(--font-color);
	font-weight: normal;
	margin-bottom: 12px;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a {
	text-decoration: none;
	color: inherit;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a:hover,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-equipment-title-wrap .dr-equipment-title a:hover {
	color: var(--primary-color);
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn {
	font-size: .875rem;
	line-height: 1;
	padding: 10px 20px;
	color: var(--font-color);
	background-color: rgba(var(--primary-color-rgb), 0.1);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn i,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn i {
	margin-left: 12px;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover svg path,
#primary .entry-content .dr-entry-content .dr-equipment-slider-wrapper .dr-es-item-wrap .dr-btn:hover svg path {
	stroke: #fff;
}

.dr-floating-menu-wrapper {
	max-width: 1170px;
	margin: auto;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-floating-menu-wrapper.dr-floating-visible {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.dr-floating-menu-wrapper .dr-floating-box {
	background-color: #232323;
	color: #fff;
	font-size: .875rem;
	padding: 0px;
	border-radius: 5px 5px 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (max-width: 1199px) {
	.dr-floating-menu-wrapper .dr-floating-box {
		padding: 0px;
	}
}

@media (max-width: 991px) {
	.dr-floating-menu-wrapper .dr-floating-box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media (min-width: 992px) {
	.dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile {
		display: none !important;
	}
}

.dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile {
	display: none;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.dr-floating-menu-wrapper .dr-floating-box .drbtnsmobile.dropen {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-floating-menu-wrapper .dr-floating-box .drbxitem {
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
	padding: 10px 25px;
	text-align: center;
	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;
	margin: 0;
}

.dr-floating-menu-wrapper .dr-floating-box .drbxitem:not(:last-child) {
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}

.dr-floating-menu-wrapper .dr-floating-box .dr-recipe-wishlist .dr_wishlist__recipe {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.dr-floating-menu-wrapper .dr-floating-box .drbxitem {
		padding: 10px;
	}
}

@media (max-width: 991px) {
	.dr-floating-menu-wrapper .dr-floating-box .drbxitem {
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
	}

	.dr-floating-menu-wrapper .dr-floating-box .drbxitem.d-none-mobile {
		display: none;
	}
}

@media (min-width: 992px) {
	.dr-floating-menu-wrapper .dr-floating-box .drbxitem.d-none-desktop {
		display: none;
	}

	.dr-floating-menu-wrapper .dr-floating-box .drbxitem:nth-last-child(2) {
		border-right: none;
	}
}

.dr-floating-menu-wrapper .post-like {
	cursor: pointer;
}

.dr-floating-menu-wrapper .post-like .dr_like__recipe {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-floating-menu-wrapper .post-like .dr_like__recipe svg {
	margin-right: 8px;
}

.dr-floating-menu-wrapper .post-like .dr_like__recipe svg path {
	stroke: red;
}

.dr-floating-menu-wrapper .post-like .dr_like__recipe .dr-likes-total {
	font-weight: bold;
	display: inline-block;
	color: inherit;
	font-size: inherit;
	padding: 0;
	min-width: unset;
}

.dr-floating-menu-wrapper .post-like .dr_like__recipe.recipe-liked svg path {
	fill: red;
}

.dr-floating-menu-wrapper .post-like:hover .dr_like__recipe svg path {
	fill: red;
}

.dr-floating-menu-wrapper svg {
	vertical-align: middle;
}

.dr-floating-menu-wrapper button,
.dr-floating-menu-wrapper .button {
	font-size: .813rem;
	line-height: 1.1;
	border: 1px solid #fff;
	background: none;
	color: #fff;
	border-radius: 4px;
	padding: 11px;
	font-weight: normal;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	max-width: 100%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	gap: 8px;
	align-items: center;
	min-height: unset;
	height: 40px;
	text-transform: unset;
}

.dr-floating-menu-wrapper button:hover,
.dr-floating-menu-wrapper .button:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.dr-floating-menu-wrapper button.startreadingmode,
.dr-floating-menu-wrapper .button.startreadingmode {
	background-color: #E84E3B;
	font-size: .875rem;
	border-color: #E84E3B;
}

.dr-floating-menu-wrapper button.startreadingmode:hover,
.dr-floating-menu-wrapper .button.startreadingmode:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.dr-floating-menu-wrapper button.starttimer,
.dr-floating-menu-wrapper .button.starttimer {
	background-color: #3F729B;
	border-color: #3F729B;
}

.dr-floating-menu-wrapper button.starttimer:hover,
.dr-floating-menu-wrapper .button.starttimer:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.dr-floating-menu-wrapper button.addtowishlist,
.dr-floating-menu-wrapper .button.addtowishlist {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.dr-floating-menu-wrapper button.addtowishlist span,
.dr-floating-menu-wrapper .button.addtowishlist span {
	margin: 0;
	padding: 0;
	-webkit-transition: none;
	transition: none;
}

.dr-floating-menu-wrapper button.addtowishlist:hover,
.dr-floating-menu-wrapper .button.addtowishlist:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked,
.dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked {
	background-color: #E84E3B;
	color: #fff;
	border-color: #E84E3B;
}

.dr-floating-menu-wrapper .button.addtowishlist i {
	display: flex;
	justify-content: center;
	align-items: center;
}

.dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked svg,
.dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked svg {
	width: 14px;
	height: 14px;
}

.dr-floating-menu-wrapper button.addtowishlist.dr-wishlist-is-bookmarked svg path,
.dr-floating-menu-wrapper .button.addtowishlist.dr-wishlist-is-bookmarked svg path {
	color: #FFF;
}

.dr-floating-menu-wrapper button.togglebtn,
.dr-floating-menu-wrapper .button.togglebtn {
	border: none;
	padding: 0;
	background: none !important;
}

.dr-floating-menu-wrapper button.togglebtn svg path,
.dr-floating-menu-wrapper .button.togglebtn svg path {
	fill: #fff;
}

.dr-floating-menu-wrapper button.togglebtn.dractive,
.dr-floating-menu-wrapper .button.togglebtn.dractive {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dr-floating-menu-wrapper button.togglebtn:hover,
.dr-floating-menu-wrapper .button.togglebtn:hover {
	color: #000;
	background-color: #fff;
	border-color: #fff;
}

.dr-floating-menu-wrapper .dr-time-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-right: 12px;
}

.dr-floating-menu-wrapper .dr-time-wrap i {
	margin-right: 10px;
}

.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input input {
	height: 40px;
	width: 60px;
	padding: 10px;
	background-color: #fff;
	color: #374757;
	border-radius: 4px;
	text-align: center;
	outline: none;
	border: none;
	font-size: 14px;
}

.dr-floating-menu-wrapper .dr-time-wrap .dr-time-input span {
	background-color: rgba(45, 182, 141, 0.2);
	width: 45px;
	color: #232323;
	font-size: 1rem;
	line-height: 40px;
	display: inline-block;
}

.dr-floating-menu-wrapper #dr-stop-timer-btn {
	background-color: #E84E3B;
	border-color: #E84E3B;
	font-size: 0;
	position: relative;
	width: 40px;
	margin-left: 10px;
}

.dr-floating-menu-wrapper #dr-stop-timer-btn::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.dr-floating-menu-wrapper #dr-pause-timer-btn,
.dr-floating-menu-wrapper #dr-resume-timer-btn {
	background-color: #3F729B;
	border-color: #3F729B;
	font-size: 0;
	width: 40px;
	position: relative;
}

.dr-floating-menu-wrapper #dr-pause-timer-btn:before,
.dr-floating-menu-wrapper #dr-resume-timer-btn:before {
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-size: 10px auto;
	background-position: center;
}

.dr-floating-menu-wrapper #dr-resume-timer-btn::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='424.236' height='494.942' viewBox='0 0 424.236 494.942'%3E%3Cpath id='play-button' d='M35.353,0,459.589,247.471,35.353,494.942Z' transform='translate(-35.353)' fill='%23fff'/%3E%3C/svg%3E%0A");
}

.dr-floating-menu-wrapper #dr-pause-timer-btn::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='256' height='298.667' viewBox='0 0 256 298.667'%3E%3Cg id='pause' transform='translate(-21.333)'%3E%3Cg id='Group_2' data-name='Group 2'%3E%3Cg id='Group_1' data-name='Group 1'%3E%3Crect id='Rectangle_1' data-name='Rectangle 1' width='85.333' height='298.667' transform='translate(192)' fill='%23fff'/%3E%3Crect id='Rectangle_2' data-name='Rectangle 2' width='85.333' height='298.667' transform='translate(21.333)' fill='%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
	.dr-floating-menu-wrapper .order-1-s {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.dr-floating-menu-wrapper .order-2-s {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.dr-floating-menu-wrapper .order-3-s {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	.dr-floating-menu-wrapper .order-4-s {
		-webkit-box-ordinal-group: 5;
		-ms-flex-order: 4;
		order: 4;
	}

	.dr-floating-menu-wrapper .drtoggleitem {
		-webkit-box-flex: 0 !important;
		-ms-flex: 0 0 64px !important;
		flex: 0 0 64px !important;
		max-width: 64px;
	}
}

.dr-modal {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 100vh;
	overflow-y: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: rgba(35, 35, 35, 0.5);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	z-index: 9999;
	padding: 30px;
}

@media (max-width: 1024px) {
	.dr-modal {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.dr-modal.show {
	visibility: visible;
	opacity: 1;
}

.dr-modal.show .dr-modal-container {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.dr-modal .dr-modal-container {
	position: relative;
	background-color: #fff;
	border-radius: 4px;
	width: 100%;
	padding: 30px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

@media (min-width: 1025px) {
	.dr-modal .dr-modal-container {
		padding: 60px;
	}
}

.dr-modal .dr-modal-container .dr-modal-close {
	padding: 0;
	border: none;
	background: none;
	position: absolute;
	top: -13px;
	right: -13px;
	cursor: pointer;
}

.dr-modal .dr-modal-container .dr-modal-close g,
.dr-modal .dr-modal-container .dr-modal-close circle,
.dr-modal .dr-modal-container .dr-modal-close path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-modal .dr-modal-container .dr-modal-close:hover g {
	opacity: 1;
}

.dr-modal .dr-modal-container .dr-modal-close:hover circle {
	fill: #E84E3B;
}

.dr-modal .dr-modal-container .dr-modal-close:hover path {
	stroke: #fff;
}

.dr-modal .dr-modal-container .dr-modal-header {
	margin-bottom: 60px;
}

.dr-modal .dr-modal-container .dr-modal-header .dr-modal-title {
	margin: 15px 0 25px;
	font-size: 1.625rem;
	color: var(--font-color);
}

.dr-modal .dr-modal-container .social-icons {
	list-style: none;
	padding: 0;
	margin: 0;
}

.dr-modal .dr-modal-container .social-icons li {
	display: inline-block;
	margin: 5px;
}

.dr-modal.social-share-modal .dr-modal-container {
	max-width: 600px;
	margin: 0 auto;
}

.dr-modal.social-share-modal .dr-modal-container .dr-modal-header {
	text-align: center;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url {
	border-radius: 4px;
	background-color: rgba(var(--primary-color-rgb), 0.05);
	padding: 5px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-url {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	background-color: #fff;
	border: 1px solid rgba(55, 71, 87, 0.05);
	border-radius: 4px;
	margin-right: 10px;
	padding: 11px 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 14px;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn {
	border: none;
	background-color: rgba(var(--primary-color-rgb), 0.15);
	padding: 14px 10px;
	border-radius: 4px;
	font-size: .813rem;
	line-height: 1;
	color: var(--primary-color);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: relative;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn svg path {
	fill: var(--primary-color);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn:hover svg path {
	fill: #fff;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn::before {
	content: "Copied";
	white-space: nowrap;
	line-height: 1;
	padding: 5px 10px;
	border-radius: 3px;
	color: #fff;
	background-color: #000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 0px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	text-transform: capitalize;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url .dr-copy-btn::after {
	content: "";
	border: 5px solid transparent;
	border-top-color: #000;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: -5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url.dr-copied .dr-copy-btn::before {
	margin-bottom: 10px;
	visibility: visible;
	opacity: 1;
}

.dr-modal.social-share-modal .dr-modal-container .dr-copy-page-url.dr-copied .dr-copy-btn::after {
	margin-bottom: 0px;
	visibility: visible;
	opacity: 1;
}

.dr-cancel-reading-mode-btn {
	position: fixed;
	top: 40px;
	right: 30px;
	z-index: 9999;
	background: #fff;
	padding: 0;
	min-height: unset;
	border: none;
	display: none;
	z-index: 111111;
}

@media (max-width: 767px) {
	.dr-cancel-reading-mode-btn {
		right: 15px;
		width: 50px;
		height: 50px;
		-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
		background-color: #E84E3B;
	}

	.dr-cancel-reading-mode-btn svg {
		width: 100%;
		height: 100%;
	}
}

.single-recipe-reading-mode .dr-cancel-reading-mode-btn {
	display: block;
	cursor: pointer;
}

.single-recipe-reading-mode .widget-area,
.single-recipe-reading-mode .site-header,
.single-recipe-reading-mode #crumbs,
.single-recipe-reading-mode footer,
.single-recipe-reading-mode .mobile-header,
.single-recipe-reading-mode #main-header,
.single-recipe-reading-mode .dr-floating-menu-wrapper,
.single-recipe-reading-mode .instagram-section {
	display: none;
}

.single-recipe-reading-mode .content-area,
.single-recipe-reading-mode #content-area {
	max-width: 773px;
	width: 100% !important;
	margin: 0 auto !important;
	float: none !important;
}

.single-recipe-reading-mode #main-content .container::before {
	content: none;
}

.single-recipe-reading-mode #left-area {
	width: 100%;
	padding-right: 0 !important;
}

.single-recipe-reading-mode #page-container {
	padding-top: 0 !important;
}

.dr-pro-comment-section {
	margin-top: 60px;
}

.dr-pro-comment-section .dr-pro-comment-container {
	margin: 0 auto;
	padding: 10px !important;
	background-color: #fff;
	border: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

@media (min-width: 768px) {
	.dr-pro-comment-section .dr-pro-comment-container {
		padding: 40px;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-rating-point {
	font-size: .75rem;
	font-style: italic;
	opacity: .7;
	margin-right: 15px;
	color: #232323;
	white-space: nowrap;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35.22px;
	flex: 0 0 35.22px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-star-ratings {
	display: inline-block;
	position: relative;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-star-ratings-wrapper .dr-star-ratings .dr-stars-rated-group {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.dr-pro-comment-section .dr-pro-comment-container .jq-ry-container {
	padding: 0;
	width: auto !important;
	margin: 0;
}

.dr-pro-comment-section .dr-pro-comment-container .jq-ry-container .jq-ry-group-wrapper {
	margin: 0 -3.5px;
	display: inline-block;
	width: unset !important;
}

.dr-pro-comment-section .jq-ry-container svg {
	width: auto;
	height: 15px;
	padding: 0 3.5px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 60px;
}

@media (min-width: 768px) {
	.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
}

@media (min-width: 768px) {
	.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review {
		padding-right: 60px;
		margin-right: 60px;
		margin-bottom: 0;
		padding-bottom: 0;
		border-right: 1px solid rgba(var(--primary-color-rgb), 0.1);
		border-bottom: none;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-review-title {
	color: var(--font-color);
	font-size: 1.25rem;
	margin-top: 0;
	margin-bottom: 20px;
	font-weight: bold;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-rating-point {
	font-size: .875rem;
	line-height: 1.5;
	color: rgba(var(--font-color-rgb), 0.9);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-rating-point .point {
	font-size: 2.25rem;
	font-weight: bold;
	color: rgba(var(--font-color-rgb), 0.8);
	margin-right: 5px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-ratings-cutomer-count {
	font-size: .875rem;
	color: var(--font-color);
	line-height: 1;
	border-radius: 4px;
	margin-top: 5px;
	display: inline-block;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .jq-ry-container {
	max-width: 125.5px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .jq-ry-container svg {
	width: auto;
	height: 18px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-total-user-review .dr-star-ratings-wrapper {
	margin-bottom: 7px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level:not(:last-child) {
	margin-bottom: 10px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level::before {
	content: '';
	height: 0;
	border-top: 1px dashed rgba(35, 35, 35, 0.3);
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level .dr-star-ratings-wrapper {
	padding-right: 20px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
	width: 164px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-review-ratings .dr-ratings-level-list .dr-rating-level .dr-ratings-percent {
	padding-left: 20px;
	text-align: right;
	-webkit-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	width: 52px;
	font-size: .875rem;
	font-weight: bold;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=text],
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=email],
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form textarea,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=text],
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=email],
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form textarea {
	background-color: #fff;
	vertical-align: top;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn {
	border: 1px solid rgba(var(--primary-color-rgb), 0.2);
	background-color: #fff;
	color: var(--font-color);
	cursor: pointer;
	position: relative;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: .875rem;
	padding: 10px 15px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

@media (min-width: 768px) {

	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn,
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn {
		font-size: 18px;
		padding: 16px 60px;
		font-weight: 700;
		flex: 1;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn:hover {
	color: var(--primary-color);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn.active,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn.active {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-buttons .dr-form-tab-btn.active::before,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-buttons .dr-form-tab-btn.active::before {
	content: "";
	border: 10px solid transparent;
	border-top-color: var(--primary-color);
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-content,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-content {
	padding: 10px;
	background-color: rgba(var(--primary-color-rgb), 0.1);
}

@media (min-width: 768px) {

	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-comment-type-content,
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-comment-type-content {
		padding: 24px;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .comment-form-rating .dr-comment-rating,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .comment-form-rating .dr-comment-rating {
	margin-bottom: 0;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field {
	margin-bottom: 20px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .required,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .required {
	color: red;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	white-space: nowrap;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg {
	margin-right: 9px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg path {
	stroke: #ffbc0d;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg:hover path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.hover path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.active path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg:hover path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.hover path,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form-field .dr-input-rating-field .dr-input-stars svg.active path {
	fill: #ffbc0d;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form__info,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form__info {
	font-size: .813rem;
	opacity: .7;
	margin-top: 10px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-form__info p,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-form__info p {
	margin: 0;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-upload-btn,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-upload-btn {
	font-size: .813rem;
	color: var(--primary-color);
	border: 1px solid var(--primary-color);
	background-color: #fff;
	padding: 11px 15px;
	cursor: pointer;
	font-weight: normal;
	margin: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-upload-btn:hover,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-upload-btn:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form input[type=file],
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form input[type=file] {
	display: none;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comment-form .dr-submit-btn,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .comment-form .dr-submit-btn {
	border: none;
	cursor: pointer;
	font-size: 15px;
	line-height: 1.35;
	padding: 15px 30px;
	background: var(--primary-color);
	color: var(--white-color);
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments {
	margin-top: 45px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn {
	min-height: unset;
	font-size: 16px;
	line-height: 1.2;
	color: var(--font-color);
	border: 1px solid rgba(var(--primary-color-rgb), 0.2);
	background-color: #fff;
	padding: 16px 32px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	text-transform: capitalize;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn:hover,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments .dr-comment-list-tab-buttons .dr-comment-list-btn.active {
	background-color: var(--primary-color);
	color: #fff;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list {
	margin: 0;
	padding: 0;
	list-style: none !important;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .comment-respond {
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.02);
}

@media (min-width: 768px) {
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .comment-respond {
		padding: 40px;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 30px 0;
	border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.2);
	margin: 0;
	border-top: none;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment.verified .dr-comment-img-wrap {
	position: relative;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment.verified .dr-comment-img-wrap::before {
	content: "";
	width: 18px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17.96' height='17.96' viewBox='0 0 17.96 17.96'%3E%3Cg id='Group_5397' data-name='Group 5397' transform='translate(-584 -10824)'%3E%3Crect id='Rectangle_558' data-name='Rectangle 558' width='17.96' height='17.96' rx='8.98' transform='translate(584 10824)' fill='%2317be8a'/%3E%3Cpath id='Path_23142' data-name='Path 23142' d='M5058.939,3595.743l2.417,2.418,5.32-5.32' transform='translate(-4469.439 7237.66)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-width='2'/%3E%3C/g%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap {
	max-width: 48px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 48px;
	flex: 0 0 48px;
	margin-right: 10px;
}

@media (max-width: 767px) {
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap {
		max-width: 30px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30px;
		flex: 0 0 30px;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	overflow: hidden;
	background-color: rgba(var(--primary-color-rgb), 0.23);
}

@media (max-width: 767px) {
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img {
		width: 30px;
		height: 30px;
	}
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-img-wrap .img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	position: static;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header {
	margin-bottom: 16px;
	line-height: 1.25;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-comment-avatar-name {
	display: block;
	font-size: 1rem;
	font-weight: bold;
	color: var(--font-color);
	margin-bottom: 9px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-star-ratings-wrapper {
	margin-bottom: 12px;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-header .dr-comment-date {
	display: inline-block;
	font-size: .875rem;
	color: var(--font-color);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-content {
	font-size: 1rem;
	line-height: 1.5;
	color: var(--font-color);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-content p {
	margin-bottom: 16px;
	word-break: break-word;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn {
	border: none;
	background: none;
	padding: 0;
	color: var(--primary-color);
	font-size: .875rem;
	cursor: pointer;
	min-height: unset;
	text-transform: capitalize;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn i {
	margin-left: 5px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn svg path {
	stroke: var(--primary-color);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn:hover {
	text-decoration: underline;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list .dr-comment .dr-comment-reply-btn-wrap .dr-comment-reply-btn:hover svg {
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list>li:last-child .dr-comment {
	border-bottom: 0;
}

.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ol,
.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ul {
	margin: 0;
	margin-left: 68px;
	list-style: none;
	padding: 0;
}

@media (max-width: 767px) {

	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ol,
	.dr-pro-comment-section .dr-pro-comment-container .dr-comment-area .dr-comments ol.dr-comment-list ul {
		margin-left: 40px;
	}
}

.dr-affiliate-disclosure {
	background-color: rgba(var(--primary-color-rgb), 0.05);
	padding: 1em;
	margin: 30px 0;
}

.dr-related-recipes__title {
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 16px;
	padding-right: 100px;
	padding-bottom: 8px;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	position: relative;
}

.dr-related-recipes__title::before {
	content: "";
	width: 113px;
	height: 0;
	border-bottom: 1px solid var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

.dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item {
	padding: 0;
	margin: 0 0 16px;
	flex: 0 0 100% !important;
	max-width: 100% !important;
	align-items: center;
}

.dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details .dr-recipe-title {
	font-size: 1em !important;
}

.dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig {
	padding-right: 24px;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	min-width: 115px;
}

.dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig img {
	width: 100%;
}

@media(max-width: 767px) {
	.dr-related-recipes {
		float: none;
	}
}

.dr-related-posts-splide .dr-related-splide {
	position: static;
}

.dr-related-posts-splide .dr-entry-meta {
	margin: 8px 0 0;
}

.dr-related-posts-splide .dr-entry-meta>span {
	font-size: 0.78em;
	margin-right: 15px;
}

.dr-related-posts-splide.full-width .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details .dr-recipe-title {
	font-size: 1.25em !important;
}

.dr-related-posts-splide.full-width .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-fig {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
}

.dr-related-posts-splide .dr-related-splide .splide__arrow {
	position: static;
	color: #000;
	border: 2px solid rgba(0, 0, 0, .3);
	background: none;
	border-radius: 4px;
	cursor: pointer;
	opacity: 1;
	transform: none;
	width: 28px;
	height: 28px;
	font-size: 10px;
	min-height: unset;
}

.dr-related-posts-splide .dr-related-splide .splide__arrow:disabled {
	opacity: .25;
	pointer-events: none;
}

.dr-related-posts-splide .dr-related-splide .splide__arrow+.splide__arrow {
	margin-left: 16px;
}

.dr-related-posts-splide .dr-related-splide .splide__arrow svg {
	fill: currentColor;
}

.dr-related-posts-splide .dr-related-splide .splide__arrow:hover {
	background-color: var(--primary-color);
	border-color: var(--primary-color);
	color: #fff;
}

.dr-related-posts-splide {
	position: relative;
}

.dr-related-posts-splide .dr-related-splide .splide__arrows {
	display: inline-flex;
	position: absolute;
	top: 4px;
	right: 0;
}

.dr-related-recipes .dr-related-recipes__list .dr-related-recipe-item .dr-recipe-details {
	padding: 0;
}