@charset "utf-8";
/**=========================================================
 * Theme Name   :  Aakriti
 * Author       :  Ankita Patel
 * Description  :  Novmeber 2025
 * File Name	:  style.css
=========================================================**/

/* Global Styles */

*,
*:after,
*:before {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
body {
  height: 100%;
}

body {
  /* font-family: 'Nunito', sans-serif; */
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}

::selection {
  background: #666666; /* Safari */
  color: #ffffff;
}

::-moz-selection {
  background: #666666; /* Firefox */
  color: #ffffff;
}

img {
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast !important;
  }
}

/* Unset for Safari 11+ */
@media not all and (min-resolution: 0.001dpcm) {
  @supports (-webkit-appearance: none) and (stroke-color: transparent) {
    img {
      image-rendering: unset !important;
    }
  }
}

a,
a:focus,
a:hover {
  color: #2E4B30;
  outline: none;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

a:hover {
  color: #000000;
}

:focus,
::-moz-focus-inner {
  border: none;
  outline: none !important;
}

fieldset,
a img {
  border: none;
}

ol,
ul {
  margin: 0px auto;
  padding-left: 15px;
  list-style-position: outside;
  /*list-style-type: none;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

b,
strong {
  font-weight: 700;
}

/* ClearFix */
.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.container:after {
  display: block;
  content: " ";
  clear: both;
}

.clearfix:after {
  display: block;
  content: ".";
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
.clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/* End hide from IE-mac */

/* wrapper */

#wrapper {
  position: relative;
  height: auto !important;
  min-height: 100%;
  height: 100%;
  width: 100%;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  max-width: 1920px;
  background: #ffffff;
}

.container,
.wide-container,
.header-container {
  position: relative;
  width: 100%;
  margin: 0px auto;
  max-width: 1180px;
  padding: 0px 15px;
}

.header-container {
  max-width: 100%;
  padding: 0px 60px;
}

.wide-container {
  max-width: 1430px;
}

/* Header Styles */

#pageHeaderWrapper {
  position: relative;
  width: 100%;
  z-index: 100;
  display: block;
  margin: 0px auto;
}

#pageHeader {
  position: relative;
  display: block;
  width: 100%;
  z-index: 101;
  padding: 0px;
  margin: 0px auto;
  max-width: 1920px;
  background: #fdfbf0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.top-header {
  position: relative;
  display: block;
}

.is-sticky #pageHeader {
  left: auto;
  max-width: 1920px;
  box-shadow: 0px 5px 10px #cfcfcf;
}

/* Top Header Container */

.topHeaderContainer {
  position: relative;
  display: block;
  margin: 0px auto;
}

/* Logo */

.logo {
  position: relative;
  display: flex;
  float: left;
  width: 247px;
  height: 134px;
  z-index: 1001;
  overflow: hidden;
  margin: -15px 0px -80px;
}

.logo a {
  position: relative;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

.logo img {
  position: relative;
  display: block;
  height: auto;
  /* height: 100px; */
  max-width: 100%;
}

/* Top Right Header */

.topRightHeader {
  position: relative;
  display: flex;
  padding: 0px;
  align-items: center;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  margin: 0px 0px 0px 0px;
  justify-content: space-between;
}

/* Header Group Container */

.headerGroupContainer {
  position: relative;
  display: block;
  float: right;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

/* Header Top Links */

.headerTopLinks {
  position: relative;
  padding: 0;
  font-size: 0px;
  display: block;
  list-style: none;
  margin: 0px -7px;
}

.headerTopLinks > li {
  position: relative;
  color: #ffffff;
  font-size: 14px;
  margin: 0px 7px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}

.headerTopLinks > li a {
  position: relative;
  display: block;
}

.headerTopLinks > li.header-cart-menu a {
  display: block;
  width: auto;
  height: auto;
  padding-right: 10px;
  background: transparent;
}

.headerTopLinks > li img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 25px;
  margin: 0px auto;
}

.headerTopLinks > li.header-user-menu img {
}

.headerTopLinks > li.header-cart-menu a span {
  position: absolute;
  color: #ffffff;
  right: -3px;
  z-index: 2;
  top: -14px;
  width: 25px;
  height: 25px;
  font-size: 12px;
  font-weight: 400;
  overflow: hidden;
  line-height: 25px;
  text-align: center;
  border-radius: 100%;
  background: #2E4B30;
  display: inline-block;
}

.headerTopLinks > li.header-cart-menu a {
  background: transparent;
}

/* Nav */

.nav-wrapper {
  position: relative;
  display: block;
  margin: 0px auto;
}

.nav-container,
.nav {
  position: relative;
  width: 100%;
  display: block;
  margin: 0px auto;
  text-align: center;
}

.nav ul {
  position: relative;
  display: flex;
  padding: 0;
  width: 100%;
  flex-wrap: wrap;
  margin: 0px auto;
  list-style-type: none;
  justify-content: center;
}

.nav > ul > li {
  position: relative;
  display: block;
  height: 100%;
  font-weight: 400;
  margin: 0px 20px;
}

.nav > ul > li:first-child {
  margin-left: 0px;
}

.nav > ul > li:last-child {
  margin-right: 0px;
}

.nav > ul > li > a {
  position: relative;
  display: block;
  height: 100%;
  color: #000000;
  line-height: 24px;
  padding: 38px 0px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav > ul > li.menu-item-has-children > a {
  padding-right: 20px;
}

.nav li.menu-item-has-children > a:after {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  content: "\f0d7";
  font-size: 12px;
  right: 1px;
  top: 50%;
  z-index: 2;
  height: 20px;
  font-weight: 900;
  margin-top: -12px;
  line-height: 20px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.nav > ul > li.menu-item-has-children:hover > a:after {
  content: "\f0d8";
}

.nav > ul > li span {
  position: relative;
  display: block;
  height: 100%;
  z-index: 2;
}

.nav > ul > li:hover > a,
.nav > ul > li.selected > a {
  color: #2E4B30;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.nav > ul > li.selected > a {
  font-weight: 700;
}

.nav > ul > li.bookApp-btn > a {
  color: #ffffff;
  font-weight: 700;
  padding: 38px 31px;
}

.nav > ul > li.bookApp-btn > a:before {
  position: absolute;
  bottom: 24px;
  left: 0px;
  right: 0px;
  width: 100%;
  content: "";
  height: 55px;
  border-radius: 30px;
  background: #acb087;
}

.nav > ul > li.bookApp-btn:hover > a:before,
.nav > ul > li.bookApp-btn.selected > a:before {
  background: #2E4B30;
}

.nav > ul ul,
.nav > ul ul ul {
  position: absolute;
  top: 100%;
  opacity: 0;
  width: 100%;
  left: -34px;
  font-size: 16px;
  padding: 0px 0px;
  font-weight: 400;
  min-width: 260px;
  text-align: left;
  visibility: hidden;
  text-transform: none;
  background: #ffffff;
  margin: 30px 0px 0px 0px;
  border-radius: 0px 0px 0px 0px;
  box-shadow: 0px 0px 10px #00000029;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.nav > ul ul ul {
  left: 100%;
  top: auto;
  margin: 0px;
  padding: 0px 0px;
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}

.nav > ul > li:hover > ul,
.nav > ul ul > li:hover > ul {
  opacity: 1;
  top: auto;
  margin-top: 0px;
  visibility: visible;
}

.nav > ul ul > li:hover > ul {
  margin-top: -58px;
}

.nav > ul ul > li,
.nav > ul ul ul > li {
  position: relative;
  display: block;
  padding: 0px;
  width: 100%;
  color: #000000;
  line-height: 24px;
}

.nav > ul ul a,
.nav > ul ul ul a {
  position: relative;
  display: block;
  color: #000000;
  line-height: 20px;
  padding: 18px 34px;
  background: transparent;
  /*text-transform: uppercase;*/
}

.nav > ul ul li:hover > a,
.nav > ul ul li.selected > a,
.nav > ul ul ul li:hover > a,
.nav > ul ul ul li.selected > a {
  color: #ffffff;
  background: #2E4B30;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*
.nav > ul ul li:last-child a {
    border-radius: 0px 0px 20px 20px;  
} */

/* Header Quick Search */

.header-quick-search .form-control {
  height: 50px;
  padding: 14px 15px;
  border-radius: 0px;
  border: 1px solid #ffffff;
}

.header-quick-search .form-control:focus,
.header-quick-search .form-control:hover {
  border: 1px solid #3e2b1f;
}

.header-quick-search .btn-1 {
  position: relative;
  border: none;
  height: 50px;
  color: #ffffff;
  line-height: 1;
  font-size: 16px;
  border-radius: 0;
  padding: 10px 20px;
  text-align: center;
  background: #acb087;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #acb087;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header-quick-search .btn-1:hover {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

.header-quick-search .btn-close {
  position: absolute;
  color: #ffffff;
  opacity: 1;
  right: 0;
  top: -30px;
  text-shadow: none;
}

.header-quick-search .btn-close:hover {
  color: #8b0000;
}

.modal-content {
  border: none;
  box-shadow: none;
  border-radius: 0px;
}

.modal-backdrop.show {
  opacity: 0.9;
}

/* Banner Styles */

.bannerWrapper {
  position: relative;
  display: block;
  width: 100%;
  z-index: 3;
  padding: 0px 0px;
  margin: 0px auto 0px;
}

.banner {
  position: relative;
  display: block;
  width: 100%;
  z-index: 0;
  margin: 0px auto;
}

.homeBannerSlider {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
}

[data-animation-in] {
  opacity: 0;
}

.banner-slide {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}

.banner-slide figure {
  position: relative;
  display: block;
  width: 100%;
  z-index: 1;
  padding: 0px;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 100px;
}

.banner-slide figure::before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/banner-bg.png);
}

.banner-slide figure img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.bg-img {
  min-width: 100%;
  min-height: 100%;
  max-width: none;
  max-height: none;
  background-size: cover;
  background-position: center center;
}

.bg-img img {
  display: none !important;
}

.banner_caption {
  position: absolute;
  z-index: 7;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  color: #ffffff;
  display: block;
  margin: 0px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.banner_caption .captionWrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0px auto;
}

.banner_caption .captionContainer {
  position: relative;
  color: #ffffff;
  padding: 0px;
  font-size: 16px;
  font-weight: 400;
  display: table-cell;
  vertical-align: middle;
}

.banner_caption .captionContainerInner {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px 0px;
  max-width: 700px;
}

.banner_caption .captionContainer .bannerHeading1 {
  font-size: 75px;
  color: #ffffff;
  line-height: 1.1;
  font-weight: 700;
  padding-bottom: 15px;
  text-transform: none;
}

.banner_caption .captionContainer p {
  max-width: 520px;
  margin-bottom: 30px;
}

.homeBannerSlider .slick-dots {
  left: 50%;
  width: auto;
  bottom: 80px;
  margin-left: -710px;
}

/* Container Style */

.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb100 {
  padding-bottom: 100px !important;
}

.mt0 {
  margin-top: 0 !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mt60 {
  margin-top: 60px !important;
}
.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.mb100 {
  margin-bottom: 100px !important;
}

.mg0 {
  margin: 0px !important;
}
.mg5 {
  margin: 5px !important;
}
.p0 {
  padding: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.p15 {
  padding: 15px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.mr20 {
  margin-right: 20px !important;
}

/* Main Content Wrapper */

.main-content-wrapper {
  position: relative;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
  max-width: 1920px;
}

/* Product Category Slider */

.product-category-section {
  position: relative;
  display: block;
  padding: 25px 0px 20px;
}

.product-category-section .pageTitle,
.home-product-grid-section .pageTitle {
  margin-top: 10px;
  /* padding-top: 10px; */
}

.product-category-section .pageTitle h2,
.home-product-grid-section .pageTitle h2 {
  margin-top: 12px;
  /* margin-bottom: 10px; */
}

.product-category-section .pageTitle .subtitle,
.home-product-grid-section .pageTitle .subtitle {
  margin-top: 6px;
}

.home-product-grid-section {
  position: relative;
  display: block;
  padding: 10px 0px 10px;
}

.category-grid-slider {
  position: relative;
  display: block;
  margin-top: 25px;
}

.category-slide {
  padding: 0px 12px;
}

.category-card {
  position: relative;
  display: block;
  text-decoration: none;
  background: #ffffff;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
}

.category-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 38px rgba(0, 0, 0, 0.12);
}

.category-image {
  position: relative;
  display: block;
  width: 100%;
  /* padding: 12px; */
  aspect-ratio: 1 / 1;
  background: #f6f6f6;
}

.category-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.category-title {
  padding: 16px 16px 18px;
  text-align: center;
}

.category-title h4 {
  margin: 0px;
  font-size: 18px;
  line-height: 1.2;
  color: #111111;
}

.nopadding {
  padding: 0px !important;
}

/* Main Container */

.main-container {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
  padding: 50px 0px 100px;
}

.bg-center-top {
  background-position: center top !important;
}

.bg-center-bottom {
  background-position: center bottom !important;
}

.bg-cover {
  background-size: cover !important;
}

hr {
  position: relative;
  display: block;
  width: 100%;
  opacity: 1;
  margin: 30px auto 25px;
  background-color: #dddddd;
}

.homeAbout-intro {
  position: relative;
  display: block;
  padding: 80px 0px 110px;
}

.homeAbout-intro .row .col-lg-5 {
  width: 52.5%;
  z-index: 3;
}

.homeAbout-intro .row .col-lg-7 {
  width: 47.5%;
  align-self: center;
}

.homeAbout-groupPic {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 32px 32px 0px 0px;
}

.homeAbout-pic-container {
  position: relative;
  display: block;
}

.homeAbout-pic-container::before {
  position: absolute;
  top: -32px;
  left: 32px;
  z-index: 1;
  content: "";
  right: -32px;
  width: 686px;
  height: 686px;
  border-radius: 100%;
  border: 10px solid rgba(240, 88, 122, 0.5);
}

.homeAbout-pic-container figure {
  position: relative;
  display: block;
  margin: 0px 0px;
  overflow: hidden;
}

.homeAbout-pic-container figure img {
  width: 686px;
  height: 686px;
  max-width: none;
  object-fit: cover;
  position: relative;
  border-radius: 100%;
  -o-object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.homeAbout-content {
  position: relative;
  display: block;
  padding-left: 30px;
}

.homeAbout-inner-content {
  z-index: 3;
  display: block;
  position: relative;
}

.homeAbout-content::before {
  position: absolute;
  content: "";
  background-color: #d1e8d2;
  inset: -90px -50% -90px -280px;
  background-image: url(../images/testimonial-bg.png);
}

.homeAbout-intro .right-bgIcon3 {
  z-index: 2;
  bottom: 55px;
}

.homeService-section {
  position: relative;
  display: block;
}

.service-slider {
  margin: 0px -15px;
}

.service-slide {
  padding: 10px 15px;
}

.service-slide .service-itemBox {
  margin: 0px 0px;
}

.service-slide .service-title h4 {
  font-size: 20px;
}

.service-slide .service-title h4 img {
  top: 16px;
}

.whatClient-section {
  position: relative;
  display: block;
  padding: 130px 60px 140px 0px;
}

.whatClient-section .row .col-lg-8 {
  width: 60%;
}

.whatClient-section .row .col-lg-4 {
  width: 40%;
}

.whatClient-contentBox {
  position: relative;
  display: block;
  padding-right: 100px;
}

.whatClient-section .left-bgIcon1 {
  top: -30px;
}

.whatClient-contentBox::before {
  position: absolute;
  content: "";
  background-color: #d1e8d2;
  inset: -90px -350px -90px 0px;
  background-image: url(../images/testimonial-bg.png);
}

.whatClient-innerBox {
  position: relative;
  display: block;
  z-index: 5;
}

.whatClient-heading {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 745px;
  margin-bottom: 35px;
}

.whatClient-heading .pageTitle {
  padding: 0px 0px;
}

.slide-button {
  position: relative;
  display: flex;
  margin: 0px -5px;
}

.slide-button .slick-arrow {
  display: flex;
  width: 55px;
  height: 55px;
  margin: 0px 5px;
  font-size: 18px;
  color: #ffffff;
  border-radius: 55px;
  align-items: center;
  background: #2E4B30;
  justify-content: center;
  border: 1px solid #2E4B30;
}

.slide-button .slick-arrow:hover {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

.whatClientSlide-container {
  position: relative;
  display: block;
  float: right;
  width: 100%;
  max-width: 745px;
}

.testimonial-slider {
  margin: 0px 0px 0px -790px;
}

.testimonial-slide {
  padding: 30px 30px 0px;
}

.whatClient-pic {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 97%;
  border-radius: 100%;
}

.whatClient-pic figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.whatClient-pic img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.ctc-container {
  position: relative;
  display: block;
  padding: 0px 0px 180px;
}

.ctc-container .left-bgIcon1 {
  top: -150px;
  z-index: 1;
}

.ctc-container .left-bgIcon1 img {
  max-width: 340px;
}

.ctc-container .right-bgIcon3 {
  z-index: 1;
  right: -90px;
  bottom: -60px;
}

.ctc-container .right-bgIcon3 img {
  max-width: 340px;
}

.ctc-mainSection {
  position: relative;
  display: block;
  background-size: cover;
  border-radius: 30px 30px;
  background-position: center right;
}

.ctc-wrapper {
  position: relative;
  display: block;
  color: #ffffff;
  border-radius: 30px 30px;
  padding: 80px 120px 100px;
  background: rgba(240, 88, 122, 0.97);
}

.ctc-wrapper .row .col-lg-7 {
  width: 56%;
}

.ctc-wrapper .row .col-lg-5 {
  width: 44%;
}

.ctc-dogPic {
  position: relative;
  display: block;
  text-align: center;
  margin: -150px 0px -160px;
}

.ctc-wrapper .pageTitle h2 {
  color: #ffffff;
}

/*About Us*/

.aboutValue-section {
  position: relative;
  display: block;
  padding: 110px 0px;
}

.aboutValue-listing {
  position: relative;
  display: block;
}

.aboutValue-item {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.aboutValue-listing .aboutValue-item:last-child {
  margin: 0px 0px;
}

.aboutValue-item .row .col-md-2 {
  width: 12%;
}

.aboutValue-item .row .col-md-10 {
  width: 88%;
}

.aboutValue-icon {
  font-family: "Cormorant Garamond", serif;
  width: 100px;
  height: 100px;
  display: flex;
  font-size: 45px;
  font-weight: 800;
  color: #ffffff;
  margin-right: 10px;
  position: relative;
  align-items: center;
  border-radius: 100px;
  background: #acb087;
  justify-content: center;
}

.aboutVision-section {
  position: relative;
  display: block;
  padding: 0px 60px;
}

.aboutVision-pic-container {
  position: relative;
  display: block;
  height: 0px;
  z-index: 2;
  overflow: hidden;
  border-radius: 100%;
  padding-bottom: 100%;
}

.aboutVision-pic-container figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.aboutVision-pic-container img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.aboutVision-wrapper {
  position: relative;
  display: block;
}

.aboutVision-wrapper::before {
  position: absolute;
  content: "";
  background-color: #d1e8d2;
  inset: -90px -50% -90px -280px;
  background-image: url(../images/testimonial-bg.png);
}

.aboutVision-content {
  position: relative;
  display: block;
  z-index: 2;
  padding-left: 25px;
}

.aboutVision-box {
  position: relative;
  display: block;
  max-width: 665px;
  margin: 20px 0px;
  color: #ffffff;
  padding: 70px 80px;
  border-radius: 50px;
  background: #acb087;
}

.aboutVision-icon {
  position: absolute;
  display: flex;
  top: 50%;
  left: -150px;
  width: 120px;
  height: 120px;
  border-radius: 100%;
  align-items: center;
  background: #2d100a;
  justify-content: center;
  border: 7px solid #2E4B30;
  transform: translate(0%, -50%);
}

.aboutVision-box h2 {
  color: #ffffff;
  padding-bottom: 15px;
}

.about-team-section {
  position: relative;
  display: block;
  padding: 100px 0px 50px;
}

.about-team-section .left-bgIcon1 {
  top: 18%;
}

.about-team-section .left-bgIcon3 {
  bottom: 18%;
}

.about-team-section .right-bgIcon1 {
  top: -100px;
}

.aboutTeam-listing {
  position: relative;
  display: block;
}

.aboutTeam-item {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.aboutTeam-item .row .col-lg-5 {
  width: 45%;
}

.aboutTeam-item .row .col-lg-7 {
  width: 55%;
  align-self: center;
}

.aboutTeam-listing .aboutTeam-item:nth-child(odd) .about-order1 {
  order: 2;
}

.aboutTeam-listing .aboutTeam-item:nth-child(odd) .about-order2 {
  order: 1;
}

.aboutTeam-listing .aboutTeam-item:nth-child(odd) .service-groupPic {
  margin: 0px 0px;
  padding: 32px 0px 0px 28px;
}

.about-contentBox {
  position: relative;
  display: block;
}

.about-contentBox h3 {
  padding-bottom: 12px;
}

.about-contentBox h5 {
  font-size: 16px;
  color: #acb087;
  padding-bottom: 20px;
}

.about-contentBox h6 {
  font-size: 16px;
  padding-bottom: 15px;
}

.aboutContact-container {
  position: relative;
  display: block;
  padding: 0px 0px 120px;
}

.aboutContact-container .left-bgIcon1 {
  top: 0px;
}

.aboutContact-section {
  position: relative;
  display: block;
  background-size: cover;
  border-radius: 50px 50px;
  background-position: center right;
}

.aboutContact-wrapper {
  position: relative;
  display: block;
  color: #ffffff;
  text-align: center;
  border-radius: 50px 50px;
  padding: 75px 120px 85px;
  background: rgba(240, 88, 122, 0.97);
}

.aboutContact-wrapper .pageTitle,
.acb-contentBox h6 {
  color: #ffffff;
}

.aboutContact-wrapper .pageTitle h2 {
  color: #ffffff;
  padding-bottom: 15px;
}

.acb-contentBox {
  position: relative;
  display: block;
}

.acb-contentBox h6 {
  font-size: 16px;
}

ul.acb-ul {
  margin: 0px 0px;
  padding: 0px 0px;
  text-align: center;
  list-style-type: none;
}

ul.acb-ul li {
  line-height: 1;
  color: #ffffff;
  padding: 0px 30px;
  margin-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #ffffff;
}

ul.acb-ul li:last-child {
  border: none;
}

ul.acb-ul li i {
  margin-right: 10px;
}

.openingHour-container {
  position: relative;
  display: block;
  padding-bottom: 120px;
}

.openingHour-container .right-bgIcon3 {
  bottom: 120px;
}

.opening-hourSection {
  position: relative;
  display: block;
  padding: 110px 0px;
  border-radius: 0px 50px 50px 0px;
}

.opening-hourSection::before {
  position: absolute;
  content: "";
  inset: 0px 0px 0px -50%;
  background-color: #d1e8d2;
  border-radius: 0px 50px 50px 0px;
  background-image: url(../images/testimonial-bg.png);
}

.opening-hours {
  position: relative;
  display: block;
  font-size: 24px;
  font-weight: 700;
}

.openDog-pic {
  position: relative;
  display: block;
  margin: -190px 0px -160px;
}

/*Service*/

.service-section {
  position: relative;
  display: block;
}

.service-itemBox {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-itemBox a {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 50px;
}

.service-pic-container {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  padding-bottom: 68%;
  border-radius: 50px 50px 0px 0px;
}

.service-pic-container figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.service-pic-container img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service-title {
  position: relative;
  display: block;
  background: #d1e8d2;
  padding: 13px 60px 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-itemBox a:hover .service-title {
  background: #2E4B30;
}

.service-title h4 {
  line-height: normal;
  padding: 0px 30px 0px 0px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.service-itemBox a:hover .service-title h4 {
  color: #ffffff;
}

.service-title h4 img {
  position: absolute;
  right: 0px;
  top: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg)
    brightness(300%) contrast(300%);
}

.service-itemBox a:hover .service-title h4 img {
  filter: none;
}

/*Service Details*/

.service-container {
  position: relative;
  display: block;
  padding: 100px 0px 60px;
}

.service-groupListing {
  position: relative;
  display: block;
  z-index: 2;
  padding: 30px 0px 0px;
}

.service-groupItem {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.service-groupBox {
  position: relative;
  display: block;
}

.serNumb-text {
  font-family: "Cormorant Garamond", serif;
  top: 50%;
  right: 0px;
  line-height: 1;
  font-weight: 800;
  color: #d1e8d2;
  font-size: 250px;
  margin-top: -50px;
  position: absolute;
}

.service-groupBox .row {
  z-index: 1;
}

.service-groupBox .row .col-lg-5 {
  width: 46%;
}

.service-groupBox .row .col-lg-7 {
  width: 54%;
  align-self: center;
}

.service-groupPic {
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding: 32px 32px 0px 0px;
}

.sdmPic-container {
  position: relative;
  display: block;
}

.sdmPic-container::before {
  position: absolute;
  top: -32px;
  left: 32px;
  z-index: 1;
  content: "";
  right: -32px;
  width: 556px;
  height: 556px;
  border-radius: 100%;
  border: 10px solid rgba(240, 88, 122, 0.5);
}

.sdmPic-container figure {
  position: relative;
  display: block;
  margin: 0px 0px;
  overflow: hidden;
}

.sdmPic-container figure img {
  height: 556px;
  width: 556px;
  max-width: none;
  object-fit: cover;
  position: relative;
  border-radius: 100%;
  -o-object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.service-contentBox {
  position: relative;
  display: block;
}

.service-groupListing .service-groupItem:nth-child(even) .service-order1 {
  order: 2;
}

.service-groupListing .service-groupItem:nth-child(even) .service-order2 {
  order: 1;
}

.service-groupListing
  .service-groupItem:nth-child(even)
  .service-order1
  .service-groupPic {
  padding: 32px 0px 0px 32px;
  order: 2;
}

.service-groupListing .service-groupItem:nth-child(even) .service-contentBox {
  padding-left: 210px;
}

.service-groupListing .service-groupItem:nth-child(even) .serNumb-text {
  left: 0px;
  right: auto;
}

/*Testimonials*/

.testimonial-container {
  position: relative;
  display: block;
  padding: 60px 60px;
}

.testimonial-section {
  position: relative;
  display: block;
  border-radius: 100px;
  background-size: cover;
  padding: 140px 0px 80px;
  background-color: #d1e8d2;
  background-position: center center;
}

.testimonial-listing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -30px;
  padding-bottom: 20px;
}

.testimonial-item {
  position: relative;
  display: none;
  width: 50%;
  float: left;
  height: 100%;
  padding: 0px 30px 60px;
}

.testimonial-itemBox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #000000;
  border-radius: 50px;
  background: #ffffff;
  background-repeat: no-repeat;
  padding: 40px 50px 70px 100px;
  background-position: 50px 10px;
  background-image: url(../images/quote.png);
}

.testimonial-itemBox::before {
  position: absolute;
  top: -29px;
  left: 29px;
  height: 100%;
  right: -29px;
  content: "";
  border-radius: 50px;
  border: 5px solid rgba(240, 88, 122, 0.5);
}

.testimonial-content {
  z-index: 1;
  display: block;
  position: relative;
  margin-bottom: 25px;
}

.userInfo-box {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000000;
}

.userPic-box {
  position: relative;
  display: block;
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 60px;
}

.userPic-box img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.userInfo-box h5 {
  font-size: 20px;
  padding-bottom: 5px;
}

.testimonial-star {
  position: relative;
  display: block;
  color: #ebb553;
}

.testimonial-star i {
  font-size: 13px;
  margin-right: 5px;
}

/*Gallery*/

.left-bgIcon1,
.left-bgIcon2,
.left-bgIcon3,
.left-bgIcon4,
.left-bgIcon5,
.left-bgIcon6 {
  position: absolute;
  left: 0px;
  z-index: 1;
}

.left-bgIcon1 {
  top: 75px;
}

.left-bgIcon2 {
  bottom: 25%;
}

.left-bgIcon3 {
  bottom: 30px;
}

.left-bgIcon4 {
  left: 50px;
  bottom: 150px;
}

.left-bgIcon5 {
  bottom: 0px;
}

.left-bgIcon6 {
  bottom: 40%;
}

.right-bgIcon1,
.right-bgIcon2,
.right-bgIcon3,
.right-bgIcon4,
.right-bgIcon5,
.right-bgIcon6 {
  position: absolute;
  right: 0px;
  z-index: 1;
}

.right-bgIcon1 {
  top: 25%;
}

.right-bgIcon2 {
  bottom: -120px;
}

.right-bgIcon3 {
  bottom: 0px;
}

.right-bgIcon4 {
  bottom: 18%;
}

.right-bgIcon5 {
  top: 45%;
}

.right-bgIcon6 {
  bottom: 5%;
}

.galleryListing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

.galleryItem {
  position: relative;
  display: none;
  width: 25%;
}

.galleryItem-box,
.galleryItem-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery-pic-container {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  padding-bottom: 100%;
}

.gallery-pic-container figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.gallery-pic-container img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.gallery-mask-container {
  position: absolute;
  bottom: -100%;
  width: 100%;
  height: 100%;
  display: flex;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 35px;
  text-align: center;
  align-items: center;
  justify-content: center;
  background: rgba(158, 57, 34, 0.9);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.galleryItem-box a:hover .gallery-mask-container {
  bottom: 0px;
}

.gallery-mask-content {
  position: relative;
  display: block;
}

ul.galleryMask-ul {
  display: flex;
  margin: 0px 0px;
  padding: 0px 0px 10px;
  list-style-type: none;
  justify-content: center;
}

ul.galleryMask-ul li {
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  padding: 0px 25px 20px;
}

ul.galleryMask-ul li img {
  margin-right: 10px;
}

/*Blog*/

.blog-search {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.blog-search input {
  border-radius: 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 18px 50px 18px 30px;
}

.blog-search .form-control:focus,
.blog-search .form-control:hover {
  color: #262626;
  outline: none !important;
  background-color: #ffffff;
  border: 1.5px solid #2E4B30;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.blog-search .search-btn {
  position: absolute;
  top: 14px;
  right: 18px;
  border: none;
  background: transparent;
}

.blogFilter-box {
  position: relative;
  display: block;
  padding: 30px 50px;
  /* border-radius: 50px; */
  margin-bottom: 30px;
  background: #d1e8d2;
}

.blogFilter-box h3 {
  font-size: 30px !important;
}

.woocommerce ul.products li.product .button {
  display: block !important;
}

ul.blogRecent-post {
  margin: 0px 0px;
  padding: 0px 0px;
  list-style-type: none;
}

ul.blogRecent-post > li {
  position: relative;
  margin-bottom: 20px;
}

ul.blogRecent-post > li:last-child {
  margin: 0px 0px;
}

.blogRecent-box,
.blogRecent-box a {
  position: relative;
  display: block;
}

.blogRecent-box a .blogDate,
.blogDetails-container .blogDate {
  top: auto;
  left: auto;
  position: relative;
  margin-bottom: 10px;
  display: inline-block;
}

.blogRecent-box a h6 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #000000;
  padding: 0px 0px;
  transition: all 0.3s;
}

.blogRecent-box a:hover h6 {
  color: #2E4B30;
  text-decoration: underline;
}

.blogRight-section {
  position: relative;
  display: block;
  padding-left: 30px;
}

.blogListing {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  padding-bottom: 30px;
}

.blogItem {
  position: relative;
  display: block;
  width: 33.3333%;
  padding: 0px 15px 30px;
}

.blogItem-box,
.blogItem-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.blogItem-box a {
  overflow: hidden;
}

.blogDate {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 1;
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  border-radius: 20px;
  padding: 6px 15px 5px;
  background: #ffffff;
  transition: all 0.3s;
}

.blogDate i {
  margin-right: 5px;
}

.blogItem-box a:hover .blogDate,
.blogRecent-box a:hover .blogDate,
.blogDetails-container .blogDate {
  color: #ffffff;
  background: #2E4B30;
}

.blogPic-container {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  padding-bottom: 75.15%;
  border-radius: 35px 35px 0px 0px;
}

.blogPic-container figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.blogPic-container img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.blogTitle {
  position: relative;
  display: block;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding: 25px 30px;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-width: 0px 1px 1px 1px;
  border-radius: 0px 0px 35px 35px;
  transition: all 0.3s;
}

.blogItem-box a:hover .blogTitle {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

/*Blog Details*/

.blogDetails-container {
  position: relative;
  display: block;
}

.blog-detail-banner {
  position: relative;
  display: block;
  margin-bottom: 35px;
}

.blog-detail-banner img {
  width: 100%;
  border-radius: 50px;
}

.blog-social-media {
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.blog-social-media ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  margin: 0px -1px;
  align-items: center;
  list-style-type: none;
}

.blog-social-media ul li {
  padding: 0px 1px;
}

.blog-social-media h5 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
  padding: 0px 20px 0px 0px;
}

.blog-social-media ul li a {
  position: relative;
  display: flex;
  width: 44px;
  height: 44px;
  font-size: 18px;
  color: #b4b4b4;
  border-radius: 50px;
  align-items: center;
  background: transparent;
  justify-content: center;
  border: 1px solid transparent;
}

.blog-social-media ul li a:hover {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

.blog-Pagination {
  position: relative;
  display: block;
}

/*Faq*/

.faq-section {
  position: relative;
  display: block;
  border-radius: 100px;
  background-size: cover;
  padding: 120px 0px 80px;
  background-color: #d1e8d2;
  background-position: center center;
}

/*Opportunities*/

.opportunities-container {
  position: relative;
  display: block;
  padding: 110px 0px 60px;
}

.opport-top-section {
  position: relative;
  display: block;
  padding: 100px 0px 80px;
}

.opport-top-section .row .col-lg-5 {
  width: 46%;
}

.opport-top-section .row .col-lg-7 {
  width: 54%;
  align-self: center;
}

.opport-topContent {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.opport-topContent h6 {
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  color: #acb087;
  padding-bottom: 15px;
}

.opport-top-section .service-groupPic {
  margin-bottom: 30px;
  padding: 32px 0px 0px 32px;
}

.brownText {
  color: #2E4B30;
}

.opport-bottom-section {
  position: relative;
  display: block;
  padding: 0px 60px;
}

.opport-bottom-section .right-bgIcon1 {
  top: -250px;
}

.opport-bottom-section .faq-section {
  padding: 100px 0px 80px;
}

.opport-bottom-section .faq-section .pageTitle {
  padding-bottom: 40px;
}

.opportAccordion-body {
  position: relative;
  display: block;
}

.opportAccordion-group {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.opportAccordion-group h4 {
  font-size: 16px;
  padding-bottom: 15px;
}

.opportAccordion-group .ul-listing {
  margin: 0px 0px;
}

.opportAccordion-notification {
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 700;
}

.opportAccordion-notification a {
  font-weight: 700;
  color: #acb087;
  text-decoration: underline;
}

.opportAccordion-notification a:hover {
  color: #000000;
}

.opc-item {
  display: none;
}

/* Tabs Tabstyle 1 */

ul.nav-tabs.tabstyle1 {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  width: 100%;
  border: none;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0px;
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  list-style-type: none;
}

ul.nav-tabs.tabstyle1 li.nav-item {
  position: relative;
  border: none;
  z-index: 1;
  width: 50%;
  color: #989898;
  font-size: 20px;
  margin: 0px 0px;
  line-height: 36px;
  overflow: hidden;
  padding: 0px 0px 5px;
}

ul.nav-tabs.tabstyle1 li.nav-item a {
  position: relative;
  border: none;
  color: #989898;
  margin: 0px auto;
  text-align: left;
  font-weight: 700;
  border-radius: 0px;
  text-align: center;
  border-bottom: none;
  padding: 0px 20px 25px;
  background: transparent;
  text-decoration: none !important;
  border-bottom: 1px solid #989898;
}

ul.nav-tabs.tabstyle1 li.nav-item a::before {
  position: absolute;
  bottom: -5px;
  left: -100%;
  opacity: 0;
  height: 5px;
  width: 100%;
  content: "";
  background: #acb087;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

ul.nav-tabs.tabstyle1 li.nav-item a:hover::before,
ul.nav-tabs.tabstyle1 li.nav-item a.active::before {
  opacity: 1;
  left: 0px;
}

ul.nav-tabs.tabstyle1 li.nav-item a:hover,
ul.nav-tabs.tabstyle1 li.nav-item a.active {
  opacity: 1;
  color: #2E4B30;
  border-color: transparent;
}

.accordion-item {
  overflow: hidden;
  box-shadow: none;
  margin-bottom: 30px;
  background: #ffffff;
  border: none !important;
  border-radius: 30px 30px 30px 30px !important;
}

.accordion-button {
  font-family: "Cormorant Garamond", serif;
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  line-height: normal;
  background: #acb087;
  border: 1px solid #acb087;
  padding: 16px 70px 16px 50px;
  border-radius: 50px !important;
}

.accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
  border-radius: 50px !important;
}

.accordion-button::after {
  font-family: "Font Awesome 6 Free";
  width: auto;
  height: auto;
  content: "\f107";
  color: #ffffff;
  font-size: 25px;
  font-weight: 700;
  margin-right: -30px;
  background-repeat: no-repeat;
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
}

.accordion-body {
  position: relative;
  display: block;
  color: #000000;
  padding: 44px 50px;
  background: #ffffff;
}

.accordion-collapse {
}

.accordion-body p,
.accordion-body p:last-child {
  margin: 0px 0px 15px;
}

/*Shop*/

.shop-container {
  position: relative;
  display: block;
}

.shop-container > .row > .col-lg-3 {
  width: 25%;
}

.shop-container > .row > .col-lg-9 {
  width: 75%;
}

.shop-mainContentArea {
  position: relative;
  display: block;
  padding-left: 30px;
}

/* Filter Box */

.filter-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  color: #000000;
  /* border-radius: 50px; */
  margin: 0px auto 60px;
  background: #d1e8d2;
  padding: 15px 30px 5px;
}

/* Filter Select */

.filter-select-box {
  position: relative;
  color: #000000;
  padding: 0px;
  font-size: 16px;
  vertical-align: top;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.filter-select-box form {
  margin: 0px 0px !important;
}

.filter-select-text {
  position: relative;
  font-size: 16px;
  margin: 0px 0px;
  color: #000000;
  font-weight: 700;
  line-height: normal;
  vertical-align: top;
  display: inline-block;
  padding: 0px 10px 0px 0px;
}

.filter-select-text span {
  position: relative;
  color: #000000;
}

.filter-select-box .NiceSelect {
  vertical-align: top;
  display: inline-block;
}

.filter-select-box .nice-select {
  height: auto;
  border: none;
  color: #000000;
  font-weight: 400;
  border-radius: 0px;
  padding: 0px 45px 0px 0px;
  background: transparent !important;
  border: 1px solid transparent !important;
}

.filter-select-box .nice-selected .nice-select .current {
  font-weight: 400;
  color: #000000;
}

.filter-select-box.sorting {
  padding-right: 10px;
}

.filter-select-box strong,
.filter-select-box b,
.filter-select-text strong,
.filter-select-text b {
  font-weight: 700;
}

.filter-box .row .col .row .col-auto {
  border-right: 1px solid #000000;
}

.filter-box .row .col .row .col-auto:last-child {
  border: none;
}

.noUi-pips-horizontal {
  position: relative;
  display: flex;
  inset: auto;
  height: auto;
  align-items: center;
  padding-top: 20px;
      justify-content: center;
}

.noUi-marker,
.noUi-value {
  position: relative;
  color: #000000;
  align-items: center;
  inset: auto !important;
  width: auto !important;
  height: auto !important;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.noUi-value {
  padding: 0px 3px;
}

.noUi-pips-horizontal .noUi-marker:nth-child(1) {
  opacity: 1;
  color: #000000;
  font-weight: 500;
  align-items: center;
  background: transparent;
  padding: 0px 3px 0px 0px;
}

.noUi-pips-horizontal div:nth-child(2):after {
  content: "-";
  margin: 0px 1px 0px 8px;
}

/* Products Listing */

.csm-products-listing,
.woocommerce .products ul,
.woocommerce ul.products {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0px 0px;
  list-style-type: none;
  margin: 0px -15px 30px;
}

.csm-product-item,
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  position: relative;
  display: flex;
  float: left;
  width: 25%;
  font-size: 16px;
  line-height: 1.6;
  padding: 0px 15px;
  align-self: stretch;
  margin: 0px 0px 30px;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0px 0px 30px !important;
  padding: 0px 15px !important;
  width: 33.3333%;
}

.csm-product-item-inner {
  position: relative;
  display: block;
  padding: 0px;
  width: 100%;
  height: 100%;
  color: #000000;
  padding: 10px 20px;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #dddddd;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.csm-product-item-inner:hover {
  border-color: #2E4B30;
  box-shadow: 1px 5px 5px #cfcfcf;
}

.csm-product-photo-container {
  position: relative;
  display: block;
  height: 0px;
  overflow: hidden;
  margin-bottom: 5px;
  padding-bottom: 100%;
}

.csm-product-photo-container > a,
.csm-product-photo-container figure {
  position: absolute;
  overflow: hidden;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.csm-product-photo-container figure img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.csm-product-mask-container {
  position: relative;
  display: block;
}

.csm-product-mask-container .row {
  margin: 0px -8px;
  justify-content: center;
  display: block !important;
}

.csm-product-mask-container .row .col-auto {
  padding: 0px 8px;
}

.product-btns-group {
  position: relative;
  display: block;
}

.product-btns-group a {
  position: relative !important;
  display: block !important;
  
  min-width: auto !important;
  overflow: hidden !important; 
  border-radius: 56px !important;
  padding: 10px !important;
  text-align: center !important;
  background: #acb087 !important;
  margin: 0px auto 0px !important;
  border: 1px solid #acb087 !important;
}

.product-btns-group .add-to-wishlist-btn {
  margin-top: 0px;
}

.product-btns-group a:hover {
  color: #ffffff !important;
  background: #2E4B30 !important;
  border-color: #2E4B30 !important;
}

.product-btns-group .yith-wcwl-add-to-wishlist {
  margin-top: 0px !important;
}

.product-btns-group .feedback,
.product-btns-group .add-to-cart-btn > a.added {
  display: none !important;
}

.product-btns-group .view-product-btn > a {
}

.product-btns-group .view-product-btn > a:hover {
}

.product-btns-group .add-to-cart-btn > a img {
  max-height: 20px;
  width: auto !important;
  margin: 0px 0px !important;
  display: inline-block !important;
}

.product-btns-group .add-to-cart-btn > a:hover {
}

.csm-product-description-box,
.csm-product-description-box > a,
.csm-product-short-description {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  margin: 0px auto;
  text-align: center;
}

.csm-product-description-box > a {
  height: 100%;
  padding: 0px;
}

.csm-product-description-box {
  margin: 0px 0px 6px;
}

.csm-product-short-description {
  margin: 0px 0px 5px;
}

.csm-product-price-box,
.csm-product-star-rattings {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #2d2528;
  padding-bottom: 0px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.csm-product-name {
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  color: #2E4B30;
  font-weight: 700;
  line-height: normal;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.csm-product-short-description .csm-product-name { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.csm-product-star-rattings,
.woocommerce ul.products li.product .star-rating {
  color: #ebd400;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 5px;
}

.woocommerce .products .star-rating {
  margin: 0px auto !important;
  display: inline-block !important;
}

.csm-product-star-rattings .fa,
.csm-product-star-rattings .fas,
.csm-product-star-rattings .far,
.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far,
.star-ratings .fa,
.star-ratings .fas,
.star-ratings .far {
  margin-right: 2px;
}

.reviewRatings span.totalReviews {
  font-size: 14px;
  font-weight: 400;
  margin-left: 10px;
  color: #ebd400 !important;
}

.reviewRatings .fa,
.reviewRatings .fas,
.reviewRatings .far {
  color: #ebd400 !important;
}

.csm-product-star-rattings,
.woocommerce .star-rating:before,
.wc-layered-nav-rating a,
.comment-form-rating .stars a {
  color: #ebd400 !important;
}

.wc-layered-nav-rating a:hover,
.comment-form-rating .stars a:hover {
  color: #ebd400 !important;
}

.csm-product-details-box .star-rating,
.reviewRatings .star-rating {
  float: none !important;
}

.csm-product-price-box {
  padding: 0px;
}

.csm-product-price-box,
.csm-product-price-box bdi,
.csm-product-price-box ins bdi {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
}

.csm-product-price-box bdi {
  color: #000000;
}

.price > del,
.csm-product-price-box del bdi {
  color: #b4b4b4;
  font-weight: 700;
  font-size: 20px;
  margin-left: 7px;
}

.csm-product-price-box ins bdi {
  color: #000000 !important;
}

.csm-product-price-box .price {
  display: flex !important;
  line-height: 1;
  justify-content: center;
}

.csm-product-price-box del {
  order: 2;
  opacity: 1 !important;
}

.csm-product-price-box del bdi,
.csm-product-price-box del span,
.price > del {
  display: flex !important;
  line-height: 1;
}

.price > del {
  order: 2;
}

.price > ins {
  order: 1;
  margin-bottom: 10px;
  text-decoration: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce ul.products li.product .price {
  color: inherit !important;
  font-size: inherit !important;
  margin-bottom: 0px !important;
  font-weight: inherit !important;
}

.csm-product-item p {
  margin: 15px auto 0px;
}

.csm-product-stock-wrapper {
  position: absolute;
  display: block;
  z-index: 11;
  top: 0px;
  left: 0px;
}

.csm-product-stock {
  position: absolute;
  top: 55px;
  left: -16px;
  rotate: -90deg;
  display: block;
  font-size: 12px;
  font-weight: 700;
  color: #eeeeee;
  padding: 5px 15px;
  border-radius: 20px;
  background: #00a341;
  text-transform: uppercase;
}

.csm-product-stock span {
  position: relative;
  display: block;
}

.csm-product-stock.sale {
  background: #e00202;
}

.csm-product-stock.outOfStock {
  top: 80px;
  left: -46px;
  min-width: 120px;
  background: #b4b4b4;
}

.addToWishlist-icon {
  position: relative;
  display: block;
}

.addToWishlist-icon .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

.addToWishlist-icon a {
  position: relative;
  display: flex;
  z-index: 7;
  width: 40px;
  height: 40px;
  font-size: 20px;
  color: #ffffff;
  border-radius: 55px;
  align-items: center;
  background: #2E4B30;
  justify-content: center;
  border: 1px solid #2E4B30;
}

.addToWishlist-icon a i,
.addToWishlist-icon a img {
  max-width: 20px !important;
  margin: 0px 0px !important;
}

.addToWishlist-icon > a:hover .fa,
.addToWishlist-icon > a:hover .far,
.addToWishlist-icon > a:hover .fas,
.addToWishlist-icon > a:hover {
  color: #ffffff;
  font-weight: 700;
  background: #2E4B30;
  border-color: #2E4B30;
}

.csm-products-slider .addToWishlist-icon a span,
.csm-product-item .addToWishlist-icon a span {
  display: none !important;
}

/*.addToWishlist-icon > a:before {
    font-family: 'Font Awesome 6 Free';
    position: relative;
    content: '\f004';
    color: #ebd400;
    }

.addToWishlist-icon a:hover:before,
.addToWishlist-icon.active a:hover:before {
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    content: '\f004';
    color: #ebd400;
    }*/

/* Product Btns Group */

.csm-product-btns-group {
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 30px;
  display: block;
  font-size: 16px;
  margin: 0px auto;
  font-weight: 400;
  max-width: 160px;
  text-align: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.csm-product-btns-group a {
  position: relative;
  color: #ffffff;
  min-width: 100%;
  font-weight: 400;
  overflow: hidden;
  margin: 0px auto;
  line-height: 20px;
  border-radius: 5px;
  padding: 14px 32px;
  white-space: nowrap;
  background: #0080ff;
  vertical-align: top;
  display: inline-block;
  text-transform: none;
  border: 1px solid #0080ff;
  text-decoration: none !important;
}

.csm-product-item-inner:hover .csm-product-btns-group a,
.csm-product-item-inner:focus .csm-product-btns-group a,
.csm-product-btns-group a:hover,
.csm-product-btns-group a:focus {
  color: #ffffff;
  background: #000000;
  border-color: #000000;
}

.woocommerce ul.products li.product .price del,
.woocommerce ul.products li.product .price ins {
  display: block;
}

.csm-product-item-inner.OOS .csm-product-btns-group a {
  color: #ffffff;
  background: #6c6c6c;
  border-color: #6c6c6c;
}

.csm-product-item-inner.OOS:hover .csm-product-btns-group a,
.csm-product-item-inner.OOS:focus .csm-product-btns-group a {
  opacity: 0.5;
  color: #ffffff;
  background: #000000;
}

.added_to_cart.wc-forward {
  display: none !important;
}

.csm-product-item-inner.OOS .csm-product-price-box,
.csm-product-item-inner.OOS .csm-product-price-box bdi,
.csm-product-item-inner.OOS .csm-product-price-box ins bdi {
  color: #adadad;
}

/* Sidebar */

.sidebar-container,
.mainContentAreaLeft {
  position: relative;
  order: 1;
}

.mainContentArea,
.rightbar-container {
  position: relative;
  order: 2;
}

.sidebar,
.sidebar-inner,
.rightbar,
.rightbar-inner {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  margin: 0px auto;
}

.rightbar {
}

.sidebar-inner,
.rightbar-inner {
  padding: 30px;
  background: #fafafa;
  margin: 0px auto 40px;
}

/* Sidebar Nav */

.sideNav {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  /*overflow: hidden;*/
  margin: 0px auto 0px;
}

.accordion-btn-wrap {
  left: 0px;
  height: auto;
  text-align: left;
  top: 2px !important;
}

.sidebarHeading {
  position: relative;
  display: block;
  color: #000000;
  font-size: 25px;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  margin: 0px auto 0px;
  letter-spacing: 0.28px;
  padding: 0px 0px 0px 0px;
}

.sideNav ul {
  position: relative;
  padding: 0px;
  font-size: 16px;
  text-align: left;
  overflow: hidden;
  margin: 0px auto;
  font-weight: 400;
  list-style-type: none;
}

.sideNav ul > li,
.sideNav ul > li > a,
.sideNav ul > li li,
.sideNav ul li li > a,
.sideNav ul > li li li,
.sideNav ul li li li > a {
  position: relative;
  display: block;
  color: #000000;
}

.sideNav ul > li,
.sideNav ul > li > a {
  color: #000000;
}

.sideNav ul > li,
.sideNav ul > li li,
.sideNav ul li li li {
  line-height: 24px;
  margin: 0px 0px 15px;
  background: none !important;
  padding: 0px 0px 0px !important;
}

.sideNav ul > li > a,
.sideNav ul li li > a,
.sideNav ul li li li > a {
  padding: 5px 0px;
}

.sideNav ul li li li > a {
  padding-left: 40px;
}

.sideNav > ul > li:first-child {
}

.sideNav ul li.has-subnav a:after {
  display: none !important;
}

.sideNav > ul > li:last-child {
}

.sideNav ul > li:hover > a,
.sideNav ul > li.active > a,
.sideNav ul > li.selected > a,
.sideNav ul > li li:hover > a,
.sideNav ul > li li.active > a,
.sideNav ul > li li.selected > a,
.sideNav ul > li li li:hover > a,
.sideNav ul > li li li.active > a,
.sideNav ul > li li li.selected > a {
  color: #000000;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sideNav ul li.has-subnav > a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  list-style: none;
  padding: 0px 0px 0px 30px !important;
}

.sideNav ul li.has-subnav.selected > a,
.sideNav ul li.has-subnav.active > a,
.sideNav ul li.has-subnav:hover > a {
  color: #2E4B30;
}

.sideNav ul li.has-subnav.selected > a,
.sideNav ul li.has-subnav.active > a {
  color: #2E4B30;
  font-weight: 700;
  text-decoration: underline;
}

.sideNav ul li.has-subnav:hover > .accordion-btn-wrap .accordion-btn {
  color: #2E4B30;
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sideNav ul li.has-subnav.selected.active > a .accordion-btn {
  background: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.sideNav ul li ul {
  padding: 15px 0px 0px 30px;
}

/*Shop Detalis*/

.shop-top-container {
  position: relative;
  display: block;
  padding: 50px 0px 70px;
}

.shop-top-container > .container > .row > .col-lg-5 {
  width: 46%;
}

.shop-top-container > .container > .row > .col-lg-7 {
  width: 54%;
}

.shop-top-container .sbbs-background {
  top: auto;
  bottom: 0px;
}

/* Product Gallery Container */

.csm-productGalleryContainer {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0px auto;
  padding-right: 60px;
}

.csm-productGalleryBox {
  position: relative;
  overflow: hidden;
  display: block;
  padding-bottom: 1px;
}

.csm-productSlideItem {
  position: relative;
  display: block;
  width: 100%;
}

.csm-productImageItem {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 50px;
  padding-bottom: 100%;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.csm-productImageItem figure {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 0px;
  display: block;
  text-align: center;
  margin: 0px auto !important;
}

.csm-productImageItem figure img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.thumbSliderBox {
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 85px 0px 85px;
}

.csm-productThumbSlider {
  margin: 0px -10px;
}

.thumbSliderBox .slick-slide > div {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.thumbSlideItem {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 10px;
  text-align: center;
  margin: 0px 0px 0px;
}

.csm-productThumbItem {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  cursor: pointer;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 20px;
  padding-bottom: 100%;
  border: 1px solid #dddddd;
}

.slick-current .csm-productThumbItem {
  opacity: 1;
  outline: 2px solid #2E4B30 !important;
}

.csm-productThumbItem figure {
  position: absolute;
  padding: 0px;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  padding: 0px 0px;
  text-align: center;
  margin: 0px auto !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.csm-productThumbItem figure img {
  position: relative !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  -o-object-fit: scale-down !important;
  object-fit: scale-down !important;
  -o-object-position: center !important;
  object-position: center !important;
}

.thumbSliderBox .slick-prev {
  left: -75px;
}

.thumbSliderBox .slick-next {
  right: -75px;
}

.csm-productSlideItem a {
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 20px;
  width: 100%;
  height: 100%;
  text-align: right;
  padding: 20px;
  opacity: 0;
  transition: all 0.2s linear;
  z-index: 1;
}

/* Product Details Box */

.csm-product-details-box {
  position: relative;
  display: block;
  width: 100%;
  color: #000000;
  padding: 0px 0px;
}

.csm-product-details-box .csm-product-stock-wrapper {
  position: relative;
  top: auto;
  left: auto;
  margin-bottom: 15px;
}

.csm-product-details-box .csm-product-stock-wrapper .csm-product-stock {
  position: relative;
  inset: auto;
  rotate: none;
  display: inline-block;
}

.csm-product-details-box p {
  margin-bottom: 15px;
}

.csm-product-details-box .pageTitle {
  padding-bottom: 25px;
}

.csm-product-details-box .pageTitle h1,
.csm-product-details-box .pageTitle h2 {
  font-size: 45px;
  line-height: 1.2;
}

.csm-product-details-box .csm-product-price-box {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.csm-product-details-box .csm-product-price-box,
.csm-product-details-box .csm-product-price-box bdi,
.csm-product-details-box .csm-product-price-box ins bdi {
  font-size: 30px;
  text-align: left;
}

.csm-product-details-box .csm-product-price-box .price {
  justify-content: left;
}

.csm-product-details-box .csm-product-price-box ins {
  order: 1;
  margin-right: 15px;
  text-decoration: none;
}

.csm-product-details-box .csm-product-price-box del bdi {
  font-size: 30px;
}

.csm-product-availability,
.csm-product-instock {
  position: relative;
  display: block;
  padding: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.csm-product-instock {
  color: #00a341;
}

.csm-pro-desBox {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.block-title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 700;
  color: #000000;
  padding-bottom: 10px;
}

.csm-product-details-box hr {
  margin: 30px 0px;
  height: 1px;
}

.csm-product-quantity {
  position: relative;
  font-size: 0px;
  display: flex;
  overflow: hidden;
  color: #000000;
  max-width: 120px;
  border-radius: 30px;
  align-items: center;
  white-space: nowrap;
  margin: 0px !important;
  background: #efefef;
  padding: 0px 50px 0px 0px;
  justify-content: space-between;
  border: 1px solid #efefef !important;
}

.csm-product-quantity input[type="number"]::-webkit-inner-spin-button,
.csm-product-quantity input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.csm-product-quantity input[type="number"] {
  -moz-appearance: textfield;
}

.csm-product-quantity input {
  position: relative !important;
  min-width: 40px !important;
  height: 55px !important;
  padding: 5px !important;
  margin: 0 2px !important;
  font-weight: 700 !important;
  /*border: none !important;*/
  color: #000000 !important;
  font-size: 16px !important;
  max-width: 100% !important;
  overflow: hidden !important;
  box-shadow: none !important;
  line-height: 56px !important;
  text-align: center !important;
  border-radius: 0px !important;
  background: #efefef !important;
  display: inline-block !important;
  vertical-align: middle !important;
  border: 1px solid transparent !important;
}

.csm-product-quantity input:focus {
  outline: 0;
}

.quantity-button {
  position: absolute;
  right: 0px;
  cursor: pointer;
  z-index: 2;
  width: 55px;
  height: 20px;
  padding: 0px 0px;
  color: #000000;
  min-width: 40px;
  font-size: 16px;
  overflow: hidden;
  line-height: 26px;
  border-radius: 0px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #efefef;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button:hover {
  color: #f37a20 !important;
  background: transparent !important;
}

.quantity-button.quantity-down {
  bottom: 10px;
}

.quantity-button.quantity-up {
  top: 6px;
}

.quantity-button:hover,
.quantity-button:focus {
  color: #acb087;
  box-shadow: none;
  border-color: transparent;
  background-color: transparent;
}

.quantity-button.quantity-down:hover,
.quantity-button.quantity-down:focus {
}

.quantity-button.quantity-up:hover,
.quantity-button.quantity-up:focus {
}

.csm-product-btns-container .addToCartBtn a,
.csm-product-btns-container .addToWishlistBtn a,
.csm-product-btns-container .viewProductBtn a,
.csm-product-btns-container .addToCartBtn button,
.csm-product-btns-container .addToWishlistBtn button {
  min-width: 180px;
}

.csm-product-quantity-container .form-custom-select {
  min-width: 115px;
}

.csm-product-quantity-container .row {
  margin: 0px -6px;
}

.csm-product-quantity-container .row .col-md-12,
.csm-product-quantity-container .row .col,
.csm-product-quantity-container .row .col-auto {
  padding: 0px 6px;
}

/* Add To Cart Button */

.addToCartBtn {
  position: relative;
  z-index: 1;
  padding: 0px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0px auto 0px;
  text-transform: none;
}

.addToCartBtn a,
.addToCartBtn button,
.woocommerce button.button.alt {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0px auto;
  line-height: 29px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 30px;
  white-space: nowrap;
  vertical-align: top;
  background: #acb087;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #acb087;
  text-decoration: none !important;
}

.addToCartBtn a:hover,
.addToCartBtn a:focus,
.addToCartBtn button:hover,
.addToCartBtn button:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

.addToCartBtn button.disabled,
.woocommerce button.button.alt.disabled {
  border-color: #2d2d2d !important;
  background: #2d2d2d !important;
}

.woocommerce div.product form.cart .reset_variations,
.screen-reader-text {
  display: none !important;
}

/* Add To Wishlist And View Product Button */

.csm-product-details-box .yith-wcwl-add-to-wishlist {
  margin-top: 0px !important;
}

.addToWishlistBtn,
.viewProductBtn {
  position: relative;
  z-index: 1;
  padding: 0px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0px auto 0px;
  text-transform: none;
}

.addToWishlistBtn a,
.viewProductBtn a,
.addToWishlistBtn button,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist,
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
  position: relative;
  color: #ffffff;
  width: 100%;
  margin: 0px auto;
  line-height: 29px;
  padding: 12px 30px;
  text-align: center;
  border-radius: 30px;
  white-space: nowrap;
  vertical-align: top;
  background: #acb087;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #acb087;
  text-decoration: none !important;
}

.addToWishlistBtn .fa {
  vertical-align: middle;
}

.addToWishlistBtn a:hover,
.addToWishlistBtn a:focus,
.viewProductBtn a:hover,
.viewProductBtn a:focus {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}

.addToWishlistBtn img,
.viewProductBtn img {
  margin: 0px 0px !important;
}

/* .addToWishlistBtn button, 
.woocommerce .addToWishlistBtn a.button.add_to_wishlist, 
.woocommerce .addToWishlistBtn a.delete_item.button.alt {
    position: relative !important;
    min-width: 100%;
    white-space: nowrap;
    margin: 0px auto 0px;
    text-transform: none;
    z-index: 1 !important;
    color: #111111 !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 30px !important;
    text-align: center !important;
    border-radius: 0px !important;
    background: #ffffff !important;
    vertical-align: top !important;
    display: inline-block !important;
	padding: 9px 30px 9px !important;
    border: 1px solid #ffffff !important;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	} */

.addToWishlistBtn button,
.woocommerce .addToWishlistBtn a {
  min-width: inherit;
  width: 60px;
  height: 60px;
  font-size: 20px;
  padding: 13px 0px !important;
  /* background: #cfcfcf !important;
    border-color: #cfcfcf !important;*/
}

.addToWishlistBtn button .fa,
.addToWishlistBtn button .far,
.addToWishlistBtn button .fas,
.woocommerce .addToWishlistBtn a .fa,
.woocommerce .addToWishlistBtn a .far,
.woocommerce .addToWishlistBtn a .fas {
  margin: 0px auto !important;
}

.addToWishlistBtn button:hover,
.addToWishlistBtn button:focus,
.woocommerce .addToWishlistBtn a:hover,
.woocommerce .addToWishlistBtn a:focus,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:hover,
.woocommerce .addToWishlistBtn a.button.add_to_wishlist:focus,
.woocommerce .addToWishlistBtn a.button.delete_item:hover,
.woocommerce .addToWishlistBtn a.button.delete_item:focus {
  color: #ffffff !important;
  background: #2E4B30 !important;
  border-color: #2E4B30 !important;
}

.shop-featured-section {
  position: relative;
  display: block;
  padding: 0px 60px 60px;
}

.shop-featured-section .pageTitle {
  padding-bottom: 40px;
}

.productFeatured-slider {
  margin: 0px -12px;
}

.productFeatured-slider .productFeatured-slide {
  padding: 10px 12px;
}

/* Accordion Button */

.sideNav ul li.has-subnav .accordion-btn {
  font-size: 16px;
  color: #000000;
  text-align: left;
  height: auto !important;
  line-height: normal !important;
}

.sideNav .accordion-btn-wrap.accordion-active .accordion-btn {
  color: #2E4B30;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

@media (min-width: 992px) {
  .hide-sm-screen {
    display: block !important;
  }
}

@media (max-width: 991.98px) {
  .hide-sm-screen {
    display: none;
  }
  .btn-control {
    display: block;
  }
  .accordion-btn-wrap + .accordion-btn-wrap {
    display: none !important;
  }
}

.treeview,
.treeview ul {
  position: relative;
  display: block;
  margin: 0;
  color: #757575;
  font-size: 20px;
  list-style: none;
  line-height: 24px;
}

.treeview ul {
  display: none;
  padding-left: 28px;
  text-transform: capitalize;
}

.treeview ul > li:last-child {
  margin-bottom: 0px !important;
}

.treeview li.open > ul {
  display: block;
}

.treeview li,
.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li,
.yith-woocommerce-ajax-product-filter ul li {
  position: relative;
  display: block;
  padding: 0px;
  border: none !important;
  line-height: 24px !important;
  margin: 0px auto 15px !important;
}

.treeview li:last-child {
  margin: 0px 0px !important;
}

.collapseContainer .treeview li {
  padding-left: 15px !important;
}

.treeview li label {
  position: relative;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  color: #000000;
  font-weight: 400;
  padding-left: 30px;
}

.yith-woocommerce-ajax-product-filter.with-checkbox ul li.has-subnav ul li a,
.yith-woocommerce-ajax-product-filter ul li a {
  position: relative;
  color: #000000;
  display: block;
  padding: 0px 0px 0px 30px !important;
}

.treeview li > label.custom-checked {
}

.treeview li > label.custom-checked {
}

.treeview li > label:before,
.treeview li > label:after {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  font-size: 10px;
  content: "";
  top: 5px;
  left: 0px;
  width: 15px;
  height: 15px;
  color: #000000;
  overflow: hidden;
  font-weight: 900;
  line-height: 13px;
  text-align: center;
  border-radius: 15px;
  background: #d1e8d2;
  border: 1px solid #000000;
}

.treeview li > label:after {
  position: absolute;
  font-size: 8px;
  top: 5px;
  right: 0px;
  width: 15px;
  height: 15px;
  line-height: 20px;
  color: transparent;
  background: transparent;
  border-color: transparent;
}

.treeview li > label.custom-checked:before {
  color: #ffffff;
  content: "\f00c";
  background: #2E4B30;
  border-color: #2E4B30;
}

/* .treeview li>label.custom-checked:after {
	color: #720808;
    background: #720808;
    border-color: #720808;
	} */

.treeview li > label.custom-checked {
  color: #2E4B30;
}

.treeview li input {
  position: absolute;
  right: 15px;
  top: 5px;
  margin: 0px auto;
}

.treeview li > input {
  display: none;
}

.treeview li li label {
  font-weight: normal;
  text-transform: capitalize;
}

.treeview li .sh-sub {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  cursor: pointer;
  padding: 5px;
  top: 0px;
  right: -5px;
  color: #000000;
  font-size: 16px;
  font-weight: 900;
}

.treeview li .sh-sub:hover {
  color: #000000;
}

.treeview li li .sh-sub {
  right: -2px;
}

.sidebar .btn,
.rightbar .btn {
  width: auto;
  margin: 0px auto;
}

.reset-btn {
  margin: 0px !important;
}

.reset-btn img {
  position: relative;
  max-width: 18px;
  max-height: 18px;
}

/* Pagination */

.pagination-wrapper {
  position: relative;
  display: block;
  padding: 20px 25px;
  /* border-radius: 50px; */
  background: #d1e8d2;
}

.pagination-row {
  justify-content: center;
}

.pagination-wrapper .filter-select-text {
  font-weight: 400;
}

.pagination-wrapper .filter-select-text .woocommerce-result-count {
  margin: 0px 0px !important;
}

.noUi-tooltip {
  font-family: "Nunito", sans-serif;
  border: none;
  color: #000000;
  font-size: 16px;
  font-weight: 700;
  background: transparent;
}

.awf-filters-container .awf-filter-container.awf-range-slider-container,
.awf-filters-container .awf-taxonomy-range-slider-container {
  margin: 20px 0px;
}

.noUi-handle {
  border-radius: 20px;
  background: #acb087;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #acb087;
  box-shadow: none !important;
}

.noUi-horizontal {
    height: 6px !important;
}

.noUi-horizontal .noUi-handle {
      top: -9px;
    right: -17px !important;  
    box-shadow: none !important;
    cursor: default;;
    border: 1px solid #D9D9D9 !important;
    border-radius: 50% !important;
    background: #acb087 !important;
    width: 20px !important;
    height: 20px !important;
}
.noUi-horizontal .noUi-handle::before, .awf-filter-wrapper.awf-range .awf-filter-title-container .awf-filter-title {
  display: none !important;
}

.noUi-pips-horizontal div:nth-child(2):after 
 {
    content: '-';
    margin: 0 1px 0 8px;
}

.noUi-connect {
  background: #acb087;
}

.noUi-marker-horizontal.noUi-marker-large {
  opacity: 0;
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: 0px !important;
}

/* Pagination */

.pagination,
.page-item .page-link {
  border-radius: 8px !important;
}

.page-item:first-child .page-link {
}

.page-item:last-child .page-link {
}

.pagination {
  flex-wrap: wrap;
  margin: 0px -5px;
  align-items: center;
}

.page-item {
  font-weight: 400;
  margin: 0px 5px;
  font-size: 16px;
}

.page-link {
  position: relative;
  display: block;
  color: #000000;
  width: auto;
  height: auto;
  padding: 0px;
  border: none;
  font-weight: 400;
  margin: 0px auto;
  line-height: normal;
  text-align: center;
  border-radius: 0px 0px;
  background: transparent;
}

.page-item.page-prev {
  margin-right: 15px;
}

.page-item.page-next {
  margin-left: 15px;
}

.page-item.page-prev .page-link,
.page-item.page-next .page-link {
  width: auto;
  height: auto;
  font-size: 16px;
  color: #000000;
  background: transparent;
}

.page-item.disabled .page-link {
  opacity: 0.1;
}

.page-link:hover,
.page-link:focus,
.page-item.active .page-link,
.page-item.page-prev .page-link:hover,
.page-item.page-prev .page-link:focus,
.page-item.page-prev.active .page-link,
.page-item.page-next .page-link:hover,
.page-item.page-next .page-link:focus,
.page-item.page-next.active .page-link {
  color: #acb087;
  background: transparent;
}

.page-item.active .page-link {
  font-weight: 700;
}

/* Content Area */

.contentArea {
  position: relative;
  display: block;
  margin: 0px auto;
  padding: 0px 0px;
}

/* Content Style */

.inner-banner {
  position: relative;
  width: 100%;
  padding: 0px;
  display: block;
  margin: 0px auto 0px;
}

.inner-banner figure {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  margin: 0px auto;
  border-radius: 100px;
}

.inner-banner figure::before {
  position: absolute;
  inset: 0px;
  content: "";
  z-index: 1;
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/innerBanner-bg.png);
}

.inner-banner figure img {
  position: relative;
  height: 100%;
  width: 100%;
  min-height: 100px;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner_banner_caption {
  position: absolute;
  z-index: 7;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  padding: 0px 0px 0px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.inner_banner_caption .captionWrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0px auto;
}

.inner_banner_caption .captionContainer {
  position: relative;
  padding: 0px;
  display: table-cell;
  vertical-align: middle;
}

.inner_banner_caption .captionContainerInner {
  position: relative;
  display: block;
  margin: 0px;
  width: 100%;
}

.inner_banner_caption .captionContainer .innerBannerHeading1 {
  color: #ffffff;
  font-size: 60px;
  line-height: normal;
  padding-bottom: 5px;
  text-transform: none;
}

.breadcrumb-container {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px 0px;
}

.nobanner .breadcrumb-container { 
  text-shadow: none;
    text-align: left;
    background: #d1e8d2;
    padding: 9px 20px 0px;
    /* border-radius: 10px 10px; */
}

.breadcrumb-container ul {
  position: relative;
  display: block;
  font-size: 0px;
  font-weight: 700;
  margin: 0px auto;
  padding: 0px 0px;
  color: #acb087;
  text-transform: none;
  list-style-type: none;
}

.nobanner .breadcrumb-container ul {
  color: #acb087;
}

.breadcrumb-container ul li {
  position: relative;
  line-height: 24px;
  font-size: 18px;
  margin: 0px 0px;
  padding: 0px 0px;
  display: inline-block;
  vertical-align: bottom;
  letter-spacing: 0.16px;
}

.nobanner .breadcrumb-container ul li {
  margin-bottom: 10px;
}

.breadcrumb-container ul li:first-child {
  text-shadow: none;
}

.breadcrumb-container ul li a {
  position: relative;
  color: #ffffff;
  display: block;
  font-weight: 400;
  overflow: hidden;
  line-height: 24px;
  padding: 0px 0px;
  letter-spacing: 0.16px;
  margin: 0px 3px 0px 0px;
}

.nobanner .breadcrumb-container ul li a,
.nobanner .breadcrumb-container ul li a:after {
  color: #000000;
}

.breadcrumb-container ul li a:after {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  color: #ffffff;
  content: "\f105";
  display: inline-block;
  vertical-align: middle;
  margin: 0px 13px 0px 16px;
}

.breadcrumb-container ul li a:hover,
.breadcrumb-container ul li.selected a,
.nobanner .breadcrumb-container ul li a:hover,
.nobanner .breadcrumb-container ul li.selected a {
  color: #acb087;
}

.pageTitle,
.pageTitle2 {
  position: relative;
  display: block;
  width: 100%;
  color: #000000;
  margin: 0px auto;
  padding: 0px 0px 30px;
}

.pageTitle h1,
.pageTitle h2,
.pageTitle h3,
.pageTitle h4,
.pageTitle h5,
.pageTitle h6 {
  padding-bottom: 0px;
}

.pageTitle2 h1,
.pageTitle2 h2,
.pageTitle2 h3,
.pageTitle2 h4,
.pageTitle2 h5,
.pageTitle2 h6 {
  padding-bottom: 25px;
}

.pageTitle h1,
.pageTitle h2 {
  font-size: 45px;
  font-weight: 700;
  color: #2E4B30;
  line-height: 1.2;
}

.uppercase {
  text-transform: uppercase !important;
}

.NoUppercase {
  text-transform: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  font-size: 45px;
  color: #2E4B30;
  line-height: 1.4;
  font-weight: 700;
  margin: 0px 0px 0px;
  text-transform: none;
  padding: 0px 0px 20px;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #1f1f1f;
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong {
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
.h1 span,
.h2 span,
.h3 span,
.h4 span,
.h5 span,
.h6 span {
}

h2,
.h2 {
  font-size: 45px;
}

h3,
.h3 {
  font-size: 30px;
}

h4,
.h4 {
  font-size: 24px;
}

h5,
.h5 {
  font-size: 20px;
}

h6,
.h6 {
  font-size: 18px;
}

p {
  margin: 0 0 20px;
  line-height: 1.6;
  letter-spacing: 0.16px;
}

p:last-child {
  margin: 0px 0px;
}

p[align="center"] {
  text-align: center !important;
}

p[align="left"] {
  text-align: left !important;
}

p[align="right"] {
  text-align: right !important;
}

ul.ul-listing,
ul.ul-listing1 {
  display: block;
  padding: 0px;
  width: 100%;
  color: #000000;
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  margin: 0px 0px 25px;
  list-style-position: inside;
}

ul.ul-listing.text-center,
ul.ul-listing1.text-center {
  text-align: center;
}

ul.ul-listing li,
ul.ul-listing1 li {
  position: relative;
  list-style-type: none;
  padding: 0px 0px 12px 30px;
}

ul.ul-listing li:before,
ul.ul-listing1 li::before {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  content: "\f058";
  top: 1px;
  left: auto;
  font-size: 14px;
  font-weight: 900;
  color: #acb087;
  margin-left: -30px;
  border-radius: 100%;
}

ul.ul-listing1 li::before {
  top: 2px;
  content: "\24";
}

ul.ul-listing li p,
ul.ul-listing1 p {
  margin-bottom: 0px;
}

ul.ul-listing ul,
ul.ul-listing1 ul {
  margin: 10px 0px 0px;
}

ol.ol-listing {
  counter-reset: section;
}
ol.ol-listing:last-child > li:last-child {
  padding-bottom: 0px;
}
ol.ol-listing > li:before {
  font-family: "Nunito", sans-serif;
  font-weight: 400;
  counter-increment: section;
  content: counters(section, ".") "." " ";
}

.details-container {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px auto;
}

.imgLeft {
  position: relative;
  float: left;
  width: auto;
  height: auto;
  max-width: 100%;
  clear: left !important;
  margin: 5px 40px 40px 0px;
}

.imgRight {
  position: relative;
  float: right;
  width: auto;
  height: auto;
  max-width: 100%;
  clear: right !important;
  margin: 5px 0px 40px 40px;
}

/* Slick Slider */

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.slick-slide > div {
  position: relative;
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 0px;
}

.slick-slide img {
  display: inline-block;
}

.slick-prev,
.slick-next {
  background: none;
  display: flex;
  z-index: 5;
  width: 56px;
  height: 56px;
  font-size: 0px;
  color: #ffffff;
  border-radius: 56px;
  align-items: center;
  transition: all 0.3s;
  justify-content: center;
  background-color: #2E4B30;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.slick-prev:before,
.slick-next:before {
  display: none;
}

.slider-nav {
  margin-left: 0px;
  margin-right: 0px;
}

.slick-prev {
  left: -100px;
  background-image: url(../images/leftArrow.png);
}

.slick-next {
  right: -100px;
  background-image: url(../images/rightArrow.png);
}

.slick-prev:hover,
.slick-prev:focus {
  color: #ffffff;
  background-color: #2E4B30;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/leftArrow.png);
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.slick-next:hover,
.slick-next:focus {
  color: #ffffff;
  background-color: #2E4B30;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url(../images/rightArrow.png);
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -ms-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.slick-dots {
  width: 100%;
  z-index: 5;
  left: 0%;
  bottom: 0px;
  font-size: 0px;
  margin: 0px auto 0px;
}

.slick-dots li {
  position: relative;
  width: 29px;
  height: 24px;
  margin: 0px 8px;
  overflow: hidden;
  border-radius: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
  transition: all 0.5s;
  background: none;
}

.slick-dots li button {
  position: relative;
  display: block;
  padding: 0px;
  width: 29px;
  height: 24px;
  transition: all 0.1s;
}

.slick-dots li button:before {
  line-height: 11px;
  font-size: 0px;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  overflow: hidden;
  opacity: 0.6;
  border-radius: 100%;
  background: #cccccc;
  border: 1px solid #cccccc;
  transition: all 0.1s;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slick-dots li:hover button:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  background: #acb087;
  border-color: #acb087;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

/* Link Button */

.link-btn {
  position: relative;
  z-index: 1;
  padding: 0px;
  display: block;
  font-size: 16px;
  margin: 0px auto 0px;
}

.link-btn a {
  position: relative;
  color: #eeeeee;
  min-width: 220px;
  font-weight: 700;
  line-height: 21px;
  padding: 16px 20px;
  border-radius: 30px;
  text-align: center;
  vertical-align: top;
  background: #acb087;
  display: inline-block;
  border: 1px solid #acb087;
  text-decoration: none !important;
}

.link-btn .linkWhite-bg {
  color: #acb087;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.link-btn .linkWhite-bg img {
  filter: invert(25%) sepia(70%) saturate(7000%) hue-rotate(0deg)
    brightness(100%) contrast(100%);
}

.link-btn .linkWhite-bg:hover img {
  filter: none;
}

.link-btn a img {
  vertical-align: baseline;
}

.link-btn a:hover,
.link-btn .linkWhite-bg:hover {
  color: #ffffff;
  border-color: #2E4B30;
  background: #2E4B30;
}

/* Footer Styles */

.footer-wrapper {
  position: relative;
  width: 100%;
  z-index: 7;
  padding: 0px 0px;
  margin: 0px auto;
  max-width: 1920px;
  background: #4c714f;
  /* border-radius: 50px 50px 0px 0px; */
}

/* Footer Top */

.footer-top {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  line-height: 24px;
  padding: 20px 0px 0px;
}

.footer {
  position: relative;
  max-width: 1630px;
}

.footer .row {
  position: relative;
  justify-content: space-between;
}

.footer p {
  text-align: inherit;
}

.ftcol {
  position: relative;
  float: left;
  width: auto;
  padding: 0px 15px;
  max-width: 25%;
}

.ftcol3 {
  min-width: 400px;
}

.footer-infoBox {
  position: relative;
  display: block;
}

.footlogo {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

/* Footer Head */

.footer-head {
  font-family: "Cormorant Garamond", serif;
  position: relative;
  display: block;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.2;
  margin: 0px 0px 35px;
}

/* Footer Contact Info Box */

.footer-contact-info-box {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

.footer-location,
.footer-phone-number,
.footer-email-address {
  position: relative;
  display: block;
  max-width: 300px;
  text-align: left;
  color: #ffffff;
  line-height: 24px;
  margin: 0px 0px 20px;
  padding: 0px 0px 0px 35px;
}

.footer-contact-info-box a {
  color: #ffffff;
}

.footer-contact-info-box a:hover {
  color: #acb087;
  text-decoration: underline;
}

.footer-contact-info-box .footer-location i,
.footer-contact-info-box .footer-phone-number i,
.footer-contact-info-box .footer-email-address i {
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 14px;
  color: #acb087;
}

/* Footer Nav */

ul.footer-nav {
  position: relative;
  display: block;
  padding: 0px;
  font-size: 16px;
  margin: 0px 0px;
  list-style-type: none;
}

ul.footer-nav.twoCol {
  column-count: 2;
  margin: 0px -15px;
}

ul.footer-nav li {
  position: relative;
  display: block;
  margin: 0px auto 20px;
}

ul.footer-nav.twoCol li {
  padding: 0px 15px;
}

ul.footer-nav li a {
  position: relative;
  display: block;
  color: #ffffff;
}

ul.footer-nav li a:hover,
ul.footer-nav li.selected a {
  color: #acb087;
}

.footer-social-media {
  position: relative;
  display: block;
  text-align: center;
}

.footer-social-media ul {
  margin: -5px 0px;
  padding: 5px 0px 0px;
  list-style-type: none;
}

.footer-social-media ul li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  padding: 0px 5px 10px;
}

.footer-social-media ul li a {
  position: relative;
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  color: #2d100a;
  line-height: 40px;
  text-align: center;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #ffffff;
}

.footer-social-media ul li a:hover {
  color: #ffffff;
  background: #acb087;
  border-color: #acb087;
}

/* Footer Bottom */

.footer-bottom {
  position: relative;
  display: block;
  color: #ffffff;
  overflow: hidden;
  padding: 3px 0px;
  line-height: 24px;
  background: #2E4B30;
}

/* Copyright */

.copyright {
  position: relative;
  display: block;
  color: #ffffff;
  margin: 0px auto;
  line-height: 24px;
}

.copyright a {
  display: inline-block;
  color: #ffffff;
}

.copyright a strong {
  background: url("../images/verzdesign-logo.png") no-repeat scroll right center;
  padding-right: 22px;
  font-weight: 700;
}

.copyright a:hover {
  color: #acb087;
  font-weight: 400;
  text-decoration: underline;
}

.floating-whatsapp {
  position: fixed;
  right: 10px;
  z-index: 991;
  bottom: 170px;
  font-size: 35px;
  font-weight: 700;
}

.floating-whatsapp a {
  position: relative;
  display: block;
  color: #fff;
  width: 70px;
  height: 70px;
  padding: 15px;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  background: #25d366;
}

.floating-whatsapp .fab {
  position: relative;
  line-height: 40px;
  display: block;
}

.floating-whatsapp a:hover {
  color: #fff;
  background: #01843b;
}

/* Footer Payment Options */

ul.footer-payment-options {
  position: relative;
  display: block;
  padding: 0px;
  font-size: 0px;
  margin: 0px -4px;
  list-style-type: none;
}

ul.footer-payment-options li {
  position: relative;
  padding: 0px 4px;
  font-size: 14px;
  line-height: 30px;
  margin: 5px auto 5px;
  display: inline-block;
  vertical-align: middle;
}

ul.footer-payment-options li a,
ul.footer-payment-options li img {
  position: relative;
  overflow: hidden;
  display: block;
}

ul.footer-payment-options li img {
  width: auto;
  max-height: 25px;
}

/* Contact Info Container */

.zIndex2 {
  z-index: 2;
}

/* Nice Select */

.NiceSelect {
  position: relative;
  display: flex;
}

.NiceSelect span {
  position: relative;
  width: 100%;
}

.NiceSelect select {
  display: none;
}

.nice-select {
  width: 100%;
  height: 55px;
  font-size: 16px;
  color: #707070;
  border-radius: 50px;
  line-height: normal;
  background: #ffffff;
  border: 1px solid #dddddd;
  padding: 15px 50px 14px 30px;
}

.nice-select,
.nice-select .list {
  font-size: 16px;
  font-weight: 400;
  color: #989898;
  border-radius: 50px;
  background: #ffffff;
  border: 1px solid #dddddd;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus,
.nice-select:hover,
.nice-selected .nice-select {
  border-color: #acb087;
  background-color: #ffffff;
}

/* .nice-select .current {
	opacity: 1;
	font-weight: 500;
	color: #1F1F1F;
	} */

.nice-selected .nice-select .current {
  opacity: 1;
  font-weight: 400;
  color: #262626;
}

.nice-select:after {
  font-family: "Font Awesome 6 Free";
  position: absolute;
  border: none;
  top: 50%;
  right: 20px;
  width: auto;
  height: auto;
  color: #000000;
  display: block;
  line-height: 1;
  font-size: 14px;
  content: "\f107";
  font-weight: 900;
  pointer-events: none;
  margin: 0px !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: translateY(-50%) !important;
}

.nice-select.open:after,
.nice-select:hover:after {
  color: #acb087 !important;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.nice-select.open:after {
  content: "\f106";
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: initial;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  opacity: 0.5;
  color: #ffffff;
  pointer-events: none;
  border-color: #ffffff;
}

.nice-select.disabled:after {
  border-color: #ffffff;
}

.nice-select .list {
  position: absolute;
  margin-top: 0px;
  opacity: 0;
  top: 100%;
  left: 0;
  z-index: 9999;
  min-width: 100%;
  overflow: hidden;
  padding: 0px 0px;
  overflow-y: auto;
  max-height: 300px;
  border-radius: 0px;
  pointer-events: none;
  box-sizing: border-box;
  transform-origin: 50% 0;
  background-color: #fafafa;
  transform: scale(0.75) translateY(-25px);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition:
    all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
    opacity 0.15s ease-out;
}

.nice-select .list:hover .option:not(:hover) {
  color: #1d1d1d !important;
  background-color: transparent !important;
}

.nice-select .option {
  font-weight: 400;
  cursor: pointer;
  outline: none;
  color: #1d1d1d;
  font-size: 14px;
  min-height: 40px;
  background: none;
  line-height: 30px;
  padding: 5px 20px;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
  color: #ffffff;
  background: #acb087;
}

.nice-select .option.selected {
  font-weight: 400;
}

.nice-select .option.disabled {
  opacity: 0.5;
  color: #ffffff;
  cursor: default;
  background-color: transparent;
}

/* Contact Form */

.contactForm {
  position: relative;
  display: block;
  width: 100%;
  margin: 0px auto;
  border-radius: 35px;
  padding: 100px 100px;
  background: #ffffff;
}

.control-label {
  position: relative;
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  padding-bottom: 10px;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: transparent;
}

.google-recaptch {
  position: absolute;
  bottom: 170px;
  right: 0px;
  z-index: 1;
  margin-right: -12px;
}

.required-field {
  color: #c4171b;
}

.form-group,
.form-check {
  padding: 0px;
  position: relative;
  margin-bottom: 28px;
}

.form-control,
.form-custom-select,
.form-select {
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  box-shadow: none;
  line-height: 24px;
  padding: 12px 30px;
  border-radius: 50px;
  background-clip: unset;
  background-image: none;
  border: 1px solid #dddddd;
  background-color: #ffffff;
}

textarea.form-control {
  min-height: 150px;
  line-height: 24px;
  border-radius: 25px;
  height: auto !important;
}

textarea {
  resize: none;
}

.form-control:focus,
.form-control:hover,
.floating-label.not-empty .form-control {
  color: #000000;
  outline: none !important;
  border: 1px solid #acb087;
  background-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.form-control::-webkit-input-placeholder,
::-webkit-input-placeholder {
  color: #989898;
  font-weight: 400;
}

.form-control:-moz-placeholder,
:-moz-placeholder {
  /* Firefox 18- */
  color: #989898;
  font-weight: 400;
}

.form-control::-moz-placeholder,
::-moz-placeholder {
  /* Firefox 19+ */
  color: #989898;
  font-weight: 400;
}

.form-control:-ms-input-placeholder,
:-ms-input-placeholder {
  color: #989898;
  font-weight: 400;
}

.form-control:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.form-control:focus:-moz-placeholder {
  color: transparent !important;
}
.form-control:focus::-moz-placeholder {
  color: transparent !important;
}
.form-control:focus:-ms-input-placeholder {
  color: transparent !important;
}

.uploadFile {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  resize: none;
  overflow: hidden;
  /*min-height: 150px;*/
  color: #9d9d9d;
  line-height: 20px;
  position: relative;
  border-radius: 27px;
  margin-bottom: 12px;
  padding: 60px 15px;
  align-items: center;
  justify-content: center;
  background-color: #f8f8f8;
  border: 1px solid #f8f8f8;
}

.uploadFile img {
  margin-right: 10px;
}

.uploadFile [type="file"] {
  cursor: pointer !important;
  display: block;
  font-size: 999px;
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
  z-index: 1;
  height: 0px;
  padding: 0px 0px;
}

.uploadFile:hover,
.uploadFile:focus,
.inputfile:hover,
.inputfile:focus {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.uploadFile-text {
  position: relative;
  display: block;
  color: #868686;
  padding-bottom: 20px;
}

.uploadFile .filename,
.uploadFile .wpcf7-form-control-wrap {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
}

.uploadFile .wpcf7-form-control-wrap {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.btn-primary {
  position: relative;
  display: block;
  width: auto;
  color: #ffffff;
  font-size: 16px;
  margin: 0px auto;
  min-width: 210px;
  font-weight: 700;
  text-align: center;
  padding: 15.5px 20px;
  border-radius: 50px;
  line-height: normal;
  background: #acb087;
  border: 1px solid #acb087;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn-primary img {
  vertical-align: baseline;
}

.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
  opacity: 0.4;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background: #2E4B30;
  border-color: #2E4B30;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none !important;
}

/* Thank You Container */

.thank-you-container,
.thank-you-container figure {
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  overflow: hidden;
  margin: 0px auto;
}

.thank-you-container figure::before {
  position: absolute;
  inset: 0px;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  background-position: left center;
  background-image: url(../images/thank-youBG.png);
}

.thank-you-container {
  padding: 0px 60px 60px;
}

.thank-you-container figure {
  border-radius: 100px;
}

.thank-you-container figure img {
  position: relative;
  height: 100%;
  width: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.thank-you-container figure {
  z-index: 1;
}

.thank-you-content-area {
  position: absolute;
  z-index: 5;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0px auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.thank-you-content-area .captionWrapper {
  position: relative;
  display: table;
  height: 100%;
  width: 100%;
  margin: 0px auto;
  max-width: 1430px;
  padding: 0px 15px;
}

.thank-you-content-area .captionContainer {
  padding: 0px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.thank-you-content-area .thank-you-content {
  position: relative;
  display: block;
  width: 100%;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  max-width: 670px;
}

.thank-you-content h1 {
  font-size: 75px;
  line-height: 1.3;
  color: #ffffff;
  font-weight: 700;
  padding-bottom: 15px;
}

.thank-you-content p {
  max-width: 600px;
  margin: 0px 0px 30px;
}

/* Scroll To Top */

#toTop {
  text-decoration: none;
  position: fixed;
  display: none;
  bottom: 90px;
  right: 10px;
  width: 50px;
  height: 50px;
  border: none;
  z-index: 1001;
  text-indent: 100%;
  background: url(../images/ui.totop.png) 0px 0px no-repeat;
  overflow: hidden;
}

#toTopHover {
  background: url(../images/ui.totop.png) 0px -50px no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  float: left;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

#toTop:active,
#toTop:focus {
  outline: none;
}

.mean-container a.meanmenu-reveal span {
  background: #2E4B30;
  margin: 5px 0px 0px auto;
}

.mean-container a.meanmenu-reveal {
  color: #2E4B30;
  padding: 2px 8px;
}

.mean-container .mean-nav {
  margin-top: 90px;
}

.mean-container .mean-nav ul li:hover > a,
.mean-container .mean-nav ul li.selected > a {
  color: #ffffff !important;
  background: #acb087 !important;
}

.mean-container .mean-nav ul li a,
.mean-container .mean-nav ul li li a,
.mean-container .mean-nav ul li li li a {
  background: #000000;
  text-transform: uppercase;
}

.groomingContent-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.groomInner-title,
.groomExpiry-title {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

/* =Media Queries
-------------------------------------------------------------- */

@media (max-width: 1799.98px) {
  .nav > ul > li {
    margin: 0px 18px;
  }
}

@media (max-width: 1699.98px) {
  body,
  .nav > ul ul,
  .nav > ul ul ul,
  .link-btn,
  .footer-top,
  ul.footer-nav,
  .banner_caption .captionContainer,
  .sideNav ul,
  .sideNav ul li.has-subnav > a,
  .blogRecent-box a h6,
  .blogTitle,
  .opport-topContent h6,
  ul.ul-listing,
  ul.ul-listing1,
  .opportAccordion-group h4,
  .opportAccordion-notification,
  .control-label,
  .form-control,
  .form-custom-select,
  .form-select,
  .btn-primary,
  .gallery-mask-container,
  .testimonial-itemBox,
  .userInfo-box,
  .csm-product-name,
  .addToCartBtn,
  .addToWishlistBtn,
  .viewProductBtn,
  .about-contentBox h5,
  .acb-contentBox h6 {
    font-size: 14px;
  }
  .breadcrumb-container ul li,
  .thank-you-content-area .thank-you-content,
  .blogFilter-box h3,
  ul.galleryMask-ul li {
    font-size: 16px;
  }
  .container {
    max-width: 1030px;
  }
  .footer {
    max-width: 1430px;
  }
  .wide-container,
  .thank-you-content-area .captionWrapper {
    max-width: 1230px;
  }
  .bannerWrapper,
  .header-container,
  .opport-bottom-section,
  .aboutVision-section {
    padding: 0px 30px;
  }
  .thank-you-container,
  .shop-featured-section {
    padding: 0px 30px 50px;
  }
  h1,
  .h1 {
    font-size: 38px;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  h3,
  .h3 {
    font-size: 26px;
  }
  h4,
  .h4,
  .service-title h4 {
    font-size: 22px;
  }
  h5,
  .h5,
  .userInfo-box h5 {
    font-size: 18px;
  }
  h6,
  .h6 {
    font-size: 14px;
  }
  .link-btn a {
    min-width: 200px;
    line-height: 20px;
    padding: 14px 20px;
  }
  .headerTopLinks > li img {
    max-height: 22px;
  }
  .banner-slide figure,
  .thank-you-container figure,
  .faq-section,
  .inner-banner figure,
  .testimonial-section {
    border-radius: 50px;
  }
  .nav > ul > li.bookApp-btn > a:before {
    bottom: 22px;
  }
  .nav > ul > li {
    margin: 0px 15px;
  }
  .homeBannerSlider .slick-dots {
    bottom: 50px;
    margin-left: -610px;
  }
  .banner_caption .captionContainer .bannerHeading1 {
    font-size: 60px;
  }
  .homeAbout-pic-container figure img {
    height: 580px;
    width: 580px;
  }
  .homeAbout-pic-container::before {
    top: -32px;
    left: 32px;
    right: -32px;
    width: 580px;
    height: 580px;
  }
  .pageTitle h1,
  .pageTitle h2,
  .csm-product-details-box .pageTitle h1,
  .csm-product-details-box .pageTitle h2 {
    font-size: 40px;
  }
  .pageTitle,
  .pageTitle2 {
    padding: 0px 0px 25px;
  }
  .whatClient-contentBox {
    padding-right: 40px;
  }
  .whatClient-heading {
    max-width: 685px;
  }
  .whatClient-section {
    padding: 110px 30px 130px 0px;
  }
  .whatClient-contentBox::before {
    inset: -60px -350px -60px 0px;
  }
  .ctc-wrapper {
    padding: 80px 90px 80px;
  }
  .ctc-container {
    padding: 0px 0px 150px;
  }
  .aboutVision-box {
    padding: 60px 50px;
  }
  .aboutTeam-item {
    margin-bottom: 40px;
  }
  .opening-hours {
    font-size: 20px;
  }
  .csm-product-price-box,
  .csm-product-price-box bdi,
  .csm-product-price-box ins bdi,
  .price > del,
  .csm-product-price-box del bdi {
    font-size: 16px;
  }
  .filter-box {
    margin: 0px auto 40px;
  }
  .csm-product-details-box .csm-product-price-box,
  .csm-product-details-box .csm-product-price-box bdi,
  .csm-product-details-box .csm-product-price-box ins bdi,
  .csm-product-details-box .csm-product-price-box del bdi {
    font-size: 24px;
  }
  .productFeatured-slider .slick-dots {
    bottom: -40px;
  }
  .productFeatured-slider {
    margin-bottom: 20px !important;
  }
  .serNumb-text {
    font-size: 200px;
  }
  .service-itemBox a {
    border-radius: 25px;
  }
  .service-pic-container {
    border-radius: 25px 25px 0px 0px;
  }
  .service-title {
    padding: 13px 40px 17px;
  }
  .service-title h4 img {
    top: 18px;
  }
  .testimonial-itemBox {
    border-radius: 40px;
    padding: 30px 40px 60px 70px;
  }
  .testimonial-itemBox::before {
    top: -25px;
    left: 25px;
    right: -25px;
    border: 4px solid rgba(240, 88, 122, 0.5);
  }
  .right-bgIcon2 {
    bottom: -60px;
  }
  .gallery-mask-container {
    padding: 0px 15px;
  }
  ul.galleryMask-ul li {
    padding: 0px 15px 15px;
  }
  ul.nav-tabs.tabstyle1,
  ul.nav-tabs.tabstyle1 li.nav-item {
    font-size: 18px;
  }
  .opport-top-section .row .col-lg-5,
  .service-groupBox .row .col-lg-5,
  .aboutTeam-item .row .col-lg-5 {
    width: 48%;
  }
  .opport-top-section .row .col-lg-7,
  .service-groupBox .row .col-lg-7,
  .aboutTeam-item .row .col-lg-7 {
    width: 52%;
  }
  .sdmPic-container figure img {
    height: 520px;
    width: 520px;
  }
  .sdmPic-container::before {
    height: 520px;
    width: 520px;
    top: -25px;
    left: 25px;
  }
  .opport-bottom-section .right-bgIcon1 {
    top: -160px;
  }
  .form-control,
  .form-custom-select,
  .form-select {
    height: 50px;
    padding: 12px 20px;
  }
  .btn-primary {
    min-width: 180px;
    padding: 14.5px 20px;
  }
  .inner_banner_caption .captionContainer .innerBannerHeading1 {
    font-size: 50px;
  }
  .blogFilter-box {
    padding: 30px 30px;
    /* border-radius: 30px; */
  }
  .blog-detail-banner img {
    border-radius: 30px;
  }
  .left-bgIcon1 img,
  .left-bgIcon2 img,
  .left-bgIcon3 img,
  .left-bgIcon4 img,
  .left-bgIcon5 img,
  .left-bgIcon6 img {
    max-width: 120px;
  }
  .right-bgIcon1 img,
  .right-bgIcon2 img,
  .right-bgIcon3 img,
  .right-bgIcon4 img,
  .right-bgIcon5 img,
  .right-bgIcon6 img {
    max-width: 220px;
  }
  /* .nobanner .breadcrumb-container {
    padding: 30px 15px 20px;
    border-radius: 50px 50px;
  } */
  .testimonial-container {
    padding: 40px 30px;
  }
  .accordion-button {
    font-size: 16px;
  }
  .accordion-body {
    padding: 30px 50px;
  }
  .accordion-item {
    margin-bottom: 20px;
  }
  .thank-you-content h1 {
    font-size: 60px;
  }
  .footer-wrapper {
    /* border-radius: 50px 50px 0px 0px; */
  }
  .footer-head {
    font-size: 18px;
    margin: 0px 0px 30px;
  }
  .testimonial-slider {
    margin: 0px 0px 0px -690px;
  }
  .whatClient-section .left-bgIcon1 {
    top: -5px;
  }
  .whatClient-section .left-bgIcon1 img {
    max-width: 200px;
  }

  .nav > ul ul,
  .nav > ul ul ul {
    padding: 10px 0px;
  }
  .nav > ul ul a,
  .nav > ul ul ul a {
    padding: 10px 34px;
  }
}

@media (max-width: 1499.98px) {
  .bannerWrapper,
  .header-container,
  .opport-bottom-section,
  .aboutVision-section {
    padding: 0px 15px;
  }
  .thank-you-container,
  .shop-featured-section {
    padding: 0px 15px 30px;
  }
  .logo {
    width: 200px;
    height: 110px;
    margin: 0px 0px -20px;
  }
  .nav > ul > li {
    margin: 0px 13px;
  }
  .nav > ul > li > a {
    padding: 33px 0px;
  }
  .nav > ul > li.bookApp-btn > a:before {
    bottom: 20px;
    height: 50px;
  }
  .nav > ul > li.bookApp-btn > a {
    padding: 33px 20px;
  }
  .testimonial-container {
    padding: 40px 15px;
  }
  .main-container,
  .opportunities-container,
  .shop-top-container,
  .aboutValue-section {
    padding: 50px 0px 60px;
  }
  .opport-top-section {
    padding: 50px 0px 60px;
  }
  .opport-bottom-section .faq-section {
    padding: 50px 0px 60px;
  }
  .testimonial-section {
    padding: 50px 0px 60px;
  }
  .slick-prev,
  .slick-next,
  .slide-button .slick-arrow {
    width: 45px;
    height: 45px;
  }
  .slick-prev {
    left: -50px;
  }
  .slick-next {
    right: -50px;
  }
  .whatClient-section {
    padding: 50px 15px 130px 0px;
  }
  .ctc-container .left-bgIcon1 img {
    max-width: 220px;
  }
  .ctc-container .left-bgIcon1 {
    top: -100px;
  }
  .about-team-section {
    padding: 60px 0px 30px;
  }
}

@media (max-width: 1399.98px) {
  .nav > ul > li {
    margin: 0px 10px;
  }
  .aboutVision-box {
    padding: 30px 30px;
    border-radius: 30px;
  }
  .faq-section {
    padding: 80px 0px 60px;
  }
}

@media (max-width: 1299.98px) {
  #pageHeaderWrapper {
    position: relative;
    top: auto;
    left: auto;
  }
  .logo {
    width: 170px;
    height: 93px;
    margin: 0px 0px -23px;
    float: none;
  }
  .headerTop.active .nav-wrapper {
    z-index: 1111;
  }
  .mean-container a.meanmenu-reveal {
    top: 20px;
    right: 0px !important;
  }
  .headerTop.active .mean-container .mean-nav {
    height: 367px;
    overflow: hidden;
  }
  .topRightHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    justify-content: end;
    padding: 24px 60px 24px 0px;
  }
  .nav-wrapper {
    margin: 0px 0px;
    order: 3;
    position: absolute;
    top: 0px;
    right: 0px;
    float: none;
    width: 100%;
  }
  .homeBannerSlider .slick-dots {
    bottom: 20px;
    margin-left: 0px;
    left: 0px;
    width: 100%;
    text-align: center;
  }
  .homeAbout-content {
    padding-left: 0px;
  }
  .homeAbout-pic-container figure img,
  .homeAbout-pic-container::before {
    height: 550px;
    width: 550px;
  }
  .ctc-container .left-bgIcon1 {
    display: none;
  }
  .ctc-wrapper {
    padding: 60px 90px 60px 15px;
  }
  .aboutContact-wrapper {
    border-radius: 25px 25px;
    padding: 50px 30px 50px;
  }
  .aboutContact-container .left-bgIcon1 {
    top: -40px;
  }
  .shop-mainContentArea {
    padding-left: 0px;
  }
  .csm-productGalleryContainer {
    padding-right: 0px;
  }
  .opport-top-section .service-groupPic,
  .service-groupPic {
    padding: 0px 0px;
  }
  .thank-you-content-area .thank-you-content {
    padding: 0px 15px;
  }
  .testimonial-slider {
    margin: 0px 0px 0px -710px;
  }
}

@media (max-width: 1199.98px) {
  .left-bgIcon1 img,
  .left-bgIcon2 img,
  .left-bgIcon3 img,
  .left-bgIcon4 img,
  .left-bgIcon5 img,
  .left-bgIcon6 img {
    max-width: 80px;
  }
  .right-bgIcon1 img,
  .right-bgIcon2 img,
  .right-bgIcon3 img,
  .right-bgIcon4 img,
  .right-bgIcon5 img,
  .right-bgIcon6 img {
    max-width: 100px;
  }
  .homeAbout-intro .row .col-lg-5,
  .homeAbout-intro .row .col-lg-7,
  .opport-top-section .row .col-lg-5,
  .opport-top-section .row .col-lg-7,
  .service-groupBox .row .col-lg-5,
  .service-groupBox .row .col-lg-7,
  .whatClient-section .row .col-lg-8,
  .whatClient-section .row .col-lg-4,
  .aboutTeam-item .row .col-lg-5,
  .aboutTeam-item .row .col-lg-7 {
    width: 100%;
  }
  .homeAbout-content::before {
    inset: -50px -50% -50px -280px;
  }
  .whatClient-section {
    padding: 90px 15px;
  }
  .whatClient-contentBox {
    padding: 40px 15px;
    overflow: hidden;
    border-radius: 20px;
  }
  .whatClient-contentBox::before {
    inset: 0px 0px;
  }
  .whatClient-pic,
  .aboutVision-pic-container {
    margin: 0px auto 30px;
  }
  .whatClient-heading {
    max-width: 100%;
  }
  .ctc-dogPic {
    margin: -110px 0px;
  }
  .ctc-wrapper .row .col-lg-7,
  .ctc-wrapper .row .col-lg-5 {
    width: 50%;
  }
  .aboutVision-wrapper::before {
    inset: 0px 0px;
    border-radius: 20px;
  }
  .aboutVision-box {
    max-width: 100%;
  }
  .aboutVision-wrapper {
    padding: 30px 15px;
  }
  .aboutVision-content {
    padding-left: 0px;
  }
  .aboutVision-icon {
    position: relative;
    top: auto;
    left: auto;
    width: 100px;
    height: 100px;
    border: 5px solid #2E4B30;
    transform: none;
    margin-bottom: 10px;
  }
  .aboutTeam-listing .aboutTeam-item:nth-child(odd) .service-groupPic {
    margin: 0px 0px 30px;
    padding: 0px 0px;
  }
  .service-groupListing .service-groupItem:nth-child(even) .service-order1,
  .aboutTeam-listing .aboutTeam-item:nth-child(odd) .about-order1 {
    order: 1;
  }
  .service-groupListing .service-groupItem:nth-child(even) .service-order2,
  .aboutTeam-listing .aboutTeam-item:nth-child(odd) .about-order2 {
    order: 2;
  }
  .serNumb-text {
    right: auto;
    left: 0px;
  }
  .service-groupListing .service-groupItem:nth-child(even) .service-contentBox {
    padding-left: 0px;
  }
  .service-groupListing
    .service-groupItem:nth-child(2n)
    .service-order1
    .service-groupPic {
    padding: 0px 0px;
  }
  .serNumb-text {
    font-size: 150px;
  }
  .testimonial-itemBox::before {
    top: -12px;
    left: 12px;
    right: -12px;
    border: 3px solid rgba(240, 88, 122, 0.5);
  }
  .testimonial-item {
    padding: 0px 30px 40px;
  }
  .galleryItem {
    width: 33.3333%;
  }
  .right-bgIcon2 {
    bottom: -10px;
  }
  .opport-bottom-section .right-bgIcon1 {
    top: -70px;
  }
  .contactForm {
    border-radius: 25px;
    padding: 60px 30px;
  }
  .blogRight-section {
    padding-left: 0px;
  }
  .blogFilter-box {
    padding: 30px 15px;
    /* border-radius: 20px; */
  }
  .blogTitle {
    padding: 20px 20px;
  }
  .ftcol {
    max-width: 33.3333%;
  }
  .footer-top {
    padding: 70px 0px 40px;
  }
  .footlogo {
    text-align: center;
    margin-bottom: 20px;
  }
  .ftcol.ftcol1 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .service-groupListing > .service-groupItem .service-groupPic,
  .opport-top-section .service-groupPic {
    max-width: 550px;
    margin: 0px auto 25px;
  }
  .testimonial-slider {
    margin: 0px 0px;
  }
  .whatClientSlide-container {
    max-width: 100%;
    float: none;
  }
  .testimonial-slider {
    margin: 0px -30px;
  }
  .whatClient-section .left-bgIcon1 {
    display: none;
  }
}

/* Portrait tablets and medium desktops */
@media (max-width: 991.98px) {
  .logo {
    width: 130px;
    height: 71px;
    margin: 0px 0px;
    float: none;
  }
  .mean-container .mean-nav {
    margin-top: 71px;
  }
  .topRightHeader {
    padding: 24px 50px 24px 0px;
  }
  .banner-slide figure,
  .thank-you-container figure,
  .faq-section,
  .inner-banner figure,
  .faq-section,
  .testimonial-section,
  .filter-box,
  .csm-productImageItem {
    border-radius: 20px;
  }
  .banner_caption {
    position: relative;
    inset: auto;
    padding: 30px 0px 70px;
    background: #333333;
    border-radius: 20px;
    margin-top: 20px;
  }
  /* .left-bgIcon1, .left-bgIcon2, .left-bgIcon3, .left-bgIcon4, .left-bgIcon5, .left-bgIcon6, .right-bgIcon1, .right-bgIcon2, .right-bgIcon3, .right-bgIcon4, .right-bgIcon5, .right-bgIcon6 { display: none; } */
  .homeAbout-pic-container figure img,
  .homeAbout-pic-container::before {
    height: 400px;
    width: 400px;
  }
  .homeAbout-pic-container::before {
    top: -15px;
    left: 15px;
  }
  .homeAbout-groupPic {
    padding: 0px 0px;
  }
  .service-slider {
    margin-bottom: 60px !important;
  }
  .service-slider .slick-dots {
    bottom: -50px;
  }
  .testimonial-slider {
    margin: 0px 0px;
  }
  .testimonial-slide {
    padding: 30px 12px 0px 0px;
  }
  .ctc-wrapper .row .col-lg-7,
  .ctc-wrapper .row .col-lg-5 {
    width: 100%;
  }
  .ctc-dogPic {
    margin: 0px 0px 30px;
  }
  .ctc-wrapper {
    padding: 40px 15px;
  }
  .ctc-container .right-bgIcon3 img {
    display: none;
  }
  .ctc-container {
    padding: 0px 0px 80px;
  }
  .aboutVision-box {
    padding: 25px 15px;
    border-radius: 20px;
  }
  .openDog-pic {
    margin: -100px auto 30px;
    text-align: center;
  }
  .opening-hourSection {
    padding: 30px 0px;
  }
  .openingHour-container {
    padding-bottom: 80px;
  }
  .openingHour-container .right-bgIcon3 {
    display: none;
  }
  .opening-hours {
    font-size: 16px;
    text-align: center;
  }
  .opening-hourSection::before {
    inset: 0px -20px 0px -50%;
    border-radius: 0px 20px 20px 0px;
  }
  .shop-container > .row > .col-lg-3,
  .shop-container > .row > .col-lg-9 {
    width: 100%;
  }
  .csm-product-item-inner {
    padding: 30px 15px;
    border-radius: 20px;
  }
  .filter-box {
    padding: 15px 15px 5px;
  }
  .csm-productGalleryContainer {
    margin-bottom: 30px;
  }
  .csm-product-details-box .csm-product-price-box,
  .csm-product-details-box .csm-product-price-box bdi,
  .csm-product-details-box .csm-product-price-box ins bdi,
  .csm-product-details-box .csm-product-price-box del bdi {
    font-size: 18px;
  }
  .testimonial-item {
    width: 100%;
  }
  .galleryItem {
    width: 50%;
  }
  .left-bgIcon1 {
    top: 45px;
  }
  .sdmPic-container figure img,
  .sdmPic-container::before {
    height: 400px;
    width: 400px;
  }
  .sdmPic-container::before {
    top: -15px;
    left: 15px;
  }
  .contactForm {
    border-radius: 20px;
    padding: 50px 15px;
  }
  .nobanner .breadcrumb-container {
    padding: 20px 15px 10px;
    border-radius: 20px 20px;
  }
  .accordion-button {
    font-size: 14px;
    padding: 12px 50px 12px 15px;
  }
  .accordion-item,
  .accordion-button:not(.collapsed),
  .accordion-button {
    border-radius: 20px 20px 20px 20px !important;
  }
  .accordion-body {
    padding: 20px 20px;
  }
  .accordion-button::after {
    font-size: 18px;
  }
  .thank-you-content-area {
    position: relative;
    inset: auto;
    background: #333333;
    padding: 30px 0px;
    margin-top: 30px;
    border-radius: 15px;
  }
  .thank-you-content-area .thank-you-content {
    max-width: 100%;
    padding: 0px 0px;
  }
  .footer-wrapper {
    border-radius: 20px 20px 0px 0px;
  }
  ul.footer-payment-options {
    margin-bottom: 10px;
  }
  .ftcol {
    max-width: 100%;
    width: 100%;
  }
  .ftcol.ftcol2 {
    margin-bottom: 10px;
  }
  .ftcol.ftcol3 {
    margin-bottom: 30px;
  }
  .footer-head {
    margin: 0px 0px 20px;
    font-size: 16px;
  }
  .footer-location,
  .footer-phone-number,
  .footer-email-address {
    max-width: 100%;
  }
  .footer-bottom .row .col,
  .footer-bottom .row .col-auto {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}

/* Landscape phones and portrait tablets */
@media (max-width: 767.98px) {
  h1,
  .pageTitle h1,
  .pageTitle h2,
  .thank-you-content h1,
  .banner_caption .captionContainer .bannerHeading1 {
    font-size: 26px !important;
    letter-spacing: 0px !important;
  }
  h2 {
    font-size: 26px;
    letter-spacing: 0px !important;
  }
  h3,
  .aboutVision-box h2 {
    font-size: 20px;
    letter-spacing: 0px !important;
  }
  h4 {
    font-size: 18px;
    letter-spacing: 0px !important;
  }
  h5,
  .userInfo-box h5,
  .service-title h4 {
    font-size: 16px;
    letter-spacing: 0px !important;
  }
  h6 {
    font-size: 14px;
    letter-spacing: 0px !important;
  }
  #toTop {
    bottom: 70px;
  }
  .link-btn a {
    min-width: 180px;
  }
  .homeAbout-inner-content h1,
  .inner_banner_caption .captionContainer .innerBannerHeading1 {
    font-size: 24px !important;
  }
  .headerGroupContainer {
    position: fixed;
    bottom: 15px;
    left: 15px;
    right: 15px;
    background: #efefef;
    padding: 15px 15px;
    border-radius: 10px;
    z-index: 991;
  }
  .headerGroupContainer ul.headerTopLinks li {
    width: 25%;
    text-align: center;
    margin: 0px -10px;
  }
  .headerGroupContainer ul.headerTopLinks li {
    padding: 0px 10px;
    margin: 0px 0px;
    width: 25%;
    text-align: center;
  }
  .headerTopLinks > li.header-cart-menu a span {
    display: none;
  }
  .headerGroupContainer.hideBox {
    opacity: 0;
  }
  .homeAbout-pic-container figure img,
  .homeAbout-pic-container::before {
    height: 260px;
    width: 260px;
  }
  .homeAbout-pic-container::before {
    border: 5px solid rgba(240, 88, 122, 0.5);
  }
  .inner_banner_caption {
    position: relative;
    inset: auto;
    padding: 25px 0px;
    background: #333333;
    border-radius: 20px;
    margin-top: 20px;
  }
  .whatClient-heading .row .col-auto {
    width: 100%;
    max-width: 100%;
  }
  .whatClient-heading .pageTitle {
    padding: 0px 0px 25px;
  }
  .whatClient-heading {
    margin-bottom: 25px;
    text-align: center;
  }
  .slide-button {
    justify-content: center;
  }
  .aboutValue-item {
    margin-bottom: 30px;
  }
  .aboutValue-item .row .col-auto {
    width: 100%;
  }
  .aboutValue-icon {
    width: 80px;
    height: 80px;
    font-size: 30px;
    margin: 0px 0px 10px;
  }
  .aboutContact-wrapper {
    border-radius: 20px 20px;
    padding: 50px 15px;
  }
  .csm-product-item,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 50%;
  }
  .service-title {
    padding: 13px 20px 17px;
  }
  .service-title h4 img {
    top: 11px;
  }
  .service-itemBox a {
    border-radius: 15px;
  }
  .service-pic-container {
    border-radius: 15px 15px 0px 0px;
  }
  .testimonial-itemBox {
    border-radius: 20px;
    padding: 20px 15px 40px 30px;
  }
  .testimonial-itemBox::before {
    top: -10px;
    left: 10px;
    right: -10px;
    border-radius: 20px;
  }
  .userInfo-box .row .col-auto {
    max-width: 100%;
    width: 100%;
  }
  .userPic-box {
    margin-bottom: 5px;
  }
  .sdmPic-container figure img,
  .sdmPic-container::before {
    height: 260px;
    width: 260px;
  }
  .sdmPic-container::before {
    border: 5px solid rgba(240, 88, 122, 0.5);
  }
  .opportunities-container .left-bgIcon1 {
    display: none;
  }
  ul.nav-tabs.tabstyle1 li.nav-item a {
    padding: 0px 15px 20px;
  }
  ul.nav-tabs.tabstyle1,
  ul.nav-tabs.tabstyle1 li.nav-item {
    font-size: 16px;
  }
  .blogListing {
    margin: 0px -5px;
  }
  .blogItem {
    width: 50%;
    padding: 0px 5px 10px;
  }
  .blogPic-container {
    border-radius: 20px 20px 0px 0px;
  }
  .blogTitle {
    border-radius: 0px 0px 20px 20px;
  }
  .blog-Pagination .link-btn {
    margin-bottom: 10px;
  }
  .ftcol.ftcol3 {
    margin-bottom: 15px;
  }
  ul.footer-nav.twoCol {
    column-count: 1;
  }
  .pagination-wrapper {
    text-align: center;
  }
  .pagination-wrapper .row .col {
    margin-bottom: 10px;
  }
  .pagination-wrapper .row .col-auto {
    width: 100%;
  }
  .uploadFile {
    padding: 40px 15px;
  }
}

@media (max-width: 575.98px) {
  .galleryItem,
  .csm-product-item,
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .blogItem {
    width: 100%;
  }

  .logo img {
    padding: 15px !important;
  }
}

@-ms-viewport {
  width: auto !important;
}

.yith-add-to-wishlist-button-block {
  margin: 0px !important;
}
.yith-wcwl-add-to-wishlist-button img.yith-wcwl-custom-icon {
	width: 27px !important;
    height: 21px !important;
}

.woocommerce-cart .wc-block-cart__submit-container .wc-block-components-button__text {
    background: #2E4B30;
    color: #fff;
    padding: 10px 50px 10px 50px; 
}

button.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
	background: #2E4B30;
	color: #fff; 
}

.woocommerce span.onsale {
	top: 1.5em;
    left: 1.5em;
}

.awf-filters-form .awf-filter-wrapper.awf-multi{
    display: none !important;
}