@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Caveat&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Outfit:wght@500&display=swap');

*,
*::after, *::before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

::-moz-selection {
  background: #002D79;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #002D79;
  color: #fff;
  text-shadow: none;
}

:focus {
  outline: 0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html, body {
  height: 100%;
  min-height: 100%;
}

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

html, button, input, select, textarea {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  background-color: #fff;
}

img {
  border: 0 none;
  max-width: 100%;
  vertical-align: top;
  height: auto;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 600;
  line-height: 1.2;
}

a {
  color: #672623;
  text-decoration: none;
  transition: all linear 0.2s;
  cursor: pointer;
}
a:hover {
  color: #000;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre {
  margin: 1em 0;
}

p {
  margin: 0 0 20px;
}
p:last-of-type {
  margin-bottom: 0;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
}

iframe {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  appearance: button;
  transition: all linear 0.2s;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table th, table td {
  padding: 10px 20px 7px;
  line-height: 1.2;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

table th {
  background-color: #231f20;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  letter-spacing: 0.5px;
}

table td {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
}

address {
  font-style: normal;
  font-size: 14px;
}

hr {
  border: 0 none;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  display: block;
  width: 100%;
}

ul, ol {
  margin: 20px 0;
  padding-left: 15px;
}

ul ul, ol ol {
  margin: 10px 0;
}

ul ul li {
  list-style: bullets;
}

ol ol li {
  list-style: lower-roman outside;
}

body {
  font-family: "Poppins", sans-serif;
  color: #672623;
background:#EFEDE9; 
  font-weight: 400;
  line-height: 1.5;
    letter-spacing:-0.6px;
  font-size: 18px;
    overflow-x:hidden;
}
@media all and (max-width: 767px) {
  body {
    font-size: 16px;
    line-height: 1.6;
  }
}
h1,h2,h3,h4{text-transform:capitalizehk;}

.h1, h1 {
  font-size: 80px;
  margin-bottom: 46px;
    line-height:0.9;
}
@media all and (max-width: 1400px) {
  .h1, h1 {
    font-size: 80px;
      
  margin-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .h1, h1 {
    font-size: 60px;
      
  margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .h1, h1 {
    font-size: 40px;  margin-bottom: 26px;
  }
}

.h2, h2 {
  font-size: 48px;
  font-weight: 500;
  margin-bottom: 16px;
}
@media all and (max-width: 1400px) {
  .h2, h2 {
    font-size: 44px;
  }
}
@media all and (max-width: 1200px) {
  .h2, h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 991px) {
  .h2, h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .h2, h2 {
    font-size: 34px;
  }
}

.h3, h3 {
  font-size: 40px;
  margin-bottom: 16px;
}
@media all and (max-width: 1400px) {
  .h3, h3 {
    font-size: 34px;
  }
}
@media all and (max-width:1023px) {
  .h3, h3 {
    font-size: 31px;
  }
}
@media all and (max-width:767px) {
  .h3, h3 {
    font-size: 28px;
  }
}

.h4, h4 {
  font-size: 32px;
  margin-bottom: 8px;
}
@media all and (max-width: 1400px) {
  .h4, h4 {
    font-size: 30px;
  }
}
@media all and (max-width: 767px) {
  .h4, h4 {
    font-size: 26px;
  }
}
.h5, h5 {
  font-size: 24px;
  margin-bottom: 8px;
}

.h6, h6 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.d_flex {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0px 0px;
}

.m_0 {
  margin-left: 0;
  margin-right: 0;
margin:0;   
}
.m_0 [class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

[class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
  min-height: 1px;
}

.col-1 {
  width: 8.3333333333%;
}

.col-2 {
  width: 16.6666666667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.3333333333%;
}

.col-5 {
  width: 41.6666666667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.3333333333%;
}

.col-8 {
  width: 66.6666666667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.3333333333%;
}

.col-11 {
  width: 91.6666666667%;
}

.col-12 {
  width: 100%;
}

@media all and (max-width: 767px) {
  .col-1 {
    width: 100%;
  }
  .col-2 {
    width: 100%;
  }
  .col-3 {
    width: 100%;
  }
  .col-4 {
    width: 100%;
  }
  .col-5 {
    width: 100%;
  }
  .col-6 {
    width: 100%;
  }
  .col-7 {
    width: 100%;
  }
  .col-8 {
    width: 100%;
  }
  .col-9 {
    width: 100%;
  }
  .col-10 {
    width: 100%;
  }
  .col-11 {
    width: 100%;
  }
  .col-12 {
    width: 100%;
  }
}
.section-pd{padding:60px 0;}

.woocommerce .button,.button,
.btn {display: inline-block; position:relative; transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden; font-size:16px; font-weight:400 !important; transition:0.3s ease all; text-align:center; background-color: #672623 !important; border:solid 1px #672623 !important; padding: 12px 25px; min-width:198px; border-radius:10px !important;  line-height: 1.2; color: #fff !important;}
.ct-submit:before,
.button:before,
.btn::before {
  content: "";
	display:none;
  position: absolute;
  left: 0;
    border-radius:10px;
  top: 0;
        transition-property: transform;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform 0.4s ease;
  z-index: -1;
}
.button:hover:before,
.ct-submit:hover:before,
.btn:hover::before {
  transform: scaleX(1);
}
.woocommerce .button{min-width:100%;}
.woocommerce .button:hover, .button:hover,
.btn:hover {color: #672623 !important; border:solid 1px #672623 !important; background:#fff !important;}
.btn_white{background-color: #fff !important; color: #672623 !important; }
.btn_white:hover{ color: #fff !important; background:#672623 !important;}
.btn_white:hover::before {background:#672623;}
.wrapper { width: 100%; max-width: 1375px; margin: 0 auto; padding:0 40px;   position: relative;}
.align_center{align-items:center;}
.justify_center{justify-content:center;}
.justify_end{justify-content:flex-end;}
.text_center{text-align:center;}
.green_text{color:#672623;}
.green_bg{background:#672623;}
.white_text{color:#fff;}
.desktop_hide{display:none !important;}
.subheading{font-weight:400;}
.heading_has_line{position:relative; padding:21px 0 0 21px;}
.heading_has_line:before{width:15px; height:15px; border-left:solid 1px #fff; border-top:solid 1px #fff; content:''; position:absolute; top:0; left:0;}

.site-header { position: fixed; top: 0; right: 0; left: 0; padding: 0px 0; z-index: 99;}
.site-header .top_bar{ display:block; font-family: "Outfit", sans-serif; font-weight:500; color:#fff}
.site-header .top_bar a:hover{color:#fff;}
.site-header .primary_header{background:rgba(255,255,255,0.62); backdrop-filter: blur(14.3px); padding:10px 20px; border-radius:20px; max-width:calc(100% - 28px); margin:10px auto 0;}
.site-header .primary_header >.d_flex{justify-content:space-between;}

.site-header .primary_header .col-12.d_flex.align_center{justify-content:space-between;}
.site-header .primary_header .logo{width:206px;}
.site-header .menu-block .nav-menu{ display:flex; gap:20px; align-items:center; margin:0 48px; list-style:none;}
.site-header .menu-block .nav-menu li a{font-size:16px; padding:10px 0; display:block; position:relative;}
.site-header .menu-block .nav-menu >li> a:after{width:100%; height:2px; left:0; bottom:0; content:''; transition:0.6s ease all; background:#672623; position:absolute; transform:scaleX(0); transform-origin:center;}
.site-header .menu-block .nav-menu >li a:hover{color:#672623}
.site-header .menu-block .nav-menu >li a:hover:after{transform:scaleX(1);}
.site-header .menu-block .nav-menu >li.menu-item-has-children{padding-right:20px;}
.site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow:after{width: 8px; height: 8px; position: absolute; right: 0px; top:12px;  content: "";  color: #999999;   border-left: 2px solid #672623;   border-top: 2px solid #672623; transform:rotate(-135deg);}
.site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow {    position: absolute; display:flex; align-items:center;   right: 0;    top: 4px;    height: 46px;    width: 40px;}

.site-header .menu-block .nav-menu .sub-menu{display: none; transition:0.3s ease all; top:100px; list-style:none; position:absolute; left:0; width:max-content; max-width:300px;  }
.site-header .menu-block .nav-menu li{position:relative; list-style:none;}
.site-header .menu-block .nav-menu li:hover .sub-menu{display:block; top:30px;}
.site-header .menu-block .nav-menu .sub-menu  li a{background:#672623; color:#EEFFEE; padding:10px 15px; transition:0.3s ease all; display:block; }
.site-header .menu-block .nav-menu .sub-menu li a:hover{background:#EEFFEE; color:#672623;}
.menu-button {
  display: none;
  font-size: 0;
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
}
.menu-button span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 1px;
  margin: auto;
  background-color: #672623;
  transition: all 0.3s ease;
}
.menu-button span::before, .menu-button span::after {
  position: absolute;
  content: "";
  right: 0;
  left: 0;
  width: 24px;
  height: 1px;
  background-color: #672623;
  transition: all 0.3s ease;
}
.menu-button span::before {
  top: -8px;
}
.menu-button span::after {
  bottom: -8px;
}
.menu-button.active span {
  background-color: transparent;
}
.menu-button.active span::before {
  transform: rotate(45deg);
  top: 0;
    background:#fff;
}
.menu-button.active span::after {
  transform: rotate(-45deg);
    background:#fff;
  bottom: 0;
}
@media all and (max-width: 991px) {
  .menu-button {
    display: block;
  }
}
.header-icons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.header-icons a {
  color: #672623;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}

.header-icons svg {
  width: 26px;
  height: 26px;
  transition: transform 0.2s ease, color 0.2s ease;
}

.header-icons a:hover svg {
  color: #672623;
  transform: scale(1.1);
}

.cart-count {
  position: absolute;
  top: -6px;
  right: -8px;
  background: #000;
  color: #fff;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 600;
  width: 17px;
  height: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer .contact_sec{padding:100px 0; position:relative;  background:#f3cfcf;}
.site-footer .contact_sec:after{position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(255,255,255,0.5); content:''; display:none; z-index:0;}
.site-footer .contact_sec .wrapper{position:relative; z-index:11;}
.site-footer .contact_sec .img_col{display:flex; align-items:center;color:#fff;}
.site-footer .contact_sec .heading_has_line:before{border-color:#672623;}
.site-footer .contact_sec .h4{margin-top:30px;}
.site-footer .contact_sec .h5{font-weight:300;}
.site-footer .contact_sec .form_col .field{margin-bottom:20px;}
.site-footer .contact_sec .form_col .field input::placeholder,.site-footer .contact_sec .form_col .field textarea::placeholder { color: #672623;}
.site-footer .contact_sec .form_col .form_box input[type="submit"] {  border-radius: 10px;   cursor: pointer;   height: auto;  transition: all .5s ease;  color: #fff; background:#672623;  border: solid 1px #672623;    margin: 0 auto;   position: relative;   padding: 11px 30px;   width: 100%;     font-size: 18px; line-height: 25px}
.site-footer .contact_sec .form_col .form_box form .ct-submit{transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden;}
.site-footer .contact_sec .form_col .form_box input[type="submit"]:hover{color:#672623; background:#fff;}
.site-footer .contact_sec a{text-decoration:underline;}
.site-footer .contact_sec a:hover{text-decoration:none; color:#672623;}
.main_footer{padding:58px 81px 20px;}
.whatsapp_icon{position:fixed; bottom:40px;  background: rgba(255, 255, 255, 0.5);  right: 20px;   width: 80px;   z-index: 111;   border-radius: 50%;  padding: 10px;}

.main_footer .top_footer .d_flex{justify-content:space-between;}
.main_footer .top_footer .logo{width:200px; margin-bottom:40px;}
.main_footer .top_footer .disclaimer{max-width:280px;}
.main_footer .top_footer .info{margin:20px 0;}
.main_footer .top_footer .info a{color:#fff;}
.main_footer .top_footer .info a:hover{opacity:0.7;}

.main_footer .social_icons{display:flex; justify-items:flex-end; gap:20px; margin-top:20px}
.main_footer .social_icons a{transform:scale(1); transition:0.4s ease all; background:#fff; width:40px; height:40px; border-radius:50%; display:flex; justify-content:center; align-items:center;}
.main_footer .social_icons a:hover{transform:scale(1.1);}
.main_footer .top_footer .left_col{width:200px;} 
.main_footer .top_footer .right_col{width:75%; max-width:802px; padding-top:20px;}
.main_footer .top_footer .left_col .h2{font-size:56px;}
.main_footer .top_footer .left_col .btn{ border:solid 1px #EEFFEE; }
.main_footer ul{display:flex; flex-flow:column; margin:0; padding:0;  justify-content:space-between; list-style:none;}
.main_footer li a{color:#EEFFEE; padding:7px 10px; display:block;}
.main_footer li a:hover{opacity:0.7;}
.footer_form .form_box{background:rgba(217, 217, 217, 0.1); padding:18px 30px; margin-top:46px; border-radius:10px; display:flex; justify-content:space-between;}
.footer_form .form_box .heading_col{width:252px;}
.footer_form .form_box .heading_col h6{font-weight:500;}
.footer_form .form_box .heading_col p{font-size:16px; font-weight:300;}

.footer_form .form_box .form_col{width:359px; max-width:50%;}
.footer_form .form_box .form_col .newslwtter_form{position:relative;  }
.footer_form .form_box .form_col .newslwtter_form span{display:block;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-spinner{position:absolute; }
.footer_form .form_box .form_col .newslwtter_form .wpcf7-not-valid-tip{text-align:right; font-size:12px;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item{ display:block; margin:8px 0 0; height:20px;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label{font-weight:300; display:flex; font-size:13px; position:relative;}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label:before{position:absolute; left:0; top:0;  width:18px; background:rgba(217, 217, 217, 0.12); border-radius:4px; border: 1px solid rgba(238, 255, 238, 1); height:18px; content:'';}
.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label input{width:18px; opacity:0; height:18px; background:rgba(217, 217, 217, 0.12); border-radius:10px; margin-right:8px;}

.footer_form .form_box .form_col .newslwtter_form .wpcf7-list-item label input:checked{opacity:1;}
.footer_form .form_box .form_col .newslwtter_form input{background:transparent; color:#672623; max-width:100%; font-size:16px; font-weight:300; padding:10px 30px 10px 21px;  border-radius:10px; background:rgba(238, 255, 238, 0.7);border: 1px solid rgba(255, 255, 255, 0.44);}
.footer_form .form_box .form_col .newslwtter_form input[type=submit]{position:absolute; top:14px; width:18px; height:18px;background:url(../images/arrow_btn.png) no-repeat center center; background-size:contain; font-size:0; padding:0; right:13px; }
.main_footer .bottom_footer{margin-top:40px;  border-top:solid 1px #EEFFEE; padding-top:20px;}

.main_footer .bottom_footer .below_border{font-size:14px; display:flex; justify-content:center;} 
.main_footer .bottom_footer .below_border ul{max-width:495px; margin:0;}
.banner{min-height:600px; position:relative; display:flex; align-items:flex-end; padding:300px 0 60px; background-size:cover !important;}
.home .banner{ min-height:550px; height:100%;}
.banner .wrapper{position:relative;}
.banner .founded_text{position:absolute; right:47px; top:182px; font-size:20px; font-weight:300;  max-width:271px;}
.banner .yelp_img{position:absolute; right:15px; bottom:0;}
.banner .content_area {max-width:750px;font-size:20px; font-weight:300; }
.banner .content_area .btn{margin-top:30px; }
.home_slider .slick-slide {

  height: auto !important;
}

.home_slider .slick-track {
  display: flex !important;
}

.home_slider .slick-slide > div {
  height: 100%;
}
.home_slider .slick-dots{position:absolute; bottom:12px; width:100%; display:flex; justify-content:center; align-items:center;}
.home_slider .slick-dots li{background:#fff; border-radius:50%; width:10px;  display:flex; list-style:none; margin:0 4px; transition:0.4s ease all; }
.home_slider .slick-dots li.slick-active{padding:1px; width:41px; border-radius:30px;}
.home_slider .slick-dots li button{background:#672623; border:0; font-size:0; height:9px; width:10px; border-radius:50%; padding:0; transition:0.4s ease all;}
.home_slider .slick-dots li.slick-active button{width:20px; border-radius:30px;}

.intro_section{padding:160px 0 150px;}
.intro_section .wrapper p{max-width:1222px; font-size:48px; line-height:1.3; margin-bottom:32px;}
.intro_section .wrapper p #typed1{display:block;}

.service_section{background-repeat:no-repeat !important;background-size:auto 100% !important; background-position:left !important; padding:109px 0; position:relative;}
.service_section:after{position:absolute; display:none; left:0; top:0; content:''; width:38%; height:100%; background: linear-gradient(90deg,  rgba(10, 59, 60, 0) 0% ,#672623 100%); z-index:1;}
.service_section .wrapper{position:relative; z-index:11;}
.service_section .main_heading{font-weight:400;}
.service_section .service_box{max-width:321px; margin:0 0 0 auto;}
.service_section .service_box .btn{width:100%;}
.service_section .service_box .btn:hover{opacity:; background:#EEFFEE; color:#;}
.service_section .service_box ul li a{font-size:19px; font-weight:300; line-height:29px; margin-bottom:10px;}
.service_section .service_box ul li a:hover{opacity:0.8; }

.package-section{padding:100px 0 0;}
.package-section .slick-slide{margin:0 20px;}
.package-section .package_slider{margin-top:50px; display:flex; flex-wrap:wrap; justify-content:center; gap:40px;}
.package-section .package{width:40%;}

.package-section .package img{border-radius:10px; height:300px; width:100%; object-fit:cover; object-position:top; margin-bottom:20px;}
.our_product{padding:100px 0;}
.our_product .slick-slide{margin:0 20px;}
.our_product .product_slider{margin-top:50px;}
.our_product .slick-slide{margin:0 14px;}
.our_product .product_slider .slick-arrow{position:absolute; bottom:0; right:40px; background:#672623;  width: 26px;  height: 26px;   border-radius: 50%;  font-size: 0px;  transition: all 0.2s ease-in-out;} 
.our_product .product_slider .slick-arrow:hover{opacity:0.5;}
.our_product .product_slider .slick-arrow:after{position:absolute; left:25%; top:34%; height:8px; width:8px; transform:rotate(135deg); content:'';  color: #672623;  border-top: 2px solid #fff;  border-left: 2px solid #fff;  transition: all 0.2s ease-in-out;}
.our_product .product_slider .slick-arrow.slick-prev{right:80px; transform:scaleX(-1);}
.our_product .product_slider .product_item .product-image{border-radius:10px; overflow:hidden; margin-bottom:0px;}
.our_product .product_slider .product_item .product_detail{padding:10px; background:#fff;}
.our_product .product_slider .product_item .product_detail .price{font-size:15px; margin-bottom:15px;}
.our_product .product_slider .product_item .product_detail .button{padding:10px 20px;}

.before_after_section{padding:150px 0; background:#f3cfcf;}
.before_after_section .d_flex{justify-content:space-between;align-items:flex-end;}
.before_after_section .d_flex .btn_box{text-align:right;}
.before_after_section .ba_gallery{margin-top:60px;;display:flex;flex-wrap: wrap; padding-bottom:60px; justify-content:center;}
.before_after_section .ba_gallery .slick-slide{margin:0 13px;}
.before_after_section .ba_gallery .gallery_item{width:100%;}
.before_after_section .ba_gallery .gallery_item img{width:200px; height:200px; margin:0 auto; border-radius:50%; border:dashed  1px #672623}

.before_after_section .ba_gallery .gallery_item h6{margin-top:10px; text-align:center;}
.before_after_section .ba_gallery .slick-arrow{position:absolute; bottom:0; right:40px; background:#672623;  width: 26px;  height: 26px;   border-radius: 50%;  font-size: 0px;  transition: all 0.2s ease-in-out;} 
.before_after_section .ba_gallery .slick-arrow:hover{opacity:0.5;}
.before_after_section .ba_gallery .slick-arrow:after{position:absolute; left:25%; top:34%; height:8px; width:8px; transform:rotate(135deg); content:'';  color: #672623;  border-top: 2px solid #fff;  border-left: 2px solid #fff;  transition: all 0.2s ease-in-out;}
.before_after_section .ba_gallery .slick-arrow.slick-prev{right:80px; transform:scaleX(-1);}

.full_img{margin-bottom:68px; border-radius:10px; overflow:hidden;}
.testimonial_section .btn_box{gap:25px; align-items:center; margin-top:98px;}
.testimonial_section .review_col .review_box{width:100%; background:#fff; border-radius:20px; padding:29px 48px;}
.testimonial_section .review_col .review_box img{margin-bottom:47px; }
.testimonial_section .review_col .review_box .reviewer{  font-family: "Caveat", cursive; margin-top:20px;}

.sister_owned_section{padding:150px 0;}
.sister_owned_section .col-6>div{border-radius:10px; overflow:hidden; height:100%; }
.sister_owned_section .img_col img{height:100%; object-fit:cover;}
.sister_owned_section .content_col{padding:28px 59px 86px;}
.sister_owned_section .content_col .h6{margin:30px 0; font-weight:300;}
.sister_owned_section .content_col .heading_content{margin:8px 0 30px; text-transform:capitalize; line-height:1.35; font-size:40px; font-weight:300;}
.sister_owned_section .content_col .btn:hover{}

.confidence_restored .section_content{padding:104px 20px 47px; border-radius:10px; background-size:cover !important; position:relative;}
.confidence_restored .section_content .rounded_img{position:absolute; list-style:none; width:100%; height:50%; margin:0; left:0;}
.confidence_restored .section_content .rounded_img li{position:absolute; top:0%; left:5%; width:120px; height:120px;}
.confidence_restored .section_content .rounded_img li:nth-child(2){position:absolute; top:1%; right:5%; left:auto;}
.confidence_restored .section_content .rounded_img li:nth-child(3){position:absolute; top:auto; bottom:0%; left:13%; }
.confidence_restored .section_content .rounded_img li:nth-child(4){position:absolute; top:auto; bottom:2%; right:12%; left:auto;}
.confidence_restored .section_content .top_content{max-width:785px; margin:0 auto 65px;}
.confidence_restored .section_content .top_content .btn{margin-top:60px;}
.confidence_restored .section_content .confidence_text{max-width:382px; justify-content:space-between; margin:0 auto 70px; border:solid 1px #fff; border-radius:40px; padding:12px 28px;}
.confidence_restored .section_content .counter_sec{padding-top:65px;}
.confidence_restored .section_content .counter_sec .counter_item{padding-bottom:30px; border-bottom:solid 1px #EEFFEE; margin:0 10px;}
.confidence_restored .section_content .counter_sec .counter_item .yelp_img{margin-bottom:33px;}
.confidence_restored .section_content .counter_sec .counter_item .counter_value{font-size:40px; margin-bottom:30px;}
.confidence_restored .section_content .counter_sec .counter_item .counter_name{font-weight:300; margin-bottom:0px; }

.our_client{padding:100px 0; background:#f3cfcf;}
.our_client .gallery_box{margin-top:40px;}
.our_client .gallery_box .img-box{border-radius:16px; overflow:hidden; margin-bottom:20px; }
.our_client .gallery_box .img-box img{transform:scale(1); o transition:0.4s ease all; width:100%;height:600px; object-fit:cover;}
.our_client .gallery_box .img-box.h_50 img{height:290px;}
.our_client .gallery_box .img-box:hover img{transform:scale(1.3)}

.inner_banner{position:relative; min-height:400px;}
.inner_banner:after{background: linear-gradient(59.51deg, #672623 -3.18%, rgba(10, 59, 60, 0) 80.39%); height:100%; width:100%; content:''; position:absolute; left:0; top:0; z-index:1;}
.inner_banner .wrapper{position:relative; z-index:11;}

/*About Page*/
.about_intro_section{padding:129px 0 65px;}
.about_intro_section .h3{font-weight:400;}
.about_intro_section .content p:last-child{font-weight:300;}

.about_intro_section .values_sec{margin-top:86px;}
.about_intro_section .values_sec > div{padding:0 10px; margin-top:20px;}
.about_intro_section .values_sec .value_box{ width:100%; padding:35px 28px;border-radius:10px; position:relative; overflow:hidden; background:rgba(255,255,255,0.62);}
.about_intro_section .values_sec .value_box:after{width:100%; height:100%; position:absolute; left:0; top:0; z-index:-1; background:rgba(10, 59, 60, 0.3); content:''; transform:scale(0); transition:0.3s ease all; }
.about_intro_section .values_sec .value_box:hover:after{transform:scale(1);}
.about_intro_section .values_sec .value_box .h5{font-size:22px; margin-top:27px}
.about_intro_section .values_sec .value_box p{font-size:20px; font-weight:300;}

.team_section{padding:65px 0 50px;}
.team_section .h2{font-size:64px; max-width:1029px; margin-top:47px;}
.team_section .team_members{margin-top:84px;}
.team_section .team_members >div{margin-top:20px; padding:0 10px;}
.team_section .team_members .member{border-radius:20px; overflow:hidden; position:relative; background:#672623;}
.team_section .team_members .member:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #672623 100%); z-index:1;}
.team_section .team_members .member .h5{position:absolute; left:20px; bottom:25px; left:18px; z-index:11;}
.team_section .team_members .member:hover:after{height:100%;}

.testimonial_section.inner_page_testimonial{padding:50px 0; position:relative;}
.testimonial_section.inner_page_testimonial:after{background: linear-gradient(180deg, rgba(239, 237, 233, 0) 0%, #EFEDE9 100%); position:absolute; bottom:0; left:0; width:100%; content:''; height:25%;}
.testimonial_section.inner_page_testimonial .yelp_img{object-fit:contain;}
.testimonial_section.inner_page_testimonial .btn_box{margin-top:24px;}

.testimonial_section.inner_page_testimonial .review_col{column-count:3; gap:20px;}
.testimonial_section.inner_page_testimonial .review_col .review_box{box-shadow: 0px 0px 21.3px 0px rgba(0, 0, 0, 0.03); background: rgba(255, 255, 255, 0.29); margin-top:40px; display:inline-block; vertical-align:top;}

.innerPage_service{margin-bottom:50px;}
.innerPage_service .service_row.flex_reverse{flex-flow:row-reverse;}
.innerPage_service .service_row .photo{height:100%;}
.innerPage_service .service_row .photo img{width:100%; height:100%; object-fit:cover;}
.innerPage_service .service_row .content_col{padding:62px 0 62px 55px; align-self:center;}
.innerPage_service .service_row.flex_reverse .content_col{padding:62px 055px 62px 0px;}
.innerPage_service .service_row .content_col .heading{padding-right:50px; padding:0 100px 0 47px; position:relative;}
.innerPage_service .service_row .content_col .heading a.cat_link{position:absolute; right:47px; top:50%; transform:translatey(-50%);}
.innerPage_service .service_row .content_col .heading a.cat_link:hover{opacity:0.8;}
.innerPage_service .service_row .content_col .heading h4{font-size:48px; line-height:0.9;}
.innerPage_service .service_row .content_col .heading h4 span{font-size:48px; display:block; font-weight:300;}
.innerPage_service .service_row .content_col .service_slider{margin:40px 0 4px;}
.innerPage_service .service_row .content_col .tagline{max-width:223px; margin:0px 47px;}

.innerPage_service .service_row .service_slider .slick-list{padding-left:0 !important;}
.innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:150px !important; padding-right:0 !important;}
.innerPage_service .service_row .service_slider .slick-slide{margin:0 10px;}
.innerPage_service .service_row .service_slider .treatment{position:relative;border-radius:16px; padding:30px 17px; margin-bottom:24px; overflow:hidden; display:flex !important; flex-flow:column; justify-content:space-between; align-items:stretch; min-height:419px;}
.innerPage_service .service_row .service_slider .treatment img{position:absolute; top:0; object-fit:cover; left:0; z-index:-1; width:100%; height:100%;}
.innerPage_service .service_row .service_slider .treatment .top_details{display:flex; justify-content:space-between; align-items:center;}
.innerPage_service .service_row .service_slider .treatment .top_details .tag{border-radius:49px; min-width:104px; text-align:center; background:#EEFFEE; color:#672623; padding:12px 20px; font-size:15px; font-weight:300; text-transform:uppercase;}
.innerPage_service .service_row .service_slider .treatment:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #672623 100%); z-index:-1;}

.innerPage_service .service_row .service_slider .treatment:hover:after{height:100%;}
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta{display:none; justify-content:space-between; align-items:center; font-size:16px;} 
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta p{margin:0;}
.innerPage_service .service_row .service_slider .treatment .bottom_details .meta .price{font-size:16px; color:#fff;}

/*Contact Page*/
.contact-page .banner{height:400px;}
.contact-page .contact_content{margin:0 auto 50px; box-shadow:0 0 10px rgba(0,0,0,0.25); margin-top:-100px; background:#fff; position:relative; z-index:11;  max-width:90%; padding:50px 0;}
.contact-page .contact_content .d_flex{justify-content:space-between;}
.contact-page .contact_content .content_area {width:50%; }

.contact-page .contact_content .content_area h1{margin-bottom:20px;}

.contact-page .contact_content .content_area .contact_details{padding-top:30px;}
.contact-page .contact_content .content_area .contact_details .info{margin:30px 0;}
.contact-page .contact_content .content_area .social_icons{justify-content:flex-start; gap:10px; margin-top:15px;}
.contact-page .contact_content .content_area .social_icons a{transform:scale(1); transition:0.4s ease all;}
.contact-page .contact_content .content_area .social_icons a:hover{transform:scale(1.1);}
.contact-page .contact_content .content_area .footer_form .form_box{background: rgba(217, 217, 217, 0.15); backdrop-filter: blur(11px);}
.contact-page .contact_content .form_column{width:40%; background:#672623;backdrop-filter: blur(10px); border-radius:20px; padding:40px 40px;}

:focus { outline: none!important;}
.contact-page .contact_content .form_column .ct-submit { width: 100%;  margin: 0;  position: relative;  border-radius: 10px;  background: #fff;   backface-visibility: hidden;  -webkit-transform: translateZ(0); transform: translateZ(0);  transition: all .5s ease; transition-duration: .3s}
.contact-page .contact_content .form_column .form_box form .field {  margin-bottom: 15px}
.contact-page .contact_content .form_column .form_box form .wpcf7-form-control-wrap>label,.form_box form .field label { width: 100%;  font-weight: 600;  margin-bottom: 0; padding: 0 0;  position: relative;  font-size: 14px;  line-height: 24px; color: #000}
.contact-page .contact_content .form_column .form_box form select,.form_box form input,.form_box form textarea {border-radius:13px;  border: solid 1px #fff;  font-weight: 500;   height: 50px;  background: rgba(255,255,255,0.77);  display: block;   width: 100%; padding: 10px 25px 10px;   font-size: 16px;  line-height: 20px; color: #672623}
.contact-page .contact_content .form_column.contact-page .banner .form_column .form_box form input:focus,.form_box form textarea:focus { outline: none; border-color: #672623;  box-shadow: none}
.contact-page .contact_content .form_column .form_box form input::placeholder,.form_box form textarea::placeholder { color: #672623;}
.contact-page .contact_content .form_column .form_box form .wpcf7-list-item{margin:0;}
.contact-page .contact_content .form_column .form_box form select{-webkit-appearance:none; background-image:url('../images/shape.png'); background-repeat:no-repeat; background-size:12px 6px; background-position:97% center;}
.contact-page .contact_content .form_column .form_box form .wpcf7-list-item label {display: flex; flex-wrap: wrap; font-size:12px;  align-items: center; position:relative;}
.contact-page .contact_content .form_column .form_box form .wpcf7-list-item label:before{position:absolute; left:0; top:2px;  width:14px; background:rgba(255, 255, 255, 0.37); border-radius:4px; border: 1px solid #fff; height:14px; content:'';}
.contact-page .contact_content .form_column .form_box form .wpcf7-list-item label input{width:14px; opacity:0; height:14px;  border-radius:10px; margin-right:8px;}

.contact-page .contact_content .form_column .form_box form .wpcf7-list-item label input:checked{opacity:1;}
.contact-page .contact_content .form_column .form_box form .wpcf7-list-item label .wpcf7-list-item-label { display: inline-block!important;}
.contact-page .contact_content .form_column .form_box input[type="submit"] {  border-radius: 10px;   cursor: pointer;   height: auto;  transition: all .5s ease;  color: #672623 !important; background:transparent !important;  border: solid 1px #fff !important;    margin: 0 auto;   position: relative;   padding: 11px 30px;   width: 100%;     font-size: 18px; line-height: 25px}
.contact-page .contact_content .form_column .form_box form .ct-submit{transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden;}
.contact-page .contact_content .form_column .form_box input[type="submit"]:hover{color:#fff !important; background:#672623 !important;}
.contact-page .contact_content .form_column .form_box form textarea {  width: 100%;  overflow: auto;  height: 120px;  resize: none;  display: block}
.contact-page .contact_content .form_column .form_box form .accept {  margin-bottom: 10px;}
.contact-page .contact_content .form_column .form_box form .accept a{text-decoration:underline; font-weight:500;}
.wpcf7-form-control-wrap {  position: relative; display: block}
.contact-page .contact_content .form_column .form_box form .wpcf7-form-control-wrap>label.error,span.wpcf7-not-valid-tip {  font-size: 12px!important; text-align:right; color: #ea4646!important;   padding: 1px 3px;  line-height: 1.35!important;  margin: 0!important;  font-weight: 400;}
.contact-page .contact_content .form_column .form_box form .wpcf7-form-control-wrap>label.error:after {display: none;}

div.wpcf7 .wpcf7-spinner:before {display: none;}
div.wpcf7 .wpcf7-spinner { border-radius: 0;  margin-left: auto;  margin-right: auto; opacity: 1;  z-index: 1;   display: block;   position: absolute}
div.wpcf7 .submitting .wpcf7-spinner {  position: absolute;  top: 0;  visibility: visible;  display: block;   margin: auto;   right: 0;   transform: translateX(0); border-radius:0 8px 8px 0;  background-color: #672623;
background-image: url("https://elite.site4demo.com/wp-content/uploads/2025/09/loader-w.svg");
  height: 50px;  width: 40px; background-size: 22px;   background-repeat: no-repeat;  background-position: center;}
.wpcf7 form .wpcf7-response-output{font-size:14px;}
.contact-page  .wpcf7 form .wpcf7-response-output{color:#fff;}

/*Blog Page*/
.feature_post{padding:70px 0 62px;}
.feature_post .content_col{padding:20px 40px;}
.blog_post .feature_img{position:relative; border-radius:10px; overflow:hidden;}
.blog_post .feature_img img{min-height:329px; object-fit:cover;}
.blog_post .feature_img a{position:absolute; top:10px; right:10px;}
.post_meta{margin-bottom:28px;}
.post_meta .category{border-radius:49px; min-width:124px; text-align:center; background:#672623; color:#fff; padding:15px 20px; font-size:15px; font-weight:500; text-transform:uppercase; margin-right:25px;}
.bloglist .post_meta .date{font-size:16px; font-weight:500;}
.blog_banner{padding:250px 0 120px; max-width:100%; width:100vw;}
.blog_banner .post_meta .category{background: #EEFFEE; color:#672623; font-weight:300;}
.blog_banner .post_meta .date{font-weight:300;}
.blog_banner .h1{font-size:64px; line-height:1.08; margin-bottom:35px;}
.blog_banner p{font-size:20px;}
.blog_banner.btn{font-weight:400;}
.blog_slider .slick-dots{position:absolute; bottom:12px; width:100%; display:flex; justify-content:center; align-items:center;}
.blog_slider .slick-dots li{background:#D9D9D9; border-radius:50%; width:10px;  display:flex; list-style:none; margin:0 4px; transition:0.4s ease all; }
.blog_slider .slick-dots li.slick-active{padding:1px; width:41px; border-radius:30px;}
.blog_slider .slick-dots li button{background:#6A7072; border:0; font-size:0; height:10px; width:10px; border-radius:50%; padding:0; transition:0.4s ease all;}
.blog_slider .slick-dots li.slick-active button{width:20px; border-radius:30px;}
.blog_post .h4{font-size:27px; line-height:1.1; margin-bottom:20px;}
.blog_post .h4 a:hover{color:#6A7072;}
.blog_post .excerpt{font-weight:300; font-size:16px;}
.post_grid .blog_post{margin-bottom:62px;}
.post_grid .blog_post .feature_img{margin-bottom:35px}
.post_grid .blog_post .post_meta{margin-bottom:0; margin-top:34px;}

.pagination {display: flex;  justify-content: flex-end;  margin: 30px 0;}

.pagination ul { display: flex;  list-style: none;   gap: 8px;   padding: 0;   margin: 0; border:none;}

.woocommerce nav.woocommerce-pagination ul li,
.pagination li { display: inline-block; min-height:auto; border:none;}

.woocommerce nav.woocommerce-pagination ul li a,
ul .page-numbers { display: flex;  align-items: center; justify-content: center;  width: 24px;  height: 24px;   border-radius: 5px;  font-size: 16px; text-decoration: none; color: #672623; background: transparent;  border: 1px solid transparent;  transition: all 0.2s ease-in-out;}

ul .page-numbers:hover { background: #672623;  border-color: #672623;  color: #fff; }

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span,
ul .page-numbers.current { background: #672623;   color: #fff;  border-color: #672623;}

ul .page-numbers.prev,
ul .page-numbers.next { font-weight: bold; border-radius:50%;  background: #672623; opacity:0.5; color: #fff;}

ul .page-numbers.prev:hover,
ul .page-numbers.next:hover{  background: #672623;    border-color: #672623; opacity:1;}

.single-post-page .blog_banner{padding:240px 0 70px;}
.blog_content {padding:100px 0;}
.blog_content .wrapper{max-width:823px;}
.blog_content img.size-full{margin:70px 0; display:block; width:100%;}
.related_posts .heading_block{margin-bottom:50px; justify-content:space-between;}
.single-post-page .white_bg{background:#fff; padding-top:82px;}
.single-post footer .contact_sec{background:#fff;}

/*Before After Page
.gallery-page .before_after_section{padding:122px 0 74px;}
.process_section{padding-bottom:80px; position:relative;}
.process_section .heading{position:absolute; z-index:11; top:33px; left:50%; transform:translatex(-50%); padding:32px; width:33%; border-radius:20px; border: 1px solid #FFFFFF59; background: #67262363; color:#fff; min-width:350px;}
.process_section .heading h2{font-size:24px; text-align:center; font-weight:300;}
.process_section  .step{position:relative; cursor:pointer;}
.process_section  .step img{width:100%;}
.process_section .step .process_detail{position:absolute; bottom:35px; border-radius:20px; max-width:437px; left:50%; transform:translatex(-50%); padding:32px; border: 1px solid #FFFFFF59; background: #67262363; color:#fff;}
.process_section .step .process_detail .h6{position:relative; padding-right:30px; margin-bottom:60px;}
.process_section .step .process_detail .h6 span{position:absolute; right:0;}
.process_section .process_slider .slick-arrow{position:absolute; top:70px; left:35%; z-index:99; border:0; font-size:0; background:url(../images/arrow.png) no-repeat center; background-size:contain; padding:0;  width:20px; height:20px;}

.process_section .process_slider .slick-arrow.slick-next{transform:scalex(-1); left:64%;}*/

.treatment-page .banner{min-height:500px;}
.treatment-page .about_intro_section .h3{max-width:550px;}

.service_sec{padding:100px 0;}
.home .service_sec.specials{padding:50px 0 ;}
.service_sec .btn_box{margin-top:40px;}
.service_sec .h2{font-size:32x; font-weight:500; margin-bottom:56px;}
.service_sec .service_list{margin-top:30px;}
.service_sec .treatment_box{margin-bottom:50px;}
.category_page .service_list li,
.service_sec .treatment{position:relative;border-radius:16px; padding:30px 17px; margin-bottom:24px; overflow:hidden; display:flex; flex-flow:column; justify-content:space-between; align-items:stretch; min-height:419px;}
.service_sec .treatment .product_link{position:absolute; top:0; left:0; height:100%; width:100%;}
.service_sec .treatment img{position:absolute; top:0; left:0; z-index:-1; object-fit:cover; width:100%; height:100%;}
.service_sec .treatment .top_details{display:flex; justify-content:flex-end; align-items:center;}

.service_sec .treatment:after{position:absolute; bottom:0; transition:0.4s ease all; left:0; width:100%; height:50%; content:'';background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, #672623 100%); z-index:-1;}
.service_sec .treatment:hover:after{height:100%;}
.service_sec .treatment .bottom_details .meta{display:flex; justify-content:space-between; align-items:center; font-size:16px;} 

.service_sec .treatment .bottom_details a:hover{color:#fff;}
.service_sec .treatment .bottom_details .meta p{margin:0;}
.service_sec .treatment .bottom_details .meta .price{font-size:16px; color:#fff;}
/* 
.category_page .service_list ul{display:flex; justify-content:center; flex-wrap:wrap;}

.category_page .service_list div{width:32%;}
.category_page .service_list li{width:90% !important; min-height:auto; background:#fff; display:flex; flex-wrap:wrap;} */
.woocommerce span.onsale,
.category_page .service_list li span.onsale{margin:0; border-radius:10px; display:none;}
.category_page .service_list li .price,
.category_page .service_list li h2{padding:0px 10px !important;}
.category_page .service_list li .button {display: inline-block; min-width:auto; position:relative; transform:perspective(1px) translateZ(0); transition-property: color; overflow:hidden; font-size:16px; transition:0.3s ease all; text-align:center; background-color: #672623 !important; border:solid 1px #672623 !important; padding: 12px 25px; margin:10px auto; border-radius:10px;  line-height: 1.2; color: #fff !important;}
.category_page .service_list li .button:hover{color:#672623 !important; background:#fff !important;}
.service_sec .treatment_box .button_box{display:flex; flex-wrap:wrap; gap:20px; justify-content:center;}
.service_sec .treatment_box .button_box a{min-width:auto;}
.woocommerce-breadcrumb{display:none;}
.woocommerce div.product form.cart div.quantity{width:100%;}
.single-product #main .product.type-product{  width: 100%;  max-width: 1375px;  margin: 0 auto;  padding: 235px 15px 0px; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}

.single-product .summary .product-categories a{border-radius:49px; min-width:275px; display:inline-block; text-align:center; margin-bottom:35px; background:#EEFFEE; color:#672623; padding:12px 20px; font-size:24px; font-weight:500; }

.single-product .summary .product-categories a .last-word{font-weight:300; font-style:italic;}
.single-product .summary .woocommerce-product-details__short-description {margin:40px 0;}
.single-product .summary .product_title{font-weigh; font-size:44px !important; line-height:1.2; margin-bottom:45px;}
/* .single-product .summary .time,
.single-product .summary .price{border-radius:49px; min-width:106px; display:inline-block; text-align:center; margin:15px 20px 15px 0;; background:#6A7072; color:#fff  !important; padding:20px 20px; font-size:20px; font-weight:300; }
 */
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button,
.single-product .summary button{border-radius:10px !important; min-width:275px; display:inline-block !important; text-align:center !important; background:#672623 !important; color:#fff !important; padding:15px 25px !important; font-size:18px !important; font-weight:400 !important; border:solid 1px #672623; min-width:auto; margin-right:20px;}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover,
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover,
.single-product .summary button:hover{background-color: #fff !important;    color: #672623 !important;}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button *{justify-content:center;}

.content_column a:hover{color:#6A7072 !important;}

.woocommerce-MyAccount-navigation li a{padding:10px 20px; display:block; border:solid 1px #672623; border-bottom:none;}
.woocommerce-MyAccount-navigation li:last-child a{border-bottom:solid 1px #672623; }

.woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-MyAccount-navigation li a:hover{background:#672623; color:#EEFFEE !important;}

.single-product div.product .summary form.cart{display:flex; align-items:center; flex-wrap:wrap; margin-top:40px;}
.single-product div.product .summary form.cart .button{margin-top:10px; margin-right:20px;}
.slick-slider {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slick-slider.slick-initialized {
  opacity: 1;
}
.lost_reset_password{max-width:400px; margin:0 auto;}
.lost_reset_password .form-row{width:100% !important;}
.woocommerce-account .woocommerce-MyAccount-navigation ul{padding:0; margin-top:0;}
table th a{color:#fff;}

.pandit-page .pandit_sec .pandit_list{padding:50px 0;}
.pandit-page .pandit_sec .pandit_list .panditji{margin-bottom:40px;}
.pandit-page .pandit_sec .pandit_list .pandit{border-radius:20px; padding:30px 20px; text-align:left; display:flex; flex-wrap:wrap; gap:15px;}
.pandit-page .pandit_sec .pandit_list .pandit figure{border-radius:50%; width:150px; height:150px; border:solid 1px rgba(255,255,255 ,0.6); overflow:hidden; margin:0 auto; margin-bottom:0; }
.pandit-page .pandit_sec .pandit_list .pandit .bottom_details{width:calc(100% - 165px);}

.pandit-page .pandit_sec .pandit_list .pandit .btn{border:solid 2px #fff !important; margin-top:10px; padding:8px 16px; min-width:inherit;}

@media(max-width:1439px){
    .main_footer{padding:58px 40px 30px;}
    .main_footer .top_footer .right_col{padding-top:0; width:calc(100% - 375px);}
    .contact-page .banner .content_area h1{font-size:80px;}
}
@media(max-width:1365px){
	
    .site-header .menu-block .nav-menu li a{font-size:15px;}
    .site-header .primary_header .logo{width:150px;}
    .main_footer li a{padding:7px 5px;}
    .site-footer .contact_sec,
    .intro_section{padding:100px 0;}
    .service_section{padding:80px 0;}
    .sister_owned_section,
    .before_after_section{padding:100px 0;}
    .sister_owned_section .content_col{padding:28px 40px 70px}
    .sister_owned_section .content_col .h6{margin-top:0;}
    .sister_owned_section .content_col .heading_content{font-size:35px;}
    .confidence_restored .section_content .counter_sec{padding-top:0;}
    
    .about_intro_section{padding:100px 0 60px;}
    .blog_banner .h1,
    .team_section .h2{font-size:56px;}
    .innerPage_service .service_row .content_col{padding-left:30px;}
    .innerPage_service .service_row .content_col .heading{padding:0 70px 0 30px}
    .innerPage_service .service_row .content_col .heading h4 span,
    .innerPage_service .service_row .content_col .heading h4{font-size:42px;}
    .innerPage_service .service_row.flex_reverse .content_col{padding-left:0; padding-right:30px;}
    
    
    .treatment-page .about_intro_section .h3{max-width:400px;}
    .treatment-page .service_sec{margin-bottom:0px;}
    .treatment-page .service_sec .h4{margin-bottom:40px;}
    
    .single-product .summary .product_title{font-size:36px !important;}
    
    .contact-page .banner .content_area h1{font-size:64px;}
    .contact-page .banner .content_area .footer_form{margin-top:30px;}
    .gallery-page .before_after_section{padding-top:100px;}
    
}
@media(max-width:1199px){
    .main_footer .right_col li a{font-size:14px;}
    .footer_form .form_box{padding:18px 20px;}
    .site-header .menu-block .nav-menu {margin:0 10px;}
    .site-header .menu-block .nav-menu{gap:20px;}
	.contact-page .contact_content .form_column{width:50%;}
	
}

@media(max-width:1023px){
    .site-header .menu-block .nav-menu{margin-right:0;}
    .site-footer .contact_sec .h4 {font-size:24px;}
    .intro_section .wrapper p{font-size:36px;}
    .main_footer .top_footer .right_col,
    .main_footer .top_footer .left_col{width:100%;}
    .main_footer .top_footer .right_col{margin-top:20px;}
    
    .banner .content_area{max-width:500px;}
    
    .site-footer .contact_sec,
    .intro_section{padding:80px 0;}
    .service_section{padding:60px 0;}
    .sister_owned_section,
    .before_after_section{padding:80px 0;}
    .sister_owned_section .content_col{padding:28px 20px 50px;}
    .sister_owned_section .content_col .heading_content {font-size:30px;}
    .confidence_restored .section_content .top_content{max-width:650px;}
    .confidence_restored .section_content .counter_sec .counter_item{margin:0;}
    .confidence_restored .section_content .counter_sec .counter_item .counter_name{font-size:18px;}
    
    .about_intro_section{padding:80px 0 50px;}
    .innerPage_service .service_row .photo{height:100%;}
    .innerPage_service .service_row .photo img{height:100%; object-fit:cover;}
    .innerPage_service .service_row .content_col .heading h4 span,
    .innerPage_service .service_row .content_col .heading h4{font-size:32px;}
    .innerPage_service .service_row .content_col{padding:40px 30px;}
    .innerPage_service .service_row .content_col .service_slider{margin:20px 0;}
    
    .treatment-page .service_sec .service_list .col-3{width:33%;}
    .testimonial_section .review_col .review_box{padding:25px 30px;}
    .single-product #main .product.type-product{padding:200px 20px 0px;}
    .single-product .summary .product_title{font-size:45px;}
    .single-product .summary .full-description{margin-bottom:20px;}
    .single-product .summary .mbfw-date-picker-section{margin-top:20px;}
    .woocommerce div.product form.cart{margin-bottom:0 !important;}
    .gallery-page .before_after_section{padding-top:50px;}
    
    .contact-page .banner{padding-top:230px;}
    .contact-page .banner .form_column{width:45%; padding:50px 30px;}
    .blog_banner .h1{font-size:48px;}

}
@media(max-width:991px){
	.wrapper{padding:0 15px;}
    .blog_banner .h1, .team_section .h2{font-size:42px;}
    .btn{padding:12px 30px}
    .site-header .primary_header > .d_flex{flex-wrap:nowrap; justify-content:space-between;}
    .site-header .primary_header > .d_flex > div{}
    .menu-block {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: #672623;
        overflow-y: auto;
        padding: 20px;
        padding-top:100px;
        width:350px;
        z-index: 1;
        height: 100vh;
        transform: translateX(120%);
        transition: transform 0.3s ease-in-out
    }

    .menu-button{z-index:999;}
    .menu-block.active {
        display: block;
        transform: translateX(0)
    }
    .site-header .menu-block .nav-menu >li.menu-item-has-children{padding-right:0;}
    .menu-block ul li {
        display:block;
    }

   .site-header .menu-block .nav-menu li a {
        color: #fff; padding-left:15px;
        border-bottom: 1px solid #fff
        
    }

   .site-header .menu-block .nav-menu {
            display:block;
        margin:0;
        padding:0;
        gap:0;
    }
       .site-header .menu-block .nav-menu >li.menu-item-has-children .sidebar-menu-arrow:after {   right: 20px;   font-size: 20px;    border-color: #fff;} 
    .site-header .menu-block .nav-menu >li.menu-item-has-children.current_page_item  .sidebar-menu-arrow:after {   right: 20px;  border-color: #672623;}
    .site-header .menu-block .nav-menu >li a:hover,
    .site-header .menu-block .nav-menu li.current_page_item a{background:#fff; color:#672623; }

    .menu-item {
    }

    .site-header .menu-block .nav-menu .sub-menu {
        position: relative; margin:0;
        width:100%; max-width:100%; top:auto !important; left:auto;
    }

    .site-header .menu-block .nav-menu .sub-menu.active {
        display: block
    }
    .site-header .menu-block .nav-menu li a:after{display:none;}
    .intro_section .wrapper p{font-size:30px;}
    .before_after_section .d_flex .btn_box{width:33%;}
    
    .confidence_restored .section_content .top_content {max-width:550px; margin-bottom:35px;}

    .main_footer {padding:50px 20px 30px;;}
    .main_footer .right_col li a {font-size:16px;}
    .confidence_restored .section_content .counter_sec .counter_item .counter_value {font-size:31px;}
    .confidence_restored .section_content .counter_sec .counter_item .counter_name {font-size:14px;}
    .testimonial_section.inner_page_testimonial .review_col{column-count:2;}
    
    .about_intro_section .values_sec .value_box{padding:25px 15px;}
    .about_intro_section .values_sec .value_box .h5{font-size:18px;}
    .about_intro_section .values_sec .value_box p{font-size:16px;}
    .team_section .h2 {margin-top:20px;}
    .team_section .team_members >div{width:33%; margin-bottom:30px;}
    .post_grid .d_flex .col-4{width:50%;}
    
    .contact-page .banner .content_area{width:100%;}
    .contact-page .banner .form_column{width:100%; margin-top:40px;}
    .contact-page .banner .content_area h1 {font-size:56px;}
    
    .innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:100px !important;}

	.package-section .package{width:100%;}
	.category_page .service_list div{width:44%; margin-bottom:30px;}
}

@media(max-width:767px){
    .desktop_hide{display:block !important;}
    .mobile_hide{display:none !important;}
    .subheading{font-size:20px;}
	.site-header .primary_header .logo{width:100px;}
    
    .site-header .primary_header{margin-top:12px; width:calc(100% - 12px); padding:20px 15px;}
    .site-header .primary_header .btn{min-width:inherit;}
    
    .home .banner{height:666px; min-height:inherit; padding:0 0 70px; display:flex !important; flex-wrap:wrap; align-items:flex-end;}
    .home .banner .mob_img {position:absolute; bottom:0; left:0; width:100%; height:100%; object-fit:cover;}
    .home .banner:after{background: linear-gradient(180deg, rgba(10, 59, 60, 0) 0%, rgba(10, 59, 60, 0.76) 100%); height:75%; top:auto; bottom:0;}
    .banner .founded_text {top:110px; font-size:14px; right:10px;}
    .banner .yelp_img{position:relative; top:auto; margin-bottom:20px; width:108px; right:auto;}
    .intro_section .wrapper .btn,
    .banner .content_area .btn {width:100%;}
    .intro_section,
    .sister_owned_section, .before_after_section{padding:50px 0;}
    
    
    .intro_section .wrapper p{font-size:28px;}
    .intro_section .wrapper p img{vertical-align:middle;}
    .sister_owned_section .col-6>div{margin-bottom:40px; height:auto;}
    .testimonial_section .btn_box{margin-top:30px;}
    .testimonial_section .btn_box .btn{width:100%;}
    
    .before_after_section .d_flex .btn_box{width:100%; margin-top:30px;}
    .before_after_section .d_flex .btn_box .btn{width:100%;}
    
    .service_section{padding-top:411px; background:#672623 !important; position:relative;}
    .service_section:before{position:absolute; top:0; left:0; width:100%; z-index:1; height:90%;background: linear-gradient(0deg, #672623 0%, rgba(10, 59, 60, 0) 100%); content:'';}
    .service_section .mob_img{position:absolute; top:0; left:0; width:100%; height:auto; object-fit:cover;}
    .service_section .service_box{margin:40px 0 0px 0;}
    .treatment-page .service_sec .service_list .col-3{width:100%;}
    .testimonial_section.inner_page_testimonial .review_col{column-count:1;}
    .testimonial_section.inner_page_testimonial .yelp_img{display:block; margin:20px auto 0 0;}
    
    .site-footer .contact_sec{padding:50px 0;}
    .site-footer .contact_sec .heading_has_line{margin-bottom:40px;}
	.main_footer .top_footer .logo{margin-bottom:20px;}
	.main_footer .top_footer .footer_col{margin-bottom:30px;}
	.main_footer .bottom_footer{margin-top:0;}
    .main_footer .top_footer .left_col .btn{width:100%;}
    .footer_form .form_box{flex-wrap:wrap;}
    .footer_form .form_box .form_col{max-width:100%; width:100%; margin-top:20px;}
    .footer_form .form_box .heading_col{width:100%;}
	.main_footer .top_footer .left_col .logo{width:200px;}
	
    .main_footer .bottom_footer .below_border{flex-flow:column; gap:20px;}
    .main_footer .bottom_footer .below_border >*{text-align:center;}
    .main_footer .bottom_footer .below_border ul{gap:5px;}
    .main_footer .bottom_footer .above_border .social_icons{align-items:center;}
	.main_footer .right_col ul{margin:0; gap:0;}
    
    .contact-page .banner:after {background:linear-gradient(101.51deg, #672623 -3.18%, rgba(10, 59, 60, 0) 80.39%);}
    
    .contact-page .banner .content_area h1 {font-size:44px;}
    
    .process_section{padding-bottom:40px;}
    .process_section .step img{min-height:500px; object-fit:cover;}
    .process_section .step .process_detail{width:90%;}
    .process_section .process_slider .slick-arrow{left:20%;}
    .process_section .process_slider .slick-arrow.slick-next{left:80%;}
    
    .team_section .team_members >div{width:100%;}
    .team_section .team_members .member{max-width:322px; margin:0 auto;}
    .innerPage_service .service_row.flex_reverse .service_slider .slick-list{padding-left:30px !important;}
    .confidence_restored .section_content .rounded_img{display:none;}
    
    .confidence_restored .section_content .top_content .btn{margin-top:20px;}
    .confidence_restored .section_content .top_content .h2{font-size:48px;}
    .confidence_restored .section_content .counter_sec .counter_item{max-width:180px; margin:0 auto; padding-bottom:10px;}
    .confidence_restored .section_content .counter_sec .slick-dots{list-style:none; justify-content:center; width:100%; display:flex;}
    .confidence_restored .section_content .counter_sec .slick-dots button{background:#EEFFEE; width:8px; padding:0; height:8px; font-size:0; border:0; margin:0 4px; border-radius:50%;}
    .confidence_restored .section_content .counter_sec .slick-dots .slick-active button{background:#fff;}
    .confidence_restored .section_content .counter_sec .counter_item .yelp_img{margin-bottom:10px;}
    .related_posts .heading_block .btn_box {justify-content:flex-start;}
    .post_grid .d_flex .col-4{width:100%;}
    .feature_post .content_col{padding:20px 8px;}
	
	.main_footer .bottom_footer .below_border ul{gap:0;}
	.main_footer .bottom_footer .below_border ul li a{padding:5px 10px;}
	.service_sec,.our_client,
	.package-section{padding:50px 0 0;}
	.single-product .service_sec{padding-bottom:50px;}
	.package-section .package_slider{margin-top:30px;}
	.home .service_sec.specials{padding-top:;}
	.our_client .gallery_box .img-box.h_50 img,
	.our_client .gallery_box .img-box img{height:auto;}
	.category_page .service_list li, .service_sec .treatment_box{margin-bottom:40px;}
	.service_sec .btn_box{margin-top:0;}
	
	.category_page .service_list div{width:100%; margin-bottom:30px;}
	.single-product div.product .summary form.cart .button{margin:20px 20px 20px 0; }
	
	.contact-page .banner {height:auto; min-height: 300px;}
	.contact-page .contact_content{padding:30px 0;}
	.contact-page .contact_content .content_area{width:100%; margin-bottom:20px;}
	.contact-page .contact_content .form_column{width:100%; padding:30px 20px;}
	.contact-page .contact_content .content_area .contact_details{padding-top:0;}
}                                                            

