/*================================================
            [common-css] ====== Starts
================================================*/
body {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-family: "Junge";
}

* {
  outline: none !important;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

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

:focus {
  outline: none !important;
}

section {
  width: 100%;
}

ul, li {
  padding: 0;
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-family: "Junge";
}

h1 {
  font-size: 38px;
  font-weight: 500;
}

h2 {
  font-size: 36px;
  font-weight: 400;
  color: #5B4734;
}

h3 {
  font-size: 24px;
  font-weight: 400;
  color: #5B4734;
}

p {
  font-family: "Junge";
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
  letter-spacing: 0%;
  color: #5B4734;
}

.common-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.common_btn {
  opacity: 1;
  font-family: "Junge";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  background: #5B4734;
  border: 2px solid transparent;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
  display: inline-block;
  text-transform: capitalize;
}
.common_btn:hover {
  background: transparent;
  color: #5B4734;
  border: 2px solid #5b4734;
}

.common_arrow {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  font-size: 16px;
  border: 1px solid #5B4734;
  color: #5b4734;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.common_arrow:hover {
  background-color: #5b4734;
  color: #fff;
}
.common_arrow:after {
  display: none;
}

.swiper {
  height: 100%;
}

.swiper-slide {
  height: auto !important;
  text-align: center;
}

.swiper-content {
  height: 100% !important;
}

/*===== humburger-menu =====*/
.humburger {
  position: relative;
  font-size: 25px;
  color: #5b4734;
  cursor: pointer;
}
.humburger .color-change {
  background-color: #fff !important;
}
.humburger .hum-pos {
  position: absolute;
  right: 20px;
  top: 0;
}

.side-menu-show {
  right: 0 !important;
}

.cls-menu img {
  width: 18px;
  filter: invert(1);
  -webkit-filter: invert(1);
  position: absolute;
  right: 20px;
  top: 20px;
}

.nv-open-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: #000;
  z-index: 100;
}

/*===== header-area-sticky =====*/
.animated {
  animation-duration: 1.25s;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
header.header-area.pq-header-style-1.pq-has-sticky.pq-header-sticky {
  position: fixed;
  background: var(--white-color);
  padding: 0;
  top: 0;
  box-shadow: 0px 3px 30px 0px rgba(0, 33, 85, 0.1);
  background-color: #fff;
  width: 100%;
  padding: 15px 0;
}

.pq-header-sticky .logo {
  width: 100px !important;
}

.nav_open_bg {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.5);
  width: 0;
  height: 100%;
  opacity: 0;
  transition: 0.4s all;
  -webkit-transition: 0.4s all;
}

.nav_full {
  width: 100%;
  opacity: 1;
}

/*===== preloading =====*/
#pq-loading {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#pq-loading img {
  height: 60px;
  width: auto;
  border-radius: 0;
}

.common_wrap {
  padding-inline: 100px;
}

/*===== Back to Top =====*/
#back-to-top .top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  margin: 0px;
  color: #fff;
  background-color: #ed393c;
  z-index: 999;
  font-size: 26px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 5px;
  z-index: 100;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}

#back-to-top .top:hover {
  opacity: 0.6;
}

/*================================================
            [common-css] ====== End
================================================*/
/*================================================
            [index] ====== Starts
================================================*/
/*===== header =====*/
.header_area {
  position: relative;
  z-index: 999;
  padding-block: 5px;
}
.header_area .container {
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
}
.header_area .logo {
  width: 177px;
  z-index: 20;
}

.header_contact ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header_contact ul li a {
  font-size: 16px;
  color: #000000;
  font-weight: 300;
  font-family: "Junge";
  display: inline-block;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
}
.header_contact ul li a span {
  width: 20px;
  display: inline-block;
  margin-right: 8px;
}
.header_contact ul li a span img {
  width: 100%;
}

/*===== banner-area =====*/
.banner_area {
  position: relative;
}

.ban_cnt {
  width: 100%;
  max-width: 26.7%;
  bottom: 133px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.ban_slogan {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 30px;
  position: relative;
  margin-bottom: 60px;
}
.ban_slogan:after, .ban_slogan:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
}
.ban_slogan:after {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  left: 15px;
  top: 15px;
}
.ban_slogan:before {
  border-bottom: 1px solid #444444;
  border-right: 1px solid #444444;
  right: 15px;
  bottom: 15px;
}
.ban_slogan h1 {
  text-align: center;
}

.ban_btns ul {
  display: flex;
  gap: 30px;
  justify-content: center;
}

/*===== contact_area =====*/
.contact_area {
  padding-block: 80px;
}

.contct_info h2 {
  border-bottom: 1px solid #5b4734;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.each_contct_info a {
  color: #5B4734;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}

.each_contct_info a:hover {
  opacity: 0.6;
}

.laviska_form_card ul {
  border: 1px solid rgba(91, 71, 52, 0.7);
  padding: 5px;
  display: inline-flex;
}

.laviska_form_card .common_btn {
  border: unset;
  background-color: unset;
  color: #000;
}

.laviska_form_card .common_btn.active {
  color: #1f2937;
  background-color: #E5D8CC !important;
}

.laviska_form_input {
  padding: 12px 16px;
  font-family: "Junge";
  color: #5b4734;
  font-size: 16px;
  border: unset;
}

.laviska_form_card .input-group {
  position: relative;
}

.laviska_form_card .input-group::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: rgba(91, 71, 52, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 1;
}

.laviska_form_input:focus {
  border-bottom: 1px solid rgba(91, 71, 52, 0.7);
  box-shadow: unset;
  border-radius: unset;
}

.laviska_form_input::-moz-placeholder {
  color: #5b4734;
  opacity: 1;
}

.laviska_form_input::placeholder {
  color: #5b4734;
  opacity: 1;
}

.laviska_form_icon {
  background: white;
  border-right: none;
  border: unset;
  color: #5b4734;
}

.laviska_form_card .common_btn[type=submit] {
  background-color: #5b4734;
  color: #fff;
  border: 1px solid transparent;
}

.laviska_form_card .common_btn[type=submit]:hover {
  background-color: transparent;
  color: #5b4734;
  border: 1px solid #5B4734;
}

.contact_area .col-md-6:nth-child(1) .contct_info {
  padding-right: 50px;
}
.contact_area .col-md-6:nth-child(2) .contct_info {
  padding-left: 50px;
}

.map_area iframe {
  width: 100%;
  height: 450px;
}

/*===== footer_area =====*/
.copyright_txt {
  border-top: 1px solid #5b4734;
  color: #000;
  padding-block: 15px;
  text-align: center;
}

/*==========================================================
            [product listing page] ====== Starts
============================================================*/
/*===== collection_area =====*/
.collection_area {
  padding-block: 80px;
}

.common_head {
  text-align: center;
  margin-bottom: 50px;
}
.common_head p {
  text-transform: uppercase;
}

.collections .col-md-3 {
  margin-bottom: 50px;
}

.each_collections_box figure {
  height: 100%;
}
.each_collections_box a {
  display: block;
  height: 100%;
}
.each_collections_box_img {
  margin-bottom: 15px;
  position: relative;
  height: 290px;
  border: 1px solid #dedede;
  margin-bottom: 5px;
}
.each_collections_box_img img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.each_collections_box_img span {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 10px;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Poppins";
  text-align: center;
  padding: 10px;
}
.each_collections_box_img .discount {
  background-color: #f3a75f;
}
.each_collections_box_img .arrival {
  background-color: #6a5f55;
}
.each_collections_box_txt h4 {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 27px;
  text-transform: capitalize;
  font-family: "Junge";
  text-align: center;
}

.collection_area .contct_info a {
  font-family: "Junge";
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.collection_area .contct_info a:hover {
  opacity: 0.6;
}
.collection_area .contct_info h2 {
  font-size: 24px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.collection_area ul {
  list-style: none;
}
.collection_area ul li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 15px;
}
.collection_area ul li::after {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #000;
  top: 11px;
  position: absolute;
  left: 0;
}
.collection_area .collections_boxes {
  padding-left: 50px;
}

.welcome_txt h3 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 700;
}
.welcome_txt .common_btn {
  opacity: 1;
  font-family: "Junge";
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  padding: 10px 20px;
  color: #fff;
  background: #5B4734;
  border: 2px solid transparent;
  transition: 0.5s all;
  -webkit-transform: 0.5s all;
  display: inline-block;
  text-transform: capitalize;
  margin-top: 0 !important;
}
.welcome_txt .common_btn:hover {
  background: transparent;
  color: #5B4734;
  border: 2px solid #5b4734;
}
.welcome_txt ul {
  display: flex;
  list-style: none;
  gap: 10px;
  justify-content: right;
  align-items: center;
}
.welcome_txt ul li {
  margin-bottom: 0;
}
.welcome_txt ul li:after {
  display: none;
}

.place_order_modal textarea {
  height: 70px;
  width: 100%;
}

.welcome_forgot {
  border: none !important;
  padding: 0 !important;
  gap: 10px !important;
  justify-content: space-between !important;
  width: 100% !important;
}
.welcome_forgot li:nth-child(2) .common_btn {
  background-color: transparent;
  color: #5B4734;
  border: unset !important;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
}
.welcome_forgot li:nth-child(2) .common_btn:hover {
  opacity: 0.6;
}
.welcome_forgot .common_btn {
  height: 40px;
}/*# sourceMappingURL=style.css.map */