/**
*	Theme Name: CBD Gummies
*	Theme URI:
*	Author: Ktech Solutions
*	Author URI: http://ktechsol.com
*	Description: Custom theme
*	Version: 1.0
*	Text Domain:  kts_theme
**/
@font-face {
    font-family: 'Questrial-R';
    src: url('fonts/Questrial-Regular.woff2') format('woff2'),
        url('fonts/Questrial-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
a,
a:hover {
    text-decoration: none !important;
}

p {
    margin: 0 0 20px;
}

img {
    height: auto;
    max-width: 100%
}
*{
    font-family: Questrial-R;
}
a:focus,
input:focus,
button:focus,
select:focus,
textarea:focus {
	outline: 0 !important
}

input[type="checkbox"],
input[type="radio"] {
	width: auto !Important
}

.searchform {
	position: relative
}

.searchform input {
	border: none;
    color: #cac6c6;
    font-size: 14px;
    line-height: 24px;
    width: 85%;
    height: 40px;
    padding-left: 14px;
    padding-right: 10px;
}
.serch-field{
    margin-bottom:46px;
    background-color: #fff;
    height: 40px;
    width: 100%;
}
.searchform button {
    border: 0px;
    background-color: transparent;
    font-size: 20px;
    position: absolute;
    top: 10px;
    background-image: url('images/searchicon.png');
    height: 17px;
    width: 17px;
    padding: 0;
    right: 19px;
}

.not-found {
	margin: 100px 0;
}

.not-found p {
	margin-bottom: 30px;
}

/* Navbar */
header.site-header {
    height: 128px;
    background-color: #fff;
    webkit-transition: all 0.5s ease;
    -moz-transition: position 10s;
    -ms-transition: position 10s;
    -o-transition: position 10s;
    transition: all 0.5s ease;
}
.nav-bar {
    width: 50%;
    position: absolute;
    text-align: right;
    right: 0;
    top: 40px;
    z-index: 1;
}
.site-logo {
    text-align: center;
    padding-top: 62px;
}
.site-logo img{
    position: relative;
    z-index: 1;
}
.main-navigation {
	clear: both;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0;
}

.nav-menu li {
	display: inline-block;
    margin: 0 51px 0 0;
	position: relative;
}
.nav-menu li:last-child{
    margin-right: 67px;
}
.nav-menu li a {
	color: #182627;
	display: block;
    font-family: Questrial-R;
	font-size: 18px;
	line-height: 1;
	padding: 15px 0 6px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	color: #65ccb7;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color: #e35a28;
	border: 0px;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

ul.sub-menu li {
    margin: 0px
}

ul.sub-menu li a {
    color: #ffffff !important;
    padding: 15px;
    text-align: left;
}

ul.sub-menu li a:hover {
    background: #000;
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #ffffff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color: #db572f;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #65ccb7;
}

.closebtn,
.openmenu,
.menuToggle,
.mobilesubmenu {
	display: none;
}

/*  Alignment  */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float:right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #ffffff;
	border: 1px solid #f0f0f0;
	max-width: 96%;
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Slider */
.slick-list.draggable {
	padding: 0px !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}.slick-slider {
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    outline: 0 !important;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.nopd {
    padding: 0 !Important
}

.fw-container-fluid.nopd .fw-row {
    margin: 0;
}

/* Pagination  */
.pagination {
    display: inline-block;
    margin: 30px 0 0;
    width: 100%;
}

.sub-pagenation-div li {
	display: inline-block;
    border-radius: 4px;
    width: auto;
}

.sub-pagenation-div li a {
    border-radius: 4px;
    color: #333333;
    display: block;
    padding: 10px 20px;
}

.sub-pagenation-div li.current a,
.sub-pagenation-div li:hover a {
    background: #394e8c;
    color: #ffffff;
}
.background-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* MAIN CSS  */
.container::after,
.blogdetail::after,
.fw-container::after,
.entry-content::after {
	content: '';
	clear: both;
	display: block;
}

.blogdetail {
	display: block;
	margin-bottom: 20px;
	padding-bottom: 20px;
}
/* Home page */
.container{
    padding: 0 !important;
}
ul#box {
    margin: 0;
    padding: 0;
    display: flex;
}
ul#box li#box{
    float: left;
   list-style-type: none;
   display: block;
   /* width: 363px; */
   width: 30.27%;
   box-sizing: border-box;
   transition: 0.2s all;
   margin-right: 55px;
}
ul#box .autoplay li#box{
	width: 30.27% !important;
}
.autoplay.slick-initialized.slick-slider {
    z-index: 1;
    overflow: visible;
}
ul#box li#box:last-child{
    margin-right: 0 !important;
}
.leave-left{
    position: absolute;
    background-image: url(images/bongs-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    left: 0;
    height: 527px;
    width: 203px;
    top: 1275px;
    z-index: -1;
}
.leave-right {
    position: absolute;
    background-image: url(images/bongs-bg-1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: -462px;
    height: 527px;
    width: 203px;
    z-index: 1;
    right: 0;
    left: auto;
    transform: rotateY(180deg);
}
    .page-id-10 .leaves,
    body.search.search-no-results .leaves{
        display: none;
    }
    article.no-results.not-found .searchform {
        border: 1px solid #65ccb7;
    }
section{
    margin-top: 100px;
}
.HP-banner{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 809px;
    margin: 0;
    z-index: 0;
    position: relative;
    font-family: Questrial-R;
}
.banner-text{
    text-align: center;
    color: #fff;
    top: 280px;
    position: relative;
    z-index: 1;
}
.banner-text::before{
    content: '';
    display: block;
    background-image: url(images/Shapebanner.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 410px;
    width: 629px;
    position: absolute;
    left: 0;
    top: -100px;
    right: 0;
    margin: 0 auto;
    z-index: -1;
}
button.mouse{
    background-image: url(images/mouse.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    width: 130px;
    position: absolute;
    background-color: transparent;
    border: none;
    cursor: pointer;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.banner-text h2{
    font-size: 93px;
    line-height: 75px;
    margin: 0;
}
.banner-text h2 span {
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 4px;
}
.bannerbtn{
    height: 54px;
    width: 182px;
    font-size: 18px;
    text-transform: capitalize;
    background-color: #fff;
    color: #182627;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    display: block;
    margin-top: 35px;
    transition: 0.2s all;
    border: 1px solid #fff;
}
.bannerbtn:hover{
    background: transparent;
    color: #fff;
}
/* featuredsection */
section.featured {
    padding-top: 90px;
    margin: 0;
    text-align: center;
}
.autoplay .slick-list.draggable {
    overflow: visible;
}
.pad-x{
    padding: 0 25px !important;
}
.f-prodcut{
    border: 5px solid #efefef;
    box-sizing: border-box;
    background-color: #fff;
    padding: 20px 25px 40px;
    transition: 0.2s all;
}
.f-prodcut:hover{
    border: none;
    border-top: 5px solid #65ccb7;
    box-shadow: 0 20px 30px 10px #e6e6e6; 
    cursor: pointer;
}
.f-prodcut img{
    height: 280px;
    width: 100%;
    object-fit: contain;
}
.f-title{
    font-size: 20px;
    line-height: 25px;
    color: #182627;
    padding-top: 18px;
    margin: 0;
}
.cartbtn{
    background-image: url(images/supermarket-btn.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 60px;
    width: 60px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    display:block;
    margin: 0 auto;
    margin-top: 24px;
}
/* latest-news */
.latest-news{
    text-align: center;
    margin-top: 123px;
}
.page-id-10 div#postcontent{
    box-shadow: 0px  0 0!important;
}
 .home .blog-article{ box-shadow: 0 0 0 !important;}
.fimg {
    height: 255px;
}
.fimg img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.fimg,.single-image{
    position: relative;
}
.fimg-innerdiv {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background: rgb(255,255,255);
    background: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.65) 100%);
}
.innerdivtext{
    bottom: 10px;
    font-size: 18px;
    line-height: 25px;
    position: absolute;
    text-align: left;
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    color: #fff;
}

.article-text {
    text-align: left;
    padding: 30px 20px 33px 24px;
}
.article-text .f-title {
    padding: 0;
    padding-right: 10px;
    height: 50px;
    overflow: hidden;
}

.article-text .paragraph{
    margin: 14px 0 10px;
}
.article-text .paragraph {
    height: 75px;
    overflow: hidden;
}
.f-article {
    position: relative;
    z-index: 1;
    background-color: #fff;
    /* box-shadow: 0 20px 30px 10px #f1f1f1;  */
}
/* aboutsection */
.HP-about{
    margin-top: 123px;
}
.about-border{
    background-image: url(images/Rectangle.png);
    background-position: center left;
    background-repeat: no-repeat;
    height: 530px;
    width: 100%;
}
.AP-about .about-border{
    background-image: url(images/Rectangle1.png);
    background-position: center right;
}
.about-text,
.APabout-text{
    margin-top: 122px;
    width: 40%;
    float: left;
}
.APabout-text{
    float: right;
    width: 38%;
}
.label{
    font-size: 20px;
    line-height: 25px;
    color: #65ccb7;
    text-transform: uppercase;
    display: block;
    margin-bottom: 22px;
}
.bdr-title{
    margin-bottom: 38px !important;
}
.title{
    font-size: 46px;
    line-height: 25px;
    color: #182627;
    margin-bottom: 80px;
    display: block;
}
.paragraph{
    font-size: 16px;
    line-height: 25px;
    color: #7d8282;
    margin-bottom: 23px;
    display: block;
}
a.lernmore{
    font-size: 18px;
    color: #182627;
    padding: 0 10px;
    display: inline-block;
    position: relative;
    transition: 0.2s all;
    background-image: linear-gradient(transparent 50%, #d0f0e9 50% );
}
a.lernmore:hover{
    color: #65ccb7;
}
.aboutimg {
    float: left;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    width: 850px;
    height: 450px;
    margin-top: 40px;
    right: 184px;
}
.APaboutimg{
    left: 0;
    margin-top: 65px;
    width: 760px;
    left: 184px;
}
/* about-page */
.PG-banner{
    background-image: url(images/bannerbg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 331px;
    width: 100%;
    margin-top: 0;
    background-color: #efefef;
    padding-top: 122px;
    position: relative;
}
.PG-banner::after{
    content: '';
    background-color: #0000003b;
    background-color: #00000005;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.page-name{
    font-size: 70px;
    line-height: 93px;
    color: #182627;
    float: left;
    position: relative;
    z-index: 1;
}
h1.blog-name {
    font-size: 40px;
    display: inline-block;
    max-width: 70%;
    margin: 0;
    line-height: normal;
    margin-top: 0;
}
.breadcum{
    float: right;
    margin-top: 17px;
    position: relative;
    z-index: 1;
}
ul#breadcrumbs{
    padding: 0;
    margin: 0;
    margin-top: 12px;
}
ul#breadcrumbs li{
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
    margin-right: 3px;
    color: #182627;
}
ul#breadcrumbs li a,
ul#breadcrumbs li strong{
    color: #182627;
    font-weight: normal;
    transition: 0.2s all;
}
ul#breadcrumbs li a:hover{
    color: #65ccb7;
}
/* CBD-gummies */
.CBD-gummies{
    text-align: center;
    margin-top: 105px;
}
.CBD-gummies .f-title {
    padding: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}
li.CBD-gumms
{
   height: 385px;
   padding: 0 15px;
   border: 5px solid #efefef;
   cursor: pointer;
   background-color: #fff;
   text-align: center;
}

ul#box li.CBD-gumms:hover {
    background-color: #65ccb7;
    border: 5px solid #65ccb7;
    box-shadow: 0 0 20px 10px #f5f5f5;
}
ul#box li.CBD-gumms:hover  .f-title,
ul#box li.CBD-gumms:hover  .paragraph{
    color: #fff;
}
.flaticon {
    display: inline-table;
    margin: 0 auto;
    color: #65ccb7;
    margin-top: 69px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-position: center;
    height: 97px;
    width: 97px;
}
.flaticon-oil{
    background-image: url(images/cbd-oil-g.png);
}
.flaticon-hand{
    background-image: url(images/payment-g.png);
}
.flaticon-medal{
    background-image: url(images/medal-g.png);
}
ul#box li.CBD-gumms:hover .flaticon-oil{
    background-image: url(images/cbd-oil-w.png);
}
ul#box li.CBD-gumms:hover .flaticon-hand{
    background-image: url(images/payment-w.png);
}
ul#box li.CBD-gumms:hover .flaticon-medal{
    background-image: url(images/medal-w.png);
}
.whychoos-text {
    margin-top: 122px;
    float: left;
    width: 450px;
}
.whychooseimg{
    float: right;
}
.whychooseimg img {
    height: 617px;
    margin-top: -45px;
    position: relative;
    z-index: 1;
}
.com-count{
    float: right;
}
/* Blog page*/
.blog {
    text-align: center;
    margin-top: 43px;
}
.page-id-10 .blog-article{
    margin-top: 0;
}
.blog-article {
    box-shadow: 0 15px 30px 10px #e6e6e6;
    background-color: #fff;
    margin-top: 57px;
    position: relative;
    z-index: 1;
}
.load_more.text-center a{
    font-size: 18px;
    color: #182627;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0 15px;
    transition: 0.2s all;
    background-image: linear-gradient(transparent 50%, #d0f0e9 50% );
    margin-top: 30px;
}
.load_more.text-center a:hover{
    color: #65ccb7;
}
.left-side{
    width: 65%;
    float: left;
}
.single-content img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    position: relative;
}
.singleimg-innerdiv{
    width: 100%;
    position: absolute;
    top: 0;
    height: 100%;
    background-image: linear-gradient(180deg, transparent 75%, rgba(0, 0, 0, 0.65) 100%);
}
.single-content .f-title{
    padding: 28px 0 20px ;
}

.single-content h2, .single-content h3{
    font-size: 18px;
    line-height: 25px;
    color: #7d8282;
    margin-bottom: 7px;
}
.single-content p{
    font-size: 16px;
    line-height: 25px;
    color: #7d8282;
    margin-bottom: 27px;
}
.single-content ul{
    margin: 0;
    margin-top: 10px;
}
.single-content h4, .single-content ul li,
.single-content span{
    margin: 0;
    font-size: 18px;
    color: #717171;
    line-height: 24px;
}
.right-side{
    width: 30.2%;
    padding: 37px 50px 30px 49px;
    float: right;
    background-color: #f5f5f5;
}

.thumb img{
    width: 50px;
    height: 60px;
    float: left;
    margin-right: 10px;
}
.recentpost{
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.recentpost .paragraph{
    margin: 0;
    line-height: 19px;
}
.right-side .f-title {
    padding: 0;
    padding-bottom: 15px;
}
.postdate{
    font-size: 14px;
    color: #b6b0b0;
    margin: 0;
}
.tagslinks {
    color: #b6b0b0;
    font-size: 14px;
    margin-top: 90px;
    margin-bottom: 100px;
}
.tagslinks ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.tagslinks  li {
    display: inline-block;
}
.tagslinks a {
    color: #686868;
}
.tagslinks li.tags::after {
    content: ',';
    display: inline-block;
    margin-right: 2px;
}
.tagslinks li.tags:last-child::after{
    display: none;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    float: right;
    margin-top: -5px;
}
i.heateorSssSharing.heateorSssYoutubeBackground
{
    margin-left: 15px;
}
i.heateorSssSharing.heateorSssInstagramBackground {
    margin-left: 10px;
}
.comment-form label{
    display: none;
}
textarea#comment {
    width: 100%;
    background-color: #f5f5f5;
    border: none;
    padding: 23px 10px 10px 32px;
    font-size: 14px;
    color: #5f6161;
}
h3#reply-title {
    margin-bottom: 50px;
    display: inline-block;
    /* margin-left: -20px; */
}
form#commentform {
    position: relative;
    height: 375px;
}
.comment-title {
    font-size: 20px;
    line-height: 25px;
    color: #182627;
    margin-bottom: 47px;
}
form#commentform p input{
    background-color: #f5f5f5;
    border: none;
    padding-left:32px;
    padding-right: 10px;
    height: 60px;
    font-size: 14px;
    color: #5f6161;
    width: 100%
}
form#commentform p input[type=submit] {
    font-size: 22px;
    padding: 0;
    background-color: transparent;
    text-transform: uppercase;
    height: 40px;
    width:196px;
    padding: 0 15px;
    color: #182627;
    cursor: pointer;
    background-image: linear-gradient(transparent 50%, #d0f0e9 50%);
}
form#commentform p input[type=submit]:hover{
    color: #65ccb7;
}
p.comment-form-author {
    width: 48.5%;
    float: left;
}
p.comment-form-email{
    float: right;
    width: 48.5%;
}
p.comment-form-comment {
    width: 100%;
}
h3#comments {
    font-size: 20px;
    color: #182627;
    display: none;
}
li.comment {
    list-style-type: none;
    position: relative;
    margin-bottom: 10px;
}
ol.commentlist {
    padding: 0;
    margin-bottom: 30px;
}
div.comment-body {
    /* background-color: #f5f5f5; */
    width: 100%;
    min-height: 100px;
    border: 1px solid #efefef;
    padding: 10px;
    padding-bottom:20px;
}
.comment-author.vcard {
    margin-left: 70px;
}
.comment-author img {
    height: 50px;
    position: absolute;
    width: 50px;
    left: 15px;
    border-radius: 50px;
    box-shadow: 0 0 5px 0px #a29494;
    object-fit: contain;
}
cite.fn {
    font-size: 20px;
    color: #182627;
}
div.comment-body p {
    font-size: 16px;
    margin: 0;
    line-height: 20px;
    margin-left: 70px;
}
.comment-meta.commentmetadata {
    height: 0;
}
.comment-meta.commentmetadata a{
    position: absolute;
    right: 10px;
    top: 16px;
    font-size: 15px;
    color: #182627;
}
a.comment-edit-link {
    top: 70px !important;
    background-image: linear-gradient(transparent 50%, #d0f0e9 50% );
    padding: 0px 10px;
    left: 12px !important;
    display: inline-table;
}
a.comment-edit-link:hover{
	color:#fff;
}
.single-blogarticles .site-footer{
    margin-top: 60px;
}
/* woocom start */
h1.shoptitle {
    font-size: 46px;
    text-align: center;
    color: #182627;
    margin-top: 95px;
    margin-bottom: 50px;
}
p.woocommerce-result-count {
    font-size: 20px;
    color: #182627;
}
form.woocommerce-ordering {
    width: 225px;
    height: 60px;
    border: 1px solid #efefef;
    padding-right: 5px;
    margin-bottom: 86px !important;
}
select.orderby {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    font-size: 20px;
    letter-spacing: 0.8px;
    width: 175px;
    padding-left: 26px;
    margin-top: 13px;
    margin-right: 0;
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    float: left;
}
.dropicon {
    background-image: url(images/down-arrow.png);
    height: 7px;
    width: 13px;
    margin-top: 26px;
    margin-right: 23px;
    float: right;
}
.woocommerce ul.products li.product {
    width: 30.27% !important;
    border: 5px solid #efefef;
    box-sizing: border-box;
    margin-right: 55px;
    outline:0;
    margin-bottom: 56px;
    background-color: #fff;
    max-height: 550px;
    text-align: center;
    padding: 20px 30px 42px;
    transition: 0.2s all;
    position: relative;
    z-index: 1;
}
.woocommerce.featur ul.products li.product{
	margin-bottom:0;
}
.woocommerce ul.products li.product:nth-child(3n){
    margin-right: 0 !important;
}
.woocommerce ul.products[class*=columns-] li.product{
    clear: unset;
}
.woocommerce ul.products li.product:hover{
    border: 5px solid #fff;
    box-sizing: border-box;
    border-top: 5px solid #65ccb7;
    box-shadow: 0 20px 30px 10px #e6e6e6; 
    cursor: pointer;
}

.woocommerce ul.products li.product a img {
    margin: 0;
    height: 270px;
    width: auto;
    object-fit: contain;
    margin: 0 auto;
    margin-top: 10px;
}
.woocommerce ul.products li.product h3
{
    font-size: 20px !important;
    color: #182627;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    padding: 0 !important;
    margin-top: 20px !important;
}
.woocommerce ul.products li.product .price{
    color: #182627;
    font-size: 25px;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.woocommerce .products ul, .woocommerce ul.products{
    margin: 0;
    padding: 0;
}
a#buypro,
a#moreinfo{
    float: left;
    font-size: 18px;
    color: #182627;
    padding: 0 10px;
    position: relative;
    transition: 0.2s all;
    background-image: linear-gradient(transparent 50%, #d0f0e9 50% );
}
a#moreinfo{
    float: right;
}
a#buypro:hover,
a#moreinfo:hover{
    color: #65ccb7;
}
.woocommerce-tabs.wc-tabs-wrapper {
    display: none;
}
section.related.products {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 32px;
}
section.related.products h2{
    font-size: 46px;
    color: #182627;
    text-transform: capitalize;
    margin-bottom: 67px;
}
.product.type-product {
    margin-top: 100px;
}
.single-product .woocommerce-breadcrumb{
    display: none;
}
.woocommerce div.product form.cart{
    margin: 0;
}
 /* .woocommerce div.product div.images {
    height: 555px;
    width: 600px;
    text-align: center;
    border: 3px solid #efefef;
    margin: 0;
} */
/*
.woocommerce div.product div.images img {
    display: block;
    width: 500px;
    height: 500px;
    box-shadow: none;
    object-fit: contain;
    margin: 0 auto;
    outline: 0;
    margin-top: 30px;
} */

.woocommerce div.product p.price{
    margin-top:13px;
    margin-bottom: 12px;
}
button.single_add_to_cart_button.button.alt {
    margin-top: 30px;
}
.wpgis-slider-for .slick-list.draggable {
    height: 555px;
    width: 600px;
    background-color: #fff;
    border: 3px solid #efefef;
}
.woocommerce div.product div.images{
    margin-bottom: 0;
    width: 600px;
}
.wpgis-slider-for .zoom.slick-slide img {
    width: 400px !important;
    height: 400px !important;
    margin: 0 auto;
    margin-top: 75px;
    object-fit: contain;
}
.wpgis-slider-for .slick-track {
    height: 555px;
}
#wpgis-gallery {
    margin-top: 31px;
    overflow: visible;
}
#wpgis-gallery .slick-list.draggable {
    padding: 0;
    height: 175px;
}
#wpgis-gallery li img {
    object-fit: contain;
    margin: 0 auto;
    border: 3px solid #efefef;
    background-color: #fff;
    padding: 5px;
        width: 143px;
}
/*#wpgis-gallery .slick-slide.slick-current.slick-active img{
    border: none !important;
    box-shadow: 0 15px 20px 5px #efefef;
}*/
#wpgis-gallery .slick-slide.slick-current.slick-active img {
    border: none !important;
    box-shadow: 0 3px 10px 0px #efefef;
}
.woocommerce div.product div.summary {
    margin-bottom: 0;
    width: 41%;
    text-align: left;
}
h1.product_title.entry-title {
    font-size: 38px;
    color: #182627;
    text-transform: capitalize !important;
}
.woocommerce div.product p.price,
 .woocommerce div.product span.price {
    color: #182627;
    font-size: 45px;
}

.woocommerce-product-details__short-description {
	font-size: 17px;
	color: #182627;
}
.product_meta {
    margin-top: 20px;
}
.posted_in a {
	font-size: 20px;
	color: #65ccb7;
}
.posted_in a:hover{
    color: #65ccb7;
}
.single-product .page-name{
    font-size: 60px;
}
.woocommerce button.button.alt{
    background-color: #65ccb7;
    border-radius: 0;
    transition: 0.2s linear;
    font-size: 18px;
    width: 220px;
    border:1px solid #65ccb7;
    box-sizing: border-box;
    height: 54px;
    font-weight: normal;  
    transition: all .3s;
}
.woocommerce button.button.alt::after  {
    content: '';
    display: inline-block;
    position: absolute;
    background-image: url(images/btnemoji.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    width: 12px;
    top: 20px;
    right: 25px;
    -webkit-transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
    transition: left .3s 0s,top .3s 0s,opacity .3s 0s;
   opacity: 0;
}

.woocommerce button.button.alt:hover::after{
    opacity: 1;
    top: 12px;
}
.woocommerce button.button.alt:hover{
    background-color: #fff;
    color: #65ccb7;   
}
.woocommerce button.button.alt .spant{
    position: relative;
    opacity: 1;
    left: 0px;
    -webkit-transition: left .4s .1s;
    transition: left .4s .1s;
}
.woocommerce button.button.alt:hover .spant {
    left: -17px;
    -webkit-transition: left .4s;
    transition: left .4s;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    background: #d0f0e9;
    color: #182627;
}
.woocommerce nav.woocommerce-pagination ul li a{
    color: #182627;
    color: #65ccb7;
}
/* woocom end */
/* footer */
.post-type-archive .site-footer {
    margin-top: 62px;
}
.page-id-10 .site-footer{
    height: 601px;
    margin-top: -239px;
}
.page-id-10  .footer{
    margin-top: 373px;
}
.page-id-21 .site-footer{
    margin-top: 66px;
}
.site-footer{
    height: 380px;
    width: 100%;
    margin-top: 100px;
    background-color: #65ccb7;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.page-id-10 .site-footer::before{
    background-image: url(images/shapefooter.png);
    height: 578px;
}
.site-footer::before{
    content: '';
    display: block;
    background-image: url(images/shapefooter2.png);
    background-position: center left;
    background-repeat: no-repeat;
    position: absolute;
    left: -230px;
    height: 380px;
    width: 888px;
    bottom: 0;
    z-index: -1;
}
.footer {
    display: inline-block;
    margin-top: 155px;
    width: 100%;
}
.footer-logo{
    float: left;
}
.navbar {
    float: right;
    padding: 0 !important;
    margin-top: 15px;
}
.navbar .nav-menu li:last-child {
    margin-right: 0;
}
.navbar .nav-menu li a{
    color: #fff;
}
.navbar .nav-menu li a:hover{
    color: #182627;
}
.APaboutimg-hidden{
    display: none;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
	display: none;
}
@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }
    100% {
        transform: translateY(0px);
    }
}

 .nav-fixed {
    	position: fixed;
    	width: 100%;
    	background-color: #ffffff;
     animation: smoothScroll 1s forwards;
        z-index: 9999;
        top: 0;
	}
    .nav-fixed .site-logo {
    	padding-top: 20px;
    	max-width: 500px;
    }
/*  Media Query  */
@media (max-width:1600px){
	.aboutimg {
        right: 50px;
    }
    .APaboutimg {
        left: 50px;
        margin-top: 40px;
    }
}
@media (max-width:1440px){

    .single-blogarticles .leave-left::before{
        content: '';
        display: block;
        position: absolute;
        height: 527px;
        width: 203px;
        background-color: #ffffffc9;
    }
}
@media (max-width:1366px){
    .aboutimg {
        right: 0;
        z-index: -1;
    }
    .APaboutimg{
        left: 0;
        z-index: -1;
    }
}
@media (max-width:1280px){
    .site-logo img {
        width: 600px;
    }
    header.site-header {
        height: 115px;
        background-color: #fff;
    }
    .aboutimg {
        background-size: contain;
        width: 700px;
        height: 400px;
        margin-top: 20px;
    }
    .latest-news,.HP-about,.CBD-gummies{
        margin-top: 80px;
    }
    h1.shoptitle {
        margin-top: 70px;
    }
    form.woocommerce-ordering {
        margin-bottom: 60px !important;
        height: 50px;
    }
    .dropicon{
        margin-top: 22px;
    }
    select.orderby{
        font-size: 17px;
    }
    .title{
        margin-bottom: 50px;
    }
    .bdr-title {
        margin-bottom: 25px !important;
    }
    .about-border{
        background-size: contain;
        height: 450px;
    }
    .about-text, .APabout-text {
        margin-top: 90px;
    }
    .PG-banner {
        height: 280px;
        padding-top: 100px;
    }
    .whychoos-text .paragraph {
        padding-right: 0;
    }
    .whychoos-text {
        margin-top: 85px;
    }
    .whychooseimg img {
        height: 550px;
    }
    .tagslinks {
        margin-top: 50px;
        margin-bottom: 70px;
    }
    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
        margin-right: 53px;
    }
}
@media (max-width:1199px){
    .pad-x {
        padding: 0 15px !important;
    }
    .leave-left{
    	top:800px;
    }
    .cartbtn {
        margin-top: 10px;
    }
    h1.product_title.entry-title {
    font-size: 32px;
    }
    .woocommerce div.product div.summary {
        width: 45%;
    }
    .single-product .page-name {
        font-size: 50px;
    }
    .product_meta {
        margin-top: 10px;
    }
    h1.shoptitle {
        margin-top: 50px;
        margin-bottom: 30px;
    }
    form.woocommerce-ordering {
        margin-bottom: 50px !important;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        margin: 0;
        font-size: 40px;
    }
    .woocommerce-product-details__short-description {
        font-size: 15px;
    }
    .woocommerce a.button.alt,
     .woocommerce button.button.alt {
        /*font-size: 17px;*/
        /*width: 150px;*/
        /*height: 50px;*/
        /*margin-top: 0;*/
        margin-top: 15px;
    }
    section.related.products h2 {
        font-size: 35px;
        margin-bottom: 30px;
    }
    .woocommerce ul.products li.product h3 {
        font-size: 17px !important;
        line-height: normal;
    }
    .woocommerce ul.products li.product .price{
    	margin-top: 0;
    }
    .woocommerce ul.products li.product a img {
        height: 250px;
        margin-top: 0;
    }
    .woocommerce ul.products li.product {
        margin-bottom: 30px;
        padding: 20px 15px 42px;
    }
    .woocommerce ul.products li.product{
        margin-right: 29px;
        width: 31.27% !important;
    }
    ul#box .autoplay li#box {
        width: 31.27% !important;
        margin-right: 29px;
    }
    .woocommerce div.product div.images{
        width: 500px;
        float: left;
    }
    .wpgis-slider-for .slick-list.draggable{
        width: 500px;
        height: 500px;
    }
    .wpgis-slider-for .zoom.slick-slide img{
        margin-top: 50px;
    }
    #wpgis-gallery {
        margin-top: 20px;
    }
    #wpgis-gallery .slick-list.draggable {
        height: 150px;
    }
    ul#box li#box {
        margin-right: 30px;
        width: 33.333%;
    }
    .nav-menu li {
        margin: 0 20px 0 0;
    }
    .nav-menu li:last-child {
        margin-right: 30px;
    }
    .HP-banner {
        height: 500px;
    }
    .banner-text {
        top: 150px;
    }
    .blog-article {
        margin-top: 30px;
    }
    .blog {
        margin-top: 50px;
    }
    .f-prodcut .f-title{
        padding-top: 0;
        font-size: 18px;
    }
    .title {
        font-size: 35px;
        line-height: 35px;
        margin-bottom: 35px;
    }
    .banner-text h2 span {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .banner-text h2 {
        font-size: 80px;
        line-height: 60px;
    }
    .banner-text::before {
        background-size: contain;
        height: 350px;
        top: -100px;
    }
    .fimg {
        height: 215px;
    }
    .f-prodcut {
        padding: 10px 10px 20px;
    }
    .article-text .f-title {
        padding-right: 0;
    }.paragraph{
        font-size: 15px;
        margin-bottom: 10px;
    }
    .about-text, .APabout-text {
        width: 45%;
        margin-top: 80px;
    }
    .whychoos-text .paragraph br{
        display: none;
    }
    .label {
        margin-bottom: 15px;
    }
    .bdr-title {
        margin-bottom: 15px !important;
    }
    .about-border {
        height: 400px;
    }
    .right-side {
        width: 32%;
        padding: 40px 15px;
    }
    .aboutimg {
        width: 550px;
        margin-top: 0;
    }
    .whychoos-text {
        margin-top: 90px;
    }
    .whychooseimg img {
        height: 490px;
    }
    .tagslinks{
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .page-id-10 .site-footer {
        margin-top: -240px;
        height: 500px;
    }
    .page-id-10 .footer {
        margin-top: 330px;
    }
    .footer-logo {
        width: 500px;
    }
    .site-footer,
    .site-footer::before {
        height: 300px;
    }
    .footer {
        margin-top: 130px;
    }
}
@media (max-width:991px){
    header.site-header {
        height: 100px;
    }
    .nav-fixed .site-logo {
    	padding-top: 10px;
    	max-width: 500px;
    }
    h1.blog-name {
        font-size: 30px;
        margin-top: 15px;
    }
    .innerdivtext {
        bottom: 5px;
        font-size: 15px;
        line-height: 25px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .flaticon {
        margin-top: 40px;
        height: 80px;
        width: 80px;
        background-size: contain;
    }
    li.CBD-gumms {
        height: 320px;
        padding: 0 10px;
    }
    .CBD-gumms .paragraph{
    line-height:20px;
    }
    ul#box .autoplay li#box{
    margin-right:22px;
    }
    .leaves{
        height: 300px;
        background-size: contain;
        width: 116px;
    }
    .leave-right{
        top: -260px;
    }
        .serch-field {
        margin-bottom: 20px;
    }
    .comment-meta.commentmetadata {
        top: 5px;
    }
    .cartbtn {
        height: 50px;
        width: 50px;
        background-size: contain;
    }
    .right-side {
        padding: 30px 10px;
    }
    h1.shoptitle {
        font-size: 35px;
    }
    form#commentform p input,
    textarea#comment{
        padding-left: 15px;
    }
    .product.type-product {
        margin-top: 50px;
    }
    .single-product .page-name {
        font-size: 40px;
    }
    .woocommerce div.product div.images{
        width: 350px;
        float: left;
    }
    .wpgis-slider-for .slick-list.draggable{
        width: 350px;
        height: 350px;
    }
    .wpgis-slider-for .zoom.slick-slide img {
        width: 300px !important;
        height: 300px !important;
        margin: 0 auto;
        margin-top: 30px;
        object-fit: contain;
    }
    #wpgis-gallery .slick-list.draggable {
        height: 130px;
    }
    .woocommerce div.product div.summary {
        width: 48%;
        float: right;
    }
    h1.product_title.entry-title {
        font-size: 25px;
        line-height: 30px;
        margin: 0;
    }
    .woocommerce div.product p.price, .woocommerce div.product span.price {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .woocommerce-product-details__short-description {
        font-size: 12px;
    }
    .posted_in a {
        font-size: 17px;
    }
    #wpgis-gallery .slick-list.draggable {
        height: 120px;
    }
    .wpgis-slider-for{
        margin-bottom: 0;
    }
    #wpgis-gallery {
        margin-top: 10px;
    }
    .woocommerce a.button.alt, .woocommerce button.button.alt {
        /*font-size: 15px;*/
        /*width: 130px;*/
        /*height: 40px;*/
    }
    .woocommerce div.product form.cart {
        margin-bottom: 0;
    }
    a#buypro, a#moreinfo{
        font-size: 12px;
    }
    .woocommerce ul.products li.product h3 {
        font-size: 15px !important;
        line-height: 20px;
        height: 40px;
        margin-top: 10px !important;
    }
    .woocommerce ul.products li.product .price {
        font-size: 20px;
        line-height: 20px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .woocommerce ul.products li.product{
        margin-right: 22px;
        margin-bottom: 30px;
        max-height: 400px;
        padding: 20px 10px 20px;
    }
    .woocommerce ul.products li.product a img {
   	 height: 200px;
	}
    .HP-banner {
        height: 400px;
    }
    .banner-text {
        top: 110px;
    }
    .banner-text::before {
        height: 250px;
        top: -50px;
        width: 100%;
    }
    .banner-text h2 {
        font-size: 60px;
        line-height: 50px;
    }
    .banner-text h2 span {
        font-size: 25px;
        letter-spacing: 2px;
    }
    .label {
        margin-bottom: 5px;
    }
    .title {
        margin-bottom: 20px;
    }
    .bannerbtn {
        height: 50px;
        width: 160px;
        line-height: 50px;
    }
    .about-text, .APabout-text {
        width: 50%;
    }
    .aboutimg {
        width: 500px;
        margin-top: 0;
    }
    .aboutimg.APaboutimg {
        width: 480px;
    }
    .fimg {
        height:250px;
    }
    .nav-bar{
        top: 30px;
    }
    .nav-menu li:last-child {
        margin-right: 25px;
    }
    .latest-news, .HP-about,.CBD-gummies {
        margin-top: 50px;
    }
    .site-logo,section.featured {
        padding-top: 50px;
    }
    .comment-meta.commentmetadata a {
        color: #182627;
        font-size: 12px;
    }
    .comment-author img {
        height: 40px;
        width: 40px;
        border-radius: 40px;
    }
    cite.fn {
        font-size: 15px;
    }
    div.comment-body p {
        font-size: 15px;
        margin: 0;
        margin-left: 60px;
    }
    .comment-author.vcard {
        margin-left: 60px;
    }
    .recentpost {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    div.comment-body {
        min-height: 80px;
    }
    a.comment-edit-link {
        top: 55px !important;
    }
    h3#reply-title {
        margin-bottom: 30px;
    }
    form#commentform {
        position: relative;
        height: 340px;
    }
    .tagslinks{
        margin-top: 10px;
        margin-bottom: 50px;
    }
    .site-logo img {
        width: 550px;
    }
    .f-prodcut img {
        height: 200px;
    }
    .f-prodcut .f-title {
        min-height: 75px;
    }
    .PG-banner {
        height: 230px;
        padding-top: 75px;
    }
    .article-text .f-title {
    height: 40px;
    line-height: 20px;
    font-size: 18px;
    }
    .page-id-10 .article-text {
        padding: 20px 15px 20px;
    }
    a.lernmore {
        font-size: 15px;
    }
    .whychoos-text .paragraph {
        line-height: 23px;
    }
    .whychoos-text {
        width: 350px;
    }
    .whychooseimg img {
        height: 415px;
        width: 330px;
        object-fit: contain;
        margin-top: -8px;
    }
    .single-content img {
        height: auto;
    }
    .page-id-10 .site-footer {
        margin-top: -204px;
        height: 400px;
    }
    .page-id-10 .footer {
        margin-top: 280px;
    }
    .footer-logo {
        width: 350px;
    }
    .site-footer::before{
        height: 200px;
    }
    .site-footer {
        height: 200px;
        margin-top: 50px;
    }
    .footer {
        margin-top: 90px;
    }
}
@media( max-width: 800px )
{
    .aboutimg::after {
        content: '';
        width: 500px;
        height: 400px;
        background-color: #ffffffcc;
        display: block;
    }
    #menuToggle {
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 40px;
        right: 15px;
        z-index: 1;
        -webkit-user-select: none;
        user-select: none;
        z-index: 9999999;
    }
    #menuToggle.open{
        position: fixed;
    }
    #menuToggle input {
        width: 32px !important;
        height: 32px;
        position: absolute;
        cursor: pointer;
        opacity: 0;
        z-index: 2;
        top: -6px;
    }

    #menuToggle span
    {
      display: flex;
      width: 29px;
      height: 2px;
      margin-bottom: 5px;
      position: relative;
      background: #000000;
      border-radius: 3px;
      z-index: 1;
      transform-origin: 5px 0px;
      transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
                  opacity 0.55s ease;
    }

    #menuToggle span:first-child
    {
      transform-origin: 0% 0%;
    }

    #menuToggle span:nth-last-child(2)
    {
      transform-origin: 0% 100%;
    }
    #menuToggle.open span
    {
      opacity: 1;
      transform: rotate(45deg) translate(-3px, -1px);
      background: #ffffff;
    }
    #menuToggle.open span:nth-last-child(3)
    {
      opacity: 0;
      transform: rotate(0deg) scale(0.2, 0.2);
    }

    #menuToggle.open span:nth-last-child(2)
    {
      transform: rotate(-45deg) translate(0, -1px);
    }
    ul.nav-menu li ul.sub-menu,
    ul.nav-menu li:hover ul.sub-menu{
        display: none !IMportant
    }
    ul.nav-menu li.open ul.sub-menu,
    ul.nav-menu li.open:hover ul.sub-menu{
        display: block !important
    }
    ul.sub-menu.open-submenu {
        display: block !Important;
        background-color: rgba(72, 72, 72, 0.85) !Important;
        top: 0 !Important
    }
    .mobilesubmenu.open{
        background-color: rgba(72, 72, 72, 0.85) !Important;
    }
    ul.sub-menu{
        display: none !Important;
        position: relative !Important;
        top: -100% !Important;
    }
    .mobilesubmenu i {
        position: relative;
        top: 13px;
        right: 18px;
    }
    .nav-bar li {
        display: block;
        margin: 0;
        width: 100%;
        top: 0;
        border-bottom: 1px solid #717171;
        overflow: hidden;
        float: left;
    }
    .mobilesubmenu {
        display: block;
        position: absolute;
        top: 0;
        cursor: pointer;
        color: #ffffff;
        right: 0;
        z-index: 9999;
        border-left: 1px solid #717171;
        padding-left: 36px;
        height: 46px;
    }
    .nav-menu .sub-menu, .nav-menu .children {
        width: 100%;
    }
    ul.sub-menu li {
        display: block;
    }
    ul.sub-menu,
    .open-submenu{
        transition: all 1s;
    }
	.openmenu {
		display: inline-block;
		font-size: 30px;
		cursor: pointer;
		color: #333333;
		float: right;
	}
	.nav-bar.open {
		right: 0;
	}
    .nav-menu li a{
        color: #ffffff;
        float: left;
        font-weight: normal;
        font-size: 16px;
        padding: 15px 0;
    }
    ul.sub-menu li:last-child{
        border: 0px !Important;
    }
    ul.sub-menu li a{
        color: #ffffff !Important;
        font-weight: 600;
    }
    ul.sub-menu li{
        margin: 0px
    }
    ul.sub-menu li:last-child a{
        text-align: left;
        color: #ffffff !Important;
        padding: 15px;
    }
    .nav-menu li:last-child{
        border: 0px !Important;
    }
    .nav-menu li:last-child a,
    .nav-menu .sub-menu, .nav-menu .children{
        left: 0;
        width: 100% !important;
    }
	.nav-bar {
		background-color: #333333;
		height: 800px;
		position: fixed;
		top: 0;
		right: -100%;
		padding: 15px;
        padding-top: 60px;
		transition: all 0.3s;
		width: 300px;
        text-align: left;
		z-index: 999;
	}
	.closebtn {
		display: block;
        position: absolute;
        top: -55px;
        font-size: 20px;
        right: 0;
		color: #ffffff;
		cursor: pointer;
		margin-bottom: 20px;
	}
}
@media (max-width:768px){
    .woocommerce ul.products[class*=columns-] li.product, 
    .woocommerce-page ul.products[class*=columns-] li.product
    {
        clear: unset;
        margin: 0 22px 22px 0;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n), 
    .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n) {
        float: left;
    }
}
@media( max-width: 767px )
{
    .blog {
        margin-top: 30px;
    }
    h1.blog-name {
        font-size: 20px;
        margin-top: 24px;
        max-width: 60%;
    }
    .latest-news, .HP-about,.CBD-gummies,
    section {
        margin-top: 30px;
    }
	.leaves{
        display: none;
    }
    img.alignleft,
    img.alignnone,
    img.alignright {
        margin: 0 auto 20px;
        display: block;
        float: none;
    }
    section.related.products h2{
    	margin-bottom:0;
    }
    .autoplay .slick-list.draggable {
        overflow: hidden;
    }
    .wpgis-slider-for .slick-list.draggable {
        width: 100%;
        height: 400px;
    }
    .wpgis-slider-for .zoom.slick-slide img {
        margin-top: 0;
        width: 100% !important;
        height: 400px !important;
        object-fit: contain;
    }
      #wpgis-gallery .slick-list.draggable {
        height: auto;
        margin-bottom: 20px;
    }
  #wpgis-gallery .slick-slide.slick-current.slick-active img {
        border: 3px solid #efefef !important;
        border-top: 3px solid #65ccb7 !important;
        box-shadow: none;
    }
    .woocommerce div.product div.images,
    .woocommerce div.product div.summary{
        width: 100%;
    }
    h1.product_title.entry-title {
        font-size:20px;
    }
    h1.shoptitle {
        margin-bottom: 20px;
    }
    p.woocommerce-result-count {
        font-size: 15px;
    }
    form.woocommerce-ordering {
        width: 200px;
        height: 40px;
        padding-left: 0px;
        padding-right: 0;
        margin-bottom: 40px !important;
    }

    select.orderby {
        letter-spacing: 0;
        margin-top: 8px;
            width: 160px;
    }
    .dropicon {
        margin-top: 17px;
        margin-right: 20px;
    }
    p.woocommerce-result-count {
        font-size: 15px;
    }
    .woocommerce-product-details__short-description {
        font-size: 15px;
    }
    .woocommerce.featur ul.products li.product{
        width: 32.27% !important;
        margin-right: 12px;
        margin-top: 20px;
        margin-bottom: 0;
        padding: 20px 15px 30px;
    }
    .woocommerce.featur ul.products li.product:hover{
        border: 5px solid #efefef;
        border-top: 5px solid #65ccb7;
        box-shadow: none;
    }
    .woocommerce.featur ul.products li.product:nth-child(3n){
    	margin-right: 0px !important;
    }
    .woocommerce.featur ul.products[class*=columns-] li.product:nth-child(2n){
    	margin-right: 12px !important; 
    }
    .woocommerce ul.products li.product {
        width: 47.96% !important;
        margin-bottom: 20px;
        padding: 20px 20px 30px;
    }
    .woocommerce ul.products[class*=columns-] li.product:nth-child(2n){
    	 margin-right: 0px !important;
    }
    .woocommerce ul.products li.product:nth-child(3n) {
        margin-right: 22px !important;
    }
    .woocommerce ul.products li.product .price {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    a#buypro, a#moreinfo {
        font-size: 15px;
    }
    .single-product .page-name {
        font-size: 31px;
    }
     nav.woocommerce-pagination {
        margin-top: 20px;
    }
    ul#box {
        display: block;
    }
    ul#box .autoplay li#box {
        width: 32.27% !important;
        margin-right: 12px;
        box-shadow: none;
    }
    li.CBD-gumms{
        height: auto;
        padding: 20px 100px 15px;
        margin-top: 30px;
    }
    ul#box li#box {
        margin-right: 0;
        width: 100%;
    }
    .page-id-10 .fimg,
    .page-id-10 .article-text{
        box-shadow: none;
    }
    .HP-banner {
        height: 350px;
    }
    .banner-text h2 {
        font-size: 50px;
        line-height: 40px;
    }
    .banner-text h2 span {
        font-size: 20px;
    }
    .bannerbtn {
        height: 40px;
        width: 130px;
        line-height: 40px;
        font-size: 16px;
        margin-top: 20px;
    }

    .article-text {
        text-align: left;
        padding: 20px 10px 30px;
    }
    a.lernmore{
        font-size: 15px;
    }
    .load_more.text-center a{
        letter-spacing: 1px;
    }
    .page-name{
        font-size: 50px;
    }
    .innerdivtext {
        font-size: 13px;
    }
    .single-content .f-title {
        padding: 20px 0 15px;
        font-size: 18px;
        line-height: 20px;
    }
    .single-content h4, .single-content ul li {
        font-size: 15px;
        line-height: 20px;
    }
    .left-side{
        width: 100%;
    }
    .right-side{
        display: none;
    }
    .single-content p {
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 15px;
    }
    .paragraph {
        font-size: 13px;
    }
    .f-article {
        margin-top: 30px;
        box-shadow: 0 20px 30px 10px #f1f1f1;
    }
    .f-prodcut{
        margin-top: 30px;
    }
    /* border */
    .whychoos-text{
        width: 100%;
    }
    .about-border {
        height: 310px;
        background-size: cover !important;
    }
    .about-text, .APabout-text {
        width: 100%;
        margin-top: 50px;
        padding: 0 15px;
    }
    .APabout-text{
        margin-top: 30px;
    }
    .whychoos-text{
        margin-top: 55px;
        margin-left: 15px;
    }
    .whychoos-text .paragraph {
        padding-right: 15px;
    }
    .whychooseimg {
        float: right;
        width: 100%;
        display: none;
        text-align: center;
    }
    .whychooseimg img {
        height: auto;
        width: 100%;
        object-fit: contain;
        margin-top: 90px;
    }
    .aboutimg{
        margin-top: 20px;
    }
    .aboutimg,
    .aboutimg::after {
        width: 100%;
        height: 280px;
    }
    .flaticon{
        margin-top: 0;
        margin-bottom: 15px;
    }
    /* about */
    /* .AP-about .about-border {
        background-image: url(images/Rectangle.png);
        background-position: center left;
        width: 110%;
    } */
    /* CBD */
    .APaboutimg{
        display: none;
    }
    .APaboutimg-hidden{
        display: block;
    }
    /* CBD */
    .article-text .paragraph {
        font-size: 13px;
        margin: 10px 0 10px;
        line-height: 20px;
        height: 40px;
    }
    .fimg {
        height: 300px;
    }
    .home .blog-article {
        box-shadow: 0 15px 30px 10px #e6e6e6 !important;
            margin-top: 20px;
    }
    .title {
        margin-bottom: 0;
    }
    .page-id-10 .article-text .f-title,
    .f-prodcut .f-title {
        min-height: auto !important;
    }
    
    .footer-logo {
        width: 100%;
        text-align: center;
    }
    .page-id-21 .site-footer {
        margin-top: 50px;
    }
    .navbar {
        float: left;
        margin-top: 10px;
        width: 100%;
    }
    .navbar .main-navigation{
        margin: 0 auto;
    }
    /* .page-id-10 .site-footer {
        margin-top: -185px;
        height: 450px;
    }
    .page-id-10 .footer {
        margin-top: 260px;
    }
    .page-id-10 .site-footer::before {
        height: 300px;
        width: 100%;
        background-size: cover;
        background-position: center;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0 auto;
    } */
    .footer {
        margin-top: 50px !important;
    }
    .site-footer {
        height: 200px !important;
        margin-top: 50px !important;
    }
    .site-footer::before {
        background-image: url(images/shapefooter2.png) !important;
        width: 100%;
        height: 100% !important;
        left: 0;
        right: 0;
        background-size: cover;
        background-position: center;
        margin: 0 auto;
    }
    .post-type-archive .site-footer {
        margin-top: 40px;
    }
}
@media (max-width:600px){
	.nav-fixed .site-logo {
    	padding-top: 25px;
    	max-width: 300px;
	}
}
@media (max-width:575px){
    .container {
        padding: 0 15px !important;
    }
    .nav-fixed .site-logo {
    	padding-top: 10px;
    	max-width: 300px;
	}
    div.col-lg-4.col-md-6.col-sm-6.pad-x {
        width: 50%;
    }
    .site-logo img {
        width: 80%;
    }
    .site-logo {
        padding-top: 5%;
    }
    .page-name {
        font-size: 40px;
    }
    header.site-header {
        height: 65px;
    }
    #menuToggle{
        top: 25px;
    }
    .PG-banner {
        height: 150px;
        padding-top: 30px;
    }
    .article-text .f-title {
        min-height: auto;
    }

    .article-text {
        text-align: left;
        padding: 30px 20px 30px;
    }
    .paragraph {
        font-size: 16px;
    }
    .footer-logo img {
        width: 90%;
    }
    .whychooseimg img {
        margin-top: 105px;
    }
    .about-border {
        height: 310px;
    }
    .APabout-text {
        margin-top: 40px;
    }
}
@media (max-width:480px){
    header.site-header {
        height: 55px;
    }
   
    h1.blog-name {
        display: block;
        text-align: center;
        max-width: 100%;
    	margin-top: 20px;
    }
    .single	.breadcum {
        float: none;
        margin-top: 0px;
        text-align: center;
    }
    .single	.breadcum ul#breadcrumbs {
        margin-top: 5px;
    }
    div.col-lg-4.col-md-6.col-sm-6.pad-x {
        width: 100%;
    }
    .blog-article {
        margin-top: 37px;
    }
    .product.type-product {
        margin-top: 30px;
    }
    .woocommerce.featur ul.products li.product {
        width: 33.33% !important;
        margin-right: 0;
        padding: 20px 50px 30px;
    }
    ul#box .autoplay li#box {
        width: 33.33% !important;
        margin-right: 0px;
    }
    .cartbtn {
        margin-top: 0;
    }
    .woocommerce ul.products li.product {
    	width: 100% !important;
        padding: 20px 50px 30px;
    }
    .woocommerce ul.products li.product:nth-child(3n){
    	margin-right:0;
    }
    .woocommerce.featur ul.products[class*=columns-] li.product:nth-child(2n){
    	margin-right: 0px !important; 
    }
    li.CBD-gumms {
        padding: 20px 50px 15px;
    }
    #menuToggle {
        top: 22px;
    }
    select.orderby{
    	padding-left:12px;
    }
    .banner-text h2 {
        font-size: 34px;
        line-height: 30px;
    }
    .banner-text h2 span {
        font-size: 15px;
        letter-spacing: 1px;
    }
    section.related.products h2 {
        font-size: 30px;
    }
    .whychoos-text {
        margin-top: 35px;
    }
    .whychooseimg img {
        margin-top: 50px;
    }
    .about-border {
        height: 252px;
    }
    .about-text{
        margin-top: 30px;
        padding-right: 0;
    }
    .aboutimg, .aboutimg::after {
        height: 230px;
            display: none;
    }
    .woocommerce ul.products li.product .price {
        margin-top: 10px;
        margin-bottom:10px;
    }
    button.mouse{
        height: 31px;
        width: 100px;
    }
    .title {
        font-size: 20px;
        line-height: 20px;
    }
    .f-prodcut,.f-article {
        margin-top: 20px;
    }
    ul.heateor_sss_sharing_ul {
        margin-top: 10px !important;
    }
    .banner-text {
        top: 85px;
    }
    .label {
        margin-bottom: 0;
        font-size: 15px;
    }
    .HP-banner {
        height: 300px;
    }
    .AP-about .about-border {
        height: 300px;
    }
    .APabout-text {
        margin-top: 30px;
    }
    .post-type-archive .site-footer {
        margin-top: 30px;
    }
    .site-logo img {
    	width: 60%;
	}
    .site-logo {
    	padding-top: 6px;
        text-align: unset;
    }
}
@media (max-width:414px){
	.nav-fixed .site-logo {
    	padding-top: 5px;
    	max-width: 300px;
	}
    #menuToggle {
        right: 0;
        top: 15px;
    }
    .tagslinks {
        display: block;
    	height: 50px;
        margin-bottom: 25px;
    }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        margin-top: 30px;
    }
    i.heateorSssSharing.heateorSssInstagramBackground {
        margin-left: 0;
    }
    i.heateorSssSharing.heateorSssYoutubeBackground {
        margin-left: 5px;
    }
    .latest-news, .HP-about, .CBD-gummies, section {
        margin-top: 20px;
    }
    ul#breadcrumbs li {
        font-size: 15px;
    }
    li.CBD-gumms {
        padding: 25px 20px 20px;
    }
    .wpgis-slider-for .slick-list.draggable,
    .wpgis-slider-for .zoom.slick-slide img{
        height: 350px;
    }
    h1.shoptitle {
        margin-bottom: 20px;
        margin-top: 30px;
        font-size: 20px;
    }
    p.woocommerce-result-count {
        font-size: 12px;
    }
    select.orderby {
        font-size: 12px;
        width: 115px;
    }
    form.woocommerce-ordering {
        width: 150px;
        height: 35px;
        margin-bottom: 30px !important;
    }
    ul.heateor_sss_sharing_ul {
        margin-top: 15px !important;
    }
    .dropicon {
        margin-top: 15px;
        margin-right: 10px;
    }
    .woocommerce ul.products li.product{
        padding: 20px 20px 30px;
    }
    .single-product .page-name {
        font-size: 20px;
    }
    header.site-header {
        height: 46px;
    }
    .site-footer {
        height: 175px;
        margin-top: 30px;
    }
    p.comment-form-author,
    p.comment-form-email{
        width: 100%;
    }
    p.comment-form-email{
        top: 80px;
    }
    h3#reply-title {
        margin-bottom: 10px;
    }
    form#commentform {
        height: 400px;
    }
    p.comment-form-comment {
        top: 160px;
    }
    .footer {
        margin-top: 40px;
    }
    .load_more.text-center a {
        padding: 0 10px;
    }
    .paragraph {
        margin-bottom: 0px;
        font-size:14px;
    }
    .about-border {
        height: 235px;
    }
    .bdr-title {
        margin-bottom: 5px !important;
    }
    section.featured {
        padding-top: 30px;
    }
    .AP-about .about-border {
        height: 275px;
    }
    .whychoos-text {
        margin-top: 22px;
    }
    .page-id-10 .site-footer{
    	height:400px;
    }
    .page-id-10 .footer {
        margin-top: 250px;
    }
}
@media (max-width:375px){
    .about-border {
        height: 260px;
    }
    .tagslinks {
        height: 60px;
    }
    .heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
        margin-top: 15px;
    }
    .AP-about .about-border {
        height: 300px;
    }
    h1.product_title.entry-title, section.related.products h2 {
        font-size: 20px;
        line-height: 25px;
    }
    .woocommerce.featur ul.products li.product {
        padding: 20px 30px 30px;
    }
    .HP-banner {
        height: 250px;
    }
    .banner-text {
        top: 60px;
    }
    .bannerbtn {
        height: 30px;
        width: 100px;
        line-height: 30px;
        font-size: 13px;
        margin-top: 20px;
    }
}
@media (max-width:360px){
    header.site-header {
        height: 42px;
    }
    
    .page-name {
        font-size: 30px;
        line-height: 80px;
    }
    .AP-about .about-border {
        height: 320px;
    }

}
@media (max-width:320px){
    .HP-banner {
        height: 230px;
    }
    ul.products li.product a img {
        height: 200px;
    }
    #wpgis-gallery li img {
        height: 95px;
    }
    .wpgis-slider-for .slick-list.draggable,
    .wpgis-slider-for .zoom.slick-slide img{
        height: 350px;
    }

    .single-product .page-name {
        font-size: 15px;
    }
    .single-product ul#breadcrumbs li {
        font-size: 12px;
    }
    form.woocommerce-ordering {
        width: 130px;
        height: 35px;
        padding-left: 5px;
        margin-bottom: 20px !important;
    }
    select.orderby {
        width: 100px;
            padding-left: 8px;
    }
    #wpgis-gallery .slick-list.draggable {
        margin-bottom: 15px;
    }
    .dropicon {
        margin-top: 14px;
        margin-right: 10px;
    }
    .woocommerce-loop-category__title, .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
        font-size: 15px !important;
        min-height: 40px;
    }
    h1.product_title.entry-title {
        font-size: 20px;
        line-height: 25px;
    }
    .about-border {
        height: 280px;
    }
    .banner-text h2 {
        font-size: 30px;
        line-height: 25px;
    }
    .banner-text h2 span {
        font-size: 13px;
    }
    .AP-about .about-border {
        height: 345px;
    }
    .single-blogarticles .page-name {
        font-size: 20px;
    }
    .single-blogarticles ul#breadcrumbs li {
        font-size: 15px;
    }
    .site-footer {
        height: 150px;
    }
    .woocommerce.featur ul.products li.product,
    .woocommerce ul.products li.product{
        padding: 20px 30px 20px;
    }
    .post-type-archive .site-footer {
        margin-top: 20px;
    }
}