@font-face {
    font-family: 'Gilmer-Bold';
    src: url('../fonts/gilmer_bold-webfont.woff2') format('woff2'),
         url('../fonts/gilmer_bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Gilmer-Heavy';
    src: url('../fonts/gilmer_heavy-webfont.woff2') format('woff2'),
         url('../fonts/gilmer_heavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilmer-Light';
    src: url('../fonts/gilmer_light-webfont.woff2') format('woff2'),
         url('../fonts/gilmer_light-webfont.woff') format('woff');
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: 'Gilmer-Outline';
    src: url('../fonts/gilmer_outline-webfont.woff2') format('woff2'),
         url('../fonts/gilmer_outline-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilmer';
    src: url('../fonts/gilmer-webfont.woff2') format('woff2'),
         url('../fonts/gilmer-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html , body{
	font-family: 'Gilmer', sans-serif;
}
section {
	padding: 55px 0px;
}
section#recipes {
	background-color: #EEEEEC;
}
a {
	color: #000;
}
a:hover , .btn:hover {
	color: inherit;
	text-decoration: none;
}
.spec-container {
	padding: 0 140px;
}
.navbar-nav .nav-item .nav-link {
	padding: 0px 20px;
	font-weight: 500 !important;
}
.menu-container {
	height: 150px;
}
header.fixed-header .menu-container {
	height: 70px;
	box-shadow: inset 0px -1px 0px rgba(0, 0, 0, 0.1);
}
header.fixed-header {
	background-color: #fff;
	width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background-color: #fff;
}
header.fixed-header .nav-item.active:after {
	background-color: #000;
}
header.fixed-header .nav-item .nav-link{
	color: #000 !important;
}
.social-header {
	padding-top: 15px;
}
.social-header li{
	list-style: none;
	float: left;
	margin: 0 20px;
}
.social-header li a {
	color: #CC3717;
	font-size: 21px;
}
#slider {
	position: relative;
	background-color: #EEEEEC;
	padding-top: 150px;
}
#danismanlik , #about{
	position: relative;
	background-color: #EEEEEC;
	padding-top: 180px;
}
.slider-text {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	width: 50%;
	height: 100%;
	flex-direction: column;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
.slider-text h1 {
	font-size: 60px;
	font-family: 'Gilmer-Bold';
	color: #071420;
	padding-bottom: 5px;
}
.slider-text h4 {
	color: #CC3717;
	font-size: 20px;
	font-family: 'Gilmer-Bold';
	padding-bottom: 15px;
}
.slider-text p {
	font-size: 18px;
	font-family: 'Gilmer';
	color: #071420;
	padding-bottom: 20px;
}
.slider-btn-list {
	padding: 0;
	margin-top: 20px;
}
.slider-btn-list li{
	list-style: none;
	float: left;
}
.slider-btn-list li:last-child {
	margin-left: 20px;
}
.standart-btn {
	border-radius: 50px;
    padding: 15px;
	font-size: 20px;
	font-family:'Gilmer-Bold';
	width: 174px;
	text-align: center;
}
.btn-red {
	background-color: #CC3717;
	color: #FFFFFF;
}
.btn-gray {
	background-color: #bdbcbc;
	color: #000;
}
.btn-gray:hover {
	background-color: #CC3717;
	transition: .3s;
	color: #fff;
}
.more-slider {
	padding-top: 50px;
	margin-top: 50px;
}
.more-slider a {
	color: #071420;
	font-size: 16px;
	font-family: 'Gilmer-Bold';
}
.more-slider i {
	padding-left: 20px;
	color: #071420;
	font-size: 16px;
}
.page-title {
	text-align: center;
	font-size: 80px;
	font-family:'Gilmer-Heavy';
	color: #CC3717;
}
.recipes-slider {
	
}
.recipe-detail-img {
	border-radius: 10px;
	width: 100%;
}
.recipes-slider .slick-track {
	padding: 60px 0px 100px 0px;
}
.page-image {
	background-size: cover;
	background-position: center;
	background-repeat:no-repeat;
	width: 100%;
	display: block;
	height: 100%;
}
.recipe-item {
	margin: 20px 0px;
	height: 404px;
	border-radius: 30px;
	padding: 0 15px;
	border-radius: 30px;
	position: relative;
	bottom: 0;
}
.recipe-text {
	height: 140px;
	padding: 0 20px;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
.recipe-text h4 {
	color: #071420;
	font-family: 'Gilmer-Bold';
	font-size: 18px;
	padding: 10px 0px;
	margin: 0;
}
.recipe-text p {
	color: #527088;
	font-family: 'Gilmer-Bold';
	font-size: 14px;
	margin: 0;
	padding-bottom: 5px;
	
}
.recipe-text i {
	font-size: 16px;
	display: none;
	padding: 5px 0px;
}
.recipe-text .recipe-link {
	display: none;
	color: #071420;
	font-size: 14px;
	font-family: 'Gilmer-Bold';
	opacity: .2;
	padding-top: 10px;
}
.recipe-item:hover {
	transition: .5s;
	bottom: 45px;
}
.recipe-item:hover > .recipe-text {
	height: 180px;
	transition: .5s;
}
.recipe-item:hover > .recipe-text h4{
	color: #CC3717;
}
.recipe-item:hover > .recipe-text i {
	color: #CC3717;
	display: block;
	transition: .5s;
}
.recipe-item:hover > .recipe-text .recipe-link {
	display: block;
}
.recipe-spec-hover:hover {
	bottom: 0;
}
.recipe-spec-hover:hover > .recipe-text {
	height: 160px;
}
.recipe-spec-hover:hover > .recipe-img , .recipe-spec-hover:hover > .recipe-img img {
	height: 240px;
	transition: .5s;
}
.recipe-spec-hover:hover > .recipe-text h4 , .recipe-spec-hover:hover > .recipe-text i{
	color: #609F4C;
}

.recipe-img , .recipe-img img{
	height: 260px;
	width: 100%;
	object-fit: cover;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
}
.recipes-slider .slick-prev , .recipes-slider .slick-next {
	background-color: #C4C6C8;
	border-radius: 50%;
	opacity: .5;
	color: #fff;
	padding: 40px;
	font-size: 18px;
	bottom: -70px;
	top: auto;
	display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
.recipes-slider .slick-prev , .recipes-slider .slick-next {
	font-size: 24px;
}
.recipes-slider .slick-prev:hover, .recipes-slider .slick-prev:focus, .recipes-slider .slick-next:hover, .recipes-slider .slick-next:focus {
	background-color: #C4C6C8;
	color: #fff;
}
.recipes-slider .slick-prev {
	left: 30%;
}
.recipes-slider .slick-next {
	right: 30%;
}
.recipes-slider .slick-prev:before , .recipes-slider .slick-next:before {
	content: none;
}
.recipe-slider-btn-div {
	width: 100%;
	display: flex;
	justify-content: center;
}
.recipe-slider-btn {
	position: relative;
	bottom: 55px;
	border-radius: 50px;
	width: 24%;
	padding: 29px 0px;
	font-size: 18px;
	font-family: 'Gilmer-Bold';
	color: #fff;
}
section#instagram {
	padding: 72px 0px;
}
section#recipes-detail {
	padding: 155px 0px;
	background-color: #EEEEEC;
}
section#recipes-board {
	background-color: #EEEEEC;
}
.insta-div {
	margin-bottom: 40px;
}
.insta-img {
	border-radius: 10px;
	height: 380px;
	width: 100%;
	object-fit: cover;
}
.insta-hover {
	transition: .5s;
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.insta-overlay {
	background-color: #000;
	opacity: .4;
	position: absolute;
	width: 100%;
	height: 100%;
	display: none;
	transition: .4s;
	z-index: 15;
}
.insta-hover:hover > .insta-overlay {
	display: block;
	transition: .4s;
}
.page-title-pb {
	padding: 20px 0px 40px 0px;
}
.btn-big {
	border-radius: 50px;
	background-color: #EEEEEC;
	width: 400px;
	padding: 29px 0px;
	font-size: 18px;
	font-family: 'Gilmer-Bold';
	color: #071420;
	margin: 40px auto 0px auto;
	display: block;
}
.content-p h4 {
	font-family: 'Gilmer';
	font-size: 30px;
	color: #071420;
}
.content-p strong {
	font-family:'Gilmer-Bold';
}
.content-p h4 span.red {
	color: #CC3717;
	font-family: 'Gilmer-Bold';
}

.content-p:first-child {
	padding-top: 75px;
}
.content-p p{
	font-size: 18px;
	font-family: 'Gilmer';
	color: #071420;
	line-height: 1.8;
	padding: 0px 0px;
}
#danismanlik .content-p p {
	padding: 10px 0px;
}
#about .content-p p {
	padding: 10px 0px;
}
#about .content-p h4 {
	padding-bottom: 20px;
}
.content-list li {
	font-size: 18px;
	color: #071420;
	font-family: 'Gilmer';
	padding: 10px 0px;
}
h5 span.red {
	font-size: 22px;
	color: #CC3717;
	font-family: 'Gilmer-Bold';
}
h2 span.red {
	font-size: 40px;
	color: #CC3717;
	font-family: 'Gilmer-Heavy';
}
.page-p-content {
	color: #071420;
	font-family: 'Gilmer';
	font-size: 16px;
	padding: 20px 0px;
	text-align: center;
	width: 85%;
	margin-left:auto;
	margin-right: auto;
}
span.medium{
	font-size: 16px;
	font-family: 'Gilmer-Bold';
	color: #FD4E1E;
}
span.small , p.small{
	font-size: 16px;
}
.line {
	height: 1px;
	width: 60%;
	background-color: #609F4C;
	margin: 15px 0px 30px 0px;
}
.product-detail-content {
	padding-top: 30px;
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.product-half-name {
	width: 35%;
	padding-bottom: 20px;
}
.product-detail-spec {
	display: flex;
}
.product-detail-list {
	padding: 0;
	display: block;
	width: 100%;
	height: 100%;
}
.product-detail-list li {
	float: left;
	width: 50%;
	text-align: left;
	list-style: none;
	padding: 5px 0px;
}
#contact-first {
	position: relative;
	padding-top:0;
	background-color: #EEEEEC;
	padding-top: 220px;
}
.btn-contact {
	color: #fff;
	background-color: #CC3717;
	padding: 20px 30px;
	border-radius: 20px;
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	font-size: 20px;
	font-family: 'Gilmer';
}
.contact-top-p {
	width: auto;
	display: table;
	margin-left: auto;
	margin-right: auto;
	color: #071420;
	font-size: 14px;
	font-family: 'Gilmer';
	padding-top: 20px;
}
#cf_form {
	margin-top: 20px;
}
.form-head {
	font-size: 20px;
	font-family: 'Gilmer-Heavy';
	color: #CC3717;
	text-align: center;
}
.form-p {
	font-size: 18px;
	color: #071420;
	font-family: 'Gilmer';
	text-align: center;
}
.cf-input {
	border-radius: 10px;
	padding: 25px;
	border: none;
	margin: 12px 0px;
	color: #A3ABAF;
	font-size: 14px;
	font-family: 'Gilmer-Bold';
	background-color: #ca38220f;
}
.cf-input::placeholder {
	color: #A3ABAF;
	font-size: 14px;
	font-family: 'Gilmer-Bold';
}
.cf-input:focus {
	border-radius: 10px;
	padding: 25px;
	border: none;
	margin: 12px 0px;
	background-color: #ca38220f;
}
.form-bottom-div {
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 30px;
}
.form-submit-btn {
	width: 30%;
}
.form-bottom-text {
	position: absolute;
    left: 15px;
    top: 20px;
}
.danisman-list {
	padding-left: 15px;
	margin-top: 20px;
}
.danisman-list li {
	float: left;
	width: 48%;
	color: #071420;
	font-size: 18px;
	font-family: 'Gilmer';
	padding: 5px 0px;
}
.danisman-list li::marker {
	color: #CC3717;
	font-size: 22px;
}
.second-content {
	margin-top: 30px;
}
.page-right-radius {
	border-radius: 30px;
}
.danisman-just {
	
}
.danisman-just img {
	float: right;
	width: 50%;
	padding-left: 30px;
}

.page-loader {
	display: none;
}

















section#footer {
	background-color: #C4C6C8;
	padding: 70px 0px;
}
footer .copy-text-div {
	padding-top: 60px;
}
footer .copyright {
	font-size: 13px;
	color: #FFFFFF;
	font-family: 'Gilmer';
	margin-bottom:2px;
}
footer .social-footer-head {
	font-size: 32px;
	text-align: center;
	font-family: 'Gilmer-Bold';
	color: #FFFFFF;
}
footer .social-footer {
	padding-left: 0;
	display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
footer .social-footer li {
	list-style: none;
	float: left;
	margin: 0 50px;
}
footer .social-footer li a {
	font-size: 30px;
	color: #fff;
}
footer .form-head {
	font-size: 32px;
	font-family: 'Gilmer-Bold';
	color: #fff;
	text-align: right;
	margin: 0;
}
footer .form-subHead {
	font-family:'Gilmer-Bold';
	font-size: 19px;
	color: #fff;
	text-align: right;
}
footer .form-subHead span.red {
	color: #CC3717;
}
footer .spec-input-group {
	width: 75%;
	margin-left: auto;
	height: 60px;
}
.form-control:focus {
	outline: none;
	border: none;
	box-shadow: none;
}
.spec-input {
	border-radius: 10px;
	background-color: #fff;
	height: 100%;
	border: none;
	font-family: 'Gilmer-Bold';
}
.spec-input::placeholder {
	color: #C4C6C8;
	font-size: 16px;
	font-family: 'Gilmer-Bold';
}
.btn-form-inner {
	background-color: #fff;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border: none;
	margin-top: auto;
	margin-bottom: auto;
	height: 100%;
}
.btn-form-inner i {
	color: #C4C6C8;
	font-size: 16px;
}
.ref-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	position: relative;
}
.puxo-logo {
	width: 120px;
	position: relative;
}
.ref-logo::before {
	content: '';
	height: 1px;
	width: 42%;
	left: 0;
	top: 25px;
	position: absolute;
	background-color: #fff;
}
.ref-logo::after {
	content: '';
	height: 1px;
	width: 42%;
	right: 0;
	top: 25px;
	position: absolute;
	background-color: #fff;
}
.danisman-head {
	padding-bottom: 20px;
}
#slider .slider {
	border-radius: 25px;
	padding: 25px;
	/*height: 580px !important;*/
}

@media only screen and (max-width: 1540px) {
	.slider-text {
		width: 70%;
	}
	.nav-item {
		margin: 0px 25px;
	}
	.recipe-item{
		height: auto;
	}
	.insta-img {
		height: 300px;
	}
}
@media only screen and (max-width: 1368px) {
	.slider-text {
		width: 80%;
	}
	.nav-item {
		margin: 0px 10px;
	}
	.social-header li {
		margin: 0 15px;
	}
	.page-title {
		font-size: 50px;
	}
	.recipes-slider .slick-track {
		padding: 40px 0px 60px 0px;
	}
	.recipe-slider-btn {
		padding: 15px 0px;
	}
	.recipes-slider .slick-prev, .recipes-slider .slick-next {
		padding: 30px;
		bottom: -35px;
	}
	.page-title-pb {
		padding-bottom: 20px;
	}
	.recipe-img, .recipe-img img {
		height: 220px;
	}
	.insta-img {
		height: 265px;
	}
	.btn-big {
		padding: 20px 0;
	}
	section#footer {
		padding-bottom: 40px;
	}
}
@media only screen and (max-width: 1250px) {
	.slider-text {
		width: 90%;
	}
	.slider-text h1 {
		font-size: 40px;
	}
	.slider-text h4 {
		font-size: 15px;
	}
	.standart-btn {
		width: 150px;
		padding: 10px;
		font-size: 15px;
	}
	.slider-text p {
		font-size: 14px;
	}
	.navbar-nav .nav-item .nav-link {
		padding: 0 15px;
		font-size: 14px;
	}
	.social-header li {
		margin: 0 8px;
	}
	.navbar-brand img {
		height: 80px;
	}
	.recipe-text h4 {
		font-size: 14px;
	}
	.recipe-img, .recipe-img img {
		height: 175px;
	}
	.recipe-text {
		height: 120px;
	}
	.recipe-item:hover > .recipe-text {
		height: 140px;
	}
	.recipe-spec-hover:hover > .recipe-img, .recipe-spec-hover:hover > .recipe-img img {
		height: 190px;
	}
	.insta-img {
		height: 210px;
	}
	
}
@media only screen and (max-width: 1025px) { 
	.insta-img {
		height: 150px;
	}
	footer .social-footer li {
		margin: 0 20px;
	}
	footer .social-footer-head {
		font-size: 26px;
	}
	footer .form-head {
		font-size: 28px;
	}
	footer .form-subHead {
		font-size: 16px;
	}
	footer .spec-input-group {
		height: 45px;
		width: 90%;
	}
	.puxo-logo {
		width: 70px;
	}
	.ref-logo::before, .ref-logo::after {
		top: 15px;
	}
	footer .copy-text-div {
		padding-top: 5px;
	}
	.recipes-slider .slick-next {
		right: 25%;
	}
	.recipes-slider .slick-prev {
		left: 25%;
	}
	.recipe-img, .recipe-img img {
		height: 140px;
	}
}
@media only screen and (max-width: 820px) {
	.standart-btn {
		width: 100px;
		font-size: 11px;
	}
	.recipes-slider .slick-next {
		right: 20%;
	}
	.recipes-slider .slick-prev {
		left: 20%;
	}
	.recipe-slider-btn {
		width: 30%;
		padding: 8px 0px;
	}
	.recipes-slider .slick-prev, .recipes-slider .slick-next {
		padding: 20px;
    	bottom: -7px;
	}
	.slider {
		height: 370px !important;
	}
	.insta-img {
		height: 105px;
	}
	.page-title {
		font-size: 35px;
	}
	.page-title-pb {
		padding-bottom: 0;
	}
	.insta-div {
		margin-bottom: 20px;
	}
	.btn-big {
		padding: 10px 0px;
		font-size: 14px;
		width: 325px;
	}	
	.recipe-img, .recipe-img img{
		height: 100px;
	}
	.recipe-text {
		height: 75px;
	}
	.recipe-text h4 {
		font-size: 11px;
	}
	.recipe-text
}

@media only screen and (min-width: 769px) {
	.no-desktop {
		display: none !important;
	}
}
@media only screen and (max-width: 768px) {
	.page-loader {
		position: fixed;
	    z-index: 9999;
	    display: block;
	    left: 0;
	    right: 0;
	    top: 0;
	    height: 100vh;
	    width: 100%;
	    background-color: #fff;
	}
	.page-loader img{
	    margin-left: auto;
	    margin-right: auto;
	    display: block;
	    position: relative;
	    top: 10%;
	    width: 250px;

	}

	.circular-progress-bar {
	    position: relative;
	    margin: 0 auto;
	    top: 20%;
	}

	.progress-percentage, .progress-text {
	    position: absolute;
	    width: 100%;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    text-align: center;
	    padding: 0px 60px;
	}

	.progress-percentage {
		font-size: 40px;
	    transform: translate(-50%, -85%);
	}

	.progress-text {
	    transform: translate(-50%, 0%);
	    color: #585858;
	    font-size: 21px;
	}
	.navbar {
		padding: 0 36px;
	}
	.slider-text h4 {
		font-size: 15px;
		margin-left: auto;
		margin-right: auto;
	}
	.recipe-item {
		height: 400px;
	}
	.nav-item::before {
		content: none;
	}
	.navbar-nav {
		padding-top: 45px;
	}
	.nav-item {
		margin: 0 20px;
		border-bottom: 1px solid #00000040;
	}
	.nav-item:last-child {
		border-bottom: none;
	}
	.navbar-nav .nav-item .nav-link {
		padding: 7px 0px;
		font-size: 13px;
	}
	.navbar-brand img {
		height: 58px;
	}
	.slider-text {
		width: 75%;
		text-align: center;
	}
	.slider {
		height: 360px;
	}
	#slider , #danismanlik , #about {
		padding-top: 80px;
	}
	.spec-container {
		padding: 0 36px;
	}
	.page-title {
		font-size: 25px;
	}
	.btn-big {
		width: 75%;
		padding: 16px 0px;
    	font-size: 15px;
    	margin-top: 10px;
	}
	.no-mobile {
		display: none !important;
	}
	.slider-btn-list {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
	}
	.slider-btn-list li .standart-btn {
		width: 150px;
		background-color: #CC3717;
		font-size: 11px;
		font-family: 'Gilmer-Bold';
		padding: 12px 25px;
		color: #FFFFFF !important;
	}
	.slider-btn-list span.red {
		color: #CC3717;
		font-size: 23px;
		font-family: 'Gilmer-Light';
	}
	.more-slider {
		padding-top: 0px;
		width: 100%;
		margin-top: 0px;
	}
	.slider-text h1 {
		font-size: 35px;
		text-align: center;
		width: 100%;
		padding-top: 30px;
	}
	.slider-text p {
		font-size: 14px;
		padding-bottom: 0;
	}
	.menu-container {
		height: 70px;
	}
	.recipe-slider-btn-div {
		position: absolute;
		left:0 ;
	}
	.recipe-text h4 {
		font-size: 14px;
	}
	.recipe-slider-btn {
		width: 50%;
    	padding: 16px 0px;
    	font-size: 14px;
    	bottom: 96px;
	}
	.recipes-slider .slick-prev, .recipes-slider .slick-next {
		padding: 25px;
		bottom: 20px;
		opacity: .8;
	}
	.recipes-slider .slick-next {
		right: 10px;
	}
	.recipes-slider .slick-prev {
		left: 10px;
	}
	section#recipes {
		padding-bottom: 0;
	}
	section#instagram {
		padding: 15px 0px;
	}
	.page-title-pb {
		padding-bottom: 10px;
	}
	section#footer {
		padding: 40px 0px 0px 0px;
	}
	footer .social-footer {
		padding-top: 6px;
	}
	footer .social-footer-head {
		font-size: 18px;
		padding-top: 30px;
	}
	footer .social-footer li a {
		font-size: 26px;
	}
	footer .spec-input-group {
		width: 100%;
	}
	.ref-logo::before , .ref-logo::after {
		content: none;
	}
	.reverse-mobile {
		flex-direction: column-reverse;
	}
	.mobile-foot-copy {
		border-top: 1px solid #fff;
		margin-top: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: row;
	}
	.mobile-copy {
		color: #FFFFFF;
		font-family: 'Gilmer';
		font-size: 10px;
		margin: 0;
	}
	.mobile-copy strong {
		font-family: 'Gilmer-Bold';
	}
	.mobile-puxo {
		padding: 20px;
	}
	.bd-left {
		border-left: 1px solid #fff;
	}
	.recipes-slider .slick-track {
		padding: 0px 0px 20px 0px;
	}
	.recipe-text {
		height: 120px;
	}
	.recipe-img, .recipe-img img {
		height: 200px;
	}
	.insta-img {
		margin-bottom: 20px;
		height: 160px;
	}
	.navbar-collapse {
		position: absolute;
	    width: 100%;
	    background-color: rgb(255, 255, 255);
	    left: 0px;
	    top: 0px;
	}
	.content-p:first-child {
		padding-top: 40px;
	}
	.mobile-page-image {
		padding-bottom: 30px;
	}
	.content-p p {
		font-size: 14px;
		text-align: center;
		padding: 5px 0px;
	}
	.content-p h4 {
		font-size: 20px;
		text-align: center;
	}
	h5 span.red {
		font-size: 16px;
		font-family: 'Gilmer-Bold';
	}
	.danisman-list li {
		width: 100%;
		font-size: 14px;
	}
	section#recipes-detail {
		padding: 100px 0px;
	}
	#recipes-detail .recipe-item {
		height: 315px;
	}
	.product-detail-content {
		width: 100%;
	}
	.product-half-name {
		width: 100%;
	}
	.content-p h4 {
		text-align: left;
		padding-bottom: 5px;
	}
	h2 span.red {
		font-size: 20px;
	}
	.product-detail-list {
		padding-left: 15px;
	}
	.product-detail-list li {
		list-style: disc;
	}
	.line {
		width: 100%;
	}
	.product-detail-content p {
		text-align: left;
	}
	.product-detail-list li::marker {
		color: #CC3717;
		font-size: 20px;
	}
	#recipes-board {
		padding: 0px;
	}
	.form-submit-btn {
		width: 100%;
		margin-top: 30px;
	}
	.form-bottom-text {
		top: -30px;
		margin-bottom: 30px;
	}
	#contact-first {
		padding: 100px 0px 20px 0px;
	}
	.danisman-head {
		text-align: left;
	}
	#danismanlik .content-p p , #about .content-p p{
		width: 100%;
		text-align: left;
	}
	header.fixed-header .menu-container {
		box-shadow: none;
	}
	.product-detail-list li {
		width: 100%;
	}
}




