/** Shopify CDN: Minification failed

Line 1828:0 Unexpected "{"

**/
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');


:root {
  /* --theme-color: #000000; */
  --theme-color: #3a464e;
  /* --theme-color-second: #cbdfb5; */
  --theme-color-second: #ccd1bf;
  /* --theme-color-third: #f1d9c1; */
  --theme-color-third: #ede6d9;


  --heading-font: 'head-font';
  --paragraph-font: "Josefin Sans", sans-serif;
  --span-font: 'spanist';

  --shadow-small: 0 1px 3px rgba(0, 0, 0, 0.1);
  --shadow-base: 0 4px 6px rgba(0, 0, 0, 0.1);
  --shadow-large: 0 10px 20px rgba(0, 0, 0, 0.2);
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden !important;
}

@font-face {
  font-family: 'head-font';
  src: url(Branch.otf);
}

body {
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 17px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: "Josefin Sans", sans-serif;
  /* color: var(--theme-color) !important; */
}


a {
  color: #0055f1;
  text-decoration: none;
  transition: all 0.5s;

}

a:hover {
  text-decoration: none;
  transition: all .6s;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  margin-bottom: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--heading-font);
}

.span-font {
  font-family: var(--span-font);
}

p {
    margin: 0;
    line-height: 1.6;
    margin-bottom: 15px;
    font-size: 18px;
}

ul li {
  margin-bottom: 0px;
}

.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
}

.li {
  display: inline-block;
  padding: 0px 5px;
}

ul {
  list-style: none;
  padding: 0;
}

h1 {
  font-size: 69px;
  text-transform: uppercase;
}

h2 {
  font-size: 45px;
}

h3 {}

h4 {}

h5 {}

h6 {}


.bg-cover {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.gap {
  margin-bottom: 30px;
}

section {
  padding: 80px 0px;
}

.form-control:focus {
  border-color: #ced4da;
  outline: 0;
  box-shadow: none;
}

input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

textarea {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
}

select {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid #ced4da;
  color: #c1c0bd;
}

/* navbar----------- */


@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes AnimationName {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

* {
  box-sizing: border-box;
}

.m-backtotop {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  bottom: -50px;
  right: 0;
  width: 50px;
  height: 50px;
  background: var(--theme-color-third);
  border-radius: 0;
  text-align: center;
  border: 2px solid #000;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #000000;
}

.m-backtotop.active {
  bottom: 0;
  opacity: 1;
}

.m-backtotop>div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.m-backtotop>div.arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 999;
}

.m-backtotop>div.text {
  font-size: 0.7rem;
  line-height: 10px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(50%) translateX(-50%);
  opacity: 0;
  margin-top: 1px;
}

.m-backtotop:hover {
  transform: scale(1.1);
  bottom: 0px;
  cursor: pointer;
 background: var(--theme-color-third);
  box-shadow: 0 10px 5px rgba(0, 0, 0, 0.1);
}

.m-backtotop:hover>div.arrow {
  transform: translateY(-150%) translateX(-50%);
  opacity: 0;
}

.m-backtotop:hover>div.text {
  transform: translateY(-50%) translateX(-50%);
  opacity: 1;
  z-index: 111;
}

/* Progress bar styles */
.m-backtotop .progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--theme-color-second);
  transition: height 0.2s ease-in-out;
}

.py-5 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.py-6 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py-7 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}

.py-8 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}

.py-9 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}

.py-10 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.gap-p p {
  margin-bottom: 0px;
}


/* ---------------------- */


/* ---------------------- */
.small {
  display: none;
}

a.navbar-brand img {
width: 200px;
position: relative;
left: 0;
}


.header_menu li a:hover {
  color: var(--theme-color-second);
}

.hd_info {
  display: flex;
  align-items: center;
  gap: 10px;

  /* flex-wrap: wrap; */
}

a.comon-btn {
  background: var(--theme-color-second);
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 10px 6px;
  border-radius: 500px;
  width: 15rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

a.btn-2 {
  background-color: var(--theme-color-third);
}

a.comon-btn:hover {
  background: #000;
  color: #fff;
}

a.btn-white {
  background: #fff;
  color: #1e1e1e;
}
.header_menu li a {
    color: #000000;
    font-size: 13px;
    text-transform: uppercase;
    padding: 29px 11px;
    display: inline-block;
    font-weight: normal;
}

.navbar li:hover a {
  color: var(--theme-color-second);
}

.navbar li:hover .dropdown-menu {
  transition: .3s;
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: rotateX(0deg);
}

@media all and (min-width: 992px) {
  .navbar .dropdown-menu-end {
    right: 0;
    left: auto;
  }

  .navbar li .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    margin-top: 0;
  }

  .navbar li:hover a {
    color: var(--theme-color-second);
  }

  .navbar .dropdown-menu.fade-down {
    top: 80%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown-menu.fade-up {
    top: 180%;
  }

  .navbar li:hover .dropdown-menu {
    transition: .3s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    transform: rotateX(0deg);
  }
}

ul.dropdown-menu.fade-up li a:hover {
  color: #000 !important;
  background: var(--theme-color-second);
}

#main_header ul.dropdown-menu.fade-up li:last-child {
  border-bottom: 0px;
}

#main_header ul.dropdown-menu.fade-up li {
  border-bottom: 1px solid #c1c0bd;
  margin: 0 0 0 0;
}

ul.dropdown-menu.fade-up li a {
  color: #000 !important;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 11px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 260px;
  border-radius: 0px;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}


.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

#main_header li.drop-down-second {
  position: relative;
}

#main_header li.drop-down-second ul.drop-down-second-main {
  position: absolute;
  top: 0;
  right: -260px;
  border: 1px solid #ededed;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  width: 260px;
}

#main_header li.drop-down-second:hover ul.drop-down-second-main {
  opacity: 1;
  visibility: visible;
}

#main_header .hd_info {
  flex-wrap: nowrap;
  justify-content: end;
  gap: 25px;
}

#main_header .hd_info form,
#exampleModal-1 form {
  display: flex;
  border: 1px solid #000;
  overflow: hidden;
  border-radius: 600px;
}

#main_header .hd_info form input,
#main_header .hd_info form button,
#exampleModal-1 form input,
#exampleModal-1 form button {
  padding: 10px 15px;
  background: transparent;
  border: none;
}

#main_header .hd_info a {
  color: #000;
  font-size: 15px;
  
}

.banner_sec {
  padding: 110px;
}

.banner_sec h1 {
  margin-bottom: 0;
}

.banner_sec h5 {
  font-family: var(--paragraph-font);
  font-size: 22px;
  line-height: 1.6;
}

.fixed-cart {
  position: fixed;
  bottom: 0;
  left: 0;
}

.fixed-cart a {
  display: flex;
  width: 50px;
  height: 50px;
  align-items: center;
  font-size: 22px;
  background-color: var(--theme-color-third);
  color: #000;
  justify-content: center;
}

/* home_sec_2 */
.home_sec_2 .product-box-feature {
  position: relative;
}


.home_sec_2 .product-box-feature .content {
  position: initial;
  bottom: 0;
  width: 100%;
}

.home_sec_2 .product-box-feature .content .card__heading a {
  font-family: var(--paragraph-font);
  font-size: 18px !important;
  margin-bottom: 0;
  text-decoration: none;
}

.home_sec_2 .product-box-feature .content .price  {
  font-size: 17px;
}

.home_sec_2 .product-box-feature .content a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}

/* home_sec_3 */

.home_sec_3 .catagry-box {
  position: relative;
  overflow: hidden;
  transition: 0.6s;
}
.home_sec_3 .catagry-box img {
  transform: scale(1);
  transition: 0.6s;
}
.home_sec_3 .catagry-box:hover img {
  transform: scale(1.06);
  transition: 0.6s;
}
.home_sec_3 .catagry-box .over-lay-1 {
  position: absolute;
  width: 100%;
  bottom: 44%;
  rotate: -90deg;
  left: -37%;
  text-align: end;
}
.home_sec_3 .catagry-box .over-lay-2 {
  position: absolute;
  bottom: 0;
  width: 100%;

}
.home_sec_3 .catagry-box .over-lay-1 h3 {
  font-size: 40px;

}


.home_sec_4 {
  padding: 250px 0;
}

.home_sec_4 h2{
  margin-bottom: 55px;
}

.home_sec_6 .cand-box p span{
  font-size: 22px;
  letter-spacing: 5px;
  font-weight: 400;
}
.home_sec_6 .cand-box h4 {
    font-size: 33px;
}



.home_sec_7 .nav-tabs {
    white-space: nowrap;
    scroll-behavior: smooth;
    gap: 18px;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    justify-content: space-between !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.home_sec_7 .nav-tabs::-webkit-scrollbar {
  display: none;
}

.home_sec_7 .nav-arrow {
  background: none;
  border: none;
  font-size: 22px;
  cursor: pointer;
}

.home_sec_7 .tab-wrapper {
    display: flex;
    gap: 10px;
}

.home_sec_7 .nav-tabs .nav-link:focus, .home_sec_7 .nav-tabs .nav-link:hover {
    border-color: transparent;
    isolation: isolate;
}

.home_sec_7 .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 16px;
}

.home_sec_7 .nav-tabs .nav-item.show .nav-link, .home_sec_7 .nav-tabs .nav-link.active {
   border-bottom: 2px solid #969696;
}


.home_sec_9 .test-box{
  background-color:var(--theme-color-second) !important;
  padding: 20px 25px;
  border-radius: 18px;
    transition: 0.6s;
}

.home_sec_9 .test-box .rating{
  display: flex;
  gap: 3px;
  align-items: center;
}
.home_sec_9 .test-box .rating i{
  font-size: 14px;
}


.home_sec_9 .test-box .content{
  height: 240px;
  overflow-y: scroll;
  padding-bottom: 15px;

  border-bottom: 2px solid #363636;
}
.home_sec_9 .test-box .content::-webkit-scrollbar {
  width: 0;
  display: none;
}
.home_sec_9 .test-box .content::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}


.home_sec_9 .test-box .author-area img{
  width: 40px!important;
  height: 40px!important;
}

.home_sec_9 .test-box .author-area {
  padding-top: 30px;
  align-items: center;
}

.home_sec_9 .test-box .author-area h6{
  font-family: var(--paragraph-font);
  font-size: 18px;
}

.home_sec_9 .test-box .author-area p{
  margin: 0;
  font-weight:400;
}

.home_sec_9 .active.center  .test-box {
  /* background-color: #cde0b7; */
  background-color: #ccd1bf;
  transition: 0.6s;
}

.home_sec_10 .blog-box {
    height: auto;
}

.home_sec_10 .blog-box .over-flow-1 {
    position: initial;
    top: 0;
    padding: 25px;
    color: #000!important;
}

.home_sec_10 .blog-box .over-flow-1 h5{
  font-family: var(--paragraph-font);
  font-size: 18px;
  line-height: 1.6;
}

.home_sec_10 .blog-box .over-flow-1 h5 a {
    color: #000000;
    font-size: 16px;
    font-weight:700;
}
/* .home_sec_10 .blog-box  {
  height: 100%;
} */

.home_sec_10 .blog-box  img {
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.home_sec_10 .blog-box .over-flow-2 {
    position: initial;
    bottom: 0;
    padding: 25px;
    color: #000!important;
}

.home_sec_10 .blog-box .over-flow-2 .head-box {
    padding-top: 15px;
    border-top: 3px solid #000000;
}

.home_sec_10 .blog-box .over-flow-2 .head-box a {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}

a.btn-inherit{
  width: fit-content;
}

.footer{
  padding: 80px 0;
}

.footer .ft-list{
  font-family: var(--heading-font);
}

.footer .ft-list li{
  margin-bottom: 15px;
}

.footer .ft-list li a{
  color: #000;
  font-size: 16px;
  letter-spacing: 1px;
}

.footer h5{
  font-size: 21px;
  font-weight: 600;
}

/* .footer form{
  display: flex;
  border: 1px solid #000;
  background: transparent;
} */

.footer form {
padding:0 !important;
}


.footer form input, 
.footer form button{
  background: transparent;
  border: none;
  padding: 18px;
}
.footer form button{
  border-left: 1px solid #acacac;
}

.footer .social{
  display: flex;
  gap: 18px;
}

.footer .social li a{
  color: #000;
  font-size: 25px;
}

.inner_banner h1{
   font-size: 45px;
   margin-bottom: 0;
   text-transform: capitalize;
}



/* Contact Page */
.contact-info-content {
    background: #ffffff;
    padding: 30px;
    width: 100%;
    height: 100%;
    /* display: flex; */
    /* align-items: center; */
    /* justify-content: center; */
    flex-direction: column;
    border-radius: 10px;
    border: 3px solid var(--theme-color-second);
}

.contact-info-content .icon {
    width: 60px;
    height: 60px;
    background: var(--theme-color-third);
    margin: auto;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#ffa550;
    font-size: 30px;
}

.contact-info-content .icon-info {
  margin-top: 20px;
}

.contact-info-content .icon-info h4 {
  color: #000000;
  margin-bottom: 4px !important;
  font-weight: 400;
}

.contact-info-content .icon-info p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  word-break: break-all;
}

.contact-info-content .icon-info p a {
    color: #000000;
    font-weight: 400;
    font-size: 19px;
}
.contact-info span {
  color: #cb1818;
  font-size: 16px;
  /* font-family: "Pacifico", cursive; */
  font-weight: 300;
  letter-spacing: 1.6px;
}

.contact-page-form h2 {
  color: #111;
  font-size: 40px;
}

.map {
  line-height: 0;
}

.map iframe {
  width: 100%;
}

.contact-info input {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info select {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.input:focus {
  color: #5F656F;
  background-color: #fff;
  border-color: #5F656F;
  outline: 0;
  box-shadow: none;
}

.contact-info textarea {
  padding: 15px 8px;
  color: #353535;
  background-color: #fff;
  border: 1px solid #666666;
  outline: 0;
  box-shadow: none;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
}

.contact-info button {
  padding: 15px 0px;
  background: #000000;
  color: #fff;
  border: none;
  letter-spacing: 1px;
  transition: 1s;
  width: 100%;
  border-radius: 3px;
  font-weight: 400;
  text-transform: uppercase;
}

.form-check input {
  width: 25px;
}

.form-check {
  display: flex;
  align-items: baseline;
  padding-left: 0;
  /* justify-content: center; */
}


.home_sec_10 .pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  font-family: var(--paragraph-font);
}

.home_sec_10 .pagination .page {
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: var(--theme-color);
  border: 1px solid var(--theme-color);
  border-radius: 6px;
  transition: all 0.3s ease;
  font-size: 15px;
}

.home_sec_10 .pagination .page:hover {
  background: var(--theme-color);
  color: #fff;
}

.home_sec_10 .pagination .page.active {
  background: var(--theme-color);
  color: #fff;
  pointer-events: none;
}

.home_sec_10 .pagination .page.prev,
.home_sec_10 .pagination .page.next {
  font-weight: bold;
}

.home_sec_10 .pagination .dots {
  border: none;
  cursor: default;
}



/* inner blog page */

.inner-blog-left-sec {
    box-shadow: rgb(0 0 0 / 41%) 0px 8px 24px;
    border: rgb(0 0 0 / 59%);
    padding: 15px 19px 35px;
    border-radius: 8px;
    background: #fff;
    color: #000;
}

.inner-blog-left-sec .inner-blog-sec1 p {
  color: #000000ab;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head {
  display: flex;
  align-items: center;
  gap: 20px;
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head p {
  color: #606060;
  margin-bottom: 12px;
}

.inner-blog-left-sec .inner-blog-sec1 h3 {
  font-weight: 600;
  margin-bottom: 18px;
  /* font-size: 29px; */
}

.inner-blog-left-sec .inner-blog-sec1 img {
  border-radius: 5px;
  margin-bottom: 0;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #1c1c1c2b;
  margin-bottom: 10px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li i {
  font-size: 17px;
  color: var(--theme-color);
}

.inner-blog-left-sec .inner-blog-sec1 .heading .blog-head i {
  color: var(--theme-color);
  font-size: 16px;
  margin-right: 3px;
}

.inner-blog-left-sec .inner-blog-sec1 .share-sec .social ul li a {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .navigation-sec .navigation a {
  color: var(--theme-color);
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-left-sec .navigation-sec .navigation i {
  color: var(--theme-color);
}

.inner-blog-left-sec .navigation-sec .blog-contain {
  padding: 25px 18px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  border-radius: 5px;
  height: 100%;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top {
  padding-bottom: 15px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .img-top img {
  border-radius: 5px;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading h3 {
  color: #000;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.inner-blog-left-sec .navigation-sec .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.inner-blog-left-sec .inner-blog-comment .contact-form {
  padding: 20px 25px;
  border: 1px solid rgba(69, 69, 70, 0.2);
  border-radius: 8px;
  background: #fff;
  color: #000;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button {
  color: #ffffff;
  background-color: #000;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #000;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 400;
  transition: 0.5s;
}

.inner-blog-left-sec .inner-blog-comment .contact-form form button:hover {
  background: #1c1c1c3b;
  border: 1px solid #1c1c1c3b;
  color: #000;
  transition: 0.5s;
}

.inner-blog-left-sec .admin-sec p {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul {
  display: flex;
  gap: 25px;
  align-items: center;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li i {
  font-size: 18px;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content .social ul li a {
  color: #000000ab;
}

.inner-blog-left-sec .admin-sec .admin-info .admin-info-content {
  border-top: 1px solid #1c1c1c3b;
  border-bottom: 1px solid #1c1c1c3b;
  padding: 10px 20px;
}

.inner-blog-left-sec .admin-sec img {
  border-radius: 5px;
}


/* inner-blog-right-sec */

.inner-blog-right-sec {
   box-shadow: rgb(0 0 0 / 41%) 0px 8px 24px;
    border: rgb(0 0 0 / 59%);
  padding: 35px 21px;
  border-radius: 8px;
  background: #fff;
  color: #000;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.inner-blog-right-sec .blog-search form input {
  border: none;
  outline: none;
  padding: 0;
  width: 100%;
}

.inner-blog-right-sec .blog-search form button {
  /* position: absolute;
top: 0;
right: 0;
width: 50px;
height: 100%; */
  cursor: pointer;
  background: none;
  border: 0;
  font-size: 15px;
  color: #000000;
}

.inner-blog-right-sec .popular-sec .popular-cards1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #1c1c1c3b;
  padding: 15px 0;
  gap: 10px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .img-top img {
  width: 130px;
}

.inner-blog-right-sec .popular-sec .popular-cards1 p {
  color: #000000ab;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 0;
}

.inner-blog-right-sec .popular-sec .popular-cards1 a {
  color: #000000ab;
  font-size: 15px;
  font-weight: 600;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}


.polioyies_sec h1{
  font-size: 40px;
  text-transform: capitalize;
}
.polioyies_sec h2{
  font-size: 35px;
}


.polioyies_sec  h3{
  font-size: 30px;
}

.polioyies_sec h4{
  font-size: 25px;
}

.polioyies_sec ul{
  list-style: disc;
  padding-left: 20px;
}

.polioyies_sec ul li{
  margin-bottom: 15px;
}


/* product_sec */
.product_sec .select-cbox {
  display: flex;
  align-items: center;
  gap: 10px;
}

.product_sec .select-cbox input[type="checkbox"] {
  width: 15px;
  height: 15px;
}

.product_sec .select-cbox p.name-label {
  margin-bottom: 0;
  font-size: 14px;
}

.product_sec .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: #fff;
  box-shadow: none;
}

.product_sec .accordion-button {
  border-bottom: 1px solid #000 !important;
  font-size: 18px;
  font-weight: 500;
}

.product_sec .accordion-item {
  border: 1px solid #000;
}

.product_sec .accordion-button:not(.collapsed)::after {
  background-image: none;
  content: '+';
  transform: rotate(0deg);
}

.product_sec .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background-image: none;
  content: '+';
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.product_sec .name-label {
  margin-bottom: 0;
  font-size: 14px;
}

.product_sec input, .product_sec select {
  /* border: 1px solid #000; */
  font-size: 13px;
  /* padding: 10px; */
  color: #000;
}



.custom-pagination {
  display: flex;
  gap: 8px;
  list-style: none;
  padding: 0;
}

.custom-pagination li a {
  display: block;
  padding: 8px 14px;
  border: 2px solid #000;
  color: #000;
  border-radius: 6px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
}

/* Active Page */
.custom-pagination li a.active {
    background-color: var(--theme-color-second);
    color: #000;
    border-color: #000;
}
/* Hover Effect */
.custom-pagination li a:hover {
  background-color: var(--theme-color-second);
  border-color: #000;
  color: #000;
}

/* Prev / Next */
.custom-pagination li a.prev,
.custom-pagination li a.next {
  font-weight: 700;
}




/* new css */

.quantity-counter .value {
  border: 1px solid #adadad;
  border-radius: 3px;
  margin: 2px 0;
  padding: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  -moz-appearance: textfield;
}

.quantity-counter .value::-webkit-outer-spin-button, .quantity-counter .value::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity-counter .increment, .quantity-counter .decrement {
    border: 1px solid #adadad;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    background: var(--theme-color-second);
    color: #000000;
    height: 50px;
    width: 50px;
}
.quantity-counter .decrement {
    background-color: #ec9dac;
}
.product-details a.i-tag-info {
  background-color: #353535;
  font-size: 10px;
  color: #fff;
  padding: 3px;
  border-radius: 600px;
}


.product-details a.ship {
  font-size: 12px;
  text-decoration: underline;
  color: #606060;
}

a.btn-3 {
  background-color: purple;
  border-color: purple;
  color: #fff;
}

.product-details .sub-information p {
    font-size: 18px;
    color: #1e1e1e;
    margin-bottom: 5px;
}
.product-details p{
   font-size: 18px;
    color: #1e1e1e;
}
.product-details .swiper-slide img{
  height: 450px;
  object-fit: cover!important;
  object-position: top!important;
}


.product-details .swiper-thumbs  .swiper-slide img{
  height: 100px!important;
}
.product-details h4 {
  font-family: var(--paragraph-font);
}

.product-details .swiper-button-next:after, .product-details .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    color: #f8c0cb;
}

.nab-info .nav-pills .nav-link.active {
  color: var(--bs-nav-pills-link-active-color);
  background-color: var(--theme-color-second);
}

.nab-info .nav-link {
    background-color: #000;
    color: #fff;
    width: 220px;
    padding: 15px;
    border-radius: 0;
}

.nab-info #pills-tab {
  gap: 18px;
  /* border-bottom: 1px solid aliceblue; */
  /* background: #000; */
  /* justify-content: center; */
  /* width: 63%; */
}

.nab-info #pills-tabContent {
    background: #efe6d4;
    padding: 35px;
    color: #000;
}

.nab-info #pills-tabContent ul {
  list-style: disc;
  padding-left: 15px;
}

.nab-info #pills-tabContent li {
  margin-bottom: 10px;
}

.nab-info table {
  border: 1px solid #ececec;
  border-color: #ececec;
  border-spacing: 0;
  margin-bottom: 1em;
  width: 100%;
}

.nab-info .bb {
  border-bottom: 1px solid #ececec;
  padding: 5px !important;

}

.nab-info th, .nab-info td {
  padding: 10px;
}

.nab-info .pv1 {
  border-right: 1px solid #e1e1e1;
}


.product-details form.scent-options input {
    width: fit-content;
}

.product-details form.scent-options {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 23px;
}

.product-details form.scent-options  label {
    display: flex;
    align-items: center;
    gap: 10px;
}


.collection_page_sec .card{
  background-color: var(--theme-color-second);
}

.collection_page_sec .card img{
  height: 320px;
  object-fit: cover;
  object-position: bottom;
}

.button::after,.button:not([disabled]):hover::after{
	
	box-shadow: none;
	
}
tr th.caption-with-letter-spacing {
    font-size: 15px !important;
    color: #000;
    font-family: var(--heading-font) !important;
}

    *:focus-visible {
       outline: none;
    outline-offset: none;
    box-shadow: none;
    }
    
    div#FacetsWrapperDesktop {
    border: solid 1px #000;
}
.active-facets-vertical-filter,
#Details-filter\.v\.availability-template--19078661799989__product-grid, 
#Details-filter\.v\.price-template--19078661799989__product-grid,
#Details-filter\.v\.availability-template--19078662291509__main,
#Details-filter\.v\.price-template--19078662291509__main
{
    padding: 10px 15px 0;
}
summary.facets__summary.caption-large.focus-offset,
#verticalTitle,
.facet-checkbox__text,
.facets__selected {
    font-size: 18px;
    font-weight: 500;
}

.product_sec .quick-add__submit {
	font-size: 14px;
	color: #000;
	text-decoration: underline;
	background: transparent;
}
.pagination {
    display: block !important;
}

/* Hide scrollbar for Chrome, Safari, Edge */
.home_sec_7 .nav-tabs::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge (old) */
.home_sec_7 .nav-tabs {
  -ms-overflow-style: none;
}

/* Hide scrollbar for Firefox */
.home_sec_7 .nav-tabs {
  scrollbar-width: none;
}
.home_sec_7 .nav-tabs {
  white-space: nowrap;
  scroll-behavior: smooth;
  gap: 18px;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;

  /* Hide scrollbar */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.home_sec_7 .nav-tabs::-webkit-scrollbar {
  display: none;
}


.product-form__submit{
  background: var(--theme-color-second);
    color: #000000;
    display: inline-block;
    font-size: 14px;
    padding: 10px 6px;
    border-radius: 500px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}

button.quantity__button.increment, 
button.quantity__button.decrement {
   border: 1px solid #adadad;
    background: transparent;
    cursor: pointer;
    border-radius: 3px;
    background: var(--theme-color-second) !important;
    color: #000000;
    height: 50px;
    width: 50px;
}
/* button.quantity__button.increment {
    background-color: #ec9dac !important;
} */
#Quantity-template--19078662258741__main{
  border: 1px solid #adadad;
    border-radius: 3px;
    margin: 2px 0;
    padding: 4px;
    width: 50px;
    height: 50px;
    text-align: center;
}
.quantity::after {
	box-shadow: none;
}

/* ===== Reset Dawn Variant Button Styling ===== */

/* Remove pill/button look */
.product-form__input input[type="radio"] + label {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  box-shadow: none !important;
  min-width: auto !important;
}

/* Show real radio button */
.product-form__input input[type="radio"] {
  position: static !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
  margin-right: 6px;
  appearance: auto !important;
  -webkit-appearance: radio !important;
}
.var-parent {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
}

.product-form__input--pill label {
  font-size: 16px !important; /* Change size as needed */
}
.newsletter-inline {
    display: flex;
    width: 100%;
    overflow: hidden;
    box-shadow: none !important;
    outline: none;
    border: none !important;
    display: flex;
    padding: 0;
    border: 1px solid #000;
    border-radius: 0;
}
.footer form {
    display: flex;
    padding: 0;
    background: #fff;
    position: relative;
    overflow: unset;
}
#ContactFooter-success {
    position: absolute;
    bottom: -24px;
    left: 0;
    right: 0;
    justify-content: center;
}

.fried_sec_1 h4,
{
 
  font-size: 2.3rem;

}
.fried_sec_1 h5{
    font-size: 2rem;
}



#main_header .predictive-search__item--link-with-thumbnail {
    display: grid;
    grid-template-columns: 5rem 1fr;
    grid-column-gap: 2rem;
    grid-template-areas: "product-image product-content";
}
#cart-icon-bubble {
    text-decoration: none;
    gap: 2px;
}

#main_header .hd_info {
    
    width: 100%;
}

#main_header  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
    width: 100%;
}
.navbar-expand-lg .navbar-collapse {
    
    gap: 54px;
}

.banner_sec a.comon-btn,
.home_sec_8 a.comon-btn
{
  width: 22rem;


}
.home_sec_2 a.comon-btn.btn-2{
   width: 30rem;
}
.slider--desktop .slider__slide:first-child {
    margin-left: 0 !important;
    scroll-margin-left: var(--desktop-margin-left-first-item) !important;
}

.button.button--primary {
	background: var(--theme-color-second);
	color: #000000;
	font-size: 14px;
	font-weight: 500;
	border-radius: 500px;
}

/* footer - 12/03/2026 */

.footer {
	background-color: #ede6d9;
	padding: 80px 0 50px;
}

.footer .ft-subscribe {
  font-size: 25px;
  margin-bottom: 5px;
}

.footer form {
  display: flex;
  padding: 1px 25px;
  border: 1px solid #000;
  border-radius: 100px;
}


.footer form button {
    width: 250px;
    background:var(--theme-color-second);;
    
    position: relative;
    right: 0;
    border: 1px solid;
    border-radius: 50px;
}

.footer .social {
  display: flex;
  gap: 13px;

}

.footer .social li a {
  color: #000;
}

.footer .heading h4 {
  font-family: var(--paragraph-font);
  font-size: 18px;
}

.footer .heading .ft-list li a {
  color: #000;
  font-size: 14px;
}

.footer .heading .ft-list li {
  margin-bottom: 10px;
}

.footer .vontent-head p {
  font-size: 15px;
}

.work-shop ul{
  list-style: disc;
  padding-left: 25px;
}

/* new css */


.home_sec_2 .product-box-feature .content {
  position: initial;
  bottom: 0;
  width: 100%;
}

.home_sec_10 .blog-box .over-flow-1 {
    position: initial;
    top: 0;
    padding: 25px;
    color: #000!important;
}

.home_sec_10 .blog-box .over-flow-2 {
    position: initial;
    bottom: 0;
    padding: 25px;
    color: #000!important;
}

.home_sec_10 .blog-box .over-flow-1 h5 a {
    color: #000000;
}

.home_sec_10 .blog-box .over-flow-2 .head-box {
    padding-top: 15px;
    border-top: 3px solid #000000;
}
.home_sec_10 .blog-box .over-flow-2 .head-box a {
    color: #000000;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: underline;
}
.home_sec_10 .blog-box {
    height: auto;
}

.new_home_sec .infused-candel{
  position: relative;
  border-top-right-radius: 600px;
  border-top-left-radius: 600px;
  overflow: hidden;
  border: 2px solid #fff;
}
.new_home_sec .infused-candel img {
    height: 575px;
    object-fit: cover;
    transform: scale(1);
    transition: 0.6s;
    object-position: top;
}
.new_home_sec .infused-candel:hover img {
  
    transform: scale(1.03);
    transition: 0.6s;
}
.new_home_sec .infused-candel .over-lay {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}

span.comon-btn {
  background: var(--theme-color-third);
  color: #000000;
  display: inline-block;
  font-size: 14px;
  padding: 10px 6px;
  border-radius: 500px;
  width: 16rem;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.new_home_sec h3 {
    font-size: 27px;
}

.new_home_sec .infused-candel {
  color: #424242;
  transform: translateY(0);
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .0) !important;
  transition: 0.6s;
}

.new_home_sec .infused-candel:hover {
  color: #424242;
  transform: translateY(-15px);

  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
  transition: 0.6s;

}

#shopify-section-template--19078662094901__featured_collection_p6VEpF .quick-add__submit {
    padding: .8rem;
    min-width: 100%;
    box-sizing: border-box;
    background: var(--theme-color-second) !important;
    color: #000000;
    display: inline-block;
    font-size: 14px;
    padding: 10px 6px;
    border-radius: 500px;
    width: 15rem;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none !important;
    font-size: 12px !important;
    line-height: 0;
    width: 100%;
}
.footer form button {
    width: 250px;
}

/* am collective css */

.home_sec_3 .img-box-1 a,
.home_sec_3 .img-box-2 a,
.home_sec_3 .img-box-3 a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
}

.home_sec_3 .img-box-1 {
  height: 612px;
  transition: 0.6s ease-in-out;

}

.home_sec_3 .img-box-2 {
  height: 287px;
  transition: 0.6s ease-in-out;
}

.home_sec_3 .img-box-3 {
  height: 316px;
}

.home_sec_3 .img-box-1 a img {
  object-fit: cover;
  object-position: center;
  /* <-- CENTER THE IMAGE */
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: 0.6s ease-in-out;

}

.home_sec_3 .img-box-2 a img {
  object-fit: cover;
  object-position: center;
  /* <-- CENTER THE IMAGE */
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: 0.6s ease-in-out;

}

.home_sec_3 .img-box-3 a img {
  object-fit: cover;
  object-position: center;
  /* <-- CENTER THE IMAGE */
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  transition: 0.6s ease-in-out;

}

.home_sec_3 .img-box-1 a .over-lay, .home_sec_3 .img-box-2 a .over-lay, .home_sec_3 .img-box-3 a .over-lay {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #3a464e;
    transition: 0.6s ease-in-out;
    background: #ccd1bfbd;
    padding: 1rem!important;
}

.home_sec_3 .img-box-1 a .over-lay h3, .home_sec_3 .img-box-2 a .over-lay h3, .home_sec_3 .img-box-3 a .over-lay h3 {
    font-size: 20px;
    transition: 0.6s ease-in-out;
    text-align: center;
}

.home_sec_3 .img-box-1:hover img,
.home_sec_3 .img-box-2:hover img,
.home_sec_3 .img-box-3:hover img {
  transform: scale(1.09);
  transition: 0.6s ease-in-out;


}

.home_sec_3 .owl-nav {
    display: flex;
    justify-content: center;
    font-size: 24px;
}

@media screen and (max-width: 550px) {
.home_sec_3 .img-box-3 {
    height: 188px;
}
}

.home_sec_9 .test-box .content {
  height: 240px;
  overflow-y: scroll; /* always show vertical scrollbar */
  padding-bottom: 15px;
  border-bottom: 2px solid #363636;

  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}

/* Chrome, Edge, Safari */
.home_sec_9 .test-box .content::-webkit-scrollbar {
  width: 8px;
}

.home_sec_9 .test-box .content::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.home_sec_9 .test-box .content::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.home_sec_9 .test-box .content::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.workshop_sec-1 .heading h3 {
	font-size: 2.75rem;
}