@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url("bootstrap.min.css");

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.woff2") format("woff2"),
    url("../fonts/Gilroy-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Light.woff2") format("woff2"),
    url("../fonts/Gilroy-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"),
    url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"),
    url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.woff") format("woff"),
    url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Lovelace Text";
  src: url("../fonts/LovelaceText-Regular.woff2") format("woff2"),
    url("../fonts/LovelaceText-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lovelace Text";
  src: url("../fonts/LovelaceText-BoldItalic.woff2") format("woff2"),
    url("../fonts/LovelaceText-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Gilroy", sans-serif;
  overflow-x: hidden;
}

.wrapper {
  overflow: hidden;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
  box-shadow: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}
img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
/* Mobile Navigation */
.mobile-nav {
  margin-top: 43px;
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #e3e2e2;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3sease-in-out;
}

.menu {
  border: none;
}

/* Show menu when open */
.mobile-nav.open {
  display: block;
}

/* Mobile Nav Links */
.mobile-nav ul {
  list-style: none;
  padding: 10px 0;
  text-align: center;
}

.mobile-nav a {
  display: block;
  padding: 10px;
  text-decoration: none;
  color: #333;
  font-weight: bold;
  transition: background 0.3s;
}

.mobile-nav a:hover {
  background: #f6bec6;
}

.hamburger {
  cursor: pointer;
  display: none;
}

.ff-vacan h2 {
        color: #2c3576!important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.header {
  position: relative;
}
.ff_top {
  background: #353C6C;
  height: 60px;
}
.search_form input::placeholder{
  color: #E4F0FB;
}
.ff_headone {
  padding: 0px 16px;
  max-width: 1515px;
  margin: 0px auto;
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.ff_input {
  /*width: 472px;*/
  background-color: transparent;
  border: none;
  color: #ababab;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-left: 19px;
}
.ff_headtwo {
  display: flex;
  gap: 51px;
}
.ff-headtwo-link{
  color: #f2f2f2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}
.ff-select {
  border: none;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  background-color: transparent;
}

.ff_backcolor {
  background-color: #eae9ef;
}
.ff_headermain {
  max-width: 1515px;
  margin: -1px auto;
  display: flex;
  padding-left: 16px;
  padding-right: 16px;
  padding-top: 35px;
  justify-content: space-between;
}
.nav-link.ff-nav-link{
  color: #222;
  font-size: 18px;
  font-style: normal;
  z-index: 10000;
  font-weight: 600;
  font-family: "Gilroy", sans-serif;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  padding: 0 !important;
  border-radius: 0;
}
.nav-link.ff-nav-link:first-child{
  margin-right: 48px;
}
.ff-wed {
  margin-left: 48px;
}
.ff_headermaintwo {
  display: flex;
  gap: 49px;
}
.ff_heart {
  position: relative;
}
.ff_color {
  width: 24px;
  height: 24px;
  background: linear-gradient(to top, #efb2bb, #f5909f);
  border-radius: 100%;
  position: absolute;
  bottom: 13px;
  left: 16px;
}
.ff_color p {
  color: #fff;
  text-align: center;
  margin-top: 4px;
  margin-left: 1px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
.ff_headermainthree {
  display: flex;
}
.navbar-brand {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1000;
  margin-right: 0;
}
.navbar {
  padding: 5px 16px;
  max-width: 1515px;
  margin: 0px auto;
  justify-content: space-between;
}

.ff_togo {
  margin-top: -1px;

}
.ff_togo a {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  margin: 0px 5px;
}
.ff_togo a span {
  margin-left: 5px;
}
.ff_login {
  color: #2c3576 !important;
}
.ff_p {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  padding-bottom: 37px;
}
.ff_main {
  max-width: 1146px;
  margin: 0px auto;
  display: flex;
  gap: 111px;
  padding-left: 16px;
  padding-right: 16px;
}

.ff_reg {
  padding-top: 43px;
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}
.ff_main1 p {
  max-width: 490px;
  padding-top: 26px;
  padding-bottom: 41px;
  color: #585858;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.ff_main2 {
  background-color: #f7f7f9;
  border-radius: 20px;
  padding: 54px 68px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: -120px;
  border: 1px solid #ecebf1;
  margin-bottom: 169px;
}
.ff_main2 h2 {
  color: #222;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}
.ff_main2 p {
  color: #585858;
  text-align: center;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 27px 0px;
}
.ff_main2 input {
  color: #8d8d8d;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  width: 100%;
  height: 60px;
  padding-left: 28px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid #ecebf1;
  background-color: #ffffff;
}

.pass {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-underline-offset: auto;
  margin-top: 6px;
  margin-bottom: 20px;
}

/* footer  */
footer {
  background-color: #fff2f4;
  position: relative;
}
.ff_footer {
  max-width: 1146px;
  margin: 0px auto;
  padding-left: 16px;
  padding-right: 16px;
}
.ff_footerhead {
  padding-top: 26px;
  padding-bottom: 26px;
  border-bottom: 2px solid rgba(232, 169, 178, 0.25);
  display: flex;
  gap: 151px;
}
.ff_icons {
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: linear-gradient(to right, #efb2bb, #f5909f);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.ff_num {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
  letter-spacing: 0.64px;
}
.ff_mail {
  color: #2c3576;

  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.32px;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.ff_footer2 {
  padding-bottom: 30px;
  margin-top: 41px;
  border-bottom: 2px solid rgba(232, 169, 178, 0.25);
}
.ff-one {
  display: flex;
  flex-direction: column;
}
.ff-one h4 {
  margin-bottom: 19px;
  color: #222;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.ff-one a {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-bottom: 9px;
}
.ff-special {
  margin-top: 42px;
}

.ff-footend {
  color: #7e7e7e;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  padding: 21px;
}
.ff_flowerright {
  position: absolute;
  top: 0px;
  left: 0px;
}
.ff_flowerleft {
  position: absolute;
  bottom: 0px;
  right: 80px;
}

/* register page  */
.ff_reg1 {
  color: #222;
  padding-top: 57px;
  font-family: "Lovelace Text";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
  padding-bottom: 44px;
}

.ff_new {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 155px;
}
.ff_reg_sect {
  margin-top: -100px;
  margin-bottom: 119px;
  background-color: #f7f7f9;
  border: 1px solid #ecebf1;
  border-radius: 20px;
}
.reg {
  padding: 50px 67px 35px;
}
.reg h4 {
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  border-bottom: 2px solid #d9dfe5;
  padding-bottom: 32px;
}
.ff_reginput {
  margin-top: 30px;
  display: flex;
  gap: 32px;
  align-items: center;
}
.ff_reginput input {
  border: 1px solid #ecebf1;
  width: 50%;
  padding-top: 5px;
  border-radius: 50px;
  height: 60px;
  padding-left: 30px;
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.ff_detail {
  padding-top: 53px;
}
.ff_label {
  color: #222;
  margin-top: 31px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: flex;
  align-items: center;
  gap: 20px;
  letter-spacing: 0.32px;
}
.ff_labelmain {
  display: flex;
  gap: 59px;
}
input[type="radio"] {
  display: none;
}

.custom-radio {
  display: inline-block;
  width: 24px;
  height: 24px;
  border: 2px solid #ecebf1;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
}

input[type="radio"]:checked + .custom-radio::after {
  content: "";
  width: 14px;
  height: 14px;
  background: linear-gradient(to top, #efb2bb, #f5909f);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ff_cap {
  padding-top: 37px;
  padding-bottom: 24px;
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}
.ff_cap span {
  color: #cf2929;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
}
.ff_capimg {
  width: 302px;
  height: 76px;
}
.ff_regcontinue {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  width: 226px;
  height: 60px;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ff_checkbox {
  margin-top: 38px;
  display: flex;
  gap: 154px;
  align-items: center;
}
.ff_checkboxtext {
  color: #585858;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.ff_checkboxtext span {
  color: #2c3576;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-left: -15px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9%;
  text-underline-offset: auto;
  text-underline-position: from-font;
}



.custom-checkbox {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ecebf1;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox svg {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  fill: white;
}

input[type="checkbox"]:checked + .custom-checkbox svg {
  display: block;
}

input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #2c3576;
}

.ff_cancelbtn {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-underline-offset: auto;
  text-transform: uppercase;
}
.ff_forget {
  width: 618px !important;
}
.ff_forgetPass {
  margin: -100px auto 295px;
}
.ff_reset {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-top: 30px;
}
.ff_resetbtn {
  width: 184px !important;
  height: 60px !important;
}
.ff_forgetbtn {
  display: flex;
  align-items: center;
  gap: 20px;
}

.ff-links {
  display: grid;
  grid-template-rows: repeat(8, auto);
  grid-auto-flow: column;
  column-gap: 80px;
  row-gap: 10px;
}
.ff_footerinfo {
  display: flex;
  gap: 93px;
}

/* personal details page  */

.ff_detmain {
  background-color: #f7f7f9;
  border-radius: 20px;
  margin-top: -90px;
}
.ff_perAcc {
  padding-bottom: 166px;
}

.ff_detaila {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  transition: color 0.3s ease;
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
}

.ff_detaila:hover,
.icon-link:hover {
  color: rgb(var(--bs-link-hover-color-rgb));
}

.ff_deticon {
  background: #eceef1;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}

.icon-link:hover .ff_deticon {
  background: rgb(var(--bs-link-hover-color-rgb));
}

.icon-link:hover .ff_deticon svg path {
  fill: white;
}
.ff_detmain {
  padding: 38px 23px;
}
.ff_detailbor {
  border-bottom: 2px solid #d9dfe5;
}
.ff_logoutbtn {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 10.5%;
  text-underline-offset: 25%;
  text-underline-position: from-font;
  display: flex;
  align-items: center;
  margin-top: 30px;
  gap: 20px;
}
.ff_logoutimg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eceef1;
  border-radius: 100%;
}
.ff_dethead {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  padding-bottom: 30px;
}
.ff_perdet {
  display: flex;
  gap: 321px;
  margin-top: 34px;
}
.ff_perdet1 {
  display: flex;
  gap: 241px;
  margin-top: 39px;
  padding-bottom: 30px;
}
.navbar-collapse {
  flex-grow: inherit;
}
.ff_nav {
  
}
.navbar-toggler {
  border: none;
  background: none;
}
.ff_nam {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  margin-bottom: 28px;
}
.ff_detailnam {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  /* text-transform: capitalize; */
}
.ff_detpart {
  padding-left: 34px;
}
.ff_detedit {
  margin-top: 29px;
  margin-bottom: 20px;
  display: flex;
  gap: 49px;
}
.ff_edit {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.ff_acc {
  background-color: #ecebf1;
  border-radius: 20px;
  margin-top: 49px;
  height: 135px;
  position: relative;
  overflow: hidden;
}
.ff_point {
  color: #222;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  padding-top: 33px;
  padding-bottom: 29px;
}
.ff_price {
  color: #2c3576;
  text-align: center;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.drop-btn {
  display: none;
}
.imgleft {
  position: absolute;
  top: 0px;
  width: 158px;
}
.imgright {
  position: absolute;
  bottom: 0px;
  width: 154px;
  right: 0px;
}

.ff_news {
  margin-top: 53px;
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  border-bottom: 2px solid #d9dfe5;
  padding-bottom: 32px;
  text-transform: uppercase;
}
.ff_applybtn {
  width: 168px;
  height: 60px;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  border-radius: 78px;
  border: 2px solid #efb2bb;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-top: 10px;
  padding-top: 5px;
}
.ff_labelbottom {
  display: flex;
  justify-content: space-between;
}
.ff_personal {
  margin-bottom: 99px;
}

.ff_acc {
  color: #2c3576 !important;
}
.ff_updateinput {
  width: 100%;
  height: 60px;
  background-color: white;
  border: 1px solid #ecebf1;
  border-radius: 50px;
  padding-left: 20px;
}
.ff_formfield {
  width: 50%;
}

.ff_form {
  display: flex;
  gap: 28px;
}
.ff_nam1 {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  padding-top: 34px;
  padding-bottom: 20px;
}
.ff_editbtn {
  display: flex;
  gap: 49px;
  align-items: center;
  margin-top: 40px;
}
.ff_savebtn {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: flex;
  width: 184px;
  height: 60px;
  padding-top: 5px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
}
.ff_canbtn {
  color: #8d8d8d;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: 9%; /* 1.44px */
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}

.ff_addcol {
  background-color: #ffffff;
  border-radius: 15px;
  margin-top: 31px;
  margin-bottom: 30px;
  padding: 34px 34px 20px;
}
.ff_addhead {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  padding-bottom: 21px;
}
.ff_adddet {
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  padding-bottom: 32px;
}

.ff_addbor {
  border-bottom: 2px solid #ecebf1;
}
.ff_addedit {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
}
.ff_addimg {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background-color: #f2f4f6;
}
.ff_addcolor {
  color: #8d8d8d !important;
}
.ff_addbtns {
  display: flex;
  gap: 29px;
  margin-top: 21px;
}
.ff_addnew {
  background-color: #eae9ef;
  height: 80px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ff_editadd {
  width: 100%;
  height: 60px;
  border-radius: 50px;
  padding: 0px 12px;
  border: 1px solid #ecebf1;
  margin-bottom: 15px;
}
.ff_editmain {
  margin-top: 31px;
}
.ff_editdef {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  margin-top: 32px;
}
.ff_editend {
  display: flex;
  gap: 60px;
}

/* my wish list page  */
.ff_wishlist {
  position: relative;
  border-bottom: 2px solid #c0cbd7;
  border-radius: 20px 20px 0 0;
}
.ff_onclick {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 50;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  transform: translateX(-50%) translateY(10px);
  background-color: white;
  width: 100%;
  border-bottom: 2px solid #c0cbd7;
}

.ff_wishlist:hover .ff_onclick {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}
.ff_wishlist:hover {
  border-bottom: none;
}
.ff_wishimg {
  height: 324px;
  border-radius: 15px;
  object-fit: cover;
  object-position: center;

}
.ff_wishpara {
  margin-top: 30px;
  margin-bottom: 13px;
  color: #2b2b2b;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.ff_wishprice {
  color: #101a24;
  margin-bottom: 24px;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  text-align: center;
}
.ff_wishimg1 {
  width: 44px;
  height: 44px;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}

.ff_wishimg2 {
  width: 44px;
  height: 44px;
  background: linear-gradient(144deg, #2c3576 13.36%, #111952 87.61%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.ff_wisha {
  display: flex;
  gap: 13px;
  justify-content: center;
  margin-bottom: 14px;
}
.ff_quick {
  color: #2c3576;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
  padding-bottom: 19px;
}

.ff_wishgrid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: -87px;
}

/* order history page  */

.ff_table{
   background-color: #f7f7f9;
   border-radius: 20px;
   padding-left: 33px;
   padding-right: 33px;
   position: relative;
   margin-top: -87px;
}

 
.ff_oder-table {
   border-collapse: separate; 
   border-spacing: 0 20px;
   width: 100%;
 }

.ff_table thead tr th {
   color: #2C3576;
   font-size: 15px;
   font-style: normal;
   font-weight: 500;
   line-height: normal;
   letter-spacing: 0.32px;
   text-transform: uppercase;
   border-bottom: 2px solid #D9DFE5;
}
.ff_table tr th{
    padding-top: 26px;
   padding-bottom: 22px;
   padding-right: 60px;  
}

.ff_table th, td {
   padding: 25px 16px;
   text-align: left;
}

.ff_table tr td{
   color: #222;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff_table tr td:first-child{
   border-radius: 15px 0 0 15px;
}
.ff_table tr td:last-child{
   border-radius: 0 15px 15px 0;
}
.ff_tablebody{
   background-color: #fff; 
   margin-bottom: 20px;
   position: relative;
}
.ff_tableicon {
   background-color: #ECEEF1;
   width: 36px;
   height: 36px;
   display: flex;
   justify-content: center;
   align-items: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   border-radius: 100%;
   right: -18px;
}
.ff_table .ff_color3{
color: #CF2929;
}
.ff_table .ff_color2{
   color : #108236;
}
.ff_table .ff_color1{
   color: #8D8D8D;
}
/* new css */
.ff-nav{
  gap: 48px;
  position: relative;
  z-index: 1000;
}
.ff-header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.ff-sticky-header{
  position: sticky;
  background: #F7F7F9;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
padding: 10px 0;
}
.ff-sticky-header .ff_top,
.ff-sticky-header .ff-static-brand,
.ff-sticky-logo{
  display: none;
}
.ff-sticky-header .navbar-brand{
  width: auto;
  height: auto;
  border-radius: 0;
  margin-top: 0;
  background: transparent;
  position: static;
}
.ff-heading1{
  color: #2C3576;
  font-family: "Lovelace Text";
font-size: 110px;
font-style: normal;
font-weight: 400;
line-height: 105%; /* 115.5px */
letter-spacing: 2.2px;
}
.ff-hero{
  background: #FFF2F4;
  padding-top: 150px;
}
.ff-paragraph{
  font-size: 18px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
}
.ff-hero-left{
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom: 89px;
  padding-top: 44px;
}
.ff-hero .ff-image-holder{
  text-align: right;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.ff-hero-left .ff-paragraph{
  max-width: 553px;
  width: 100%;
}
.ff-mark{
  background: #FEECEE;
border: 1px solid rgba(246, 190, 198, 0.50);
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
}
.ff-available-div{
  display: flex;
  align-items: center;
  gap: 25px;
}
.ff-available{
  padding-top: 85px;
  padding-bottom: 100px;
}
.ff-main-btn{
  color: #474747;
  font-family: "Gilroy";
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
border-radius: 78px;
border: 2px solid #EFB2BB;
padding-inline: 30px;
height: 60px;
display: inline-flex;
align-items: center;
justify-content: center;
gap:15px;
z-index: 1;
}



.ff_articons:hover {
    background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.25);
}

.ff-available-top{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 32px;
}
.ff-slide-img{
  border-radius: 20px;
}
.ff-available-list{
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  display: none;
}
.ff-available-main{
  position: relative;
}
.ff-available-list li a{
  width: 28px;
height: 28px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #2C3576;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
}
.ff-available-list .small-size a{
  background: #2C3576;
  color: #fff;
}
.ff-author-bottom .ff-author-text {
  font-size: 16px;
  color: #2B2B2B;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  display: -webkit-box; 
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  overflow: hidden; 
  text-overflow: ellipsis; 
  height: 48px;
}
.ff-author-bottom .ff-author-text.spacing-ten{
margin-bottom: 10px;
}
.ff-author-bottom small{
  font-size: 14px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: normal;
text-decoration: line-through;
letter-spacing: 0.28px;
}
.ff-author-bottom .price{
  font-size: 21px;
  color: #101A24;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.42px;
}
.ff-author-bottom .bottom-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.ff-author-bottom{
  padding-top: 25px;
  border-bottom: 2px solid #C0CBD7;
  padding-bottom: 21px;
}
.ff-quick-order ol{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  gap: 15px;
}
.ff-quick-order ol li:first-child{
  background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
}
.ff-quick-order ol li:last-child{
  background:  linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);;
}
.ff-quick-order ol li{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-quick-order {
  text-align: center;
  display: block;
  padding-top: 16px;
  position: absolute;
  width: 100%;
  opacity: 0;
  background: #fff;
  border-bottom: 2px solid #C0CBD7;
  padding-bottom: 20px;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1); /* Более плавная кривая анимации */
  transform: translateY(20px); /* Начальное положение - смещено вниз */
  visibility: hidden; /* Скрыто, чтобы не перехватывать клики */
  z-index: 2;
}
.ff-quick-order ol li, 
.ff-quick-order .ff-quick-order-text {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
  transition-delay: 0.1s; /* Задержка для создания эффекта волны */
}

.ff-quick-order ol li:nth-child(2) {
  transition-delay: 0.15s;
}

.ff-quick-order .ff-quick-order-text {
  transition-delay: 0.2s;
}

.ff-slide-main:hover .ff-quick-order .ff-quick-order-text {
  opacity: 1;
  transform: translateY(27px);
}
.ff-slide-main:hover .ff-quick-order ol li {
  opacity: 1;
  transform: translateY(0px);
}
/* Добавляем эффект для иконок при наведении */
.ff-quick-order ol li a {
  display: inline-block;
  transition: transform 0.2s ease;
}
.ff-categories-main a {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

/* Анимация при наведении на весь блок */
.ff-categories-main:hover a {
  transform: translateX(5px);
}

/* Возможно, вы также хотите дополнительный эффект при наведении на саму ссылку внутри блока */
.ff-categories-main:hover a:hover {
  transform: translateX(8px); /* Немного больше сдвиг, чем при наведении на блок */
}
.ff-quick-order ol li a:hover {
  transform: scale(1.15);
}
.ff-quick-order-text{
  font-size: 16px;
  color: #2C3576;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ff-slide-main{
  cursor: pointer;
}
.ff-slide-main:hover .ff-available-list {
  display: flex;
}
.ff-slide-main:hover .ff-quick-order {
 opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ff-available-swiper{
  position: relative;
}
.swiper-button-next, .swiper-button-prev{
  top: 154px;
}
.swiper-button-next:after, .swiper-button-prev:after{
  display: none;
}
.swiper-button-next{
  right: -88px;
  border: 2px solid #EFB2BB;
  border-radius: 50%;
  width: 58px;
  height: 58px;
}
.swiper-button-prev{
  border: 2px solid #CECECE;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  left: -88px;
}
/* tooltip css  */
/* Change tooltip background color and text */
.tooltip-inner {
  background-color: #F1F1F4; /* Light gray */
  color: #585858;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 8px 20px;
  border-radius: 8px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.20));
}
/* Change tooltip arrow color */
.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #F1F1F4 !important;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.20));
}
/* Плавная анимация для размеров при появлении */
.ff-slide-main .ff-available-list li {
  opacity: 0;
  transform: scale(0.7) translateY(10px);
  transition: opacity 0.4s ease-out, transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  will-change: opacity, transform;
}

/* Последовательная задержка с более короткими интервалами */
.ff-slide-main:hover .ff-available-list li:nth-child(1) {
  transition-delay: 0.02s;
}

.ff-slide-main:hover .ff-available-list li:nth-child(2) {
  transition-delay: 0.04s;
}

.ff-slide-main:hover .ff-available-list li:nth-child(3) {
  transition-delay: 0.06s;
}

.ff-slide-main:hover .ff-available-list li:nth-child(4) {
  transition-delay: 0.08s;
}

.ff-slide-main:hover .ff-available-list li:nth-child(5) {
  transition-delay: 0.1s;
}

/* Состояние при наведении - плавное появление */
.ff-slide-main:hover .ff-available-list li {
  opacity: 1;
  transform: scale(1) translateY(0);
}

/* Уже работающий эффект при наведении на сам размер */
.ff-available-list li a {
  transition: all 0.25s ease;
}

.ff-available-list li a:hover {
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #F1F1F4 !important;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.20));
}

.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #F1F1F4 !important;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.20));
}

.tooltip.bs-tooltip-end .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #F1F1F4 !important;
    filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.20));
}
.ff-main-btn:hover{
  border: 2px solid #FFDBE0;
}
.ff-categories h2{
  font-size: 46px;
  color: #222;
text-align: center;
font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.92px;
padding-bottom: 40px;
}
.ff-categories-main{
  position: relative;
  margin-bottom: 30px;
}
.ff-categories-inner{
  position: absolute;
  top: 30px;
  left: 40px;
}
.ff-categories-inner h3{
  font-size: 14px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 1.12px;
text-transform: uppercase;
}
.ff-categories-inner h4{
  color: #222;
  font-family: "Lovelace Text";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.56px;
padding-top: 65px;
padding-bottom: 62px;
}

.ff-address-sec h3 {
    margin-bottom:50px;
}
.ff-categories-inner a{
  font-size: 16px;
  color: #2C3576;
  text-decoration: underline;
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
}
.ff-show-btn{
  font-size: 16px;
  color: #2C3576;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
display: flex;
align-items: center;
justify-content: center;
margin-top: 10px;
gap: 19px;
}
/* .ff-categories{
  padding-bottom: 100px;
} */
.ff-main-heading{
  color: #222;
  font-family: "Lovelace Text";
font-size: 46px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.92px;
}
.ff-events .ff-main-heading{
  padding-bottom: 20px;
}
.ff-events p{
  font-size: 18px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
}
.ff-event-list li a{
  display: flex;
  align-items: center;
  border-radius: 20px;
border: 1px solid #FAD5DA;
background: #FEF5F6;
padding: 33px;
padding-right: 47px;
padding-left: 30px;
  justify-content: space-between;
}

.ff-event-list li a span img[src*="arw.svg"] {
    transform: translateX(0);
    transition: transform 0.3s ease;
}

.ff-event-list li a:hover span img[src*="arw.svg"] {
    transform: translateX(10px);
}




.ff-icon-main{
  display: flex;
  align-items: center;
  gap: 30px;
}
.ff-event-list li a h4{
  color: #222;
  font-family: "Lovelace Text";
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.84px;
}
.ff-event-main{
  padding-top: 95px;
}
.ff-event-list li{
  margin-bottom: 10px;
}
.ff-event-list li:last-child{
  margin-bottom: 0;
}
.ff-events-main{
  position: relative;
}
.ff-events-main::after{
  content: "";
  position: absolute;
  bottom: 1px;
  left: 0;
  width: 100%;
  height: 620px;
  background: #FEECEE;
  z-index: -1;
}
.ff-events{
  padding-bottom: 100px;
}
.ff-event-img-holder{
  text-align: right;
}
.ff-member-main h4{
      color: #222;
    text-align: center;
    font-family: "Lovelace";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.56px;
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 30px;
}
.ff-sign-btn,
.ff-coupon-main .ff-sign-btn{
border-radius: 78px;
    border: 2px solid #EFB2BB;
    background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
    height: 60px;
    display: inline-flex;
    padding-inline: 50px;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    justify-content: center;
    text-transform: uppercase;
    
    transition: all 0.4s ease;
    background-size: 200% 200%;
    background-position: 0% 0%;
}
.ff-sign-btn:hover {
    border: 2px solid #FFDBE0;
    background: linear-gradient(133deg, #FFDBE0 8.27%, #EFB2BB 91.55%);
    background-position: 100% 100%;
    box-shadow: 0 4px 10px rgba(239, 178, 187, 0.3);
}
.ff_footer2 a {
  position: relative;
  display: inline-block;
  transition: transform 0.3s ease, color 0.3s ease;
}

.ff_footer2 a:hover {
  transform: translateX(6px);
}
.ff-member-main p{
  color: #585858;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
padding-top: 30px;
}



.ff-member-main.decorpage {
  text-align: center;
  border-radius: 20px;
background: #ECEBF1;
padding-top: 35px;
padding-bottom: 70px;
background-image: url('/images/member-main.png');
background-repeat: no-repeat;
background-position: center;
}

.ff-member-main.decorpage p {
        color: #585858;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    padding-top: 10px;
    padding-bottom: 50px;
    
}

.ff-member-main h4{
  color: #222;
text-align: center;
font-family: "Lovelace Text";
font-size: 28px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 44.8px */
letter-spacing: 0.56px;
max-width: 618px;
width: 100%;
margin: 0 auto;
padding-top: 25px;
padding-bottom: 30px;
}
.ff-member{
  padding-bottom: 100px;
}
.ff-flower h3{
  font-size: 54px;
  color: #222;
  font-family: "Lovelace Text";
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 64.8px */
  letter-spacing: 1.08px;
  padding-bottom: 10px;
}
.ff-flower .ff-flower-top p{
  color: #8D8D8D;
  font-family: "Poppins", serif;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 32.4px */
letter-spacing: 0.36px;
text-transform: uppercase;
padding-bottom: 20px;
}
.ff-border{
  width: 98px;
  height: 2px;
  background: #EFB2BB;
}
.ff-flower-top{
  padding-bottom: 30px;
}
.ff-flower p,
.ff-flower h5,
.ff-flower ol li{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
padding-bottom: 20px;
}
.ff-flower-div{
  padding-bottom: 50px;
}
.ff-flower-div h2,.ff-flower-div h4{
  font-size: 36px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 20px;
}
.ff-flower p a{
  color: #2C3576;
  font-weight: 500;
  text-decoration: underline;
}
.ff-flower-div ol li{
  display: flex;
  align-items: center;
  gap: 30px;
}
.ff-num{
  font-size: 16px;
  color: #585858;
  text-align: center;
font-style: normal;
font-weight: 400;
line-height: normal;
border: 2px solid #EFB2BB;
border-radius: 50%;
width: 37px;
height: 37px;
display: flex;
align-items: center;
justify-content: center;
}
.ff-info ul li{
  display: flex;
  align-items: center;
  gap: 21px;
  margin-bottom: 12px;
}
.ff-info ul li:last-child{
  margin-bottom: 0;
}
.ff-info ul{
  padding-bottom: 20px;
}
.ff-visit-main{
  background: url('/images/visit-main.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 30px 0;
  border-radius: 20px;
  
}
.ff-visit-main h5{
  color: #2C3576;
text-align: center;
font-family: "Lovelace Text";
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 200%; /* 36px */
max-width: 754px;
padding-bottom: 0;
width: 100%;
margin: 0 auto;
}
.ff-info{
  padding-bottom: 30px;
}
.ff-flower-end h4{
  font-size: 36px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 20px;
}
.ff-flower{
  padding-bottom: 50px;
}
.ff-nav-link.dropdown-toggle::after{
  display: none;
}
.ff-mega-dropdown,
.ff-nav-menu{
  position: static;
}
.ff-mega-menu {
  width: 100%;
  padding-top: 138px;
  top: 0;
  padding-bottom: 60px;
  left: 0;
  background: #F7F7F9;
  border: 0;
  border-radius: 0;
  filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0.15));
}
.ff-header {
  position: absolute;
  width: 100%;
  transition: all 0.4s ease;
}

.ff-sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  animation: slideDown 0.4s forwards;
  background-color: #ffffff!important;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}

/* Если хотите сделать хедер компактнее при прокрутке */
.ff-sticky-header .logo {
  transform: scale(0.9);
  transition: transform 0.3s ease;
}

.ff-sticky-header .nav-link {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  transition: padding 0.3s ease;
}
a {
    transition: transform 0.1s ease;
}
a svg {
  fill: #initial-color; /* Начальный цвет SVG */
  transition: fill 0.3s ease; /* Плавное изменение цвета */
}

a:hover svg {
  fill: #hover-color; /* Цвет SVG при наведении */
}
.ff-mega-menu-list li a,
.ff-mega-menu-list li a h3{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
  display: inline-flex;
  align-items: center;
  gap: 20px;
}
/* Стили для выпадающего меню */
.dropdown-menu.ff-mega-menu {
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
  display: block;
  margin-top: 0;
}

/* Стили когда меню открыто */
.dropdown-menu.ff-mega-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* Стили для внутреннего контента меню */
.ff-mega-menu-inner {
  transform: translateY(-5px);
  opacity: 0;
  transition: transform 0.4s ease 0.1s, opacity 0.4s ease 0.1s;
}

/* Анимация внутреннего контента когда меню открыто */
.dropdown-menu.ff-mega-menu.show .ff-mega-menu-inner {
  transform: translateY(0);
  opacity: 1;
}

.ff-mega-menu-list li a:hover {
        transform: translateX(6px);
}
.ff-mega-menu-list li{
  padding-bottom: 25px;
}
.ff-mega-menu-list li:last-child{
  padding-bottom: 0;
}
.ff-mega-menu-inner{
  max-width: 1480px;
  margin: 0 auto;
  width: 100%;
}
.navbar-nav .nav-link{
  position: relative;
}
.navbar-nav .nav-link.active .active-line{
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #2C3576;
  display: none;
  z-index: 9;
}
.ff-sticky-header .navbar-nav .nav-link.active .active-line{
  bottom: -15px;
}
.navbar-nav .nav-link.active[aria-expanded="true"] .active-line{
  display: block;
}
.ff-mega-menu-list li a:hover h3{
  color: #2C3576;
}
.ff-mega-menu-list li a:hover svg path{
  fill: #2C3576;
}
.dropdown-menu[data-bs-popper]{
  margin-top: 0;
}
.navbar-toggler:focus{
  box-shadow: none;
}
.nav-open .ff_nav{
  display: none !important;
}
.cross{
  display: none;
}
.ff-mbl-search{
  display: none;
  background: #353C6C;
}
.ff-mbl-show{
  display: none;
}
.ff-mbl-main{
  display: none;
}
@media (max-width: 991px) {
  .ff-mbl-main{
    display: block;
  }
}
.main-nav-right,.main-nav-left{
  flex: 1 !important;
}
.nav-open .main-nav-left{
  width: 100%;
  flex: auto !important;
}
.main-nav-right{
  justify-content: flex-end;
}
.nav-open .ff-mbl-main{
  display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      max-width: 730px;
      padding-inline: 20px;
      margin: 0 auto;
      padding-bottom: 25px;
      padding-top: 15px;
}
.ff-mbl-list-main{
  display: none;
}
.ff-mbl-list-main{
  width: 100%;
  /* max-width: 730px;
  padding-inline: 20px; */
  margin: 0 auto;
}
.ff-flower-menu.hidden,
.ff-mbl-bottom{
  display: none;
}
.rotate-90 {
  transform: rotate(90deg);
  transition: transform 0.3s ease-in-out;
}
.overflow-add{
  overflow: hidden;
}
.ff-body-active .ff-menu-list{
  padding-top: 28px;
}
.ff-body-active .nav-open .ff-mbl-list-main{
  padding-top: 0;
}
.ff-bg-active{
  background: #ECEBF1;
}
.ff-body-active .ff-mbl-list-main ul li a{
  border-color: #C0CBD7;
}
.ff-mbl-list-main ul .ff-list-remain  a{
  color: #585858;
  font-weight: 400;
}
.ff-mbl-list-main ul .ff-list-remain:last-child a{
  border-bottom: 0;
  padding-bottom: 0;
}
.ff-header {
  transition: background-color 0.3s ease-in-out, height 0.3s ease-in-out, transform 0.3s ease-in-out;
  height: auto;
}

.nav-open {
  background: #FDFDFD;
  transform: translateY(0);
}
.ff-footer ul li a{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
}
.ff-footer ul li{
  padding-bottom: 10px;
}
.ff-footer ul li:last-child{
  padding-bottom: 0;
}
.ff-footer h4{
  font-size: 18px;
  color: #222;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.44px;
padding-bottom: 20px;
text-transform: uppercase;
}
.ff-last-div {
  max-width: 196px;
  width: 100%;
  margin: auto;
}
.ff-footer .ff-heading {
  padding-bottom: 44px;
}
.ff-dumy {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: -56px;
}

.ff-dumy span {
  background: #F7F7F9;
  width: 180px;
  height: 10px;
  opacity: 1;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
}

.ff-dumy::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  background: #C0CBD7;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;

}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 65px;
}
.ff-sticky-header .navbar-expand-lg .navbar-nav .dropdown-menu {
  top: 7px;
}
.ff_footer2 {
  display: flex;
  gap: 96px;
    padding-bottom: 30px;
    margin-top: 41px;
    border-bottom: 2px solid rgba(232, 169, 178, 0.25);
}
.ff_footerinfo {
  display: flex;
  gap: 93px;
}
.swiper{
  padding-bottom: 100px;
  margin-bottom: -100px;
} 


.ff-testimonials .container {
    position: relative;
}

.testimonal-description-page-arrow {
    position: absolute;
    top: 50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    z-index: 10;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 2px solid #CECECE;
    border-radius: 50%;
    background: white;
    transition: all 0.3s ease;
}

.testimonal-description-page-arrow:after {
    display: none !important;
}

.testimonal-description-page-arrow img {
    width: 20px;
    height: 20px;
    filter: brightness(0) saturate(100%) invert(81%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(94%) contrast(85%); /* Цвет #CECECE */
    transition: all 0.3s ease;
}

.testimonal-description-page-arrow:hover {
    border-color: #2C3576;
    background: white;
}

.testimonal-description-page-arrow:hover img {
    filter: brightness(0) saturate(100%) invert(16%) sepia(54%) saturate(1969%) hue-rotate(228deg) brightness(92%) contrast(92%); /* Цвет #2C3576 при ховере */
}

.testimonal-description-page-arrow.swiper-button-disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.testimonal-description-page-arrow-prev {
    left: -80px;
}

.testimonal-description-page-arrow-next {
    right: -80px;
}
/* search page */
.ff-search-page .ff-hero{
  background: #EAE9EF;
    padding-bottom: 45px;
}
.ff-search-main h1{
  font-size: 46px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.92px;
padding-left:30px;
}
.ff_hero_nav{
  padding-bottom: 50px;
}



.breadcrumb-item{
  font-size: 16px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;
display: flex;
    align-items: center;
    gap: 15px;
}
.breadcrumb-item a{
  color: #8D8D8D;
}
.breadcrumb-item+.breadcrumb-item::before{
  display: none;
}
.breadcrumb{
  gap: 15px;
  margin-bottom: 0;
}
.breadcrumb-item+.breadcrumb-item{
  padding-left: 0;
}
.breadcrumb-item.active{
  color: #2C3576;
}
/*  */
.ff-custom-dropdown {
  width: 100%;
  padding: 20px 30px;
  border-radius: 50px;
  background: #F7F7F9;
  border: 1px solid #ECEBF1;
  text-align: left;
  font-size: 16px;
  color: #2B2B2B;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
  box-shadow: none;
  display: flex;
      align-items: center;
      justify-content: space-between;
}

.ff-custom-dropdown::after {
display: none;
}

.ff-custom-dropdown-menu {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border-radius: 20px;
border: 1px solid #ECEBF1;
background: #F7F7F9;
padding: 25px 30px;
}

.ff-custom-dropdown-menu .dropdown-item {
  padding: 12px 16px;
  font-size: 16px;
  color: #8D8D8D;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.ff-custom-dropdown-menu li{
  border-bottom: 1px solid #ECEBF1;
}
.ff-custom-dropdown:hover{
  background: #F7F7F9;
  border-color: transparent;
}
.ff-custom-dropdown-menu li:last-child{
  border-bottom: 0;
}
.ff-search-main label{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
padding-bottom: 15px;
}
.ff-search-inner{
display: grid;
    gap: 30px;
    grid-auto-flow: column;
}
.ff-search-inner-top{
  border-radius: 20px;
background: #FFF;
box-shadow: 1px 1px 14px 0px rgba(44, 53, 118, 0.15);
padding: 35px 68px;
margin-top:25px;
}
.ff-search-inner input{
  border-radius: 50px;
border: 1px solid #ECEBF1;
background: #F7F7F9;
padding: 17px 30px;
font-size: 16px;
color: #2B2B2B;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-search-last{
  display: flex;
  align-items: flex-end;
  gap: 30px;
}
.ff-search-input{
  width: 100%;
  max-width: 416px;
}
.ff-search-inner .ff-sign-btn {
  padding-inline: 37px;
}
.ff-search-result-top h2{
  font-size: 36px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 15px;
}
.ff-search-result {
  padding-top: 0;
  padding-bottom: 100px;
}
.ff-search-result-bottom{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ff-dropdown-container {
  position: relative;
  display: inline-block;
}
.ff-dropdown-btn {
  background: #EAE9EF;
  color: #1f2a61;
  padding: 20px 30px;
  border-radius: 78px;
  color: #2C3576;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
  border: none;
}
.ff-dropdown-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  border-radius: 10px;
  min-width: 214px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
  list-style: none;
  padding: 8px 0;
  margin: 5px 0 0 0;
  z-index: 100;
}
.ff-dropdown-menu a {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
}
.ff-dropdown-menu a:hover {
  background: #f0f0f0;
}
.ff-dropdown-container.active .ff-dropdown-menu {
  display: block;
}
.ff-search-result-bottom small{
  font-size: 16px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;
margin-right: 20px;
}
.ff-search-result-bottom p{
  font-size: 18px;
  color: #8D8D8D;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.ff-search-result-bottom p span{
  color: #2C3576;
}

.ff-search-result-top{
      padding: 40px 20px;
}
.dropdown-icon {
  display: inline-block;
  transition: transform 0.3s ease;
  margin-left: 8px;
}
.rotate-icon {
  transform: rotate(180deg);
}
.ff-slide-main{
  position: relative;
}
.ff-search-main-inner .ff-slide-main{
  padding-bottom: 32px;
}
.ff-new,
.ff-sale{
  position: absolute;
  top: -15px;
  left: -20px;
}
.ff-search-main-inner .ff-quick-order{
  border-bottom: 0;
} 
.pagination{
  display: inline-flex;
  justify-content: center;
}
.page-link{
  border: 0;
  background: transparent;
  color: #8D8D8D;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 130%; /* 23.4px */
}
.ff-pagiantion-main{
  text-align: center;
  position: relative;
  z-index: 2;
}
.ff-next-arw,
.ff-prev-arw{
  background: #F1F1F4;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ff-pagination-list{
  align-items: center;
  display: flex;
  background: #F1F1F4;
  border-radius: 30px;
  justify-content: space-between;
  padding-inline: 32px;
  padding-right: 32px;
  position: relative;
}
.ff-pagination-list::after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5px;
  width: 8px;
height: 20px;
background: #F1F1F4;
z-index: 1;
}
.ff-pagination-list::before{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -4px;
  width: 8px;
height: 20px;
background: #F1F1F4;
z-index: 1;
}
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-item .page-link{
  border-radius: 50%;
}
.page-item.active .page-link{
  color: #2C3576;
  background: none;
}
.pagination .page-item:last-child{
  margin-left: 4px;
}
.pagination .page-item:first-child{
  margin-right: 4px;
}
.ff-checkout-page .ff-search-result .ff-left-content ul:not(.iti__country-list){
  display: flex;
  align-items: center;
  gap: 30px;
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 30px;
}
.ff-left-content-main p{
  font-size: 16px;
  color: #585858;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  padding: 20px 0;
}
.ff-left-content-main h2{
  font-size: 28px;
  color: #222;
  font-family: "Lovelace Text";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.ff-checkout-page .ff-search-result .ff-left-content{
  background: #F7F7F9;
  border: 1px solid #ECEBF1;
  padding: 40px 35px;
  border-radius: 20px;
  margin-bottom: 30px;
}
.ff-left-content ul li,
.ff-left-content ul li a{
  width: 100%;
}
   .ff-select2 {
    position: relative;
    width: 100%;
    font-size: 16px;
    color: #8D8D8D;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.32px;
}
.ff-select-btn {
    width: 100%;
    text-align: left;
    padding: 19px 30px;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 50px;
border: 1px solid #ECEBF1;
background: #FFF;
color: #222;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-select2.open .ff-select-btn .ff-dwn-arw {
    transform: rotate(180deg);
}
.ff-select-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 8px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    z-index: 1000;
border: 1px solid #ECEBF1;
background: #FFF;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
border-radius: 20px;
padding: 25px 30px;
margin-top: 10px;
}

.ff-select2.open .ff-select-menu {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.ff-select-item {
  padding: 15px 0px;
    cursor: pointer;
    border-bottom: 1px solid #ECEBF1;
    color: #2B2B2B;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}

.ff-select-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.ff-select-item:first-child {
    padding-top: 0;
}

.ff-select-item:hover {
    background-color: transparent;
    color: #2C3576;
}
.ff-left-content input{
  border-radius: 50px;
  border: 1px solid #ECEBF1;
  background: #FFF;
  padding: 19px 30px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #8D8D8D;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-input-main{
  padding-top: 30px;
}
.form-control:focus{
  box-shadow: none;
  border-color: #ECEBF1;
}
.ff-left-content-bottom{
  background: #F7F7F9;
border: 1px solid #ECEBF1;
border-radius: 20px;
padding: 40px 35px;
margin-bottom: 30px;
}
.ff-checkout-page .ff-search-result{
  padding-top: 0;
  margin-top: -88px;
}
.ff-checkout-page .ff-hero {
  background: #EAE9EF;
  padding-bottom: 96px;
}
.ff-left-bottom-top{
  border-bottom: 2px solid #D9DFE5;
}
.ff-checkout-page .ff_labelmain{
  align-items: center;
  justify-content: space-between;
  padding: 26px 0;
  border-bottom: 2px solid #D9DFE5;
}
.ff-checkout-page .ff_labelmain small{
  font-size: 16px;
  color: #222;
text-align: right;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-checkout-page .ff_labelmain.ff-border-b{
  border-bottom: 0;
}
.ff-checkout-page .custom-radio {
  background: #fff;
}
.ff-address-main label{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
padding-bottom: 15px;
}
.ff-address-main{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 30px;
}
.ff-address-main .ff-select-btn{
  color: #222;
}
.ff-delivery label{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
padding-bottom: 15px;
gap: 3px;
}
/* .ff-delivery label span{
  color: #CF2929;
} */
.ff-delivery{
padding-top: 30px;
}
.ff-calender-main{
  position: relative;
}
.ff-calender-icon{
  position: absolute;
  top: 6px;
  right: 5px;
  width: 50px;
height: 50px;
background: #F7F7F9;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.ff-calender-main input{
  border-radius: 50px;
border: 1px solid #ECEBF1;
background: #FFF;
padding: 19px 30px;
color: #222;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
  appearance: none !important;
}
.flatpickr-month{
  border-radius: 50px;
  background: #F7F7F9 !important;
  padding: 15px !important;
  padding-bottom: 27px !important;
}
.flatpickr-months {
  align-items: center;
  padding: 15px 10px;
}
.flatpickr-current-month {
  color: #222;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  transform: translateX(-50%) !important;
  padding: 0;
  left: 50%;
}
.flatpickr-calendar.arrowTop:after{
  display: none;
}
.flatpickr-months .flatpickr-next-month{
  top: 12px;
  right: 18px !important;
}
.flatpickr-months .flatpickr-prev-month{
  top: 12px;
  left: 18px !important;
}
.flatpickr-weekdays{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 15px;
}
span.flatpickr-weekday{
  color: #2C3576;
  font-size: 12px;
  text-align: center;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.48px;
text-transform: uppercase;
}
.flatpickr-calendar{
  border-radius: 20px;
border: 1px solid #ECEBF1;
background: #FFF;
box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.15);
}
.flatpickr-day{
  font-size: 14px;
  color: #222;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flatpickr-day.selected{
  background: #2C3576;
  border-color: #2C3576;
}
.flatpickr-innerContainer{
  padding-bottom: 10px;
}
.ff-time-main .ff-select-btn{
  color: #222;
}
.ff-delivery{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 30px;
}
.ff-order-main p{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-order-main textarea{
  font-size: 16px;
  color: #8D8D8D;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  padding: 25px 30px;
  border-radius: 20px;
  border: 1px solid #ECEBF1;
  background: #FFF;
  height: 120px;
  resize: none;
}
.ff-payment-info{
  background: #F7F7F9;
border: 1px solid #ECEBF1;
border-radius: 20px;
padding: 40px 35px;
}
.ff-payment-bottom ul{
  display: flex;
  align-items: center;
  gap: 15px;
}
.ff-summary{
  background: #F7F7F9;
  border: 1px solid #ECEBF1;
  border-radius: 20px;
  padding: 40px 15px;
  margin-bottom: 20px;
}
.ff-summary h3{
  color: #222;
  font-family: "Lovelace Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.ff-summary-main{
  background: #FDFDFD;
  border: 1px solid #ECEBF1;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 10px;
  gap: 15px;
  padding-right: 20px;
  margin-bottom: 10px;
}
.ff-summary-div{
  display: flex;
  align-items: center;
  gap: 15px;
}
.ff-summary-div p{
  font-size: 14px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
max-width: 166px;
width: 100%;
}
.ff-summary-bottom{
  display: flex;
  align-items: center;
  gap: 21px;
}
.ff-summary-bottom h4,
.ff-summary-bottom h5{
  font-size: 16px;
  color: #8D8D8D;
  text-align: center;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
}
.ff-summary-bottom h5{
  color: #101A24;
}
.ff-summary-main-inner{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 20px;
}
.ff-price-info ol li,
.ff-price-info ol li h5,
.ff-price-info ol li small{
  font-size: 14px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
}
.ff-price-info ol li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.ff-price-info ol li:last-child{
  padding-bottom: 0;
}
.ff-price-info ol{
  padding-inline: 20px;
  padding-top: 20px;
}
.ff-price-info{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 20px;
}
.ff-total-pay{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.ff-total-pay h4,
.ff-total-pay h5{
  font-size: 18px;
  color: #2C3576;
font-style: normal;
font-weight: 600;
line-height: normal;
}
.ff-pay-terms label{
  font-size: 14px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
gap: 4px;
}
.ff-pay-terms label a{
  color: #2C3576;
  font-weight: 500;
  text-decoration: underline;
}
.ff-pay-terms input[type="checkbox"]{
  display: inline-block;
}
.ff-pay-terms .form-check-input:checked {
  background-color: #2C3576;
  border-color: #2C3576;
}
.ff-pay-terms{
  padding-inline: 20px;
}
.ff-continue-btn{
  border-radius: 78px;
border: 2px solid #51588A;
background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
display: flex;
align-items: center;
justify-content: center;
height: 60px;
color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
}
.ff-continue-btn:hover{
border: 2px solid #B5B9DC;
background: linear-gradient(144deg, #B5B9DC 13.36%, #8B90B9 87.61%);
}
.ff-pay-terms .form-check{
  margin-bottom: 30px;
  display: flex;
      align-items: center;
      gap: 15px;
}
.ff-coupon{
  background: #F7F7F9;
border: 1px solid #ECEBF1;
border-radius: 20px;
padding: 15px;
padding-top: 20px;
margin-bottom: 20px;
}
.ff-coupon h4{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
padding-bottom: 15px;
padding-inline: 20px;
}
.ff-coupon-main input{
  border-radius: 50px;
  border: 1px solid #ECEBF1;
  background: #FFF;
  height: 60px;
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
  padding-left: 30px;
  padding-right: 126px;
}
.ff-coupon-main button{
  border-radius: 50px;
border: 1px solid #EAE9EF;
border-top-left-radius: 50px !important;
border-bottom-left-radius: 50px !important;
background: #F7F7F9;
color: #8D8D8D;
text-align: center;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
padding-inline: 30px;
height: 50px;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
}
.ff-coupon-main{
  position: relative;
}
.ff-del-icon{
  background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
  width: 44px;
height: 44px;
display: flex;
align-items: center;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
}
.ff-del-main{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-pay-accordion .ff_labelmain {
  padding: 10px 15px 20px 15px;
}
.ff-pay-accordion .ff_label{
  align-items: center;
}
.ff-pay-accordion .accordion-button{
  font-size: 18px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.36px;
background: #F7F7F9;
border-radius: 20px !important;
height: 80px;
padding-inline: 35px;
padding-right: 51px;
}
.ff-pay-accordion .accordion-body{
  padding-top: 0;
  padding-bottom: 0;
}
.ff-pay-accordion .accordion-button:not(.collapsed){
  background: transparent;
  box-shadow: none;
  padding-bottom: 0;
}
.ff-pay-accordion .accordion-item{
border: 1px solid #ECEBF1;
margin-bottom: 20px;
background: #F7F7F9;
border-radius: 20px !important;
}
.ff-pay-accordion .accordion-button:focus{
  box-shadow: none;
}
.ff-pay-accordion .accordion-button::after{
  background: url('/images/downblackarw.svg');
  background-repeat: no-repeat;
  top: 53%;
  position: absolute;
  right: 51px;
  transform: translateY(-50%);
  margin: 0;
  height: 12px;
  width: 12px;
}
.ff-label-text{
  flex: 1;
}
.ff-pay-accordion .accordion-button:not(.collapsed)::after{
  transform: rotate(180deg);
  top: 50%;
}
.ff-balloon-main{
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding-inline: 15px;
      border-bottom: 2px solid #D9DFE5;
      padding-bottom: 15px;
}
.ff-balloon-top{
  display: flex;
  align-items: center;
  gap: 15px;
}
.ff-balloon-top h3{
  font-size: 16px;
  color: #222;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  max-width: 156px;
  width: 100%;
}
.ff-balloon-main:nth-child(2){
  padding-top: 15px;
}
.ff-balloon-main:last-child{
  padding-top: 15px;
  border-bottom: 0;
}
.ff-balloon-wine .ff-balloon-top h3{
  max-width: 156px;
  width: 100%;
}
.ff-del-icon.ff-grey-del{
  background: linear-gradient(144deg, #B5B9DC 13.36%, #8B90B9 87.61%);
}
.ff-balloon-main.ff-balloon-wine{
  padding-bottom: 15px;
}
.flatpickr-calendar.arrowBottom:before, .flatpickr-calendar.arrowBottom:after{
  display: none;
}
.ff-checkout-new-customer .ff-form-address{
  gap: 3px;
  margin-bottom: 0;
  padding-bottom: 15px;
}
.ff-form-address-main{
  padding-top: 25px;
}
.ff-continue-btn.disabled{
border: 2px solid #D9D9D9;
background: #CFCFCF;
}
/* wrap css */
/* other page  */

.ff-otherpage {
  background-color: #f7f7f9;
  border: 1px solid #ecebf1;
  border-radius: 20px;
  padding: 50px 65px 43px;
  position: relative;
}

.ff-othpghead {
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  padding-bottom: 41px;
}

.ff-othpgp {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
  padding-bottom: 25px;
}

.ff-line {
  padding-bottom: 19px;
  border-bottom: 2px solid #d9dfe5;
}

.ff-otherpag {
color: #2c3576;
    font-family: 'Lovelace Text';
    font-size: 14px;
    font-style: italic;
    font-weight: 500;
    line-height: 170%;
    padding-top: 36px;
}

.ff-otherimg {
  border-radius: 20px;
}

.ff-othermain {
  margin-top: 50px;
  margin-bottom: 106px;
}

.ff_bird {
  position: absolute;
  left: -37px;
  bottom: 55px;
}

.ff-service {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
}

.ff-servicep {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin-top: 25px;
  margin-bottom: 50px;
}

.ff-box {
  background-color: #fdf3f4;
  border-radius: 20px;
  border: 1px solid #fad9dd;
  padding: 18px 41px 34px;
  margin-bottom: 30px;
  height: 245px;
}

@media (max-width:767px) {
    .ff-box {
    background-color: #fdf3f4;
    border-radius: 20px;
    border: 1px solid #fad9dd;
    padding: 18px 41px 34px;
    margin-bottom: 30px;
    height: 305px;
}
}

.ff-boximg {
  padding-bottom: 23px;
}

.ff-boxhead {
  color: #2c3576;
  font-family: "Lovelace Text";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  padding-bottom: 22px;
}

.col-lg-5.ff-otherimgwedd img {
        height: 100%!important;
}

.ff-boxp {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 27.2px */
}
.ff-swipperhead {
  margin-top: 71px;
  color: #222;
  font-family: "Lovelace Text";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
}
.ff-swipperp {
  padding-top: 26px;
  padding-bottom: 50px;
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}
.ff-box-img {
  height: 442px;
  width: 362px;
  object-fit: cover;
  border-radius: 20px;
}

.swiper-button-nextone,
.swiper-button-prevone {
  top: 208px;
}

.ff_request {
  margin-top: 99px;
  margin-bottom: 99px;
  background-color: #ecebf1;
  border-radius: 20px;
  position: relative;
  padding: 37px 196px 37px;
}
.ff_request h4 {
  color: #222;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 51.2px */
  letter-spacing: 0.64px;
}
.ff_request p {
  color: #585858;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  padding-bottom: 33px;
}
.ff-textarea {
  background-color: #f5f5f7;
  border-radius: 20px;
  border: 1px solid #e3e6ea;
  padding: 14px;
  width: 100%;
  margin-top: 10px;
}
.ff_send {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  width: 226px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ff_sendbtn {
  display: flex;
  margin-top: 20px;
  justify-content: center;
}
.serleft {
  position: absolute;
  width: 226px;
  bottom: 0;
  right: 0;
}
.serright {
  position: absolute;
  width: 254px;
  top: 0px;
  left: 0px;
}

.ff_serinput {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* contact page  */
.ff_contacthead {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 46px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
  margin-top: 57px;
  margin-bottom: 39px;
}
.ff_contact {
  display: flex;
  gap: 35px;
  margin-bottom: 10px;
}
.ff_contactmain {
  width: 264px;
  height: 104px;
  border-radius: 15px;
  border: 1px solid #c7cfd6;
  padding: 20px 23px 29px;
  background: #F0F0F4;
  display: flex;
  align-items: center;
      gap: 16px;
}
.ff_contactimg {
  width: 44px;
  height: 44px;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ff_phone {
 color: #8d8d8d;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: 100%;
    text-transform: uppercase;
    margin-bottom: 14px;
    font-family: 'Gilroy';
}
.ff_contnum {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
  letter-spacing: 0.64px;
}
.ff_info {
  border-bottom: 2px solid #c0cbd7;
  padding-bottom: 27px;
  margin-bottom: 27px;
  max-width: 361px;
}
.ff_infocompany {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.ff_infocompdet {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  max-width: 268px;
}

.ff_contactform {
 background-color: #ffffff;
    border-radius: 20px;
    padding: 35px 68px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    border: 1px solid #ecebf1;
    margin-bottom: 51px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.ff_contactform h2 {
  color: #222;
  text-align: left;
  font-family: "Lovelace Text";
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
}

.ff_contactform p {
  color: #585858;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.36px;
  margin: 27px 0px;
}

.ff_contactform input {
  color: #8d8d8d;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  height: 60px;
  width: 100%;
  padding: 19px 30px;
  border-radius: 50px;
  margin-bottom: 14px;
  border: 1px solid #ecebf1;
  background: #f7f7f9;
}
.ff_forminput {
  display: flex;
  gap: 10px;
}

.ff_contactform textarea {
  color: #8d8d8d;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.32px;
  height: 142px;
  padding: 19px 30px;
  border-radius: 20px;
  margin-bottom: 14px;
  border: 1px solid #ecebf1;
  background: #f7f7f9;
}
.ff_formsend {
  width: 142px !important;
  color: white !important;
}
.ff-addresslist li a {
  display: flex;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #C7CFD6;
  background: #F0F0F4;
  justify-content: space-between;
}



.ff-legal-info-section {
    background: white;
    padding: 0px 0px 80px 0px;
}

.ff-legal-main-heading {
    font-size: 46px;
    font-weight: 500;
    color: #222222;
    margin-bottom: 60px;
    font-family: 'Lovelace';
}

.ff-legal-card {
    background: transparent;
    padding: 40px 30px;
    display: flex;
    align-items: flex-start;
    gap: 25px;
    height: 100%;
}

.ff-legal-icon {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ff-legal-icon img {
    width: 58px;
    height: 58px;
    object-fit: contain;
}

/* Вертикальная линия между иконкой и контентом */
.ff-legal-divider {
    width: 2px;
    background-color: #C0CBD7;
    flex-shrink: 0;
    align-self: stretch;
    margin: 10px 0;
}

.ff-legal-content {
    flex: 1;
}

.ff-legal-title {
    font-size: 14px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 20px 0;
}

.ff-legal-info p {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
    margin: 0 0 8px 0;
    font-weight: 400;
}

.ff-legal-info p:last-child {
    margin-bottom: 0;
}

/* Адаптивность */
@media (max-width: 768px) {
    .ff-legal-main-heading {
        font-size: 36px;
        text-align: center;
        margin-bottom: 40px;
    }
    
    .ff-legal-card {
        padding: 30px 20px;
        gap: 20px;
        margin-bottom: 20px;
    }
    
    .ff-legal-icon {
        width: 60px;
        height: 60px;
    }
    
    .ff-legal-icon img {
        width: 50px;
        height: 50px;
    }
    
    .ff-legal-info p {
        font-size: 14px;
    }
}


.ff-addresslist li a h4 {
  color: #2c3576;
  font-family: "Lovelace Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.36px;
}
.ff-addresslist li a p {
  color: #585858;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  padding-top: 12px;
}

.ff-addresslist li {
  margin-bottom: 10px;
  list-style: none !important;
}

.ff-addresslist li:last-child {
  margin-bottom: 0;
}
.ff-addmain1 {
  display: flex;
  align-items: center;
  gap: 30px;
}

.ff-addmain2 {
  display: flex;
  align-items: center;
  gap: 38px;
}

.ff-addmain3 {
  display: flex;
  align-items: center;
  gap: 53px;
}

.ff-addmain4 {
  display: flex;
  align-items: center;
  gap: 29px;
}

.ff_address-img {
  border-radius: 20px;
}

/* aboutus page  */

.ff_aboutmain {
  max-width: 686px;
}
.ff_aboutmain h4 {
  color: #efb2bb;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 37px;
  margin-top: 50px;
}
.ff_aboutmain p {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  padding-bottom: 27px;
}
.ff_aboutimg {
  margin-top: -103px;
  object-fit: cover;
  height: 601px;
  border-radius: 20px;
}
.ff-about {
  margin-top: 96px;
  margin-bottom: 30px;
  color: #222;
  font-family: "Lovelace Text";
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.92px;
}
.ff_aboutp {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
}

.ff_about-cards {
  margin-top: 42px;
  margin-bottom: 98px;
}
.ff_card {
  border-radius: 20px;
  background: #fff2f4;
  height: 264px;
  padding: 45px 28px 20px;
}
.ff_card h4 {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.42px;
}
.ff_card p {
  margin-top: 20px;
  color: #585858;
  max-width: 265px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
}
.ff_cardimg {
  display: flex;
  float: right;
}
.ff_cardnew {
  background-color: #ecebf1;
  position: relative;
}
.ff_cardnew a {
  margin-top: 17px;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  width: 166px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.ff_cardflower {
  position: absolute;
  bottom: 1px;
  right: 1px;
  width: 153px;
}
.ff-aboutp {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* Delivery page  */
.ff_tablehead {
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 36px;
}

.ff_del-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #fad5da;
  border-radius: 20px;
  overflow: hidden;
}


.ff_del-table tr:nth-child(even) {
  background-color: rgba(248, 238, 238, 0.38);
}

.ff_del-table  tr:nth-child(odd) {
  background-color: #fff2f4;
}

.ff_del-table  td {
  padding: 24px 64px;
  border-bottom: 1px solid #fad5da;
  border-radius: 0px !important;
}
.ff_del-tabhead {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
}
.ff_del-tabbody {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.ff_delhead {
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-top: 71px;
  margin-bottom: 25px;
}

.ff_delp {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  margin-bottom: 20px;
  max-width: 477px;
}

.ff_delp span {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}

.ff_delimg {
  margin-top: 59px;
  margin-bottom: 101px;
}

/* payment page  */
.ff_payp {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  margin-top: 10px;
}
.ff_formargin {
  margin-top: 45px;
  margin-bottom: 43px;
}
.ff_payment {
  border-bottom: 2px solid #c0cbd7;
}
.ff_payh {
  margin-top: 26px;
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.44px;
  text-transform: uppercase;
}
.ff_paymenyp {
  margin-bottom: 26px;
  margin-top: 16px;
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  max-width: 463px;
}
.ff_paymentmethod {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(4, 1fr);
  gap: 30px;
  margin-top: -104px;
}
.ff_cards {
  background-color: #fff2f4;
  border: 1px solid #fad9dd;
  border-radius: 20px;
  height: 145px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* career page  */
.ff_career {
  margin-top: 49px;
  margin-bottom: 103px;
}

.ff_career h1 {
  color: #2c3576;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.ff_career p {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 28.8px */
  letter-spacing: 0.36px;
}
.ff_career p span {
  color: #585858;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.36px;
}
.ff_car-mail {
  color: #2c3576 !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}
.ff_careermain {
  border-radius: 20px;
  background: #fff2f4;
  padding: 40px;
  margin-bottom: 29px;
}
.ff_careercard {
  margin-top: 34px;
  margin-bottom: 40px;
}
.ff_careermain h4 {
  color: #2c3576;
  font-family: "Lovelace Text";
  margin-bottom: 25px;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 21px */
  letter-spacing: 0.42px;
}
.ff_careerlinks {
  display: grid;
  grid-template-rows: repeat(4, auto);
  grid-auto-flow: column;
  column-gap: 49px;
  row-gap: 15px;
  max-width: 909px;
}
.ff_car_link {
  max-width: 1006px;
}
.ff_carp {
  margin-top: 27px;
}
.ff_careerspan {
  margin-bottom: 94px;
}
.ff_careerspan p {
  margin-bottom: 16px;
}
.ff_cargap {
  max-width: 1146px;
}
.ff_cargap p {
  margin-bottom: 15px;
  font-size: 17px !important;
}
.ff_cargap h1 {
  margin-bottom: 29px;
}

/* privacy page  */

.ff_privacyp {
  margin-bottom: 68px;
  margin-top: 43px;
}
.ff_privacyp p {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 14px;
}
.ff_privacyp ul li {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-left: 20px;
  margin-bottom: 15px;
}
.ff_parvacycat{
  margin-bottom: 58px;
}
.ff_parvacycat h4 {
  color: #222;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom:28px;
}
.ff_parvacycat p {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 20px;
}
.ff_privtab {
  color: #2c3576;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.64px;
  text-transform: uppercase;
  background-color: #f7f7f9;
  height: 72px;
  display: flex;
  padding: 25px 40px;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #ecebf1;
  background: linear-gradient(0deg, #f7f7f9 0%, #f7f7f9 100%), #fff2f4;
  margin-bottom: 10px;
  margin-top: 35px;
}

.ff_pri-table{
  border: 1px solid #ECEBF1;
  border-radius: 20px;
  overflow: hidden;
}

.ff_paritable {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}


.ff_paritable tr:nth-child(even) {
  background-color: #FAFAFB;
}

.ff_paritable  tr:nth-child(odd) {
  background-color: #F7F7F9;
}

.ff_paritable td:first-child {
  width: 361px; 
  border-left: 0px;
  color: #585858;
font-size: 16px;
font-style: normal;
font-weight: 600;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
}
.ff_paritable td:last-child {
  color: #585858;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
}
.ff_paritable  td {
  padding: 24px 40px;
  border-bottom: 1px solid #ECEBF1;
  border-left: 1px solid #ECEBF1;
  border-radius: 0px !important;
}

.ff_pri_detail{
  margin-bottom: 50px;
}

.ff_pri_detail h4{
  color: #222;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 30px;
}
.ff_pri_detail p{
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  margin-bottom: 16px;
  max-width: 1147px;
  
}
.ff_parivacyp{
  margin-top: 27px;
}
.ff_pariheading{
  color: #222;
font-family: "Lovelace Text";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
margin-bottom: 30px;
}
.ff_privemail li{
  color: #585858;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
list-style-type: decimal; 
margin-bottom: 25px;
margin-left: 23px;
}
.ff_privacy-main{
  margin-bottom: 116px;
  margin-top: 52px;
}
/* 404 page  */
.ff_404img{
  width: 692px;
  object-fit: cover;
}
.ff_img{
  display: flex;
  justify-content: center;
}
.ff_404h{
  color: #222;
text-align: center;
font-family: "Lovelace Text";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 57.6px */
letter-spacing: 0.72px;
}
.ff_404p{
  color: #585858;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 28.8px */
margin-top: 51px;
}
.ff_404a{
  color: #FFF;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
border-radius: 78px;
border: 2px solid #EFB2BB;
background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
width: 194px;
height: 60px;
display: flex;
justify-content: center;
align-items: center;
margin-top: 43px;
}
.ff_404-main{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 72px auto 112px;
}
/* wrap css */
.ff-checkout-account-1 .ff-left-content-main h2{
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 25px;
}
.ff-checkout-account-1 #ffSelectText{
  white-space: nowrap;
  overflow: hidden;
}
.ff-checkout-account-1 .ff-existing-account{
  padding-bottom: 25px;
}
.ff-existing-main{
  padding-top: 15px;
  border-bottom: 2px solid #D9DFE5;
  padding-bottom: 20px;
}
.ff-new-account{
  padding-top: 20px;
}
.ff-checkout-account-1 .ff-left-content-main h2.ff-border-b-0{
  border-bottom: 0;
}
.ff-checkout-account-1 .ff-mark{
  width: 24px;
  height: 24px;
}
.ff-coin-main{
  border-top: 2px solid #D9DFE5;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  gap: 38px;
}
.ff-coin-main small{
  font-size: 14px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
text-transform: uppercase;
}
.ff-coin-main-inner{
  display: flex;
  align-items: center;
  gap: 38px;
}
.ff-coin-inner{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-checkout-account-1 .ff-summary-main-inner{
  padding-bottom: 0;
}
.ff-checkout-account-1 .ff-summary-main.ff-summary-last{
  margin-bottom: 20px;
}
.ff-coupon-main .ff-sign-btn{
  padding-inline: 40px;
  border-radius: 50px !important;
  height: 50px;
}
.ff-available-coin-left{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-available-coin-left h5,
.ff-available-coin-left a,
.ff-available-ff-coin small{
  font-size: 16px;
  color: #F5909F;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
}
.ff-available-coin-left h5{
  padding-bottom: 15px;
}
.ff-available-coin-left a{
  color: #2C3576;
font-weight: 400;
letter-spacing: 0.32px;
text-transform: capitalize;
text-decoration: underline;
}
.ff-available-coin-left img{
  height: 34px;
}
.ff-available-ff-coin{
  background: #F7F7F9;
border: 1px solid #ECEBF1;
border-radius: 20px;
padding-top: 25px;
padding-bottom: 30px;
padding-left: 21px;
padding-right: 35px;
margin-bottom: 20px;
}
.ff-available-ff-coin-inner{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.ff-checkout-account-2 .ff-available-ff-coin-inner{
padding-bottom: 25px;
}
.ff-checkout-account-2 .ff-available-ff-coin{
  padding-right: 20px;
}
.ff-checkout-account-2 .ff-price-info .ff-discount-main h5,
.ff-checkout-account-2 .ff-price-info .ff-discount-main small{
  color: #EB546A;
}
.ff-checkout-account-3 .ff-existing-account{
  padding-bottom: 20px;
}
.ff-checkout-account-3 .ff-new-account{
  padding-bottom: 20px;
}
.ff-promo-main{
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  padding-inline: 20px;
}
.ff-promo-main h5{
  font-size: 14px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: 0.28px;
}
.ff-promo-main h4{
  padding-bottom: 0;
  padding-inline: 0;
}
.ff-tick-main{
  background: #4AA869;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.ff-discount-num{
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding-inline: 20px;
}
.ff-discount-num-top{
  display: flex;
  align-items: center;
  gap: 15px;
}
.ff-checkout-account-3 .ff-coupon{
  padding-bottom: 25px;
  display: block;
}
.ff-avail-main{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.ff-checkout-account-3 .ff-available-coin-left h5{
  padding-bottom: 0;
}
.ff-avail-main-inner,
.ff-checkout-account-3 .ff-available-coin-left{
  width: 100%;
}
.ff-avail-main-inner .ff-discount-num{
  padding-inline: 0;
}
.ff-checkout-account-3 .ff-available-coin-left img{
  height: auto;
}
.ff-checkout-account-3 .ff-available-coin-left .ff-coin-img{
  height: 34px;
}
.ff-checkout-account-3 .ff-available-ff-coin {
  padding-right: 30px;
}
.ff-discount-num-top p{
  font-size: 16px;
  color: #222;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
}
.ff-coupon-main.ff-danger-text input{
border-color: #CF2929;
}
.ff-coupon-main.ff-danger-text input::placeholder{
color: #CF2929;
}
.ff-danger-text-promo{
  font-size: 14px;
  color: #CF2929;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: 0.28px;
margin-top: 10px;
max-width: 317px;
width: 100%;
padding-left: 20px;
display: block;
}
.ff-order-accepted-page .ff-hero{
padding-bottom: 45px;
}
.ff-order-accepted h3,
.ff-order-accepted p{
  font-size: 18px;
  color: #2C3576;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.8px;
text-transform: uppercase;
}
.ff-order-accepted p{
font-weight: 400;
line-height: 160%; /* 28.8px */
text-transform: capitalize;
color: #585858;
letter-spacing: normal;
}
.ff-order-inner{
  padding-bottom: 50px;
  padding-top: 30px;
}
.ff-order-accepted{
  padding-top: 50px;
  padding-bottom: 318px;
}
.ff_labelbottom {
  padding-top: 12px;
}
.ff-personal-hero{
  padding-top: 130px;
  background-color: #eae9ef;
}
.ff-personal-toggle[aria-expanded="true"] img {
  transform: rotate(180deg);
  transition: transform 0.3s ease;
}

.ff-personal-toggle[aria-expanded="false"] img {
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.ff-personal-edit-page .ff-sign-btn{
  padding-inline: 70px;
}
.ff-personal-edit-page .danger{
  color: #CF2929;
}
.ff-personal-address .ff_dethead{
  padding-bottom: 20px;
}
.ff-address-page .ff-select2{
  margin-bottom: 15px;
}
.ff-address-page .ff_editadd{
  padding-left: 30px;
  margin-bottom: 30px;
}
.ff-address-page .ff_editdef,
.ff-address-page .ff_label{
  margin-top: 0;
}
.ff-address-page .ff_editend{
  padding-inline: 30px;
}
.ff-address-page .ff-sign-btn{
  padding-inline: 70px;
}
.ff-address-page .ff_editbtn{
  margin-top: 30px;
}
.ff-address-page .ff_dethead{
  padding-bottom: 20px;
}
.ff-personal-page .ff_detmain{
  border: 1px solid #ECEBF1;
}
.ff-wish-page .ff_wishlist{
  cursor: pointer;
}
.ff-wish-page .ff-slide-main{
  position: relative;
}
.ff-wish-page .ff_perAcc {
  padding-bottom: 140px;
}
.ff-wish-page .drop-btn{
  margin-bottom: 15px;
}
.ff-order-card ol li{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 15px;
}
.ff-order-card ol li:last-child{
  padding-bottom: 0;
}
.ff-order-card ol li h4,
.ff-order-card ol li p{
  font-size: 14px;
  color: #2C3576;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.28px;
  text-transform: uppercase;
}
.ff-order-card ol li p{
  color: #222;
}
.ff-order-card ol{
  max-width: 253px;
  width: 100%;
}
.ff-order-card{
  border-radius: 15px;
  position: relative;
background: #FFF;
padding: 27px 25px;
margin-bottom: 15px;
}
.ff-order-mbl{
  background: #F7F7F9;
border: 1px solid #ECEBF1;
padding: 35px 25px;
border-radius: 20px;
margin-top: -90px;
}
.ff-order-card ol li p.ff-pending{
  color: #8D8D8D;
  text-transform: capitalize;
}
.ff-order-card ol li p.ff-done{
  color: #108236;
  text-transform: capitalize;
}
.ff-order-card ol li p.ff-canceled{
  color: #CF2929;
  text-transform: capitalize;
}
.ff-order-card ol li p.ff-progress{
  color: #222;
  text-transform: capitalize;
}
.ff-order-card:last-child{
  margin-bottom: 0;
}
.ff-order-information .ff_perAcc {
  padding-bottom: 140px;
}
.ff-order-information .ff_tablebody h3{
  font-size: 16px;
  color: #EFB2BB;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
}
.ff-order-detail{
  border-radius: 15px;
background: #FFF;
margin-bottom: 20px;
padding: 25px 35px;
}
.ff-order-detail h3,
.ff-order-detail h4{
  font-size: 16px;
  color: #EFB2BB;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 1.6px;
text-transform: uppercase;
padding-bottom: 15px;
}
.ff-order-detail h4{
  color: #8D8D8D;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 0;
}
.ff-order-detail p{
  color: #222;
  max-width: 420px;
  width: 100%;
  color: #222;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-order-detail ul li{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
}
.ff-order-detail ul{
  max-width: 650px;
  width: 100%;
}
.ff-order-detail ul li:last-child{
padding-bottom: 0;
}
.ff-mail{
  max-width: 420px;
  width: 100%;
}
.ff-mail a{
  color: #222;
}
.ff-order-information .ff-summary-div p{
  font-size: 16px;
  max-width: 352px;
}
.ff-order-information .ff-summary-main{
  justify-content: space-between;
}
.ff-order-information .ff-summary-bottom {  
  gap: 81px;
}
.ff-order-information .ff-price-info{
  border-radius: 15px;
  background: #FFF;
  padding-inline: 35px;
  border-bottom: 0;
  margin-bottom: 20px;
}
.ff-order-information .ff-summary-main-inner{
  border-bottom: 0;
}
.ff-order-information .ff-summary-main:last-child{
  margin-bottom: 0;
}
.ff-price-info ol li, .ff-price-info ol li h5{
  font-size: 14px;
}
.ff-order-information .ff-price-info ol {
  border-bottom: 2px solid #D9DFE5;
  padding-inline: 0;
  padding-bottom: 15px;
}
.ff-order-information .ff-total-pay{
  padding-inline: 0;
  padding-top: 15px;
  padding-bottom: 0;
}
.ff-order-information .ff_table{
  padding-bottom: 50px;
}
.ff-order-detail.ff-last-order p{
max-width: 100%;
}
.ff-order-information .ff-main-btn{
  gap: 20px;
  padding-inline: 33px;
  margin-top: 10px;
}
.ff-mail a{
  font-size: 16px;
  color: #222;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-login-hero{
  background: #EAE9EF;
  padding-top: 130px;
}
.ff-login-hero h1{
  color: #222;
  font-family: "Lovelace Text";
font-size: 46px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.92px;
padding: 50px 0;
}
.ff-login-page .ff_p{
  padding-bottom: 30px;
}
.ff-login-page .ff-sign-btn{
  padding-inline: 49px;
}
.ff-register-page .ff_checkboxtext span {
  margin-left: 0;
}
.ff-register-page .ff_checkboxtext{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-register-page .ff_checkboxtext a{
  text-decoration: underline;
  color: #2C3576;
}
.ff-register-page .ff-sign-btn {
  padding-inline: 70px;
}
.ff_reginput input{
  padding-top: 0;
}
.ff-warning{
  border-radius: 10px;
background: #FFEBEB;
padding: 13px 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.ff-pink-cross{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
height: 34px;
background: #FDFDFD;
border-radius: 50%;
}
.ff-warning p,
.ff-email-valid{
  font-size: 14px;
  color: #CF2929;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: 0.28px;
}
.ff-email-valid{
  display: block;
  padding-inline: 30px;
  padding-top: 10px;
}
.ff-error-main{
  width: 100%;
  height: 89px;
}
.ff-error-main input{
  width: 100%;
}
.ff-error-main.border-danger input{
border: 1px solid #CF2929;
background: #FFF;
}
.ff-error-main.border-danger input::placeholder{
  color: #CF2929;
}
.ff-success{
  border-radius: 10px;
background: #E0EFEA;
padding: 13px 30px;
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
}
.ff-success p{
  font-size: 14px;
  color: #222;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 19.6px */
letter-spacing: 0.28px;
display: flex;
align-items: center;
gap: 30px;
}
.ff-catalog-page .ff-search-result{
  margin-top: 0;
}
.ff-catalog-page .ff-search-main h1{
  padding-bottom: 0;
}
.ff-catalog-page .ff-hero{
  padding-bottom: 45px;
}
.ff-color-options {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.ff-color-options input[type="radio"] {
  display: none;
}
.ff-catalog-page .page-item:last-child .page-link,
.ff-catalog-page .page-item:first-child .page-link{
  background: #F1F1F4;
}
.ff-color-options label {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid transparent;
  padding: 4px;
  background: white;
}
 /* Inner color circle */
 .ff-color-options label::before {
  content: "";
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: inherit; 
  transition: 0.3s ease;
}

.ff-color-options input:checked + label {
  border: 2px solid #2C3576;
}
.ff-filter-box {
  border-radius: 20px;
  background: #F1F1F4;
  padding: 25px 20px;
  margin-bottom: 10px;
}
.ff-filter-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  color: #2C3576;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
}
.ff-filter-content {
  padding-top: 20px;
}
.ff-price-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ff-price-range {
  position: relative;
  height: 5px;
  background: #C0CBD7;
  border-radius: 5px;
  margin-top: 22px;
}
.ff-range-slider {
  position: absolute;
  width: 100%;
  appearance: none;
  background: none;
  pointer-events: none;
}
.ff-range-slider::-webkit-slider-thumb {
  appearance: none;
  width: 15px;
  height: 15px;
  background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
  border-radius: 50%;
  pointer-events: auto;
  cursor: pointer;
  margin-top: -5px;
}
.ff-range-track {
  position: absolute;
  height: 5px;
  top: 50%;
  left: 0;
  width: 100%;
  background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
  border-radius: 5px;
  transform: translateY(-50%);
}

.ff-filter-title[aria-expanded="true"] .ff-blue-dwn-arw{
rotate: 180deg;
}
.ff-filter-title:not(collapse) .ff-blue-dwn-arw{
rotate: 180deg;
}
.ff-filter-title[aria-expanded="false"] .ff-blue-dwn-arw{
rotate: 360deg;
}
.ff-price-input input{
  border-radius: 78px;
  background: rgba(255, 255, 255, 0.60);
  max-width: 88px;
  width: 100%;
  color: #222;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.32px;
  height: 44px;
  padding-left: 20px;
}
.ff-price-input span{
  font-size: 16px;
  color: #222;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;
}
.ff-color1{
  background: #01AAE5;
}
 /* Active (selected) color */
 .ff-color-options input[type="radio"]:checked + label {
  border-color: #2C3576;
}
   /* Assign individual colors */
   .ff-color-options label[for="ff-color1"]::before { background: #01AAE5; box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);}
   .ff-color-options label[for="ff-color3"]::before { background: #FFAC33; box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);}
   .ff-color-options label[for="ff-color4"]::before { background: #FEAEC9; box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);}
   .ff-color-options label[for="ff-color5"]::before { background: #ED1B24; box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);}
   .ff-color-options label[for="ff-color6"]::before { background: #A349A3; box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);}
   .ff-color-options label[for="ff-color7"]::before { background: #fff; 
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);
  }

   /* Add an image instead of a solid color */
.ff-color-options label[for="ff-color2"]::before { 
    background: url('/images/color2.png');
  background-size: cover;
  background-position: center;
}
.ff-filter-box .form-check-input:checked{
  background: transparent;
  background-image: url('/images/blue-tick.svg');
  background-size: 14px;
  background-repeat: no-repeat;
  background-position: center;
}
.ff-filter-box .form-check .form-check-input{
  width: 20px;
  height: 20px;
  border: 2px solid #C0CBD7;
  border-radius: 5px;
  display: flex;
  align-items: center;
  margin-top: 0;
}
.ff-filter-box .form-check-input:not(:checked){
  background: transparent;
}
.ff-filter-box .form-check{
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}
.ff-catalog-page .ff-search-main-div input{
  font-size: 16px;
  color: #8D8D8D;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
  border-radius: 78px;
border: 2px solid #C0CBD7;
height: 60px;
padding-left: 25px;
padding-right: 40px;
max-width: 264px;
width: 100%;
}
.ff-catalog-page .ff-search-main-div input::placeholder{
  color: #8D8D8D;
}
.ff-search-icon{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 19px;
}
.ff-search-main-div{
  position: relative;
  max-width: 264px;
width: 100%;
}
.ff-catalog-page .ff-select2 .ff-select-btn{
background: #EAE9EF;
    color: #2C3576;
    gap: 15px;
    font-weight: 500;
    width: 230px;
}
.ff-catalog-page .ff-select-menu{
  background: #F7F7F9;
}
.ff-sort-div{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-sort-div p{
  font-size: 16px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.32px;
}
.ff-sort-main{
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding-top: 40px;
      padding-bottom: 30px;
}
.ff-sort-main .ff-select2{
  width: auto;
}
.ff-catalog-page .ff-slide-main{
  padding-bottom: 30px;
}
.ff-catalog-page .ff-pagiantion-main{
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.ff-flower-main p{
  font-size: 16px;
  color: #585858;
text-align: center;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
position: relative;
z-index: 1;
}
.ff-flower-main{
  border-radius: 20px;
border: 1px solid #F6BEC6;
padding: 50px 68px 40px 68px;
background: #FEECEE;
position: relative;
margin-bottom: 50px;
}
.ff-bird{
  width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEECEE;
  border-radius: 50%;
  position: absolute;
  top: -64px;
  left: 50%;
  border-top: 1px solid #F6BEC6;
  transform: translateX(-50%);
}
.ff-flowers-philosophy h3{
  font-size: 36px;
  color: #222;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 20px;
}

.ff-flowers-philosophy h2{
  font-size: 36px;
  color: #222;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 20px;
font-family: "Lovelace Text";
}

.ff-main-paragraph{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 180%; /* 28.8px */
}
.ff-flowers-philosophy p{
  padding-bottom: 25px;
}
.ff-flowers-philosophy{
  padding-bottom: 50px;
}
.ff-catalog-page .form-check-label{
  font-size: 16px;
  color: #2B2B2B;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.32px;
}
.ff-selected-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.ff-filter-item {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2C3576;
  border-radius: 78px;
background: rgba(234, 233, 239, 0.60);
padding: 13px 21px;
height: 46px;
}

.ff-remove-filter {
  background: none;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  color: #2C3576;
}
.ff-remove-filter img{
  height: 10px;
}
.ff-reset-all {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  gap: 15px;
  cursor: pointer;
}
.ff-filter-item span{
  font-size: 16px;
  color: #222;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.32px;
  text-transform: capitalize;
}
.ff-filter-top{
  display: flex;
      align-items: center;
      gap: 15px;
      flex-wrap: wrap;
}
.ff-reset-all span{
  border-radius: 50%;
background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%), rgba(234, 233, 239, 0.60);
width: 46px;
height: 46px;
display: flex;
align-items: center;
justify-content: center;
}
.ff-reset-all .ff-main-paragraph{
  color: #222;
  font-weight: 500;
}
.ff-filter-btn{
  border-radius: 78px;
border: 2px solid #EFB2BB;
background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
max-width: 217px;
width: 100%;
display: flex;
justify-content: center;
gap: 15px;
height: 52px;
align-items: center;
}
.ff-filter-btn h3{
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}
.ff-filter-menu-top{
display: none;
}
.ff-filter-box:last-child{
  margin-bottom: 0;
}
.ff-filter-menu-top h4{
  font-size: 28px;
  color: #222;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.56px;
}
.ff-mbl-filter{
    max-width: 217px;
  width: 100%;
}
.ff-apply-main,
.ff-mbl-filter{
  display: none;
}
.ff-product-page .ff-search-result{
  margin-top: -128px;
  padding-bottom: 53px;
}
.ff-right-content small{
  color: #8D8D8D;
  /* padding-bottom: 50px; */
  display: block;
}
.ff-right-content h1{
  color: #222;
  font-family: "Lovelace Text";
font-size: 36px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
}
.ff-product-page .ff-slide-main{
  padding-bottom: 0;
}
.ff-product-page .ff-search-result .swiper{
  padding-bottom: 0;
  margin-bottom: 0;
}
.ff-product-page .ff-search-result .swiper-button-next{
  right: -22px;
  top: 45%;
  transform: translateY(-50%);
      outline: 9px solid #ffffff;
}


.swiper-bckg-right .arrw:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    right: 2px;
    top: -41px;
    transform: translateY(-50%) rotate(360deg);
    border-bottom-left-radius: 500px;
    background-image: radial-gradient(circle at 0% 17%, rgba(204, 0, 0, 0) 50px 50px, #ffffff 51px);
}
.swiper-button-next, .swiper-button-prev{
  background: #fff !important;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none;
}
.swiper-bckg-right .arrw:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 2px;
    top: 65px;
    transform: translateY(-50%) rotate(180deg);
    border-bottom-right-radius: 500px;
    background-image: radial-gradient(circle at 100% 17%, rgba(204, 0, 0, 0) 50px 50px, #ffffff 51px);
    z-index: 1;
}
.tab-content>.active {
        width: 100%;
}
.swiper-bckg-left:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: -30px;
    transform: translateY(-50%) rotate(0);
    border-bottom-right-radius: 500px;
    background-image: radial-gradient(circle at 100% 17%, rgba(204, 0, 0, 0) 50px 50px, #ffffff 51px);
}

.swiper-bckg-left:after {
    content: "" !important;
    display: block !important;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 20px;
    top: 76px;
    transform: translateY(-50%) rotate(180deg);
    border-bottom-left-radius: 500px;
    background-image: radial-gradient(circle at 0% 17%, rgba(204, 0, 0, 0) 50px 50px, #ffffff 51px);
    z-index: 1;
}
@media (min-width: 1440px) {
  .swiper-bckg-right .arrw:before {
    right: -1px;
    top: -47px;
  }
  .swiper-bckg-right .arrw:after {
    right: -1px;
    top: 71px;
  }
  .swiper-bckg-left:before {
    left: 20px;
    top: -32px;
  }
  .swiper-bckg-left:after {
    left: 20px;
    top: 85px;
  }
}

@media (max-width: 600px) {
  .swiper-bckg-right .arrw:before {
    right: -7px;
    top: -34px;
  }
  .swiper-bckg-right .arrw:after {
    right: -7px;
    top: 59px;
  }
  .swiper-bckg-left:before {
    left: 5px;
    top: -32px;
  }
  .swiper-bckg-left:after {
    left: 5px;
    top: 62px;
  }
}

.ff-product-page .ff-search-result .swiper-button-prev{
  left: -22px;
  top: 45%;
  transform: translateY(-50%);
      outline: 9px solid #ffffff;
}
.ff-product-page .ff-slide-img{
  width: 100%;
}
.ff-thumbnail{
  border-radius: 50%;
}
.ff-product-Swiper .swiper-slide{
  border: 2px solid #FEECEE;
  border-radius: 50%;
  padding: 7px;
}
.ff-product-Swiper .swiper-slide-thumb-active{
  border: 2px solid #EFB2BB;
  border-radius: 50%;
  padding: 7px;
}
.ff-product-page .ff-hero{
  padding-bottom: 114px;
}
.ff-product-page .ff-available {
  padding-top: 0;
  padding-bottom: 100px;
}
.ff-product-page .ff-right-content small{
  font-weight: 500;
}
.ff-product-page .ff-right-content h2{
  font-size: 36px;
  color: #2C3576;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.72px;
padding-bottom: 30px;
}
.ff-product-page .ff-right-content h1{
  padding-bottom: 20px;
}
.ff-product-page .ff-right-content{
  padding-left: 68px;
}
.ff-main-paragraph-large{
  font-size: 18px;
  color: #8D8D8D;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.36px;
text-transform: uppercase;
padding-bottom: 30px;
}
.ff-product-page .ff-right-content ol{
  display: flex;
  align-items: center;
  gap: 30px;
  padding-bottom: 30px;
}
.ff-order-btn{
  font-size: 16px;
  color: #474747;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
border: 2px solid #2C3576;
border-radius: 78px;
height: 60px;
display: flex;
align-items: center;
justify-content: center;
width: 279px;
}
.ff-product-page .ff-continue-btn{
  width: 279px;
}
.ff-order-btn:hover{
  border-color: #858dc3;
}
.ff-heart-icon{
  width: 44px;
height: 44px;
background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
min-width: 44px;
}
.ff-product-page .ff-right-content ul{
  display: flex;
  align-items: center;
  gap: 100px;
  padding-bottom: 30px;
}
.ff-product-page .ff-right-content ul li{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-product-page .ff-right-content ul li a{
  font-size: 16px;
  color: #474747;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-decoration: underline;
  text-transform: uppercase;
}
.ff-special-touch{
  border-radius: 15px;
  background: #FDF3F4;
  padding: 20px 40px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}
.ff-special-touch h3{
  font-size: 18px;
  color: #2C3576;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 700;
line-height: normal;
letter-spacing: 0.36px;
padding-bottom: 5px;
}
.ff-special-touch .ff-main-paragraph{
  max-width: 382px;
  width: 100%;
}
.ff-gift-main{
  position: absolute;
  top: 4px;
  right: -20px;
}
.ff-flower-delivery{
  background: #F1F1F4;
}
.ff-delivery-main{
  background: #F1F1F4;
  position: absolute;
  top: 18px;
  right: -50px;
}
.ff-flower-delivery-inner{
  max-width: 382px;
  width: 100%;
}
.ff-flower-delivery  h3{
padding-bottom: 10px;
border-bottom: 2px solid #D9DFE5;
}
.ff-product-page .ff-right-content .ff-flower-delivery-inner ul{
  padding-bottom: 0;
  padding-top: 15px;
}
.ff-circle{
  width: 6px;
  height: 6px;
  background: #585858;
  border-radius: 50%;
}
.ff-description-tab{
  border-radius: 20px;
border: 2px solid #ECEBF1;
background: #F1F1F4;
padding: 30px 68px;
}
.ff-product-info .ff-main-paragraph {
  padding-bottom: 20px;
}
.ff-product-info .ff-main-paragraph:last-child {
  padding-bottom: 0;
}
.ff-product-info .nav-tabs .nav-link.active{
  background: #F1F1F4;
}
.ff-product-info .nav-tabs .nav-link{
  height: 66px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: 2px solid #ECEBF1;
  color: #222;
  font-family: "Lovelace Text";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.36px;
  padding-inline: 30px;
}
.ff-product-info .nav-tabs{
  gap: 10px;
  border-bottom: 0;
  margin-bottom: 10px;
}
.ff-product-info{
  padding-bottom: 100px;
}
.swiper-pagination{
  bottom: 20px !important;
  top: auto !important;
}
.swiper-pagination-bullet{
  background: rgba(236, 235, 241, 0.65);
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background: #2C3576;
}
.ff-special-touch .ff-main-paragraph{
  flex: 1;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a{
  background: linear-gradient(136deg, rgba(239, 178, 187, 0.20) 12.54%, rgba(245, 144, 159, 0.20) 86.31%);
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
text-align: center;
font-size: 18px;
font-style: normal;
font-weight: 500;
line-height: 100%; /* 18px */
letter-spacing: 0.36px;
text-decoration: none;
border-radius: 50%;
position: relative;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid #EFB2BB;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  display: none;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a:hover{
  background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
  color: #fff;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a.active{
  background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
  color: #fff;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a.active::after{
display: block;
}
.ff-product-page .ff-right-content .ff-chose-size ul li a:hover::after{
  display: block;
}
.ff-product-page .ff-right-content .ff-chose-size ul{
  gap: 20px;
  padding-bottom: 0;
}
.ff-chose-size .ff-main-paragraph-large{
  color: #222;
  text-transform: capitalize;
  padding-bottom: 0;
}
.ff-chose-size{
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 26px;
}
.ff-size-price .ff-price-left small{
  text-decoration: line-through;
}
.ff-price-left{
  display: flex;
  align-items: center;
  gap: 20px;
}
.ff-counter-main{
  border-radius: 15px;
  background: #FEECEE;
  width: 65px;
  height: 70px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ff-counter-main small{
  padding-bottom: 0;
}
.ff-counter-main p{
  color: #2C3576;
text-align: center;
font-size: 21px;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.42px;
padding-bottom: 7px;
}
.ff-counter-main small{
  color: #2B2B2B;
text-align: center;
font-size: 11px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 1.1px;
text-transform: uppercase;
}
.ff-size-price{
  display: flex;
      align-items: center;
      justify-content: space-between;
      padding-bottom: 30px; 
}
.ff-product-page .ff-right-content .ff-price-counter ol{
  gap: 6px;
  padding-bottom: 0;
}
.ff-product-page .ff-price-counter ol li:first-child .ff-counter-main::after{
  content: "";
  position: absolute;
  bottom: 8px;
  right: -8px;
  width: 10px;
  height: 20px;
  background: #FEECEE;
  background-size: cover;
  background-repeat: no-repeat;
}
.ff-product-page .ff-price-counter ol li:nth-child(2) .ff-counter-main::after{
  content: "";
  position: absolute;
  top: 10px;
  right: -8px;
  width: 10px;
  height: 20px;
  background: #FEECEE;
  background-size: cover;
  background-repeat: no-repeat;
}
.ff-product-page .ff-price-counter ol li:nth-child(3) .ff-counter-main::after{
  content: "";
  position: absolute;
  bottom: 8px;
  right: -8px;
  width: 10px;
  height: 20px;
  background: #FEECEE;
  background-size: cover;
  background-repeat: no-repeat;
}
.ff-product-page .ff-price-counter ol li .ff-counter-main{
  position: relative;
}
.ff-white-color,
.ff-sky-color{
  border-radius: 50%;
background: #FFF;
box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.20);
width: 24px;
height: 24px;
}
.ff-sky-color{
  background: #01AAE5;
}
.ff-login{
  font-size: 16px;
  color: #F5909F;
text-align: center;
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.64px;
text-transform: uppercase;
text-decoration: underline;
}
.ff-product-page .modal-content.ff-modal-content-main,
.ff-product-page .modal-content.ff-modal-content-main{
  background: #F7F7F9;
  filter: drop-shadow(1px 1px 8px rgba(0, 0, 0, 0.15));
  text-align: center;
  border-radius: 20px;
  max-width: 378px;
  width: 100%;
  margin: 0 auto;
}
.ff-product-page .modal-content.ff-modal-content-main p{
  font-size: 16px;
  color: #585858;
text-align: center;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
max-width: 318px;
width: 100%;
padding-top: 7px;
padding-bottom: 10px;
margin: 0 auto;
}
.ff-btn-cross{
  position: absolute;
  top: 17px;
  right: 17px;
  height: 12px;
}
.ff-btn-cross:focus{
  box-shadow: none;
}
/* popups  */
.ff_hint {
  border-radius: 20px;
  background: #f7f7f9;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
  padding: 40px 68px;
}
.ff_hintclose {
      position: absolute;
      right: 30px;
      top: 30px;
}
.ff_thanksmodel h4 {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.ff_thanksmodel p {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 180%; /* 28.8px */
  position: relative;
  z-index: 10;
}

.ff_thanksmodel input {
  width: 100%;
  height: 60px;
  border: 1px solid #ecebf1;
  border-radius: 50px;
  margin-bottom: 15px;
  padding-left: 26px;
  color: #8D8D8D;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}

.ff_thanksmodel a {
  max-width: 142px;
  width: 100%;
  height: 60px;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
}
.ff_thanksmodel.ff-quik-order a{
  max-width: 195px;
}
.ff_thanks {
  border-radius: 20px;
  background: #f7f7f9;
  position: relative;
  max-width: 422px;
  margin: 0 auto;
  width: 100%;
  padding: 83px 51px 75px; 
}

.ff_leaf {
  position: absolute;
  top: 0;
  z-index: 1;
}

.ff_flo {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.ff_thanks h4 {
  color: #222;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  position: relative;
  z-index: 10;
}

.ff_thanks p {
  color: #585858;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 22px;
  margin-bottom: 24px;
  position: relative;
  z-index: 10;
}

.ffnewbottom-container {
  max-width: 1200px;
  margin: 0 auto;
  padding-inline: 15px;
}

.ffnewbottom-row {
  display: flex;
  flex-wrap: wrap;
  margin-inline: -12px;   
}

.ffnewbottom-row > * {
  padding-inline: 12px;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 992px) {
  .ffnewbottom-col-lg-4 { width: 33.333%; }
  .ffnewbottom-col-lg-8 { width: 66.666%; }
}


.ffnewbottom-mt-5    { margin-top: 3rem; }
.ffnewbottom-pt-2    { padding-top: .5rem; }
.ffnewbottom-pb-0    { padding-bottom: 0;  }
.ffnewbottom-pb-2    { padding-bottom: .5rem; }
.ffnewbottom-ps-lg-5 { padding-inline-start: 3rem; } /* только на десктопе */
@media (max-width: 991.98px) { .ffnewbottom-ps-lg-5 { padding-inline-start: 0; } }


.ffnewbottom-h-50 { height: 50%; }


.ffnewbottom-img-cover {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: .5rem;    
}


.ff-border {
    width: 98px;
    height: 2px;
    background: #EFB2BB;
    margin: 1rem auto 0;
    display: flex;    
    position: relative;
    right: 532px;
    bottom: 20px;
}

.ff_thanks a {
  display: flex;
  max-width: 142px;
  height: 60px;
  padding: 20px 59px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  background: linear-gradient(136deg, #efb2bb 12.54%, #f5909f 86.31%);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
}



.ff_thank-a {
  display: flex;
  justify-content: center;
}

.ff_addcard {
  background: #EAE9EF;
  border-radius: 20px;
  padding: 50px 68px;
}
.ff_addcard h4 {
  color: #222;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
}
.ff_addcard-main {
  border-radius: 20px;
  background-color: rgba(253, 253, 253, 0.5);
  display: flex;
  gap: 24px;
  padding: 13px 15px;
  margin-top: 24px;
  margin-bottom: 24px;
}
.ff_addcard-img {
  width: 86px;
  height: 86px;
  border-radius: 100%;
  object-fit: cover;
}
.ff_cardp {
  color: #2b2b2b;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 15px;
  max-width: 232px;
  width: 100%;
}
.ff_card-qty {
  color: #8d8d8d;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.ff_Card-price {
  color: #101a24;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}
.ff_contibtn {
  color: #474747;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  display: flex;
  width: 322px;
  padding: 18px 42px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 78px;
  border: 2px solid #2c3576;
}
.ff_checkbtn {
  display: flex;
  width: 322px;
  height: 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 78px;
  border: 2px solid #51588a;
  background: linear-gradient(144deg, #2c3576 13.36%, #111952 87.61%);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-top: 9px;
}
.ff_order {
  background-color: #f7f7f9;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.35);
  border-radius: 20px;
  padding: 43px 68px 30px;
}
.ff_orderform {
  display: flex;
  gap: 10px;
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.ff_thanksmodel textarea {
  width: 100%;
  height: 84px;
  padding: 20px 30px;
  border-radius: 20px;
  border: 1px solid #ecebf1;
}
.ff_h2 h2 {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  border-bottom: 2px solid #d9dfe5;
  padding-bottom: 14px;
  margin-top: 22px;
  margin-bottom: 11px;
}
.ff_options {
  margin-bottom: 19px;
}
.ff_order-footer {
  display: flex;
  justify-content: space-between;
  margin-top: 23px;
  border-bottom: 1px solid #ecebf1;
}
.ff_order-footer p {
  color: #2c3576;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 0.28px;
  text-transform: uppercase;
  width: 30px;
}
.ff_order-footer p span {
  font-size: 21px;
}
.ff_quickmain {
  margin-top: 17px;
  margin-bottom: 25px;
}
.ff_quickopen1 {
  width: 100%;
  height: 60px;
  font-size: 16px;
  padding: 19px 30px;
  border-radius: 50px;
  border: 1px solid #ecebf1;
  background: #fff;
  color: #8d8d8d;
}
.ff_quickinput {
  margin-top: 10px;
}
.ff_quickopen {
  margin-top: 10px;
  display: flex !important;
  gap: 19px !important;
}
.ff-modal-quick{
  max-width: 588px;
  width: 100%;
}
.ff-product-page .ff-product-label{
  display: flex;
  gap: 20px;
}
.ff-product-page .ff-select2 .ff-select-btn{
background: transparent;
width: 100%;
color: #8D8D8D;
background: #fff;
}
.ff-product-page .ff-product-label{
  font-size: 16px;
  color: #222;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff_thanksmodel.ff-quik-order  .ff_order-footer{
  border-bottom: 0;
  padding-bottom: 0;
}
.ff_card-main{
  flex: 1;
}
.ff_addcard .ff-order-btn,
.ff_addcard .ff-continue-btn{
  width: 100%;
  height: 60px;
}
.ff_addcard .ff-order-btn{
  margin-bottom: 15px;
}
.ff-cart-modal{
  max-width: 558px;
  width: 100%;
  margin: 0 auto;
}
.ff-cart-icon{
  display: flex;
  align-items: center;
}
.ff-summary{
  position: absolute;
  top: 44px;
  right: -42px;
  min-width: 460px;
  padding: 15px;
  padding-bottom: 25px;
  padding-right: 32px;
  margin-bottom: 0;
}
.ff-product-page .ff-pay-terms a{
  width: 100%;
}
.ff-product-page .ff-price-info,
.ff-summary-main-inner{
  border-bottom: 0;
  padding-bottom: 0;
}
.ff-product-page .ff-total-pay,
.ff-product-page .ff-price-info ol{
  padding-top: 15px;
}
.ff-cart-arw{
  position: absolute;
  top: -12px;
  right: 44px;
}
.ff-cross-pink{
  width: 35px;
  height: 35px;
  background: #FDFDFD;
  border: 1px solid #ECEBF1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
}
.ff-summary-main{
  position: relative;
}
.ff-summary-div p {
  max-width: 151px;
}
.ff-cart-text{
  font-size: 21px;
  color: #222;
text-align: center;
font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.84px;
}
.ff-cart-top{
  width: 100%;
  padding-bottom: 12px;
}
.ff-blog-page .ff-hero{
  padding-bottom: 45px;
}
.ff-blog-page .ff-search-main h1{
  padding-bottom: 0;
}
.page-link:hover{
  background: transparent;
  color: #2C3576;
}
.ff-page-last:hover{
  background: #F1F1F4;
}
.ff-blog-card{
  border-radius: 20px;
border: 1px solid #ECEBF1;
background: #F1F1F4;
padding-top: 15px;
padding-inline: 15px;
padding-bottom: 0;
margin-bottom: 30px;
}
.ff-blog-inner p{
  font-size: 14px;
  color: #8D8D8D;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 22.4px */
  letter-spacing: 0.28px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}
.ff-blog-inner{
  padding-top: 20px;
  padding-inline: 10px;
}
.ff-blog-inner h2{
  font-size: 21px;
  color: #2C3576;
  font-family: "Lovelace Text";
font-style: normal;
font-weight: 500;
line-height: normal;
letter-spacing: 0.84px;
padding-bottom: 10px;
}

.ff-blog-mid a{
        color: #2C3576;
}
.ff-blog-mid p{
  font-size: 16px;
  color: #585858;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
padding-bottom: 0;
}
.ff-blog-mid{
  padding-bottom: 25px;
}
.ff-blue-rightarw{
  border-radius: 20px 20px 0px 0px;
background: rgba(255, 255, 255, 0.40);
display: flex;
justify-content: center;
align-items: center;
max-width: 110px;
width: 100%;
height: 45px;
}
.ff-blog-page .ff-search-result{
  padding-top: 50px;
}
.ff-blog-page .ff-pagiantion-main{
  padding-top: 20px;
}

/* article page  */
.ff_article {
  padding-bottom: 103px;
}

@media (max-width: 1440px) {
    .ff-article-page .ff-main-btn {
        padding-inline: 27px;
    }
}

.ff_article-mainimg img {
    border-radius:20px;
}
.ff_article-p {
  color: #8d8d8d;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: 0.32px;
  display: flex;
  gap: 15px;
}
.ff_article-mainimg {
  max-width: 950px;
  margin: -67px auto 0;
}

.ff_article-mainimg p {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-top: 55px;
}
.ff_art-main {
  max-width: 950px;
  margin: 0 auto;
}

.ff_article-philoso {
  max-width: 950px;
  margin: 53px auto;
}
.ff_article-philoso h1 {
  color: #222;
  font-family: "Lovelace Text";
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.72px;
  margin-bottom: 34px;
}
.ff_article-philoso h2 {
  color: #2c3576;
  font-size: 21px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.42px;
  margin-bottom: 20px;
}

.ff_article-philoso p {
  color: #585858;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 28.8px */
  margin-bottom: 14px;
}

.ff_article-collect {
  max-width: 950px;
  margin: 0 auto;
}
.ff_article2,
.ff_article1 {
  border-radius: 20px;
  height: 340px;
  object-fit: cover;
}

.ff_visit {
  background-color: #eae9ef;
  border-radius: 20px;
  height: 166px;
  position: relative;
  padding: 40px;
  margin-top: 46px;
  margin-bottom: 46px;
}

.ff_visit h5 {
  color: #2c3576;
  text-align: center;
  font-family: "Lovelace Text";
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 180%; /* 32.4px */
  letter-spacing: 0.72px;
  max-width: 774px;
  margin: 0 auto;
}
.ff_comma {
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}
.ff_art1 {
  border-radius: 20px;
  margin-bottom: 30px;
}
.ff_art2 {
  border-radius: 20px;
}
.ff_art3 {
  border-radius: 20px;
}
.ff_artp {
  margin-top: 47px;
}
.ff_articons {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: #c9c7cf;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s ease;
}
.ff_art_end {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 54px;
}
.ff_arti_btn {
  display: flex;
  border-radius: 78px;
  border: 2px solid #efb2bb;
  height: 60px;
  width: 226px;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
}
.ff_art-share {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ff_art-share p {
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  text-transform: uppercase;
  margin-right: 30px;
  padding-bottom: 0px;
}
.ff-article-page .ff_reg1{
  padding-bottom: 30px;
  padding-top: 50px;
}
.ff-article-page .ff-main-btn{
  gap: 19px;
  padding-inline: 35px;
}
.ff-article-page .ff_art-share p{
  margin-right: 20px;
}
.ff-article-page .ff-flower-div ol li{
  gap: 20px;
}
.ff-article-page  .ff_articons:hover{
  background: linear-gradient(144deg, #2C3576 13.36%, #111952 87.61%);
  box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.25);
}
.ff-article-hero{
  background-color: #eae9ef;
}
.ff-article-page .ff_visit{
  height: auto;
  padding: 0;
  padding-top: 35px;
  padding-bottom: 30px;
  padding-inline: 30px;
}
.ff-article-page .ff_visit h5{
  padding-bottom: 0;
  position: relative;
  z-index: 1;
}
.ff-service-hero{
  background: #EAE9EF;
  padding-top: 130px;
  padding-bottom: 45px;
}
.ff-service-page .ff_serinput input{
  border-radius: 50px;
  border: 1px solid #E3E6EA;
  background: #F5F5F7;
  height: 60px;
  padding-inline: 30px;
  color: #8D8D8D;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 22.4px */
letter-spacing: 0.32px;
}
.ff-service-page .ff_request .ff-textarea{
  padding-inline: 30px;
  resize: none;
  color: #8D8D8D;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  letter-spacing: 0.32px;
}
.ff-service-page .ff_request h4{
  padding-bottom: 10px;
}
.ff-service-page .ff-sign-btn{
  padding-inline: 90px;
}
.ff-service-page .ff-boxhead{
  padding-bottom: 10px;
}
.ff-service-page .ff-boximg {
  padding-bottom: 15px;
}
.ff-service-page .ff-servicep{
  margin-top: 20px;
}
.ff-service-page .ff-othpghead{
  padding-bottom: 30px;
}
.ff-service-page .ff-line{
  padding-bottom: 40px;
}
.ff-service-page .ff-otherpag {
  font-size: 16px;
  padding-top: 32px;
}
.ff-service-page .ff-otherimg {
  object-fit: cover;
  object-position: center;
  height: 100%;
}
.ff-service-page .ff_request p{
  padding-bottom: 30px;
}
.ff-contact-hero{
  padding-bottom: 50px;
  position: relative;
}

.ff-contact-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
       height: 29%;
    background-color: #EAE9EF;
    z-index: -1;

}
.ff-contact-page .ff-sign-btn{
  color: #FFF;
  max-width: 142px;
  width: 100%;
}
.ff-contact-page .ff_contactmain{
  background: rgba(247, 247, 249, 0.5);
}
.ff-contact-page .ff_contactform{
  border-radius: 20px;
background: #FFF;
box-shadow: 1px 1px 14px 0px rgba(44, 53, 118, 0.15);
margin-bottom: 0;
padding: 40px 68px 35px;
}
.ff-contact-page .ff_contactform textarea{
  resize: none;
  margin-bottom: 20px;
}
.ff-contact-page 
.ff_contactform h2 {
    font-size: 28px;
}
.ff-contact-page .ff_contactform p{
  margin-top: 16px;
  margin-bottom: 20px;
}
.ff-contact-page .ff_infocompany{
  padding-bottom: 10px;
}
.ff-contact-page  .ff_contacthead {
  margin-top: 50px;
  margin-bottom: 20px;
}
.ff-contact-page .ff_info {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.ff-address-sec{
  padding-top: 100px;
  padding-bottom: 120px;
}
.ff-contact-page .ff-main-heading{
  padding-bottom: 30px;
}
.ff-contact-page .ff_address-img{
  height: 100%;
  object-fit: cover;
}
.ff-about-hero{
  background: #EAE9EF;
  padding-top: 130px;
  padding-bottom: 45px;
}
.ff-about-page .ff_reg1{
  padding-bottom: 0;
  padding-top: 50px;
}
.ff-about-page .ff_cardnew a{
  max-width: 166px;
  width: 100%;
  padding-inline: 0;
}
.ff-about-page .ff_card p {
  margin-top: 15px;
}
.ff-about-page .ff_card {
  height: 100%;
}
.ff-payment-inner{
  padding-bottom: 100px;
}
.ff-career-page .ff_careerlinks li{
  list-style-type: disc;
  color: #585858;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 160%; /* 25.6px */
letter-spacing: 0.32px;
}
.ff-career-page .ff_careerlinks{
  padding-left: 18px;
}
.ff-error-page .ff-sign-btn{
  max-width: 194px;
  width: 100%;
  margin-top: 40px;
  padding-inline: 0;
}
.ff-error-page .ff_404p {
  margin-top: 30px;
}




    .centerbc .image {
    width: 457px;
    /*height: 640px;*/
	height: 620px;
    flex-shrink: 0;
}
    .centerbct {
    display: flex;
          margin-bottom: 15px;
}
    .centerbct p {
    padding-left: 15px;
	margin-bottom: 0rem;
}

.row-n {
    display: flex;
    align-items: center;
    padding-left: 0px;
}

@media (max-width:767px) {
    .row-n {
     display: flex;
    align-items: center;
    padding-left: 0px;
    flex-direction: column;
}
}

.row-n1 {
    display: flex;
}

.centerbx p {
    color: #2C3576;
    font-size: 16px;
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    margin-block-start: 1em;
}
.row-n img {
    margin-right: 20px;
    border-radius: 10px;
}


.sticky-top.aside {
 position: sticky;
    top: 120px!important;
}

.ff-contact-hero.contactp {
margin-top:-50px;
}

/* Subscription Form Styles */
.subpageclass-subscription-form {
    padding-top: 80px;
}

/* Section Titles */
.subpageclass-section-title {
    display: block;
    font-size: 18px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'Gilroy';
}

.subpageclass-section {
    margin-bottom: 25px;
}

.subpageclass-mbl-article h1 {
    color: #222;
    font-family: "Lovelace Text";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.72px;
}

/* Size Options */
.subpageclass-size-options {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.subpageclass-size-option {
    position: relative;
}

.subpageclass-size-option input[type="radio"] {
    display: none;
}

.subpageclass-size-option label {
 display: inline-block;
    padding: 8px 16px;
    border-radius: 20px;
    background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
    color: #585858;
    cursor: pointer;
    font-size: 18px;
    transition: all 0.3s ease;
    opacity: 0.4;
    font-family: 'Gilroy';
}

.subpageclass-size-option.subpageclass-size-active label,
.subpageclass-size-option input[type="radio"]:checked + label {
    border: 2px solid #EFB2BB;
    background: linear-gradient(136deg, #EFB2BB 12.54%, #F5909F 86.31%);
    display: inline-flex;
    padding-inline: 14px;
    align-items: center;
    font-size: 18px;
    color: #FFF;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.64px;
    justify-content: center;
    text-transform: uppercase;
    transition: all 0.4s ease;
    background-size: 200% 200%;
    background-position: 0% 0%;
    box-shadow: 0 0 0 2px #FFF, 0 0 0 4px #EFB2BB;
    opacity: 1;
}

/* Frequency and Duration Options */
.subpageclass-frequency-wrapper,
.subpageclass-duration-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.subpageclass-frequency-item,
.subpageclass-duration-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.subpageclass-frequency-item input[type="radio"],
.subpageclass-duration-item input[type="radio"] {
    display: none;
}

.subpageclass-frequency-item label,
.subpageclass-duration-item label {
    cursor: pointer;
    display: block;
}

.subpageclass-number {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.subpageclass-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #E5E5E5;
    border-radius: 50%;
    display: block;
    position: relative;
    background-color: #fff;
    transition: all 0.3s ease;
}

.subpageclass-frequency-active .subpageclass-radio-circle,
.subpageclass-duration-active .subpageclass-radio-circle,
.subpageclass-frequency-item input[type="radio"]:checked + label .subpageclass-radio-circle,
.subpageclass-duration-item input[type="radio"]:checked + label .subpageclass-radio-circle {
    border-color: #ddd;
}

.subpageclass-frequency-active .subpageclass-radio-circle::after,
.subpageclass-duration-active .subpageclass-radio-circle::after,
.subpageclass-frequency-item input[type="radio"]:checked + label .subpageclass-radio-circle::after,
.subpageclass-duration-item input[type="radio"]:checked + label .subpageclass-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
}

/* Неактивные радио-кнопки с серым кружочком внутри */
.subpageclass-radio-circle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #E5E5E5;
    border-radius: 50%;
}

/* Скрываем серый кружочек у активных */
.subpageclass-frequency-active .subpageclass-radio-circle::before,
.subpageclass-duration-active .subpageclass-radio-circle::before,
.subpageclass-frequency-item input[type="radio"]:checked + label .subpageclass-radio-circle::before,
.subpageclass-duration-item input[type="radio"]:checked + label .subpageclass-radio-circle::before {
    display: none;
}

/* Note Section */
.subpageclass-note {
        padding: 15px 0;
    margin: 20px 0;
    border-top: 2px solid #D9DFE5;
    border-bottom: 2px solid #D9DFE5;
}

/* Frequency and Duration Options */
.subpageclass-frequency-wrapper,
.subpageclass-duration-wrapper {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.subpageclass-frequency-item,
.subpageclass-duration-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.subpageclass-frequency-item input[type="radio"],
.subpageclass-duration-item input[type="radio"] {
    display: none;
}

.subpageclass-frequency-item label,
.subpageclass-duration-item label {
    cursor: pointer;
    display: block;
}

.subpageclass-number {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.subpageclass-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #ddd;
    border-radius: 50%;
    display: block;
    position: relative;
    background-color: #fff;
    transition: all 0.3s ease;
}

.subpageclass-frequency-active .subpageclass-radio-circle,
.subpageclass-duration-active .subpageclass-radio-circle,
.subpageclass-frequency-item input[type="radio"]:checked + label .subpageclass-radio-circle,
.subpageclass-duration-item input[type="radio"]:checked + label .subpageclass-radio-circle {
    background-color: #ffffff;
    border-color: #ddd;
}

.subpageclass-frequency-active .subpageclass-radio-circle::after,
.subpageclass-duration-active .subpageclass-radio-circle::after,
.subpageclass-frequency-item input[type="radio"]:checked + label .subpageclass-radio-circle::after,
.subpageclass-duration-item input[type="radio"]:checked + label .subpageclass-radio-circle::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background-color: #F5909F;
    border-radius: 50%;
}

/* Note Section */
.subpageclass-note {
      padding: 15px 0;
    margin: 20px 0;
    border-top: 2px solid #D9DFE5;
    border-bottom: 2px solid #D9DFE5;
}

.subpageclass-note em {
   font-style: italic;
    color: #2C3576;
    font-size: 18px;
    line-height: 1.4;
    font-family: 'Gilroy';
    font-weight: 500;
}

/* Summary Section */
.subpageclass-summary {
    margin: 25px 0;
    padding: 0;
}

.subpageclass-summary-section {
    margin-bottom: 15px;
}

.subpageclass-summary-label {
    display: block;
    font-weight: 500;
    font-size: 16px;
    color: #8D8D8D;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Gilroy';
}

.subpageclass-summary-value {
    font-size: 16px;
    color: #222222;
    line-height: 100%;
    font-weight: 500;
    font-family: 'Gilroy';
}

.subpageclass-price-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
}

.subpageclass-old-price {
    text-decoration: line-through;
    color: #585858;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Gilroy';
    letter-spacing: 2%;
}

.subpageclass-new-price {
    font-size: 24px;
    font-weight: 600;
    color: #2C3576;
    font-family: 'Gilroy';

}

/* Comment Textarea */
.subpageclass-comment {
       width: 100%;
    min-height: 80px;
    border: 1px solid #ddd;
    border-radius: 20px;
    resize: vertical;
    font-family: Griloy;
    font-size: 16px;
    margin: 20px 0;
    background-color: #f9f9f9;
    padding: 25px 30px 25px 30px;
    line-height: 140%;
}

.subpageclass-comment::placeholder {
    color: #999;
}

.subpageclass-comment:focus {
    outline: none;
    border-color: #e8b4cb;
    background-color: #fff;
}

/* Subscribe Button */
.subpageclass-subscribe-button {
  width: 100%;
    max-width: 250px;
    padding: 15px 24px;
    background: linear-gradient(136deg, #2C3576 12.54%, #111952 86.31%);
    color: white;
    border: none;
    border-radius: 25px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(44, 53, 118, 0.3);
}

.subpageclass-subscribe-button:hover {
    background: linear-gradient(136deg, #1e2458 12.54%, #0d0f3a 86.31%);
    box-shadow: 0 6px 20px rgba(44, 53, 118, 0.4);
    transform: translateY(-1px);
}

.subpageclass-subscribe-button:active {
    transform: translateY(0px);
    box-shadow: 0 2px 10px rgba(44, 53, 118, 0.3);
}

/* Responsive Design */
@media (max-width: 768px) {
    .subpageclass-size-options {
        gap: 8px;
    }
    
    .subpageclass-size-option label {
        display: block;
        text-align: center;
    }
    
    .subpageclass-frequency-wrapper,
    .subpageclass-duration-wrapper {
        max-width: 300px;
        gap: 15px;
    }
}
@media (min-width: 768px) {
  .navbar-nav{
    align-items: center;
    display: flex;
  }
 .ff-nav .dropdown-menu{
    top: 35px !important;
  } 
  .ff-sticky-header{

  }
  .navbar-nav .ff-select-main {
    /* padding: 25px 0; */
    /* align-items: center;
    display: flex; */
  }
  .navbar-nav .wishlist-container, .navbar-nav .ff_user, .navbar-nav .cart-container {
    padding: 25px 12px;
  }
}

/* Main Content */
.subpageclass-right-content {
    padding-left: 68px;
    
}


.subpageclass-main-paragraph {
    color: #666;
    font-size: 13px;
}


.row{
  margin-right: 0;
  margin-left: 0;
}
.col-md-12{
  padding-right: 0;
  padding-left: 0;
}
/* .ff-column-divider{
  border-top: 2px solid #C0CBD7;
} */

.ff-available-swiper .swiper-button-next:hover, .ff-available-swiper .swiper-button-prev:hover {
        padding: 10px;
    background-color: #FEECEE;
    color: white;
    border: 2px solid #FEECEE;
}

.modal-content {
  border-radius: 25px;
}

#ageVerificationModal .modal-footer {
  padding: 16px 12px;
}

.banner-swiper .swiper-button-next, .banner-swiper .swiper-button-prev {
  top: 50%;
}

.advanced-grid-slider .swiper {
  padding-right: 0px!important;
}

.blog-article .ff-search-page .ff-hero {
    margin-bottom: 0!important;
}

@media (max-width:992px) {
    #navbarSupportedContent_96369 {
    transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transform: translateX(-100%);
}

#navbarSupportedContent_96369.show {
    transform: translateX(0);
}

/* Анимация подменю при раскрытии */
.ff-flower-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease-out;
}

.ff-menu-list.ff-bg-active .ff-flower-menu {
    max-height: 1000px;
    opacity: 1;
}

/* Плавный поворот стрелочки */
.ff-rightarw {
    transition: transform 0.3s ease;
}

.ff-menu-list.ff-bg-active .ff-rightarw {
    transform: rotate(180deg);
}
}