@import url('https://fonts.googleapis.com/css2?family=Barlow: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=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow: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=Cinzel:wght@400..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/
body {
  word-break: break-word;
  font: 15px / 25px color: #000;
  font-family: "Montserrat", serif;
  overflow-x: hidden;
  overflow-y: scroll;
  opacity: 0;
  transition: opacity 0.5s ease;
}

body.loaded {
  opacity: 1;
}

a {
  text-decoration: none;
  color: #000;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}

a:hover {
  transition: all 0.2s ease-in-out;
}

img {
  object-fit: cover;
  max-width: 100%;
  width: 100%;
}

input:focus,
textarea:focus,
select:focus {
  transition: all 0.5s ease;
  outline: none;
}

select,
input,
textarea {
  appearance: auto;
}

/***** Font Files *****/
@font-face {
  font-family: "Fonts Awesome";
  src: url(../fonts/fontawesome-webfont.eot);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Jersey";
  src: url(../fonts/Jersey.ttf);
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

/***** Custom Classes *****/
select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder {
  color: #575757;
}

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8,
.pb_8,
.py_8,
.sec {
  padding: 100px 0;
}

.flexRow,
.flexCol {
  display: flex;
  align-items: center;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", serif;
  text-transform: uppercase;
  margin: 0 0 10px;
}

h1 {
    font-size: 70px;
    line-height: 1.2;
    color: #fff;
    font-weight: 200 !important;
    margin-bottom: 5px !important;
}

h2 {
  font-size: 55px;
  line-height: 1.2;
  color: #2e2e2e;
  font-weight: 400;
}

h3 {
  font-size: 51px;
  line-height: 1.2;
  color: #000;
  font-weight: 600;
}

h4 {
  font-size: 34px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h5 {
  font-size: 31px;
  line-height: 1.2;
  color: #000;
  font-weight: 500;
}

h6 {
  font-size: 23px;
  font-family: "Montserrat", serif;
  color: #000;
  font-weight: 500;
}

p {
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  color: #777777;
  font-family: "Montserrat", serif;
}

/* Menu */


.nav ul {
    list-style: none;
    text-align: center;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    gap: 70px;
}

.nav ul li a {
    transition: 0.3s ease-in-out;
    text-transform: uppercase;
    transition: all 0.5s;
    position: relative;
    color: #ffffff;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 14px;
    padding: 10px 20px;
    display: block;
}

section.header .nav.stroke {
  display: block;
}

.nav.stroke ul li a:after, .nav.fill ul li a:after {
    transition: 0.3s ease-in-out;
    position: absolute;
    bottom: -25px;
    left: 50%;
    right: 0;
    width: 0%;
    content: ".";
    color: transparent;
    background: #8f7968;
    height: 2px;
    transform: translateX(-50%);
}

.nav.stroke ul li a:hover:after {
  width: 100%;
}

.nav.stroke ul li a.active:after {
  width: 100%;
}

.nav.stroke ul li a.active::before {
  height: 100%;
}

.nav.stroke ul li a.active {
  color: #fff !important;
}



/* Buttons Css Start*/


.theme-btn-1 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 16px 34px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  background: linear-gradient(120deg, #0f2027, #203a43, #2c5364);
  box-shadow: 
    0 10px 25px rgba(0,0,0,0.4),
    inset 0 0 0 1px rgba(255,255,255,0.1);
  overflow: hidden;
  transition: all 0.45s cubic-bezier(.4,0,.2,1);
}

/* Luxury light sweep */


.theme-btn-1 span img {
  width: 18px;
  transition: transform 0.45s ease;
}

/* VIP Hover */
.theme-btn-1:hover {
    transform: translateY(-4px) scale(1.05);
}


.theme-btn-1:hover::before {
  opacity: 1;
}

.theme-btn-1:hover::after {
  opacity: 1;
}

.theme-btn-1:hover span img {
  transform: translateX(10px) rotate(-8deg);
}


/* Buttons Css End*/

/* Loader start */
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  transition: all 1s ease;
  flex-direction: column;
  gap: 5px;
}

#loader.hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}

img.loader {
  width: 10vw;
}

/* Loader end */

/* Custom Scrollbar  */
#style-6::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar {
  width: 10px;
  background-color: #f5f5f5;
}

#style-6::-webkit-scrollbar-thumb {
  background-color: #f48a12;
  background-image: -webkit-linear-gradient(45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent);
}

.scrollbar {
  overflow-y: scroll;
}

/* Custom Scrollbar  */

/* Home Page start*/

/* Header */


.hdr_logo a img {
    display: block;
    width: 133px;
    height: 37px;
    object-fit: contain;
}
.hdr_logo {
    padding: 25px 0;
    border-right: 1px solid #b8aba0;
}

section.header .container-fluid.add-padding {
    padding: 0 0px 0 4%;
}
.hdr_btn {
    border-left: 1px solid #b8aba0;
    margin-left: 5px;
}
.hdr_btn ul {
    display: flex;
    align-items: center;
    justify-content: end;
}
.hdr_btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87px;
    width: 125px;
    color: #fff;
    transition: 0.5s;
}
section.header li.active a {
    position: relative;
}

.hdr_btn ul li a:hover {
    background: #8f7968;
    transition: 0.5s;
}


section.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid #b8aba0;
} 

/* Header Ends */

/* Main Banner Start */

.main-banner-silder .slick-track {
    margin-left: 20px;
}

.banner_text p {
    color: #d7d0cc;
    width: 70%;
    margin-bottom: 20px;
}
.main-banner-silder-items-images img {
    width: auto;
    height: auto;
}
.main-banner-silder {
    margin-top: 88px;
}
.container-fluid.add-padding.hei {
    padding: 0 0px 0 4%;
}
.main-banner-silder-items-images img {
    width: 100%;
    height: 275px;
    object-fit: cover;
    border-radius: 5px;
} 
.main-banner-silder-items-text h2 {
    font-size: 18px;
    color: #f3eff0;
    margin-bottom: 15px;
}
.main-banner-silder-items-text p {
    color: #ccbdb6;
}
.main-banner-silder-items-text h3 {
    margin-bottom: 0;
    font-size: 25px;
    color: #ffffff;
    font-weight: 200;
    margin-top: 25px;
}
.main-banner-silder-items-text {
    margin-top: 30px;
}
.main-banner-silder-items {
    position: relative;
    padding-top: 50px;
}
.main-banner-bottom-sec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top: 1px solid #b8aba0;
    padding: 20px 0;
}
.main-banner-bottom-sec .row {
    position: relative;
    display: flex;
    align-items: center;
}

.main-banner-bottom-sec .row:before {
    content: "";
    position: absolute;
    background: #b8aba0;
    width: 44%;
    height: 1px;
    margin: 0 auto;
    right: -180px;
    left: 0;
}
.main-banner-bottom-social-heading h2 {
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
    font-weight: 500;
}
.main-banner-bottom-social-heading {
    position: relative;
    display: flex;
    align-items: center;
}
.main-banner-bottom-social-heading:before {
    content: "";
    position: absolute;
    background: #b8aba0;
    width: 65px;
    height: 2px;
    left: -80px;
}
.main-banner-bottom-social-link-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.main-banner-bottom-social-link-button ul {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: end;
}
.main-banner-bottom-social-link-button ul li button {
    border-radius: 50px;
    font-family: "Cinzel", serif;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #b8aba0;
    background: transparent;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 15px;
    width: 120px;
    justify-content: center;
    height: 60px;
    transition: 0.5s;
}
.main-banner-bottom-social-link-button ul li button:hover {
    background: #8f7968;
    color: #fff;
    transition: 0.5s;
}
.main-banner-bottom-social-link-button button.next-slide img {
    transform: rotate(180deg);
}
.main-banner-bottom-social-link-button ul li button img {
    width: 17px;
    height: 10px;
    object-fit: cover;
}
.main-banner-bottom-social-link-box ul li a {
    border: 1px solid #baaea3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    color: #baaea3;
    font-size: 20px;
    transition: 0.5s;
    animation: tada 3.5s ease infinite;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

}
.main-banner-bottom-social-link-box ul li a:hover {
    background: #8f7968;
    color: #fff;
    border: 1px solid #8f7968;
    transition: 0.5s;
}
.main-banner-silder-items:before {
    content: "";
    position: absolute;
    background: #b8aba0;
    left: -20px;
    width: 1px;
    height: 88%;
    top: 0;
}
.banner_text h1 span {
    display: block;
}
.banner_sec {
    position: relative;
    z-index: 1;
    height: 930px;
}

.main-banner-bottom-social-link-row {
    display: flex;
    align-items: center;
    gap: 100px;
}

.banner_sec::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: '';
  background-image: url(../images/main-banner-images.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner_text {
  display: flex;
  align-items: start;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.banner-slider .slick-list {
  height: 100%;
}

.banner-slider .slick-track {
  height: 100%;
}
.banner_text a {
    border: 1px solid #fcfcfc;
}


.slide-center .main-banner-silder-items .main-banner-silder-items-images img {
    height: 380px !important;
}

.slide-right .main-banner-silder-items .main-banner-silder-items-images img {
   height: 480px !important;
}


/* Banner end*/

/*About Us Start*/

.about-us-image img {
  width: 100%;
  height: 617px;
  object-fit: cover;
}

.about-us-images {
  position: relative;
}

.about-us-two-images {
  position: absolute;
  right: 0;
  bottom: 0;
}

.about-us-two-images {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #f3f3f3;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 250px;
  border-top-left-radius: 5px;
}

.about-us-two-images img {
  width: 60px !important;
  height: 192px !important;
  object-fit: contain !important;
}

.about-us-text h2 span {
  display: block;
}

.about-us-text h2 span {
  color: #8f7968;
}

.about-us-text h2 {
  text-align: end;
  margin-bottom: 20px;
  position: relative;
}

.about-us-text h2:before {
  content: "";
  position: absolute;
  background: #dbd5d3;
  width: 100%;
  height: 2px;
  left: -215px;
  top: 30px;
  z-index: -1;
}

.about-us-text {
  margin-left: 30px;
}

.about-us-text p {
  margin-bottom: 28px;
}

.about-us-text h2:after {
  content: "";
  position: absolute;
  background: #000;
  width: 30px;
  height: 2px;
  top: 30px;
  right: 216px;
}

.about-us-images img {
  width: 100%;
  height: 617px;
  object-fit: cover;
}

.theme-btn-1 span img {
  width: 20px !important;
  height: 11px !important;
}

.theme-btn-1 {
  font-family: "Montserrat", sans-serif;
}

.theme-btn-1 {
  background: #8f7968;
  border-radius: 50px;
  padding: 8px 8px 8px 22px;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.theme-btn-1 span {
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 40px;
  border-radius: 20px;
}

.about-us-button {
  margin-top: 30px;
}


/*About Us Ends */

/*Our Products Start*/

.container-fluid.add-padding {
  padding: 0 4%;
}

.our-products-heading {
  text-align: center;
}

.our-products-heading h2 {
  margin-bottom: 2px;
}

.our-products-heading p {
  width: 60%;
  margin: 0 auto;
}

ul.our-prod-name {
  background: #8d7766;
  padding: 10px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

ul.our-prod-number li h2 {
  font-size: 25px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
}

a.our-prod-cart-icon {
    border: 1px solid #a59386;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    animation: tada 3.5s ease infinite;
}

ul.our-prod-number li span {
  font-family: "Cinzel", serif;
  font-weight: 600;
  margin-left: 5px;
}

ul.our-prod-name li h2 {
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 0;
}

ul.our-prod-number {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px;
}

.our-products-box {
  box-shadow: 0 0 8px 0 #0000000a;
  margin-top: 35px;
  transition: 0.5s;
}

.our-products-box:hover {
  margin-top: 0;
  transition: 0.5s;
}

ul.our-prod-number li i {
  font-size: 12px;
  color: #ff9702;
}

ul.our-prod-number li {
  display: flex;
  align-items: center;
  gap: 2px;
}

.our-products-box-img img {
  width: 100%;
  height: 444px;
  object-fit: cover;
  background: #f3f3f3;
}

/*Our Products Ends */


/*Hair Supply You Can Trust Start*/


.hair-supply-you-can-trust-sec .row {
  justify-content: end;
}

.hair-supply-you-can-trust-box {
    background: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    margin-left: -30px;
}

.hair-supply-you-can-trust-box h2 {
  font-size: 20px;
  color: #202020;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 25px;
  margin-top: 15px;
}

.hair-supply-you-can-trust-box p {
  color: #8d8d8d;
  margin-bottom: 10px;
}

.hair-supply-you-can-trust-box ul.our-prod-number {
  padding: 5px 0;
  border-top: 1px solid #e7e7e7;
  margin-top: 5px;
}

.hair-supply-you-can-trust-box h3 {
  font-size: 23px;
  margin-bottom: 0;
  font-weight: 500;
}

.hair-supply-you-can-trust-sec {
  margin: 100px 0;
  background-image: url(../images/hair-supply-you-can-trust-back.png);
  width: 100%;
  height: 775px;
  background-size: cover;
  display: flex;
  align-items: center;
}

.hair-supply-you-can-trust-text h2 {
  font-size: 65px;
  color: #ffffff;
  margin-bottom: 0;
}

.hair-supply-you-can-trust-text h2 span {
  display: block;
}

.hair-supply-you-can-trust-text p {
    color: #d2c8bc;
    width: 92%;
    margin: 10px 0 25px;
}
.hair-supply-you-can-trust-text {
    margin-left: -30px;
}

.hair-supply-you-can-trust-box img {
    width: 100%;
    height: 287px;
    object-fit: cover;
}

.hair-supply-you-can-trust-text a {
  border: 1px solid #ffffff;
}

/*Hair Supply You Can Trust Ends*/

/*Confidence In Every Strand Start*/


.confidence-in-every-strand-text h2 span {
  display: block;
}

.confidence-in-every-strand-text h2 {
  margin-bottom: 15px;
  position: relative;
}

.confidence-in-every-strand-text h2:before {
  content: "";
  position: absolute;
  background: #dbd5d3;
  width: 92%;
  height: 2px;
  right: -440px;
  bottom: 33px;
  z-index: -1;
}

.confidence-in-every-strand-text p {
  margin-bottom: 20px;
  width: 95%;
}

.confidence-in-every-strand-button {
  margin-top: 28px;
}

.confidence-in-every-strand-images img {
  width: 100%;
  height: 470px;
  border-radius: 5px;
  object-fit: cover;
  border-bottom-left-radius: 0;
  background: #f3f3f3;
}

.confidence-in-every-strand-chg-img img {
  width: 100%;
  height: 523px;
}

.confidence-in-every-strand-chg-text ul li a img {
  width: 18px;
  height: 17px;
  object-fit: contain;
}

.confidence-in-every-strand-chg-text {
  margin-left: 35px;
}

.confidence-in-every-strand-chg-text p {
  margin-bottom: 20px;
}

.confidence-in-every-strand-chg-text ul {
  line-height: 45px;
}

.confidence-in-every-strand-chg-text ul li a {
    font-family: "Cinzel", serif;
    font-size: 14px;
    color: #2e2e2e;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

.no-pd-ri {
  padding-right: 0 !important;
}

.confidence-in-every-strand-chg-img {
  width: 101.5%;
}

.confidence-in-every-strand-text h2:after {
  content: "";
  position: absolute;
  background: #594036;
  width: 100px;
  height: 2px;
  right: 0;
  bottom: 33px;
  left: 262px;
  margin: 0 auto;
}


/*Confidence In Every Strand Ends*/


/*What People Say Start */


img.img-sopnser {

  width: 100%;

  height: 640px;

  object-fit: cover;

}

.spnser-img {

  position: absolute;

  bottom: 0;

  top: auto;

}


section.sponser {

  position: relative;

}

.spnser-img.tw {

  right: 40px;

  left: unset;

}


.spnser-img img {

  height: 600px;

  object-fit: cover;

}

section.sponser .container-fluid {

  position: relative;

}

.sponser-txt {

  position: absolute;

  text-align: center;

  width: 50%;

  bottom: unset;

  top: -573px;

  margin: 0 auto;

  display: block;

}


.sopnser-img-laptop {

  position: absolute;

  bottom: -24px;

  left: 0;

  right: 0;

  margin: 0 auto;

  display: block;

  width: fit-content;

}

.sponser-txt h3 {

  font-size: 45px;

  line-height: 55px;

  color: #fff;

  font-weight: 400;

  margin-bottom: 15px;

}


.sponser-txt h3 span {

  display: block;

}

.sponser-txt p {

  font-size: 14px;

  color: #fff;

}


.sponser-txt a.btn-1 {

  display: block;

  margin: 0 auto;

}


.real-slid .slick-active {

  opacity: 1;

}

.real-img-sm img {
  width: 70px;
  border-radius: 7px;
  height: 70px;
  object-fit: cover;
}


.real-img-sm {

  display: flex;

  align-items: center;

  gap: 20px;

}

.real-img-sm h5 {
  font-size: 17px;
  color: #2e2e2e;
  margin: 0;
  line-height: 22px;
  font-family: "Montserrat", serif;
  font-weight: 600;
}


.real-img-sm h5 span {
  display: block;
  font-family: "Montserrat", serif;
  font-size: 12px;
  color: #2e2e2e;
  font-weight: 700;
}

.real-talk-txt {

  text-align: center;

}

.real-talk-txt p {
  margin: 0 auto;
  width: 45%;
}

.real-main-bx {
  padding: 30px 30px;
  box-shadow: 0 0 10px 0 #0000001f;
  border-radius: 5px;
  margin-top: 10px;
  transition: 0.5s;
}

section.what-people-say-sec .container-fluid {
  padding: 0;
}

.real-slid .slick-track {
  margin-left: 3%;
}

.real-talk-txt h2 {
  margin-bottom: 0;
}

.real-main-bx p {
  font-size: 14px;
  color: #9a9a9a;
  margin-top: 18px;
}

.real-main-bx:hover h5 span {
  color: #fff;
}

.real-slid .star {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.main-bx-work:hover {
  background-color: #b3242b;
  transition: 2s;
}

.main-bx-work:hover p {
  color: #fff;
}

.main-bx-work:hover h5 {
  color: #fff;
}

.main-bx-work:hover h4 {
  background-color: #fff;
  color: #000;
}

.star ul {

  display: flex;

  align-items: center;

  margin: 0;

}


.star ul li a i {

  color: #f39f1e;

}


.star h5 {
  font-size: 14px;
  color: #363636;
  margin: 0;
  line-height: 20px;
  font-family: "Montserrat", serif;
  font-weight: 600;
}


section.real-talk {

  padding-bottom: 100px;

}

section.real-talk .container-fluid {

  padding-right: 0;

}


section.real-talk .real-slid {

  width: 103vw;

}

.real-main-bx:hover {
  background-color: #8d7766;
  color: #fff;
  border-radius: 5px;
  transition: 0.5s;
}

.real-main-bx:hover h5 {

  color: #fff;

}


.real-main-bx:hover p {

  color: #fff;

}

.real-slid .slick-slide {
  margin: 20px 15px;
}

.real-talk-txt h2 {
  margin-bottom: 2px;
}

span.real-images {
  background: #fff;
  border-radius: 5px;
  padding: 8px;
}

section.what-people-say-sec {
  margin-bottom: 120px;
}


/*What People Say Ends */


/* Footer Start */

footer {
    background-color: #171717;
    padding: 100px 0 0px 0;
}

.footer_col h3 {
  color: #f0f0f0;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  margin: 0px 0 30px;
  text-transform: capitalize;
}

.footer_col h3:after {
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.footer_col p {
  color: #9e9e9e;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Montserrat", serif;
  width: 75%;
}

.footer-logo a img {
    width: 133px;
    object-fit: contain;
    margin-bottom: 25px;
    height: 37px;
}

.contact_list p {
  margin: 0;
  font-size: 14px;
  margin-bottom: 8px;
}

.contact_list p span {
  color: #f0f0f0;
}

.quick_links a {
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  color: #b3b3b3;
  text-transform: capitalize;
  font-family: "Montserrat", serif;
  margin-bottom: 10px;
}

ul.quick_links {
  column-count: 2;
  line-height: 40px;
}

.footer_call a {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  font-family: "Montserrat", serif;
  color: #ffffff;

}


.footer_social li:hover {
  background: linear-gradient(to right, #c4a18b 0%, #967860 100%);
}

.footer_social li {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
  border-radius: 100px;
  position: relative;
  border: 2px solid #fff;
  transition: 0.3s ease-in-out;
}

.footer_social li a {
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
}

.footer_form form {
  position: relative;
}

.footer_form form input {
  width: 100%;
  height: 60px;
  padding: 10px 25px;
  border: 1px solid #262626;
  border-radius: 50px;
  background-color: #2f2a27;
  color: #7e7c7b;
  font-family: "Montserrat", serif;
}

.footer_form form input::textarea {

  color: #7e7c7b;

}

.footer_form form button {
  position: absolute;
  right: 0;
  height: 60px;
  border-radius: 40px;
  padding: 0px 30px;
  border: 0;
  color: #fff;
  background: #8d7766;
  font-weight: 500;
  font-family: "Montserrat", serif;
}

.copyRight_sec {
    background-color: #171717;
    border-top: 1px solid #595959;
    padding: 25px 0 0;
    margin-top: 60px;
}

.footerPayment img {
    width: 222px;
    height: 60px;
    object-fit: contain;
}

.grp-wrp ul li i {
  font-size: 20px;
  color: white;
}

.socialmedia-icons ul li a {
    border: 1px solid #535353;
    font-size: 17px;
    border-radius: 70px;
    display: flex;
    color: #ffffff;
    background: #171717;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    animation: tada 3.5s ease infinite;
}

.socialmedia-icons h4 {
  font-size: 20px;
  color: #e0e0e0;
  margin-bottom: 15px;
}

.socialmedia-icons ul li a:hover {
  background: #8d7766;
  border-color: #8d7766;
  transition: 0.5s;
}

.socialmedia-icons ul {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.socialmedia-icons h3 {
  color: #fff;
  font-weight: 500;
  font-size: 25px;
  line-height: 30px;
  margin: 25px 0 20px;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 40px;
}

.socialmedia-icons {
  margin-top: 45px;
}

.contact_list p a {
  color: #f0f0f0;
}

.socialmedia-icons h3:after {
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 2px;
  background-color: #fff;
  content: '';
}

.footer_form form input::placeholder {
  color: #fff;
  font-size: 14px;
}

.quick_links a:hover {
  color: #8d7766;
}

.footerPayment {
  text-align: end;
}

.copyRight_sec p {
  color: #e0e0e0;
  margin-bottom: 0;
}

/* Footer Ends */



.inner-main-banner-sec {
    background-image: url(../images/inner-main-banner.jpg);
    width: 100%;
    height: 460px;
    background-size: cover;
    display: flex;
    align-items: center;
    text-align: center;
}
.inner-main-banner-heading h2 {
    margin-bottom: 0;
    font-size: 69px;
    color: #fff;
}
.inner-wholesale-text h2 span {
    display: block;
}
.inner-wholesale-text {
    margin-left: 20px;
}
.inner-wholesale-text p {
    margin-bottom: 30px;
}
.inner-wholesale-bottom-row {
    margin-top: 40px;
}
.inner-wholesale-bottom-row p {
    margin-bottom: 25px;
}




/*Inner Contact Us Start*/


  



.cont-bx {
    background-color: #8d7766;
    padding: 50px 30px;
    border-radius: 0px;
    height: 200px;
}



.cont-bx h3 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 15px;
    border-bottom: 1px solid #a69588;
    width: 75%;
} 



.cont-bx span {

    color: #fff;

}



.cont-bx a {
    color: #f7f6f5;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 500;
}



.cont-bot-txt {
    text-align: center;
    margin-top: 60px;
}



.cont-bot-txt h3 {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #2e2e2e;
}



.cont-bot-txt p {

    font-size: 14px;

    width: 70%;

    margin: 0 auto;

    margin-bottom: 30px;

}



.cont-bot-txt form input {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    font-family: "Montserrat", sans-serif;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 500;
    height: 65px;
    text-transform: uppercase;
}


.cont-bot-txt form textarea {
    width: 100%;
    padding: 15px;
    margin-bottom: 30px;
    height: 220px;
    font-family: "Montserrat", sans-serif;
    border-radius: 0;
    resize: none;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #bdbdbd;
    color: #bdbdbd;
    text-transform: uppercase;
}
.cont-bot-txt button {
    border: bisque;
    margin: 0 auto;
}







/*Inner Contact Us Ends*/




/* Inner Check Out Start */

.billing_form h3 {
    margin: 0;
    margin-bottom: 30px;
    color: #000;
    font-size: 55px;
    font-weight: 500;
}

.billing_form label {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
    color: #8d8d8d;
    font-family: "Montserrat", sans-serif;
}

.radiosss p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0;
}

.check-out-btn button {}

.check-out-btn button {
    border: none;
}

.billing_form input {
    width: 100%;
    height: 57px;
    border: none;
    margin-bottom: 20px;
    padding-left: 15px;
    font-weight: 500;
    color: #b0b0b0;
    background: #fff;
    border-radius: 0;
    border: 2px solid #d3d3d3;
}

.billing_form input::placeholder {
  color: #b0b0b0;
  font-family: "Montserrat", sans-serif;
}

.cart_sidebar .cart_lst li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar .cart_lst li {
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #858585;
}

.cart_sidebar .cart_lst li span {
  float: right;
}

.cart_sidebar .cart_lst li:last-child {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    color: #1a1a1a;
    font-family: "Cinzel", serif;
}

.cart_sidebar .cart_lst {
  margin-top: 20px;
  margin-bottom: 40px;
}

.thankyou_txt {
  padding: 50px;
  border: 2px solid #b7b7b7;
}

.thankyou_txt h3 {
  font-size: 35px;
  color: #000;
  font-weight: 800;
  margin: 0;
  font-family: "Montserrat", sans-serif;
}

.thankyou_txt h3 i {
  font-size: 40px;
  margin-right: 15px;
}

.order_det h5 {
  font-size: 20px;
  color: #7c7c7c;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
}

.order_det p {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin: 0;
}

.order_complete_detail h3 {
  font-size: 22px;
  color: #000;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table {
  padding: 40px;
  border: 1px solid #b7b7b7;
}

.order_detail_table h5 {
  margin-top: 0px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  font-family: "Montserrat", sans-serif;
}

.order_detail_table ul {
  margin-top: 20px;
  margin-bottom: 30px;
}

.order_detail_table ul li:not(:last-child) {
  margin-bottom: 25px;
}

.order_detail_table ul li {
  font-size: 14px;
  color: #7c7c7c;
}

.order_detail_table ul li span {
  float: right;
}

.order_detail_table ul li:last-child {
  font-weight: 700;
  color: #000;
}

.order_detail_table h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  font-family: "Roboto", sans-serif;
  padding: 25px 0;
  border-top: 1px solid #dbdbdb;
  margin: 0;
}

.order_detail_table h6 span {
  float: right;
}

.check_menu ul {
  text-align: center;
  margin-bottom: 40px;
}

.check_menu ul li {
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  color: #7c7c7c;
  margin: 0 14px;
}

.check_menu ul li i {
  font-size: 18px;
}

.check_menu ul li.purp {
  color: #700ea3;
}

.cart_sidebar h3 {
  font-size: 28px;
  color: #000;
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 600;
}

.cart_sidebar h3 {
    font-size: 28px;
    margin-top: 0px;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: uppercase;
    font-weight: 400;
    color: #1a1a1a;
    font-family: "Cinzel", serif;
}

.cart_sidebar .h-sub {
    font-size: 25px;
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 20px;
    line-height: 0;
    padding-bottom: 30px;
    padding-top: 20px;
   
    text-transform: uppercase;
    font-weight: 400;
     color: #1a1a1a;
    font-family: "Cinzel", serif;
}

.cart_sidebar h5 span {
  float: right;
  color: #000;
}

.cart_sidebar h4 {
    font-size: 25px;
    margin-bottom: 20px;
    line-height: normal;
    padding-top: 0;
    text-transform: uppercase;
    font-weight: 400;
    color: #1a1a1a;
    font-family: "Cinzel", serif;
}

.cart_sidebar ul li input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.cart_sidebar ul li label {
    position: relative;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #858585;
}

.cart_sidebar ul li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
    inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}

.cart_sidebar ul li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #8f7968;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.cart_sidebar {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.check-out-btn {
  margin-top: 35px;
}

.cart_sidebar ul li:not(:last-child) {
  margin-bottom: 15px;
}

.cart_sidebar form {
  margin-top: 30px;
  padding-bottom: 40px;
  border-bottom: 1px solid #b7b7b7;
}

.cart_sidebar form h4 {
  font-size: 14px;
  font-weight: 400;
  color: #b7b7b7;
  font-family: "Roboto", sans-serif;
}

.cart_sidebar form select {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form select option {
  color: #000;
}

.cart_sidebar form input {
  width: 100%;
  height: 40px;
  padding-left: 15px;
  border-radius: 0;
  border: 1px solid #b7b7b7;
  margin-bottom: 20px;
  appearance: auto;
  color: #b7b7b7;
}

.cart_sidebar form input::placeholder {
  color: #b7b7b7;
  font-family: "Montserrat-Ultral";
}

.cart_sidebar form button {
  color: #000;
  font-size: 15px;
  border-radius: 0px;
  font-family: "Poppins", sans-serif;
  padding: 10px 40px;
  background-color: #ebebeb;
  border: 2px solid #ebebeb;
}

.cart_sidebar form button:hover {
  background-color: transparent;
  transition: 0.3s ease-in-out;
}

.checkout_btn {
  padding: 12px 50px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 24px;
  border-radius: 0;
  font-weight: 500;
  border: 2px solid transparent;
  background-color: #ff2e98;
  font-family: "Montserrat-Ultral";
}

.checkout_btn:hover {
  /* color: white; */
}

ul.shipping-ul {
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding-bottom: 30px;
}

h6.payment-h {
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 30px;
    color: #1a1a1a;
    font-family: "Cinzel", serif;
}
.cart_sidebar .radiosss-payments li label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #b7b7b7;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  border-radius: 50px;
}

.cart_sidebar .radiosss-payments li input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    border-radius: 20px;
    left: 6px;
    border: 0;
    width: 10px;
    height: 10px;
    background-color: #8f7968;
}

.radiosss-payments .card.card-body {
  padding: 0;
  border: 0;
  margin-left: 30px;
  background: none;
}

.radiosss-payments {
  border-bottom: 1px solid #d8d8d8;
}

section.checkout_page {
  padding: 100px 0;
  position: relative;
}

.sale-upto-off-flower.check-one {
  left: -120px;
}

.sale-upto-off-flower.check-one {
  left: -20px;
  top: 30px;
}

.sale-upto-off-flower.check-two {
  top: inherit;
  bottom: 0;
  right: inherit;
  left: 410px;
}

section.checkout_page .sale-upto-off-flower img {
  width: 151px;
  height: 143px;
  object-fit: contain;
}

.checkout_page .img-1 {
  position: absolute;
  left: -13%;
  top: 50%;
  width: 340px;
}

.checkout_page .img-2 {
  position: absolute;
  right: -7%;
  top: 60%;
  width: 230px;
  transform: rotate(200deg);
}

/* Inner Check Out End */


/* Inner Cart Start */


.inner-cart-sec .shopping_cart_table h2 {
    margin-bottom: 40px;
    text-transform: uppercase;
    color: #0e0d0d;
    font-size: 40px;
}

.inner-cart-sec .shopping_cart_table table th {
    font-size: 16px;
    padding-bottom: 10px;
    color: #343333;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Cinzel", serif;
}

.cart_product_name h2 {
    font-size: 16px !important;
    margin-bottom: 4px !important;
    font-weight: 500;
}

.inner-cart-sec .shopping_cart_table table thead {
    border-bottom: 1px solid #e6e6e6;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e3d4ce;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product {
    display: flex;
    align-items: center;
}

.inner-cart-sec .shopping_cart_table table tbody td {
    padding: 25px 0;
    border-bottom: 1px solid #e6e6e6;
}

.cart_product_img img {
    width: 110px;
    height: 117px;
    object-fit: cover;
    border-radius: 5px;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "Montserrat", sans-serif;
    color: #000000;
    text-transform: capitalize;
}

.inner-cart-sec .shopping_cart_table table tbody .cart_box_product .cart_product_name p {
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
    margin-bottom: 0;
    text-transform: capitalize;
    color: #757575;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}
.inner-cart-sec .shopping_cart_table table tbody td select {
    height: 50px;
    appearance: auto;
    border: 1px solid #b8b8b8;
    width: 135px;
    color: #000;
    font-weight: 600;
    padding: 0 15px;
}

.inner-cart-sec .shopping_cart_table table tbody td .skin-2 .num-in {
    border: 1px solid #cfcfcf;
    border-radius: 50px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner-cart-sec .shopping_cart_table table tbody td .t_price {
    font-size: 35px;
    text-transform: uppercase;
    color: #070707;
    margin-bottom: 0;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: "Cinzel", serif;
}


.inner-cart-sec th.w-40 {
    width: 40%;
}

.inner-cart-sec .shopping_cart_table table tbody td i.fas.fa-times {
    font-size: 20px;
    color: #000;
}

.inner-cart-sec .cart_recipt {
    margin-top: 45px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.inner-cart-sec .cart_recipt>a {
    padding: 15px 40px;
    border: 1px solid #c6c6c6;
    font-size: 16px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #151414;
    font-weight: 500;
    border-radius: 50px;
    font-family: "Montserrat", sans-serif;
}


.inner-cart-sec .cart_recipt>a i {
    margin-right: 10px;
}

.inner-cart-sec .recipt {
    width: 30%;
}

.inner-cart-sec .recipt li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #070707;
}

.inner-cart-sec .recipt li:last-child {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e6e6e6;
    color: #000;
}

.inner-cart-sec .recipt li span {
    font-size: 18px;
    letter-spacing: 2px;
    color: #000000;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .payment_card {
    padding: 30px 30px;
}
.inner-cart-sec .payment_card h3 {
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 20px;
    padding-bottom: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
    color: #000;
    font-family: "Cinzel", serif;
}

.inner-cart-sec .expiry_cvv a {
    border: none !important;
}

.cart-btn {
    text-align: center;
    margin-top: 10px;
}
.cart-btn a {
    margin: 0 auto;
}
.inner-cart-sec .credit_paypal a {
    padding: 10px 20px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
        color: #070707;
    font-weight: 500;
    font-size: 15px;
    background: #f3f3f3;
    font-family: "Montserrat", sans-serif;
}

.inner-cart-sec .credit_paypal a img {
    height: 20px;
    object-fit: contain;
    margin-right: 10px;
    width: 20px;
}

.inner-cart-sec .credit_paypal {
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}


.inner-cart-sec .payment_card form label {
    font-size: 14px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
       color: #070707;
}

.inner-cart-sec .payment_card form {
    margin-top: 15px;
}

.inner-cart-sec .payment_card form input {
    width: 100%;
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.inner-cart-sec .payment_card form select {
    height: 50px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 25px;
    background: transparent;
    padding: 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.credit_paypal label {
    font-size: 14px;
    font-weight: 600;
       color: #070707;
    margin-bottom: 10px;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}

.inner-cart-sec .payment_card form input::placeholder {

    font-weight: 600;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: #151414;
}

.inner-cart-sec .expiry_cvv {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.inner-cart-sec .expiry_date {
    width: 70%;
}

.inner-cart-sec .cvv_box {
    width: 26%;
}

.inner-cart-sec .month_year {
    display: flex;
    justify-content: space-between;
}

.inner-cart-sec .month_year select {
    width: 48% !important;
    appearance: auto;
}

.inner-cart-sec .month_year select option {
    color: #000;
}

.inner-cart-sec .payment_card form .btn1 {
    margin: 30px 85px;
    border: none;
}

.inner-cart-sec .shopping_cart_table {
    padding-right: 40px;
}

section.shopping_cart .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    border: 0;
    border-radius: 25px;
    cursor: pointer;
    color: #9d9d9d;
}

section.shopping_cart .skin-2 .num-in span {
    width: 30px !important;
    height: 30px !important;
    float: left;
    position: relative;
    color: #000;

    border-radius: 20%;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-quantity-box {
    margin-top: 50px;
}

.pro-quantity-box .quanity.product-detail input {
    border: none !important;
}

.pro-quantity-box .product-detail .num-in {
    background: #0000000f;
    width: 160px;
    border: 1px solid #cfc3bd;
}

.pro-quantity-box .row {
    align-items: center;
}

.productdetail-line {
    margin-top: 40px;
}

.products-detail-text p {
    margin-bottom: 30px;
}

.productdetail-line p {
    font-size: 17px;
    color: #1d1d1d;
    font-weight: 600;
}

.productdetail-line ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.productdetail-line ul li p {
    margin-bottom: 0;
}

.productdetail-line ul li a {
    color: #f26877;
    font-size: 22px;
}

.pro-quantity-box .quanity.product-detail input {
    width: 50%;
    height: 40px;
    border: 1px solid #000;
    padding: 13px;
    color: #000;
}


.our-product-box {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: 0.4s ease;
}


.our-product-box:hover {
    transform: translateY(-8px);

}


.our-product-box-img {
    position: relative;
    overflow: hidden;
}

.our-product-box-img img {
    width: 100%;
    transition: 0.5s ease;
    border-radius: 12px;
}


.our-product-box-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: -170%;
    width: 120%;
    height: 100%;
    background: rgba(255, 255, 255, 0.35);
    transform: skewX(-25deg);
    transition: 0.6s;
}


.our-product-box:hover .our-product-box-img::before {
    left: 120%;
}

section.shopping_cart .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
}

section.shopping_cart .num-in input.in-num {
    background-color: #ffffff;
    width: 38%;
    font-family: 'Helvetica';
}

section.shopping_cart .skin-2 .num-in input {
    float: left;
    width: 50%;
    height: 35px;
    border: none;
    text-align: center;
    background: transparent;
    font-size: 20px;
    font-weight: 400;
    padding: 0;
    font-family: "Cinzel", serif;
    color: #070707;
}

section.shopping_cart .skin-2 .num-in span:before,
.skin-2 .num-in span:after {
    content: '';
    position: absolute;
    background-color: #787878;
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

.cart-btn button {
    border: none;
}

.cart_product_name {
    margin-left: 15px;
}


/* Inner Cart Ends */



/*Login Sign Up Start*/

.login-box {
    padding: 50px 40px;
    border-radius: 5px;
    background: #f3f3f3;
    border: 1px solid #f3f3f3;
}

.login-box h2 {
  font-size: 40px;
  color: #000;
  margin-bottom: 25px;
  text-align: center;
}

.login-box input {
    width: 100%;
    height: 60px;
    margin-bottom: 22px;
    border: 1px solid #d7d7d7;
    background: #fff;
    padding: 0 20px;
    color: #b2b2b2;
    font-size: 16px;
    border-radius: 5px;
}

.quanity.product-detail h2 {
  font-size: 25px;
  color: #000;
  line-height: 30px;
  font-family: "Montserrat", serif;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 25px;
}

.productdetail-cart-btn {
  margin-bottom: 10px;
}

.productdetail-quanity-btn {
  display: flex;
  align-items: end;
}

.login-box input::placeholder {
  color: #b2b2b2;
  font-size: 15px;
}
.login-box button {
    width: 100%;
    height: 60px;
    border: none;
    text-transform: uppercase;
    justify-content: center;
}


.login-box.chg button {
    background: #ffffff;
    color: #855c29;
    font-weight: 600;
    font-size: 17px;
}
.login-box ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}

.login-box ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.by-creating p {
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

.by-creating p a {
    color: #8f7968;
    margin-left: 8px;
    font-weight: 600;
    background-image: -webkit-linear-gradient(-92deg, rgb(243, 159, 144) 0%, rgb(209, 72, 59) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #8f7968;
    border-bottom: 1px solid #8f7968;
}

.login-box.signup {
    margin-left: 30px;
}

.about-us-bottom-row {
    margin-top: 40px;
}

.login-sec {
  padding: 100px 0;
  position: relative;
}

.login-box ul li input {
  width: 18px;
  height: 18px;
  margin-bottom: 0;
}

.login-box.signup h2 {
  color: #000;
}

.login-box.signup input {
    background: #fbfbfb !important;
    color: #b9b9b9 !important;
    border: 1px solid #fbfbfb !important;
}

.login-box.signup input {
  background: #be1d2c;
}

.login-box.signup input::placeholder {
  color: #666666;
  font-weight: 500;
}

.by-creating {
  margin-bottom: 20px;
}

.login-sec:before {
  content: "";
  position: absolute;
  background-image: url(../images/account-before.png);
  width: 760px;
  height: 800px;
  background-size: contain;
  z-index: -1;
  right: 0;
}
.login-box.chg {
    background: #8d7766;
}
.login-box.chg h2 {
    color: #fff;
}
.login-box.chg input {
    background: none;
    border: 1px solid #a18f81;
    color: #e8e4e0;
}
.login-box.chg input::placeholder {
   
    color: #e8e4e0;
}

/*Login Sign Up End */



/* Inner Shop Start */

.range-text {
    display: flex;
    justify-content: center;
    position: relative;
}

.right-side-top {
    border-radius: 5px;
    padding: 20px 10px;
    background-color: #f3f3f3;
}

.right-side-top select {
    width: 100%;
    padding: 13px 10px;
    border: 1px solid transparent;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    appearance: auto;
    line-height: 60px;
    color: #000;
}

.showing-icon>select {
    width: 50%;
}

.showing-icon>.product-select {
    width: 85%;
}

.showing-icon>p {
    width: 15%;
}

.right-side-top p {
    margin: 0;
    font-size: 14px;
    color: #101010;
    font-weight: 600;
}
.show-prg-num a {
    font-size: 16px;
    font-weight: 500;
    color: #9e9b9b;
    padding: 0 4px;
    transition: 0.5s;
}

.show-prg-num p {
    font-size: 16px;
}

.show-prg-num {
    gap: 10px;
}

.show-prg-num a:hover {
    color: #8d7766;
}


.showing-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.showing-icon a {
    margin-top: 19px;
    padding: 0 13px;
    color: var(--black);
}

section.collection-side {
    padding: 100px 0px;
    position: relative;
}

img.bk-2.prd-pg-2 {
    bottom: 20%;
}

img.bk-1.prd-pg-1 {
    right: -5%;
    bottom: 15%;
}

.product-bar-txt h5 {
    /* color: var(--white); */
    font-size: 23px;
}

.product-bar form {
    position: relative;
}

.product-bar {
    width: 90%;
    height: 100%;
}

.range-bg-space {
    padding: 25px;
    border-radius: 5px;
    background-color: #f3f3f3;
}

.grid-view {
    position: relative;
    display: inline-block;
}

.grid-view .tooltip {
    position: absolute;
    bottom: 120%;
    left: 50%;
    transform: translateX(-50%);
    background: #8d7766;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 4px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.grid-view:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

.grid-view .tooltip::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-width: 5px;
    border-style: solid;
    border-color: #8d7766 transparent transparent transparent;
}

.range-slider {
    width: 100%;
    margin-top: 46px;
    position: relative;
}

.range-slider input {
    border: none;
}

.left-side-one {
    width: 55px;
}

:root {
    --primary-color: #101010;
    /* Black for fill */
    --secondary-color: #e5e7eb;
    /* Light gray for background track */

}

.show-top {
    gap: 10px;
    display: flex;
    font-size: 14px;
    margin-top: 50px;
    font-weight: 500;
    align-items: center;
    justify-content: flex-start;
}

.range-slider .rangeValues {
    width: 100%;
    display: block;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 500;
    color: #313131;
}

/* The custom fill track (the black part between the thumbs) is created using a pseudo-element on the parent */
.range-slider::before {
    content: '';
    height: var(--track-height);
    background: var(--black);
    /* Black color for the active range */
    position: absolute;
    top: 25px;
    /* Adjust to center vertically */
    left: 0;
    right: 0;
    z-index: 1;
    /* Use custom properties updated by JS to control the black fill width and position */
    left: var(--min-val);
    right: calc(100% - var(--max-val));
}

/* The overall light gray track (unselected area) */
.slider-track {
    position: absolute;
    top: 25px;
    /* Center vertically */
    width: 100%;
    height: var(--track-height);
    background: var(--secondary-color);
    /* Light gray for inactive range */
    border-radius: 3px;
    z-index: 0;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    position: absolute;
    left: 0;
    border: none;
    padding: 0;
    height: var(--track-height);
    top: 25px;
    /* Align with the track and pseudo-element */
    margin: 0;
    background: none;
    /* Crucial: make input background transparent */
    pointer-events: none;
    /* Allow interaction through the input track */
    z-index: 3;
    /* Ensure thumbs are above the fill */
}

/* Make the input tracks transparent so we can see the background track and fill */
.range-slider input[type=range]::-webkit-slider-runnable-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

.range-slider input[type=range]::-moz-range-track {
    background: transparent;
    height: var(--track-height);
    border: none;
}

/* Style for the thumb (the dot) */
.range-slider input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    position: relative;
    z-index: 4;
    /* Ensure thumbs are clickable */
    pointer-events: all;
    /* Make thumbs clickable */
    margin-top: calc((var(--thumb-size) - var(--track-height)) / -2);
    /* Center thumb vertically */
}

.range-slider input[type=range]::-moz-range-thumb {
    -moz-appearance: none;
    height: var(--thumb-size);
    width: var(--thumb-size);
    border-radius: 50%;
    background: var(--primary-color);
    cursor: pointer;
    z-index: 4;
    pointer-events: all;
    border: none;
}

/* Value Popups (The black tags $15 and $500 in the image) */
.range-slider .rangeValues {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
    position: relative;
    z-index: 5;
    top: -20px;
}

.value-popup {
    position: absolute;
    top: -10px;
    background-color: var(--primary-color);
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    /* Transition for smooth movement */
    transition: left 0.1s ease;
}

.value-popup::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #8d7766;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
}


.range-bg-space h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}


.product-bar1 a {
    display: block;
    color: #2c2c2c;
    font-size: 16px;
    line-height: 35px;
    border-bottom: 1px solid #d3d4d7;
    margin-bottom: 16px;
    padding-bottom: 10px;
    padding-left: 20px;
    transition: 0.5s;
    font-weight: 600;
    font-family: "Montserrat", serif;
}

.product-bar1 {
    padding: 20px;
    margin-top: 25px;
    border-radius: 5px;
    background-color: #f3f3f3;
    box-shadow: 0px 0px 33px 0px rgba(0, 0, 0, 0.07);
}

.product-bar1 h5 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.product-bar1 a:hover {
    padding-left: 25px;
    color: #8d7766;
    font-weight: 700;
}

.confidence-in-every-strand-sec.inner {
    margin-bottom: 100px;
}

.grid-view {
    /* display: flex; */
    /* gap: 15px; */
    /* color: var(--black); */
    /* position: relative; */
}

.grid-view>a {
    font-size: 19px;
    width: 25px;
    height: 25px;
    transform: rotate(90deg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #ff7f00;
    overflow: hidden;
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.pro-grid-view .w-full {
    width: 50%;
}

.pro-grid-view .w-full {
    width: 50%;
}

.grid-view>a:hover {
    color: var(--white);
    transition: ease-in-out;
    transition-duration: 0.2s;
}

.collection-side .premium-products-silder-items {
    margin: 20px 0;
}

.grid-view p {
    color: #ff7f00;
}

.grid-view:hover .grid-view-badge {
    display: block;
}

.grid-view-badge {
    position: absolute;
    top: -40px;
    left: 0;
    padding: 10px;
    background: #ff7f00;
    border-radius: 5px;
    z-index: 9;
    display: none;
}

.grid-view-badge::before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20px;
    height: 10px;
    background-color: #ff7f00;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
}

.grid-view-badge h6 {
    font-size: 12px;
    line-height: 1;
    color: var(--white);
    font-family: 'Poppins';
    font-weight: 600;
    margin: 0;
}

.large-grid-view-class .col-lg-4 {
    width: 50%;
}

.list-view-class .col-lg-4 {
    width: 100%;
}

.row.product-grid.grid-view-class .col-lg-4 {
    width: 33%;
}

.view-grid1 {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 18px;
}

.view-grid1 a i {
    color: #3c454e;
}
.view-grid1 a i:hover {
  color: #8d7766;
}
.range-slider {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.slider-track {
    position: absolute;
    top: 35px;
    width: 100%;
    height: 6px;
    background: #e5e7eb;
    border-radius: 3px;
    z-index: 1;
}

.range-slider input[type="range"] {
    position: absolute;
    top: 30px;
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    z-index: 2;
}

.range-slider input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 18px;
    width: 18px;
    background: black;
    border-radius: 50%;
    cursor: pointer;
    margin-top: -6px;
}

.value-popup {
    position: absolute;
    top: 0;
    background: #8d7766;
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    white-space: nowrap;
}

.show-top {
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
    font-size: 14px;
    color: #6b7280;
}

/* Filled bar between thumbs */
.range-slider::before {
    content: '';
    position: absolute;
    height: 6px;
    top: 35px;
    background: black;
    border-radius: 3px;
    z-index: 1;
}


.range-slider input::-webkit-slider-thumb {
    background: #8d7766 !important; /* Blue color */
}

/* Inner Shop Ends */

/* Inner Shop Detail Start */

section.product-detail {
    padding: 100px 4%;
}

.product-detail .productdetailportion {
    height: 820px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 2px;
    justify-content: center;
}
.productdetailfor .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.productdetailnav .slick-slide {
    margin: 0 10px;
    cursor: pointer;
}

.productdetailsmallportion {
    width: 100%;
    display: flex;
    height: 170px;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
}

.productdetailsmallportion img {
    width: 100%;
    height: 170px;
    transition: 0.3s;
    object-fit: cover;
    border-radius: 5px;
}
.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    position: relative;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10px;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    background-color: var(--white);
    z-index: -1;
}

.productdetailnav .slick-slide.slick-current .productdetailsmallportion {
    border-radius: 5px;
}
.product-content .top-section h6 {
    font-size: 40px;
    margin-bottom: 15px;
    font-family: "Cinzel", serif;
    font-weight: 400;
}

.product-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-content ul li {
    margin-right: 5px;
    font-size: 17px;
    color: black;
    font-weight: 600;
}

.product-content ul li i.fas.fa-star {
    color: #d9a253;
}
.product-content hr {
    margin: 20px 0;
    border-color: #eee;
}

.row.flexEnd.price_rev ul {
    display: flex;
}

.row.flexEnd.price_rev p {
    font-size: 17px;
    color: black;
    font-weight: 600;
    font-size: 17px;
}

.brand p {
    color: #666;
    line-height: 1.6;
}

.product-detail .slick-active {
    opacity: 1;
}

.product-detail .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 8px 10px;
}

ul.brand h3 {
    color: #00000082;
    font-size: 22px;
    padding: 20px 0 20px 0;
    text-decoration: line-through;
}



.quanity.product-detail span#number {
    width: 60px;
    text-align: center;
    font-size: 22px;
    font-family: "Cinzel", serif;
}
.quanity.product-detail span#plus {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
        font-family: "Cinzel", serif;
}
.quanity.product-detail span#minus {
   width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
        font-family: "Cinzel", serif;
}


















.price_rev {
    margin-bottom: 15px;
}
ul.brand h2 {
    line-height: 1;
    font-size: 35px;
    font-weight: 600;
    padding: 0 0 10px 0;
    font-family: "Cinzel", serif;
    color: #1c1c1c;
}

ul.brand h4 {
    font-size: 18px;
    margin: 15px 0px;
    text-transform: uppercase;
    color: #1d1d1d;
    font-family: "Cinzel", serif;
}
ul.brand p {
    padding: 0 0 10px 0;
}
p.availability {
    color: #1d1d1d;
    font-family: "Cinzel", serif;
    font-size: 18px;
}
.quanity.product-detail div {
    gap: 10px;
    display: flex;
    align-items: center;
    margin: 0px 0px 20px;
    border-radius: 0 !important;
    justify-content: flex-start;
}

.quanity.product-detail .num-block.skin-2 .num-in,
.quanity.product-detail .num-block.skin-2 {
    gap: 0;
    margin-bottom: 0px;
}

.quan-count {
    height: 60px;
    width: 140px;
    display: flex;
    padding: 0px 10px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #cbcbcb;
}

.sku {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin-top: 15px;
}
.sku p {
    font-size: 17px;
    font-weight: 600;
    padding: 0 0 10px 0;
    color: var(--headingColor2);
}

.sku span {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

ul.share-icon {
    gap: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
ul.share-icon li {
    font-size: 17px;
    font-weight: 600;
    color: var(--headingColor2);
}

.sku p {
    margin-bottom: 5px;
    color: #1d1d1d;
    font-family: "Cinzel", serif;
}



.sku p.position-relative {
    top: 10px;
}

ul.share-icon a {
    width: 40px;
    height: 40px;
    display: flex;
    opacity: 0.5;
    font-size: 16px;
    border-radius: 50%;
    align-items: center;
    transition: ease-in-out;
    justify-content: center;
    transition-duration: 0.5s;
    color: #858585;
    border: 1px solid #858585;
}

ul.share-icon a:hover {
    opacity: 1;
    color: #fff;
    transition: ease-in;
    transition-duration: 0.5s;
    background-color: #8f7968;
}


.prod-detail-description .rating:not(:checked)>input {
    position: absolute;
    -webkit-appearance: none;
}

.prod-detail-description .rating:not(:checked)>label {
    float: right;
    cursor: pointer;
    font-size: 30px;
    color: #666;
}

.prod-detail-description .rating:not(:checked)>label:before {
    content: "Ã¢Ëœâ€¦";
}

.prod-detail-description .rating>input:checked+label:hover,
.prod-detail-description .rating>input:checked+label:hover~label,
.prod-detail-description .rating>input:checked~label:hover,
.prod-detail-description .rating>input:checked~label:hover~label,
.prod-detail-description .rating>label:hover~input:checked~label {
    color: #e58e09;
}

.prod-detail-description .rating:not(:checked)>label:hover,
.prod-detail-description .rating:not(:checked)>label:hover~label {
    color: #ff9e0b;
}

.prod-detail-description .rating>input:checked~label {
    color: #ffa723;
}

.price_rev .col-6 {
    width: fit-content;
}

/* Rating Stars */

.prod-detail-description {
    position: relative;
    padding: 0 4% 100px;
}

.prod-detail-description .nav-tabs .nav-link {
    padding: 15px;
    font-size: 25px;
    font-weight: 500;
    width: fit-content;
    margin-right: 10px;
    background: transparent;
    text-transform: uppercase;
    color: #1e1e1f;
    border-radius: 0 !important;
    font-family: "Cinzel", serif;
}

.prod-detail-description .nav-tabs .nav-link.active, .prod-detail-description .nav-tabs .nav-item.show .nav-link {
    border: 0;
    border-bottom: 3px solid #8f7968 !important;
}

.prod-detail-description .nav-tabs .nav-link:hover,
.prod-detail-description .nav-tabs .nav-link:focus {
    border: 0;
   border-bottom: 3px solid #8f7968 !important;
}

.prod-detail-description .nav-tabs {
    margin-bottom: 15px;
    border: 0;
    border-bottom: 1px solid #dee2e6;
}

.prod-detail-description .prd-review-input label {
    font-size: 16px;
    color: var(--black);
    font-weight: 600;
    text-transform: capitalize;
}

.prod-detail-description .prd-review-input input {
    width: 100%;
    height: 50px;
    padding: 0 10px;
    font-size: 16px;
    color: #cbcbcb;
    font-weight: 500;
    border: 1px solid #cbcbcb;
    margin: 5px 0 20px;
    background-color: transparent;
}

.prod-detail-description .prd-review-input input::placeholder,
.prod-detail-description .prd-review-input textarea::placeholder {
    color: var(--black);
    font-weight: 600;
    font-size: 16px;
}

.prod-detail-description .prd-review-input textarea {
    width: 100%;
    height: 200px;
    padding: 13px;
    margin: 5px 0 0;
    color: #cbcbcb;
    font-size: 16px;
    font-weight: 600;
    resize: none;
    background-color: transparent;
    border: 1px solid #cbcbcb;
}

.prod-detail-description .rating-stars input {
    width: auto !important;
    height: auto;
    border: 0;
}

.prod-detail-description .rating-stars {
    display: inline-grid;
    justify-items: baseline;
}

.prod-detail-description .rating {
    display: block;
    /* align-items: center; */
    /* justify-content: flex-start; */
    /* gap: 5px; */
    margin: 20px 0;
    float: left;
}

.prod-detail-description .prd-review-input.give-review h4 {
    font-size: 30px;
    color: var(--black);
    text-transform: uppercase;
}


.rating-stars button {
    border: none;
}

.prod-detail-description .client-review-box {
    box-shadow: 0 0 5px 1px #989898;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.prod-detail-description ul.client-list-review {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px;
}

.prod-detail-description ul.client-list-review li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.prod-detail-description ul.client-list-review img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
    box-shadow: 0 0 5px 1px #989898;
}

.prod-detail-description ul.client-list-review h5 {
    font-size: 24px;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-family: "Cinzel", serif;
}

.prod-detail-description ul.client-list-review h6 {
    font-size: 16px;
    color: #666;
     font-family: "Cinzel", serif;
}

.prod-detail-description ul.client-list-review li i {
    font-size: 20px;
    color: #c78b1b;
}

.prod-detail-description .client-info {
    margin-left: 15px;
}



.prod-detail-description .prd-det-review-form .row {
    align-items: center;
}

.prod-detail-description .prd-det-discription-content p {
    margin-bottom: 20px;
}

.prod-detail-description .prd-det-additional-content p {
    text-align: justify;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 10px;
}

.prod-detail-description .prd-det-discription-content ul li p {
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: "Cinzel", serif;
    color: #0e0e0f;
}

ul.disc-list li {
    margin: 10px 0;
}



.product-detail1 .skin-2 .num-in {
    height: 50px;
    width: 150px;
    float: left;
    display: flex;
    border-radius: 25px;
    cursor: pointer;
    align-items: center;
    position: relative;
}

.product-detail1 .skin-2 .num-in span:before,
.product-detail1 .skin-2 .num-in span:after {
    opacity: 1;
    content: '';
    position: absolute;
    background-color: var(--black);
    height: 2px;
    width: 10px;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -5px;
}

ul.disc-list li img {
    width: 15px;
    height: 15px;
    object-fit: contain;
}

section.inner_gift_sec1 .about_text h3 {
    font-size: 44px;
}

.product-detail1 .skin-2 .num-in span.plus:after {
    transform: rotate(90deg);
    opacity: 1;
}

ul.disc-list li {
    display: flex;
    align-items: center;
    gap: 10px;
}
ul.disc-list {
    margin-bottom: 20px;
}



/* Inner Shop Detail Ends */



