
:root {
	--primary-color: #2db68d;
	--primary-color-rgb: 45, 182, 141;
	--secondary-color: #279bc2;
	--secondary-color-rgb: 232, 78, 59;
	--font-color: #374757;
	--font-color-rgb: 55, 71, 87;
	--black-color: #000;
	--black-color-rgb: 0, 0, 0;
	--white-color: #fff;
	--white-color-rgb: 255, 255, 255;
	--danger-color: #d7373f;
	--danger-color-rgb: 215, 55, 63;
	--success-color: #2db68d;
	--success-color-rgb: 45, 142, 141;
}

.dr-buttons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.dr-buttons>*:not(:last-child) {
	margin-right: 15px;
}

.dr-buttons .dr-btn-link {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	text-decoration: none;
	transition: all ease .3s;
}

.dr-buttons .dr-btn-link.dr-btn1 {
	background: rgba(var(--font-color-rgb), .1);
	margin-right: 15px;
	color: #232323;
}

.dr-buttons .dr-btn-link.dr-btn1:hover {
	background: rgba(var(--font-color-rgb), .2);
}

.dr-buttons .dr-btn-link.dr-btn2 {
	background: var(--primary-color);
	color: var(--white-color);
}

.dr-buttons .dr-btn-link.dr-btn2:hover {
	opacity: .8;
	color: var(--white-color);
}

.dr_wishlist__recipe {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
}

.dr_wishlist__recipe svg {
	width: 20px;
	height: 20px;
}

.dr_wishlist__recipe.dr-wishlist-is-bookmarked svg circle {
	fill: var(--secondary-color);
}

.dr_wishlist__recipe .dr-wishlist-total {
	display: none;
}

.dr-add-to-wishlist-single .dr_wishlist__recipe svg circle {
	display: none;
}

.dr-add-to-wishlist-single .dr_wishlist__recipe.dr-wishlist-is-bookmarked svg circle {
	display: block;
}

img {
	max-width: 100%;
	height: auto;
}

.site-content-contain {
	width: 1219px;
	margin: 0 auto;
}

.dr-fallback-svg {
	max-width: 100%;
	height: auto;
}

.dr-fallback-svg rect {
	fill: rgba(var(--primary-color-rgb), .1);
	opacity: 1;
}

.delicious-recipes-error-msg {
	display: flex;
	align-items: center;
	color: var(--danger-color);
	font-size: 18px;
	line-height: 1;
	padding: 14px 25px;
	background-color: rgba(var(--danger-color-rgb), .1);
	border: 1px solid var(--danger-color);
	margin-bottom: 20px;
}

.delicious-recipes-error-msg::before {
	content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2722.641%27 height=%2720.313%27 viewBox=%270 0 22.641 20.313%27%3E%3Cpath id=%27Path_30793%27 data-name=%27Path 30793%27 d=%27M17.329,9.4a4.063,4.063,0,0,0-3.5-2,4.013,4.013,0,0,0-3.5,2L3.1,21.514a4,4,0,0,0-.048,4.125A4.078,4.078,0,0,0,6.6,27.713H21.048A4,4,0,0,0,24.6,25.639a4.058,4.058,0,0,0-.048-4.125Zm-3.5,15.139A1.645,1.645,0,1,1,15.469,22.9,1.648,1.648,0,0,1,13.824,24.542Zm1.717-11.158-.477,5.436a1.228,1.228,0,0,1-.453.858,1.2,1.2,0,0,1-.811.286h-.119a1.25,1.25,0,0,1-1.144-1.144l-.477-5.436a1.657,1.657,0,0,1,.405-1.264,1.774,1.774,0,0,1,1.168-.62,1.628,1.628,0,0,1,1.264.405,1.722,1.722,0,0,1,.62,1.168A.474.474,0,0,1,15.541,13.384Z%27 transform=%27translate%28-2.499 -7.4%29%27 fill=%27%23d7373f%27 opacity=%270.8%27/%3E%3C/svg%3E%0A");
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
}

.delicious-recipes-success-msg {
	display: flex;
	align-items: center;
	font-size: 18px;
	line-height: 1;
	color: var(--font-color);
	padding: 14px 25px;
	border: 1px solid var(--success-color);
	background-color: rgba(var(--success-color-rgb), .1);
	margin-bottom: 20px;
}

.delicious-recipes-success-msg::before {
	content: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cg id=%27Group_6106%27 data-name=%27Group 6106%27 transform=%27translate%28-11 -928%29%27%3E%3Cg id=%27Ellipse_105%27 data-name=%27Ellipse 105%27 transform=%27translate%2811 928%29%27 fill=%27%232db68d%27 stroke=%27%232db68d%27 stroke-width=%271%27%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2712%27 stroke=%27none%27/%3E%3Ccircle cx=%2712%27 cy=%2712%27 r=%2711.5%27 fill=%27none%27/%3E%3C/g%3E%3Cpath id=%27Path_30798%27 data-name=%27Path 30798%27 d=%27M18.713,942.172l2.955,2.955,7.453-7.453%27 transform=%27translate%28-0.917 -1.401%29%27 fill=%27none%27 stroke=%27%23fff%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27 stroke-width=%272%27/%3E%3C/g%3E%3C/svg%3E%0A");
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 10px;
}

.parsley-errors-list {
	list-style: none;
	font-size: 14px;
	line-height: 1;
	margin: 8px 0 0;
	padding-left: 0;
}

.parsley-errors-list .parsley-required {
	color: var(--danger-color);
	background-color: rgba(var(--danger-color-rgb), .05);
	padding: 8px 10px;
	display: inline-block;
	margin-bottom: 8px;
}

.parsley-errors-list .parsley-required::before {
	content: url("data:image/svg+xml,...");
	display: inline-block;
	width: 11px;
	height: 10px;
	margin-right: 7px;
}

.dr-category a {
	text-decoration: none;
	margin: 5px 3px;
	position: relative;
	width: 35px;
	height: 35px;
	text-align: center;
	color: var(--white-color);
	outline-color: var(--white-color);
	border-radius: 100%;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.dr-category a:hover {
	color: var(--white-color);
}

.dr-category a span:not(.dr-svg-icon):not(.cat-name), .dr-category a img {
	width: 35px;
	height: 35px;
	background: var(--primary-color);
	color: var(--white-color);
	outline-color: var(--white-color);
	border-radius: 100% !important;
	overflow: hidden;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-o-object-fit: contain;
	object-fit: contain;
}

.dr-category a svg {
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.dr-category a .svg-inline--fa {
	width: 35px;
	height: 35px;
	background: var(--primary-color);
	border-radius: 100%;
	padding: 8px;
}

.dr-category .cat-name {
	font-size: 14px;
	background: #f0f0f0;
	line-height: 1.3;
	letter-spacing: .2px;
	color: var(--black-color);
	font-weight: 400;
	white-space: nowrap;
	padding: 5px 10px;
	border-radius: 5px;
	position: absolute;
	top: calc(100% + 10px);
	left: 50% !important;
	right: auto !important;
	opacity: 0;
	visibility: hidden;
	z-index: 9;
	transition: all ease .35s;
	transform: translateX(-50%);
}

.dr-category .cat-name::before {
	content: "";
	border-bottom: 6px solid #f0f0f0;
	border-left: 6px solid rgba(0, 0, 0, 0);
	border-right: 6px solid rgba(0, 0, 0, 0);
	position: absolute;
	top: -6px;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: 0 auto;
}

.dr-category a:hover .cat-name {
	top: calc(100% + 6px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.dr-category>span:hover .cat-name {
	top: calc(100% + 6px);
	opacity: 1;
	filter: alpha(opacity=100);
	visibility: visible;
}

.dr-entry-meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 10px;
	margin-bottom: 16px;
}

.dr-entry-meta .icon, .entry-footer>span .icon, .dr-gb-block-wrap .recipe-post .entry-footer>span .icon {
	width: 13px;
	height: 13px;
	margin-right: 5px;
	vertical-align: middle;
	fill: var(--secondary-color);
	filter: drop-shadow(0 3px 6px rgba(232, 78, 59, .26));
	display: inline-block;
}

.dr-feature-image .post-pinit-button, .wpdr-feat-thumb .post-pinit-button {
	position: absolute;
	top: 10px;
	left: 10px;
	background: none;
	border: none;
	padding: 0;
	min-height: auto;
	display: none;
}

.dr-feature-image:hover .post-pinit-button, .wpdr-feat-thumb:hover .post-pinit-button {
	display: block;
	cursor: pointer;
}

:where(.wpdr-feat-thumb,.wpdr-feat-thumb>a,.thumbnail,.large)>:where(img,svg) {
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	aspect-ratio: 3/4;
	max-width: 100%;
}

.dr-entry-content .dr-title {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.55;
	overflow-wrap: break-word;
}

.dr-loading {
	position: relative;
}

.dr-loading::before {
	content: "";
	border-width: 4px;
	border-style: solid;
	border-color: var(--black-color) rgba(var(--black-color-rgb), .15) rgba(var(--black-color-rgb), .15) rgba(var(--black-color-rgb), .15);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	position: absolute;
	inset: 0;
	margin: auto;
	z-index: 9999;
	animation-name: loader-rotate;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(.77, 0, .18, 1);
}

.dr-loading::after {
	content: "";
	background: rgba(var(--white-color-rgb), .5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

@keyframes loader-rotate {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.dr-archive-list-wrapper .search-form {
	margin-top: 1.5em;
}

.dr-archive-list-wrapper .dr-archive-list.grid-view {
	margin-left: -15px;
	margin-right: -15px;
}

.dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li, .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-inner .dr-ud__user-menu ul li::before {
	content: none;
}

.dr-tooltip {
	font-size: 13px;
	display: block;
	width: 100%;
	color: red;
}

#dr-recipe-meta-main .dr-instructions .dr-instrc-title-wrap .dr-title {
	font-size: 20px;
	font-weight: bold;
	color: #374757;
	margin: 0;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list {
	list-style: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li.dr-instruction-checked>* {
	opacity: .4;
	filter: alpha(opacity=40);
	text-decoration: line-through;
	pointer-events: none;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li.dr-instruction-checked .dr-inst-mark-read {
	opacity: 1;
	filter: alpha(opacity=100);
	text-decoration: none;
	pointer-events: inherit;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li h5 {
	font-size: 18px;
	margin: 0;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li>p:empty {
	display: none;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read {
	display: inline-flex;
	align-items: center;
	color: #374757;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read input[type=checkbox] {
	width: 17px;
	height: 17px;
	cursor: pointer;
	outline: none;
	background-color: #fff;
	border: 1px solid var(--primary-color);
	border-radius: 2px;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read input[type=checkbox]:checked {
	background-color: var(--primary-color);
	background-image: url("data:image/svg+xml; utf-8, <svg xmlns=%27http://www.w3.org/2000/svg%27 fill=%27%23FFFFFF%27 viewBox=%270 0 512 512%27><path d=%27M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z%27/></svg>");
	background-size: 11px;
	background-repeat: no-repeat;
	background-position: center;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read input[type=checkbox]:checked.nitro-lazy {
	background-image: none !important;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read input[type=checkbox]::after {
	content: none;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list>li .dr-inst-mark-read label {
	margin-bottom: 0;
	cursor: pointer;
	padding-left: 10px;
}

#dr-recipe-meta-main .dr-instructions .dr-ordered-list .dr-list-tips {
	margin-top: 0;
	margin-bottom: 30px;
}

#dr-user__registration-login-popup {
	margin: 0 !important;
	margin-top: 0;
	max-width: 100% !important;
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	z-index: 999999 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: rgba(0, 0, 0, .4) !important;
	overflow: auto !important;
	padding: 0 !important;
}

#dr-user__registration-login-popup[style*=flex] {
	display: flex !important;
}

#dr-user__registration-login-popup .dr-user__registration-login-popup-close {
	width: 50px;
	height: 50px;
	background-color: #fff;
	font-size: 32px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	transition: color .3s ease-in-out;
}

#dr-user__registration-login-popup .dr-user__registration-login-popup-close:hover {
	color: #d24747;
}

#dr-user__registration-login-popup .dr-popup-container {
	width: calc(100% - 30px);
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 30px;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
}

@media (min-width: 768px) {
	#dr-user__registration-login-popup .dr-popup-container {
		padding: 60px;
	}
}

#dr-user__registration-login-popup .dr-popup-container .dr-form-wrapper {
	padding: 0;
}

#dr-user__registration-login-popup .dr-popup-container .dr-container {
	max-height: calc(100vh - 30px);
	overflow: auto;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__inner-wrapper {
	padding: 0;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__submit {
	background-color: var(--primary-color);
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 10px 32px;
	cursor: pointer;
	transition: all .3s ease;
	font-size: .875em;
	line-height: 1.5;
	margin-bottom: 16px;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__submit:hover {
	background-color: var(--secondary-color);
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__fields-wrapper a {
	color: var(--primary-color);
	font-size: 16px;
	line-height: 1.75;
	font-weight: 500;
	transition: opacity .3s ease-in-out;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__fields-wrapper a:hover {
	opacity: .7;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__footer p {
	font-size: .8em;
	line-height: 1.5;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__checkbox {
	display: flex;
	align-items: center;
	margin-bottom: 16px;
	font-size: .875em;
	line-height: 1.5;
	gap: 8px;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__title {
	margin: 0 0 20px 0;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__field {
	margin-bottom: 16px;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__field label {
	font-size: .8em;
	line-height: 1.5;
	font-weight: 500;
}

#dr-user__registration-login-popup .dr-popup-container .dr-form__field input {
	padding: 10px 16px;
	border: 1px solid #e0e0e0;
	border-radius: 5px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 16px;
}

#dr-user__registration-login-popup .dr-container, #dr-user__registration-login-popup .dr-form-wrapper {
	height: auto;
}

:root {
	--wpdelicious-gap: 30px;
}

.container {
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	width: 100%;
}

.dr-page-template-wrap {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 100%;
}

.dr-page-template-wrap .content-area {
	flex: unset !important;
	width: 100%;
	margin: 0 0 40px;
}

.dr-page-template-wrap #sidebar, .dr-page-template-wrap .widget-area {
	flex: 0 0 100%;
	max-width: 100%;
}

@media (min-width: 1025px) {
	.dr-page-template-wrap #sidebar, .dr-page-template-wrap .widget-area {
		flex: 0 0 30%;
		max-width: 30%;
	}
	
	.dr-page-template-wrap>div:nth-last-child(2) {
		padding-right: 60px;
		flex: 0 0 70%;
		max-width: 70%;
	}
}

.wpdelicious-outer-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
}

.wpdelicious-outer-wrapper>div {
	width: 100%;
}

.wpdelicious-outer-wrapper .content-area {
	width: 100% !important;
}

@media (max-width: 991px) {
	.wpdelicious-outer-wrapper .content-area {
		margin-bottom: 30px;
	}
}

.wpdelicious-outer-wrapper .dr-user-dashboard-wrapper {
	width: 100%;
}

@media (min-width: 992px) {
	body.wpdelicious-sidebar .wpdelicious-outer-wrapper {
		flex-wrap: nowrap;
	}
	
	body.wpdelicious-sidebar .wpdelicious-outer-wrapper .content-area {
		max-width: 75%;
		flex: 0 0 75%;
		padding-right: var(--wpdelicious-gap);
	}
	
	body.wpdelicious-sidebar .wpdelicious-outer-wrapper .widget-area {
		max-width: 25%;
		flex: 0 0 25%;
		padding-left: var(--wpdelicious-gap);
	}
	
	body.wpdelicious-sidebar .wpdelicious-outer-wrapper .widget-area .widget {
		margin-top: 0;
		word-break: break-word;
	}
}

.dr-archive-pagination {
	margin-top: 24px;
	position: relative;
}

.dr-archive-pagination .dr-loading {
	position: static;
}

.dr-archive-pagination .dr__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
	border-top: 1px solid rgba(var(--primary-color-rgb), .3);
}

.dr-archive-pagination .dr__pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

@media (min-width: 822px) {
	.dr-archive-pagination .dr__pagination {
		margin: var(--global--spacing-vertical) auto;
	}
}

.dr-archive-pagination .dr__pagination[data-pagination=infinite_scroll], .dr-archive-pagination .dr__pagination[data-pagination=load_more] {
	padding: 0;
	border: none;
	margin: 0;
	display: inline-block;
}

.dr-archive-pagination .dr__pagination[data-pagination=infinite_scroll] .page-numbers, .dr-archive-pagination .dr__pagination[data-pagination=load_more] .page-numbers {
	display: none;
}

.navigation.pagination {
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(var(--primary-color-rgb), .3);
}

.navigation.pagination .nav-links .page-numbers {
	text-decoration: none;
	font-size: .8888em;
	margin: 5px;
	letter-spacing: .5px;
	min-width: 30px;
	height: 30px;
	display: inline-flex;
	border-radius: 0;
	line-height: 30px;
	font-weight: 600;
	padding: 0;
	background: none;
	width: auto;
	text-align: center;
	min-height: 30px;
	color: rgba(var(--font-color-rgb), .6);
	transition: all .3s ease;
}

.navigation.pagination .nav-links .page-numbers.prev {
	position: relative;
	padding-left: 30px;
}

.navigation.pagination .nav-links .page-numbers.prev svg {
	position: absolute;
	top: 9px;
	left: 0;
	opacity: .5;
	filter: alpha(opacity=50);
}

.navigation.pagination .nav-links .page-numbers.prev::before {
	display: none;
}

.navigation.pagination .nav-links .page-numbers.prev:hover svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation.pagination .nav-links .page-numbers.next {
	position: relative;
	padding-right: 35px;
}

.navigation.pagination .nav-links .page-numbers.next svg {
	position: absolute;
	top: 9px;
	right: 0;
	opacity: .5;
	filter: alpha(opacity=50);
}

.navigation.pagination .nav-links .page-numbers.next::before {
	display: none;
}

.navigation.pagination .nav-links .page-numbers.next:hover svg {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navigation.pagination .nav-links .page-numbers:first-child {
	margin-left: 0;
}

.navigation.pagination .nav-links .page-numbers:last-child {
	margin-right: 0;
}

.navigation.pagination .nav-links .page-numbers.current, .navigation.pagination .nav-links .page-numbers:not(.dots):hover {
	color: var(--font-color);
}

.dr__load-more-helper {
	margin-top: 30px;
}

.single-recipe .post-navigation {
	margin-top: 40px;
}

body.rtl .dr-buttons .dr-btn-link {
	margin: 0 0 10px 15px;
}

body.rtl .dr-buttons .dr-btn-link:last-child {
	margin-left: 0;
}

body.rtl .dr-summary-holder ol.dr-ordered-list>li, body.rtl .dr-summary-holder .dr-note ol>li, body.rtl .dr-summary-holder .dr-note ul>li {
	padding-left: 0 !important;
	padding-right: 32px !important;
}

body.rtl .dr-summary-holder .dr-note ol>li:before, body.rtl .dr-summary-holder ol.dr-ordered-list>li>*:first-child::before {
	left: auto;
	right: 0;
	margin-right: 0;
}

body.rtl .dr-summary-holder .dr-note ul>li:before {
	left: auto;
	right: 0;
	transform: rotateY(180deg);
}

body.rtl .dr-summary-holder .dr-ingredients-list .dr-unordered-list li {
	padding-right: 25px;
}

body.rtl .dr-summary-holder .dr-ingredients-list .dr-unordered-list li input[type=checkbox], body.rtl .dr-summary-holder .dr-ingredients-list .dr-unordered-list li input[type=checkbox]+label::before {
	margin-right: 0;
	right: 0;
}

body.rtl .dr-summary-holder .dr-ingredients-list .dr-unordered-list li input[type=checkbox]+label {
	margin-right: 0;
	border-right: none;
}

body.rtl .dr-inst-label {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .dr-entry-header .dr-entry-meta>* {
	margin-right: 0;
	margin-left: 30px;
}

body.rtl .dr-entry-header .dr-entry-meta .dr-byline img {
	margin-right: 0;
	margin-left: 5px;
}

body.rtl .dr-buttons .dr-btn-link.dr-btn2 svg, body.rtl .dr-buttons .dr-btn-link.dr-btn1 svg {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .dr-buttons .dr-btn-link.dr-btn2:first-child svg, body.rtl .dr-buttons .dr-btn-link.dr-btn1:first-child svg {
	margin-left: 0;
	margin-right: 10px;
}

body.rtl .dr-mst-pop-diffic .icon, body.rtl .dr-mst-pop-time .icon, body.rtl .dr-entry-meta>span .icon {
	margin-right: 0;
	margin-left: 5px;
}

body.rtl .dr-title-wrap .dr-rating .dr-text-red {
	margin-left: 0;
	margin-right: 6px;
}

body.rtl .dr-summary-holder .jq-ry-container {
	margin-left: 5px;
	margin-right: 0;
}

body.rtl .dr-summary-holder .dr-list-tips, body.rtl .dr-summary-holder .dr-tips {
	border-right: 3px solid var(--primary-color);
	border-left: none;
}

body.rtl .dr-summary-holder .dr-list-tips::before, body.rtl .dr-summary-holder .dr-tips::before {
	margin-right: 0;
	margin-left: .25rem;
}

body.rtl .dr-faqs-section .dr-section-title-wrap .dr-faq-toggle-area .toggle-title {
	margin-right: 0;
	margin-left: 8px;
}

body.rtl .dr-faqs-section .dr-faqs-list .dr-faq-item .dr-faq-title-wrap {
	padding-right: 0;
	padding-left: 24px;
}

body.rtl .dr-faqs-section .dr-faqs-list .dr-faq-item .dr-faq-title-wrap::after {
	right: auto;
	left: 0;
}

body.rtl .rating-without-comment .rating-without-comment-label {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .dr-nutrition-label .dr-nut-right {
	float: left;
}

body.rtl .dr-summary-holder .dr-buttons .dr-btn-link.dr-btn2 svg {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .dr-summary-holder .post-pinit-button a svg {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .dr-title-wrap .dr-entry-meta .dr-meta-title {
	margin-right: 0;
	margin-left: 5px;
}

body.rtl .comment-respond .comment-form p.comment-form-cookies-consent input[type=checkbox] {
	left: auto;
	right: 2px;
}

body.rtl .comment-respond .comment-form p.comment-form-cookies-consent label {
	padding-left: 0;
	padding-right: 25px;
}

body.rtl .comment-respond .comment-form p.comment-form-cookies-consent label::before {
	left: auto;
	right: 0;
}

body.rtl .lg-container * {
	text-align: right;
}

body.rtl .rating-without-comment .rating-message-icon {
	margin-right: 0;
	margin-left: 10px;
}

body.rtl .dr-related-recipes {
	float: right;
}

@media (min-width: 768px) {
	body.rtl .dr-related-recipes {
		margin-right: 0;
		margin-left: 30px;
	}
}

body.rtl .dr-archive-details .dr-entry-meta>span {
	margin-right: 0;
	margin-left: 20px;
}

body.rtl .dr-archive-details .dr-entry-meta>span:last-child {
	margin-left: 0;
}

body.rtl .archive .dr-block-wrapper .dr-button-holder a svg, body.rtl .dr-recipe-post-wrap .dr-block-wrapper .dr-button-holder a svg {
	margin-left: 0;
	margin-right: 10px;
	transform: rotate(180deg);
}

body.rtl .dr-advance-search .page-header .search-form .search-submit {
	right: auto;
	left: 0;
}

body.rtl .advance-search-field .select2-container .dropdown-wrapper {
	right: auto;
	left: 0;
	margin-left: 5px;
}

body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a svg, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-inner .dr-ud__user-menu ul li a svg, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-img {
	margin-right: 0;
	margin-left: 15px;
}

@media (min-width: 1025px) {
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar {
		border-right: none;
		border-left: 1px solid rgba(var(--primary-color-rgb), .1);
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a span, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-name {
		left: auto;
		right: 100%;
		border-radius: 5px 0 0 5px;
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a span::before, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a span::after, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-name::before, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-name::after {
		right: auto;
		left: 100%;
		margin-right: 0;
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a span::before, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-name::before {
		border-right-color: rgba(0, 0, 0, 0);
		border-left-color: rgba(0, 0, 0, .1);
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li a span::after, body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-wrap .dr-ud__user-name::after {
		border-right-color: rgba(0, 0, 0, 0);
		border-left-color: var(--primary-color);
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-inner .dr-ud__user-menu .user-menu li.active:hover a span::before {
		z-index: 1;
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar .dr-ud__sidebar-footer .dr-sidebar-toggle-btn {
		left: auto;
		right: 228px;
		transform: rotate(180deg);
	}
	
	body.rtl .dr-user-dashboard-wrapper .dr-ud__grid .dr-ud__sidebar.collapsed .dr-ud__sidebar-footer .dr-sidebar-toggle-btn {
		left: auto;
		right: 58px;
		transform: rotate(0deg);
	}
}

.dr-react-select {
	font-size: 14px;
}

.dr-react-select>[class*=-control] {
	border-color: #e5e5e5;
}

.dr-react-select>[class*=-control]>*:first-child {
	padding: 0 16px;
}

.dr-react-select>[class*=-control]>*:first-child>* {
	margin: 0;
	padding: 0;
}

.wpd-ml-auto {
	margin-left: auto !important;
}

.wpd-mr-auto {
	margin-right: auto !important;
}

.wpd-mt-auto {
	margin-top: auto !important;
}

.wpd-mb-auto {
	margin-bottom: auto !important;
}

.wpd-wpd-gap-0 {
	gap: 0rem !important;
}

.wpd-wpd-col-gap-0 {
	-moz-column-gap: 0rem !important;
	column-gap: 0rem !important;
}

.wpd-wpd-row-gap-0 {
	row-gap: 0rem !important;
}

.wpd-wpd-top-0 {
	top: 0rem !important;
}

.wpd-wpd-bottom-0 {
	bottom: 0rem !important;
}

.wpd-wpd-left-0 {
	left: 0rem !important;
}

.wpd-wpd-right-0 {
	right: 0rem !important;
}

.wpd-wpd-p-0 {
	padding: 0rem !important;
}

.wpd-wpd-pt-0 {
	padding-top: 0rem !important;
}

.wpd-wpd-pr-0 {
	padding-right: 0rem !important;
}

.wpd-wpd-pb-0 {
	padding-bottom: 0rem !important;
}

.wpd-wpd-pl-0 {
	padding-left: 0rem !important;
}

.wpd-wpd-py-0 {
	padding-top: 0rem !important;
	padding-bottom: 0rem !important;
}

.wpd-wpd-px-0 {
	padding-left: 0rem !important;
	padding-right: 0rem !important;
}

.wpd-wpd-m-0 {
	margin: 0rem !important;
}

.wpd-wpd-mt-0 {
	margin-top: 0rem !important;
}

.wpd-wpd-mr-0 {
	margin-right: 0rem !important;
}

.wpd-wpd-mb-0 {
	margin-bottom: 0rem !important;
}

.wpd-wpd-ml-0 {
	margin-left: 0rem !important;
}

.wpd-wpd-my-0 {
	margin-top: 0rem !important;
	margin-bottom: 0rem !important;
}

.wpd-wpd-mx-0 {
	margin-left: 0rem !important;
	margin-right: 0rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-0 {
	flex: 0 !important;
}

.wpd-wpd-gap-1 {
	gap: 1rem !important;
}

.wpd-wpd-col-gap-1 {
	-moz-column-gap: 1rem !important;
	column-gap: 1rem !important;
}

.wpd-wpd-row-gap-1 {
	row-gap: 1rem !important;
}

.wpd-wpd-top-1 {
	top: 1rem !important;
}

.wpd-wpd-bottom-1 {
	bottom: 1rem !important;
}

.wpd-wpd-left-1 {
	left: 1rem !important;
}

.wpd-wpd-right-1 {
	right: 1rem !important;
}

.wpd-wpd-p-1 {
	padding: 1rem !important;
}

.wpd-wpd-pt-1 {
	padding-top: 1rem !important;
}

.wpd-wpd-pr-1 {
	padding-right: 1rem !important;
}

.wpd-wpd-pb-1 {
	padding-bottom: 1rem !important;
}

.wpd-wpd-pl-1 {
	padding-left: 1rem !important;
}

.wpd-wpd-py-1 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}

.wpd-wpd-px-1 {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
}

.wpd-wpd-m-1 {
	margin: 1rem !important;
}

.wpd-wpd-mt-1 {
	margin-top: 1rem !important;
}

.wpd-wpd-mr-1 {
	margin-right: 1rem !important;
}

.wpd-wpd-mb-1 {
	margin-bottom: 1rem !important;
}

.wpd-wpd-ml-1 {
	margin-left: 1rem !important;
}

.wpd-wpd-my-1 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}

.wpd-wpd-mx-1 {
	margin-left: 1rem !important;
	margin-right: 1rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-1 {
	flex: 1 !important;
}

.wpd-wpd-gap-2 {
	gap: 2rem !important;
}

.wpd-wpd-col-gap-2 {
	-moz-column-gap: 2rem !important;
	column-gap: 2rem !important;
}

.wpd-wpd-row-gap-2 {
	row-gap: 2rem !important;
}

.wpd-wpd-top-2 {
	top: 2rem !important;
}

.wpd-wpd-bottom-2 {
	bottom: 2rem !important;
}

.wpd-wpd-left-2 {
	left: 2rem !important;
}

.wpd-wpd-right-2 {
	right: 2rem !important;
}

.wpd-wpd-p-2 {
	padding: 2rem !important;
}

.wpd-wpd-pt-2 {
	padding-top: 2rem !important;
}

.wpd-wpd-pr-2 {
	padding-right: 2rem !important;
}

.wpd-wpd-pb-2 {
	padding-bottom: 2rem !important;
}

.wpd-wpd-pl-2 {
	padding-left: 2rem !important;
}

.wpd-wpd-py-2 {
	padding-top: 2rem !important;
	padding-bottom: 2rem !important;
}

.wpd-wpd-px-2 {
	padding-left: 2rem !important;
	padding-right: 2rem !important;
}

.wpd-wpd-m-2 {
	margin: 2rem !important;
}

.wpd-wpd-mt-2 {
	margin-top: 2rem !important;
}

.wpd-wpd-mr-2 {
	margin-right: 2rem !important;
}

.wpd-wpd-mb-2 {
	margin-bottom: 2rem !important;
}

.wpd-wpd-ml-2 {
	margin-left: 2rem !important;
}

.wpd-wpd-my-2 {
	margin-top: 2rem !important;
	margin-bottom: 2rem !important;
}

.wpd-wpd-mx-2 {
	margin-left: 2rem !important;
	margin-right: 2rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-2 {
	flex: 2 !important;
}

.wpd-wpd-gap-3 {
	gap: 3rem !important;
}

.wpd-wpd-col-gap-3 {
	-moz-column-gap: 3rem !important;
	column-gap: 3rem !important;
}

.wpd-wpd-row-gap-3 {
	row-gap: 3rem !important;
}

.wpd-wpd-top-3 {
	top: 3rem !important;
}

.wpd-wpd-bottom-3 {
	bottom: 3rem !important;
}

.wpd-wpd-left-3 {
	left: 3rem !important;
}

.wpd-wpd-right-3 {
	right: 3rem !important;
}

.wpd-wpd-p-3 {
	padding: 3rem !important;
}

.wpd-wpd-pt-3 {
	padding-top: 3rem !important;
}

.wpd-wpd-pr-3 {
	padding-right: 3rem !important;
}

.wpd-wpd-pb-3 {
	padding-bottom: 3rem !important;
}

.wpd-wpd-pl-3 {
	padding-left: 3rem !important;
}

.wpd-wpd-py-3 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}

.wpd-wpd-px-3 {
	padding-left: 3rem !important;
	padding-right: 3rem !important;
}

.wpd-wpd-m-3 {
	margin: 3rem !important;
}

.wpd-wpd-mt-3 {
	margin-top: 3rem !important;
}

.wpd-wpd-mr-3 {
	margin-right: 3rem !important;
}

.wpd-wpd-mb-3 {
	margin-bottom: 3rem !important;
}

.wpd-wpd-ml-3 {
	margin-left: 3rem !important;
}

.wpd-wpd-my-3 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}

.wpd-wpd-mx-3 {
	margin-left: 3rem !important;
	margin-right: 3rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-3 {
	flex: 3 !important;
}

.wpd-wpd-gap-4 {
	gap: 4rem !important;
}

.wpd-wpd-col-gap-4 {
	-moz-column-gap: 4rem !important;
	column-gap: 4rem !important;
}

.wpd-wpd-row-gap-4 {
	row-gap: 4rem !important;
}

.wpd-wpd-top-4 {
	top: 4rem !important;
}

.wpd-wpd-bottom-4 {
	bottom: 4rem !important;
}

.wpd-wpd-left-4 {
	left: 4rem !important;
}

.wpd-wpd-right-4 {
	right: 4rem !important;
}

.wpd-wpd-p-4 {
	padding: 4rem !important;
}

.wpd-wpd-pt-4 {
	padding-top: 4rem !important;
}

.wpd-wpd-pr-4 {
	padding-right: 4rem !important;
}

.wpd-wpd-pb-4 {
	padding-bottom: 4rem !important;
}

.wpd-wpd-pl-4 {
	padding-left: 4rem !important;
}

.wpd-wpd-py-4 {
	padding-top: 4rem !important;
	padding-bottom: 4rem !important;
}

.wpd-wpd-px-4 {
	padding-left: 4rem !important;
	padding-right: 4rem !important;
}

.wpd-wpd-m-4 {
	margin: 4rem !important;
}

.wpd-wpd-mt-4 {
	margin-top: 4rem !important;
}

.wpd-wpd-mr-4 {
	margin-right: 4rem !important;
}

.wpd-wpd-mb-4 {
	margin-bottom: 4rem !important;
}

.wpd-wpd-ml-4 {
	margin-left: 4rem !important;
}

.wpd-wpd-my-4 {
	margin-top: 4rem !important;
	margin-bottom: 4rem !important;
}

.wpd-wpd-mx-4 {
	margin-left: 4rem !important;
	margin-right: 4rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-4 {
	flex: 4 !important;
}

.wpd-wpd-gap-5 {
	gap: 5rem !important;
}

.wpd-wpd-col-gap-5 {
	-moz-column-gap: 5rem !important;
	column-gap: 5rem !important;
}

.wpd-wpd-row-gap-5 {
	row-gap: 5rem !important;
}

.wpd-wpd-top-5 {
	top: 5rem !important;
}

.wpd-wpd-bottom-5 {
	bottom: 5rem !important;
}

.wpd-wpd-left-5 {
	left: 5rem !important;
}

.wpd-wpd-right-5 {
	right: 5rem !important;
}

.wpd-wpd-p-5 {
	padding: 5rem !important;
}

.wpd-wpd-pt-5 {
	padding-top: 5rem !important;
}

.wpd-wpd-pr-5 {
	padding-right: 5rem !important;
}

.wpd-wpd-pb-5 {
	padding-bottom: 5rem !important;
}

.wpd-wpd-pl-5 {
	padding-left: 5rem !important;
}

.wpd-wpd-py-5 {
	padding-top: 5rem !important;
	padding-bottom: 5rem !important;
}

.wpd-wpd-px-5 {
	padding-left: 5rem !important;
	padding-right: 5rem !important;
}

.wpd-wpd-m-5 {
	margin: 5rem !important;
}

.wpd-wpd-mt-5 {
	margin-top: 5rem !important;
}

.wpd-wpd-mr-5 {
	margin-right: 5rem !important;
}

.wpd-wpd-mb-5 {
	margin-bottom: 5rem !important;
}

.wpd-wpd-ml-5 {
	margin-left: 5rem !important;
}

.wpd-wpd-my-5 {
	margin-top: 5rem !important;
	margin-bottom: 5rem !important;
}

.wpd-wpd-mx-5 {
	margin-left: 5rem !important;
	margin-right: 5rem !important;
}

.wpd-wpd-flex-none {
	flex: none !important;
}

.wpd-wpd-flex-5 {
	flex: 5 !important;
}

.cw-template-modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	backdrop-filter: blur(20px);
	display: flex;
	align-items: center;
	justify-content: center;
	animation: fadein .2s ease-in-out;
}

.cw-template-modal {
	background-color: #fff;
	width: 95%;
	height: 95%;
	padding: 20px;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}

.cw-template-modal-body {
	height: 100%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.cw-template-modal-body img {
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#delisho-btn {
	justify-content: center;
	align-items: center;
	padding: 8px;
	transition: .3s ease-in-out;
	background-color: #f06432;
}

#delisho-btn svg {
	width: 16px;
}

.cw-close {
	position: absolute;
	right: 32px;
	z-index: 2;
	cursor: pointer;
	transition: opacity .3s ease-in-out;
}

.cw-close:hover {
	opacity: .7;
}

.get-delisho {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	backdrop-filter: blur(3px);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.get-delisho span {
	background-color: #fff;
	padding: 16px;
	max-width: 600px;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, .2);
}

.get-delisho span a {
	color: #f06432;
}

@keyframes fadein {
	from {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.dr-mst-pop-wrap a, .dr-categories li a, .dr-recipe-keys li a, .wpd-widget a {
	color: var(--font-color);
	transition: all ease .3s;
}

.dr-mst-pop-wrap a:hover, .dr-categories li a:hover, .dr-recipe-keys li a:hover, .wpd-widget a:hover {
	color: var(--primary-color) !important;
	box-shadow: none !important;
}

.dr-recipe-keys li a .dr-svg-icon span, .dr-recipe-keys li a .dr-svg-icon .svg-inline--fa, .dr-categories figure a span, .dr-categories figure a .svg-inline--fa, .dr-recipe-keys figure a span, .dr-recipe-keys figure a .svg-inline--fa {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--primary-color);
	font-size: .78em;
	color: var(--white-color);
	padding: 8px;
}

.wpd-widget img {
	display: block;
	width: 100%;
}

.wpd-widget {
	font-size: 18px;
}

.wpd-widget ul, .wpd-widget ol {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wpd-widget a {
	text-decoration: none;
}

.wpd-widget .widget-title {
	margin-bottom: 16px;
}

.wpd-widget li {
	border: none !important;
	padding: 0 !important;
}

.dr-fav-header .dr-entry-meta {
	justify-content: center;
	margin-bottom: 0;
	gap: 4px 20px;
}

.dr-fav-header .dr-entry-meta>span {
	display: inline-block;
	font-size: .7778em;
	color: var(--font-color);
}

.dr-fav-header .dr-entry-meta .dr-meta-title {
	display: inline-block;
	vertical-align: middle;
}

.dr-most-popular-rcp, .dr-favorite-recipe, .dr-popular-recipe-indv {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.dr-most-popular-rcp li, .dr-favorite-recipe li, .dr-popular-recipe-indv li {
	padding: 0 !important;
	margin-bottom: 30px;
}

.dr-most-popular-rcp li a, .dr-favorite-recipe li a, .dr-popular-recipe-indv li a {
	text-decoration: none;
}

.dr-categories ul, .dr-recipe-keys ul {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	gap: 45px 8px;
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.dr-categories li, .dr-recipe-keys li {
	border: none !important;
	text-align: center;
	display: inline-block;
}

.dr-categories li a, .dr-recipe-keys li a {
	text-decoration: none;
}

.dr-categories figure, .dr-recipe-keys figure {
	margin: 0;
	display: block;
	position: relative;
	line-height: 1;
}

.dr-categories figure a, .dr-recipe-keys figure a {
	display: inline-block;
	position: relative;
}

.dr-categories figure .dr-cat-count, .dr-recipe-keys figure .dr-cat-count {
	height: 25px;
	width: 25px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: -10px -10px 0 0;
	line-height: 25px;
	text-align: center;
	font-size: .777778em;
	color: var(--font-color);
	box-shadow: 0px 5px 26px rgba(0, 0, 0, .09);
	background: var(--white-color);
}

.dr-categories figure img, .dr-categories figure svg, .dr-recipe-keys figure img, .dr-recipe-keys figure svg {
	width: 38px;
	height: 38px;
}

.dr-categories h3, .dr-recipe-keys h3 {
	font-size: .777778em;
	font-weight: 400;
	margin: 10px 0 0;
	text-align: center;
}

.dr-categories h3 a, .dr-recipe-keys h3 a {
	color: #232323;
	overflow-wrap: break-word;
}

.dr-categories select, .dr-recipe-keys select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	height: 50px;
	padding: 0 16px;
	border-radius: 0;
	border: 1px solid rgba(var(--primary-color-rgb), .2);
	background: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2715%27 height=%278%27 viewBox=%270 0 15 8%27%3E%3Cpath id=%27Polygon_25%27 data-name=%27Polygon 25%27 d=%27M7.5,0,15,8H0Z%27 transform=%27translate%2815 8%29 rotate%28180%29%27 fill=%27%232db68d%27/%3E%3C/svg%3E") no-repeat center right 22px;
	background-size: 15px;
	font-size: .88889em;
}

.dr-categories select.nitro-lazy, .dr-recipe-keys select.nitro-lazy {
	background: none !important;
}

.dr-recipe-keys ul {
	gap: 28px 8px;
}

.dr-recipe-keys li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-wrap: wrap;
	outline-color: #232323;
	gap: 8px;
}

.dr-recipe-keys li a .dr-svg-icon {
	width: 38px;
	height: 38px;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.dr-recipe-keys li a .dr-svg-icon .svg-icon, .dr-recipe-keys li a .dr-svg-icon img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.dr-recipe-keys .dr-icon-title {
	line-height: 1.5;
	text-align: center;
	font-size: 14px;
	word-break: break-word;
}

.dr-mst-pop-wrap {
	padding: 0 !important;
	border: none !important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.dr-mst-pop-fig {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

.dr-mst-pop-details {
	width: 70%;
	padding-left: 16px;
	display: inline-block;
	vertical-align: middle;
}

.dr-mst-pop-details .dr-mst-pop-title {
	font-size: .83333em;
	display: block;
	margin: 0 0 8px;
	font-weight: 600;
	line-height: 1.6;
}

.dr-mst-pop-details .dr-mst-pop-title a {
	color: inherit;
}

.dr-mst-pop-meta {
	font-size: .78em;
	color: rgba(var(--font-color-rgb), .9);
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.dr-mst-pop-time, .dr-mst-pop-diffic {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
}

.dr-mst-pop-time:last-child, .dr-mst-pop-diffic:last-child {
	margin-right: 0;
}

.widget.dr-favorite-recipe ul li {
	margin-bottom: 35px;
}

.dr-fav-recipe-fig {
	display: block;
	position: relative;
	padding-bottom: 20px;
	text-align: center;
}

.dr-fav-recipe-fig .dr-category {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.dr-fav-recipe-fig .dr-category a {
	position: relative;
	vertical-align: middle;
}

.widget-area .dr-fav-recipe-fig {
	flex: 0 0 30%;
}

.widget-area .wp-block-search__input {
	min-width: unset;
	width: 100%;
}

.dr-favorite-recipe .dr-fav-recipe-title {
	display: block;
	text-align: center;
	font-size: 1em;
	overflow-wrap: break-word;
	font-weight: 600;
	line-height: 1.5;
	color: inherit;
}

.widget.dr-popular-recipe-indv ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5.5px;
}

.widget.dr-popular-recipe-indv li {
	padding: 5.5px !important;
	width: 50%;
}

.dr-popular-tags ul li {
	margin: 4px 3px !important;
	padding: 0 !important;
	border: none !important;
	display: inline-block;
}

.dr-popular-tags ul li a {
	padding: 6px 15px;
	display: inline-block;
	line-height: 1;
	border: 1px solid rgba(var(--primary-color-rgb), .25);
	border-radius: 30px;
	font-size: .72222em !important;
	letter-spacing: .6px;
}

.dr-popular-tags ul li a:hover {
	background: var(--primary-color);
	border-color: var(--primary-color);
	color: var(--white-color) !important;
}

.wp-tag-cloud {
	list-style: none !important;
	padding: 0 !important;
	margin: 0 !important;
}

.wp-tag-cloud a {
	text-decoration: none;
}

.dr-aside-content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist, .wpd-related-recipes .dr-recipe-wishlist {
	position: absolute;
	left: 10px;
	top: 16px;
	transition: top .3s ease-in-out;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe {
	background-color: #fff;
	border-radius: 50%;
	color: #000;
	padding: 10px;
	border: none;
	box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, .1019607843);
	margin: 0 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: auto !important;
	min-width: auto !important;
	height: auto !important;
	gap: 0 !important;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-total, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-total {
	display: none !important;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe>.dr-wishlist-info, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe>.dr-wishlist-info {
	display: none !important;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe svg, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe svg {
	width: 20px !important;
	height: 20px !important;
	margin: 0 !important;
	display: block !important;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-info, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-info {
	position: absolute;
	left: 100%;
	top: 50%;
	transform: translate(0, -50%);
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	background-color: #000;
	color: #fff;
	padding: 4px 8px;
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s ease;
	display: block !important;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-info::after, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe .dr-wishlist-info::after {
	content: "";
	position: absolute;
	top: 50%;
	left: -8px;
	transform: translateY(-50%);
	border: 4px solid;
	border-color: rgba(0, 0, 0, 0) #000 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe:hover .dr-wishlist-info, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe:hover .dr-wishlist-info {
	transform: translate(8px, -50%);
	visibility: visible;
	opacity: 1;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe.dr-wishlist-is-bookmarked, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe.dr-wishlist-is-bookmarked {
	background-color: #cc3233;
	color: #fff;
}

body:not(:has(.single-recipe)) .dr-recipe-wishlist .dr_wishlist__recipe.dr-popup-user__registration, .wpd-related-recipes .dr-recipe-wishlist .dr_wishlist__recipe.dr-popup-user__registration {
	color: #000;
}

figure:not(.dr-fav-recipe-fig) {
	position: relative;
}

figure:not(.dr-fav-recipe-fig) .post-pinit-button {
	position: absolute;
	top: 10px;
	left: 10px;
	background: none;
	border: none;
	padding: 0;
	min-height: auto;
	display: none;
}

figure:not(.dr-fav-recipe-fig):hover .post-pinit-button {
	display: block;
	cursor: pointer;
}

figure:not(.dr-fav-recipe-fig):has(.post-pinit-button):hover .dr-recipe-wishlist {
	top: 36px;
}
