@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");

/***** General CSS *****/

html {
  overflow-x: hidden;
}

body {
  word-break: break-word;
  font-family: "Montserrat", sans-serif;
  color: #808080;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
}

@font-face {
  font-family: "queensila";
  src: url("../fonts/Queensila.ttf");
}

@font-face {
  font-family: "Saudagar";
  src: url("../fonts/Saudagar.ttf");
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "queensila";
}

h1 {
  font-size: 85px;
  line-height: 88px;
}

h2 {
  font-size: 70px;
  line-height: 70px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
}

h4 {
  font-size: 22px;
  line-height: 28px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

.cl {
  color: #5170fc;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 100px 0;
  position: relative;
}

.paddTop {
  padding-top: 100px;
}

.paddBottom {
  padding-bottom: 100px;
}

.margTop {
  margin-top: 100px;
}

.margBottom {
  margin-bottom: 100px;
}

.small-Padd {
  padding: 50px 0;
}

.small-margin-bottom {
  margin-bottom: 32px;
}

/* ============================== Btn ============================== */

.bt {
  display: inline-block;
}

.pbtn {
  position: relative;
  border-radius: 100px;
  background: #fff;
  color: #666;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  border: 0;
  display: inline-block;
  overflow: hidden;
  padding: 1px;
}

.pbtn span {
  position: relative;
  z-index: 1;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  border: 1px solid #d9d9d9;
  border-radius: 100px;
  transition: 0.3s;
}

.pbtn:hover {
  background: #5170fc;
}

.pbtn:before {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  right: 0;
  top: 0px;
  background: #5170fc;
}

.pbtn:after {
  position: absolute;
  content: "";
  width: 50%;
  height: 50%;
  left: 0;
  bottom: 0px;
  background: #5170fc;
}

.pbtn:hover span {
  background: transparent;
}

/* ============================== Btn ============================== */

.maxWidth {
  max-width: 1500px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #fff;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #fff;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec #menu {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}

.menuSec #menu li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec #menu li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #53524b;
  padding: 30px 8px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #5572fb;
}

.menuSec li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li > ul > li > a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li > ul > li,
.menuSec li > ul > li > a {
  display: block;
  margin: 0;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover > ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/* ------------------------ Custom Header ------------------------ */

.header-left-links i {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: transparent;
  border: 1px solid #dededd;
  color: #222;
  font-size: 15px;
  transition: 0.2s;
}

.header-left-links i:hover {
  background: #5572fb;
  color: #fff;
  transform: scale(1.1);
}

.menuSec .row {
  border-bottom: 1px solid #44444421;
  position: relative;
  z-index: 12;
}

.menuSec #menu li.active a {
  border-bottom: 2px solid #5672fc;
}

/* ------------------------ Custom Header ------------------------ */

/* =================================================== UL Dots ============================= */

ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  margin-left: 16px;
}

ul.slick-dots li button {
  display: none;
}

ul.slick-dots li {
  width: 8px;
  height: 8px;
  background: #e9e9e9;
  border-radius: 45px;
  position: relative;
}

ul.slick-dots li.slick-active {
  position: relative;
  opacity: 1;
  outline-offset: 10px;
  background: #5672fc;
  width: 10px;
  height: 10px;
}

ul.slick-dots li.slick-active:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  left: -10px;
  right: 0;
  margin: auto;
  top: -10px;
  border-radius: 50%;
  border: 0px solid transparent;
  background: linear-gradient(to bottom, #5672fc, #e9e9e9);

  /* magic part */
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 2px; /* controls border thickness */
}

.collection-btn {
  padding-top: 40px;
  gap: 50px;
  position: relative;
}

.collection-btn button {
  width: 60px;
  height: 60px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}

button.collection-prev-btn {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to left, #f5f0ea, #565758c4) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
}

/* =================================================== UL Dots ============================= */

/* --------------------------------------- Collection -------------------------- */

section.collection-sec .collectionSlider {
  padding-bottom: 50px;
}

section.collection-sec .slick-slide {
  opacity: 1;
}

img.collection-card-img {
  height: 200px;
  object-fit: cover;
  transition: 0.2s;
  padding: 0 10px;
}

.collection-card {
  text-align: center;
}

.collection-card h3 {
  font-size: 20px;
  line-height: 20px;
  color: #000;
  font-weight: 500;
  text-shadow: 0 0 black;
  transition: 0.2s;
}

.collection-card:hover img {
  transform: translate(0px, -1px);
  filter: brightness(0.5);
}

.collection-card:hover h3 {
  color: #5170fc;
  letter-spacing: 1px;
}

button.collection-next-btn {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to left, #51515163, #f5f0ea) border-box;
  border-radius: 50px;
  border: 1px solid transparent;
}

button.collection-prev-btn img {
  margin-left: 40px;
}

.collection-btn button img {
  filter: brightness(0);
  opacity: 40%;
  transition: 0.2s;
}

button.collection-next-btn img {
  margin-right: 40px;
}

button.collection-prev-btn:hover {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to left, #f5f0ea, #5170fc) border-box;
}

button.collection-next-btn:hover {
  background:
    linear-gradient(#ffffff, #ffffff) padding-box,
    linear-gradient(to left, #5170fc, #f5f0ea) border-box;
}

.collection-btn button:hover img {
  margin: 0px;
}

/* --------------------------------------- Collection -------------------------- */

/* ---------------------------------------- About --------------------------------- */

.about-wrp {
  width: 80%;
  margin: 0px auto;
  padding-top: 170px;
}

img.about-img1 {
  height: 630px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0px auto;
  z-index: 12;
}

.about-card {
  background: #fff;
  padding: 100px 30px 40px 30px;
  border-radius: 300px;
  overflow: hidden;
  z-index: 12;
}

.about-card h2 {
  line-height: 0.9;
}

.about-wrp .wrap:before {
  position: absolute;
  content: "";
  width: 108%;
  height: 100%;
  bottom: -19px;
  left: -19px;
  right: 0;
  margin: 0px auto;
  background: #5170fc;
  border-radius: 300px;
}

/* ---------------------------------------- About --------------------------------- */
/* ---------------------------------------- Featured Products  --------------------------------- */

.nav-tabs .nav-link {
  background: transparent;
  border: 0px;
  padding: 22px 13px;
  color: #53524b;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  color: #5170fc;
}

.nav-tabs .nav-link.active {
  background: transparent;
  border-bottom: 2px solid #5170fc;
}
section.finest-flowers-sec {
  background: #edf0ff;
}

.compet-head-navs nav .nav {
  gap: 30px;
}

.compet-header {
  border-bottom: 1px solid #999;
}

.shop-card {
  background: #fff;
  border-radius: 250px;
  padding: 10px 10px 20px;
  transition: 0.2s;
  margin: 10px 16px;
  height: 610px;
}

img.shop-item-img {
  height: 270px;
  border-radius: 200px 200px 10px 10px;
  object-fit: cover;
  transition: 0.3s;
}

.item-title p {
  font-weight: 400;
  font-family: "Poppins";
}

.shop-item-rating i {
  font-size: 10px;
  color: #f3b347;
  margin: 0 1px;
}

.shop-card .pbtn span {
  padding: 12px 26px;
  font-size: 14px;
}

.shop-card-txt {
  padding: 0px 10px 20px;
}

.shop-card:hover {
  transform: translate(0px, -2px);
}

.shop-card:hover img.shop-item-img {
  filter: brightness(0.8);
}

/* ---------------------------------------- Featured Products  --------------------------------- */

/* ----------------------------------------------- Why-sec ------------------------------------*/

.why-txt {
  padding-right: 40px;
}

.why-body {
  padding-left: 60px;
}

.why-txt ul li {
  border-bottom: 1px solid #44444452;
  margin-right: 10px;
  padding: 6px 0px 10px;
}

.why-imgs img {
  height: 560px;
  width: 320px;
  flex-shrink: 0;
  object-fit: cover;
  transition: 0.3s;
}

.why-imgs {
  gap: 32px;
}

.why-arrow a {
  width: 130px;
  height: 130px;
  background: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  outline: 1px solid #5170fc;
  outline-offset: -11px;
}

.why-arrow a:hover {
  outline: 40px solid #5170fc;
  outline-offset: -50px;
}

.why-arrow {
  position: absolute;
  bottom: 110px;
  left: -30px;
  right: 0;
  margin: 0px auto;
  display: table;
}

img.how-img2 {
  position: relative;
  bottom: -100px;
}

.why-body .row {
  padding: 10px 0 20px;
}

.why-imgs img:hover {
  filter: brightness(0.8);
  transform: translate(0px, -2px);
}
/* ----------------------------------------------- Why-sec ------------------------------------*/

/* ----------------------------------------------- Footer ------------------------------------*/

.footerSec {
  padding: 100px 0px 0px;
  background: #242424;
}

footer h4 {
  position: relative;
  font-size: 30px;
  line-height: 40px;
  padding-bottom: 10px;
}

footer .foot-useful-link {
  padding-left: 70px;
  height: 100%;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.news-letter {
  padding-left: 20px;
}

.social a {
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd3d;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  transition: 0.2s;
  border-radius: 45px;
}

.foot-useful-link:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background: #ffffff14;
}

.form-act {
  position: relative;
  width: 100%;
  background: #333332;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 104px 0 24px;
  border-radius: 40px;
}

.form-act input {
  background: transparent;
  border: 0px;
  color: #b3b3b3;
  font-weight: 500;
  width: 100%;
}

.form-act button {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 26px;
  border-radius: 45px;
  border: 0px;
  color: #fff;
  background: #5672fc;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
  text-transform: uppercase;
  font-weight: 600;
}

.form-act button:hover {
  background: #fff;
  color: #000;
}

.social a:hover {
  background: #5672fc;
}

.foot-useful-link ul a {
  display: inline-block;
  line-height: 30px;
  font-weight: 400;
  opacity: 70%;
}

.foot-useful-link ul a:hover {
  opacity: 1;
  text-decoration: underline;
}

.footer-about p {
  opacity: 80%;
  font-weight: 400;
}

.ft-newslater p {
  font-weight: 400;
  opacity: 80%;
}

.ft-newslater:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 0px;
  top: 0;
  background: #ffffff14;
}

.ft-newslater {
  padding-left: 100px;
}
.footer-copy {
  border-top: 1px solid #ffffff14;
}

/* ----------------------------------------------- Footer ------------------------------------*/
/* ----------------------------------------------- Testimonial ------------------------------------*/

.testi-small-imag {
  position: relative;
  background: #000;
  overflow: hidden;
  width: 110px;
  height: 150px;
  border-radius: 7px;
}

.testimonial-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  overflow: hidden;
  margin: 10px 20px;
  padding: 0;
  background-color: #edf0ff;
  border-radius: 10px;
}

.testi-left-content {
  width: 300px;
  height: 240px;
  background: #5170fc;
  position: relative;
  padding: 0 0 0 20px;
  flex-shrink: 0;
  border-radius: 10px;
}

img.ts-2 {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testi-left-right {
  padding: 0 20px 0 120px;
  flex-grow: 1;
}

.testi-left-content .testi-small-imag {
  position: absolute;
  top: 0;
  right: -70px;
  bottom: 0;
  margin: auto;
  width: 140px;
  height: 140px;
  border-radius: 100px;
  outline: 7px solid #fff;
}

img.quoteImg {
  height: 140px;
  margin-top: 10px;
  width: 170px;
  filter: brightness(0);
  margin-bottom: 20px;
}

ul.testim-review li i {
  color: #f3b347;
  display: inline-block;
  font-size: 9px;
  margin: 0 1px;
}

img.testi-img3 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: absolute;
  bottom: -30px;
  right: 20%;
  z-index: 1;
}

section.testimonial-sec .heading {
  padding-bottom: 20px;
}

img.testi-img1 {
  height: 60px;
  width: 60px;
  position: absolute;
  top: -50px;
  right: -20px;
}

img.testi-img4 {
  width: 60px;
  height: 60px;
  object-fit: cover;
  position: absolute;
  top: -40px;
  right: 27%;
  z-index: 1;
}

img.testi-img5 {
  width: 100px;
  height: 100px;
  object-fit: cover;
  position: absolute;
  top: 10px;
  right: -20px;
}

img.testi-img2 {
  width: 90px;
  height: 90px;
  object-fit: cover;
  margin-top: 40px;
  margin-left: 17%;
}
.write-name {
  width: 74%;
  padding-left: 30px;
}
/* ---------------------------------------- Testimonial ---------------------------------- */

/* ------------------------------------------------- Banner ------------------------------- */

section.home-baner {
  padding: 50px 0 40px;
}

img.home-product-img {
  height: 170px;
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  transition: 0.2s;
}
.home-products {
  gap: 48px;
  width: 74%;
  margin-top: 30px;
}

p.home-product-name {
  font-family: "queensila";
  line-height: 20px;
  margin-top: 16px;
  color: #111;
  font-size: 16px;
  text-shadow: 0 0 black;
}

span.home-p-category {
  font-size: 10px;
}

.sm-product:hover img {
  filter: brightness(0.6);
  transform: translate(0px, -2px);
}

.product-img-wrap {
  position: relative;
  padding: 70px 0px 50px;
  margin-right: 50px;
}

.banner_product-title h2 {
  font-size: 38px;
  line-height: 40px;
  position: relative;
  color: #fff;
}

.baner_product-info {
  margin-top: 70px;
}

.baner_product-info h3 {
  font-size: 18px;
  line-height: 24px;
}

.product-txt-wrap {
  position: relative;
  top: 30px;
}

.banner-product-dts {
  padding-top: 12px;
  gap: 80px;
}

.banner-product-dts h2 {
  color: #5170fc;
  font-family: "Saudagar";
}

.banner-product-dts h2 span.dollor-sym {
  color: #5170fc !important;
}

.banner-product-dts h2 span {
  color: #222;
  display: inline-block;
  font-size: 35px;
  line-height: 40px;
}

img.banner-main-img {
  height: 540px;
  object-fit: fill;
  position: relative;
  z-index: 1;
  width: 100%;
}

.product-img-wrap:before {
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 300px;
  background: #f9f8f4;
  top: 0;
  box-shadow: 0px 0px 1px 1px #8786821f;
}

.banner-slider-nav {
  width: 41%;
  position: absolute;
  right: 0;
  bottom: 20px;
}

.banner-slider-nav .collection-btn {
  padding: 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.banner-slider-nav .collection-btn button {
  flex-shrink: 0;
}

.baner-slider-btns {
  flex-shrink: 0;
}

.b-slider-wp {
  position: relative;
}

.baner-slider-btns span.active {
  color: #5170fc;
  font-size: 50px;
  line-height: 50px;
  font-family: "Saudagar";
}

.baner-slider-btns span.total {
  color: #d7d0c5;
  font-size: 30px;
  line-height: 30px;
  font-family: "Saudagar";
}

section.home-baner:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 225px;
  background: #5170fc;
  height: 93px;
}

.banner_text {
  padding-top: 60px;
}

img.home-body-bg-img {
  object-fit: cover;
  right: -100px;
  width: 41%;
}

section.home-baner .col-md-4 {
  flex: 0 0 30%;
  max-width: 30%;
}

section.home-baner .col-md-8 {
  flex: 0 0 70%;
  max-width: 70%;
}

section.home-baner .slick-slide {
  margin: 0px 10px;
}

/* ------------------------------------------------ Banner ------------------------------- */

/* ------------------------------------------------ InnerBanner ------------------------------- */

section.inner-baner {
  padding: 40px 0;
}

.inner-banner-imgs {
  margin: 0px 10px 0 140px;
  padding: 70px 0px 50px;
}

.inner-banner-imgs:before {
  position: absolute;
  content: "";
  width: 91%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 300px;
  background: #f9f8f4;
  top: 0;
  box-shadow: 0px 0px 1px 1px #8786821f;
}

section.inner-baner:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  top: 280px;
  background: #5170fc;
  height: 98px;
}

.inner-banner-imgs img.banner-main-img {
  height: 480px;
}

/* ------------------------------------------------ InnerBanner ------------------------------- */
/* ------------------------------------------------ About Page ------------------------------- */

.about-page .about-wrp .wrap:before {
  display: none;
}

.about-card.about-page-card {
  padding-bottom: 0px;
  border-radius: 300px 300px 0 0;
}

/* ------------------------------------------------ About Page ------------------------------- */
/* ------------------------------------------------ Reviews Page ------------------------------- */

.inner-testi .testi-left-content {
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}

.inner-testi .testi-left-right {
  padding: 0 20px 0 100px;
}

.inner-testi .testi-left-content .testi-small-imag {
  width: 130px;
  height: 130px;
}

.inner-testi .iner-page-autho h3 {
  color: #5170fc;
  font-size: 28px;
  line-height: 25px;
}

.inner-testi .iner-page-autho span.designation {
  color: #5170fc;
  font-family: "queensila";
  font-size: 16px;
}

/* ------------------------------------------------ Reviews Page ------------------------------- */

/* ======================== Contact   ========================= */

section.contact-page .ctc-contentWraper {
  padding: 30px 40px;
  width: 90%;
}

a.text-dark-tel.d-block {
  font-size: 32px;
  color: #222;
  margin-top: 60px;
  font-family: "Saudagar";
}

section.contact-page .content .tel {
  margin: 60px 0 50px;
}

.contact-form .formField {
  margin-bottom: 10px;
}

.contact-form .formField input,
.contact-form .formField textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #dadada;
  padding: 16px 24px;
  font-weight: 500;
  font-size: 13px;
}

.contact-form textarea {
  height: 110px;
  resize: unset;
  position: relative;
}

.contact-form textarea::placeholder {
  position: absolute;
  bottom: 16px;
}

.contact-form .bt {
  position: absolute;
  bottom: -10px;
  right: 34px;
}

.iconsBox {
  padding: 50px 0px 10px;
}

.col2 .iconsBox {
  border-right: 1px solid #44444438;
  border-left: 1px solid #44444438;
}

.contacMap {
  margin-top: -190px;
}

h2.text-uppercase.contact-pg-heading {
  font-size: 41px;
  line-height: 45px;
}

.contact-form .bt button.pbtn span {
  background: #5170fc;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
}

.contact-form .bt button.pbtn:after {
  display: none;
}

.contact-form .bt button.pbtn:before {
  display: none;
}

/* ======================== Contact   ========================= */

.shopping_cart_table table th {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: 20px;
  text-align: center;
  color: #222;
}

.shopping_cart_table table thead {
  border-bottom: 1px solid #dddddd;
}

.shopping_cart_table table tbody td {
  padding: 14px 0;
  border-bottom: 1px solid #dddddd;
  text-align: center;
}

.shopping_cart_table table tbody .cart_box_product {
  display: flex;
  align-items: center;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_img {
  margin-right: 20px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}

.shopping_cart_table table tbody .cart_box_product .cart_product_name p {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  color: #000;
  font-weight: 600;
  line-height: 24px;
}

.shopping_cart_table table tbody td select {
  height: 40px;
  padding-left: 10px;
  appearance: auto;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .skin-2 .num-in {
  border-radius: 0;
  border: 1px solid #b8b8b8;
}

.shopping_cart_table table tbody td .t_price {
  font-size: 35px;
  line-height: 20px;
  color: #5170fc;
  font-family: "Saudagar";
  margin: 0px;
}

th.w-40 {
  width: 40%;
}

.shopping_cart_table table tbody td i.fas.fa-times {
  font-size: 14px;
  color: #000;
}

.cart_recipt > a {
  padding: 16px 40px;
  border: 1px solid #c8c6c6;
  border-radius: 4px;
  font-size: 16px;
  letter-spacing: 2px;
  font-family: "Montserrat";
  text-transform: uppercase;
  color: #000;
  transition: 0.2s;
}

.cart_recipt > a i {
  margin-right: 10px;
  color: #000;
  transition: 0.6s;
}

.recipt li {
  font-family: "Poppins";
  font-size: 20px;
  line-height: 32px;
}

.recipt li:last-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #00000033;
}

.recipt li span {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
}

.credit_paypal a {
  padding: 10px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  font-family: "Montserrat";
  font-size: 14px;
  margin-right: 10px;
  color: #000;
  background: #f3f3f3;
}

.credit_paypal a img {
  height: 20px;
  object-fit: contain;
  margin-right: 10px;
}

.credit_paypal {
  padding-bottom: 30px;
  border-bottom: 1px solid #dddddd;
  padding-top: 20px;
}

.payment_card form label {
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

.payment_card form {
  margin-top: 15px;
}

.payment_card form input {
  width: 100%;
  height: 50px;
  border: none;
  color: #000;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 30px;
  background: transparent;
  padding: 0;
  font-weight: 500;
}

.payment_card form select {
  width: 100%;
  height: 50px;
  border: none;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 15px;
  background: transparent;
  padding: 0;
  font-weight: 500;
  color: #000;
}

.payment_card form input::placeholder {
  color: #000;
  font-weight: 500;
}

.expiry_cvv {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.expiry_date {
  width: 70%;
}

.cvv_box {
  width: 26%;
  padding-top: 15px;
}

.month_year {
  display: flex;
  justify-content: space-between;
}

.month_year select {
  width: 48% !important;
  appearance: auto;
}

.month_year select option {
  color: #000;
}

.payment_card form .btn1 {
  margin: 30px 85px;
  border: 1px solid;
}

.shopping_cart_table {
  padding-right: 40px;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
  background: transparent;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #141414;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

span.total-price {
  font-size: 18px !important;
}

span.shipping-price {
  color: #000;
  margin-right: 20px;
}

.payment_card a.readmore-btn {
  padding: 0 4px 0 42px !important;
  margin: 20px auto 0;
}

.credit_paypal h6 {
  font-size: 15px;
  font-family: "Montserrat";
  color: #000;
  font-weight: 500;
  padding-bottom: 5px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit_paypal a:hover {
  background: #5170fc;
}

.payment_card a.theme-btn1 {
  width: fit-content;
  margin: 20px auto;
}

.quanity.product-detail .qty-input {
  border: 0;
  justify-content: center;
}

.shopping_cart_table table tbody td:first-child,
.shopping_cart_table table thead th:first-child {
  text-align: start;
}

.cart_recipt > a:hover {
  background-color: #5170fc;
  color: #ffff;
}

.qty-input button {
  background: transparent;
  border: 1px solid #66666645;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #000;
}

.qty-input input {
  text-align: center;
  border: none;
  padding: 10px 16px;
  font-weight: 600;
}

.quanity.product-detail .qty-input {
  border: 0;
  justify-content: center;
}

.qty-input {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  border-radius: 50px;
}

.month_year select option option {
  color: #000 !important;
}

.pbtn:focus,
.pbtn:active {
  color: #fff !important;
}

h2.cart-heading {
  font-size: 35px;
  line-height: 45px;
}

/*CART PAGE CSS END*/

/* -------------------------------------- Checkout ------------------------------- */

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: rgb(124, 124, 124);
  margin: 0px 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.cart_sidebar .shipping-ul li input {
  display: none;
}

.cart_sidebar .shipping-ul li label::before {
  content: "";
  appearance: none;
  background-color: transparent;
  border: 1px solid #c4c4c4b8;
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 1px 2px,
    rgba(0, 0, 0, 0.05) 0px -15px 10px -12px inset;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 13px;
  border-radius: 2px;
}

.cart_sidebar .shipping-ul li input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 14px;
  border-style: solid;
  border-color: #5170fc;
  border-image: initial;
  border-width: 0px 2px 2px 0px;
  transform: rotate(45deg);
}

.billing_form input {
  border: 1px solid #d9d9d9;
  padding: 10px 24px;
  margin: 6px 0 14px;
  border-radius: 5px;
}

ul.cart_lst h4 span {
  float: right;
}

input.input-number::-webkit-inner-spin-button,
input.input-number::-webkit-outer-spin-button {
  margin: 0px;
  display: none;
}

.cart_sidebar h4 span {
  float: right;
  color: #5170fc;
  font-family: "Saudagar";
}

.cursor-pointer {
  cursor: pointer;
}

.cart_sidebar .radiosss-payments li input {
  display: none;
}

.cart_sidebar .radiosss-payments li label {
  padding-left: 30px;
}

.cart_sidebar .radiosss-payments li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #b7b7b7;
  border-radius: 50%;
  background: transparent;
}

.cart_sidebar .radiosss-payments li label:has(input:checked)::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #111;
  border-radius: 50%;
}

h2.checkout-heading {
  font-size: 40px;
  line-height: 50px;
}

section.checkout_page h4 {
  font-weight: 500;
  text-shadow: 0 0 black;
}

/* -------------------------------------- Checkout ------------------------------- */

/* -------------------------------------- Shop Shop ------------------------------- */

/* product list page */

.show-prg-num {
  gap: 10px;
}

.show-prg-num div {
  gap: 11px;
  display: flex;
  align-items: center;
}

.show-prg-num div a {
  font-size: 14px;
  color: #000000;
}

.showing-icon {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: start;
  padding: 20px 0px 20px 0px;
}

.found-box {
  padding: 31px 0px;
  border-right: 1px solid #e2ddd7;
}

.showing-icon > .product-select {
  width: 90%;
  position: relative;
}

.right-side-top {
  border-bottom: 1px solid #e2ddd7;
}

.product-select select {
  width: 100%;
  height: 40px;
  color: #000;
  font-weight: 500;
  padding: 8px 40px 8px 10px;
  /* space for the icon */
  border-radius: 5px;
  border: 1px solid #eae9e8;
  background-color: #f8f8f8;
  appearance: none;
  font-family: "Montserrat";
}

.product-select i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #000;
  pointer-events: none;
  font-size: 12px;
}

.right-side-top p {
  margin: 0;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  font-family: "queensila";
  /* font-family: "Saudagar"; */
  text-shadow: 0 0 black;
}

.view-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.grid_box {
  position: relative;
}

.grid-view .grid_box:hover p {
  opacity: 1;
  color: #fff;
}

.grid_box > p {
  position: absolute;
  width: 90px;
  background: #5170fc;
  color: #fff;
  top: -40px;
  left: -40px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
  opacity: 0;
}

.grid_box p:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  left: 42px;
  bottom: -6px;
  background: #5170fc;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.grid-view {
  gap: 10px;
  display: flex;
  align-items: center;
}

.product-side-bar {
  border-right: 1px solid #e2ddd7;
  padding-top: 80px;
  height: 100%;
}

.product-side-bar h2 {
  font-size: 28px;
  text-transform: uppercase;
  line-height: 30px;
}

.product-side-bar ul {
  margin-top: 25px;
}

.product-side-bar ul li {
  margin-bottom: 28px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e2ddd7;
}

.product-side-bar .form-group {
  display: block;
}

.product-side-bar .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.product-side-bar .form-group label {
  position: relative;
  cursor: pointer;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  font-family: "Poppins";
}

.product-side-bar .form-group label:before {
  content: "";
  -webkit-appearance: none;
  width: 15px;
  background-color: #fff;
  height: 15px;
  padding: 0px;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #42403f;
  left: -3px;
}

.product-side-bar .form-group input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 4px;
  height: 9px;
  border: solid #000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.page-item {
  gap: 16px;
  display: flex;
  margin-top: 30px;
  align-items: center;
  justify-content: start;
}

.page-item button::before {
  top: 0;
}

.page-item button.active::before {
  top: 10px;
}

.showing-icon p {
  text-transform: uppercase;
  font-size: 16px;
  margin-right: 10px;
}

.pd-list-wraper {
  gap: 20px;
}

.show-prg-num p {
  font-size: 16px;
}

.grid-view p {
  font-size: 14px;
  line-height: 20px;
  font-family: "poppins";
  color: #5170fc;
  font-weight: 400;
}

.grid-view .grid_box p {
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

h2.themes-h4.chg {
  margin-top: 60px;
}

.page-item button.theme-btn-1 {
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #5170fc;
  transition: 0.2s;
  color: #5170fc;
  font-size: 15px;
  font-weight: 600;
}

.page-item button.theme-btn-1:hover {
  color: #fff;
  background: #5170fc;
}

.product-list-sec .shop-card {
  background: #edf0ff;
  margin: 5px 24px;
}

.main-pd-list {
  padding: 70px 30px 0 40px;
}

.product-list-sec .shop-card .pbtn span {
  background: #edf0ff;
}

.product-list-sec .shop-card .pbtn:hover span {
  background: #5170fc;
}

.product-list-sec .shop-card .pbtn:focus span {
  color: #fff;
  background: #5170fc;
}

.pbtn:focus span {
  background: #5170fc;
}

/* product list page */

/* -------------------------------------- Shop Shop ------------------------------- */

/* Product Detail Page start */

.skin-2 .num-in {
  height: 40px;
  width: 150px;
  float: left;
  border: 0;
  border-radius: 25px;
  cursor: pointer;
}

.skin-2 .num-in span {
  width: 40%;
  display: block;
  height: 40px;
  float: left;
  position: relative;
}

.skin-2 .num-in span.plus:after {
  transform: rotate(90deg);
}

.num-in input.in-num {
  background-color: #ffffff;
  width: 38%;
  font-family: "Helvetica";
}

.skin-2 .num-in input {
  float: left;
  width: 20%;
  height: 40px;
  border: none;
  text-align: center;
  background: transparent;
  font-family: "Montserrat";
}

.skin-2 .num-in span:before,
.skin-2 .num-in span:after {
  content: "";
  position: absolute;
  background-color: #667780;
  height: 2px;
  width: 10px;
  top: 50%;
  left: 50%;
  margin-top: -1px;
  margin-left: -5px;
}

.product-det-content h4 {
  font-size: 33px;
  line-height: 40px;
  font-family: "Trajan";
  color: black;
  text-transform: capitalize;
}

.radio-input input {
  display: none;
}

.radio-input {
  position: relative;
  display: flex;
  color: #000000;
  overflow: hidden;
}

.radio-input label {
  padding: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  font-weight: 600;
  border-radius: 40px;
  font-size: 14px;
  border: 1px solid #5672fc;
  min-width: 100px;
  margin-left: 5px;
}

.radio-input label:has(input:checked) {
  color: #fff;
  background: #5672fc;
  border: 0;
}

.product-det-box {
  padding: 24px;
  border: 1px solid #e0e0e1;
  border-radius: 0px 24px 24px 0px;
}

.product-det-box h3 {
  font-size: 23px;
  font-family: "queensila";
  text-transform: uppercase;
  margin: 20px 0 4px;
  text-shadow: 0 0 black;
}

.product-det-box h3 span {
  font-family: "saud";
  font-size: 30px;
  width: 100px;
}

.counter-det-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #e0e0e1;
  position: relative;
  margin-top: 80px;
}

.counter-det-box:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  background: #e0e0e1;
}

.counter-det-box h3 {
  margin: 0;
}

.prod-det-buttons {
  align-items: center;
  justify-content: space-between;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 10px;
  border: 1px solid #e0e0e1;
  position: relative;
  padding-right: 45px;
  border-radius: 50px;
}

a.btn4.cart-btn {
  text-align: center;
  width: 100%;
  color: black;
  font-size: 21px;
  font-family: "queensila";
  text-shadow: 0 0 black;
  padding: 18px;
}

.btn2.cart-btn {
  font-weight: 500;
  font-size: 17px;
  font-family: "neur";
  text-transform: uppercase;
  color: #000;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  font-family: "Montserrat";
}

.prod-det-buttons i {
  font-size: 30px;
  color: #5672fc;
}

.prod-det-buttons:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  right: 20%;
  top: 0;
  background: #e0e0e1;
}

ul.review-det {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  margin: 14px 0 30px;
  padding-bottom: 24px;
  border-bottom: 1px solid #0000002e;
}

.product-det-imag {
  height: 100%;
  width: 100%;
  padding: 30px;
  background: #f5f5f7;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px 0 0 24px;
}

.product-det-imag img {
  object-fit: cover;
  height: 600px;
}

/* .product-det-top-head h2.price {
  font-family: "Saudagar";
} */

.product-det-top-head h2 {
  font-size: 24px;
  line-height: 30px;
  font-family: "poppins";
}

.description-det-text p {
  width: 96%;
}

.counter-det-box .qty-input button {
  padding: 0px;
  border: 0px;
  width: auto;
  height: auto;
  color: #797979;
  font-size: 23px;
  font-family: "Montserrat";
}

.counter-det-box .qty-input input {
  font-family: "Montserrat";
  font-size: 23px;
  padding: 3px 2px;
  color: #797979;
  font-weight: 400;
}

a.btn4.cart-btn:hover {
  color: #5672fc;
  text-decoration: underline;
}

ul.review-det span.pd-review {
  color: #121212;
  display: inline-block;
  font-weight: 600;
  border-bottom: 1px solid #44444485;
  line-height: 13px;
}

h3.ab-subheading {
  font-size: 22px;
  line-height: 24px;
}

section.collection-sec .collection-btn:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 68%;
  right: 0;
  left: 0;
  margin: 0px auto;
  background: #00000021;
  top: 4px;
}

.why-header h2 span {
  font-family: "roboto";
  font-weight: 200;
  font-size: 80px;
  line-height: 78px;
}

.radio-input label:hover {
  background: #5672fc;
  color: #fff;
}

/* Product Detail Page End */

.shop-card-txt h3 {
  font-family: "poppins";
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}
