/* Google fonts_link */
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Krona+One&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
/* Google fonts_link */

/* Icons Library */
@import url("https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css");
@import url("https://netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/* Icons Library */
@import url("../css/bootstrap.css");
@import url("../css/animate.css");
@import url("../css/jquery.fancybox.min.css");
@import url("../css/slick.css");
@import url("../css/xicon.css");
@import url("../css/variables.css");
@import url("../css/mobile-nav.css");

/* Customs_fonts */
@import url(../fonts/rosiebrown/stylesheet.css);
@import url(../fonts/signatie/stylesheet.css);

.krona-one-regular {
  font-family: "Krona One", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  color: black;
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}

::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}

::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

body {
  font-family: var(--base-font-family);
  color: var(--default-color);
  font-size: var(--base-font-size);
    overflow-x: hidden;
}

.ff-primary {
  font-family: var(--base-font-family);
}

.ff-secondary {
  font-family: var(--secondary-font-family);
}

.fc-primary {
  color: var(--primary-color);
}

.fc-secondary {
  color: var(--secondary-color);
}

.fc-dark {
  color: var(--dark-color);
}

.fc-lite {
  color: var(--lite-color);
}

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

h1,
.h1,
h2,
.h2 {
  font-family: var(--heading-font-family-primary);
}

h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: var(--secondary-font-family);
}

h2,
.h2 {
  font-size: 6.7vmin;
}

h3,
.h3 {
  font-size: var(--font-size-h3);
}

h4,
.h4 {
  font-size: var(--font-size-h4);
}

h5,
.h5 {
  font-size: var(--font-size-h5);
}

h6,
.h6 {
  font-size: var(--font-size-h6);
}

p {
  font-size: var(--base-font-size);
}

p {
  font-weight: 400;
  line-height: 22px;
  padding: 0 0 20px;
  margin: 0px;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}

.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pl-0 {
  padding-left: 0px;
}

.pr-0 {
  padding-right: 0px;
}

.m-0 {
  margin: 0;
}

.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.ml-0 {
  margin-left: 0px;
}

.mr-0 {
  margin-right: 0px;
}

p strong {
  color: black;
}

p span {
  color: black;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

img {
  border: 0px;
  outline: none;
}

/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}

.relative {
  position: relative;
}

h2,
.h2 {
  color: #333333;
  /* line-height: 1; */
  font-weight: 600;
  padding: 0 0 15px 0;
  position: relative;
  /* letter-spacing: -1px; */
}

h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}

.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}

.list-simple li {
  color: #0f0b1f;
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* Theme Button css */

.themebtn:hover {
  background: var(--primary-color);
  transform: translate(0px, -10px);
  color: var(--bg-dark);
}

.themebtn {
  background: white;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s ease-in-out;
  padding: 16px 50px;
  font-size: 18px;
  color: var(--headings-color);
  font-family: "Montserrat";
  font-weight: 600;
  box-shadow: 0 0 8px #7977778a;
  border-radius: 9px;
}

.darkthemebtn {
  background: var(--primary-color);
  color: white;
}

.darkthemebtn:hover {
  background: var(--secondary-color);
  color: black;
}

a.Outline---Btn {
  border: 1px solid #0000009c;
  color: black;
  padding: 12px 20px;
}

/* Theme Button css */
.theme-btn.primary-btn {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  background: var(--primary-color);
  color: white;
  padding: 10px 40px;
  font-size: 17px;
  border-radius: 41px;
  z-index: 9;
  border: 2px solid transparent;
  font-family: "Lora";
  position: relative;
}

.theme-btn.secondary-btn {
  display: inline;
  width: fit-content;
  background: var(--primary-color);
  color: white;
  padding: 10px 40px;
  position: relative;
  font-size: 17px;
  border-radius: 10px 0px 10px 10px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}

.theme-btn.primary-btn:hover,
a.theme-btn.secondary-btn:hover {
  background: transparent;
  border-color: var(--primary-color);
  color: var(--primary-color);
  text-decoration: none;
  transform: translate(0px, -10px);
}
a.theme-btn.primary-btn::before {
  content: "";
  width: 0;
  height: 0;
  background: white;
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  z-index: -1;
  transition: all 0.3s ease-in-out;
}

a.theme-btn.primary-btn:hover:before {
  width: 100%;
  height: 100%;
}

a.theme-btn.primary-btn:hover {
  color: var(--primary-color);
}

.theme-btn.secondary-btn:hover:before {
  background: var(--primary-color);
}
/* theme css End */
/* Header Custom Styles */
.nav-bar a.theme-btn.primary-btn i {
  margin: 0 16px 0 0;
}
.site-header {
  width: 100%;
  background: transparent;
  font-family: "Montserrat", Arial, sans-serif;
  position: absolute;
  z-index: 1000;
}
.site-header .top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 7px 40px;
  background: #a36b3a;
  color: #fff;
  font-size: 16px;
}
.site-header .top-tag {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
}
.site-header .contact-info span {
  margin-right: 25px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.site-header .social-icons a {
  color: #fff;
  margin-left: 12px;
  font-size: 18px;
  transition: color 0.2s;
}
.site-header .social-icons a:hover {
  color: #222;
}
.site-header .nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 1px;
  background: transparent;
}
.site-header .logo img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.site-header .logo a{
  height: 200px;
  width: 200px;
display: inline-block;
}
.site-header .main-nav ul {
  display: flex;
  gap: 24px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.signup-btn.vendor-btn {
  position: relative;
}
.signup-btn.vendor-btn a{
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
  display: inline-block;
}
a.theme-btn.primary-btn.sign_up_respon{
    display: none;
}
.signup-btn.vendor-btn a:hover {
  color: #a36b3a;
}
.signup-btn.vendor-btn:hover .dropdown-menu {
  display: block;
}
.signup-btn.vendor-btn .dropdown-menu {
  display: none;
  position: absolute;
  top: 42px;
  left: 0;
  background: #fff;
  min-width: 190px;
  box-shadow: 0 4px 16px #0002;
  border-radius: 8px;
  z-index: 99;
}
.signup-btn.vendor-btn .dropdown-menu li a {
  color: #222;
  padding: 10px 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
}
.signup-btn.vendor-btn .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #a36b3a;
}

.nav-bar {
    position: relative;
}

.menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
}
.site-header .main-nav ul li {
  position: relative;
}
.site-header .main-nav ul li a {
  color: white;
  font-size: 17px;
  font-weight: 500;
  text-decoration: none;
  padding: 6px 0;
  transition: color 0.2s;
  display: inline-block;
}
.site-header .main-nav ul li a:hover {
  color: #a36b3a;
}
.site-header .main-nav .dropdown:hover .dropdown-menu {
  display: block;
}
.site-header .main-nav .dropdown-menu {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #fff;
  min-width: 160px;
  box-shadow: 0 4px 16px #0002;
  border-radius: 8px;
  z-index: 99;
}
.site-header .main-nav .dropdown-menu li a {
  color: #222;
  padding: 10px 18px;
  font-size: 16px;
  display: block;
  border-bottom: 1px solid #eee;
}
.site-header .main-nav .dropdown-menu li:last-child a {
  border-bottom: none;
}
.site-header .main-nav .dropdown-menu li a:hover {
  background: #f5f5f5;
  color: #a36b3a;
}
/* .site-header .signup-btn .theme-btn {
    background: #a36b3a;
    color: #fff;
    padding: 10px 32px;
    border-radius: 24px;
    font-size: 17px;
    font-weight: 600;
    border: none;
    transition: background 0.2s;
    box-shadow: 0 2px 8px #a36b3a33;
}
.site-header .signup-btn .theme-btn:hover {
    background: #222;
    color: #fff;
} */
/* Header Custom Styles End */

/* Banner Css begin */
.banner-area {
  position: relative;
}

.ban-img {
  width: 100%;
  height: 1280px;
}

.ban-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 999;
  position: relative;
}

.banner-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*top: 45%;*/
  /*left: 15%;*/
  /*bottom: 50%;*/
  /*transform: translate(-6%, -50%) !important;*/
  /*width: 960px;*/
  /*height: 620px;*/
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
    margin: -30px 0px 0px 0px;
  z-index: 999;
}

.banner-content h3 {
  font-size: 20px;
  font-family: poppins;
  color: white;
  font-weight: 300;
  text-transform: uppercase;
}

.banner-content h2 {
  font-size: 65px;
  color: white;
  text-transform: capitalize;
  font-family: lora;
  font-weight: 700;
  line-height: normal;
  margin: 0 !important;
  padding: 0 !important;
}

.banner-content p {
  font-size: 20px;
  font-family: "Poppins";
  color: #333;
  font-weight: 300;
}
.banner-content h2 span {
  color: var(--primary-color);
}
.banner-area marquee {
  font-size: 220px;
  font-family: "Lora";
  -webkit-text-stroke: 2px #373737;
  color: transparent;
  position: absolute;
  bottom: 55px;
  z-index: 999;
  text-transform: uppercase;
  background: linear-gradient(90deg, #fffefc 0%, #000000 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* Banner Css end */

/* Who we are section css begin */
.section-title h5 {
  font-size: 20px;
  font-family: "Poppins";
  text-transform: uppercase;
  color: #333;
  font-weight: 300;
}

.section-title p {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  padding: 0 70px 40px 0;
}

.section-title h2 {
  font-size: 55px;
  font-weight: 400;
  line-height: 70px;
  color: #000000;
  font-family: "Lora";
}

.left-content h2 {
  font-family: "Lora", Sans-serif;
  font-size: 35px;
  font-weight: bold;
  line-height: 50px;
  color: var(--primary-color);
}

.left-content p {
  font-family: "Poppins", Sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}

.left-content h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 50px;
  color: #000000;
}

.left-content h3 span {
  font-size: 60px;
  font-weight: bold;
  line-height: 50px;
  color: var(--primary-color);
  display: block;
}

section.who-we-are {
  padding: 100px 0 100px 0;
}
/* Who we are section css end */

/* Our Collection css begin */
.collection-box-main {
  position: relative;
  margin: 0 40px;
}

.collection-img {
  height: 470px;
  width: 100%;
  border-radius: 18px;
  overflow: hidden;
}

.collection-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.collection-content {
  position: absolute;
  bottom: 0;
  background: white;
  width: 60%;
  left: 50%;
  right: 50%;
  transform: translate(-50%, -13px);
  text-align: center;
  border-radius: 20px;
  padding: 0px 15px 0px 15px;
}

.collection-content::before {
  position: absolute;
  content: "";
  width: 200px;
  height: 200px;
  background: white;
  border-radius: 199%;
  top: -100px;
  left: 50%;
  right: 50%;
  transform: translate(-50%, 10px);
}

.collection-content span {
    background: var(--primary-color);
    z-index: 99999;
    position: relative;
    width: 50px;
    display: inline-block;
    height: 50px;
    border-radius: 100%;
    font-size: 30px;
    color: white;
    /* line-height: 55px; */
    transform: rotate(-25deg);
}

.collection-content h2 {
  font-family: "Lora";
  font-size: 25px;
  font-weight: bold;
  color: #000000;
  padding: 20px 0 20px 0;
}

.collection-content p {
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #333;
}

.collection-content h4 {
  font-family: "Lora";
  font-size: 20px;
  font-weight: 600;
  color: #a67146;
}

.collection-box-main:hover .collection-img img {
  transform: scale(1.3);
}

.collection-box-main:hover .collection-content,
.collection-box-main:hover .collection-content::before {
  background: var(--primary-color);
  color: white;
}

.collection-box-main:hover .collection-content span {
  color: var(--primary-color);
  background: white;
}

.collection-box-main:hover .collection-content h2,
.collection-box-main:hover .collection-content p,
.collection-box-main:hover .collection-content h4 {
  color: white;
}
.collection-slider button.slick-prev.slick-arrow {
  position: absolute;
  top: -120px;
  width: 23px;
  left: 70%;
  right: 50%;
  transform: translate(-50%, 10px);
  font-size: 0;
  border: 0;
}

.collection-slider button.slick-prev.slick-arrow::before {
  position: absolute;
  content: "<";
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  font-size: 30px;
  line-height: 36px;
  border-radius: 40px;
}

.collection-slider button.slick-next.slick-arrow {
  position: absolute;
  top: -120px;
  left: 73%;
  right: 50%;
  transform: translate(-50%, 10px);
  font-size: 0;
  border: 0;
}

.collection-slider button.slick-next.slick-arrow::before {
  position: absolute;
  content: ">";
  width: 40px;
  height: 40px;
  background: var(--primary-color);
  color: white;
  font-size: 27px;
  line-height: 38px;
  border-radius: 40px;
}
section.our-collection.py-5 {
  overflow: hidden;
}
/* Our Collection css end */

/* experience beauty css begin */
section.experience-beauty .section-title {
  text-align: center;
}

section.experience-beauty {
  padding: 100px 0 350px 0;
  background: url(../images/bg-shape.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
.beauty-box-main {
  transition: all 0.6s ease;
  position: relative;
}

.beauty-box-main .beauty-img {
  height: 407px;
  border-radius: 19px;
  overflow: hidden;
}

.beauty-content {
  position: absolute;
  background: #a6714663;
  backdrop-filter: blur(8px);
  bottom: 0;
  width: 88%;
  height: 88%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 0 0 20px;
  border-radius: 11px;
  left: 50%;
  right: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  border: 1px solid white;
  transition: all 0.6s ease;
}

.beauty-content h2 {
  font-family: "Lora", Sans-serif;
  font-size: 25px;
  font-weight: 600;
  color: white;
}

.beauty-content p {
  font-size: 16px;
  color: white;
  padding: 0;
}

.beauty-content a {
  font-size: 28px;
  color: white;
}

.beauty-box-main:hover .beauty-content {
  transform: translate(-50%, -50%) scale(1);
}

.beauty-box-main:hover {
  transform: translate(0px, -10px);
}
h2.light-title.pt-5 {
  color: white;
  font-family: lora;
  font-size: 50px;
}

.content p {
  font-size: 22px;
  color: white;
  padding: 20px 0 50px 0;
  font-family: "Lora";
}

/* experience beauty css end */

/* crafted section css begin */
.craft-box {
  background: white;
  box-shadow: 0 0 20px #00000017;
  margin: 60px 0px;
  padding: 48px 30px;
  border-radius: 130px;
  text-align: center;
  transition: all 0.6s ease;
}

.craft-box h2 {
  font-family: "Lora";
  font-size: 25px;
  font-weight: 400;
  color: #000000;
  padding: 0;
}

.craft-box:hover {
  background: url(../images/bg-craftbox.png);
  transform: translate(0px, -10px);
}
.craft-box:hover h2 {
  color: white;
}
.craft-box:nth-child(2) {
  margin: 0 160px 0 -160px;
}
section.craft-creativity {
  padding: 0 0 190px 0;
  position: relative;
}

section.craft-creativity .container-fluid {
    padding: 0 90px 0 0;
}
.crafted-left-img {
  position: absolute;
  top: 190px;
}

.crafting-point {
  padding: 80px 0 0 0;
}

.craft-box p {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 15px;
  font-weight: 500;
  font-family: "Poppins", Sans-serif;
}
.craft-box:hover p {
  color: white;
}
/* crafted section css end */

/* blogs css begin */
.blog-img {
  height: 282px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.blog-content h3 i {
  margin: 0 10px 0 0;
}

.blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.blog-img span {
  position: absolute;
  top: 11px;
  z-index: 99;
  width: 80px;
  height: 80px;
  background: var(--primary-color);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: normal;
  border-radius: 100%;
  left: 11px;
  color: white;
}

.blog-content h2 {
  font-size: 30px;
  font-family: "Lora";
  padding: 0;
}

.blog-main {
  border: 1px solid #3333;
}

.blog-content {
  padding: 20px 0 20px 20px;
}

.blog-content h5 {
  padding: 10px 0 10px 0;
  font-size: 14px;
}

.blog-content h5 i {
  margin: 0 9px 0 0;
}

.blog-content h3 {
  font-size: 20px;
  font-family: "Lora";
  color: var(--primary-color);
  padding: 0 0 30px 0;
}

.blog-main:hover .blog-img img {
  transform: scale(1.3);
}

section.blogs-sec .section-title {
  text-align: center;
}

section.blogs-sec {
  padding: 10px 0 80px 0;
}
/* blogs css end */

/* contact us section css begin */
/* Contact Section Custom Styles */

.contact-section .form-control {
  border-radius: 8px;
  border: 1px solid #ddd;
  font-size: 17px;
  padding: 12px 16px;
}
.contact-section .input-group-text {
  border-radius: 0 8px 8px 0;
  border: 1px solid #ddd;
  border-left: 0;
}
.contact-section textarea.form-control {
  resize: none;
}

/* contact us section css end */
/* news letter css begin */
.news-letter {
  padding: 142px 0 18px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background: url("assets/images/bg-shape2.png");
}

.news-letter .section-title h2,
.news-letter .section-title h5 {
  color: white;
}

.news-letter .section-title h2 {
  font-size: 37px;
}

.group-form {
  position: relative;
}

.group-form input {
  width: 100%;
  background: #af7f58;
  border: none;
  color: white;
  height: 53px;
  border-radius: 40px;
  padding: 0 0 0 20px;
  text-transform: capitalize;
  font-family: "Montserrat";
}

.group-form button {
  position: absolute;
  right: 00;
  bottom: 0;
  height: 53px;
  font-size: 16px;
  background: white;
  border: none;
  border-radius: 50px;
  padding: 0 29px;
}

.group-form input::placeholder {
  color: white;
}
/* news letter css end */

/* Footer Css begin */
.footer_logo{
    width: 180px;
}
.site-footer {
  background: #000;
  color: #fff;
  font-family: "Lora", serif;
  padding: 50px 0 0 0;
}
.site-footer .footer-title {
  font-size: 22px;
  color: #fff;
  width: fit-content;
  padding-top: 10px;
  position: relative;
}
.site-footer ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  transition: color 0.2s;
}
.site-footer ul li a:hover {
  color: #a36b3a;
}
.site-footer .footer-social {
  background: #a36b3a;
  color: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background 0.2s, color 0.2s;
}
.site-footer .footer-social:hover {
  background: #fff;
  color: #a36b3a;
}
.site-footer .footer-divider {
  border-color: #a36b3a;
  opacity: 1;
}
ul.list-unstyled li {
  font-family: "Lora";
  font-size: 15px;
  margin: 0 0 17px 0;
}

ul.list-unstyled li i {
  margin: 0 11px 0 0px;
  font-size: 16px;
}
.site-footer .footer-title::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 2px;
  background: var(--primary-color);
  top: 0;
}
/* Footer Css end */

/* about css begin */
.inner-banner .ban-img {
  height: 930px;
}

.inner-banner .banner-content {
    width: 40%;
  height: 280px;
  top: 54%;
  left: 15%;
  bottom: 50%;
  transform: translate(-6%, -50%) !important;
}
/* about css end */

/* shop css begin */
.showing-result-filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.result-products ul {
  display: flex;
  gap: 11px;
  padding: 0;
}

.filter-sort select {
  padding: 10px 25px 10px 6px;
  border: 1px solid #3333;
  border-radius: 5px;
  font-size: 15px;
}

.result-products ul li a {
  color: black;
}

.product-content h2 {
  font-family: "Lora";
  color: black;
  font-size: 20px !important;
  padding: 11px 0 8px 0;
}

.product-content h4 {
  font-family: "Lora";
  color: var(--primary-color);
  font-size: 20px !important;
  padding: 0 0 20px 0;
}

.product-content {
  padding: 0 0 0 10px;
}

.product-main {
  margin: 10px;
}

.product-img {
  height: 280px;
  width: 100%;
  overflow: hidden;
}

.product-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s ease;
}

.product-main:hover .product-img img {
  transform: scale(1.3);
}
section.shop-sec {
  padding: 30px 0 100px 0;
}
.bread-list a {
  color: black;
}
.shop .shop-shorter {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* shop css end */

/* how it works css begin */
section.how-it-works .section-title h2 {
  font-size: 34px;
  margin: 0 !important;
  padding: 0 !important;
}

section.how-it-works .section-title p {
  font-size: 16px;
}

section.how-it-works .section-title {
  text-align: center !important;
}
.how-it-work-content-box ul li {
  list-style: disc;
  text-align: left;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.how-it-work-content-box {
  box-shadow: 0 0 8px #655f5f82;
  border-radius: 31px;
  padding: 28px 42px 2px 20px;
  height: 215px;
}

section.how-it-works {
  padding: 30px 0 120px 0;
}

.how-it-work-content-box h2 {
  text-align: center;
  font-family: "Lora", Sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #a67146;
}

.how-it-work-content-box p {
  padding: 20px 0 30px 0;
  text-align: center;
  font-family: "Poppins", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
/* how it works css end */
canvas#signature-pad {
  cursor: pointer !important;
}
form.vendor-form.bg-white.p-4.p-md-5.rounded.shadow-sm {
  box-shadow: 0px 1px 10px #0000002e !important;
  border-radius: 39px !important;
}
/********** Responsive **********/
@media only screen and (min-width: 768px) {
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 991px) {
  .article-title {
    font-size: 1.5rem;
  }
  .article-sidebar {
    padding: 18px 10px;
  }
}

@media only screen and (max-width: 767px) {
}

@media (max-width: 600px) {
  .site-header .top-bar,
  .site-header .nav-bar {
    /*flex-direction: column;*/
    /*align-items: flex-start;*/
    /*padding: 10px 8px;*/
  }
  .site-header .main-nav ul {
    flex-direction: column;
    gap: 8px;
  }
  .site-header .main-nav .dropdown-menu {
    position: static;
    min-width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

}

/* Grid View */
#eventsWrapper.grid-view .event-item {
  display: block;
}
#eventsWrapper.grid-view .event-item {
  width: 33.3333%;
  float: left;
}
#eventsWrapper.list-view .event-item {
  width: 100%;
  float: none;
}
@media (max-width: 991px) {
  #eventsWrapper.grid-view .event-item {
    width: 50%;
  }
}
@media (max-width: 600px) {
  #eventsWrapper.grid-view .event-item,
  #eventsWrapper.list-view .event-item {
    width: 100%;
  }
}
.list-view .blog-main {
  display: flex;
  margin: 0 0 22px 0;
  border-radius: 10px;
  overflow: hidden;
}

.list-view .blog-main .blog-img {
  width: 20%;
}

.list-view .blog-main .blog-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 13px;
  align-items: self-start;
}

/* Privacy policy Start */
.privacy_main {
  padding-bottom: 50px;
}

.privacy_main h4 {
  font-size: 50px;
  font-weight: 700;
}

.privacy_main p {
  font-family: "Poppins", Sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  line-height: normal;
  padding: 0 !important;
}

.privacy_main ol {
  margin-bottom: 20px;
}

.privacy_main ol li {
  list-style-type: auto;
}

.privacy_main ul {
  margin-bottom: 20px;
}

.privacy_main ul li {
  list-style: disc;
}

.privacy_main .accordion-item .accordion-button:not(.collapsed) {
  background-color: #a67146;
  color: white;
  font-weight: 700;
  outline: none;
  box-shadow: none;
}

.privacy_main .accordion-item .accordion-button.collapsed {
    color: black;
    font-weight: 700;
    outline: none;
    box-shadow: none;
}

.privacy_main .accordion-item .accordion-button:hover {
    background-color: #a67146;
}

.privacy_main .accordion-item .accordion-header {
    padding: 0 !important;
}

.privacy_main .accordion-item button.accordion-button.collapsed:focus {
  box-shadow: none !important;
  outline: none !important;
}
/* Privacy policy END */




@media (max-width: 576px) {
    nav.main-nav {
        display: none;
    }
    .banner-content {
        margin: -30px 0px 0px 0px;
    }
    .site-header .logo a {
        height: 100px;
        width: 100px;
    }
    .signup-btn.vendor-btn a.theme-btn.primary-btn {
        display: none;
    }
    .signup-btn.vendor-btn a.theme-btn.primary-btn.sign_up_respon{
        display: block;
        padding: 10px 10px 10px 20px;
    }
    
    .main-nav ul li a {
        color: #333 !important;
    }
    .menu-toggle {
        display: block;
    }

    .main-nav {
        position: absolute;
        top: 80px;
        left: 0;
        width: 80%;
        background: #fff;
        border-top: 1px solid #eee;
        display: none;
        flex-direction: column;
        padding: 20px 0;
        z-index: 999;
    }

    .main-nav.active {
        display: flex;
    }

    .main-nav ul {
        flex-direction: column;
        width: 100%;
    }

    .main-nav ul li {
        text-align: center;
        margin: 10px 0;
    }
    
    #mobile-menu-toggle {
        padding: 4px 13px;
        background: #a67146;
        border-radius: 7px;
        color: #fff;
    }
    .banner-content h3 {
        font-size: 16px;
    }
    .banner-content h2 {
        font-size: 45px;
    }
    .ban-img {
        height: 900px;
    }
    .banner-area marquee {
        font-size: 150px;
    }
    section.who-we-are {
        padding: 0px 0 0px 0;
    }
    .section-title p {
        font-size: 15px !important;
    }
    .section-title h2 {
        font-size: 40px !important;
        margin-bottom: 0px !important;
    }
    .signup-btn.vendor-btn .dropdown-menu {
        top: 35px;
        left: -120px;
    }
    .who-we-are-img{
        width: 80%;
        margin: 0 auto;
    }
    .left-content {
        text-align: center;
    }
    .section-title {
        margin-bottom: 0px;
    }
    section.experience-beauty {
        padding: 60px 0 60px 0;
        background: transparent;
    }
    section.experience-beauty .row {
        gap: 40px;
    }
    section.experience-beauty .row .col-lg-3.mt-5 {
        margin:0px !important;
    }
    section.craft-creativity {
        overflow: hidden;
        padding: 0 0 30px 0;
    }
    .craft-box{
        margin: 60px 0px !important;
     }
     section.craft-creativity .container-fluid {
        padding: 0 30px 0 0;
    }
     .crafting-point {
        padding: 0 0 0 50px;
    }
    .section-title {
        margin-bottom: 0px !important;
    }
    div#eventsWrapper {
        gap: 30px;
    }
    section.blogs-sec {
        padding: 10px 0;
    }
    section#contact-us img.img-fluid {
        display: none;
    }
    .section-title h5 {
    font-size: 18px;
    }
    .craft-box p {
        font-size: 14px;
        font-weight: 400;
    }
    .section-title p {
        padding:0; 
    }
    
    .collection-content h2 {
        font-size: 22px;
    }
    .footer_logo{
        width: 160px;
    }
    .site-header .top-bar {
        padding: 7px 20px;
        font-size: 15px;
    }
    .site-header .contact-info span {
        margin-right: 0px;
    }
    .grid-view-btn.d-flex.justify-content-end.align-items-center.mb-3.gap-2 {
        display: none !important;
    }

    .collection-content {
        width: 70%;
    }
    .img-fluid {
        width: 100%;
    }
    footer.site-footer .row.gy-4 {
        margin: 0 0 0 0;
    }
    section.how-it-works {
        padding: 0px 0 60px 0;
    }
    section#auth .col-lg-6.offset-3 {
        margin-left: 0px;
    }
    #category option {
        font-size: 11px;
    }
}
@media (max-width: 450px) {
    .collection-slider button.slick-next.slick-arrow {
        left: 80%;
    }
    .site-header .top-bar {
        padding: 7px 10px;
        font-size: 14px;
    }
    .footer_logo{
        width: 130px;
    }
    #mobile-cart {
        border-radius: 8px;
    }
    .ban-img{
        height: 820px;
    }
    .banner-content h2 {
        font-size: 35px;
    }
    .collection-content h2 {
        font-size: 18px;
    }
    .section-title h2 {
        font-size: 34px !important;
    line-height: 1.4;
    }
    .section-title h5 {
        font-size: 16px;
    }
    .craft-box {
        padding: 40px 20px;
        border-radius: 100px;
    }
    .collection-content::before{
        width: 100px;
        height: 100px;
        top: -55px;
    }
    
}
@media (max-width: 390px) {
    input.InputElement.is-complete.Input {
        width: 90% !important;
    }
    .shop.checkout .single-widget.get-button {
        text-align: center;
        padding: 0px 0px  !important;
    }
}



















