/*
  Theme Name: Flatsome Child
  Description: This is a child theme for Flatsome Theme
  Author: UX Themes
  Template: flatsome
  Version: 5.0
  */


/*************** ADD CUSTOM CSS HERE.   ***************/

body {
  margin: 0!important;
  font-family: 'Poppins', sans-serif!important;
  font-size: 1rem!important;
  font-weight: 400!important;
  line-height: 1.5!important;
  color: #212529!important;
  text-align: left!important;
  background-color: #fff!important;
  overflow-x: hidden;
}

.header-logo {
  display: none!important;
}

.header-logo-dark {
  display: inline-block!important;
  max-height: initial!important;
}

#logo {
  width: auto!important;
}

.header-main {
  height: auto!important;
  padding-top: 0.625rem!important;
  padding-bottom: 0.625rem!important;
  background-color: #f7f8f9!important;
}

.header-inner~div.container {
  display: none!important;
}

.header-bottom .header-nav li {
  padding: 0 1.5%!important;
  line-height: 60px!important;
  position: relative!important;
  margin: 0!important;
}

.header-bottom .header-nav li a {
  color: #2e8b86!important;
  font-family: 'Poppins', sans-serif!important;
  font-size: 16px!important;
  font-weight: 500!important;
  font-style: normal!important;
  text-transform: none!important;
  padding: 0;
}

.header-bottom .flex-row.container {
  max-width: 100%!important;
}

.header-bottom .flex-row.container>div {
  width: 100%!important;
  -webkit-box-flex: 0!important;
  -webkit-flex: 0 0 100%!important;
  -ms-flex: 0 0 100%!important;
  flex: 0 0 100%!important;
  max-width: 100%!important;
}

.header-bottom ul.header-nav {
  display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
  -webkit-flex-wrap: wrap!important;
  -ms-flex-wrap: wrap!important;
  flex-wrap: wrap!important;
  -webkit-box-align: center!important;
  -webkit-align-items: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
  -webkit-box-pack: center!important;
  -webkit-justify-content: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;
}

.header-bottom {
  background-color: #fff!important;
  -webkit-box-shadow: inset 0 2px 2px -2px rgb(0 0 0 / 20%)!important;
  box-shadow: inset 0 2px 2px -2px rgb(0 0 0 / 20%)!important;
}

.header-bottom .header-nav li a:hover {
  color: #73b7cc!important;
  text-decoration: underline!important;
}

.specs {
  padding: 0!important;
  border-top: 1px solid #9b9b9b;
  border-bottom: 1px solid #9b9b9b;
}

.specs .col {
  padding: 5px 0;
}

.specs p {
  margin-bottom: 0;
}

.specs .col+.col>div {
  border-left: 1px solid #9b9b9b;
}

.specs .col>div {
  text-align: center;
  padding: 0 10px;
  height: 100%;
}

.specs .row {
  max-width: 100%;
}

.slider-wrapper .img-inner {
  margin: 15px 0 0 0!important;
  height: 100%;
}

ol.flickity-page-dots li.dot {
  width: 20px;
  height: 5px;
  background: rgba(0, 0, 0, .4);
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 0;
}

ol.flickity-page-dots li.dot.is-selected {
  background-color: #000!important;
}

.heading-main h2 {
  color: #fff;
  border: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #175454;
  padding: 5px 20px 8px;
  font-size: 30px;
  display: inline-block;
  width: auto;
  font-weight: 600;
  margin-bottom: 0;
}

.heading-main {
  margin-bottom: 30px!important;
  max-width: -webkit-calc(100% - 30px);
  max-width: calc(100% - 30px);
  margin: 0 auto;
}

.visit-stores .text+.text {
  text-align: justify!important;
  font-size: 17px;
  letter-spacing: 0;
  line-height: 26px;
  max-width: 1170px;
}

.visit-stores .text {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 15px;
}

.heading-main.h-m-sky h2 {
  background-color: #b9ddd0;
  color: #175454;
}

.product-collections .box-text {
  position: static;
  margin-bottom: 0.5rem;
  padding: 0;
  margin-top: 15px;
}

.product-collections .box-text h5 {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.box-badge:hover .box-text {
  background-color: transparent;
}

.product-collections .product-category {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.product-collections .products.row {
  max-width: 1170px;
  padding: 0 15px;
}

.news .row {
  max-width: 1170px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newsletter h2 {
  font-size: 48px;
  color: #50e3c2;
  margin-bottom: 0;
}

.newsletter .form-flat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.newsletter .form-flat input:not([type="submit"]) {
  background-color: #fff;
  -webkit-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 0 30px;
}

.newsletter .form-flat input[type="submit"] {
  -webkit-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #b9ddd0;
  padding: 0 50px;
  font-size: 18px;
  font-weight: 500;
  margin-right: 0;
  width: 200px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 200px;
  -ms-flex: 0 0 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.newsletter form span.your-email {
  width: 360px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 360px;
  -ms-flex: 0 0 360px;
  flex: 0 0 360px;
  max-width: 360px;
}

.newsletter .form-flat input {
  height: 60px;
  margin-bottom: 0;
}

form .wpcf7-spinner {
  display: none;
}

.newsletter {
  background-color: #175454!important;
}

.newsletter .form-flat input[type="submit"]:hover {
  background-color: #b9ddd0;
  color: #c3e3ea;
}

.work .text~.text {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
}

.work .row {
  max-width: 1170px;
}

.work .col-inner {
  cursor: pointer;
  text-align: center;
}

.work .col-inner a.button,
.work-with-body .col-inner a.button,
.blog-single form input[type="submit"],
.my-account a.woocommerce-Button.button,
.woocommerce-Address header a,
.edit-account button.woocommerce-Button.button,
.wishlist_table .add_to_cart,
.product-main button.single_add_to_cart_button,
.product-footer .comment-respond input[type="submit"],
.account-container button[type="submit"],
form.lost_reset_password button[type="submit"],
.xoo-cp-btns a,
header a.wc-forward,
.cart-container .cart-collaterals.large-5 a.wc-forward,
.coupon input[type="submit"],
.cart-container .actions button,
.cart-container a.wc-backward,
.woocommerce-mini-cart__buttons a.wc-forward,
a.view,
.woocommerce-orders-table .button.pay,
.woocommerce-orders-table .button.cancel,
.form-row.place-order button,
p.order-again a,
.woocommerce-address-fields p button,
.cart-container.container.page-wrapper.page-checkout .woocommerce .form-row button,
.product-small a.button.product_type_simple,
.product-small .button.product_type_variable {
  color: #fff;
  border: none;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #4fbba3!important;
  padding: 10px 20px;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  min-height: inherit;
}

.work-with-body .col-inner a.button:hover,
.blog-single form input[type="submit"]:hover,
.my-account a.woocommerce-Button.button:hover,
.woocommerce-Address header a:hover,
.edit-account button.woocommerce-Button.button:hover,
.wishlist_table .add_to_cart:hover,
.product-main button.single_add_to_cart_button:hover,
.product-footer .comment-respond input[type="submit"]:hover,
.account-container button[type="submit"]:hover,
form.lost_reset_password button[type="submit"]:hover,
.xoo-cp-btns a:hover,
header a.wc-forward:hover,
.cart-container .cart-collaterals.large-5 a.wc-forward:hover,
.coupon input[type="submit"]:hover,
.cart-container .actions button:hover,
.cart-container a.wc-backward:hover,
.woocommerce-mini-cart__buttons a.wc-forward:hover,
a.view:hover,
.woocommerce-orders-table .button.pay:hover,
.woocommerce-orders-table .button.cancel:hover,
.form-row.place-order button:hover,
p.order-again a:hover,
.woocommerce-address-fields p button:hover,
.cart-container.container.page-wrapper.page-checkout .woocommerce .form-row button:hover,
.product-small a.button.product_type_simple:hover,
.product-small .button.product_type_variable:hover {
  outline: none;
  opacity: 1;
  color: #fff;
  -webkit-box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
  box-shadow: inset 0 0 0 100px rgb(0 0 0 / 20%);
}
.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a {
	margin-bottom: 0!important;
}
.woocommerce-orders-table__cell-order-actions a + a {
    margin-left: 5px;
}
form.lost_reset_password {
    max-width: 500px;
    margin: 30px auto 0;
    padding: 30px;
    box-shadow: 0 0 8px rgba(0,0,0,.2);
    border-radius: 5px;
}

form.lost_reset_password p {
    width: 100%;
}
.my-account a.woocommerce-Button.button {
  margin-bottom: 0;
}
.woocommerce-Address {
    border: 2px solid #c7c7c7;
    padding: 15px!important;
    width: calc(50% - 15px);
}

.my-account .addresses {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
}

.woocommerce-Address header {
    padding-right: 100px;
    position: relative;
    margin-bottom: 20px;
}

.woocommerce-Address header a {
    position: absolute;
    left: auto;
    right: 0;
    top: 0;
}

.work .col-inner .button span {
  line-height: 1;
}


/* 27-01-2022 */


/*Common Styling Start*/

.header-top {
  background-color: #2e8b86;
  padding: 5px 0;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}

footer#footer {
  margin-top: 70px;
}

.header-top .html_topbar_left strong {
  font-weight: 500;
  text-align: center;
  display: inline-block;
  line-height: 16px;
}

.row {
  max-width: 1170px;
}


/* Home Page Design Start */

.header-bottom .header-nav li .nav-dropdown .menu-item a {
  font-size: 0.9em !important;
  font-weight: 500 !important;
  border: none;
  padding: 4px;
  line-height: 1.25;
}

.header-bottom .header-nav li.current-dropdown>.nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  min-width: 198px;
  padding: 5px 0;
  margin: 2px 0 0;
  border: 1px solid rgba(0, 0, 0, .15);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px #0000002d;
  box-shadow: 0 6px 12px #0000002d;
}

.prefer_hempWell {
  border: 0;
}

.prefer_hempWell .prefer_hempWell_topRow .col {
  padding-bottom: 5px;
}

.prefer_hempWell .prefer_hempWell_topRow .col p {
  margin: 0;
  font-weight: 600;
}

.prefer_hempWell .box-text-inner .text a {
  background: rgb(204, 224, 245);
  padding: 0 2px;
}

.product-collections .heading-main {
  margin-bottom: 50px !important;
}

.product-collections .heading-main {
  margin-bottom: 50px !important;
}

.product-collections .box {
  margin-bottom: 40px;
}

.product-collections .box p {
  display: none;
}

.product-collections .box .box-image {
  margin-bottom: 35px;
}

.best_selling .woocommerce-loop-product__link,
.products-listing .woocommerce-loop-product__link,
.shop-container .woocommerce-loop-product__link {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px !important;
  color: #484b4f;
  margin-bottom: 15px !important;
}

.best_selling .box-text-products,
.products-listing .box-text-products,
.shop-container .box-text-products {
  text-align: center;
}

.best_selling p.category,
.products-listing p.category,
.shop-container p.category {
  display: none;
}

.best_selling span.woocommerce-Price-amount,
.products-listing span.woocommerce-Price-amount,
.shop-container span.woocommerce-Price-amount {
  margin-bottom: 15px;
  color: #212529;
  font-size: 16px;
  font-weight: 600;
}

.best_selling .box-image img,
.products-listing .box-image img,
.shop-container .box-image img {
  height: 270px;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-widgets.footer {
  background: #313b49;
  color: #8a9098;
}

.footer-widgets.footer .widget_block h2,
.footer-widgets.footer span.widget-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 1.6875em;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
}

.footer-widgets.footer .widget_block h3.footer_innerHeading {
  color: #fff;
  font-size: 1rem;
  font-weight: normal;
  margin: 60px 0 0 0;
}

.footer-widgets.footer .widget_block p {
  font-size: .875rem;
}

.footer-widgets.footer .widget_block a {
  color: #8a9098;
  cursor: pointer;
}

.footer-widgets.footer .widget_block a:hover {
  color: #fff;
}

.best_selling a.add_to_cart_button,
.products-listing .add_to_cart_button,
.shop-container .add_to_cart_button {
  background: #4fbba3;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  font-weight: 400;
  width: 180px;
  text-transform: capitalize;
}

.best_selling .image-tools.grid-tools,
.products-listing .image-tools.grid-tools,
.shop-container .image-tools.grid-tools {
  display: none;
}

.footer ul.socialMedia {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer ul.socialMedia li {
  border: none;
}

.footer ul.socialMedia li:not(:last-child) {
  margin-right: 12px;
}

.footer ul.socialMedia li a {
  font-size: 28px;
  padding: 0;
}

.footer-widgets.footer .widget .is-divider {
  display: none;
}

.footer-widgets.footer #menu-footer-menu li.menu-item {
  border: none;
}

.footer-widgets.footer #menu-footer-menu li.menu-item a {
  color: #fff;
  padding: 0;
  font-size: 0.825rem;
}

.footer-widgets.footer #menu-footer-menu li.menu-item a:hover {
  color: #73b7cc;
  text-decoration: underline;
}

.searchform input[type="search"] {
  color: #484b4f;
  -webkit-border-radius: 0.1875rem 0 0 0.1875rem;
  border-radius: 0.1875rem 0 0 0.1875rem;
  border: 2px solid #e1e3e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 1rem;
}

.searchform button.submit-button {
  background: #165557;
  font-size: 14px;
  line-height: 38px;
}

.absolute-footer.dark {
  display: none;
}

.footer.footer-2 {
  background: #2c343f;
  border: none;
  padding: 10px 0;
}

.footer.footer-2 .widget_block {
  margin: 0;
  text-align: center;
  font-size: .875rem;
}

.footer.footer-2 .widget_block p {
  margin: 1rem 0 0 0;
  color: #8a9098;
  font-size: .875rem;
}

.footer-widgets.footer .widget_block .bottom_footerLinks a:not(:last-child)::after {
  content: '/';
  padding: 12px;
}

.slider-wrapper .flickity-page-dots {
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  margin-top: 19px;
}

.underline {
  text-align: center;
  position: relative;
  display: table;
  margin: 0 auto;
}

.underline::before {
  content: '';
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #4fbba3;
  height: 3px;
  width: 500px;
}

.underline::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #4fbba3;
  height: 3px;
  width: 500px;
}


/* Home Page Design End */


/* About Page Design Start */

.number_section .col-inner {
  border: 1px solid #fff;
  padding: 45px 10px;
  height: 100%;
}

.number_section .text.number_heading {
  font-size: 35px;
  font-weight: 300;
  color: #fff;
}

.number_section .text.number_heading h2 {
  margin-bottom: 20px;
}

.number_section .text p {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
}

.number_section .col {
  padding-bottom: 0;
}

.about_testimonial {
  padding: 80px 15px 40px !important;
}

.about_testimonial h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 80px;
  line-height: 1.5;
}

.about_testimonial p {
  font-size: 10px;
  margin-bottom: 0;
  letter-spacing: 2px;
}

.innerAbout h2 {
  font-size: 30px;
  color: #364146;
  margin-top: 0;
  font-weight: 700;
  margin-bottom: 5px;
}

.innerAbout h4 {
  font-size: 30px;
  color: #364146;
  margin-top: 0;
  font-weight: 300;
}

.innerAbout p {
  font-size: 14px;
  margin-bottom: 35px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 20px;
}

.innerAbout {
  padding-bottom: 0 !important;
}

.innerAbout .col {
  padding-bottom: 1px;
}


/*About Page Design End*/


/* Retail store page design start */

/*.retail_heading h2 {
  font-size: 40px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #484b4f;
}*/

.retail_heading p {
  color: #212529;
  font-size: 15px;
}

.retail_heading .col {
  padding-bottom: 0;
}

.retail_heading {
  padding-bottom: 0 !important;
}

.retail_timing .retail_timing_heading h3 {
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.2;
  font-size: 1.75rem;
  color: #484b4f;
}

.retail_timing .retail_timing_area p {
  margin: 0 0 1.625em;
  font-size: 15px;
  line-height: 23px;
}

.retail_timing,
.retail_storeImages {
  padding-bottom: 0 !important;
}


/* Retail store page design End */


/* Policy Pages Design start  */

.policy_page {
  max-width: 620px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.policy_page h2 {
  font-size: 2.5rem;
}

.policy_page {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.policy_page strong {}

.policy_page p {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
}

.policy_page p strong {
  margin-bottom: 2px;
  display: inline-block;
}


/* Policy Pages Design End  */

.slider-lab-reports .flickity-slider img {
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-container {
  max-width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
}

.member {
  background-color: #185353!important;
}

.member h4 {
  font-size: 30px;
  color: #fff;
  margin: 20px auto;
  text-align: center;
  line-height: 1.2;
  max-width: 700px;
}

.member img {
  height: 162px;
  width: auto;
}

.member .row>div:first-child {
  width: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.member .row>div:last-child {
  width: 34%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
  text-align: center;
}

.member .row>div {
  padding-bottom: 0;
}

.accordion-title {
  font-weight: 700;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb;
  padding: 10px 15px 10px 35px;
  color: #185353!important;
  background: #d4d6d6;
  font-size: 13px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

.accordion-title button.toggle {
  width: auto;
  height: auto;
  opacity: 1;
  min-height: initial;
  top: 7px;
  left: 10px;
}

.certification h2 {
  margin-bottom: 50px;
}

.certification .col-inner {
  background-color: #f0f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}

.certification .col-inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: auto;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  bottom: 60px;
}

.certification .col-inner .img {
  margin-bottom: 0;
  cursor: pointer;
}

.certification .col-inner .text {
  padding: 10px;
  width: 100%;
}

.certification .col-inner a {
  margin: auto 0 10px;
  padding: 5px 15px!important;
  line-height: 1;
  background-color: #185353;
}

.member .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-inner {
  padding: 10px;
}

.wpcf7 .wpcf7-not-valid-tip {
  margin-top: 10px;
}

.wpcf7-response-output {
  position: relative;
  color: #fff!important;
}

.newsletter .wpcf7-response-output {
  max-width: 550px;
  margin: 10px auto 0!important;
}

.newsletter .wpcf7-not-valid-tip {
  display: none;
}

.product-small .price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.curious h2 {
  padding: 0 15px;
}

.certification h4 i {
  margin-left: 10px;
}

.ti-footer {
  display: none!important;
}

.banner-layers.container {
  max-width: 100%;
  padding: 0;
}

.banner-layers .text-box {
  width: 100%!important;
  height: 100%;
}

.banner-layers .text-inner {
  position: relative;
  height: 100%;
}

.banner-layers .text-inner .text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80%;
}

.banner-layers .text-inner .text h3 {
  font-family: Poppins;
  color: #fff!important;
  font-size: 36px;
}

.banner-layers .text-inner .text p {
  font-size: 18px;
  line-height: 26px;
  color: #fff!important;
  margin: 0;
  font-weight: 600;
}

.flickity-slider .banner:last-child .banner-layers .text-inner .text p,
.flickity-slider .banner:last-child .banner-layers .text-inner .text h3 {
  color: #212529!important;
}

.flickity-slider .banner .button {
  background-color: #222;
  color: #fff;
  font-size: 16px;
  padding: 10px 30px;
  line-height: 1;
  font-weight: 600;
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none!important;
}

.banner-layers .text-inner .img {
  width: 100%!important;
  height: 100%;
}

.banner-layers .text-box-content {
  height: 100%;
}

.slider-wrapper .img-inner img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custome_class_form input:not([type="submit"]),
.custome_class_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color .1s;
  -o-transition: border-color .1s;
  transition: border-color .1s;
  background-color: #fff;
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border: 2px solid #e1e3e4;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 16px;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  padding: 10px 15px;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #484b4f;
  background-color: #fff;
  height: 56px;
}

.custome_class_form input:not([type="submit"]):hover,
.custome_class_form textarea:hover {
  border-color: #96999c;
}

.custome_class_form input:not([type="submit"]):focus,
.custome_class_form textarea:focus {
  border-color: #2e8b86;
}

.custome_class_form>span {
  margin-bottom: 25px;
  display: block;
}

.custome_class_form>span .wpcf7-not-valid-tip {
  background-color: transparent;
  padding: 0;
  margin-top: 0;
  font-size: 14px;
  position: absolute;
  top: -webkit-calc(100% + 2px);
  top: calc(100% + 2px);
}

.custome_class_form>span .wpcf7-not-valid-tip::after,
.custome_class_form .wpcf7-spinner,
form::before,
.fotter_contact_form form .wpcf7-not-valid-tip {
  display: none!important;
}

.contact_form_spinner form::before {
  display: inline-block!important;
  top: auto!important;
  bottom: 10px!important;
  left: 255px!important;
}

.contact_form_spinner form {
  position: relative;
}

.fotter_contact_form .wpcf7-response-output {
  margin: 0!important;
}

.custome_class_form+.wpcf7-response-output {
  color: #333!important;
  margin-left: 12%!important;
}

.custome_class_form input[type="submit"] {
  -webkit-border-radius: 0.1875rem;
  border-radius: 0.1875rem;
  border-style: solid;
  border-width: 2px;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  margin: 0;
  outline: 0;
  padding: 5px 25px;
  position: relative;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #2e8b86;
  border-color: #2e8b86;
  color: #fff;
  line-height: 1;
  min-height: 50px;
  text-transform: none;
  font-weight: 500;
}

.custome_class_form input[type="submit"]:hover,
.custome_class_form input[type="submit"]:focus {
  background-color: #7ec9e0;
  border-color: #7ec9e0;
  color: #fff;
}

.custome_class_form {
  padding-left: 12%;
}

strong.italic {
  font-style: italic;
}

.member~section+section {
  padding-top: 0!important;
}

.newsletter form::before {
  left: 340px!important;
  display: inline-block!important;
}

.newsletter form {
  max-width: 580px;
  margin: 0 auto;
}

.fotter_contact_form input[type="email"],
.searchform input {
  background-color: #fff!important;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 0!important;
  height: 40px;
}

.fotter_contact_form .wpcf7-submit {
  background-color: #2e8b86!important;
  border-color: #2e8b86!important;
  font-weight: 500;
}

.fotter_contact_form .wpcf7-submit:hover,
.fotter_contact_form .wpcf7-submit:focus,
.searchform button.submit-button:hover,
.searchform button.submit-button:focus {
  background-color: #7ec9e0!important;
  border-color: #7ec9e0!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
}

.top-img img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.pills,
.insomnia .img {
  margin: 30px auto;
  max-width: 700px;
  width: 100%!important;
}

.products-listing .products>.product-small {
  padding: 15px;
}

.italic {
  font-style: italic;
}

.italic-and-bold {
  font-style: italic;
  font-weight: bold;
}

.stress .italic-and-bold {
  font-weight: 700;
  font-size: 24px;
  font-family: 'Raleway';
  margin-top: 60px;
}

.stress a,
.link,
p.lost_password > a,
.message-container.medium-text-center a {
  color: #007bff;
  text-decoration: none;
}

.stress a:hover,
.link:hover,
p.lost_password > a:hover,
.message-container.medium-text-center a {
  text-decoration: underline;
  color: #007bff;
}

.stress .italic {
  max-width: 780px;
}

.research h4,
.potential-benefits h4 {
  color: #fff;
  border: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-color: #1b5353;
  padding: 4px 15px;
  font-family: Poppins;
  margin-bottom: 30px;
  display: inline-block;
  width: auto;
  font-weight: 500;
  font-size: 15px;
}

.research h5 {
  color: #000;
  font-weight: bold;
}

.research .row>.col:first-child {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.research .row>.col:last-child {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.disorders .italic {
  max-width: 720px;
}

.disorders .italic-and-bold {
  color: #000;
  font-family: Raleway;
  font-size: 22px;
  font-weight: 700;
  margin-top: 60px;
}

.potential-benefits .row>.col:first-child {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.potential-benefits .row>.col:last-child {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.question-banner .box {
  position: relative;
}

.question-banner .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 20px;
}

.question-banner h4 {
  font-size: 52px;
  font-family: Poppins;
  color: #fff;
  font-weight: normal;
}

.question-banner p {
  font-size: 35px;
  line-height: 40px;
  font-family: Poppins;
  color: #b8e986;
}

section.faqs,
.product-footer #accordion-container {
  border-style: solid;
  border-color: #000;
  border-width: 3px;
  padding: 18px 15px!important;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
}

.faqs .accordion-title {
  font-weight: 700;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ebebeb #ebebeb #50e3c2;
  padding: 15px 15px 15px 40px;
  color: #000!important;
  background: #eee;
  font-family: Poppins;
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 15px;
}

.faqs .accordion-title i::before {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 16px;
}

.faqs .accordion-title.active i::before {
  content: "\f068";
}

.faqs .accordion-title button {
  -webkit-transform: none!important;
  -ms-transform: none!important;
  transform: none!important;
  top: 6px;
  margin-right: 0;
  left: 15px;
}

.faqs .accordion-inner {
  padding: 30px 0;
}

.heading-products {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.heading-products h2 {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  color: #000;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 0;
  background-color: #fff;
  max-width: -webkit-calc(100% - 40px);
  max-width: calc(100% - 40px);
}

.heading-products::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #b9ddd0;
  top: 50%;
  z-index: -1;
}

.cbd-products .product-category {
  width: 20%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 15px;
}

.cbd-products .products.row {
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px;
  max-width: initial;
}

.cbd-products .products .box-text {
  position: static;
  padding: 15px 0;
}

.cbd-products .products .box-text h5 {
  text-align: center;
  font-family: Poppins;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.2;
  color: #484b4f;
  text-transform: none;
  margin-top: 30px;
}

.cbd-products .products .box-text p {
  display: none;
}

.favourite h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 30px;
}

.favourite p {
  color: #fff;
  font-size: 24px;
  max-width: 1170px;
  margin: 0 auto;
}

.favourite {
  padding: 0 15px;
}

.wholesale-banner .section-content {
  position: relative;
}

.wholesale-banner .box-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.wholesale-banner .box-text h4 {
  font-size: 53px;
  background-color: #9b9b9b;
  width: auto;
  display: inline-block;
  padding: 0 15px;
  font-weight: normal;
  color: #fff;
}

.welcome-wholesale .heading-main {
  margin-bottom: 60px!important;
}

.welcome-wholesale .row .col:first-child {
  width: 66%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66%;
  -ms-flex: 0 0 66%;
  flex: 0 0 66%;
  max-width: 66%;
}

.welcome-wholesale .row .col:last-child {
  width: 34%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 34%;
  -ms-flex: 0 0 34%;
  flex: 0 0 34%;
  max-width: 34%;
}

.welcome-wholesale h5 {
  color: #4a4a4a;
  border: 2px solid;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  background-color: #fff;
  padding: 0.5em 1em;
  font-family: Poppins;
  font-size: 17px;
  margin-top: 20px;
  width: auto;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 15px;
}

.welcome-wholesale .img {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid #919da9;
  padding: 10px;
  width: 195px!important;
  height: auto;
  margin: 0 auto;
}

.welcome-wholesale .img~.text {
  font-weight: bold;
}

.welcome-wholesale .img~.text p {
  margin-bottom: 0;
}

.brochure .img {
  margin: 0 auto;
}

.wholesale-form .col-inner {
  text-align: center;
}

.wholesale-form .row {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.wholesale-form .row .col:first-child {
  width: 65%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 65%;
  -ms-flex: 0 0 65%;
  flex: 0 0 65%;
  max-width: 65%;
}

.wholesale-form .row .col:last-child {
  width: 35%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  max-width: 35%;
}

.wholesale-form img {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 3px solid #919da9;
  padding: 10px;
  width: 195px;
  height: auto;
  margin-bottom: 15px;
}

.wholesale-form a {
  display: inline-block;
}

.wholesale-form .row .col:last-child .text {
  font-weight: bold;
}

.accessories h2 {
  font-family: 'Poppins';
  margin-bottom: 40px;
}

.accessories .col h2 {
  width: auto;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: 0;
  padding: 10px 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #679e2e;
  color: #fff;
  display: inline-block;
}

.accessories .col-inner div:nth-of-type(3) p {
  font-size: 20px;
  font-family: Poppins;
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 700;
}

.badge-frame .badge-inner,
.badge-outline .badge-inner {
  color: #2e8b86;
}

.has-hover:hover .badge-outline .badge-inner {
  background-color: #2e8b86;
  border-color: #2e8b86;
}

.has-hover:hover .tag-label {
  background-color: #2e8b86;
}

.tag-label {
  padding-top: 4px;
}

.slider-nav-reveal .flickity-prev-next-button.previous,
.slider-nav-reveal .flickity-prev-next-button.next {
  width: 40px;
}

.slider-nav-reveal .flickity-prev-next-button.previous svg {
  margin-left: 7px;
}

.slider-nav-reveal .flickity-prev-next-button.next svg {
  margin-left: -7px;
}

.news-slider .section-content {
  padding: 0 10px;
}

.quick-links h2 {
  margin-bottom: 40px;
}

.work-with-body .col-inner {
  text-align: center;
}

.section-with-sidebar .main-content,
.blog-single .large-9,
.category-page-row > .large-9,
.cart-container .row-large .large-7 {
  width: -webkit-calc(100% - 300px);
  width: calc(100% - 300px);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 -webkit-calc(100% - 300px);
  -ms-flex: 0 0 calc(100% - 300px);
  flex: 0 0 calc(100% - 300px);
  max-width: -webkit-calc(100% - 300px);
  max-width: calc(100% - 300px);
  padding-right: 30px;
}

.section-with-sidebar .search-sidebar,
.blog-single .post-sidebar,
.category-page-row > .large-3,
.cart-container .cart-collaterals.large-5 {
  width: 300px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 300px;
  -ms-flex: 0 0 300px;
  flex: 0 0 300px;
  max-width: 300px;
  background-color: #f3f3f3;
  padding: 15px;
  border-left: 0!important;
}

.section-with-sidebar .row,
.blog-single>.row,
.category-page-row {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-sidebar ul.menu>li+li,
.search-sidebar .widget>ul>li+li,
.blog-single .post-sidebar ul.menu>li+li,
.blog-single .post-sidebar .widget>ul>li+li,
#shop-sidebar .product-categories li+li,
.cart-container .cart-collaterals.large-5 * {
  border-color: #c7c7c7;
}

.search-sidebar .is-divider,
.blog-single .post-sidebar .is-divider,
#shop-sidebar .is-divider {
  background-color: #c7c7c7;
}

.wp-block-search button {
  margin-right: 0;
}

.blog-single>.row {
  max-width: 1170px;
  padding: 0 15px;
}

.single-page figure {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
  outline: 2px solid #ddd;
  outline-offset: -15px;
}

.single-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.single-page figcaption {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  word-break: break-word;
}

.single-page figcaption a {
  color: #007bff;
}

.single-page figcaption a:hover {
  text-decoration: underline;
}

.blog-single .entry-image {
  max-width: 500px;
}

.blog-single .entry-image a {
  display: inline-block;
  width: 100%;
}
.blog-single .entry-header-text {
    text-align: left;
    padding-left: 0!important;
}

.blog-single .entry-header-text .entry-divider {
    margin-left: 0;
}
.blog-single .product-category {
    width: 280px;
    flex: 0 0 280px;
    max-width: 280px;
}

.blog-single .product-category .box:hover .box-text {
    background-color: #fff!important;
}
.blog-single .product-category .box:hover .box-text * {
    color: #000!important;
}

.single-page .blog-share {
  margin: 0 auto;
  width: 100%;
}

.blog-single .navigation-post .nav-prev a {
  position: relative;
  padding-left: 20px;
  display: block;
}

.blog-single .navigation-post .nav-prev a span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block!important;
}

.blog-single .navigation-post .nav-prev a span i,
.blog-single .navigation-post .nav-next a span i {
  position: static;
  line-height: 1;
  height: auto;
  width: auto;
  margin: 0!important;
  display: inline;
  font-size: 24px;
}

.blog-single .navigation-post .nav-next a span {
  position: absolute;
  left: auto;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block!important;
}

.blog-single .navigation-post .nav-next a {
  position: relative;
  padding-right: 20px;
  display: block;
}
.shop-page-title .page-title-inner {
    max-width: 1170px;
}

.category-page-row {
    padding: 30px 15px 0;
}
.wishlist-popup {
    display: none;
}

button.wishlist-button i {
	margin-top: 3px!important;
}
.shop-container .products > .product-small {
	padding: 15px!important;
}
.dashboard-links a:hover {
    background-color: #2e8b86;
    border-color: #2e8b86;
}

.nav-line-bottom>li>a:before, .nav-line-grow>li>a:before, .nav-line>li>a:before {
    background-color: #2e8b86;
}

.vertical-tabs .account-user {
    background-color: #f3f3f3;
    border-radius: 0!important;
}

.vertical-tabs > .large-3 {
    background-color: #f3f3f3;
    border-right: 0;
    padding: 15px;
}

.vertical-tabs ul li {
    border-color: #c7c7c7;
}
.nav-vertical.nav-line>li>a:before {
    right: 0;
    z-index: 1;
    left: auto;
    width: 3px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.wishlist-in-stock {
    color: #2e8b86;
}

.shop_table th {
    background-color: #f7f8f9;
}
.vertical-tabs {
    padding: 0 15px!important;
}
.wishlist_table .add_to_cart {
	display: inline-block;
	text-align: center;
}
td.product-name {
    max-width: 200px;
}
div#product-sidebar {
    display: none;
}
.product-main .product-short-description li b {
    font-weight: normal;
}

.product-main .product_meta {
    margin-top: 10px;
}
.product-main .feedback i {
    color: red;
}

.image-tools .wishlist-button:hover {
    background-color: red;
    border-color: red;
}
.product-footer #accordion-container {
    border-style: solid;
    border-color: #000;
    border-width: 3px;
    padding: 18px 15px!important;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.product-footer .accordion-header {
    border-style: solid;
    border-width: 0 0 1px;
    border-color: #ebebeb #ebebeb #50e3c2;
    padding: 15px 40px 15px 15px;
    background: #eee!important;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
}

.product-footer .accordion-header h1 {
    color: #000!important;
    font-size: 15px;
    font-family: 'Poppins';
    font-weight: 700;
    float: none;
}

.product-footer .accordion-header .accordion-header-icon {
    position: absolute;
    left: auto;
    top: 16px;
    right: 15px;
    color: #000;
}

.product-footer .drawer, .product-footer .accordion-item,
.product-footer .accordion-content {
    border: 0!important;
}

.product-footer .accordion-content ul {
    padding-left: 30px;
}

.product-footer .accordion-content ul li b {
    font-weight: normal;
}
.has-border {
    border-color: #2e8b86;
}
.product-footer .review-form-inner {
    padding: 15px;
}
.product-footer #accordion-container .drawer:nth-child(2) {
    order: 100;
}
.term-description p {
    text-align: center;
    font-weight: 500;
    line-height: 1.2;
   
    margin: 18px;
}
.term-description p:nth-of-type(1) {
    font-size: 2rem;
    padding: 0px !important;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 10px;
    color: #484b4f;
}
.product-small {
    text-align: center;
}
p.woocommerce-mini-cart__buttons.buttons .checkout {
    background-color: #2e8b86;
}
.not-found form input {
    border: 1px solid #ddd!important;
    border-radius: 0!important;
}
.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #f8d7da;
    color: #721c24!important;
    background-color: #f8d7da;
}
.wpcf7 form.sent .wpcf7-response-output,
.cart-container .message-container.container.success-color.medium-text-center {
    border-color: #d4edda;
    background-color: #d4edda;
    color: #155724!important;
}
.cart-container .message-container.container.success-color.medium-text-center {
	padding: 10px 15px;
	border-radius: 5px;
}
form span.required {
    color: red;
}
.social-icons * {
    transition: none!important;
}
.social-icons a i {
    top: 0;
}
.xoo-cp-qtybox input {
    line-height: 35px!important;
    margin: 0!important;
}

.xoo-cp-ptotal {
    width: 100%;
    margin-right: 0;
}
.xoo-cp-btns a {
	width: auto;
}
label.error {
    color: red;
    font-weight: normal;
    position: absolute;
    top: auto;
    bottom: -5px;
    left: 0;
    margin-bottom: 0;
}

.woocommerce-form-row {
    position: relative;
}
.question-banner {
    padding-top: 0!important;
}
.product-category .box-image img {
    border-radius: 40px;
}
header .sub-menu li.active a {
    color: #73b7cc!important;
}
.woocommerce-MyAccount-content .message-container.container.success-color.medium-text-center {
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 15px;
    border: 2px solid #f8d7da;
    color: #721c24;
    font-weight: 500;
}

.woocommerce-MyAccount-content .message-container.container.success-color.medium-text-center a {
    color: #007bff;
    font-weight: normal;
    margin-right: 0;
    margin-left: 5px;
}

.woocommerce-MyAccount-content .message-container.container.success-color.medium-text-center a:hover {
    text-decoration: underline;
}

p#ppc-button-minicart {
    margin-top: 0.5em;
}
.cart-container .cart-collaterals.large-5 th {
    background-color: #f3f3f3;
}
.cart-container a.button-continue-shopping {
    border-color: #4fbba3;
    color: #4fbba3;
    font-weight: normal;
    border-radius: 100px;
}

.cart-container a.button-continue-shopping:hover {
    background-color: #4fbba3;
    color: #fff;
    border-color: #4fbba3;
}
td.product-name {
    width: 250px;
}

.cart-wrapper {
    overflow: auto;
}

.cart-container .large-7 .cart-wrapper table.shop_table {
    min-width: 600px;
}
.cart-container > .woocommerce .woocommerce.row.row-large {
    margin: 0;
}
p.cart-empty.woocommerce-info {
    text-align: center;
}

.cart-popup-inner.inner-padding {
    padding: 30px 15px;
}

#cart-popup ul li img {
    object-fit: contain;
}

.has-off-canvas {
    overflow: hidden;
}
.cart-item ul.nav-dropdown {
    min-width: 350px!important;
}

[data-icon-label]:after {
    background-color: #2e8b86;
    line-height: 1.5;
}
.checkout table th {
    background-color: #fff;
}

.checkout td.product-name {
    width: auto;
}

.checkout .col-inner {
    padding: 15px;
}
.touch-scroll-table {
    width: 100%;
    margin: 0;
	overflow: auto;
}
.touch-scroll-table table.shop_table {
    min-width: 600px;
}
.shop_table th {
    background-color: #fff;
}
.page-checkout .large-5 {
    width: 300px;
    flex: 0 0 300px;
    max-width: 300px;
}

.page-checkout .large-5 > div {
    padding: 15px;
    font-size: 15px;
}

.page-checkout .large-7.col {
    width: calc(100% - 300px);
    flex: 0 0 calc(100% - 300px);
    max-width: calc(100% - 300px);
}

.page-checkout table.shop_table {
    min-width: auto!important;
}
.select2-selection, input, textarea {
    outline: none!important;
    box-shadow: none!important;
}
.section-content>strong,
.retails_text, footer {
    font-weight: normal;
}
h1, h2, h3, h4, h5, h6, .heading-font, .off-canvas-center .nav-sidebar.nav-vertical > li > a {
  font-family: 'Poppins', sans-serif!important;
}

@media(max-width: 1366px) {
	.product-collections .box-text h5 {
		font-size: 20px;
	}
	.newsletter h2 {
		font-size: 40px;
	}
	.heading-main h2 {
		font-size: 24px;
	}
	.best_selling .woocommerce-loop-product__link,
	.products-listing .woocommerce-loop-product__link,
	.shop-container .woocommerce-loop-product__link,
	.term-description p {
		font-size: 14px;
	}
	.curious h2 {
    	font-size: 36px;
	}
	.term-description p:nth-of-type(1) {
    	font-size: 30px;
	}
}

@media(max-width: 1199px) {
  .footer-1>.row>div {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  h3.footer_innerHeading {
    margin-top: 10px!important;
  }
  .retail_timing_area>div {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .number_section h2 {
    font-size: 36px;
  }
  .product-collections .box-text h5 {
    font-size: 20px;
  }
  .product-collections .product-category {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .curious h2,
  .newsletter h2 {
    font-size: 36px;
  }
  .custome_class_form {
    padding-left: 0;
  }
  .custome_class_form+.wpcf7-response-output {
    margin-left: 0!important;
  }
  .header-bottom .header-nav li {
    padding: 0 8px!important;
  }
  .contact_form_spinner form::before {
    left: 195px!important;
  }
}

@media(max-width: 991px) {
  .wholesale-banner .box-text h4 {
    font-size: 40px;
  }
  .searchform .button.icon {
    line-height: 38px;
  }
  .header-logo-dark {
    display: none!important;
  }
  .header-logo {
    display: inline-block!important;
  }
  .news .section-content>.row>.col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .prefer_hempWell .row .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news img {
    max-width: 150px;
    margin: 0 auto;
    display: block;
  }
  .curious h2,
  .newsletter h2 {
    font-size: 30px;
  }
  .header-bottom>.container {
    padding: 0!important;
  }
  .header-bottom .header-nav li a {
    font-size: 14px!important;
  }
  .cbd-products .product-category {
    width: 25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .latest-news .col.post-item {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .work-with-body .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .single-page figure {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 320px;
  }
}

@media(max-width: 849px) {
  .category-page-row > .large-9 {
	width: 100%;
	flex: 0 0 100%;
	max-width: 100%;
  }
  .vertical-tabs > .large-3 {
	margin-bottom: 30px;  
  }
  .vertical-tabs > .large-9 {
    padding: 0;
  }
  .dashboard-links a {
    margin-right: 0;
  }
  .shop_table .product-remove a {
    top: 50%;
    transform: translateY(-50%);
  }
  .shop_table .product-remove {
    width: auto;
    min-width: 20px;
  }
  .wishlist_table.mobile li .item-wrapper {
    padding-left: 20px;
	width: 100%;
  }

  table.additional-info {
    max-width: calc(100% - 25px);
    padding-left: 50px;
    margin-left: auto;
  }
  .wishlist_table.mobile li .item-wrapper .item-details {
    width: calc(100% - 54px);
  }
  .wishlist_table.mobile li .item-wrapper .product-thumbnail {
	max-width: 40px;  
  }

  .product-add-to-cart {
    text-align: left!important;
    padding-left: 75px;
  }
  .wishlist_table.mobile li .additional-info-wrapper {
	width: 100%;  
  }
  .product-info .next-prev-thumbs {
    display: none;
  }
  .account-register-inner {
    border-top: 1px solid #ddd;
    padding-top: 20px;
  }
  div#login-form-popup {
    margin-bottom: 30px;
  }
  .breadcrumbs a {
    font-size: 18px;
  }
}

@media(max-width: 767px) {
  .heading-main h2,
  .member h4,
  .curious h2,
  .newsletter h2 {
    font-size: 24px;
  }
  .retail_timing_area>div,
  .retail_timing_heading>div {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .innerAbout .row>.col {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;
  }
  .number_section .col,
  .work .col,
  .trust .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin: 15px 0;
  }
  .product-collections .product-category {
    width: 33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .products-listing .products>.product-small {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .research .row>.col {
    width: 100%!important;
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .pain .col {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .potential-benefits .row>.col,
  .welcome-wholesale .row .col,
  .wholesale-form .row .col {
    width: 100%!important;
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .question-banner h4 {
    font-size: 36px;
  }
  .question-banner p {
    font-size: 24px;
    line-height: 30px;
  }
  .cbd-products .product-category {
    width: 33.32%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.32%;
    -ms-flex: 0 0 33.32%;
    flex: 0 0 33.32%;
    max-width: 33.32%;
  }
  .section-with-sidebar .main-content,
  .section-with-sidebar .search-sidebar,
  .blog-single .large-9,
  .blog-single .post-sidebar,
  .cart-container .row-large .large-7,
  .cart-container .row-large .large-5  {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .section-with-sidebar .main-content .col,
  .single-page figure {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .section-with-sidebar .section-content>.row,
  .blog-single>.row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .section-with-sidebar .search-sidebar,
  .blog-single .post-sidebar {
    margin-bottom: 30px;
  }
  .shop-container .products > .product-small {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .woocommerce-Address header a {
    position: static;
    margin-top: 0;
    display: inline-block;
  }

  .woocommerce-Address header {
    padding-right: 0;
  }
  td.xoo-cp-ptitle a {
    font-size: 14px;
  }
  td.xoo-cp-ptitle {
    min-width: 200px;
  }
}

@media(max-width: 600px) {
  .member .row>div {
    width: 100%!important;
    -webkit-box-flex: 0!important;
    -webkit-flex: 0 0 100%!important;
    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
  }
  .slider-lab-reports .flickity-slider img {
    height: 400px;
  }
  .policy_page {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .specs .col+.col>div {
    border-left: 0;
    border-top: 1px solid #9b9b9b;
  }
  .product-collections .product-category {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .news .col .col {
    width: 33.25%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.2%;
    -ms-flex: 0 0 33.2%;
    flex: 0 0 33.2%;
    max-width: 33.2%;
  }
  .newsletter .form-flat input:not([type="submit"]) {
    -webkit-border-radius: 100px;
    border-radius: 100px;
  }
  .newsletter .form-flat input[type="submit"] {
    -webkit-border-radius: 100px;
    border-radius: 100px;
    width: 100%;
    margin-top: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .newsletter form span.your-email {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 -webkit-calc(100% - 30px);
    -ms-flex: 0 0 calc(100% - 30px);
    flex: 0 0 calc(100% - 30px);
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .newsletter .form-flat>span {
    width: 100%;
    max-width: -webkit-calc(100% - 30px);
    max-width: calc(100% - 30px);
  }
  .newsletter .wpcf7-response-output {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }
  .newsletter form::before {
    top: 30px!important;
    right: 30px!important;
    left: auto!important;
  }
  .stress .italic-and-bold,
  .disorders .italic-and-bold {
    font-size: 18px;
  }
  .cbd-products .product-category {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .favourite h2 {
    font-size: 26px;
  }
  .favourite p {
    font-size: 20px;
  }
  .wholesale-banner .box-text h4 {
    font-size: 30px;
  }
  .news-slider .col.post-item {
    padding: 0 20px!important;
  }
  .slider-nav-reveal .flickity-prev-next-button.previous {
    left: -10px!important;
  }
  .slider-nav-reveal .flickity-prev-next-button.next {
    right: -10px!important;
  }
  .cart-container .large-7 table.shop_table {
    min-width: 450px;
  }
  .page-checkout .large-7.col, .page-checkout .large-5.col {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media(max-width: 480px) {
  #logo img {
    max-height: 60px;
  }
  .footer-1>.row>div,
  .prefer_hempWell .row .col,
  .product-collections .product-category,
  .work .col,
  .best_selling .product-small,
  .products-listing .products>.product-small,
  .shop-container .products>.product-small,
  .cbd-products .product-category {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .number_section h2 {
    font-size: 30px;
  }
  .trust .box-text.text-center {
    padding-left: 0;
    padding-right: 0;
  }
  .container .section,
  .row .section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pain .col,
  .latest-news .col.post-item,
  .work-with-body .col,
  .section-with-sidebar .main-content .col,
  .single-page figure,
  .shop-container .products > .product-small {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .question-banner .box-image img {
    min-height: 400px;
    -o-object-position: top 50% right -120px!important;
    object-position: top 50% right -120px!important;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .heading-products h2 {
    font-size: 26px;
  }
  .wholesale-banner .box-text h4 {
    font-size: 24px;
  }
  .blog-single .large-9 {
    padding: 0;
  }
  .blog-single .next-prev-nav {
    font-size: 14px;
  }
  #comments .comment-respond {
    padding: 15px;
  }
  .my-account .woocommerce-Message a {
    width: 80%;
    display: block;
    margin: 0 auto!important;
  }

  .my-account .woocommerce-Message {
    text-align: center;
  }
  .woocommerce-Address {
	width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 15px;	
  }
  .product-footer .stars > span {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
  }

  .product-footer .stars a + a {
    border-left: 0;
    margin-top: 5px;
  }

  .product-footer .stars a {
    margin-left: -8px;
  }
  .off-canvas-right .mfp-content, .off-canvas-left .mfp-content {
    width: 280px;
  }
  .message-container .showcoupon {
	display: block;  
  }
}
/* Checkout page processing spinner */
.woocommerce-checkout.processing .blockUI.blockOverlay {
	background-image:url('https://panativa.co.uk/dev/wp-content/uploads/2022/02/Settings.gif') !important;
	background-position: center 50% !important;
	background-repeat: no-repeat !important;
	position: fixed !important;
}
p.stock.out-of-stock {
    color: red;
    font-size: 15px;
    font-weight: 600;
}
.woocommerce-order-overview__email.email {
    word-break: break-all;
}

ul.woocommerce-order-overview strong {
    display: block;
}

ul.woocommerce-order-overview {
    list-style: none;
    padding-left: 0;
    font-size: 14px;
}

ul.woocommerce-order-overview li {
    margin-left: 0;
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions .button {
    margin-right: 0;
}
.product-summary span.woocommerce-Price-currencySymbol {
    font-size: 16px;
    margin-top: 0.05em;
    vertical-align: middle;
}

.woocommerce  .product-info .product_meta, .woocommerce  .product-info .social-icons{
  display: none;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a{
  display: flex;
  justify-content:center;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image a img{
  max-height: 500px;
  width: auto;
}

.product-reviews-area{
  padding-top: 30px;
}


.product-reviews-area .jdgm-rev-widg__body, .product-reviews-area .jdgm-paginate, .product-reviews-area .jdgm-rev-widg__sort-wrapper{
  display: none;
}

.product-reviews-area .read-reviews{
  color: rgb(51, 72, 98);
  margin: 0;
line-height: 1.4;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-overflow-scrolling: touch;
  border: 1px solid currentColor;
  padding: 0px 10px;
  text-align: center;
  display: inline-block;
  font-weight: normal;
}


.product-reviews-area .jdgm-rev-widg{
  padding: 0px;
  border: 0px;
  margin-bottom: 4px;

}

.product-reviews-area .big-reviews .jdgm-star{
  font-size: 30px;
}

.product-reviews-area .big-reviews .jdgm-prev-badge__text{
  font-size: 20px;
  margin-left: 10px;
  position: relative;
  top: -3px;
}

.product-reviews-area .jdgm-rev-widg p{
  font-size: 13px;
  }


.product-reviews-area .jdgm-rev:nth-of-type(1n+4) {display: none;} 

.product-info .jdgm-widget{
  display: none!important;

}
@media screen and (max-width:849px) {
  .product-reviews-area .review-full{
    display: none;
  }
}


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

.woocommerce  .product-info .single_add_to_cart_button{
  width: 100%;
}

.woocommerce  .product-info .quantity input{
  font-size: 20px;

}


.woocommerce-tabs .wc-tabs  li > a{
  font-size: 20px;
}
.woocommerce-tabs .wc-tabs  li {
margin: 0 17px;
}