 @charset "utf-8";
/* CSS Document */

html {

  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
	  overflow-x:hidden;
}


@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-Bold.woff2') format('woff2'),
        url('../fonts/BwSurco-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-Medium.woff2') format('woff2'),
        url('../fonts/BwSurco-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-BlackItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-BlackItalic.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-RegularItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-LightItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-LightItalic.woff') format('woff');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-MediumItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco Book';
    src: url('../fonts/BwSurco-BookItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-BookItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-BoldItalic.woff2') format('woff2'),
        url('../fonts/BwSurco-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-Regular.woff2') format('woff2'),
        url('../fonts/BwSurco-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-Black.woff2') format('woff2'),
        url('../fonts/BwSurco-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Surco Book';
    src: url('../fonts/BwSurco-Book.woff2') format('woff2'),
        url('../fonts/BwSurco-Book.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Nexa Rust Sans';
    src: url('../fonts/NexaRustSans-Black.woff2') format('woff2'),
        url('../fonts/NexaRustSans-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Bw Surco';
    src: url('../fonts/BwSurco-Light.woff2') format('woff2'),
        url('../fonts/BwSurco-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


body { margin:0; padding:0 !important; font-family: 'Bw Surco' !important;}
/* #Typography
================================================== */
	* {
    box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
}
a { -o-transition:0.4s ease-in; -ms-transition:0.4s ease-in; -moz-transition:0.4s ease-in; -webkit-transition:0.4s ease-in; transition:0.4s ease-in; text-decoration:none !important;}
p { font-size:14px; line-height:26px; color:#767676;}
ul { margin:0; padding:0;}

/*** preloader ***/
.preloader-wrapper { overflow:hidden; position:fixed; width:100%; top:0; left:0; height:100%; background:#00b394; text-align:center; z-index:9999;}
#preloader6 {
   color:#ffffff;
   width:50px;
   height:50px;
   display:inline-block;
   padding:0px;
   opacity:0.5;
   background:#fff;
   -webkit-animation: preloader6 1.5s ease-in-out infinite alternate;
   animation: preloader6 1.5s ease-in-out infinite alternate;
   position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
}
@keyframes preloader6 {
   from {transform: rotate(0deg) scale(1,1);border-radius:0px;}
   to {transform: rotate(720deg) scale(0.5, 0.5);border-radius:25px;}
}
@-webkit-keyframes preloader6 {
   from {-webkit-transform: rotate(0deg) scale(1, 1);border-radius:0px;}
   to {-webkit-transform: rotate(720deg) scale(0.5, 0.5);border-radius:25px;}
}



/*bottom-button */

.bottom-button{
    position: fixed;
    bottom: 20px;
    z-index: 100;
    /*width: 100%;*/
    float: right;
    right: 2%;
}


.bottom-button a{
    float: right;
    padding: 4px 10px;
    background:#00b394;
    color: #fff !important;
    font-size: 20px;
    display: none;
}
/*
 * Animation
 */

/******* main css *******/
.age-gate-wrapper{ background-color: rgba(0,0,0,0.8);}
.age-gate-form {
	background: #fff;
    border: 6px solid #00bc9d;
	border-radius: 30px;
	}

.age-gate-form .age-gate-submit-yes,
.age-gate-form .age-gate-submit-no {
    background-color: #00bc9d;
    color: #fff;
    border: 1px solid #00bc9d;
    padding: 5px 20px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
p.age-gate-challenge {
    font-size: 22px;
    color: #006E4F;
}

.age-gate-heading.age-gate-logo {
    width: 110px;
    height: 110px;
    background: #fff;
    border-radius: 50%;
    line-height: 100px;
    border: 5px solid #ccc;
}
.age-gate-heading.age-gate-logo img {
    width: 60%;
}

.header-inner .navbar {
	padding:0;
}
.header-inner .navbar-brand {
	padding-bottom:0;
	padding-top:26px;
}
.header-inner .navbar-dark .navbar-nav .nav-link {
	color:#5b5f68;
	display: inline-block;
	text-transform:uppercase;
	padding: 10px 3px;
	font-size:12px;
	font-weight:500;
	position:relative;
	font-family: 'Bw Surco';
}
.header-inner .dropdown-menu a {
	font-size: 12px !important;
	color: #fff !important;
	padding: 8px 23px !important;
}
.header-inner .navbar-dark .navbar-nav .nav-link:hover {
	color:#006176;
}
.header-inner ul.navbar-nav li.nav-item {
	display:inline-block;
}
.header-inner ul.navbar-nav li.active a  {
	color:#006176 !important;
}
.header-inner ul.navbar-nav li.active a:before {
position: absolute;
top: -9px;
left: 0;
content: "";
background: #7fd8bc;
width: 35px;
height: 6px;
margin: 0 auto;
right: 0;
}
.header-inner ul.navbar-nav{
	text-align:left;
	display:block;
	width:100%;
	position:relative;
	margin: 0;
	border-top:1px solid #ddd;
	padding-top: 8px;
}
.header-inner h5 {
	font-size:16px;
	color:#9f9f9f;
	margin-bottom:0;
	padding-top:18px;
	font-family: 'Bw Surco';

}
.header-inner h5 i {
	color:#faa73b;
	font-size:18px;
}
.header-inner h5 span {
	font-size:16px;
	font-weight:900;
	color:#5b5f68;
	padding-left:30px;
	 font-family: 'Nexa Rust Sans';
}
ul li.fb-list {
	display:inline-block;
}
ul li.fb-list a {
	display:inline-block;
	width:40px;
	height:40px;
	background:#eaeaea;
	border-radius:50%;
	padding:9px 0;
	text-align:center;
	color:#f61e28;
}
.sticky{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
	box-shadow:0 4px 8px #ddd;
}
/* ====== */

.header-inner {
	/* background: #323232; */
	background: #ffffff;
}
.nav_bg{}
.nav_bg .navbar-brand{ padding: 0px;}
.nav_bg ul.list-inline > li > a{
	color:#fff;
	display: block;
	text-transform: uppercase;
	padding: 35px 0px;
	font-size: 12px;
	font-weight: 500;
	font-family: 'Bw Surco';
	position: relative;
}
.nav_bg ul.list-inline > li > a::before {
	position: absolute;
	bottom: 0px;
	left: 0;
	content: "";
	background: #7fd8bc;
	width: 35px;
	height: 6px;
	margin: 0 auto;
	right: 0;
	opacity: 0;
}
.nav_bg ul.list-inline > li.active a{
	color:#7fd8bc;
}
.nav_bg ul.list-inline > li > a:hover, .nav_bg ul.list-inline > li > a:focus{
	color:#7fd8bc;
}
.nav_bg ul.list-inline > li.active > a::before{
	opacity: 1;
}
.nav_bg ul.list-inline > li.dropdown:hover ul.dropdown-menu {
	border: none;
	margin: 0px;
	pointer-events: auto;
	display: block;
}
.nav_bg ul.list-inline > li > ul > li > a{
	line-height: 24px;
	display: block;
	padding: 0px !important;
	background: none !important;
}
.nav_bg ul.list-inline > li > ul > li:hover > a,
.nav_bg ul.list-inline > li > ul > li.active > a{
	color: #323232 !important;
}
.nav_bg .search_sec{ text-align: right;}
.nav_bg .search_sec .btn {
	color: #323232;
	font-size: 18px;
    line-height: 24px;
    background: none;
	border: none;
	box-shadow: none !important;
	display: block;
    padding: 0px;
}
.nav_bg .search_sec .cart-list,
.nav_bg .search_sec .social-bg {
	/* background: #00b394; */
	background: #a8eaea;
	border-radius: 4px;
	/*padding: 15px;*/
	padding:9px;
	position: relative;
}
.nav_bg .search_sec .cart-list a {
	color: #323232;
	display: inline-block;
}
.nav_bg .search_sec .cart-list span {
    position: absolute;
    /*top: 12px;*/
	top:2px;
    left: 20px;
	/* background: #006176; */
	background: #323232;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    text-align: center;
    color: #fff;
    display: block;
	font-size: 12px;
	line-height: 14px;
}


.search_modal .modal-header {
    border: none;
    padding: 0px;
}
.search_modal .modal-header .close {
    opacity: 1;
    margin-top: -15px;
    margin-right: -15px;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #FFF;
    padding: 0px;
    line-height: 20px;
	font-size: 28px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}
.search_modal .modal-header .close span{
	position: relative;
	top: -4px;
}
.search_modal .input-group {
	padding: 15px;
}
.search_modal .btn {
	color: #FFF;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Bw Surco';
	background: #00B394;
	border-color: #00B394;
    text-transform: uppercase;
    cursor: pointer;
}

.tag_meta{
	/* background: #FBB13B; */
	background: #a8eaea;
	padding: 10px 0;
	text-align: center;
}
.tag_meta p {
    color: #323232;
    font-size: 22px;
    line-height: 32px;
    font-family: 'Bw Surco';
    font-weight: 500;
    margin: 0;
}

/* ======== */
.banner {
	position:relative;
}
.banner .carousel-indicators .active {
	background:#00b394;
	border:0;
	width:15px;
	height:15px;
	border-radius:50%;
}
.banner .carousel-indicators li {
	width:15px;
	height:15px;
	border:2px solid #00b394;
	border-radius:50%;
	background:#ddd;
	margin-right:12px;
}
.banner img { position:relative;
	width:100%;
	height:100%;
}
.header-inner a.navbar-brand img {
	max-width:90%;
}
.banner .carousel-caption {
	/*bottom: 20%;*/
	bottom: 9%;
	text-align:center;
	left:0;
	right:0;
}
.banner-content h2 {
	font-size:52px;
	color:#fff;
	font-weight: bold;
}
.banner-content h5 {
	font-size:16px;
	color:#fff;
}
.top-header {
	background:#006176;
}
.top-header ul {
	margin-bottom:0;
}
.top-header ul li {
	display:inline-block;
	position:relative;
}
.top-header ul li a{
	display:inline-block;
	color:#fff;
	padding: 20px 16px;
}
.top-header h5 {
	color:#fff;
	font-size:16px;
	margin:0;
	padding-top:22px;
}
.top-header h5 span {
	margin-right:8px;
}
.top-header ul li.cart-list {
	background:#00b394;
}
.top-header ul li.cart-list span {
	position: absolute;
	top: 12px;
	left: 20px;
	background: #006176;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	text-align: center;
	color: #fff;
	display:block;
	font-size:12px;
}
.top-header ul li a i {
	font-size:20px;
}
.top-header ul li.social-bg {
	background:#1a6879;
}
.top-header .col-lg-10 {
	padding-left:0;
	padding-right:0;
}
.top-header .col-lg-2 {
	padding-left:0;
	padding-right:0;
}

.search-icon {
	position:relative;
}
.search-icon span {
	position:absolute;
	top:-33px;
	right:0;
}
.search-sec .form-control {
	border:0;
	box-shadow:none;
	background:#fafafa;
	border-radius:0;
	height:44px;
	padding:8px 10px;
	margin-top:7px;
	font-family: 'Bw Surco';
}
.search-sec i {
	color:#faa73b;
}
.header-inner .join-community {
	background:#faa73b;
	text-transform:uppercase;
	color:#fff;
	border-radius:3px;
	padding:14px 20px;
}
.nav_sec {
	padding:15px 0;
}
.banner-content a {
	background:#faa73b;
	/*background:#00b394;*/
	color:#fff;
	font-weight:600;
	text-transform:uppercase;
	padding:10px 20px;
	border-radius:3px;
	transition:0.3s ease-in;

}
.banner-content a:hover {
	background:#faa73b;
	color:#fff;
}
.banner-content .btn-part {
	width: 200px;
	background: rgba(255,255,255,0.8);
	height: auto;
	padding: 10px;
	margin:0 auto;
}
.product-block {
	padding:60px 0;
}
.product-list {
	background:#f7f7f7;
	padding:10px;
	position:relative;
	margin-right: 18px;
}
.product-list:before {
	position:absolute;
	top:-16px;
	left:-15px;
	content:"";
	font-size:40px;
	color:#ddd;
	background:url(../images/3rd-bracket-left.png) no-repeat;
	width:37px;
	height:100px;
}
.product-list:after {
	position:absolute;
	top:-16px;
	right:-15px;
	content:"";
	font-size:40px;
	color:#ddd;
	background:url(../images/3rd-bracket-right.png) no-repeat;
	width:37px;
	height:100px;
}
.product-list h4 {
	font-size:14px;
	color:#00b394;
	text-transform:uppercase;
	font-family: 'Nexa Rust Sans';

}
.full-spectrum-cbd-oil h4 {
	color:#faa73b;
	font-size:30px;
}
.full-spectrum-cbd-oil h3 {
	font-size:42px;
	color:#fff;
	font-family: 'Nexa Rust Sans';
}
.full-spectrum-cbd-oil p {
	color:#fff;
}
.cbd-oil-list {
	background: #fff;
	border-radius: 20px;
	padding: 15px;
	position:relative;
	-webkit-box-shadow: 0 0 15px #9b9b9b;
	-moz-box-shadow: 0 0 15px #9b9b9b;
	box-shadow: 0 0 15px #9b9b9b;
	height: 355px;
	-moz-transition:0.4s ease-in;
	-webkit-transition:0.4s ease-in;
	transition:0.4s ease-in;
	bottom:0;

}
.cbd-oil-list:hover figure:before {
	background: linear-gradient(to bottom, transparent 0%, #00bc9d 100%);
	width:100%;
	height:100%;
	z-index:1;
	position:absolute;
	top:0;
	left:0;
	content:"";

}
.cbd-oil-list:hover {
	bottom:30px;
	-moz-transition:0.4s ease-in;
	-webkit-transition:0.4s ease-in;
	transition:0.4s ease-in;

}
.cbd-oil-list figure {
	height: 260px;
	overflow: hidden;
	border-radius: 15px 15px 0 0;
	/*border-bottom: 9px solid #00bc9d;*/
	width:100%;
	position:relative;
}
.cbd-oil-list figure:before {
	position:absolute;
	bottom:0;
	left:0;
	content:"";
	width:100%;
	height:9px;
	background:#00bc9d;
}
.cbd-oil-list h4 {
	text-transform:uppercase;
	font-size:16px;
	font-weight:600;
	color:#5b5f68;
	font-family: 'Nexa Rust Sans';
}
.cbd-oil-list img {
	border-radius: 0;
}
.cbd-oil-list figure h5 {
	opacity:0;
	position:absolute;
	top:50%;
	left:0;
	right:0;
	color:#fff;
	z-index:1;
	text-transform:uppercase;
}
.cbd-oil-list figure h5:after {
	position:absolute;
	top:-8px;
	left:0;
	right:0;
	content:"";
	background:#faa73b;
	width:80px;
	height:2px;
	margin:0 auto;
}
.cbd-oil-list figure h5:before {
	position:absolute;
	bottom:-8px;
	left:0;
	right:0;
	content:"";
	background:#faa73b;
	width:80px;
	height:2px;
	margin:0 auto;
}
.cbd-oil-list:hover figure h5 {
	opacity:1;
}
span.leaf-span{
	position:absolute;
	bottom:-33px;
	left:0;
	right:0;
	width:60px;
	height:60px;
	text-align:center;
	margin:0 auto;
}
.cbd-oil-block {
	padding-top:20px;
}
.shop-category-inner {
	border-top:1px solid #ddd;
}
.shop-category-inner h3 {
	font-size:44px;
	color:#006176;
	padding:40px 0;
	font-family: 'Nexa Rust Sans';
}
.category-list {
	border:1px solid #ddd;
	padding:10px;
	margin:6px 0;
}
.category-list img {
	/*width:100%;*/
	width: 100%;
	height: auto;
}
.category-list h5 {
	font-size:18px;
	text-transform:uppercase;
	color:#5b5f68;
	position:relative;
	padding:25px 0;
	 font-family: 'Bw Surco';
	 font-weight:900;
}
.category-list h5:after {
	position:absolute;
	top:14px;
	left:0;
	content:"";
	width:76px;
	height:1px;
	right:0;
	margin:0 auto;
	background:#faa73b;
}
.category-list h5:before {
	position:absolute;
	bottom:12px;
	left:0;
	content:"";
	width:76px;
	height:1px;
	right:0;
	margin:0 auto;
	background:#faa73b;
}
.quality-list span {
	display:block;
	width:112px;
	height:112px;
	background:#fff;
	text-align:center;
	border-radius:50%;
	padding:11px 10px;
	margin:0 auto;
}
.quality-list h4 {
	font-size:17px;
	text-transform:uppercase;
	color:#006176;
	font-weight:bold;
	padding:18px 0;
	font-family: 'Bw Surco';
}
.quality-list-1 span{
	padding:32px 10px;
}
.quality-head {
	width:380px;
	margin:33px auto 60px;
	text-align:center;
	position:relative;
}
.quality-head:before {
	position: absolute;
	top: -33px;
	left: -26px;
	content: "";
	background: url(../images/3rd-bracket-left-1.png) no-repeat;
	width: 64px;
	height: 104px;
}
.quality-head:after {
	position: absolute;
	top: -33px;
	right: -20px;
	content: "";
	background:url(../images/3rd-bracket-right-2.png) no-repeat;
	width: 64px;
	height: 104px;
}

.quality-head h3 {
	font-size:31px;
	color:#006176;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Nexa Rust Sans';
}
.quality-head h3 span {
	position:relative;
	padding-right:42px;
}
.quality-head h3 span:after {
	position:absolute;
	right:-5px;
	top:-14px;
	content:"";
	background:url(../images/love.png) no-repeat;
	width:97px;
	height:85px;
}
.popular-product h3 {
	font-size: 44px;
    color: #006176;
    padding: 40px 0;
	text-transform:uppercase;
	font-family: 'Nexa Rust Sans';
}
h3.popular-head span {
	font-size:28px;
	color:#faa73b;
	text-transform:capitalize;
}
.product-slider p {
	color:#faa73b;
	font-weight:600;
	font-size:16px;
}
.product-slider h5 {
	font-size:16px;
	text-transform:uppercase;
	color:#515153;
	padding:10px 0;
}
.product-slider img {
	margin:0 auto;
}
.about-cbdeze {
	background:#f6f6f6;
	padding:34px 0;
	position:relative;
}
.about-cbdeze:before {
	position: absolute;
	bottom: -80px;
	left: -14px;
	content: "";
	background: url(../images/medicine.jpg) no-repeat;
	width: 270px;
	height: 336px;
}
.video-sec {
	position:relative;
}
.play-icon {
	background: #fff;
    width: 100px;
    height: 100px;
    border-radius: 35px;
    display: block;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    bottom: 33%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 23px;
}
.video-sec figure {
	position:relative;
	margin-top: 68px;
}
.white-part {
	position: absolute;
	width: 454px;
	height: 294px;
	background: #fff;
	left: -15px;
	top: 21px;
	-moz-box-shadow: 0 0 14px #ddd;
	-webkit-box-shadow: 0 0 14px #ddd;
	box-shadow: 0 0 14px #ddd;
}
/*.video-sec figure:before {
	position: absolute;
	top: 16px;
	left: -15px;
	content: "";
	background: #fff;
	width: 15px;
	height: 295px;
}
.video-sec figure:after {
	position: absolute;
	bottom: 16px;
	left: -15px;
	content: "";
	background: #fff;
	height: 15px;
	width: 295px;
}*/
.heading-about {
	margin-bottom:35px;
}
.heading-about h3 {
	font-size:54px;
	color:#006176;
	text-transform:uppercase;
	border-right:1px solid #006176;
	font-weight:600;
	font-family: 'Nexa Rust Sans';
}
.heading-about h5 {
	font-size:28px;
	color:#faa73b;
	font-family: 'Bw Surco';
}
.heading-about h6 {
	color:#faa73b;
	font-size:14px;
	background-color:rgb(255,255,255);
	padding:16px 11px;
}
.about-cbd p { color:#5b5f68;
font-size:16px;
}
.about-cbd h4 {
	font-size:42px;
	font-weight:bold;
	color:#faa73b;
}
span.phone-icon {
	padding-right:15px;
	bottom:3px;
	position:relative;
}
/*.heading-about .col-lg-6 {
	padding-left:0;
	padding-right:0;
}*/
.our-cbd-community {
	padding:72px 0;
}
.cbd-community-inner h4 {
	font-size:30px;
	color:#faa73b;
	text-transform:uppercase;
	font-family: 'Bw Surco';
}
.cbd-community-inner h3 {
	font-size:56px;
	color:#006176;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Nexa Rust Sans';
}
.cbd-community-inner ul li {
	display:inline-block;
	position:relative;
	overflow:hidden;
}
.cbd-community-inner ul li a{
	display:inline-block;
	margin-right:10px;
	margin-bottom:10px;
}
.cbd-community-inner ul li a img {
	width:100%;
}
.cbd-community-inner ul {
	margin:40px 0;
}
.cbd-community-inner a.btn {
	background:#faa73b;
	color:#fff;
	text-transform:uppercase;
	padding:18px 20px;
}
.community-img {
	position:relative;
	margin-top: 150px;
}
.community-img:before {
	background: #faa73b;
	position: absolute;
	top: -17px;
	left: 22px;
	content: "";
	width: 400px;
	height: 284px;
	z-index: -1;
}
.choose-text h3 {
	font-size:56px;
	color:#fff;
	text-transform:uppercase;
	font-weight:600;
	padding-bottom:20px;
}
.choose-text p {
	color:#fff;
	position:relative;
	padding-left:18px;
}
.choose-text p:before {
	position:absolute;
	top:0;
	left:0;
	content:"";
	background:#fff;
	width:2px;
	height:123px;
}
.choose-text-bottom {
	padding-left:20px;
}
.choose-text-bottom a.btn {
	background:#00b394;
	padding:15px 20px;
	text-transform:uppercase;
	font-size:15px;
	color:#fff;
	font-weight:600;
	position: relative;
	margin-left: 117px;
	margin-bottom:20px;
}
.choose-text-bottom a.btn:before {
	position: absolute;
	left: -118px;
	content: "";
	background: url(../images/arrow.png) no-repeat;
	width: 108px;
	height: 154px;
	bottom: 14px;
	right: 0;
}
.choose-text-bottom  h4 {
	font-size:20px;
	color:#faa73b;
	font-weight:600;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom: 12px;
}
.choose-text-bottom p {
	color:#faa73b;
}
.choose-text-bottom h5 {
	font-size:15px;
	color:#faa73b;
}
.choose-text-bottom span {
	padding-right:10px;
}
.y-choose-us-bg .video-sec figure {
	width: 320px;
}
.play-icon {
	bottom:25%;
}
.y-choose-us {
	position:relative;
}
.y-choose-us:before {
	width: 100%;
	background: #006176;
	height: 404px;
	position: absolute;
	top: 127px;
	left: 0;
	content: "";
	z-index: -1;
}
.faq-signup {
	padding:60px 0;
}
.faq {
	background:#006176;
	padding:74px 0;
	min-height:298px;
}
.faq-signup h3 {
	font-size:36px;
	font-weight:bold;
	position:relative;
	padding-bottom:30px;
	text-transform:uppercase;
}
.faq-signup h3:after {
	width:88px;
	height:4px;
	background:#00b394;
	position:absolute;
	top: 54px;
	left:0;
	right:0;
	content:"";
	margin:0 auto;
}
.faq-signup p{
	text-transform:uppercase;
	color:#fff;
}
.faq h3 {
	color:#fff;
}
.signup h3 {
	color:#006176;
}
.signup {
	border:3px solid #d9e7ea;
	padding:40px 20px;
	min-height:298px;
}
.signup p {
	color:#006176;
}
.form-part .form-inline .form-control {
	width: 38%;
	height:46px;
	border-radius:0;
	font-size:14px;
}
.form-part .btn-primary {
	background: #00bc9d;
	color: #fff;
	border-radius: 0;
	padding: 11px;
	border: 0;
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
}
.footer-inner {
	padding:40px 0;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
}
.footer-text h4 {
	font-size:18px;
	text-transform:uppercase;
	color:#006176;
	padding-bottom:25px;
	font-family: 'Bw Surco';
	font-weight:500;
}
.footer-text ul li {
	display:block;
}
.footer-text ul li a{
	display:block;
	color:#5b5f68;
	padding:3px 0;
}
.footer-text ul li a:hover {
	color:#006176;
}
.get-touch p {
	color:#5b5f68;
	font-weight:600;
}
.get-touch h5 {
	font-size:15px;
	color:#006176;
	text-transform:capitalize;
	padding:13px;
	background:#f5f3f0;
}
.get-touch h5 i {
	font-size:28px;
	color:#fba73b;
	width:36px;
}
.copy-right {
	padding:24px 0;
}
.copy-right p {
	color:#ababab;
	text-transform:uppercase;
	margin-bottom:0;
}
/* ==== */

.footer_bg{
	background: #323232;
	padding: 15px 0;
}
.footer_bg .footer_menus{
	text-align: center;
	padding-bottom: 1rem;
}
.footer_bg .footer_menus li{
	position: relative;
}
.footer_bg .footer_menus li:not(:last-child){ margin-right: 25px;}
.footer_bg .footer_menus li:not(:last-child)::before {
    position: absolute;
    top: 5px;
    right: -15px;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    background: rgba(255,255,244,0.5);
}
.footer_bg .footer_menus li a{
	color: #faa73b;
	font-family: 'Bw Surco';
}
.footer_bg .address_sec{
	color: #FFF;
	text-align: center;
}
.address_sec address{
	font-size: 18px;
	line-height: 24px;
	font-family: 'Bw Surco';
	margin: 0;
}
.footer_bg .address_sec li{
	position: relative;
}
.footer_bg .address_sec li:not(:last-child){
	margin-right: 15px;
}
.footer_bg .address_sec li:not(:last-child)::before{
	position: absolute;
	top: 5px;
	right: -10px;
	content: "";
	display: block;
	width: 1px;
	height: 18px;
	background: rgba(255,255,244,0.2);
}
.footer_bg .address_sec li a{
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
	font-family: 'Bw Surco';
}
.footer_bg .address_sec li a .fa{
	color: #FBB13B;
	margin-right: 5px;
}
.footer_bg .social-bg{
	text-align: right;
}
.footer_bg .social-bg a{
	color: #FFF;
	font-size: 20px;
	padding: 5px;
	display: inline-block;
}
/* === Footer === */


.phone-view {
	display:none;
}
.desktop-view {
	display:block;
}
.header-inner .dropdown-menu {
	left:auto;
	background: #006176;
	border-radius:0;
	padding:0;
}
.header-inner .dropdown-menu  a {
	font-size:14px;
	color:#fff;
	padding:8px 10px;
}
.header-inner .dropdown-menu  a:hover {
	background:#006176;
}
.header-inner .navbar-dark .navbar-nav .nav-link:focus {
	color:#006176;
}

/**** --- inner page --- ****/
.inner-page {
	padding:60px 0;
	background: #f6f6f6;
}
.breadcrump-sec {
	background: #00b394;
	padding: 32px 0;
	width: 100%;
}
.breadcrump-sec h2 {
    font-size: 30px;
    color: #fff;
	text-transform:uppercase;
}
.breadcrump-sec .breadcrumb {
    background: none;
    z-index: 1;
    position: relative;
	margin:0;
	padding:0;
}
.breadcrump-sec .breadcrumb li {
    color: #ddd;
}
.breadcrump-sec .breadcrumb li a {
    color: #fff;
    font-weight: 600;
}
/** zoom image **/

    .thumbnails-zoom {
	overflow: hidden;
	margin: 1em 0;
	padding: 0;
	text-align: center;
}

.thumbnails-zoom li {
	display: inline-block;
	width: 80px;
	margin: 0 5px;
	border: 1px solid #ddd;
	padding: 6px;
}
.thumbnails-zoom li img { width:100%; height:100%;}
.thumbnails-zoom img {
	display: block;
	min-width: 100%;
	max-width: 100%;
}

.toggle {
	display: block;
	margin: 10px auto 1.5em;
}

	.easyzoom {
	position: relative;

	/* 'Shrink-wrap' the element */
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.easyzoom img {
	vertical-align: bottom;
}

.easyzoom.is-loading img {
	cursor: progress;
}

.easyzoom.is-ready img {
	cursor: crosshair;
}

.easyzoom.is-error  img {
	cursor: not-allowed;
}

.easyzoom-notice {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 150;
	width: 10em;
	margin: -1em 0 0 -5em;
	line-height: 2em;
	text-align: center;
	background: #FFF;
	box-shadow: 0 0 10px #888;
}

.easyzoom-flyout {
	position:absolute;
	z-index: 100;
	overflow: hidden;
	background: #FFF;
}

/**
 * EasyZoom layout variations
 */
.easyzoom--overlay .easyzoom-flyout {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.easyzoom--adjacent .easyzoom-flyout {
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	margin-left: 20px;
}
.jqu-zoom {
    padding: 15px;
    border: 1px solid #ddd;
	background: #fff;
}
.product-details-text h4 {
	font-size:32px;
	color:#333;
	text-transform:capitalize;
	 font-family: 'Nexa Rust Sans';
}
.product-details-text h4 span {
	font-size:24px;
}
.product-details-text h5 {
	font-size:30px;
}
.orange-text {
	color:#faa73b;
}
.product-details-text h5 {
    font-size: 26px;
    color: #00b394;
}
.product-details-text input {
	display:inline-block;
	width:10%;
	height:34px;
	position:relative;
	border: 1px solid #ddd;
}
.cart-btn {
	border-radius: 3px;
	padding: 12px 20px !important;
	background: #faa73b;
	color:#fff !important;
	text-transform:uppercase;
	display:inline-block;
	-moz-transition:0.3s ease-in;
	-webkit-transition:0.3s ease-in;
	transition:0.3s ease-in;
	 font-family: 'Nexa Rust Sans';
	 font-size:13px !important;
}
.cart-btn:hover {
	background:#00b394;
}
.product-details-text button i {
	font-size:20px;
	padding-right:4px;
}
.product-details-text a {
	padding: 12px 16px;
    display: inline-block;
    color: #00b394;
    border: 1px solid #ddd;
    margin-top: 20px;
	 font-family: 'Nexa Rust Sans';
	 font-size:13px;
}
.product-details-text {
    background: #fff;
    padding: 22px;
}
.product-description {
	background:#fff;
	padding:20px;
	margin-top:30px;
}
.product-description ul li a {
	padding: 10px 20px;
	color: #333;
	font-weight: 600;
	font-size: 14px;
}
.product-description .nav-tabs {
    border-bottom: 1px solid #dee2e6;
    /*padding-bottom: 12px;*/
}
/**** cbp capsule ****/
.cbp-list-pro {
	background:#fff;
	padding:20px;
	text-align:center;
	position:relative;
	overflow:hidden;
	-webkit-box-shadow: 0 0 10px #ececec;
	-moz-box-shadow: 0 0 10px #ececec;
	box-shadow: 0 0 10px #ececec;
	margin:10px 0;
}
.cbp-list-pro a h5 {
	font-size:16px;
	color:#333;
	text-transform:uppercase;
}
.cbp-list-pro a {
}
.cbp-list-pro a h6 {
	font-size:15px;
	color: #00b394;
	font-weight:600;
}
.prod-price {
	color:#fff;
	font-weight:bold;
	font-style:italic;
	display: inline-block;
	padding: 3px 4px;
	position:absolute;
	top:1px;
	left:0;
	background:#faa73b;

}
.cbp-list-pro img {
	margin-bottom:15px;
	max-width:100%;
}
.cart-table article {
	background:#fff;
	padding:15px;
	margin:10px 0;
	-webkit-box-shadow: 0 0 10px #ececec;
-moz-box-shadow: 0 0 10px #ececec;
box-shadow: 0 0 10px #ececec;
}
.cart-table article h4 {
	font-size:18px;
	text-transform:uppercase;
	line-height:30px;
}
.cart-table article h5 {
	font-size:18px;
}
.cart-table article a.remove {
	color: #00bc9d;
	font-size: 14px;
	font-weight: 600;
	display: block;
	border-top: 1px solid #ececec;
	margin-top: 10px;
	padding-top: 10px;
}
.cart-table article a i {
	padding-right:10px;
}
.cart-img {
	border-right:1px solid #ddd;
}
.qty {
    width: 40px;
    height: 37px;
    text-align: center;
}
.cart-total-table{
	background:#fff;
	padding:20px;
	width:60%;
	float:right;
	margin-top:20px;
}
.checkout-btn {
	background:#006176;
}
/**** login ****/
.login-part {
	background:#fff;
	padding:30px;
	-webkit-box-shadow: 0 0 10px #ececec;
-moz-box-shadow: 0 0 10px #ececec;
box-shadow: 0 0 10px #ececec;
min-height:394px;
}
.login-part .cart-btn{
	display:block;
	margin-top:20px;
	width:100%;
}
.login-part .form-control {
	border-radius:0;
	height:46px;
}
.login-part h4 {
	font-size: 20px;
	font-family: 'Nexa Rust Sans';
	padding-bottom: 20px;
	color: #484848;
}
.login-btn {
	background:#00b394;
}
.login-btn:hover {
	background:#faa73b;
}
/*** contact ***/
.contact-form  {
	margin-top:30px;
}
.contact-form h4 {
	font-size:22px;
	color:#333;
}
.contact-form h3 {
	font-size:36px;
	font-family: 'Nexa Rust Sans';
	padding-bottom:20px;
}
.contact-form .form-control {
	border-radius:0;
	height:46px;
	border: 1px solid #e0e0e0;
}
.contact-form textarea {
	height:130px !important;
}
.contact-form .cart-btn i {
	font-size:18px;
	padding-right:8px;
}
/*** about us ***/
.about_us h3 {
	font-size:35px;
	position:relative;
	margin-bottom:50px;
}
.about_us img {margin-bottom:15px;
}
.about_us h3:before {
	position: absolute;
	top: 22px;
	left: 0;
	content: "";
	background: #ddd;
	width: 40%;
	height: 1px;
}
.about_us h3:after {
	position: absolute;
	top: 22px;
	right: 0;
	content: "";
	background: #ddd;
	width: 40%;
	height: 1px;
}
.about_us h4 {
	font-size:25px;
}
.terms h3:before {
	width:34%
}
.terms h3:after {
	width:34%
}

.woocommerce ul.products li.product a img {
    max-width: 100%;
    height: auto;
    display: table;
    margin: 0 auto;
    box-shadow: none;
	width:auto;
	height:150px;
}

.woocommerce .products ul.products li.product a img {
    width:auto;
    height: auto;
    display: table;
    margin: 0 auto;
    box-shadow: none;
	height:150px;
}
.woocommerce div.product div.images.product-details-left img {
    display: table;
    width:auto;
    height: auto;
    box-shadow: none;
	margin:0 auto;
}

.product-details-left {
	background: #f2f2f2;
	padding: 50px 0;
	}

.product-details-text span.woocommerce-Price-amount {
    font-size: 30px;
    color: #00b394;
}
.product-details-text h3 {
    font-size: 32px;
    color: #333;
    text-transform: capitalize;
}

.billing-add h3 {
    font-size: 24px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.billing-add h3::before,
.billing-add h3::after{ display:none;}

.billing-add .woocommerce-billing-fields,
.billing-add .woocommerce-shipping-fields,
.billing-add .woocommerce-additional-fields{
    background-color: #FFF;
    padding: 15px 15px;
	margin-bottom:50px;
}

.woocommerce .billing-add form .form-row label,
.woocommerce .billing-add form .form-row label {
    line-height: 2;
    width: 40%;
}

.billing-add .woocommerce-additional-fields .woocommerce-input-wrapper{ width:100%;}

.slick-slide.slick-current.slick-active {
    width: 100% !important;
}

.slick-track{
    width: 100% !important;
}
.woocommerce-loop-product__title {
    height: 40px;
}

#billing_address_2, #shipping_address_2{ display:none;}
.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: auto;
}

.news-letter-section {
    background-color: #00b394;
    padding: 30px 0;
}

form .es-field-wrap{ display:block; float:left; margin:0;}
form .es-field-wrap input {
	border: 1px solid #fff;
	padding-left: 15px;
	height: 40px;
	border-radius: 30px 0 0 30px;
	font-size:14px;
}
.emaillist form input[type=submit]{
    border: 0;
    height: 40px;
    width: 105px;
    padding: 0 5px;
    background: #faa73b;
    border-radius: 0 30px 30px 0;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
	cursor:pointer;
}
.emaillist form input[type=submit]:hover{ background-color:#333;}

.news-letter-section h3 {
    margin: 0;
    color: #fff;
}
.news-letter-section p{
    margin: 0;
    color: #fff;
}

.es_msg{ padding:0; margin:0;}
.privacy-page ul { padding-left:30px;}
.privacy-page ul li { color: #767676; line-height: 30px;}







/* === My stylesheet ====================== */

.nav_bg #mega-menu-wrap-header{
	background: none;
}
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item:not(:last-child){
	margin-right: 8px;
}
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
    color: #323232;
	font-size: 14px;
	line-height: 14px;
    font-weight: 500;
	font-family: 'Bw Surco';
	text-transform:capitalize;
	background: none;
	padding: 35px 1px;
	height: auto;
	display: block;
    position: relative;
}

.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link:hover{
	/* color:#bababa; */
	color: #a8eaea;
}

.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu,
.phone-view #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu{
	max-height: 250px;
	overflow-y: scroll;
}
.nav_bg #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item,
.phone-view #mega-menu-wrap-header #mega-menu-header li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item{
	padding: 0px;
}
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.phone-view #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link,
.phone-view #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
	display: block;
	background: #f1f1f1;
	color: #666;
	font-family: inherit;
	font-size: 14px;
	line-height: 30px;
	font-weight: normal;
	text-transform: capitalize;
	padding: 0px 10px 0px 10px;
}
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus,
.phone-view #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover,
.phone-view #mega-menu-wrap-header #mega-menu-header > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:focus{
    background: #ddd;
    font-weight: normal;
    text-decoration: none;
    color: #666;
}

/* .phone-view #mega-menu-wrap-header .mega-menu-toggle {
    background: none;
    height: 5px;
}
.phone-view #mega-menu-wrap-header .mega-menu-toggle .mega-toggle-block {
    position: absolute;
    top: -35px;
} */
/* ===== */

.banner .carousel-item > a {
    width: 100%;
	/*height: 350px;*/
	height:auto;
	display: block;
    overflow: hidden;
}

/*.banner .carousel-item > a > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}*/

.banner .carousel-item > a > img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: top;
    background: #ccc;
}

/* Banner */

.newestProd_sec, .populProd_sec{
	padding-top: 45px;
	position: relative;
}
/* ====== */

.aboutUs_sec {
    background: #F6F6F6;
    padding: 55px 0 75px;
}
.aboutUs_sec h2{
	color: #006176;
	font-size: 44px;
	text-align: center;
	margin-bottom: 2rem;
	position: relative;
}
.aboutUs_sec h2::before{
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #dddddd;
}
.aboutUs_sec h2 span{
	background: #F6F6F6;
	padding: 0 25px;
	position: relative;
}
.aboutUs_sec .caption {
	background: #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    padding: 35px;
}
.aboutUs_sec p {
    color: #000000;
    font-size: 16px;
    line-height: 30px;
}
.aboutUs_sec .caption img{
    float: right;
    background: #fff;
    padding: 4px;
    margin-left: 15px;
    margin-bottom: 15px;
}
/* ====== */

.newest_pro {}
.newest_pro h3{
	line-height: 40px;
	padding: 0px;
	margin-bottom: 3.5rem;
	position: relative;
}
.newest_pro h3 span {
    color: #006176;
	font-size: 44px;
	text-transform: uppercase;
    display: inline-block;
    background: #FFF;
    padding: 5px 20px;
    position: relative;
}
.newest_pro h3::before{
	position: absolute;
	top: 25px;
	left: 0;
	right: 0;
	content: "";
	width: 100%;
	height: 1px;
	background: #006176;
}
.newest_pro .cbp-list-pro{
	/* border: 1px solid #006176;
	box-shadow: none; */
	padding: 10px;
	margin: 0px;
}
.newest_pro .cbp-list-pro del span.woocommerce-Price-amount.amount,
.related.products ul li .price del span.woocommerce-Price-amount.amount{
	background: #ebe9eb;
	color: #000000;
}

.newest_pro .cbp-list-pro del .woocommerce-Price-amount.amount,
.newest_pro .cbp-list-pro ins .woocommerce-Price-amount.amount,
.related.products ul li .price del .woocommerce-Price-amount.amount,
.related.products ul li .price ins .woocommerce-Price-amount.amount{
	position: absolute;
	left: 2px;
}
.newest_pro .cbp-list-pro del,
.related.products ul li .price del{ opacity: 1;}
.newest_pro .cbp-list-pro del .woocommerce-Price-amount.amount,
.related.products ul li .price del .woocommerce-Price-amount.amount{
	top: 2px;
	text-decoration: line-through;
	text-decoration-color: #000000;
}
.newest_pro .cbp-list-pro ins .woocommerce-Price-amount.amount,
.related.products ul li .price ins .woocommerce-Price-amount.amount{
	top: 32px;
}
.onsale {
    width: 48px;
    height: 48px;
    border-radius: 50% !important;
    margin: 2px !important;
    padding: 0 !important;
    line-height: 48px !important;
}
.summary.entry-summary.product-details-text p.price ins{ text-decoration: none !important;}
.newest_pro .cbp-list-pro h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #5b5f68;
    position: relative;
    padding: 0px !important;
    font-family: 'Bw Surco';
    font-weight: 900;
	margin: 1rem 0 0 !important;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}
.newest_pro .cbp-list-pro h2::before {
    position: absolute;
    bottom: -12px;
    left: 0;
    content: "";
    width: 76px;
    height: 1px;
    right: 0;
    margin: 0 auto;
	background: #faa73b;
	opacity: 0;
}
.newest_pro .cbp-list-pro h2::after {
    position: absolute;
    top: -12px;
    left: 0;
    content: "";
    width: 76px;
    height: 1px;
    right: 0;
    margin: 0 auto;
	background: #faa73b;
	opacity: 0;
}
/* ====== */

.top_footer{}
.top_footer .tweet_part{
    margin-bottom: 15px;
}
.top_footer .tweet_part{ text-align: center;}
.top_footer .newsletter_sections{
	background: #006176;
	margin-bottom: 15px;
}
.newsletter_sections .newsletter_top{
	text-align: center;
	padding: 35px 15px;
}
.newsletter_sections .newsletter_top h3{
	color: #FFF;
	font-size: 32px;
	font-family: 'Bw Surco';
	font-weight: 400;
}
.top_footer .newsletter_sections .sub_form{
	text-align: center;
	background: #FBB13B;
	padding: 35px 15px;
}
.top_footer .newsletter_sections .sub_form .es-field-wrap{
	display: block;
	float: none;
	width: 100%;
	margin-bottom: 1rem;
}
.top_footer .newsletter_sections .sub_form .es-field-wrap input[type="email"]{
	width: 100%;
	height: 50px;
	border-radius: 4px;
}
.top_footer .newsletter_sections .sub_form input[type="submit"] {
    background: #006176;
    height: 50px;
    border-radius: 4px;
    width: 100%;
}
.top_footer .foot_contact input{
	height: 50px;
}
.top_footer .foot_contact textarea{
	height: 180px;
	resize: vertical;
}
/* ==== */

.shop_cont{
	padding: 65px 0;
}
.shop_cont .caption{
	border: 1px solid #006176;
	padding: 15px;
}
.about_us{}
.about_us.contact_us{
	padding-top: 45px;
}


/* 01/06/2020 */

.page-id-863 .pwb-brands-col3  img {
    margin-bottom: 6px;
}
.page-id-863 .pwb-brands-col3 p{
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600;
}
.page-id-863 .pwb-brands-col3 p a{
	color: #363636;
}
.page-id-863 .pwb-brands-col3 div a{
	display: inline-block;
}
.page-id-863 .pwb-brands-cols-outer .pwb-brands-col3 {
	width: 25%;
	text-align: center;
	margin-bottom: 30px;
}
.list_brandcol3{
	background: #fff;
	-webkit-box-shadow: 3px 2px 11px -6px rgba(0,0,0,0.2);
	box-shadow: 3px 2px 11px -6px rgba(0,0,0,0.2);
	padding-bottom: 16px;
}
.list_brandcol3:hover{
	-webkit-box-shadow: 5px 7px 9px -1px rgba(0,0,0,0.2);
	box-shadow: 3px 2px 11px 0px rgba(0,0,0,0.2);
}
body.page-id-6 .woocommerce-cart-form__contents .remove_part{
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	justify-content: center;
	-moz-box-align: center;
	-webkit-box-align: center;
	align-items: center;
}
body.page-id-6 .woocommerce-cart-form__contents .remove_part a{
	line-height: 20px;
}






/**** media css ****/
@media screen and (max-width:767px) {

	.header-inner .navbar-toggler {
		background:#00b394;
	}
	.header-inner a.navbar-brand img {
		max-width:65%;
	}
	.header-inner .navbar-brand {
		padding-top:0;
		padding-bottom: 10px;
	}
	.header-inner {
		padding:10px 0;
	}
	.header-inner ul.navbar-nav li.nav-item {
		display:block;
		margin: 0px;
	}
	.header-inner .navbar-dark .navbar-nav .nav-link {
		display:block;
		color:#fff;
		padding: 12px 8px;
		border-bottom: 1px solid #19bf84;
	}
	.header-inner ul.navbar-nav {
		margin-top:18px;
		background: #00b394;
	}
	.header-inner .phone-view .navbar .menu-main-menu-container > .nav_right > li{
		display: block !important;
	}
	.header-inner .phone-view .navbar .menu-main-menu-container > .nav_right > li > a{
		display: block;
		color: #fff;
		font-size: 12px;
		font-family: 'Bw Surco';
		font-weight: 500;
		text-transform: uppercase;
		padding: 12px 8px;
		border-bottom: 1px solid #19bf84;
	}
	.header-inner .phone-view .navbar .nav_right > li > ul > li{
		display: block !important;
		background: none !important;
	}
	.header-inner .phone-view .navbar .nav_right > li > ul > li > a{
		background: none !important;
		border-bottom: 1px solid #19bf84;
		padding-left: 0px !important;
		padding-right: 0px !important;
		display: block !important;
	}

	.top-header {
		text-align:center;
	}
	.top-header ul li a {
		padding:10px 16px;
	}
	.top-header ul li.cart-list span {
		top:3px;
	}
	.top-header ul li {
		margin-top:5px;
	}
	.top-header h5 {
		font-size:14px;
	}
	.tag_meta p{
		font-size: 18px;
		line-height: 24px;
	}
	.banner .carousel-item > a{
		height: auto;
	}
	.banner .carousel-caption{
		bottom: 0px;
	}
	.banner-content a {
		font-size:12px;
	}
	.banner-content .btn-part {
		width:120px;
		padding:10px;
	}
	.cbd-oil-list {
		margin-bottom:30px;
	}
	.cbd-oil-list figure img {
		width:100%;
		height:100%;
	}
	.cbd-oil-list figure {
	}
	.product-block {
    	padding: 60px 10px;
	}
	.product-list {
		margin:24px 0;
	}
	.quality-head {
		width:100%;
	}
	.quality-head h3 {
		font-size:27px;
	}
	.quality-head h3 span::after {
		top:-23px;
	}
	.quality-head::after {
		right:-10px;
	}
	.quality-head::before {
		left:-12px;
	}
	.heading-about h3 {
		border-right:0;
	}
	.about-cbdeze::before {
		display:none;
	}
	.about_us ul{
		padding-left: 25px;
	}
	.aboutUs_sec h2{ font-size: 32px;}
	.aboutUs_sec .caption img{
		margin-left: 0px;
		margin-right: 15px;
		float: left;
	}
	.video-sec figure img {
		width:100%;
	}
	.white-part {
		display:none;
	}
	.cbd-community-inner h3 {
		font-size:48px;
	}
	.cbd-community-inner {
		text-align:center;
	}
	.community-img {
		margin-top:44px;
	}
	.community-img {
		width:100%;
	}
	.community-img::before {
		width: 100%;
		height: 236px;
	}
	.choose-text h3 {
		font-size:33px;
	}
	.choose-text-bottom h4 {
		font-size:18px;
	}
	.choose-text p::before {
		height: 202px;
	}
	.y-choose-us-bg .video-sec figure {
		width:100%;
	}
	.signup {
		margin-top:20px;
	}
	.form-part .form-inline .form-control {
		width:100%;
	}
	.copy-right .text-right {
		text-align:center !important;
	}
	.footer_bg,
	.footer_bg .social-bg{
		text-align: center;
	}
	.product-list::before {
		top:-23px;
	}
	.product-list::after {
		top: -23px;
	}
	.footer-text h4 {
		font-size:16px;
	}
	.phone-view {
		display:block;

	}
	.desktop-view {
		display:none;
	}
	.about_us h3:before {
		display:none;
	}
	.about_us h3:after {
		display:none;
	}
	.cart-table article {
		text-align:center;
	}
	.cart-table article h4 {
		font-size:15px;
		margin:5px 0;
		line-height:25px;

	}
	.cart-img {
		border-right:0;
	}
	.cart-total-table {
		width:100%;
		float:none;
	}
	.cart-btn {
		padding:12px 12px !important;
	}
	.cart-total-table .cart-btn{
		display:block;
		margin:6px 0;
	}
	.product-details-text {
		margin-top:20px;
	}
	.header-inner ul.navbar-nav li.active a::before {
		display:none;
	}
	.qty {
		width: 25px;
	}
	.header-inner .dropdown-menu {
		background: #069e83;
	}
	.login-part {
		margin-bottom:10px;
	}
	.woocommerce-checkout .inner-page {
		padding: 15px 0;
		margin-top: 15px;
	}
	.woocommerce-checkout .about_us h3 {
		font-size: 18px;
		margin-bottom: 5px;
	}
	.woocommerce .billing-add form .form-row label,
	.woocommerce .billing-add form .form-row label { width:100%;}
	.woocommerce div.product form.cart .variations select{
		max-width: 150px;
	}
	.woocommerce div.product form.cart .reset_variations{
		display: none;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li a{
		font-size: 12px;
	}
	.woocommerce div.product .product_title{
		font-size: 24px;
	}
	.product-details-text span.woocommerce-Price-amount{
		font-size: 22px;
	}

	/* ==== 01/02/2020 ==== */
	.page-id-863 .pwb-brands-cols-outer .pwb-brands-col3{
		width: 50%;

	}
	/* ==== 01/02/2020 ==== */
}

@media screen and (min-width:576px) and (max-width:767.98px) {
	.product-list h4 {
		font-size:12px;
	}
	.product-list {
    	margin: 24px 8px;
	}
	.community-img::before {
		width: 80%;
		height: 284px;
	}
	.play-icon {
		width: 60px;
		height: 57px;
		padding: 17px;
		border-radius: 18px;
	}
	.signup {
		min-height: 442px;
		margin-top:0;
	}
	.faq {
		min-height: 442px;
	}
	.get-touch h5 {
		text-align:center;
		font-size:12px;
		font-weight:600;
	}
	.get-touch h5 i {
		display:block;
		width:auto;
	}
	.top-header h5 {
		font-size:13px;
	}
	.cart-table article h5 {
		font-size: 15px;
	}
}
@media screen and (min-width:480px) and (max-width:740px) {
}
@media screen and (min-width:768px) and (max-width:991.98px) {
	/* ==== 01/02/2020 ==== */
	.page-id-863 .pwb-brands-cols-outer .pwb-brands-col3{
		width: 33.333333333333337%;

	}
	/* ==== 01/02/2020 ==== */

	.nav_bg .navbar-brand {
		text-align: center;
		display: block;
		margin: 0px;
		padding: 15px 0;
	}
	.nav_bg ul.list-inline > li > a{
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;
		padding: 15px 3px 25px;
	}
	.nav_bg,
	.nav_bg .search_sec{
		text-align: center;
	}
	.nav_bg .search_sec{ padding-bottom: 1rem;}

	/* ============ */

	.top-header ul li a {
		padding:20px 4px;
		font-size:14px;
	}
	.top-header h5 {
		font-size:11px;
	}
	.banner .carousel-item > a{
		height: auto;
	}
	.banner .carousel-caption{
		bottom: 0px;
	}
	.banner-content a {
		font-size: 14px;
		padding: 10px 25px;
	}
	.product-list {
		margin:24px 18px 24px 0;
	}
	.cbd-oil-list {
		margin-bottom:30px;
	}
	.category-list h5 {
		font-size:12px;
	}
	.white-part {
		width:100%;
		height: 174px;
	}
	.heading-about h3 {
		border-right:0;
	}
	.community-img img {
		width:100%;
	}
	.community-img {
		margin-top:42px;
	}
	.choose-text h3 {
		font-size:42px;
	}
	.y-choose-us-bg .video-sec figure {
		width:100%;
	}
	.play-icon {
		width: 80px;
		height: 80px;
		border-radius: 20px;
	}
	.y-choose-us-bg {
		padding: 75px 20px !important;
	}
	.choose-text p::before {
		height: 176px;
	}
	.community-img::before {
		width: 100%;
		height: 456px;
	}
	.faq {
		min-height:350px;
	}
	.signup {
		min-height:350px;
	}
	.header-inner h5 {
		font-size:14px;
	}
	.header-inner h5 span {
		font-size:14px;
		padding-left:17px;
	}
	.cart-total-table .cart-btn{
		display:block;
		margin:6px 0;
	}
	.header-inner .navbar-dark .navbar-nav .nav-link {
		font-size:11px;
		padding: 10px 4px;
	}
	/* ============= */

	.billing-add h3{ font-size: 18px;}
	.top_footer .tweet_part {
		border: none;
	}
	.about_us h3::before,
	.about_us h3::after{ display: none;}

	.newest_pro h3 span{
		font-size: 34px;
	}

	.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{
		vertical-align: middle;
	}

}
@media screen and (min-width:414px) and (max-width:736px) {

}

@media screen and (min-width:481px) and (max-width:767px) {

	.banner-content a {
		padding: 10px 15px;
	}

	.top_footer .tweet_part{ border: none;}
	.newest_pro h3 span{
		font-size: 26px;
	}
}
@media screen and (min-width:1400px) and (max-width:1920px) {
}
@media screen and (min-width:992px) and (max-width:1199.98px) {
	.nav_bg ul.list-inline > li > a{
		padding-left: 0px;
		padding-right: 0px;
	}
	.nav_bg #mega-menu-wrap-header #mega-menu-header > li.mega-menu-item > a.mega-menu-link{
		font-size: 12px;
	}
	.top-header ul li a {
		padding:20px 10px;
	}
	.header-inner h5 {
		font-size:14px;
	}
	.header-inner h5 span {
		font-size:14px;
		padding-left: 18px;
	}
	.header-inner .navbar-dark .navbar-nav .nav-link {
		font-size:11px;
		padding: 10px 5px;
		font-weight: 600;
	}

	.banner .carousel-item > a{
		height: auto;
	}
	.banner .carousel-caption{
		bottom: 0px;
	}
	.banner-content a {
		font-size: 14px;
		padding: 10px 25px;
	}

	.white-part {
		width:100%;
		height:241px;
	}
	.y-choose-us-bg .video-sec figure {
		width:100%;
	}
	.heading-about h3 {
		font-size:45px;
	}
	.qty {
		width: 25px;
	}
	/* ==== */

	.newsletter_sections .newsletter_top,
	.top_footer .newsletter_sections .sub_form{
		padding: 25px 15px;
	}

	.woocommerce div.product form.cart .variations select{
		max-width: 150px;
	}
	.woocommerce div.product form.cart .reset_variations {
		display: none;
	}
}
@media screen  and (max-width:480px) {
	.page-id-863 .pwb-brands-cols-outer .pwb-brands-col3{
		width: 100%;
	}
}

@media screen and (min-width:300px) and (max-width:480px) {
	.header-inner .navbar-brand{
		width: 75%;
	}
	.top-header{ padding: 10px 0;}
	.top-header h5 { font-size: 10px; padding-top: 0}
	.top-header ul li.social-bg{ display:none;}
	.top-header ul li a { padding: 4px 5px; font-size: 12px;}
	.top-header ul li { margin-top: 5px;}
	.top-header ul li.cart-list span { font-size: 10px; line-height: 14px;}
	.banner .carousel-caption{
		padding-bottom: 5px;
	}
	.banner-content a {
		padding: 2px 10px;
	}

	input#coupon_code { width: 130px !important; border-radius: 4px;}
	.woocommerce-info { padding-right: 0; font-size: 12px;}
	.shop-category-inner h3{ font-size:20px;}
	.community-img:before{ display:none;}
	.faq { background: #006176; padding: 20px 0; min-height: auto;}
	.cbd-community-inner h3, .about-cbd h4, .heading-about h3, .popular-product h3 { font-size: 24px;}
	.footer-text h4{ padding-top:15px;}
	.billing-add .woocommerce-additional-fields .woocommerce-input-wrapper {
		width: 100%;
	}
	/* ==== */

	.newest_pro h3 span{
		font-size: 20px;
	}
	.newest_pro .cbp-list-pro h2::before,
	.newest_pro .cbp-list-pro h2::after{ display: none;}
	.top_footer .tweet_part{ border: none;}

	.woocommerce div.product .woocommerce-tabs ul.tabs{
		padding: 0px;
	}
	.woocommerce div.product .woocommerce-tabs ul.tabs li{
		padding: 0 3px;
		margin: 0px;
	}
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product{
		width: 100%;
		margin-bottom: 15px;
	}





}