@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

body {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-weight:bold;
  font-size:16px;
  line-height: 1.65;
  
}
a {
    color: #f1832d;
    text-decoration: none;
}
a:hover {
  color: #08d07a;
  text-decoration: none;
}
p {
	letter-spacing:0.7px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Lato', sans-serif;
   font-weight:bold;
}

h2 {
    font-size: 38px;
    letter-spacing: 2.7px;
    font-weight: 800;
}
img{
	max-width: 100%;
}

.btn.btn-primary {
	background: #F1832D 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}
.btn.btn-success {
	background: #08D07A 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 10px 20px;
	font-size: 16px;
}
.bg-grey {
	background:#EBECEE;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
header .header_message.text-center {
	background: #F1832D;
	padding: 7px 0;
	color: #fff;
	font-size: 38px;
	font-weight: 500;
	letter-spacing: 0.1px;
	margin: 10px 0 15px 0;
}
header .top_header {
	margin-top: 10px;
}
header  .logo.me-auto {
	margin-bottom: 20px !important;
	display: block;
}
.nav_header {
	max-width: 1500px;
}
.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
	margin-left: 10px;
}
#menu-item-839 {
	margin-left: 10px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}
.navbar a, .navbar a:focus {
	padding: 10px 10px 10px 10px;
	font-size: 15px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a, 
.navbar li.current_page_item a{
  color: #F1832D;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 30px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}
.navbar .dropdown ul li {
  min-width: 200px;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  font-weight: 500;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #F1832D;
}
.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #37423b;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}
@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(32, 38, 34, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 6px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #37423b;
}
.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #5fcf80;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
/*--------------------------------------------------------------
# Hero Banner
--------------------------------------------------------------*/
#hero {
	background: transparent linear-gradient(90deg, #FDBC32 0%, #F1832D 100%) 0% 0% no-repeat padding-box;
}

.hero_content{
	margin-top: 100px;
}
.hero_content p {
	letter-spacing: 0.7px;

}
.retailer_second_section  h2.container {
	max-width: 920px;
}

.hero_content {
	margin-top: 100px;
	margin-bottom: 90px;
}
.best_selling h2 {
	font-weight: 900;
}
.best_selling h3 {
	font-weight: 800;
	color: #221E1F;
}
.best_selling p {
	letter-spacing: 1px;
}

.product_collection h4 {
	font-size: 23px;
	margin-bottom: 15px;
	font-weight: 800;
	margin-top: 10px;
}
.product_box {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000080;
	border: 6px solid #08D07A;
	border-radius: 26px;
	padding: 40px 35px 35px 35px;
}

.product_box .product_box img {
	height: 200px;
	object-fit: contain;
}

.product_box .price_product {
	font-weight: 800;
	font-size: 19px;
	margin-bottom: 15px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #08d07a !important;
}
.product_collection .product_box h3 {
	font-weight: 800;
	font-size: 24px;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
	display: none;
}

.partner_sec {
	background: #221E1F;
	padding: 40px 0;
}
.partner_sec .logos {
	display: flex;
	justify-content: space-around;
}
.as_feature_in h3 {
	font-weight: 801;
}

.point_success  .count {
	font-size: 52px;
}
.point_success h4 {
	font-weight: 800;
}
.h4, h4 {
    font-size: 1.3rem;
}
.point_success_box {
	padding: 0 30px;
}
.why_choose{
	background: #08D07A;
	color: #fff;
}
.why_choose_left h4 {
    font-size: 20px;
    text-align: left;
    font-weight: 800;
    margin-bottom: 30px !important;
}
.why_choose_left h3 {
    margin-top: 20px;
}
.why_choose_left p {
    letter-spacing: 0.7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.7;
}
.why_choose_video {
    position: relative;
    padding-bottom: 56.25%;
    margin-bottom: 25px;
}
.why_choose_video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/*
.img_left_right_content_sec .img_overlap_sec {
	position: relative;
}
.img_left_right_content_sec .img_overlap_1 img {
	width: 320px;
}
.img_left_right_content_sec .img_overlap_2 img {
	width: 320px;
}
.img_left_right_content_sec .img_overlap_2 {
	position: relative;
}
.img_left_right_content_sec .img_overlap_1 {
	position: absolute;
	top: 190px;
	left: 250px;
}
.img_left_right_content_sec  .right_content_p p {
	letter-spacing: 0.7px;
	line-height: 1.7;
} */

.cta_section{
	background: #08D07A;
	color: #fff;
}
.cta_section h2 {
	font-size: 31px;
}
.trust_boat .col-md-3 {
	align-items: center;
	display: flex;
}
.features .features_content .flower_icon::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
}
.features .features_content {
	position: relative;
}
.features  .features_content {
	padding-left: 55px;
}
.features  .features_content::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0px;
	height: 100%;
}

.features  .features_content::after {
	content: '';
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
	bottom: -2px;
}
.features li {
	letter-spacing:0.7px;

}
.features .feature_img img {
	max-width: 350px;
	max-height: 290px;
}
.feature_img {
	justify-content: center;
	align-items: center;
}

.benefits-image-parent img{
	max-width: 200px;
	width: 100%;
	max-height: 200px;
	height: 100%;
	object-fit: contain;
	display: block;
}
.benefits-image-parent {
	display: flex;
	justify-content: center;
	align-items: center;
}

.arthritis_img img{
	max-width: 300px;
	width: 100%;
	max-height: 300px;
	height: 100%;
	object-fit: contain;
	display: block;
}
.arthritis_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.learnmore_features .learnmore_features_content .flower_icon::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
}

.learnmore_features .learnmore_features_content {
	position: relative;
}
.learnmore_features .learnmore_features_content {
	padding-left: 55px;
}
.learnmore_features .learnmore_features_content::before {
	content: '';
	position: aboslute;
	left: 10px;
	top: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0px;
	height: 100%;
}
.learnmore_features .learnmore_features_content::after {
	content: '';
	position: aboslute;
	left: 10px;
	top: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
	bottom: -2px;
}
.learnmore_features li {
	letter-spacing:0.7px;
}
.learnmore_features .feature_img img{
	max-width: 350px;
	max-height:290px;
}
.feature_img {
	justify-content: center;
	align-items: center;
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonial_box {
	box-shadow: 0px 0px 5px #00000099;
	border-radius: 26px;
	background: #fff;
	padding: 30px 26px 15px 26px;
}
.testimonial_box p {
	font-size: 24px;
	letter-spacing: 0.7px;
	font-weight: 500;
}
.testimonial_box h4 {
	font-size: 30px;
	font-weight: 800;
	letter-spacing: 1px;
}
.testimonials .container {
	max-width: 1170px;
}


.testimonial_box img {
	max-width: 60px;
}

.testimonials {
	padding-bottom: 70px !important;
}
.testimonials-slider {
	padding: 4px;
}
.news-slider{
	padding: 5px;
}

/*--------------------------------------------------------------
#CBD News
--------------------------------------------------------------*/

.cbd_news .news_box p {
	color: #424347;
	font-weight: 500;
	letter-spacing: 0.7px;

}
.cbd_news .news_box h4 {
	font-weight: 800;
	letter-spacing: 1.7px;
	font-size: 24px;
	color: #424347;
}
.news_box {
	box-shadow: 0px 0px 5px #00000099;
	border-radius: 26px;
	overflow: hidden;
}
.news_img {
    position: relative;
    padding-bottom: 65%;
}
.news_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.realted_post_sec .related_grid img{
	height: 230px !important;
	width: 100%;
	object-fit: cover;
}

.page-template-template-blog .cbd_news .news_box h4 {
    margin-top: 0;
}
.wp-caption.alignright {
    float: right;
}
.news_content {
    padding: 0 20px 30px 20px;
}
.news_content .date {
	color: #424347;
}

.cbd_news  .col-lg-4 {
	padding-left: 20px;
	padding-right: 20px;
}
.keypoints {
	background: #08D07A;
	color: #fff;
}
.key_icon img {
	max-width: 140px;
}
.keypoints .key_box {
	gap: 50px;
	align-items: center;
}
.keypoints  .key_content p {

	font-weight: 600;
	letter-spacing: 0.6px;
	font-size: 16px;
}
.keypoints  .key_icon img {
	max-width: 100px;
	height: 90px;
}
.keypoints .key_box {
	padding-right: 35px;
}
.keypoints .key_box.last-child {
	padding-right: 0px;
}
/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.inner_top_banner{
	background: background: rgb(9,207,121);
	background: linear-gradient(90deg, rgba(9,207,121,1) 0%, rgba(57,179,96,1) 50%, rgba(93,157,76,1) 100%);
}
.orange_bg {
	background: background: rgb(9,207,121);
	background: linear-gradient(90deg, #fcb732 0%, #f6992f 50%, #f1842d 100%);
}
.orange_bg  .right_img_content {
	margin-top: 30px;
}

.inner_top_banner h3 {
	font-weight: 800;
	margin-bottom: 25px;
}
.who_we_inner_box {
	padding: 70px 0px 70px 90px;
	border: 7px solid #1fc26e;
	border-radius: 30px;
	box-shadow: 2px 2px 12px #ccc;
}
.why_we_img img {
	border-radius: 25px;
	box-shadow: 2px 2px 8px #ccc;
}

.why_we_content h4 {
	font-weight: 800;

	letter-spacing: 1px;
}
.why_we_are .author_and_designation {
	background: #08d07a;
	color: #fff;
	padding: 15px 0 15px 40px;
	border-radius: 20px 0 0 20px;
}
.why_we_are  .why_we_content h4 {
	padding-right: 45px;
}
.why_we_are  .author_and_designation h3 {
	font-size: 38px;
	font-weight: 800;
	letter-spacing: 1px;
}
.why_we_are  .author_and_designation p {
	font-size: 29px;
	letter-spacing: 1px;
	font-weight: 800;
}
.content_img_sec .content_img_text p {
	font-weight: 800;
	letter-spacing: 1px;

}
.content_img_sec  .content_img_box img {
	height: 420px;
}
.content_img_sec  .content_img_box {
	display: flex;
	justify-content: center;
}
.content_img_box.img_n_2 img {
	max-height: 290px;
}
.test_result_sec .content_img_text ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 9px;
	height: 9px;
	background: #f1832d;
	border-radius: 50%;
	top: 16px;
}
.test_result_sec .content_img_text ul li {
	position: relative;
	font-weight: 800;
	letter-spacing: 1px;

		padding-left: 30px;
	list-style: none;
}
.test_result_sec .content_img_text ul {
	padding: 0px;
}
.accordion_sec.faq_test_page .accordion-button {
	background: url(https://1stisp.co.uk/cbd/wp-content/uploads/2024/02/arrow_bottom.svg) #f1832d;
	box-shadow: none !important;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 27px;
	background-position: 53px 21px; 
}
/*--------------------------------------------------------------
# testimonial page
--------------------------------------------------------------*/
.right_testi_user {
	min-width: 90px;
	max-width: 150px;
}
.right_testi_user img {
    width: 100%;
    max-width: 100%;
    width: 130px;
    height: 130px;
    object-fit: cover;
    border-radius: 50%;
}
.testimonials_box_content.box_with_border {
	border: 8px solid #08d07a;
	border-radius: 34px;
	margin-bottom: 90px;
}
.testomonial_secs  .col-lg-6 {
	width: calc(50% - 30px);
}
.testomonial_secs   .with_border_gap {
	gap: 60px;
}

/*--------------------------------------------------------------
# collection page
--------------------------------------------------------------*/

.products_collection h3 {
	font-weight: 800;
	letter-spacing: 1px;
}

.inner_top_banner.shop_banner {
	background: background: rgb(9,207,121);
	background: linear-gradient(90deg, rgba(9,207,121,1) 0%, rgba(57,179,96,1) 50%, rgba(93,157,76,1) 100%);
	background: linear-gradient( to top, #30b965 0%, #3faf5d 50%, #f79f30 50%, #f79e30 100% );
}

.btm_space_product {
	margin-bottom: 80px;
}

.cbd_news  .pagi_sec li {
	list-style: none;
}
.pagination-sec li a, .post-pagination .page-numbers {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #08d07a;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 50% !important;
	font-size: 26px;
	font-weight: 800;
	text-decoration: none;
}
.page-numbers.current {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #f1832d;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 20px;
    font-weight: 800;
    text-decoration: none;
}
.search-page .post-pagination .nav-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.search-page .post-pagination {
    text-align: center;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination-sec li .active {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #f1832d;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
	border-radius: 50% !important;
	font-size: 26px;
}
.pagination-sec li a:hover {
	background: #f1832d;
	color:#fff;
}
.pagi_sec {
	gap: 25px;
}

.news_content h4 ,.news_content h4 a {
	color: #000;
	text-decoration: navajowhite;
	margin-top: 25px;
	display: inline-block;
}

/*--------------------------------------------------------------
# Faq page
--------------------------------------------------------------*/
.accordion_sec  .accordion-button {
	font-weight: 800;
	text-align: center;
	display: block;
	font-size: 24px;
}
.accordion_sec .accordion-button {
	background: #f1832d;
}
.accordion_sec .accordion-button {
	color: #fff;
}
.accordion_sec .accordion-button {
	background: url(../../assets/img/Plus.svg) #f1832d;
	box-shadow: none !important;
	color: #fff;
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 59px 16px;
}
.accordion_sec  .accordion-body {
	background: #FFFFFF;
	box-shadow: none !important;
}

.accordion_sec .accordion-body {
	padding: 40px 60px;
}
.accordion_sec .accordion-item {
	margin-bottom: 27px;
	border-radius: 10px;
	overflow: hidden;
	border: none !important;
}

.contact_inner {
	border: 5px solid #08d07a;
	box-shadow: 2px 2px 12px #ccc;
	padding: 60px 80px 100px 80px;
	border-radius: 25px;
}

.bottom_form_sec h4 {
	font-weight: 800;
	letter-spacing: 1px;
	font-size: 18px;
}
.contact_form .email_content {
	gap: 30px;
}
.contact_form  .container {
	max-width: 1170px;
}
.contact_form .wpcf7-form-control-wrap input {
	width: 100%;
	height: 60px;
	padding-left: 30px;
	background: #f7f7f7;
	border: none !important;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
}
.contact_form  label {
	display: block;
}
.contact_form  .wpcf7-form p {
	margin-bottom: 30px;
}
.form_contact .btn_submit {
	text-align: center;
	margin-top: 55px;
	margin-bottom: 55px;
}

.contact_form .wpcf7-form-control-wrap textarea {
	width: 100%;
	height: 180px;
	padding-left: 30px;
	background: #f7f7f7;
	border: none !important;
	padding-top: 15px;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
}
.contact_form input[type="submit"] {
    background: #F1832D 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: none;
    padding: 14px 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #00000096;
}
.contact_form h5 {
	font-weight: 800;
	letter-spacing: 0.7px;

	font-size: 19px;
}

.mt-80 {
	margin-top:80px;
}

/*--------------------------------------------------------------
# My Account Page
--------------------------------------------------------------*/
input.woocommerce-Input {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    background: #f7f7f7;
    border: none !important;
    font-weight: 700;
    color: #0d0d0d;
    letter-spacing: 1px;
}
button.woocommerce-button.button.woocommerce-form-login__submit {
    background: #F1832D;
    border-radius: 12px;
    border: none;
    padding: 14px 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #00000096;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 18px;
}
button.woocommerce-button.button.woocommerce-form-login__submit:hover{
    background: #08d07a;
    color: #fff;
}
p.woocommerce-LostPassword.lost_password a {
    color: #f1832d;
    text-decoration: none;
}
input#reg_billing_last_name {
    margin-bottom: 15px;
}

form.woocommerce-form.woocommerce-form-login.login {
    border: none;
    padding: 0px;
}
.page-template-template-my-account h1.entry-title {
    text-align: center;
    font-weight: 800;
    margin-bottom: 45px;
}
.page-template-template-my-account .entry-content {
    border: 5px solid #08d07a;
    box-shadow: 2px 2px 12px #ccc;
    padding: 5%;
    border-radius: 25px;
}
.page-template-template-my-account .form-row {
    margin: 0 0 18px;
}
.page-template-template-my-account label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    margin-left: 14px;
    font-weight: 800;
}

form.woocommerce-form.woocommerce-form-register.register {
    border: none;
}
form.woocommerce-form.woocommerce-form-register.register {
    border: none;
    margin: 0px;
    padding-left: 0;
}
form.woocommerce-form.woocommerce-form-register.register input.input-text {
    width: 100%;
    height: 60px;
    padding-left: 30px;
    background: #f7f7f7;
    border: none !important;
    font-weight: 700;
    color: #0d0d0d;
    letter-spacing: 1px;
}
.woocommerce-privacy-policy-text p {
    letter-spacing: 0px;
    margin: 20px 0;
}

p.woocommerce-form-row.woocommerce-form-row--wide.form-row.form-row-wide a {
    color: #F1832D;
    text-decoration: none;
}
.woocommerce-privacy-policy-text a {
    color: #f1832d;
    text-decoration: none;
}
button.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit {
    background: #F1832D 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: none;
    padding: 14px 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #00000096;
    text-transform: uppercase;
}
.page-template-template-my-account section.testimonials {
    margin-top: 35px;
}
 
.page-template-template-my-account input[type="checkbox"] {
    -webkit-appearance: none;
    background-color: #f1832d;
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 22px;
    min-width: 24px;
    max-height: 22px !important;
    width: 10px;
    display: inline-block !important;
}
 
div#respond textarea#comment {
    border: 5px solid #08d07a;
    border-radius: 5px;
    height: 160px;
    appearance: none;
    width: 100%;
    padding-left: 15px;
    padding-top: 7px;
}

ol.commentlist h3#comments {
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 35px;
    margin-top: 35px;
}
 ol.commentlist ol.commentlist li a {
    color: #08d07a;
    text-decoration: none;
    /* color: #000; */
}
.blog_right_sec h3.entry-title {
    font-weight: 800;
    letter-spacing: 1px;
}

.comment-meta.commentmetadata {
    margin-top: 30px;
}
.blog_right_sec .feature_img_blog img {
    width: 100%;
    object-fit: cover;
    max-height: 450px;
} 
.blog_right_sec ol.commentlist a {
    text-decoration: none;
    color: #08d07a !important;
} 
.blog_comments h3#comments {
    font-weight: 800;
    letter-spacing: 0px;
    margin-top: 20px;
    margin-bottom: 45px;
}
ol.commentlist li a, #commentform a {
    color: #08d07a !important;
    text-decoration: none !important;
} 
ol.commentlist {
    padding: 0px;
}
li#comment-2 { 
    list-style: none;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input:checked + span:after { 
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -35px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 999;
}
label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme span {
    position: relative;
}
form.woocommerce-form.woocommerce-form-register.register input:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -27px;
	width: 6px;
	height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	z-index: 999;
	height: 12px;
}

form.woocommerce-form.woocommerce-form-register.register span {
    position: relative;
}
.checkout.woocommerce-checkout {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
}
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {
    width: 100%;
}
.woocommerce-page .product_box img {
    max-width: 270px;
    min-width: 270px;
    object-fit: cover;
}
#customer_details {
	width: calc(50% - 30px);
}
#customer_details_review {
	width: calc(50% - 30px);
}
#customer_details {
	display: flex;
	flex-direction: column;
}
.woocommerce-notices-wrapper .col2-set .col-1, .woocommerce-notices-wrapper .col2-set .col-1 {
	float: left;
	width: 100% !important; 
}  
.woocommerce-notices-wrapper .col2-set .col-2, .woocommerce-notices-wrapper .col2-set .col-2 {
	float: right;
	width: 100%; 
}

#order_review_heading {
	font-weight: 800;
	letter-spacing: 0px;
	font-size: 24px;
}

/*--------------------------------------------------------------
# blog page
--------------------------------------------------------------*/
.blog_right_sec p {
	font-weight: 500;
	color: #6d6d6d;
}
.blog_right_sec .date_cat_auth {
	font-weight: 500;
	color: #6d6d6d;
}
.mt-100 {
	margin-top:100px;
}
.blog_right_sec .realted_post_sec h3 {
	padding-bottom: 17px;
	position: relative;
}
.blog_right_sec .realted_post_sec h3::before {
	content: '';
	position: absolute;
	bottom: -15px;
	background: #08d07a;
	height: 5px;
	width: 180px;
	left: 2px;
}
.left_sec_blog .author_left_news img {
	border-radius: 20px;
}
.related_grid img {
    width: 100%;
    height: auto !important;
}
.related_blog_grid h5.entry-title a {
    color: #6d6d6d;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
}

.left_sec_blog  .contact_info p {
	font-weight: 500;
	color: #6d6d6d;
	letter-spacing: 0;
	margin-bottom: 5px;
}
.left_sec_blog .recent_post_title ul li a {
	text-decoration: navajowhite;
	color: #333;
	font-weight: 400;
}

.left_sec_blog .recent_post_title li {
	border-bottom: 5px solid #08d07a;
	padding-bottom: 25px;
	margin-bottom: 25px;
}

.left_sec_blog .recent_post_title .title_border {
	margin-bottom: 25px;
	border-bottom: 5px solid #08d07a;
	padding-bottom: 27px;
}

.left_sec_blog input#search {
    width: 100%;
    border: 5px solid #08d07a;
    border-radius: 13px;
    height: 55px;
    appearance: none;
    padding-left: 59px;
    font-weight: 600;
    letter-spacing: 0.7px;
}
.search_form {
    position: relative;
    margin-bottom: 35px;
} 
.search_form input[type="image"] {
    position: absolute;
    left: 20px;
    top: 16px;
}
.left_sec_blog  .recent_post_title select {
	border: 5px solid #08d07a;
	border-radius: 5px;
	height: 55px;
	appearance:none;
}
.left_sec_blog h3 {
	font-weight: 800;
	letter-spacing: 1px;
}
.left_sec_blog h4 {
	font-weight: 800;
	letter-spacing: 0.7px;
}
.blog_right_sec .related_grid h5 {
	font-weight: 500;
	color: #6d6d6d;
} 
 .comment-list::before,.comment-list::after {
	content: "";
	display: table
}
 .comment-list::after {
	clear: both
}
 .comment-list .comment {
	clear: both
}

  .comment-list .comment-meta {
	width: 17.6470588235%;
	float: left;
	margin-right: 5.8823529412%;
	text-align: right
}

  .comment-list .comment-meta .avatar {
	float: right
}

 .comment-list .comment-content {
	padding-bottom: 3.706325903em;
	margin-bottom: 3.706325903em
}

 .comment-list .comment-content,.comment-list #respond {
	width: 76.4705882353%;
	float: right;
	margin-right: 0
}

  .comment-list #respond {
	float: right
}

.comment-list #respond .comment-form-author,.comment-list #respond .comment-form-email,.comment-list #respond .comment-form-url {
	width: 100%;
	margin-right: 0
}

.comment-list .comment-body #respond {
	box-shadow: 0 6px 2em rgba(0,0,0,.2);
	margin-bottom: 2.617924em;
	margin-top: -1.618em
}

.comment-list .reply {
	clear: both;
	text-align: right
}

.comment-list ol.children {
	width: 88.2352941176%;
	float: right;
	margin-right: 0;
	list-style: none
}

.comment-list ol.children .comment-meta {
	width: 20%;
	float: left;
	margin-right: 6.6666666667%
}

.comment-list ol.children .comment-content,.comment-list ol.children #respond {
	width: 73.3333333333%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children {
	width: 86.6666666667%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children .comment-meta {
	width: 23.0769230769%;
	float: left;
	margin-right: 7.6923076923%
}

.comment-list ol.children ol.children .comment-content,.comment-list ol.children ol.children #respond {
	width: 69.2307692308%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children ol.children {
	width: 84.6153846154%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children ol.children .comment-meta {
	width: 27.2727272727%;
	float: left;
	margin-right: 9.0909090909%
}

.comment-list ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children #respond {
	width: 63.6363636364%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children ol.children ol.children {
	width: 81.8181818182%;
	float: right;
	margin-right: 0
}

.comment-list ol.children ol.children ol.children ol.children .comment-meta {
	width: 33.3333333333%;
	float: left;
	margin-right: 11.1111111111%
}

.comment-list ol.children ol.children ol.children ol.children .comment-content,.comment-list ol.children ol.children ol.children ol.children #respond {
	width: 55.5555555556%;
	float: right;
	margin-right: 0
}

#respond .comment-form-author, #respond .comment-form-email, #respond .comment-form-url {
    width: 32.33%;
    float: left;
    margin-right: 1%;
}

#respond .comment-form-url {
	float: right;
	margin-right: 0
}

div#respond input#submit {
    background: #F1832D 0% 0% no-repeat padding-box;
    border-radius: 12px;
    border: none;
    padding: 14px 60px !important;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0px;
    box-shadow: 0px 0px 5px #00000096;
    margin-top: 35px;
} 
#respond h3#reply-title {
    font-weight: 800;
    margin-bottom: 18px;
    margin-top: 20px;
}

#respond .feature_img_blog img {
    width: 100%;
    object-fit: cover;
    max-height: 455px;
}


.comment-respond p.comment-form-author label {
     display: none !important;
} 


.comment-respond p.comment-form-email label {
     display: none !important;
}
.comment-respond p.comment-form-url label {
     display: none !important;
}
.comment-respond p.comment-form-cookies-consent label {
    display: inline-block;
    margin-left: 10px;
}
#respond p.comment-form-cookies-consent {
    display: none;
}
#respond p.comment-notes {
    display: none;
}

#respond .comment-form-comment {
	clear: both
}
#respond  p.comment-form-comment label {
    display: none !important;
}
form#commentform input[type="text"], form#commentform input[type="email"] {
    width: 100%;
    border: 5px solid #08d07a;
    border-radius: 5px;
    height: 55px;
    appearance: none;
    padding-left: 15px;
}
form#commentform label {
    display: block;
} 
a#cancel-comment-reply-link {
    margin-left: 15px;
}

.commentlist ul.children {
    border: 1px solid #ccc;
    padding: 20px 20px;
    list-style: none;
}

/*--------------------------------------------------------------
# Basket Page
--------------------------------------------------------------*/
.woocommerce-cart-form__cart-item.cart_item #coupon_code {
	background: #f1f2f2;
	border: none !important;
	width: 160px;
	height: 55px;
	padding-left: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #000;
	border-radius: 10px;
}
.woocommerce-cart-form__cart-item.cart_item .coupon .button {
	background: #000 !important;
	border: none !important;
	width: 160px;
	height: 55px;
	padding-left: 17px;
	font-weight: 800;
	letter-spacing: 1px;
	color: #fff !important;
	border-radius: 10px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	border: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents td, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents th {
	border: none;
}
.cart.woocommerce-cart-form__contents th {
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 800 !important;
}
.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	width: 200px;
	border-radius: 50%;
}

.woocommerce-cart-form__cart-item .product-name a.product-cat-name {
	text-decoration: none;
	color: #000;
	font-size: 23px;
	font-weight: 800;
	letter-spacing: 1px;
	text-align: left; 
	display: inline-block;
}

.woocommerce-cart-form__cart-item .product-name a {
	font-size: 18px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}
.woocommerce-cart-form__cart-item.cart_item .product-thumbnail {
	text-align: left;
}

.woocommerce-cart-form .product-name {
	margin-top: 15px;
}
.woocommerce-cart-form .product-thumbnail {
	max-width: 170px;
}

.cbd-woocommerce-cart-form {
	border: 5px solid #08d07a;
	box-shadow: 2px 2px 12px #ccc;
	padding: 60px 30px 30px 80px;
	border-radius: 25px;
}
.woocommerce-cart-form__cart-item.cart_item a.remove {
	display: block;
	font-size: 1.5em;
	height: 40px;
	width: 40px;
	text-align: center;
	border-radius: 100%;
	color: #fff !important;
	text-decoration: none;
	font-weight: 700;
	border: 0;
	background: #f1832d;
	font-size: 28px;

}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
	margin-top: 140px;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	width: 40px;
	position: absolute;
	left: -50px;
	top: 100px;
}

.woocommerce-cart-form__cart-item.cart_item .coupon .button {
	border-radius: 12px !important;
}
.single-product .variations_form.cart .single_variation_add_to_cart_quantity {
	display: flex;
	justify-content: space-between;
}
.variations_form.cart select {
	max-width: 100px;
	height: 60px;
	padding-left: 30px;
	background: #f7f7f7;
	border: none !important;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
	width: 100px;
	padding-right: 30px !important;
}
.variations_form.cart .single_variation_add_to_cart_variations_left {
	margin-top: 15px;
}
.woocommerce-variation.single_variation .woocommerce-variation-description {
	margin-top: 0;
}

.single_variation_add_to_cart_variations  th.label {
    display: none;
}

.single_variation_add_to_cart_variations {
	display: flex;
}
.woocommerce div.product form.cart .variations select {
	text-transform: uppercase;
} 
.vi-wcaio-menu-cart-content-wrap.vi-wcaio-menu-cart-content-wrap-show-right .woocommerce-Price-amount.amount {
	font-size: 14px !important;
	color: #000;
}
.single_variation_add_to_cart_variations .reset_variations {
	color: #f1832d; 
	font-size: 18px !important;
	text-decoration: navajowhite;
	display: inline-block;
	margin-top: 10px;
}
.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 100%;
	display: inline-block;
	margin-right: 1em;
	background: #08d07a !important;
	color: #fff !important;
	width: 180px;
	border-radius: 10px !important;
}
.woocommerce-cart-form__cart-item.cart_item .button[name="update_cart"] {
	background: #08d07a !important;
	color: #fff !important;
	opacity: 1 !important;
	padding: 21px 40px !important;
	/* width: 335px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
	border-radius: 12px !important;
	margin-top: 110px !important;
	float: left !important;
	margin-left: 25px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
	background: #08d07a !important;
	color: #fff !important;
	opacity: 1 !important;
	padding: 21px 40px !important;
	/* width: 335px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
	border-radius: 12px !important;
	margin-top: 140px !important;
	float: left !important;
	margin-left: 25px !important;
}
.woocommerce-shipping-calculator a {
	text-decoration: navajowhite;
	color: #08d07a;
}
.page-template-template-cart-checkout  .entry-title {
	display: none;
}
.woocommerce-shipping-calculator input, .woocommerce-shipping-calculator select {
	height: 47px;
	padding-left: 20px;
	background: #f7f7f7;
	border: none !important; 
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
	border: 2px solid #08d07a !important;
}
#calc_shipping_postcode_field + p button {
	background: #F1832D 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 14px 20px;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
	color: #fff;
	margin-top: 12px;
}
.shipping-calculator-form .shipping-calculator-form .button[type="submit"] {
	background: #F1832D 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 0px 5px #00000096 !important;
	border-radius: 12px !important;
	border: none;
	padding: 15px 20px !important;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px !important;
	color: #fff !important;
	margin-top: 20px;
}
.shipping-calculator-form .select2-selection.select2-selection--single {
	height: 47px;
	padding-left: 20px;
	background: #f7f7f7;
	border: none !important;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
	padding-top: 6px;
	border: 2px solid #08d07a !important;
}
.shipping-calculator-form .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	font-size: 17px !important;
	color: #848484;
}
.quantity .input-text.qty.text {
	background: #000;
	color: #fff;
	border: none !important;
	appearance: none !important;
	width: 60px;
	height: 60px;
	border-radius: 10px !important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
	position: relative;
}
.cbd-woocommerce-cart-form {
	display: flex;
}
.cbd-woocommerce-cart-left {
	width: 70%;
}
.cbd-woocommerce-cart-right {
	width:30%;
}
.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}
.cbd-woocommerce-cart-right .cart_totals h2 {
	font-size: 22px;
	letter-spacing: 0px; 
	font-weight: 800 !important;
	margin-top: 13px;
	margin-bottom: 50px;
}
.shop_table.shop_table_responsive {
	border: none !important;
}

.shop_table.shop_table_responsive td, .shop_table.shop_table_responsive th {
	border: none !important;
}
.shop_table.shop_table_responsive th {
	font-size: 18px;
	letter-spacing: 0px;
	font-weight: 800 !important;
	letter-spacing: .5px;
	padding-left: 0px !important;
}

.cbd-woocommerce-cart-right .checkout-button.button.alt.wc-forward {
	background: #F1832D 0% 0% no-repeat padding-box;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 20px 20px;
	width: 195px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 19px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon button {
	background: #000 !important;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 21px 20px !important;
	/* width: 335px; */
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #fff !important;
	border-radius: 10px !important;
}
#coupon_code {
	background: #f1f2f2;
	padding: 0 20px;
	width: 200px;
	border: none !important;
	height: 61px;
	font-size: 21px !important;
	text-transform: uppercase;
	font-weight: 600;
	margin-right: 20px;
	border-radius: 10px;
}
.cbd-woocommerce-cart-right .wc-proceed-to-checkout {
	display: flex;
	justify-content: flex-end;
	margin-right: 10px;
}

.shop_table.shop_table_responsive .order-total .woocommerce-Price-amount.amount {
	font-size: 22px;
	letter-spacing: 0px;
	font-weight: 800 !important;
	letter-spacing: 1px;
	padding-left: 0px !important;
}
.cart-subtotal .woocommerce-Price-amount.amount {
	font-size: 19px;
}

.woocommerce-shipping-totals.shipping input[type=radio], .wc_payment_methods.payment_methods.methods input[type=radio] {
  position: absolute;
  opacity: 0;
}
.woocommerce-shipping-totals.shipping input[type="radio"] + label::before, .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
	content: "";
	background: #fff;
	border-radius: 100%;
	border: 6px solid #F1832D;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	top: -0.2em;
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
	margin-left: -61px;
    margin-right: 0;
    left: -10px;
}
.woocommerce ul#shipping_method li label {
    display: inline-block;
    padding-left: 30px;
    font-size: 17px;
    line-height: 1.4;
    color: #444;
}
.woocommerce-shipping-totals.shipping input[type="radio"]:checked + label::before, .wc_payment_methods.payment_methods.methods input[type="radio"]:checked + label::before {
	background-color: #f1832d;
	box-shadow: inset 0 0 0 4px #f1832d; 
}
.woocommerce-shipping-totals.shipping input[type=radio]:focus + label:before, .wc_payment_methods.payment_methods.methods input[type=radio]:focus + label:before {
  outline: none;
  border-color: #f1832d;
}
.woocommerce-shipping-totals.shipping input[type=radio]:disabled + label:before, .wc_payment_methods.payment_methods.methods input[type=radio]:disabled + label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.woocommerce-shipping-totals.shipping input[type=radio] + label:empty:before, .wc_payment_methods.payment_methods.methods input[type=radio] + label:empty:before {
  margin-right: 0;
}

.wc_payment_methods.payment_methods.methods label {
	font-family: 'Lato', sans-serif;
	color: #424347;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.7px;
}
.cart_totals td[data-title="Subtotal"] {
    color: #444;
}
.cart_totals p.woocommerce-shipping-destination {
    color: #444;
}

#payment .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
	content: "";
	border-radius: 100%;
	border: 6px solid #F1832D;
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative; 
	top: 3px; 
	margin-right: 1em;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}

/*--------------------------------------------------------------
# Woocommerce Checkout
--------------------------------------------------------------*/
.checkout.woocommerce-checkout {
	border: 5px solid #08d07a;
	box-shadow: 2px 2px 12px #ccc;
	padding: 60px 80px 60px 80px;
	border-radius: 25px;
}
#customer_details_review .order-total td {
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #000 !important;
}

.checkout.woocommerce-checkout .input-text {
	width: 100%;
	height: 60px;
	padding-left: 30px;
	background: #f7f7f7;
	border: none !important;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	height: 60px;
	padding-left: 30px;
	background: #f7f7f7;
	border: none !important;
	font-weight: 700;
	color: #0d0d0d;
	letter-spacing: 1px;
}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 58px;
	padding-left: 0px;
}
.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 17px;
	right: 11px;
	width: 20px;
}
.checkout.woocommerce-checkout .form-row-wide, .checkout.woocommerce-checkout .form-row-wide {
	clear: none !important;
}  

.checkout.woocommerce-checkout  .form-row {
	margin: 0 0 25px;
}
.shop_table.woocommerce-checkout-review-order-table {
	border: none !important; 
}
.shop_table.woocommerce-checkout-review-order-table td, .shop_table.woocommerce-checkout-review-order-table th {
	border: none !important;
}
#customer_details h3 {
	font-weight: 800;
	letter-spacing: 0px;
	font-size: 24px;
	margin-bottom: 35px;
}
.woocommerce-shipping-fields input:checked + span:after { 
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: -35px;
    width: 6px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    z-index: 999;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: -23px;
	width: 6px;
	height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	z-index: 999;
	height: 12px;
}
.woocommerce form .form-row .input-checkbox {
    margin-right: 6px !important;
}
.woocommerce-terms-and-conditions-wrapper input:checked + span::after {
	content: '';
	display: block;
	position: absolute;
	top: 6px !important;
	left: -23px !important;
	width: 6px;
	height: 13px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
	z-index: 999;
	height: 12px;
}
.woocommerce-shipping-fields {
    padding: 3px;
}
#payment {
	background: #f5f5f5 !important;
	border-radius: 0px !important;
}
.wc_payment_methods.payment_methods.methods {
	background: #f7f7f7 !important;
}
.form-row.place-order {
	background: #fff !important;
}
.wc_payment_methods.payment_methods.methods {
	border: none !important;
}
.woocommerce-terms-and-conditions-link {
	color: #f1832d;
	text-decoration: none !important;
}
.form-row.place-order #place_order {
	background: #f1832d;
	width: 100%;
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	border-radius: 10px;
	box-shadow: 0px 0px 5px #00000096;
}
#order_comments {
	height: 100px;
	padding-top: 14px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	font-size: 18px;
	font-weight: 600;
}
.checkout_coupon.woocommerce-form-coupon .button {
	background: #000 !important;
	padding: 18px 0;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	color: #fff !important;
	box-shadow: 0px 0px 5px #00000096 !important;
	padding: 20px 50px !important;
	border-radius: 15px !important;
}
.checkout_coupon.woocommerce-form-coupon {
	display: flex;
	flex-wrap: wrap;
}
.checkout_coupon.woocommerce-form-coupon p {
	width: 100%;
}
.checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
	width: auto !important;
}
.checkout_coupon.woocommerce-form-coupon {
	border-radius: 15px !important;
}
#customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1) {
	font-weight: 800;
	letter-spacing: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	width: 40%;
	padding-left: 0px;
}
#order_review .cart_item td {
	padding-left: 0px !important;
}

.shop_table.woocommerce-checkout-review-order-table td {
	color: #424347;
	font-size: 18px;
	font-weight: 700 !important;
}
.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th {
	font-weight: 800;
	letter-spacing: 0px;
	font-size: 24px;
	letter-spacing: 1px;
	font-weight: 800 !important;
}

.checkout.woocommerce-checkout .col-1, .checkout.woocommerce-checkout .col-2 {
	width: 100% !important;
} 
.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox input {
	-webkit-appearance: none;
	background-color: #f1832d;
	padding: 10px;
	/* display: inline-block; */
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
	height: 22px;
	min-width: 24px;
	max-height: 22px !important;
	width: 10px;
	display: inline-block !important;
}
span {
	position: relative;
}

.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	position: relative;
}
.woocommerce-form-coupon-toggle .wc-block-components-notice-banner.is-info {
	background: #f7f7f7;
	border: none !important;
	margin-bottom: 35px;
}
body .wc-block-components-notice-banner__content {
	font-weight: 600;
	letter-spacing: 0.7px;
	font-size: 18px;
}
body .wc-block-components-notice-banner__content a {
	color: #f1832d;
	text-decoration: navajowhite;
}
body .wc-block-components-notice-banner.is-info > svg {
	background-color: #f1832d;
}
/*--------------------------------------------------------------
# Shop Page
--------------------------------------------------------------*/
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none !important;
    margin: 0px !important;

}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent !important;
}
ul.tabs.wc-tabs li {
    border: none !important;
}
ul.tabs.wc-tabs:before {
    content: none !important;
}
ul.tabs.wc-tabs {
    display: flex;
    justify-content: space-between;
    gap: 0px;
}
ul.tabs.wc-tabs li a {
    text-align: center;
    border: 2px solid #08cf7a !important;
    border-radius: 13px !important;
    box-shadow: 0px 0px 5px #00000096;
    display: block !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    text-transform: uppercase;
	  letter-spacing: 1px;
}
ul.tabs.wc-tabs li {
    padding: 10px !important;
}
ul.tabs.wc-tabs li {
    padding: 10px !important;
    width: 100%;
}
.woocommerce-tabs.wc-tabs-wrapper .active a {
    background: #08d07a;
	  color: #fff !important;
} 
ul.tabs.wc-tabs {
    padding: 0px !important;
}
.woocommerce-Tabs-panel {
    border: 5px solid #08d07a;
    box-shadow: 2px 2px 12px #ccc;
    padding: 50px 60px 40px 60px !important;
    border-radius: 25px;
}
.woocommerce-Tabs-panel ul li {
    list-style: none !important;
}
.woocommerce-Tabs-panel ul {
    padding: 0px !important;
}
.woocommerce-Tabs-panel li ul li {
    position: relative;
	padding-left: 31px;
}
.woocommerce-Tabs-panel li ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    background: #f1832d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    left: 0px;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab h2 {
    display: none;
}

.woocommerce-product-details__short-description li {
	list-style: none;
}
.woocommerce-product-details__short-description ul {
	padding: 0px;
}

.woocommerce-product-details__short-description li ul li {
    position: relative;
	padding-left: 31px;
}
.woocommerce-product-details__short-description li  ul li:before {
    content: '';
    position: absolute;
    left: 0px;
    background: #f1832d;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    top: 10px;
    left: 0px;
}
#product-image-content {
	border: 5px solid #08d07a;
	box-shadow: 2px 2px 12px #ccc;
	padding: 50px 40px 40px 40px !important;
	border-radius: 25px;
	clear: both !important;
	float: left;
	margin-bottom: 35px;
}
.summary.entry-summary .quantity .input-text.qty.text {
	background: #000;
	color: #fff;
	border: none !important;
	appearance: none !important;
	width: 190px;
	height: 68px;
	border-radius: 10px !important;
	color: #fff !important;
	font-weight: 800;
	font-size: 28px;
}
.summary.entry-summary .single_add_to_cart_button.button.alt {
	background: #F1832D !important;
	box-shadow: 0px 0px 5px #00000096;
	border-radius: 12px;
	border: none;
	padding: 20px 50px !important;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-top: 16px;  
}
.summary.entry-summary  .price {
	color: #000 !important;
}
.vi-wcaio-menu-cart-nav-wrap {
	background: url(https://1stisp.co.uk/cbd/wp-content/themes/cbd/assets/img/cart_icon.png);
	background-repeat: no-repeat;
	background-size: 45px;
	min-height: 40px !important;
}
.vi_wcaio_cart_icon-supermarket-4 {
	display: none;
}
.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-text-wrap {
	position: absolute;
	background: #f1832d;
	width: 27px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	top: -13px;
	right: 0px;
}

.widget.woocommerce.widget_shopping_cart .button.wc-forward {
	background: #F1832D 0% 0% no-repeat padding-box;
	border-radius: 12px !important;
	border: none !important;
	padding: 10px 60px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
	font-size: 18px !important;
	color: #fff !important;
	font-weight: 600 !important;
	letter-spacing: 0px;
	box-shadow: 0px 0px 5px #00000096 !important;
	width:100%;
	margin-bottom:15px;
}
.vi-wcaio-menu-cart-content-wrap.vi-wcaio-menu-cart-content-wrap-show-right {
	right: -30px !important; 
}
 
.button.checkout.wc-forward {
	background: #000 !important;
} 


.woocommerce div.product form.cart .variations select {
	max-width: 100%;
	min-width: 100%;
	display: inline-block;
	margin-right: 1em;
	background: #08d07a !important;
	color: #fff !important;
	width: 180px;
	border-radius: 10px !important;
	box-shadow: 0px 0px 5px #00000096;
}
.single-product .single_variation_add_to_cart_variations {
	display: flex;
	gap: 35px;
	margin-top: 17px;
}
.single-product .summary.entry-summary .woocommerce-Price-amount.amount {
	font-size: 42px;
	color: #000;
} 
.single_variation_add_to_cart_variations_left .value {
	display: flex;
	flex-direction: column;
}
.single-product  .single_variation_add_to_cart_variations_left {
	width: 50%;
}
.single-product  #pa_color {
	width: 100%;
}
form.cart.grouped_form span.woocommerce-Price-amount.amount {
    margin-left: 75px;
}

.product_title.entry-title + .price {
	display: none;
}
.summary.entry-summary {
	margin-bottom: 0px !important;
}
#product-image-content .product_title.entry-title {
	font-size: 48px;
	margin-left: -50px;
	position: relative;
	margin-bottom: 20px;
}
.custom-category-display + h1.product_title.entry-title {
    margin-left: 0 !important;
    font-size: 30px !important;
    letter-spacing: .5px;
}
.product_collection .product.type-product .price {
	font-weight: 800 !important;
	font-size: 20px !important;
	letter-spacing: 1px;
}
.product_collection  .button.product_type_grouped {
	background: #F1832D 0% 0% no-repeat padding-box !important;
	box-shadow: 0px 0px 5px #00000096 !important;
	border-radius: 12px !important;
	border: none;
	padding: 15px 40px !important;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 18px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: 500 !important;
}
.woocommerce-grouped-product-list.group_table .woocommerce-Price-amount.amount {
	font-size: 42px;
}
  
.cart.grouped_form .woocommerce-grouped-product-list.group_table .woocommerce-grouped-product-list-item__label {
	display: none;
}
.cart.grouped_form .woocommerce-grouped-product-list.group_table {
	margin-left: 0 !important;
}

.woocommerce-product-gallery .cart.grouped_form .woocommerce-Price-amount.amount {
	font-size: 42px;
}

.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	padding-right: 50px;
}
.woocommerce-cart-form__cart-item.cart_item {
	position: relative;
} 
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    background: #F1832D;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer  .footer-top {
	padding: 60px 0 30px 0;
	background: #EBECEE;
}
footer  .footer-links li a {
	color: #000000;
	text-decoration: none;
	letter-spacing: 0.7px;
	line-height: 36px;
}
footer  .footer-links ul {
	padding-left: 0px;
}
footer  .footer-links li {
	list-style: none;
}
footer  .footer-links h4 {
	font-size: 19px;
	font-weight: 800;
	letter-spacing: 1px;
}
footer  .logo_sec img {
	height: 240px;
}
footer  .footer_orange {
	background: #F1832D;
	color: #fff;
}
footer .left_footer p {
	font-size: 14px;
	margin-bottom: 0;
	line-height: 17px;
	font-weight: 500;
}
footer .right_footer p {
	font-size: 15px;
}



body.woocommerce nav.woocommerce-pagination ul {
    border: none;
}
body.woocommerce nav.woocommerce-pagination ul .page-numbers {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: #08d07a;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50% !important;
    font-size: 26px;
    font-weight: 800;
    text-decoration: none;
}
body.woocommerce nav.woocommerce-pagination ul li {
    border: none;
    margin: 0 5px;
}
body.woocommerce nav.woocommerce-pagination ul li a:focus, body.woocommerce nav.woocommerce-pagination ul li a:hover, body.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #f1832d;
    color: #fff;
}
body.woocommerce ul.products li.product .onsale, html .woocommerce span.onsale {
    top: -10px;
    right: -8px;
    width: 45px !important;
    height: 45px;
    line-height: 38px;
    min-width: 45px;
    min-height: 45px;
    background-color: #f1832d;
}
.testomonial_secs_mobile {
    display: none;
}
.blog_mobile_right_sec {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}
.blog_mobile_right_sec input#search {
    width: 100%;
    border: 3px solid #08d07a;
    border-radius: 7px;
    height: 45px;
    appearance: none;
    padding-left: 33px;
    font-weight: 600;
    letter-spacing: 0.4px;
    font-size: 14px;
}
.blog_mobile_right_sec .search_form input[type="image"] {
    left: 13px;
    top: 15px;
    width: 15px;
}
.blog_mobile_right_sec select.form-select {
    border: 3px solid #08d07a;
    border-radius: 7px;
    font-size: 14px;
    height: 45px;
    appearance: none;
}
nav.woocommerce-MyAccount-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
nav.woocommerce-MyAccount-navigation ul a {
    text-decoration: none;
    color: #000;
    padding: 10px;
    display: inline-block;
    background: #f5f5f5;
    margin-bottom: 10px;
    width: 100%;
}
nav.woocommerce-MyAccount-navigation ul a:hover, nav.woocommerce-MyAccount-navigation ul .is-active a{
	background: #f1832d;
	color: #fff;
}
.woocommerce-MyAccount-content a {
    color: #f1832d;
    text-decoration: none;
}
.woocommerce-MyAccount-content a:hover{
    color: #08d07a;
}
.woocommerce-MyAccount-content .shop_table.shop_table_responsive th {
    padding: 4px 8px !important;
}
.woocommerce-MyAccount-content address {
    font-size: 14px;
    font-weight: normal;
}
html .woocommerce-account .addresses .title h3 {
    font-size: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content p {
    font-weight: normal;
}
legend {
    font-size: 18px;
}
html .woocommerce form .form-row label, html .woocommerce-page form .form-row label {
    letter-spacing: 0;
    font-size: 14px;
}
.woocommerce form .form-row span {
    font-size: 14px;
    letter-spacing: 0;
}
.woocommerce-MyAccount-content input.woocommerce-Input {
    height: 45px;
    padding-left: 20px;
    letter-spacing: .5px;
    font-weight: 500;
    font-size: 15px;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button, .woocommerce-MyAccount-content button.button, button.woocommerce-Button.button {
    background: #f1832d !important;
    color: #fff !important;
    border-radius: 10px !important;
    padding: 13px 30px !important;
    font-weight: 500 !important;
    margin-top: 10px !important;
}
.woocommerce-MyAccount-content button.woocommerce-Button.button:hover, .woocommerce-MyAccount-content button.button:hover, button.woocommerce-Button.button:hover{
	background: #08d07a !important;
	color: #fff !important;
}
.search-page article {
    background: #fff;
    padding: 4%;
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    border-radius: 20px;
    border: 5px solid #08d07a;
    box-shadow: 2px 2px 12px #ccc;
}
.search-page article h2 a {
    font-size: 27px;
    letter-spacing: .5px;
    color: #000;
    text-decoration: none;
}
.search-page article .entry-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}
.search-page article .entry-header img {
    max-width: 150px;
    max-height: 150px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
}
.search-page article .entry-content p, .search-page article .entry-content ul li {
    font-weight: normal;
    font-size: 16px;
    letter-spacing: .5px;
}
.search-page article .entry-footer {
    font-size: 16px;
    font-weight: normal;
}
.search-page article .entry-footer a{
	color: #f1832d;
    text-decoration: none;
}
.search-page article .entry-footer a:hover{
	color: #08d07a;
}
span.edit-link {
    margin-left: 10px;
}
.search-page article .entry-content ul {
    padding: 0 0 0 20px;
}
.search-page article .entry-content ul ul {
    padding: 0;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea, .woocommerce form .form-row select {
    line-height: normal;
    background: #f7f7f7;
    border: none;
    padding: 15px;
}
.woocommerce form .form-row span span.select2-selection {
    background: #f7f7f7;
    border: none;
    padding: 10px 15px;
    height: auto;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 46px;
}
.woocommerce .woocommerce-MyAccount-content  form .form-row {
    clear: none;
}
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 1em;
    background: #F1832D !important;
    box-shadow: 0px 0px 5px #00000096 !important;
    border-radius: 12px !important;
    color: #fff;
    text-transform: uppercase;
    border: none;
    padding: 15px 40px !important;
    font-weight: normal;
    font-size: 18px;
}
a.added_to_cart {
    margin-left: 10px;
    color: #08d07a;
}
a.added_to_cart:hover {
    color: #111;
}
.nav-links {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin: 0 auto;
}	
.no-results.not-found {
    text-align: center;
    border: 5px solid #08d07a;
    box-shadow: 2px 2px 12px #ccc;
    padding: 5%;
    border-radius: 25px;
}
.no-results form#searchform input {
    border: none;
    background: #f7f7f7;
    padding: 13px 15px;
}
form#searchform input#searchsubmit {
    background: #f1832d;
    color: #fff;
    padding: 13px 30px;
}
form#searchform input#searchsubmit:hover {
    background: #f1832d;
    color: #fff;
}
.navbar ul ul.sub-menu {
    position: absolute;
    background: #08d07a;
    width: 310px;
    display: none;
    padding: 10px;
}
.navbar ul li:hover ul.sub-menu {
    display: block;
}
.navbar ul ul.sub-menu li a {
    color: #fff;
}
.navbar ul ul.sub-menu li a:hover {
    opacity: .8;
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner.is-info {
    border: none;
    background: transparent;
    margin: 0;
    padding: 0 !important;
}
.woocommerce-form-login-toggle .wc-block-components-notice-banner.is-info svg {
    display: none;
}
.woocommerce-form-login-toggle a.showlogin {
    background: #08d07a;
    padding: 12px 30px;
    display: inline-block;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0 0 3px #999;
    text-transform: uppercase;
    font-size: 16px;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.woocommerce-form-login-toggle a.showlogin:hover {
    background: #f1832d;
}
form.woocommerce-form.woocommerce-form-login.login {
    border: 5px solid #08d07a;
    box-shadow: 2px 2px 12px #ccc;
    padding: 4%;
    border-radius: 20px;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    width: 100%;
}
p.lost_password a {
    color: #f1832d;
}
input#rememberme {
    -webkit-appearance: none;
    background-color: #f1832d;
    padding: 10px;
    /* display: inline-block; */
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    height: 22px;
    min-width: 24px;
    max-height: 22px !important;
    width: 10px;
    display: inline-block !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span::after {
    left: -23px !important;
    top: 3px !important;
}
span.password-input input.woocommerce-Input {
    height: 49px;
}
.shop_image {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.shop_image img {
    width: 250px !important;
    height: 250px !important;
    object-fit: contain;
    position: relative;
    margin: 0 auto !important;
}

.shop_image:before {
    content: "";
    width: 90%;
    height: 90%;
    background: #08d07a;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border-radius: 50%;
}
.shop_image.orange::before {
    background: #f1832d;
}
.best_selling_product .shop_image, .best_selling_product .shop_image img {
   	width: 400px !important;
   	height: 400px !important;
}
.mobile-nav{
	display: none;
}
.trust_pilot {
    max-width: 160px;
    height: 40px !important;
    margin: 0 auto;
}
.trust_pilot iframe {
    height: 38px !important;
}
.vi-wcaio-menu-cart-content-wrap {
    left: inherit !important;
    right: -50px;
}
.vi-wcaio-menu-cart-content-wrap:after, .vi-wcaio-menu-cart-content-wrap:before {
    left: inherit !important;
    right: 10%;
}
.woocommerce-info {
    border-color: #f1832d;
}
.woocommerce-form-login-toggle .woocommerce-info {
    border: none;
    background: transparent;
    margin: 0 0 20px;
    padding: 0 !important;
}
.woocommerce-form-login-toggle .woocommerce-info:before {
    display: none;
}
body .woocommerce-info {
    border-top-color: #f1832d;
}
body .woocommerce-info::before {
    color: #f1832d;
}
.woocommerce table.shop_table a {
    color: inherit;
    margin-right: 5px;
}
li.woocommerce-mini-cart-item.mini_cart_item > span {
    padding-left: 75px;
    display: inline-block;
    font-size: 14px;
    color: #444;
}
li.woocommerce-mini-cart-item.mini_cart_item > span.quantity {
    padding: 0;
}
.woocommerce-cart-form .product-name span.posted_in a {
    text-decoration: none;
    color: #000;
    font-size: 23px;
    font-weight: 800;
    letter-spacing: 1px;
    text-align: left;
    display: inline-block;
}





.topicals_treat_section   .right_content_p {
	text-align: center;
}
.topicals_treat_section .right_content_p li {
	text-align: left;
}


.topicals_treat_section .right_content_p li {
	text-align: left;
}


.topicals_treat_section .right_content_p ul li {
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 13px;
}
.topicals_treat_section .right_content_p ul li::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 24px;
	height: 24px;
	background: url(https://1stisp.co.uk/cbd/wp-content/uploads/2024/02/check.png);
	left: -3px;
	top: 12px;
	background-size: 25px;
	top: 0px;
}

h6.fl-heading {
	color: #08D07A;
}
.topicals_treat_section {
	background: #EBECEE;
}
.topicals_treat_section .right_content_p {
	text-align: left !important;
	padding-left: 45px;
}

.topicals_treat_section .right_content_p ul {
	padding-left: 40px !important;
}
.topicals_treat_section   .img_overlap_sec img {
	border-radius: 15px;
	box-shadow: 2px 2px 12px #b5b5b5;
}
.topicals_treat_section   .right_content_p ul {
position:relative;
}

.topicals_treat_ul::before {
	content: '';
	position: absolute;
	left: 10px;
	top: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0px;
	height: 100%;
}
.topicals_treat_ul {
	position: relative;
	margin-top: 30px;
}

.topicals_treat_section   .right_content_p ul::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
	z-index: ;
}
.topicals_treat_section .right_content_p ul::after {
	content: '';
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	left: 0;
	bottom: 0;
}


.cbd_five_sections .cbd_five {
	position: relative;
	padding-left: 30px;
}

.cbd_five_sections .cbd_five ::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0;
	height: 100%;
}
.cbd_five_sections .cbd_five ::after{
	content: '';
	position: absolute;
	left: 0px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	bottom: -2px;
}

.cbd_five_sections .cbd_five {
	max-width: 80ch;
}

.cbd_five_sections .apply_img img{
	max-width: 300px;
	max-height: 300px;
}
.apply_img {
	justify-content: center;
	align-items: center;
}	

.right_cbd_img img {
	max-width: 250px;
	max-height: 250px;
}

.right_cbd_img {
	justify-content: center;
	align-items: center;
}

.uses_cbd_img img {
	max-width: 250px;
	max-height: 250px;
	height: auto;
	display: block;
}

.uses_cbd_img {
	overflow: hidden;
	justify-content: center;
	align-items: center;
}

.cbd_five_sections .column {
	height: fit-content;
}

.cbd_five_sections .difference_cbd_content {
	max-width: 160ch;
}


.cbd_five_sections .difference_cbd_content {
	position: relative;
	padding-left: 25px;
}

.cbd_five_sections .difference_cbd_content::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0;
	height: 100%;
}
.cbd_five_sections .difference_cbd_content::after{
	content: '';
	position: absolute;
	left: 0px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	bottom: -2px;
}

.cbd_five_sections .cbd-col {
	position: relative;
	padding: 15px;
}

.cbd_five_sections .cbd-col::before {
	content: '';
	position: absolute;
	left: 0px;
	width: 2px;
	background: #f1832d;
	bottom: 0;
	height: 100%;
}
.cbd_five_sections .cbd-col::after{
	content: '';
	position: absolute;
	left: 0px;
	transform: translateX(-50%);
	width: 25px;
	height: 25px;
	background: url(../../assets/img/flower.svg);
	bottom: -2px;
}

.cbd_five_sections .cbd-col h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
}

.cbd_five_sections .cbd-col ul {
    list-style: disc !important;
    padding: 20px !important;
    margin: 0;
}

.cbd_five_sections .cbd-col ul li {
    font-size: 13px;
    color: #222222;
    padding: 4px 0;
    border-bottom: 1px solid #D3D3D3;
}

.cbd_five_sections .cbd-col ul li:last-child {
    border-bottom: none;
}

.right_cbd_content {
  width: 90%;
  margin-left: 20px;
  margin-right: 0;
}

/***************************************************************MEDIA****************************************************************/

@media(max-width: 1400px){
	.nav_header {
	    max-width: 1200px;
	}
	header .header_message.text-center {
	    font-size: 30px;
	}
	.navbar a, .navbar a:focus {
	    padding: 10px 7px 10px 7px;
	    font-size: 13px;
	}
	.navbar ul.menu img.img-fluid {
	    max-width: 28px;
	}
	.vi-wcaio-menu-cart-nav-wrap {
	    background-size: 37px;
	    min-height: 34px !important;
	}
	body .vi-wcaio-menu-cart .vi-wcaio-menu-cart-nav-wrap {
	    min-width: 51px;
	}
	.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show .vi-wcaio-menu-cart-text-wrap {
	    width: 24px;
	    font-size: 14px;
	    height: 24px;
	    line-height: 24px;
	}
	body {
	    font-size: 16px;
	}
	p {
	    letter-spacing: 0.5px;
	}
	.h1, h1 {
	    font-size: 2.3rem;
	}
	.hero_content p {
	    letter-spacing: 0.5px;
	    line-height: 1.6;
	}
	h2 {
	    font-size: 33px;
	    letter-spacing: 1.3px;
	}
	.btn.btn-primary, .btn.btn-success {
	    font-size: 15px;
	    padding: 10px 25px !important;
	    margin: 0 !important;
	}
	.product_box {
	    border-width: 4px;
	    border-radius: 20px;
	    padding: 30px 25px 25px 25px;
	}
	.product_collection .product_box h3 {
	    font-size: 22px;
	}
	.product_collection h4 {
	    font-size: 20px;
	    margin-top: 10px;
	}
	.point_success_box {
	    padding: 0;
	}
	.point_success  .count {
	    font-size: 48px;
	}
	.h4, h4 {
	    font-size: 1.2rem;
	}
	.mb-5 {
	    margin-bottom: 2rem!important;
	}
	.why_choose_left p {
	    letter-spacing: 0.5px;
	    font-size: 15px;
	}
	.h3, h3 {
	    font-size: 1.45rem;
	}
	.img_left_right_content_sec  .right_content_p p, .features li {
	    letter-spacing: 0.5px;
	    line-height: 1.6;
	}
	.cta_section h2 {
	    font-size: 28px;
	}
	.testimonial_box p {
	    font-size: 18px;
	    letter-spacing: 0.5px;
	}
	.testimonial_box h4 {
	    font-size: 22px;
	    letter-spacing: .5px;
	}
	.cbd_news .news_box h4 {
	    letter-spacing: .5px;
	    font-size: 20px;	
	}
	.cbd_news .news_box p {
	    line-height: 1.6;
	    letter-spacing: .4px;
	}
	.keypoints  .key_content p {
	    line-height: 1.5;
	    letter-spacing: 0.4px;
	    font-size: 13px;
	}
	footer  .footer-links h4 {
	    font-size: 17px;
	    letter-spacing: .5px;
	}
	footer  .footer-links li a {
	    letter-spacing: 0.5px;
	    line-height: 1.8;
	}
	footer .left_footer p {
	    font-size: 13px;
	    line-height: 1.5;
	}
	footer .right_footer p {
	    font-size: 14px;
	}
	.why_we_content h4 {
	    line-height: 1.7;
	    letter-spacing: .5px;
	}
	.who_we_inner_box {
	    padding: 50px 0px 50px 50px;
	    border-width: 5px;
	    border-radius: 25px;
	}
	.why_we_are  .author_and_designation h3 {
	    font-size: 30px;
	    letter-spacing: .5px;
	}
	.why_we_are  .author_and_designation p {
	    font-size: 22px;
	    letter-spacing: .5px;
	}
	.btn.btn-primary + .btn.btn-success {
	    margin-left: 10px !important;
	}
	.content_img_sec .content_img_text p {	    
		letter-spacing: .5px;
	    line-height: 1.6;
	}
	.products_collection h3 {	    
		letter-spacing: .5px;
	}
	.additional-content h3 {
	    letter-spacing: .5px !important;
	    font-size: 22px !important;
	}
	ul.tabs.wc-tabs li a {
	    border-radius: 8px !important;
	    display: block !important;
	    padding-top: 15px !important;
	    padding-bottom: 15px !important;
	    letter-spacing: 0;
	    font-size: 13px;
	}
	.woocommerce-Tabs-panel {
	    border-width: 3px;
	    padding: 40px 40px 25px 40px !important;
	    border-radius: 20px;
	}
	ul.tabs.wc-tabs li {
	    padding: 6px !important;
	}
	#product-image-content .product_title.entry-title {
	    font-size: 36px;
	    margin-left: -35px;
	    margin-bottom: 20px;
	}
	.single-product .summary.entry-summary .woocommerce-Price-amount.amount {
	    font-size: 34px;
	}
	.summary.entry-summary .quantity .input-text.qty.text {
	    width: 160px;
	    height: 55px;
	    font-size: 24px;
	}
	.woocommerce-Tabs-panel {
	    padding: 30px 30px 15px 30px !important;
	}
	.product_box .price_product {
	    font-size: 17px;   
	}
	.cbd-woocommerce-cart-form {
	    border-width: 3px;
	    padding: 45px 20px 20px 60px;
	    border-radius: 20px;
	}
	.cbd-woocommerce-cart-right .cart_totals h2 {
	    font-size: 18px;
	}
	.shop_table.shop_table_responsive th {
	    font-size: 16px;
	}
	.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
	    width: 150px;
	}
	.woocommerce-cart-form__cart-item.cart_item a.remove {
	    height: 30px;
	    width: 30px;
	    font-size: 24px;
	    line-height: 27px;
	}
	.woocommerce-cart-form__cart-item .product-name a {
	    font-size: 18px;
	    letter-spacing: .5px;
	}
	.quantity .input-text.qty.text {
	    width: 50px;
	    height: 50px;
	}
	#coupon_code {
	    height: 51px;
	    font-size: 14px !important;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon button, body .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
	    padding: 18px 20px !important;
	    font-size: 14px !important;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon, .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
	    margin-top: 80px !important;
	}
	.cbd-woocommerce-cart-right .checkout-button.button.alt.wc-forward {
	    padding: 16px 20px;
	    letter-spacing: .5px;
	    font-size: 16px;
	}
	.checkout.woocommerce-checkout {
	    border-width: 5px;
	    padding: 40px;
	    border-radius: 20px;
	}
	#customer_details h3, #order_review_heading{
	    font-size: 20px;
	}
	#customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1), 
	.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th{
	    font-size: 20px;
	    letter-spacing: .5px;
	}
	.shop_table.woocommerce-checkout-review-order-table td {
	    font-size: 15px;
	}
	.checkout.woocommerce-checkout  .form-row {
	    margin: 0 0 18px;
	}
	.testomonial_secs   .with_border_gap {
	    gap: 20px;
	}
	.testomonial_secs  .col-lg-6 {
	    width: calc(50% - 10px);
	}
	.testimonials_box_content.box_with_border {
	    margin-bottom: 10px;
	}
	.testimonial_box img {
	    max-width: 60px !important;
	}
	.accordion_sec .accordion-button {
	    background-size: 22px;
	    background-position: 30px 19px;
	    font-size: 20px;
	}
	.accordion_sec .accordion-body {
	    padding: 30px 40px;
	}
	.mt-100 {
	    margin-top: 60px;
	}
	.mt-lg-5 {
	    margin-top: 2rem!important;
	}
	.mb-lg-5 {
	    margin-bottom: 2rem!important;
	}
	.left_sec_blog .recent_post_title li {
	    border-bottom-width: 3px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
	}
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1170px;
	}
	.contact_inner {
	    padding: 40px 50px 60px 50px;
	    border-radius: 20px;
	}
	.contact_form h5 {
	    margin-top: 0 !important;
	    letter-spacing: 0.5px;
	    line-height: 1.5;
	    font-size: 18px;
	}
	section.point_success {
	    padding-left: 3%;
	    padding-right: 3%;
	}
	.page-template-template-my-account .entry-content {
	    border-width: 4px;
	    padding: 4%;
	    border-radius: 20px;
	}
	body .wc-block-components-notice-banner__content {
	    letter-spacing: 0.5px;
	    font-size: 15px;
	}
	.contact_form .wpcf7-form-control-wrap input {
	    height: 50px;
	    padding-left: 20px;
	    letter-spacing: .5px;
	}
	.contact_form .wpcf7-form-control-wrap textarea {
	    height: 160px;
	    padding-left: 20px;
	    letter-spacing: .5px;
	}
	.contact_form input[type="submit"] {
	    padding: 13px 40px !important;
	    font-size: 16px;
	}
	.bottom_form_sec h4 {
	    letter-spacing: .5px;
	    font-size: 16px;
	}
	.best_selling h2 {
	    margin-bottom: 20px;
	}
	#payment .wc_payment_methods.payment_methods.methods input[type="radio"] + label::before {
	    border-width: 3px;
	    width: 24px;
	    height: 24px;
	    top: 6px;
	    margin-right: 10px;
	}
	.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	    line-height: 38px;
	}
}
@media(max-width: 1199px){
	.best_selling_product .shop_image, .best_selling_product .shop_image img {
	    width: 300px !important;
	    height: 300px !important;
	}
}
@media(max-width: 991px){
	.mobile-nav .vi-wcaio-menu-cart-nav-wrap {
	    min-width: 50px;
	    max-width: 50px;
	    position: relative;
	}
	.mobile-nav .vi-wcaio-menu-cart-text-wrap {
	    position: absolute;
	    background: #f1832d;
	    width: 24px;
	    color: #fff;
	    text-align: center;
	    border-radius: 50%;
	    font-size: 13px;
	    height: 24px;
	    line-height: 24px;
	    top: -13px;
	    right: 0px;
	}
	.mobile-nav {
	    background: #08d07a;
	    display: flex;
	    justify-content: end;
	    height: 100%;
	    border-left: 9vw solid #fff;
	    overflow: auto;
	    position: fixed;
	    top: 0;
	    right: -100%;
	    width: 100%;
	    z-index: 99;
	    transition: all .2s;
	}
	.navbar-mobile-active .mobile-nav {
	    right: 0;
	}
	.mobile-nav-col {
        padding: 30px 20px 30px 20px;
        display: flex;
        width: 100%;
        position: relative;
        gap: 0px;
        height: max-content;
    }

	.mobile-nav-col .close-icon {
	    position: absolute;
	    top: 15px;
	    right: 15px;
	    width: 30px;
	    height: 30px;
	    display: inline-block;
	    border-radius: 50%;
	    border: 1px solid #fff;
	    color: #fff;
	    padding: 0px;
	    cursor: pointer;
	    line-height: 10px;
	    font-size: 29px;
	}
	.nav-left {
	    display: flex;
	    flex-wrap: wrap;
	    flex-direction: column;
	    width: 60px;
	    min-width: 60px;
	    padding-bottom: 110px;
	}
	.nav-left ul.menu {
	    padding: 0;
	    list-style: none;
	    display: flex;
	    flex-direction: column;
	    justify-content: space-between;
	}
	.nav-right {
	    width: calc(100% - 60px);
	}
	.menu-header-basket-menu-container {
	    display: flex;
	    height: 100%;
	}
	.vi-wcaio-menu-cart-nav-wrap {
	    margin-top: auto;
	}
	li.vi-wcaio-menu-cart.vi-wcaio-menu-cart-show {
	    margin-left: 0;
	}
	.vi-wcaio-menu-cart-nav-wrap {
	    background-image: url(../img/cart-icon-green.png);
	    background-size: 45px;
    	min-height: 42px !important;
	}
	.reviews_pilot img {
	    max-width: 160px;
	    margin-left: -10px;
	    margin-top: 15px;
	    margin-bottom: 15px;
	}
	.insta img {
	    max-width: 35px;
	    filter: brightness(1) invert(1);
	}
	.nav-right ul {
	    margin: 0;
	    padding: 0;
	    list-style: none;
	}
	.nav-right ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: normal;
        text-transform: uppercase;
        font-size: 16px;
        letter-spacing: 0.5px;
        padding: 5px 0;
        display: inline-block;
        line-height: 1.25;
    }
	.nav-right ul li a:hover, .nav-right ul li.current-menu-item a{
	    opacity: .7;
	}
	.top_header {	    
		align-items: center;
	}
	.cbd_news .news_box h4.mb-2 {
	    margin-top: 20px;
	}	
	#scroll {
	    width: 35px !important;
	    height: 35px !important;
	}
  	.nav-right ul.sub-menu {
	    background: #09c574;
	    padding: 5px 14px;
        left: -99999px;
        opacity: 0;
        position: fixed;
        transform: translateX(-10px);
        transition: background-color .6s, transform .3s, opacity .3s;
	}
	ul.sub-menu.active {
	    display: block;
        left: auto;
        opacity: 1;
        position: inherit;
        transform: translateX(0);
	}
  	li.menu-item.menu-item-has-children {
	    position: relative;
	    padding-right: 20px;
	}
	.menu.transition li.menu-item.menu-item-has-children:before {
	    transform: rotate(135deg);
	    top: 11px;
	}
  	li.menu-item.menu-item-has-children:before {
	    content: "";
	    border-left: 2px solid #fff;
	    border-bottom: 2px solid #fff;
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    right: 5px;
	    transform: rotate(-45deg);
	    top: 7px;
	    transition: all .2s;
	}
}

@media (max-width:767px) {
	.trust_boat  .alignnone{
		height: auto;
	}
	.btn.btn-primary, .btn.btn-success {
	    padding: 9px 15px !important;
	    font-size: 12px !important;
	    margin-right: 0 !important;
	   	border-radius: 7px;
	}
	.hero-btns {
	    display: flex;
	    align-items: center;
	    flex-wrap: wrap;
	    gap: 5px;
	    justify-content: space-between;
	}
	#hero {
	    padding: 0 5px;
	}
	header .header_message.text-center {
		font-size: 15px;
		letter-spacing: 0.1px;
		line-height: 25px;
		margin-bottom: 0;
	}
	header .top_header {
		display: flex;
		justify-content: space-between;
		padding: 0 15px;
		align-items: center;
	}
	header  .top_header .logo img {
		height: 90px !important;
	}
	.trust_pilot img {
		max-width: 230px;
	}
	header .top_header .trust_pilot img {
	    height: auto;
	    max-height: 40px;
	}
	header  .logo.me-auto {
	    margin-bottom: 0!important;
	}
	header .nav_header {
		justify-content: space-between;
	}
	header .logo img {
		height: 100px;
		margin-left: ;
	}
	.hero_content {
		margin-top: 30px;
		margin-bottom: 40px;
	}
	header #navbar {
		position: absolute;
		top: 0;
		right: 0;
	}
	header .navbar-mobile .mobile-nav-toggle img {
		display: none;
	}
	header .mobile-nav-toggle img {
		max-width: 30px;
	}
	header .mobile-nav-toggle {
		top: 45px;
		position: relative;
		right: 20px;
	}
	header .mobile_burger_menu  {
		width: 40px;
	}
	.admin-bar header .mobile-nav-toggle {
	    top: 91px;
	}
	#hero .right_img_content img {
		max-width: 300px;
	}
	#hero .right_img_content {
		text-align: center;
	}
	#hero  .hero_content p {
	    letter-spacing: 0.7px;
	    line-height: 1.5;
	    font-size: 16px;
	    font-weight: normal;
	}
	.h1, h1 {
	    font-size: calc(1.375rem + 1vw);
	}
	.retailer_second_section  h2 {
	    font-size: 17px;
	    letter-spacing: .5px;
	    font-weight: 800;
	}
	.pb-5 {
	    padding-bottom: 2rem!important;
	}
	.pt-5 {
	    padding-top: 2rem!important;
	}
	p:empty {
	    display: none;
	}
	.retailer_second_section .features li img {
		max-width: 42px;
	}
	.retailer_second_section  ul.d-flex {
		flex-wrap: wrap;
	}

	.best_selling_product img {
		max-width: 270px;
	}
	.best_selling_product {
		text-align: center;
		margin-top: 5px;
		margin-bottom: 25px;
	}
	.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		display: block;
	}
	.product_collection h4 {
		font-size: 18px;
		margin-bottom: 15px;
	}
	body {
		font-size: 16px;
	}
	.product_collection  .container {
		max-width: 100%;
	}
	.logos img {
		width: 19%;
	}
	.point_success .col {
		max-width: 100%;
		width: 100%;
		flex: 0 0 100%;
	}
	.point_success_box.text-center {
		display: flex;
		flex-direction: row-reverse;
	}
	h2 {
	    font-size: 25px;
	    letter-spacing: .4px;
	    font-weight: 800;
	}
	 p {
		letter-spacing: 0.4px;
		font-size: 15px;
		line-height: 1.5;
	}
	.mb-5 {
	    margin-bottom: 1.5rem!important;
	}
	.mt-5 {
	    margin-top: 1.5rem!important;
	}
	.why_choose h3 {
		font-size: 20px;
	}
	.ps-5 {
	    padding-left: 2rem!important;
	}
	.pe-5 {
	    padding-right: 2rem!important;
	}
	.product_box {
	    border-width: 4px;
	    border-radius: 20px;
	    padding: 30px 15px 25px 15px;
	}
	.product_collection .product_box h3 {
	    font-size: 18px;
	}
	.product_collection  .container {
	    max-width: 320px;
	}
	.img_left_right_content_sec .right_content_p p {
		line-height: 1.55 !important;
	}
	.img_left_right_content_sec  .right_content_p {
		margin-top: 50px;
	}
	.features  .feature_img img {
		max-width: 220px !important;
	}
	section.as_feature_in {
	    background: #221e1f;
	    padding-top: 20px;
	}
	section.as_feature_in h3 {
	    margin: 0 !important;
	    color: #fff;
	    font-size: 12px;
	    font-weight: normal;
	}
	.partner_sec {
	    padding-top: 10px;
	    padding-bottom: 25px;
	}
	.cta_section h2 {
	    font-size: 24px;
	}
	.h4, h4 {
	    font-size: calc(1.175rem + .3vw);
	}
	.testimonials .container {
	    max-width: 320px;
	}
	.keypoints  .key_icon img {
		width: 70px !important;
		height: 60px;
	}
	.keypoints .key_content p {
		font-size: 14px;
	}
	.keypoints .key_box {
		gap: 30px;
		align-items: center;
	}
	footer  .footer-top {
	    padding: 40px 0 20px 0;
	}
	footer .logo_sec img {
		height: 160px;
		margin-bottom: 35px;
	}
	footer .footer-top img.image {
	    max-height: 110px;
	    width: auto;
	    margin-bottom: 20px;
	}
	.footer-contact {
	    width: 100px;
	}
	.col-lg-9.footer-contact {
	    width: calc(100% - 100px);
	}
	footer  .footer-links h4 {
	    font-size: 16px;
	    font-weight: 800;
	    letter-spacing: .5px;
	    margin-bottom: 15px !important;
	}
	footer .insta a img {
	    width: 30px;
	}
	footer .insta img {
		width: auto;
		max-width: 100px;
	    height: auto;
	    max-height: 33px;
	}
	.social_media_and_reviwes.mt-4 {
		margin-bottom: 45px;
	}
	.left_content_point.text-start {
		display: flex;
		flex-wrap: wrap;
		align-items: baseline;
	}
	.point_success .count {
		font-size: 38px;
	}
	.point_success .left_content_point p {
		margin-top: 0px !important;
	}
	.point_success_box {
		padding: 0 10px;
	}
	.point_success_box img {
		width: 90px;
		min-width: 90px;
		max-width: 90px;
	}
	.point_success_box {
		margin-bottom: 35px;
	}
	.why_choose_left p {
	    font-size: 15px;
	    line-height: 1.5;
	    letter-spacing: 0.5px;
	    font-weight: normal;
	}
	body,html {
		overflow-x:hidden;
	}
	/*
	.img_left_right_content_sec .img_overlap_2 img {
		width: 250px;
	} */
	footer .footer_orange p {
	    letter-spacing: 0;
	    font-weight: 600;
	    font-size: 11px;
	    margin-bottom: 0;
	    margin-top: 10px;
	    text-align: left;
	}
	footer .footer_orange .right_footer p {
	    font-size: 14px;
	}
	.swiper-pagination-bullet {
		width: 16px;
		height: 16px;
	}
	.swiper.swiper-initialized.swiper-horizontal.swiper-pointer-events {
		overflow: unset !important;
	}
	.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
		bottom: 0;
	}
	/*
	.img_overlap_sec {
		min-height: 340px;
	}
	.img_left_right_content_sec  .img_overlap_1 img {
		height: 190px;
		object-fit: contain;
	} */
	
	.arthritis_img {
		padding-bottom: 20px;
	}
	
	.who_we_inner_box {
	    padding: 30px 0px 25px 20px;
	    border: 4px solid #1fc26e;
	}
	.why_we_img {
		padding-right: 20px;
	}
	.why_we_are .why_we_content h4 {
	    padding-right: 25px;
	    font-size: 16px;
	    line-height: 1.5;
	    margin-top: 20px;
	    margin-bottom: 25px !important;
	}
	.why_we_are .author_and_designation h3 {
	    font-size: 22px;
	}
	.why_we_are .author_and_designation p {
	    font-size: 16px;
	    font-weight: bold;
	    margin-top: 2px;
	}
	.content_img_sec .content_img_text p {
	    font-weight: bold;
	    letter-spacing: .5px;
	    line-height: 1.5;
	}
	.btm_space_product {
		margin-bottom: 20px;
	}
	.pagination-sec li a {
		display: inline-block;
		width: 50px;
		height: 50px;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		border-radius: 50% !important;
		font-size: 20px;
		font-weight:800;
	}
	.pagination-sec li .active {
			display: inline-block;
		width: 50px;
		height: 50px;
		color: #fff;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		border-radius: 50% !important;
		font-size: 20px;
		font-weight:800;
	}
	.accordion_sec .accordion-button {
		background: url(../../assets/img/Plus.svg) #f1832d;
		box-shadow: none !important;
		color: #fff;
		background-repeat: no-repeat;
		background-size: 23px;
		background-position: 17px 20px;
	}
	.accordion_sec .accordion-body {
	    padding: 20px 20px;
	}
	.accordion_sec .accordion-button {
	    font-weight: bold;
	    text-align: center;
	    display: block;
	    font-size: 15px;
	    padding-left: 36px !important;
	    background-size: 18px;
	    background-position: 14px 18px;
	}
	
	.contact_inner {
		padding: 30px 20px 100px 30px;
	}
	.contact_inner {
		border: 3px solid #08d07a;
		box-shadow: 2px 2px 12px #ccc;
		padding: 30px 20px 30px 20px;
		border-radius: 15px;
	}
	.mt-80 {
		margin-top: 0;
	}
	.contact_form .email_content {
		gap: 10px;
		flex-direction: column;
	}
	.contact_form .bottom_form_sec {
		margin-top: -30px;
	}
	.page-template-template-my-account .entry-content {
	    padding: 5%;
	}
	form.woocommerce-form.woocommerce-form-register.register {
	    padding: 0px;
	}
	.recent_post_title.mt-100 {
	    margin-top: 30px;
	    margin-bottom: 25px;
	}
	.author_left_news {
		margin-bottom: 25px;
	}
	.testimonial_box p {
	    font-size: 15px;
	    letter-spacing: 0.5px;
	    font-weight: 500;
	}
	.testimonial_box h4 {
	    font-size: 22px;
	    letter-spacing: .4px;
	    margin-bottom: 3px !important;
	}
	.cta_section h2 {
	    font-size: 26px;
	}
	.cbd_news .news_box h4 {
	    letter-spacing: 1px;
	    font-size: 20px;
	}
	.cbd_news  .container {
	    max-width: 340px;
	}
	.news_content {
	    padding: 0 20px 25px 20px;
	}
	.cbd-woocommerce-cart-form {
		display: flex;
		flex-direction: column;
	}
	.cbd-woocommerce-cart-left {
		width: 100%;
	}
	.cbd-woocommerce-cart-right {
		width: 100%;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
		margin-top: 30px;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		margin-top: 20px !important;
	}
	.cbd-woocommerce-cart-form {
		padding: 20px 30px 30px 40px;
	}
	.woocommerce-cart-form__cart-item.cart_item a.remove {
		height: 30px;
		width: 30px;
		font-size: 25px;
		line-height: 27px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		left: -50px;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		background: transparent !important;
	}
	#coupon_code {
	    width: auto !important;
	    border: none !important;
	    font-size: 16px !important;
	    width: 100% !important;
	}
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}
	.cbd-woocommerce-cart-form {
	    padding: 15px 15px 15px 15px;
	    border-radius: 15px;
	}
	.coupon .button {
		width: 100% !important;
		margin-top: 20px !important;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		margin-top: 40px !important;
		float: left !important;
		margin-left: 0 !important;
	}
	.cbd-woocommerce-cart-right .cart_totals h2 {
	    margin-top: 23px;
	    margin-bottom: 20px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		position: static !important;
	}
	.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	#customer_details {
		width: calc(100% - 0px);
	}
	.checkout.woocommerce-checkout {
		border: 3px solid #08d07a;
		box-shadow: 2px 2px 12px #ccc;
		padding: 30px 20px 60px 20px;
		border-radius: 25px;
	}
	#customer_details_review {
		width: calc(100% - 0px);
	}
	.form-row.place-order {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.inner_top_banner h3 {
	    font-size: 19px;
	    font-weight: 600;
	}
	.hero_content p {
	    letter-spacing: 0.5px;
	    line-height: 1.5;
	    font-weight: normal;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product, 
	.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product, 
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
	    width: 100% !important;
	}
	ul.products.columns-2, .woocommerce .products ul, .woocommerce ul.products {
	    max-width: 320px !important;
	    margin: 0 auto !important;
	}
	body .products  .product.type-product {
	    border-width: 4px ;
	    border-radius: 20px;
	    padding: 20px 15px 25px 15px !important;
	}
	.additional-content h3 {
	    letter-spacing: 0 !important;
	    font-size: 18px !important;
	}
	.woocommerce-loop-product__title {
	    font-size: 18px !important;
	}
	ul.tabs.wc-tabs {
	    flex-wrap: wrap;
	}
	ul.tabs.wc-tabs li {
	    width: 50%;
	}
	ul.tabs.wc-tabs li a {
	    font-size: 12px;
	    letter-spacing: 0;
	    padding: 10px 5px !important;
	    border-radius: 10px !important;
	    border-width: 1px !important;
	}
	#product-image-content {
	    border-width: 3px;
	    padding: 30px 15px 20px 15px !important;
	    border-radius: 15px;	
	    margin-bottom: 25px;
	}
	.woocommerce-product-gallery.woocommerce-product-gallery--with-images.woocommerce-product-gallery--columns-4.images {
	    padding-right: 0;
	}
	#product-image-content .product_title.entry-title {
	    font-size: 28px;
	    margin-left: 0;
	    margin-bottom: 20px;
	}
	.summary.entry-summary .quantity .input-text.qty.text {
	    width: 140px;
	    height: 45px;
	    color: #fff !important;
	    font-size: 18px;
	}
	.summary.entry-summary  .price {
	    text-align: center;
	    font-size: 15px !important;
	}

	.single-product .summary.entry-summary .woocommerce-Price-amount.amount {
	    font-size: 28px;
	    text-align: right;
	}
	.summary.entry-summary .single_add_to_cart_button.button.alt {
	    border-radius: 7px;
	    padding: 15px 25px !important;
	    font-size: 14px;
	    letter-spacing: .5px;
	    float: right;
	}
	html .woocommerce ul.products li.product .price {
	    font-size: 18px;
	}
	.woocommerce-Tabs-panel {
	    border-width: 3px;
	    padding: 6% !important;
	    border-radius: 15px;
	}
	.accordion_sec.faq_test_page .accordion-button {
	    background-size: 14px;
	    background-position: 10px 21px;
	}
	.testomonial_secs  .col-lg-6 {
	    width: 100%;
	    padding: 0;
	    margin-left: -12px;
	}
	.testimonial_box {
	    border-radius: 16px;
	    padding: 20px 15px 15px 16px;
	    width: 100%;
	}
	.testimonials_box_content.box_with_border {
	    border-width: 4px;
	    border-radius: 20px;
	    margin-bottom: 0px;
	    width: 100%;
	}

	.testomonial_secs   .with_border_gap {
	    gap: 20px;
	}
	img {
	    max-width: 100%;
	}
	.cbd_news .news_box p {
	    letter-spacing: 0.5px;
	    line-height: 1.5;
	}
	.page-template-template-blog .cbd_news .container {
	    max-width: 94%;
	}
	.pagi_sec {
	    gap: 10px;
	}
	.news_inner_page  .row {
	    flex-direction: column-reverse;
	}
	.mt-100 {
	    margin-top: 50px;
	}
	.blog_right_sec .realted_post_sec h3 {
	    padding-bottom: 0;
	    margin-bottom: 40px !important;
	}
	div#respond input#submit {
	    padding: 11px 40px !important;
	    font-size: 15px;
	    margin-top: 15px;
	}
	.contact_form h5 {
	    font-weight: 600;
	    letter-spacing: 0.5px;
	    line-height: 1.5;
	    font-size: 15px;
	}
	.contact_form  .wpcf7-form p {
	    margin-bottom: 10px;
	}
	.form_contact .btn_submit {
	    margin-top: 25px;
	}
	.contact_form .wpcf7-form-control-wrap input {
	    height: 50px;
	    padding-left: 20px;
	    letter-spacing: .5px;
	}
	.checkout.woocommerce-checkout .input-text, .checkout.woocommerce-checkout .select2-container--default .select2-selection--single {
	    height: 45px;
	    padding-left: 15px;
	    letter-spacing: 0;
	    font-size: 14px;
	}
	.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
	    line-height: 45px;
	}
	.checkout.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
	    top: 10px;
	    right: 6px;
	}
	.checkout.woocommerce-checkout  .form-row {
	    margin: 0 0 11px;
	}
	#order_review_heading {
	    font-size: 18px;
	}
	#customer_details_review .shop_table.woocommerce-checkout-review-order-table th:nth-child(1), 
	.checkout.woocommerce-checkout .shop_table.woocommerce-checkout-review-order-table th{
	    font-size: 18px;
	    letter-spacing: .5px;
	}
	.shop_table.woocommerce-checkout-review-order-table td {
	    font-size: 14px;
	}
	.cart-subtotal .woocommerce-Price-amount.amount, #customer_details_review .order-total td {
	    font-size: 18px !important;
	}
	.checkout.woocommerce-checkout {
	    padding: 20px 15px 30px 15px;
	    border-radius: 15px;
	}
	html .woocommerce form .form-row-first, html .woocommerce form .form-row-last, html .woocommerce-page form .form-row-first, html .woocommerce-page form .form-row-last {
	    width: 49%;
	}
	.checkout.woocommerce-checkout {
	    gap: 30px;
	}	
	.woocommerce-page .product_box img {
	    max-width: 240px;
	    min-width: 240px;
	}
	.testomonial_secs_mobile {
	    display: block;
	}
	.testomonial_secs_desktop{
		display: none;
	}
	.testomonial_secs  .container {
	    max-width: 94%;
	    margin: 0 auto;
	}
	.row.testomonial_secs_mobile {
	    margin: 0 !important;
	}
	.with_border_gap.swiper.swiper-initialized.swiper-horizontal, .swiper {
	    padding-bottom: 40px;
	}
	.blog_mobile_right_sec{
		display: flex;
	}
	.left_sec_blog .search_form {
	    display: none;
	}
	.left_sec_blog .recent_post_title .title_border {
	    margin-bottom: 15px;
	    border-bottom-width: 3px;
	    padding-bottom: 15px;
	}
	.left_sec_blog .recent_post_title li {
	    border-bottom-width: 3px;
	    padding-bottom: 15px;
	    margin-bottom: 15px;
	}
	.left_sec_blog {
	    display: flex;
	    gap: 20px;
	}
	.author_info, .recent_post_title {
	    width: 50%;
	}
	.recent_post_title.recent_categories {
	    display: none;
	}
	.left_sec_blog h3 {
	    letter-spacing: .5px;
	    font-size: 18px;
	}
	.search_form {
	    position: relative;
	    margin-bottom: 0;
	    width: 50%;
	}
	html .woocommerce-page table.cart .product-thumbnail {	    
	    display: flex;
	    gap: 10px;
	    width: 100%;
	    max-width: 100%;
	}
	.woocommerce-page table.cart .product-thumbnail a img, .woocommerce-page table.cart .product-thumbnail a {
	    width: 90px;
	    min-width: 90px;
	    font-size: 18px;
	}
	.woocommerce-page table.cart .product-thumbnail::before {
	    content: "Product:" !important;
	    display: none;
	}
	.quantity .input-text.qty.text {
	    width: 45px;
	    height: 45px;
	}
	.woocommerce-cart-form__cart-item.cart_item {
	    border-bottom: 1px solid #eee;
	    padding: 10px 0;
	}
	.best_selling_product .shop_image, .best_selling_product .shop_image img {
	    width: 250px !important;
	    height: 250px !important;
	}

	.topicals_treat_section .right_content_p {
	padding-left: 14px;
}
	.paytm_icon img {
		min-width: 130px;
		max-height: 50px !important;
		object-fit: contain !important;
	}
	.social_media_and_reviwes .insta.d-flex {
	flex-direction: column;
}
footer .reviews_pilot a img {
	width: 180px;
	max-width: initial !important;
	height: auto !important;
	max-height: initial !important;
}
footer  .paytm_icon {
	margin-top: 20px;
}
.vi-wcaio-menu-cart-content-wrap {
	left: 50px !important;
}

}

@media (min-width:768px) and (max-width:992px) {
	.point_success  .col {
		flex: 0 0 33%;
	}
	.why_choose_video img { 
		width: 100%;
	}
	.testomonial_secs .with_border_gap {
	    gap: 0;
	}
	header .header_message.text-center {
	    font-size: 28px;
	}
	.admin-bar header .mobile-nav-toggle {
	    top: 73px;
	}
	header  .logo.me-auto {
	    margin-bottom: 0 !important;
	}
	.why_choose_left h3 {
		font-size: 19px;
	}
	.why_choose_left p {
		letter-spacing: 0.7px;
		font-weight: 600;
		font-size: 16px;
		line-height: 30px;
	}
	
	/*
	.img_left_right_content_sec .img_overlap_sec {
		position: relative;
		min-height: 500px;
	} */
	.keypoints  .key_icon img {
		width: 70px;
		height: 60px !important;
	}
	.top_header{
		display: flex;
		justify-content: space-between;
		padding: 0 40px;
	}
	.mobile-nav-toggle {
		position: fixed;
		top: 30px;
		right: 30px;
	}
	.mobile-nav-toggle img {
		max-width: 40px !important;
	}
	.top_header  .logo img {
		height: 63px;
	}
	.header_message.text-center {
		margin-bottom: 0px !important;
	}
	header .navbar-mobile .mobile-nav-toggle img {
		display: none;
	}
	.features .feature_img img {
		max-width: 230px;
	}
	.retailer_second_section ul {
		flex-wrap: wrap;
	}
	.who_we_inner_box {
		padding: 30px 0px 30px 30px;
	}
	h2 {
		font-size: 32px;
		letter-spacing: 2px;
	}
	.testimonials  .container {
		max-width: 420px;
	}
	.cbd-woocommerce-cart-form {
		display: flex;
		flex-direction: column;
	}
	.cbd-woocommerce-cart-left {
		width: 100%;
	}
	.cbd-woocommerce-cart-right {
		width: 100%;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
		margin-top: 50px;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		margin-top: 50px !important;
	}
	.cbd-woocommerce-cart-form {
		padding: 30px 30px 30px 30px;
		border-radius: 25px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		left: -30px;
	}
	.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		width: 140px;
		border-radius: 50%;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		padding: 21px 13px !important;
		margin-left: 10px !important;
	}
	.checkout.woocommerce-checkout {
		flex-direction: column;
	}
	#customer_details {
		width: calc(100% - 0px);
	}
	.checkout.woocommerce-checkout {
		border: 3px solid #08d07a;
		box-shadow: 2px 2px 12px #ccc;
		padding: 30px 20px 60px 20px;
		border-radius: 25px;
	}
	#customer_details_review {
		width: calc(100% - 0px);
	}
	.form-row.place-order {
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.testomonial_secs  .col-lg-6 {
	    width: 100%;
	}
	.testimonials_box_content.box_with_border {
	    border-width: 4px;
	    border-radius: 25px;
	    margin-bottom: 30px;
	}
	.news_img img {
	    width: 100%;
	}
	.partner_sec .logos img.img-fluid {
	    max-width: 20%;
	}
	
	.apply_img {
		padding-bottom: 20px;
	}
	
	.arthritis_img {
		padding-bottom: 20px;
	}
	
	.right_cbd_img {
		padding-bottom: 20px;
	}
	
	.uses_cbd_img {
		padding-bottom: 20px;
	}
	
}

@media(min-width:1200px) {  
	.product_box {
		min-height: 550px;
	}
} 


@media (min-width:992px) and (max-width:1200px) { 

	#header .col-md-5 {
		flex: 0 0 auto;
		width: 45%;
	}
	
	.col-md-5.right_header {
		width: 37% !important;
	}
	.navbar a, .navbar a:focus {
	    font-size: 11px;
	}
	.cbd-woocommerce-cart-form {
		padding: 60px 30px 30px 30px;
	}
	.woocommerce-cart-form__cart-item.cart_item .product-remove {
		width: 30px;
		position: absolute;
		left: -20px;
		top: 170px;
	}
	.woocommerce-cart-form__cart-item.cart_item .attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
		width: 150px;
		border-radius: 50%;
	}
	.cbd-woocommerce-cart-form {
		display: flex;
		flex-direction: column;
	}
	.cbd-woocommerce-cart-left {
		width: 100%;
	}
	.cbd-woocommerce-cart-right {
		width: 100%;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon {
		margin-top: 50px;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		margin-top: 50px !important;
	}
	
	.benefits-image-parent {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.arthritis_img {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.right_cbd_content {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

}
	


@media (min-width:1200px) { 
	#hero .right_img_content {
		margin-top: 40px !important;
	}
}

@media (min-width:1200px) and (max-width:1340px) {
	.product_collection  .product_box {
		min-height: 600px;
	}
	.product_collection .btn.btn-primary.me-4.ps-4.pe-4.mt-3 {
			padding-left: 14px !important;
			padding-right: 14px !important;
	}
	.cbd_news .news_box p {
		line-height: 28px;
	}
	.news_content {
		padding: 0 20px 30px 20px;
	}
}


@media (min-width:1200px) and (max-width:1420px) { 
	.cbd-woocommerce-cart-left {
		width: 65% ;
	}
	.cbd-woocommerce-cart-right { 
		width: 35%;
	}
	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents .coupon + button {
		padding: 21px 17px !important;
		margin-left: 18px !important;
	}
}