body {
	font: 15px/25px 'Roboto', sans-serif;
	color: #747474;
}
.shop_all{
  display:none;
}
h2 {
	font: 40px/50px 'Philosopher', sans-serif;
	color: #2a4303;
}

h4 {
	font: 25px/30px 'Philosopher', sans-serif;
	color: #2a4303;
	font-weight: 700;
}

.mt-100 {
	padding-top: 100px;
}

.btn.btn-default {
	color: #326a9b;
	border-color: #326a9b;
	font-size: 22px;
	line-height: 25px;
	padding: 13px 30px;
}

.btn.btn-default:hover {
	color: #fff;
	background-color: #326a9b;
}

.btn.btn-primary {
	font-size: 22px;
	line-height: 25px;
	background-color: #031b85;
	color: #fff;
	padding: 10px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#header {
	overflow: hidden;
}

.top-bar {
	background-color: #eaf8fe;
	color: #2a4303;
}

.w1 {
	position: relative; 
}

.w1:after {
	content: '';
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/bg01.png) no-repeat;
	background-size: 100% 100%;
	height: 100%;
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.navbar-nav {
	margin: 20px 0 0;
}

.navbar-nav li {
	margin: 0 15px;
}

.navbar-nav.icon-nav li {
	margin: 0;
}

.navbar-light .navbar-nav .nav-link {
	color: #333;
}

.banner {
	position: relative;
}

.without-banner:after {
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/header-shadow-2.png) no-repeat;
	background-size: 100% 100%;
}

.banner h1 {
	color: #2a4303;
	font: 100px/110px 'Philosopher', sans-serif;
}

.banner h1 span {
	font-size: 50px;
	line-height: 60px;
}

.banner p {
	color: #000;
	margin: 0 0 30px;
}

.banner .img-holder {
	margin: -100px 0;
	min-width: 600px;
}

.shop-banner h2 {
	font: 50px/60px 'Philosopher', sans-serif;
}

.shop-banner .img-holder {
	min-width: 0;
}

.buttons-holder .btn {
	font-size: 22px;
	line-height: 25px;
	background-color: #031b85;
	color: #fff;
	width: 48%;
	padding: 10px;
}

.buttons-holder .btn2 {
	background-color: #326a9b;
}

.two-col {
	margin: 0 0 70px;
}

.three-col {
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/bg02.png) no-repeat;
	background-size: 100% 104%;
	padding: 70px 0 0;
	position: relative;
}

.three-col .img-box {
	min-height: 213px;
	margin: 0 0 20px;
}

.three-col .img-holder {
	margin-top: -70px;
}

.subscription-section {
	padding: 100px 0 70px;
	position: relative;
}

.subscription-section:after {
	content: '';
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/leaf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 200px;
}

.subscription-section .img-holder {
	margin-bottom: 28px;
}

.our-people {
	padding: 70px 0;
	position: relative;
	color: #2f2f2f;
}

.our-people:after {
	content: '';
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/leaf.png) no-repeat;
	direction: ltr;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 110px;
	height: 200px;
	transform: scaleX(-1)
}

.our-people strong {
	font-size: 22px;
	line-height: 25px;
	font-weight: 400;
}

.plant-boxes {
	padding: 0 0 70px;
}

.plant-boxes .title {
	display: block;
	font: 85px/95px 'Philosopher', sans-serif;
	color: #2a4303;
}

.plant-boxes .title span {
	font-size: 30px;
	line-height: 40px;
}

.plant-boxes .boxes li {
	width: 33.33%;
	height: 120px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.items-section {
	color: #000;
	padding: 70px 0;
}

.items-section-bg {
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/bg02.png) no-repeat;
	background-size: 100% 105%;
}

.items-section-leaf {
	position: relative;
}

.items-section-leaf:before {
	content: '';
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/leaf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	width: 110px;
	height: 200px;
}

.items-section-leaf:after {
	content: '';
	background: url(https://s3.amazonaws.com/cratejoy_vendor_images/theplantclub/bold_mobile-copy-0/images/leaf.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 110px;
	height: 200px;
	transform: scaleX(-1);
}

.items-section .slick-slide {
	margin: 0 15px;
}

.slick-prev, .slick-next {
	top: 32%;
	z-index: 9;
}

.slick-prev {
    left: -35px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.items-section .item img {
	width: 100%;
}

.items-section .title {
	font-size: 18px;
	line-height: 25px;
}

.items-section .price {
	font-size: 25px;
	line-height: 30px;
	font-weight: 700;
}

.blog-section {
	padding: 10px 0 70px;
	color: #000;
}

.blog-section .card {
	border-radius: 10px;
}

.blog-section .title {
	font-size: 16px;
	line-height: 20px;
}

.blog-section .txt {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500;
}

.subscribe-page {
	padding: 0 0 50px;
	color: #000;
}

.subscribe-page .title {
	font-size: 25px;
	line-height: 35px;
	color: #2a4303;
	font-weight: 500;
}

.subscribe-page .title.price {
	font-weight: 700;
}

.slider-for .slick-prev,
.slider-for .slick-next {
	top: 50%;
}

.slider-for .slick-prev {
	left: 0;
}

.slider-for .slick-next {
	right: 22px;
}

.slider-nav .slick-slide {
	margin: 0 5px;
}

.detail-block h2 {
	font: 50px/55px 'Philosopher', sans-serif;
}

.detail-block .prices {
	font-size: 30px;
	line-height: 35px;
	font-weight: 500;
}

.detail-block .prices .old-price {
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #727372;
}

.detail-block .prices .old-price:before {
	content: '';
	position: absolute;
	top: 18px;
	right: 0;
	left: 0;
	height: 1px;
	background-color: #727372;
}

.detail-block .prices .new-price {
	color: #000;
}

.detail-block .rating-area {
	font-size: 16px;
	color: #000;
}

.detail-block .rating-area ul li {
	color: #f7b545;
}

.detail-info li {
	position: relative;
	overflow: hidden;
}

.detail-info li:after {
	content: '';
	position: absolute;
	top: 11px;
	right: 0;
	left: 0;
	border: 1px dashed #000;
}

.detail-info li span {
	color: #000;
	display: inline-block;
	vertical-align: middle;
	background-color: #fff;
	position: relative;
    z-index: 9;
}

.detail-info li:last-child:after {
	display: none;
}

.detail-info .input-group {
	max-width: 94px;
	border: 0.803571px solid #E8E8E9;
	margin: 0;
}

.detail-info .input-group button {
	background: inherit;
	border: none;
	color: #000;
	height: 48px;
}

.detail-info .input-group button:focus {
	outline: none;
}

.detail-info .input-group button i {
	font-size: 10px;
}

.detail-info .input-group input {
	padding: 0;
	border: none;
	text-align: center;
	height: 48px;
	box-shadow: none;
}

.product-tabs .nav-tabs {
	font: 25px/30px 'Philosopher', sans-serif;
	border: none;
}

.product-tabs .nav-tabs .nav-item.show .nav-link, 
.product-tabs .nav-tabs .nav-link.active {
	border: none;
	color: #000;
}

.product-tabs .nav-tabs .nav-item {
	border-right: 2px solid #000;
}

.product-tabs .nav-tabs .nav-item:last-child {
	border: none;
}

.product-tabs .nav-tabs .nav-item:first-child .nav-link {
	padding: 0 20px 0 0;
}

.product-tabs .nav-tabs .nav-link {
	padding: 0 20px;
	color: #727372;
	border: none;
}

.product-tabs .tab-content p {
	color: #000;
}

#footer {
	overflow: hidden;
	background-color: #326a9b;
}

#footer .f1 {
	padding: 50px 0;
}

#footer h6 {
	font-size: 20px;
	line-height: 25px;
	font-weight: 500;
	color: #fff;
}

#footer ul li {
	margin: 0 0 13px;
	color: #fff;
}

#footer ul li a {
	color: #fff;
	display: block;
}
.shop-product__add-to-cart button{
  width:100%;
}
.form-feedback .alert.alert-info{
  margin:0 auto 30px !important;
}
.card-block.pad_15,.pad_15{
  padding:15px;
}
.account_anchor a,.account_anchor button{
  font-size:16px !important;
}
.cj-edit-address-add.mob_item{
  display:none !important;
}
.panel_pre .panel{
  padding:30px;
}
.component-customer-edit .info-value{
  min-width:200px;
}
#account-edit-view{
  margin:0 auto;
}
@media only screen and (max-width: 1199px) {
	.banner h1 {
		font: 80px/90px 'Philosopher', sans-serif; 
	}

	.banner .img-holder {
	    margin: -70px 0 0;
	    min-width: 450px;
	}

	.plant-boxes .title {
		font: 65px/75px 'Philosopher', sans-serif;
	}

	.plant-boxes .title span {
	    font-size: 20px;
	    line-height: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.banner h1 {
		font: 60px/70px 'Philosopher', sans-serif; 
	}

	.banner .img-holder {
		min-width: auto;
	}

	.three-col .img-holder {
	    max-width: 200px;
	    margin: -70px auto 0;
	}

	.plant-boxes .title {
	    font: 35px/45px 'Philosopher', sans-serif;
	}

	.plant-boxes .title span {
	    font-size: 15px;
	    line-height: 25px;
	}

	.our-people:after,
	.subscription-section:after {
		width: 30px;
		height: 70px;
	}
}

@media only screen and (max-width: 767px) {
  .desk_item{
    display:none;
  }
.cj-edit-address-add.mob_item{
  display:block !important;
  }
	.navbar-nav.icon-nav {
		flex-direction: row;
		justify-content: center;
	}

	.navbar-nav.icon-nav li {
		margin: 0 20px 0 0;
	}

	.navbar-collapse {
		background: #f9f9f9;
	    padding: 0 0 20px;
	    border-radius: 4px;
	}

	.banner .img-holder {
	    margin: 30px auto 0;
	}

	.two-col h2 {
		padding-top: 30px;
	}

	.mt-100 {
	    padding-top: 0;
	    margin: 30px 0;
	}

	.three-col .img-holder {
		margin: 0 auto;
	}

	.subscription-section .img-holder {
		margin-top: 28px;
	}

	.our-people strong {
		margin: 0 0 30px;
		display: block;
	}

	.plant-boxes .boxes {
		margin: 30px 0 0;
	}

	.items-section-leaf:after,
	.items-section-leaf:before {
		display: none;
	}

	.slick-next {
	    right: 10px;
	}

	.slick-prev {
	    left: 0;
	}

	.detail-block {
		margin-top: 30px;
	}

	.product-tabs .nav-tabs {
		font: 18px/23px 'Philosopher', sans-serif;
	}

	#footer h6 {
		margin-top: 30px;
	}
}