@import url(fonts/font.css);
@import url(fonts/all.min.css);

html {
  font-family: 'open_sansregular';
}

body {
  font-size: 17px;
  color: #262626;
  background-color: #ffffff;
}


body.show-sidebar-cart {
  overflow: hidden !important;
  height: 100% !important;
}

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

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

a {
  transition: 0.5s all;
  color: unset;
}

a:hover {
  color: #FF8711;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
legend {
  font-family: 'prataregular';
}


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

.overlay-top,
.overlay-bottom {
  position: relative;
}

.overlay-top::before,
.overlay-bottom::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 15px;
  left: 0;
  z-index: 1;
}

.overlay-top::before {
  top: -1px;
  background: url(../img/overlay-top.png);
}

.overlay-bottom::after {
  bottom: -1px;
  background: url(../img/overlay-bottom.png);
}

.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: #FF8711;
  color: #fff;
  border: 2px solid #FF8711;
}
.add_review_sec{background-color: rgb(255,135,17,0.1);padding-top: 80px;padding-bottom: 80px}
.add_review_sec #commentform input[type="text"], .add_review_sec #commentform input[type="email"]{width:100%}
/*** 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;
}

.brochure_btn {
    background: #f5811e;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px 0;
    border:1px solid #f5811e;
    margin-left: 15px;
}
.brochure_btn:hover {
    background:#fff;
    color:#f5811e;
}

@-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: relative;
  z-index: 9;
  width: 100%;
  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%);
}

.homepage .header {
  /* position: absolute; */
  z-index: 9;
}

.header.shrunk {
  position: fixed;
  padding: 0px 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;

}

.header .logo_sticky {
  display: none;
}

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

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

.navbar-brand {
  padding: 0px;
}

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

.cartbox {
  position: absolute;
  right: 2px;
  top: 2px;
  background: #FF8711;
  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;
  font-size: 18px;
  position: relative;
}

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

.navbar ul.dropdown-menu .dropdown-toggle::after {
  content: "\f054";
}

.navbar {
  padding: 0px 0;
}


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


}

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

.navbar .navbar-nav .nav-link {
  padding: 8px 18px;
  outline: none;
}

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

}

@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: 1200px) {
  .navbar .nav-item ul.dropdown-menu {
    display: block;
    visibility: hidden;
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
    transition: .5s;
    opacity: 0;
    min-width: 15rem;
  }

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

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

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

  }

  .navbar ul.dropdown-menu .dropdown-toggle {
    position: relative;
  }

  .navbar ul.dropdown-menu .dropdown-toggle::after {
    position: absolute;
    right: 15px;
  }
}

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

  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  font-weight: bold;
}

.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: 18px;
  line-height: 22px;
}



.slider_text_right {
  margin-left: auto;
  text-align: end;
}

.slider_text_left {
  margin-right: auto;
  text-align: start;

}

.slider_text h2 {
  font-size: 60px;
}


.slider_text h3 {
  font-size: 30px;
  font-family: 'open_sansregular';
}

.slider_text .btn {
  min-width: 175px;
  max-width: 175px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  letter-spacing: 1px;
  background-color: #262626;
}

.slider_text .btn:hover {
  background-color: #262626;
  border-color: #262626;
  color: #ffffff;
}

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

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

.owl-item.active .slider_text h2,
.owl-item.active .slider_text h3,
.owl-item.active .slider_text p,
.owl-item.active .slider_text .btn {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;

}

.owl-item.active .slider_text_right h2,
.owl-item.active .slider_text_right h3,
.owl-item.active .slider_text_right p,
.owl-item.active .slider_text_right .btn {
  animation-name: titleAnimationleft;
}

.owl-item.active .slider_text_left h2,
.owl-item.active .slider_text_left h3,
.owl-item.active .slider_text_left p,
.owl-item.active .slider_text_left .btn {
  animation-name: titleAnimationright;
}

.owl-item.active .slider_text h2 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.3s;
}

.owl-item.active .slider_text h3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.4s;
}

.owl-item.active .slider_text p {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.5s;
}

.owl-item.active .slider_text .btn {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-delay: 0.6s;
}

@keyframes titleAnimationleft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;

  }

}

@keyframes titleAnimationright {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;

  }

}

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

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

}

footer {
  background:url('../img/footerbg.png');
  background-repeat:no-repeat;
  background-position:100%;
}

.top_footer {
  padding: 40px 0;
  background-color: rgb(244 250 246/80%);
}

.buttom_img {
  text-align: center;
}

.buttom_img img {
  /* width: 100%; */
}

.contact_add {
  margin-bottom: 20px;
}

.contact_add h6 {
  color: #262626;
  font-size: 20px;
}

.contact_add i {
  color: #FF8711;
  font-size: 20px;
}

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

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

.contact_add ul li a {
  font-size: 17px;

}

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

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

.list-icons {
  padding-left: 0;
  display: flex;
  list-style: none;
  justify-content: center;
}

.list-icons li {
  padding: 0 20px;
}

.list-icons li a {
  font-size: 16px;
}



.list-icons li a:hover i {
  color: #fff;
  transform: rotate(-20deg);
  background: #FF8711;
}

.list-icons li a i {
  font-size: 1.7em;
  transition: all 0.6s;
  color: #f1f1f1;
  background: #3e3e40;
  padding: 0;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
}

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


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

.copyrights_social a {
  padding: 0 20px;

  transition: 0.5s all;
}

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

.social_icon_mobail {
  display: none;
}

.whats-float {
  position: fixed;
  transform: translate(108px, 0px);
  top: 80px;
  right: 0;
  width: 150px;
  overflow: hidden;
  background-color: #25d366;
  color: #fff;
  border-radius: 2px 0 0 2px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}

.whats-float a span {
  color: white;
  font-size: 15px;
  padding-top: 8px;
  padding-bottom: 10px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}

.whats-float a i {
  font-size: 30px;
  color: white;
  line-height: 30px;
  padding: 10px;
  transform: rotate(0deg);
  transition: all 0.5s ease-in-out;
  text-align: center;
}

.whats-float:hover {
  color: #ffffff;
  transform: translate(0px, 0px);
}

.whats-float:hover a i {
  transform: rotate(360deg);
}

body.show-sidebar-cart #sidebar-cart {
  right: 0;
  visibility: visible;
}

#sidebar-cart {
  background: #fff;
  color: #262626;
  padding: 15px 15px 0 15px;
  position: fixed;
  display: block;
  width: 320px;
  height: 100vh;
  z-index: 999;
  top: 0;
  right: -340px;
  box-shadow: -10px 0 15px rgba(0, 0, 0, 0.1);
  transition: right 0.5s ease-in-out;
}

#sidebar-cart a.close-button {
  height: 16px;
  width: 16px;
  margin: 0 0 15px 0;
  text-decoration: none;
  position: absolute;
  top: 20px;
  left: 20px;
  display: flex;
}

#sidebar-cart a.close-button span.close-icon {
  width: 16px;
  height: 16px;
  background: #262626;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M30.3 32c-.5 0-.9-.2-1.2-.5L16 18.4 3 31.5c-.4.3-.8.5-1.3.5s-.9-.2-1.2-.5c-.7-.7-.7-1.8 0-2.4L13.6 16 .5 2.9C-.2 2.2-.2 1.2.5.5.8.2 1.2 0 1.7 0s.9.2 1.2.5l13.1 13 13-13c.7-.7 1.7-.7 2.4 0 .4.3.6.7.6 1.2s-.2.9-.5 1.2L18.4 16l13.1 13.1c.7.7.7 1.8 0 2.4-.3.3-.8.5-1.2.5z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}

#sidebar-cart a.close-button:active span.close-icon,
#sidebar-cart a.close-button:hover span.close-icon {
  background: #FF8711;
}

#sidebar-cart h2 {
  color: #FF8711;
  font-family: 'open_sansregular';
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1;
  margin: 5px 0 25px 0;
  display: flex;
  justify-content: center;
}

#sidebar-cart ul.products {
  margin: 0;
  padding: 0 0 15px 0;
  list-style: none;
  height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  position: relative;
  z-index: 0;
}


#sidebar-cart ul.products li.product {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
  min-height: 30px;
  background: #f6fbf8;
  border-radius: 3px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: row nowrap;
  transition: all 0.5s linear;
}

#sidebar-cart ul.products li.product:active img,
#sidebar-cart ul.products li.product:hover img {
  border-color: #d7d7de !important;
}

#sidebar-cart ul.products li.product a.product-link .qty-price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}

#sidebar-cart ul.products li.product a.product-link {
  width: 100%;

  padding: 10px;
  margin: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

#sidebar-cart ul.products li.product a.product-link span.product-image {
  display: inline-block;
  width: 75px;
  height: 50px;
  padding-right: 10px;
}

#sidebar-cart ul.products li.product a.product-link span.product-image img {
  width: 60px;
  height: 50px;
  border: 1px solid #d7d7de;
  transition: all 0.5s linear;
}

#sidebar-cart ul.products li.product a.product-link span.product-details {
  display: inline-block;
  width: 100%;
  min-height: 30px;
}

#sidebar-cart ul.products li.product a.product-link span.product-details h3 {
  margin: 3px 25px 5px 0;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.5s linear;
  font-family: 'open_sansregular';
}

#sidebar-cart ul.products li.product a.remove-button {
  height: 16px;
  width: 16px;
  margin: 10px 10px 0 0;
  text-decoration: none;
  position: absolute;
  top: 2px;
  right: 0;
  z-index: 2;
  display: flex;
}

#sidebar-cart ul.products li.product a.remove-button span.remove-icon {
  width: 15px;
  height: 16px;
  background: #262626;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 36'%3E%3Cpath fill='currentColor' d='M30.9 2.3h-8.6L21.6 1c-.3-.6-.9-1-1.5-1h-8.2c-.6 0-1.2.4-1.5.9l-.7 1.4H1.1C.5 2.3 0 2.8 0 3.4v2.2c0 .6.5 1.1 1.1 1.1h29.7c.6 0 1.1-.5 1.1-1.1V3.4c.1-.6-.4-1.1-1-1.1zM3.8 32.8A3.4 3.4 0 0 0 7.2 36h17.6c1.8 0 3.3-1.4 3.4-3.2L29.7 9H2.3l1.5 23.8z'/%3E%3C/svg%3E");
  transition: all 0.5s linear;
}



#sidebar-cart div.totals {
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  height: 45px;
  background: #e1e1e7;
  border-bottom: 1px solid #d7d7de;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

#sidebar-cart div.totals div.subtotal,
#sidebar-cart div.totals div.shipping,
#sidebar-cart div.totals div.tax {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #d7d7de;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#sidebar-cart div.totals div.subtotal span.amount,
#sidebar-cart div.totals div.shipping span.amount,
#sidebar-cart div.totals div.tax span.amount {
  margin-left: 10px;
  font-weight: 600;
}

#sidebar-cart div.action-buttons {
  padding: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  display: block;
  white-space: nowrap;
}

#sidebar-cart div.action-buttons a.view-cart-button,
#sidebar-cart div.action-buttons a.checkout-button {
  display: inline-block;
  padding: 10px;
  margin: 20px 15px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  transition: all 0.5s linear;
}

#sidebar-cart div.action-buttons a.view-cart-button {
  background: #fff;
  border-color: #FF8711;
  margin-right: 5px;
  color: #FF8711;
}

#sidebar-cart div.action-buttons a.view-cart-button:active,
#sidebar-cart div.action-buttons a.view-cart-button:hover {
  background: #FF8711;
  color: #ffffff;
}

#sidebar-cart div.action-buttons a.checkout-button {
  border-color: #FF8711;
  background: #FF8711;
  margin-left: 5px;
  color: #fff;

}

#sidebar-cart div.action-buttons a.checkout-button:after {
  content: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath d='M311.03 131.515l-7.071 7.07c-4.686 4.686-4.686 12.284 0 16.971L387.887 239H12c-6.627 0-12 5.373-12 12v10c0 6.627 5.373 12 12 12h375.887l-83.928 83.444c-4.686 4.686-4.686 12.284 0 16.971l7.071 7.07c4.686 4.686 12.284 4.686 16.97 0l116.485-116c4.686-4.686 4.686-12.284 0-16.971L328 131.515c-4.686-4.687-12.284-4.687-16.97 0z'/%3E%3C/svg%3E");
  width: 20px;
  height: 14px;
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
  position: relative;
  top: -5px;
  z-index: 1;
}

#sidebar-cart div.action-buttons a.checkout-button:active,
#sidebar-cart div.action-buttons a.checkout-button:hover {
  background: #FF8711;
  border-color: #FF8711;
}

#sidebar-cart-curtain {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
}


.sub_banner {
  position: relative;
}

.sub_banner .banner img {
  max-height: 300px;
  object-fit: cover;
  width: 100%;
  /* min-height: auto; */
}

.sub_banner_text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.sub_banner_text h2 {
  font-size: 40px;
  color: #3e3e40;
}

.sub_banner_text .breadcrumb {
  justify-content: center;
}

.sub_banner_text .breadcrumb li a{
  color: #3e3e40;
}

.sub_banner_text .breadcrumb li {
  color: #f5811e;
}

.sub_banner_text .breadcrumb-item+.breadcrumb-item::before {
  color: #000000;
}

.cms_text {}

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

.cms_text ul {
  list-style: disc;
}

.cms_text ol {
  list-style: auto;
}


.page_bg {
  background-image: url(../img/pagebg.png); 
  background-position: top;
  background-size: auto;
  background-attachment: fixed;
}

.testimonials_section {
  background-image: url(../img/testi_bg2.jpg); 
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 80px 0;
  background-repeat: no-repeat;
  background-color: #f9f9f9;
}

.customers-testimonials .owl-dots {
  margin-top: 30px;
  text-align: center;
}

.customers-testimonials .owl-dot {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #252525;
  transition: .5s;
}

.customers-testimonials .owl-dot.active {
  width: 20px;
  background: #ff8711;
}

.title_hed {
  text-align: center;
  position: relative;
}

.title_hed::before {
  background: url(../img/headingbg.png);
  content: "";
  height: 50px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-position: center;
  opacity: 0.5;
}

.title_hed h2, .title_hed h1 {
  font-size: 36px;
  position: relative;
  z-index: 1;
}

.title_hed h3 {
  font-family: 'open_sansregular';
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.customers-testimonials .owl-stage {
  padding: 40px 0px;
}

.customers-testimonials .owl-stage .item {
  padding: 0 40px;
}

.customers-testimonials .owl-stage {
  display: flex;
}

.customers-testimonials .testi-content {
  padding: 30px;
  border: 1px solid #eee;
  text-align: center;
  height: 100%;
  background:#fff;
  box-shadow:2px 2px 25px #cecece;
  border-radius:10px
}

.customers-testimonials .testi-content h4 {
  font-size: 18px;
  margin-top: 16px;
}

.customers-testimonials .owl-prev {
  left: 25px !important;
  top: 35% !important;
}

.customers-testimonials .owl-next {
  right: 25px !important;
  top: 35% !important;
}

.customers-testimonials .testi-content .author-name {
  font-size: 18px;
  margin-top: 0;
  display: block;
  font-weight: 500;
}

.customers-testimonials .testi-content .review-content {
  margin-top: 16px;
}

.customers-testimonials .testi-content .author-detail {
  margin-top: 15px;
}

.customers-testimonials .testi-content .author-detail .author-review {
  margin-top: 5px;
  color: #ff8711;
}

.customers-testimonials .testi-content .author-detail .author-review i {
  font-size: 12px;
}

.customers-testimonials .testi-content:before {
  content: "\f10d";
  font-family: FontAwesome;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 20px;
  color: #fff;
  margin: 7px auto;
  background-color: #ff8711;
}

.customers-testimonials .testi-content:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%);
  width: 75px;
  height: 75px;
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
  border-color: #ff8711;
}

.customers-testimonials .owl-stage .item {
  height: 100%;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #f5811f;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  margin: 0;
  line-height: 0;
  font-size: 20px;
  height: 30px;
  width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0 0 12px #7bbe461a;
  -webkit-transition: all .2s ease-in-out 0s;
  -o-transition: all .2s ease-in-out 0s;
  transition: all .2s ease-in-out 0s;
}

.owl-nav .owl-next {
  right: 0px;
}

.owl-nav .owl-prev {
  left: 0px;
}



.whyus_bg {
  padding: 80px 0;
  /* background: url(../img/whyus_bg.png); */
  background-repeat: no-repeat;
  background-position: 100%;
}

.why-us .list-1 {
  margin-top: 0px;
}

.why-us li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 50px;
}

.why-us li .icon {
  position: relative;
  min-width: 65px;
  width: 65px;
  height: 65px;
  text-align: center;
  line-height: 65px;
  z-index: 1;
}

.why-us li .icon img {
  width: 44px;
}

.why-us li .icon:after,
.why-us li .icon:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 100px;
  z-index: -1;
}

.why-us li .icon:before {
  /* top: 5px; */
  /* background: #262626; */
}

.why-us li .icon:after {
  top: 0;
  background: #FF8711;
}

.why-us li p {
  margin-bottom: 0;
}




.outer-circle {
  width: 410px;
  height: 410px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 0;

  padding: 4px;
  display: table;
  margin: 0 auto;
}

.outer-circle .inner-circle {
  background: #fffbf2;
  height: 410px;
  width: 410px;
  border-style: solid;
  border-color: transparent;
  border-radius: 50%;
  border-width: 1px;
  display: table;
  text-align: center;
}

.outer-circle .inner-circle img{
    width: 80%;
    padding-top: 30px;
}

@-webkit-keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes rotateCircle {
  0% {
    transform: rotate(0);
  }

  25% {
    transform: rotate(90deg);
  }

  50% {
    transform: rotate(180deg);
  }

  75% {
    transform: rotate(270deg);
  }

  100% {
    transform: rotate(360deg);
  }
}


.about-section {
  padding: 80px 0;

}

.about-section .about-img {
  position: relative;
}

.about-section .about-img img {
  width: calc(100% - 30px);
  border-radius: 20px;
}

.about-section .about-img:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: calc(100% - 30px);
  right: 0;
  bottom: -30px;
  border-radius: 20px;
  background: #FF8711;
  z-index: -1;
}

.btn {
  min-width: 175px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #3e3e40;
  background-image: none;


}

.btn:hover {
  background-color: #3e3e40;
  border-color: #3e3e40;
  color: #ffffff;


}

input[type=submit],
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
  min-width: 175px;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #262626;
  background-image: none;
  box-shadow: none;
  transition: 0.5s all;
}

input[type=submit]:hover {
  background-image: none;
  background-color: #FF8711;
  border-color: #FF8711;
  color: #ffffff;
  transition: 0.5s all;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button {
  min-width: 175px;
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #262626 !important;
  background-image: none;
  box-shadow: none;
  color: #ffffff !important;
  transition: 0.5s all;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover {
  background-image: none;
  background-color: #FF8711 !important;
  border-color: #FF8711 !important;
  color: #ffffff;
  transition: 0.5s all;
}

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

.btn:hover i {
  opacity: 1;
  margin-left: 15px;
  font-size: 20px;
}

.refined_oils_section {
  padding: 80px 0;
}

.refined_oils-text {

  box-shadow: 0 10px 50px 0 rgb(204 106 0 / 9%);
  border-radius: 20px;
  padding: 48px 40px 53px;
}

.refined_oils_video {
  box-shadow: 0 10px 50px 0 rgb(204 106 0 / 9%);
  border-radius: 20px;
  overflow: hidden;
  font-size: 0;
  position: relative;
}

.video-play-button i {
  color: #ffffff;
  font-size: 30px;
  position: relative;
  z-index: 9;
}


.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  background: transparent;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  border: 0px;
}

.video-play-button:after,
.video-play-button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FF8711;
  border-radius: 50%;
}

.video-play-button:before {
  z-index: 0;
  animation: pulse-border 2s ease-out infinite;
}

.video-play-button:after {
  z-index: 1;
  transition: all 200ms;
}


.video-play-button:hover:after {
  background-color: darken(#ffffff, 10%);
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.modal .closebtn {
  min-width: auto;
  width: 40px;
  position: absolute;
  right: -46px;
  height: 40px;
  border-radius: 0;
  color: #252525;
  background-color: #ffffff;
}

#homeVideo .modal-dialog {
  max-width: 670px;
}

.our_product_sec {
  background: #f5811e12;
  padding: 80px 0;
}

.our_product_sec .tab-pane {
  padding: 15px;
}

.our_product_sec .nav-tabs {
  position: relative;
  border: none !important;
  /* background-color: #fffbf2; */
  /* box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); */
  /* -webkit-box-shadow: 0 1px 8px 0 rgb(204 106 0 / 15%);
  -moz-box-shadow: 0 1px 8px 0 rgb(204 106 0 / 15%);
  box-shadow: 0 1px 8px 0 rgb(204 106 0 / 15%); */
  /* border-radius: 6px; */
}

.our_product_sec .nav-tabs li {
  margin: 4px 8px !important;
}

.our_product_sec .nav-tabs li button {
  position: relative;
  margin-right: 0px !important;
  padding: 5px 17px !important;
  font-size: 14px;
  /* border: none !important; */
  color: #333;
  border-radius: 100px;
  border: 1px solid #ebebeb;
}

.our_product_sec .nav-tabs button:hover {
  color: #ffffff !important;
  background-color: #FF8711;
}

.our_product_sec .nav-tabs button.active {
  color: #ffffff !important;
  background-color: #FF8711;
}

.product {

  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
}

.our_product_sec .text-box h4 {
  font-weight: 700;
  color: #444;
  font-size: 14px;
  text-transform: capitalize;
}

.image-box {
  max-height: 350px;
  overflow: hidden;
}

.product .image-box {
  border-radius: 10px;
}

.product img {
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.product:hover img {
  transform: scale(1.2);
  overflow: hidden;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

.product:hover .text-box * {
  color: #FF8711;
  transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
}

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

.text-box h4 {
  font-size: 16px;
  font-family: 'open_sansregular';
}

.text-box .price {
  font-size: 20px;
  font-weight: 500;
  color: #ff8711;
}

.dropdown-item:hover,
.dropdown-item:focus {
  color: #ffffff;
  background-color: #ff8711;
}

.dropdown-item:hover a,
.dropdown-item:focus a {
  color: #ffffff;
  transition: 0.1s all;

}

.dropdown-item {
  padding: 0.5rem 1rem;
  color: #888888;
}

.cms_section {
  padding: 80px 0;
}

.section_padd {
  padding: 80px 0;
}

.progress {
  background-color: #262626;
  width: 100%;
  border-radius: 5px;
  animation: 1s ease 0s 1 loadBars;
  overflow: hidden;
}

.progress-bar {
  background: #ff8711;
  border-radius: 2px;

}

.our_skil_box {
  -webkit-box-shadow: 0 10px 10px 0 rgb(204 106 0 / 15%);
  -moz-box-shadow: 0 10px 10px 0 rgb(204 106 0 / 15%);
  box-shadow: 0 10px 10px 0 rgb(204 106 0 / 15%);
  padding: 25px;
  border-radius: 5px;
  background: #fff;
  margin-bottom: 30px;
}
.about_table{
    border: 4px double #f5811e;
}
.about_table_bx{
    border-bottom: 1px solid #f5811e;
    padding: 15px;
    display: flex;
}
.about_table .about_table_bx:last-child{border:0;}
.about_table_bx_right {
    float: right;
    width: 75%;
}
.about_table_bx_left {
    float: left;
    width: 25%;
}
.ajax_add_to_cart{display:none !important;}
.archive .products li{border: 2px solid #f5811e;}
.archive .product_listing .yith-wcan-filter .filter-items li label a{padding-left: 10px;}
.single-product .cart{display:none;}
.single-product .summary .btn{background-color: #f5811e;
    border-radius: 20px 0;
    font-weight: bold;
    padding: 10px;border: 1px solid #f5811e;}
.single-product .summary .btn:hover{background: #fff;
    color: #f5811e;}
#quotenowbtn .modal-header{border-color: #ccc;}
#quotenowbtn .modal-footer{border-color: #ccc;}
.send_quote_close{    background-color: #3e3e40 !important;
    border: 1px solid #3e3e40 !important;}
.send_quote_close:hover{color:#3e3e40 !important;background:#fff !important;}
#quotenowbtn .modal-content {
    padding: 20px !important;
    border-radius: 20px 0 !important;
}
.single-product .woocommerce-Tabs-panel h2{margin-bottom: 35px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 5px;text-transform: uppercase;}
.single-product .woocommerce-Tabs-panel table tr td{font-size:18px;}
.related ul li{border: 2px solid #f5811e;}
#review_form .form-submit input[type="submit"]{border-radius: 20px 0 !important}
@keyframes loadBars {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }

}


.faq-section {}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #ff8711;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
  background: rgb(253 223 202);
  padding-left: 10px;
}

.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.faq .card .card-header .faq-title::after {
  border: none;
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
  position: absolute;
  right: 30px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}

ol.wp-block-latest-comments {
  display: none;
}

.form-control {
  height: 52px;
  background: #fff;
  color: #000;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.7) !important;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.form-control:-ms-input-placeholder {
  /* IE 0+ */
  color: rgba(0, 0, 0, 0.7) !important;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.7) !important;
}

.form-control:focus,
.form-control:active {
  border-color: rgba(0, 0, 0, 0.1);
}

textarea.form-control {
  height: inherit !important;
}

.contact_wrapper {
  width: 100%;
  -webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
  background-color: rgb(244 250 246 / 80%);
}

.info-wrap {
  background: rgb(253 223 202);
}

.info-wrap h3 {
  color: #252525;
}

.info-wrap .dbox {
  width: 100%;
  color: #252525;
  margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
  margin-bottom: 0;
}

.info-wrap .dbox p {
  margin-bottom: 0;

}

.info-wrap .dbox p span {
  font-weight: 600;
  color: #252525;
}

.info-wrap .dbox p a {
  color: #252525;
}

.info-wrap .dbox .icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.info-wrap .dbox .icon span {
  font-size: 20px;
  color: #ff8711;
}

.info-wrap .dbox .text {
  width: calc(100% - 50px);
}

.form-group {
  margin-bottom: 1rem;
}

@media (min-width: 992px) {
  .info-wrap {
    margin-top: -20px;
    margin-bottom: -20px;
    border-radius: 5px;
  }
}

.topMenu a {
  display: block;
  padding: 0.3125rem 0.25rem;
}

#page {
  background-color: transparent;
}

.entry-content li,
.comment-content li,
.mu_register li {
  margin-bottom: 15px;
}

.entry-content h1,
.comment-content h1,
.entry-content h2,
.comment-content h2,
.entry-content h3,
.comment-content h3,
.entry-content h4,
.comment-content h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: #252525;
}

.cms_text h5 {
  font-size: 1.25rem;
}

.product_listing .site-content {
  float: none;
  width: 100%;
}


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


.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;
  -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%);
  background-color: #FFFFFF;
}

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

.blog_post_text .category_name {
  background: #ff8711;
  color: #ffffff;
  margin: 0 10px 0 0;
  padding: 2px 11px;
  border-radius: 100px;
  display: inline-block;
  font-size: 15px;
}

.blog_post_img {
  height: 100%;
}

.blog_post_img img {
  height: 470px;
  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;
}

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

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

.post_user_name .date {
  color: #919191;
}

#secondary {
  display: none;
}

.cartpage .woocommerce-cart-form {
  display: block;
  width: 100%;
  margin-top: 30px;
  margin-right: 50px;

}

.cartpage .cart-collaterals {
  width: 50%;
  margin-left: auto;
}

.cartpage {
  display: flex;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  float: none;
  width: 100%;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {

  font-size: 14px;
  text-transform: capitalize;
}

.woocommerce table.shop_table {
  background: #f6faf5;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 180px;
}

#add_payment_method table.cart td.actions .coupon .input-text,
.woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout table.cart td.actions .coupon .input-text {
  line-height: 26px;
  padding: 0.618em 1em;
}

.woocommerce table.cart td.actions .coupon label,
.woocommerce-page #content table.cart td.actions .coupon label,
.woocommerce-page table.cart td.actions .coupon label {
  display: none;
}

#customer_details {
  box-shadow: 0 10px 50px 0 rgb(204 106 0 / 9%);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}

h3#order_review_heading,
.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3 {
  font-size: 22px;
}

.entry-content h3,
.comment-content h3 {
  font-size: 22px;
}

.woocommerce form .form-row input.input-text {
  min-height: 52px;
  background: #fff;
  color: #777;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

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

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #e5e5e5;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #777;
  line-height: 52px;
}

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



#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
  background: #f6faf5;

}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  background: #f6faf5;
  padding: 30px;
  border-radius: 10px;
}


.custom_box {
  box-shadow: 0 10px 50px 0 rgb(204 106 0 / 9%);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 30px;
}


.woocommerce-MyAccount-content,
.woocommerce-MyAccount-navigation {
  box-shadow: 0 10px 50px 0 rgb(204 106 0 / 9%);
  border-radius: 10px;
  padding: 30px;
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
  margin-left: 0;
  background: #f6faf5;
  padding: 8px 10px;
  margin-bottom: 2px;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  width: 100%;
}

.woocommerce-MyAccount-navigation ul li.is-active {
  background: #fddfca;

}

.entry-content a:visited,
.comment-content a:visited {
  color: unset;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout {
  text-align: center;
  background: #ff8711;
}

.woocommerce-account .addresses .title h3 {
  float: left;
  font-size: 20px;
}


.woocommerce-account .addresses .title .edit {
  color: #ff8711;
}

.woocommerce ul.products li.product .button {
  width: 100%;
}

.woocommerce ul.products li.product .onsale {
  margin: 0;
}

.onsale {
  display: none;
}

.woocommerce ul.products li.product a img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 0 1em;
  box-shadow: none;
  object-fit: cover;
  transform: scale(1);
}

.single-post #primary {
  width: 100%;
}
img.wp-post-image {
    box-shadow: none;
    width: 100%;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
}

.variations .variable-items-wrapper .variable-item {
  background-color: #f6faf5 !important;
  box-shadow: none !important;
}

.variations .variable-items-wrapper .variable-item.selected {
  background-color: #ff8711 !important;
  border-width: 1px !important;
  box-shadow: none !important;
  color: #ffffff !important;
}

.reset_variations {
  white-space: nowrap;
  font-size: 16px !important;
  line-height: 26px;
  text-align: center;
  letter-spacing: 1px;
  background-color: #d9d9d9 !important;
  background-image: none;
  box-shadow: none;
  color: #000000 !important;
  transition: 0.5s all;
  padding: 4px 10px;
  border-radius: 5px;
  display: none !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2% 2% 0;
  width: 23%;

}

.woocommerce ul.products li.product:hover a img,
.woocommerce-page ul.products li.product:hover a img {
  transform: scale(1);
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-size: 16px;
  font-family: 'open_sansregular';
  padding: 0px 15px;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.woocommerce div.product .product_title {
  font-size: 40px;
  margin-top: 20px;
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.single_product_review {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.single_product_sku {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-product-details__short-description {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce ul.products li.product .price {
  color: #ff8711;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

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

.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #ff8711;
  color: #ffffff;
}

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

.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 div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  font-size: 2em;
  z-index: 9;
  width: 36px;
  height: 36px;
  background: #fff;
  text-indent: -9999px;
  border-radius: 100%;
  box-sizing: content-box;
}

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

.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 img {
  transform: scale(1);
}

.woocommerce div.product {
  padding: 15px;
}

.summary.entry-summary .product_category {
  float: left;
  width: 100%;
}

.product_category span {
  background: #ff8711;
    color: #ffffff;
    margin: 0 10px 0 0;
    padding: 5px 20px;
    font-size: 15px;
    white-space: nowrap;
    float: left;
    margin-bottom: 20px;
    border-radius: 20px 0;
}

.woocommerce-tabs.wc-tabs-wrapper,
section.related.products {
  width: 90% !important;
  max-width: 90% !important;
  margin: 0 auto;
}

.product_details .summary.entry-summary {
  background: #fff;
  padding: 10px 5px 5px 5px;
  width: 50%;
}

.product_details .product {
  box-shadow: none;
}

small.woocommerce-price-suffix {
  display: none;
}

.nav-single span a {
  color: #ff8711;
}

.nav-item.dropdown .fa-angle-down {
  display: none;
}

.navbar .navbar-nav .current_page_item .dropdown-menu a {
  background-color: #ffffff;
  color: #000000;
}

.woocommerce-product-details__short-description ul {
  padding-left: 0;
}

.woocommerce-product-details__short-description ul li {
  margin-bottom: 10px;
  line-height: normal;
}

.woocommerce-product-details__short-description ul li::before {
  content: "✔";
  font-family: "Font Awesome 6 Free";
  font-weight: 400;
  color: #17a302;
  font-size: 22px;
  margin-right: 10px;

}

section.related.products {
  /* background: #fff; */
  padding: 80px 0;
}

.rewview_section {
  padding: 80px 0;
  background: #fff0e1;
  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;
}

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

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

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

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

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

section.related.products h2::before {
  background: url(../img/headingbg.png);
  content: "";
  height: 96px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -25px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-position: center;
  opacity: 0.2;
}

.woocommerce-loop-product__title::before {
  display: none !important;
}

section.related.products h2 {
  font-size: 36px;
  z-index: 1;
  text-align: center;
  position: relative;
  padding-bottom: 60px;
}

.global_news {
  background-color: rgba(255, 135, 17, 0.6);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 5px 0;
}

.global_news p {
  font-weight: bold;
  margin: 0 auto;
  font-size: 14px;
  text-align: center;
  width: 65%;
}

.single_product_review .singl_review_ctn i {
  float: left;
  width: 18px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 22px;
  color: #666;
  font-style: normal;
}

.single_product_review .singl_review_ctn i.fill {
  color: #ff8711;
}

.single_product_review .singl_review_ctn i:before {
  content: '★';
}

.single_product_review .review_count_ctn {
  margin-top: 7px;
  display: inline-block;
  margin-left: 17px;
  font-size: 14px;
}

a.button.wp-element-button.product_type_variable.add_to_cart_button {
  display: none !important;
}












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

  }

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

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

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

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

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

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

  .navbar .dropdown-toggle::after {
    display: none;
  }

  .nav-item.dropdown .fa-angle-down {
    display: block;
    position: absolute;
    right: 0;
    background: #fff;
    width: 50px;
    height: 50px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    top: 0;
  }

  .navbar-nav .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }

  .whats-float {
    top: 130px;
  }

  .sub_banner_text h2 {
    font-size: 30px;
  }
}

@media (min-width: 1025px) {
  .outer-circle {
    background-image: linear-gradient(#ff8711, #ffe5aa, #fffbf2);
    -webkit-animation: rotateCircle 15s linear infinite;
    animation: rotateCircle 15s linear infinite;

  }

  .outer-circle .inner-circle {
    animation: rotateCircle 15s linear infinite reverse;
  }


}

@media (max-width: 1024px) {
  .outer-circle {
    width: 100%;
    height: auto;
    border-radius: 0;
  }

  .outer-circle .inner-circle {
    width: 100%;
    height: auto;
    border-radius: 0;
    background: transparent;
  }


  .slider_text h2 {
    font-size: 40px;
  }

  .slider_text h3 {
    font-size: 25px;
  }

  .owl-carousel .owl-item .slider_text p {
    font-size: 16px;
  }

  .about-section,
  .our_product_sec,
  .refined_oils_section,
  .whyus_bg,
  .testimonials_section,
  .cms_section,
  .section_padd {
    padding: 60px 0;
  }

  .flex-viewport {
    width: 100%;
  }

  .woocommerce div.product div.images .flex-control-thumbs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  .woocommerce div.product div.images .flex-control-thumbs li {
    max-width: 60px;
    margin-top: 10px;
    margin-right: 5px;
  }
}

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

  .faq {
    margin-bottom: 30px;
  }

  .faq .card .card-header .faq-title {
    line-height: 26px;
    margin-top: 10px;
  }

  .about-section .about-img {
    margin-bottom: 70px;
  }

  footer .top_footer img {
    max-width: 250px;
  }

  .our_product_sec .slider {
    display: none;
  }

  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    width: 48%;
  }

  .about-section,
  .our_product_sec,
  .refined_oils_section,
  .whyus_bg,
  .testimonials_section,
  .cms_section,
  .section_padd {
    padding: 40px 0;
  }



  .woocommerce .col2-set .col-1,
  .woocommerce-page .col2-set .col-1,
  .woocommerce .col2-set .col-2,
  .woocommerce-page .col2-set .col-2 {
    width: 100%;
  }

  .woocommerce-column.woocommerce-column--1.woocommerce-column--billing-address.col-1 {
    margin-bottom: 30px;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 100%;
    float: left;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 100%;
    float: left;
  }

  .cartpage {
    display: block;
  }

  .cartpage .cart-collaterals {
    width: 100%;
    margin-left: auto;
  }
  .sub_banner .banner img {
    width: 100%;
    height: auto;
    
    
  }
  .sub_banner_text h2 {
    font-size: 24px;
  }

  .sub_banner_text .breadcrumb * {
    font-size: 16px;
  }
}

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

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

  .about-section,
  .our_product_sec,
  .refined_oils_section,
  .whyus_bg,
  .testimonials_section,
  .cms_section,
  .section_padd {
    padding: 30px 0;
  }

  .title_hed h2 {
    font-size: 24px;
  }

  .global_news p {
    width: 95%;
    font-size: 12px;
  }

  .sub_banner_text h2 {
    display: none;
font-size: 20px;
  }

  .sub_banner_text .breadcrumb * {
    font-size: 14px;
  }

  .woocommerce div.product .product_title {
    font-size: 30px;
  }
  .whats-float {
    top: 89px;
  }
}

@media (max-width: 567px) {
  .logo {
    max-width: 180px !important;
  }

  .navbar-light .navbar-brand {
    margin-left: 0px !important;
  }

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

  .our_product_sec .nav-tabs {
    display: block;
  }

  .our_product_sec .nav-tabs li {
    border-bottom: 0px solid #ff8711;
  }

  .woocommerce-page table.cart td.actions .coupon .button,
  .woocommerce-page table.cart td.actions .coupon .input-text,
  .woocommerce-page table.cart td.actions .coupon input {
    width: 100% !important;
  }

  .sub_banner .banner img {
    width: 100%;
    height: auto;
  }
  .sub_banner_text h2 {
  display: none;    
font-size: 18px;
  }

  .sub_banner_text .breadcrumb * {
    font-size: 12px;
  }
}

