/* https://honeyveda.in/ */
/* @import url(fonts/font.css); */
@import url('https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');

@import url(fonts/simple-line-icons.css);


@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
    url('../fonts/Satoshi-Variable.woff') format('woff'),
    url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}


/**
* This is a variable font
* You can controll variable axes as shown below:
* font-variation-settings: 'wght' 900.0;
*
* available axes:

* 'wght' (range from 300.0 to 900.0)

*/

@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
    url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
    url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
    url('../fonts/Satoshi-Light.woff') format('woff'),
    url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
    url('../fonts/Satoshi-LightItalic.woff') format('woff'),
    url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}





@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
    url('../fonts/Satoshi-Italic.woff') format('woff'),
    url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/Satoshi-Medium.woff') format('woff'),
    url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
    url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
    url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
    url('../fonts/Satoshi-Bold.woff') format('woff'),
    url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
    url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
    url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}


@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
    url('../fonts/Satoshi-Black.woff') format('woff'),
    url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}


@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
    url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
    url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}


html {
  font-family: 'Satoshi-Regular', sans-serif !important;
}

body {
  font-family: 'Satoshi-Regular', sans-serif !important;
  font-size: 17px;
  color: #000;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: 'Satoshi-Regular', sans-serif !important;
}

body::-webkit-scrollbar {
  width: 10px;
}


button:focus:not(:focus-visible) {
  outline: 0;
  box-shadow: none;
}

input:focus {
  outline: none;
}

input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background-color: rgb(255, 204, 36);
  color: #fff;
  border-radius: 100px;
  padding: 12px 25px;
  line-height: normal;
  font-style: normal;
  transition: 0.5s all;
  border: 0;
  background-image: none;
}

input[type=submit]:hover {
  background-color: #fc9825;
}

a {
  transition: 0.5s all;
  color: #f89633;
}

img {
  max-width: 100%;
}


body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #ffcc00;
  outline: 1px solid slategrey;
  border-radius: 5px;
}

::selection {
  background-color: #ffcc24 !important;
  color: #fff;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
  color: #cecece;
  border: 2px solid #cecece;
  width: 30px;
  text-align: center;
  line-height: 30px;
  height: 30px;
  font-weight: bold;
  transition: 0.8s;
}

.back-to-top:hover {
  background: #ffcc24;
  color: #fff;
  border: 2px solid #ffcc24;
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}

.logo {
  max-width: 135px !important;
}

@-webkit-keyframes header-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes header-animation {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0%, -50%, 0);
    transform: translate3d(0%, -50%, 0);
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/*** Navbar ***/
.header {
  position: absolute;
  z-index: 9;
  width: 100%;
}

.header.shrunk {
  position: fixed;
  padding: 10px 0px;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: header-animation;
  animation-name: header-animation;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  z-index: 99;
  width: 100%;
  top: 0;
  min-height: unset;
  background: #ffffff;
  -webkit-box-shadow: 0px 4px 7px -4px rgb(0 0 0 / 15%);
  box-shadow: 0px 4px 7px -4px rgb(0 0 0 / 15%);
  box-shadow: 0px 4px 7px -4px rgb(0 0 0 / 15%);
}

.header .logo_sticky {
  display: none;
}

.header.shrunk .logo_sticky {
  display: block;
  height: 80px;
  position: absolute;
  top: 0;
}

.header.shrunk .logo {
  display: none;
}

.cart-icon {
  margin-top: 0px;
}

.cartbox {
  position: absolute;
  right: 2px;
  top: 2px;
  background: #ffcc24;
  border-radius: 100px;
  width: 20px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  font-size: 11px;
  box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 15%);
}

.cart-icon ul {
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 0;
}

.cart-icon ul li {
  padding: 0 2px;
}

.cart-icon ul li a {
  border-radius: 100px;
  padding: 10px 15px;
  color: #000;
  font-size: 18px;
  position: relative;
}

.cart-icon ul li a:hover,
.cart-icon ul li a.active {
  background-color: #ffcc24;
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

.navbar {
  padding: 2px 0;
}


.navbar-nav {
  margin-top: 0px;


}

.nav-item {
  margin: 0px 2px;
}

.navbar .navbar-nav .nav-link {
  padding: 8px 18px;
  color: #000;
  outline: none;
  border-radius: 100px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  background-color: #ffcc24;
}

.product_listing .site-content,
.product_details .site-content {
  float: none;
  /* background: #EBA141;
  float: left;
  width: 100%; */
}

.product_listing .ul.products li.product .price {
  color: #ffffff;
  font-size: 1.25em;
  font-weight: 600;
}

.product_listing .product .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.related a.xoo-qv-button {
  display: none
}

.single-product.woocommerce ul.products li.product .price {
  display: none
}

.supported_box .bg_w_box {
  width: 230px;
  height: 82px;
}
.contact_page_ctn {
    padding: 100px 0;
}
.contact_details ul {
    padding-left: 0;
    margin-bottom: 25px;
}
.contact_details ul li span{
    font-weight:bold;
}
.social_details ul {
    padding-left: 0;
    display: flex;
    column-gap: 15px;
}
.social_details ul li:nth-child(1) a {
    background: #1414cf;
    padding: 10px 12px;
    border-radius: 50%;
}
.social_details ul li:nth-child(2) a {
    background: #28c2e1;
    padding: 10px 12px;
    border-radius: 50%;
}
.social_details ul li:nth-child(3) a {
    background: #cf1450;
    padding: 10px 12px;
    border-radius: 50%;
}
.social_details ul li  a i{
    color:#fff;
}
.contact_page_ctn h2{margin-bottom:30px;}
#sbw_wc-adding-button {background: transparent !important;
    color: #3b7080 !important;
    border: 1px solid #3b7080 !important;}
@media (max-width: 991.98px) {
  .navbar .navbar-nav .nav-link {
    margin-right: 0;
    padding: 10px 0;
  }

  .navbar .navbar-nav {
    border-top: 1px solid #EEEEEE;
  }
}

@media (min-width: 992px) {
  .navbar .nav-item .dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
  }

  .navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

.header-carousel {
  background-color: #fc0;
}

.header-carousel .owl-carousel-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}


.header-carousel .owl-dots {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 130px;
  right: 40px;
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-carousel .owl-nav {
  opacity: 0;
  transition: 0.8s all;
}

.header-carousel:hover .owl-nav {
  opacity: 1;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: rgba(0, 0, 0, 0.2);
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0;
  padding: 0 20px;

}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  padding: 3px;
  border-radius: 100px;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
}

.header-carousel .owl-nav .owl-prev:before,
.header-carousel .owl-nav .owl-next:before {
  font-family: 'simple-line-icons';
  font-size: 20px;
}

.header-carousel .owl-nav .owl-prev:before {
  content: "\e605";
}

.header-carousel .owl-nav .owl-next:before {
  content: "\e606";
}

.header-carousel .owl-dots .owl-dot {
  position: relative;
  width: 15px;
  height: 15px;
  margin: 5px 2px;
  background: #fff;
  transition: .5s;
  border-radius: 100px;

}

.header-carousel .owl-dots .owl-dot.active {
  width: 21px;
  height: 21px;
  box-shadow: 0px 2px 5px 1px rgb(0 0 0 / 20%);
}

.owl-carousel .owl-item .slider_text img {
  width: auto;
}

.owl-carousel .owl-item .slider_text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #000;
}

.slider_text .btn {
  max-width: auto;
  white-space: nowrap;
  font-size: 14px;
  line-height: 12px;
  text-align: left;
  letter-spacing: 1px;
}

.slider_text .btn:hover {
  background-color: rgb(0, 0, 0) !important;
  border-color: rgb(0, 0, 0);
  color: #ffffff;
}

.slider_text .btn i {
  opacity: 0;
  margin-left: 0px;
  transition: 0.5s;
}

.slider_text .btn:hover i {
  opacity: 1;
  margin-left: 15px;
}

.btn {
  border: 0;
  border-radius: 100px;
  outline: none;
  text-transform: uppercase;
  color: #ffffff;
}

.container {
  width: 90% !important;
  max-width: 90% !important;

}

section {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #fff;
  min-height: 140px;
}

.pure_raw_natural {
  padding: 60px 30px 70px 30px;
  background-position-x: 0%;
  -webkit-background-size: cover;
  background-size: cover;
  background-position-y: 20%;
  background: linear-gradient(180deg, #FFCC00 0%, rgba(255, 251, 234, 0.22) 100%);
}

.pure_raw_natural_bg {
  background-color: #6b2a17;
  padding: 0px 20px;
  border-radius: 15px;
  padding-bottom: 0px;
  margin-top: 80px;
}

.pure_raw_natural_bg2 {
  background-color: #904d34;
  padding: 40px;
  border-radius: 15px;
  position: relative;
  bottom: -20px;

}

.pure_raw_natural_list {
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding-bottom: 20px;
}

.pure_raw_natural_list:nth-child(even) {
  border-right: 0px solid #000;
  padding-left: 40px;
}

.pure_raw_natural_list img {
  height: auto;
  width: 40px;
}

.pure_raw_natural_list span {
  color: #fff;
  font-size: 20px;
  padding-left: 30px;
}

.pure_raw_box_left,
.pure_raw_box_right {
  width: 46%;
  float: left;
  margin: 0 2% 0 2%;
}

.pure_raw_box_left {
  margin-top: -58px;
}

.pure_raw_box_right {
  margin-top: -20px;
}

.pure_raw_box_bg {
  background: #FFFBEA;
  border: 1px solid rgba(146, 77, 52, 0.1);
  box-shadow: 0px 0px 15px 10px rgba(146, 77, 52, 0.05);
  border-radius: 5px;
  padding: 20px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;


}

.pure_raw_bg_img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 300px;
  z-index: 0;
  width: 300px;
}

.icon_img {
  width: 60px;
  height: 60px;
  border-radius: 100px;
  background: #CCA300;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 54px;
}

.icon_img img {
  width: 30px;
}

.icon_text span {
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;


  color: #924D34;
}

.pure_raw_natural_text * {
  color: #8C3C1F;

}

.pure_raw_natural_text h2 {
  font-size: 17px;
  font-weight: 700;
}

.pure_raw_natural_text p {
  font-size: 16px;
  color: #8C3C1F;
  line-height: 27px;
  font-weight: 500;
}

.pure_raw_natural_text li {
  font-size: 16px;
  color: #8C3C1F;
  line-height: 27px;
  font-weight: 500;
  padding-bottom: 10px;
  list-style: disc;
}

.cart-sidebar-area .modal-footer a.button {
  background: #eba141;
  padding: 5px 0;
  color: #ffffff !important;
  text-transform: uppercase;
}

p.stock.in-stock {
  display: none;
}

p.beehive_sub_title {
  padding-top: 24px;
}


strong {
  font-weight: 700;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #3f3f3f;
  font-weight: 700;
}

p {
  line-height: 1.8;
  font-weight: 300;
}

.text_pantone {
  color: #f68012 !important;
}

.text_black {
  color: #000 !important;
}

.sh-image {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -190px;
  z-index: 1;
}

.pure_honey_delieveredl_text {
  padding: 200px 0 100px 0;
}

.pure_honey_delieveredl_text h2 {
  font-size: 30px;
  margin-top: 20px;
}

.pure_honey_delieveredl_text p {
  font-size: 17px;
  color: #000000;
  margin-bottom: 20px;

}

.pure_honey_delieveredl_text ul li {
  color: #000000;

}

.you_must_section {
  background-color: #261411;
  margin-top: 100px;
  padding-bottom: 30px;
}

.layer_divider_img {
  margin-top: -86px;
}

.layer_divider_text {
  color: #ffffff;
}

.layer_divider_text h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #ffffff;
}

.beehive_to_bottle_section {
  padding: 0 0 80px;
}

.btn-yellow {
  background-color: rgb(255, 204, 36);
  letter-spacing: 1px;
  color: #000000;
  text-transform: capitalize;
}

.beehive_to_bottle_section p {
  color: #000;
}

.beehive_to_bottle_section strong {
  color: #000;
}

.didyouknow_section {
  margin-top: -30px;
  background-color: transparent;
}

.didyouknow_text {
  color: #3f3f3f;
  margin-top: -200px;
}

.didyouknow_text h2 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #3f3f3f;
}



.didyouknow_text .btn {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.whats_so_special_section {
  background-color: #ffcc00;
  padding: 50px 0px;
  margin-top: 30px;
}

.whats_so_special_section h2 {
  color: #000000;
  font-weight: 400;
  font-size: 24px;
  position: relative;
  padding: 40px 0 40px 40px;

}

.whats_so_special_section h2:before {
  content: "";
  height: 100%;
  background: #fff;
  width: 2px;
  position: absolute;
  top: 0;
  left: 0;
}

.top_footer {
  padding: 100px 0;
  background-color: #eba141;
}

.contact_add {
  margin-bottom: 20px;
}

.contact_add h6 {
  color: #e8cba0;
  font-size: 15px;
}

.contact_add ul {
  padding-left: 0px;
  list-style: none;
}

.contact_add ul li {
  padding: 5px 0;
}

.contact_add ul li a {
  color: #fff;
  font-size: 15px;

}

.contact_add p {
  color: #fff;
  font-size: 15px;
}

.buttom_footer {
  padding: 15px 0;
  background-color: #191922;
}


.footer span {
  font-size: 15px;
  color: #fff;
}


.copyrights_social {
  /* text-align: right; */
}

.copyrights_social a {
  padding: 0 20px;
  color: #000;
  transition: 0.5s all;
}

.copyrights_social a:hover {
  color: #fc9825;
}

.social_icon_mobail {
  display: none;
}

.dest {
  display: block;
}

.resp {
  display: none;
}

.banner img {
  width: 100%;
  min-height: 220px;
  object-fit: cover;

}


.about_section {
  padding: 100px 0px;
}

.about_text {
  text-align: center;
}

.about_text h1 {
  color: #fa9128;
}

.about_text h2 {
  color: #fa9128;
}

.about_text strong {
  color: #fa9128;
}

.bg_gradiant {
  background-image: -webkit-linear-gradient(309deg, rgb(247, 128, 69) 0%, rgb(249, 199, 21) 71%, rgb(249, 199, 21) 100%);
  background-image: -o-linear-gradient(309deg, rgb(247, 128, 69) 0%, rgb(249, 199, 21) 71%, rgb(249, 199, 21) 100%);
  background-image: linear-gradient(141deg, rgb(247, 128, 69) 0%, rgb(249, 199, 21) 71%, rgb(249, 199, 21) 100%);
  padding: 50px 0;
}

.absolute_purity_with_sec h2 {
  font-size: 48px;
  color: #ffffff;
  font-weight: 400;
}

.our_story_section {
  padding: 100px 0;
  background-color: #f89633;
}

.our_story_box {
  padding: 60px 0;
  background-color: #ffffff;
  border-radius: 30px;
}

.ourstory-carousel .owl-dots {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

.ourstory-carousel .owl-dots .owl-dot {
  position: relative;
  width: 100%;
  text-align: center;
}

.ourstory-carousel .owl-dots .owl-dot button {
  border: 0px;
}

.ourstory-carousel .owl-dots .owl-dot::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  border-radius: 100px;
  left: 50%;
  top: -25px;
  z-index: 1;
}

.ourstory-carousel .owl-dots .owl-dot.active::before {
  background: #f78342;
}

.ourstory-carousel .owl-stage-outer {
  padding-top: 80px;
}

.ourstory-carousel .owl-dots .owl-dot::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #e3e3e3;
  position: absolute;
  left: 50%;
  top: -20px;
}

.ourstory-carousel .owl-dots .owl-dot:last-child::after {
  display: none;
}

.ourstory-carousel .owl-nav {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: end;
  width: 100%;
  font-size: 0;
  padding: 0 20px;

}

.ourstory-carousel .owl-nav .owl-prev,
.ourstory-carousel .owl-nav .owl-next {
  padding: 3px;
  border-radius: 100px;
  color: #000;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
}

.ourstory-carousel .owl-nav .owl-prev:before,
.ourstory-carousel .owl-nav .owl-next:before {
  font-family: 'simple-line-icons';
  font-size: 20px;
}

.ourstory-carousel .owl-nav .owl-prev:before {
  content: "\e605";
}

.ourstory-carousel .owl-nav .owl-next:before {
  content: "\e606";
}

.ourstory_slider_text h2 {
  font-size: 38px;
  letter-spacing: 0px;
  color: #f89633;
  font-weight: normal;
}

.ourstory_slider_text p {}

.our_story_title h3 {
  font-size: 24px;
  font-weight: normal;
}

.our_story_title h2 {
  font-size: 38px;
  letter-spacing: 0px;
  color: #f89633;
  font-weight: normal;
}

.our_process_text {
  text-align: center;
}

.our_process_text h1 {
  color: #191923;
  text-transform: uppercase;

}



.our_process_text p {
  font-weight: 700;
  color: #191923;
}

.our_process_text p strong {
  color: #eba141;
}

.our_process_img img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
}

.our_process_step_text h2 {
  color: #191923;
  font-size: 30px;
}

.our_process_step_text p {
  font-weight: 500;
}

.our_process_step_text p strong {
  color: #ffffff;
}

.our_process_section {
  padding: 100px 0;
  /* background-color: #eba141; */
}

.our_process_section2 {
  padding: 50px 0 0;
}

.our_process_section2 .our_process_text {
  margin-bottom: 40px;
}

.our_process_section2 .tinv-wishlist {
  display: none;
}

.rate {
  float: left;
  height: 46px;
  padding: 0 0px;
  width: 100%;
}

.rate i {
  float: left;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc;
  font-style: normal;
}

.rate i:before {
  content: '★ ';
}

.rate i.fill {
  color: #ffc700;
}

.our_process_section2 .star-rating {
  display: none !important;
}

.our_process_section2 .price {
  display: none !important;
}

.our_process_section2 .single_product_review_text {
  display: none !important;
}

a.reset_variations {
  display: none !important;
}

.woocommerce .star-rating::before {
  content: "" !important;
  position: relative !important;
}

.our_process_section2 .product_type_variable {
  display: none !important;
}

.testimonial-carousel .testimonial-item p {
  min-height: 220px;
}

.single_product_rating {
  display: inline-block;
  background: #31a501;
  color: #fff;
  padding: 0 5px;
  border-radius: 5px;
  margin-right: 15px;
}

.single_product_review_text {
  padding-top: 10px;
}

.single_product_review_title {
  display: inline-block;
}

.variations .label {
  display: none !important;
}

.woocommerce-price-suffix {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  font-weight: 500;

}

.woocommerce-product-details__short-description * {
  font-weight: 500;
}

.product_details .product_category span {
  background: #F1F1F1;
  font-weight: bold;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 2px 10px;
  display: inline-block;
}

.single_product_title_text {
  display: inline-block;
}

.single_product_addwishlist {
  display: inline-block;
}

.our_process_title h3 {
  font-size: 24px;
  font-weight: normal;
}

.our_process_title h2 {
  font-size: 48px;
  letter-spacing: -2px;
  color: #fa9128;
  font-weight: normal;
}

.yummy_promise_section {
  padding: 100px 0;
}

.yummy_promise_img img {
  border-radius: 30px;
  height: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0px 0px 79px -8px rgba(255, 204, 36, 0.37);
  -moz-box-shadow: 0px 0px 79px -8px rgba(255, 204, 36, 0.37);
  box-shadow: 0px 0px 79px -8px rgba(255, 204, 36, 0.37);
}

.yummy_promise_text h2 {
  font-size: 40px;
  color: #fa9128;
}

.yummy_promise_text h3 {
  font-size: 18px;
  color: #fa9128;
  text-transform: uppercase;
  position: relative;
}

.yummy_promise_text h3::before {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: -15px;
  display: block;
  background: #fa9128;
  border-radius: 100px;
  top: 4px;
}

.yummy_promise_text p {
  font-weight: 500;
}

.yummy_promise_text p strong {
  color: #fa9128;
}

.trending_section {
  padding: 100px 0;
}

.trending_text {
  text-align: center;
}

.trending_text h2 {
  font-weight: 800;
  font-size: 36px;
}

.product {
  border-radius: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;

}

.product:hover {
  -webkit-box-shadow: 0 0 50px 0 rgba(25, 25, 35, 0.2);
  -moz-box-shadow: 0 0 50px 0 rgba(25, 25, 35, 0.2);
  box-shadow: 0 0 50px 0 rgba(25, 25, 35, 0.2);
}

.addtocart_btn {
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  border: 0;
  background: #eba141;
  padding: 5px 0;
  color: #ffffff !important;
  text-transform: uppercase;
}

.product:hover .addtocart_btn {
  opacity: 1;
}

.image-box {
  width: 100%;
}

.images {
  height: 280px;
  object-fit: cover;
  padding: 10px;
  width: 100%;
}


.text-box {
  text-align: center;
  /* padding: 15px 10px; */
}

.text-box h2 {
  font-size: 20px;
  padding-top: 15px;
}

.text-box p {
  line-height: normal;
}

.text-box h3 {
  color: #eba141;
  font-weight: 600;
  font-size: 18px;
}

.product a h3 {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 18px;
}

.product a {
  text-align: center;
  color: #3f3f3f;
}

.product a .product_dis_price {
  color: #eba141;
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
  margin-bottom: 20px;
}

.product a h2 {
  font-size: 20px !important;
  padding-top: 0 !important;
  color: #3f3f3f;
  font-weight: 700;
}

.product a p {
  line-height: normal;
  color: #3f3f3f;
}

.product a h2,
.product a p,
.product a ul {
  padding: 0px 10px;

}

.product a.button {
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 5px 0;
  color: #eba141;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
}

.product:hover a.button {
  opacity: 1;
}



.why_bg {
  position: absolute;
  right: 0;
}

.bg_top {
  top: 0;
}

.bg_bottom {
  bottom: 0;
}

.Nature_text strong {
  color: #f98d29;
}

.sendmehoney_img {
  text-align: center;
  min-height: 300px;
  padding: 40px 0;

}

.sendmehoney_img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.sendmehoney_img .sendmehoney-hover {
  opacity: 0;
}

.sendmehoney_img:hover .sendmehoney-hover {
  opacity: 1;
  transition: 0.5s all;
}

.subscribe_text h2 {
  color: #ffffff;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 400;
}

.subscribe_text input::placeholder {
  color: #ffffff;

}

.subscribe_text input {
  background-color: rgba(255, 255, 255, 0.2);
  margin-bottom: 0px;
  border-style: none;
  color: #ffffff;
  border-radius: 2px;
  padding: 0 20px;
  line-height: 48px;
  font-style: italic;
  font-size: 16px;
  width: 100%;
}

.subscribe_text input:hover {
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.5);
}

.subscribe_text input:focus {
  background-color: #ffffff;
  color: #303030;
  outline: none;
}

.subscribe_text input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background-color: rgb(255, 204, 36);
  color: #fff;
  border-radius: 100px;
  padding: 12px 16px;
  line-height: normal;
  font-style: normal;
  transition: 0.5s all;
  width: auto;
  margin-top: 10px;
}

.subscribe_text input[type=submit]:hover {
  background-color: #ffffff;
  color: #000;
}



.subscribe_text input::placeholder,
.subscribe_text textarea::placeholder {
  color: #ffffff;

}

.contact_us_form {}

.contact_us_form input::placeholder,
.contact_us_form textarea::placeholder {
  color: #f68012;
}

.contact_us_form input,
.contact_us_form textarea {

  margin-bottom: 0px;
  border-radius: 4px;
  padding: 0 20px;
  line-height: 48px;
  font-style: italic;
  font-size: 16px;
  width: 100%;
  border: 2px solid #ffcc00;
  color: #f68012;
}

.contact_us_form input:hover,
.contact_us_form textarea:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.contact_us_form input:focus,
.contact_us_form textarea:focus {
  background-color: #ffffff;
  color: #303030;
  outline: none;
}

.contact_us_form input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 4px;
  background-color: rgb(255, 204, 36);
  color: #fff;
  border-radius: 100px;
  padding: 12px 16px;
  line-height: normal;
  font-style: normal;
  transition: 0.5s all;
  width: auto;
  margin-top: 10px;
  background-image: none;
}

.contact_us_form input[type=submit]:hover {
  background-color: #ffffff;
  color: #000;
}

.accordion-button {
  background-color: transparent;
}

.accordion-item {
  background-color: transparent;
  border: 1px solid #ffcc00;
}

.accordion-button:not(.collapsed) {
  color: #f69d17;
  background-color: transparent;
  box-shadow: none;
}

.accordion-flush .accordion-item:last-child {
  border-bottom: 1px solid #ffcc00;
}

.cart-table table {
  font-weight: 400;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  color: #787878;
}

.number-input a:before,
.number-input a:after {
  background-color: #787878 !important;
}

.woocommerce .quantity .qty {
  font-weight: 400;
}

.cart-table table th,
.cart-table table td {
  border-color: #ffffff;
  border: 0px solid #ffffff !important;
  border-top: 0px solid #ffffff !important;
}

.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #ffffff;
}

.cart-table table tr td:first-child,
.cart-table table tr th:first-child {
  text-align: left;
}

.cart-table .product-item img {
  max-width: 70px;
  width: 70px !important;

}

.cart-table .coupon {
  display: none !important
}

.cart-table a {
  color: #3f3f3f !important;
}

.cart-table a.remove {
  color: #3f3f3f !important;
  background: transparent;
}

.cart-table a:hover {
  color: #f69d17;
}

.cart-table a.remove:hover {
  color: #f69d17 !important;
  background: transparent !important;
}

.cart_Secure_payment {
  margin-top: 35px;
  float: right;
}

.cart_Secure_payment ul {
  padding-left: 0;
  list-style: none !important;
  display: flex;
  flex-wrap: wrap;
}

.cart_Secure_payment ul li {
  width: 50%;
  margin-bottom: 30px;
}

.cart_Secure_payment ul li img {
  width: 25px;
  margin-right: 10px;
}

.cart_Secure_payment ul li span {
  font-weight: 600;
  font-size: 16px;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.number-input {
  border: 0px solid #ddd;
  display: inline-flex;
}

.number-input,
.number-input * {
  box-sizing: border-box;
}

.number-input a {
  outline: none;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0;
  position: relative;
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  border-radius: 100px;
}

.number-input a:before,
.number-input a:after {
  display: inline-block;
  position: absolute;
  content: '';
  width: 1rem;
  height: 2px;
  background-color: #212121;
  transform: translate(-50%, -50%);
  left: 14px;
  top: 14px;
}

.number-input a.plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
  max-width: 5rem;
  padding: .5rem;
  border: solid #fff;
  border-width: 0 0px;
  font-size: 15px;
  height: 30px;
  font-weight: bold;
  text-align: center;
  font-style: normal;
}







.coupon {
  border-style: dashed;
  border-width: 1px;
  border-color: #c6c6c6;
  width: max-content;
  background: #fff;
}

.coupon input {
  max-width: 200px;
  border-style: none;
  padding: 0 15px;
  line-height: 48px;
  background: #fff;
  font-style: italic;
  font-size: 14px;
}

.coupon input[type=submit] {
  font-style: normal;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
  color: #8d8d8d;
  background-image: none;
}

.cart_section input[type=submit] {
  border-radius: 0px;
}

.cart_totals {
  background-color: #f8f6f4;
  border-radius: 0px;
  padding: 25px;
}

.cart_totals.calculated_shipping h2 {
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px 0;
  font-size: 22px;
}

.cart_totals.calculated_shipping .shop_table th,
.cart_totals.calculated_shipping .shop_table td {
  border-top: 0px solid #e5e5e5 !important;
  padding: 15px 0;
}

.cart_totals.calculated_shipping .shop_table th {
  font-weight: 500;
}

.cart_totals.calculated_shipping .shop_table td {
  text-align: end;
  font-weight: 600;
}

.cart_totals.calculated_shipping .shop_table a {
  color: #eba141;
}

a.checkout-button.button.alt.wc-forward.wp-element-button {
  text-transform: uppercase;
  background-color: #eba141 !important;
  font-size: 18px;
  padding: 15px 0px;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.impact_supported_section {
  padding: 50px 0px;
  background: linear-gradient(180deg, #F7EEEB 0%, rgba(247, 238, 235, 0) 100%);
}

.impact_box {
  padding: 0px 80px;
  text-align: left;
}

.impact_list {
  list-style: none;
  display: flex;

}

.impact_box h2 {
  font-weight: 800;
}

.impact_list li {
  position: relative;
  padding-bottom: 12px;
  width: 25%;
}

.impact_list h3 {
  margin-bottom: 0;
}

.impact_list p {
  margin-bottom: 0;
}




.impact_list li::before {
  content: "";
  width: 12px;
  height: 12px;
  background: #000;
  position: absolute;
  border-radius: 100px;
  left: 50%;
  top: -40px;
  z-index: 1;
  display: none;
}

.impact_list li::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #ff940d;
  position: absolute;
  left: 50%;
  top: -35px;
  display: none;
}

.bg_w_box {
  background: #ffffff;
  padding: 10px;
  margin-bottom: 20px;
}

/* .impact_list li:last-child::after {
  display: none;
} */

.supported_box {

  padding: 0px 40px;
}

.supported_box img {
  height: 50px;
  width: auto;
  object-fit: contain;
  margin-top: 0px;
}

.page-template-default #main #primary {
  width: 100%;
}

.cms_text ul {
  list-style: disc;
}

.cms_text ol {
  list-style: auto;
}

.oursocial_section {
  padding: 80px 0;
}

.oursocial_title {
  text-align: center;
}

.insta_box {
  font-size: 0;
  display: flex;
  flex-flow: wrap;
}

.insta_img {
  border: 1px solid #f2f2f2;
  max-width: 20%;
}

.testi_section {
  padding: 80px 0px;
  background: #f5f8fe;
}

.testimonial-item {
  position: relative;
  background: #ffffff;
  padding: 30px;
  margin-top: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.20);
  -moz-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.20);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.20);
  margin: 20px;
}

.testimonial-carousel .owl-stage-outer {}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
  transition: .5s;
}

.testimonial-carousel .testimonial-item i {
  color: #000000 !important;
  font-size: 8rem;
  position: absolute;
  top: -10px;
  left: 20px;
  line-height: normal;
  opacity: 0.1;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 12px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #eba141;
  border: 2px solid #eba141;
  border-radius: 50px;
  font-size: 18px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  color: #FFFFFF;
  background: #eba141;
}

.client_name {
  display: flex;
  align-items: center;
}

.client_name h5 {
  font-size: 16px;
  margin-right: 10px;
}

.prod_det_ab_section {
  padding: 80px 0;
  background: #eba141;
}

.prod_det_ab_text * {
  color: #ffffff;
}

.prod_det_ab_text ul {
  list-style: disc;
	margin-top: 25px;
}

.prod_det_ab_text ul li {
  width: 50%;
  padding-bottom: 20px;
}

.common_use_section {
  padding: 80px 0px;
}

.common_box {
  display: flex;
  align-items: start;
}

.common_box h3 {
  font-size: 21px;
}

.common_box p {
  line-height: normal;
}

.common_box img {
  max-width: 60px;
  margin-right: 20px;
}

.product_details .site-content {
  width: 100%;
}

.product_details .site-content .product:hover {
  box-shadow: none;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  color: #f89633;
  font-size: 1.25em;
  font-weight: 600;
}

.single_add_to_cart_button {
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: rgb(255, 204, 36) !important;
  color: #fff !important;
  border-radius: 100px !important;
  padding: 12px 25px !important;
  line-height: normal !important;
  font-style: normal;
  transition: 0.5s all;
  border: 0;
  background-image: none;
}

.single_add_to_cart_button:hover {
  background-color: #fc9825 !important;
}

.reset_variations {
  font-size: 14px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: rgb(255, 204, 36) !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 9px 25px !important;
  transition: 0.5s all;
}

.reset_variations:hover {
  background-color: #fc9825 !important;
}

.tinvwl_add_to_wishlist_button {

  color: #4e4e4e !important;
  border-radius: 0px !important;
  padding: 15px 25px !important;
  transition: 0.5s all;
  margin-top: 6px !important;
  margin-left: 30px;
}


.product_details .product a {
  color: #eba141;
}

.product_details ul {
  list-style: disc;
}

.related.products {
  padding: 100px 0 30px;
  text-align: center;
}

.related.products ul.products {
  width: 90% !important;
  max-width: 90% !important;
  margin: 0 auto;
}


.related.products h2 {
  font-weight: 800;
  font-size: 26px;
  margin-bottom: 30px;
}

.related.products .product a h2 {
  color: #3f3f3f;
  font-weight: 700;
  font-size: 20px;
}

.related.products .product a .product_sub_title {
  line-height: normal;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}



.product_sub_title {
  padding: 0 15px;
}

.social-btn {
  margin-top: -60px;
  margin-right: -60px;
  float: right;
}

.social-btn a {
  width: 40px;
  display: block;
  height: 40px;
  border-radius: 100px;
  text-align: center;

  line-height: 45px;
  margin-bottom: 10px;
  color: #fff;
}

.social-btn a.s-facebook {
  background: #1877f2;
}

.social-btn a.s-twitter {
  background: #1da1f2;
}

.social-btn a.s-instagram {
  background: #e4405f;
}

.related.products .product a .product_dis_price {
  color: #eba141;
  font-weight: 600;
  font-size: 18px;
  padding-top: 20px;
}

.related.products .product .tinv-wraper.tinv-wishlist {
  font-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.related.products .product .tinv-wraper.tinv-wishlist .tinvwl_add_to_wishlist_button {
  background-color: transparent !important;
  color: #f89633 !important;
}

.related.products .product .woocommerce-placeholder {
  border: 0px solid #f2f2f2 !important;
  font-size: 0;
  padding: 0 10px;
}


.related.products .product a {
  padding: 0px 10px;
}

.related.products .product a.button {
  opacity: 0;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  width: 100%;
  border: 0;
  background: #eba141 !important;
  padding: 5px 0;
  color: #ffffff !important;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  display: block;
  margin-top: 0px !important;
}

.related.products .product:hover a.button {
  opacity: 1;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(1n+1) {
  clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: flex;
}

.woocommerce-product-gallery {
  height: auto;
}

.faq_section {
  padding: 80px 0;
  background: #fff7ec;
  text-align: left;
}

.faq_section * {
  color: #000000;
}

.white_title h2 {
  color: #ffffff;
  font-weight: 800;
}

.white_title p {
  color: #ffffff;
}

.black_title h2 {
  color: #000000;
  font-weight: 800;
}

.black_title p {
  color: #000000;
}

.faq_list ul {
  list-style: none;
  padding-left: 0;
}

.faq_list ul li {
  margin-bottom: 30px;
}

.faq_list h5 {
  margin-bottom: 10px;
}

.faq_list p {
  line-height: normal;
}

.rewview_section {
  padding: 80px 0;
  background: #f9f9f9;
  text-align: center;
}

.review_list ul {
  list-style: none;
  padding-left: 0;
  text-align: left;
}

.review_list ul li {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cfcfcf;
}

.review_list ul li p {
  margin-bottom: 15px;
  line-height: normal;
}

.woocommerce-tabs {
  display: none !important;
}

.related .single_product_review_text {
  display: none !important;
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 100%;
  border: 1px solid #f2f2f2;
  margin-bottom: 5px;
  border-radius: 5px;
}

.woocommerce div.product div.images .flex-control-thumbs {
  float: left;
  width: 13%;
  display: block;
}

.flex-viewport {
  float: right;
  width: 82%;
  -webkit-box-shadow: 0px 0px 17px -7px rgb(138 138 138 / 42%);
  -moz-box-shadow: 0px 0px 17px -7px rgb(138 138 138 / 42%);
  box-shadow: 0px 0px 17px -7px rgb(138 138 138 / 42%);
}

.woocommerce div.product .product_title {
  font-weight: 900;
  margin-top: 20px;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
  font-size: 30px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  background-color: #ffcc24 !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
  background-color: #eba141 !important;
}

.woocommerce div.product form.cart .button {
  vertical-align: middle;
  float: none;
  width: auto !important;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  font-size: 15px !important;
  text-transform: uppercase;
  letter-spacing: 2px;
  background-color: #3b7080 !important;
  color: #fff !important;
  border-radius: 0px !important;
  padding: 12px 25px !important;
  line-height: normal !important;
  font-style: normal;
  transition: 0.5s all;
  border: 0;
  background-image: none;
  margin-right: 10px;
  margin-left: 10px;
}

.woocommerce div.product form.cart .pisol_buy_now_button {
  background: transparent !important;
  color: #3b7080 !important;
  border: 1px solid #3b7080 !important;
  border-radius: 0 !important;
}

li.variable-item.button-variable-item {
  padding: 30px 20px !important;
  border: 1px solid #ddd;
  box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
  background-color: #f0f9fc !important;
  box-shadow: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock) {
  background-color: #f0f9fc !important;
}

.woocommerce-variation-add-to-cart {
  display: flex;
}

.cms_text .woocommerce {
  display: flex;
}

.woocommerce-cart .cart_page .cms_text .woocommerce {
  display: block;

}

.cms_text .woocommerce .woocommerce-cart-form {
  display: block;
  width: 65%;
  margin-top: 30px;
  float: left;
}

.cms_text .woocommerce .cart-collaterals {
  max-width: 30%;
  margin-left: auto;
}

.cms_text .woocommerce .cart_totals {
  width: 100%;
}

.cms_text .woocommerce table.shop_table {
  border: 0px solid rgba(0, 0, 0, .1);
}

input.input-text {
  max-width: 200px;
  border-style: none;
  padding: 0 15px;
  line-height: 48px;
  background: #fff;
  font-style: italic;
  font-size: 14px;
}

.coupon input.input-text {
  width: 140px !important;
  border-style: none !important;
  padding: 6px 15px !important;
  line-height: 25px;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  display: block;
  text-align: center;
  margin-bottom: 1em;
  font-size: 1.25em;
  padding: 0.618em 1em;
}

.woocommerce-account .cms_text .woocommerce {
  display: block;
  width: 75%;
  margin: 0 auto;
}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #dddddd;
  padding: 0 10px;

}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul li a {
  color: #000000;
}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul li.is-active {
  border-bottom: 1px solid #eba141;

}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {

  color: #eba141;
}

.woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

.woocommerce-account .cms_text span {
  width: 100%;

}

.woocommerce-account .cms_text input {
  width: 100%;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-style: normal;
  max-width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  width: 100%;
  display: block;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 10px 15px;
  font-style: normal;
  max-width: 100%;
}

.select2-container .select2-selection--single {
  height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-edit-account .cms_text .woocommerce .woocommerce-MyAccount-content,
.woocommerce-edit-address .cms_text .woocommerce .woocommerce-MyAccount-content {
  width: 100% !important;

}


.woocommerce form .form-row label .required {
  display: inline;
}

.woocommerce form em {
  font-size: 12px;
}

.woocommerce-account .cms_text span.show-password-input {
  width: auto;
}

.cms_text .tinv-wishlist.woocommerce {
  display: block !important;
}

.woocommerce-checkout .cms_text .woocommerce {
  display: block !important;
}

#customer_details {
  padding-bottom: 50px;
}

#order_review,
#customer_details {
  background: #fff;
}

.woocommerce table.my_account_orders .button {
  margin: 0 4px;
}

.blog_section {
  padding: 80px 0;
  background-color: #fff7f3;
}

.blog_text {
  text-align: center;
}

.blog_text h1 {
  color: #000000;
}

.blog_text strong {
  color: #fa9128;
}

.blog_post_section {
  padding: 80px 0;
}

.blog_box {}


.blog_box {
  border-radius: 10px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  overflow: hidden;
  display: block;
  color: #000000;
  margin-bottom: 60px;
}

.blog_box:hover {
  -webkit-box-shadow: 0px 0px 30px -7px rgb(138 138 138 / 50%);
  -moz-box-shadow: 0px 0px 30px -7px rgb(138 138 138 / 50%);
  box-shadow: 0px 0px 30px -7px rgb(138 138 138 / 50%);
  color: #000000;
}

.blog_post_text {
  padding: 20px;
  padding-top: 15px;
  position: relative;
  height: 100%;
  padding-bottom: 60px;

}

.category_name {
  color: #eba141;
  margin-bottom: 10px;
  display: block;
}

.post_user_name {
  position: absolute;
  bottom: 10px;
}

.post_user_name img {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 100px;
  overflow: hidden;
  background: #fa9128;
}

.post_user_name .name {
  font-weight: 700;
  margin-right: 10px;
  margin-left: 10px;
}

.post_user_name .date {
  color: #919191;
}


.subscribe2_section {
  padding: 80px 0px;
  background-color: #f9f5ef;
}

.subscribe2_input {
  display: flex;
  width: 100%;
}

.subscribe2_input .tnp-subscription form {
  display: flex;
  width: 100%;
  align-items: end;
}

.subscribe2_input .tnp-subscription form .tnp-field {
  width: 100%;
  margin: 0 10px;
}

.subscribe2_input .tnp-subscription form .tnp-field.tnp-field-button {
  width: auto;
  margin: 0 10px;
}

.subscribe2_input input::placeholder {
  color: #303030;
}

.subscribe2_input input {
  background-color: #ffffff !important;
  margin-bottom: 0px !important;
  border-style: none;
  color: #b7b7b7 !important;
  border-radius: 2px !important;
  padding: 0 20px !important;
  line-height: 38px !important;
  font-style: italic;
  font-size: 16px !important;
  width: 100% !important;
  border: 1px solid #f2f2f2 !important;
  height: 40px !important;
}

.subscribe2_input input:hover {
  border-width: 1px;
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.subscribe2_input input:focus {
  background-color: #ffffff !important;
  color: #303030 !important;
  outline: none;
}

.subscribe2_input input[type=submit] {
  font-size: 13px !important;
  text-transform: uppercase;
  letter-spacing: 4px;
  background-color: rgb(255, 204, 36) !important;
  color: #fff !important;
  padding: 12px 16px !important;
  line-height: normal !important;
  font-style: normal;
  transition: 0.5s all;
  width: auto !important;
  border: 0px !important;

}

.subscribe2_input input[type=submit]:hover {
  background-color: #fa9128 !important;
  color: #ffffff !important;
}



.subscribe2_input input::placeholder,
.subscribe2_input textarea::placeholder {
  color: #303030;

}

.subscribe2_section em {
  font-size: 14px;
  font-weight: 300;
  color: #a5a29f;
  padding: 10px 10px 0px 10px;
  letter-spacing: 0.5px;
  display: block;

}

.blog_post_img {
  height: 100%;
}

.blog_post_img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.blog_detials_section {
  padding: 80px 0;
}

.blog_singal_post_text {
  text-align: center;
}

.blog_singal_post_text .date {
  color: #919191;
}

.blog_singal_post {
  margin-top: 30px;
}

.woocommerce-order-pay .woocommerce ul.order_details {
  margin: 0 0 3em;
  list-style: none;
  display: flex;
  justify-content: space-between;
}

.cart_title_item h1 {
  font-size: 22px;
}

.cart_title_item span {
  font-weight: 600;
  font-size: 20px;
}

.cart_title_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 65%;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px !important;
  margin-bottom: 0px;

}

.cart-sidebar-area {
  background-color: #ffffff;
  max-width: 350px;
  width: 100%;
  height: 100vh;
  padding: 30px;
  position: fixed;
  right: 0;
  overflow-y: scroll;
  top: 0;
  z-index: 9999;
  -webkit-transition: 0.7s ease;
  -moz-transition: 0.7s ease;
  -o-transition: 0.7s ease;
  transition: 0.7s ease;
  -ms-transform: translateX(450px);
  -webkit-transform: translateX(450px);
  transform: translateX(450px);
  left: unset;
  padding: 0;
}

.cart-sidebar-area .btn-close {
  background: none;

}

.sidebar_cart_item {
  border-bottom: 1px solid #e5e5e5;
  margin-left: 0;
  margin-right: 0;
  padding: 20px 0;
}

.cart-sidebar-area .modal-content {
  border: 0px solid #fff;

}

.modal-footer {
  border-top: 1px solid #e5e5e5;
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
}

button.button.wp-element-button {
  margin-top: 15px;
  text-transform: uppercase;
  background-color: #eba141 !important;
  font-size: 16px;
  padding: 15px 20px;
  letter-spacing: 1px;
  margin-bottom: 0px;
  color: #fff;
}

.update_cart_btn {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.update_cart_btn a.button {
  margin-left: auto;
}

.update_cart_btn span {
  font-weight: 600;
  font-size: 24px;
  color: #eba141;
  margin-left: auto;
}

.cart-sidebar-area .modal-footer a.button {
  width: 100%;
}

.cart_prise {
  font-weight: 600;
  color: #f89633;
}

.cart-sidebar-area.show {
  visibility: visible;
  opacity: 1;
  -ms-transform: translateX(0px);
  /* IE 9 */
  -webkit-transform: translateX(0px);
  /* Chrome, Safari, Opera */
  transform: translateX(0px);
}

.woocommerce-message a.button {
  background-color: #c2802c !important;
  color: #fff;
  width: auto;
  text-align: center;
}

.single-product.woocommerce ul.products li.product .price {
  color: #3b7080;
  font-weight: 600;
  font-size: 22px;
}

.single-product.woocommerce .summary p.price {
  color: #3b7080;
}

.single-product.woocommerce .summary span.price {
  color: #3b7080;
}

.onsale {
  display: none
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
  color: #c40909;
}

.woocommerce div.product p.price del,
.woocommerce div.product span.price ins {
  color: #55a2b9;
}

.login_form,
.register_form,
.woocommerce-ResetPassword.lost_reset_password {
  max-width: 40%;
  margin: 0 auto;
  text-align: center;
}

.woocommerce-ResetPassword.lost_reset_password .form-row-first {
  width: 100%;
  text-align: left;
}

.woocommerce .login_form form.login,
.woocommerce .register_form form.register {
  border: 0px solid #d3ced2;

}

.social_login {}

.social_or {
  padding: 30px 0;
  display: block;
  text-align: center;
  text-transform: uppercase;
  color: #ddd;
  position: relative;
}

.social_or::before {
  content: "";
  border-top: 1px solid #ddd;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
}

.social_or::after {
  content: "";
  position: absolute;
  left: 45%;
  top: 40%;
  width: 50px;
  background: #fff;
  height: 20px;
  z-index: 0;
}

.social_or span {
  position: relative;
  z-index: 9;
}

.woocommerce table.shop_table th {
  font-weight: 500;
}








@media (max-width: 1300px) {
  .navbar .navbar-nav .nav-link {
    padding: 8px 12px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 96% !important;
    max-width: 96% !important;
  }

  .navbar .navbar-nav .nav-link {
    padding: 8px 16px;
  }

}

@media (max-width: 1199px) {
  .cart-icon {
    margin-left: auto;
    padding-right: 40px;
    padding-top: 10px;

  }

  .woocommerce-checkout {
    display: block !important;
  }

  section {
    min-height: auto;
  }

  .navbar-light .navbar-toggler {
    position: absolute;
    right: 20px;
    border: 0;
    margin-right: 0px !important;
  }

  .logo {
    max-width: 65px;
  }

  .navbar {
    padding: 2px 0;
    position: unset;
  }

  .navbar-collapse {
    position: absolute;
    width: 100%;
    top: 96px;
    background: #232323;
    left: 0;
    height: calc(100vh - 96px);
    overflow-y: auto;
  }

  .header.shrunk .logo_sticky {
    display: block;
  }

  .header.shrunk .logo {
    display: none;
  }

  .navbar .navbar-nav .nav-link:hover,
  .navbar .navbar-nav .nav-link.active {
    background-color: transparent;
    color: #ffffff;
  }

  .navbar-nav {
    padding: 15px 34px !important;
    padding-bottom: 0px !important;

  }

  .navbar .navbar-nav .nav-link {
    color: #aaaaaa;
    padding: 12px 0px;
    border-bottom: 1px solid rgba(255, 204, 0, .15);
    border-radius: 0;
  }

  .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0px;
  }

  .social_icon_mobail {
    display: flex;
    list-style: none;
    width: 100%;
    padding-left: 0;
    border-top: 1px solid rgba(255, 204, 0, .15);
    margin-bottom: 0;
  }

  .social_icon_mobail li {
    padding: 30px 0;
    border-right: 1px solid rgba(255, 204, 0, .15);
    width: 33.33%;
    text-align: center;
    font-size: 24px;

  }

  .social_icon_mobail li a {
    color: #aaaaaa;
  }

  .header-carousel .owl-dots {
    bottom: 30px;
  }

  .header {
    position: relative;
  }

  /* .pure_raw_natural_text ul {
  grid-template-columns: 40% auto;
} */



}

@media (max-width: 1024px) {}

@media (max-width: 991px) {
  .owl-carousel .owl-item img {
    max-width: 70%;
  }

  .owl-carousel .owl-item .img-fluid {
    min-height: 500px;
    max-width: 100%;
    object-fit: cover;
    object-position: 80%;
  }

  .header-carousel .owl-nav {
    display: none;
  }




  .resp {
    display: block;
  }

  .beehive_to_bottle_section {

    padding: 0px 0 0 0;
  }

  .didyouknow_text {
    margin-top: 0;
  }

  .layer_divider_img {
    margin-top: -40px;
  }

  .pure_honey_delieveredl_text {
    padding: 0px 0 0px 0;
  }

  .beehive_to_bottle_section img {
    width: 100%;
  }

  .whats_so_special_section h2:before {
    display: none;
  }

  .cms_text .woocommerce .woocommerce-cart-form {
    width: 100%;
  }

  .cms_text .woocommerce .cart-collaterals,
  .cart_title_item {
    max-width: 100%;
  }

}

@media (max-width: 767px) {
  .owl-carousel .owl-item .slider_text p {
    font-size: 15px;
    line-height: 17px;
  }

  .sendmehoney_img img {
    position: relative;
  }

  .sendmehoney-hover {
    display: none;
  }

  .sendmehoney_img {
    min-height: auto;
    padding: 20px 0;
  }

  .pure_raw_box_left {
    margin-top: 20px;
  }

  .pure_raw_box_right {
    margin-top: 20px;
  }

  .pure_raw_natural {
    padding: 60px 30px 60px 30px;
  }

  .supported_box {
    padding: 0px 0px;
  }



  .header-carousel .owl-carousel-inner {
    position: relative;
  }

  .logo {
    max-width: 65px !important;
  }

  .top_footer {
    padding: 50px 0;
  }

  .woocommerce-account .cms_text .woocommerce .woocommerce-MyAccount-navigation ul {
    display: block;
  }

  .cms_text .woocommerce .woocommerce-cart-form {
    width: 100%;
    float: none;
  }

  .cms_text .woocommerce .cart-collaterals {
    max-width: 100%;
  }

  .cart_Secure_payment {
    float: none;
    width: 100%;
    margin: 35px auto 0;
    text-align: center;
  }


}

@media (max-width: 480px) {

  .pure_raw_box_left,
  .pure_raw_box_right {
    width: 100%;
    margin: 0 0% 0 0%;
  }

  .impact_box {
    padding: 0px 25px;
  }

  .top_footer {
    padding: 25px 0;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
  }
}