/* ========== Oak & Loft ========== */

/* font-family: "DM Sans", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

/* font-family: "Grand Hotel", cursive; */
@import url('https://fonts.googleapis.com/css2?family=Grand+Hotel&display=swap');


body {
  font-family: "DM Sans", sans-serif;
}

a {
  text-decoration: none;
  display: inline-block;
  color: #000;
  transition: all .25s;
}
a:hover {
  color: #426949;
  color: #426949;
}

span {
  display: inline-block;
}

img {
  max-width: 100%;
  transition: all .25s;
}

p {
  
}



.sec-pad {
  padding: 70px 0;
}





.section-heading {
  margin-bottom: 20px;
}
.stylish-title {
    font-family: "Grand Hotel", cursive;
    font-size: 40px;
    font-weight: 400;
    color: #C2B699;
    line-height: 1.2;
}
.heading-type-1 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
}

.heading-type-2 {
  font-size: 80px;
  font-weight: 400;
}

.sub-heading {
  font-size: 24px;
  font-weight: 600;
}

.btn {
  font-size: 22px;
  font-weight: 500;
  border-radius: 4px;
  padding: 8px 40px;
}
.btn img {
  margin-left: 14px;
}
.btn-primary {
  background-color: #426949;
  border-color: #426949;
}

.btn-primary:hover {
  background-color: #000;
  border-color: #000;
}

.btn-type-1 {
  /* font-size: 28px; */
  font-size: 20px;
  font-weight: 500;
}
.btn-type-1 img {
    margin-left: 10px;
    width: 24px;
}
.btn-type-1:hover img {
  transform: translateX(10px);
}



.bg-1 {
  background-color: #f9f8f5 !important;
}
.bg-2 {
  background-color: #F8F8F8 !important;
}
.bg-3 {
  background-color: #c2b699 !important;
}





@media(min-width: 1399px) {
  .container {
    max-width: 1304px;
  }
}
@media(min-width: 1600px) {
  .container {
    max-width: 1320px;
  }
}








/* ========== Offer Strip ========== */
.offer {
    background: #C2B699;
    padding: 3px 0;
}
.offer-items {
    text-align: center;
}
.offer-items p {
  font-size: 14px;
    margin-bottom: 0;
}
/* ========== Offer Strip ========== */




/* ========== Top Header ========== */
.top-header {
    padding: 2px 0 2px 0;
    background: #C2B699;
}
.top-header-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.top-header-links {
    display: flex;
    align-items: center;
    gap: 0 30px;
    justify-content: space-between;
}
.social-media {
    display: flex;
    align-items: center;
    gap: 0 10px;
}
.social-media li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-header-nav {
    display: flex;
    align-items: center;
    gap: 0 15px;
}

.top-header-items {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: space-between; */
}
.my-account {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
/* ========== Top Header ========== */







/* ========== Header ========== */
.header {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.header .navbar .navbar-collapse {
  justify-content: end;
}
.header-items .navbar {
    padding: 0;
}
.header .navbar .navbar-collapse .navbar-nav {
  align-items: center;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 10px 6px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link.active,
.header .navbar .navbar-collapse .navbar-nav .nav-link:hover {
  color: #426949;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  /* margin-left: 25px; */
  margin-left: 15px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0;
}
/* .header.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  animation: navbarFixed .5s alternate linear;
} */
.header.sticky {
  position: sticky;
  top: 0;
  width: 100%;
  animation: navbarFixed .5s alternate linear;
  z-index: 111;
  background: #fff;
  box-shadow: 0 0 20px 2px rgba(0 0 0 / 0.2);
}
@keyframes navbarFixed {
  0% {
      opacity          : 0;
      -webkit-transform: translateY(-100%);
      transform        : translateY(-100%);
  }

  100% {
      opacity          : 1;
      -webkit-transform: translateY(0);
      transform        : translateY(0);
  }
}

/* ===== Dropdown ===== */
li.menu-item-has-children {
  /* position: relative; */
  z-index: 111;
}
span.caret:before {
  /* margin-left: 8px; */
  /* vertical-align: 3px; */
  /* content: ""; */
  /* border-top: 6px solid; */
  /* border-right: 6px solid transparent; */
  /* border-bottom: 0; */
  /* border-left: 6px solid transparent; */
  /* display: inline-block; */
  /* transition: all .2s; */
}
span.caret.open::before {
  transform: rotate(180deg);
  /* border-bottom: 5px solid; */
  /* border-top: 0; */
  /* margin-left: 0; */
  /* margin-right: 8px; */
}
.sub-menu {
  position: absolute;
  min-width: 200px;
  padding-left: 0;
  box-shadow: 0 0 10px #e0e0e0;
  opacity: 0;
  visibility: hidden;
  transition: .4s;
  transform: scaleY(0);
  transform-origin: 0 0;
}
.sub-menu li {
  display: block;
  width: 100%;
}
.sub-menu li a {
  background: #fff;
  padding: 10px 20px;
  display: block;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sub-menu li:last-child a {
  border: 0;
}
li.menu-item-has-children:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
li.menu-item-has-children .nav-link {
  display: inline-block;
}
/* ===== Dropdown ===== */

/* ===== Mega Menu ===== */
.mega-menu-items {
    position: absolute;
    width: 100%;
    left: 0;
    transition: all 300ms ease;
    transform-origin: top;
    transform: scaleY(0);
    background-color: #fff;
    padding: 30px;
    border-bottom: 8px solid #426949;
}
.menu-item-has-children:hover .mega-menu-items {
    transform: scaleY(1);
    opacity: 1;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.05);
}
.mega-menu-links-title a {
    font-size: 16px;
    font-weight: 700;
    color: #426949;
}
.mega-menu-links-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #426949;
    margin: 0;
}
@media(min-width: 992px) {
  .mega-menu-links-title {
    padding-bottom: 10px;
  }
}
.mega-menu-links-in ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    text-align: start;
    border: 0;
}
ul.nav-tabs .nav-item.mega-menu-links-item .mega-menu-link {
    font-size: 16px !important;
    font-weight: 300 !important;
    /* display: block; */
    display: inline-block;
    line-height: 1.2;
    padding: 2px 0 !important;
    /* width: 100%; */
    background-color: transparent;
    text-align: start;
    border: 0;
    border-bottom: 1px solid transparent;
}
ul.nav-tabs .nav-item.mega-menu-links-item .mega-menu-link:hover, ul.nav-tabs .nav-item.mega-menu-links-item .mega-menu-link.active {
  border-bottom-color: #426949;
}
.mega-menu-links-item {
    padding: 2px 0;
    margin: 0 !important;
}
.mega-menu-category-img {
    margin-bottom: 10px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 15px 15px;
}
.mega-menu-category-img img {
  border-radius: 10px;
  height: auto;
}
.mega-menu-category-title {
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 0;
}
.mega-menu-categories .row {
    gap: 20px 0;
}
.mega-menu-links-in {
    text-align: start;
    position: relative;
}
.caret.inner-caret {
    width: 30px;
    height: 30px;
    position: static;
    background-color: #426949;
    display: flex;
    align-items: center;
    justify-content: center;
}
.caret.inner-caret img {
    filter: initial;
}
.caret.open img {
    transform: rotate(180deg);
}
/* ===== Mega Menu ===== */

.header .navbar .navbar-collapse .navbar-nav .nav-item .form-group .form-control {
    border-radius: 0;
    border: 1px solid #000;
    font-size: 18px;
    padding: 8px 45px 8px 15px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .form-group {
    max-width: 200px;
    position: relative;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .form-group::before {
  content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(../img/header-search-icon.png);
    background-repeat: no-repeat;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
/* ========== Header ========== */

/* Tabbing Functionality change */
.tab-content>.tab-pane {
  height: 0;
  visibility: hidden;
  opacity: 0;
  display: block !important;
  overflow: hidden;
}
.tab-content>.active {
  height: auto;
  visibility: visible;
  opacity: 1;
}
/* Tabbing Functionality change */














/* ==================================================
            Header Responsive CSS Start
==================================================*/
@media(max-width: 1399px) {

}

@media(max-width: 1199px) {
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 10px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 3px;
}

}

@media(max-width: 991px) {
/* ===== Header ===== */
.header {
  position: relative;
}
.header .navbar-toggler {
  border: 0;
  padding: 0;
  box-shadow: none;
  z-index: 1111;
  transition: .3s;
}
.menu-active .header {
  /* position: fixed; */
  /* width: 100%; */
  /* animation: none; */
  /* z-index: 1; */
  /* top: 0; */
  /* left: 0; */
}
body.menu-active {
  overflow: hidden;
  /* padding-top: 96px; */
}
.header .navbar {
  position: initial !important;
}
.navbar-collapse {
  position: absolute;
  width: 0;
  top: 0;
  bottom: 0;
  left: 0;
  transition: .25s;
  background: #fff linear-gradient(145deg, rgb(194 182 153 / 80%) 0%, #f4f4f4 60%, rgb(194 182 153 / 80%) 100%);
  z-index: 1;
}

.header .navbar-collapse.show {
  width: 100%;
  height: 100vh;
  z-index: 111;
}
.header .navbar .navbar-collapse .navbar-nav {
    padding: 60px 0;
    max-width: 650px;
    margin: auto;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item {
  margin: 0;
  padding: 5px 0;
  transform: translate(-30px, 0%);
  transition: .2s;
  opacity: 0;
  text-align: center;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item {
  opacity: 1;
  transform: translateX(0%);
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(1) {
  transition-delay: 0.2s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(2) {
  transition-delay: 0.3s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(3) {
  transition-delay: 0.4s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(4) {
  transition-delay: 0.5s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(5) {
  transition-delay: 0.6s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(6) {
  transition-delay: 0.7s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(7) {
  transition-delay: 0.8s;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item:nth-child(8) {
  transition-delay: 0.9s;
}

.header .navbar-toggler:not(.collapsed)[aria-expanded="true"] {
  transform: rotate(180deg);
}
.navbar-toggler:not(.collapsed)[aria-expanded="true"] span {
  background-image: url(../img/menu-close-icon.png) !important;
}
.header .navbar .navbar-collapse .navbar-nav .nav-link {
    font-size: 16px;
    padding: 5px 10px;
    display: block;
}
.header .navbar .navbar-collapse.show .navbar-nav .nav-item {
    /* padding: 5px 0; */
    padding: 0px 0;
    width: 100%;
    text-align: start;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

/* ===== Dropdown ===== */
.sub-menu {
    position: static;
    display: none;
    transition: unset !important;
    transform: unset;
    opacity: 1;
    visibility: visible;
    max-width: 250px;
    max-width: calc(100% - 40px);
    margin: auto;
    margin: 20px auto;
    max-height: 200px;
    overflow: auto;
}
span.caret {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    right: 0;
    background: #426949;
    display: flex;
    align-items: center;
    justify-content: center;
}
span.caret img {
    filter: invert(1);
}
/* ===== Dropdown ===== */
/* ===== Mega Menu ===== */
.mega-menu-items {
  position: static;
  display: none;
  padding: 20px;
  transition: unset !important;
  transform: unset;
  opacity: 1;
  visibility: visible;
  max-height: 350px;
  overflow: auto;
}
.mega-menu-links-in ul {
    display: none;
    position: absolute;
    top: 100%;
    width: 100%;
    background: #fff;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: 0px 5px 10px 0 rgba(0 0 0 / 0.2);
    z-index: 1;
}
.mega-menu-items>.row {
    gap: 20px 0;
}
/* ===== Mega Menu ===== */
/* ===== Header ===== */


}

@media(max-width: 767px) {
.header .navbar .navbar-collapse .navbar-nav {
    max-width: 480px;
}

}

@media(max-width: 575px) {
.header .navbar-brand {
  max-width: 180px;
}
.top-bar {
  padding-right: 20px;
}
.mega-menu-category-img {
    margin-bottom: 5px;
}
.mega-menu-items>.row, .mega-menu-categories .row {
    gap: 10px 0;
}
.mega-menu-category-title {
    font-size: 14px;
}
.header .navbar .navbar-collapse .navbar-nav {
    max-width: calc(100% - 55px);
}

}
/* ==================================================
            Header Responsive CSS End
==================================================*/
/* ===== Banner ===== */
.st-1-slider .owl-item {
  opacity: 0.7;
  transition: all ease-in-out 1s;
}
.st-1-slider .owl-item.active {
  opacity: 1;
  transition: all ease-in-out 1s;
}

.st-1-slider {
  position: relative;
}
.st-1-slider::before {
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 100%; */
  /* top: 0; */
  /* bottom: 0; */
  /* left: 0; */
  /* right: 0; */
  /* background-color: rgba(0 0 0 / 0.6); */
  /* z-index: 11; */
}

.st-1 {
  position: relative;
}
.st-1-cnt {
  position: absolute;
  top: 0;
  /* left: 50%; */
  /* transform: translateX(-50%); */
  z-index: 11;
  color: #fff;
  width: 100%;
  /* width: calc(100% - 100px); */
  height: 100%;
  display: flex;
  align-items: center;
}



.st-1-cnt-items {
  max-width: 1000px;
  margin: auto;
}
.st-1-cnt-itm {
    text-align: center;
    background-color: rgba(0 0 0 / 0.5);
    padding: 25px 25px 30px;
}
.st-1-cnt-title {
  font-size: 60px;
  font-weight: 700;
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.st-1-cnt-itm-description {
  /* background-color: rgba(0 0 0 / 0.5); */
  /* padding: 25px; */
  margin: 20px 0;
}
.st-1-cnt-itm-description p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  /* line-height: 1.8; */
}
.st-1-cnt-itm-description p:last-child {
  margin-bottom: 0;
}
/* ===== Banner ===== */








/* Banner */
.banner {
  background: url(../img/banner-img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 90vh;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0 0 0 / 60%);
}

.banner-itm {
    color: #fff;
    text-align: center;
    max-width: 1010px;
    margin: auto;
}

.banner-itm-ttile {
    font-size: 110px;
    font-weight: 400;
    margin: 0;
}
.banner-itm-description {
    margin: 20px 0 30px;
}
.banner-itm-description p {
    font-size: 22px;
    font-weight: 400;
}
.banner-itm-description p:last-child {
  margin-bottom: 0;
}
.banner-slider .nav-style-1 .owl-nav button {
  width: 66px;
  height: 34px;
}
.banner-slider .nav-style-1 .owl-nav .owl-prev {
  background: url(../img/left-slide-arrow-white.png) no-repeat !important;
  right: initial;
}
.banner-slider .nav-style-1 .owl-nav .owl-next {
  background: url(../img/right-slide-arrow-white.png) no-repeat !important;
  left: initial;
}
.banner-slider .nav-style-1 .owl-nav .owl-prev, .banner-slider .nav-style-1 .owl-nav .owl-next {
  background-size: 100% !important;
}
.banner-slider  .nav-style-1 .owl-nav {
    position: static;
    justify-content: space-between;
}
.banner-slider .nav-style-1 {
    padding: 0;
}
/* Banner */


.nav-style-1 .owl-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.nav-style-1 .owl-nav button {
  color: transparent !important;
  width: 48px;
  height: 25px;
  position: relative;
}
.nav-style-1 .owl-nav .owl-prev {
  background: url(../img/left-slide-arrow-black.png) no-repeat !important;
  left: -20px;
}
.nav-style-1 .owl-nav .owl-next {
  background: url(../img/right-slide-arrow-black.png) no-repeat !important;
  right: -20px;
}
.nav-style-1 .owl-nav .owl-prev, .nav-style-1 .owl-nav .owl-next {
  background-position: center !important;
  background-size: 100% !important;
}
@media(min-width: 992px) {
  .nav-style-1 {
    padding: 0 50px;
  }
}


.nav-style-1 .owl-dots {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}
.nav-style-1 .owl-dots .owl-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    position: relative;
}
.nav-style-1 .owl-dots .owl-dot::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid transparent;
  border-radius: 50%;
}
.nav-style-1 .owl-dots .owl-dot.active::before {
  border-color: #fff;
}



/* Featured Products */
.st-2-itm {
  display: block;
}
.st-2-itm-cnt {
  text-align: center;
}
.st-2-itm-title {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.st-2-itm-cnt-description p {
  font-size: 20px;
  font-weight: 300;
}

.st-2-itm-cnt-description p:last-child {
  margin-bottom: 0;
}
.st-2-itm-img {
  margin-bottom: 20px;
}
.st-2-itm-img img {
    border: 1px solid #ddd;
}
.st-2-itm-img a {
  display: block;
}

/* Featured Products */

/* Do You Want To Know Us? */
.double-img-sec {
  display: flex;
  align-items: center;
  /* gap: 0 20px; */
  justify-content: space-between;
}
.double-img-sec img {
  width: calc(50% - 10px);
}
.st-3-itm-cnt-description {
  max-width: 520px;
  margin: 20px 0 20px;
}
.st-3-itm-cnt-description p:last-child {
  margin-bottom: 0;
}
/* Do You Want To Know Us? */

/* New Arrival */
.st-4-slide .row {
  margin: 0;
}
.st-4-slide .row [class*="col-"] {
    padding: 0;
}
.st-4-itm-in {
    position: relative;
}
.st-4-itm-cnt {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 30px;
}
.st-4-itm-cnt-description p:last-child {
  margin-bottom: 0;
}
.st-4-itm-cnt-title {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}
.st-4-itm-cnt-description p {
    font-size: 18px;
    font-weight: 300;
}
/* New Arrival */

/* Shop from Categories */
.st-5-itm-cnt {
  text-align: center;
}
.st-5-itm-img {
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    background: #fff;
    /* padding: 35px 30px; */
    margin-bottom: 20px;
}
/* Shop from Categories */

/* Image Section */
.st-6 {
  
}
/* Image Section */

/* Our Showcase */
.st-7-itm-img {
  transition: all .25s;
}
.st-7-itm-img img {
  
}
.st-7-itm-img:hover img {
  transform: scale(1.15);
  position: relative;
  z-index: 11;
}
.st-7-itm-img {
    padding: 10px;
}
.st-7-cta {
    margin-top: 10px;
}
/* Our Showcase */

/* Follow us on social media */
.st-8-social-media {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 0 20px;
}
.st-8-social-media li a img {
    border-radius: 10px;
}
/* Follow us on social media */


/* Footer */
.footer-contact-detail {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact-detail-title {
    font-size: 18px;
    font-weight: 700;
}
.footer-contact-detail li p, .footer-contact-detail li a {
    margin: 0;
    display: flex;
    align-items: start;
    gap: 10px;
}
.footer-contact-detail li p img, .footer-contact-detail li a img {
    padding-top: 5px;
}
.footer-contact-detail li {
    margin-bottom: 15px;
}
.footer-contact-detail li:last-child {
    margin-bottom: 0;
}
.footer-logo {
    margin-bottom: 35px;
}

.footer-title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 25px;
}
.quick-links {
    padding: 0;
    margin: 0;
    list-style: none;
}
.quick-links li a {
    display: flex;
    align-items: start;
    font-size: 18px;
    font-weight: 300;
}
.quick-links li a img {
    padding-top: 5px;
    margin-right: 10px;
}
.quick-links li {
    padding: 5px 0;
    /* margin-bottom: 15px; */
}
.quick-links li:last-child {
    margin-bottom: 0;
}
.quick-links li a:hover img {
  transform: translateX(5px);
}
.footer-itm .form-group {
    /* display: flex; */
    /* align-items: center; */
    /* border-bottom: 2px solid #000; */
}
.footer-itm .form-group input {
    /* background: transparent; */
    border: 0;
    box-shadow: none;
    /* color: #000; */
    font-size: 16px;
    padding: 10px 15px;
    border-radius: 4px !important;
}
.footer-itm .form-group input::placeholder {
    color: #000;
}
.footer-itm .form-group input[type="text"] {
    width: 100%;
    padding-right: 10px;
}
.footer-itm .form-group input[type="submit"] {
    /* font-size: 18px; */
    /* font-weight: 500; */
}

.footer-itm .form-group .wpcf7-form-control-wrap input {
    background: transparent;
    border: 1px solid #000;
}

.copyright {
    padding: 8px 0;
    background: #9e957f;
}
.copyright-items p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}










/*  */








/* Footer */



/* Product-list */
.st-9-product-list-itm {
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 50px 25px 25px;
    position: relative;
}
.st-9-product-list-itm-wishlist {
    position: absolute;
    top: 10px;
    right: 10px;
}
.st-9-product-list-itm-img {
    margin-bottom: 40px;
}
.st-9-product-list-itm-cnt-title {
    font-size: 20px;
    font-weight: 400;
}
.st-9-product-list-itm-cnt-price {
    font-size: 18px;
    font-weight: 300;
}
.st-9-product-list-itm-cnt {
  display: block;
  text-align: center;
}
.st-9-product-list .row {
    gap: 25px 0;
}
/* Product-list */



/* Product Detail Page */
.single-product .widget-area {
    display: none;
}
.has-sidebar.woocommerce-page:not(.error404) #primary {
    width: 100% !important;
}

.our-product .woocommerce-breadcrumb {
    display: none;
}
.woocommerce-product-details__short-description h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}
.woocommerce-product-details__short-description h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}
.woocommerce-product-gallery img {
    width: 100%;
}
.woocommerce-product-gallery .zoomImg {
    display: none !important;
}
.single-product .our-product .product_title.entry-title {
    font-size: 40px;
    font-weight: 600;
}
/* .single-product .our-product ul.tabs.wc-tabs {
  display: none;
} */

.single-product .our-product .woocommerce-tabs {
  display: none;
}

.our-product .our-product-items>.product {
  display: inline-block;
  width: 100%;
}
.our-product .summary.entry-summary .btn.btn-primary {
  margin-top: 20px;
}
.woocommerce-product-gallery .flex-control-thumbs img {
  opacity: 1 !important;
  border: 1px solid #ddd;
}
.our-product .woocommerce-product-gallery .flex-viewport {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.our-product .woocommerce-product-gallery ol.flex-control-thumbs {
  padding: 0;
  display: flex;
  align-items: center;
  gap: 15px;
  margin: 0;
}
.our-product .related.products {
  display: none;
}
/* Product Detail Page */

/* Shop Page */
.our-product ul.products {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.our-product ul.products li.product {
  margin: 0 !important;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px !important;
  text-align: center;
  /* width: calc(25% - 15px) !important; */
  width: calc(33.333% - 14px) !important;
}
.our-product ul.products li.product .button.product_type_simple {
  display: none;
}

.our-product ul.products li.product .woocommerce-loop-product__title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: initial;
  margin: 10px 0 0;
}
.our-product ul.products li.product>a>img {
  border-radius: 8px;
}

.our-product ul.products::before, .our-product ul.products::after {
  display: none;
}
.our-product form.woocommerce-ordering select.orderby {
  padding: 8px 25px 8px 10px;
  border: 1px solid #aaa;
  border-radius: 5px;
  appearance: none;
  outline: none;
  background: url(../img/dropdown-icon-black.png) no-repeat;
  background-position: center right 10px;
  background-size: 12px;
}

.woocommerce ul.products::before,
.woocommerce-page ul.products::before {
  display: none !important;
}
/* Shop Page */

/* Contact Us */
.st-10-items>.row {
    gap: 25px 0;
}

.st-10-itm-contact-icon {
  width: 50px;
  min-width: 50px;
  height: 50px;
}
.st-10-itm-contact-detail-title {
  font-size: 20px;
  font-weight: 600;
}
.st-10-itm-contact-detail p {
  margin-bottom: 2px;
}
.st-10-itm-contact-detail p:last-of-type {
  margin-bottom: 0;
}
.st-10-itm-contact-detail p a:hover {
  text-decoration: underline;
}
.st-10-itm-contact-icon {
  width: 60px;
  min-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #426949;
  padding: 12px;
  border-radius: 5px;
}

.st-10-itm-contact .st-10-itm-contact-details {
  display: flex;
  gap: 20px;
  margin-bottom: 15px;
  background: #f9f8f5;
  border: 1px solid #e9e7e0;
  padding: 20px;
  border-radius: 10px;
}
.st-10-itm-contact .st-10-itm-contact-details:last-child {
  margin-bottom: 0;
}


.form-control {
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 18px;
  box-shadow: none !important;
  outline: 0 !important;
}
.form-group input.btn.btn-primary {
  border-radius: 10px;
}
.form-control:focus {
  border-color: #426949;
}

.st-10-itm-form form .row {
  gap: 15px 0;
}
.st-11-itm-map iframe {
  display: block;
  border-top: 4px solid #426949;
}
.wpcf7-form-control-wrap {
    display: block;
}
.form-group p {
    margin-bottom: 0;
}
/* Contact Us */

/* lightbox */
.lightbox {
  position: fixed;
  height: 100vh;
  top: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lb-outerContainer {
  position: unset;
}
.lightbox .lb-image {
  border: 4px solid #426949;
}
.lb-nav a.lb-next, .lb-nav a.lb-prev {
  position: absolute;
  width: 42px;
  height: 42px;
  transform: translatey(-50%);
  top: 50%;
  display: flex;
  opacity: unset;
  background-color: #426949 !important;
  border-radius: 100%;
  background-position: center !important;
}
.lb-nav a.lb-prev {
  background: url(../img/lightbox-prev.png) no-repeat;
  left: 20px;
}
.lb-nav a.lb-next {
  background: url(../img/lightbox-next.png) no-repeat;
  right: 20px;
}
.lb-data .lb-close {
  position: absolute;
  right: 20px;
}
.lb-data .lb-close {
  background: url(../img/close.png) top right no-repeat;
}
.lb-dataContainer {
  position: fixed;
  top: 20px;
  width: 100% !important;
  z-index: 9999;
}
.lb-data .lb-details {
  width: 100%;
  text-align: center;
}
/* lightbox */

/* Page Title Section */
.st-12 {
  background: url(../img/st-12-bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.st-12-in {
    position: relative;
}
.st-12::before {
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0 0 0 / 60%);
}
.page-title {
    text-align: center;
    font-size: 48px;
    font-weight: 600;
    color: #fff;
}
.st-12-itm-breadcrumbs .breadcrumb {
    margin: 0;
    justify-content: center;
}
.st-12-itm-breadcrumbs .breadcrumb .breadcrumb-item a {
    color: #fff;
}
.st-12-itm-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  color: #426949;
}
.st-12-itm-breadcrumbs .breadcrumb .breadcrumb-item {
    color: #fff;
}
.st-12-itm-breadcrumbs .breadcrumb-item+.breadcrumb-item::before {
  color: #fff;
}
/* Page Title Section */

.modal-type-1 .modal-content {
    border-radius: 0;
}
.modal-type-1 .modal-header .btn-close {
    box-shadow: none;
}
.product-enquiry-form form .row {
    gap: 20px 0;
}
.product-enquiry-form form input.btn.btn-primary {
    margin: 0 !important;
}


/* Gallery */
.st-13-itm {
  position: relative;
  overflow: hidden;
}
.st-13-itm-cnt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(2px);
    transform: scale(1.5);
    opacity: 0;
    visibility: hidden;
    transition: .25s;
}
.st-13-itm:hover .st-13-itm-cnt {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}
.st-13-itm-cnt-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.st-13-itm-cnt-btn .btn {
    font-size: 16px;
    padding: 6px 20px;
}
.st-13-items .row {
  gap: 20px 0;
}
/* Gallery */


.woocommerce-pagination {
    border: 0 !important;
    padding: 0 !important;
    margin-top: 20px !important;
}
.woocommerce-pagination ul.page-numbers {
    padding: 0;
    display: flex !important;
    gap: 6px;
    justify-content: center;
}

.woocommerce-pagination .page-numbers li .page-numbers {
    width: 35px;
    height: 35px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c2b699;
}
.woocommerce-pagination .page-numbers li .page-numbers.current, .woocommerce-pagination .page-numbers li .page-numbers:hover {
    background: #426949;
    color: #fff;
}
.woocommerce-pagination .page-numbers li .page-numbers.next, .woocommerce-pagination .page-numbers li .page-numbers.prev {
    /* color: transparent; */
    font-family: 'FontAwesome';
    /* content: "/f105" !important; */
}

.our-product .page-title {
    color: #000;
    text-align: start;
}

.sidebar-category-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar-category-list li a {
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: start;
    font-weight: 500;
}
.sidebar-category-list li:last-child a {
  border-bottom: 0;
}
.sidebar-category-list li a img {
    margin-right: 10px;
    padding-top: 5px;
}

.sidebar-category-list li a:hover img {
  transform: translateX(5px);
}





































































































































































































/* ==================================================
            Responsive CSS Start
==================================================*/
@media(max-width: 1399px) {

}

@media(max-width: 1199px) {
.banner-itm-ttile {
  font-size: 90px;
}
.st-1-cnt-title {
    font-size: 70px;
  }
.banner-itm-description p {
  font-size: 20px;
}
/* Shop Page */
.our-product ul.products li.product {
    width: calc(33.33% - 13.99px) !important;
}
/* Shop Page */
}

@media(max-width: 991px) {
p {
  font-size: 16px !important;
}
.banner-itm-ttile {
  font-size: 70px;
}

.btn {
  font-size: 16px;
  padding: 5px 30px;
}
.stylish-title {
  font-size: 30px;
}
.heading-type-1 {
  font-size: 48px;
}
.heading-type-2 {
  font-size: 60px;
}
.st-1-cnt-title {
  font-size: 60px;
}

.st-1-cnt-itm-description p {
  /* line-height: 1.5; */
  font-size: 16px;
}

.st-1-slide-itm img {
  height: 450px;
  object-position: center;
  object-fit: cover;
}
.st-2-itm-title {
  font-size: 16px;
}
.st-3-itm-img {
  margin-bottom: 20px;
}
.nav-style-1 .owl-nav {
  position: relative;
  transform: none;
  justify-content: center;
  gap: 30px;
  margin-top: 20px;
}
.nav-style-1 .owl-nav button {
  right: initial !important;
  left: initial !important;
}
.st-5-items .row {
  gap: 30px 0;
}
.btn-type-1 {
  font-size: 20px;
}
.btn-type-1 img {
  width: 25px;
}
.st-8-social-media {
    justify-content: center;
}
.footer-items .row {
    gap: 30px 0;
}
.quick-links li {
    padding: 5px 0;
    /* margin-bottom: 10px; */
}
/* Product Detail Page */
.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
    clear: initial;
}
.single-product .our-product .product_title.entry-title {
    font-size: 32px;
}
/* Product Detail Page */

/* Shop Page */
.our-product ul.products li.product {
    width: calc(50% - 10px) !important;
}
.our-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px;
}
/* Shop Page */
.form-control {
    padding: 10px 15px;
    font-size: 16px;
}

.page-title {
    font-size: 40px;
}



}

@media(max-width: 767px) {
.banner-itm-ttile {
  font-size: 60px;
}
.heading-type-1 {
    font-size: 40px;
}
.heading-type-2 {
    font-size: 50px;
}
.st-1-cnt-title {
  font-size: 50px;
}
.st-4-itm-cnt-title {
    font-size: 20px;
}
.st-5-itm {
    max-width: 400px;
    margin: 0 auto;
}
.social-media {
    gap: 0 5px;
}
.top-header-nav, .my-account {
    gap: 0 10px;
}
.top-header-links {
    gap: 0 20px;
}
.offer-items p {
    line-height: 1.2;
}
.nav-style-1 .owl-nav button {
  width: 40px;
  height: 21px;
}
.st-8-social-media li a img {
    width: 80px;
}
.btn-type-1 {
    font-size: 16px;
}
.btn-type-1 img {
    width: 16px;
}
.btn-type-1 img {
    margin-left: 8px;
}
.st-5-items .row {
    gap: 20px 0;
}
.quick-links li {
    /* margin-bottom: 5px; */
}
.quick-links li a {
    font-size: 16px;
}
.footer-title {
    margin-bottom: 15px;
}
.footer-itm .form-group input {
    padding: 15px 0;
}
.footer-itm .form-group input[type="submit"] {
    font-size: 16px;
}
.st-10-itm-contact-icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
}
.product-enquiry-form form .row {
    gap: 15px 0;
}
.sidebar-category-list {
    margin-bottom: 20px;
}

}

@media(max-width: 575px) {
a {
  font-size: 14px;
}
p {
  font-size: 14px !important;
}
.btn {
  font-size: 14px;
  padding: 5px 20px;
}
.top-header-links {
  /* display: block; */
}

.banner-itm-ttile {
  font-size: 48px;
}
.banner-slider .nav-style-1 .owl-nav button {
    width: 40px;
    height: 20px;
}

.banner-itm-description {
    margin: 10px 0 20px;
}

.st-1-slide-itm img {
  height: 550px;
}

.st-1-cnt-title {
  font-size: 48px;
}

.st-1-cnt-itm-description {
  /* padding: 15px; */
}
.st-1-cnt-itm {
    padding: 15px 15px 20px;
}

.st-1-cnt-itm-description p {
  font-size: 12px !important;
}

.stylish-title {
  font-size: 24px;
}
.heading-type-1 {
  font-size: 30px;
}
.heading-type-2 {
  font-size: 36px;
}
.social-media li a {
  width: 15px;
  height: 15px;
}
.st-4-itm-cnt {
    padding: 10px;
}
.st-4-itm-cnt-title {
    font-size: 18px;
    margin-bottom: 0;
}
.st-5-itm {
    max-width: 300px;
}
.st-5-itm-img {
    margin-bottom: 10px;
}
.st-8-social-media li a img {
    width: 40px;
}
.st-8-social-media {
    gap: 0 10px;
}
.st-8-social-media li a img {
    border-radius: 6px;
}
.footer-contact-detail-title {
    font-size: 16px;
}
.footer-title {
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-contact-detail li {
    margin-bottom: 10px;
}
.quick-links li {
    padding: 3px 0;
}
.quick-links li a {
    font-size: 14px;
}
.quick-links li a img {
    width: 6px;
}
.footer-itm .form-group input {
    font-size: 14px;
}
.footer-itm .form-group input {
    padding: 10px 0;
}
/* Product Detail Page */
.single-product .our-product .product_title.entry-title {
    font-size: 24px;
}
/* Product Detail Page */

/* Shop Page */
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none !important;
    padding: 5px 0;
    margin-bottom: 5px;
}
.our-product form.woocommerce-ordering {
    float: none;
    margin-bottom: 20px;
}
.our-product form.woocommerce-ordering select.orderby {
    padding: 5px 25px 5px 10px;
    font-size: 14px;
}
.our-product ul.products li.product {
    width: 100% !important;
    /* max-width: 320px; */
    /* margin: 0 auto !important; */
}
.our-product ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px;
}

/* Shop Page */

.st-10-itm-contact-detail-title {
  font-size: 16px;
}
.st-10-itm-contact .st-10-itm-contact-details {
    gap: 10px;
    padding: 10px;
}
.form-control {
    padding: 8px 10px;
    font-size: 14px;
}

/* lightbox */
.lb-nav a.lb-next, .lb-nav a.lb-prev {
    position: relative;
    transform: none;
    left: unset;
    right: unset;
}

.lb-nav {
    position: relative;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 50px;
}
/* lightbox */
.page-title {
    font-size: 36px;
}
.product-enquiry-form form .row {
    gap: 10px 0;
}
.woocommerce-pagination .page-numbers li .page-numbers {
    width: 28px;
    height: 28px;
    font-size: 14px;
    font-weight: 500;
}


}


@media(max-width: 380px) {
.top-header-nav-link, .my-account {
  font-size: 12px;
}
.my-account img {
    width: 12px;
}
.top-header-nav, .my-account {
    gap: 0 6px;
}
.offer-items p {
    font-size: 12px !important;
}
}
/* ==================================================
            Responsive CSS End
==================================================*/

form.woocommerce-ordering {
    display: none;
}

