#f6f6f6 body {
  font-family: "Raleway", sans-serif;
}

.container-fluid {
  padding: 0px 30px;
}

.accordion-body {
  padding: 1rem 1.25rem;
  background: #f9f4ef;
}

.accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: #ec9858;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-weight: bold;
}

h2 {
  font-size: 2rem;
}

p,
li {
  font-size: 14px;
}

.heading p {
  max-width: 400px;
  margin: auto;
}

header {
  background: #fff;
}
header .container-fluid {
  padding: 0px 30px;
}
header .logo {
  display: flex;
  height: 100%;
  padding: 10px 0px;
}
header .logo a {
  width: 100%;
  text-align: left;
}
header .logo a img {
  width: 120px;
}
header .search {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100%;
}
header .search .search-container {
  display: flex;
  align-items: center;
  height: 45px;
  width: 100%;
  box-shadow: 1px 1px rgba(186, 205, 188, 0.3019607843) inset, -1px -1px rgba(186, 205, 188, 0.3019607843) inset;
}
header .search .search-container input[type=text] {
  height: 100%;
  width: 100%;
  padding: 0 15px 1px;
  border: none;
  background: transparent;
  line-height: normal;
  color: #303030;
}
header .search .search-container input[type=text]:focus-visible {
  background: #f6f6f6;
  border: 0px;
  outline: unset;
}
header .search .search-container button {
  background: #ec9858;
  border: 0px;
  transition: 0.3s ease-in-out;
  color: #fff;
  height: 100%;
  width: 45px;
}
header .search .search-container button:hover {
  background: #f9c27f;
}
header .box3 {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .box3 .reg-box a {
  color: #031d16;
  text-decoration: none;
  text-transform: capitalize;
  background: #ec9858;
  padding: 13px 20px;
  height: 100%;
  color: #fff;
  transition: 0.3s ease-in-out;
}
header .box3 .reg-box a:hover {
  background: #f9c27f;
}
header .box3 .reg-box a i {
  font-size: 16px;
  margin-right: 10px;
}
header .box3 .cartsec ul {
  margin: 0px;
}
header .box3 .cartsec ul li {
  margin-right: 25px;
  font-weight: bolder;
  font-size: 16px;
  display: inline-flex;
}
header .box3 .cartsec ul li a {
  color: #031d16;
  text-decoration: none;
  text-transform: capitalize;
}
header .box3 .cartsec ul li a .icon {
  margin-right: 10px;
  position: relative;
}
header .box3 .cartsec ul li a .icon small {
  background: #ec9858;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 13px;
  border-radius: 100px;
  top: -15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 3px;
  font-size: 12px;
}
header .box3 .cartsec ul li a .icon img {
  width: 25px;
  height: 25px;
}
header .main-nav {
  display: flex;
  justify-content: center;
}
header .nav {
  background: #fff5e8;
}
header .nav ul li a {
  color: #031d16;
  font-weight: bold;
}
header .nav ul li .submenu li {
  text-align: left;
}
header .nav ul li .submenu li a {
  color: #1a1919;
  text-transform: capitalize;
}
header .nav ul li .submenu li:last-child {
  border: 0px;
}
header .nav .hamburger {
  position: absolute;
  right: 10px;
  top: 5%;
  cursor: pointer;
  border: 5px solid transparent;
  float: right;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 999;
}
header .nav .hamburger span {
  background: #031d16;
}

.blog-section {
  background: #705839;
  padding: 60px 0;
}
.blog-section h2 {
  color: #fff;
}
.blog-section .blog-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  transition: transform 0.3s ease;
  background: white;
}
.blog-section .blog-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}
.blog-section .blog-card img {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-section .blog-card .card-body {
  padding: 20px;
}
.blog-section .blog-card .card-title {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
.blog-section .blog-card .post-date {
  font-size: 0.85rem;
  color: #adb5bd;
  margin-bottom: 15px;
  font-style: italic;
}
.blog-section .blog-card .card-text {
  color: #6c757d;
  font-size: 0.95rem;
  margin-bottom: 10px;
  height: 46px;
  overflow: hidden;
}
.blog-section .blog-card .read-more {
  font-weight: 600;
  color: #ec9858;
  text-decoration: none;
}
.blog-section .blog-card .read-more:hover {
  text-decoration: underline;
}

.testimonials {
  background: #fff5e8;
}
.testimonials .heading {
  text-align: center;
  margin-bottom: 15px;
}
.testimonials .heading h2 {
  margin-bottom: 0px;
}
.testimonials .owl-nav {
  display: flex;
  margin-top: 40px;
  justify-content: center;
}
.testimonials .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  background: #ec9858 !important;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.testimonials .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.testimonials .owl-nav .owl-prev span {
  position: relative;
}
.testimonials .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  background: #ec9858 !important;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
}
.testimonials .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.testimonials .owl-nav .owl-next span {
  position: relative;
}
.testimonials .test-inner {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}
.testimonials .test-inner .comment-desc {
  text-align: center;
}
.testimonials .test-inner .comment-desc .qt svg {
  width: 55px;
  margin-bottom: 10px;
}
.testimonials .test-inner .comment-desc .qt svg path {
  fill: #ec9858;
}
.testimonials .test-inner .user-details {
  text-align: center;
}
.testimonials .test-inner .user-details .icon {
  margin: auto;
  display: block;
  padding: 15px;
  margin-bottom: 10px;
}
.testimonials .test-inner .user-details .icon img {
  width: 100px;
  margin: auto;
  border-radius: 100px;
  height: 100px;
}
.testimonials .test-inner .user-details .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials .test-inner .user-details .rating img {
  width: 15px;
}
.testimonials .test-inner .user-details h6 {
  color: #031d16;
}

.faqs {
  background: #fff5e8;
}

.mainproducts {
  background: #705839;
  overflow: hidden;
}
.mainproducts .container-fluid {
  padding-right: 5px;
}
.mainproducts .heading {
  padding: 15px;
  text-align: left;
  margin-bottom: 15px;
  color: #fff;
}
.mainproducts .heading p {
  width: 100%;
  margin: unset;
}
.mainproducts .heading h2 {
  color: #fff;
  margin-bottom: 10px;
}
.mainproducts .slider {
  background: #fff;
  padding: 10px;
}
.mainproducts .slider:hover .owl-nav {
  opacity: 100;
}
.mainproducts .shopbtn {
  background: #ec9858;
  margin-top: 13px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.mainproducts .productsitem {
  padding-bottom: 15px;
}
.mainproducts .productsitem .btnsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mainproducts .productsitem .btnsd a {
  margin: 0px;
  min-width: 100%;
  text-transform: capitalize;
  height: 48px;
  color: #fff !important;
  align-items: center;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.mainproducts .productsitem .btnsd .shopbtn2 {
  color: #000 !important;
  border: 1px solid #000;
  display: none;
}
.mainproducts .owl-nav {
  display: flex;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
  justify-content: center;
}
.mainproducts .owl-nav .owl-prev {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.mainproducts .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.mainproducts .owl-nav .owl-prev span {
  position: relative;
}
.mainproducts .owl-nav .owl-next {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 50%;
}
.mainproducts .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.mainproducts .owl-nav .owl-next span {
  position: relative;
}
.mainproducts .productsitem .thumb-products {
  overflow: hidden;
  position: relative;
}
.mainproducts .productsitem .thumb-products img {
  transition: 0.3s ease-in-out;
}
.mainproducts .productsitem .thumb-products .heartico {
  color: #FF9800;
  position: absolute;
  right: 3px;
  transition: 0.5s ease-in-out;
  top: 3px;
  font-size: 20px;
}
.mainproducts .productsitem .thumb-products .heartico:hover {
  color: #ec9858;
}
.mainproducts .productsitem del {
  display: inline-block;
  opacity: 0.2;
}
.mainproducts .productsitem .pr-details {
  padding: 5px;
  text-align: center;
}
.mainproducts .productsitem .pr-details a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #031d16;
  font-size: 14px;
}
.mainproducts .productsitem .pr-details a:hover {
  color: #ec9858;
}
.mainproducts .productsitem .pr-details .pr-head {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  padding-bottom: 0px;
}
.mainproducts .productsitem .pr-details .price-bx {
  padding: 5px 0px;
  color: #031d16;
  font-size: 16px;
  font-weight: 700;
}
.mainproducts .productsitem .pr-details .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainproducts .productsitem .pr-details .rating .rev {
  margin-left: 10px;
  text-transform: capitalize;
  padding-top: 5px;
}
.mainproducts .productsitem .pr-details .rating span {
  margin-right: 3px;
}
.mainproducts .productsitem .pr-details .rating span img {
  width: 20px;
}
.mainproducts .productsitem .pr-details .rating span:last-child {
  margin-left: 10px;
}
.mainproducts .productsitem:hover .thumb-products img {
  transform: scale(1.02);
}
.mainproducts .owl-dots {
  display: none !important;
}

.mt1noff {
  overflow: hidden;
}
.mt1noff .heading {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.mt1noff .heading p {
  width: 100%;
  margin: unset;
  max-width: 100%;
}
.mt1noff .heading h2 {
  margin-bottom: 10px;
}
.mt1noff .slider {
  background: #fff;
  padding: 10px;
}
.mt1noff .slider:hover .owl-nav {
  opacity: 100;
}
.mt1noff .shopbtn {
  background: #ec9858;
  margin-top: 13px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.mt1noff .productsitem {
  padding-bottom: 15px;
}
.mt1noff .productsitem .btnsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mt1noff .productsitem .btnsd a {
  margin: 0px;
  min-width: 48%;
  text-transform: capitalize;
  height: 48px;
  color: #fff !important;
  align-items: center;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.mt1noff .productsitem .btnsd .shopbtn2 {
  color: #000 !important;
  border: 1px solid #000;
}
.mt1noff .owl-nav {
  display: flex;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
  justify-content: center;
}
.mt1noff .owl-nav .owl-prev {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.mt1noff .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.mt1noff .owl-nav .owl-prev span {
  position: relative;
}
.mt1noff .owl-nav .owl-next {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 50%;
}
.mt1noff .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.mt1noff .owl-nav .owl-next span {
  position: relative;
}
.mt1noff .productsitem .thumb-products {
  overflow: hidden;
  position: relative;
}
.mt1noff .productsitem .thumb-products img {
  transition: 0.3s ease-in-out;
}
.mt1noff .productsitem .thumb-products .heartico {
  color: #FF9800;
  position: absolute;
  right: 3px;
  transition: 0.5s ease-in-out;
  top: 3px;
  font-size: 20px;
}
.mt1noff .productsitem .thumb-products .heartico:hover {
  color: #ec9858;
}
.mt1noff .productsitem del {
  display: inline-block;
  opacity: 0.2;
}
.mt1noff .productsitem .pr-details {
  padding: 5px;
  text-align: center;
}
.mt1noff .productsitem .pr-details a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #031d16;
  font-size: 14px;
}
.mt1noff .productsitem .pr-details a:hover {
  color: #ec9858;
}
.mt1noff .productsitem .pr-details .pr-head {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  padding-bottom: 0px;
}
.mt1noff .productsitem .pr-details .price-bx {
  padding: 5px 0px;
  color: #031d16;
  font-size: 16px;
  font-weight: 700;
}
.mt1noff .productsitem .pr-details .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mt1noff .productsitem .pr-details .rating .rev {
  margin-left: 10px;
  text-transform: capitalize;
  padding-top: 5px;
}
.mt1noff .productsitem .pr-details .rating span {
  margin-right: 3px;
}
.mt1noff .productsitem .pr-details .rating span img {
  width: 20px;
}
.mt1noff .productsitem .pr-details .rating span:last-child {
  margin-left: 10px;
}
.mt1noff .productsitem:hover .thumb-products img {
  transform: scale(1.02);
}

.mtprtmonth .mainproducts {
  background: #fff5e8;
  overflow: hidden;
}
.mtprtmonth .mainproducts .container-fluid {
  padding: 15px;
}
.mtprtmonth .mainproducts .heading {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
}
.mtprtmonth .mainproducts .heading p {
  width: 100%;
  margin: unset;
  display: block;
  max-width: 100%;
}
.mtprtmonth .mainproducts .heading h2 {
  color: #000;
  margin-bottom: 10px;
}
.mtprtmonth .mainproducts .slider {
  background: #fff;
  padding: 10px;
}
.mtprtmonth .mainproducts .slider:hover .owl-nav {
  opacity: 100;
}
.mtprtmonth .mainproducts .shopbtn {
  background: #ec9858;
  margin-top: 13px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.mtprtmonth .mainproducts .productsitem {
  padding-bottom: 15px;
}
.mtprtmonth .mainproducts .productsitem .btnsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mtprtmonth .mainproducts .productsitem .btnsd a {
  margin: 0px;
  min-width: 100%;
  text-transform: capitalize;
  height: 48px;
  color: #fff !important;
  align-items: center;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.mtprtmonth .mainproducts .productsitem .btnsd .shopbtn2 {
  color: #000 !important;
  border: 1px solid #000;
  display: none;
}
.mtprtmonth .mainproducts .owl-nav {
  display: flex;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
  justify-content: center;
}
.mtprtmonth .mainproducts .owl-nav .owl-prev {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.mtprtmonth .mainproducts .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.mtprtmonth .mainproducts .owl-nav .owl-prev span {
  position: relative;
  top: -6px;
}
.mtprtmonth .mainproducts .owl-nav .owl-next {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 50%;
}
.mtprtmonth .mainproducts .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.mtprtmonth .mainproducts .owl-nav .owl-next span {
  position: relative;
  top: -6px;
}
.mtprtmonth .mainproducts .productsitem .thumb-products {
  overflow: hidden;
  position: relative;
}
.mtprtmonth .mainproducts .productsitem .thumb-products img {
  transition: 0.3s ease-in-out;
}
.mtprtmonth .mainproducts .productsitem .thumb-products .heartico {
  color: #FF9800;
  position: absolute;
  right: 3px;
  transition: 0.5s ease-in-out;
  top: 3px;
  font-size: 20px;
}
.mtprtmonth .mainproducts .productsitem .thumb-products .heartico:hover {
  color: #ec9858;
}
.mtprtmonth .mainproducts .productsitem del {
  display: inline-block;
  opacity: 0.2;
}
.mtprtmonth .mainproducts .productsitem .pr-details {
  padding: 5px;
  text-align: center;
}
.mtprtmonth .mainproducts .productsitem .pr-details a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #031d16;
  font-size: 14px;
}
.mtprtmonth .mainproducts .productsitem .pr-details a:hover {
  color: #ec9858;
}
.mtprtmonth .mainproducts .productsitem .pr-details .pr-head {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  padding-bottom: 0px;
}
.mtprtmonth .mainproducts .productsitem .pr-details .price-bx {
  padding: 5px 0px;
  color: #031d16;
  font-size: 16px;
  font-weight: 700;
}
.mtprtmonth .mainproducts .productsitem .pr-details .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.mtprtmonth .mainproducts .productsitem .pr-details .rating .rev {
  margin-left: 10px;
  text-transform: capitalize;
  padding-top: 5px;
}
.mtprtmonth .mainproducts .productsitem .pr-details .rating span {
  margin-right: 3px;
}
.mtprtmonth .mainproducts .productsitem .pr-details .rating span img {
  width: 20px;
}
.mtprtmonth .mainproducts .productsitem .pr-details .rating span:last-child {
  margin-left: 10px;
}
.mtprtmonth .mainproducts .productsitem:hover .thumb-products img {
  transform: scale(1.02);
}

.prpg {
  background: #fff;
}
.prpg .mainproducts {
  background: #fff;
  overflow: hidden;
}
.prpg .mainproducts .container-fluid {
  padding: 15px;
}
.prpg .mainproducts .heading {
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
  color: #000;
}
.prpg .mainproducts .heading p {
  width: 100%;
  margin: unset;
  display: block;
  max-width: 100%;
}
.prpg .mainproducts .heading h2 {
  color: #000;
  margin-bottom: 10px;
}
.prpg .mainproducts .slider {
  background: #fff;
  padding: 10px;
}
.prpg .mainproducts .slider:hover .owl-nav {
  opacity: 100;
}
.prpg .mainproducts .shopbtn {
  background: #ec9858;
  margin-top: 13px;
  border-radius: 0px;
  transition: 0.3s ease-in-out;
  padding: 10px 30px;
  color: #fff;
  text-transform: capitalize;
  text-decoration: none;
  display: block;
  width: -moz-max-content;
  width: max-content;
}
.prpg .mainproducts .productsitem {
  padding-bottom: 15px;
  box-shadow: 1px 1px 11px 2px #eee;
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 10px;
}
.prpg .mainproducts .productsitem .btnsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.prpg .mainproducts .productsitem .btnsd a {
  margin: 0px;
  min-width: 48%;
  text-transform: capitalize;
  height: 48px;
  color: #fff !important;
  align-items: center;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.prpg .mainproducts .productsitem .btnsd .shopbtn2 {
  color: #000 !important;
  border: 1px solid #000;
}
.prpg .mainproducts .owl-nav {
  display: flex;
  opacity: 0;
  transition: 0.3s ease-in-out;
  margin-top: 0px;
  justify-content: center;
}
.prpg .mainproducts .owl-nav .owl-prev {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
  position: absolute;
  left: 0px;
  top: 50%;
}
.prpg .mainproducts .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.prpg .mainproducts .owl-nav .owl-prev span {
  position: relative;
  top: -6px;
}
.prpg .mainproducts .owl-nav .owl-next {
  background: #ec9858 !important;
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 50%;
}
.prpg .mainproducts .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.prpg .mainproducts .owl-nav .owl-next span {
  position: relative;
  top: -6px;
}
.prpg .mainproducts .productsitem .thumb-products {
  overflow: hidden;
  position: relative;
}
.prpg .mainproducts .productsitem .thumb-products img {
  transition: 0.3s ease-in-out;
}
.prpg .mainproducts .productsitem .thumb-products .heartico {
  color: #FF9800;
  position: absolute;
  right: 3px;
  transition: 0.5s ease-in-out;
  top: 3px;
  font-size: 20px;
}
.prpg .mainproducts .productsitem .thumb-products .heartico:hover {
  color: #ec9858;
}
.prpg .mainproducts .productsitem del {
  display: inline-block;
  opacity: 0.2;
}
.prpg .mainproducts .productsitem .pr-details {
  padding: 5px;
  text-align: center;
}
.prpg .mainproducts .productsitem .pr-details a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
  color: #031d16;
  font-size: 14px;
}
.prpg .mainproducts .productsitem .pr-details a:hover {
  color: #ec9858;
}
.prpg .mainproducts .productsitem .pr-details .pr-head {
  padding: 10px 0px;
  display: block;
  font-size: 16px;
  padding-bottom: 0px;
}
.prpg .mainproducts .productsitem .pr-details .price-bx {
  padding: 5px 0px;
  color: #031d16;
  font-size: 16px;
  font-weight: 700;
}
.prpg .mainproducts .productsitem .pr-details .rating {
  display: flex;
  justify-content: center;
  align-items: center;
}
.prpg .mainproducts .productsitem .pr-details .rating .rev {
  margin-left: 10px;
  text-transform: capitalize;
  padding-top: 5px;
}
.prpg .mainproducts .productsitem .pr-details .rating span {
  margin-right: 3px;
}
.prpg .mainproducts .productsitem .pr-details .rating span img {
  width: 20px;
}
.prpg .mainproducts .productsitem .pr-details .rating span:last-child {
  margin-left: 10px;
}
.prpg .mainproducts .productsitem:hover .thumb-products img {
  transform: scale(1.02);
}

.poidtl {
  background: #fff;
}
.poidtl .text-primary {
  color: #ec9858 !important;
}
.poidtl .btnsd {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.poidtl .btnsd a {
  margin: 0px;
  min-width: 48%;
  text-transform: capitalize;
  height: 48px;
  color: #fff !important;
  background: #ec9858;
  align-items: center;
  border-radius: 0px;
  display: flex;
  justify-content: center;
}
.poidtl .btnsd .shopbtn2 {
  color: #000 !important;
  background-color: transparent;
  border: 1px solid #000;
}
.poidtl .pgdff {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
}
.poidtl .mtyuddw {
  display: flex;
  overflow-x: auto;
}
.poidtl .mtyuddw li {
  width: 25%;
  list-style: none;
  min-width: 25%;
  padding: 3px;
}
.poidtl .mtyuddw li a img {
  width: 100%;
}

.main-slide {
  overflow: hidden;
}
.main-slide .container-fluid {
  padding: 0px 0px;
}

.category {
  background: #fff5e8;
}
.category .categitem {
  background: rgba(255, 255, 255, 0.7490196078);
  padding: 10px;
  border-radius: 10px;
}
.category .categitem .thumb-categ {
  border-radius: 100px;
  overflow: hidden;
  margin: auto;
  overflow: hidden;
  text-align: center;
  width: 120px;
  margin-bottom: 10px;
  height: 120px;
}
.category .categitem .thumb-categ img {
  height: 100%;
  transition: 0.3s ease-in-out;
}
.category .categitem .thumb-categ:hover img {
  transform: scale(1.1);
}
.category .categitem b {
  display: block;
  width: 100%;
  text-transform: capitalize;
  text-align: center;
}
.category .owl-nav {
  display: flex;
  margin-top: 40px;
  justify-content: center;
  position: absolute;
  right: 0px;
  top: -88px;
}
.category .owl-nav .owl-prev {
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  background: #ec9858 !important;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
  margin-right: 10px;
}
.category .owl-nav .owl-prev:hover {
  background: #ec9858 !important;
}
.category .owl-nav .owl-prev span {
  position: relative;
}
.category .owl-nav .owl-next {
  font-size: 25px;
  width: 30px;
  transition: 0.3s ease-in-out;
  height: 30px;
  background: #ec9858 !important;
  color: #fff !important;
  justify-content: space-between;
  align-items: center;
}
.category .owl-nav .owl-next:hover {
  background: #ec9858 !important;
}
.category .owl-nav .owl-next span {
  position: relative;
}

a.callbtn {
  position: fixed;
  bottom: 75px;
  right: 15px;
  z-index: 9;
  background: #ec9858;
  color: #fff !important;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

a.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 9;
  background: #0cc042;
  color: #fff;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  border-radius: 100px;
  text-decoration: none;
  font-size: 24px;
}

.main-footer {
  background: #705839;
  color: #fff;
}
.main-footer .footer-toggle-icon {
  display: none;
}
.main-footer .owl-item img {
  width: 70px !important;
  height: 100%;
  background-color: #fff;
  padding: 3px;
}
.main-footer .bg-secondary {
  background-color: #805c2f !important;
}
.main-footer li {
  font-size: 14px;
  list-style: disc;
}

@media (min-width: 768px) {
  .footer-toggle-icon {
    display: none;
  }
  .footer-collapsible {
    display: block !important;
  }
}
.footer-toggle-icon {
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-left: 10px;
  color: #fff;
  display: inline-block;
  width: 20px;
  text-align: center;
}

.footer-collapsible {
  display: none;
  margin-left: 15px;
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  transition: max-height 0.3s ease;
}

.mb-pl {
  display: none;
}

.dk-pl {
  display: block;
}

.ec-side-cart-overlay {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 16;
}

.ec-side-cart {
  font-size: 14px;
  font-weight: 400;
  position: fixed;
  z-index: 1000;
  top: 0;
  right: 0;
  left: auto;
  display: block;
  width: 350px;
  height: 100%;
  padding: 15px 20px 20px 20px;
  transition: all 0.5s ease 0s;
  transform: translateX(100%);
  background-color: #ffffff;
  box-shadow: none;
  overflow: auto;
  opacity: 0;
}

.ec-side-cart .ec-cart-inner {
  position: relative;
  z-index: 9;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.ec-side-cart.ec-open {
  transform: translateX(0);
  opacity: 1;
}

.ec-side-cart .btn {
  padding: 0;
  font-size: 14px;
  border-radius: 0;
  height: 45px;
  border: 0;
  font-weight: 500;
  line-height: 45px;
  transition: all 0.3s ease 0s;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
}

.ec-side-cart .btn-primary {
  color: #ffffff;
  background-color: #ec9858;
  border-color: #ec9858;
  border: 0;
  transition: all 0.3s ease 0s;
}

.ec-side-cart .ec-cart-inner .ec-cart-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 10px 0;
  border-bottom: 2px solid #eeeeee;
  margin-bottom: 20px;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .cart_title {
  font-size: 17px;
  color: #555;
  font-family: "Montserrat";
  font-weight: 600;
}

.ec-side-cart .ec-cart-inner .ec-cart-title .ec-close {
  position: relative;
  border: 0;
  font-size: 30px;
  line-height: 1;
  color: #555;
}

.ec-overlay-open {
  display: block;
}

.ec-breadcrumb {
  padding: 15px 0;
  background-color: #f7f7f7;
}

.section-space-mb {
  margin-bottom: 0px;
}

.ec-breadcrumb-list {
  text-align: right;
}

.ec-breadcrumb-list li {
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02rem;
  line-height: 1.2;
  text-transform: capitalize;
}

.ec-breadcrumb-list li a {
  position: relative;
  color: #444444;
}

.ec-breadcrumb-item + .ec-breadcrumb-item::before {
  display: inline-block;
  padding-right: 7px;
  color: #444444;
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 12px;
}

.ec-breadcrumb-list .ec-breadcrumb-item.active::before {
  color: #444444;
}

.ec_ser_inner {
  padding: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
}

.ec_ser_inner {
  border-radius: 10px;
}

.section-space-p {
  padding: 50px 0;
}

.ec-cms-block .ec-cms-block-title {
  margin-bottom: 14px;
  color: #777;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0;
  text-align: left;
  font-family: "Montserrat";
}

.ec-cms-block p {
  font-size: 14px;
  color: #777777;
  line-height: 26px;
  font-weight: 300;
  letter-spacing: 0;
  text-align: left;
}

.ec-cms-block p a {
  color: #555;
  text-decoration: underline;
  transition: all 0.3s ease 0s;
  text-decoration: none;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.ec_ser_inner:hover {
  border: 1px solid #cfcfcf;
}

.ec_ser_inner {
  padding: 30px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border: 1px solid #f4f4f4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  background-color: #fff;
}

.ec_ser_inner:hover {
  box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 3px 25px 4px rgba(0, 0, 0, 0.06);
  border: 1px solid transparent;
}

.ec-breadcrumb .ec-breadcrumb-title {
  text-decoration: none;
  color: #444444;
  display: block;
  font-size: 15px;
  font-family: "Montserrat";
  line-height: 22px;
  font-weight: 700;
  margin: 0 auto;
  text-transform: capitalize;
}

.ec-breadcrumb {
  padding-bottom: 0px;
}

.ec-service-desc h2, .ec-service-desc .h2 {
  font-size: 18px;
  font-weight: 700;
  color: #444444;
  letter-spacing: 0.6px;
  margin-bottom: 10px;
}

.ec-service-image {
  margin-bottom: 15px;
}

.ec_ser_inner .ec-service-image img {
  width: 50px;
  height: 50px;
  fill: #444444;
  stroke: #444444;
  stroke-dashoffset: 1500;
  stroke-dasharray: 1500;
}

.webcontent li {
  list-style: none;
  font-size: 16px;
  margin: 15px 0 15px 10px;
  background: url(../../assets/images/righticon.jpg) no-repeat 0 5px !important;
  padding-left: 25px !important;
  color: #000;
}

.section-space-mb {
  margin-bottom: 50px;
}

.eccart-pro-items {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.eccart-pro-items li {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
}

.eccart-pro-items li .sidekka_pro_img {
  flex: 1 0 20%;
}

.eccart-pro-items li .ec-pro-content {
  position: relative;
  flex: 1 0 70%;
  padding-left: 15px;
  overflow: hidden;
}

.eccart-pro-items li .ec-pro-content .cart-price {
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

@media only screen and (max-width: 1279px) {
  header .nav .hamburger {
    display: block !important;
  }
  header i.fa-solid.fa-angle-down {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .section-space-mb {
    margin-bottom: 0px;
  }
  .ec_ser_content {
    margin-bottom: 30px;
  }
  .row.ec_breadcrumb_inner {
    justify-content: center;
    text-align: center;
  }
  .ec-breadcrumb-list {
    text-align: center;
    padding: 0px;
  }
  .ec-cms-block-inner {
    margin-bottom: 15px;
  }
  .ec_ser_inner {
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .mb-pl {
    display: block;
  }
  .dk-pl {
    display: none;
  }
  .main-footer .footer-toggle-icon {
    display: inline-block;
    float: right;
  }
  .logo.text-center {
    text-align: left !important;
  }
  .main-nav {
    transform: translateX(-830px);
  }
  .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 100%;
    transition: transform 0.2s ease-in-out;
  }
}
@media only screen and (max-width: 767px) {
  .mainproducts .productsitem .thumb-products {
    overflow: hidden;
    position: relative;
    height: 255px;
  }
  .mainproducts .productsitem .thumb-products .heartico {
    height: 17px;
    text-decoration: none;
  }
  .mainproducts .owl-nav, .mtprtmonth .mainproducts .owl-nav {
    opacity: 1;
  }
  .mainproducts .productsitem .thumb-products a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
  }
  .mainproducts .productsitem .pr-details .pr-head {
    padding: 10px 0px;
    font-size: 16px;
    padding-bottom: 0px;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /* height: 31px; */
  }
  .blog-section .blog-card .card-body {
    padding: 5px;
  }
  section {
    overflow: hidden;
  }
  .category .categitem b {
    font-size: 14px;
  }
  .container-fluid {
    padding: 0px 10px;
  }
  .mt1noff .container-fluid {
    padding: 0px;
  }
  .mainproducts .container-fluid {
    padding: 15px;
  }
  h2 {
    font-size: 1.5rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  header .box3 .cartsec ul li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
  header .box3 {
    padding-right: 80px;
    padding-left: 10px;
  }
  .topord .three {
    order: 2;
    padding: 0px;
    padding-right: 5px;
  }
  .topord .one {
    order: 1;
  }
  .topord .two {
    order: 3;
  }
  .cartsec ul {
    padding: 0px;
  }
  header .nav .hamburger {
    top: 2%;
  }
  header .box3 .cartsec ul li {
    margin-right: 0px;
  }
  header .box3 .reg-box a i {
    font-size: 24px;
  }
  header .box3 .reg-box a {
    color: #031d16;
    padding: 10px 0px;
    background: transparent;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .search {
    display: none;
  }
  header .box3 span.text {
    display: none;
  }
  header .container-fluid {
    padding: 0px 5px;
  }
  header {
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
  }
  header .logo {
    width: 100%;
  }
  header .nav ul li {
    border-bottom: 1px solid #efefef;
  }
  header .nav ul li a {
    text-transform: uppercase;
  }
  header .nav ul li .submenu {
    background: #fff5e8 !important;
  }
  header .nav ul li .submenu a {
    color: #4d4d4d !important;
  }
  header .nav ul li .submenu li {
    border-bottom: 1px solid #e3efe7;
  }
  header .nav ul li:last-child {
    border: 0px;
  }
}
@media only screen and (max-width: 413px) {
  header .box3 {
    padding-right: 60px;
  }
  header .box3 .cartsec ul li a {
    margin-right: 7px;
  }
}
@media only screen and (max-width: 359px) {
  header .box3 {
    padding-right: 39px;
  }
  header .nav .hamburger {
    right: 3px;
    top: 2%;
  }
  header .box3 .cartsec ul li a {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
  }
}/*# sourceMappingURL=style.css.map */