:root {
    --color-1: #56565a;
    --color-2: #9b8578;
    --color-4: #fdf0d1;
    --color-text: #212121;
    --color-text--variable: rgba(33, 33, 33, 0.6);
    --color-1--variable: rgba(100, 56, 67, 0.35);
    --color-2--variable: rgba(133, 88, 111, 0.35);
    --color-3--variable: #ac7d88;
    --color-4--variable: rgba(253, 240, 209, 0.35);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    text-decoration: none;
}

.loading-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 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, 0.1);
  box-shadow: -2px 3px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

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

.cbtn:hover {
  background: #fff;
  color: #9c867a;
}

.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;
}

.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: #9c867a;
  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: #9c867a;
  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: #9c867a;
  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: #9c867a;
}

.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, 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;
}

.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: #9c867a;
}

.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 0.3s ease-in-out;
  transition: all 0.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: #9c867a 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: #9c867a;
  color: #fff;
  font-size: 14px;
  display: inline-block;
  padding: 0;
  border-radius: 0;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer-motto a:hover {
  background: #fff;
  color: #9c867a;
}

.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: #9c867a;
  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; */
  padding: 0;
  margin: 0;
}

.product-detail .order-create .location-search .search {
  width: 100%;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 10px -8px;
  box-shadow: 0 5px 10px -8px;
  right: 0;
  margin: 20px 0px;
  position: relative;
  transform: translate(0);
}

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

.product-detail .order-create .location-search .search .icon-location-arrow {
  color: #9c867a;
  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: #9c867a;
  color: #fff !important;
  border-color: #9c867a;
}

.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: #9c867a;
  border-color: #9c867a;
}

.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: #ba9f93;
  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: #fa866f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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: #fa866f;
}

.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: #fa866f;
}

.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: #9c867a;
  color: #fff !important;
  border-color: #9c867a;
}

.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 #fa866f;
  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;
}

.product-detail .order-create .location-search .search .icon-search {
  left: 5px;
}

.product-detail .order-create .location-search .search .icon-location-arrow {
  right: 15px;
}

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

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

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

.extra-product-box {
  border: 1px solid #e9e9e9;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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, 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, 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, 0.09);
  box-shadow: 0 0 21px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
}

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

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

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

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

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

.extra-product-box.selected .add-btn-wrapper > button {
  background-color: #9c867a;
  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: #9c867a;
  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 0.3s ease-in-out;
  transition: all 0.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: #e5cb9c;
  background-clip: content-box;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.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 #9c867a;
}

.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: #e5cb9c;
}

.login-panel .panel .btn-panel.uye-girisi:hover {
  opacity: 0.8;
}

.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 {
  opacity: 0.8;
}

.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;
}

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: 0;
  padding: 0;
}

.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 #9c867a;
}

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

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

.process li.done i {
  background: #9c867a;
}

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

.process li.done span {
  color: #9c867a;
}

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

.process li:nth-child(1).done::before {
  width: calc(50% + 50px);
  height: 4px;
  background: #9c867a;
  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: #9c867a;
  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: #9c867a;
  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: #9c867a;
  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;
}

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

i.i-flow {
  width: 138px;
  height: 100px;
  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: #9c867a;
}

.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: #9c867a 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: #9c867a url("../florist/img/tick.png") center center no-repeat;
  border-color: #9c867a;
}

.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 0.3s ease-in-out;
  transition: all 0.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: #9c867a;
  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 .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 0.3s ease-in-out;
  transition: all 0.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 0.3s ease-in-out;
  transition: all 0.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: #9c867a;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  display: block;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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;
  }
}

@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;
  }
}

.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: #9c867a;
  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: #9c867a;
  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;
}

.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;
}

.margin-zero {
  margin: 0 !important;
}
.form-wrapper .form-group .form-element {
  margin-bottom: 0;
}
.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;
}

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

.checkbox label a {
  text-decoration: underline;
  font-weight: 500;
}
.florist-wrapper.panel {
  margin: 50px 0;
}

.florist-wrapper.panel .menu li a i {
  color: #9c867a;
  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 #9c867a;
  margin-top: 15px;
  padding-top: 15px;
}

.cart-list .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1.5px dashed #9c867a;
  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: #9c867a;
}

.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: #9c867a;
  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: #9c867a;
  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: #9c867a;
  border: 1px solid #dee2e6;
}

.pagination .page-item a {
  color: #9c867a;
  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;
  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;
}

html {
    background: #FA866F;
}

a{
    text-decoration: none !important;
}

a:hover {
    color: #24242C;
}

ul, ol {
    padding:0px;
    margin:0px;
}

/********************************* HEADER **************************/

/* Genel Ayarlar */
body {
    background-color: #fff;
    margin: 10px;
    border-radius: 8px;
}

section {
    padding: 100px 0;
}

/* Header Desktop */
.header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(33, 33, 33, 0.16);
    width: 100%;
    text-decoration: none;
    border: none;
}

.logo-item {
    display: flex;
    align-items: center;
    gap: 20px;
}

.logo {
    max-width: 130px;
    flex-shrink: 0;
}

.phone-link {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone {
    width: 16px;
    height: 16px;
}

.phone-number {
    color: var(--color-text);
    text-align: center;
}

.phone-number {
    font-size: 16px;
    font-weight: 400;
}

.search-block {
    flex: 1;
    position: relative;
    max-width: 426px;
}

.search-block .header-input {
    width: 100%;
    height: 51px;
    border-radius: 31px;
    background: #fff;
    backdrop-filter: blur(7.65px);
    padding-inline: 20px;
    border: 1px solid #FA866F;
}

.search {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.icon-block {
    display: flex;
    align-items: baseline;
    gap: 20px;
    cursor: pointer;
    color: #000;
}

.icon-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: inherit;
    text-decoration: none;
}

.icon-item:hover {
    text-decoration: none;
    color: inherit;
    opacity: 0.8;
}

.icon-item img {
    width: 24px;
    height: 24px;
}

nav ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    position: relative;
    display: flex;
    align-items: center;
}

nav ul li img {
    vertical-align: middle;
}

nav ul li a {
    text-decoration: none;
    color: white;
    display: flex;
    padding: 7px 12px;
    transition: 0.3s ease;
    align-items: center;
    gap: 10px;
}

nav ul li a:hover {
  color: white;
}

nav ul li ul li a:hover
  {
    color: #fa866f;
}

nav {
    position: relative;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    position: relative;
    padding: 41px 0px 40px 0px;
}

nav ul ul {
    min-width: 1295px;
    padding: 20px 0px;
    height: auto;
    position: absolute;
    top: 77%;
    left: -9px;
    opacity: 0;
    margin: 0;
    transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
    visibility: hidden;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    z-index: 999;
    backdrop-filter: blur(50px);
    border-radius: 0px 0px 25px 25px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    background: #272730;
}

nav ul ul li {
    padding: 0;
    width: 290px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

nav ul ul a {
    padding: 1rem;
    color: white;
    text-decoration: none;
}

nav ul li:hover > ul {
    opacity: 1;
    visibility: visible;
}

nav ul ul ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    z-index: 1000;
}

nav ul ul li:hover > ul {
    display: block;
    top: 0;
    left: 100%;
}

/* Header Mobile */
.header-mobile {
    display: none;
    padding-block: 16px;
    background-color: #f4f4f4;
}

.top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
}

.top-wrapper path{
    color: var(--color-2);
}

.search-wrapper {
    position: relative;
}

.search-input {
    width: 100%;
    height: 51px;
    border-radius: 31px;
    background: #fff;
    backdrop-filter: blur(7.65px);
    padding-inline: 20px;
    border: 1px solid var(--color-2);
}

.search-mobile {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.header-mobil-logo {
    max-width: 140px;
    height: auto;
}

.top-wrapper a {
    text-decoration: none;
    color: var(--color-1);
}

.hamburger-menu i{
    color: var(--color-2);
}

/* Modal Left */
.modal-left {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f4f4f4;
    z-index: 1000;
    overflow: auto;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateX(-100%); 
    opacity: 0; 
}

.modal-left.show {
    display: block;
    transform: translateX(0); 
    opacity: 1; 
}

.modal-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-inline: 0;
}

.modal-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    width: 100%;
}

.close {
    display: flex;
    align-items: center;
    gap: 10px;
}

.close img {
    width: 16px;
    height: 16px;
}

.modal-icon {
    display: flex;
    gap: 21px;
    margin-bottom: 2rem;
    width: 100%;
    justify-content: space-between;
}

.modal-icon a {
    text-decoration: none;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    gap: 6px;
}

.modal-icon > div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search-wrapper {
    position: relative;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 15px;
    padding-bottom: 10px;
    padding: 0px 10px 13px;
}

.modal-input {
    width: 100%;
    height: 51px;
    border-radius: 31px;
    background: #fff;
    backdrop-filter: blur(7.65px);
    padding-inline: 20px;
    border: 1px solid var(--color-2);
}

.search-wrapper i {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    right: 20px;
}

.modal-body {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.list-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.list-container .menu-wrapper {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
}

.list-container a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.list-container ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.list-container ul li {
    list-style: none;
}

.mb-title {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}

.modal-footer {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.modal-footer div,
.footer-icons {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.modal-footer a {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #000;
}

.footer-icons img {
    width: 15px;
    height: 15px;
}

.header-left-logo {
    max-width: 120px;
    height: auto;
}

/* .modal-left {
    position: fixed;
    top: 0;
    left: -100%; 
    width: 100vh;
    height: 100vh;
    background-color: #fff;
    z-index: 1000;
    transition: left 0.3s ease;  
}

.modal-left.show {
    left: 0; 
}

.close-modal {
    cursor: pointer;
} */

/* Responsive DÃ¼zenlemeler */
@media (max-width: 1200px) {
    .header-desktop {
        display: none;
    }

    .header-mobile {
        display: block;
        padding: 0;
    }
}

/***************************  HOME SLIDER  *******************************/
.home-img {
    width: 100%;
    margin: 0;
}

.list-slider {
    padding: 3rem 0;
}

.category-icons {
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    gap: 16px;
}

@media (max-width: 768px) {
    .category-icons {
        grid-auto-flow: unset;
        grid-template-columns: repeat(4, 1fr);
        gap: 12px;
    }
}

@media (max-width: 480px) {
    .category-icons {
        grid-template-columns: repeat(3, 1fr);
    }
}

.list-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    text-align: center;
}

.list-box:hover {
    color: #000;
    opacity: 0.8;
}

.list-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 10px;
    padding: 10px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 20px #fa866f;
}

.list-box {
    font-size: 12px;
}

.general-buttons {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
    z-index: 10;
}

.button-prev,
.button-next {
    color: var(--color-1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

/****** Home-Mobile  ************/
.mobile-home {
    position: relative;
    height: auto;
    overflow: hidden;
}

.home-img {
    width: 100%;
}

.home-content {
    width: 100%;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 10;
    overflow: hidden;
}

.home-p {
    font-size: 30px;
    margin: 30px 0;
}

.home-btn {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    border: 1px solid var(--color-white);
    margin: 10px;
    padding: 10px 20px;
}

.home-btn img {
    width: 20px;
    height: 20px;
}

.home-content-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 20px;
    padding: 3px;

}

.home-content-buttons div {
    color: #fff;
    font-size: 30px;
}

.mobile-buttons {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 5rem;
}

.mobile-buttons div {
    color: #fff;
    font-size: 30px;
}

.mobile-home-slider {
    display: none;
}

/* Home responsive */
@media (max-width: 1200px) {
    .home-slider {
        display: none;
    }

    .mobile-home-slider {
        display: block;
    }

    .list-slider {
        display: flex;
        flex-wrap: wrap;
    }

    .home-content {
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 0;
    }

    .general-buttons {
        display: flex;
        justify-content: center;
        position: static;
        transform: none;
        gap: 40px;
    }

    .button-prev,
    .button-next {
        width: auto;
        height: auto;
        color: var(--color-1);
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-size: 35px;
        cursor: pointer;
    }
}

@media (max-width: 576px) {
    .home-p {
        font-size: 20px;
        width: 100%;
    }
}

.product-box {
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    padding: 0;
    box-sizing: border-box;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 25px;
    -webkit-box-shadow: 0px 10px 50px 10px rgba(255, 235, 231, 0.5);
    box-shadow: 0px 10px 50px 10px rgba(255, 235, 231, 0.5);
    padding: 10px;
    height: calc(100% - 20px);
}

.product-box:hover {
    -webkit-box-shadow: 0px 20px 50px 20px rgba(221, 192, 186, 0.8);
    box-shadow: 0px 20px 50px 20px rgba(221, 192, 186, 0.8);
}

.pro-content {
    /* padding: 15px; */
    text-decoration: none;
    margin-bottom: 1rem;
    flex-grow: 1;
    display: flex;
    align-items:center;
    justify-content: space-between;
}

.product-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 25px 25px 0px 0px;
}

.product-box .product-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    opacity: 0;
    transition: opacity 0.8s ease;
    z-index: 1;
    object-fit: cover;
    padding: 10px;
    border-radius: 35px 35px 0px 0px;
}

.product-box:hover .product-hover-img {
    opacity: 1;
}

.pro-content {
    padding: 15px;
    text-decoration: none;
    margin-bottom: 0;
    display: flex;
    justify-content: space-between;
    background: #fa866f;
    align-items: center;
    border-radius: 0px 0px 25px 25px;
}

@media(max-width: 992px){
    .pro-content{
        text-align: center;
        align-items: center;
    }
}

.product-box .add-to-cart img {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    object-fit: cover;
}

.product-box:hover .add-to-cart,
.product-box:hover .notify-button {
    opacity: 1;
    /* background-color: #FA866F; */
    color: white;
    font-size: 12px;
}

.product-box .hover-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(100%);
    transition: transform 0.5s ease;
    z-index: 1;
}

.product-box:hover .hover-bg {
    transform: translateY(0);
}

.price-section {
    flex-shrink: 0;
    /* padding-bottom: 15px; */
}

.old-price {
    font-size: 12px;
    color: gray;
    margin-inline: 1rem;
    text-decoration: line-through;
}

.sold-out {
    font-size: 20px;
    color: gray;
    text-decoration: line-through;
    margin-bottom: 1.5rem;
}

.pro-box-title {
    font-size: 17px;
    margin-bottom: 5px;
    color: white;
}

.pro-p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
    text-align: center;
    flex-grow: 1; 
}

.new-price {
    font-size: 20px;
    color: white;
}

.new-price span {
    font-size: 15px;
}

.pro-box {
    width: 350px;
    height: 450px;
    position: relative;
    margin-bottom: 3rem;
}

.pro-box img {
    width: 100%;
    height: 100%;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}

.content {
    background-color: #fff;
    padding: 10px 25px;
    width: 350px;
    position: absolute;
    bottom: -138%;
    border-radius: 30px;
}

.content a {
    text-decoration: none;
}

.pro-title {
    color: #000;
    font-size: 12px;
}

.pro-title-bottom {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    margin-block: 10px;
}

.price {
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 20px;
}

.basket-box {
    border: 1px solid var(--color-black);
    border-radius: 10px;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    padding: 7px 23px;
}

.basket-box span {
    font-size: 15px;
}

/****************** CATEGORY BOX *********************/
.categories {
    margin-top: 5rem;
    display: none;
}

.category-box {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 2rem;
}

.category-box img {
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    padding: 30px;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 0;
    transition: opacity 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    z-index: 1;
}

.overlay {
    opacity: 1;
}

.overlay-content {
    padding: 20px;
}

.overlay-title {
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 12px;
}

.overlay-description {
    width: 600px;
    font-size: 20px;
    margin-bottom: 20px;
}

@media (max-width: 1200px) {
    .categories {
        display: none;
    }

    .new-price {
        font-size: 13px;
    }

    .old-price {
        font-size: 10px;
    }

    .pro-p {
        font-size: 12px;
    }

    .pro-box-title {
        font-size: 11px;
        color: white;
        font-weight: 600;
    }
}

@media (max-width: 992px) {
    .overlay {
        padding: 30px 10px;
    }
    .overlay-title {
        font-size: 25px;
    }

    .overlay-description {
        font-size: 18px;
        width: 100%;
    }

    .overlay-button {
        padding: 8px 18px;
        font-size: 10px;
        margin-block: 2rem;
    }

}

@media (max-width: 576px) {
    .overlay-title {
        font-size: 20px;
        margin-top: 10px;
    }

    .overlay-description {
        font-size: 12px;
        width: 100%;
    }

    .overlay-button {
        padding: 6px 16px;
        font-size: 8px;
    }
}

/****************** CATEGORIES-SECTION *********************/
/* Genel Stil */
.banners-section .wrapper {
    display: flex;
    flex-direction: column;
}

.categories-section .row {
    display: flex;
    flex-wrap: wrap;
}

.banner-box {
    position: relative;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
}

.banner-box img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    object-fit: cover;
}

.banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 20px 40px;
}

.banner-box .banner {
    opacity: 1;
}

.banner-title {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: bold;
}

.banner-description {
    font-size: 16px;
    margin-bottom: 20px;
}

.banner-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 12px;
}

.banner-box:hover .banner-button {
    background-color: var(--color-1);
    color: #fff;
}

/* Responsive ayarlar */
@media (max-width: 1200px) {
    .categories-section {
        display: none;
    }
}

/****************** WHY US ? *********************/
.why-us-section {
    margin-bottom: 8rem;
    margin-top: 3rem;
}

.why {
    padding: 30px 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    min-height: 250px;
    height: 100%;
}

.why-img {
    background-color: var(--color-1);
    border: 2px solid var(--color-1);
    border-radius: 50%;
    box-shadow: 0 4px 8px var(--color-1);
    margin-bottom: 1rem;
    padding: 10px;
}

.why-title {
    font-size: 1.25rem;
    margin: 10px 0;
}

.why-p {
    font-size: 1rem;
    margin: 0;
}

@media (max-width: 992px) {
    .why-img {
        max-width: 80px;
    }

    .why-title {
        font-size: 1.1rem;
    }

    .why-p {
        font-size: 0.9rem;
    }
}

@media (max-width: 768px) {
    .why-img {
        max-width: 60px;
    }

    .why-title {
        font-size: 1rem;
    }

    .why-p {
        font-size: 0.85rem;
    }
}

@media (max-width: 576px) {
    .why-img {
        max-width: 50px;
    }

    .why-title {
        font-size: 0.9rem;
    }

    .why-p {
        font-size: 0.75rem;
    }
}

/****************** DEALS *********************/
.deals {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.deal-box {
    position: relative;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 80%;
    max-width: 250px;
    margin: 2rem auto;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    display: block;
    text-decoration: none;
    padding: 40px 15px;
}

.deal-box img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 20px;
}

.deal-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    object-fit: cover;
}

.deal-box img:first-child {
    position: relative;
    z-index: 0;
}

.deals-slider {
    overflow: hidden;
}

.deal-box:hover .deal-hover-img {
    opacity: 1;
}

.deal-box:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.deal-content {
    padding: 15px;
    position: relative;
    text-decoration: none;
}

.deal-content .add-to-cart {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    background-color: var(--color-3);
    color: #fff;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
    width: 100%;
}

.deal-box:hover .add-to-cart {
    opacity: 1;
}

.deal-content div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.old-price {
    font-size: 12px;
    color: gray;
    margin-inline: 1rem;
    text-decoration: line-through;
}

.deal-box-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #333;
}

.deal-p {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.discount-badge {
    position: absolute;
    top: 24px;
    left: 187px;
    padding: 10px;
    border-radius: 50%;
    color: white;
    font-size: 15px;
    font-weight: bold;
    background-color: var(--color-2);
    z-index: 10;
}

.blog .button-prev,
.blog .button-next,
.deals .button-prev,
.deals .button-next {
    display: none;
}

@media (max-width: 1200px) {
    .blog .button-prev,
    .blog .button-next,
    .deals .button-prev,
    .deals .button-next {
        display: block;
    }

    .discount-badge {
        top: 12px;
        left: 136px;
        padding: 12px;
        font-size: 8px;
    }
}

@media (max-width: 820px) {
    .discount-badge {
        top: 51px;
        left: 527px;
        padding: 21px 21px;
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .discount-badge {
        top: 33px;
        left: 499px;
        padding: 15px 20px;
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .discount-badge {
        position: absolute;
        top: 33px;
        left: 248px;
        padding: 15px 20px;
        border-radius: 50%;
        color: white;
        font-size: 10px;
        font-weight: bold;
        background-color: var(--color-3--variable);
    }
}

/****************** CTA *********************/
.cta {
    position: relative;
    padding: 50px 0;
}

.cta-left {
    width: 50%;
}

.cta .wrapper {
    position: relative;
}

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

.cta-right a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-weight: 600;
}

.cta-right i{
    color: var(--color-2);
}

.cta-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.cta-left,
.cta-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.cta-left {
    text-align: center;
}

.cta-right {
    right: 150px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cta-left,
.cta-right li {
    margin-bottom: 20px;
}

.cta-left .cta-p {
    font-size: 28px;
    color: #25252e;
    margin-bottom: 1rem;
    font-weight: 600;
    text-align: center;
}

.section-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #fa866f;
    color: white;
    text-decoration: none;
    border-radius: 5px;
}

.cta-right a {
    text-decoration: none;
    color: var(--color-1);
    font-size: 18px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    font-size: 24px;
}

.cta-mobil-p {
    display: none;
    color: #fff;
    margin-bottom: 1rem;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 992px) {
    .cta-content {
        position: static;
        top: auto;
        left: auto;
        width: 100%;
        padding: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cta-left {
        margin-right: 0;
        margin-bottom: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        font-size: 15px;
        left: 0px;
        top: 168px;
        padding: 0px 22px;
    }

    .cta-right {
        display: none;
    }

    .cta-mobil-p {
        display: block;
        font-size: 15px;
    }

    .cta-img {
        width: 100%;
        height: 350px;
    }
}

/*********************** FOOTER **********************/
footer {
    border-radius: 0px 0px 9px 9px;
    background: #FA866F;
    padding: 40px 0;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    flex-direction: column;
    gap: 30px;
}

.footer-top-icons {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-top-icons .social-media-footer {
    margin-top: 1.5rem;
}

.footer-top-icons span i {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.1rem;
    transition: opacity 0.3s ease;
}

.footer-top-icons span i:hover {
    opacity: 0.8;
}

footer .row {
    display: flex;
    flex-wrap: wrap;
}
.footer-content {
    flex: 1 1 100px;
    margin: 15px;
    font-size: 19px;
    margin-bottom: 15px;
    color: #fff;
    width: 100%;
    display: inline-block;
}

.footer-title {
    font-size: 25px;
    margin-bottom: 15px;
    color: #fff;
    font-weight: 700;
    white-space: nowrap;
    width: 100%;
    display: inline-block;
    position: relative;
}

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

.footer-content li a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #fff;
    text-decoration: none;
}

.footer-content img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.footer-line {
    border-top: 1px solid #ccc;
    padding-top: 24px;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
}

.fb-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    padding: 0;
    margin: 0;
    font-size: 13px;
}

.fb-right ul li {
    display: inline-block;
}

.fb-right span {
    border-right: 1px solid var(--color-2);
    margin-left: 5px;
}

.fb-right a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.fb-right a:hover {
    opacity: 0.8;
}

.footer-content a {
    transition: 0.3s ease;
}

.footer-content a:hover {
    opacity: 0.8;
}

.footer-bottom ul,
.fb-left,
.footer-center {
    color: #fff;
    font-size: 14px;
}

.footer-logo img {
    width: 219px;
}

@media (max-width: 1200px) {
    .footer-top {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 2rem;
    }

    .footer-logo img {
        width: 100%;
    }

    .footer-content {
        margin-bottom: 50px;
        width: 20%;
    }

    .footer .row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .footer-logo {
        text-align: center;
        margin-bottom: 20px;
    }

    .fb-left,
    .footer-center {
        display: none;
    }

    .fb-right {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .footer-title {
        font-size: 22px;
    }

    .footer-content li a {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 15px;
    }
}

@media (max-width: 1024px) {
    .footer-title {
        font-size: 20px;
    }

    .footer-content li a {
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .footer-title {
        font-size: 17px;
    }

    .footer-content li a {
        font-size: 12px;
    }
}

@media (max-width: 576px) {
    .footer .row {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
}

/********************** BLOG ************************/

.blog {
    width: 100%;
    overflow: hidden;
}

.add-to-blog {
    background-color: #fff;
    color: var(--color-1);
    padding: 10px;
    border-radius: 25px;
}

.blog-box {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    width: 100%;
    max-width: 250px;
    margin: 2rem auto;
    text-decoration: none;
    display: block;
    text-align: center;
    max-height: 500px;
}

.blog-box img {
    display: block;
    width: 100%;
    object-fit: cover;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-hover-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
    object-fit: cover;
}

.blog-box img:first-child {
    position: relative;
    z-index: 0;
}

.blog-content {
    padding: 15px;
    position: relative;
    text-decoration: none;
    background-color: var(--color-2);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    margin-bottom: 2rem;
}

.blog-content div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-box-title {
    font-size: 14px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
}

.blog-p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}

@media (max-width: 1200px) {
    .blog .button-prev,
    .blog .button-next,
    .deals .button-prev,
    .deals .button-next {
        display: block;
    }
}

@media (max-width: 768px) {
    .blog-slider {
        display: block;
    }
}

/***************************** URUNLER.PHP *******************************/
.category-header {
    background-color: var(--color-1);
    padding: 3rem;
    margin-bottom: 4rem;
    margin-top: 1rem;
}

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

.category-pro-title {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
}

.product-count {
    color: #fff;
}

/* breadcrumb.blade.php */
ul.links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    font-size: 14px;
    margin: 1rem 0 2rem;
}

ul.links a {
    text-decoration: none;
    color: var(--color-1);
}

ul.links li:not(:last-child)::after {
    content: ">";
    color: var(--color-1);
    margin: 0 8px;
    font-weight: bolder;
}

ul.links li:last-child {
    font-weight: bold;
    color: var(--color-2);
}

ul.links li:last-child a {
    color: var(--color-2);
}

/* single-product.blade.php */
.pro-detail-container {
    position: relative;
    width: 100%;
    height: 600px;
}

.pro-detail-top {
    padding: 1rem 2rem;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin-bottom: 15px;
}

.pro-detail-shipping input {
    margin: 3rem 0;
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: none;
    padding: 1rem;
    width: 100%;
}

.pro-detail-img,
.pro-detail-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 35px;
    transition: opacity 0.5s ease;
}

.pro-detail-img {
    opacity: 1;
}

.pro-detail-hover {
    opacity: 0;
}

.pro-detail-container:hover .pro-detail-img {
    opacity: 0;
}

.pro-detail-container:hover .pro-detail-hover {
    opacity: 1;
}

.pro-detail-title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1rem;
}

.pro-detail-desc {
    margin-bottom: 1rem;
}

.pro-detail-code {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.pro-detail-price {
    background-color: #fff;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 1rem 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pro-detail-price a {
    color: #fff;
    font-size: 20px;
}

.single-btn {
    padding: 1rem 2.5rem;
    background: #25252e;
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.single-btn i {
    margin-left: 10px;
    transition: transform 0.3s ease;
}

.single-btn:hover i {
    transform: translateX(7px);
}

.single-btn:hover {
    background-color: #fa866f;
    color: #fff;
}

.product-actions {
    margin: 2rem 0;
}

.product-actions a {
    color: #fff;
}

.pro-detail-shipping {
    position: relative;
    padding: 1.5rem 1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.pro-detail-shipping i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #ccc;
    font-size: 16px;
}

.pro-detail-shipping .fa-location-arrow {
    right: 10px;
}

.flower-detail {
    margin-top: 0;
    /* box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1); */
    border-radius: 5px;
    padding: 2rem;
}

.flower-detail-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.flower-detail-content {
    display: flex;
    flex-direction: column;
}

.flower-detail-content span {
    margin-block: 10px;
    font-weight: 600;
}

.payment-info {
    max-width: 700px;
    margin-top: 15px;
    padding: 1rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.payment-title {
    font-size: 1.2rem;
    font-weight: 600;
}

.payment {
    width: 60%;
}

.similar-pro-container {
    background-color: #edf1e5;
    margin: 4rem 0;
    padding-bottom: 5rem;
}

.similar-pro-container .col-lg-3 {
    margin-bottom: 2rem;
}

.similar-pro {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3rem 0;
}

.similar-pro .similar-pro-title {
    font-size: 1.7rem;
}

.similar-pro-container span {
    border-bottom: 1px solid #000;
    margin: 0 15px;
    width: 10%;
}

.similar-pro-title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #333;
}

.single-detail-price {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.detail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2rem;
    background: white;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 15px;
}

.single-old-price {
    text-decoration: line-through;
    font-size: 25px;
}
.single-new-price {
    font-weight: 600;
    font-size: 35px;
}

.notify-button-single {
    padding: 1rem 3rem;
    background: var(--color-1);
    text-decoration: none;
    color: #fff;
    border-radius: 10px;
    transition: all 0.3s ease;
}

.notify-button-single:hover {
    background-color: var(--color-2);
    color: #fff;
}

.notify-button-single i {
    display: inline-block;
    margin: 0 18px;
    transition: transform 0.3s ease;
}

.notify-button-single:hover i {
    transform: translateY(-15px);
}

.form-select {
    background-color: #fff;
    color: var(--color-1);
}

/* Single-list */
.single-blog-box {
    max-width: 25%;
    text-decoration: none;
}

.single-blog-img {
    width: 100%;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 70%;
    object-fit: cover;
}

.single-blog-title {
    color: var(--color-2);
    font-weight: 600;
    margin-block: 1rem;
    text-align: center;
    font-size: 14px;
}

.single-blog-desc {
    color: var(--color-1);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.single-blog-btn {
    background-color: var(--color-1);
    padding: 10px 25px;
    margin-bottom: 2rem;
}

.single-blog-btn a{
    color: #fff;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

/*Single-blog.blade.php */
.blog-box {
    width: 100%;
    text-decoration: none;
}

.blog-box-content {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.blog-img {
    width: 100%;
    object-fit: cover;
    margin-top: 2rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.blog-list-desc {
    color: #787777;
}

.blog-btn {
    background-color: var(--color-3--variable);
    padding: 0.5rem 2.5rem;
    border-radius: 10px;
    margin-top: 2rem;
    color: #fff;
    text-align: center;
}

.blog-btn a {
    color: #fff;
    text-decoration: none;
}

.blog-detail {
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    padding: 2rem;
}

/* content wrapper start */

.content-wrapper {
    color: #636262;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 17%);
    padding: 3rem 2rem;
    border-radius: 16px;
    margin-bottom: 30px;
    margin-top:30px;
}

.content-wrapper img {
    max-width: 100%;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.content-wrapper p {
    color: #787777;
}

.content-wrapper ul {
    margin-left:50px;
    margin-bottom:30px;
}

.content-wrapper ul li {
    list-style: disc;
    margin-bottom:10px;
}

.content-wrapper ol {
    margin-left:50px;
    margin-bottom: 30px;
}

.content-wrapper ol li {
    list-style: decimal;
    margin-bottom:10px;
}

.content-wrapper h1 {
    font-size: 24px;
    margin-bottom:20px;
}

.content-wrapper h2 {
    font-size: 22px;
    margin-bottom:20px;
}

.content-wrapper h3 {
    font-size: 20px;
    margin-bottom:20px;
}

.content-wrapper h4 {
    font-size: 19px;
    margin-bottom:20px;
}

.content-wrapper h5 {
    font-size: 18px;
    margin-bottom:20px;
}

.content-wrapper h6 {
    font-size: 17px;
    margin-bottom:20px;
}

.content-wrapper p+h2, .content-wrapper p+h3, .content-wrapper p+h4, .content-wrapper p+h5, .content-wrapper p+h6 {
    margin-top:30px;
}

@media(max-width:992px) {
    .content-wrapper {
        padding: 1.5rem 1.2rem;
    }

    .content-wrapper ul, .content-wrapper ol {
        margin-left:25px;
    }
}

/* content wrapper finish */

.blog-title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

/* Single-product.php */

form {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.comments {
    padding: 1rem;
}

.comment {
    /* margin-bottom: -1rem; */
    font-size: 1.5rem;
    margin-top: 2rem;
}

.comment-form input[type="text"],
.comment-form textarea {
    background-color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1), 0 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border: none;
}

.comment-form textarea {
    resize: vertical;
    border: none;
    margin-block: 2rem;
}

.comment-btn {
    margin-top: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-btn button {
    background-color: var(--color-1);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s all;
}

.comment-btn button:hover {
    background-color: var(--color-2);
    border: var(--color-2);
    color: #fff;
}

/* stars */
.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;
}

.comment-robo {
    width: 300px;
}

/* About-us */
.about-us {
    padding-inline: 2rem;
}

.about-title {
    font-size: 1.5rem;
    font-weight: 600;
    text-align: center;
}

/* contact.blade.php */
.contact-title {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.2rem;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 1rem;
    padding: 10px;
    border: 1px solid var(--color-3--variable);
    border-radius: 5px;
}

.contact-robo {
    width: 300px;
}

.contact-btn {
    margin-top: 1rem;
}

.contact-btn button {
    background-color: var(--color-3);
    color: #ffffff;
    padding: 10px 50px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    transition: 0.3s all;
    border: none;
}

.contact-btn button:hover {
    background-color: #fff;
    color: var(--color-3);
}

.contact-right {
    display: flex;
    flex-direction: column;
}

.contact-right div {
    display: flex;
    gap: 8px;
    margin-bottom: 1rem;
}

.contact-icon span {
    padding: 6px 10px;
    border: 1px solid var(--color-3--variable);
    border-radius: 50%;
}

.contact-location {
    margin-top: 2rem;
}

/* whatsapp */

.mypage-alo-ph-circle {
    width: 90px;
    height: 90px;
    top: 12px;
    left: 12px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, 0.4);
    opacity: 0.1;
    opacity: 0.5;
    animation: zoomIn 1s infinite both;
}

.mypage-alo-ph-circle-fill {
    width: 60px;
    height: 60px;
    top: 28px;
    left: 28px;
    position: absolute;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.4 !important;
    animation: pulse 1s infinite both;
}

.mypage-alo-ph-img-circle {
    width: 30px;
    height: 30px;
    top: 43px;
    left: 43px;
    position: absolute;
    background-size: 100%;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    background-size: 100%;
    animation: tada 1s infinite both;
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.header .container {
    position: relative;
}

.mypage-alo-phone {
    position: absolute;
    top: -10px;
    right: 0px;
    z-index: 9999999;
}

.mypage-alo-ph-circle {
    border-color: #43b91e;
}

.mypage-alo-ph-circle-fill {
    background-color: #43b91e;
}

.mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle {
    border-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-circle-fill {
    background-color: #43b91e;
}

.mypage-alo-phone:hover .mypage-alo-ph-img-circle {
    background-color: #43b91e;
}

.hotlinemp {
    position: fixed;
    right: 139px;
    bottom: 130px;
    z-index: 9999;
}

@media (max-width: 992px) {
    .hotlinemp {
        display: none;
    }
}

@media (max-width: 992px) {
    section {
        overflow: hidden;
        padding: 0px 0px;
    }
}

.wp-img {
    color: #fff;
}

/* svg renkleri */
.phone-icon .phone-path {
    fill: var(--color-2);
}

.icon-item path {
    fill: #FA866F;
}

.fa-magnifying-glass {
    color: #FA866F;
}

.modal-icon path{
    fill: var(--color-2); 
}

.list-slider .general-buttons {
    display: none;
}

footer a {
    color: white;
    text-decoration: none;
    align-items: center;
    gap: 8px;
}

.section-title {
    padding: 25px 0px 0px 0px;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: -1.5px;
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.section-title::after {
  position: absolute;
  content: "";
  width: 150px;
  height: 3px;
  background: #fa866f;
  bottom: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 991px) {
  .section-title {
    margin-bottom: 25px;
    font-size: 24px;
  }
  .section-title::before {
    display: none;
  }
}

.fb-right li:last-child a span{
    border: none;
}

.footer-bottom .d-flex {
    justify-content: space-between;
    align-items: center;
}

.header-desktop nav ul {
    padding: 15px 10px;
}

.login-panel .bottom {
    width: 100%;
    height: 50%;
    background: #fff;
    padding: 0 20px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.login-panel .content {
    display: flex;
    flex-direction: column;
    align-items: center;
      text-align: center;
    justify-content: center;
    text-align: center;
    position: relative;
    top: 35%;
    transform: translateY(-50%);
}

.pdf-btn {
    background: #f5e6c9;
    padding: 28px 10px;
    display: flex;
    gap: 20px;
    align-items: center;
    border-radius: 9px;
    margin-bottom: 20px;
}

.pdf-btn i {
    font-size: 30px;
    border: 3px solid #94726f;
    width: 50px;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.home-slider {
    padding: 0px;
}

.category-header{
    margin-bottom: 0;
}

.product-pd{
    padding: 40px 0px;
}

.blog-section {
    padding: 30px 0px;
}

.blog-section h1 {
    text-align: center;
}

.standart {
    padding:25px 0px;
}

.standart h1 {
    text-align: center;
}

.category-page-content {
    padding: 0px 0px 50px 0px;
}

.blog-detail-page {
    padding: 25px 0px;
}

.blog-detail-page h1 {
    text-align:center;
}

.blog-detail-page .content-wrapper {
    margin-top: 0px;
}

.blog-list-page {
    padding: 25px 0px;
}

.blog-list-page h1 {
    text-align:center;
}

.category-header {
    background-color: #958e8e;

}

.button-prev i,.button-next i {
    font-size: 20px;
}

.list-slider .button-prev {
    background: #FA866F;
    padding: 15px 17px;
    border-radius: 50%;
}

.list-slider .button-next {
    background: #FA866F;
    padding: 15px 17px;
    border-radius: 50%;
}

.products-section {
    padding: 30px 0px;
}

.error-area .text {
    font-size: 44px;
    font-weight: 500;
}

.error-area .desc {
    font-size: 28px;
    font-weight: 400;
}

.home-btn-page {
    background: #958e8e;
    padding: 12px 40px;
    color: white;
    border-radius: 5px;
    border: 1px solid #958e8e;
    transition: all 0.4s ease;
}

.error-area {
    margin-bottom: 30px;
}

.home-btn-page:hover {
    background: none;
}

.form-btn .home-btn-page:hover {
    color: #958e8e;
}

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

.pd0 {
    padding: 0px 0px;
}
.pd20 {
    padding: 20px 0px;
}

.tw-button {
    background-color: rgb(149 142 142);
    transition: all 0.3s ease;

}

.tw-button:hover{
    opacity: 0.8;
    background-color: rgb(149 142 142);

}

.tw-bg-rose-600 {
    background-color: rgb(149 142 142);
    transition: all 0.3s ease;

}

.tw-bg-rose-600:hover{
    opacity: 0.8;
    background-color: rgb(149 142 142);

}

.tw-tab-selector-active {
    background-color: rgb(149 142 142);
    transition: all 0.3s ease;

}

.tw-tab-selector-active:hover{
    opacity: 0.8;
    background-color: rgb(149 142 142);
}

@media (max-width: 1400px) {
    .footer-content {
    margin: 0;
}
}

.list-slider {
    position: relative; 
}

.list-slider {
    position: relative; 
}

.home-content-buttons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 260px;
    right: 260px;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    bottom: -15px;
}

.button-prev,
.button-next {
    pointer-events: auto; 
    background: rgba(255, 255, 255, 0.7); 
    border-radius: 50%; 
    width: 40px; 
    height: 40px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3); 
    transition: all 0.4s ease;
}

.button-prev:hover,
.button-next:hover {
opacity: 0.8;}

.list-slider.button-prev,
.list-slider.button-next {
    pointer-events: auto;
    background: rgba(255, 255, 255, 0.7); 
    border-radius: 50%; 
    width: 40px; 
    height: 40px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.list-slider.button-prev:hover,
.list-slider .button-next:hover {
    opacity: 0.8;
}

.social-media-footer {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.single-list-mobile{
    display: none;
}

@media (max-width: 992px){

    .social-media-footer {
        padding-bottom: 30px;
    }
        .footer-content {
            width: 53%;
    }
    .footer-title {
        font-size: 13px;
    }
    .list-box {
        font-size: 9px;
    }
    .home-content-buttons {
        top: 80%;
        left: 115px;
    }
    .cta-left .cta-p {
        font-size: 20px;
        padding: 0px 13px;
    }

    .product-count {
        display:none;
    }
    .category-header{
        padding: 0;
        margin: 0;
    }
    .header-list {
    display: block;
    text-align: center;
    }
    .single-list-desktop{
        display: none;
    }
    .single-list-mobile{
        display: block;
    }
    .category-pro-title {
        padding: 7px;
    }
    .form-select {
        background-color: #fa866f;
        color: white;

    }
}

.category-header{
    margin: 0;
}

nav ul li ul li:hover {
    padding: 0;
    width: 290px;
    background: #fa866f;
    margin-bottom: 15px;
    color: white;
}

nav ul li ul li:hover a {
    color: white;
}
.category-header {
    background-color: #25252e;
}
.cta-content {
    justify-content: end;
    position: relative;
    z-index: 1;
    bottom: 0;
    top: -211px;
    margin: 0;
    padding: 0;
}

@media (max-width:1700px){
    .home-content-buttons {
        left: 30px;
    
    }
}

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

.pro-content .icon {
    width: 37px;
    height: 37px;
    margin: 0 auto;
    background-color: #FFDED8;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 20px white;
}

.btns .add-to-cart {
    font-size: 12px;
    color: white;
    background: none !important;
    white-space: nowrap;
}

.pro-content{
    transition: all 0.3s ease;
}

.product-box:hover .pro-content{
    background: #25252e;
}

.list-slider .lists {
    padding: 20px 0px;
}

.list-box:hover .list-img {
    box-shadow: 0px 0px 20px #FA866F;
}

    /* footer sticky hemen ara */

    .footer-sticky-bar {
        display: block;
        box-shadow: -7px -4px 20px rgba(0, 0, 0, 0.1);
        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 #fa866f;
    }

    .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 .title {
        font-size: 10px;
        color: #472439;
    }

    .footer-sticky-bar .sticky-area .sticky-box img {
        height: 25px;
        margin-bottom: 4px;
    }

    .footer-sticky-bar .sticky-area .sticky-box a {
        display: flex;
        flex-direction: column;
    }

    .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;
    }
}

.fixed-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: white;
    z-index: 999;
    border-radius: 0px 0px 20px 20px;
    box-shadow: 0px 0px 6px #f9856f;
}

.fixed-header-2 {
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 5px 13.5px 1.5px rgb(0 0 0 / 10%);
    background: #fa866f;
    box-shadow: 0px 0px 10px;
}
 .menu-style {
    border-bottom: 1px solid rgba(33, 33, 33, 0.16);
    background: #fa866f;
    color: white;
    border-radius: 20px 20px 0px 0px;
}

.menu-block{
    transition: all 0.3s ease;
    border-radius: 0px 0px 20px 20px;
}

@media (max-width:992px){
    .menu-block {

    display: none;
}
}

.notify-button {
    font-size: 12px;
}

.btn.block {
    display: block;
    background: #fa866f;
}
.contact-page-detail .contact-button {
    background-color: #fa866f;
}

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

.login-panel .panel .btn-panel.uye-olmadan-devam {
    background: #25252e;
}

.tw-bg-rose-600 {
    background-color: rgb(250 134 111);
}

.tw-button {
    background-color: rgb(250 134 111);
}
.tw-bg-gray-400 {
    background-color: #25252e;
}

.tw-button:hover {
    opacity: 1;
    background-color: #25252e;
}

.tw-bg-rose-600:hover {
    opacity: 1;
    background-color: #25252e;
}

.tw-tab-selector-active {
    background-color: rgb(250 134 111);
}
.tw-tab-selector-active:hover {
    background-color: #25252e;
}

.footer-title::after {
    position: absolute;
    content: "";
    width: 109px;
    height: 2px;
    background: #f3f3f3;
    left: 25%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 40px;
}

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

.florist-wrapper.panel .menu li a i {
    color: #fa866f;
}

.florist-wrapper.login .login-text .title {
    color: #1a202c;
}
.contact-form input, .contact-form textarea {

    border: 1px solid #fa866f;
}

@media (max-width:1080px){
    .menu-style{
        display:none;
    }
    .dp-none{
        display: block;
    }
    .mobile-home-slider {
        padding: 0;
    }
    .footer-sticky-bar{
        display: block;

    }

    .hotlinemp {
        right: 139px;
        bottom: 185px;
    }
    .social-media-footer {
        margin-bottom: 33px;
        margin-top: -40px;
    }

}

@media (max-width: 992px){
    .footer-title::after {
        left: 34%;
        top: 21px;
    }
}

.modal-footer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    gap: 12px;
}

@media (min-width: 300px) {
    .home-content-buttons {
        left: 33%;
        top: 78%;
    }
    .list-box {
        font-size: 17px;
    }

    .pro-box-title {
        font-size: 14px;
    }

}

@media(min-width: 1600px){
    .home-content-buttons {
        left: 12%;
        top: 50%;
        right: 13%;
    }
}

@media (max-width: 1720px) {
    .home-content-buttons {
        left: 3%;
        top: 50%;
        right: 2%;
    }
}

.footer-center img {
    max-width: 150px;
}

@media (max-width: 992px){
    .product-box .pro-content {
        flex-direction: column;
    }

    .pro-content .btns {
        display: flex;
        padding-top: 13px;
        align-items: center;
        gap: 10px;
        justify-content: space-between;
    }
  .notify-button,.add-to-cart {
        font-size: 11px !important;
    }
    .product-box {
        padding: 5px;
    }
}

@media (min-width: 992px){
    .product-thumb-slider img{
        height: 190px;

    }
}

@media (max-width: 992px) {
    .detail-box {
        flex-direction: column;
    }
    .single-btn {
        width: 100% !important;
    }
}

.cta-img {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    border-radius: 24px;
    box-shadow: 0px 0px 20px #fa866f;
    width: 100%;
    padding: 0;
}

.cta-left .cta-p {
    color: white;

}

.contact-btn button:hover {
    background-color: inherit;
}

.contact-form .btn.contact-btn {
    background: #fa866f;
}

@media (min-width: 992px){
    .contact-page-bottom-btn {
        display: flex;
        justify-content: space-between;
    }

    .form-bottom-area {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
    }
    
    .contact-form .btn.contact-btn {
        background: #fa866f;
        display: flex;
        align-items: center;
        margin: 0;
    }
    
    .contact-form .btn.contact-btn button {
        padding: 0px 60px !important;
    }
}

.list-product-details li span {
    font-weight: 600;
}
.list-product-details li {
    padding-bottom: 10px;
}

span.kdv {
    font-size: 14px;
    position: relative;
    bottom: 10px;
}
.icon-block svg {
    background: #fa866f;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    padding: 12px;
    fill: white !important;
}

.icon-block svg * {
    fill: white !important;
}

header img.logo {
    max-width: 180px;
}

@media (max-width: 992px) {
	.home-content-buttons {
    display: none;
}
}

section.home-slider .container-fluid,
section.mobile-home-slider .container-fluid {
    padding: 0;
}

/* ========== Hero Slider Tema ========== */

.hero-slider-prev,
.hero-slider-next {
    width: 44px;
    height: 44px;
    font-size: 15px;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: rgba(255, 255, 255, 0.9);
}

.hero-slider-container:hover .hero-slider-prev,
.hero-slider-container:hover .hero-slider-next {
    opacity: 1;
}

.hero-slide img {
    border-radius: 0;
}

@media (max-width: 768px) {
    .hero-slider-prev,
    .hero-slider-next {
        opacity: 1;
        width: 36px;
        height: 36px;
    }
}