/* ========================================
   Bucicek - Konsolide Tema CSS
   (florist/style.css + assets/css/main.css birleştirildi)
========================================
   Kaldırılan bölümler:
   - CSS Normalize/Reset (Bootstrap karşılıyor)
   - Pickadate.js (Flatpickr'a geçildi, Vite bundle'da)
   - EasyAutocomplete tema varyantları (sadece base kaldı)
   - .rate star rating tekrarı (style.css'den kaldırıldı, main.css'de kaldı)
   - SlimSelect .ss-* (kaldırılmış kütüphane)
   - Parsley validation (kaldırılmış kütüphane)
   - .slide-carousel (Vite MultiSlideCarousel karşılıyor)
   - Tekrarlanan breadcrumb-item::before ve ico-font-family
======================================== */

/* === EasyAutocomplete Base === */
.easy-autocomplete {
	position: relative
}

.easy-autocomplete input {
	border-color: #ccc;
	border-radius: 4px;
	border-style: solid;
	border-width: 1px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, .1) inset;
	color: #555;
	float: none;
	padding: 6px 12px
}

.easy-autocomplete input:focus,
.easy-autocomplete input:hover {
	-webkit-box-shadow: none;
	box-shadow: none
}

.easy-autocomplete a {
	display: block
}

.easy-autocomplete.eac-blue-light input:focus,
.easy-autocomplete.eac-blue-light input:hover {
	border-color: #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul {
	border-color: #66afe9;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(102, 175, 233, .6)
}

.easy-autocomplete.eac-blue-light ul .eac-category,
.easy-autocomplete.eac-blue-light ul li {
	border-color: #66afe9
}

.easy-autocomplete.eac-blue-light ul .eac-category.selected,
.easy-autocomplete.eac-blue-light ul li.selected {
	background-color: #ecf5fc
}


/* === UI Base Styles === */
.loading-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 999;
	color: #fff
}

.loading-overlay .loading-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%)
}

.time-selector select {
	padding-left: 30px;
	-webkit-box-shadow: 0 0 20px 0 #ececf3;
	box-shadow: 0 0 20px 0 #ececf3;
	border: 1px solid #ebebeb
}

.florist-wrapper.login {
	background: #fff url(../florist/img/bg-login.png) right top no-repeat
}


body {
	position: relative
}

.form-wrapper .form-element {
	width: 100%;
	height: 52px;
	border: 1px solid #26262a;
	padding: 0 20px;
	margin-bottom: 20px
}

.form-wrapper .form-element.textarea {
	height: 104px;
	padding: 20px
}

.form-wrapper .btn {
	width: 100%;
	height: 52px;
	font-weight: 700
}

.form-wrapper .btn.send {
	color: #fff;
	background: #e53d3d
}

.form-wrapper .btn.send:hover {
	background: #9e231f
}

.form-wrapper .btn.cancel {
	color: #26262a;
	border: 1px solid #26262a;
	background: 0 0
}

.form-wrapper .btn.cancel:hover {
	background: #35353a;
	color: #fff
}

.box {
	background: #fff;
	-webkit-box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, .1);
	box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, .1) !important;
}

.cbtn {
	height: 36px;
	line-height: 36px;
	background: #472439;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	padding: 0 40px;
	border-radius: 0
}

.cbtn:hover {
	background: #fff;
	color: #472439
}

.h6,
h6 {
	font-size: 13px;
	color: #151515;
	font-weight: 600;
	margin: 0
}

.h4,
h4 {
	color: #151515;
	font-weight: 600;
	margin: 0
}

p {
	color: #151515;
	line-height: 1.4
}

.pl0 {
	padding-left: 0 !important
}

.pr0 {
	padding-right: 0 !important
}

.pl10 {
	padding-left: 10px !important
}

.pr10 {
	padding-right: 10px !important
}

@font-face {
	font-family: icomoon;
	src: url(../florist/fonts/icomoon.eot?ympp47);
	src: url(../florist/fonts/icomoon.eot?ympp47#iefix) format("embedded-opentype"), url(../florist/fonts/icomoon.ttf?ympp47) format("truetype"), url(../florist/fonts/icomoon.woff?ympp47) format("woff"), url(../florist/fonts/icomoon.svg?ympp47#icomoon) format("svg");
	font-weight: 400;
	font-style: normal
}

[class*=" icomoon-"],
[class^=icomoon-] {
	font-family: icomoon !important;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-thin-up:before {
	content: "\e900"
}

.icon-arrow-thin-down:before {
	content: "\e901"
}

.icon-arrow-next:before {
	content: "\e902"
}

.icon-arrow-prev:before {
	content: "\e903"
}

.icon-date:before {
	content: "\e904"
}

.icon-search:before {
	content: "\e905"
}

.icon-arrow-thin-next:before {
	content: "\e906"
}

.icon-arrow-thin-prev:before {
	content: "\e907"
}

.icon-star:before {
	content: "\f005"
}

.icon-star-o:before {
	content: "\f006"
}

.icon-check:before {
	content: "\f00c"
}

.icon-phone:before {
	content: "\f095"
}

.icon-twitter:before {
	content: "\f099"
}

.icon-facebook:before {
	content: "\f09a"
}

.icon-mail:before {
	content: "\f0e0"
}

.icon-linkedin:before {
	content: "\f0e1"
}

.icon-location-arrow:before {
	content: "\f124"
}

.icon-youtube:before {
	content: "\f16a"
}

.icon-user-o:before {
	content: "\f2c0"
}

.icon-time:before {
	content: "\e950"
}

.comments .h3 {
	color: #3c5063;
}

.comments .comment-list .comment {
	border-bottom: 1px solid #e1e4e7;
	padding: 30px 0;
}

.comments .comment-list .comment:last-child {
	border-bottom: 0;
}

.comments .comment-list .comment .stars {
	overflow: hidden;
	margin-bottom: 15px;
}

.comments .comment-list .comment .stars i {
	float: left;
	color: #472439;
	margin-right: 6px;
}

.comments .comment-list .comment .title {
	font-size: 16px;
	color: #3c5063;
	margin-bottom: 0px;
}

.comments .comment-list .comment .description {
	font-size: 14px;
	color: #6e6e6e;
	line-height: 18px;
}

.comments .comment-list .comment .description p {
	margin: 0;
}

.comments .form {
	background: #FFF;
	padding: 30px;
	border-radius: 6px;
	margin-top: 35px;
}

.comments .form .form-group {
	position: relative;
	margin-bottom: 20px;
}

.comments .form .form-group.clearfix {
	margin-bottom: 15px;
}

.comments .form label {
	font-size: 16px;
	font-weight: 300;
	color: #3c5063;
	display: block;
	float: left;
	margin: 0 10px 0 0;
}

.comments .form .stars {
	overflow: hidden;
	float: left;
	margin-bottom: 0;
}

.comments .form .stars li {
	float: left;
	margin-right: 6px;
}

.comments .form .stars li i {
	color: #472439;
	font-size: 24px;
}

.comments .form .stars li.hover {
	cursor: pointer;
}

.comments .form .stars li.hover i {
	color: #9adbf5;
}

.comments .form i.input {
	font-size: 22px;
	color: #472439;
	position: absolute;
	left: 16px;
	top: 16px;
}

.comments .form input[type="text"] {
	width: 100%;
	padding: 0 20px 0 50px;
	border: 1px solid #e8e8e8;
	height: 55px;
	font-family: inherit;
	font-weight: 300;
	border-radius: 6px;
	color: inherit;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
}

.comments .form textarea {
	border: 1px solid #e8e8e8;
	width: 100%;
	height: 150px;
	font-family: inherit;
	font-weight: 300;
	border-radius: 6px;
	color: inherit;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 15px 20px;
	resize: none;
	font-size: 16px;
}

.comments .form input[type="submit"] {
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-family: inherit;
	font-weight: 300;
	font-size: 16px;
}

.comments .form input[type="submit"]:hover {
	border-color: #472439;
}


.box-padding {
	padding: 30px;
}

.box-radius {
	border-radius: 6px;
}

.box-border {
	border: 1px solid #e4e4e4;
}

.box-shadow {
	box-shadow: 0 8px 16px 0 rgba(58, 95, 149, 0.1);
}




.add-btn-wrapper>button {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	font-size: 14px;
	font-weight: 300;
	color: #3c5063;
	position: relative;
	cursor: pointer;
}

.add-btn-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


#eac-container-headerProductSearchBox .select2-result-product {
	display: flex;
	align-items: center;
}

#eac-container-headerProductSearchBox .select2-result-product-image {
	float: left;
	width: 60px;
	margin-right: 10px
}

#eac-container-headerProductSearchBox .select2-result-product-image img {
	width: 100%;
	height: auto;
	border-radius: 2px
}

#eac-container-headerProductSearchBox .select2-result-product-meta {
	margin-left: 10px;
}

#eac-container-headerProductSearchBox .select2-result-product-title {
	color: #212121;
	font-weight: bold;
	word-wrap: break-word;
	margin-bottom: 3px;
}

#eac-container-headerProductSearchBox .select2-result-product-code,
.select2-result-product-description {
	font-size: 13px;
	color: #888;
}

#eac-container-headerProductSearchBox .select2-results__option--highlighted .select2-result-product-title {
	color: #fff
}

#eac-container-headerProductSearchBox ul {
	display: block !important;
}

#eac-container-headerProductSearchBox.easy-autocomplete-container {
	width: 90%;
	left: 5%;
	z-index: 999;
}

#eac-container-headerProductSearchBox ul {
	border: none;
}

#eac-container-headerProductSearchBox ul li,
#eac-container-headerProductSearchBox ul .eac-category {
	border: none;
}


#eac-container-headerProductSearchBox ul li:hover a {
	text-decoration: none;
}

#headerProductSearchBox {
	min-width: auto;
}

.blog-sidebar-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 10px;
	text-align: center;
}

.blog-details img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.list-head {
	min-height: 100px;
	-webkit-box-shadow: 0px 10px 20px 0px #ececf3 !important;
	box-shadow: 0px 10px 20px 0px #ececf3 !important;
	background-color: #fff;
	border-top: 1px solid #eee;
}

h1,
.h1 {
	font-size: 24px;
}

h2,
.h2 {
	font-size: 22px
}

h3,
.h3 {
	font-size: 21px;
}

h4,
.h4 {
	font-size: 20px;
}

h5,
.h5 {
	font-size: 19px;
}

h6,
.h6 {
	font-size: 18px;
}

.breadcrumbs .breadcrumb {
	padding: 15px 0 20px;
	margin: 0;
}

.breadcrumbs .breadcrumb li {
	font-size: 14px;
	letter-spacing: -0.4px;
	margin-right: 10px;
	color: #929DA8;
}

.breadcrumbs .breadcrumb li.active {
	font-weight: bold;
}

.breadcrumbs .breadcrumb li::before {
	color: #929DA8;
}

.breadcrumbs .breadcrumb a {
	color: #929DA8;
}

.breadcrumbs .breadcrumb a:hover {
	color: #472439;
}


.breadcrumb-item+.breadcrumb-item::before {
	content: "\f054";
	font-family: "Font Awesome 7 Free"; font-weight: 900;
}

@media (max-width: 991.98px) {
	.list-head {
		min-height: inherit;
		padding: 20px 0;
	}
}

.list-head p {
	line-height: 100px;
	font-size: 16px;
	margin: 0;
}

@media (max-width: 991.98px) {
	.list-head p {
		line-height: 1;
		text-align: center;
		font-size: 14px;
	}
}

.list-head .h2 {
	font-size: 26px;
	line-height: 100px;
	text-align: center;
	margin: 0;
}

@media (max-width: 991.98px) {
	.list-head .h2 {
		line-height: 2;
	}
}

.list-head .dropdown {
	float: right;
}

@media (max-width: 991.98px) {
	.list-head .dropdown {
		margin: 10px 0;
		float: none;
		text-align: center;
	}
}

.list-head .dropdown p {
	float: left;
}

@media (max-width: 991.98px) {
	.list-head .dropdown p {
		float: none;
		font-size: 16px;
		line-height: 1.5;
		margin-right: 10px;
		display: inline;
	}
}

.list-head .dropdown .btn {
	margin: 31px 0;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media (max-width: 991.98px) {
	.list-head .dropdown .btn {
		margin: 0;
		padding: 0;
	}
}

.list-head .dropdown .btn::after {
	display: none;
}

.list-head .dropdown .btn i {
	margin: 4px 0 0 10px;
	float: right;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.list-head .dropdown .btn.active i {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.list-head .dropdown .dropdown-menu {
	top: 80%;
	right: 0;
}

.footer-motto {
	min-width: 482px;
	background: #472439 url("../florist/img/bg-footer-motto.png");
}

@media (max-width: 991.98px) {
	.footer-motto {
		min-width: inherit;
		padding: 30px 0;
	}
}

.footer-motto .row {
	min-height: 482px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.footer-motto .row {
		min-height: inherit;
	}
}

.footer-motto p {
	width: 100%;
	font-size: 40px;
	line-height: 1.2;
	display: block;
	margin-bottom: 40px;
	color: #FFF;
}

@media (max-width: 991.98px) {
	.footer-motto p {
		text-align: center;
		font-size: 22px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
}

.footer-motto a {
	min-width: 200px;
	height: 54px;
	line-height: 54px;
	border: 1px solid #FFF;
	background: #472439;
	color: #FFF;
	font-size: 14px;
	display: inline-block;
	padding: 0;
	border-radius: 0;
	font-weight: 500;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	text-decoration: none;
}

.footer-motto a:hover {
	background: #FFF;
	color: #472439;
}

.mb-30 {
	margin-bottom: 30px;
}



.comments .form {
	margin-top: 0;
}

.special-design-area p {
	font-size: 36px;
}

.special-design-area a,
.special-design-area button {
	font-size: 20px;
	padding: 0 30px;
	border-width: 1.5px;
}

.product-slider-area img {
	max-width: 100%;
	height: auto;
	border: 1.5px solid #e9e9e9;
	padding: 5px;
	border-radius: 5px;
}

.product-thumb-slider img {
	padding: 3px;
}



@media (max-width: 991.98px) {
	.list-head .dropdown .dropdown-menu {
		top: 100%;
	}
}

.order-button {
	background: #472439;
	color: #fff;
	font-size: 18px;
	border-radius: 5px;
	padding: 15px 30px;
	min-width: 200px;
	margin-left: 50px;
	position: relative;
	border: none;
	outline: none;
	display: inline-flex;
	cursor: pointer;
}

@media only screen and (max-width: 480px) {
	.order-button {
		display: block;
		margin-left: 0;
		margin-top: 20px;
	}
}

.order-button:after {
	content: "\f061";
	font-weight: 900;
	font-family: "Font Awesome 7 Free";
	font-size: 14px;
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.order-button:hover:after {
	right: 25px;
}


.product-detail .order-create .price span.old {
	color: #8C8C8C;
	text-decoration: line-through;
}

.product-detail .order-create .price {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.product-detail .order-create .h3 {
	font-size: 24px;
	font-weight: 500;
}

.product-detail .order-create .location-search {
	position: relative;
	z-index: 98;
}

.product-detail .order-create .location-search .search {
	width: auto;
	background: #FFF;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px -8px;
	box-shadow: 0 5px 10px -8px;
}

.product-detail .order-create .location-search .search i {
	position: absolute;
	font-size: 20px;
}

.product-detail .order-create .location-search .search .icon-location-arrow {
	color: #472439;
	right: 20px;
	top: 14px;
}

.product-detail .order-create .location-search .search .icon-search {
	color: #ced6d7;
	left: 13px;
	top: 11px;
	font-size: 28px;
}

.product-detail .order-create .location-search .search .easy-autocomplete-container ul {
	border: 1px solid #ebebeb;
}

.product-detail .order-create .location-search .search .easy-autocomplete-container ul li {
	font-size: 14px;
	color: #151515;
	border: 1px solid #ebebeb;
}

.product-detail .order-create .location-search .search .easy-autocomplete-container ul li.selected {
	background: #472439;
	color: #FFF !important;
	border-color: #472439;
}

.product-detail .order-create .location-search .search .default-locations {
	display: none;
}

.product-detail .order-create .location-search .search .default-locations ul {
	display: block !important;
}

.product-detail .order-create .location-search .search .default-locations ul li {
	font-size: 14px;
	border: 1px solid #ebebeb;
}

.product-detail .order-create .location-search .search .default-locations ul li a {
	color: #151515;
	text-decoration: none;
	display: block;
}

.product-detail .order-create .location-search .search .default-locations ul li:hover {
	background: #472439;
	border-color: #472439;
}

.product-detail .order-create .location-search .search .default-locations ul li:hover a {
	color: #FFF;
}

.product-detail .order-create .form .dates {
	overflow: hidden;
}

.product-detail .order-create .form .dates ul {
	overflow: hidden;
	margin-bottom: 20px;
}

.simple-btn {
	background: #472439;
	color: #fff;
	cursor: pointer;
	padding: 5px 15px;
	border-radius: 4px;
	border: none;
}

.product-detail .order-create .form .dates li {
	width: calc(25% - 15px);
	margin-right: 15px;
	float: left;
}

@media (max-width: 991.98px) {
	.product-detail .order-create .form .dates li {
		width: calc(25% - 12px);
	}
}

.product-detail .order-create .form .dates li:last-child {
	margin: 0;
}

.product-detail .order-create .form .dates li input {
	visibility: hidden;
}

.product-detail .order-create .form .dates li label {
	width: 100%;
	height: 80px;
	border: 1px solid #ebebeb;
	border-radius: 10px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	padding: 10px 0 0;
	margin-bottom: 0;
}

.product-detail .order-create .form .dates li label strong {
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.product-detail .order-create .form .dates li label::after {
	width: auto;
	height: 4px;
	background: #472439;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.product-detail .order-create .form .dates li label:hover::after {
	opacity: 1;
}

.product-detail .order-create .form .dates li label.selected {
	color: #FFF;
	background: #472439;
}

.product-detail .order-create .form .dates li label i {
	font-size: 26px;
}

.product-detail .order-create .form .dates li label.date-selector.date-selected {
	padding: 14px 15px 0;
	line-height: 18px;
}

@media (max-width: 991.98px) {
	.product-detail .order-create .form .dates li label.date-selector.date-selected {
		font-size: 12px;
	}
}

.product-detail .order-create .form .dates li .datepicker {
	display: none;
}

.product-detail .order-create .form .time-selector {
	display: block;
	margin: -10px 0 20px;
}

.product-detail .order-create .form .time-selector input {
	border: 1px solid #ebebeb;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	font-family: inherit;
	font-weight: 300;
	font-size: 12px;
	padding: 0 10px 0 40px;
	color: #151515;
	cursor: pointer;
	width: 200px;
}

.product-detail .order-create .form .time-selector .icon-time {
	position: absolute;
	z-index: 40;
	margin: 12px 0 0 12px;
	color: #472439;
}

.product-detail .order-create .form .time-selector .picker--time {
	width: 200px;
	min-width: inherit;
}

.product-detail .order-create .form .time-selector .picker--time .picker__holder {
	background: none;
	border: 1px solid #ebebeb;
}

.product-detail .order-create .form .time-selector .picker--time .picker__holder .picker__list {
	padding: 0 0 10px;
}

.product-detail .order-create .form .time-selector .picker--time .picker__holder .picker__list .picker__list-item {
	font-size: 14px;
	color: #151515;
}

.product-detail .order-create .form .time-selector .picker--time.picker--focused .picker__list-item--highlighted,
.product-detail .order-create .form .time-selector .picker--time .picker__list-item--highlighted:hover {
	background: #472439;
	color: #FFF !important;
	border-color: #472439;
}

.product-detail .order-create .form .time-selector .picker--time .picker__list-item:hover {
	background: #ea3163;
	color: #FFF !important;
	border-color: #ea3163;
}

.product-detail .order-create .price {
	width: 100%;
	padding: 15px;
	overflow: hidden;
	background: #FFF;
	border-radius: 3px;
	-webkit-box-shadow: 0 5px 10px -8px;
	box-shadow: 0 5px 10px -8px;
	margin: 0 0 30px;
}

.product-detail .order-create .price span {
	display: inline-block;
	position: relative;
	font-size: 38px;
	color: #151515;
	width: auto;
}

.product-detail .order-create .price .price-wrap {
	width: 50%;
	float: left;
	display: inline-block;
}

.product-detail .order-create .price em {
	position: relative;
	display: block;
	width: 70px;
	height: 30px;
	margin: 10px 0 0 8px;
	float: right;
	font-size: 12px;
	font-style: normal;
}

.product-detail .order-create .price em i {
	display: block;
	font-style: normal;
	text-align: left;
}

.product-detail .order-create .price em i:last-child {
	margin-top: -2px;
}

.product-detail .order-create .price .cbtn {
	font-size: 18px;
	height: 55px;
	line-height: 55px;
	border-radius: 6px;
	text-decoration: none;
	float: right;
}

@media (max-width: 991.98px) {
	.product-detail .order-create .price .cbtn {
		height: auto;
		line-height: 30px;
		padding: 13px;
		width: 50%;
		text-align: center;
	}
}

.product-detail .order-create .price .cbtn:hover {
	background: #ea3163;
	color: #FFF;
}

.product-detail .order-create .price .price-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.product-detail .order-create .form .dates li input:disabled+label {
	cursor: not-allowed;
	opacity: 0.5;
}

.product-detail .order-create .h3 {
	margin-bottom: 1rem;
}

.product-detail .order-create .price {
	margin-top: 20px;
}

.product-detail .order-create .form .time-selector select {
	border: 2px solid #f64172;
	font-weight: bold;
}

.product-detail .order-create .form .time-selector {
	margin: -10px 0 30px;
}


.product-detail .order-create .location-search .search .icon-search {
	z-index: 1;
}

.product-detail .order-create .location-search .search .icon-location-arrow {
	z-index: 1;
}



.text-theme {
	color: #472439;
}


.counter input[type='number'] {
	-moz-appearance: textfield;
}

.counter input::-webkit-outer-spin-button,
.counter input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}


.extra-product-box {
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	padding: 10px 15px 20px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

.extra-product-box img {
	margin-bottom: 20px;
	width: 100%;
	height: auto;
}

.extra-product-box-text {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #929da8;
	margin-bottom: 15px;
}

.extra-product-box .extra-product-box-title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.extra-product-box .extra-product-box-price {
	display: block;
	font-style: normal;
	color: #3c5063;
	margin-top: 5px;
}

.extra-product-box .down,
.extra-product-box .up {
	height: 35px;
	line-height: 30px;
	display: flex;
	justify-content: center;
	width: 35px;
	align-items: center;
	text-align: center;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	font-size: 14px;
	font-weight: 300;
	color: #3c5063;
	position: relative;
	cursor: pointer;
}

.extra-product-box .counter-wrapper {
	display: flex;
	justify-content: center;
}

.extra-product-box .counter input {
	width: 35px;
	height: 35px;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, .08);
	background-color: #fff;
	color: #3c5063;
	text-align: center;
}

.extra-product-box .counter-wrapper>*+* {
	margin-left: 10px;
}

.extra-product-list>.row>div,
.vase-list>.row>div {
	margin-bottom: 20px;
}

.extra-product-box:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, .09);
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, .09);
	background-color: #fff;
}

.extra-product-box::after {
	width: auto;
	height: 4px;
	background: #472439;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.extra-product-box:hover::after {
	opacity: 1;
}

.extra-product-list {
	display: none;
}

.simple-bottom-border {
	border-bottom: 2px solid #472439;
	display: inline-block;
	padding-bottom: 5px;
}

.sticky-wrapper {
	position: sticky;
	top: 20px;
}


.extra-product-box.selected .add-btn-wrapper>button {
	background-color: #472439;
	color: #fff;
	font-weight: bold;
}

.add-btn-wrapper>button:focus {
	outline: none;
}

.vase-list .extra-product-box-text {
	margin-bottom: 5px;
}

.vase-list .extra-product-box img {
	margin-bottom: 5px;
}

.vase-list .extra-product-box {
	padding: 10px 15px;
}

.extra-product-box.selected::after {
	opacity: 1;
}

.extra-product-box.selected .add-btn-wrapper>button::after {
	content: "\f00c";
	font-family: "Font Awesome 7 Free"; font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #472439;
	font-size: 20px;
}

.time-selector select {
	-webkit-appearance: none;
}

.js-showMoreExtraProducts {
	background-color: #222;
}


.show-login-panel {
	margin-bottom: 30px;
}

.login-panel {
	position: fixed;
	top: 0;
	bottom: 0;
	background: #FFF;
	min-width: 30%;
	z-index: 5000;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	right: -40%;
}

.login-panel .top .btn-close-panel {
	top: 0;
}

.login-panel .top .logo {
	padding: 10px;
	text-align: center;
	height: 20%;
}

.login-panel .panel {
	top: -75%;
}

.login-panel .content {
	top: -65%;
}

.login-panel.active {
	right: 0px;
}

.login-panel .top {
	width: 100%;
	height: 50%;
	background: #472439 url("../florist/img/img-login-panel-pattern.png") center center;
	background-clip: content-box;
	position: relative;
	z-index: 1;
}

.login-panel .top .btn-close-panel {
	color: #FFF;
	text-decoration: none;
	font-size: 60px;
	position: absolute;
	left: 10px;
	top: 40px;
}

.login-panel .bottom {
	width: 100%;
	height: 50%;
	background: #FFF;
	padding: 0 20px;
	position: relative;
}

.login-panel .panel {
	width: 95%;
	margin: auto;
	padding: 25px 0;
	background: #FFF;
	min-height: auto;
	position: relative;
	top: 0;
	-webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px rgba(0, 0, 0, 0.08);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 85%;
}

.login-panel .panel::after {
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	display: block;
	border-bottom: 5px solid #472439;
}

.login-panel .panel .btn-panel {
	width: 100%;
	min-height: calc(100% / 4);
	color: #FFF;
	border-radius: 5px;
	-webkit-box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0px 5px 13px 0 rgba(0, 0, 0, 0.05);
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	position: relative;
	outline: none;
	margin-bottom: 20px;
	white-space: nowrap;
	padding: 0 20px;
	max-width: 90%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	font-weight: 500;
}

.login-panel .panel .btn-panel:last-child {
	margin-bottom: 0;
}

.login-panel .panel .btn-panel span {
	position: relative;
}

.login-panel .panel .btn-panel i {
	display: inline-block;
	margin-left: 15px;
	position: relative;
	top: 5px;
}

.login-panel .panel .btn-panel.uye-girisi {
	background: #472439;
}

.login-panel .panel .btn-panel.uye-girisi:hover {
	background: #ea3163;
}

.login-panel .panel .btn-panel.fb-login {
	background: #185aa3;
}

.login-panel .panel .btn-panel.fb-login:hover {
	background: #114177;
}

.login-panel .panel .btn-panel.uye-olmadan-devam {
	background: #3c5063;
}

.login-panel .panel .btn-panel.uye-olmadan-devam:hover {
	background: #ea3163;
}

.login-panel .content {
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.login-panel .content .h4 {
	font-size: 24px;
}

.login-panel .content p {
	font-size: 16px;
	line-height: 1.4;
}

.login-panel .content img {
	margin: 20px 0;
}

.login-panel .content strong {
	display: block;
}

.ico-font-family,
.florist-wrapper.panel .menu li a::after {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.login {
	background: #FFF url("../florist/img/bg-login.png") right top no-repeat;
}

body.panel {
	background: #FFF url("../florist/img/bg-login.png") right top no-repeat;
}

.login-panel {
	right: -999%;
}

.login-panel .top .btn-close-panel {
	font-size: 40px;
	left: 10px;
	display: flex;
	top: 0;
}

.login-panel .top .logo img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}


.sub-item-box {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.sub-item-box img {
	max-height: 90px;
	width: auto;
	border-radius: 4px;
}

.date-selector {
	margin-bottom: 15px;
}



.process {
	background: #eff2f9;
	min-height: 160px;
	margin-bottom: 60px;
	position: relative;
}

@media (max-width: 991.98px) {
	.process {
		margin-bottom: 20px;
		min-height: inherit;
	}

	.process .main {
		display: none;
	}
}

.process ul {
	position: relative;
	overflow: hidden;
	margin: 38px 0;
}

@media (max-width: 991.98px) {
	.process ul {
		margin: 20px 0;
	}
}

.process ul::after {
	width: calc(100% - 100px);
	height: 4px;
	background: #dce2ee;
	content: ' ';
	display: block;
	position: absolute;
	margin: 18px 0 0 50px;
	z-index: 100;
}

@media (max-width: 991.98px) {
	.process ul::after {
		margin: 13px 0 0 50px;
	}
}

.process li {
	position: relative;
	z-index: 200;
	width: calc(100% / 3);
	float: left;
	text-align: center;
	color: #bec2ca;
}

.process li div {
	width: auto;
	text-align: center;
	display: inline-block;
}

.process li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #dce2ee;
	display: inline-block;
	color: #FFF;
	font-weight: 600;
	font-size: 20px;
	font-style: normal;
	margin-bottom: 10px;
	position: relative;
	z-index: 150;
}

@media (max-width: 991.98px) {
	.process li i {
		width: 30px;
		height: 30px;
	}
}

.process li i::before {
	width: 40px;
	height: 40px;
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: url("../florist/img/check.png") center center no-repeat;
	display: none;
}

@media (max-width: 991.98px) {
	.process li i::before {
		width: 30px;
		height: 30px;
	}
}

.process li span {
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #dce2ee;
}

@media (max-width: 991.98px) {
	.process li span {
		font-size: 14px;
	}
}

.process li.active i {
	width: 40px;
	height: 40px;
	background: #FFF;
	border: 5px solid #472439;
}

@media (max-width: 991.98px) {
	.process li.active i {
		width: 30px;
		height: 30px;
	}
}

.process li.active span {
	color: #3c5063;
}

.process li.done i {
	background: #472439;
}

.process li.done i::before {
	display: block;
}

.process li.done span {
	color: #472439;
}

.process li:nth-child(1) {
	text-align: left;
}

.process li:nth-child(1).done::before {
	width: calc(50% + 50px);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	left: 50px;
}

@media (max-width: 991.98px) {
	.process li:nth-child(1).done::before {
		top: 13px;
	}
}

.process li:nth-child(1).done::after {
	width: calc(100%);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	right: -50%;
}

@media (max-width: 991.98px) {
	.process li:nth-child(1).done::after {
		top: 13px;
	}
}

.process li:nth-child(2).done::before {
	width: calc(50% + 50px);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	left: 50%;
}

@media (max-width: 991.98px) {
	.process li:nth-child(2).done::before {
		top: 13px;
	}
}

.process li:nth-child(2).done::after {
	width: calc(100%);
	height: 4px;
	background: #472439;
	display: block;
	content: ' ';
	position: absolute;
	top: 18px;
	right: calc(-100% + 50px);
}

@media (max-width: 991.98px) {
	.process li:nth-child(2).done::after {
		top: 13px;
	}
}

.process li:nth-child(3) {
	text-align: right;
}

.process .pay-status {
	width: 100%;
	min-height: 160px;
	position: absolute;
	z-index: 1000;
	top: 0;
}

@media (max-width: 991.98px) {
	.process .pay-status {
		min-height: inherit;
		position: relative;
	}
}

.process .pay-status .status {
	width: 100%;
	min-height: 160px;
	overflow: hidden;
	padding: 20px 0;
}

@media (max-width: 991.98px) {
	.process .pay-status .status {
		min-height: inherit;
	}
}

.process .pay-status .icon {
	float: left;
}

@media (max-width: 991.98px) {
	.process .pay-status .icon {
		width: 50px;
		height: 50px;
	}

	.process .pay-status .icon img {
		width: 100%;
	}
}

.process .pay-status .text {
	float: left;
	margin-left: 30px;
	padding: 30px 0 0;
}

@media (max-width: 991.98px) {
	.process .pay-status .text {
		width: calc(100% - 65px);
		padding: 0;
		margin-left: 15px;
	}
}

.process .pay-status .text .h4 {
	font-size: 24px;
	line-height: 1;
	color: #FFF;
}

@media (max-width: 991.98px) {
	.process .pay-status .text .h4 {
		font-size: 20px;
	}
}

.process .pay-status .text p {
	font-size: 16px;
	color: rgba(255, 255, 255, 0.65);
	line-height: 20px;
}

@media (max-width: 991.98px) {
	.process .pay-status .text p {
		font-size: 14px;
		margin: 0;
	}
}

.process .pay-status .declined {
	background-image: -webkit-gradient(linear, left top, right top, from(#ec5857), to(#f3994a));
	background-image: linear-gradient(to right, #ec5857, #f3994a);
}

.process .pay-status .success {
	background-image: -webkit-gradient(linear, left top, right top, from(#229754), to(#6ecf96));
	background-image: linear-gradient(to right, #229754, #6ecf96);
}


i[class^="i-"],
i[class*=" i-"] {
	background-repeat: no-repeat !important;
	background-position: center center !important;
	display: block;
}

i.i-flow {
	width: 30px;
	height: 37px;
	background: url("../florist/img/icons/icon-flov.png");
}

i.i-ship {
	width: 40px;
	height: 25px;
	background: url("../florist/img/icons/icon-ship.png");
}

i.i-love {
	width: 29px;
	height: 25px;
	background: url("../florist/img/icons/icon-love.png");
}

i.i-alarm {
	width: 26px;
	height: 25px;
	background: url("../florist/img/icons/icon-alarm.png");
}

i.i-uye-girisi {
	width: 28px;
	height: 25px;
	background: url("../florist/img/icons/icon-uye-girisi.png");
}

i.i-facebook {
	width: 25px;
	height: 25px;
	background: url("../florist/img/icons/icon-facebook.png");
}

i.i-uye-olmadan-giris {
	width: 30px;
	height: 25px;
	background: url("../florist/img/icons/icon-uye-olmadan-giris.png");
}

i[class^="si-"],
i[class*=" si-"] {
	background-repeat: no-repeat !important;
	background-position: left top !important;
	display: block;
}

.si-ship {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-siparis-takip.png");
}

.si-uyelik {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-uyelik-bilgileri.png");
}

.si-hatirlatma-servisi {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-hatirlatma-servisi.png");
}

.si-kayitli-kartlarim {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-kayitli-kartlarim.png");
}

.si-sifre-degistir {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-sifre-degistir.png");
}

.si-hediye-ceklerim {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-hediye-ceklerim.png");
}

.si-iletisim-izinleri {
	width: 32px;
	height: 20px;
	background: url("../florist/img/icons/icon-iletisim-izni.png");
}

::-webkit-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

::-ms-input-placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #929DA8;
	opacity: 1;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #929DA8;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #929DA8;
}

a {
	color: #3c5063;
}

a:hover {
	color: #472439;
}

.form-wrapper .form-group {
	margin-bottom: 20px;
}

.form-wrapper .form-group:last-child {
	margin-bottom: 0;
}

.form-wrapper .form-group .form-element[type=text],
.form-wrapper .form-group .form-element[type=email],
.form-wrapper .form-group .form-element[type=password],
.form-wrapper .form-group .form-element.textarea,
.form-wrapper .form-group .form-element.selectbox {
	width: 100%;
	height: 50px;
	padding: 0 15px;
	background-color: #FFF;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	outline: none;
	color: #3c5063;
}

.form-wrapper .form-group .form-element[type=text].error,
.form-wrapper .form-group .form-element[type=password].error,
.form-wrapper .form-group .form-element.textarea.error,
.form-wrapper .form-group .form-element.selectbox.error {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element[type=text].error:hover,
.form-wrapper .form-group .form-element[type=text].error:focus,
.form-wrapper .form-group .form-element[type=password].error:hover,
.form-wrapper .form-group .form-element[type=password].error:focus,
.form-wrapper .form-group .form-element.textarea.error:hover,
.form-wrapper .form-group .form-element.textarea.error:focus,
.form-wrapper .form-group .form-element.selectbox.error:hover,
.form-wrapper .form-group .form-element.selectbox.error:focus {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element[type=text]:hover,
.form-wrapper .form-group .form-element[type=text]:focus,
.form-wrapper .form-group .form-element[type=email]:hover,
.form-wrapper .form-group .form-element[type=email]:focus,
.form-wrapper .form-group .form-element[type=password]:hover,
.form-wrapper .form-group .form-element[type=password]:focus,
.form-wrapper .form-group .form-element.textarea:hover,
.form-wrapper .form-group .form-element.textarea:focus,
.form-wrapper .form-group .form-element.selectbox:hover,
.form-wrapper .form-group .form-element.selectbox:focus {
	border-color: #3c5063;
}

.form-wrapper .form-group .form-element[type=text].with-icon,
.form-wrapper .form-group .form-element[type=email].with-icon,
.form-wrapper .form-group .form-element[type=password].with-icon,
.form-wrapper .form-group .form-element.textarea.with-icon,
.form-wrapper .form-group .form-element.selectbox.with-icon {
	padding-left: 55px;
	background-position: 16px center;
	background-repeat: no-repeat;
}

.form-wrapper .form-group .form-element[type=text].with-icon.user,
.form-wrapper .form-group .form-element[type=password].with-icon.user,
.form-wrapper .form-group .form-element.textarea.with-icon.user,
.form-wrapper .form-group .form-element.selectbox.with-icon.user {
	background-image: url("../florist/img/icons/icon-user.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.email,
.form-wrapper .form-group .form-element[type=email].with-icon.email,
.form-wrapper .form-group .form-element[type=password].with-icon.email,
.form-wrapper .form-group .form-element.textarea.with-icon.email,
.form-wrapper .form-group .form-element.selectbox.with-icon.email {
	background-image: url("../florist/img/icons/icon-email.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.password,
.form-wrapper .form-group .form-element[type=password].with-icon.password,
.form-wrapper .form-group .form-element.textarea.with-icon.password,
.form-wrapper .form-group .form-element.selectbox.with-icon.password {
	background-image: url("../florist/img/icons/icon-password.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.receiver,
.form-wrapper .form-group .form-element[type=password].with-icon.receiver,
.form-wrapper .form-group .form-element.textarea.with-icon.receiver,
.form-wrapper .form-group .form-element.selectbox.with-icon.receiver {
	background-image: url("../florist/img/icons/icon-receiver.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.address,
.form-wrapper .form-group .form-element[type=password].with-icon.address,
.form-wrapper .form-group .form-element.textarea.with-icon.address,
.form-wrapper .form-group .form-element.selectbox.with-icon.address {
	background-image: url("../florist/img/icons/icon-address.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.phone,
.form-wrapper .form-group .form-element[type=password].with-icon.phone,
.form-wrapper .form-group .form-element.textarea.with-icon.phone,
.form-wrapper .form-group .form-element.selectbox.with-icon.phone {
	background-image: url("../florist/img/icons/icon-phone.png");
}

.form-wrapper .form-group .form-element[type=text].with-icon.credit-card,
.form-wrapper .form-group .form-element[type=password].with-icon.credit-card,
.form-wrapper .form-group .form-element.textarea.with-icon.credit-card,
.form-wrapper .form-group .form-element.selectbox.with-icon.credit-card {
	background-image: url("../florist/img/icons/icon-credit-card.png");
}

.form-wrapper .form-group .form-element.textarea {
	min-height: 160px;
	resize: none;
	background-position: 16px 16px !important;
	padding-top: 15px;
	padding-bottom: 15px;
}

.form-wrapper .form-group .form-element.checkbox,
.form-wrapper .form-group .form-element.radio {
	overflow: hidden;
	/* style label */
	/* toggle hover */
	/* toggle on */
}

.form-wrapper .form-group .form-element.checkbox.big,
.form-wrapper .form-group .form-element.radio.big {
	margin: 12px 0 0;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty {
	margin-left: -9999px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label {
	position: relative;
	float: left;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-left: 24px;
	margin-left: 1px;
	font-size: 12px;
	color: #475a6c;
	line-height: 20px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label {
	font-size: 16px;
	padding-left: 32px;
	line-height: 26px;
}

.form-wrapper .form-group .form-element.checkbox.big input[type=checkbox]:empty~label,
.form-wrapper .form-group .form-element.radio.big input[type=checkbox]:empty~label {
	font-size: 16px;
	padding-left: 32px;
	line-height: 26px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label:before {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 50%;
	border: 1px solid #E9E9E9;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label:before {
	position: absolute;
	display: block;
	top: 3px;
	bottom: 0;
	left: 0;
	content: '';
	width: 15px;
	height: 15px;
	background: #FFF;
	border-radius: 4px;
	border: 1px solid #E9E9E9;
}

.form-wrapper .form-group .form-element.checkbox.big input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio.big input[type=checkbox]:empty~label:before {
	width: 20px;
	height: 20px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty.error~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty.error~label:before {
	-webkit-box-shadow: 0 0 0 1px #fa4a4d;
	box-shadow: 0 0 0 1px #fa4a4d;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty.error~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty.error~label:before {
	border-color: #fa4a4d;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:empty~label:before {
	border-radius: 50%;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:empty~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:empty~label:before {
	border-radius: 5px;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:hover:not(:checked)~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:hover:not(:checked)~label:before {
	background: white;
}

.form-wrapper .form-group .form-element.checkbox input[type=radio]:checked~label:before,
.form-wrapper .form-group .form-element.radio input[type=radio]:checked~label:before {
	background: #472439 url("../florist/img/bg-radio.png") center center no-repeat;
	border: 0;
}

.form-wrapper .form-group .form-element.checkbox input[type=checkbox]:checked~label:before,
.form-wrapper .form-group .form-element.radio input[type=checkbox]:checked~label:before {
	background: #472439 url("../florist/img/tick.png") center center no-repeat;
	border-color: #472439;
}

.form-wrapper .form-group span.error {
	font-size: 13px;
	font-weight: 300;
	color: #fa4a4d;
}

.form-wrapper .form-group .custom-selectbox {
	position: relative;
}

.form-wrapper .form-group .custom-selectbox select:invalid {
	color: #929DA8 !important;
}

.form-wrapper .form-group .custom-selectbox::after {
	width: 48px;
	height: 48px;
	content: '';
	display: block;
	background: #FFF url("../florist/img/icons/icon-arrow-down.png") center center no-repeat;
	position: absolute;
	right: 1px;
	top: 1px;
	border-radius: 50%;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.form-wrapper .form-group .custom-selectbox.active::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.btn-big {
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background: #472439;
	padding: 0 20px;
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	position: relative;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn.block {
	display: block;
}

.btn-big :hover {
	background: #ea3163;
	color: #FFF;
}

.btn-big i[class^="icon-"],
.btn-big i[class*=" icon-"] {
	color: #FFF;
	position: absolute;
	left: 23px;
	top: 13px;
	font-size: 20px;
}

.btn-big .next::after {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url("../florist/img/icons/arrow-right.png");
	margin: 0 0 0 32px;
}

.btn-big .prev {
	background: none;
	color: #475a6c;
	padding-left: 0;
}

.btn-big .prev::before {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url("../florist/img/icons/arrow-left.png");
	margin: 0 32px 0 0;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login {
		padding: 30px 0;
	}

	.florist-wrapper.login .vh-100 {
		height: inherit !important;
	}
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-text {
		margin-bottom: 40px;
	}
}

.florist-wrapper.login .login-text .title {
	font-size: 36px;
	color: #3c5063;
	margin-bottom: 10px;
}

.florist-wrapper.login .login-text .title strong {
	font-weight: 700;
}

.florist-wrapper.login .login-text p {
	font-size: 16px;
	line-height: 1.6;
	color: #929DA8;
}

.florist-wrapper.login .login-text.why {
	margin-top: 70px;
}

.florist-wrapper.login .login-text.why .title {
	font-size: 24px;
}

.florist-wrapper.login .login-text.why ul li {
	line-height: 25px;
	font-size: 16px;
	color: #929DA8;
	margin-bottom: 20px;
}

.florist-wrapper.login .login-text.why ul li i {
	float: left;
	min-width: 40px;
	margin-right: 16px;
}

.florist-wrapper.login .login-form {
	padding: 32px 65px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-form {
		padding: 16px 32px 24px;
	}
}

.florist-wrapper.login .login-form .title {
	font-size: 24px;
	font-weight: 300;
	line-height: 1.6;
	color: #3c5063;
	text-align: center;
	margin-bottom: 30px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .login-form .title {
		margin-bottom: 16px;
	}
}

.florist-wrapper.login .login-form .form-group {
	clear: both;
	overflow: hidden;
}

.florist-wrapper.login .login-form .radio {
	float: left;
	margin-right: 30px;
}

.florist-wrapper.login .btn.fb-login {
	background: #185aa3;
	margin: 30px 65px;
}

.florist-wrapper.login .btn.fb-login:hover {
	background: #114177;
}

@media (max-width: 991.98px) {
	.florist-wrapper.login .btn.fb-login {
		margin: 30px 32px 0;
	}
}

.view {
	padding-bottom: 30px;
}

.view .box-title {
	min-height: 50px;
	margin-bottom: 30px;
}

.view .box-title .h3 {
	font-size: 24px;
	color: #3c5063;
	line-height: 1;
}

.view .box-title .h4 {
	font-size: 21px;
	color: #3c5063;
	line-height: 1;
	margin: 0;
	padding-top: 28px;
}

.view .box-title p {
	font-size: 16px;
	line-height: 1;
	color: #929DA8;
	margin: 0;
}

.view .box {
	padding: 30px;
}

.view .box-after {
	padding: 30px 0;
}

.view .box-after .btn.next {
	float: right;
}

@media (max-width: 991.98px) {
	.view .box-after .btn.next {
		float: none;
		display: block;
	}
}

@media (max-width: 991.98px) {
	.view .box-after .btn.prev {
		margin-bottom: 20px;
	}
}

.view .box-after .form-wrapper {
	margin: 0 0 20px;
	text-align: center;
}

.view .box-after .form-wrapper .form-element {
	display: inline-block;
}

.view .box-after .form-wrapper .form-element label {
	text-align: left;
}

@media (max-width: 991.98px) {

	.view .box-after .label,
	.view .box-after .price {
		text-align: center !important;
	}
}

.view .product-list {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .product-list.order-success {
	border-top: 1px solid #E9E9E9;
	padding-top: 32px;
	margin-top: 32px;
}

.view .product-list .product {
	margin: 0 0 30px;
}

.view .product-list .product .img {
	padding: 10px;
	border: 1px solid #E9E9E9;
	display: inline-block;
	border-radius: 5px;
	position: relative;
	float: left;
	margin-right: 15px;
}

.view .product-list .product .img img {
	width: 46px;
	height: 46px;
}

.view .product-list .product .img span {
	position: absolute;
	width: 25px;
	height: 25px;
	background: #472439;
	color: #FFF;
	line-height: 25px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	right: -12px;
	top: -12px;
}

.view .product-list .product p {
	float: left;
	line-height: 24px;
	font-size: 16px;
	color: #3c5063;
}

.view .product-list .product p span {
	color: #929DA8;
	display: block;
	font-size: 14px;
}

.view .product-list .product .price {
	text-align: right;
	font-size: 16px;
	color: #3c5063;
	padding-right: 0;
	line-height: 65px;
}

.view .product-list .product:last-child {
	margin-bottom: 0;
}

.view .address-and-note {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .address-and-note ul {
	margin: -3px 0 0;
	padding: 0;
}

.view .address-and-note ul li {
	margin-bottom: 20px;
}

.view .address-and-note ul li:last-child {
	margin: 0;
}

.view .address-and-note ul li .h5 {
	color: #3c5063;
	font-size: 16px;
	margin-bottom: 5px;
}

.view .address-and-note ul li p {
	color: #929DA8;
	margin: 0;
	font-size: 14px;
	line-height: 1.2;
}

.view .discount-code {
	border-bottom: 1px solid #E9E9E9;
	padding-bottom: 32px;
	margin-bottom: 32px;
}

.view .discount-code .form-element {
	height: 45px !important;
}

.view .discount-code .btn {
	height: 45px;
	line-height: 45px;
}

.view .total-price {
	margin-bottom: 32px;
}

.view .total-price .label {
	color: #3c5063;
	font-size: 16px;
}

.view .total-price .label span {
	color: #929DA8;
	font-size: 14px;
	display: block;
}

.view .total-price .price {
	text-align: right;
	color: #3c5063;
	font-size: 16px;
	line-height: 45px;
}

.view .total-price .price span {
	font-size: 20px;
}

.view .total-price.centered .label {
	text-align: right;
}

.view .total-price.centered .price {
	text-align: left;
	font-size: 22px;
}

.view .total-price.centered .price span {
	font-size: 32px;
}

.view .box-button {
	text-align: center;
}

.view .extra-product-list .product {
	width: 100%;
	min-height: auto;
	border: 1px solid #E9E9E9;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-bottom: 30px;
}

.view .extra-product-list .product:hover {
	-webkit-box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
	background-color: #ffffff;
}

.view .extra-product-list .product:hover .btn-wrapper span::after {
	opacity: 1;
}

.view .extra-product-list .product a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	display: block;
	padding: 10px;
	text-decoration: none;
}

.view .extra-product-list .product .img {
	display: block;
	margin-bottom: 20px;
}

.view .extra-product-list .product .img img {
	width: 100%;
	height: auto;
}

.view .extra-product-list .product .text {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #929DA8;
	line-height: 24px;
}

.view .extra-product-list .product .text .title {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 50px;
	text-align: center;
}

.view .extra-product-list .product .text em {
	display: block;
	font-style: normal;
	color: #3c5063;
	margin-top: 10px;
}

.view .extra-product-list .product .btn-wrapper {
	display: block;
	text-align: center;
	margin: 15px 0 5px;
}

.view .extra-product-list .product .btn-wrapper span {
	height: 35px;
	line-height: 30px;
	display: inline-block;
	padding: 0 30px;
	border-radius: 5px;
	border: solid 1px rgba(0, 0, 0, 0.08);
	background-color: #ffffff;
	font-size: 14px;
	font-weight: 300;
	color: #3c5063;
	position: relative;
}

.view .extra-product-list .product .btn-wrapper span::after {
	width: auto;
	height: 4px;
	background: #472439;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	content: '';
	display: block;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.view .box.payment-box {
	padding: 0;
}

.view .box.payment-box .titles.form-group {
	margin-bottom: 0 !important;
}

.view .box.payment-box .titles .form-element {
	border-bottom: 1px solid #E9E9E9;
	padding: 0 35px;
	height: 55px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .titles .form-element {
		padding: 0 20px;
	}
}

.view .box.payment-box .titles .form-element label {
	margin-top: 14px;
	width: 100%;
}

.view .box.payment-box .titles .form-element label .cards {
	width: 153px;
	height: 40px;
	background: url("../florist/img/icon-payment-card.png");
	display: block;
	right: -10px;
	top: -8px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .titles .form-element label .cards {
		display: none;
	}
}

.view .box.payment-box .titles .form-element label .cards {
	position: absolute;
}

.view .box.payment-box .payment-contents .payment {
	display: none;
	padding: 40px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment {
		padding: 20px;
	}
}

.view .box.payment-box .payment-contents .payment.block {
	display: block;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .bank-list {
		padding: 0 20px;
	}
}

.bank-list .bank {
	overflow: hidden;
}

.bank-list .bank .bank-logo {
	width: 160px;
	height: 160px;
	border: 1px solid #E9E9E9;
	border-radius: 15px;
	padding: 60px 15px;
	text-align: center;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-logo {
		width: 100%;
		margin-bottom: 15px;
	}
}

.bank-list .bank .bank-logo img {
	max-width: 100%;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info {
		padding: 0;
	}
}

.bank-list .bank .bank-info .h4 {
	color: #3c5063;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 15px;
}

.bank-list .bank .bank-info ul {
	overflow: hidden;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul {
		margin-bottom: 0;
	}
}

.bank-list .bank .bank-info ul li {
	float: left;
	width: 70%;
	color: #929DA8;
	font-size: 16px;
	margin-bottom: 10px;
}

.bank-list .bank .bank-info ul li .h5 {
	color: #3c5063;
	font-size: inherit;
	margin-bottom: 5px;
	line-height: 1.4;
}

.bank-list .bank .bank-info ul li:nth-child(even) {
	width: 30%;
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul li:nth-child(even) {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.bank-list .bank .bank-info ul li {
		width: 100%;
	}
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .jp-card {
		min-width: inherit;
	}
}

.view .box.payment-box .payment-contents .payment .card-wrapper {
	margin-bottom: 40px;
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .card-wrapper {
		margin-bottom: 20px;
	}
}

@media (max-width: 991.98px) {
	.view .box.payment-box .payment-contents .payment .name {
		margin-bottom: 20px;
	}

	.view .box.payment-box .payment-contents .payment .p-0 {
		padding-left: 15px !important;
	}
}

.view .order-detail-info .h4 {
	font-size: 16px;
	color: #3c5063;
	margin-bottom: 5px;
}

.view .order-detail-info p {
	color: #929DA8;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
}

.view .order-detail-info .user-detail {
	margin-top: 30px;
}

.view .order-detail-info .user-detail a {
	color: #472439;
}

.view .cargo-track {
	border-radius: 5px;
	border: solid 3px #472439;
	padding: 30px 10px;
	display: block;
	margin: 32px 0 0;
	overflow: hidden;
}

.view .cargo-track .left {
	width: 25%;
	float: left;
}

.view .cargo-track .left img {
	width: 100%;
	margin-top: 20px;
}

.view .cargo-track .right {
	width: 70%;
	float: right;
}

.view .cargo-track .right .h4 {
	font-size: 14px;
	color: #3c5063;
}

.view .cargo-track .right .input {
	position: relative;
}

.view .cargo-track .right input {
	color: inherit;
	border: 0;
	border-bottom: 1px solid #C5C6CF;
	padding-right: 20px;
	width: 100%;
}

.view .cargo-track .right .track-btn {
	width: 20px;
	height: 20px;
	background: url("../florist/img/icons/arrow-left.png") no-repeat;
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 0;
	right: 0;
	border: none;
	outline: none;
	position: absolute;
	cursor: pointer;
}


.florist-wrapper.panel {
	margin: 100px 0;
}

.florist-wrapper.panel .menu {
	margin: 5px;
}

.florist-wrapper.panel .menu li {
	margin-bottom: 5px;
}

.florist-wrapper.panel .menu li a {
	line-height: 50px;
	font-size: 16px;
	color: #3c5063;
	padding: 0 20px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	position: relative;
}

.florist-wrapper.panel .menu li a i {
	float: left;
	margin: 16px 15px 0 0;
	width: 32px;
	height: 20px;
}

.florist-wrapper.panel .menu li a::after {
	content: "\e906";
	color: #3c5063;
	right: 20px;
	top: 15px;
	position: absolute;
	font-size: 20px;
}

.florist-wrapper.panel .menu li a:hover {
	text-decoration: underline;
}

.florist-wrapper.panel .menu li.active a {
	background: #472439;
	color: #FFF;
}

.florist-wrapper.panel .menu li.active a:hover {
	text-decoration: none;
}

.florist-wrapper.panel .menu li.active a::after {
	color: #FFF;
}

.florist-wrapper.panel .menu li.active a i {
	background-position: left bottom !important;
}

.florist-wrapper.panel .box.right {
	padding: 20px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right {
		margin-top: 30px;
	}
}

.florist-wrapper.panel .box.right.order-detail .img {
	width: 100%;
	height: auto;
	border: 1px solid #E9E9E9;
	border-radius: 5px;
	padding: 30px;
}

.florist-wrapper.panel .box.right.order-detail .img img {
	width: 100%;
	height: auto;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .img {
		margin-bottom: 20px;
	}
}

.florist-wrapper.panel .box.right.order-detail .h3 {
	font-size: 18px;
	color: #3c5063;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail p {
	line-height: 25px;
	font-size: 16px;
	color: #929DA8;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail p a {
	color: #472439;
	text-decoration: none;
}

.florist-wrapper.panel .box.right.order-detail p a:hover {
	color: #ea3163;
}

.florist-wrapper.panel .box.right.order-detail .status {
	width: auto;
	text-align: center;
	float: left;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .status {
		float: none;
	}
}

.florist-wrapper.panel .box.right.order-detail .status i {
	display: inline-block;
	margin-bottom: 10px;
}

.florist-wrapper.panel .box.right.order-detail .status span {
	display: block;
	font-size: 16px;
	color: #3c5063;
}

.florist-wrapper.panel .box.right.order-detail .status.teslim-edildi i {
	width: 50px;
	height: 50px;
	background: url("../florist/img/icons/icon-teslim-edildi.png");
}

.florist-wrapper.panel .box.right.order-detail .status.iptal-edildi i {
	width: 50px;
	height: 50px;
	background: url("../florist/img/icons/icon-iptal-edildi.png");
}

.florist-wrapper.panel .box.right.order-detail .status.hazirlaniyor i {
	width: 51px;
	height: 50px;
	background: url("../florist/img/icons/icon-hazirlaniyor.png");
}

.florist-wrapper.panel .box.right.order-detail .status.yola-cikti i {
	width: 74px;
	height: 45px;
	background: url("../florist/img/icons/icon-yola-cikti.png");
}

.florist-wrapper.panel .box.right.order-detail .status.teslim-zamani-bekleniyor i {
	width: 40px;
	height: 45px;
	background: url("../florist/img/icons/icon-teslim-zamani-bekliyor.png");
}

.florist-wrapper.panel .box.right.order-detail dl {
	overflow: hidden;
}

.florist-wrapper.panel .box.right.order-detail dl dt,
.florist-wrapper.panel .box.right.order-detail dl dd {
	font-size: 16px;
	color: #3c5063;
	line-height: 30px;
	float: left;
}

.florist-wrapper.panel .box.right.order-detail dl dt {
	width: 41.66667%;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dt {
		width: 100%;
	}
}

.florist-wrapper.panel .box.right.order-detail dl dt span {
	float: right;
	margin-right: 20px;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dt span {
		display: none;
	}
}

.florist-wrapper.panel .box.right.order-detail dl dd {
	width: 58.33333%;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail dl dd {
		width: 100%;
	}
}

.florist-wrapper.panel .box.right.order-detail .list-invoice {
	overflow: hidden;
	margin: 0;
}

.florist-wrapper.panel .box.right.order-detail .list-invoice li {
	width: 33.33333%;
	float: left;
}

@media (max-width: 991.98px) {
	.florist-wrapper.panel .box.right.order-detail .list-invoice li {
		width: 100%;
		float: none;
		margin-bottom: 10px;
	}
}

@media(min-width: 992px) {
	.product:hover .product-hover-image {
		opacity: 1 !important;
	}
}

@media(max-width: 992px) {

	.login-panel .top .btn-close-panel {
		font-size: 25px;
		left: 10px;
		display: flex;
		top: 5px;
	}

	.mobile-hidden {
		display: none;
	}

	.product-slider-area {
		margin: 10px 0 40px;
	}

	.bread-item i {
		margin-left: 15px;
		margin-right: 15px;
	}

	.bread-item {
		display: inline-flex;
		align-items: center;
	}

	.bread-item:nth-child(2) {
		display: none;
	}

	.js-bread-list {
		display: none;
		background-color: #fdfdfe;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		padding: 25px 20px 30px 20px;
		font-size: 12px;
		z-index: 2;
	}

	.mobile-bread {
		display: flex;
		width: 100%;
		padding-top: 10px;
		padding-bottom: 0px;
		align-items: center;
	}

	.bread-item {
		display: none;
	}

	.bread-item:first-child {
		display: inline-flex;
	}

	.bread-item:last-child {
		display: inline-block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.breadcrumb-list {
		padding-top: 10px;
	}

	.bread-item:nth-child(2) {
		display: inline-flex;
	}

	.js-bread-list .bread-item {
		display: block;
	}

	.js-bread-list .bread-item:nth-child(2) {
		margin-left: 10px;
	}

	.js-bread-list .bread-item:nth-child(3) {
		margin-left: 20px;
	}

	.js-bread-list .bread-item:nth-child(4) {
		margin-left: 30px;
	}

	.js-bread-list .bread-item+.bread-item {
		margin-top: 20px;
	}

	.bread span {
		margin: 0px;
	}

	.js-bread-list .close-btn {
		position: absolute;
		top: 20px;
		right: 50px;
	}

	.bread-main-title {
		font-size: 20px;
		margin-bottom: 0;
	}

	.breadcrumb-wrapper {
		position: relative;
	}

	.breadcrumb-area {
		margin-bottom: 10px;
	}

	.bread-item a {
		color: inherit;
	}
}


.florist-wrapper.login .login-form .radio {
	float: left;
	margin-right: 30px;
	width: auto;
	border: none;
}

.form-wrapper .form-group .form-element.checkbox,
.form-wrapper .form-group .form-element.radio {
	border: none;
	margin-bottom: 0;
	padding: 0;
	height: auto;
}

.login .form-wrapper .form-group .form-element.checkbox {
	margin-bottom: 0;
	height: auto;
}

.login .form-element {
	margin-bottom: 0;
}

.sidebar-product-wrapper-title {
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid #472439;
	display: inline-block;
}

.only-wrapper {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	border: none !important;
}

.breadcrumb-area {
	background-color: #fff;
	border-top: 1px solid #eee;
	margin-bottom: 30px;
}

.breadcrumb-area+.login {
	margin-top: -30px;
}

.sidebar-product {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.sidebar-product .right {
	white-space: nowrap;
	flex: 0 0 auto;
}

.sidebar-product .left {
	display: flex;
	align-items: center;
	margin-right: 10px;
}

.sidebar-product .left p {
	margin-bottom: 0;
}

.margin-zero {
	margin: 0 !important;
}

.order-box-wrapper .box+.box {
	margin-top: 30px;
}

.form-wrapper .form-group .form-element {
	margin-bottom: 0;
}

.view .address-and-note ul+.total-price {
	margin-bottom: 0;
	margin-top: 15px;
}

.form-wrapper .form-group .form-element:disabled {
	background-color: #e9e9e9;
	cursor: not-allowed;
}

.btn-big.next,
.btn.prev {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.btn-big.next::after {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url(../florist/img/icons/arrow-right.png);
	margin: 0 0 0 32px;
}

.btn.prev::before {
	content: '';
	width: 19px;
	height: 15px;
	display: inline-block;
	background: url(../florist/img/icons/arrow-left.png);
	margin: 0 32px 0 0;
}


.cart-product-wrapper .left img {
	width: 75px;
	height: 75px;
	padding: 5px;
	border: 1px solid #E9E9E9;
	display: inline-block;
	border-radius: 5px;
	margin-right: 5px;
}

.cart-product-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.box .cart-product-wrapper {
	margin-bottom: -30px;
}


.cart-product-wrapper .left {
	display: flex;
	align-items: center;
}

.cart-product-wrapper .right {
	flex: 0 0 auto;
	white-space: nowrap;
}

.btn-delete {
	background-color: #ec5857;
	color: #fff;
}

.checkbox label a {
	text-decoration: underline;
	font-weight: 500;
}

.bank-list .bank+.bank {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #e9e9e9;
}

.bank-list .bank.row {
	align-items: center;
}

.bank-list .bank .bank-info ul {
	margin-bottom: -10px;
}



.view .cargo-track {
	display: flex;
	align-items: center;
}

.view .cargo-track .left {
	margin-right: 20px;
}

.view .cargo-track .left img {
	margin-top: 10px;
}



.florist-wrapper.panel {
	margin: 50px 0;
}

.florist-wrapper.panel .menu li a i {
	color: #472439;
	font-size: 20px;
	text-align: center;
}

.order-list .order {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.order-list .order .left img {
	height: 75px;
	width: auto;
	margin-right: 5px;
	border-radius: 5px;
}

.order-list .order .right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.order-list .order .right .simple-btn {
	margin-left: 15px;
}

.order-list .order+.order {
	border-top: 1.5px dashed #472439;
	margin-top: 15px;
	padding-top: 15px;
}

.cart-list .cart-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1.5px dashed #472439;
	margin-bottom: 15px;
	padding-bottom: 15px;
}


.cart-list .cart-item img {
	height: 75px !important;
	width: auto !important;
}

.florist-wrapper.panel .box.right.order-detail .img {
	width: auto;
	padding: 10px;
}

.box.order-detail+.box.order-detail {
	margin-top: 30px;
}

.florist-wrapper.panel .box.right.order-detail dl dd {
	min-height: 30px;
}

.total-price i {
	color: #472439;
}

.discount-code .simple-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.simple-btn:hover {
	opacity: 0.9;
}

.product-list .product .product-inner .text .prices .price-wrap {
	display: inline-flex;
}

.product-detail .order-create .price .price-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.delete-outline {
	width: 20px;
	height: 20px;
	background: transparent;
	color: #ec5857;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	border: 1px solid #ec5857;
	cursor: pointer;
	align-items: center;
	justify-content: center;
	display: inline-flex;
	padding: 0;
	margin: 0;
	position: relative;
	top: -1px;
}

.contact-page-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.contact-page-detail .contact-info-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-page-detail .contact-adress a {
	color: black;
}

.contact-page-detail .contact-adress a i {
	margin-right: 10px;
}

.contact-page-detail .contact-adress .fal {
	margin-right: 10px;
}

.contact-page-detail input.form-control {
	width: 80%;
	font-size: 14px;
	min-height: 45px;
	font-weight: lighter;
	padding: 5px 20px;
	line-height: 19px;
	color: #424242;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline: none;
}

.contact-page-detail .mb-15 {
	margin-bottom: 15px;
}

.contact-page-detail .mb-50 {
	margin-bottom: 50px;
}

.contact-page-detail textarea.form-control {
	min-height: 155px;
	width: 80%;
	font-size: 14px;
	font-weight: lighter;
	padding: 5px 20px;
	line-height: 19px;
	color: #424242;
	background-color: #fff;
	background-image: none;
	background-clip: padding-box;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	outline: none;
}

.contact-page-detail .contact-form-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
}

.contact-page-detail .contact-button {
	padding: 6px 38px;
	background-color: #472439;
	color: white;
	border-radius: 4px;
	line-height: 20px;
	border: none;
}

.contact-page-detail .contact-button i {
	margin-left: 9px;
}

.contact-page-detail .contact-info-p {
	margin-bottom: 20px;
}

.contact-page-detail .social-contact .social-icon i {
	width: 70px;
	height: 70px;
	font-size: 33px;
	text-align: center;
	padding: 10px;
	border: 1px solid grey;
	margin-right: 20px;
	border-radius: 50%;
	padding-top: 17px;
	color: black;

}

.contact-page-detail .social-contact .social-icon i:hover {
	opacity: 0.5;
}

.contact-page-detail .contact-button:focus {
	outline: none;
}

.contact-page-detail ul.social-icon {
	display: flex;
}


.not-found-page-detail {
	padding-top: 60px;
	padding-bottom: 60px;
}

.not-title {
	font-size: 50px;
	text-align: center;
	margin-bottom: 40px;
}

.not-description {
	text-align: center;
}

a.not-found-link {
	display: block;
	background-color: #472439;
	width: 300px;
	text-align: center;
	margin-top: 30PX;
	margin-left: auto;
	margin-right: auto;
	padding: 5px 30px;
	height: 40px;
	border-radius: 5px;
	color: white !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

a.not-found-link:hover {
	text-decoration: none;
}

#map iframe {
	width: 100% !important;
	height: 350px !important;
}

.pagination .page-item.active a {
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	color: #fff;
	background-color: #472439;
	border: 1px solid #dee2e6;
}

.pagination .page-item a {
	color: #472439;
	position: relative;
	display: block;
	padding: 0.5rem 0.75rem;
	margin-left: -1px;
	line-height: 1.25;
	background-color: #fff;
	border: 1px solid #dee2e6;
}


div#iyzipay-checkout-form {
	padding: 30px 0 20px;
}

.bank-info .h5 {
	display: flex;
	justify-content: space-between;
}


.with-icon.int-phone {
	background-position: calc(100% - 16px) center !important;
}

.iti.iti--allow-dropdown {
	width: 100%;
}

.view .product-list .product .product-inner.box {
	padding: 0;
}

.view .product-list .product .product-inner .img img {
	width: 100%;
	height: auto;
}

.product-detail .order-create .form .time-selector {
	margin: -10px 0 30px;
}

.video-overlay {
	display: block;
	position: relative;
}

.video-overlay::after {
	content: "\f04b";
	font-family: "Font Awesome 7 Free"; font-weight: 900;
	font-weight: 400;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid #fff;
	border-radius: 50%;
	padding-top: 3px;
	padding-left: 6px;
	background-color: rgb(246, 64, 113);
}

.small-video-overlay::after {
	font-size: 20px;
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 50%;
	padding-top: 3px;
	padding-left: 4px;
}

.mt-30 {
	margin-top: 30px;
}

@media(min-width: 992px) {

	.main-slides .slide .content .title {
		word-spacing: 100vw;
	}

	.desktop-column-reverse {
		flex-direction: column-reverse;
	}

	.box-group.desktop-column-reverse .item::before {
		top: unset !important;
		bottom: -10px !important;
	}

	.box-group.desktop-column-reverse div.item+.item {
		border-bottom: 1px solid #ebebeb !important;
	}
}

@media(max-width: 992px) {
	.contact-page-detail {
		padding-top: 20px;
	}

	.contact-page-detail .contact-info-title {
		margin-bottom: 20px;
	}

	.contact-page-detail .social-contact .social-icon i {
		width: 50px;
		height: 50px;
		font-size: 24px;
		padding-top: 12px;
	}

	.contact-page-detail input.form-control {
		width: 100%;
	}

	.contact-page-detail textarea.form-control {
		width: 100%;
	}

	.siparis-takibi li a span {
		display: none;
	}


	.bank-list .bank .bank-logo {
		height: auto;
		padding: 10px;
	}

	.bank-list .h5 .simple-btn {
		width: 100%;
		padding: 10px;
		margin: 10px 0;
	}

	.bank-info .h5 {
		flex-wrap: wrap;
	}

	.sticky-wrapper {
		position: unset;
	}

	.company-feature a {
		width: 100%;
		font-size: 12px;

	}

	.special-design-area p {
		font-size: 22px;
	}

	.special-design-area a,
	.special-design-area button {
		font-size: 18px;
		padding: 0 20px;
		border-width: 1.5px;
	}

	.easy-autocomplete.eac-square input {
		min-width: 0;
	}
}

.florist-wrapper{
	padding: 50px 0;
}


/* ========================================
   Bucicek Tema Stilleri
======================================== */

:root {
    --body-color: #f9ebf4;
    --primary-color: #6f4e37;
    --brown-color: #a67b5b;
    --gray-color: gray;
    --border-radius-30: 30px;
    --border-radius-20: 20px;
    --small-font: 14px;
    --button-color: #fed8b1;
  }
  
  a{
      transition: all 0.4s ease;
  }
  @import url("https://fonts.googleapis.com/css2?family=Reddit+Sans+Condensed:wght@200..900&display=swap");
  
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Reddit Sans Condensed", sans-serif;
  }
  
  /* MAIN - CSS */
  body {
    background-color: var(--site-color);
  }
  
  a {
    text-decoration: none;
    color: inherit;
    font-size: 16px;
    cursor: pointer;
  }
  
  li {
    list-style: none;
  }
  
  ul,
  ol {
    padding: 0;
    margin: 0;
  }
  
  section {
    padding: 60px 0;
  }
  
  img {
    max-width: 100%;
  }
  
  a:hover {
    opacity: 0.8;
    color: inherit;
  }
  .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    gap: 10px;
    background-color: white;
    width: 230px;
    height: 50px;
    padding: 10px;
    font-weight: bold;
    margin-bottom: 30px;
    border-radius: var(--border-radius-20);
    font-size: 24px;
  }
  
  .mb-40 {
    margin-bottom: 40px;
  }
  
  .flex-center {
    align-items: center;
  }
  
  /* CONTENT WRAPPER START */
  
  .content-wrapper {
    padding: 40px 30px;
    background-color: white;
    border-radius: 20px;
    box-shadow: 0px 0px 2px 0px #6f4e37;
  }
  .content-wrapper ul,
  .content-wrapper ol {
    margin-left: 40px;
    margin-bottom: 20px;
  }
  
  .content-wrapper ul li {
    list-style: disc;
  }
  
  .content-wrapper ol li {
    list-style: decimal;
  }
  
  .content-wrapper p + h2,
  .contnet-wrapper p + h3,
  .content-wrapper p + h4,
  .content-wrapper p + h5,
  .content-wrapper p + h6 {
    margin-bottom: 20px;
  }
  
  .content-wrapper img {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  
  /* CONTENT WRAPPER END */
  
  /* HEADER - MOBILE - CSS */
  .mobile-header {
    display: none;
  }
  
  .mobile-logo {
    max-width: 200px;
    display: none;
  }
  
  .hamburger {
    display: none;
  }
  
  .hamburger-title {
    display: flex;
    align-items: center;
  }
  
  .hamburger .bar {
    display: block;
    margin: 5px 0;
    height: 3px;
    width: 30px;
    background-color: #a67b5b;
    transition: 0.3s ease;
  }
  
  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  
  @media (max-width: 1120px) {
  
    .overlay.active {
      display: block;
      pointer-events: all;
    }
  
    body.active-menu .header-wrapper {
      pointer-events: all;
    }
    .mobile-header-top {
      display: flex;
      justify-content: space-between;
      padding-right: 75px;
      align-items: center;
    }
  
    .mobile-header {
      display: block;
      padding: 15px 0;
      position: sticky;
      top: -1px;
      z-index: 100;
      background-color: white;
      box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    }
  
    .hamburger {
      display: block;
    }
    header {
      display: none;
    }
  
    .mobile-logo {
      margin-left: 30px;
      display: block;
      position: relative;
      z-index: 4;
    }
  
    .hamburger {
      position: absolute;
      right: 40px;
      top: 26px;
      display: block;
      cursor: pointer;
      z-index: 5;
    }
  
    .header-wrapper {
      background-color: white;
      width: 40%;
      height: 100vh;
      padding-top: 30px;
      position: fixed;
      left: -100%;
      top: 63px;
      z-index: 99;
      padding-inline: 30px;
      transition: 0.3s ease;
      display: flex;
      flex-direction: column;
      overflow-y: scroll;
    }
  
    .header-wrapper.active {
      left: 0;
      border-top: 1px solid #dedede;
      top: 84px;
    }
    .nav-logo {
      display: none;
    }
  
    .mobile-nav {
      display: block;
    }
    .nav-list {
      text-align: left;
      flex-direction: column;
    }
    .mobile-header-bottom {
      display: flex;
      flex-direction: column;
    }
    .mobile-social {
      display: flex;
      margin: 15px 0;
      gap: 10px;
    }
    .mobile-header-top-right {
      display: flex;
      flex-direction: column;
    }
    .mobile-header-contact {
      display: flex;
      flex-direction: column;
      margin-bottom: 30px;
    }
    .mobile-header-basket {
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .header-search {
      margin-bottom: 20px;
    }
  }
  
  @media (max-width: 645px) {
    .header-wrapper {
      width: 60%;
    }
  }
  
      ul.dropdown-items {
          margin-top: 0 !important;
          padding: 0px 0px !important;
      }
      ul.dropdown-items li {
      border-bottom: 1px solid;
          margin-right: 10px;
      }
  
  .dropdown-items a {
      top: 0 !important;
      
  }
  
  
  @media (max-width: 992px) {
    .header-wrapper {
      width: 70%;
    }
    .mobile-logo {
      margin-left: 10px;
      max-width: 159px;
      height: 50px;
      position: relative;
      top: -8px;
    }
  
    .hamburger {
      right: 20px;
    }
  
    .mobile-header-top {
      padding-right: 60px;
    }
    .mobile-logo svg {
      width: 150px;
    }
  }
  
  @media (max-width: 320px) {
    .header-wrapper {
      width: 100%;
    }
  }
  
  /* HEADER - TOP */
  
  .header-top {
    padding: 30px 0 0 0;
  }
  
  @media (max-width: 1120px) {
    .header-top {
      display: none;
    }
  }
  
  .header-top-left span {
    font-weight: bold;
    color: white;
  }
  
  .header-social-links .social-icons {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 200px;
    position: relative;
    left: 64px;
    border-top-left-radius: var(--border-radius-30);
    border-top-right-radius: var(--border-radius-30);
    padding: 4px 132px;
  }
  
  .social-icons a:nth-child(2) {
    /* margin-top: 8px; */
  }
  
  .header-top-right {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
  }
  
  .header-top-right span,
  small,
  a {
    color: black;
  }
  
  .header-contact {
    display: flex;
    flex-direction: column;
    text-align: right;
  }
  
  .header-contact a {
    font-weight: bold;
    font-size: var(--small-font);
  }
  
  .header-basket {
    display: flex;
    align-items: center;
    gap: 5px;
  }
  
  .header-basket-price {
    display: flex;
    flex-direction: column;
  }
  .header-basket-price span {
    font-weight: bold;
    font-size: var(--small-font);
  }
  
  /* HEADER - BOTTOM */
  .desktop-nav {
    padding: 30px 0;
    background: white;
    max-width: 93.5%;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 10px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  }
  
  @media (max-width: 1120px) {
    .desktop-nav {
      display: none;
    }
  }
  
  .nav-logo {
    max-width: 200px;
  }
  
  .header-bottom {
    display: flex;
    justify-content: space-between;
  }
  
  @media (max-width: 1400px) {
    .header-bottom {
      /* flex-direction: column; */
      align-items: center;
      justify-content: center;
    }
  }
  
  @media (max-width: 1120px) {
    .header-bottom {
      align-items: flex-start;
    }
  }
  
  .nav-list {
    display: flex;
    align-items: center;
    gap: 30px;
  }
  
  @media (max-width: 1120px) {
    .nav-list {
      align-items: flex-start;
      font-size: 13px;
    }
  }
  .nav-list:nth-child(1) {
    font-weight: bold;
  }
  
  .nav-list-left {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: -12px;
  }
  
  @media (max-width: 1200px) {
    .nav-list:nth-child(1) div a {
      font-size: 13px;
    }
    .nav-list-left li a {
      font-size: 13px;
    }
  }
  
  @media (max-width: 1120px) {
    .nav-list-left {
      flex-direction: column;
      align-items: flex-start;
      margin-top: -20px;
      margin-left: 0px;
    }
  }
  
  .nav-list-right {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  @media (max-width: 1200px) {
    .nav-list-right li a {
      font-size: 13px;
    }
  }
  
  @media (max-width: 1120px) {
    .nav-list-right {
      flex-direction: column;
      align-items: flex-start;
      margin-top: -20px;
    }
  }
  
  .nav-list li {
    transition: all 0.3s ease;
  }
  
  @media (max-width: 1120px) {
    .nav-list li {
      margin-bottom: 10px;
    }
  }
  
  .nav-list li a:hover {
    opacity: 0.8;
  }
  
  @media (max-width: 1399px) {
    .nav-right {
      /*margin-top: 15px;*/
    }
  }
  
  .header-search {
    position: relative;
  }
  
  .header-search input {
    border: 1px solid gray;
    padding: 5px 30px 5px 10px;
    outline: none;
    font-size: 16px;
    color: black;
    border-radius: 10px;
  }
  
  .header-search button {
    background: none;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
  }
  
  /* HEADER - DROPDOWN - CSS */
  .dropdown {
    position: relative;
  }
  
  .dropdown a {
    padding-bottom: 48px;
    display: flex;
    position: relative;
    top: 25px;
  }
  
  .dropdown-content {
    position: absolute;
    background: white;
    border-radius: 16px;
    width: 1015px;
    margin: 0 auto;
    left: 0;
    right: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    z-index: 3;
    padding: 30px;
    display: none;
    transition: all 0.3s ease;
    pointer-events: none;
    top: 93px;
  }
  
  @media (max-width: 1340px) {
    .dropdown-content {
      width: 1075px;
    }
  }
  
  @media (max-width: 1125px) {
    .dropdown-content {
      width: 1030px;
    }
  }
  
  @media (max-width: 1120px) {
    .dropdown-content {
      position: relative;
      padding: 0;
    }
  }
  
  .slideInDown {
    animation-name: slideInDown;
    animation-duration: 0.6s;
  }
  
  @keyframes slideInDown {
    0% {
      transform: translateY(-10px);
    }
    100% {
      transform: translateY(0);
    }
  }
  
  @media (max-width: 1120px) {
    .slideInDown {
      animation: none;
    }
  }
  
  .dropdown-content a {
    display: block;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
    pointer-events: auto;
  }
  
  .dropdown-items {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 55%;
  }
  
  .dropdown-image {
    flex-basis: 45%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  .dropdown-items li {
    flex-basis: 30%;
    margin-bottom: 10px;
  }
  
  .dropdown-items li a {
    font-size: var(--small-font);
    padding: 0;
  }
  
  .dropdown-items li:nth-child(1) {
    flex-basis: 30%;
    font-weight: bold;
  }
  
  .nav-list .dropdown:nth-child(1) .dropdown-content {
    left: 0;
  }
  
  .nav-list-left .dropdown:nth-child(1) .dropdown-content {
    left: -135px;
  }
  
  .nav-list-left .dropdown:nth-child(3) .dropdown-content {
    left: -380px;
  }
  
  @media (max-width: 1120px) {
    .dropdown-items {
      display: none;
      flex-basis: 100%;
      padding: 0px;
    }
  
    .dropdown-image {
      display: none;
    }
  
    .dropdown.active .dropdown-items {
      display: block !important;
    }
  
    .dropdown-items li:nth-child(1) {
      display: none;
    }
  
    .nav-list .dropdown:nth-child(1) .dropdown-content {
      left: 0;
    }
  
    .nav-list .dropdown:nth-child(2) .dropdown-content {
      left: 0;
    }
  
    .nav-list-left .dropdown:nth-child(3) .dropdown-content {
      left: 0;
    }
  }
  
  @media (max-width: 992px) {
    .dropdown:hover .dropdown-content {
      display: none;
    }
    .dropdown-content {
      top: 0;
    }
  
    .dropdown a {
      padding-bottom: 0;
    }
  }
  
  .dropdown.active .dropdown-content {
    display: block;
    background: none;
    box-shadow: none;
  }
  
  /* HERO - SLIDER - CSS */
  
  .hero-slider {
    padding: 0;
  }
  
  .desktop-slider {
    max-width: 93.5%;
    margin: 0 auto;
    background: url("../assets/images/background-image.png");
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0px 150px 0px;
    position: relative;
  }
  
  .mobile-slider {
    display: none;
  }
  
  @media (max-width: 992px) {
    .desktop-slider {
      display: none;
    }
  
    .mobile-slider {
      display: block;
      width: 100%;
      background: url("../assets/images/background-image.png");
      background-position: center;
      background-repeat: no-repeat;
      padding: 30px;
      background-size: cover;
    }
  }
  
  /* HERO - INFO - CSS */
  
  .hero-info {
    padding: 0;
    position: relative;
    margin-top: -100px;
  }
  
  @media (max-width: 992px) {
    .hero-info {
      margin-top: 50px;
    }
  }
  
  @media (max-width: 992px) {
    .hero-info-box {
      /* margin-top: 25px; */
      display: flex;
      justify-content: center;
    }
  }
  
  /* PRODUCTS - CSS */
  
  .product-box {
    background-color: #fff;
    padding: 30px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    border-radius: var(--border-radius-30);
    box-shadow: 0px 0px 2px 0px #6f4e37;
  }

  .product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .product-item-info {
    flex-grow: 1;
  }
  
  .product-box {
    position: relative;
  }
  
  .product-item-image {
    position: relative;
    overflow: hidden;
  }
  
  .product-box .product-item-image img {
    border-radius: 10px;
  }
  
  .product-item-image::before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      color-stop(0, rgba(255, 255, 255, 0)),
      to(rgba(255, 255, 255, 0.3))
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3)
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
  }
  
  .product-box:hover .product-item-image::before {
    left: 100%;
  }
  
  .hover-image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
  }
  
  .product-box:hover .hover-image {
    opacity: 1;
  
  }
  
  .product-box .hover-image{
    width: 100%;
    height: 100%;
  }
  @media (max-width: 992px) {
    .hover-image {
      display: none;
    }
  }
  
  .product-item-price {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0 0 0px;
  }
  
  .old-price {
    text-decoration: line-through;
    font-size: var(--small-font);
    color: var(--gray-color);
  }
  
  .line-text {
    text-decoration: line-through;
    font-size: 24px;
    font-weight: 200;
    color: var(--gray-color);
  }
  
  .price {
    font-size: 24px;
    font-weight: bold;
  }
  
  @media (max-width: 768px) {
    .line-text {
      font-size: 1rem;
    }
  
    .price {
      font-size: inherit;
      font-weight: bold;
    }
  }
  
  .product-item-name {
    margin-top: 5px;
    padding-left: 20px;
    font-size: 18px;
    color: black;
  }
  
  @media (max-width: 768px) {
    .product-item-name {
      font-size: inherit;
    }
  }
  
  .discount {
    position: absolute;
    background-color: #fff;
    width: 35%;
    height: 40px;
    bottom: 178px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
    border-top-left-radius: var(--border-radius-20);
    border-top-right-radius: var(--border-radius-20);
    color: #a67b5b;
    font-weight: bold;
    box-shadow: 0px -4px 0px 0px;
  }
  
  @media (max-width: 1200px) {
    .discount {
      bottom: auto;
      top: 362px;
      width: 50%;
    }
  }
  
  @media (max-width: 1199px) {
    .discount {
      top: 287px;
    }
  }
  
  @media (max-width: 992px) {
    .discount {
      top: 337px;
    }
  }
  
  @media (max-width: 768px) {
    .discount {
      top: auto;
      bottom: 163px;
    }
  }
  
  .product-item-btn {
    width: 100%;
    padding: 12px 0;
    margin-top: 20px;
    cursor: pointer;
    color: white;
    border: none;
    background-color: var(--site-color);
    border-radius: var(--border-radius-20);
    box-shadow: 0px 0px 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: opacity 0.2s ease;
  }

  @media (max-width: 1200px) {
    .product-item-btn {
      font-size: 14px;
      padding: 10px 0;
    }
  }

  .product-item-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
  }

  .product-item-btn:hover {
    opacity: 0.8;
  }
  
  /* PRODUCTS SLIDER - CSS */
  
  .products-slider-title {
    font-weight: bold;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    width: 230px;
    gap: 10px;
    height: 50px;
    background: url("../assets/images/background-image.png");
    background-position: 98% 61%;
    background-repeat: no-repeat;
    border-top-left-radius: var(--border-radius-20);
    border-top-right-radius: var(--border-radius-20);
    position: relative;
    top: -110px;
  }
  
  .products-slider {
    width: 93.5%;
    margin: 0 auto;
    height: 100%;
    background: url("../assets/images/background-image.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 100px;
  }
  
  @media (max-width: 1170px) {
    .products-slider .discount {
      width: 50%;
      bottom: 211px;
    }
  }
  
  @media (max-width: 890px) {
    .products-slider .discount {
      bottom: 156px;
    }
  }
  
  @media (max-width: 768px) {
    .products-slider .discount {
      top: 554px;
    }
  }
  
  @media (max-width: 440px) {
    .products-slider .discount {
      top: 390px;
    }
  }
  
  .products-slider .product-box {
    background-color: var(--site-color);
    box-shadow: none;
  }
  
  @media (max-width: 768px) {
    .products-slider .product-box {
      padding: 35px;
    }
  }
  
  .products-slider .discount {
    background-color: #fff2e4;
  }
  
  @media (max-width: 768px) {
    .slider-product-wrapper {
      background-color: transparent;
    }
  }
  
  /* WHY US - CSS */
  
  .why-us {
    padding-block: 50px;
  }
  
  .why-us-box {
    background-color: var(--primary-color);
    padding: 30px;
    color: white;
    border-radius: var(--border-radius-20);
    transition: all 0.8s ease;
    position: relative;
    overflow: hidden;
  }
  
  .why-us-title {
    padding: 10px 0;
  }
  
  .why-us-text {
    font-size: var(--small-font);
    opacity: 0;
    transform: translateY(-20px);
    max-height: 0;
    overflow: hidden;
    transition: opacity 0.8s ease, transform 0.8s ease, max-height 0.8s ease;
  }
  
  @media (max-width: 1120px) {
    .why-us-text {
      opacity: 1;
      transform: translateY(0);
      max-height: 100%;
      overflow: visible;
    }
  
    .why-us-box:hover .why-us-text {
      opacity: 1;
      transform: translateY(0);
      max-height: 100%;
    }
  }
  
  .why-us-box:hover .why-us-text {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
  }
  
  /* BLOG - SLIDER - CSS */
  
  .homeBlogSlider {
    padding: 50px 0;
    max-width: 1320px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    position: relative;
  }
  
  .blog-item {
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    border-radius: var(--border-radius-20);
  }
  
  .blog-info {
    padding: 20px 0;
  }
  
  .btn-hover {
    border-radius: var(--border-radius-30);
    width: 100%;
    top: 30px;
    color: black;
    padding: 10px 25px;
    background: transparent;
    cursor: pointer;
    transition: all 0.6s ease;
    position: relative;
    display: inline-block;
    outline: none;
    margin-bottom: 30px;
  }
  
  .button {
    background: var(--site-color);
    border: none;
    z-index: 1;
    border-radius: var(--border-radius-30);
  }
  .button:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #2a0f1b;
    border-radius: 5px;
    transition: all 0.6s ease;
    border-radius: var(--border-radius-30);
  }
  .button:hover {
    color: #fff;
    border-radius: var(--border-radius-30);
  }
  .button:hover:after {
    left: 0;
    width: 100%;
  }
  
  .blog-slider-btn {
    position: absolute;
    left: 50%;
    bottom: 15px;
    border: none;
    transform: translate(-50%, -50%);
  }
  
  @media (max-width: 1120px) {
    .button {
      border: none;
      z-index: 1;
      border-radius: var(--border-radius-30);
      color: black;
    }
  
    .button:after {
      display: none;
    }
  
    .button:hover {
      background: #a67b5b;
      color: white;
      border-radius: var(--border-radius-30);
    }
  
    .button:hover:after {
      display: none;
    }
  }
  
  
  /* CTA - CSS */
  
  .cta {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    margin: 0 auto;
    padding: 110px;
    position: relative;
    top: 141px;
  }
  
  @media (max-width: 1300px) {
    .cta {
      width: 93%;
    }
  }
  
  @media (max-width: 1024px) {
    .cta {
      background-position: left;
    }
  }
  
  @media (max-width: 992px) {
    .cta {
      padding: 30px;
      width: 100%;
      /* margin-bottom: 50px; */
      top: 0;
      background-position: center;
    }
  
    .cta-left {
      color: white;
      padding-left: 90px !important;
    }
    .cta-left-title {
      font-size: 14px !important;
    }
  
    .cta-right-whatsapp {
      font-size: 14px;
    }
  
    .cta-right-phone {
      font-size: 14px;
    }
  
    .text-line:after {
      display: none;
    }
    .cta-right-item a {
      font-size: 14px;
    }
  
    .cta-btn {
      padding: 10px !important;
      font-size: 11px;
    }
  }
  
  @media (max-width: 768px) {
    .cta-left {
      padding-left: 0px !important;
    }
  }
  
  @media (max-width: 500px) {
    .cta-left {
      padding-left: 0px !important;
    }
    .cta-right {
      padding-right: 0px !important;
    }
  }
  
  @media (max-width: 375px) {
    .cta {
      padding: 15px;
    }
    .cta-right-item a {
      font-size: 11px;
    }
  
    .cta-right-whatsapp {
      font-size: 11px;
    }
  
    .cta-right-phone {
      font-size: 11px;
    }
  }
  
  .cta-left {
    padding-left: 60px;
  }
  
  .cta-left-title {
    font-size: 32px;
    font-weight: bold;
    position: relative;
  }
  
  .text-line {
    position: relative;
    margin-bottom: 20px;
  }
  
  .text-line:after {
    content: "";
    position: absolute;
    width: 57%;
    height: 45px;
    background-color: #fff2e4;
    left: -16px;
    bottom: 3px;
    z-index: -1;
    border-radius: 6px;
  }
  
  .cta-btn {
    background-color: var(--site-color);
    padding: 20px 60px;
    border-radius: 10px;
    transition: all 0.3s ease;
    margin-top: 20px;
    color: white;
    font-size: 27px;
  }
  
  .cta-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
    position: relative;
  }
  
  .cta-right-item {
    text-align: right;
    color: white;
    font-weight: bold;
  }
  
  .cta-right-item a {
    font-weight: bold;
    color: white;
  }
  
  @media (max-width: 460px) {
  }
  
  /* FOOTER - CSS */
  
  footer {
    width: 100%;
    padding: 187px 0 50px 0;
    margin: 0 auto;
    background-color: white;
    border-radius: var(--border-radius-30);
  }
  
  @media (max-width: 992px) {
    footer {
      padding: 30px 0 120px 0;
    }
  }
  .footer-logo {
    max-width: 200px;
  }
  
  .footer-social {
    margin-top: 30px;
  }
  
  .footer-social-icons .social-icons {
    display: flex;
    gap: 10px;
  }
  
  .footer-social-icons .social-icons a:nth-child(2) {
    margin-top: 0px;
  }
  
  .footer-center {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  @media (max-width: 992px) {
    .footer-center {
      margin: 15px 0;
    }
  }
  
  .footer-list-title {
    font-weight: bold;
    position: relative;
    margin-bottom: 15px;
  }
  
  footer .footer-list-title::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: var(--site-color);
    position: absolute;
    bottom: -5px;
    left: 0;
    border-radius: 30px;
  }
  
  .footer-list {
    margin-bottom: 20px;
  }
  
  .footer-list li {
    margin-bottom: 10px;
  }
  
  .footer-list li a {
    color: black;
    font-size: var(--small-font);
  }
  
  .footer-list li a:hover {
    opacity: 0.8;
  }
  
  .footer-bottom {
    border-top: 1px solid gainsboro;
    padding-top: 20px;
  }
  
  .footer-bottom-logo {
    display: flex;
    justify-content: center;
  }
  
  .footer-bottom-logo {
    max-width: 200px;
  }
  
  .footer-bottom-list {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
  }
  
  .footer-bottom-list li a {
    color: black;
  }
  
  @media (max-width: 992px) {
    .footer-bottom-logo {
      margin: 10px 0;
      justify-content: flex-start;
    }
    .footer-bottom-list {
      margin: 20px 0 0 0;
      justify-content: flex-start;
    }
  }
  
  /* WHATSAPP PULSE */
  
  button.wh-ap-btn {
    outline: none;
    width: 60px;
    height: 60px;
    border: 0;
    background-color: #2ecc71;
    padding: 0;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
    transition: opacity 0.3s, background 0.3s, box-shadow 0.3s;
  }
  
  button.wh-ap-btn::after {
    content: "";
    background-image: url("/front/assets/images/whatsapp-32.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 60%;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
  }
  
  button.wh-ap-btn:hover {
    opacity: 1;
    background-color: #20bf6b;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  }
  
  .wh-api {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 11111;
  }
  
  .wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
  }
  
  .wh-fixed a {
    display: block;
    text-decoration: none;
  }
  
  .wh-fixed a:hover button.wh-ap-btn::before {
    opacity: 1;
    width: auto;
    padding-top: 7px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100px;
  }
  
  /* animacion pulse */
  
  .whatsapp-pulse {
    width: 60px;
    height: 60px;
    right: 10px;
    bottom: 10px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 65px;
  }
  
  @media (max-width: 992px) {
    .whatsapp-pulse {
      display: none;
    }
  }
  
  .whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #10b418;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
  }
  
  @-webkit-keyframes pulse {
    0% {
      -webkit-transform: scale(0);
      opacity: 0;
    }
    25% {
      -webkit-transform: scale(0.3);
      opacity: 1;
    }
    50% {
      -webkit-transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      -webkit-transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      -webkit-transform: scale(1);
      opacity: 0;
    }
  }
  
  @keyframes pulse {
    0% {
      transform: scale(0);
      opacity: 0;
    }
    25% {
      transform: scale(0.3);
      opacity: 1;
    }
    50% {
      transform: scale(0.6);
      opacity: 0.6;
    }
    75% {
      transform: scale(0.9);
      opacity: 0.3;
    }
    100% {
      transform: scale(1);
      opacity: 0;
    }
  }
  
  /* BREADCRUMB SECTION */
  
  .breadcrumb-wrapper {
    padding: 0px;
  }
  
  .breadcrumb-background-color {
    padding: 50px;
    background: url("../assets/images/background-image.png") no-repeat center bottom;
    background-size: cover;
    width: 93.5%;
    margin: 0 auto;
    border-radius: 20px;
  }
  
  .breadcrumb {
    max-width: 1320px;
    margin: 10px auto;
    display: flex;
    gap: 15px;
  }
  
  @media (max-width: 1383px) {
    .breadcrumb {
      padding-left: 100px;
    }
  }
  
  @media (max-width: 992px) {
    .breadcrumb-product-info {
      text-align: center;
    }
  }
  .breadcrumb-info {
    display: flex;
    justify-content: center;
  }
  
  @media (max-width: 992px) {
    .breadcrumb-info {
      margin: 10px 0;
    }
  }
  
  .breadcrumb-info span {
    font-size: 24px;
    font-weight: bold;
  }
  
  .breadcrumbs-list li a {
    color: black;
  }
  
  .breadcrumbs-simple {
    padding: 0px;
    max-width: 1320px;
    margin: 10px auto;
    display: flex;
    gap: 15px;
  }
  
  .breadcrumbs-list {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  /* BREADCRUMB - DROPDOWN - MENU */
  
  .breadcrumb-dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
  }
  
  .dropdown-btn {
    background-color: var(--brown-color);
    color: gainsboro;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: all 0.2s ease;
  }
  
  .dropdown-btn:hover {
    color: white;
  }
  
  .dropdown-info {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
  }
  
  .dropdown-info a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: all 0.2s ease;
  }
  
  .dropdown-info a:hover {
    background-color: var(--brown-color);
    color: white;
  }
  
  .arrow {
    margin-left: 10px;
    transition: transform 0.3s ease;
  }
  
  .arrow.up {
    transform: rotate(180deg);
  }
  
  /* PRODUCT DETAIL PAGE SECTION */
  
  /* PRODUCT DETAIL SLIDER */
  
  .slider-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 635px;
    flex-direction: row-reverse;
    background: white;
    padding: 20px 15px;
    border-radius: 20px;
  }
  
  /* Ana görsel */
  .slider-container .product-gallery-main {
    width: 78%;
    height: 100%;
    border-radius: 12px;
  }

  /* Küçük görseller (sol taraf, dikey) */
  .slider-container .product-gallery-thumbs {
    width: 18%;
    height: 100%;
    flex-direction: column;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 0;
    padding-bottom: 0;
    padding-right: 5px;
  }

  .slider-container .product-gallery-thumbs .gallery-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    flex: 0 0 auto;
  }

  @media (max-width: 600px) {
    .slider-container {
      flex-direction: column;
      height: auto;
      margin-bottom: 20px;
    }
    .slider-container .product-gallery-main {
      width: 100%;
      height: auto;
    }
    .slider-container .product-gallery-thumbs {
      width: 100%;
      height: auto;
      flex-direction: row;
      overflow-x: auto;
      overflow-y: hidden;
      margin-top: 10px;
    }
    .slider-container .product-gallery-thumbs .gallery-thumb {
      width: 70px;
      height: 70px;
      aspect-ratio: auto;
    }
  }
  
  /* PRODUCT - DETAIL - PAYMENT LOGOS CSS */
  
  .payment-options {
    width: 100%;
    padding: 15px 40px;
    margin: 55px 0 20px 0;
    background-color: white;
    border-radius: var(--border-radius-20);
    box-shadow: 0px 0px 2px 0px #ecb176;
  }
  .payment-options {
    width: 100%;
    padding: 15px 40px;
    margin: 55px 0 20px 0;
    background-color: white;
    border-radius: var(--border-radius-20);
    box-shadow: 0px 0px 2px 0px #ecb176;
  }
  
  .payment-title {
    font-weight: bold;
  }
  
  .payment-text {
    font-size: 14px;
  }
  
  .payment-logo {
    padding: 10px 0;
  }
  
  @media (max-width: 992px) {
    .payment-options {
      margin: 20px 0;
    }
  }
  
  /* PRODUCT DETAIL - RIGHT - AREA */
  .right-area-col {
    background-color: white;
    margin-bottom: 20px;
    border-radius: var(--border-radius-20);
    /* padding: 30px 40px; */
    box-shadow: 0px 0px 2px 0px #a67b5b;
  }
  @media (max-width: 768px) {
    .right-area-col {
      text-align: center;
      padding: 0px;
    }
  }
  
  .right-area-column {
    display: flex;
    font-size: 13px;
    flex-direction: column;
  }
  
  .product-area-title {
    font-size: 24px;
    font-weight: bold;
  }
  
  @media (max-width: 992px) {
    .product-area-text {
      font-size: 14px;
    }
  }
  
  .right-area-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  
  .product-area-text-item {
    font-size: var(--small-font);
    font-weight: bold;
    margin-top: 20px;
  }
  
  .product-area-thin-text {
    font-weight: normal;
  }
  
  .right-area-dropdown {
    width: 100%;
    position: relative;
  }
  
  .right-area-dropdown select {
    width: 100%;
    border: none;
    border-bottom: 1px solid var(--brown-color);
    padding: 15px 30px;
    margin: 20px 0;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color 0.2s;
    cursor: pointer;
  }
  
  .right-area-dropdown i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .right-col-title {
    margin-top: 15px;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  
  .materials {
    margin-top: 10px;
    color: var(--brown-color);
  }
  
  .line-text {
    text-decoration: line-through;
    color: #8c8c8c;
  }
  
  .price-wrapper {
    display: flex;
    align-items: center;
    margin-top: 10px;
    gap: 5px;
  }
  
  .text-price {
    font-size: 24px;
  }
  
  .new-price {
    font-size: 32px;
    font-family: 400;
  }
  
  .kdv {
    font-size: 12px;
    display: flex;
    flex-direction: column;
  }
  
  .order-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  
  @media (max-width: 768px) {
    .order-section {
      flex-direction: column;
    }
  }
  
  .order-btn button {
    background-color: var(--brown-color);
    border: none;
    padding: 15px 50px;
    color: white;
    font-size: 1rem;
    letter-spacing: 2px;
    cursor: pointer;
  }
  
  .order-btn button:hover i {
    transform: translateX(10px);
    transition: transform 0.3s ease-in-out;
  }
  
  .order-btn button i {
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
  }
  
  .right-area-col-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 500px) {
    .right-area-col-info {
      flex-wrap: wrap;
      justify-content: center;
      gap: 6px;
      min-height: 152px;
    }
  }
  
  .right-area-col-info span {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  
  .right-area-col-info span svg {
    height: 50px;
    width: 50px;
    border: 1px solid #a67b5b;
    padding: 10px;
    border-radius: 50%;
  }
  
  @media (max-width: 992px) {
    .right-area-col-info span {
      flex-direction: column;
  
    }
  }
  
  /* PRODUCT - DETAIL - INFO */
  
  .single-product-info {
    padding: 0px;
  }
  
  .product-detail-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 30px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: var(--border-radius-30);
    box-shadow: 0px 0px 2px 0px #ecb176;
  }
  
  .right-are-information {
    display: flex;
    flex-direction: column;
  }
  
  /* PRODUCT DETAIL - FORM */
  
  .form-title {
    font-size: 24px;
    font-weight: bold;
  }
  
  .stars {
    padding: 10px 0;
    display: flex;
    cursor: pointer;
    gap: 10px;
  }
  
  .stars > .star {
    font-size: 27px;
  }
  .stars > .star.selected,
  .star:hover,
  .star.hover {
    color: gold;
  }
  
  .product-detail-form {
    padding: 30px;
    width: 100%;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #a67b5b;
    border-radius: var(--border-radius-20);
  }
  
  .form-input {
    margin-bottom: 20px;
  }
  
  .form-input {
    position: relative;
  }
  
  .form-input > input {
    padding: 0 21px 0 30px;
    border: 1px solid #a67b5b;
    height: 55px;
    font-family: inherit;
    font-weight: 300;
    border-radius: 6px;
    color: inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    width: 100%;
  }
  
  .form-input > i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  
  .form-input > textarea {
    border: 1px solid #a67b5b;
    width: 100%;
    height: 150px;
    font-weight: 300;
    border-radius: 6px;
    color: inherit;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 20px;
    resize: none;
    font-size: 16px;
  }
  
  .form-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  @media (max-width: 768px) {
    .form-bottom-wrapper {
      flex-direction: column-reverse;
    }
  }
  
  .recaptha-img {
    width: 300px;
  }
  
  @media (max-width: 768px) {
    .recaptha-img {
      margin-bottom: 20px;
    }
  }
  
  .form-bottom-wrapper button {
    background-color: #a67b5b;
    border: 1px solid #a67b5b;
    padding: 15px 50px;
    height: 100%;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  
  .form-bottom-wrapper button:hover {
    background-color: transparent;
    color: #a67b5b;
  }
  
  @media (max-width: 768px) {
    .form-bottom-wrapper > button {
      width: 100%;
    }
  }
  
  /* BLOG - PAGE - SECTION */
  
  .blog-box {
    display: flex;
    flex-direction: column;
    color: black;
    background-color: white;
    box-shadow: 0px 0px 2px 0px #ecb176;
    border-radius: var(--border-radius-20);
    padding: 15px;
    transition: all 0.3s ease;
  }
  
  .blog-box:hover {
    box-shadow: 0px 0px 10px 0px #ecb176;
  }
  
  .blog-box img {
    max-width: 200px;
    min-width: 100%;
  }
  
  @media (max-width: 768px) {
    .blog-box img {
      max-width: 100%;
    }
  }
  
  .blog-title {
    font-size: 21px;
    font-weight: bold;
  }
  
  @media (max-width: 768px) {
    .blog-title {
      font-size: 14px;
    }
  }
  
  .blog-text {
    margin: 15px 0;
  }
  
  @media (max-width: 768px) {
    .blog-text {
      font-size: 12px;
    }
  }
  
  .blog-box button {
    background: none;
    padding: 10px 40px;
    border: 1px solid #000;
  }
  
  @media (max-width: 768px) {
    .blog-box button {
      padding: 10px;
      font-size: 12px;
    }
  }
  
  /* BLOG - DETAIL - SECTION */
  
  .product-detail-box-wrapper {
    padding: 0 30px;
    position: sticky;
    top: 0px;
  }
  
  .product-detail-box-wrapper .product-box {
    margin-bottom: 40px;
  }
  
  .blog-detail-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 40px;
    text-align: center;
  }
  
  .blog-detail-image {
    width: 100%;
  }
  
  .blog-detail-product-title {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
  }
  
  /* CONTACT PAGE - SECTION */
  
  .maps {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: var(--border-radius-30);
    background-color: white;
    padding: 15px;
    box-shadow: 0px 0px 2px 0px #ecb176;
  }
  
  .maps-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: black;
  }
  
  .maps-title::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #a67b5b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  .contact-info {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 30px;
    padding: 30px;
  }
  
  .contact-item-title {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    color: black;
  }
  
  .contact-info-item {
    padding-bottom: 10px;
    border-bottom: 1px solid #a67b5b;
  }
  
  .contact-info-item a {
    color: black;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
  }
  .contact-info-item a:hover {
    opacity: 0.6;
  }
  
  .contact-info-item i {
    font-size: 24px;
    margin-right: 15px;
    color: #a67b5b;
  }
  .contact-info-item span {
    font-size: 1rem;
    font-weight: 500;
  }
  
  .contact-info-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
    position: relative;
    color: black;
  }
  
  .contact-info-title::after {
    content: "";
    width: 50%;
    height: 2px;
    background-color: #a67b5b;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  
  /* CONTACT - FORM - SECTION */
  
  .contact-form {
    width: 104%;
    margin: 50px 0px 0px 0px;
    background-color: white;
    padding: 30px;
    box-shadow: 0px 0px 2px 0px #a67b5b;
    border-radius: var(--border-radius-30);
  }
  
  .contact-form-left {
    position: relative;
  }
  
  .background-title {
    font-size: 200px;
    font-weight: bold;
    color: white;
    text-shadow: -1px -1px 0 #a67b5b, 1px -1px 0 #a67b5b, -1px 1px 0 #a67b5b,
      1px 1px 0 #a67b5b;
  }
  
  @media (max-width: 425px) {
    .background-title {
      font-size: 165px;
    }
  }
  
  .contact-text {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -150px;
    left: 60px;
    font-size: 2.5rem;
    line-height: 1;
    font-weight: bold;
    color: #a67b5b;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black,
      1px 1px 0 black;
  }
  
  @media (max-width: 425px) {
    .contact-text {
      font-size: 32px;
    }
  }
  
  .contact-form-right {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  
  .contact-form-right form {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  @media (max-width: 992px) {
    .contact-form-right form {
      margin-top: -95px;
    }
  }
  
  .contact-form-item {
    flex-basis: 30%;
  }
  
  @media (max-width: 768px) {
    .contact-form-item {
      flex-basis: 100%;
    }
  }
  
  .contact-form-item span {
    font-size: 11px;
  }
  
  @media (max-width: 768px) {
    .contact-form-item span {
      font-size: 14px;
    }
  }
  
  .contact-form-item input {
    padding: 12px 20px;
    background-color: transparent;
    border: 1px solid var(--brown-color);
    width: 100%;
    font-size: 17px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    outline: none;
  }
  
  .contact-form-item:nth-child(7) input {
    width: 30%;
  }
  .contact-form-checbox {
    position: relative;
    z-index: 2;
  }
  
  .contact-form-checbox label {
    cursor: pointer;
  }
  
  .contact-form-item button {
    width: 100%;
    height: 60px;
    background-color: #a67b5b;
    border: 1px solid #a67b5b;
    color: white;
    transition: all 0.3s ease;
  }
  
  .contact-form-item button:hover {
    background-color: white;
    color: #a67b5b;
  }
  
  .contact-form-item label {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--brown-color);
    margin-left: 20px;
    background-color: white;
    padding: 0 8px;
    pointer-events: none;
  }
  
  .contact-form-item select {
    width: 100%;
    padding: 15px 10px;
    font-size: 16px;
    border: 1px solid var(--brown-color);
    border-radius: 5px;
    background-color: transparent;
    cursor: pointer;
    color: var(--brown-color);
    appearance: none;
    outline: none;
  }
  
  /* DEFAULT PAGE */
  
  .default-page-title {
    font-size: 24px;
  }
  
  /* FOOTER STICKY */
  
  .footer-sticky {
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: var(--brown-color);
    position: fixed;
    z-index: 99;
    width: 100%;
    bottom: 0;
    padding: 0 0.5rem 1.15rem 0.5rem;
    border-top-left-radius: 2.15rem;
    border-top-right-radius: 2.15rem;
    border-top: 6px solid var(--primary-color);
  }
  
  .footer-sticky .sticky-box {
    width: 20%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -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;
    cursor: default;
  }
  .footer-sticky .top-box {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
  }
  .footer-sticky .sticky-box .icon {
    height: 48px;
    width: 48px;
    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;
  }
  .footer-sticky .top-box .icon {
    background: var(--primary-color);
    border-radius: 50%;
    position: relative;
  }
  .footer-sticky .top-box .icon::before {
    content: "";
    position: absolute;
    height: 66px;
    width: 66px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.5;
  }
  .footer-sticky .top-box .icon::after {
    content: "";
    position: absolute;
    height: 56px;
    width: 56px;
    border: 1px solid white;
    border-radius: 50%;
    opacity: 0.75;
  }
  
  .footer-sticky .sticky-box .text {
    font-size: 10px;
    color: white;
    text-align: center;
  }
  
  .footer-sticky .top-box .icon i {
    color: white;
  }
  .footer-sticky .sticky-box .icon i {
    font-size: 24px;
    color: white;
  }
  
  .footer-sticky .top-box .text {
    -webkit-transform: translateY(24px);
    transform: translateY(24px);
    text-align: center;
  }
  
  @media (max-width: 1120px) {
    .footer-sticky {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
  }
  
  /* 404 PAGE */
  .not-found-area {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
  }
  
  @media (max-width: 992px) {
    .not-found-area {
      flex-direction: column;
    }
  }
  
  .notfound404 {
    font-size: 40px;
  }
  
  @media (max-width: 992px) {
    .notfound404 {
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
    }
  }
  
  a.home-link-btn {
    background: #fff2e4;
    color: black;
    display: flex;
    align-items: center;
    padding: 10px 40px;
    border-radius: 20px;
    font-size: 20px;
    margin-top: 20px;
    max-width: 300px;
    display: flex;
    justify-content: center;
  }
  
  .not-found-page {
    padding: 30px 0px;
  }
  
  .not-found-area img {
    max-width: 600px;
  }
  
  @media (max-width: 992px) {
    .not-found-area img {
      max-width: 100%;
    }
  }
  
  .social-icons a i {
    font-size: 23px;
    padding: 7px;
    border: 1px solid;
    border-radius: 50%;
    color: #a67b5b;
    border-color: #a67b5b;
  }
  
  .nav-left {
    padding-left: 75px;
  }
  
  .blog-list-page .content-wrapper {
    margin-top: 50px;
  }
  
  .blog-aside .product-box {
    margin-bottom: 20px;
  }
  
  .footer-sticky {
    left: 0;
  }
  
  .cta {
    margin-top: -80px;
  }
  
  .text-line {
    z-index: 1;
  }
  
  .cta-right-whatsapp {
    font-weight: 500;
  }
  .cta-right-phone {
    font-weight: 500;
  }
  
  .cta-right-item a {
    font-size: 24px;
    font-weight: 500;
  }
  
  .cta-right {
    gap: 20px;
    margin-top: -20px;
  }
  
  @media (max-width: 992px) {
    .cta {
      margin-top: 0px;
    }
    .cta {
      padding: 30px 30px 30px 0px;
    }
    .cta-left-title.text-line {
      color: black;
    }
    .cta-right-item a {
      font-size: 12px;
      font-weight: 500;
    }
  
    .cta-right {
      gap: 20px;
      margin-top: -20px;
      top: 12px;
    }
    .cta-left {
      color: black;
    }
    .cta-left-title {
      font-size: 12px !important;
    }
    .hero-info .row {
      display: flex;
      flex-wrap: wrap;
    }
  
    .hero-info .col-lg-3:first-child,
    .hero-info .col-lg-3:last-child {
      flex: 1 1 50%;
    }
  
    .hero-info .col-lg-6 {
      flex: 1 1 100%;
      order: 3;
      margin-top: 20px;
    }
  
    .hero-info .col-lg-3:first-child {
      order: 1;
    }
  
    .hero-info .col-lg-3:last-child {
      order: 2;
    }
  }
  
  .hero-info img {
    box-shadow: 0px 0px 7px #947157;
    border-radius: 33px;
  }
  
  @media (max-width: 500px) {
    .discount {
      font-size: 13px;
      border-radius: 8px;
      height: 33px;
      bottom: 191px;
    }
    .product-item-price {
      /* padding: 20px 0 0 0px; */
      font-size: 13px;
      display: block;
    }
  
    .product-box {
      padding: 10px;
      border-radius: 13px;
    }
  
    .product-item-name {
      font-size: 13px;
      padding: 0;
    }
    .product-box {
      min-height: 315px;
      min-height: 365px;
    }
    .products-slider-title {
      top: -50px;
    }
    .products-slider {
      padding-top: 0px;
    }
  }
  
  .homeBlogSlider {
    padding: 0px 0 50px 0px;
  }
  
  @media (min-width: 992px) {
    .blog-slider {
      margin-top: 80px;
      margin-bottom: -110px;
    }
  
    .products-slider {
      margin-top: 80px;
    }
  }
  
  .nav-logo {
    max-width: 200px;
    left: 16px;
    position: relative;
  }
  
  .full-width {
    width: 100% !important;
  }
  
  .product-box {
    position: relative;
    margin-bottom: 25px;
  }
  
  .mb-4 {
    margin-bottom: 0 !important;
  }
  
  .rate {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    height: 40px;
  }
  
  .rate input {
    display: none;
  }
  
  .rate:not(:checked) > label {
    width: 1em;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
    font-size: 30px;
    color: #ccc;
  }
  
  .rate:not(:checked) > label:before {
    content: '★ ';
  }
  
  .rate > input:checked ~ label {
    color: #ffc700;
  }
  
  .rate:not(:checked) > label:hover,
  .rate:not(:checked) > label:hover ~ label {
    color: #deb217;
  }
  
  .rate > input:checked + label:hover,
  .rate > input:checked + label:hover ~ label,
  .rate > input:checked ~ label:hover,
  .rate > input:checked ~ label:hover ~ label,
  .rate > label:hover ~ input:checked ~ label {
    color: #c59b08;
  }
  
  .star-color {
    color: #ffc700;
  }
  
  .nav-right {
    display: flex;
    align-items: center;
  }
  
  .footer-sticky .top-box .icon {
    background: #a67b5b;
    border-radius: 50%;
    position: relative;
    box-shadow: 0px 0px 20px;
  }
  
  .footer-sticky {
    background: #a67b5b;
    border-top: 6px solid #d883e5;
  }
  
  @media (max-width: 1200px) {
    .nav-list:nth-child(1) div a {
      font-size: 13px;
      margin-bottom: 22px;
    }
  }
  
  .dropdown-items li:last-child {
    position: relative;
  }
  
  .price-wrap {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  
  .price-wrap em {
    position: relative;
    display: block;
    width: 70px;
    height: 30px;
    margin: 10px 0px 16px 4px;
    float: right;
    font-size: 11px;
    font-style: normal;
  }
  
  .order-button {
    background: #a67b5b;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    padding: 15px 30px;
    min-width: 200px;
  }
  
  .price {
    display: flex;
    justify-content: space-between;
  }
  
  .location-search i {
    position: relative;
    left: 12px;
    top: 32px;
    color: #ca93b6;
  }
  
  select#location-search {
    padding: 6px 74px 6px 32px;
    border-radius: 7px;
    width: 100%;
  }
  
  .price span {
    display: inline-flex;
    position: relative;
    font-size: 25px;
    color: #151515;
    width: auto;
  }
  span .old {
    color: #8c8c8c;
    text-decoration: line-through;
  }
  
  span.price-wrap {
    flex-direction: column;
  }
  
  .price span {
    align-items: center;
  }
  
  .old em i:first-child,
  .new em i:first-child {
    display: block;
  }
  
  .order-button:hover {
    background: none;
    color: #a67b5b;
  }
  
  .placeholder {
    cursor: pointer !important;
    background: none;
  }
  
  .order-button {
    max-height: 58px !important;
    align-items: center;
    display: flex;
    justify-content: center;
  }
  .price {
    display: flex;
    justify-content: space-between;
    /* padding-top: 23px; */
    align-items: center;
  }
  
  .location-search i {
    z-index: 1;
    top: 38px;
  }
  i.icomoon-icon.icon-location-arrow {
    left: 92%;
    top: 38px;
  }
  
  .no-product-message {
    background: white;
    margin-top: 111px;
    padding: 60px 0px 60px 0px;
    margin-bottom: -63px;
    text-align: center;
    font-size: 24px;
    box-shadow: 0px 0px 23px #a67b5b;
    border-radius: 13px;
    color: #a67b5b;
  }
  
  .products .prd-rows {
    margin-bottom: 20px !important;
  }
  
  @media (max-width: 992px) {
    .cta {
      padding: 30px 30px 30px 0px;
      padding: 30px !important;
      margin-bottom: 175px !important;
    }
    .blog-slider {
      margin-bottom: -170px;
    }
  }
  
  .hamburger::before {
    position: absolute;
    content: "MENÜ";
    left: -65px;
    top: 1px;
    font-weight: 500;
    font-size: 20px;
  }
  
  .mb20 {
    margin-bottom: 20px !important;
  }
  
  .login-panel .content img {
    margin: 20px 0;
    left: 37%;
    position: relative;
  }
  
  .login-panel .top .logo {
    padding: 10px;
    text-align: center;
    height: 20%;
    justify-content: center;
    display: flex;
  }
  .right-area-col {
    padding: 20px 20px;
  }
  .login-panel .top {
    width: 100%;
    height: 50%;
    background: #f9ebf4;
    background-clip: content-box;
    position: relative;
    z-index: 1;
    text-align: center;
  }
  
  @media (max-width: 768px) {
    .right-area-col {
      text-align: center;
      padding: 0px;
    }
    .product-area-text-item {
      margin-top: 10px;
    }
  }
  
  @media (max-width: 992px) {
    .product-area-text {
      font-size: 14px;
      text-align: left;
      padding: 0px 0px 0px 12px;
    }
    .discount {
      bottom: 188px;
    }
    .order-create {
      flex-wrap: wrap;
      display: flex;
      margin-top: 20px;
    }
    .product-area-title {
      font-size: 24px;
      font-weight: bold;
      text-align: left;
      padding: 17px 0px 0px 10px;
    }
    input#headerProductSearchBox {
      width: 96%;
      margin-bottom: -11px;
      margin-top: 26px;
      margin-left: 8px;
    }
    .header-search button {
      top: 43px;
      right: 18px;
    }
    .old-price {
      padding-top: 22px;
    }
  }
  
  /* footer sticky hemen ara */
  
  .footer-sticky-bar {
    display: block;
    border-radius: 32px 32px 0px 0px;
    padding: 15px 5px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
    z-index: 999;
    left: 0;
    box-shadow: 0px 0px 6px #a67b5b;
  }
  
  .footer-sticky-bar .sticky-area {
    display: flex;
    align-items: center;
  }
  
  .footer-sticky-bar .sticky-area .sticky-box {
    width: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  
  .footer-sticky-bar .sticky-area .sticky-box .sticky-title {
    font-size: 10px;
    color: #472439;
  }
  
  .footer-sticky-bar .sticky-area .sticky-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .footer-sticky-bar .sticky-area .sticky-box a i {
    font-size: 28px;
    margin-bottom: 3px;
  }
  @media (min-width: 992px) {
    .footer-sticky-bar {
      display: none;
    }
    .dp-none {
      display: none;
    }
  }
  .footer-sticky-bar .sticky-area .sticky-box img {
    margin-bottom: 4px;
    width: 24px;
  }
  
  .simple-btn {
    background: #472439;
    width: 100%;
    padding: 10px;
  }
  
  .contact-form input {
    margin: 20px 0px 0px 0px;
    border: 1px solid #a67b5b75;
  }
  
  .contact-form textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid #a67b5b75;
  }
  
  @media (min-width: 992px) {
    .bottoms-form {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  }
  
  .maps iframe {
    max-width: 100%;
  }
  
  .nav-list .dropdown .dropdown-content {
    left: auto !important;
  }
  
  @media (max-width: 992px) {
  
    .mb-1 {
      position: relative;
      left: -18px;
    }
    .contact-main {
      padding-top: 0px;
    }
  
    .contact-form {
      margin-top: -90px;
    }
  
    section.cta {
      margin-top: -158px !important;
    }
    .contact-text {
      top: -125px;
      left: 36px;
    }
  }
  
  .cta {
    margin-top: -200px !important;
  }
  
  .nav-left {
    padding-left: 0px;
  }
  
  .header-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .desktop-nav {
    padding: 6px 0;
  }
  
  .dropdown-content {
    top: 77px;
  }
  
  .header-social-links .social-icons a {
    margin-top: 5px;
  }
  
  
  @media (max-width: 1370px) {
    .nav-list-left li a {
      font-size: 14px;
    }
  }
  
  .cta-right-item a {
    font-size: 24px;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  
  .cta-right-item a:hover {
    opacity: 0.8;
    color: inherit;
  }
  
  .social-icons a {
    transition: all 0.3s ease;
    border-radius: 50%;
  }
  
  .social-icons a:hover {
    background: #a67b5b;
    color: #ffffff;
  }
  
  .social-icons a:hover i {
    color: #fff2e4;
  }
  
  
  .blog-slider {
    position: relative;
    max-width: 1465px;
    margin: auto;
  }
  
  .products-slider .btn-product-popular {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    font-size: 24px;
    margin-bottom: -32px;
    color: #a67b5b;
  }
  
  .footer-bottom-center img {
    max-width: 150px;
  }
  
  .footer-bottom-center {
    text-align: center;
    justify-content: center;
    display: flex;
  }
  
  @media (max-width: 500px) {
    .cta-left {
      right: 30px !important;
      position: relative;
    }
    .cta-right-item a {
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
  }
  .blog-item {
    transition: all 0.3s ease;
  }
  .blog-item:hover {
    box-shadow: 0px 0px 20px #a67b5b;
  }
  
  /* Ödeme Adımları*/
  .product-detail .order-create .form .time-selector select {
    border: 2px solid #a67b5b !important;
  }
  
  .product-detail .order-create .form .dates li label.selected {
    background: #a67b5b !important;
  }
  
  .right-area-col {
    box-shadow: 0px 0px 2px 0px #a67b5b !important;
  }
  
  .extra-product-box::after {
    background: #a67b5b !important;
  }
  
  .product-detail .order-create .form .dates li label::after {
    background: #a67b5b !important;
  }
  
  .order-button {
    transition: all 0.3s ease;
    background: #a67b5b !important;
    border: 2px solid #a67b5b !important;
  }
  
  .order-button:hover {
    background: #fff2e4 !important;
    color: #a67b5b !important;
  }
  
  .login-panel .top {
    background: #fff2e4 !important;
  }
  
  .extra-product-box.selected .add-btn-wrapper > button::after {
    background: #a67b5b !important;
  }
  
  .login-panel .panel .btn-panel.uye-girisi {
    background: #a67b5b !important;
  }
  .login-panel .panel .btn-panel.uye-olmadan-devam {
    background: #000000 !important;
    border: 2px solid #a67b5b !important;
    color: white !important;
    transition: all 0.3s ease;
  }
  
  .login-panel .panel .btn-panel.uye-olmadan-devam:hover {
    background: #a67b5b !important;
  }
  
  .tw-bg-gray-200 {
    background-color: white !important;
  }
  
  .btn-product-popular {
    position: absolute;
    left: 50%;
    bottom: 45px;
    border: none;
    transform: translate(-50%, -50%);
  }
  
  .cta {
    margin-top: -145px !important;
  }
  
  .florist-wrapper.login {
    margin-top: 35px;
  }
  
  svg#fi_64572 {
    background: white;
    border-radius: 50%;
    fill: #a67b5b;
    width: 35px;
    height: 35px;
  }
  
  .hero-info {
      padding: 0;
      position: relative;
      margin-top: -50px;
  }
  
  @media (max-width: 992px){
    .cta-btn {
      background-color: var(--button-color);
      padding: 20px 60px;
      border-radius: 10px;
      transition: all 0.3s ease;
      margin-top: 20px;
      color: white;
      font-size: 15px;
      left: -9px;
      position: relative;
      top: 10px;
    }
  }
  
  
  @media(min-width: 992px){
    .desktop-none{
      display: none;
    }
  }
  
  .desktop-slider {
      background-repeat: no-repeat;
      padding: 150px 0px 150px 0px;
      margin-top: -85px;
  }
  
  @media (max-width: 992px){
    .dropdown {
      position: relative;
      margin-bottom: 20px;
  }
  .dropdown-content {
    top: 10px;
  }
      .header-wrapper{
          padding: 0px 20px;
      }
      .footer-bottom .col-lg-4 {
      text-align: center;
      padding: 0px 0px 10px 0px;
  }
          .footer-bottom-list {
          padding: 5px 0px 0px 0px;
              margin: 0;
          justify-content: center;
          align-items: center;
      }
      .dropdown-content.slideInDown{
          width:100%;
      }
      .dropdown-content {
      overflow-y: scroll;
      overflow-x: hidden; 
      max-height: 200px;
      padding: 0px 10px;
  }
      section.single-product.product-detail {
      padding: 0;
  }
      
      
      .right-area-col-info span svg {
      height: 40px;
      width: 40px;
      border: 1px solid #a17758;
      padding: 5px;
      border-radius: 50%;
  }
      .right-area-column {
      font-size: 11px;
  }
      
      .product-detail .right-area-col-info{
          flex-wrap: nowrap;
          justify-content: space-evenly;
          gap: unset;
          min-height: unset;
          padding: 10px 0px;
      }
      .price {
      display: block !important;
  }
  
  span.new {
      display: flex !important;
      align-items: center;
  }
  
  .price em {
      display: flex !important;
      width: 100% !important;
      height: 100% !important;
      margin: 0 !important;
  
  }
  
  
  
  .product-detail .order-create .price em {
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      width: 100%;
      height: auto;
  }
  
      .product-detail .order-create .price .price-wrap {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
  }
      
      .product-detail .order-create .price span{
          display: flex !important;
      }
          .price {
          display: flex !important;
          flex-direction: column !important;
          justify-content: center !important;
          align-items: center !important;
      }
      .payment-options {
      display: none;
  }
      .form-bottom-wrapper button {
      margin-top: 20px;
  }
      .vase-list.js-addItemList,.date-selector {
      padding: 10px;
  }
      
      .blog-desc {
      display: none;
  }
  
  a.blog-item {
      padding: 10px;
      border-radius: 0;
  }
  
  .blog-info {
      padding: 20px 0 0 0;
  }
      
          .hero-info {
          margin-top: 0px;
          margin-bottom: 20px;
      }
      section.products {
      margin-bottom: 55px;
  }
      
  section {
    padding: 20px 0;
  }
  
  }
  
  @media (min-width: 992px){
    .nav-list .dropdown:nth-child(1) .dropdown-content {
      left: -62% !important;
    }
      ul.dropdown-items {
      margin-top: -35px;
      padding: 20px 0px;
  }
      
  
  }
  
  
  .product-detail .order-create .price {
      box-shadow: inherit;
  }
  
  .payment-options{
      margin-top: 20px;
  }
  
  .date-selector {
      padding-top: 24px;
      margin-bottom: -13px;
  }
  .product-area-text-item {
      font-size: var(--small-font);
      font-weight: bold;
      padding-top: 5px;
      margin: 0;
  }
  
  .single-product-form{
      padding: 20px 0px;
  }
  section.related-products {
      padding-bottom: 0;
  }
  
  
  
  .product-detail .order-create .location-search .search {
  
      margin-bottom: 30px;
  }
  .header-top-right * {
      color: white;
  }
  .contact-form-wrapper {
      background: white;
      padding: 10px;
      border-radius: 5px;
  }
  
  @media (max-width: 992px){
  .row.ctProducts {
      align-items: flex-start;
  }
      a.footer-logo img {
      width: 200px;
      text-align: center;
      position: relative;
      left: 30%;
  }
  .product-box {
      align-items: start;
  }
  }
    .col-lg-12 h1 {
      color: white;
  }
  .blog-btn button.btn-hover.button {
      color: white;
  }
  