@import url('https://fonts.googleapis.com/css2?family=PT+Serif:wght@400;700&family=Raleway:wght@400;500&display=swap');
:root {
    --primary-color: #7C1C1C;
    --secondary-color: #C77529;
    --light-primary-color: #AF4F49;
    --hover-color:#C77529;

}
body {
	font-family: 'PT Serif', serif;
	font-weight: 400;
	background-color: #F7F5ED;
	/*font-family: 'Raleway', sans-serif;*/
	padding-top: 90px;
	overflow-x: hidden;
  background-image:url(../img/bg_left.svg), url(../img/bg_right.svg);
  background-repeat: repeat-y;
  background-position: left top, right top;
}
header {
	/*overflow: auto;*/
	padding: 14px 50px;
  position: fixed;
  top: 0;
  /*height: 110px;*/
  z-index: 1000;
  width: 100%;
  left: 0;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
header nav {
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.dropdown-toggle::after {
   margin-left: 0.255em;
}
.dropdown-menu {
      padding: 14px;
    border-radius: 27px;
}
.dropdown-toggle.show {
  background-color: #e9d5ce;
}
.dropdown-item:hover {
    background-color: #e9d5ce;
    border-radius: 30px;
    /* padding: 5px 41px; */
    color: var(--light-primary-color);
}

.header-fixed nav {
    margin-top: -10px;
}
.header-fixed {
    position: fixed;
    width: 100%;
   /* background: #fff;*/
    height: 115px;
    z-index: 1000;
    top: 0;
    left: 0;
    /*overflow: hidden;*/
/*-webkit-box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 4px 12px 0 rgb(0 0 0 / 5%);*/
  /*  background-color: #fff;*/


/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+82,ffffff+100&1+0,0.91+82,0+100 */
background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,0.91) 60%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgb(247 245 237) 0%,rgb(247 245 237) 60%,rgb(247 245 237) 100%);
    background: linear-gradient(to bottom, rgb(247 245 237) 0%,rgb(247 245 237) 60%,rgb(247 245 237 / 0%) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */


}
p {
	color: #543838;
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	letter-spacing: .5px;
}
a {
	color: var(--primary-color);
}
.navbar-brand img {
	max-width: 150px!important;
}
.navbar-nav {
	text-transform: uppercase;
}
.nav-item {
	margin: 0 3px;
}
.navbar-nav .nav-link {
	font-size: 14px;
	border-radius: 30px;
	letter-spacing: .5px;
    color: var(--light-primary-color);
}
.navbar-nav .nav-link:hover {
    background-color: #e9d5ce;
    border-radius: 30px;
    /*padding: 5px 41px;*/
    color: var(--light-primary-color);
}
header .current_page_item {
    background-color: #e9d5ce;
    border-radius: 30px;
    color: var(--light-primary-color);
}
.navbar-nav .nav-link.active {
    background-color: #e9d5ce;
    border-radius: 30px;
    /*padding: 5px 41px;*/
    color: var(--light-primary-color);
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--light-primary-color);
}
.hdr-ico-box {
	width: 45px;
	height: 45px;
	margin:0 7px;
	display: flex;
	align-items: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;}
.hdr-ico-box img {
	width: 28px;
	height: 28px;
}
.hdr-ico-box:hover {
    background-color:#e9d5ce;
}
.banner-cc {
	/*margin-top: 90px;*/
}
.bannerSlider {
	overflow: hidden;
	border-radius: 80px;
}
/*.swiper-slide {
      display: block;
  background-size: 110% 110%;
  background-position: center center;
  animation: shrink 15s infinite alternate;
  position: relative;
    }
.swiper-slide:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
    background-color: rgb(0 0 0 / 18%);
    } 
.bannerSlider .swiper-slide {
	background-size: cover;
	background-position: center;
}
.swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


.banner-content {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
}*/
.banner-wrapper {
    overflow: hidden;
    border-radius: 80px;
    position: relative;
    height: 80vh;
    z-index:10; 
    overflow: hidden;
    background-color: #e9d5ce;
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
  z-index: -10;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 23px;text-align: center;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 23px;text-align: center;
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
	#hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 850px;
  transition:all .4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 10px;
  }

}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 690px;
}

.hero-style .slide-title h2 {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 20px;
  /*text-transform: capitalize;*/
  transition:all .4s ease;
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    text-align: center;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.9;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition:all .4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    margin: 0 0 30px;
  }
  .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
    text-align: center;
}
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}


/*--------------------------------------------------------------
	#button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
    background-color: #ffffff;
    font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
    padding: 9px 32px;
    border: 0; 
  border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    line-height: initial;
  transition:all .4s ease;
}
a {
    text-decoration: none;
    transition: all 0.2s ease;
}
.theme-btn-s2{
    background-color: rgba(255, 255, 255, 0.9);
    color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
    background-color:#2b3b95 ;
    color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
    text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.banner-content h1 {
	font-size: 86px;
	color: #fff;
	text-align: center;
}
.banner-content span {
	font-size: 28px;
	display: block;
	margin-bottom: 15px;
}
@keyframes shrink {
  0% {
    background-size: 110% auto;
  }
  100% {
    background-size: 100% auto;
  }
}
div.container-xl {
    padding-left: 15px;
    padding-right: 15px;
}
.banner-cc .button-c {
	margin-top: 20px;
}

.btn-primary {
	border-radius: 40px;
	background-color: var(--primary-color);
	border: var(--primary-color);
	text-transform: uppercase;
	padding: 14px 37px;
    letter-spacing: 1px;
}
.btn-primary:hover {
	background-color: var(--hover-color);
	border: var(--hover-color);
}

.btn-secondary {
	border-radius: 40px;
	background-color: var(--secondary-color);
	border: var(--secondary-color);
	text-transform: uppercase;
	padding: 14px 37px;
    letter-spacing: 1px;
}
.btn-secondary:hover {
	background-color: var(--hover-color);
	border: var(--hover-color);
}
.about-cc .accordion {
  margin-top: 15%;
}

.banner-cc .swiper-pagination-bullet {
	background: #ffffff;
	width: 10px;
	height: 10px;
}
.banner-cc .swiper-pagination {
	bottom: 25px;
}

.about-cc {
	padding: 70px 0;
}
	/* Custom style */
    .accordion-button::after {
      background-image: url("../img/acco_minus.svg");
      /*transform: scale(.7) !important;*/
      position: absolute;
      left: 0;
      background-position: center left;
    }
    .accordion-button:not(.collapsed)::after {
      background-image: url("../img/acco_plus.svg");
      left: 0;
    }
.accordion-button:not(.collapsed) {
    color: var(--primary-color);
    background : none!important;
    box-shadow: none!important;
}
.border-radius-80 {
	border-radius: 80px;
	overflow: hidden;
}
.accordion-button {
	background:none;
    padding-left: 40px;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--primary-color);
    letter-spacing: .5px;
}
.accordion-button:focus {
	box-shadow: none;
}
.accordion-item {
	background:none;
	border: none;
}
.card-body {
	padding-left: 32px;
	border-left: solid thin var(--primary-color);
	margin-left:  10px;
	margin-top: 12px;
	font-family: 'Raleway', sans-serif;
	padding-right: 25px;
}
.cat-img-c {
	border-radius: 250px;
	overflow: hidden;
	position: relative;
	z-index:10;
}
.cat-img-c img {
	width: 100%;
}
.cat-img-c a {
	position: absolute;
	bottom: 30px;
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color:  var(--primary-color);
	text-align: center;
	display: flex;
	color: #fff;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    left: 50%;
    margin-left: -35px;
    font-size: 14px;
    line-height: 16px;
}
.cat-img-c a:hover { 
	background-color: var(--hover-color);
}

.section-title-cc {
	padding-bottom:40px;
}
.section-title {
	letter-spacing: .5px;
	display: block;
	text-align: center;
	color: var(--primary-color);
	text-transform: uppercase;
}
.cat-grid h3 {
	color:#413E3E;
	display: block;
	text-align: center;
	font-size: 16px;
	margin-top: 25px;
	font-weight: 700;
	letter-spacing: .5px;
  text-transform: uppercase;
}
.cat-grid {
	margin-bottom: 30px;
}
.cat-img-c img {
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.cat-grid .cat-img-c img {
	transform: scale(1);
	z-index: -10;
	will-change: transform; /* New line to add to your existing CSS */
}
.cat-grid:hover .cat-img-c img {
	transform: scale(1.1);
}
.cat-grid:hover .cat-img-c {
	overflow: hidden;
}
.circle-img {
	border-radius: 100%;
	overflow: hidden;
	filter: drop-shadow(0px 65px 72px rgba(0, 0, 0, 0.26));
}
.extra-margin-a {
	margin-top: 60px;
}
.extra-margin-b {
	margin-top: -60px;
}
.new-things-cc {
}
.exta-margin-top {
	margin-top: -40px;
}
.content-block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
    padding: 0 15px;
}
.content-block p {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 25px;
}
.content-block h5 {
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing:1px;
	margin-bottom: 18px;
}
.slab-cc{
	background-color: #FFD8C7;
	background-image: url(../img/slab_logo.svg);
	height: 240px;
	margin-top: -120px;
	background-position: center;
	background-repeat: repeat-x;
	/*animation: slideleft 60000s infinite linear;*/
}
@keyframes slideleft {
  from { background-position: 0%; }
  to { background-position: 90000%; }
}
.new-arrival-cc {
	padding: 80px 0;
}




.product-grid h3 {
	color:#413E3E;
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	margin-top: 25px;
	letter-spacing: .3px;
}
.product-grid {
	margin-bottom: 30px;
}
.product-img-c {
	border-radius: 250px;
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.product-grid .product-img-c img {
	transform: scale(1);
	z-index: -10;
	will-change: transform; 
}
.product-grid:hover .product-img-c {
	overflow: hidden;
}
.product-grid:hover .product-img-c img {
	transform: scale(1.1);
}
.product-img-c img {
	width: 100%;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product-shop-bt {
	position: absolute;
	bottom: 30px;
	width: 70px;
	z-index: 100;
	height: 70px;
	border-radius: 100%;
	background-color:  var(--primary-color);
	text-align: center;
	display: flex;
	color: #fff;
	align-items: center;
    justify-content: center;
    text-decoration: none;
    right: 0%;
    font-size: 14px;
    line-height: 16px;
}
.pro-img-and-bt-c {
	position: relative;
}
.product-shop-bt:hover { 
	background-color:  var(--hover-color);
}
.product-price {
	font-weight: 700;
	color:  var(--light-primary-color);
	font-size: 18px;
	letter-spacing: .5px;
	text-align: center;
}

.second-banner-cc {
	background-image: url(../img/second-banner.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
	background-color: var(--primary-color);
}
.circle-data-box {
	background: rgba(124, 28, 28, 0.93);
	background-image: url(../img/pattern.svg);
	background-repeat: repeat;
	padding: 30px;
	max-width: 550px;
	margin: auto;
	border-radius: 100%;
	
}
.ratio-content-cc {
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
    text-align: center;
    color: #fff;
}
.ratio-content-cc h2 {
	color: #fff;
	margin-bottom: 20px;
}
.ratio-content-cc p {
	color: #fff;
  font-size: 14px;
	margin-bottom: 25px;
}
.circle-top-title {
  font-family: 'Raleway', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 2px;
}
.instagram-cc {
	padding: 60px 0;
	padding-bottom: 40px;
}
.instagram-cc .section-title-cc {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.insta-img-c {
	border-radius: 50px;
	overflow: hidden;
	margin-bottom: 25px;
}
.insta-img-c img {
	width: 100%;
}
.insta-link {
	color: #898989;
	text-decoration: none;
}
.insta-link:hover {
	color: var(--light-primary-color);
}
.instagram-cc h2 {
	color: var(--light-primary-color);
}


.inside-banner {
	overflow: hidden;
	border-radius: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 345px;
	background-position: center;
	background-size: cover;
	background-color: var(--primary-color);
	position: relative;
}
.inside-banner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color:rgb(0 0 0 / 26%);
}
.inside-banner h2 {
	font-size: 66px;
	color: #fff;
	text-align: center;
	position: relative;
	z-index: 1;
}
.about-data-inside {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
}
.section-title {
	color: var(--light-primary-color);
	margin-bottom:15px;
}

.mission-cc {
	background-color: #F1E6DE;
	padding: 80px 0;
	border-radius: 0px 0px 200px 0px;
}
.mission-cc .section-title {
	text-align: left;
}
.m-data {
	margin-top: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.our-story-data-inside {
	max-width: 1000px;
	margin: auto;
	text-align: center;
	margin-bottom: 80px;
}
.our-story-cc {
	padding: 90px 0;
}

.our-story-cc .extra-margin-top {
	margin-top: 100px;
}
.values-cc {
	background-color: #F1E6DE;
	padding: 80px 0;
	padding-bottom: 100px;
	border-radius: 200px 0px 0px 0px;
}
.value-ico {
	width: 100px;
	float: left;
	margin-right: 40px;
}
.value-ico img {
	width:100%;
}
.value-data {
	width: calc(100% - 140px);
	float: left;
}
.values-extra-data h3 {
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.values-extra-data {
	margin-top: 40px;

	width: 100%;
	float: left;
}


.story-sigle-iside-cc {
  max-width: 950px;
  margin: auto;
  padding-bottom: 50px;
}
.story-sigle-iside-cc h1 {
  text-align: center;
}

.image-cc img {
  display: block;
  margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    max-width: 100%;
    border-radius: 40px;
    overflow: hidden;
}
.story-img-c {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.storry-cc-iside-cc {
  padding-top: 80px;
  padding-bottom: 30px;
}

input, select {
  border:solid thin #F2E8DF;
  outline: none;
  padding: 14px 15px;
  color: #5B5B5B;
  display: block;
  width: 100%;
  background:#F2E8DF;
  border-radius: 50px;
        -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
input:focus, input:hover,textarea:focus,textarea:hover,select:hover {
  border:solid thin var(--primary-color);
  color: var(--primary-color);
}
textarea {
        -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
  border:solid thin #F2E8DF;
  outline: none;
  padding: 14px 15px;
  color: #5B5B5B;
  display: block;
  width: 100%;
  background:#F2E8DF;
  border-radius: 30px;
  min-height: 120px;
  resize: none;
}



.contact-cc input {
	border:solid thin #F2E8DF;
	outline: none;
	padding: 14px 15px;
	color: #5B5B5B;
	display: block;
	width: 100%;
	background:#F2E8DF;
	border-radius: 50px;
	      -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.contact-cc input:focus, input:hover,.contact-cc textarea:focus, .contact-cc textarea:hover {
	border:solid thin var(--primary-color);
	color: var(--primary-color);
}
.contact-cc textarea {
	      -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
	border:solid thin #F2E8DF;
	outline: none;
	padding: 14px 15px;
	color: #5B5B5B;
	display: block;
	width: 100%;
	background:#F2E8DF;
	border-radius: 30px;
	min-height: 120px;
	resize: none;
}
fieldset {
	margin-bottom: 20px;
}
.contact-cc .section-title,.google-map-cc .section-title {
	text-align: left;
	text-transform: none;
	margin-bottom: 25px;
}
.contact-cc {
	padding: 60px 0;
}
.address-cc {
font-family: 'Raleway', sans-serif;
}
.address-cc a {
	display: block;
	text-decoration: none;
	margin-bottom: 10px;
	/*font-weight: 500;*/
	font-family: 'Raleway', sans-serif;
	letter-spacing: .6px;
	/*color: var( --secondary-color);*/
}
.google-map-cc {
	padding-bottom: 20px;
}
.google-map-cc .section-title-cc{
	padding-bottom: 10px;
}
.google-map  {
	border:solid thin #DCCCCC;
	border-radius: 70px;
	overflow: hidden;
	margin-bottom: 60px;
}
.google-map  iframe {
	width: 100%;
	float: left;
}
footer {
  clear: both;
	background-color: #F1E6DE;
	margin-top: 30px;
	padding-top: 80px;
	padding-bottom: 40px;
	border-radius: 80px 80px 0px 0px; 
  background-image: url(../img/footer_bg.svg);
  background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 1000px;
}
footer h4 {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--light-primary-color);
	margin-bottom: 25px;
	letter-spacing: .5px;
}
footer ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
footer li {
	margin: 0px;
	padding: 0px;
}
footer li a {
	color: #2B3625!important;
	text-decoration: none;
	font-size: 13px!important;
	font-family: 'Raleway', sans-serif!important;
	font-weight: 500!important;
	padding: 7px 0!important;
	display: block!important;
    text-transform: none;
	    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
footer li a:hover {
	color: var(--light-primary-color)!important;
}
footer .navbar-nav .nav-link:hover {
    background-color: inherit!important;
}
.social-icons {
	display: flex;
    align-items: center;
    gap: 23px;
}
.social-icons a img { 
	height: 22px;
}
.copy {
	color: #878787;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	margin-top: 20px;
}
.pwdby {
	color: #878787;
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
	margin-top: 20px;
  text-align: right;
  float: right;
}
.pwdby:hover {
	color:var(--light-primary-color)
}
.wpcf7-form textarea{ 
    width: 100% !important;
    height:50px;
}
.wpcf7-form input[type=submit] {
    border-radius: 40px;
    background-color: var(--primary-color);
    border: var(--primary-color);
    text-transform: uppercase;
    padding: 14px 37px;
    letter-spacing: 1px;
    color: #fff;
    width: auto;
    font-family: 'PT Serif', serif;
}
.wpcf7-form input[type=submit]:hover {
    background-color: var(--hover-color);
    border: var(--hover-color);
}
.search-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5000;
    background-color:#f7f5ed;
    overflow: hidden;
    height: 0px;
}
.wpcf7-spinner {
    position: absolute;
    margin-top: 7px;
    margin-left: 56px;
}
.search-active {
    height: auto;
    /* min-height: 300px; */
    padding-top: 21px;
}
.snv-search {
  position: relative;
}
input.search {
    /* width: calc(100% - 80px)!important; */
    width: 100%!important;
    border: none!important;
    /* border-bottom: solid 2px #000!important; */
    font-size: 18px!important;
    float: left;
    border-radius: 33px;
    background-color:#F2E8DF;
    padding: 0.6rem 0.9rem;
    padding-left: 15!important;
}
input.search:focus {
  outline: none;
}
.serch_bt {
    /* float: left; */
    position: absolute;
    right: 3px;
    margin-top: 5px;
    background: #e9d5ce;
    border: none;
    margin-top: 3px;
    height: 40px;
    width: 40px;
    border-radius: 100%;
}
.serch_bt:hover {
    background: #d4b7ad;
}

.serch_bt svg {
    color: #0d0000!important;
}
.close-serch {
    display: block;
    font-size: 18px;
    color: #000;
    width: 40px;
    text-align: center;
    height: 40px;
    position: absolute;
    right: 20px;
    top: 24px;
    z-index: 100;
    background-color: #e9d5ce;
    border-radius: 100%;
    line-height: 40px;
    color: #af4f49;
    font-size: 22px;
}
.close-serch:hover {
    cursor: pointer;
    color: #af4f49;
}
.search-panel .container {
    max-width: 800px!important;
    width: 75%;
}
.pop-bg {
    position: fixed;
    z-index: 603;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(247 245 237 / 80%);
    display: none;
}


.search-cc {
  max-width: 900px;
  margin: auto;
}
.search-cc .img-c-new {
    width: 12.5%;
    float: left;
    margin-right: 18px;
    position: relative;
    border-radius: 22px;
    overflow: hidden;
}
.search-cc h4 {
  font-size: 20px;
}
.search-select {
  border:solid thin #F2E8DF;
  outline: none;
  padding: 14px 15px;
  color: #5B5B5B;
  display: block;
  width: 100%;
  background:#F2E8DF;
  border-radius: 50px;
        -webkit-transition: border .3s ease-in-out;
  -moz-transition: border .3s ease-in-out;
  -o-transition: border .3s ease-in-out;
  transition: border .3s ease-in-out;
}
.search-select:hover {
  border:solid thin var(--primary-color);
  color: var(--primary-color);
}
.snv-search input {
    float: left;
    margin-right: 10px;
    width: calc(50%);
}
.snv-search select {
    float: left;
    margin-right: 10px;
    width: calc(50% - 130px)!important;
}
.left-pp {
    width: 100%;
    float: left;
}
.inside-pro-box a {
    text-decoration: none;
}
.inside-pro-box .p-data-inside {
    width: calc(85% - 18px);
    float: left;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}
.inside-pro-box .img-c-new {
    width: 12.5%;
    float: left;
    margin-right: 18px;
    position: relative;
}
.inside-pro-box {
    clear: both;
    list-style: none;
    /* border-top: 2px solid #000; */
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    padding: 18px;
    /* margin-bottom: 14px; */
    overflow: auto;
    padding-left: 0px;
}



.burger {
    display: none;
    /* margin-top: 10px; */
    float: left;
    outline: none;
    height: 40px;
    width: 40px;
    border: 0px;
    z-index: 100001;
    padding: 0px;
     background: transparent;
    transition: all 250ms ease-out;
    cursor: pointer;
        -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 100%;
}
.burger:hover {
background-color: #e9d5ce;
}
.burger:hover:before, .burger:hover:after {
  background: var(--light-primary-color);
}
.burger:before, .burger:after {
  content: "";
  width: 25px;
  height: 1.5px;
  position: absolute;
  background: var(--light-primary-color);
  transition: all 250ms ease-out;
  will-change: transform;
  margin-left: -12px;
    margin-top: -1px;
}

.burger:before {
  transform: translateY(-3px);
}

.burger:after {
  transform: translateY(6px);
}

.active.burger:before {
  transform: translateY(0) rotate(45deg);background: var(--light-primary-color);
}

.active.burger:after {
  transform: translateY(0) rotate(-45deg);background: var(--light-primary-color);
}

.overlay {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  z-index: 500;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 0.9;
  visibility: visible;
  height: 100%;
}
.menu-cc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height:100%;
    position: relative;
    z-index: 1;
}
.menu {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.menu li {
    display: block;
    text-align: center;
/*    margin: 20px 0;*/
}
.menu a {
     font-size: 24px;
    padding: 10px 0;
    color:var(--primary-color);
    text-decoration: none;
}
.menu-cc .navbar-nav .nav-link {
    font-size: 24px;
    padding: 10px 0;
    color: var(--primary-color);
    text-decoration: none;
    text-transform: none;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.page-cc {
      margin: 59px 0;
}

.menu-copywrt {
    position: absolute;
    bottom: 28px;
    color: #b02a37;
    font-size: 14px;
    left: 0;
    right: 0;
    text-align: center;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }




@keyframes float {
	0% {
	    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
	    transform: translatey(0px);
	}
	50% {
	    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
	    transform: translatey(-20px);
	}
	100% {
	    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
	    transform: translatey(0px);
	}
}



@-webkit-keyframes lighthouse {
  0% {
    -webkit-transform: translate3d(2%,0,0) rotateZ(2deg);
    -moz-transform: translate3d(2%,0,0) rotateZ(2deg);
    transform: translate3d(2%,0,0) rotateZ(2deg); }
  100% {
    -webkit-transform: translate3d(-2%,0,0) rotateZ(-2deg);
    -moz-transform: translate3d(-2%,0,0) rotateZ(-2deg);
    transform: translate3d(-2%,0,0) rotateZ(-2deg); 
    } }
@-webkit-keyframes grass {
  0% {
    -webkit-transform: translate3d(.2%,0,0) rotateZ(1deg);
    -moz-transform: translate3d(.2%,0,0) rotateZ(1deg);
    transform: translate3d(.2%,0,0) rotateZ(1deg); }
  100% {
    -webkit-transform: translate3d(-.2%,0,0) rotateZ(-1deg);
    -moz-transform: translate3d(-.2%,0,0) rotateZ(-1deg);
    transform: translate3d(-.2%,0,0) rotateZ(-1deg); 
    } }
@-webkit-keyframes bg-lin {
  0% {
    -webkit-transform: translate3d(0%,0,0) rotateZ(-1deg);
    -moz-transform: translate3d(0%,0,0) rotateZ(-1deg);
    transform: translate3d(0%,0,0) rotateZ(-1deg); }
  100% {
    -webkit-transform: translate3d(-.0%,0,0) rotateZ(0deg);
    -moz-transform: translate3d(-.0%,0,0) rotateZ(0deg);
    transform: translate3d(-.0%,0,0) rotateZ(0deg); 
    } }
@-webkit-keyframes bg-lin-rt {
  0% {
    -webkit-transform: translate3d(0%,0,0) rotateZ(0deg);
    -moz-transform: translate3d(0%,0,0) rotateZ(0deg);
    transform: translate3d(0%,0,0) rotateZ(0deg); }
  100% {
    -webkit-transform: translate3d(-.0%,0,0) rotateZ(1deg);
    -moz-transform: translate3d(-.0%,0,0) rotateZ(1deg);
    transform: translate3d(-.0%,0,0) rotateZ(1deg); 
    } }

.float_animation {
	-webkit-animation: float 8s ease-in-out infinite;
    animation: float 8s ease-in-out infinite;
 }
.lighthouse-animation {
  -webkit-animation: lighthouse 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-animation: lighthouse 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: lighthouse 8s 0.1s infinite alternate cubic-bezier(0.455, 0.03, 0.515, 0.955);
}



@media screen and (min-width: 1200px){
	div.container-xl {
	    max-width: 99%!important;
	}
}

@media screen and (min-width: 1440px){
div.container-xl {
    max-width: 1490px!important;
	}
}
@media (min-width: 768px){
.container, .container-md, .container-sm {
    max-width:  98%;
}}
@media (min-width: 992px){
.container, .container-lg, .container-md, .container-sm {
    max-width: 98%;
}}
@media (min-width: 1400px) {
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px!important;
}
}

@media (max-width: 1399px) {
.hero-style .container {
  padding-left: 40px;
}
}

@media (max-width: 1239px) {
/*header {
	padding: 14px 0px;
}*/
.burger {
		display: block;
	}
.navbar-expand-lg .navbar-collapse {
	display: none!important;
}

}

@media (max-width: 992px) {

  body {
    padding-top: 75.8px;
}
	
.navbar-brand img {
    max-width: 114px;
}
header {
    padding: 8px 30px;
}
.bannerSlider {
    overflow: hidden;
    border-radius: 50px;
}
.border-radius-80 {
    border-radius: 50px;
}
.banner-content span {
    font-size: 18px;
    margin-bottom:10px;
}
.banner-content h1 {
    font-size: 46px;
}
.btn-primary {
    padding: 12px 21px;
    letter-spacing: 1px;
    font-size: 12px;
}
.btn-secondary {
    padding: 12px 21px;
    letter-spacing: 1px;
    font-size: 12px;
}
.accordion-button {
    font-size: 18px;

}
.about-cc {
    padding: 30px 0;
}
.abt-img-a {
	margin-top: 30px;
}
.about-cc .accordion  {
      margin-top: 0px;
}
p {
    font-size: 14px;
        line-height: 24px;
}
.category-cc {
	padding: 40px 0;
}
.section-title {
    font-size: 24px;
}
.section-title-cc {
    padding-bottom: 24px;
}
.extra-margin-a {
    margin-top:0px;
}
.extra-margin-b {
    margin-top: 0px;
}
.product-shop-bt {
    bottom: 0px;
}
.circle-data-box {
    max-width: 422px;
}
.hero-style .container {
  padding-left:15px;
}
.inside-banner h2 {
    font-size: 56px;
}
.mission-ico {
	 width: 146px;margin-bottom: 25px;
}
.m-data {
    margin-top: 0px;
    }

    .hero-style .slide-title, .hero-style .slide-text, .hero-style .slide-btns {
      text-align: center;
  }
.values-ico {
    width: 146px;
    margin-bottom: 25px;
}
.values-cc {
    background-color: #F1E6DE;
    padding: 40px 0;
    padding-bottom: 100px;
    border-radius: 104px 0px 0px 0px;
}
.value-ico {
    width: 68px;
    float: left;
    margin-right: 30px;
}
.value-data {
    width: calc(100% - 100px);
    float: left;
}
}
@media (max-width: 768px) {
.bannerSlider {
    height: 400px;
}
.navbar-brand img {
    max-width: 121px!important;
}
	.footer-item {
		margin-top: 40px;
	}
	footer h4 {
    margin-bottom: 10px;

}
.search-cc .img-c-new {
    border-radius: 13px;
}
.search-select {
  display: none;
}
.social-icons {
    justify-content: center;
}
.address-cc {
	margin-bottom: 50px;
}
@keyframes shrink {
  0% {
    background-size: cover;
  }
  100% {
    background-size: cover;
  }
}
footer {
    padding-top: 27px;
        border-radius: 40px 40px 0px 0px;
        text-align: center;
}
.mission-ico {
    width: 99px;
    margin-bottom: 25px;
}
.our-story-cc .extra-margin-top {
    margin-top: 0px;
}
.new-things-cc .circle-img {
	margin: 30px 0;
	}
.slab-cc {
    /*animation: slideleft 6000s infinite linear;*/
}
.cat-grid h3 {
    font-size: 14px;
    }
.product-grid h3 {
    font-size: 14px;
    line-height: 20px;
}
.product-price {
    font-size: 14px;
}
.new-arrival-cc {
    padding: 80px 0;
    padding-bottom: 30px;
}
.instagram-cc .section-title-cc {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-bottom: 14px;
}
.instagram-cc h2 {
    color: var(--light-primary-color);
    margin-bottom: 5px;
}
header {
    padding: 8px 0px;
}
.nav-cc {
	width: auto!important;
}
.logo-cc {
	margin-left: unset!important;
	margin-right: unset!important;
}

.mob-hdr {
    justify-content: space-between;
}

.inside-banner h2 {
    font-size: 48px;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 1;
}

.inside-banner {
    border-radius: 58px;
    min-height: 230px;

}
.circle-data-box {
  overflow: auto;
}
.ratio-content-cc {
  justify-content: flex-start;
  height: auto;
  padding: 42px;
}
.pwdby {
  float: none;
}
.copy-row {
  margin-top: 30px;
}
.cart_totals table.shop_table_responsive tr:nth-child(2n) td, .cart_totals table.shop_table_responsive tr:nth-child(2n) td {
    background-color: rgba(0,0,0,.025);
    width: 100%;
    float: left;
    text-align: left!important;
}
}



@media (max-width: 452px) {
.hdr-ico-box {
    margin: 0;
}
.inside-banner {
    border-radius: 40px;
    min-height: 230px;
}
}