@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&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 *****/

body {
  word-break: break-word;
  font-family: "Poppins", sans-serif;
  color: #777e90;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  position: relative;
}

/***** Headings *****/

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #393e46;
}

h1 {
  font-size: 100px;
  line-height: 85px;
  font-family: "Bebas Neue", sans-serif;
}

h2 {
  font-size: 80px;
  line-height: 80px;
  font-family: "Bebas Neue", sans-serif;
}

h3 {
  font-size: 32px;
  line-height: 35px;
}

h4 {
  font-size: 24px;
  line-height: 29px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 22px;
}

p {
  font-size: 14px;
  line-height: 24px;
}

/***** Gradient Text *****/

/***** Utilities *****/

.padd {
  padding: 60px 0;
  position: relative;
}

.paddTop {
  padding-top: 60px;
}

.paddBottom {
  padding-bottom: 60px;
}

.margTop {
  margin-top: 60px;
}

.margBottom {
  margin-bottom: 60px;
}

.bt {
  display: inline-block;
}

.pbtn {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #6a6a6a29;
  border: 1px solid #e1dfdf;
  border-radius: 31px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 43px;
  display: inline-block;
}

.maxWidth {
  max-width: 1480px;
}

/* general btn css start  */

a {
  text-decoration: none;
  color: #393e46;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393e46;
}

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 ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #393e46;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 24px;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.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: #28b16d;
}

.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-btns {
  justify-content: flex-end;
  gap: 18px;
}

header .icons-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #6a6a6a29;
  border: 1px solid #e1dfdf;
  width: 48px;
  height: 48px;
  border-radius: 45px;
  transition: 0.2s;
}

.header-btns .bt .pbtn {
  line-height: 26px;
}

header .icons-btn a:hover {
  color: #fff;
  background: #393e46;
}

header .icons-btn a:focus {
  color: #fff;
  background: #393e46;
}

.header-logo {
  padding: 10px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 10px;
}

header {
  position: relative;
  z-index: 12;
}

.headerWrap {
  padding: 20px 0;
}

.header-logo img {
  height: 150px;
}

.headerWrap ul#menu {
  margin-left: 180px;
}

/* --------------------------- Custom Header ------------------------------------------*/

/* --------------------------- Home banner ------------------------------------------- */

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
}

.carousel-item video {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 800px;
  filter: contrast(0.6);
}

.banner_text p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.pbtn:hover {
  background: #393e46;
  color: #fff;
}

.carousel-caption:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  right: 0;
  background: transparent linear-gradient(359deg, #000000a6 0%, #ecf8fc00 100%)
    0% 0% no-repeat padding-box;
}

.carousel-caption:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: flex;
  align-items: center;
  background: transparent url("../images/img-clip-mask.png") 0% 0% no-repeat
    padding-box;
  border-radius: 24px;
}

/* --------------------------- Home banner ------------------------------------------- */

/* --------------------------- About   ------------------------------------------- */

.testimonial {
  position: absolute;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 2px 20px 64px 0px rgba(15, 15, 15, 0.1);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 96px;
  border: 1px solid #00000000;
  min-width: 290px;
  gap: 17px;
}

.testimonial img {
  object-fit: cover;
  width: 64px;
  height: 64px;
}

.about-right-col {
  position: relative;
  padding: 0px 0px 0px 50px;
}

.subtitleHeading {
  color: #23262f;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.about-right-col p {
  font-size: 18px;
  line-height: 32px;
}

.bt.darkbt .pbtn {
  color: #fff;
  background: #393e46;
  border: 1px solid #393e46;
}

.bt.darkbt .pbtn:hover {
  background: #fff;
  color: #393e46;
}

img.about-img1 {
  width: 100%;
  height: 800px;
  border-radius: 10px;
}

.about-left-col {
  padding: 0px 120px 0px 40px;
}

.testimonial span {
  display: flex;
  flex-direction: column;
  font-size: 18px;
  line-height: 28px;
  color: #23262f;
  font-family: "Poppins";
}

.testimonial span strong {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
}

.testimonial.about-ts-box1 {
  position: absolute;
  top: 60px;
  left: -90px;
}

.testimonial i {
  color: #ffd166;
}

.testimonial.about-ts-box2 {
  position: absolute;
  right: -40px;
  bottom: 330px;
}

.testimonial.about-ts-box3 {
  position: absolute;
  bottom: 130px;
  left: 0;
}

/* --------------------------- About ------------------------------------------- */

/* --------------------------- Services ---------------------------------------- */

section.service-sec {
  background: #393e46;
}

p.font-18 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

section.service-sec .container-fluid.maxWidth {
  margin-right: 0px;
}

.svs-card {
  height: 640px;
  border-radius: 50px;
  opacity: 1;
  background: #ffffff;
  padding: 20px 20px 24px;
}

section.service-sec .slick-slide {
  opacity: 1;
  margin: 0px 10px;
}

img.svs-icon {
  width: 100px;
  height: 100px;
  object-fit: fill;
}

.svs-img-bg {
  /* big deep shadow */
  background: #fcfcfd;
  width: 180px;
  height: 220px;
  border-radius: 24px;

  /* REAL inner stroke look */
  box-shadow:
    inset 0px -7px 0px 0px #dadada,
    0 10px 16px rgb(15 15 15 / 17%),
    0 40px 32px rgb(230 231 232); /* deep shadow */
  transform: rotate(-15deg);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.svs-img-wrap {
  padding: 90px 10px 60px;
}

.svs-text {
  margin-top: 50px;
}

.svs-text p {
  font-size: 18px;
  line-height: 28px;
  padding-top: 10px;
  margin: 0;
}

.svs-text h3 {
  font-weight: 600;
  color: #23262f;
}

.svs-img-wrap::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 230px;
  left: 52%;
  top: 66%;
  transform: translate(-50%, -50%) rotate(-18deg) skewX(-6deg);
  border-radius: 130px 110px 170px 215px;
  box-shadow: 0 30px 50px rgb(198 197 197 / 69%);
  z-index: 0;
  background: linear-gradient(145deg, #d0d1d1ab, #eff0f1);
}

section.service-sec .slick-list.draggable {
  padding-right: 200px;
}

.svs-img-wrap span.shape-1 {
  width: 14px;
  height: 14px;
  transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
  /* UI Properties */
  background: #393e46 0% 0% no-repeat padding-box;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  right: 40px;
  top: 80px;
}

.svs-img-wrap span.shape-2 {
  width: 20px;
  height: 20px;
  transform: matrix(0.94, -0.34, 0.34, 0.94, 0, 0);
  background: #393e46 0% 0% no-repeat padding-box;
  border-radius: 2px;
  display: inline-block;
  position: absolute;
  left: 40px;
  bottom: -10px;
}

section.service-sec .heading {
  position: relative;
  margin-left: -11%;
}

/* --------------------------- Services ---------------------------------------- */
/* --------------------------- Best Saller ---------------------------------------- */
.shop-card {
  background: #fff;
  overflow: hidden;
  box-shadow: 0px 40px 32px #0f0f0f17;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
  padding: 24px 0 0;
  margin: 10px 10px;
}

/* fixed image area */
.product-img-box {
  margin-bottom: 24px;
  overflow: hidden;
}

.product-img-box img {
  object-fit: cover;
  height: 280px;
  width: 100%;
}

.swatch {
  height: 34px;
  width: 100%;
  cursor: pointer;
}

/* granite-like tones */
.s1 {
  background: #e6e6e6;
}
.s2 {
  background: #0f0f0f;
}
.s3 {
  background: #5a5a5a;
}
.s4 {
  background: #8c8c8c;
}
.s5 {
  background: #8b6d56;
}
.s6 {
  background: #6e3d28;
}
.s7 {
  background: #9c9c9c;
}

.more-dt {
  border-top: 1px solid #0000001a;
  border-bottom: 1px solid #0000001a;
  padding: 20px 0px 10px;
  margin: 0px 30px 14px;
}

.more-dt .pr-title {
  font-size: 24px;
  line-height: 34px;
  color: #141416;
  margin: 0;
  font-weight: 500;
}

.more-dt p.price-row {
  margin: 0;
  color: #393e46;
  font-size: 20px;
  font-weight: 600;
}

.more-dt p.price-row span.from {
  display: block;
  font-weight: 400;
  font-size: 16px;
  color: #353945;
  line-height: 29px;
}

p.pattern-title {
  color: #777e90;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 14px;
}

.pattern-row {
  justify-content: space-between;
  gap: 24px !important;
  padding: 24px;
  border: 1px solid #00000012;
  border-radius: 24px;
}

/* --------------------------- Best Saller ---------------------------------------- */

/* --------------------------- Headstone ---------------------------------------- */

section.headstone-sec {
  background: #393e46;
}

.headston-wrap {
  width: 90%;
  margin: 0px auto;
}

.headstone-left-col {
  margin-right: 40px;
}

img.headstone-img1 {
  height: 750px;
  width: 100%;
}

.headstone-right-col .pbtn {
  padding: 10px 64px;
  border: 0;
}

/* --------------------------- Headstone ---------------------------------------- */

/* --------------------------- Testimonials ---------------------------------------- */

.test-auth-img {
  position: relative;
  padding: 20px 30px 0;
  margin-left: 40px;
}

img.auth-test-img {
  height: 400px;
  object-fit: cover;
  position: relative;
}

.test-auth-img:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 80%;
  bottom: 0;
  background: #393e4657;
  border-radius: 47px;
  left: 0;
}

img.quote-img {
  width: 80px;
  opacity: 6%;
  display: table;
  margin: auto 0 auto auto;
  transform-style: preserve-3d;
  perspective: 1000px;
  transform: rotateX(180deg) rotate(181deg);
}

.tes-des-cnt-wrap {
  position: relative;
  margin: 50px 90px 0px 0px;
  text-align: right;
}

.tes-des-cnt {
  position: relative;
}

.tes-des-cnt p {
  font-size: 18px;
  line-height: 35px;
  color: #666666;
  margin-bottom: 5px;
}

.tes-des-cnt p.auth-name {
  color: #000;
  font-weight: 600;
  line-height: 23px;
}

.tes-des-cnt .rating {
  margin-bottom: 32px;
}

.tes-des-cnt .rating i {
  color: #f04639;
}

.testi-arros button {
  width: 45px;
  height: 45px;
  display: flex;
  color: #666666;
  opacity: 1;
  background: #f2f2f2;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 0px;
  border-radius: 55px;
  transition: 0.2s;
}

.testi-arros button:hover {
  background: #f04639;
  box-shadow: 0px 6px 12px #00000033;
  color: #fff;
}

.testi-arros {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.imgswrap img {
  position: absolute;
}

.imgswrap img.testi-img1 {
  top: 0px;
  left: 0px;
  width: 40px;
}

section.testi-sec .imgswrap {
  width: 60%;
  height: 270px;
  left: -20px;
  top: 10px;
}

img.rounded-circle.testi-img2 {
  top: 20px;
  right: 0px;
}

img.rounded-circle.testi-img3 {
  top: 180px;
  right: 0px;
  width: 30px;
  height: 30px;
}

img.rounded-circle.testi-img4 {
  position: absolute;
  bottom: 0px;
  left: -20px;
  width: 48px;
  height: 48px;
}

img.rounded-circle.testi-img5 {
  position: absolute;
  right: 60px;
  bottom: 30px;
  width: 32px;
  height: 32px;
}

img.rounded-circle.testi-img6 {
  top: 39%;
  left: 20px;
}

/* --------------------------- Testimonials ---------------------------------------- */

/* --------------------------- Footer ---------------------------------------- */

footer {
  background: #fcfcfd;
}

img.footer-logo {
  height: 150px;
}

footer .links-liting {
  margin-top: 32px;
  padding-right: 80px;
}

footer .links-liting li a {
  font-size: 16px;
  line-height: 28px;
  transition: 0.2s;
  color: #777e90;
}

footer .links-liting li a:hover {
  color: #777e90;
  text-decoration: underline;
}

.footer-newslatter {
  margin-top: 30px;
}

.footer-newslatter h3 {
  color: #23262f;
  font-size: 17px;
  line-height: 27px;
}

.newslatter-form {
  height: 60px;
  border: 2px solid #e6e8ec;
  border-radius: 90px;
  justify-content: space-around;
  align-items: center;
  padding: 6px;
}

.newslatter-form input {
  width: 100%;
  border: 0px;
  border-radius: 35px;
  height: 100%;
  padding: 0px 20px;
}

.newslatter-form button {
  width: 46px;
  height: 46px;
  /* UI Properties */
  background: #393e46;
  border-radius: 100px;
  border: 0px;
  color: #fff;
  font-size: 18px;
  transition: 0.2s;
}

.newslatter-form button:hover {
  background: #000;
  color: #fff;
}

.footer-copy .row {
  border-top: 1px solid #0000001a;
  margin: 0px auto;
}

.footer-copy p.m-0.text-center {
  color: #23262f;
}

.footer-newslatter h3 span {
  filter: contrast(0);
}

/* --------------------------- Footer ---------------------------------------- */

/* --------------------------- Product Detail Page ---------------------------*/

.pd-info-selection {
  margin-bottom: 20px;
}

.design-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  list-style: none;
  margin: 0px;
}

.design-list li {
  padding: 10px 18px;
  cursor: pointer;
  background: #fff;
  transition: all 0.3s;
  user-select: none;
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.design-list li:hover {
  background: #e0e0e0;
}

.design-list li.active {
  background: #333;
  color: #fff;
  border-color: #333;
}

section.product-detail.padd {
  margin-top: 120px;
}

img.product-detail-img {
  height: 340px;
  width: 100%;
}

.product-img {
  background: #fff;
  padding: 30px 30px;
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border-radius: 20px;
}

.prod-info {
  position: relative;
  padding-left: 20px;
}

.prod-info .pattern-row {
  width: 50%;
  margin-bottom: 22px;
  background: #ffff;
  box-shadow: 0px 40px 32px #0f0f0f0d;
}

.more-dt p.price-row span.amount.label {
  color: #fff;
  display: inline-block;
  background: #393e46;
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
  padding: 10px 20px;
}

.pd-info-selection p.select-title.m-0 {
  font-size: 18px;
  line-height: 28px;
  color: #4b4b4b;
  font-weight: 500;
}

/* --------------------------- Product Detail Page ------------------------------- */

/* --------------------------- Flate Listing Page ------------------------------- */

section.headstone-Listing-page {
  margin: 70px 0 80px;
}

section.headstone-Listing-page img.product-main-img {
  width: 94%;
  margin: 0px auto;
  display: table;
}

/* --------------------------- Flate Listing Page ------------------------------- */

/* --------------------------- Profile Information ------------------------------- */

section.profile-information {
  margin: 70px 0 80px;
}

img.user-profile-img {
  margin-bottom: 30px;
  width: 140px;
  height: 140px;
}

.profile-info .formfield {
  margin-bottom: 16px;
}

.profile-info .formfield label {
  display: block;
  margin-bottom: 5px;
  color: #393e46;
  font-weight: 600;
}

.profile-info .formfield input {
  border: 0px;
  text-align: center;
  background: transparent;
  font-size: 15px;
}

.profile-info .formfield input::placeholder {
  color: #dbd8d8;
}

.profile-info .bt.darkbt {
  width: 230px;
  margin: 0px auto 0;
  display: table;
  padding-top: 20px;
}

.profile-info .bt.darkbt .pbtn {
  width: 100%;
}

/* --------------------------- Profile Information ------------------------------- */

/* --------------------------- Profile Updating ------------------------------- */

.update-profile {
  width: 75%;
  margin: 0px auto;
}

.update-profile img.user-profile-img {
  width: 100px;
  height: 100px;
}

.update-profile form {
  text-align: left;
}

.update-profile form .formfield input {
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 10px 10px 10px 20px;
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
}

/* --------------------------- Profile Updating ------------------------------- */

/* --------------------------- About Page ------------------------------- */

.inner-pg {
  margin: 80px 0 60px;
}

.aboutInerWrap {
  margin-top: 32px;
  width: 93%;
}

section.inner-about-page a.back-btn {
  position: absolute;
  top: -30%;
  color: #23262f;
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}

section.inner-about-page a.back-btn:hover {
  text-decoration: underline;
}

/* --------------------------- About Page ------------------------------- */

/* --------------------------- Cart Page ------------------------------- */

.cart-img {
  width: 260px;
  height: 260px;
}

.cartWraper {
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
  background: #fff;
  padding: 10px 50px 10px 20px;
}

.cart-text p.cart-item-title {
  color: #141416;
  font-weight: 400;
  font-size: 24px;
  line-height: 35px;
  position: relative;
  top: 8px;
}

.cart-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

p.cart-info-title {
  color: #393e46;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 14px;
}

.quantity-bx {
  background: #fff;
  box-shadow: 0px 3px 20px #00000029;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quantity-bx span {
  padding: 10px 18px;
  display: inline-block;
  color: #000000;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  cursor: pointer;
}

.quantity-bx input {
  width: 40px;
  border: 0px;
  text-align: center;
  padding: 0px;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
}

.quantity-bx span:hover {
  background: #000;
  color: #fff;
}

p.ct-price {
  color: #393e46;
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  margin: 0px;
}

.cart-botm p.font-18 {
  font-weight: 400;
}

.cart-botm .bt.darkbt {
  width: 250px;
}

.cart-botm .bt.darkbt a {
  width: 100%;
}

/* --------------------------- Cart Page ------------------------------- */

/* --------------------------- Order Page ------------------------------- */

.step-detail {
  margin: 50px auto 20px;
  text-align: left;
}

.stepwrap {
  width: 44%;
  margin: 0px auto;
}

.steps-nave .steps {
  position: relative;
}

.steps-nave .steps i {
  width: 70px;
  height: 70px;
  background: #f8f8f9;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 65px;
  margin-bottom: 5px;
  font-size: 25px;
  border: 1px solid #393e46;
  color: #393e46;
  position: relative;
}

.steps-nave .steps span {
  display: block;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: #393e46;
}

.steps-nave:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  top: 36%;
  left: 0;
  background: #393e469c;
}

.order-steps ul {
  width: 50%;
  margin: 0px auto !important;
}

.step-detail label {
  display: block;
  margin-bottom: 5px;
  color: #000000;
  font-weight: 600;
}

.step-detail input {
  width: 100%;
  text-align: left;
  background-color: #fff;
  padding: 13px 10px 13px 20px;
  box-shadow: 0px 40px 32px #0f0f0f0d;
  border: 1px solid #f4f5f6;
  border-radius: 24px;
}

.step-detail .bt.darkbt {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.steps-nave .steps.active i {
  background: #393e46;
  color: #fff;
}

.step-detail .bt.darkbt .pbtn {
  padding: 10px 70px;
}

.step-detail input::placeholder {
  color: #dbd8d8;
}

.step-detail .cart-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.step-detail .cart-img {
  width: 160px;
  height: 200px;
}

.step-detail .cartWraper {
  padding: 10px 80px 10px 50px;
}

.step-detail .cart-text p.cart-item-title {
  font-size: 18px;
  line-height: 28px;
}

.step-detail .cartWraper p.cart-info-title {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #222;
  margin-bottom: 0;
}

.step-detail .cartWraper span.items {
  text-align: center;
  display: block;
  font-weight: 500;
  color: #000;
}

.modal-header {
  border: 0px;
}

.modal button.btn-close {
  border-radius: 45px;
  width: 20px;
  height: 20px;
  box-shadow: 0px 8px 16px #0f0f0f1a;
  color: #393e46;
  position: absolute;
  right: -9px;
  top: -9px;
  background: #fff !important;
  z-index: 12;
  display: flex;
  justify-content: center;
  opacity: 1;
  align-items: center;
  font-size: 24px;
}

img.order-send-img {
  width: 100px;
  margin-bottom: 16px;
}

.modal.order-modal p {
  font-size: 20px;
  line-height: 30px;
  width: 70%;
  margin: 0px auto;
  color: #000000;
  font-weight: 600;
}

.modal.order-modal .order-message {
  padding: 20px 0px 40px;
}

.modal .modal-content {
  border: 0px;
  border-radius: 0px;
}

.modal-backdrop.show {
  opacity: 0.85;
}

.step-detail {
  display: none;
}

.step-detail.active {
  display: block;
}

.steps-nave .steps.active i {
  background: #393e46;
  color: #fff;
  border-color: #393e46;
}

/* --------------------------- Order Page ------------------------------- */

/* ------------------------------Login Modal ---------------------- */

.login-modal .modal-dialog {
  max-width: 640px;
}

.login-modal .modal-dialog .modal-content {
  border-radius: 7px;
  padding: 0px 32px;
}

img.login-logo-hd {
  margin-bottom: 14px;
  width: 130px;
  height: 150px;
}

.login-modal .modal-header {
  padding: 8px;
}

.login-modal h3 {
  text-transform: capitalize !important;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
}

.login-modal p {
  font-size: 18px;
  line-height: 28px;
}

.login-modal .login-btn {
  justify-content: center;
  margin: 24px 0px 20px;
}

.login-modal .login-btn .other-btns {
  border: 2px solid #393e46;
  border-radius: 90px;
  padding: 12px 34px 13px 24px;
  transition: 0.3s;
  color: #393e46;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  cursor: pointer;
}

.login-modal .login-btn .other-btns:hover {
  background: #fff;
  box-shadow: 2px 7px 20px 0px #44444466;
}

.login-sep p {
  font-size: 14px;
  line-height: 20px;
}

.login-modal .login-fields-wrap {
  width: 88%;
  margin: 0px auto;
}

.login-modal .login-fields-wrap input {
  width: 100%;
  border: 2px solid #e6e8ec;
  border-radius: 90px;
  padding: 16px 19px;
  position: relative;
}

.login-fields-wrap .login-form-field i {
  right: 20px;
  top: 24px;
  cursor: pointer;
  opacity: 50%;
}

.login-modal .login-info-txt p {
  margin: 0px;
  font-size: 11px;
  line-height: 18px;
}

.bt.darkbt.login-gn-bt .pbtn {
  padding: 10px 80px;
}

.option-group {
  background: #fff;
  padding: 20px;
  width: 460px;
  margin: 0px auto;
}

.option-group .option {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin-bottom: 16px;
  text-align: left;
  font-size: 18px;
  line-height: 28px;
}

.option:last-child {
  margin-bottom: 0;
  border-top: 1px solid #e0e0e0;
  padding-top: 14px;
}

.login-modal .login-fields-wrap input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-top: 8px;
  accent-color: #393e46;
}

.option-group .option label {
  cursor: pointer;
  line-height: 1.4;
}

.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 12px;
  width: 70%;
  margin: 0px auto;
  align-items: center;
}

.otp-input {
  width: 55px;
  height: 55px;
  font-size: 22px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
}

.otp-input:focus {
  border-color: #000;
}

.login-modal .login-fields-wrap .otp-inputs input {
  border: 2px solid #e6e8ec;
  position: relative;
  width: 65px;
  height: 85px;
  background: #f4f5f6;
  border-radius: 8px;
}

.otp-input:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.15);
}

.swatch.active {
  border-color: #000;
  transform: scale(1.1);
}

/* ------------------------------Login Modal ---------------------- */
