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

/* Root Var */
:root {

  /* Root Theme Color */
  --theme-color: #000000;
  --theme-color-second: #ce9b7a;
  --theme-color-third: #663130;

  /* Root Font */
  --heading-font: "Marcellus", serif;
  --paragraph-font: "Poppins", sans-serif;
  ;
  --span-font: "my-font-adelia";

  /* Root Shadow Css */
  --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;
}

body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none;
  font-size: 15px;
  color: #1e1e1e;
  background-color: #fff;
  scroll-behavior: smooth;
  overflow-x: hidden !important;
  font-family: var(--paragraph-font);
}

/* Font Face */
@font-face {
  font-family: "my-font-adelia";
  src: url(../fonts/adelia.ttf);
}

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: 12px;
  color: inherit;
  font-family: var(--heading-font);
}

p {
  margin: 0;
  line-height: 27px;
  margin-bottom: 21px;
  font-size: 15px;
  font-family: var(--paragraph-font);
}

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: 92px;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-size: 64px;
}

h3 {
  font-size: 48px;
}

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;
}

/* Back To Top */

@-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%;
  }
}


.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: 20px;
  width: 50px;
  height: 50px;
  background: #fe8a02;
  border-radius: 25px;
  text-align: center;
  border: 2px solid #fe8a02;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  overflow: hidden;
  color: #fff;
}

.m-backtotop.active {
  bottom: 15px;
  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;
}

.m-backtotop>div.text {
  font-size: 5px;
  font-size: 0.5rem;
  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: 20px;
  cursor: pointer;
  background: black;
  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;
}

/* Padding Top And Bottom */
.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;
}

/* Form Css */

.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;
}

/* Site Button */
.hd_info {
  display: flex;
  align-items: center;
  color: #fff;
}

/* .hd_info a img {
  margin: 0 24px 0 10px;
} */

a.comon-btn {
  background: var(--theme-color-second);
  color: #000;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 0;
  width: 13rem;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;

}

a.comon-btn:hover {
  background: #121212;
  color: var(--theme-color-second);
}

/* Sticky Top */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}

.sticky-top-1.sticky {
  background: #fff !important;
  z-index: 9999999999999;
}

/* Small Header */

.small {
  display: none;
}

.header_menu {
  background: #fff;
}

a.navbar-brand img {
/*   width: 170px; */
	width: 100px;
  position: absolute;
	top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
}

.header_menu li a {
  color: #000;
  font-size: 15px;
  text-transform: capitalize;
  padding: 29px 22px;
  display: inline-block;
  padding-left: 0;
}

.header_menu li a:hover {
  color: var(--theme-color-second);
}

.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: #fff !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: 14px 12px;
}

ul.dropdown-menu.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 240px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

ul.dropdown-menu2.fade-up {
  border: none;
  background: #fff;
  padding: 0 0;
  min-width: inherit;
  width: 240px;
  border-radius: 0px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu2 {
  position: absolute;
  left: 240px;
  top: 0;
  opacity: 0;
  /* transition: 0.8s; */
}

.dropdown2:hover .dropdown-menu2 {
  opacity: 1 !important;
  transition: 0.8s;
}

.link-sm-2 i {
  top: -9px !important;
}

.link-sm-2 {
  position: relative;
}

.top_header {
  background: #f9f2ee;
  padding: 6px 0;
}

.top_header img {
  width: 16px;
}

.top_header a {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #000;
}

.search_bar form {
  display: flex;
  background: #e6d9d5;
  padding: 9px 10px;
}

.search_bar form input {
  width: 100%;
  outline: none;
  /* border: none; */
  border: 1px solid #ced4da;
  background: transparent;
  border: 0;
}

.search_bar form button {
  background: transparent;
  border: 0;
}

.search_bar {
  display: flex;
  align-items: center;
  gap: 14px;
}


.user_icon {
  display: flex;
  align-items: center;
  gap: 7px;
  width: 135px;
}

.navbar-expand-lg .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
  justify-content: space-between;
}

.add_to_cart {
  background: #663130;
  color: #fff;
  padding: 8px 10px;
  border-radius: 1px;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.add_to_cart img {
  width: 13px;
}

/* Banner Section */
.banner_section h1 span {
  display: block;
  margin-left: 84px;
}

.banner_section h1 {
  line-height: 78px;
}

.banner_section h3 span {
  font-family: var(--span-font);
  color: var(--theme-color-second);
  font-size: 48px;
  margin-left: 69px;
  margin-bottom: -18px;
  display: block;
}

.banner_section {
  padding: 145px 0px;
}

.banner_section .banner_heading {
  padding-left: 32px;
}

/* Home Section 1 */
.home_sec1 .heading p {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
}

.home_sec1 .content, .home_sec1 .content2, .home_sec1 .content3 {
  position: relative;
  height: 100%;
}

.home_sec1 .content .btom_content {
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.home_sec1 .content .btom_content h4, .home_sec1 .content2 .btom_content h4 {
  font-size: 36px;
  margin-bottom: 7px;
}

.home_sec1 .content .btom_content a, .home_sec1 .content2 .btom_content a {
  text-decoration: underline;
  color: #fff;
  text-transform: uppercase;
}

.home_sec1 .content2 .btom_content {
  position: absolute;
  bottom: 40px !important;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
}

.home_sec1 .img-fluid.img-2 {
  height: 372px;
  object-fit: cover;
}

.home_sec1 .img-fluid.img-1 {
  height: 650px;
  object-fit: cover;
}

.home_sec1 .content3 .btom_content {
  position: absolute;
  top: 40px;
  left: -400px;
  right: 0;
  color: #000;
  text-align: center;
}

.home_sec1 .content3 .btom_content h4 {
  font-size: 36px;
  margin-bottom: 7px;
}

.home_sec1 .content3 .btom_content a {
  text-decoration: underline;
  color: #000;
  text-transform: uppercase;
}

/* product_sec */
.product_sec2 .product_content p {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.7;
}

.product_sec2 .product_content img {
  margin-bottom: 12px;
}

.product_sec2 .product_content .price_tag {
  font-size: 18px !important;
  color: #e41954;
  margin-bottom: 17px !important;
}

.product_sec2 .product_content .img_box {
  position: relative;
}

.product_sec2 .product_content .product-cart a {
  background: var(--theme-color-third);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.product_sec2 .product_content .product-cart i {
  color: #fff;
  font-size: 15px;
}

.product_sec2 a.comon-btn2 {
  background: var(--theme-color-third);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 0;
  width: 13rem;
  text-align: center;
  letter-spacing: 1px;
}

.product_sec2 a.comon-btn2:hover {
  background: #121212;
  color: var(--theme-color-second);
}

.product_sec2 .product_content .price_tag del {
  font-size: 14px;
  color: #393939;
}

.product_sec2 .product_content .hover_items img {
  font-size: 28px !important;
  margin-bottom: 5px;
}

.product_sec2 .product_content .product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff6e;
  opacity: 0;
  transition: 0.8s;
}

.product_sec2 .product_content:hover {
  background: #dacdcd;
}



.product_sec2 .product_content:hover .product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff6e;
  opacity: 1;
  transition: 0.8s;
}

.product_sec2 .product_content {
  /* background: #ebe4e4; */
  padding: 14px 10px;
  transition: 0.8s;
  position: relative;
}

.product_sec2 .product_content .hover_items {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.product_sec2 .product_content:hover .hover_items {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

.product_sec2 .product_content .hd_info {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33px;
}

.product_sec2 .product_content:hover .hd_info {
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
}

.product_sec2 .left_content_img {
  position: relative;
}

.product_sec2 .left_content_img .top_content {
  position: absolute;
  top: 20px;
  left: 20px;
}

.product_sec2 .left_content_img .top_content h4 {
  color: var(--theme-color-third);
  margin-bottom: 8px;
}


.product_sec2 .left_content_img .top_content h3 {
  font-size: 52px;
  line-height: 49px;
}

.left_content_img p {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.7;
}

.left_content_img img {
  margin-bottom: 12px;
}

.left_content_img .price_tag {
  font-size: 18px !important;
  color: #e41954;
  margin-bottom: 17px !important;
}

.left_content_img .price_tag del {
  font-size: 14px;
  color: #393939;
}

.left_content_img .btom_content {
  position: absolute;
  bottom: 0;
}

/* Home Section 2 */
.home_sec2 h2 {
  line-height: 1;
  font-size: 58px;
}

.home_sec2 {
  padding: 195px 0;
}


/* product_sec 2 */
.product_sec .product_content p {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 1.7;
}

.product_content img {
  margin-bottom: 12px;
}

.product_content .price_tag {
  font-size: 18px !important;
  color: #e41954;
  margin-bottom: 17px !important;
}

.product_content .img_box {
  position: relative;
}

.product_content .product-cart a {
  background: var(--theme-color-third);
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.product_content .product-cart i {
  color: #fff;
  font-size: 15px;
}

a.comon-btn2 {
  background: var(--theme-color-third);
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 12px 0;
  border-radius: 0;
  width: 13rem;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

a.comon-btn2:hover {
  background: #121212;
  color: var(--theme-color-second);
}

.product_content .price_tag del {
  font-size: 14px;
  color: #393939;
}

.product_content .hover_items img {
  font-size: 28px !important;
  margin-bottom: 5px;
}

.product_content .product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff6e;
  opacity: 0;
  transition: 0.8s;
}

.product_content:hover {
  background: #dacdcd;
}



.product_content:hover .product-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #ffffff6e;
  opacity: 1;
  transition: 0.8s;
}

.product_content {
  /* background: #ebe4e4; */
  padding: 14px 10px;
  transition: 0.8s;
  position: relative;
}

.product_content .hover_items {
  opacity: 1;
  visibility: visible;
  transition: 0.8s;
}

.product_content:hover .hover_items {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
}

.product_content .hd_info {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 33px;
}

.product_content:hover .hd_info {
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
}

/* ****** */
.private-tour-section {
  background-color: #f8f9fa;
}

.tour-box {
  max-width: 100%;
  border-radius: 12px;
}

.private-tour-section {
  padding: 130px 0 !important;
}

/* Home SEction 5 */
.home_sec5 .btom_content ul li {
  display: flex;
  align-items: start;
  gap: 10px;
  margin-bottom: 11px;
  padding: 26px 25px;
  border-radius: 21px;
  box-shadow: #fe8a8b30 5px 5px 14px 0px;
}

.home_sec5 .btom_content ul li img {
  width: 15px !important;
}

.home_sec5 .btom_content ul li p {
  margin-bottom: 0;
}

.home_sec5 .btom_content ul li .content h5 {
  margin-bottom: 8px;
}

.home_sec6 ul li h6 {
  margin-bottom: 8px;
  font-size: 18px;
}

.home_sec6 ul li {
  margin-bottom: 29px;
  padding-right: 45px;
}

.home_sec6 ul li p {
  color: #dbdbdb;
}

/* ********** */

.stats-box {
  text-align: center;
}

.stats-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.stat-item {
  flex: 1;
  min-width: 180px;
}

.stat-item h3 {
  font-size: 44px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

.stat-item p {
  color: #555;
  margin-bottom: 0;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* CONTACT FORM SEC */

.contact_form_sec h2 span {
  font-family: var(--span-font);
  font-size: 40px;
  color: #663130;
  /* margin-left: 0; */
}

.contact_form_sec form {
  padding-left: 35px;
}

.contact_form_sec form input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 12px 0;
  outline: none;
  font-size: 15px;
  background: transparent;
  color: #000;
}

.contact_form_sec form input::placeholder {
  opacity: 1;
  color: #000;
}

.contact_form_sec form textarea::placeholder {
  opacity: 1;
  color: #000;
}

.contact_form_sec form textarea {
  width: 100%;
  border: none;
  font-size: 15px;
  outline: none;
  background: transparent;
  color: #000;
  border-bottom: 1px solid #000;
  padding: 12px 0;
}

.contact_form_sec form button {
  width: 100%;
  border: none;
  background: #000;
  color: #fff;
  display: inline-block;
  padding: 13px 6px;
  border-radius: 55px;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 500;
}

.contact_form_sec h2 {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 1.2;
}

.contact_form_sec .social_img {
  display: flex;
  align-items: center;
  gap: 9px;
}

.contact_form_sec .social_img img {
  width: 92px;
}

/* ***** */

/* BLOG SEC */

.blog_sec .left_content {

  position: relative;
}

.blog_sec .left_content .btom_content {
  position: absolute;
  bottom: 40px;
  padding: 0 40px;
}

.blog_sec .left_content h6 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 0;
}

.blog_sec .left_content p {
  margin-bottom: 0;
  color: #c8c8c8;
  line-height: 1.6;
}

.blog_sec .right_content .top_img img {
  width: 180px;
}

.blog_sec .right_content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.blog_sec .right_content p span {
  color: #00000091;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
}

.blog_sec .right_content p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #9c9c9c;
}

.blog_sec .right_content h6 {
  font-size: 19px;
  line-height: 25px !important;
  margin-bottom: 11px;
}


/* FOOTER SEC */


/* footer a.comon-btn {
    background: #2c6633;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    padding: 12px 6px;
    border-radius: 5px;
    width: 12.6rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
    border-color: #2c6633;
    border: 1px solid #fff;
} */

footer .ft_logo p {
  font-size: 15px;
  line-height: 1.7;
}

footer {
  padding: 80px 0 45px;
  color: #000;
}

footer .ft_logo img {
/*   width: 235px; */
	width: 100px;
  margin-bottom: 20px;
  margin-top: 0;
}

footer .ft_menu ul li a {
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}

footer .ft_menu ul li {
  margin-bottom: 13px;
}

footer .ft_menu h4 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
  color: var(--theme-color-third);
}

footer .ft_contact h4 {
  margin-bottom: 22px;
  font-size: 20px;
  font-weight: 400;
}

footer .ft_menu {
  display: flex;
  justify-content: space-around;
}

footer .ft_contact li a {
  color: #000;
}

footer .ft_contact .fa.fa-map-marker {
  font-size: 24px;
}

footer .ft_contact .fa.fa-phone {
  font-size: 20px;
}

footer .ft_contact i {
  font-size: 17px;
}

footer .ft_contact li a {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 16px;
}

footer .ft_contact li {
  margin-bottom: 12px;
}

footer .ft_contact h4 {
  margin-bottom: 22px;
}

footer .copy-right p {
  margin-bottom: 0;
  font-size: 16px;
}


/* 
footer .copy-right ul li a {
    font-size: 18px;
    background: transparent;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
} */

footer .copy-right ul li a img {
  width: 100px;
}

footer .copy-right ul {
  display: flex;
  gap: 30px;
  align-items: center;
}

footer .ft_logo p {
  padding-right: 15px;
}

footer .ft_menu .ft_contact2 ul li a {
  color: #000;
  text-transform: initial;
  font-size: 15px;
}

footer .ft_menu .ft_contact2 ul li {
  margin-bottom: 18px;
}

footer .copy-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #000;
  padding-top: 30px;
  margin-top: 45px;
}

footer .ft_eamil_content h5 {
  font-size: 34px;
  line-height: 1.4;
}

footer .ft_eamil_content h5 span {
  font-family: var(--span-font);
  color: var(--theme-color-third);
}

footer .top_ft_content {
  border-bottom: 1px solid #000;
  padding-bottom: 8px;
  margin-bottom: 55px;
}

footer .ft_eamil_content img {
  width: 30px;
}

footer .ft_eamil_content {
  display: flex;
  align-items: start;
  gap: 10px;
}

footer .ft_eamil_content .btom_content p {
  line-height: 1.6;
}

footer .ft_top_rigth_form form {
  width: 100%;
  background: #e0e0e1;
  border-radius: 4px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  padding-left: 22px;
}

footer .ft_top_rigth_form form input {
  width: 100%;
  background: transparent;
  border: none;
  color: #000;
  outline: none;
}

footer .ft_top_rigth_form form button {
  width: 32%;
  padding: 11px 0;
  border-radius: 3px;
  border: none;
  letter-spacing: 2px;
  background: var(--theme-color-third);
  color: #fff;
}

footer .ft_top_rigth_form {
  padding-left: 35px;
}

.copy-right a {
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 14px;
}

/* CONTACT US PAGE */

#inner_banner {
  text-align: center;
  padding: 45px 0;
  background: #663130;
  color: #fff;
}

#inner_banner h1 {
  font-size: 64px;
  font-weight: 500;
  line-height: 64px;
}

#inner_banner .breadcrumb {
  justify-content: center;
}

#inner_banner .breadcrumb a {
  color: #fff;
}

#inner_banner .breadcrumb-item.active {
  color: rgba(198, 198, 198, 0.75);
}

#inner_banner .breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: rgba(255, 255, 255, 0.75);
  content: var(--bs-breadcrumb-divider, "/");
}

/* CONTACT SEC */

.contact_sec1 .contact-form {
  padding: 40px 25px;
  border: 1px solid rgba(69, 69, 70, 0.1);
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_sec1 .contact-form form input {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.contact_sec1 .contact-form form textarea {
  width: 100%;
  outline: none;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #1c1c1c3b;
}

.contact_sec1 .contact-form form button {
  color: #ffffff;
  background-color: #663130;
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #663130;
  padding: 15px 20px;
  border-radius: 8px;
  font-weight: 600;
  transition: 0.5s;
}

.contact_sec1 .contact-form form button:hover {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  transition: 0.5s;
}

.contact_sec1 .contact-info .contact-info1 .contact-details {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 18px;
}

.contact_sec1 .contact-info .contact-info1 .contact-details a {
  color: #000;
  font-size: 21px;
}

.contact_sec1 .contact-info .contact-info1 .contact-details i {
  font-size: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #be2964;
  min-width: 55px;
  height: 55px;
  color: #be2964;
}

.contact_sec1 .contact-info .contact-details {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid rgba(76, 76, 76, 0.11);
  position: relative;
  flex-direction: column;
  text-align: center;
  height: 100%;
  padding: 35px 15px;
  gap: 15px;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.contact_sec1 .contact-info .contact-details a {
  color: #000000db;
  font-weight: 400;
}

.contact_sec1 .contact-info .contact-details i {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #663130;
  height: 60px;
  min-width: 60px;
  border-radius: 50%;
  color: #fff;
  font-size: 29px;
  background: #663130;
}

.contact_sec1 .contact-info .contact-details .fa.fa-envelope {
  font-size: 23px !important;
}

.contact_sec1 .contact-info .contact-details .fa.fa-phone {
  font-size: 25px !important;
}


/* MAP SEC */

.map-sec {
  line-height: 0;
}

.map-sec iframe {
  border-radius: 10px;
}

/* BLOG */

.blog-sec1 .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%;
}

.blog-sec1 .blog-contain .img-top {
  padding-bottom: 15px;
}

.blog-sec1 .blog-contain .img-top img {
  border-radius: 5px;
}

.blog-sec1 .blog-contain .blog-content .heading h3 {
  color: #000;
}

.blog-sec1 .blog-contain .blog-content .heading p strong {
  color: #00000059;
}

.blog-sec1 .blog-contain .blog-content .heading p {
  color: #000000ab;
}

.blog-sec1 .blog-contain .blog-content .heading .blog-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.baby-care-sec .product-description a {
  color: #ba083c;
  /* text-decoration: underline; */
}

.about-section {
  background-color: #fff8f5;
  padding: 60px 20px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
}

.about-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.about-section h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  color: #b84060;
}

.about-section p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.about-boxes {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 30px;
}

.about-box {
  background-color: #fff;
  border-radius: 8px;
  padding: 25px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  flex: 1 1 45%;
}

.about-box img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 15px;
  height: 200px;
  object-fit: cover;
}

.about-box h3 {
  font-size: 22px;
  color: #b84040;
  margin-bottom: 15px;
}

.about-box ul {
  padding-left: 20px;
  list-style: disc;
}

.about-box ul li {
  margin-bottom: 10px;
  font-size: 15px;
}

/* inner blog */


.inner-blog-left-sec {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 15px 19px 35px;
  border-radius: 8px;
}

.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;
  flex-wrap: wrap;
}

.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: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  border: rgba(149, 157, 165, 0.2);
  padding: 35px 21px;
  border-radius: 8px;
}

.inner-blog-right-sec .blog-search form {
  position: relative;
  border: 1px solid #1c1c1c3b;
  border-radius: 5px;
  padding: 11px 13px;
  display: flex;
  align-items: center;
  justify-content:space-between;
  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;
}

.inner-blog-right-sec .popular-sec .popular-cards1 .heading {
  width: 100%;
}

.inner-blog-comment h4 {
  margin-bottom: -30px !important;
}

.brand-grid .brand-card {
  position: relative;
  background: transparent;
  transition: 0.8s;
}

.brand-grid .brand-card .comon-btn2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.8s;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.brand-grid .brand-card:hover {
  transition: 0.8s;
}

.brand-grid .brand-card:hover .comon-btn2 {
  transition: 0.8s;
  opacity: 1;
}

/* ********* */


.product-listing .columns {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}

.product-listing ul {
  flex: 1 1 400px;
  list-style-type: disc;
  padding-left: 20px;
}

.product-listing li {
  margin-bottom: 10px;
}

/* PRODUCT SEC */

.deals_page .feature {
  display: flex;
  align-items: center;
  gap: 18px;
  justify-content: end;
}

.deals_page .feature p strong {
  color: #515151;
  font-weight: 400;
}

.deals_page select {
  display: flex;
  align-items: center;
  border: 1px solid #bbb;
  border-radius: 0px;
  overflow: hidden;
  padding: 11px 16px;
  background: transparent;
  color: #5e5e5e;
  border-radius: 5px;
  width: 50%;
}


.deals_page .accordion-button {
  font-size: 17px;
  letter-spacing: 0;
  color: #fff;
  font-weight: 400;
  background: #cc6c05;
  /* font-family: 'Poppins', sans-serif; */
}

/* .deals_page .accordion-button:not(.collapsed)::after {
  background-image: url("../image/upload.png");
  transform: rotate(-0deg);
} */

.deals_page #collapseOne {
  background: #fff0 !important;
  color: #313131;
}

.deals_page #collapseThree {
  background: #fff0 !important;
  color: #404040;
}

/* .deals_page .accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("../image/upload.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
  transform: rotate(180deg);
} */

.deals_page .page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #cc6c05;
  border-color: #cc6c05;
}

.deals_page .accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: none;
  background: #cc6c05;
  color: #ffff;
}

.add-to-btn {
  background: #cc6c05;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  padding: 12px 0px;
  border-radius: 5px;
  font-weight: 400;
  width: 13rem;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
}

.add-to-btn:hover {
  background: #121212;
  color: #fff;
}


.deals_page .btom_text a.comon-btn:hover {
  background: #121212;
  color: #fff;
}

.deals_page .product_name {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 11px;
}

/* inner-product page css */

.product-details img {
  border: 1px solid #ddd;
  width: 100%;
  height: auto;
}



.product-details .rating {
  display: flex;
  gap: 5px;
  align-items: center;
  color: #ffa855;
}

.product-details .rating a, .product-details .price span {
  color: #666;
  text-decoration: underline;
}

.product-details .stack {
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  color: #008000;
}

.product-details .list-item {

  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
}

.product-details .list-item li a {
  color: #000;
  display: inline-block;
  padding: 10px 25px;
  background-color: #fddec1;
  border-radius: 600px;
}

.product-details .hd_info {
  color: #000;
  gap: 10px;
}

.product-details .counter {
  width: 143px;
  display: flex;
  gap: 2px;
  padding: 8px 15px;
  border: 1px solid #666;
  border-radius: 60px;
  align-items: center;
}

.product-details .counter input {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  text-align: center;
}

.product-details .counter span {
  font-size: 22px;
  cursor: pointer;
  display: block;
}

.product-details button.comon-btn {
  background: var(--theme-color-second);
  color: #fff;
  display: inline-block;
  font-size: 15px;
  padding: 12px 0;
  border-radius: 0;
  width: 210px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  border: none;
}


.product-details button.wishlist {
  border: none;
  background: transparent;
  font-size: 22px;
}

.product-details .faq_sec .accordion-button:not(.collapsed) {
  color: #000000;
  background-color: transparent;
  box-shadow: none !important;
  border-bottom: 1px solid #000;
  border-radius: 0;
}

.product-details .faq_sec .accordion-button {
  border-radius: 0 !important;
}

.product-details .faq_sec .accordion-header {
  border-radius: 0;
  line-height: normal;
}

.sugar-info-section ul {
  list-style: disc;
  padding-left: 1.5rem;
}

.sugar-image img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.sugar-image .caption {
  font-size: 0.9rem;
  color: #555;
  margin-top: 0.5rem;
}


.ft_top_rigth_form input[type="submit"] {
    width: 250px;
    text-transform: uppercase;
    padding: 11px 0;
    border-radius: 3px;
    border: none;
    letter-spacing: 2px;
    background: var(--theme-color-third);
    color: #fff;
}

.ft_top_rigth_form input#esfpx_email_0fe74ada6116e {
    width: calc(100% - 120px);
    padding: 11px;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.es-form-field-container {
    width: 100%;
}
.gjs-row:last-child {
    display: none !important;
}
/* ----------------blog ----------------- */

.blog_sec .left_content {
    position: relative;
    background: #000;
    border-radius: 22px;
}
.blog_sec .left_content img {
    opacity: 0.7;
}



.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;
}


#respond {
/*     max-width: 600px; */
    margin: 0 auto;
}
#respond #reply-title small a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#respond h2 {
    font-size: 24px;
    margin: 24px 0 16px 0;
    font-weight: 500;
}
#respond form {
    display: block;
    margin-top: 0em;
border: none;
}
#respond form p{
color: #6d6d6d;
 margin: 0;
    line-height: 26px;
    margin-bottom: 21px;
    font-size: 16px;
}
#respond .comment-form-comment,
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url {
    margin-bottom: 20px;
}

#respond label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

#respond textarea,
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#respond .comment-form-cookies-consent {
    margin-top: 20px;
}

#respond .form-submit {
    margin-top: 20px;
}

#respond .submit {
    background-color: #663130;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#respond .submit:hover {
    background: #000000;
    color: #fff;
    transition: all 0.8s;
}#respond .comment-form-cookies-consent input {
    width: 18px;
    height: 12px;
}
#respond .comment-form-cookies-consent input,
#respond .comment-form-cookies-consent label {
  display: inline;
}
#respond p.logged-in-as a{
color: #0f3ca1 !important;
text-decoration: underline;
display: inline-block !important;
}
#comments .comment-author a{
color: #000 !important;
}
#comments .comment-metadata a{
color: #000 !important;
}
#comments .comment-metadata a.comment-edit-link{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
#comments span.comment-reply a{
color: white !important;
background-color: #000 !important;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
margin-right: 10px !important;
}


.center {
  display: flex;
justify-content: center;
margin-top: 40px;
}

a.page-numbers {
    color: #000000;
    padding: 10px 10px;
    text-decoration: none;
    transition: background-color 0.5s;
    border: 1px solid #ddd;
border-radius: 5px;
    margin: 0px 5px;
    padding: 10px 15px;
   font-size: 18px;
}

a.page-numbers:hover {
    background-color: #d6d4d4;
}

span.page-numbers.current {
    background-color: #663130;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    margin: 0px 5px;
    font-size: 18px;
        z-index: 3;
border-radius: 5px;
}



/* -----------------woocommerce ------------------- */
select.orderby {
    width: 220px;

}
a.button.product_type_simple {
    background: var(--theme-color-third) !important;
    color: #fff  !important;
    display: inline-block !important;
    font-size: 14px !important;
    padding: 12px 0 !important;
    border-radius: 0;
    width: 13rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
	font-weight:normal !important;
}
a.button.product_type_simple:hover{
	background: #121212;
    color: var(--theme-color-second);
}

.star-rating {
    margin: 0 auto 10px !important;
/*     color: #fe8a02; */
}
.product-cart span.yith-wcwl-add-to-wishlist-button__label {
    display: none;
}
.product-cart path {
    color: #fff;
}
/* ---------wishlist ------------------ */
.yith-add-to-wishlist-button-block.yith-add-to-wishlist-button-block--initialized {
    display: block;
    margin: 0;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    width: 100%;
    border: none;
    background: #000;
    color: #fff;
    display: inline-block;
    padding: 13px 6px;
    border-radius: 55px;
    text-align: center;
    letter-spacing: 3px;
    font-weight: 500;
}
.contact_form_sec form textarea{
	height:100px;
}


input.wpcf7-form-control.wpcf7-submit.has-spinner {
    color: #ffffff;
    background-color: #663130;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    border: 1px solid #663130;
    padding: 15px 20px;
    border-radius: 8px;
    font-weight: 600;
    transition: 0.5s;
}
form p {
    margin: 0;
}
.product_meta {
    margin: 15px 0;
}

/* of extra duplicate icon */
.product-cart .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: none;
}


.navbar li .dropdown-menu .dropdown-menu {
    position: absolute;
    right: -200px;
	top: 4px;
    visibility: hidden;
    opacity: 0;
}
.navbar li#menu-item-156:hover .dropdown-menu {
    position: absolute;
    right: -200px;
    visibility: visible;
    opacity: 1;
}